body{
    font-family: "Plus Jakarta Sans", sans-serif!important;
    color: #000000;
    overflow-x: hidden;
    background: #FBFBFB;
}
.mal {
    font-family: "Noto Sans Malayalam", sans-serif !important;
    
}
html{
    overflow-x: hidden;
}
.ovhidden{
    overflow: hidden;
}

:root {
    --black: #303030;
    --textclr: #747474;
    --newprimary: #233BAD;
    --primary: #262E52;
    --primary50: #4057C4;
    --primary20: #DCE9FF;
    --primary10: rgba(5, 107, 179, 0.1);
    --second: #ED3291;
    --second50: #F354A5;
    --second20: #FFAED8;
    --newpink: #ED3291;
    --second10: rgba(218, 37, 28, 0.1);
    --white: #fff;
    --yellow: #feda00;
    --gradient: linear-gradient(120deg, #056bb3 0%, #da251c 100%);
    --trans30: all 0.3s ease;
    --font12: 0.75rem;
    --font13: 0.813rem;
    --font14: 0.875rem;
    --font16: 1rem;
    --font18: 1.125rem;
    --font20: 1.25rem;
    --font28: 1.75rem;
    --font30: 1.875rem;
    --font32: 2rem;
}

a{
  color: var(--white);
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
    font-weight: 400;
}
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: 600;
    color: #121f34;
}
.h4, .h5, .h6, h4, h5, h6{
    font-weight: 600;
    line-height: 1.4;
    color: #333;
}
/* 
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:#2f2583;border-radius: 6px;}
.custscrollA::-webkit-scrollbar-thumb:hover{background-color:#2f2583}


p{
    margin-top: 0;
    color: var(--textclr);
    font-size: var(--font16);
    font-weight: 400;
}


.flexVcenter{
    display: flex;
    flex-flow: wrap;
    align-content: center;
}
.newssec .flexVcenter{
    padding-bottom: 32px;
}


@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);
  }
}




.viewall{
    font-size: var(--font14);
    font-weight: 400;
    color: var(--black);
        display: inline-flex;
    gap: 5px;
}
.viewall:hover{
    color: var(--primary50);
}



.btn{
    padding: 14px 28px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 28px;
    font-size: var(--font16);
}
.mybtn-primary {
    position: relative;
    color: var(--newpink);
    background: transparent;
    border: 1px solid var(--newpink);
    overflow: hidden;
    min-width: 172px;
    z-index: 1;
        display: inline-flex;
    gap: 6px;
    justify-content: center;
}
.mybtn-primary img{
    transform: rotate(328deg);
}
.mybtn-primary:hover{
    transform: scale(1.05);
    background: var(--primary50);
    color: var(--white);
    border: transparent;
}
.mybtn-primary:hover img{
    filter: brightness(0) invert(1);
}



.mybtn-secondary {
    position: relative;
    color: var(--primary50);
    background: transparent;
    border: 1px solid var(--primary50);
    overflow: hidden;
    min-width: 172px;
    z-index: 1;
        display: inline-flex;
    gap: 6px;
}
.mybtn-secondary img{
    transform: rotate(328deg);
}
.mybtn-secondary:hover{
    transform: scale(1.05);
    background: var(--newpink);
    color: var(--white);
    border: transparent;
}
.mybtn-secondary:hover img{
    filter: brightness(0) invert(1);
}


.mybtn-third {
    position: relative;
    color: var(--white);
    background: var(--primary50);
    overflow: hidden;
    min-width: 180px;
    z-index: 1;
    border-radius: 10px;
}

  .mybtn-third:hover{
    color:#fff;
    background: var(--newpink);
  }

.mybtn-form {
    position: relative;
    color: var(--white)!important;
    background: var(--second50);
        font-size: 14px;
    padding: 6px 10px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}

  .mybtn-form:hover{
    color:#fff;
    background: var(--newpink);
  }

.mybtn-fourth{
    position: relative;
    color: var(--white)!important;
    background: var(--primary50);
        font-size: 14px;
    padding: 6px 10px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
        min-width: 74px;
}

.mybtn-fourth:hover{
    color:#fff;
    background: #3048b7;
  }

.morebtn{
   color: var(--newprimary);
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.morebtn img{
    width: 24px;
    height: auto;
    margin-left: 8px;
    margin-top: 3px;
}
/* .morebtn:hover{
    color:var(--primary50);
} */
.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: var(--white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    height: 129px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    border-radius: 0 0 0 48px;
}
header.active{
   
    height: 82px;
}
header .hedtop{
    background: var(--primary);
}
header .hedtop-cont {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: end;
    transition: all 0.3s ease;
}
header.active .hedtop-cont {
    height: 0;
    overflow: hidden;
}
header .hedtop-cont .toplist {
    justify-content: end;
    gap: 40px;
    padding: 0 13px;
    height: 100%;
    align-items: center;
}
header .hedtop-cont .toplist a {
    font-size: var(--font14);
    font-weight: 400;
}
header .hedtop-cont .toplist a:hover {
    color: var(--primary20);
}

header .menucol .menutop{
    display: flex;
    flex-direction: row;
    height: 47px;
    padding-bottom: 10px;
    gap: 30px;
}
.dateful{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.datetime-box {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .datetime-box img {
      width: 19px;
      height: 19px;
    }
    .datetime-text {
      font-weight: 400;
      font-size: var(--font16);
      color: #2C2C2C;
    }



.menu-sec-right {
    width: 198px;
    position: relative;
    display: flex
;
    align-items: center;
}

.menu-sec-right input {
    width: 100%;
    background-color: white;
    border: none;
    padding: 0 10px 0 35px;
    height: 34px;
    font-size: 0.85rem;
    border-radius: 30px;
    transition: var(--trans30);
    border: 1px solid #CECECE;
}
.menu-sec-right input:focus {
    border: 1px solid #ffd2d4;
    outline: none;
}
.menu-sec-right .srchbtn {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 10px;
    height: 100%;
    border: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.accessbtn{
    padding: 5px;
    height: 34px;
    border: 1px solid #CECECE;
    border-radius: 6px;
    background: transparent;
    display: flex;
    gap: 8px;
    flex-direction: row;
    font-size: var(--font14);
}

.menuend a{
padding: 12px 20px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    color: var(--white);
    font-size: var(--font16);
    background: var(--second50);
    border-radius: 28px;
    margin-left: 10px;
}
.menuend a:hover{
    background: var(--second);
}



header.sticky .headmain{
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding: 0;
    background: transparent;
}

header.sticky .headmain .logocol{
    width: 200px;
    padding: 5px 0;
    -webkit-transition: all .3s linear;
}


header.sticky .headmain .menucol{
margin-top: 0px;
}

header.sticky .hedtop-full{
    margin-top: 0px;
    height: 0;
    -webkit-transition: all .3s linear;
}



header .headmain{
    display: flex;
        justify-content: space-between;
        gap: 15px;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        padding: 11px 0;
        
}
header .headmain .logocol{
    width: 285px;
    display: flex;
    align-items: flex-start;
    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: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative; 
}
header .headmain .menucol .mainmenu{
    display: flex;
    align-items: center;
    height: 100%;
    background: var(--primary50);
    padding: 13px 0 13px 100px;
    border-radius: 50px 0 0 0;
    position: relative;
}

header .headmain .menucol .mainmenu::after{
        content: '';
    position: absolute;
    right: -100%;
    background: var(--primary50);
    width: 100%;
    height: 100%;
}

header .megamenu{
    flex: 1 0 auto;
    
}

header .normalmenu{
    position: relative;
}
header .megamenu a.mainli{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: var(--font16);
    position: relative;
    color: var(--white);
    padding: 0 10px;
}

.mainlidrp:after {
    content: '';
    background: url(../img/icons/down-arow.svg);
    display: inline-block;
    margin-left: 5px;
    transition: transform .3s ease;
    width: 8px;
    height: 5px;
}

.mainlidrp:hover:after {
    transform: rotate(180deg)
}
header .megamenu button.mainli{
    display: flex;
    align-items: center;
    font-weight: 400;
    position: relative;
}

header .megamenu .megalist{
    padding: 15px 15px;
}

header .megamenu .megalist li a {
   display: flex;
        font-weight: 500;
    font-size: var(--font14);
    color: #555555;
    align-items: center;
    gap: 7px;
}
header .megamenu .megalist li{
 padding: 10px 4px;
}
header .megamenu .megalist li:hover a{
   color: var(--second50);
}

header .megamenu.active a.mainli{
    border-bottom: 3px solid #ED3291;
}
header .megamenu-content {
    display: flex
;
    align-items: center;
    position: absolute;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    left: 0;
    border: none;
    z-index: 99;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
    box-shadow: 1px 5px 20px 0px #00726729;
    line-height: 1.4;
    border-radius: 20px 0 20px 0;
}
header .normalmenu .megamenu-content{
    width: max-content;
    max-width: 463px;
    min-width: 200px;
}
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%;
}




.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;
}


.megalist li {
  position: relative;
}


/* Submenu styling */
.submenu {
  display: none;
  list-style: none;
  padding-left: 0; 
  margin: 5px 0;
  border-left: 2px solid #eee;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.submenu li{
    padding: 0!important;
        color: #555555 !important;
        transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.submenu li a {
  font-size: 14px;
  padding: 6px 16px;
   color: #555555 !important;
   transition: all .3s linear;
  -webkit-transition: all .3s linear;
}

.submenu li a:hover {
   color: var(--primary50) !important;
}
.submenu li::after{
        content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 6px;
    box-shadow: 0 0 1px 2px #ffffff;
    height: 6px;
    background: #D9D9D9;
    border-radius: 50%;
    
}
.has-submenu .mainlidrp:after{
filter: brightness(0.2);
}    

/* Show submenu on hover */
.has-submenu:hover > .submenu {
  display: block;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.submenu li:last-child::after {
  content: none;
}

/* .conticon{
    position: absolute;
} */
.slider .cont-icon {
      position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
   right:30px;
    text-align: center;
}

.slider .cont-icon li a {
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    background: var(--white);
    justify-content: center;
    transition: 0.3s;
    border-radius: 50%;
    transition: var(--trans30);
}
.slider .cont-icon li a img{
    width: 25px;
    transition: var(--trans30);
}
.slider .cont-icon li a:hover {
  background-color: var(--primary50);
}
.slider .cont-icon li a:hover img{
    filter: brightness(0) invert(1);
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.slider .cont-icon li {
  padding-bottom: 16px;
}
.slider .cont-icon li:last-child {
  padding-bottom: 0;
}


@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }





@media(max-width:1200px){
header .headmain .menucol .mainmenu{
    gap: 0;
    padding:13px 0 13px 15px;
}
header .megamenu{
    margin: 0 6px;
}
header .headmain .logocol{
    width: 212px;
}
}

@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: max-content;
            flex-direction: row;
            align-items: center;
            gap:10px;
}
header .megamenu{
    display: flex;
    align-items: center;
}

header.sticky .headmain .logocol{
    width: 100px;
}
header .menucol .menutop{
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
    height: auto;
    padding-bottom:0px;
}
.dateful {
    gap: 15px;
}
.datetime-text{
    font-size: var(--font14);
}
header.active{
    height: auto;
}
}



@media(max-width:767px){
header .headtop .topmenu{
    display: none;
}
header .headtop{
    justify-content: center;
}
header .headmain .menucol .menutop{
    /*display: none;*/
    
}

.datefulres{
    display: none!important;
}
.lngbtn-res{
    display: none!important;
}

header .hedtop{
    display: none;
}

}

@media(max-width:575px){
header .headmain .logocol{
    width: 125px;
}
header.sticky .headmain .logocol{
    width: 75px;
}
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: #016795;
}
.cd-dropdown {
    background-color: rgba(0, 0, 0, 0.7);
}
.cd-dropdown > .cd-dropdown-content {
    width: 70%;
    right: 30%;
    background-color: #00567d;
    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: #016795;
    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 103 149);
}

.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 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 5px;
    }
    header .megamenu.active a.mainli{
        font-family: 0.800rem;
        
    }
    header .megamenu a.mainli{
        font-size: var(--font14);
        padding:0 2px;
    }
    .megamenudonate a{
        min-width: 121px;
        max-width: 121px;
    }
    header .headmain{
        gap: 10px;
        
    }
    
}

@media(max-width:991px){
   header .headmain .logocol {
        width: 250px;
    } 
}
    





/*::::::::::::::::SIDEMENU:::::::::::::::::*/

.sidebar {
    width: 350px;
    max-width: calc(100% - 1rem);
    height: calc(100vh - 2rem);
    position: fixed;
    z-index: 999;
    border-radius: 0 0 0 1rem!important;
    top: 1rem;
    right: 1rem;
    background-color: #4057c4;
   
    padding: 1rem;
    transform: translateX(calc(100% + 1rem));
    overflow-y: hidden;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .sidebar .sidelogo .logo {
    width: 230px;
    display: flex
;
}
  .sidebar.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    box-shadow: -15px 5px 20px rgb(0 0 0 / 10%);
  }
  .bgoverlay{
    content: '';
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: var(--green50);
    background: linear-gradient(90deg, rgb(35 158 95 / 0%) 0%, #158A8A 40%, #0572BC 100%);
    opacity: 0;
    cursor: zoom-out;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .bgoverlay.active{
    width: 100%;
    opacity: .5;
  }
  
  .sidebar .sidecont{
    overflow: hidden;
    height: 100%;
    overflow-y: auto;
  }
  .sidebar .head{
    font-weight: 500;
    color: #333;
    font-size: 1rem;
  }
  .sidebar .head a{
    color: #333;
  }
  .sidebar .sidelist{
    display: flex;
    flex-direction: column;
    padding: 12px;
  }
  
  .sidebar .sidelist a{
    position: relative;
    display: flex
;
    align-items: center;
    /* gap: 8px; */
    padding: 10px 0;
    color: #ffffff;
    font-weight: 400;
    /* border-radius: .5rem; */
    border-bottom: 1px solid #ffffff24;
  }
  .sidebar .sidelist a:hover{
    color: #ff7abe;
  }
  .sidebar .sidelist a .icon img {
    filter: brightness(0) opacity(0.3);
    -webkit-filter: brightness(0) opacity(0.3);
  }
  .sidebar .sidelist a:hover .icon img{
    filter: brightness(0) opacity(0.75);
    -webkit-filter: brightness(0) opacity(0.75);
  }
  
  .sidebar .sidelist .toggle-arrow {
    position: absolute;
    right: 5px;
    width: 20px;
    height: 20px;
    background-image: url(../img/icons/angledown.svg);
    background-size: contain;
    filter: brightness(0) invert(1);
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .sidelist li.open > a .toggle-arrow {
    transform: rotateX(180deg); 
    -webkit-transform: rotateX(180deg); 
  }
  
  .sidebar .mobidrop {
    display: none;
    margin: 10px 0;
    padding: 0 15px;
    border-radius: .5rem;
    background: transparent;
    box-shadow: 0 10px 20px -15px rgb(0 0 0 / 20%);
  }
  .sidebar .sidelist li.open > .mobidrop {
    display: block;
  }

  .sidelogo {
        padding: 10px;
    border-radius: 0 0 0 32px;
    margin-bottom: .5rem;
    background: #fff;
}
  
.sidebar .nobg{
    padding: 10px;
    gap: 10px;
    align-items: center;
}
.sidebar .iconcard{
    display: flex;
    border: 1px solid #33333349;
    border-radius: 8px;
}
.sidebar .iconcard .icon {
margin-top: 0px;
    width: 30px;
    display: flex
;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    margin-bottom: 0px;
    border-radius: 50%;
    background: linear-gradient(45deg, #2F2583, #F27103);
    justify-content: center;
    align-items: center;
}

.sidebar .social {
  display: flex;
  gap: 10px;
}
.sidebar .social a {
  display: flex;
    width: 32px;
    height: 32px;
    background-color: #de6910;
    color: rgb(255 255 255 / 95%);
    /* border-radius: 50%; */
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    
    transition: 0.3s;
    border-radius: 50%;
    padding: 6px;
}
.sidebar .social a:hover {
  background-color: #d2681f;
  color: white;
}
.sidebar .social li{
    list-style-type: none;
}

.mobidrop .submenu{
    border-left: none!important;
        padding-left: 13px;
}
.mobidrop .submenu li a{
    color: #fff!important;
}
.sidebarspan{
    color: var(--second);
}

  @media(max-width:575px){
    .sidebar{
      height: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      border-radius: 1rem 0 0 1rem;
    }
    
  }

.closebtn {
    position: absolute;
    top: 14px;
    right: 13px;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: none;
    border-radius: 0 0 0 12px;
    background-color: #ed3291;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}
.closebtn:hover {
    /* border: 1px solid rgb(0 0 0 / 25%); */
    box-shadow: -2px 4px 10px rgb(0 0 0 / 15%);
}
.closebtn img{
    width: 15px;
}



/*---------------------------------------*/
/*:::::::::::::::::SLIDER::::::::::::::::*/
/*---------------------------------------*/
.slider{
    display: flex;
    align-items: center;
    height: 730px;
    width: 100%;
    position: relative;
    top: 0;
    padding-top: 80px;
}


.slider .mainSwiper{
    height: 100%;
    border-radius: 0 0 0 100px;
}

.slider .mainSwiper .slide-img{
    height: 100%;
}
.slider .mainSwiper .slide-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sliderban{
    position: relative;
    width: 100%;
    height: 100vh;
    background: #ffffff;
}

.slidermain{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left;
    z-index: 1111;
    padding-top: 86px;
}
.slidecon{
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
    height: 100%;
}
.slidecon h3{
position: relative;
z-index: 1;
}

.slider .mainpagination{
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    left: auto;
    bottom: 34px!important;
    width: auto;
}
.slider .mainpagination .swiper-pagination-bullet{
    background-color: var(--white);
    margin: 4px 0;
    width: 8px;
    height: 8px;
    border-radius: 30px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    opacity: 1;
}
.slider .mainpagination .swiper-pagination-bullet-active{
    opacity: 1;
    background-color: #3147AF;
    width: 20px;
}


.latestnews-full{
    display: flex;
    justify-content: flex-end;
}
.updatedslide{
overflow: hidden;
    height: 133px;
        padding-right: 12px;
}
 
.updatedslide .swiper-wrapper {
    height: auto !important; /* Remove forced 400px height */
}
.latsetnews{
    width: 556px;
    padding: 18px;
    border-radius: 20px 0 0 20px;
    box-shadow: 1px 2px 10px #00000021;
    max-height: 187px;
    /* overflow: scroll; */
    margin-top: -150px;
    z-index: 1;
    position: relative;
    background: #fff;
}
.latsetnews h4{
    font-size: var(--font16);
}
.latsetnews img{
    width: 14px;
}
.b-span{
    color: var(--primary50);
}


.latest-cont{
         padding: 17px;
    background: #F2F2F2;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    margin-top: 9px;
    position: relative;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    
}

.latest-cont p{
    font-size: var(--font14);
    font-weight: 500;
}
.latest-cont .cont{
    flex: 1 0;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.latest-cont:hover{
background: #DCE3FA;
transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
.latestnews-scroll{
        overflow: scroll;
    height: 133px;
        padding-right: 12px;
}


.latestnews-scroll::-webkit-scrollbar {
  width: 4px;              
}
.latestnews-scroll::-webkit-scrollbar-track {
  background: #D9D9D9;         
  border-radius: 30px;
}
.latestnews-scroll::-webkit-scrollbar-thumb {
  background: #3147AF;
    border-radius: 30px;
    border: 2px solid #3147AF;
}
.latestnews-scroll::-webkit-scrollbar-thumb:hover {
  background: #3147AF;
}





/*---------------------------------------*/
/*:::::::::::::::::DIRECTOR:::::::::::::::::*/
/*---------------------------------------*/
.mainhed{
    font-size: 42px;
    color: var(--black);
    font-weight: 500;
        margin-bottom: 12px;
}
.spanb{
    /* font-size: 42px; */
    color: var(--primary50);
    font-weight: 600;
}
.dirctor-card .card-cont .desc{
    color: var(--primary50);
    font-size: var(--font18);
    font-weight: 500;
    margin-bottom: 4px;
}
.director-full{
    padding-left: 35px;
}
.dirctor-card{
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 10px;
}
.dirctor-card .card-img{
    padding: 9px;
    width: 160px;
    padding-bottom: 0px;
}
.dirctor-card .card-img img{
    border-radius: 45px 0 0 0;
}
.dirctor-card .card-img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 88px;
    background: var(--primary50);
    border-radius: 45px 0 0 0 ;
z-index: -1;
}
.dirctor-card .card-cont{
    width: calc(100% - 170px);
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
}
.director-bac{
    position: relative;
    z-index: 1;
}
.director-bac::after{
        content: '';
    position: absolute;
    height: 88%;
    width: 100%;
    left: 0;
    top: 6%;
    z-index: -11;
    background-color: var(--primary20);
    border-radius: 200px 0 0 0;
}

@media(max-width:1199px){
    .director-full{
        padding-left: 0;
        padding-top: 30px;
    }
    .directors{
        overflow-y: hidden;
    } 
    .director-bac::after{
        height: 100%;
        top: 180px;
    }
    .director{
        flex-direction: column;
    display: flex
;
    align-content: flex-start;
    }
}

/*--------------------------------------------------------*/
/*:::::::::::::::::overview:::::::::::::::::*/
/*--------------------------------------------------------*/
.spanp {
    /* font-size: 42px; */
    color: var(--second50);
    font-weight: 600;
}
.over-bx{
    position: relative;
    margin-bottom: 18px;
    /*padding-right: 35px;*/
}
.over-bx .desc{
color: var(--newprimary);
font-size: 24px;
font-weight: 500;
display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.over-bx .desc-p{
        display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.over-bx .desc img{
    margin-top: 5px;
}
.over-content{
    margin-bottom: 18px;
}
.over-cont{
    padding-left: 65px;
}
@media(max-width:575px){
   .over-bx .desc{
       font-size: 18px;
   } 
}



/*--------------------------------------------------------*/
/*:::::::::::::::::project:::::::::::::::::*/
/*--------------------------------------------------------*/
.project-hed{
       display: flex
;
    justify-content: center;
    gap: 20px;
    align-items: center;
    position: relative;
    flex-direction: column;
}  
.linetext{
     padding: 0 50px;
    background: #FBFBFB;
    z-index: 1;
}

.project-hed .line{
   max-width: 100%;
    background: var(--second20);
    height: 2px;
    width: 100%;
    position: absolute;
} 

.projectcard{
    padding: 20px 20px;
    border-radius: 76px 0 0 0;
    display: flex
;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: var(--white);
    border-radius: 75px 0 0 0;
    box-shadow: 0 -4px 20px 0px #0000000d;
    height: 100%;
}
.projectcard .btn{
    padding: 7px 28px;
}
.projectcard img{
width: 48px;
margin-bottom: 15px;
}
.project-con .desc{
font-size: 23px;
font-weight: 500;
color: #555555;
margin-bottom: 8px;
}
.project-con .p-desc{

display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.projectcard:hover .btn{
color:#fff;
    background: var(--newpink);
}
.project-slider{
        max-width: 1000px;
    width: 63%;
        padding-left: 80px;
    padding-right: 15px;
    position: relative;
}
.project-slider .swiper{
 padding-top: 20px;
    padding-bottom: 75px;
    height: 100%;
}

.project-sliderfull{
 position: absolute;
    width: 100%;
    bottom: 0;
    top:150px;
    display: flex
;
    justify-content: flex-end;
}
.project-ttl{
    height: 349px;
        z-index: 1;
    position: relative;
}  
.project-slider::after{
   content: '';
    position: absolute;
    top: 22%;
    background: var(--primary20);
    height: 72%;
    width: 100%;
    left: 0;
    border-radius: 230px 0 0 0;
}
.projectSwiper .projectnav{
    top: 28px;
}
.projectnav{
    display: flex;
    position: relative;
    top:20px;
    left: 397px;
    gap: 8px;
}
.projectnav .slidebtn {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
   background: var(--white);
    margin: 0;
    width: 40px;
    height: 40px;
    opacity: 1!important;
    border-radius: 50%;
    transition: all .3s ease;
     -webkit-transition: all .3s ease;
}

.projectnav .slidebtn:hover:after {
    filter: unset;
   transition: all .3s ease;
     -webkit-transition: all .3s ease; 
}
.projectnav .slidebtn:after {
   content: '';
   background: url(../img/icons/arrow-pink.svg);
   filter: brightness(1111) invert(1);
   width: 24px;
   height: 24px;
   
}
.projectnav .project-prev:after{
    transform: rotateY(
180deg);
}


/*--------------------------------------------------------*/
/*:::::::::::::::::gallery:::::::::::::::::*/
/*--------------------------------------------------------*/
.main-sub2{
    font-size: 1.3rem;
}
.galry-ttle{
    margin-top: 50px;
}
.gallery{
    z-index: 1;
}
.gallery::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -40%;
    background: var(--second20);
    z-index: -11;
    border-radius: 142px 0 0 0;
}
.galbox{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
   transition: all .3s linear;
    -webkit-transition: all .3s linear;
    cursor: zoom-in;
    height: 100%;
    position: relative;
  }
  .galbox .galimg{
    overflow: hidden;
    position: relative;
    width: 100%;
        height: 286px;
  }
  .galbox .galimg .coverimg{
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
  }
  .galbox:hover .galimg .coverimg{
    transform: scale(1.05);
    filter: brightness(0.6);
    
    -webkit-transform: scale(1.05);
  }
  .galbox .galimg .galicon{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }

  .galbox .galimg .galicon.vid{
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    bottom: 50%;
  }
  .galbox:hover .galimg .galicon.vid{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  .galbox .galcont{
    padding: 0 18px;
    color: #fff;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
        margin-top: -20px;
        z-index: 1;
  }
  .galbox .galcont .gal-desc{
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    box-shadow: -1px 0px 12px 1px #0000000f;
  }
 
  .galbox .galcont p{
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: var(--font14);
    font-weight: 400;
    color: #555555;
    margin-bottom: 0px;
  }

  .fancybox__container{
    z-index: 9999;
  }
  .galbox:hover .galicon img{
      transform:   scale(1.1);
  }

.col:nth-child(1) .galimg{
  border-radius: 100px 0 0 0; 
  overflow: hidden;  
}
  
  @media(max-width:480px){
    .galbox .galimg .coverimg{
        min-height: 150px;
    }
  }
  .col:nth-child(3) .galimg{
  border-radius:  0 100px 0 0; 
  overflow: hidden;  
}
  .col:nth-child(4) .galimg{
  border-radius:  0 0 0 100px ; 
  overflow: hidden;  
  }
 .col:nth-child(6) .galimg{
  border-radius:  0 0  100px 0px; 
  overflow: hidden;  
}


.dot-w{
    position: absolute;
    left: -25px;
    bottom: 0;
    z-index: -1;
}


  @media(max-width:380px){
    .galbox .galimg .coverimg{
        min-height: 120px;
    }
  }


/*--------------------------------------------------------*/
/*:::::::::::::::::SERVICES:::::::::::::::::*/
/*--------------------------------------------------------*/
.service1-slidefull{
 position: absolute;
    width: 100%;
    top: 0;
    display: flex
;
    justify-content: flex-end;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.service1-slider{
    max-width: 839px;
    
    width: 63%;
    position: relative;
    padding-right: 35px;
}
.service1-slider::after{
   content: '';
    position: absolute;
    background: var(--primary20);
    width: 85%;
    height: 96%;
    right: 0;
    top: 0;
    border-radius: 200px 0 0 0;
}
.service1-slider .swiper{
    padding: 40px 0 24px 0;
    height: 100%;
}
.servicecard {
    position: relative;
    overflow: hidden;
    border-radius: 110px 0 0 0;
}
.servicecard img{
    width: 100%;
border-radius: 110px 0 0 0;
object-fit: cover;
transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.service-con{
    padding: 11px 30px;
    background: #fff;
    border-radius: 15px;
    margin: 2%;
    width: 96%;
    position: absolute;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
        transform: translateY(121px);
}
.service-con p{
    color: var(--black);
    margin-bottom: 0px;
}
.servicecard:hover img{
transform: scale(1.05);
    filter: brightness(0.6);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.servicecard:hover .service-con{
bottom: 0;
opacity: 1;
transition: all .5s ease;
    -webkit-transition: all .5s ease;
        transform: translateY(0px);
}
.projectnav .service1-prev:after{
    transform: rotateY(
180deg);
}
.service1nav{
        top: -20px;
}
.dot{
        position: absolute;
    bottom: 34px;
    left: -46px;
}
.service1-ttl{
    height: 540px;
    position: relative;
    z-index: 1;
}

.projectnav .service2-prev:after{
    transform: rotateY(
180deg);
}



/* service2 */
.projectnav .service2-prev:after{
    transform: rotateY(
180deg);
}

.service2-slidefull{
        justify-content: flex-start;
}
.service2-slider{
    padding-left: 35px;
    padding-right: unset;
}
.service2-slider::after{
    left: 0;
    height: 100%;
    border-radius: 0 200px 0 0;
    background: var(--second20);
}
.servicecard2{
    border-radius: 0 110px 0 0;
}
.servicecard2 img{
    border-radius: 0 110px 0 0;
}
.service2nav{
top: -20px;
    right: -274px;
    left: unset;
}
.service2-slider .swiper {
    padding: 40px 0 40px 0;
    height: 100%;
}
.dot-p {
    position: absolute;
    bottom: 9px;
    right: -46px;
}


/* services3 */
.projectnav .service3-prev:after{
    transform: rotateY(
180deg);
}



/* tracking */
.tracking{
    background: linear-gradient(0deg, var(--primary50)35%, #FBFBFB 35%);
}
.counterbx{
   padding: 20px;
    background: var(--white);
    display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 -4px 20px 0px #0000000d;
}
.counterbx h3{
    font-weight: 500;
    font-size: 48px;
    color: var(--black);
    margin-bottom: 10px;
}
.counterbx p{
    font-weight: 500;
    font-size: 20px;
    color: #555555;
    margin-bottom: 0;
}
.line-blue{
    background: var(--primary50)!important;
}









@media(max-width:768px){
    .serviceshed-full {
        flex-direction: column;
        gap: 0;
    }
    .serviceshed-full p{
        width: 100%;
        margin-bottom: 0px;
    }
}

@media(max-width:575px){
    .services{
        border-radius: 60px 0 0 0;
    }
    .services::after{
        border-radius: 60px 0 0 0;
    }
}

.newsbutn{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}






/*---------------------------------------*/
/*::::::::::::::::::FOOTER::::::::::::::*/
/*---------------------------------------*/

footer {
  background: #fff;
  padding: 60px 0 34px 0;
  color: rgb(255 255 255 / 85%);
  font-size: 0.875rem;
  border-radius: 95px 0 0 0;
  position: relative;
  z-index: 1;
      box-shadow: -1px 0px 10px #0000001a;
}
.ftrlogo{
    padding-right: 50px;
}
.ftrlogo p{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}
.foot-logo {
  width: 285px;
  margin-bottom: 20px;
}

footer p,
footer a {
  font-size: var(--font16);
  color: #555555;
}

footer a:hover {
  color: var(--black);
}
.fotermail{
    padding-left: 60px;
}
.newsletter{
    background: var(--primary50);
    height: 56px;
    border-radius: 35px;
    padding: 8px 8px 8px 24px;
    display: flex;
    justify-content: space-between;
}
.newsletter input{
        background: transparent;
    border: none;
    outline: none;
    height: 100%;
    font-size: var(--font16);
    font-weight: 500;
    color: var(--white);
}
.newsletter input::placeholder{
    color: #fff; 
}
.newsletter span{
    width: 40px;
    height: 40px;
    border-radius: 30px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter span img{
    width: 28px;
}
footer h5 {
  font-size: var(--font20);
  font-weight: 600;
  position: relative;
  margin-bottom: 11px;
  color: #555555;
}

footer .con-icon {
  width: 18px;
}

.foot-list li a {
  display: flex;
}
.foot-list li {
  padding-bottom: 17px;
}
.foot-list{
    padding-left: 40px;
}
.foot-list li:last-child {
  padding-bottom: 0;
}
.foot-list .ft-ttls{
       color: #303030;
    font-size: var(--font18);
    font-weight: 600;
    margin-bottom: 15px;
}

footer .ft-icon {
    position: relative;
    display: flex;
    gap: 22px;
    margin-top: 24px;
}
footer .ft-icon li a img{
    height: 30px;
    transition: var(--trans30);
}

footer .ft-icon li a:hover img{
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.pow{
        display: flex;
    justify-content: space-evenly;
}


@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }

.add-box {
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
}

.add-box .add-img {
  width: 24px;
    height: 24px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-box p {
  margin-bottom: 0;
  width: calc(100% - 40px);
}
.add-box img {
  width: 24px;
}


.text-right {
    text-align: right;
}
.ftcpy{
background: var(--primary50);
    padding: 16px 0;
}
.ftcpy p{
    color: var(--white);
}
.ftcpy p a{
    color: var(--white);
}




.fter .cont-icon {
    position: relative;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    z-index: 11;
    /* right: 30px; */
    text-align: center;
    display: flex;
    gap: 10px
}

.fter .cont-icon li a {
   width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #d4dcff;
    justify-content: center;
    transition: 0.3s;
    border-radius: 50%;
    transition: var(--trans30);
}
.fter .cont-icon li a img{
        width: 20px;
    height: 20px;
    transition: var(--trans30);
}
.fter .cont-icon li a:hover {
  background-color: var(--primary50);
}
.fter .cont-icon li a:hover img{
    filter: brightness(0) invert(1);
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.fter .cont-icon li {
  padding-bottom: 0;
}
.fter .cont-icon li:last-child {
  padding-bottom: 0;
}























.mobnav {
    background: #ed3291;
    padding: 8px;
    height: auto;
        border-radius: 7px;
  }
  .mobnav img {
    width: 22px;
    height: 22px;
  }
  
  
.newsimg{
        width: 100%!important;
    border-radius: 75px 0 0 0;
}  
.newsevnt-ttl{
    height: 540px;
}  
.newscard{
    justify-content: space-around;
}
.newscard .project-con .p-desc{
    display: -webkit-box;
    -webkit-line-clamp: 2!important;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.projectnav .news-prev:after{
    transform: rotateY(
180deg);
}


.drop-box{
    position: absolute;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    border: none;
    padding: 10px;
    width: 600px;
    right:0;
        top: 35px;
    z-index: 1;
}




.drop-box ul {
    overflow: hidden;
    overflow-y: auto;
    height: 180px;
        margin-bottom: 10px;
        transition: .3s;
}

.drop-box  ul li {
    font-size: 13px;
    border-bottom: 1px solid rgb(243 84 165 / 34%);
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #333;
    display: flex;
   justify-content: space-between;
   position:relative;
   align-items: center;
   gap:4px;
}


.drop-box  ul li p {
    margin-bottom: 3px;
    flex: 1 0;
}

.drop-box  ul li a {
    /*color: var(--red);*/
    transition: .3s;
    width: 97px;
}
.drop-box  ul li a:hover {
    color: #fff;
}

.drop-box .results {
    font-size: 13px;
    color: #777777;
}

.drop-box .morebtn{
    font-size: .85rem;
}

.searchhed{
    font-size: 30px;
}
.search-box{
        background-color: #ffffffbf;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
}
.search-result-show-box{
    padding: 10px;
    border: 1px solid #f354a53d;
    border-radius: 5px;
}
.search-result-show-box p{
    color: var(--textclr);
    font-size: var(--font16);
    font-weight: 400;
}








/*::::::::::::::::ACCESSIBILITY:::::::::::::::::*/
#accessMain {
    display: none;
}
.closebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border: none;
    border-radius: 50%;
    /* border: 1px solid rgb(0 0 0 / 15%); */
    background-color: var(--primary50);
    transition: var(--trans30);
    -webkit-transition: var(--trans30);
}
.closebtn:hover {
    /* border: 1px solid rgb(0 0 0 / 25%); */
    box-shadow: -2px 4px 10px rgb(0 0 0 / 15%);
}



.accessbox {
    background-color: var(--primary20);
    border-radius: 0.5rem;
    position: absolute;
    z-index: 1;
    width: 300px;
    right: 0;
    top: 34px;
    margin: auto;
    padding: 15px;
}
.accessbox .hdbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.accessbox .hdbox .head {
    font-weight: 600;
    font-size: var(--font16);
    color: var(--black);
    margin: 0;
}
.accessbox .hdbox .closebtn {
    width: 28px;
    height: 28px;
}
.accessbox .acclist {
    display: flex;
    flex-flow: wrap;
    font-size: var(--font16);
    gap: 10px;
}
.accessbox .accbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(64 87 196 / 24%);
    font-weight: 400;
    color: var(--textclr);
    border-radius: 0.3rem;
    padding: 10px 0;
    gap: 5px;
    width: 120px;
    cursor: pointer;
    transition: var(--trans30);
    -webkit-transition: var(--trans30);
}
.accessbox .accbtn:hover {
    background-color: var(--primary10);
}
.accessbox .accbtn.active {
    box-shadow: 0 0 0 2px var(--second50);
    color: var(--second);
    background: var(--second10);
}
.accessbox .accbtn.active img {
    transform: scale(1.1);
}
.acclink {
    display: flex;
    flex-direction: column;
    font-size: var(--font13);
    margin-top: 15px;
}
.acclink li {
    border-top: 1px solid rgb(0 0 0 / 5%);
}
.acclink li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--textclr);
    height: 40px;
    position: relative;
}
.acclink li a:hover {
    color: var(--red);
}
.acclink li a:after {
    content: "";
    position: absolute;
    right: 0;
    right: 0;
    border-left: 5px solid var(--black);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    opacity: 0.5;
    transition: var(--trans30);
    -webkit-transition: var(--trans30);
}
.acclink li a:hover:after {
    opacity: 1;
}

.mobiaccess {
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    border-radius: 1rem 1rem 0 0;
}


.accessbox .acc-lang{
    display: none;
}

@media(max-width:575px){
   .accessbox {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        transform: none;
        width: 432px;
        max-width: 100%;
        bottom: 0;
        border-radius: 2rem 1rem 0 0;
        box-shadow: 0 -10px 20px #dce9ff3b;
    }
    .accessbox .acclist {
        gap: 10px;
    }
    .accessbox .accbtn {
        flex: 1 0 calc(50% - 10px);
        padding: 8px 5px;
    }
    .accessbox .hdbox .closebtn {
        top: 10px;
        right: 10px;
    }
    .accessbox .accbtn img {
        width: 20px;
        height: 20px;
    }

    .mobsrch{
        display: none!important;
    }  
}


@media(max-width:767px){
    .accessbox .acc-lang{
    display: flex;
}
}


.mobilenav{
    position: fixed;
    bottom: 1rem;
    z-index: 998;
    background-color: #ed3291;
    width: 180px;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    padding: 3px 10px;
    border-radius: 3rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    animation: zoomIn 1s 1;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .mobilenav.hidden {
    opacity: 0;
    visibility: hidden;
  }
  .mobilenav .navmenu {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .mobilenav .btn-outline{
    border: none;
  }
  .mobilenav .btn-outline img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
  .mobilenav .btn-outline:hover img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
  }
  .mobilenav .focus{
    box-shadow: 0 0 0 5px var(--green20);
    transform: scale(1.1) translateY(-10px);
    background: #233bad;
    border-radius: 50%;
    
  }
  
  .btn-acc{
      padding: 10px 20px;
    min-height: 44px;
    min-width: 44px;
    border-radius: 0.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
    background-color: transparent;
    transition: var(--trans30);
    -webkit-transition: var(--trans30);
  }
 








@media (min-width: 1200px) and (max-width: 1366px){
header .megamenu a.mainli{
    padding: 0 7px;
}
header .headmain .menucol .mainmenu{
    padding: 13px 0 13px 15px;
}
}


@media(max-width:991px){
        .over-bag ul {
        overflow: hidden;
        overflow-x: auto;
        flex-flow: nowrap;
        padding-top: 15px;
    }
    .contact-form{
        margin-bottom: 20px;
    }
    
        .over-bag ul li {
        flex: 1 0 25%;
    }
    .over-bag{
        bottom: 45px;
    }

    .abtcontfull{
        max-width: 100%;
        text-align: left!important;
    }
    .abtcontfull p{
        text-align: justify!important;
    }
    .over-cont{
        padding-left: 0px;
    }
.slider{
    padding-top: 64px;
}
header{
    height: auto;
}
.misionbx{
    padding: 12px;
}
.msg-main-sec .msg-sec1 {
    width: 275px;
}
.msg-main-sec .msg-sec2 {
    width: calc(100% - 275px);
    padding: 0 25px;
}

.galry-ttle {
    margin-top: 20px;
}

.ftrlogo{
    margin-bottom: 15px;
}
.overview-pen img{
width: 85px;
}

    .abt-img img{
        margin-left: 0;
        height: auto;
        margin-bottom: 15px;
    }
    .mision-full{
        margin-top: 10px;
    }
    .events-bx{
        margin-bottom: 15px;
    }
    .newsbutn .btn{
        display: none;
    }
    .callto{
        margin-top: 30px;
    }
    .ftmobb{
        display: none;
    }
    .project-sliderfull{
        position: relative;
        margin-top: 20px;
        top: 0;
    }
    .project-slider{
        width: 100%;
        max-width: 100%;
                padding-left: 40px;
    }
    .project-slider .swiper{
        display: flex;
    }
    .projectSwiper .projectnav {
    top: unset;
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
}
.projects{
    padding-bottom: 0px!important;
}
    .project-ttl{
        height: auto;
        justify-content: flex-start;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
    
    
    .service1-ttl{
         height: auto;
        justify-content: flex-start;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
    .service1-slidefull{
        position: relative;
        padding-bottom:0;
        
    }
    .service1-slider{
         width: 100%;
        max-width: 100%;
        padding-right: 0;
                padding-left: 40px;
    }
    .projectnav{
        left: 0;
    }
    .services1{
        padding-bottom: 0px!important;
    }
    .tracking {
    background: linear-gradient(0deg, var(--primary50) 50%, #FBFBFB 35%);
}
.gallery::after{
    bottom: -265px;
}
.foot-list{
    padding-left: 0;
}
.cpyrgt{
    width: 100%;
}
.pow {
    display: flex
;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
    }
    @media(max-width:767px){
        .over-bag ul li {
        flex: 1 0 33.33%;
    }
    .msg-main-sec .msg-sec1{
        width: 100%;
    }
    .msg-main-sec .msg-sec2 {
        width: 100%;
        padding: 15px 0  0 0;
    }

    .newssec .flexVcenter {
    padding-bottom: 32px;
    flex-direction: column;
    align-items: start;
}

        .ftlogo{
            flex-direction: column;
            text-align: center;
        }
        .ftlogo a {
            width: 210px;
            flex: none;
            padding-right: 0;
            border-right: none;
        }

.mainhed{
    font-size: 30px;
}
.linetext{
    padding: 0 10px;
}
.counterbx h3{
    font-size: 25px;
}
.counterbx p{
    font-size: 18px;
}

.menu-sec-right{
    width: 160px;
}
.drop-box{
    width: 400px;
}

    }
    
    @media(max-width:575px){
        .navibtn .slidebtn:after{
            font-size: 12px;
        }
        /*.navibtn .slidebtn{*/
        /*    width:22px;*/
        /*    height: 22px;*/
        /*}*/
        .mainslidenav{
                top: 41% !important;
        }
        .main-sub{
            font-size: 1.1rem;
        }


        .mainhed{
            font-size: 1.5rem;
        }
        .principla-msg{
            flex-direction: column;
        }
        .abt-card{
            flex: 1 1 calc(50% - 10px);
        }
        .abt-partt{
            flex-wrap: wrap;
        }
        .princi{
            max-width: 290px;
            width: 100%;
        }

        .project-con .desc{
            font-size: 19px;
        }
        
        .menu-sec-right{
            display: none;
        }
        
        .service-con{
bottom: 0;
opacity: 1;
        transform: translateY(0px);
}
    
    
    }