*{
    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;
    color: #000;
  font-family: "Segoe UI", SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    background:#fff;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.light-mode{
    background: #fff;
    color: #000;
}
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: 50px;
    font-weight: 600;
    margin-bottom: 10px;
}
.big-p{
    font-size: 20px;
    line-height: 30px;
}
.light-mode .big-p{
    color:#000;
    font-weight: 400;
}
@media screen and (max-width:1000px){
    .big-p{
    font-size: 17px !important;
    line-height: 135% !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: 50px !important;
}
}
@media screen and (max-width:500px){
.big-txt{
     font-size: 35px !important;
}
}
@media screen and (max-width:450px){
.big-txt{
     font-size: 30px !important;
}
}
.site-container{
    position: relative;
    width: 90%;
    margin-left: 5%;
    height: auto;
}
.large-container{
    position: relative;
    width: 95%;
    margin-left: 2.5%;
    height: auto;
}

@media screen and (max-width:1300px){
    .site-container{
        width: 90% !important;
        margin-left: 5% !important;
        padding: 0px !important;
    }
}



/*site-Nav*/
.site-Nav{
    position: absolute;
    z-index: 2500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.site-Nav.naV-bg{
    background: #182222 !important;
}
/*.Add_BG_Scroll{
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    height: 80px;
    color: #000;
}*/

.nav-Content{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 20px;
    gap: 20px;
}

.Navbrand img{
    max-width: 55px;
}
@media screen and (max-width:600px){
    .Navbrand img{
    max-width: 45px !important;
}
}
@media screen and (max-width:500px){
    .Navbrand img{
    max-width: 40px !important;
}
}

.Nav_Icons{
    position: relative;
}

@media screen and (max-width:1200px){
    .site-Nav{
        height: 80px !important;
    }
    .toggle-navO{
        position: fixed !important;
    }
    .Nav_Icons{
        position: fixed !important;
        width: 300px !important;
        z-index: 1000;
        right: -100%;
        padding: 20px;
        background: #182222;
        padding-top: 70px !important;
        height: 100%;
        top: 0px !important;
        transition: all 0.3s ease-in-out;
    }

    .toggle-navO .Nav_Icons{
        right: 0%;
    }

    .Nav_Icons ul{
        position: relative !important;
        display: block !important;
        width: 100% !important;
    }
     .Nav_Icons ul li{
        width: 100% !important;
     }
      .Nav_Icons ul li a{
        width: 100% !important;
        justify-content: flex-start !important;
        font-size: 16px !important;
      }
    .Dash_btn-Mbl{
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        margin-top: 20px;
        padding: 15px !important;
        font-size: 16px !important;
    }

    .Dash_btn-pc{
        display: none !important;
    }
    .NavB_Toggler{
        position: relative;
        display: inline-flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 23px;
        z-index: 1500;
    }
    .NavB_Toggler span{
        position: absolute;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: all 0.3s ease-in-out;
    }
    .NavB_Toggler span:first-child{
        transform: translateY(-4px);
    }

    .NavB_Toggler span:last-child{
        transform: translateY(4px);
    }

    .toggle-navO .NavB_Toggler span:first-child{
        transform:rotate(45deg);
    }
    .toggle-navO .NavB_Toggler span:last-child{
        transform:rotate(-45deg);
    }

    .Nav_Body{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1200;
        background: rgba(0, 0, 0, 0.7);
        -webkit-animation: fadeIn 0.3s ease-in-out;
        -moz-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
        display: none;
    }
    .toggle-navOBody.Nav_Body{
        display: block;
    }
}

@media screen and (max-width:400px){
    .Nav_Icons{
        width: 100% !important;
    }
}

.NavB_Toggler{
    display: none;
}
.Nav_Icons ul{
    position: relative;
    display: inline-flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}
.Dash_btn,
.Nav_Icons ul li a{
    position: relative;
    padding: 12px;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    grid-gap: 10px;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.Dash_btn-Mbl{
    display: none;
}
.Nav_Icons ul li a:hover{
    opacity: 0.8;
}

.Dash_btn{
    background: rgba(255,255,255,0.1);
    border:1px solid rgba(255,255,255,0.8);
    color: #fff;
    padding: 12px 20px;
}

.Dash_btn:hover{
    background: rgba(255,255,255,0.2);
}




/*new-Footer*/
.new-Footer{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 20px 0px;
}

.new-Footer-grid{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    border-top: 1px solid #E8E8E8;
    padding-top: 50px;
}
@media screen and (max-width:1000px){
    .new-Footer-grid{
        display: block !important;
    }
    .new-Footer-Crd-1{
        margin-bottom: 40px !important;
    }
}
.new-Footer-Crd-1{
    position: relative;
    width: 100%;
    height: auto;
}
.new-Footer-Crd-1 img{
    max-width: 80px;
    margin-bottom: 30px;
}
@media screen and (max-width:600px){
    .new-Footer-Crd-1 img{
        max-width: 45px !important;
    }
}
@media screen and (max-width:500px){
    .new-Footer-Crd-1 img{
        max-width: 40px !important;
    }
}
.aook-Icons{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.aook-Icons-pcl{
    display: none !important;
    align-items: center;
    justify-content: space-between !important;
    margin-top: 50px !important;
}
.aook-Icons.aook-Icons-pcl ul{
    margin-top: 0px !important;
}
@media screen and (max-width:1000px){
    .aook-Icons-mbl{
        display: none !important;
    }
    .aook-Icons-pcl{
        display: flex !important;
    }
}
@media screen and (max-width:370px){
.aook-Icons-pcl{
        justify-content: center !important;
        flex-direction: column !important;
    }
    .aook-Icons.aook-Icons-pcl ul{
    margin-top: 10px !important;
}
}
.aook-Icons h4{
    font-size: 14px;
}
.aook-Icons ul{
    position: relative;
    margin-left: -12px;
    margin-top: 20px;
}
.aook-Icons ul li{
    display: inline-flex;
    align-items: center;
    margin: 6px;
}

.aook-Icons ul li a img{
    width: 25px !important;
    margin-bottom: -0px;
}
.new-Footer-Crd-2{
    position: relative;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
@media screen and (max-width:1000px){
    .new-Footer-Crd-2{
        display: block !important;
    }
    .new-Footer-Crd-2 ul:first-child{
        display: none !important;
    }
}
.new-Footer-Crd-2 h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.new-Footer-Crd-2 ul{
    position: relative;
    width: 100%;
    height: auto;
}
.new-Footer-Crd-2 ul li{
    display: block;
    position: relative;
    width: 100%;
    margin-top: 8px;
}
.new-Footer-Crd-2 ul li a{
    position: relative;
    width: 100%;
    padding: 5px 0px;
    color: #555A64;
    font-size: 18px;
}
.new-Footer-Crd-2 ul li a:hover{
    text-decoration: underline !important;
}






.newsletter-sec{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.newsletter-sec h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
}
.letter-form{
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-top: 15px;
}
.letter-form input{
    position: relative;
    width: 450px;
    height: 45px;
    border:1px solid #778089;
    padding: 0px 10px;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
}
@media screen and (max-width:700px){
    .letter-form input{
        width: 300px !important;
    }
}

@media screen and (max-width:500px){
    .newsletter-sec,
    .newsletter-sec div,
    .letter-form input{
        width: 100% !important;
    }
    .letter-form button{
        font-size: 15px !important;
        padding: 5px 15px !important;
    }
}

.letter-form input:focus{
    border-width: 2px;
    border-color: #000;
}
.letter-form button{
    position: relative;
    height: 45px;
    width: auto;
    padding: 5px 20px;
    margin-left: 10px;
    border-radius: 5px;
    background:#04471C;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.letter-form button:hover{
    background: #066628;
}









/*cookies-sec*/
.cookies-sec{
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 700px;
    height: auto;
    min-height: 200px;
    background: #fff;
    z-index: 3000;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 20px;
}
.cookies-Top{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.close-cookies-box{
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #EDEAFF;
    border-radius: 50%;
    cursor: pointer;
}
.close-cookies-box:before{
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.close-cookies-box:after{
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}


/*cookies-Main*/
.cookies-Main{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.cookies-Main p{
    color: rgb(95, 99, 104) !important;
}
.cookies-Main p a{
    text-decoration: underline !important;
    color: #0042CC !important;
}

.cookies-Mai-2{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}
.cookies-Mai-2 button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border:2px solid #000;
    cursor: pointer;
}
.cookies-Mai-2 button:first-child{
    background: transparent;
    color: #000;
}


















/*cookies-sec*/
.cookies-sec{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index:  3000;
    background: transparent;
}
.cookies-Box{
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 700px;
    height: auto;
    min-height: 200px;
    background: #fff;
    z-index:100;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 20px;
}
@media screen and (max-width:1000px){
    .cookies-Box{
        width: 90% !important;
        left: 5% !important;
    }
}
.cookies-sec:before{
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -100;
}
.cookies-Top{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.close-cookies-box{
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #EDEAFF;
    border-radius: 50%;
    cursor: pointer;
}
.close-cookies-box:before{
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #000;
    transform: rotate(45deg);
}
.close-cookies-box:after{
    content: '';
    position: absolute;
    width: 60%;
    height: 2px;
    background: #000;
    transform: rotate(-45deg);
}


/*cookies-Main*/
.cookies-Main{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.cookies-Main h3{
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}
@media screen and (max-width:500px){
    .cookies-Main h3{
        font-size: 20px !important;
    }
}
.cookies-Main p{
    color: rgb(95, 99, 104) !important;
    font-size: 15px !important;
}
.cookies-Main p a{
    text-decoration: underline !important;
    color: #0042CC !important;
}

.cookies-Mai-2{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}
.cookies-Mai-2 button{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    background: #000 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    border:2px solid #000;
    cursor: pointer;
}
/*.cookies-Mai-2 button:first-child{
    background: transparent;
    color: #000;
}*/