*{
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*::selection{
  background: #DBF4FB;
}*/
html{
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
     scroll-behavior: smooth;

}



body {
    margin: 0;
    padding: 0;
   font-family: "Avenir Next Demi Bold",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    background: #FAFBFE;
    color: #0c153c;
    overflow-x: hidden;
}
li{
    list-style: none;
}
a:hover,
a:focus,
a{
    text-decoration: none;
    color: inherit;
}
a,button{
    outline: none;
}


p,h1,h2,h3,h4,h5,h6,ul,li,a,button,input,span,textarea{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: none;
    color: inherit;
}


.site-container{
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: auto;
}

/*navBaroo*/
.navBaroo{
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 2000;
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: block !important;
}
.add-bg.navBaroo{
    background: #0C153C !important;
}

.site-container{
    height: 100%;
}
.nav-icons{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.nav-icons ul{
    display: inline-flex;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
}
.nav-icons ul li a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    grid-gap: 5px;
    gap: 5px;
    padding: 10px 0px;
}
.nav-icons ul li a img{
    width: 20px;
}
.nav-icons ul li a i{
    font-size: 20px;
}
.nav-icons ul li{
    position: relative;
    display: inline-flex;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
}

.nav-icons ul li.i-iconOs{
    margin-left: 40px;
}

.nav-icons ul li.i-iconOs div{
    display: inline-flex;
    align-items: center;
    position: relative;
}

.nav-iconsMAin{
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-left: 60px;
}
.nav-brand img{
    max-width: 120px;
}

.pgo-dropdown{
    position: absolute;
    top:100%;
    width: auto;
    padding: 30px 40px;
    background: #fff;
    z-index: 1000;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
    display: none !important;
}
.right-drop{
    right: 0;
}
.nav-icons ul li:hover .pgo-dropdown,
.nav-icons ul li.i-iconOs div:hover .pgo-dropdown{
    display: block !important;
}

.pgo-dropdown ul{
    display: block !important;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.8s ease-in;
    animation: falkd 0.8s ease forwards;
    -webkit-animation: falkd 0.8s ease forwards;
    -moz-animation: falkd 0.8s ease forwards;
}
@keyframes falkd{
    from{
       transform: translateY(20px);
        opacity: 0; 
    }
    to{
       transform: translateY(0px);
        opacity: 1; 
    }
}
@-webkit-keyframes falkd{
    from{
       transform: translateY(20px);
        opacity: 0; 
    }
    to{
       transform: translateY(0px);
        opacity: 1; 
    }
}
@-moz-keyframes falkd{
    from{
       transform: translateY(20px);
        opacity: 0; 
    }
    to{
       transform: translateY(0px);
        opacity: 1; 
    }
}
.pgo-dropdown ul li{
    display: block !important;
}
.pgo-dropdown ul li a{
    text-transform: capitalize !important;
    color: #04082A !important;
    white-space: nowrap;
    padding: 5px 0px;
    font-weight: 600 !important;
    transition: all 0.3s ease-in-out;
}
.pgo-dropdown ul li a:hover{
    color: #144A9D !important;
}

.mobl-flag{
    display: none !important;
}
.nav-Toggler{
    display: none;
}

@media screen and (max-width:1200px){
    .nav-iconsMAin{
        margin-left: 0px !important;
    }
    .nav-icon-Frst-ul{
        position: fixed !important;
        background: #0C153C;
        width: 100% !important;
        height: 100% !important;
        left: 0;
        display: none !important;
        top: 100px !important;
        padding: 20px;
    }
    .navBaroo.togle-navBaroo .nav-icon-Frst-ul{
        display: block !important;
    }
    .nav-icon-Frst-ul li{
        display: block !important;
        width: 100% !important;
    }
    .nav-icon-Frst-ul li a{
        display: flex !important;
        width: 100% !important;
        align-items: center;
        justify-content: center;
    }
    .nav-icon-Frst-ul .pgo-dropdown{
        display: block !important;
        position: relative !important;
        background: transparent !important;
        padding: 0px !important;
        width: 100% !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
    .nav-icon-Frst-ul .pgo-dropdown ul li a{
        color: #fff!important;
        font-size: 14px !important;
        opacity: .6;
    }
    .nav-icon-Frst-ul .pgo-dropdown ul li a:hover{
    color: #2571E2 !important;
    opacity: 1 !important;
    }
    .pc-flag{
        display: none !important;
    }
    .nav-brand img{
    max-width: 90px !important;
}
.nav-Toggler{
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}
.nav-Toggler span{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}
.nav-Toggler span:first-child{
    transform: translateY(-7px);
}
.nav-Toggler span:last-child{
    transform: translateY(7px);
}
.navBaroo.togle-navBaroo .nav-Toggler span:first-child{
    transform: rotate(45deg);
}
.navBaroo.togle-navBaroo .nav-Toggler span:last-child{
    transform: rotate(-45deg);
}
.navBaroo.togle-navBaroo .nav-Toggler span:nth-child(2){
    opacity: 0;
}
}
@media screen and (max-width:500px){
        .nav-brand img{
    max-width: 70px !important;
}
.nav-icons ul li.right-ooo-rman:hover .pgo-dropdown{
    display: none !important;
}
}



















/*site-footer*/
.site-footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: #0C153C;
    color: #fff;
    margin-top: 40px;
}
.site-footer a{
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.site-footer a:hover{
    opacity: 0.6;
}
.top-footer{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo img{
    max-width: 80px;
}
@media screen and (max-width:500px){
    .footer-logo img{
    max-width: 60px !important;
}

}
.sub-footer{
     position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 20px !important;
    grid-gap: 20px !important;
}
@media screen and (max-width:1200px){
    .sub-footer{
        justify-content: flex-start !important;
    }
}

@media screen and (max-width:700px){
    .sub-footer{
        display: block !important;
    }
    .sub-footer ul{
        margin-top: 35px !important;
    }
    .sub-footer ul:first-child{
        margin-top: 0px !important;
    }

    .sub-footer ul h3{
        margin-bottom: 20px !important;
    }
}

.sub-footer ul{
    position: relative;
    height: auto;
}
.sub-footer ul h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sub-footer ul li{
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.sub-footer ul li a{
    font-size: 17px;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    padding: 0px 3px;
    display: block;
}

.footer-foot{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 20px 0px;
}
@media screen and (max-width:550px){
    .footer-foot{
        justify-content: center !important;
        flex-direction: column !important;
        text-align: center !important;
        padding-bottom: 0px !important;
    }
    .footer-foot ul{
        display: block !important;
    }
    .footer-foot p{
        margin-top: 10px !important;
    }
}
.footer-foot ul{
    display: flex;
    align-items: center;
}
.footer-foot ul li{
    margin-left: 15px;
    display: inline-flex;
}

.footer-foot ul li:first-child{
    margin-left: 0px;
}




.star-on{
    color: #FFCA39 !important;
}
.star-off{
    color:#E8E8E8 !important;
}



.foot-IconOS{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    gap: 15px;
    margin-top: 40px;
}
.foot-IconOS a i{
    font-size: 25px;
}

.foto-iisk{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: -20px;
}
.foto-iisk img{
    max-width: 80%;
}

@media screen and (max-width:700px){
    .foto-iisk img{
    max-width: 100% !important;
}
.foto-iisk{
    margin-bottom: -10px !important;
}
}




/*header*/
.header{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0px;
    padding-top: 150px;
    background: url(../img/header-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.header h2{
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Kiona SemiBold",Arial,Helvetica,sans-serif;
}

@media screen and (max-width:1000px){
    .header h2{
        font-size: 30px !important;
    }
}
@media screen and (max-width:500px){
    .header h2{
        font-size: 25px !important;
    }
}





/*main-section*/
.main-section{
    position: relative;
    width: 100%;
    height: auto;
    padding: 50px 0px;
}



/*all-toggle-up*/
.all-toggle-up{
    position: fixed;
    z-index: 3000;
    width: 40px;
    height: 40px;
    background: #144A9D;
    bottom: 40px;
    right: 20px;
    display:none;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff !important;
    border: #0c153c 1px solid!important;
    border-radius:3px;
    -webkit-animation: fadeIn 0.5s ease-in-out;
    -moz-animation: fadeIn 0.5s ease-in-out;
    animation: fadeIn 0.5s ease-in-out;
}
.show-all-toggle-up.all-toggle-up{
    display: flex !important;
}
.all-toggle-up i{
    font-weight: 700;
    font-size: 15px;
}