*{
    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;
  color: #333;
}
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: "Inter", sans-serif !important;
    font-variation-settings:"slnt" 0 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    background: #F9FAFB;
    color: #40003F;
    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;
}


/*mid-txt*/
.mid-txt{
     font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}


/*big-txt*/
.big-txt{
     font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.big-p{
    font-size: 20px;;
}
@media screen and (max-width:1000px){
    .big-p{
    font-size: 17px !important;
}
}
.site-btn{
    position: relative;
    border-radius: 3px !important;
    padding: 9px 15px !important;
    transition: all 0.3s ease-in-out; 
}
.site-btn:hover{
    color: #fff !important;
    background: #003AB3 !important;
    border-color: #003AB3 !important;
}

.btn-bg1{
    background: #fff;
    color: #0055FF;
}
.btn-bg2{
   background: #0055FF;
   color: #fff;
}


@media screen and (max-width:500px){
    .aa_btn{
        font-size: 18px !important;
    }
.mid-txt{
     font-size: 25px !important;
     font-weight: 700 !important;
}
}
@media screen and (max-width:1000px){
.big-txt{
     font-size: 30px !important;
}
}
.site-container{
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: auto;
}
.large-container{
    position: relative;
   width: 90%;
    margin-left: 5%;
    height: auto;
}

.mid-container{
    position: relative;
    width: 80%;
    margin-left: 10%;
    height: auto;
}
@media screen and (max-width:1300px){
    .nav-container,
    .mid-container,
    .large-container,
    .site-container{
        width: 90% !important;
        margin-left: 5% !important;
        padding: 0px !important;
    }
}


.box-shadow{
    background: #ffffff;
    -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
    -moz-box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 10px 34px -16px rgb(0 0 0 / 8%), 0 6px 4px hsl(0deg 0% 64% / 6%);
}

.box-bg{
    background: #EDEAFF !important;
}
.box-bg2{
    background: #D5DFFF !important;
    color: #281166 !important;
}

/*Oo-Top-nvAv*/
.Oo-Top-nvAv{
    position: relative;
    width: 100%;
    background: #600061;
}
.toglle-NavOok.Oo-Top-nvAv{
    display: none;
}
.Oo-Top-nvAv .large-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Oo-Top-nvAv h4{
    color: #fff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
}

.Oo-Top-nvAv p span,
.Oo-Top-nvAv h4 i{
    margin-right: 5px;
    white-space: nowrap;
}
.Oo-Top-nvAv p{
    position: relative;
    padding: 10px 20px;
    font-size: 13px !important;
    display: inline-flex;
    align-items: center;
    background: #fff;
}

@media screen and (max-width:600px){
    .Oo-Top-nvAv h4{
        display: none !important;
    }
    .Oo-Top-nvAv p{
        background: transparent !important;
        color: #fff !important;
        padding: 7px 0px !important;
        font-size: 10px !important;
    }
}

/*Site-nav*/
.Site-nav{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100px;
    background: #fff;
    border-bottom: 1px solid #EFEFEF;
}
@media screen and (max-width:1200px){
   .Site-nav{
    height: 80px !important;
   } 
}
@media screen and (max-width:1000px){
   .Site-nav{
    height: 70px !important;
   } 
}
.large-container{
    height: 100%;
}
.Nav-Content{
    position: relative;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 10px;
}

.nav-Icons{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-Brand img{
    max-width: 130px;
}
@media screen and (max-width:1300px){
    .nav-Brand img{
    max-width: 100px !important;
}
.Socila-Icons{
    display: none !important;
}
}
.nav-Icons ul{
    position: relative;
    display: inline-flex;
    align-items: center;
}
.nav-Icons ul li{
    margin:0px 5px;
    position: relative;
}
.nav-Icons ul li a{
    position: relative;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width:1200px){
    .nav-Icons ul li.enqul-email{
        display: none !important;
    }
}
.nav-Icons ul li a i{
    font-size: 12px;
    margin-left: 7px;
    font-weight: 800;
}
.nav-Icons ul li a i.icon-envelope{
    margin-left: 0px !important;
    margin-right: 7px;
    font-size: 17px;
}
.nav-Icons ul li a:hover{
    opacity: 0.8;
}
.nav-Icons ul li a img{
    width: 17px;
    margin-right: 8px;
    margin-top: -3px;
}

.nav-Icons ul li a.nav-Btn{
    padding: 8px 20px;
    background: #600061;
    color: #fff;
}

/*Socila-Icons*/
.Socila-Icons{
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
}
.Socila-Icons a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background: #E8E9E9;
    transition: all 0.3s ease-in-out;
}
.Socila-Icons a:hover{
    background: #D6D8D8;
}



/*drop-downSec-Oo*/
.drop-downSec-Oo{
    position:absolute;
    z-index: 500;
    display: none;
    top: 100%;
}
.nav-Icons ul li:hover .drop-downSec-Oo{
    display: block;
}
ul.Gen-Drop-oo{
    position: absolute !important;
    left: 0 !important;
    display: block !important;
    background: #fff;
    width: auto;
    min-width: 250px;
    padding: 20px !important;
    border-radius: 5px;
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    -moz-box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    z-index: 2000;
    transform: translateY(10px);
    -webkit-animation: Fadeoo 0.3s ease forwards;
    -moz-animation: Fadeoo 0.3s ease forwards;
    animation: Fadeoo 0.3s ease forwards;
}
@keyframes Fadeoo{
    from{
        transform: translateY(10px);
    }
    to{
        transform: translateY(0px);
    }
}
@-webkit-keyframes Fadeoo{
    from{
        transform: translateY(10px);
    }
    to{
        transform: translateY(0px);
    }
}
@-moz-keyframes Fadeoo{
    from{
        transform: translateY(10px);
    }
    to{
        transform: translateY(0px);
    }
}

.active-Nv-Icon a img{
    transform: rotate(180deg);
}
.Gen-Drop-oo:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: -10;
    background: #fff;
    top: -7.5px;
    left: 25px;
    transform: rotate(45deg);
    border: 1px solid #efefef;
    border-bottom: none;
    border-right: none;
}
.Gen-Drop-oo li{
    position: relative;
    display: block !important;
    margin: 0px !important;
    margin-top: 4px !important;
    width: 100% !important;
}
.Gen-Drop-oo li:first-child{
    margin-top: 0px !important;
}
.Gen-Drop-oo li a{
    position: relative;
    display: block !important;
    margin: 0px !important;
    width: 100% !important;
    padding: 5px 0px !important;
    transition: all 0.3s ease-in-out;
}
.Gen-Drop-oo li a:hover{
    opacity: 0.8;
}

.nav-Icons ul .Gen-Drop-oo li a{
    font-size: 14px !important;
}


@media screen and (max-width:1000px){
    .drop-downSec-Oo{
        width: 100% !important;
        left: 0 !important;
    }
    ul.Gen-Drop-oo{
        width: 100% !important;
        min-width: 100% !important;
    }
}

.toggler{
    display: none;
}



@media screen and (max-width:1000px){
    .main_icon_UlOo{
        position: fixed !important;
        width: 300px !important;
        height: 100% !important;
        top: 70px !important;
        right: -100% !important;
        z-index: 2000;
        background:  #fff;
        display: block !important;
        padding: 10px;
        border-top: 1px solid rgb(0, 0, 0, 0.2);
        transition: all 0.3s ease-in-out;
    }
    .toglle-NavOok .main_icon_UlOo{
        right: 0% !important;
    }
    .main_icon_UlOo li{
        position: relative;
        display: block;
        width: 100%;
    }
    .main_icon_UlOo li a{
        position: relative;
        width: 100%;
        display: flex !important;
        justify-content: space-between !important;
        padding: 10px !important;
    }
    .main_icon_UlOo li a.nav-Btn{
        justify-content: center !important;
    }

    .toggler{
        position: relative;
        display: inline-flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 23px;
        height: 30px;
    }
    .toggler span{
        position: absolute;
        width: 100%;
        height: 3px;
        background: #000;
        border-radius: 30px;
        transition: all 0.3s ease-in-out;
    }
    .toggler span:first-child{
        transform: translateY(-7px);
    }
    .toggler span:last-child{
        transform: translateY(7px);
    }

    .toglle-NavOok .toggler span:first-child{
        transform: rotate(45deg);
    }
    .toglle-NavOok .toggler span:nth-child(2){
        opacity:0;
    }
    .toglle-NavOok .toggler span:last-child{
        transform: rotate(-45deg);
    }
    .NavBody{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 800;
        background: rgb(0, 0, 0, 0.7);
        -webkit-animation: fadeIn 0.5s ease-in-out;
        -moz-animation: fadeIn 0.5s ease-in-out;
        animation: fadeIn 0.5s ease-in-out;
        display: none;
    }
    .toglle-NavOok.NavBody{
        display: block;
    }
}

@media screen and (max-width:400px){
    .main_icon_UlOo{
        width: 100% !important;
    }
}








/*site-footer*/
.site-footer{
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background: #600061;
    color: #fff;
    margin-top: 80px;
    padding-top: 100px;
    z-index: 1;
}
.site-footer a{
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.site-footer a:hover{
    opacity: 0.6;
}

.footer-nav-brand img{
    max-width: 200px;
}
.sub-footer{
     position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px;
    grid-template-rows:auto;
}
@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 p{
    margin-bottom: 15px;
    font-size: 14px;
}
.sub-footer p i{
    margin-right: 5px;
}
.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;
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 30px;
    padding-bottom: 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;
    margin-bottom: 30px;
}
.foot-IconOS a i{
    font-size: 30px;
}





.obaiis-sec-wave{
    position: absolute;
    z-index: -10;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    top: -2px;
    left: 0;
}