@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppinssemibold-8l8n-webfont.woff2') format('woff2'),
         url('../fonts/poppinssemibold-8l8n-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway-black-webfont.woff2') format('woff2'),
         url('../fonts/raleway-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppinsmedium-1jpv-webfont.woff2') format('woff2'),
         url('../fonts/poppinsmedium-1jpv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppinsregular-b2bw-webfont.woff2') format('woff2'),
         url('../fonts/poppinsregular-b2bw-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.navbar-expand-lg .navbar-nav .nav-link{
    color: #0e4f77;
    font-weight: 600;
    padding: .1rem 0rem;
    margin-right: 3px;
    font-family: 'nexa_boldregular';
}
.navbar-expand-lg .navbar-nav .nav-link i{
    font-size: 10px;
}
.logo {
    width: 165px;
}

.nav-item.login{
    margin-left: 10px;
}

.login a{
    border: 1px solid #0e4f77;
    border-radius: 40px;
    padding: .1rem 1rem!important;
    
}

.top_outer {
    background: #efefef;display: none;
}
.top_banner{
    background:#efefef  url('../images/banner.png');
    background-repeat: no-repeat;
    background-position: 120% 5px;
    background-size: 64%;
}
.mar_banner{
    padding: 50px 0 108px 0;
}
.banner_heading{
    font-family: 'nexa_boldregular';
    font-size: 69px;
    color: #094868;
    line-height: 60px;
    margin-bottom: 55px;
    position: relative;
}
.banner_heading:after{
    content:'';
    position: absolute;
    left:0;
    height: 3px;
    width: 50px;
    background: #f79427;
    bottom: -35px;
}
.top_banner p{
    font-family: 'nexa_lightregular';
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}
.bg1{
    background:url('../images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.pad_top_bot{
    padding: 60px 0;
    font-size: 17px;
    font-family: 'nexa_lightregular';
}
.btn_outer {
    text-align: center;
    margin-top: -20px;
}
.register_btn {
    background: #f1f1f1;
    color: #f79830;
    display: inline-block;
    padding: 5px 5px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 20px;
}

.register_btn:hover{
    color: #f79830;
    text-decoration: none;
}

.register_btn span{
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 3px 25px;
    display: inline-block;
}
.heading{
    text-transform: uppercase;
    font-family: 'nexa_boldregular';
    margin: 0;
    margin-top: 6px;

}

#sync1 .item{
    
    padding: 80px 15px;
    margin-top:10px;
    
}
#sync2 .item{
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

#sync2 .synced .item{
  background: #f7972f;
}
.tab_heading {
    padding: 8px 0;
    color: #000;
    font-weight: 600;
}
.owl-item.active.synced .tab_heading {
    color: #fff;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -25px;
    top: 0;
    font-size: 75px;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -25px;
    top: 0;
    font-size: 75px;
}
.sweet{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.text_size{
    font-size: 18px;
}
.line_bdr:after{
    content: '';
    position: absolute;
    background: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24%;
    height: 3px;
    width: 195%;
    top: 50%;
    bottom: 0;
    left: 0;
    transform: rotate(90deg);
}
.days_slider .owl-dots{
    text-align: center;
}
.days_slider .owl-dots button{
    font-size: 20px;
    padding: 8px !important;
    background: #e9e9e9;
    margin-right: 5px;
    border-radius: 20px;
}
.days_slider .owl-dots button.active{
    font-size: 20px;
    padding: 8px !important;
    background: #f7972f;
    margin-right: 5px;
    border-radius: 20px;
}
button:focus {
    outline: none;
    outline: none;
}
.free_bg {
    background: #dbdada;
    display: flex;
}
a.reg_btn{
    background: #dbdada url('../images/btn.png');
    background-repeat: no-repeat;
    background-size: cover;
   padding: 12px 15px 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    height: 55px;
    width: 285px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
a.reg_btn:hover{
    color: #fff;
    text-decoration: none;
}
.left_box {
    width: 35%;
}
.right_box {
    width: 65%;
    align-items: center;
    display: flex;
}
.pading{
padding-left: 40px;
}
footer{
    background: #303331;
}
footer ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer ul li{
    line-height: 30px;
}
footer ul li a{
   color: #fff;
   font-family: 'nexa_lightregular';
   text-decoration: none;
   font-size: 14px;
}
footer ul li a:hover{
    color: #ddd;
    text-decoration: none;
 }
 .f_heading{
    font-family: 'nexa_lightregular';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
 }
 .fallow{
    font-family: 'nexa_lightregular';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    position: relative;
 }
 .fallow:after{
    content: '';
    position: absolute;
    right: 45px;
    height: 4px;
    top: 5px;
    width: 78px;
    background: #fff;
 }


 .social_box ul{
     display: flex;
 }
 .social_box ul li{
    line-height: 30px;
    width: 100%;
    margin-right: 10px;
}
.social_box ul li:last-child(){
    margin-right: 0px;
}

.social_box li a{
    display: inline-block;
    background: #13d0ea;
    padding: 10px 20px;
    text-align: center;
    font-size: 26px;
}
.social_box li a:hover{
text-decoration: none;
    background: #13d0ea;
    color:#fff;
}
.bottom_footer {
    background: #242725;
    color: #fff;
    padding: 15px 0;
}

.bottom_section{
    font-size: 14px;
    padding: 20px 0;

}
.bottom_section a{
    color: #606060;
    text-decoration: none;
}
.bottom_section a:hover{
    color: #185c9d;
    text-decoration: none;
}
.login_btn {
    color: #094868;
    font-weight: 700;
    display: none;
    border: 2px solid #094868;
    padding: 3px 15px;
    border-radius: 40px;
}
.login_btn:hover {
    color: #094868;
    text-orientation: none;
}
.mobile_view{
    display: none;
}
 .mobile_activities{
    display: none;
 }

 .f_outer {
    display: flex;
}
.f_boxx {
    width: 100%;
}
.full {
    display: block;
}


@media (max-width: 991px){

.top_outer .container{
    max-width: 100%;
        padding-right: 0;
    padding-left: 0;
}
.navbar{
        padding: 0rem 0rem;
}
.navbar-brand{
    background: url('../images/logo_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -38px center;
        padding-right: 170px;
        padding-top: 13px;
    padding-bottom: 15px;
    margin-right: 0;
    font-size: 0;
}

.logo {
    width: 165px;
    padding-left: 20px;
    padding-bottom: 12px;
}
.marg_right{
    margin-right: 30px;
}

 .mobile_activities{
    display: block;
 }   
    .login_btn{
        display: inline-block;
    }
.navbar-toggler{
    display: none;
}
.mobile_view{
    display: block;
}

.top_banner{
    background-image: none;
}
.top_banner .container{
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
.top_banner .row {
    margin-right: 0;
    margin-left: 0;
}
.top_banner .col-md-11{
    padding-right: 0;
    padding-left: 0;
}
.center_on_mobile{
    text-align: center;
     padding: 20px 0;
}
.banner_heading {
    font-size: 45px;
    line-height: 40px;
    margin-bottom: 60px;
}

.banner_heading:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 5px;
    width: 195px;
}
.top_banner p{
    font-size: 25px;
}
.mar_banner {
    padding: 0px 0 0px 0;
}
#sync2, #sync1{
    display: none;
}
.mobile_heading {
    text-align: center;
    padding: 20px 0;
    font-size: 27px;
    font-weight: 700;
    font-family: 'nexa_boldregular';
}

.info_box {
    font-family: 'poppinsregular';
    padding: 10px 40px;
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.info_box h3{
    font-weight: 600;

}
a.reg_btn{
    background: none;
    padding:0;
        display: block;
    text-align: center;
    margin: 0 auto;
}

.mobile_image{
    position: relative;
}
.bdr{
    position: absolute;
    border:2px solid #f7972f;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 0;
}

.free_bg {
    background: #ffffff;
    display: block;
}
.left_box {
    width: 100%;
}
.right_box {
    width: 100%;
    align-items: center;
    display: block;
    margin-top: 30px;
}
.pading {
    padding-left: 30px;
    padding-right: 30px;
}

.text_size {
    font-size: 18px;
    color: #656565;
}

.free_bg a.reg_btn {
    background: none;
    padding: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.desktop_view{
    display: none;
}
.f_outer {
    display: block;
}
.f_boxx {
    width: 100%;
}
footer ul li a{
    color: #d8d8d8;
}
.f_marging {
    margin-top: 25px;
}
.bold_text ul li a{
    color: #fff;
    font-weight: bold;
}

.mobile_social{
        background: #13d0ea;
        padding: 10px 0;
}
.mobile_social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mobile_social ul li{
   text-align: center;
   border-right: 1px solid #000;
}
.mobile_social ul li:last-child{
     border-right:0;
}

.mobile_social ul li a{
   color: #fff;
    font-size: 50px;
}
footer.py-5 {
    padding-bottom: 0rem!important;
}
.bottom_section {
    font-size: 14px;
    padding: 40px 0;
    
}

.bottom_footer{
    position: relative;
    padding: 6px 0
}

.bottom_footer:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 16px;
    left: -15px;
    top: 0;
    bottom: 0;
    background: #242725;
    z-index: 9999;

}
.bottom_footer:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 20px;
    right: -15px;
    top: 0;
    bottom: 0;
    background: #242725;
    z-index: 9999;

}

.bottom_footer .container{
        padding-right: 0;
    padding-left: 0;
}
.bottom_footer .row {
    margin-right: 0;
    margin-left: 0;
}
.bottom_footer .col-md-6{
padding-right: 0;
    padding-left: 0;
}
.pading_fallow {
    padding: 5px 0;
}
.full {
    display:initial;
}



}


@media (max-width: 480px){

.navbar-brand{
background-position: -94px center;
    padding-right: 102px;
}
.logo{
    width: 138px;
}
.register_btn{
margin-bottom: 15px;
}
.info_box{
        padding: 10px 15px;
}
.social_box li a{
        padding: 10px 8px;
}

}


@media (max-width: 375px){

.navbar-brand{
background-position: -111px center;
    padding-right: 75px;
}
.logo{
    width: 138px;
}








}






























