*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.index-wrapper{
    width: 100%;
    overflow: hidden;
}
.main{
    width: 60%;
    margin: auto;
    padding: 30px 20px 35px;
    display: flex;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    justify-content: space-between;
}
.main a{
    color: #fff;
    text-decoration: none;
}
.main_mobile,.mobile_menu{
    display: none;
}
.main_info_container{
    display: flex;
}
.main_info{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.main_col{
    display: flex;
    flex-direction: column;
}
.main_p{
    font-weight: 500;
    font-size: 13px;
    letter-spacing: .5px;
}
.main_col .main_p:nth-child(2){
    font-weight: 200;
}
.people_i{
    width: 32px;
    margin-right: 10px;
}
.logo{
    height:75px;
    margin-right: 3%;
}
.header{
    position: absolute;
    width: 100%;
    z-index: 10000;
}
.header.no_img{
    position: static;
    background-color: #1d0a97;
    padding-bottom: 15px;
}
.nav{
    display: flex;
    justify-content: center;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}
.nav_list{
    display: flex;
    flex-direction: row;
    list-style: none;
    position: relative;
}
.nav_list_a{
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 0 45px 13px;
    height: 20px;
    margin-top: 13px;
    border-right: 1px solid #fff;
}
.nav_option:last-child > .nav_list_a{
    border-right: none;
}
.nav_option{
    position: relative;
    border-top: 1px solid #fff;
    transition: background-color .3s ease-out;
    height: 60px;
    text-decoration: none;
}
.nav_option:hover{
  background-color: rgba(255, 255, 255, 0.2);
}
.current_option{
    border-top: 5px solid #1d0a97;
    position: relative;
    top: -5px;
    height: 65px;
}
.current_option_w{
    border-top: 4px solid #ffffff;
}
/*
.nav_option::before{
    content: "";
    position: absolute;
    left: 100%;
    top: 24px;
    height: 20px;
    width: 1px;
    background-color: #fff;
}*/
.nav_option_details{
    font-size: 11.7px;
    font-weight: 300;
    text-transform: none;
    color: #c4c4c4;
}
.menu_mobile_container{
    display: none;
}
.products_nav{
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }
.products_card_box{
    position: absolute;
    top: -22px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 240px;
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
    margin: auto;
    z-index: 1000;
    box-shadow: 0px 0px 9px 8px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 9px 8px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 9px 8px rgba(0,0,0,0.10);
    flex-wrap:inherit;
    background-color: #fff;
    border-radius: 7.6px;
}
.products_card{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 250px;
    padding: 30px 37px 28px 37px;
    transition: height .3s ease-out,width .3s ease-out, color .3s ease-out, background-color .3s ease-out, border-radius .3s ease-out;
}
.products_card:first-child{
    border-radius: 7.6px 0 0 7.6px;
}
.products_card:last-child{
    border-radius: 0 7.6px 7.6px 0;
}
.products_card_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #424242;
    font-weight: 300;
}
.products_card_link h3{
    font-size: 29.5px;
    color: #424242;
}
.products_card_link p{
    margin-top: 11px;
    font-size: 16px;
    font-weight: 200;
    color: #424242;
}
.products_card_link img{
    margin-top: 26.5px;
    margin-bottom: 22.5px;
    height: 90px;
    transition: height .3s ease-out;
}
.external_link{
  fill: #424242;
  padding-top: 3px;
  margin-left: 4px;
  width: 8.5px;
  transition: fill .3s ease-out;
}
.products_card h3,.products_card p,.products_card a{
    transition: color .3s ease-out;
}
.products_card:hover{
    background-color: #1d0a97;
    height: 295.2834px;
    border-radius: 7.6px!important;
    cursor: pointer;
}
.products_card:hover img{
  height: 130px;
  transition: height .3s ease-out;
}
.custom{
    background-image: url(../img/Bus/custom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: background-image .3s ease-out;
    height: 89.05px;
    width: 180px;
    display: flex;
    margin-top: 26.5px;
    margin-bottom: 19px;
    transition: transform .3s ease-out,margin .2s ease-out;
}
.products_card:hover .products_card_link > .custom{
    background-image: url(../img/Bus/custom_w.png);
    transform: scale(1.3);
    margin: 45px 0 25px;
}
.products_card:hover h3,.products_card:hover p,.products_card:hover a{
  color: #fff;
}
.products_card:hover .external_link{
  fill: #fff;
}
.circle_blue_arrow{
    margin-top: 280px;
    margin-bottom: 50px;
    width: 32.5px;
    height: 32.5px;
}
.main-title,.main-subtitle{
    font-family: 'Oswald',sans-serif;
    font-size: 53px;
    color: #424242;
    padding: 0 10px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1[x];
}
.main-subtitle{
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-bottom: 100px;
    color: #939393;
}
.services_card_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.services_card{
    position: relative;
    width: 285px;
    margin-right: 4%;
    border-radius: 12.5px;
    padding: 0 27.5px 48px;
    box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.7);
    margin-bottom: 100px;
}
.services_card_box > .services_card:last-child{
    margin-right: 0;
}
.services_card_title,.services_card_subtitle{
    font-family: 'Oswald',sans-serif;
    font-size: 26px;
    color: #424242;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 43px;
    margin-top: 52px;
}
.services_card_subtitle{
    font-weight: 200;
    font-size: 16px;
    text-transform: none;
    color: #939393;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 22px;
}
.double_line{
    margin-top: 38.3px!important;
    margin-bottom: 27px!important;
}
.service_number{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d0a97;
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
    font-size: 28px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    left: -25px;
    top: -25px;
}
.footer_box_container{
    display: flex;
    padding: 75px 70px 63px;
    background-color: #1d0a97;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #fff;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_column{
    margin-right: 92px;
    max-width: 293px;
    display: flex;
    flex-direction: column;
}
.footer_logo{
    width: 222px;
    margin-bottom: 45px;
}
.footer_text{
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1.1px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.footer_rrss{
    display: flex;
    margin-top: 27px;
}
.footer_rrss_ig{
    width: 22.5px;
    margin-right: 9px;
    cursor: pointer;
}
.footer_rrss_fb{
    height: 21.5px;
    margin-right: 10px;
    cursor: pointer;
}
.footer_rrss_account{
    font-weight: 300;
    letter-spacing: .8px;
}
.footer_title{
    font-weight: 500;
    font-size: 25px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    padding: 0 8px 10px;
}
.footer_phone{
    font-size: 18px;
    font-weight: 500;

}
.footer_list{
    font-weight: 200;
    letter-spacing: 1.1px;
    margin-top: 32px;
    list-style: none;
}
.footer_list .location{
    list-style: none;
    display: flex;
    align-items: start;
    line-height: 25px;
}
.footer_list a{
    text-decoration: none;
    color: #fff;
}
.footer_element{
    padding-bottom: 20px;
}
.footer_map{
    width: 345px;
    height: 256px;
}
.footer_element_flex{
    display: flex;
    align-items: start;
}
.footer_element_column{
    flex-direction: column;
}
.phone_i{
    width: 26px;
    margin-right: 10px;
}
.location_i{
    width: 19px;
    margin-right: 10px;
}
.copyright_container{
    display: flex;
    justify-content: center;
    padding: 10px;
}
.copyright{
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    color: #424242;
    font-weight: 300;
    font-family: 'Oswald',sans-serif;
}
.privacy_container{
    display: flex;
    justify-content: center;
}
.privacy_container a{
    padding: 7px 20px 10px;
    border-top: 1px solid #dadada;
    font-size: 16px;
    text-decoration: none;
    color: #1d0a97;
    font-weight: 400;
    font-family: 'Oswald',sans-serif;
}
.lb-number{
    display: none!important;
}

/* ---------------------- Video Slider --------------------- */

.video-slider,.video-slider_mobile {
    position: relative;
    width: 100%;
    max-height: 751px;
}
.video-slider_mobile {
    max-height: 1000px;
}
.videos,.videos_mb {
    display: flex;
    transition: transform 0.3s ease-in-out;
}
.video-slide, .video-slide_mobile {
    min-width: 100%;
}
.video-slider_mobile {
    display: none;
}
.video-slide video,.video-slide_mobile video {
    width: 100%;
}
.dots,.dots_mobile {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}

.dot,.dot_mobile {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 3px;
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    z-index: 5000;
    transition: width .2s ease-in-out,background-color .2s ease-in-out;
}

.image-slider .dots,.image-slider_mobile .dots_mobile{
    bottom: 30px;
}

.dot.active,.dot_mobile.active {
    background-color: #1d0a97;
    width: 40px;
    border-radius: 20px;
}

.dot:hover {
    background-color: #555;
}

/* ---------------------- Slider --------------------- */

.caribu_g4_fix{
    width: 158px;
    height: auto;
}
@media screen and (max-width: 1389px){
    .footer_column{
        margin: 40px;
        align-items: center;
    }
    .footer_title{
        justify-self: center;
    }
    .footer_map{
        width: 100%;
    }
    .products_card_box {
        flex-wrap: wrap;
        width: 1080px;
        height: auto;
        justify-content: center;
    }
    .circle_blue_arrow{
        margin-top: 560px;
    }
}
@media screen and (max-width: 1100px){
    .nav_list{
        display: none;
    }
    .main{
        display: none;
    }
    .main_mobile{
        padding: 40px 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .logo{
        height: auto;
        width: 230px;
        margin-bottom: 5px;
    }
    .slider{
        height: 550px;
    }
    .img{
        height: 550px;
    }
    .products_card_box{
        /*transform: scale(0.93);*/
        width: 750px;
        height: fit-content;
        flex-wrap: wrap;
        justify-content: center;
        background-color: #fff;
    }
    .products_card{
        width: 250px;
        height: 290px;
    }
    .products_card:hover{
        width: 290px;
        height: 290px;
      }
    .circle_blue_arrow{
        margin-top: 620px;
    }
    .dots{
        bottom: 60px;
    }
}
@media screen and (max-width: 1000px){
    .video-slider{
        display: none;
    }
    .video-slider_mobile{
        display: flex;
    }
}
@media screen and (max-width: 768px){
    .header.no_img{
        padding-bottom: 0;
    }
    .dot_mobile{
        height: 11px;
        width: 11px;
    }
}
@media screen and (max-width: 600px){
    .main_mobile{
        padding: 20px 30px;
    }
    .logo{
        width: 150px;
    }
    .products_card_box{
        width: 270px;
    }
    .circle_blue_arrow{
        margin-top: 1500px;
    }
    .main-subtitle{
        margin-bottom: 40px;
    }
    .services_card_box{
        transform: scale(.95);
    }
    .services_card{
        margin-right: 0;
    }
    .slider::before{
        height: 290px;
    }
    .footer_box{
        flex-direction: column;
    }
    .footer_logo{
        width: 60%;
    }
    .footer_box_container{
        padding: 2%;
    }
    .footer_text{
        text-align: center;
    }
    .footer_column{
        margin: 30px auto;
        display: flex;
    }
    .footer_element{
        padding-bottom: 20px;
    }
    .dots_mobile{
        bottom: 50px;
    }
}