@charset "UTF-8";
body{
    background-color:#fff;
    color:#333;
    font-family:'Raleway',sans-serif!important;
    overflow-x:hidden
}


.loginFun{
    position:absolute;
    left:0;
    top:0
}
.accordian{
    width:90%;
    max-width:1000px;
    margin:2rem auto
}
.accordian-item{
    background-color:#fff;
    color:#414141;
    margin:1rem 0;
    border-radius:.5rem
}
.accordian-item-header{
    padding:.5rem 3rem .5rem 1rem;
    min-height:3.5rem;
    line-height:1.25rem;
    display:flex;
    align-items:center;
    position:relative;
    cursor:pointer;
   
    box-shadow: 5px 5px 5px -1px #eee0f7;
}
.accordian-item-header h4{
    font-size:16px!important
}
.accordian-item-header::after{
    content:"\002B";
    font-size:22px;
    font-weight:700;
   color: #cf0808!important;
    position:absolute;
    right:1rem
}
.accordian-item-header.active::after{
    content:"\2212"
}
.accordian-item-body{
    max-height:0;
    overflow:hidden;
    transition:max-height .2s ease-out
}
.accordian-item-body-content{
    padding:1rem;
    line-height:1.5;
    border-top:1px solid #34495e
}




@media only screen and (max-width:767px){
    
   
    
    .modal-body h4{
        font-size:18px!important;
    }
    #modal-subscribe{
        margin-top:2px!important;
    }
    .video{
        width:50%!important;
    }
    .modal{
        width:100%!important;
    }
 
    .container{
        width:100%!important;
    }
}
h1,h2,h3,h4,h5,h6{
    margin:0;
    font-family:'Raleway',sans-serif!important
}
h2{
    color:#000;
    font-weight:600
}
h4{
    color:#000;
    font-size:17px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    line-height:2
}
h5{
    color:#626262;
    font-size:14px;
    font-weight:500
}
a{
    letter-spacing:2px;
    text-decoration:none
}
ul{
    letter-spacing:1px
}
li{
    color:#626262;
    font-size:13px;
    font-weight:400;
    letter-spacing:2px;
    line-height:30px;
    text-transform:capitalize
}
p{
    color:#505050;
    font-size:21px;
    font-weight:300;
    letter-spacing:.5px;
    line-height:28px;
    margin-bottom:20px;
    font-family:'Ubuntu'
}



.btn-primary {
    color: #fff;
    background-color: #95181d!important;
    border-color: #2e6da4!important;
}
span{
    letter-spacing:1px
}
.img-fluid{
    height:60px;
    margin-bottom:30px;
    width:60px
}
.container-full{
    padding-left:0;
    padding-right:0
}
.btn{
    border:1px solid #fff;
    border-radius:50px;
    color:#fff;
    font-size:17px;
    font-weight:500;
    padding:12px 20px;
    text-transform:uppercase;
    -moz-transition:all .5s ease-in-out 0;
    -ms-transition:all .5s ease-in-out 0;
    -o-transition:all .5s ease-in-out 0;
    -webkit-transition:all .5s ease-in-out 0;
    transition:all .5s ease-in-out 0;
    letter-spacing:normal
}
.btn-default:hover{
    color:#fff;
    background-color:#e6e6e6;
    border-color:#adadad
}
.fa{
    font-size:13px
}
.back-to-top{
    position:fixed;
    display:none;
    background:#96191d;
    line-height:1;
    color:#fff;
    padding:7px 12px 13px;
    font-size:16px;
    border-radius:2px;
    right:15px;
    bottom:50px;
    transition:background .5s;
    z-index:9
}
@media (max-width: 768px){
    .back-to-top{
        bottom:15px
    }
    body{
        overflow-x:hidden
    }
}
.back-to-top:focus{
    background:#96191d;
    color:#fff;
    outline:none
}
.back-to-top:hover{
    background:#55b03f;
    color:#fff
}
#header{
    background:#fff;
    position:fixed;
    left:0;
    top:0;
    right:0;
    height:75px;
    z-index:3;
    transition:all .5s ease
}
#header #logo{
    padding:6px 0 0
}
#header #logo h1{
    color:#505050;
    font-family:"Philosopher",sans-serif;
    font-size:26px;
    font-weight:500;
    letter-spacing:1px;
    margin:0
}
#header #logo h1 a{
    color:#555;
    line-height:1;
    display:inline-block;
    text-decoration:none
}
#header #logo h1 a span{
    color:#96191d
}
#header #logo img{
    padding:0;
    margin:0;
    width:180px;
    margin-left:5px
}
.scroll-header{
    background:#fff;
    box-shadow:0 3px 7px rgba(0,0,0,0.1)
}
.nav-menu,.nav-menu *{
    margin:0;
    padding:0;
    list-style:none
}
.nav-menu ul{
    position:absolute;
    display:none;
    top:100%;
    left:0;
    z-index:99
}
.nav-menu li{
    position:relative;
    white-space:nowrap
}
.nav-menu > li{
    float:left
}
.nav-menu li:hover > ul,.nav-menu li.sfHover > ul{
    display:block
}
.nav-menu ul ul{
    top:0;
    left:100%
}
.nav-menu ul li{
    min-width:180px
}
.sf-arrows .sf-with-ul{
    padding-right:22px
}
.sf-arrows .sf-with-ul:after{
    content:"\f107";
    position:absolute;
    right:8px;
    margin-top:1px;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:400
}
.sf-arrows ul .sf-with-ul:after{
    content:"\f105"
}
#nav-menu-container{
    float:right;
    margin:15px 0 0
}
@media (max-width: 1024px){
    #nav-menu-container{
        display:none
    }
}
.nav-menu a{
    padding:3px;
    text-decoration:none;
    display:inline-block;
    color:#555;
    font-family:"Raleway",sans-serif;
    font-weight:500;
    font-size:16px;
    outline:none;
    letter-spacing:0;
    transition:.3s
}
.nav-menu li:hover > a,.nav-menu > .menu-active > a{
    color:#96191d
}
.nav-menu > li{
    margin-left:5px
}
.nav-menu ul{
    margin:0;
    padding:10px;
    box-shadow:0 0 30px rgba(127,137,161,0.25);
    background:#fff
}
.nav-menu ul li{
    transition:.3s
}
.nav-menu ul li a{
    padding:5px 10px;
    color:#333;
    transition:.3s;
    display:block;
    font-size:17px;
    text-transform:none
}
.nav-menu ul li:hover > a{
    color:#96191d
}
.nav-menu ul ul{
    margin:0
}
#mobile-nav-toggle{
    position:fixed;
    right:0;
    top:0;
    z-index:999;
    margin:4px 20px 0 0;
    border:0;
    background:none;
    font-size:24px;
    display:none;
    transition:all .4s;
    outline:none;
    cursor:pointer
}
#mobile-nav-toggle i{
    color:#555;
    font-size:24px
}
@media (max-width: 1024px){
    #mobile-nav-toggle{
        display:inline
    }
}
#mobile-nav{
    position:fixed;
    top:0;
    padding-top:18px;
    bottom:0;
    z-index:998;
    background:rgba(255,255,255,0.9);
    left:-260px;
    width:260px;
    overflow-y:auto;
    transition:.4s
}
#mobile-nav ul{
    padding:0;
    margin:0;
    list-style:none
}
#mobile-nav ul li{
    position:relative
}
#mobile-nav ul li a{
    color:#000;
    font-size:17px;
    overflow:hidden;
    padding:6px 22px 6px 15px;
    position:relative;
    text-decoration:none;
    width:100%;
    display:block;
    outline:none;
    letter-spacing:0
}
#mobile-nav ul li a:hover{
    color:#96191d
}
#mobile-nav ul li li{
    padding-left:30px
}
#mobile-nav ul .menu-has-children i{
    position:absolute;
    right:0;
    z-index:99;
    padding:15px;
    cursor:pointer;
    color:#fff
}
#mobile-nav ul .menu-has-children i.fa-chevron-up{
    color:#96191d
}
#mobile-nav ul .menu-item-active{
    color:#96191d
}
#mobile-body-overly{
    width:100%;
    height:100%;
    z-index:997;
    top:0;
    left:0;
    position:fixed;
    background:rgba(52,59,64,0.9);
    display:none
}
body.mobile-nav-active{
    overflow:hidden
}
body.mobile-nav-active #mobile-nav{
    left:0
}
body.mobile-nav-active #mobile-nav-toggle i{
    color:#fff
}
.padd-section{
    padding-bottom:80px;
    padding-top:80px
}
@media (max-width: 992px){
    .padd-section{
        padding-top:40px;
        padding-bottom:40px
    }
}
.section-title{
    margin-bottom:80px
}
@media (max-width: 992px){
    .section-title{
        margin-bottom:40px
    }
}
.section-title h2{
    font-family:"Roboto",sans-serif;
    font-size:45px;
    font-weight:100;
    letter-spacing:2px;
    margin-bottom:20px;
    text-transform:capitalize
}
.section-title .separator{
    margin:0
}
.separator{
    color:#5b5b5b;
    margin-bottom:70px;
    font-family:Ubuntu;
    font-style:normal;
    font-weight:300;
    font-size:21px;
    line-height:28px
}
#features{
    display:inline-block;
    height:100%;
    width:100%
}
#features .feature-block{
    background:#fff none repeat scroll 0 0;
    padding:30px 20px;
    margin-bottom:30px;
    transition:all .5s ease-in-out 0
}
#features .feature-block:hover{
    box-shadow:0 0 35px rgba(0,0,0,0.1);
    transition:all .5s ease-in-out 0
}
#features .feature-block h4{
    margin-bottom:20px
}
#features .feature-block p{
    margin-bottom:0
}
#review .btm-btm ul li{
    float:left;
    margin-left:13px;
    border-radius:50%;
    margin-right:13px;
    background:#ddd none repeat scroll 0 0;
    border-radius:50%;
    box-shadow:0 0 35px rgba(0,0,0,0.1);
    cursor:pointer;
    display:block;
    height:10px;
    width:10px
}
#review .btm-btm .active{
    background:#96191d
}
.carousel-indicators{
    position:relative;
    bottom:0;
    left:0;
    bottom:0!important;
    z-index:1;
    width:auto;
    padding-left:0;
    margin:0 auto;
    margin-right:auto;
    text-align:center;
    list-style:none;
    margin-bottom:0;
    display:inline-block
}
.carousel-indicators li{
    margin:0
}
.carousel-item{
    padding-top:25px;
    padding-left:40px;
    padding-right:40px
}
.footer{
    background:#310607;
    padding-top:50px
}
.footer .list-menu > h4{
    color:#fff;
    padding-bottom:20px;
    text-transform:capitalize;
    font-family:Ubuntu;
    font-style:normal;
    font-weight:500;
    font-size:16px;
    line-height:28px
}
.footer .list-menu > p{
    color:#fff
}
.footer .list-menu ul li a{
    color:#fff;
    padding-left:5px;
    text-decoration:none;
    font-family:Ubuntu;
    font-style:normal;
    font-weight:300;
    font-size:16px;
    line-height:28px
}
.footer ul.social-link{
    margin:0;
    padding:0
}
.footer ul.social-link li{
    display:inline-block;
    margin-right:5px
}
.footer ul.social-link li img{
    width:30px
}
#connectSocial ul.social-link{
    margin:0;
    padding:0
}
#connectSocial ul.social-link li{
    display:inline-block;
    margin-right:5px
}
#connectSocial ul.social-link li img{
    width:45px
}
.footer .copyrights{
    background:#040404;
    margin-top:50px;
    text-align:center;
    padding:10px;
    margin-bottom:50px
}
.footer .copyrights p,.footer .copyrights a{
    margin:0;
    padding:0;
    font-weight:400;
    font-size:17px;
    letter-spacing:0;
    color:#fff
}
.nav-menu li .call-btn{
    font-family:'Lato',sans-serif;
    font-size:15px;
    color:#96191D;
    font-weight:600
}
.nav-menu li .btn,.nav-menu li .btn:hover{
    padding:12px 28px;
    color:#fff;
    transition:.3s;
    display:block;
    font-size:17px;
    text-transform:none;
    background:#96191d;
    margin-right:5px;
    border-radius:8px;
    font-weight:400;
    border:none
}
#banner{
    background:url(../images/bg1.webp) #421314;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:250px
}
#banner .banner-content p{
    color:#fff;
    font-family:'Ubuntu',sans-serif;
    font-weight:400
}
#banner .banner-content h1{
    font-family:'Raleway',sans-serif!important;
    font-weight:600;
    color:#fff
}
#banner .banner-content h3{
    font-family:'Raleway',sans-serif!important;
    font-weight:600;
    color:#fff
}
#head-banner{
    background:url(../images/bg1.webp) #421314;
    background-size:cover;
    background-repeat:no-repeat;
    min-height:520px
}
#head-banner .banner-content p.sub-heading{
    font-size:45px;
    font-weight:400;
    line-height:1;
    margin-top:10px;
    font-family:'Raleway',sans-serif
}
#head-banner .banner-content p{
    color:#fff;
    font-family:'Ubuntu',sans-serif;
    font-weight:400;
    font-size:18px
}
#head-banner .banner-content h1{
    font-family:'Raleway',sans-serif!important;
    font-weight:600;
    color:#fff;
    font-size:50px
}
#head-banner .banner-content hr{
    margin-top:1.5rem;
    margin-bottom:1.5rem;
    border-top:1px solid #fff
}
#head-banner .banner-content ul{
    margin:0;
    padding:0
}
#head-banner .banner-content ul li{
    list-style:none;
    width:49%;
    display:inline-block;
    font-size:22px;
    color:#fff;
    letter-spacing:initial;
    font-family:'Raleway';
    font-weight:400
}
#head-banner .banner-content ul li strong{
    font-family:'Ubuntu';
    font-weight:500
}
#head-banner .banner-content ul li i{
    font-size:18px
}
.dark-bg .title{
    color:#fff!important
}
.title{
    color:#96191d!important;
    font-weight:700
}
h2.title,h3.title{
    letter-spacing:0;
    font-size:42px;
    font-family:'Raleway',sans-serif!important;
    margin-bottom:28px!important;
    font-weight:700
}
h4.title{
    font-family:Raleway;
    font-style:normal;
    font-weight:700;
    font-size:35px;
    line-height:35px
}
.dark-bg p.sub-title,p.sub-title{
    font-family:Raleway;
    font-style:normal;
    font-weight:400;
    font-size:35px;
    line-height:35px;
    margin-top:10px
}
.btn{
    border:none;
    border-radius:5px;
    font-family:Lato;
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:15px;
    text-transform:uppercase;
    padding:20px 40px
}
.btn1{
    border:none;
    border-radius:5px;
    font-family:Lato;
    font-style:normal;
    font-weight:400;
    font-size:16px;
    line-height:15px;
    text-transform:uppercase;
    padding:16px 20px
}
.btn-primary{
    color:#fff;
    background-color:#96191d;
    border-color:#96191d
}
.btn-primary:hover{
    color:#fff;
    background-color:#932a2d;
    border-color:#932a2d
}
.btn-default{
    color:#96191d;
    background-color:#fff;
    border:2px solid #96191d
}
.btn-default:hover{
    color:#96191d;
    background-color:#fff;
    border-color:#fff
}
.dark-bg p{
    font-family:Ubuntu;
    font-style:normal;
    font-weight:400;
    font-size:19px;
    line-height:28px;
    color:#fff
}
.dark-bg{
    background:url(../images/bg1.webp) #421314;
    color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover
}
.cta-form1{
    background:#96191d;
    position:absolute;
    padding:40px 42px;
    border-radius:10px;
    margin-top:-148px
}
.cta-form1 input,.cta-form1 input:focus{
    background:transparent;
    color:#fff;
    height:62px
}
.cta-form1 textarea,.cta-form1 textarea:focus{
    background:transparent;
    color:#fff;
    height:113px
}
.cta-form1 input::-webkit-input-placeholder,.cta-form1 textarea::-webkit-input-placeholder{
    color:#fff
}
.cta-form1 input::-ms-input-placeholder,.cta-form1 textarea::-ms-input-placeholder{
    color:#fff
}
.cta-form1 input::placeholder,.cta-form1 textarea::placeholder{
    color:#fff
}
.cta-form2{
    background:#96191d;
    padding:40px 35px;
    border-radius:10px;
    box-shadow:5px 5px 10px #939090
}
.cta-form2 .title1{
    font-size:65px;
    color:#fff!important;
    margin-top:30px
}
.cta-form2 input,.cta-form2 input:focus{
    background:transparent;
    color:#fff;
    height:62px
}
.cta-form2 textarea,.cta-form2 textarea:focus{
    background:transparent;
    color:#fff;
    height:113px
}
.cta-form2 input::-webkit-input-placeholder,.cta-form2 textarea::-webkit-input-placeholder{
    color:#fff
}
.cta-form2 input::-ms-input-placeholder,.cta-form2 textarea::-ms-input-placeholder{
    color:#fff
}
.cta-form2 input::placeholder,.cta-form2 textarea::placeholder{
    color:#fff
}
.service-box{
    margin-bottom:50px;
    box-shadow:0 0 5px #dbdbdb;
    border-radius:10px;
    cursor:pointer
}
#connectSocial img{
    cursor:pointer
}
.service-box .content-box h4{
    text-transform:unset;
    display:table-cell;
    vertical-align:middle;
    height:65px;
    padding-left:15px;
    font-family:'Raleway';
    font-weight:400;
    font-size:18px;
    line-height:22px;
    max-width:290px
}
.service-box img{
    border-radius:10px
}
.service-box .content-box{
    background:#fff;
    height:65px
}
.service-box .content-box .btn{
    color:#fff!important;
    padding:5px 10px;
    border-radius:15px;
    margin-top:-45px;
    margin-right:-240px!important
}
.image-popup,.popup-youtube{
    padding-bottom:20px;
    display:block
}
.image-popup img,.popup-youtube img{
    border-radius:5px;
    width:100%
}
.bg-silver{
    background:#fcf9f9
}
.office-box .office-content{
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position:relative;
    top:-135px;
    padding:15px
}
.office-box img{
    border-radius:5px
}
.office-box .office-content .content-left{
    display:inline-block;
    float:left;
    width:100%
}
.office-box .office-content .content-right .btn{
    width:205px;
    border:none;
    margin-bottom:5px;
    padding:15px 10px
}
.office-box .office-content .content-right{
    display:inline-block;
    width:100%;
    margin-top:20px
}
#faq .panel-group .panel-default{
    padding:10px 20px;
    margin-bottom:10px;
    border-radius:4px;
    border:1px solid #E6E6E6
}
#faq .panel-group .panel-collapse{
    margin-top:10px
}
#faq .panel-group .panel-heading h4 a,#faq .panel-group .panel-heading h4 a:hover{
    text-decoration:none;
    width:100%;
    display:block;
    text-transform:initial;
    letter-spacing:normal;
    padding-right:30px;
    font-family:Raleway;
    font-style:normal;
    font-weight:700;
    font-size:25px;
    line-height:35px;
    color:#421314
}
#faq .panel-group .panel-heading h4 a:after{
    content:'\f107';
    color:#C8C8C8;
    float:right;
    margin-left:5px;
    border-radius:50%;
    padding:0 10px;
    margin-top:1px;
    position:absolute;
    right:172px;
    font:normal normal normal 30px/1 FontAwesome;
    margin-top:0%
}
#faq .panel-group .panel-heading h4 a.collapsed:after{
    content:"\f104";
    margin-top:0
}
#faq .panel-group .panel-body{
    font-family:Ubuntu;
    font-style:normal;
    font-weight:300;
    font-size:20px;
    line-height:28px;
    width:95%
}
.contactBar{
    background:#421314;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:9
}
.contactBar .iconBox{
    padding-top:10px;
    margin:0;
    padding-bottom:10px;
    font-size:16px!important;
    color:#fff;
    display:inline-block;
    text-decoration:none;
    letter-spacing:0
}
.info-box{
    box-shadow:0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    border-radius:.15rem;
    background:#fff;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:1rem;
    min-height:80px;
    padding:.5rem;
    position:relative;
    border-left:4px solid #96191d
}
.info-box .progress{
    background-color:rgba(0,0,0,.125);
    height:2px;
    margin:5px 0
}
.info-box .progress .progress-bar{
    background-color:#fff
}
.info-box .info-box-icon{
    border-radius:.25rem;
    -ms-flex-align:center;
    align-items:center;
    display:-ms-flexbox;
    display:flex;
    font-size:1.875rem;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center;
    width:70px
}
.info-box .info-box-icon>img{
    max-width:100%
}
.info-box .info-box-content{
    -ms-flex:1;
    flex:1;
    padding:5px
}
.info-box .info-box-number{
    display:block;
    font-weight:700
}
.info-box .info-box-text,.info-box .progress-description{
    display:table-cell;
    height:50px;
    vertical-align:middle;
    font-size:17px;
    font-family:Raleway;
    font-style:normal;
    font-weight:400;
    font-size:18px;
    line-height:25px
}
.review{
    background:url(../images/world-map.png) center no-repeat
}
.review p{
    color:#000;
    font-style:italic;
    font-size:22px;
    font-weight:400
}
.review p.small{
    color:#000;
    font-style:normal;
    font-family:Ubuntu;
    font-size:16px;
    line-height:28px
}
.carousel-control-prev .fa,.carousel-control-next .fa{
    color:#959595;
    font-size:24px
}
.carousel-control-next,.carousel-control-prev{
    width:5%
}
.office-box{
    margin-bottom:-100px
}
.theme-container{
    width:1540px;
    margin:auto
}
.whatsapp-chat{
    padding-top:40%
}
.officeDetails{
    padding-left:20px
}
.officeDetails a{
    color:#505050!important;
    text-decoration:none
}
.officeDetails i{
    margin-left:-20px;
    font-size:16px
}
.btn-whatsapp{
    color:#fff;
    background:#4caf50;
    border:#4caf50
}
.bg-appointment{
    background-image:url(../images/appointment-form-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat
}
.steps p{
    font-family:Raleway;
    font-style:normal;
    font-weight:400;
    font-size:28px;
    line-height:36px;
    text-align:center
}
.steps-1 p{
    font-family:Raleway;
    font-style:normal;
    font-weight:400;
    font-size:22px;
    line-height:28px;
    text-align:center
}
.step::after{
    content:url(../images/Vector-9.png);
    width:75%;
    overflow:hidden;
    display:block;
    position:absolute;
    right:-170px;
    top:110px;
    z-index:-1
}
.step1::after{
    content:url(../images/Vector-9.png);
    width:75%;
    overflow:hidden;
    display:block;
    position:absolute;
    right:-113px;
    top:74px;
    z-index:-1
}
#modal-contact-form button.close{
    float:right;
    opacity:1;
    background:#fff;
    display:block;
    width:39px;
    border-radius:50%;
    padding:8px;
    position:absolute;
    right:15px;
    z-index:9;
    top:15px
}
#modal-contact-form .modal-content{
    background:transparent;
    border:none
}
.pop-cta{
    padding:0
}
.pop-cta .cta-form2{
    background:#96191d;
    padding:20px 15%;
    border-radius:30px;
    box-shadow:initial
}
.modal-lg{
    max-width:700px;
    margin-top:2%
}
@media (max-width:1500px){
    .theme-container{
        width:100%;
        padding-left:15px;
        padding-right:15px
    }
}
@media (max-width:1280px){
    .theme-container{
        width:100%;
        padding-left:15px;
        padding-right:15px
    }
}
@media (max-width:800px){
    .cta-form1{
        position:relative;
        margin-top:0
    }
    .service-box .content-box{
        height:90px
    }
    .office-box .office-content{
        top:-170px
    }
    .office-box{
        margin-bottom:-170px
    }
    .office-box .office-content .content-right .btn{
        border:none;
        margin-bottom:5px;
        padding:15px 10px;
        float:left;
        margin-top:0
    }
    .cta-form2 .title1{
        font-size:35px;
        color:#fff!important;
        margin-top:25px
    }
    .service-box .content-box h4{
        display:block;
        vertical-align:middle;
        height:55px;
        font-weight:400;
        font-size:16px;
        line-height:18px;
        max-width:100%;
        padding:5px
    }
    .service-box .content-box .btn{
        margin-top:0;
        margin-right:0
    }
    h3.title{
        line-height:35px
    }
    .whatsapp-chat{
        padding-top:20px
    }
    .step::after{
        content:url(../images/Vector-9.png);
        width:75%;
        overflow:hidden;
        display:none;
        position:absolute;
        right:-170px;
        top:110px;
        z-index:-1
    }
    .step1::after{
        content:url(../images/Vector-9.png);
        width:75%;
        overflow:hidden;
        display:none;
        position:absolute;
        right:-170px;
        top:110px;
        z-index:-1
    }
    .pop-cta .cta-form2{
        padding:64px 5%;
        border-radius:30px
    }
}
.form-control{
    transition:none
}
.timeline{
    white-space:nowrap;
    text-align:center
}
.timeline ol{
    font-size:0;
    padding:250px 0;
    transition:all 1s
}
.timeline ol li{
    position:relative;
    display:inline-block;
    list-style-type:none;
    width:12%;
    height:2px;
    background:#96191d
}
.timeline ol li:not(:first-child){
    margin-left:14px
}
.timeline ol li:not(:last-child)::after{
    content:'';
    position:absolute;
    top:50%;
    left:calc(48% + 1px);
    bottom:0;
    width:100px;
    height:32px;
    transform:translateY(-57%);
    background-image:url(../images/time-line-year.png);
    z-index:2
}
.timeline ol li div::after{
    content:'';
    position:absolute;
    top:0;
    left:-6px;
    bottom:0;
    width:10px;
    height:10px;
    transform:translateY(-57%);
    background:#96191d;
    z-index:2;
    border-radius:50%
}
.timeline ol li div::before{
    content:'';
    position:absolute;
    top:0;
    left:-6px;
    bottom:0;
    width:10px;
    height:10px;
    transform:translateY(-57%);
    background:#96191d;
    z-index:2;
    border-radius:50%
}
.timeline ol li div{
    position:absolute;
    left:calc(56% + 0px);
    width:280px;
    padding:15px;
    white-space:normal;
    border-left:2px solid #96191d;
    text-align:left
}
.timeline ol li:nth-child(odd) div{
    top:-32px;
    transform:translateY(-100%)
}
.timeline ol li:nth-child(odd) div::before{
    top:100%;
    border-width:8px 8px 0 0;
    border-color:#fff transparent transparent
}
.timeline ol li:nth-child(even) div{
    top:calc(100% + 35px)
}
.timeline ol li:nth-child(even) div::after{
    content:'';
    position:absolute;
    top:calc(100%)!important;
    left:-6px;
    bottom:0;
    width:10px;
    height:10px;
    transform:translateY(-57%);
    background:#96191d;
    z-index:2;
    border-radius:50%
}
.timeline time{
    display:block;
    font-size:18px;
    font-weight:700;
    position:absolute;
    right:0;
    top:-17px;
    z-index:3;
    color:#fff
}
.timeline div{
    color:#505050;
    font-size:18px;
    font-weight:300;
    letter-spacing:.5px;
    line-height:28px;
    margin-bottom:20px;
    font-family:'Ubuntu'
}
.timeline time.time2{
    display:none
}
@media screen and (max-width: 599px){
    .timeline ol,.timeline ol li{
        width:auto
    }
    .timeline ol{
        padding:0;
        transform:none!important
    }
    .timeline ol li{
        display:block;
        height:auto;
        background:transparent
    }
    .timeline ol li:first-child{
        margin-top:25px
    }
    .timeline ol li:not(:first-child){
        margin-left:auto
    }
    .timeline ol li div{
        width:94%;
        height:auto!important;
        margin:0 auto 25px;
        position:static
    }
    .timeline ol li:nth-child(odd) div{
        transform:none
    }
    .timeline ol li:nth-child(odd) div::before,.timeline ol li:nth-child(even) div::before{
        left:50%;
        top:100%;
        transform:translateX(-50%);
        border:none;
        border-left:1px solid #fff;
        height:25px
    }
    .timeline ol li:last-child,.timeline ol li:nth-last-child(2) div::before,.timeline ol li:not(:last-child)::after,.timeline .arrows{
        display:none
    }
    .timeline ol li:last-child,.timeline ol li:first-child{
        width:100%
    }
    .timeline ol li div::after{
        display:none
    }
    .timeline ol li div::before{
        border-radius:0;
        width:2px
    }
    .timeline time.time1{
        display:none
    }
    .timeline time.time2{
        font-size:18px;
        font-weight:700;
        position:relative;
        right:0;
        top:0;
        z-index:0;
        color:#000;
        display:block
    }
    .timeline ol li div{
        background:#fff;
        border:none
    }
}
.chat-btn.fixed,.sl-page .chat-btn{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#228D01 url(../img/whatsapp.png) center center no-repeat;
    position:fixed;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.2);
    transition:all .2s ease-in-out;
    z-index:2
}
.chat-btn.fixed{
    display:none
}
.chat-btn:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.chat-btn.fixed{
    display:block
}
.chat-btn:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.chat-btn.fixed{
    display:block
}
.call-btn.fixed,.sl-page .call-btn{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#010439 url(../img/phone.png) center center no-repeat;
    position:fixed;
    bottom:60px;
    left:8px;
    box-shadow:0 2px 4px 0 rgba(0,0,0,.2);
    transition:all .2s ease-in-out;
    z-index:2
}
.chat-btn{
    top:25em;
    right:.8em
}
.call-btn.fixed{
    display:none
}
.call-btn:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1)
}
.call-btn.fixed{
    display:block
}
#callme{
    position:fixed;
    right:10px;
    bottom:100px;
    width:58px;
    height:58px;
    cursor:pointer;
    z-index:9
}
#callme #callmeMain{
    -moz-border-radius:50%!important;
    -webkit-border-radius:50%!important;
    border-radius:50%!important;
    -moz-background-clip:padding;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    background-color:#cf0808;
    width:58px;
    height:58px;
    -webkit-animation:zcwmini2 1.5s 0 ease-out infinite;
    -moz-animation:zcwmini2 1.5s 0 ease-out infinite;
    animation:zcwmini2 1.5s 0 ease-out infinite
}
#callme #callmeMain:before{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-image:url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-animation:zcwphone2 1.5s linear infinite;
    -moz-animation:zcwphone2 1.5s linear infinite;
    animation:zcwphone2 1.5s linear infinite;
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-image:url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat:no-repeat;
    background-position:center center;
    -webkit-animation:zcwphone2 1.5s linear infinite;
    -moz-animation:zcwphone2 1.5s linear infinite;
    animation:zcwphone2 1.5s linear infinite
}
 