body{
    font-size: 1rem;
    font-family: "Mulish", sans-serif !important;
    font-weight: 400;
    color: #1e70ba;
    background-color: #ebffef;
    overflow-x: hidden;
}
html{
    overflow-x: hidden;
}
.ovhidden{
    overflow: hidden;
}


a{
  color: #00923f;
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-weight: 500;
}
a:hover{
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

/* .fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
} */
ul{
  padding-left: 0px; 
  list-style-type: none;
  margin: 0
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

img.loadimg{
    opacity: 0;
    transform: scale(.95);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
img.loadimg.fade{
    opacity: 1.0;
    width: 100%;
    transform: scale(1);
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

button{
    border: none;
    cursor: pointer;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.h1, .h2, .h3, h1, h2, h3{
    font-weight: 700;
    color: #01295A;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 600;
    line-height: 1.4;
    color: #0098dc;
}
/* 
input{
    font-family: "Poppins", sans-serif;
}
   */

.text-justify{
    text-align: justify;
}
@media(min-width: 1366px){
.cmpad{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}

}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}
@media(max-width: 575px){
html{
  font-size: 90%;
}

}





@media(max-width: 767px){
.h1, h1{
    font-size: 2.2rem;
}
.h2, h2{
    font-size: 1.75rem;
}
}
@media(max-width: 575px){
.h2, h2{
    font-size: 1.5rem;
}
.h1, h1{
    font-size: 2rem;
}
}



@media(min-width:768px){
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-track{background-color:#eee}
::-webkit-scrollbar-thumb{background-color:#3a3a3a}
::-webkit-scrollbar-thumb:hover{background-color:#444}
}

.custscroll::-webkit-scrollbar,.custscroll::-webkit-scrollbar-thumb{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscroll::-webkit-scrollbar-track{background:transparent}
.custscroll:hover::-webkit-scrollbar-thumb{background-color:#ccc}
.custscroll::-webkit-scrollbar-thumb:hover{background-color:#999}


.custscrollA::-webkit-scrollbar{border-radius:13px;width:6px;height:6px;background-clip:padding-box;background:transparent}
.custscrollA::-webkit-scrollbar-track{background:transparent}
.custscrollA::-webkit-scrollbar-thumb{background-color:#ccc;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#999}


ul.social {
    display: flex;
    gap: 10px;
}
ul.social li {
    display: block;
}
ul.social li:last-child{
    margin-right: 0;
}
ul.social li a {
    display: block;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0.875rem;
}

ul.social li a i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    font-size: .9rem;
    color: #fff;
    background-color: rgb(228 29 36 / 30%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.social li a:hover i {
    color: #fff;
    background-color: #e41d22;
}
p{
    margin-top: 0;
    color: #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}



@keyframes moveRight{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(5px);
        -webkit-transform: translateX(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveLeft{
    0%{
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    50%{
        transform: translateX(-5px);
        -webkit-transform: translateX(-5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveDown{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
    }
    100%{
        transform: translate(0px);
        -webkit-transform: translate(0px);
    }
}
@keyframes moveUp{
    0%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    50%{
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
    }
    100%{
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
}

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*PULSE*/
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}



.btn{
    padding: 10px 15px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border-radius: 6px;
    
}
.mybtn-primary {
    position: relative;
    color: #fff;
    font-size: 1rem;
    padding: 12px 15px;
    background: #039123;
    overflow: hidden;
    min-width: 172px;
    z-index: 1;
}
.mybtn-primary:hover{
    background: #01295a;
}



.mybtn-secondary {
    position: relative;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 15px;
    background: #01295A;
    overflow: hidden;
    min-width: 172px;
    z-index: 1;
}
.mybtn-secondary:hover{
    background: #039123;
}



.mybtn-third {
    position: relative;
    color: #016795;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 10px 15px;
    background: #ffffff;
   
    overflow: hidden;
    min-width: 128px;
    z-index: 1;
    height: 41px;
}
.mybtn-third::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #016795;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
  }
  .mybtn-third:hover{
    color:#fff;
  }
.mybtn-third:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}




.clr-gld{
    color: #f9a91e;
    font-size: 1.3rem;
    font-weight: 600;
}





.morebtn{
    color: #016795;
    
    font-size: 0.875rem;
   
}

.morebtn:hover{
    color:#024868;
}

.morebtn2{
    background: linear-gradient(to right, #f5a720, #ffa200, #ce8200, #f5a720);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.875rem;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}





.outlinebtn:hover{
    color: #1d70bb;
    border: 1px solid #1d70bb;
}
.outlinebtn2{
    color: #1D75BD;
    background: linear-gradient(to right,#fff,#fff,#1D75BD,#0EB3C1);
    background-size: 300% 100%;
    width:135px;
}
.outlinebtn2:hover{
    color: #fff;
    background-position: 100% 0;
}







.mybtn-outline{
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}






.btn.center{
    display: table;
    margin: auto;
}

.mybtn-group{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: -5px;
}
.mybtn-group .mybtn-primary,
.mybtn-group .mybtn-secondary,
.mybtn-group .mybtn-third,
.mybtn-group .white-outline{
    margin: 5px;
}
.white-outline{
    border:1px solid #fff;
    color: #fff;
    background-color: transparent;
    opacity: .75;
}
.white-outline:hover{
    opacity: 1;
    background: #fff;
}


.posrel{
    position: relative;
}

@media(max-width:575px){
.btn{
    font-size: .875rem;
}
}





/*---------------------------------------*/
/*::::::::::::::::HEADER:::::::::::::::::*/
/*---------------------------------------*/
header{
    background-color: ;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
header.sticky{
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #e3ffe8;
    border-bottom: 0px solid transparent;
    height: 60px;
    display: flex;
    align-items: center;
}
header.sticky .headmain{
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    background: transparent;
}

header.sticky .headmain .logocol{
    width: 150px;
    -webkit-transition: all .3s linear;
}


header.sticky .headmain .menucol{
margin-top: 0px;
align-items: center;
}

header .hedtop-full{
    background: #42BEED;
}
header .headtop{
    height: 30px;
    display: flex
;
    border-bottom: none;
    background: #12296c;
}
.sticky .headtop{
display: none!important;
height: 0;
}
header .headtop .hedtop1{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header .headtop .topmenu{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 500;
    align-content: center;
}
header .headtop .topmenu li a{
    color: #fff;
    cursor: pointer;
    font-size: 0.875rem;
}
header .headtop .topmenu li a:hover{
    color: #d2fbf4;
}
header .headtop .topmenu li a img{
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}
header .headtop .topmenu .topmenumail{
    padding-right: 10px;
    border-right: 1px solid #ffffff17;
}
header .topmenuli{
    padding-right: 15px;
    border-right: 1px solid #ffffff29;
}

header .headtop .topsocial{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: center;
}
header .headtop .topsocial a{
    width: 22px;
    height: 22px;
    display: flex;
    background:#69bae7;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .headtop .topsocial a:hover{
    background: #d2ffe7;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .headtop .topsocial a img{
    max-height: 11px;
}
header .headtop .jobprtl{
    padding: 10px 15px;
    background: #fff;
    color: #42beed;
}
header .headtop .jobprtl a{
    color: #42BEED;
    font-weight: 400;
}
header .headtop .jobprtl a:hover{
    color: #000080;
}
header.sticky .hedtop-full{
    margin-top: 0px;
    height: 0;
    -webkit-transition: all .3s linear;
}
header.sticky .hedtop-full .jobprtl{
   display: none;
}
header .headmain{
    display: flex
    ;
        justify-content: space-between;
        gap: 15px;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        align-items: center;
        margin-top: 40px;
       
}
header .headmain .logocol{
    width: 320px;
   
    display: flex;
    align-items: center;
    z-index: 1;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
/* header.sticky .headmain .logocol{
    width: 200px;
    margin-top: 0;
} */
header .headmain .logocol a{
    display: flex;
    width: 100%;
}
header .headmain .logocol a img{
    width: 100%;
}
/* header.sticky .headmain .logocol a img{
    height: 50px;
} */
header .headmain .menucol{
    flex: 1 0;
    display: flex
;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    gap: 20px;
    
}
header .headmain .menucol .mainmenu{
    display: flex;
    align-items: center;
    height: 100%;
}

header .megamenu{
    height: 100%;
    flex: 1 0 auto;
    margin: 0 10px;
}
header .megamenudonate{
    margin: 0;
}
header .normalmenu{
    position: relative;
}
header .megamenu a.mainli{
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    color: #1a1a1a;
    padding: 7px 0;
    font-size: 1rem;

}

header .megamenu-sp button.mainli{
    color: #fff!important;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    padding: 6px 15px;
    background: #f1bb00;
    overflow: hidden;
    z-index: 1;
}
header .megamenu-sp button.mainli img{
    width: 18px;
    margin-right: 5px;
}

header .megamenu-sp button.mainli::before {
    content: "";
    height: 300px;
    width: 300px;
    background: #016795;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
  }
  header .megamenu-sp button.mainli:hover::before {
    transform: translateY(-50%) translateX(-50%) scale(1);
}
header .megamenu button.mainli{
    display: flex;
    align-items: center;
    font-weight: 400;
    position: relative;
}


header .megamenu:hover a.mainli{
    color: #039123;
}
header .megamenu.active a.mainli{
    color: #231F20;
}
header .megamenu-content {
    display: flex;
    align-items: center;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    right: -10px;
   
    border: none;
    z-index: 99;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
    box-shadow: 1px 5px 20px 0px #43b1733d;
    line-height: 1.4;
    border-radius: .3rem;
}
header .normalmenu .megamenu-content{
    width: max-content;
    max-width: 800px;
}
header .megamenu:hover .megamenu-content {
    min-height: 280px;
    height: auto;
    align-items: flex-start;
    padding-top: 15px;
    animation-name: zoomIn;
    animation-duration: .4s;
    animation-iteration-count: 1;
}
header .normalmenu:hover .megamenu-content{
    padding: 0;
    padding-bottom: 5px;
    min-height: auto;
    height: auto;
}
header .normalmenu .normlist{
    display: flex;
    flex-flow: column;
    font-size: .9rem;
    width: 100%;
}

header .normalmenu .normlist li a{
    color: #4f6b78;
    display: flex;
    padding: 8px 10px;
    border-bottom: 1px solid #0000000d;
}
header .normalmenu .normlist li a:hover{
    color: #000050;
}

header .iconmenulist li a {
    display: flex;
    gap: 10px;
    padding: 10px 10px;
    flex-direction: column;
    text-align: center;
}

header .iconmenulist li a img{
    opacity: 0.6;
    width: 24px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
header .iconmenulist li a:hover img{
    scale: 0.9;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}



header .iconmenulist {
    display: flex;
    flex-flow: wrap;
    margin: 0;
    width: 100%;
}
.iconmenulist li{
    padding: 5px;
}
.iconmenulist li a {
    display: flex;
    color: #000000ad;
    font-size: .875rem;
    align-items: center;
    transition: .3s;
    /* justify-content: center; */
    border: 1px solid #0166952d;
    padding: 8px 15px;
    border-radius: 0.3rem;
}
.iconmenulist li a:hover {
    border: 1px solid #0167957a;
   color: #016795;
}


.headertab {
    display: flex;
    gap: 1rem;
    width: 100%;
    height: 100%;
}
.headertab .sec2 {
    width: 230px;
}
.headertab .sec1 {
    width: calc(100% - 230px);
}

.headertab .nav-link {
    font-size: 0.9rem;
    color: #333;
    position: relative;
}

.headertab .nav-link:hover{
    color: #016795;
}
.headertab .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f1bb00;
    left: -7px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.3s;
}
.headertab .nav-pills .nav-link.active:after {
    opacity: 1;
}
.headertab .nav {
    border-left: 1px solid #eee;
    padding-left: 10px;
    min-height: 285px;
}
.headertab .nav-pills .nav-link.active {
    background-color: #f1bb00;
    color: #fff;
    border-radius: 0.3rem;
}

.headertab .megalist li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
}

.menuend a {
    display: flex;
    flex-direction: row;
    gap: 6px;
}
.menu-lng{
    display: flex;
    height: 48px;
    align-items: center;
    margin-left: -5px;
}
.menu-lng button{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #1a1a1a;
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
    background: transparent;
}




.sizeUp{font-size:110%!important;}
.sizeNormal{font-size:100%!important;}
.sizeDown{font-size:90%!important;}

.themebtn.active{
    background-color: #2a2a2a !important;
    color: #fff !important;
    border-color: #2a2a2a !important;
}

.bottom-nav{
    border-bottom: none!important;
}
.enquiry{
 display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;   
    margin-left: 10px;
    min-width: 140px;
}
.enquiry img{
    width: 20px;
    display: inline-block;
    margin-right: 10px;
}

@media(max-width:1200px){
header .headmain .menucol .mainmenu{
    gap: 0;
}
header .megamenu{
    margin: 0 6px;
}
header .headmain .logocol{
    width: 150px;
}
}

@media(max-width:991px){
header .headtop{
    height: 36px;

}
header .megamenu button{
    background-color: transparent;
}
header .megamenu button img{
    width: 35px;
}
header.sticky .headtop{
    margin-top: 0px;
}
header .headmain .menucol{
    max-width: auto;
}
header .megamenu{
    display: flex;
    align-items: center;
}

header.sticky .headmain .logocol{
    width: 100px;
}
header .headmain .menucol .menutop {
    width: 452px;
}
header .headmain .menucol .menutop{
    width: 452px;
}
}

@media(max-width:767px){
header .headtop .topmenu{
    display: none;
}
header .headtop{
    justify-content: center;
}
header .headmain .menucol .menutop{
    display: none;
}
}

@media(max-width:575px){
header .headmain .logocol{
    width: 125px;
}
header.sticky .headmain .logocol{
    width: 110px;
}
header .headtop .topsocial{
    display: none;
}

}



/*@media(min-width:992px){
    .sidenav{display: none!important;}
}*/
/* side nav */


@media (min-width: 992px) {
    .header_resp {
        display: none;
    }
}
.header_resp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.cd-dropdown-trigger {
    padding: 0;
    border-radius: 0;
}
.cd-dropdown-trigger .fa {
    font-size: 22px;
    color: #069548;
}

.cd-dropdown .hdtop {
    background-color: #fff;
    border-color: #069548;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 75px;
    padding: 0;
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid #f1f1f1;
}
.cd-dropdown .hdtop .menuadmin {
    display: flex;
    width: 100%;
    height: 75px;
    background: #ebffef;
}
.cd-dropdown {
    background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown > .cd-dropdown-content {
    width: 70%;
    right: 30%;
    background-color: #ebffef;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.cd-dropdown-content {
    padding-top: 0;
}
.cd-dropdown-content ul {
    padding-top: 80px;
    background-color: #00567d;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    color:#039123;
    border: none;
    border-bottom: 1px solid #ddd;
}
.cd-dropdown .cd-close {
    right: 1rem;
    top: 18px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 9;
    box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.1);
    display: none;
}
.closebarz {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 70%;
    cursor: zoom-out;
}

@media (max-width: 575px) {
    .cd-dropdown > .cd-dropdown-content {
        width: 80%;
        right: 20%;
    }
    .closebarz {
        left: 80%;
    }
}

@media (max-width: 360px) {
    .closebarz {
        display: none;
    }
    .cd-dropdown > .cd-dropdown-content {
        width: 100%;
        right: 0;
    }
    .cd-dropdown .cd-close {
        display: block;
    }
}

.cd-dropdown .logo {
    max-width: 150px;
    margin: 5px auto;
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 15px;
}
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 38px;
    line-height: 38px;
    font-size: 0.875rem;
    border: none;
    margin: 8px;
    background-color: #fff;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.cd-dropdown-content a:hover,
.cd-dropdown-content ul a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: rgb(1 41 90);
}

.cd-dropdown-content a:hover img{
    filter: brightness(0) invert(1);
}
.cd-dropdown-content ul a:hover img{
       filter: brightness(0) invert(1); 
}


.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    background: #016795;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.has-children > a:hover::before,
.has-children > a:hover::after,
.go-back a:hover::before,
.go-back a:hover::after {
    background-color: #ffffff;
}
.cd-dropdown-content a img {
    width: 22px;
    margin-right: 8px;
}
.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    background: #60606a;
    width: 1px;
    height: 15px;
}
.has-children > a::before,
.has-children > a::after,
.go-back a::before,
.go-back a::after {
    height: 1px;
}
.has-children > a img.img-menu {
    max-width: 20px;
    margin-right: 10px;
}
.hdtop .upic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    flex: 1 0 180px;
    max-width: 180px;
}
.hdtop .upic a {
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0;
}
.hdtop .upic a:hover {
    background-color: transparent;
}
.hdtop .upic img {
    display: block;
    width: 180px;
}
.menu-user {
    flex: 1 0;
    color: #f7f7f7;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    background-color: #094ca0;
    padding-left: 15px;
}
.menu-user .uname {
    font-size: 14px;
}
.menu-user span {
    display: block;
    line-height: 20px;
    font-size: 12px;
}
.menubtn{
    background-color: rgba(3, 145, 35, 0.12);
    border: unset;
    padding: 8px;
    border-radius: 5px;
}
.menubtn img{
    width: 25px;
    background-color: transparent;
}


@media (max-width: 480px) {
    .menu-acc p {
        line-height: 5px;
        font-size: 10px;
    }
    .menu-user {
        width: calc(100% - 70px);
    }
    .menu-acc a {
        font-size: 0.65rem;
    }
}







@media(max-width:767px){
    header .headtop{
        display: none;
    }
}


@media (min-width: 992px) and (max-width: 1199px){
    header .cmpad {
        padding-left: 15px;
        padding-right: 15px;
    }
    header .megamenu {
        margin: 0 6px;
    }
    header .megamenu.active a.mainli{
        font-family: 0.800rem;
    }
    .megamenudonate a{
        min-width: 121px;
        max-width: 121px;
    }
    header .headmain{
        gap: 10px;
        
    }
    
}


/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/
.slider{
    display: flex
;
    /* align-items: center; */
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 8rem;
    height: 761px;
}
.bnr-hed{
    padding: 80px 0;
    height: 472px;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.bnr-hed h1{
    font-size: 60px;
    font-weight: 900;
    color: #039123;
}
.bnr-ttle{
    font-weight:600;
    font-size: 30px;
    color: #01295A;
}
.bnr-crcle{
    position: absolute;
    right: 25px;
    top: 0;
    z-index: -1;
}
.bnrr {
    font-weight: 500;
    font-size: 26px;
    color: #01295A;
}


.search-container {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 32px;
    padding: 0 10px;
    width: 582px;
    height: 64px;
    border: 1px solid #EEEEEE;
  }

  .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    padding-left: 20px;
    border-radius: 32px;
    color: #7F7F7F;
  }
  .search-input::placeholder{
color: #7F7F7F;
font-size: 1rem;
  }
  
  .search-container .dropdown {
    border: none;
    background: transparent;
    font-size: 16px;
    margin: 0 10px;
    outline: none;
    cursor: pointer;
    color: #7F7F7F;
  }

  .search-container .search-button {
    display: flex;
    align-items: center;
    min-width: 140px;
    border-radius: 30px;
    padding: 7px 15px;
    height: 52px;
    font-weight: 600;
    justify-content: center;
  }

  .search-button i {
    margin-left: 8px;
  }

  .bnr-img{
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
  }
  .bnr-img img{
    width: 100%;
  }
.bnr-bac{
    position: absolute;
    top: 0;
    pointer-events: none
}
.bnr-bac img{
    width: 100%;
    max-width: 814px;
    mix-blend-mode: overlay;
    z-index: -1;
    position: relative;
}

/*---------------------------------------*/
/*:::::::::::::::::ABOUT:::::::::::::::::*/
/*---------------------------------------*/
.counters{
   margin-top: -35px;
}
.counters-full{
    padding: 0 30px;
}
.abt-card{
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    
}
.abt-card .imgsec{
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    height: 70px;
    width: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.abt-card:hover .imgsec{
    box-shadow: 0px 0px 0px #14377000;
    transition: all .3s ease;
      -webkit-transition: all .3s ease;
}
.abt-card .imgsec img{
    width: 45px;
    height: 45px;
}
.abt-card .cont .cont-hed{
    font-weight: 700;
    color: #039123;
    margin-bottom: 0;
    font-size: 1.4rem;
}
.abt-card .cont .cont-desc{
margin-bottom: 0px;
}
.abt-patern2{
    height: 120px;
    width: 120px;
    position: absolute;
    top: 68px;
    right: 31px;
    z-index: 1;
}
.abt-patern2 img{
    width: 120px;
    border-radius: 50%;
}
.abt-part-full{
    width: 100%;
}
.abt-hed{
    padding-top: 30px;
}
.abt-hed h2{
font-size: 1.6rem;
}
.abt-hed p{
    color: #5A5A5A;
}


.abt-status{
    display: flex;
    flex-direction: column;
}
.abt-status .imgsec {
    display: flex
    ;
        justify-content: center;
        margin-bottom: -70px;
}
.abt-status .imgsec img{
    width: 200px;
    position: relative;
}
.abt-status .cont{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 54px 15px 25px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 4px 4px 20px 0 #0000000a;
}
.abt-status .cont .cont-desc{
    font-size: 1.4rem;
    font-weight: 700;
    color: #01295A;
}
.abt-status .cont .minimum{
    color: #5A5A5A;
    font-size: 1.1rem;
}
.abt-status .cont .con-sts{
    color: #01295A;
    font-size: 1.1rem;
    font-weight: 500;
}
.abt-status .cont .con-mrk{
    color: #039123;
    font-size: 1rem;
    font-weight: 500;
}



/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/

footer{
    position: relative;
}
.ft-logos{
    margin-bottom: 30px;
}
.ft-logos .ftr-logs{
    display: flex
;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    gap: 30px;
}

.ft-logos .ftr-logs li img{
    /*width: 80px;*/
    height: 50px;
    object-fit: contain;
}

.ftlogo{
    display: flex;
    flex-direction: row;
    gap: 130px;
}
.ft-cont{
    display: flex;
    flex-direction: column;
    gap: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}
.ft-cont1{
    flex: 1 0 calc(230px);
}
.ft-cont .cont-hed{
    font-weight: 700;
}
.ft-cont .cont-des{
    font-size: 0.875rem;
    color: #5A5A5A;
}

.ft-social{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.ft-social a span img{
    height: 17px;
}


.ft-links{
    border-top: 1px solid #00000017;
    padding-top: 15px;
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;
}
.ft-links li a{
    margin-right: 20px;
    font-size: 0.875rem;
    color: #5A5A5A;
}
.ft-links li a:hover{
    color: #039123;
}
.ft-copy{
    margin-top: 40px;
    background-color: #0391231A;
    padding: 10px 0;
}
.ftcopy{
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
}
.ftcopy p, a{
    color: #5A5A5A;
}




@media(max-width:1440px){
 .slider{
     height: 690px;
 } 
 .bnr-hed {
     height: 425px;
}
.bnr-crcle{
    max-width: 420px;
}
}

@media(max-width:1024px){
   .slider {
        height: 535px;
    }
  .bnr-hed {
        height: 320px;
    }
    .search-container{
        padding: 5px 10px;
        width: 530px;
    }
    .bnr-hed h1 {
    font-size: 56px;
}
.bnr-ttle {
    font-size: 25px;
}
.bnr-crcle {
        max-width: 342px;
    }
    .counters-full {
    padding: 0;
}
}



@media(max-width:991px){
   .bnr-bac img {
    width: 100%;
    max-width: 50%;
} 
.slider {
        height: auto;
        flex-direction:column;
    } 
        .bnr-hed {
        height: auto;
        padding: 50px 0 35px;
    }
    .bnr-img{
        position: relative;
    }
}

@media(max-width:767px){
.ftlogo{
    flex-direction: column;
    gap:0;
    margin-bottom: 0px!important;
}
.ft-cont1 {
    flex: none;
}
}

@media(max-width:575px){
   .search-container {
        padding: 5px 10px;
        width: 500px;
        max-width: 100%;
    }
    .search-container .search-button{
        font-size: 0;
        width: 44px;
        height: 44px;
        min-width: auto;
    }
    .search-button i{
        font-size: 1rem;
        margin-left: 0;
    }
    .ft-logos .ftr-logs li img{
        height: 30px;
    }
    .menuend{
        display: none;
    }
    .bnr-hed h1 {
        font-size: 45px;
    }
    .search-input {
        flex: 1;
        border: none;
        outline: none;
        font-size: 1rem;
        padding-left: 10px;
        border-radius: 32px;
        color: #7F7F7F;
        width: 100px;
    }
}


.menuend-mob{
    margin-top: 15px;
}
.menuend-mob a{
    display: flex
    ;
        flex-direction: row;
        gap: 6px;
        padding: 10px 15px;
        display: flex
    ;
        font-weight: 500;
        text-align: center;
        border-radius: 6px;
        position: relative;
        color: #fff;
        font-size: 1rem;
        padding: 12px 15px;
        background: #039123;
        overflow: hidden;
        max-width: 172px;
        z-index: 1;
}
