@keyframes carousel-btn-fadein{
    0%{
        opacity:0
    }
    to{
        opacity:1
    }
}
@keyframes pulse-effect{
    0%{
        box-shadow:0 0 0 5px rgba(242,87,100,0)
    }
    20%{
        box-shadow:0 0 0 10px rgba(242,87,100,.3)
    }
    50%{
        box-shadow:0 0 0 15px rgba(242,87,100,.5)
    }
    80%{
        box-shadow:0 0 0 10px rgba(242,87,100,.3)
    }
    to{
        box-shadow:0 0 0 5px rgba(242,87,100,0)
    }
}
.animated{
    animation-delay:.5s;
    animation-duration:3s
}
.animate-out{
    animation-delay:0ms
}
.bwl-flex{
    align-items:center;
    display:flex
}
.bwl-flex-item-left{
    justify-content:flex-start
}
.bwl-flex-item-center{
    justify-content:center
}
.bwl-flex-item-right{
    justify-content:flex-end
}
.bwl-flex-col{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.bwl-flex-col.bwl-flex-item-left{
    align-items:flex-start;
    text-align:left
}
.bwl-flex-col.bwl-flex-item-center{
    align-items:center;
    text-align:center
}
.bwl-flex-col.bwl-flex-item-right{
    align-items:flex-end;
    text-align:right
}
.no-margin{
    margin:0!important
}
.margin-top-5{
    margin-top:5px
}
.margin-top-12{
    margin-top:12px!important
}
.margin-top-24{
    margin-top:24px!important
}
.margin-top-32{
    margin-top:32px!important
}
.margin-top-90{
    margin-top:90px!important
}
.margin-bottom-5{
    margin-bottom:5px
}
.margin-bottom-12{
    margin-bottom:12px!important
}
.margin-bottom-24{
    margin-bottom:24px!important
}
.margin-bottom-32{
    margin-bottom:32px!important
}
.margin-bottom-80{
    margin-bottom:80px
}
.margin-right-0{
    margin-right:0
}
.no-bottom-padding{
    padding-bottom:0!important
}
.no-gutter [class^=col-]{
    padding-left:0;
    padding-right:0
}
.no-padding{
    padding:0!important
}
.padding-left-0{
    padding-left:0
}
.padding-right-0{
    padding-right:0
}
.padding-right-5{
    padding-right:5px
}
.padding-right-11{
    padding-right:11px
}
.padding-all-4{
    padding:4px
}
.text-curly{
    font-family:Playfair Display,serif;
    font-style:italic;
    font-weight:700
}
.text-curly-no-italic{
    font-style:normal
}
.text-highlighter-primary{
    color:#e06299!important
}
.text-highlighter-white{
    color:#fff
}
.text-primary-color{
    color:#fd6eac
}
.text-light-color{
    color:#fff
}
.theme-custom-text-shadow{
    -webkit-text-shadow:1px 1px 1px #666!important;
    text-shadow:1px 1px 1px #666!important
}
.theme-custom-no-text-shadow,.theme-custom-no-text-shadow *{
    -webkit-text-shadow:0 0 0 #666!important;
    text-shadow:0 0 0 #666!important
}
.theme-custom-text-background{
    background:rgba(93,156,236,.7);
    padding:7px 15px
}
.theme-custom-box-shadow{
    border:0 solid transparent;
    box-shadow:0 1px 5px rgba(0,0,0,.07);
    transition:all .2s ease-in-out
}
.theme-custom-box-shadow:hover{
    border:0 solid transparent;
    box-shadow:0 10px 25px rgba(0,0,0,.05)
}
.theme-custom-box-animation{
    position:relative;
    top:0;
    transition:all .2s ease-in-out
}
.theme-custom-box-animation:hover{
    top:-5px
}
.btn-heading{
    border:2px solid #77c720;
    color:#77c720
}
#btn,.btn{
    text-align:center;
    transition:all .3s ease-in-out
}
#btn:hover,.btn:hover{
    color:#000
}
.btn-custom{
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border-radius:0;
    color:#fff;
    padding:12px 14px;
    text-align:center;
    transition:all .3s ease-in-out
}
.btn-custom:hover{
    background:#fff;
    border-color:#a6a6a6;
    color:#f25764
}
.btn-custom-inverse{
    background:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border-radius:5px;
    color:#f25764;
    padding:12px 14px;
    text-align:center;
    transition:all .3s ease-in-out
}
.btn-custom-inverse:hover{
    background:#f25764;
    color:#fff
}
a.btn-load-more{
    background:transparent;
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #f25764;
    border-radius:0;
    color:#fff;
    font-weight:600;
    letter-spacing:.05em;
    margin-bottom:-36px;
    margin-top:32px;
    padding:12px 24px;
    text-transform:uppercase;
    transition:all .3s ease-in-out
}
a.btn-load-more:hover{
    background:#fff;
    border:1px solid #f25764;
    color:#f25764
}
a.btn-theme{
    background:#93db53;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:0;
    border-radius:32px;
    color:#fff;
    display:inline-block;
    font-size:16px;
    font-weight:600;
    letter-spacing:0;
    line-height:32px;
    margin-bottom:0;
    overflow:hidden;
    padding:16px 36px;
    position:relative;
    transition:all .5s ease-in-out
}
a.btn-theme-invert,a.btn-theme:hover{
    background-color:#531ca6;
    color:#fff
}
a.btn-theme-invert:hover{
    background:#162935;
    color:#fff
}
a.btn-theme-small{
    font-weight:400;
    margin:6px 0;
    padding:6px 18px
}
a.btn-square,btn.btn-square,input.btn-square{
    border-radius:0
}
a.btn-rounded,a.btn-square,btn.btn-square,input.btn-square{
    -webkit-background-clip:padding-box;
    background-clip:padding-box
}
a.btn-rounded{
    border-radius:4px
}
.btn-capitalize{
    text-transform:capitalize!important
}
.button{
    border-radius:4px;
    color:#fff;
    height:3em;
    line-height:1em
}
.button,.small-button{
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    display:inline-block;
    font-weight:700;
    padding:1em
}
.small-button{
    border-radius:0;
    color:#000;
    height:0;
    line-height:0;
    margin:6px 0;
    width:100%
}
.btn-heading{
    background:transparent;
    border:2px solid #f25764;
    color:#f25764
}
.btn-cta{
    font-weight:700;
    text-transform:uppercase;
    width:200px
}
.section-content-block{
    padding:55px 0
}
.section-content-block-minimal{
    padding:50px 0
}
.section-content-block-30{
    padding:30px 0 16px
}
.section-pure-white-bg,.section-secondary-bg{
    background:#fff!important
}
.section-heading-wrapper{
    margin-bottom:32px
}
.home-page-section-heading span{
    color:#676767;
    font-size:16px;
    font-style:italic;
    font-weight:400
}
.home-page-section-sub-heading{
    color:gray;
    font-size:26px;
    font-style:italic;
    line-height:32px
}
#preloader{
    background:#fff;
    height:100%;
    position:fixed;
    width:100%;
    z-index:9999
}
#preloader span{
    height:120px;
    left:50%;
    margin-left:-60px;
    margin-top:-60px;
    position:absolute;
    top:50%;
    width:120px
}
#backTop{
    border-radius:0;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    cursor:pointer;
    display:none;
    font-size:0;
    height:16px;
    line-height:0;
    padding:10px;
    transition:all .2s ease-in-out;
    width:16px;
    z-index:999999999
}
#backTop,#backTop:hover{
    opacity:1
}
#backTop:after{
    color:#fff;
    content:"-";
    height:16px;
    left:0;
    position:absolute;
    text-align:center;
    top:0;
    width:16px
}
#backTop.custom{
    background-color:#f25764;
    background-image:url(../images/uparr-48-b.72b1a088.png);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    border:0;
    transition:all .2s ease-in-out
}
#backTop.custom:hover{
    background-color:#fff;
    border:0
}
.section-heading-container{
    margin-bottom:24px
}
h2.section-heading{
    color:#555;
    display:inline-block;
    font-size:36px;
    letter-spacing:0;
    line-height:42px;
    margin-bottom:12px;
    position:relative
}
h2.section-heading:after{
    background:#93db53;
    content:"";
    height:3px;
    margin-right:-70px;
    position:absolute;
    right:-12px;
    top:22px;
    width:60px
}
.section-heading span{
    color:#000;
    font-style:400
}
.section-subheading{
    color:gray;
    font-size:17px;
    font-weight:400;
    letter-spacing:0;
    line-height:32px;
    margin-bottom:24px;
    padding:0 0 0 24px
}
.inline-heading-style{
    clear:both
}
.inline-heading-style h2{
    display:block;
    font-size:36px;
    letter-spacing:0;
    line-height:48px;
    margin-bottom:48px;
    position:relative
}
.inline-heading-style h2:after{
    display:none
}
.inline-heading-style h2:before{
    background:#93db53;
    bottom:-30px;
    content:"";
    height:3px;
    left:0;
    position:absolute;
    width:60px
}
.inline-heading-style p{
    font-size:18px;
    font-weight:500;
    letter-spacing:0;
    line-height:32px;
    margin-bottom:12px;
    padding:0;
    word-spacing:.03em
}
.section-heading-wrapper .text-center .section-heading{
    margin-bottom:32px
}
.section-heading-wrapper .text-center .section-heading:after{
    background:#f25764;
    content:"";
    height:3px;
    left:50%;
    margin-left:-30px;
    position:absolute;
    right:auto;
    top:64px;
    width:60px
}
.section-heading-wrapper .text-center .section-subheading{
    padding:0
}
.section-heading-wrapper-alt h2,.section-heading-wrapper-alt p{
    color:#fff
}
.section-heading-wrapper-alt .text-center h2.section-heading:after{
    left:50%;
    margin-left:-42px;
    top:36px
}
.section-heading-wrapper .text-right .section-heading:after{
    left:-12px;
    margin-left:-70px;
    position:absolute;
    right:auto;
    top:22px
}
.section-heading-wrapper .text-right .section-subheading{
    padding:0 24px 0 0
}
.section-heading-alt{
    color:#fff;
    font-size:24px;
    font-weight:700;
    letter-spacing:.03em;
    margin-bottom:24px;
    position:relative
}
.section-heading-alt:before{
    color:#fff
}
.section-heading-alt span{
    color:#fff;
    font-style:400
}
.section-subheading-alt{
    color:#fcfcfc;
    font-size:18px;
    font-weight:400;
    line-height:32px;
    margin-bottom:12px;
    padding:0 42px
}
h2.only-heading{
    border-bottom:2px solid #eee;
    clear:both;
    color:#555;
    font-size:32px;
    font-weight:900;
    letter-spacing:.03em;
    line-height:42px;
    margin-bottom:36px;
    padding-bottom:24px;
    position:relative;
    width:100%
}
h2.only-heading:after{
    background:#95db54;
    bottom:-2px;
    content:"";
    display:block;
    height:2px;
    left:0;
    position:absolute;
    transition:all .3s ease-in-out;
    width:60px
}
.page-heading{
    margin:0;
    padding:200px 0 80px
}
.page-heading h3{
    font-size:36px;
    font-weight:500;
    letter-spacing:.02em;
    line-height:40px
}
.page-heading .page-breadcrumb,.page-heading h3{
    color:#fff;
    text-align:center;
    text-transform:uppercase
}
.page-heading .page-breadcrumb{
    font-size:16px;
    letter-spacing:.01em
}
.page-heading .page-breadcrumb a{
    color:#fff
}
.page-heading .page-breadcrumb a:hover{
    color:#77c720
}
.slider-wrap{
    clear:both
}
.srcare_slider{
    text-align:center
}
.srcare_slider .item img{
    display:block;
    height:auto;
    width:100%
}
.srcare_slider .slider_item_container{
    background-repeat:no-repeat;
    background-size:cover;
    background:#000;
    height:40vh;
    position:relative;
    text-align:center;
    width:100%
}
@media(min-width:576px){
    .srcare_slider .slider_item_container{
        height:45vh
    }
}
@media(min-width:767px){
    .srcare_slider .slider_item_container{
        height:60vh
    }
}
@media(min-width:992px){
    .srcare_slider .slider_item_container{
        height:65vh
    }
}
@media(min-width:1200px){
    .srcare_slider .slider_item_container{
        height:75vh
    }
}
.srcare_slider .slider-content{
    padding:0 32px;
    position:absolute;
    top:50%;
    transform:translateY(-55%);
    width:100%
}
@media(min-width:1200px){
    .srcare_slider .slider-content{
        top:50%;
        transform:translateY(-50%)
    }
}
.srcare_slider .slider-content h1{
    color:inherit;
    font-size:72px;
    font-weight:700;
    letter-spacing:.01em;
    line-height:72px
}
.srcare_slider .slider-content h2{
    color:#fff;
    font-size:70px;
    font-weight:800;
    line-height:80px;
    margin:24px 0 0
}
.srcare_slider .slider-content h3{
    color:#fff;
    font-size:16px;
    font-weight:400;
    letter-spacing:.02em;
    line-height:18px;
    margin:12px 0 0;
    text-shadow:1px 1px 1px #666
}
@media(min-width:992px){
    .srcare_slider .slider-content h3{
        font-size:22px;
        line-height:24px
    }
}
@media(min-width:1200px){
    .srcare_slider .slider-content h3{
        font-size:28px;
        line-height:32px
    }
}
.srcare_slider .slider-content .slider-button{
    display:block;
    margin-top:24px
}
.srcare_slider .slider-content a.btn-slider{
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:2px solid #f25764;
    border-radius:0;
    color:#fff;
    font-size:16px;
    font-weight:600;
    line-height:32px;
    padding-left:18px;
    padding-right:18px;
    text-align:left
}
.srcare_slider .slider-content a.btn-slider:hover{
    background:#f25764;
    color:#fff
}
.srcare_slider .slider-content a.btn-slider-2{
    background:rgba(64,193,240,.7);
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:2px solid #f25764;
    border-radius:0;
    color:#fff;
    font-size:16px;
    font-weight:600;
    line-height:32px;
    margin-left:12px;
    padding-left:18px;
    padding-right:18px;
    text-align:left
}
.srcare_slider .slider-content a.btn-slider-2:hover{
    background:rgba(64,193,240,.9);
    color:#fff
}
.srcare_slider .slider-contents-info{
    background:rgba(0,0,0,.2);
    display:block;
    padding:12px 42px 42px
}
.srcare_slider .owl-nav{
    opacity:0;
    transition:all .3s ease-in-out
}
.srcare_slider .owl-nav div[class*=owl-]{
    background:#fff;
    border-radius:0;
    color:#000;
    font-size:40px;
    line-height:60px;
    opacity:1;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    transition:all .3s ease-in-out;
    z-index:1
}
.srcare_slider:hover .owl-nav{
    opacity:.8
}
.srcare_slider .owl-nav div.owl-prev{
    left:24px;
    width:60px
}
.srcare_slider .owl-nav div.owl-next{
    right:24px;
    width:60px
}
.srcare_slider:hover .owl-controls,.srcare_slider:hover .owl-nav div{
    opacity:1
}
.srcare_slider:hover .owl-nav div.owl-prev{
    left:24px
}
.srcare_slider:hover .owl-nav div.owl-next{
    right:24px
}
.owl-item{
    -webkit-backface-visibility:hidden;
    -webkit-transform:translateZ(0) scale(1)
}
.section-banner{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
    padding:160px 0;
    position:relative
}
.banner-content{
    width:100%
}
.banner-content h2{
    color:#fff;
    font-size:70px;
    font-weight:900;
    line-height:80px;
    margin:0
}
.banner-content h2 span{
    background:rgba(235,70,74,.8);
    padding:0 3px
}
.banner-content h2.jumbo-heading{
    font-size:80px;
    line-height:86px;
    text-shadow:1px 1px 1px #666
}
.banner-content h2.jumbo-heading span{
    background:none;
    color:#f25764;
    padding:0;
    text-shadow:1px 1px 1px #666
}
.banner-content h3{
    color:#fff;
    font-size:28px;
    font-weight:400;
    letter-spacing:0;
    line-height:32px;
    margin:16px 0 0;
    text-shadow:1px 1px 1px #666
}
.banner-content span.slider-text-separator{
    background:#f25764;
    display:inline-block;
    height:2px;
    margin:24px 0 12px;
    width:60px
}
.banner-content a.btn-slider{
    background:#f25764;
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    border:0 solid #f25764;
    border-radius:0;
    color:#fff;
    font-size:16px;
    font-weight:600;
    line-height:48px;
    margin-top:36px;
    padding-left:42px;
    padding-right:42px;
    text-align:left
}
.banner-content a.btn-slider:hover{
    background:#254559;
    border:0 solid #f25764;
    color:#fff
}
.srcare-section-banner{
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
    padding:250px 0;
    position:relative
}
.srcare-banner-content{
    width:100%
}
.srcare-banner-content h2{
    color:#fff;
    font-size:80px;
    font-weight:900;
    letter-spacing:0;
    line-height:92px;
    position:relative;
    text-shadow:1px 1px 1px #666
}
.srcare-banner-content h2 span{
    color:#a5d164;
    font-weight:900;
    padding:0
}
.srcare-banner-content h3{
    color:#fff;
    font-size:32px;
    font-weight:600;
    line-height:42px
}
.srcare-section-banner a.btn-theme+a.btn-theme{
    margin-left:16px
}
.about-us-header{
    background-image:url(../images/our_mission_bg.dec6bcd6.jpg);
    background-position:50%;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
    position:relative
}
.section-heading-bold{
    font-size:32px;
    line-height:48px;
    margin-bottom:48px;
    position:relative
}
.about-us-layout-2{
    display:block;
    padding:12px 0 0
}
.about-us-layout-2 .about-us-img-2{
    overflow:hidden;
    position:relative
}
.about-us-layout-2 .about-us-img-2:before{
    background:rgba(0,0,0,.2);
    content:"";
    height:3000px;
    left:0;
    position:absolute;
    top:0;
    transition:all .5s ease-out;
    width:100%
}
.about-us-layout-2 .about-us-img-2:after{
    animation:pulse-effect 3s infinite;
    background:hsla(0,0%,100%,.5);
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    border-radius:100%;
    color:#343434;
    content:"";
    font-family:Font Awesome\ 5 Free;
    font-size:42px;
    font-weight:900;
    height:110px;
    left:50%;
    line-height:110px;
    margin-left:-55px;
    margin-top:-55px;
    position:absolute;
    text-align:center;
    text-indent:5px;
    top:50%;
    transition:all .5s ease-out;
    width:110px
}
.about-us-layout-2 .about-us-img-2 img{
    display:block;
    width:100%
}
.about-us-layout-2 .about-us-img-2:hover:before{
    background:rgba(0,0,0,.1);
    content:"";
    height:3000px;
    left:0;
    position:absolute;
    top:0;
    width:100%
}
.about-us-layout-2 .about-us-img-2:hover:after{
    background:hsla(0,0%,100%,.7);
    box-shadow:0 0 0 6px rgba(237,19,93,.7);
    color:#1a1a1a
}
.section-feat-about-us{
    padding:0;
    position:relative
}
.feat-img-side-bg{
    height:100%;
    left:0;
    overflow:hidden;
    padding:0;
    position:absolute!important;
    top:0;
    z-index:100
}
.feat-img-side-bg.img{
    left:0;
    max-width:100%;
    position:absolute;
    top:-30px
}
.about-us-info-block{
    margin-right:100px;
    max-width:600px;
    padding:0px 0px 0px 30px
}
.about-us-info{
    /*margin-bottom:60px;*/
    margin-top:72px
}
.about-us-slogan{
    font-size:28px;
    letter-spacing:.03em;
    line-height:42px;
    margin-bottom:70px;
    position:relative
}
.about-us-slogan:after{
    background:#95db54;
    bottom:-42px;
    content:"";
    height:3px;
    left:0;
    position:absolute;
    width:72px
}
.about-us-slogan-bold{
    font-size:60px;
    font-weight:800;
    letter-spacing:.01em;
    line-height:60px
}
.about-us-slogan-bold span{
    font-size:24px;
    font-weight:500
}
.about-us-slogan-alt{
    font-size:28px;
    letter-spacing:.03em;
    line-height:42px;
    margin-bottom:32px
}
.jumbo-heading-style h2{
    font-family:Playfair Display,serif;
    font-size:60px;
    font-style:normal;
    font-weight:700;
    letter-spacing:0;
    line-height:72px;
    margin-bottom:32px
}
.highlight-layout-1{
    background:transparent;
    border:0;
    margin:32px 0 12px;
    padding:24px 4px 12px;
    position:relative;
    text-align:center;
    transition:all .2s ease-in-out
}
.highlight-layout-1 span.fa{
    background:#e06299;
    color:#fff;
    font-size:24px;
    height:42px;
    left:50%;
    line-height:42px;
    margin-left:-21px;
    opacity:1;
    position:absolute;
    text-align:center;
    top:-21px;
    transition:all .4s ease-in-out;
    width:42px
}
.highlight-layout-1 h2,.highlight-layout-1 h2>a{
    color:#626262;
    font-size:24px;
    font-weight:600;
    line-height:32px;
    margin-bottom:16px;
    margin-top:24px;
    padding-bottom:12px;
    position:relative
}
.highlight-layout-1 h2 a{
    font-size:inherit;
    font-weight:700
}
.highlight-layout-1 h2:after{
    background:#95db54;
    bottom:-8px;
    content:"";
    display:block;
    height:2px;
    left:50%;
    margin-left:-16px;
    position:absolute;
    transition:all .3s ease-in-out;
    width:32px
}
.highlight-layout-1 p{
    color:#8d8d8d
}
.highlight-layout-1 a img{
    position:relative;
    transform:rotateY(0deg);
    transition:all .3s ease-in-out
}
.highlight-layout-1:hover{
    background:transparent
}
.highlight-layout-1:hover span.fa{
    background:#444;
    color:#fafafa;
    opacity:1
}
.highlight-layout-1:hover a img{
    position:relative;
    top:-10px;
    transform:rotateY(1turn)
}
.highlight-layout-1:hover h2:after{
    background:#444;
    height:2px;
    width:32px
}
.highlight-layout-1.text-left span.fa{
    left:0;
    margin-left:24px
}
.highlight-layout-1.text-left h2:after{
    left:0;
    margin-left:0
}
.highlight-layout-1.text-right span.fa{
    left:auto;
    margin-right:24px;
    right:0
}
.highlight-layout-1.text-right h2:after{
    left:auto;
    margin-left:0;
    right:0
}
.highlight-layout-1 a img,.highlight-layout-2 a img,.highlight-layout-3 a img{
    display:inline-block!important;
    width:auto!important
}
.highlight-layout-1 a img{
    max-width:70px!important
}
.highlight-layout-2{
    background:#fff;
    border:1px solid #eee;
    margin:24px 0;
    padding:16px 12px;
    position:relative;
    transition:all .3s ease-in-out
}
.highlight-layout-2:hover{
    background:#fafafa
}
.highlight-layout-2 span.fa{
    color:#f25764;
    font-size:42px;
    opacity:1;
    transition:all .5s ease-in-out
}
.highlight-layout-2 h2{
    font-size:18px;
    font-weight:500;
    margin-bottom:6px;
    margin-top:12px;
    position:relative
}
.highlight-layout-2 h2 a{
    color:#626262;
    font-size:inherit;
    font-weight:700
}
.highlight-layout-2 p{
    color:#8d8d8d
}
.highlight-layout-2:hover span.fa{
    color:#22afe6
}
.highlight-layout-2:hover h2 a{
    color:#f25764
}
.highlight-layout-3{
    background:#fff;
    border:1px solid #ebebeb;
    margin-bottom:24px;
    padding:16px;
    position:relative;
    transition:all .5s ease-in-out
}
.highlight-layout-3 span.fa{
    display:inline;
    font-size:36px;
    opacity:.8;
    position:absolute;
    right:18px;
    top:24px;
    transition:all .9s ease-in-out
}
.highlight-layout-3 h2{
    color:#626262;
    font-size:18px;
    font-weight:500;
    line-height:28px;
    margin:6px 0 24px;
    padding-right:32px;
    position:relative
}
.highlight-layout-3 h2 a{
    font-size:inherit;
    font-weight:700
}
.highlight-layout-3 h2:after{
    background:#f25764;
    bottom:-12px;
    content:"";
    display:block;
    height:2px;
    left:50%;
    margin-left:-30px;
    position:absolute;
    transition:all .3s ease-in-out;
    width:60px
}
.highlight-layout-3 p{
    color:#8d8d8d
}
.highlight-layout-3:hover span.fa{
    color:#f25764;
    opacity:1;
    transform:rotateY(1turn)
}
.highlight-layout-3:hover h2:after{
    background:#444;
    height:2px;
    width:32px
}
.highlight-layout-3.text-left h2:after{
    left:0;
    margin-left:0
}
.highlight-layout-3.text-right h2{
    padding-left:32px;
    padding-right:0
}
.highlight-layout-3.text-right h2:after{
    left:auto;
    margin-left:0;
    margin-right:0;
    right:0
}
.highlight-layout-3.text-right span.fa{
    left:18px;
    right:auto
}
.custom-badge{
    border-radius:0!important;
    font-size:16px!important;
    font-weight:400!important;
    padding:8px 0!important;
    position:absolute;
    right:12px;
    text-align:center;
    top:-18px;
    width:100px;
    z-index:1
}
.highlight-box-shadow{
    box-shadow:0 0 4px 1px rgba(0,0,0,.05);
    top:0
}
.highlight-box-shadow:hover{
    border:1px solid transparent;
    box-shadow:0 0 40px 3px rgba(0,0,0,.08);
    top:-3px
}
.highlight-carousel [class^=col-]{
    margin-top:24px;
    width:100%
}
.highlight-carousel .owl-nav{
    margin:0;
    opacity:.6;
    transition:all .5s ease-in-out;
    z-index:1
}
.highlight-carousel .owl-nav [class*=owl-]{
    background:#d6d6d6;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    margin:5px;
    padding:4px 7px
}
.highlight-carousel .owl-nav .owl-prev{
    background:transparent;
    color:#f25764;
    font-size:48px;
    height:48px;
    left:-3%;
    margin-top:-24px;
    padding:0;
    position:absolute;
    text-align:left;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.highlight-carousel .owl-nav .owl-prev:hover{
    color:#444
}
.highlight-carousel .owl-nav .owl-next{
    background:transparent;
    color:#f25764;
    font-size:48px;
    height:48px;
    margin-top:-24px;
    padding:0;
    position:absolute;
    right:-3%;
    text-align:right;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.highlight-carousel .owl-nav .owl-next:hover{
    color:#444
}
.highlight-carousel .owl-dots{
    margin:24px 0 0;
    text-align:center
}
.highlight-carousel .owl-dots .owl-dot{
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    background:transparent;
    border:1px solid #ccc;
    border-radius:100%;
    box-shadow:0 0 3px 2px rgba(0,0,0,.1);
    display:inline-block;
    height:18px;
    margin:0 4px;
    padding:4px;
    width:18px
}
.highlight-carousel .owl-dots .owl-dot span{
    background:#254559;
    display:block
}
.highlight-carousel .owl-dots .active span{
    background:#ff6dab;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    height:8px;
    padding:0;
    width:8px
}
.highlight-carousel:hover .owl-nav{
    opacity:1
}
.highlight-box{
    margin-top:24px;
    padding:48px 42px
}
.highlight-box h2{
    font-size:24px;
    font-weight:600;
    line-height:32px
}
.highlight-box .highlight-text{
    color:#646464;
    font-size:24px;
    font-weight:700;
    letter-spacing:.03em;
    margin-bottom:0
}
.highlight-box:hover{
    background:#fbfbfb
}
.service-layout-1{
    background:hsla(0,0%,100%,.9);
    margin-bottom:42px;
    margin-top:0;
    padding:0;
    position:relative
}
.service-layout-1 .service-img-box{
    display:block;
    overflow:hidden;
    position:relative
}
.service-layout-1 .service-img-box .service-img{
    display:block;
    max-width:100%;
    padding:0;
    position:relative
}
.service-layout-1 .service-img-box .service-img:before{
    background:#254559;
    content:"";
    height:0;
    left:0;
    position:absolute;
    top:0;
    transition:all .5s ease-in-out;
    width:100%
}
.service-layout-1 .service-img-box .service-img:after{
    background:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    bottom:-64px;
    color:#f25764;
    content:"";
    font-family:Font Awesome\ 5 Free;
    font-weight:900;
    height:42px;
    line-height:42px;
    margin-left:-21px;
    position:absolute;
    right:150%;
    text-align:center;
    transition:all .7s ease-in-out;
    width:42px
}
.service-layout-1 .service-img-box .service-img img{
    display:block;
    max-width:100%;
    opacity:1;
    transition:all .8s ease-in-out;
    width:100%
}
.service-layout-1 .service-img-box:hover .service-img:before{
    background:#f25764;
    height:1500px;
    width:100%
}
.service-layout-1 .service-img-box:hover .service-img:after{
    left:50%;
    margin-top:-24px;
    opacity:1;
    top:50%
}
.service-layout-1 .service-img-box:hover .service-img img{
    opacity:.5;
    transform:scale(1.1) rotate(5deg)
}
.service-layout-1 .service-img-box:hover .service-img figcaption{
    bottom:0;
    left:0
}
.service-layout-1 h2>a{
    color:#555;
    font-family:Lato,sans-serif;
    font-size:20px;
    font-weight:700;
    letter-spacing:.03em;
    position:relative;
    text-transform:capitalize
}
.service-layout-1 h2>a:after{
    background:#f25764;
    bottom:-12px;
    content:"";
    display:block;
    height:1px;
    left:0;
    margin-left:0;
    position:absolute;
    transition:all .5s ease-in-out;
    width:60px
}
.service-layout-1 p{
    margin-top:24px
}
.service-layout-1 a.service_read_more{
    color:#f25764;
    display:inline-block;
    font-weight:400;
    position:relative;
    text-transform:capitalize
}
.service-layout-1 i.fa{
    bottom:20px;
    color:#f25764;
    font-size:48px;
    opacity:1;
    position:absolute;
    right:24px;
    transition:all .7s ease-in-out
}
.service-layout-1:hover .icon{
    color:#f25764;
    opacity:1;
    top:60px
}
.service-layout-1:hover h2>a:after{
    background:#254559;
    height:1px;
    width:100px
}
.service-info{
    padding:12px 24px
}
.service-container [class^=col-]{
    margin-top:24px;
    width:100%
}
.service-container .owl-nav{
    margin:0;
    opacity:.6;
    transition:all .5s ease-in-out;
    z-index:1
}
.service-container .owl-nav [class*=owl-]{
    background:#d6d6d6;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    margin:5px;
    padding:4px 7px
}
.service-container .owl-nav .owl-prev{
    background:transparent;
    color:#f25764;
    font-size:48px;
    left:-3%;
    margin-top:-42px;
    padding:0;
    position:absolute;
    text-align:left;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.service-container .owl-nav .owl-prev:hover{
    color:#254559
}
.service-container .owl-nav .owl-next{
    background:transparent;
    color:#f25764;
    font-size:48px;
    margin-top:-42px;
    padding:0;
    position:absolute;
    right:-3%;
    text-align:right;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.service-container .owl-nav .owl-next:hover{
    color:#254559
}
.service-container .owl-dots{
    margin:24px 0 0;
    text-align:center
}
.service-container .owl-dots .owl-dot{
    background:transparent;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border-radius:100%;
    display:inline-block;
    height:18px;
    margin:0 4px;
    padding:4px;
    width:18px
}
.service-container .owl-dots .owl-dot span{
    background:#254559;
    display:block
}
.service-container .owl-dots .active span{
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    height:8px;
    padding:0;
    width:8px
}
.service-container:hover .owl-nav{
    opacity:1
}
.section-counter{
    clear:both
}
.counter-block-1{
    background:hsla(0,0%,94%,.7);
    clear:both;
    margin-bottom:24px;
    padding:24px 24px 16px
}
.counter-block-1 .icon{
    color:#2c2c2c;
    float:left;
    font-size:42px;
    margin:0 16px 0 0
}
.counter-block-1 .count-info{
    margin-top:0;
    overflow:hidden
}
.counter-block-1 .counter{
    color:#f25764;
    font-size:32px;
    font-weight:400;
    margin-top:24px
}
.counter-block-1 h4{
    color:#2c2c2c;
    font-size:14px;
    font-weight:400;
    letter-spacing:0;
    margin-bottom:0;
    margin-top:0;
    text-transform:uppercase
}
.counter-block-2{
    clear:both;
    margin-bottom:24px
}
.counter-block-2 .icon{
    color:#2c2c2c;
    display:block;
    font-size:42px;
    margin-bottom:12px
}
.counter-block-2 .counter{
    color:#f25764;
    font-size:32px;
    font-weight:400;
    margin-top:0
}
.counter-block-2 h4{
    color:#2c2c2c;
    font-size:16px;
    font-weight:400;
    letter-spacing:.03em;
    margin-top:6px;
    text-transform:uppercase
}
.counter-block-3{
    margin:12px 0
}
.counter-block-3 h4{
    color:#2c2c2c;
    font-size:18px;
    font-weight:400;
    letter-spacing:.03em;
    margin-bottom:12px;
    margin-top:24px;
    position:relative;
    text-transform:capitalize
}
.counter-block-3 h4:before{
    background:#ccc;
    content:"";
    height:1px;
    left:50%;
    margin-left:-21px;
    position:absolute;
    top:-12px;
    width:42px
}
.text-left .counter-block-3 h4:before{
    left:0;
    margin-left:0
}
.counter-block-3 .counter{
    color:#f25764;
    display:block;
    font-size:32px;
    font-weight:400;
    margin-top:0
}
.counter-block-3 .icon{
    color:#2c2c2c;
    display:block;
    font-size:42px;
    margin:16px 0
}
.counter-block-4{
    clear:both;
    margin-bottom:48px
}
.counter-block-4 .icon{
    background:#fcfcfc;
    border:2px solid #ccc;
    color:#2c2c2c;
    float:left;
    font-size:24px;
    height:58px;
    line-height:54px;
    position:relative;
    text-align:center;
    width:60px
}
.counter-block-4 .count-info{
    margin-top:0;
    overflow:hidden;
    padding-left:24px
}
.counter-block-4 .counter{
    color:#f25764;
    font-size:24px;
    font-weight:400;
    margin-top:24px;
    position:relative
}
.counter-block-4 .counter:after{
    background:#ccc none repeat scroll 0 0;
    bottom:-8px;
    content:"";
    height:1px;
    left:0;
    position:absolute;
    width:32px
}
.counter-block-4 h4{
    color:#2c2c2c;
    font-size:14px;
    font-weight:400;
    letter-spacing:0;
    margin-bottom:0;
    margin-top:12px;
    text-transform:uppercase
}
.section-our-team{
    padding-bottom:60px;
    padding-top:60px
}
.team-layout-1{
    background:#fafafa;
    margin-bottom:24px;
    position:relative
}
.team-layout-1 .team-member{
    overflow:hidden
}
.team-layout-1 .team-member a{
    display:block;
    position:relative
}
.team-layout-1 .team-member a:after{
    background:#f25764;
    content:"";
    height:100%;
    left:0;
    opacity:.01;
    position:absolute;
    top:0;
    transition:all .9s ease-in-out;
    width:0
}
.team-layout-1 .team-member img{
    vertical-align:middle;
    width:100%
}
.team-layout-1 .team-meta{
    padding:6px 12px
}
.team-layout-1 h3{
    font-size:22px;
    font-weight:700;
    letter-spacing:.03em;
    margin:12px 0 0
}
.team-layout-1 .team-info h3 a{
    font-size:inherit
}
.team-layout-1 .team-info h3 a:hover{
    color:inherit
}
.team-layout-1 h4{
    color:#f25764;
    font-size:14px;
    font-weight:500;
    letter-spacing:.03em;
    padding-bottom:12px;
    text-transform:uppercase
}
.team-layout-1 p{
    color:#7b7b7b;
    font-weight:400;
    margin:0
}
.team-layout-1 .team-social-share{
    background:rgba(0,0,0,.3);
    margin:15px 0 0;
    opacity:0;
    padding:5px;
    position:absolute;
    right:0;
    top:30%;
    transition:all .5s ease-in-out
}
.team-layout-1 .team-social-share a{
    background:#fff;
    border:1px solid #ccc;
    display:inline-block;
    height:32px;
    line-height:32px;
    margin:0 2px;
    text-align:center;
    width:32px
}
.team-layout-1:hover .team-member a{
    display:block;
    position:relative
}
.team-layout-1:hover .team-member a:after{
    background:#f25764;
    content:"";
    height:100%;
    left:0;
    opacity:.4;
    position:absolute;
    top:0;
    width:1000px
}
.team-layout-1:hover .team-social-share{
    opacity:1;
    top:40%
}
.team-layout-1:hover .team-social-share a{
    border:1px solid #ccc;
    display:inline-block;
    height:32px;
    line-height:32px;
    margin:0 2px;
    text-align:center;
    width:32px
}
.team-layout-2{
    margin-bottom:24px;
    overflow:hidden;
    text-align:center
}
.team-layout-2 .team-member a{
    display:block;
    position:relative
}
.team-layout-2 .team-member a:after{
    background:#f25764;
    content:"";
    height:100%;
    left:0;
    opacity:.01;
    position:absolute;
    top:0;
    transition:all .4s ease-in-out;
    width:100%
}
.team-layout-2 .team-member img{
    vertical-align:middle;
    width:100%
}
.team-layout-2 .team-meta{
    background:#f25764;
    padding:16px;
    transition:all .4s ease-in-out
}
.team-layout-2 h3{
    color:#fff;
    font-size:22px;
    font-weight:700;
    letter-spacing:.03em;
    margin:12px 0 0
}
.team-layout-2 .team-info h3 a{
    font-size:inherit
}
.team-layout-2 .team-info h3 a:hover{
    color:inherit
}
.team-layout-2 h4{
    color:#fff;
    font-size:14px;
    font-weight:500;
    letter-spacing:.03em;
    padding-bottom:12px;
    text-transform:uppercase
}
.team-layout-2 .team-meta p{
    color:#fff;
    font-size:14px;
    margin:0;
    text-transform:capitalize
}
.team-layout-2 .team-social-share{
    left:50%;
    margin-left:-100px;
    opacity:0;
    position:absolute;
    top:0;
    transition:all .4s ease-in-out;
    width:200px
}
.team-layout-2 .team-social-share a{
    background:#fff;
    display:inline-block;
    height:32px;
    line-height:32px;
    margin:0 2px;
    text-align:center;
    width:32px
}
.team-layout-2:hover .team-member a{
    display:block;
    position:relative
}
.team-layout-2:hover .team-member a:after{
    background:#f25764;
    content:"";
    height:100%;
    left:0;
    opacity:.1;
    position:absolute;
    top:0;
    width:100%
}
.team-layout-2:hover .team-social-share{
    opacity:1;
    top:50%
}
.team-layout-2:hover .team-social-share a{
    border:1px solid #ebebeb;
    display:inline-block;
    height:32px;
    line-height:32px;
    margin:0 2px;
    text-align:center;
    width:32px
}
.teams-container{
    clear:both
}
.teams-container [class^=col-]{
    width:100%
}
.teams-container .owl-nav{
    margin:0;
    opacity:.6;
    transition:all .5s ease-in-out;
    z-index:1
}
.teams-container .owl-nav [class*=owl-]{
    background:#d6d6d6;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    margin:5px;
    padding:4px 7px
}
.teams-container .owl-nav .owl-prev{
    background:transparent;
    color:#f25764;
    font-size:48px;
    left:-3%;
    margin-top:-42px;
    padding:0;
    position:absolute;
    text-align:center;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.teams-container .owl-nav .owl-prev:hover{
    color:#254559
}
.teams-container .owl-nav .owl-next{
    background:transparent;
    color:#f25764;
    font-size:48px;
    margin-top:-42px;
    padding:0;
    position:absolute;
    right:-3%;
    text-align:center;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.teams-container .owl-nav .owl-next:hover{
    color:#254559
}
.teams-container .owl-dots{
    margin:24px 0 0;
    text-align:center
}
.teams-container .owl-dots .owl-dot{
    background:transparent;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border-radius:100%;
    box-shadow:0 0 3px 2px rgba(0,0,0,.1);
    display:inline-block;
    height:18px;
    margin:0 4px;
    padding:4px;
    width:18px
}
.teams-container .owl-dots .owl-dot span{
    background:#254559;
    display:block
}
.teams-container .owl-dots .active span{
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    height:8px;
    padding:0;
    width:8px
}
.teams-container:hover .owl-nav{
    opacity:1
}
.section-cta{
    padding:65px 0
}
.cta-layout-1 h5{
    color:#eee;
    font-size:24px;
    line-height:36px;
    margin:20px 0
}
.cta-layout-1 h2,.cta-layout-1 h5{
    font-weight:400;
    letter-spacing:.01em
}
.cta-layout-1 h2{
    color:#fff;
    font-size:36px;
    line-height:48px;
    margin:0
}
.cta-layout-1 .video-icon{
    color:#eee;
    display:block;
    margin:40px auto 24px;
    text-align:center;
    width:120px
}
.cta-layout-1 .video-icon span{
    border-radius:100%;
    box-shadow:0 0 0 6px hsla(0,0%,100%,.5);
    padding:24px 24px 24px 36px;
    transition:all .5s ease-out
}
.cta-layout-1 .video-icon span:hover{
    box-shadow:0 0 0 6px hsla(0,0%,100%,.9);
    color:#eee
}
.cta-layout-1 .video-icon span.cta-video-btn-semi-round{
    border-radius:6px
}
.cta-layout-1 .video-icon span.cta-video-btn-square{
    border-radius:0
}
.cta-layout-1.text-left{
    padding:24px 0
}
.cta-layout-1.text-left .video-icon{
    margin:24px 0;
    text-align:left
}
.cta-layout-1.text-right{
    padding:24px 0
}
.cta-layout-1.text-right .video-icon{
    margin:24px 0;
    text-align:right
}
.cta-layout-2{
    clear:both;
    margin:0;
    padding:0
}
.cta-layout-2 h2{
    color:#fff;
    font-size:36px;
    font-weight:700;
    letter-spacing:.02em;
    line-height:48px;
    margin:0
}
.cta-layout-2 p{
    color:#fff;
    font-size:18px;
    font-weight:400;
    letter-spacing:.004em;
    margin-top:12px
}
.cta-layout-2 a.btn{
    margin:24px auto 0
}
.cta-section-3{
    clear:both;
    margin:0;
    padding:0
}
.cta-section-3 h2{
    color:#fff;
    font-size:26px;
    font-weight:300;
    letter-spacing:.01em;
    line-height:42px;
    margin:0
}
.cta-layout-4{
    padding:24px 0 0
}
.cta-layout-4 h2{
    color:#1a1a1a;
    font-size:42px;
    line-height:46px;
    margin:48px 0 24px
}
.cta-layout-4 p{
    color:gray;
    margin-bottom:32px
}
.cta-layout-4 a.btn-cta-1{
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    background:#f25764;
    border:0;
    border-radius:0;
    color:#fff;
    font-size:14px;
    font-weight:600;
    padding:10px 24px
}
.cta-layout-5{
    padding:0
}
.cta-layout-5 h2{
    color:#12365c;
    font-size:36px;
    font-weight:700;
    line-height:46px;
    margin:0
}
.cta-layout-5 p{
    color:#12365c;
    font-size:18px;
    margin-bottom:32px;
    margin-top:12px
}
.cta-layout-5 a.btn-cta-1{
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    background:#fff;
    border:0;
    border-radius:0;
    color:#f25764;
    font-size:14px;
    font-weight:600;
    padding:10px 24px
}
.section-client-logo{
    clear:both
}
.client-logo{
    margin-bottom:24px
}
.logo-layout-1 .logo-container{
    padding:6px
}
.logo-carousel [class^=col-],.logo-layout-1 .logo-container [class^=col-]{
    padding-left:6px;
    padding-right:6px;
    width:100%
}
.logo-layout-1 .logo{
    margin-bottom:32px;
    margin-top:0;
    padding:0
}
.logo-layout-1 .logo img{
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:0;
    display:block;
    margin:0;
    opacity:1;
    padding:0;
    transition:all .5s ease-in-out;
    width:100%
}
.logo-layout-1 .logo:hover img{
    opacity:1
}
.logo-items{
    clear:both
}
.logo-items [class^=col-]{
    width:100%
}
.logo-items .client-logo{
    margin-bottom:0
}
.logo-items .owl-nav{
    margin:0;
    opacity:0;
    transition:all .5s ease-in-out;
    z-index:1
}
.logo-items .owl-nav [class*=owl-]{
    background:#d6d6d6;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    margin:5px;
    padding:4px 7px
}
.logo-items .owl-nav .owl-prev{
    background:transparent;
    color:#f25764;
    font-size:42px;
    left:0;
    margin-top:-24px;
    padding:0;
    position:absolute;
    text-align:left;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.logo-items .owl-nav .owl-prev:hover{
    color:#4a4a4a
}
.logo-items .owl-nav .owl-next{
    background:transparent;
    color:#f25764;
    font-size:42px;
    margin-top:-24px;
    padding:0;
    position:absolute;
    right:0;
    text-align:right;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.logo-items .owl-nav .owl-next:hover{
    color:#4a4a4a
}
.logo-items:hover .owl-nav .owl-prev{
    left:-3%
}
.logo-items:hover .owl-nav .owl-next{
    right:-3%
}
.logo-items .owl-dots{
    margin:24px 0 0;
    text-align:center
}
.logo-items .owl-dots .owl-dot{
    background:transparent;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border-radius:100%;
    display:inline-block;
    height:18px;
    margin:0 4px;
    padding:4px;
    width:18px
}
.logo-items .owl-dots .owl-dot span{
    background:#4a4a4a;
    display:block
}
.logo-items .owl-dots .active span{
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    height:8px;
    padding:0;
    width:8px
}
.logo-items:hover .owl-nav{
    opacity:1
}
.testimony-layout-1{
    padding:80px 0 24px;
    position:relative
}
.testimony-layout-1 h6{
    color:#7b7b7b;
    font-size:18px;
    line-height:24px;
    margin:0
}
.testimony-layout-1 span{
    color:#888;
    font-size:14px
}
.testimony-layout-1 img{
    border-radius:32px;
    display:inline-block!important;
    height:60px!important;
    width:60px!important
}
.testimony-layout-1 .testimony-text{
    color:#555;
    font-size:24px;
    font-style:italic;
    font-weight:500;
    letter-spacing:.02em;
    line-height:32px;
    margin:0 0 24px;
    padding-top:24px;
    position:relative
}
.testimony-layout-1 .testimony-text:before{
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    color:#fff;
    content:"";
    font-family:Font Awesome\ 5 Free;
    font-size:32px;
    font-style:normal;
    font-weight:900;
    height:64px;
    left:50%;
    line-height:64px;
    margin-left:-32px;
    opacity:.7;
    position:absolute;
    text-align:center;
    top:-60px;
    transition:all .5s ease-in-out;
    width:64px
}
.light-color-style .testimony-layout-1 div.testimony-text:before{
    background:transparent!important
}
.testimony-layout-1:hover .testimony-text{
    clear:both
}
.testimony-layout-1:hover .testimony-text:before{
    background:#254559;
    opacity:1
}
.testimonial-container.single-item .testimony-text{
    max-width:720px
}
.testimonial-container.light-color-style .testimony-text,.testimonial-container.light-color-style h6,.testimonial-container.light-color-style span{
    color:#fff
}
.testimonial-container.text-left,.testimonial-container.text-left .testimony-text{
    text-align:left
}
.testimonial-container.text-left .testimony-text:before{
    background:transparent;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    color:#f25764;
    content:"";
    font-family:Font Awesome\ 5 Free;
    font-size:100px;
    font-style:normal;
    font-weight:900;
    height:150px;
    left:0;
    line-height:150px;
    margin-left:0;
    opacity:.4;
    position:absolute;
    text-align:left;
    top:-42px;
    width:150px;
    z-index:-1
}
.testimonial-container.text-left .owl-dots{
    margin:24px 0 24px 12px!important;
    text-align:left!important
}
.testimonial-container{
    clear:both
}
.testimonial-container [class^=col-]{
    width:100%
}
.testimonial-container .owl-nav{
    margin:0;
    opacity:.6;
    transition:all .5s ease-in-out;
    z-index:1
}
.testimonial-container .owl-nav [class*=owl-]{
    background:#d6d6d6;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    margin:5px;
    padding:4px 7px
}
.testimonial-container .owl-nav .owl-prev{
    background:transparent;
    color:#f25764;
    font-size:48px;
    left:-3%;
    margin-top:-42px;
    padding:0;
    position:absolute;
    text-align:left;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.testimonial-container .owl-nav .owl-prev:hover{
    color:#444
}
.testimonial-container .owl-nav .owl-next{
    background:transparent;
    color:#f25764;
    font-size:48px;
    margin-top:-42px;
    padding:0;
    position:absolute;
    right:-3%;
    text-align:right;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.testimonial-container .owl-nav .owl-next:hover{
    color:#444
}
.testimonial-container .owl-dots{
    margin:24px 0 0;
    text-align:center
}
.testimonial-container .owl-dots .owl-dot{
    background:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border-radius:100%;
    box-shadow:0 0 3px 2px rgba(0,0,0,.1);
    display:inline-block;
    height:18px;
    margin:0 4px;
    padding:4px;
    width:18px
}
.testimonial-container .owl-dots .owl-dot span{
    background:#162935;
    display:block
}
.testimonial-container .owl-dots .active span{
    background:#f25764;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    height:8px;
    padding:0;
    width:8px
}
.testimonial-container:hover .owl-nav{
    opacity:1
}
.latest-news-container{
    border:0 solid #ccc;
    margin-bottom:32px
}
.latest-news-container figure{
    overflow:hidden
}
.latest-news-container figure,.latest-news-container figure img{
    display:block;
    position:relative
}
.latest-news-container figure:after{
    background:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    bottom:-64px;
    color:#f25764;
    content:"+";
    font-family:Font Awesome\ 5 Free;
    font-size:30px;
    font-weight:900;
    height:60px;
    line-height:60px;
    margin-left:-30px;
    position:absolute;
    right:150%;
    text-align:center;
    transition:all .5s ease-in-out;
    width:60px
}
.latest-news-container .news-content{
    background:#fff;
    padding:15px 25px 35px
}
.latest-news-container .news-content h3{
    color:#1a1a1a;
    font-size:24px;
    font-weight:600;
    letter-spacing:.03em;
    line-height:32px;
    margin-bottom:6px;
    margin-top:12px
}
.latest-news-container .news-content h3 a{
    display:block;
    font-size:24px
}
.latest-news-container .news-content p{
    color:#333
}
.latest-news-container .news-content .news-meta-info{
    font-size:14px;
    font-weight:600;
    margin-bottom:12px
}
.latest-news-container:hover figure:after{
    left:50%;
    margin-top:-30px;
    opacity:1;
    top:50%
}
.accordion .panel{
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:0;
    margin-bottom:3px
}
.accordion .panel .panel-title a{
    display:block
}
.srcare_faq{
    overflow:hidden;
    position:relative
}
.srcare_faq .panel{
    box-shadow:none
}
.srcare_faq .faq-box,.srcare_faq .faq-box+.faq-box{
    margin-bottom:6px
}
.srcare_faq .panel-default{
    background:#fbfbfb;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #eee;
    border-radius:0;
    padding:0
}
.srcare_faq .faq-box .panel-heading{
    background:#fd6eac;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:0;
    color:#fff;
    display:block;
    font-weight:600;
    padding:12px
}
.srcare_faq .faq-box .panel-details{
    background:#fafafa;
    padding:12px 12px 12px 32px
}
.srcare_faq .faq-box .panel-title{
    font-size:inherit;
    letter-spacing:.02em;
    margin-bottom:0;
    margin-top:0
}
.srcare_faq .faq-box .panel-title>a{
    display:block
}
.srcare_faq .faq-box .panel-title>a:focus,.srcare_faq .faq-box .panel-title>a:hover{
    color:#eee;
    outline:none
}
.srcare_faq .faq-box .panel-body{
    padding-left:0
}
.srcare_faq .faq-box .panel-heading [data-toggle=collapse]:after{
    color:#fff;
    content:"";
    float:left;
    font-family:Font Awesome\ 5 Free;
    font-size:16px;
    font-weight:900;
    margin-right:10px
}
.srcare_faq .faq-box .panel-heading [data-toggle=collapse].collapsed:after{
    color:#fff;
    content:""
}
.btn-social-icon{
    border:0;
    border-radius:0!important;
    height:42px;
    margin:3px;
    width:42px
}
.btn-social-icon .fa{
    color:#fff;
    line-height:42px
}
.btn-goggle-plus{
    background-color:#26b84b
}
.btn-goggle-plus:hover{
    background-color:#20993e
}
.btn-envelope-o{
    background-color:#d74b3e
}
.btn-envelope-o:hover{
    background-color:#ad3d32
}
.section-contact-block{
    overflow:hidden;
    position:relative
}
.section-contact-block .content-block{
    padding:0 48px 0 0
}
.section-contact-block .contact-title{
    border-bottom:3px solid #eee;
    color:#5c5c5c;
    font-size:24px;
    padding-bottom:15px;
    position:relative
}
.section-contact-block .contact-title:after{
    background:#77c720;
    bottom:-3px;
    content:"";
    height:3px;
    left:0;
    position:absolute;
    width:32px
}
.section-contact-block .contact-info li{
    margin-bottom:24px
}
.section-contact-block .contact-info .icon-container{
    background:#77c720;
    color:#fff;
    display:inline-block;
    height:32px;
    line-height:32px;
    margin-right:16px;
    text-align:center;
    width:32px
}
.section-contact-block .contact-info .icon-container i{
    font-size:14px
}
.section-contact-block .contact-info address{
    display:inline-block
}
.section-contact-block .contact-info a{
    color:#333
}
.section-contact-block .contact-info a:hover{
    color:#77c720
}
.section-contact-block .contact-form-block{
    padding:0
}
.section-contact-block #contact-form input[type=email],.section-contact-block #contact-form input[type=password],.section-contact-block #contact-form input[type=text],.section-contact-block #contact-form input[type=url]{
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    border:1px solid #eee;
    border-radius:0;
    box-shadow:0 0 0 0 rgba(0,0,0,.16);
    box-shadow:inset 0 0 0 0 rgba(0,0,0,.2);
    height:42px;
    line-height:42px;
    margin-bottom:24px;
    padding-left:2px;
    transition:.3s ease-out .2s
}
.section-contact-block #contact-form input[type=email]:focus,.section-contact-block #contact-form input[type=password]:focus,.section-contact-block #contact-form input[type=text]:focus,.section-contact-block #contact-form input[type=url]:focus{
    border:0;
    border-bottom:1px solid #a1a1a1;
    box-shadow:0 0 0 0 rgba(0,0,0,.16);
    box-shadow:inset 0 0 0 0 rgba(0,0,0,.2)
}
.section-contact-block #contact-form textarea{
    -webkit-background-clip:padding-box;
    -moz-background-clip:padding;
    background-clip:padding-box;
    border:0;
    border-bottom:1px solid #eee;
    border-radius:0;
    box-shadow:0 0 0 0 rgba(0,0,0,.16);
    box-shadow:inset 0 0 0 0 rgba(0,0,0,.2);
    margin-bottom:24px;
    padding-left:2px;
    transition:.3s ease-out .2s
}
.section-contact-block #contact-form textarea:focus{
    border:0;
    border-bottom:1px solid #a1a1a1;
    box-shadow:0 0 0 0 rgba(0,0,0,.16);
    box-shadow:inset 0 0 0 0 rgba(0,0,0,.2)
}
.section-transparent-bg{
    background:transparent!important
}
.srcare-pricing-container{
    background-color:#fafafa;
    border:2px solid #eee;
    box-sizing:border-box;
    margin-bottom:20px;
    padding:12px;
    position:relative;
    transition:all .3s ease-out
}
.srcare-pricing-container .plan-title{
    color:#000;
    font-size:32px;
    font-weight:600;
    margin-top:12px;
    text-transform:uppercase
}
.srcare-pricing-container .srcare-pricing-info{
    display:inline-block;
    line-height:1;
    margin-bottom:11px
}
.srcare-pricing-container .srcare-pricing-info .plan-currency{
    color:#f25764;
    font-size:48px;
    font-weight:500;
    line-height:45px
}
.srcare-pricing-container .srcare-pricing-info .plan-price{
    color:#f25764;
    font-size:48px;
    font-weight:500
}
.srcare-pricing-container .srcare-pricing-info .plan-period{
    color:#646e7a;
    display:block;
    font-size:16px;
    font-weight:400;
    line-height:32px;
    margin-top:6px;
    text-transform:uppercase
}
.srcare-pricing-container .srcare-pricing-container-details{
    color:#2c2c2c;
    margin-bottom:28px
}
.srcare-pricing-container .price-table-item{
    clear:both;
    color:#2c2c2c;
    list-style:none;
    margin:0 0 24px;
    padding:0
}
.srcare-pricing-container .price-table-item li{
    line-height:32px
}
.srcare-pricing-container a.srcare-price-plan-btn{
    background:#fff;
    border:2px solid #f25764;
    color:#f25764;
    font-weight:600;
    margin-bottom:20px;
    padding:6px 20px;
    text-transform:uppercase;
    transition:all .2s ease-out
}
.srcare-pricing-container:hover a.srcare-price-plan-btn{
    background:#f25764;
    color:#fff
}
.srcare-pricing-highlight{
    background:#f25764
}
.srcare-pricing-container .price-table-item,.srcare-pricing-highlight .plan-title,.srcare-pricing-highlight .srcare-pricing-info .plan-currency,.srcare-pricing-highlight .srcare-pricing-info .plan-period,.srcare-pricing-highlight .srcare-pricing-info .plan-price{
    color:#fff
}
.srcare-pricing-highlight a.srcare-price-plan-btn{
    background:#fff;
    border:2px solid #f25764;
    color:#f25764
}
.srcare-pricing-highlight:hover a.srcare-price-plan-btn{
    background:#f25764;
    border:2px solid #fff;
    color:#fff
}
.srcare-no-padding-pricing-column{
    padding:0!important
}
.srcare-no-padding-pricing-column:first-child{
    padding-left:15px!important
}
.srcare-no-padding-pricing-column:last-child{
    padding-right:15px!important
}
.srcare-no-padding-pricing-column .srcare-pricing-container{
    border:0 solid #fff!important
}
.gallery-container{
    margin:0;
    padding:0
}
.no-padding-gallery{
    padding:0!important
}
.no-padding-gallery .gallery-box{
    margin-bottom:0
}
.gallery-box{
    margin-bottom:24px;
    overflow:hidden;
    position:relative;
    text-align:center
}
.gallery-box:after{
    background:#f25764;
    content:"";
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    top:0;
    transition:all .3s ease-in-out;
    width:100%
}
.gallery-box:hover:after{
    opacity:.5
}
.gallery-box img{
    height:auto;
    transition:all 1s ease-in-out;
    width:100%
}
.gallery-box:hover img{
    transform:scale(1.2)
}
.gallery-box .gallery-icon-container{
    height:100%;
    left:0;
    list-style:none;
    margin:0 auto;
    padding:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1
}
.gallery-box .gallery-icon-container li{
    display:inline-block
}
.gallery-box .gallery-icon-container li a{
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #fff;
    border-radius:50%;
    color:#fff;
    display:inline-block;
    font-size:20px;
    height:48px;
    line-height:48px;
    margin:-24px auto 0 -24px;
    opacity:0;
    position:absolute;
    top:-50%;
    transition:all .6s ease-in-out;
    width:48px
}
.gallery-box:hover .gallery-icon-container li a{
    opacity:1;
    top:50%
}
.gallery-box .gallery-icon-container li a:hover{
    background:#fff;
    color:#f25764
}
.gallery-carousel{
    clear:both
}
.gallery-carousel [class^=col-]{
    width:100%
}
.gallery-carousel .owl-nav{
    margin:0;
    opacity:.6;
    transition:all .5s ease-in-out;
    z-index:1
}
.gallery-carousel .owl-nav [class*=owl-]{
    background:#d6d6d6;
    border-radius:3px;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-size:14px;
    margin:5px;
    padding:4px 7px
}
.gallery-carousel .owl-nav .owl-prev{
    background:transparent;
    color:#f25764;
    font-size:48px;
    left:-3%;
    margin-top:-12px;
    padding:0;
    position:absolute;
    text-align:left;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.gallery-carousel .owl-nav .owl-prev:hover{
    color:#254559
}
.gallery-carousel .owl-nav .owl-next{
    background:transparent;
    color:#f25764;
    font-size:48px;
    margin-top:-12px;
    padding:0;
    position:absolute;
    right:-3%;
    text-align:right;
    top:50%;
    transition:all .5s ease-in-out;
    width:42px
}
.gallery-carousel .owl-nav .owl-next:hover{
    color:#254559
}
.gallery-carousel .owl-dots{
    margin:24px 0 0;
    text-align:center
}
.gallery-carousel .owl-dots .owl-dot{
    background:transparent;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border-radius:100%;
    display:inline-block;
    height:18px;
    margin:0 4px;
    padding:4px;
    width:18px
}
.gallery-carousel .owl-dots .owl-dot span{
    background:#254559;
    display:block
}
.gallery-carousel .owl-dots .active span{
    background:#f68690;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-radius:100%;
    height:8px;
    padding:0;
    width:8px
}
.gallery-carousel:hover .owl-nav{
    opacity:1
}
@media only screen and (max-width:990px){
    .gallery-box{
        margin-bottom:30px
    }
}
.event-heading-column h4.section-subheading{
    margin-bottom:0;
    padding:0
}
.event-heading-column .section-heading{
    margin-bottom:48px
}
.event-heading-column .section-heading:after{
    background:#f25764;
    bottom:-30px;
    content:"";
    height:3px;
    left:0;
    margin-left:0;
    position:absolute;
    right:auto;
    top:auto;
    width:60px
}
.event_wrapper{
    border:1px solid #ccc;
    margin-bottom:32px!important
}
.event_wrapper .event-img{
    clear:both;
    display:block;
    margin:-1px -1px 0;
    overflow:hidden;
    position:relative
}
.event_wrapper .event-img img{
    clear:both;
    display:block;
    margin-top:0;
    max-width:100%;
    opacity:1;
    text-align:center;
    transition:all .8s ease-out;
    width:100%
}
.event_wrapper .event-img .event-info{
    background:#f25764;
    bottom:0;
    clear:both;
    color:#fff;
    left:0;
    margin:0;
    position:absolute;
    width:100%
}
.event_wrapper .event-img .event-info .event-date{
    display:inline-block;
    padding:6px;
    position:relative;
    text-align:center;
    width:50%
}
.event_wrapper .event-img .event-info .event-date i.fa{
    background:#f25764;
    color:#fff;
    content:"";
    height:32px;
    left:50%;
    line-height:32px;
    margin-left:-16px;
    opacity:0;
    position:absolute;
    top:-10px;
    transition:all .5s ease-out;
    width:32px
}
.event_wrapper .event-img .event-info .event-location{
    background:#ee2838;
    display:inline-block;
    float:right;
    padding:6px;
    position:relative;
    text-align:center;
    width:50%
}
.event_wrapper .event-img .event-info .event-location i.fa{
    background:#ee2838;
    color:#fff;
    content:"";
    height:32px;
    left:50%;
    line-height:32px;
    margin-left:-16px;
    opacity:0;
    position:absolute;
    top:-10px;
    transition:all .5s ease-out;
    width:32px
}
.event_wrapper .event-content{
    clear:both;
    padding-bottom:0
}
.event_wrapper .event-text{
    padding:0;
    text-align:center
}
.event_wrapper .event-text .event-time{
    font-weight:400;
    margin-bottom:24px
}
.event_wrapper .event-text .event-time span.speaker-name{
    font-style:italic;
    font-weight:400
}
.event_wrapper .event-text h5 a{
    color:#555;
    display:block;
    font-size:24px;
    font-weight:600;
    line-height:32px;
    margin-top:32px!important;
    text-transform:capitalize
}
.event_wrapper:hover .event-img{
    clear:both;
    display:block;
    position:relative
}
.event_wrapper:hover .event-img img{
    clear:both;
    display:block;
    opacity:.7;
    text-align:center;
    transform:scale(1.2)
}
.event_wrapper:hover .event-img .event-info{
    background:#f25764;
    bottom:0;
    clear:both;
    color:#fff;
    left:0;
    margin:0;
    position:absolute;
    width:100%
}
.event_wrapper:hover .event-img .event-info .event-date{
    display:inline-block;
    padding:6px;
    position:relative;
    text-align:center;
    width:50%
}
.event_wrapper:hover .event-img .event-info .event-date i.fa{
    background:#f25764;
    color:#fff;
    content:"";
    height:32px;
    left:50%;
    line-height:32px;
    margin-left:-16px;
    opacity:1;
    position:absolute;
    top:-32px;
    width:32px
}
.event_wrapper:hover .event-img .event-info .event-location{
    background:#ee2838;
    display:inline-block;
    float:right;
    padding:6px;
    position:relative;
    text-align:center;
    width:50%
}
.event_wrapper:hover .event-img .event-info .event-location i.fa{
    background:#ee2838;
    color:#fff;
    content:"";
    height:32px;
    left:50%;
    line-height:32px;
    margin-left:-16px;
    opacity:1;
    position:absolute;
    top:-32px;
    width:32px
}
span.label{
    border-radius:0;
    font-size:100%;
    margin-right:1px
}
hr.hr-half-center{
    background:#e1e1e1;
    border:0;
    height:1px;
    margin:48px auto 24px;
    max-width:420px;
    width:50%
}
#secondary .widget ul li{
    padding:5px 0
}
@media only screen and (min-width:992px)and (max-width:1370px){
    .srcare_slider .slider-content h2,.srcare_slider .slider-content h2.jumbo-heading{
        font-size:56px;
        line-height:60px
    }
    .srcare_slider .slider-content h3{
        font-size:24px;
        line-height:32px;
        margin-top:12px
    }
    .srcare_slider .slider-content .slider-button{
        margin-top:0
    }
    .section-banner{
        padding:100px 0
    }
    .section-banner .banner-content h2{
        font-size:56px;
        line-height:60px;
        margin-top:32px
    }
    .section-banner .banner-content h3{
        margin-top:16px
    }
}
@media only screen and (max-width:991px){
    .no-gutter [class^=col-]{
        padding-left:15px;
        padding-right:15px
    }
    .section-content-block{
        margin:0 12px!important;
        padding:60px 0
    }
    a.btn-theme{
        font-size:14px;
        margin-top:0;
        padding:12px 36px
    }
    .srcare_slider .slider-content{
        top:50%;
        transform:translateY(-55%)
    }
    .srcare_slider .slider-content h1{
        font-size:32px;
        line-height:32px;
        margin-top:0
    }
    .srcare_slider .slider-content h2,.srcare_slider .slider-content h2.jumbo-heading{
        font-size:48px;
        line-height:56px;
        margin-top:24px
    }
    .srcare_slider .slider-content .slider-button{
        margin-top:0
    }
    .srcare_slider .slider-content a.btn-slider,.srcare_slider .slider-content a.btn-slider-2{
        font-size:14px;
        font-weight:400;
        line-height:24px;
        padding-left:12px;
        padding-right:12px
    }
    .srcare_slider .slider-contents-info{
        padding:16px 12px
    }
    .section-banner{
        padding:80px 0
    }
    .section-banner .banner-content{
        padding:0 32px;
        transform:translateY(-20px)
    }
    .section-banner .banner-content h2{
        color:#fff
    }
    .section-banner .banner-content h2.jumbo-heading{
        font-size:36px;
        line-height:42px
    }
    .section-banner .banner-content h3{
        font-size:24px;
        line-height:32px
    }
    .section-heading{
        word-wrap:normal;
        font-size:24px;
        font-size:16px;
        font-weight:400;
        font-weight:600;
        -webkit-hyphens:none;
        hyphens:none;
        line-height:36px;
        line-height:32px;
        margin-bottom:36px;
        margin-bottom:0
    }
    .event-heading-column .section-heading,.section-heading-wrapper .text-center .section-heading{
        margin-bottom:0
    }
    .section-heading-wrapper .section-heading:after,.section-heading-wrapper .text-center .section-heading:after,.section-heading:before{
        display:none
    }
    .section-subheading{
        display:none;
        font-size:16px;
        line-height:24px
    }
    .jumbo-heading-style h2{
        font-size:42px;
        letter-spacing:0;
        line-height:48px;
        margin-bottom:32px
    }
    .jumbo-heading-style h2:after{
        display:none
    }
    .about-us-info-block{
        margin-right:32px;
        max-width:100%;
        padding:0 0 42px 32px
    }
    .about-us-slogan{
        font-size:36px;
        line-height:42px
    }
    .page-header{
        padding:80px 0
    }
    .counter-block-2{
        margin-bottom:32px
    }
    .client-logo{
        margin-bottom:24px
    }
    .logo-layout-1 .logo,.logo-layout-2 .logo{
        margin-top:0
    }
    .service-layout-1{
        margin-bottom:12px
    }
    .service-layout-1 .service-info{
        padding:0 12px 12px
    }
    .event_wrapper{
        margin-top:32px
    }
    .testimony-layout-1{
        padding:24px 0
    }
    .cta-layout-2{
        clear:both;
        font-size:32px;
        margin:0 12px
    }
    .cta-layout-2 a{
        float:left;
        margin-top:12px
    }
    .cta-layout-3{
        padding:0
    }
    .cta-layout-3 h2{
        font-size:20px;
        line-height:32px;
        margin:0 12px
    }
    .cta-layout-4{
        margin-bottom:42px;
        padding:0
    }
    .cta-layout-4 h2{
        font-size:24px;
        font-weight:600;
        line-height:32px;
        margin-bottom:24px;
        margin-top:12px
    }
    .cta-layout-4 p{
        margin-bottom:16px
    }
    .cta-layout-5{
        padding:24px 0
    }
    .message-container-404{
        margin:48px 0
    }
    .message-container-404 .text-404{
        margin:80px 0
    }
    .message-container-404 .search-form-404{
        padding:5px;
        width:100%
    }
    .message-container-404 .message-text-404{
        padding:24px 0
    }
}
@media only screen and (max-width:767px){
    .section-content-block{
        margin:0 12px!important;
        padding:32px 0
    }
    a.btn-theme{
        font-size:14px;
        margin-top:0;
        padding:12px 36px
    }
    .srcare_slider .slider-content h1{
        font-size:32px;
        line-height:32px;
        margin-top:0
    }
    .srcare_slider .slider-content h2,.srcare_slider .slider-content h2.jumbo-heading{
        font-size:32px;
        line-height:36px;
        margin-top:24px
    }
    .srcare_slider .slider-content .slider-button{
        margin-top:0
    }
    .srcare_slider .slider-content a.btn-slider,.srcare_slider .slider-content a.btn-slider-2{
        font-size:14px;
        font-weight:400;
        line-height:24px;
        padding-left:12px;
        padding-right:12px
    }
    .srcare_slider .slider-contents-info{
        padding:16px 12px
    }
    .section-banner{
        padding:80px 0
    }
    .section-banner .banner-content{
        padding:0 32px;
        transform:translateY(-20px)
    }
    .section-banner .banner-content h2{
        color:#fff
    }
    .section-banner .banner-content h2.jumbo-heading{
        font-size:36px;
        line-height:42px
    }
    .section-banner .banner-content h3{
        font-size:24px;
        line-height:32px
    }
    .srcare-section-banner{
        padding:60px 0
    }
    .srcare-section-banner .srcare-banner-content{
        padding:0 24px
    }
    .srcare-section-banner .srcare-banner-content h2{
        font-size:42px;
        line-height:42px
    }
    .srcare-section-banner .srcare-banner-content h3{
        font-size:18px;
        font-weight:500;
        line-height:24px
    }
    .srcare-section-banner a.btn-theme+a.btn-theme{
        margin-left:12px
    }
    .section-heading{
        word-wrap:normal;
        font-size:16px;
        font-weight:600;
        -webkit-hyphens:none;
        hyphens:none;
        line-height:32px;
        margin-bottom:0
    }
    .event-heading-column .section-heading,.section-heading-wrapper .text-center .section-heading{
        margin-bottom:0
    }
    .section-heading-wrapper .section-heading:after,.section-heading-wrapper .text-center .section-heading:after,.section-heading:before{
        display:none
    }
    .section-subheading{
        display:none;
        font-size:16px;
        line-height:24px
    }
    .jumbo-heading-style h2{
        font-size:42px;
        letter-spacing:0;
        line-height:48px;
        margin-bottom:32px
    }
    .jumbo-heading-style h2:after{
        display:none
    }
    .about-us-info-block{
        margin-right:32px;
        max-width:100%;
        padding:0 0 42px 32px
    }
    .about-us-slogan{
        font-size:36px;
        line-height:42px
    }
    .page-header{
        padding:80px 0
    }
    .page-header h3{
        font-size:24px;
        line-height:32px;
        margin:12px 0
    }
    .counter-block-2{
        margin-bottom:32px
    }
    .client-logo{
        margin-bottom:24px
    }
    .logo-layout-1 .logo,.logo-layout-2 .logo{
        margin-top:0
    }
    .service-layout-1{
        margin-bottom:12px
    }
    .service-layout-1 .service-info{
        padding:0 12px 12px
    }
    .event_wrapper{
        margin-top:32px
    }
    .testimony-layout-1{
        padding:24px 0
    }
    .news-layout-1{
        margin:0 0 48px
    }
    .cta-layout-2{
        clear:both;
        font-size:32px;
        margin:0 12px
    }
    .cta-layout-2 a{
        float:left;
        margin-top:12px
    }
    .cta-layout-3{
        padding:0
    }
    .cta-layout-3 h2{
        font-size:20px;
        line-height:32px;
        margin:0 12px
    }
    .cta-layout-4{
        margin-bottom:42px;
        padding:0
    }
    .cta-layout-4 h2{
        font-size:24px;
        font-weight:600;
        line-height:32px;
        margin-bottom:24px;
        margin-top:12px
    }
    .cta-layout-4 p{
        margin-bottom:16px
    }
    .cta-layout-5{
        padding:24px 0
    }
    .message-container-404{
        margin:48px 0
    }
    .message-container-404 .text-404{
        margin:80px 0
    }
    .message-container-404 .search-form-404{
        padding:5px;
        width:100%
    }
    .message-container-404 .message-text-404{
        padding:24px 0
    }
    .article-container-fix,.main-sidebar{
        border:0 solid transparent;
        margin-left:0;
        width:100%
    }
    .post-details-container h3{
        margin-top:12px
    }
}
@media only screen and (min-width:0px)and (max-width:479px){
    .section-content-block{
        margin:0 12px!important;
        padding:32px 0
    }
    a.btn-theme{
        font-size:14px;
        margin-top:0;
        padding:12px 36px
    }
    .srcare_slider .slider-content h1{
        font-size:32px;
        line-height:32px;
        margin-top:0
    }
    .srcare_slider .slider-content h2,.srcare_slider .slider-content h2.jumbo-heading{
        font-size:32px;
        line-height:36px;
        margin-top:24px
    }
    .srcare_slider .slider-content .slider-button{
        margin-top:0
    }
    .srcare_slider .slider-content a.btn-slider,.srcare_slider .slider-content a.btn-slider-2{
        font-size:14px;
        font-weight:400;
        line-height:24px;
        padding-left:12px;
        padding-right:12px
    }
    .srcare_slider .slider-contents-info{
        padding:16px 12px
    }
    .section-banner{
        padding:80px 0
    }
    .section-banner .banner-content{
        padding:0 32px;
        transform:translateY(-20px)
    }
    .section-banner .banner-content h2{
        color:#fff
    }
    .section-banner .banner-content h2.jumbo-heading{
        font-size:36px;
        line-height:42px
    }
    .section-banner .banner-content h3{
        font-size:24px;
        line-height:32px
    }
    .srcare-section-banner{
        padding:60px 0
    }
    .srcare-section-banner .srcare-banner-content{
        padding:0 24px
    }
    .srcare-section-banner .srcare-banner-content h2{
        font-size:32px;
        line-height:42px
    }
    .srcare-section-banner .srcare-banner-content h3{
        font-size:18px;
        font-weight:500;
        line-height:24px
    }
    .srcare-section-banner a.btn-theme+a.btn-theme{
        margin-left:0
    }
    .section-heading{
        word-wrap:normal;
        font-size:16px;
        font-weight:600;
        -webkit-hyphens:none;
        hyphens:none;
        line-height:32px;
        margin-bottom:0
    }
    .event-heading-column .section-heading,.section-heading-wrapper .text-center .section-heading{
        margin-bottom:0
    }
    .section-heading-wrapper .section-heading:after,.section-heading-wrapper .text-center .section-heading:after,.section-heading:before{
        display:none
    }
    .section-subheading{
        display:none;
        font-size:16px;
        line-height:24px
    }
    .jumbo-heading-style h2{
        font-size:42px;
        letter-spacing:0;
        line-height:48px;
        margin-bottom:32px
    }
    .jumbo-heading-style h2:after{
        display:none
    }
    .about-us-info-block{
        margin-right:32px;
        max-width:100%;
        padding:0 0 42px 32px
    }
    .about-us-slogan{
        font-size:36px;
        line-height:42px
    }
    .page-header{
        padding:80px 0
    }
    .page-header h3{
        font-size:24px;
        line-height:32px;
        margin:12px 0
    }
    .counter-block-2{
        margin-bottom:32px
    }
    .client-logo{
        margin-bottom:24px
    }
    .logo-layout-1 .logo,.logo-layout-2 .logo{
        margin-top:0
    }
    .service-layout-1{
        margin-bottom:12px
    }
    .service-layout-1 .service-info{
        padding:0 12px 12px
    }
    .event_wrapper{
        margin-top:32px
    }
    .testimony-layout-1{
        padding:24px 0
    }
    .cta-layout-2{
        clear:both;
        font-size:32px;
        margin:0 12px
    }
    .cta-layout-2 a{
        float:left;
        margin-top:12px
    }
    .cta-layout-3{
        padding:0
    }
    .cta-layout-3 h2{
        font-size:20px;
        line-height:32px;
        margin:0 12px
    }
    .cta-layout-4{
        margin-bottom:42px;
        padding:0
    }
    .cta-layout-4 h2{
        font-size:24px;
        font-weight:600;
        line-height:32px;
        margin-bottom:24px;
        margin-top:12px
    }
    .cta-layout-4 p{
        margin-bottom:16px
    }
    .cta-layout-5{
        padding:24px 0
    }
    .message-container-404{
        margin:48px 0
    }
    .message-container-404 .text-404{
        margin:80px 0
    }
    .message-container-404 .search-form-404{
        padding:5px;
        width:100%
    }
    .message-container-404 .message-text-404{
        padding:24px 0
    }
}
body.compose-mode .vc_vc_row>.vc_parallax{
    padding-top:100px
}
body.compose-mode .vc_empty-shortcode-element{
    min-height:0
}
body.compose-mode .vc_empty-placeholder{
    margin-bottom:0
}
.compose-mode .vc_controls-column>.vc_controls-out-tl{
    left:12px;
    left:28px;
    top:20px;
    top:-12px
}
.compose-mode .vc_controls-container>.vc_controls-out-tl{
    left:12px;
    top:24px
}
body.compose-mode .vc_srcare_counter_item,body.compose-mode .vc_srcare_gallery_item,body.compose-mode .vc_srcare_highlights_item,body.compose-mode .vc_srcare_logo_item,body.compose-mode .vc_srcare_pricetable_item,body.compose-mode .vc_srcare_process_item,body.compose-mode .vc_srcare_service_item,body.compose-mode .vc_srcare_slider_item,body.compose-mode .vc_srcare_team_item,body.compose-mode .vc_srcare_testimonial_item{
    float:left
}
body.compose-mode .item_1 .vc_srcare_counter_item,body.compose-mode .item_1 .vc_srcare_gallery_item,body.compose-mode .item_1 .vc_srcare_highlights_item,body.compose-mode .item_1 .vc_srcare_logo_item,body.compose-mode .item_1 .vc_srcare_pricetable_item,body.compose-mode .item_1 .vc_srcare_process_item,body.compose-mode .item_1 .vc_srcare_service_item,body.compose-mode .item_1 .vc_srcare_slider_item,body.compose-mode .item_1 .vc_srcare_team_item,body.compose-mode .item_1 .vc_srcare_testimonial_item{
    float:left;
    width:100%!important
}
body.compose-mode .item_2 .vc_srcare_counter_item,body.compose-mode .item_2 .vc_srcare_gallery_item,body.compose-mode .item_2 .vc_srcare_highlights_item,body.compose-mode .item_2 .vc_srcare_logo_item,body.compose-mode .item_2 .vc_srcare_pricetable_item,body.compose-mode .item_2 .vc_srcare_process_item,body.compose-mode .item_2 .vc_srcare_service_item,body.compose-mode .item_2 .vc_srcare_team_item,body.compose-mode .item_2 .vc_srcare_testimonial_item{
    float:left;
    width:50%!important
}
body.compose-mode .item_3 .vc_srcare_counter_item,body.compose-mode .item_3 .vc_srcare_gallery_item,body.compose-mode .item_3 .vc_srcare_highlights_item,body.compose-mode .item_3 .vc_srcare_logo_item,body.compose-mode .item_3 .vc_srcare_pricetable_item,body.compose-mode .item_3 .vc_srcare_process_item,body.compose-mode .item_3 .vc_srcare_service_item,body.compose-mode .item_3 .vc_srcare_team_item,body.compose-mode .item_3 .vc_srcare_testimonial_item{
    float:left;
    width:33.33%!important
}
body.compose-mode .item_4 .vc_srcare_counter_item,body.compose-mode .item_4 .vc_srcare_gallery_item,body.compose-mode .item_4 .vc_srcare_highlights_item,body.compose-mode .item_4 .vc_srcare_logo_item,body.compose-mode .item_4 .vc_srcare_pricetable_item,body.compose-mode .item_4 .vc_srcare_process_item,body.compose-mode .item_4 .vc_srcare_service_item,body.compose-mode .item_4 .vc_srcare_team_item,body.compose-mode .item_4 .vc_srcare_testimonial_item{
    float:left;
    width:25%!important
}
body.compose-mode .item_1 .gallery-carousel .vc_srcare_gallery_item,body.compose-mode .item_1 .highlight-carousel .vc_srcare_highlights_item,body.compose-mode .item_1 .logo-carousel .vc_srcare_logo_item,body.compose-mode .item_1 .process-carousel .vc_srcare_process_item,body.compose-mode .item_1 .service-carousel .vc_srcare_service_item,body.compose-mode .item_1 .team-carousel .vc_srcare_team_item,body.compose-mode .item_1 .testimonial-container .vc_srcare_testimonial_item,body.compose-mode .item_1 .vc_srcare_counter_item [class^=col-],body.compose-mode .item_1 .vc_srcare_gallery_item [class^=col-],body.compose-mode .item_1 .vc_srcare_highlights_item [class^=col-],body.compose-mode .item_1 .vc_srcare_logo_item [class^=col-],body.compose-mode .item_1 .vc_srcare_pricetable_item [class^=col-],body.compose-mode .item_1 .vc_srcare_process_item [class^=col-],body.compose-mode .item_1 .vc_srcare_service_item [class^=col-],body.compose-mode .item_1 .vc_srcare_team_item [class^=col-],body.compose-mode .item_1 .vc_srcare_testimonial_item [class^=col-],body.compose-mode .item_2 .gallery-carousel .vc_srcare_gallery_item,body.compose-mode .item_2 .highlight-carousel .vc_srcare_highlights_item,body.compose-mode .item_2 .logo-carousel .vc_srcare_logo_item,body.compose-mode .item_2 .process-carousel .vc_srcare_process_item,body.compose-mode .item_2 .service-carousel .vc_srcare_service_item,body.compose-mode .item_2 .team-carousel .vc_srcare_team_item,body.compose-mode .item_2 .testimonial-container .vc_srcare_testimonial_item,body.compose-mode .item_2 .vc_srcare_counter_item [class^=col-],body.compose-mode .item_2 .vc_srcare_gallery_item [class^=col-],body.compose-mode .item_2 .vc_srcare_highlights_item [class^=col-],body.compose-mode .item_2 .vc_srcare_logo_item [class^=col-],body.compose-mode .item_2 .vc_srcare_pricetable_item [class^=col-],body.compose-mode .item_2 .vc_srcare_process_item [class^=col-],body.compose-mode .item_2 .vc_srcare_service_item [class^=col-],body.compose-mode .item_2 .vc_srcare_team_item [class^=col-],body.compose-mode .item_2 .vc_srcare_testimonial_item [class^=col-],body.compose-mode .item_3 .gallery-carousel .vc_srcare_gallery_item,body.compose-mode .item_3 .highlight-carousel .vc_srcare_highlights_item,body.compose-mode .item_3 .logo-carousel .vc_srcare_logo_item,body.compose-mode .item_3 .process-carousel .vc_srcare_process_item,body.compose-mode .item_3 .service-carousel .vc_srcare_service_item,body.compose-mode .item_3 .team-carousel .vc_srcare_team_item,body.compose-mode .item_3 .testimonial-container .vc_srcare_testimonial_item,body.compose-mode .item_3 .vc_srcare_counter_item [class^=col-],body.compose-mode .item_3 .vc_srcare_gallery_item [class^=col-],body.compose-mode .item_3 .vc_srcare_highlights_item [class^=col-],body.compose-mode .item_3 .vc_srcare_logo_item [class^=col-],body.compose-mode .item_3 .vc_srcare_pricetable_item [class^=col-],body.compose-mode .item_3 .vc_srcare_process_item [class^=col-],body.compose-mode .item_3 .vc_srcare_service_item [class^=col-],body.compose-mode .item_3 .vc_srcare_team_item [class^=col-],body.compose-mode .item_3 .vc_srcare_testimonial_item [class^=col-],body.compose-mode .item_4 .gallery-carousel .vc_srcare_gallery_item,body.compose-mode .item_4 .highlight-carousel .vc_srcare_highlights_item,body.compose-mode .item_4 .logo-carousel .vc_srcare_logo_item,body.compose-mode .item_4 .process-carousel .vc_srcare_process_item,body.compose-mode .item_4 .service-carousel .vc_srcare_service_item,body.compose-mode .item_4 .team-carousel .vc_srcare_team_item,body.compose-mode .item_4 .testimonial-container .vc_srcare_testimonial_item,body.compose-mode .item_4 .vc_srcare_counter_item [class^=col-],body.compose-mode .item_4 .vc_srcare_gallery_item [class^=col-],body.compose-mode .item_4 .vc_srcare_highlights_item [class^=col-],body.compose-mode .item_4 .vc_srcare_logo_item [class^=col-],body.compose-mode .item_4 .vc_srcare_pricetable_item [class^=col-],body.compose-mode .item_4 .vc_srcare_process_item [class^=col-],body.compose-mode .item_4 .vc_srcare_service_item [class^=col-],body.compose-mode .item_4 .vc_srcare_team_item [class^=col-],body.compose-mode .item_4 .vc_srcare_testimonial_item [class^=col-]{
    width:100%!important
}
