@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700&display=swap');


img{
    max-width: 100%;
}
html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
*:before,
*:after,
*{
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    font-family: inherit;
}

body, html{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}
/* .container{
    position: relative;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
} */


.sect1{
    position: relative;
    background: #000;
    height: 120vh;

}

/* .sect1 .container{
    padding: 40px 0;
    border-bottom: solid 3px rgba(0,0,0,.35);
    margin-bottom: 60px;
    position: static;
} */

.sect1 .logo{
    text-align: center;
    width: 100%;
    max-width: 170px;
    margin: auto;
    margin-bottom: 60px;
    padding: 0 15px;
    padding-top: 10px;
    background: #FFF;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 99;
}
.main-tabs{
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
    display: none;
}
.main-tabs > li{
    display: inline-block;
    margin: 0 7px; 
}
.main-tabs a{
    text-decoration: none;
    padding: 20px 36px;
    font-size: 37.5px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.38px;
    color: #090909;
    border-radius: 10px;
    display: block;
    border: solid 3px #263f93;
    background: #FFF;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-tabs a:hover{
    background: #263f93;
    color: #FFF;
}




.show-s{
    display: none !important;
}

.images-slider{
    position: relative;
    border-top: solid 15px #263f93;
    border-bottom: solid 15px #263f93;
    font-size: 0;
}
.sect2 > .images-slider{
    margin-bottom: 80px;
    text-align: center;
    background: #000;
}
.images-slider img{
    max-height: 500px;
    height: 500px;
    max-width: 100%;
    width: auto !important;
    display: inline-block !important;
}
.images-slider > img{
    width: 100% !important;
    height: auto !important;
    max-height: none;
}


.owl-dots{
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
}
.owl-carousel .owl-dots button{
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #263f93;
    border: solid 2px #FFF;
    margin: 0 9px;
    outline: none !important;
}
.owl-carousel .owl-dots button.active{
    background: #ec0b14;
}




.big-text{
    font-size: 65px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.65px;
    text-align: center;
    color: #ffffff;
    background: #263f93;
    padding: 55px 0;    
}



.sect3{
    /* padding-top: 91px; */
    padding-bottom: 187px;   
}

.heading{
    padding-top: 61px;
    padding-bottom: 103px;
    background: #F3F3F3;
    text-align: center;
}
.heading > h1{
    margin: 0;
    font-size: 72px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.72px;
    color: #232323;
    position: relative;
    text-align: center;
    display: inline-block;
}
.heading > h1:after{
    content: " ";
    position: absolute;
    height: 15px;
    background: #d50f0f;
    top: 100%;
    left: 0;
    right: 0;
    width: 65%;
    margin: auto;
    margin-top: 39px;

}

.sect3 .t1{  
    margin: 0;
    margin-bottom: 111px;

    font-weight: 400;
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    line-height: 36px;
    margin-right: -30px;
}

.sect3 .heading{
    margin-bottom: 107px;
}
.sect3 .images-slider{
    margin-bottom: 87px;
}




.flag{
    position: relative;
    text-decoration: none;
    color: #2C080C !important;
    width: 23%;
}
.flag:hover{
    text-decoration: underline;
}
.flag > h4{
    line-height: 1.25;
    margin-bottom: 42px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 24px;
    color: inherit;
    letter-spacing: 2.09px;
}




.sect4 > .heading{
    margin-bottom: 60px;
}





.tab-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    border-top: solid 2px #294090;
    border-bottom: solid 2px #294090;
}
.tab-links > a{
    text-decoration: none;
    margin: 0;
    /* background: #183081; */
    display: block;
    /* padding: 32px 0; */
    text-align: center;
    width: 100%;
    /* font-size: 25px; */
    /* font-weight: 600; */
    /* line-height: 1em; */
    /* letter-spacing: 0.25px; */
    /* color: #ffffff; */


    font-weight: 500;
    font-size: 30px;
    letter-spacing: 0;
    text-align: center;
    padding: 40px 0;
    position: relative;
    color: #6E7282;
}

.tab-links > a.active{
    color: #294090;
}
.tab-links > a.active:after{
    content: " ";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: -8px;
    left: 0;
    background: #294090;
}













.sect5 .heading{
    margin: 65px 0;
}

.img-text{
    position: relative;
    margin-bottom: 120px;
    height: 560px;
    overflow: hidden;
}
.img-text > .imgs{
    position: relative;
    font-size: 0;
}

.img-text .imgs{
    position: relative;
    width: 50%;
}

.img-text .imgs,
.img-text .text{
    height: 600%;
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .8s ease;
    transition: -webkit-transform .8s ease;
    -o-transition: transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease, -webkit-transform .8s ease;
}

.img-text .text{
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.img-text.img-2 .imgs,
.img-text.img-2 .text{
    -webkit-transform: translate3d(0,-16.666%,0);
            transform: translate3d(0,-16.666%,0);
}
.img-text.img-3 .imgs,
.img-text.img-3 .text{
    -webkit-transform: translate3d(0,-33.333%,0);
            transform: translate3d(0,-33.333%,0);
}
.img-text.img-4 .imgs,
.img-text.img-4 .text{
    -webkit-transform: translate3d(0,-49.99%,0);
            transform: translate3d(0,-49.99%,0);
}
.img-text.img-5 .imgs,
.img-text.img-5 .text{
    -webkit-transform: translate3d(0,-66.666%,0);
            transform: translate3d(0,-66.666%,0);
}
.img-text.img-6 .imgs,
.img-text.img-6 .text{
    -webkit-transform: translate3d(0,-83.333%,0);
            transform: translate3d(0,-83.333%,0);
}








.img-text .ht{
    display: none;
}


.img-text .imgs > .img{
    height: 16.666%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.img-text .text{
    
    background: #263f93;
    overflow: auto;
    padding: 0 40px;
    padding-right: 90px;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 10;
}



.img-text p{
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1.6em;
}


.img-text .p-scroll{
    /* height: 25%; */
    /* overflow: auto; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* display: table-cell; */
    vertical-align: middle;
    padding: 60px 0;
    height: 100%;
    overflow: auto;
}
.img-text .tc{
    height: 16.666%;
    /* display: table; */
    overflow: hidden;
}





footer{
    background: #263f93;
}
footer .cr{
    padding: 15px 0;
    text-align: center;
}
footer .cr p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    text-align: left;
}
.cr p > a{
    color: inherit;
    text-decoration: underline;
}



footer .logo{
    padding-top: 73px;
    padding-bottom: 37px;
    text-align: center;
    background: #FFF;
}
footer .logo > img{
    max-width: 135px;
}






.tab-content{
    position: relative;
    /* padding: 60px 0; */
    padding-bottom: 36px;
    z-index: 5;
    width: 100%;
    overflow: hidden;

}

.tab-content .slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab-content .slide:before,
.tab-content .slide:after{
    content: " ";
    display: table;
    clear: both;
}

.tab-content .col1{
    width: 60%;
    float: left;
}
.tab-content .col2{
    width: 40%;
    float: left;
    height: 100%;
}

.tab-content .col1,
.tab-content .col2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: auto;
}

.tab-content p{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6em;
    letter-spacing: 0.26px;
    text-align: right;
    color: #6E7282;
    margin: 0;
    padding-left: 30px;
    font-size: 30px;
}


.tab-content .slides-main{
    width: 300%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* transition: transform .3s ease; */
}

.tab-content .slide-main{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}




.tabs.active-1 .tab-content .slides-main{
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.tabs.active-2 .tab-content .slides-main{
    -webkit-transform: translateX(-33.333%);
        -ms-transform: translateX(-33.333%);
            transform: translateX(-33.333%);
}
.tabs.active-3 .tab-content .slides-main{
    -webkit-transform: translateX(-66.666%);
        -ms-transform: translateX(-66.666%);
            transform: translateX(-66.666%);
}





@media (max-width: 992px){
    .tab-links > a{
        font-size: 18px;
        white-space: nowrap;
    }
    .tab-content p{
        font-size: 22px;
    }
}



@media(max-width: 768px){

    .tab-content .col2 p{
        text-align: left;
        padding-left: 0;
    }
    .tab-content .slide{
        display: block;
    }
    .tab-content .slides-main{
        width: 100%;
        display: block;
    }


    .tab-content .slide-main .slide{
        margin-bottom: 80px;
        display: block;
    }
    
    .tab-content .slide-main .slide .col1,
    .tab-content .slide-main .slide .col2{
        width: 100%;
        float: none;
        position: static;
    }
    .tab-content .slide-main .slide .col2{
        text-align: left;
        margin-top: 30px;
    }


    .tab-links{
        display: none;
    }


    .flags{
        display: block !important;
    }
    .flag{
        margin-bottom: 30px;
        display: block;
        text-align: center;
        width:100%;
    }



    .img-text .ht{
        display: block;
        background: #263f93;
        padding: 30px;
        margin-bottom: 40px;
    }

    .arrows{
        display: none;
    }

    .img-text .imgs{
        position: relative;
        width: 100%;
        -webkit-transform: translateY(0) !important;
            -ms-transform: translateY(0) !important;
                transform: translateY(0) !important;
        height: auto;
    }
    
    .img-text{
        height: auto;
    }
    
    .img-text > .text{
        display: none;
    }
    
    .img-text > .imgs > .img{
        height: 560px;
    }


    .hide-s{
        display: none !important;
    }
    .show-s{
        display: block !important;
    }

}










.main-slider{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.main-slider .slide{
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.owl-stage-outer,
.owl-stage,
.owl-item{
    height: 100%;
}




.sect2{
    padding-top: 150px;
    position: relative;
    z-index: 50;
    margin-top: -100px;
}
.sect2:before{
    content: " ";
    position: absolute;
    height: 300px;
    width: 200%;
    left: 50%;
    margin-left: -100%;
    top: -50px;
    -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    background: #fff;
}


.nh1{
    font-weight: bold;
    font-size: 54px;
    color: #294090;
    line-height: 1.3em;
}


.sect2 .nh1{
    margin-bottom: 90px;
}
.n-img1{
    /* margin: 0 40px; */
    
    /* margin-bottom: 125px; */
    -webkit-box-shadow: 0 10px 60px 0 rgba(0,0,0,.4);
            box-shadow: 0 10px 60px 0 rgba(0,0,0,.4);
}
#flags{
    padding-top: 125px;
}
.n-img1 > img{
    width: 100%;
}

.flags{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.nh2{
    margin-bottom: 90px;
}
.nh2 > h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 38px;
    color: #294090;
    letter-spacing: 6.33px;
    position: relative;
}
.nh2 > h2:after{
    content: " ";
    position: absolute;
    top: 100%;
    margin-top: 11px;
    width: 66px;
    height: 10px;
    background: #ED1C23;
    left: 0;
}




.sect5{
    padding-top: 220px;
}




.sect4{
    background: #F0F0F0;
    position: relative;
    padding-top: 120px;
    padding-bottom: 30px;
}
.sect4:before{
    content: " ";
    position: absolute;
    height: 300px;
    width: 200%;
    left: 50%;
    margin-left: -100%;
    top: -100px;
    -webkit-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    background: inherit;
}
.sect4:after{
    content: " ";
    position: absolute;
    height: 300px;
    width: 200%;
    left: 50%;
    margin-left: -100%;
    bottom: -100px;
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
    background: inherit;
}




.arrows{
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 10;
    height: 100%;
}
.arrows > .bar{
    width: 4px;
    position: absolute;
    top: 60px;
    bottom: 60px;
    /* right: 40px; */
}

.arrows > .bar:after{
    content: " ";
    position: absolute;
    width: 4px;
    border-radius: 5px;
    top: -10px;
    bottom: -10px;
    left: 0;
    background: #FFF;
}

.arrows > .bar:before{
    content: " ";
    position: absolute;
    width: 8px;
    border-radius: 5px;
    height: 16.666%;
    top: 0;
    left: -2px;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
            box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
                                        

.img-2 .arrows > .bar:before{
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
}
.img-3 .arrows > .bar:before{
    -webkit-transform: translate3d(0, 200%, 0);
            transform: translate3d(0, 200%, 0);
}
.img-4 .arrows > .bar:before{
    -webkit-transform: translate3d(0, 300%, 0);
            transform: translate3d(0, 300%, 0);
}
.img-5 .arrows > .bar:before{
    -webkit-transform: translate3d(0, 400%, 0);
            transform: translate3d(0, 400%, 0);
}
.img-6 .arrows > .bar:before{
    -webkit-transform: translate3d(0, 500%, 0);
            transform: translate3d(0, 500%, 0);
}






.arrows > .up,
.arrows > .down{
    position: absolute;
    display: block;
    height: 40px;
    width: 40px;
    top: 20px;
    left: -18px;
    font-size: 0;
    text-align: center;
}


.arrows > .down{
    top: auto;
    bottom: 20px;
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
}

.arrows img{
    width: 20px;
}





.main-links{
    font-size: 0;
    position: absolute;
    right: -30px;
    top: 110px;

}
.main-links > a{
    display: block;
    margin-left: 20px;
    padding: 8px 25px;
    padding-right: 120px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #FFF;
    border: solid 2px #294090;
    background: #294090;
    border-radius: 25px 0 0 25px;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-links > a:hover{
    color: #FFF;
    background: #294090;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
}




@media (max-width: 600px){
    .main-links{
        right: -100px;
    }
}
@media (max-width: 500px){
    .main-links{
        display: none;
    }
}




.owl-nav{
    position: absolute;
    top: 40%;
    -webkit-transform: translate3d(0,-50%,0);
            transform: translate3d(0,-50%,0);
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
}
.owl-nav span{
    font-size: 200px;
    color: #FFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.owl-nav .owl-next{
    right: 0;
    position:absolute;
}
.owl-nav button{
    outline: none !important;
}