html, body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.container {
    max-width: 1140px;
}

.header-fluid{
    height: 720px;
    position: relative;
    padding: 0;
}

.header-bg-slider{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.header-slide-item{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.header-slide-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#slide-1{
    display: block;
}

.header-over{
    background: linear-gradient(rgb(5 11 27 / 75%), rgb(22 67 187 / 50%));
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 105px;
}

.nav-container{
    background: #fff;
    display: flex;
    height: 80px;
    align-items: center;
    border-radius: 3px;
    justify-content: space-between;
    padding: 0 25px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    transition: background 0.3s ease;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: 99;
    max-width: 1320px;
    width: 95%;
}

.logo-container{
    height: 50px;
}

.logo-container img{
    height: 100%;
}

.menu-container{
    display: flex;
    height: 100%;
    align-items: center;
}

.menu-item{
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    margin: 0 10px;
    color: #444;
    height: 100%;
    border-bottom: 5px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.menu-item:hover, .menu-item-active, .menu-expandable-open{
    border-bottom: 5px solid #0072a7;
    color: #0072a7;
}

.menu-item i{
    font-size: 24px;
}

.menu-search-button{
    background: #0072a7;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 5px;
}

.menu-pay-button{
    background: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-left: 15px;
    cursor: pointer;
    color: #000;
    filter: brightness(1);
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    border: 1px solid #0072a7;
    line-height: 20px;
}

.menu-pay-image{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.menu-pay-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.menu-item-expandable{
    position: relative;
}

.menu-expandable-container{
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    width: 300px;
    margin-left: -150px;
    display: none;
}

.menu-expandable-inner{
    padding: 10px;
}

.menu-drop-item{
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: flex;
    padding: 10px 5px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    transition: all 0.2s;
}

.menu-drop-item:hover, .menu-drop-active{
    color: #0072a7;
}

.menu-drop-item:last-child{
    border-bottom: none;
}

.menu-expandable-open i{
    transform: rotate(180deg);
}

.nav-transparent{
    background: transparent;
    box-shadow: none;
}

.nav-transparent .menu-item{
    color: #eee;
}

.nav-transparent .menu-item:hover, .nav-transparent .menu-item-active, .nav-transparent .menu-expandable-open{
    border-bottom: 5px solid transparent;
    color: #39b8f3;
}

.intro-container{
    height: calc(100% - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 56px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 3px;
    text-shadow: 0 2px 8px rgb(0 0 0 / 50%);
    text-transform: uppercase;
}

.intro-container span{
    font-weight: 700;
    color: #8bdaff;
    font-size: 72px;
    text-transform: uppercase;
    text-align: center;
}

.intro-divider{
    width: 100px;
    background: #f6931d;
    height: 7px;
    border-radius: 5px;
    margin: 20px;
}

.hero-fluid{
    background: #091a45;
    position: relative;
    padding-bottom: 70px;
}

.hero-col{
    border-radius: 5px;
    overflow: hidden;
    margin-top: -200px;
    background: #fff;
    box-shadow: 0 4px 8px rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.hero-col-photo{
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.hero-col-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
}

.hero-col-main{
    background: #fff;
    padding: 25px 15px;
}

.hero-col-title{
    font-size: 18px;
    position: relative;
    padding: 10px 0;
    color: #444;
}

.hero-col-title::before{
    content: '';
    position: absolute;
    width: 15%;
    height: 5px;
    background: #f6931d;
    top: 0;
    border-radius: 4px;
}

.hero-col-info{
    font-size: 14px;
    color: #666;
}

.hero-col:hover .hero-col-photo img{
    transform: scale(1.2);
}

.hero-button{
    margin: 70px auto 0;
    background: #f6931d;
    width: 250px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    border: 2px solid #f6931d;
    transition: all 0.3s ease;
}

.hero-button:hover{
    background: none;
    color: #f6931d;
}

.section-fluid{
    padding-top: 60px;
    padding-bottom: 50px;
    background: #fcfeff;
}

.section-title{
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    color: #091a45;
}

.section-subtitle{
    text-align: center;
    font-size: 18px;
}

.section-p{
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
    font-size: 15px;
    color: #555;
    margin-bottom: 25px;
}

.section-title-divider{
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background: #f6931d;
    margin: 30px auto;
}

#sec-about-sli{
    background-color: #091a45;
    padding: 0;
    position: relative;
}

.about-sli-bg{
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.about-sli-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-col{
    padding-top: 60px;
    padding-bottom: 50px;
}

#sec-about-sli .section-title{
    color: #fff;
    text-align: left;
}

#sec-about-sli .section-subtitle{
    color: #eee;
    text-align: left;
}

#sec-about-sli .section-title-divider{
    margin: 30px 0;
}

#sec-about-sli .section-p{
    color: #eee;
    text-align: left;
}

.about-read-more{
    width: 200px;
    background: #fff;
    height: 45px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    margin: 50px 0 30px;
    cursor: pointer;
    color: #0072a7;
    border: 2px solid #fff;
    transition: all 0.3s ease;
    text-decoration: none;
}

.about-read-more:hover{
    background: transparent;
    color: #fff;
}

#sec-global{
    background: #fcfeff;
}

#sec-global .section-title{
    text-align: left;
}

#sec-global .section-p{
    text-align: left;
}

#sec-global .section-title-divider{
    margin: 10px 0 30px 0;
}

.section-global-photo img{
    width: 100%;
}

.global-read-more{
    width: 200px;
    background: #0072a7;
    height: 45px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-transform: uppercase;
    margin: 50px 0 30px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #0072a7;
    text-decoration: none;
    transition: all 0.3s ease;
}

.global-read-more:hover{
    background: transparent;
    color: #0072a7;
}

.footer-fluid{
    background: #0072a7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-logo{
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 250px;
    margin-bottom: 20px;
}

.footer-logo img{
    width: 100%;
}

.footer-info{
    font-size: 15px;
    color: #eee;
}

.footer-title{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
}

.footer-title-divider{
    background: #f6931d;
    width: 70px;
    height: 5px;
    border-radius: 5px;
    margin: 10px 0 20px;
}

.footer-col-title{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer-link{
    font-size: 15px;
    color: #eee;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.footer-link i{
    font-size: 20px;
    margin-right: 10px;
}

.footer-link:hover{
    text-decoration: underline;
    color: #eee;
}

.footer-contact-item{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 10px;
}

.footer-contact-icon{
    width: 40px;
    height: 40px;
    background: #045377;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
}

.copy-fluid{
    background: #091a45;
}

.copy-container{
    width: 1140px;
    margin: auto;
    display: flex;
    align-items: center;
    color: #eee;
    font-size: 12px;
    height: 50px;
    justify-content: space-between;
}

.copy-social{
    display: flex;
}

.copy-social-item{
    color: #fff;
    font-size: 20px;
    margin: 0 10px;
    cursor: pointer;
}

.section-a{
    text-decoration: none;
    color: #0072a7;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-a:last-child{
    margin-bottom: 0;
}

.section-a i{
    font-size: 18px;
    margin-right: 10px;
    color: #f69320;
}

.section-a:hover{
    text-decoration: underline;
    color: #0072a7;
}

.page-spacer{
    margin: 15px 0;
    height: 1px;
}

.section-link-item{
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #87d7fc;
}

.section-link-item:last-child{
    border-bottom: none;
}

.section-link-title{
    margin-right: 10px;
    font-size: 18px;
}

.section-link-logo{
    width: 200px;
    background: #0072a7;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.section-link-logo img{
    width: 100%;
}

.terms-section-container .section-p, .terms-section-container .section-subtitle, .terms-section-container .section-b{
    text-align: left;
    max-width: 900px;
    margin: auto;
}

.terms-section-container .section-p span{
    font-weight: 600;
}

.terms-section-container .section-p{
    margin-bottom: 15px;
}

.terms-section-container .section-subtitle{
    margin: auto;
    margin-bottom: 30px;
}

.terms-section-container .section-b{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.section-l{
    max-width: 900px;
    margin: auto;
    padding-left: 50px;
    color: #555;
    margin-bottom: 10px;
}





/** Mobile Burger **/
.mobile-burger{
    display:flex;
    flex-direction:column;
    width:40px;
    cursor:pointer;
}

.mobile-burger span{
    background: #0072a7;
    border-radius: 10px;
    height: 5px;
    margin: 3px 0;
    transition: .2s ease-in;
}


.lab-span:nth-of-type(1){
    width:50%;
}

.lab-span:nth-of-type(2){
    width:100%;
}


.lab-span:nth-of-type(3){
    width:75%;
}

.mobile-burger-open .lab-span{
    background: #f44336;
}

.mobile-burger-open .lab-span:nth-of-type(1){
    transform-origin:bottom;
    transform: rotatez(45deg) translate(4px,0px);
}


.mobile-burger-open .lab-span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}


.mobile-burger-open .lab-span:nth-of-type(3){
    transform-origin: bottom;
    width: 50%;
    transform: translate(17px,-5px) rotatez(45deg);
}

/** Mobile Burger End **/

.mobile-nav-container{
    background: #fff;
    width: calc(100% - 30px);
    position: fixed;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    display: none;
    z-index: 999;
}

.mobile-nav-header{
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.mobile-nav-logo{
    height: 30px;
}

.mobile-nav-logo img{
    height: 100%;
}

.mobile-nav-right{
    display: flex;
    align-items: center;
}

.mobile-paypal-menu{
    width: 40px;
    height: 40px;
    padding: 8px;
    border: 1px solid #0072a7;
    border-radius: 20px;
    margin-right: 10px;
}

.mobile-paypal-menu img{
    width: 100%;
    height: 100%;
}

.mobile-nav-main{
    position: fixed;
    background: #fff;
    border-radius: 4px;
    width: calc(100% - 30px);
    height: calc(100% - 85px);
    z-index: 9;
    left: 15px;
    top: 75px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 15%);
    display: none;
}

.mobile-nav-inner{
    box-sizing: border-box;
    padding: 10px;
    height: 100%;
    overflow-x: hidden;
}

.mobile-menu-item, .mobile-drop-item{
    text-decoration: none;
    color: #444;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 10px;
    transition: all 0.3s;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile-menu-expandable{
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.mobile-expandable-header{
    display: flex;
    align-items: center;
    padding: 10px;
}

.mobile-expandable-header i{
    font-size: 24px;
    line-height: 1;
}

.mobile-menu-item:hover, .mobile-drop-item:hover, .mobile-menu-active, .mobile-drop-active, .mobile-expandable-open{
    color: #0072a7;
}

.mobile-expandable-open i{
    transform: rotate(180deg);
}

.mobile-expandable-container{
    display: none;
    padding-left: 15px;
}

.mobile-drop-item{
    font-size: 13px;
}

.header-bg-photo{
    position: absolute;
    width: 100%;
    height: 100%;
}

.header-photo-item{
    width: 100%;
    height: 100%;
}

.header-photo-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.page-header-fluid{
    height: 420px;
}

.page-header-fluid .intro-container{
    height: 100%;
}

.service-col{
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 15px;
    height: 100%;
}

.page-subtitle{
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.service-col-title{
    font-size: 16px;
    font-weight: 500;
    color: #0072a7;
    margin-bottom: 20px;
}

.service-col .section-p{
    text-align: left;
}

.service-col .section-p:last-child{
    margin-bottom: 10px;
}

.page-fluid .row{
    margin-top: 30px;
}

.page-fluid .row:first-child{
    margin-top: 0;
}

.page-bullet-container{
    width: max-content;
    margin: 10px auto;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 15px;
    max-width: 100%;
}

.page-bullet-item{
    margin: 10px 0;
}

.bullet-item-header{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.bullet-item-header i{
    color: #0072a7;
    font-size: 24px;
    margin-right: 15px;
}

.sub-bullet-container{
    padding-left: 35px;
}

.sub-bullet-item{
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 5px 0;
    color: #666;
}

.sub-bullet-item i{
    font-size: 16px;
    margin-right: 10px;
}

.address-line{
    display: flex;
    color: #444;
    font-weight: 500;
    margin-bottom: 10px;
    align-items: center;
}

.address-icon{
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    border-radius: 20px;
    background: #0072a7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-span{
    font-weight: 600;
}

.ufn-span{
    color: #444;
    font-weight: 600;
}

.address-value{
    flex: 1;
}

.over-fluid{
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,0.4);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(3px);
    display: none;
}

.over-container{
    width: 100%;
    max-width: 600px;
    background: #fff;
    margin-top: 50px;
    height: calc(100% - 100px);
    border-radius: 4px;
    padding: 0;
    box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    display: none;
}

.over-inner{
    padding: 15px;
    height: 100%;
    overflow-x: hidden;
}

.over-inner .section-title, .over-inner .section-p{
    text-align: left;
}

.over-inner .section-p{
    margin-bottom: 10px;
}

.over-form{
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
    background: #eee;
    padding-top: 30px;
}

.payment-input-wrap{
    margin-bottom: 20px;
}

.payment-input-wrap label{
    color: #0072a7;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.payment-input-wrap input{
    width: calc(100% - 40px);
    border: 1px solid #ddd;
    height: 50px;
    border-radius: 5px;
    background: #fff;
    padding: 0 10px;
    transition: all 0.3s;
}

.payment-input-wrap input:focus{
    outline: none;
    border: 1px solid #0072a7;
    box-shadow: 0 1px 8px rgba(0,0,0,0.15);
}

.close-over-fluid{
    position: absolute;
    color: #f44336;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close-over-mobile{
    color: #f44336;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: none;
}

.over-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.overflow-none{
    overflow: hidden;
}

@media screen and (max-width: 1040px){
    
    .nav-container{
        display: none;
    }
    
    .mobile-nav-container{
        display: block;
    }
    
    .copy-container{
        width: auto;
    }
    
    .intro-container{
        text-align: center;
        font-size: 36px;
    }
    
    .intro-container span{
        font-size: 42px;
    }
    
    .hero-col{
        margin-top: 0;
    }
    
    .hero-container .col-4{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .hero-container .col-4:first-child{
        margin-top: -200px;
    }
    
    .hero-button{
        display: none;
    }
    
    .section-container .col-6, .section-container .col-4{
        width: 100%;
        margin-top: 30px;
    }
    
    .section-container .col-6:first-child, .section-container .col-4:first-child{
        margin-top: 0;
    }
    
    .about-sli-bg{
        position: relative;
        width: 100%;
    }
    
    .about-col{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .close-over-fluid{
        display: none;
    }
    
    .close-over-mobile{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .over-container{
        margin-top: 15px;
        height: calc(100% - 30px);
    }
    
}
