:root{
    --blue: #1b3c51;
    --red: #d3424c;
    --purple: #666885;
    --green: #92c896;
    --yellow: #fee162;
    --cream: #f5c18d;
    --white: #fff;
}

/* reset css */
*,:after,:before{box-sizing: border-box;padding: 0;margin: 0;border: none;outline: none;font-family: "Fredoka", sans-serif;}
img{width: 100%;}
ul,li{list-style: none;margin: 0;  font-family: "Fredoka", sans-serif;}
a{text-decoration: none !important;display: inline-block;color: #383838;font-size: 16px;cursor: pointer; font-family: "Fredoka", sans-serif;}
select,input,textarea,button{width: 100%;border: none;outline: none; background: transparent;cursor: pointer;font-size: 16px;font-family: "Fredoka", sans-serif;}
select:focus,input:focus,textarea:focus,button:focus{border: none;outline: none; font-family: "Fredoka", sans-serif;}
input::placeholder, textarea::placeholder {opacity: 1;color: #626262;font-family: "Fredoka", sans-serif;}  
span{font-family: "Fredoka", sans-serif;}
textarea{resize: none; font-family: "Fredoka", sans-serif;}
p {color: #3a3a3a;font-size: 18px;margin: 15px 0;text-align: justify;line-height: 1.6;font-family: "Fredoka", sans-serif;}
/* reset css */

/* fonts */
p, body, a, input, select, textarea {font-family: "Fredoka", sans-serif;}
h1, h2, h3, h4, h5, h5{font-family: "Fredoka", sans-serif;color: var(--blue);}
h1 {font-size: 42px;font-weight: 500;color: var(--blue);} 
h2 {font-size: 36px;line-height: 1.5;font-weight: 500;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);} 
h3 {font-size: 30px;font-weight: 600;line-height: 1.3;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);} 
h4 {font-size: 24px;font-weight: 600;} 
h5 {font-size: 18px;font-weight: 600;} 
h6 {font-size: 16px;font-weight: 600;} 
body{background-color: #fff7f2;}
b{font-weight: 600;}
/* fonts */

/* common css */
.wrapper{width: 100%;overflow: hidden;}
.fluid-container{width: 100%;max-width: 1280px;margin: 0 auto;padding: 0 20px;}
/* common css */

/* header */
.resp-menu{display: none;}

/* Bottom Header */
.top-wrapper{background: linear-gradient(to right, #E87A77, #C9DBBF, #FCD38E, #94A7A1);padding: 7px 0px;}
.header-wrapper {position: relative;left: 0;right: 0;margin: auto;z-index: 6;background-color: #fff5ed;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.header-logo {display: flex;justify-content: center;align-items: center;width: 100%;max-width: 148px;position: absolute;left: 0;top: 0;z-index: 1;}
.header-logo img{width: 100%;max-width: 148px;}
.header-inner-wrapper {display: flex;justify-content: space-between;align-items: center;gap: 20px;position: relative;border-bottom: 1px solid #ffffffb0}
.nav-links li a img{width: 100%; max-width: 350px;}

.right-desktop-menu-container {width: 100%;max-width: 100%;position: relative;}

.right-desktop-menu-container::before {content: "";position: absolute;width: 15%;height: 230%;background: url('../images/kite.webp') no-repeat center center/contain;bottom: -235%;left: 0%;z-index: -1; animation: kiteFloat 5s ease-in-out infinite;}

@keyframes kiteFloat {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(-20px, -15px) rotate(-5deg);
  }
  50% {
    transform: translate(15px, 10px) rotate(-5deg);
  }
  75% {
    transform: translate(-10px, 5px) rotate(-3deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.right-desktop-menu-container > ul {display: flex;justify-content: flex-end;align-items: center;gap: 40px;}
.right-desktop-menu-container ul li a {font-size: 18px;padding: 31px 0;font-weight: 500;position: relative;color: var(--blue);}
.right-desktop-menu-container ul li a:hover:after {width:100%;right: 0;}
.right-desktop-menu-container ul li > a:hover::after {width: 100%;right: 0;bottom: 20px !important;}
.dropdown-wrapper ul li > a:hover::after, .top-menu-wrapper ul li a:hover::after {width: 100%;right: 0;bottom: -2px !important;}
.right-desktop-menu-container ul li:hover > a{color:#eab602;}
.right-desktop-menu-container ul li a.act-link, .dropdown-wrapper-li.act-link > a{color: #eab602;  font-weight: 600;}
.mega-menu-wrapper .top-menu-wrapper li:last-child{border: none !important;}

.right-header {display: flex;justify-content: flex-end;align-items: center;width: 100%;max-width: 100%;gap: 50px;}
.right-header .common-btn:hover{background-color: #fff !important;color: #eab602 !important;background-image: unset !important;}

/* scrolled header */
header.scrolled-header .header-wrapper{position: fixed;left: 0;right: 0;top: 0; width: 100%;z-index: 10;transition: all .3s;}
header.scrolled-header .header-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 20px;}
header.scrolled-header .header-inner-wrapper .iso-logos img {max-width: 60px;}
header.scrolled-header .header-inner-wrapper .right-desktop-menu-container::before{display: none;}
header.scrolled-header .header-inner-wrapper li.megamenu-wrapper-li:hover .mega-menu-wrapper {top: 82px;}
header.scrolled-header .header-inner-wrapper .mega-menu-wrapper .top-menu-wrapper li a {width: 100%;max-width: 300px;padding: 10px 5px !important;}
header.scrolled-header .right-desktop-menu-container .iso-logos{display: block;}
header.scrolled-header .header-inner-wrapper{border-bottom: unset;}
header.scrolled-header .header-logo img{max-width: 100px;}
header.scrolled-header .right-desktop-menu-container ul li a {padding: 25px 0;;}
header.scrolled-header li.dropdown-wrapper-li .dropdown-wrapper{top: 73px;}
/* header.scrolled-header .right-desktop-menu-container .nav-links > li:last-child a{padding: 0px;} */
/* scrolled header */

/*  Resp menu css  */
html.hc-nav-yscroll {overflow-y: scroll;}
.desk-resp-ham {display: none;}
.desk-resp-ham ul.toggle-desk {position: absolute;cursor: pointer;width: 30px;right: 0;bottom: 0;margin: auto;top: 0;height: 25px;}
.desk-resp-ham ul.toggle-desk li {transform: translateY(-50%);list-style: none;display: block;position: absolute;left: 0;height: 1px;right: 0;margin: 0 auto;width: 30px;opacity: 1;background: var(--blue);transition: all .25s ease;}
.desk-resp-ham ul.toggle-desk li:nth-of-type(1) {top: 20%;}
.desk-resp-ham ul.toggle-desk li:nth-of-type(2) {top: 50%;}
.desk-resp-ham ul.toggle-desk li:nth-of-type(3) {top: 80%;}
.desk-resp-ham ul.toggle-desk.active li:nth-of-type(1) {top: 50%;transform: translateY(-50%) rotate(45deg);}
.desk-resp-ham ul.toggle-desk.active li:nth-of-type(2) {transform: translateY(-50%) rotate(45deg);opacity: 0;}
.desk-resp-ham ul.toggle-desk.active li:nth-of-type(3) {top: 50%;transform: translateY(-50%) rotate(-45deg);}
.inner-desk-ham {display: flex;}
.desk-resp-ham .sidebar {position: fixed;top: 0;left: -350px;width: 270px;height: 100vh;box-sizing: border-box;text-align: center;transition: .9s;z-index: 9;overflow: scroll;overflow-x: hidden;  background: var(--blue);}
.desk-resp-ham .sidebar::before {content: '';position: absolute;background: var(--blue);top: 0;left: 0;bottom: 0;}
.desk-resp-ham .sidebar::-webkit-scrollbar {display: none;}
.desk-resp-ham .sidebar.active {left: 0;box-shadow: 1px 0 8px rgba(0, 0, 0, 0.637);}
.desk-resp-ham .sidebar.active > span, .desk-resp-ham .sidebar.active > a{width: 100%;display: flex;justify-content: center;align-items: center;padding: 0 0 20px;position: relative;}
.desk-resp-ham .sidebar img {width: 50%;}
.desk-resp-ham .sidebar ul.menu {position: relative;text-align: center;width: 100%;display: flex;flex-direction: column;gap: 0;margin: 0;}
.desk-resp-ham .sidebar ul.menu li {list-style: none;width: 100%;cursor: pointer;}
.desk-resp-ham .sidebar ul.menu li span.act-link {color: #00365c !important;background: #eab602;}
.nav-dropdown li a {padding: 10px 0 10px 30px !important;}
.nav-dropdown li a::before {content: '';position: absolute;left: 2px;width: 6px;height: 6px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;transform: rotate(-45deg);top: 0;bottom: 0;margin: auto;left: 15px;}
.nav-dropdown li a:hover {background: #fff;color: #03548d !important;}
.nav-dropdown li a:hover::before, .desk-resp-ham .sidebar ul.menu > li a.act-link::before {border-right: 2px solid #303030 !important;border-bottom: 2px solid #303030 !important;}
.desk-resp-ham .sidebar ul.menu > li:hover > span, .desk-resp-ham .sidebar ul.menu > li a:hover, .desk-resp-ham .sidebar ul.menu > li a.act-link {background: #eab602;color: #00365c !important;}
.desk-resp-ham .sidebar ul.menu li span, .desk-resp-ham .sidebar ul.menu li a {display: flex;gap: 5px;align-items: center;border-bottom: 1px dotted #c9c9c9;position: relative;text-transform: capitalize;color: #fff;width: 100%;width: 100%;justify-content: space-between;display: flex;padding: 15px 20px 15px 20px;font-size: 16px;text-align: left;}
.desk-ham-menu li a.act-link ~ .nav-dropdown > li > a.act-link{left: 0;}
.nav-dropdown-1 { background: #718d67; border-top: 3px solid #fff;}
.nav-dropdown li.act-link a,.nav-dropdown li a:hover a,.desk-resp-ham .sidebar ul.menu>li>a.act-link a{color: #fff !important;}
.nav-dropdown li a.act-link,.nav-dropdown li a:hover,.desk-resp-ham .sidebar ul.menu>li>a.act-link a {color: #fff !important;}
.desk-resp-ham .sidebar ul.menu li a i {position: relative;bottom: -2px;font-size: 16px;}
.desk-resp-ham .sidebar ul.social-icon {position: relative;margin-top: 10%;width: 100%;height: 55px;display: flex;justify-content: center;}
.desk-resp-ham .sidebar ul.social-icon li a {text-decoration: none;display: flex;justify-content: center;gap: 0;width: 100%;height: 100%;position: relative;color: #111b30;border-radius: 50%;font-size: 25px;}
.nav-dropdown {display: flex;flex-direction: column;gap: 0px !important;background: #0d4871;}
.nav-dropdown li a {font-size: 15px !important;}
.desk-resp-ham .sidebar ul.social-icon li:hover a {color: #fff;}
.desk-resp-ham .sidebar ul.social-icon a .fa {line-height: 55px;}

.desk-resp-ham .sidebar ul.menu li > span.dropdown-span img {width: 100%;max-width: 15px;filter: invert(61%) sepia(100%) saturate(417%) hue-rotate(5deg) brightness(97%) contrast(101%);}
.desk-resp-ham .sidebar ul.menu li:hover > span.dropdown-span img {filter: invert(8%) sepia(0%) saturate(1827%) hue-rotate(146deg) brightness(102%) contrast(74%);}

.desk-resp-ham .sidebar ul.menu li span.act-link img{filter: invert(11%) sepia(71%) saturate(3416%) hue-rotate(190deg) brightness(95%) contrast(101%);}

.desk-resp-ham .sidebar ul.menu li > a.dropdown-span img { width: 100%; max-width: 15px !important; transition: 1s ease-in-out; filter: invert(1); background: none;}
/*  Resp menu css  */

/* Megamenu css */
li.megamenu-wrapper-li .mega-menu-wrapper {pointer-events: none; opacity: 0;position: absolute;left: 0px;right: 0px;width: 100%;margin: 0 auto;top: 180px;visibility: hidden;transition: all .2s ease-in-out;z-index: 1;max-width: 1240px;}
li.megamenu-wrapper-li:hover .mega-menu-wrapper{visibility: visible;opacity: 1;top: 80px;pointer-events: visible; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.mega-menu-wrapper .top-menu-wrapper{display: flex;justify-content: space-between;gap: 20px; background: #f9f7f7;z-index: 0;border-top: 5px solid #f6b913;padding: 5px 20px;} 
.mega-menu-wrapper .top-menu-wrapper li a{width: 100%; max-width: 300px; padding: 10px 5px;}
.mega-menu-wrapper .top-menu-wrapper li{position: relative;border-bottom: 2px dotted #701e141f;}
/* Megamenu css */

/* Dropdown css */
.dropdown-wrapper-li{position: relative;}
li.dropdown-wrapper-li .dropdown-wrapper {pointer-events: none; opacity: 0;position: absolute; width: 250px;top: 85px;visibility: hidden;transition: all .2s ease-in-out;z-index: 1;}
li.dropdown-wrapper-li:hover .dropdown-wrapper.last {left: -70px !important}
li.dropdown-wrapper-li:hover .dropdown-wrapper{visibility: visible;opacity: 1;top: 85px;pointer-events: visible; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.dropdown-wrapper ul {background: var(--red);z-index: 0;border-bottom: 5px solid var(--green);}
.dropdown-wrapper li a{width: 100%; max-width: 300px; padding: 10px 5px !important;color: #fff !important;}
.dropdown-wrapper li {position: relative;border-bottom: 1px solid #3394c157;padding: 0 10px;}
.dropdown-wrapper ul li:last-child{border: none;}
.dropdown-wrapper li a:hover {color: var(--yellow);}
ul.dn{display: none !important;}
/* Dropdown css */
/* header */

.common-btn a, .common-btn button{color: var(--white);background-color: var(--red);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 10px 20px;border-radius: 10px;}
.common-btn a:hover, .common-btn button:hover{background-color: var(--green);}

/* home-banner  */

	.banner-wrapper {position: relative;height: calc(100vh - 83px);overflow: hidden;}
    .slider {position: relative;height: calc(100vh - 83px);background: url('../images/banner/home-banner-bg.webp') no-repeat center center/cover;z-index: 1;}
    .slider::before {content: "";position: absolute;top: 0; left: 0; right: 0; bottom: 0;background: linear-gradient(to right, #f5c18d, #f5c18d3a);z-index: 2;}
    .slider::after {content: "";position: absolute;width: 50%;height: 80%;background: url('../images/banner-front.webp') no-repeat center center/contain;z-index: 4;bottom: -60px;right: 0;pointer-events: none;}
    .banner-wrapper .fluid-container {display: flex;justify-content: flex-start;align-items: center;height: 100%;position: relative;z-index: 3;}
    .banner-inner {position: relative;width: 100%;max-width: 600px;padding: 150px 0 0;z-index: 5;}
    .banner-inner h1 {text-align: start;text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);}
    .banner-inner h1 span {color: #fff;}
    .banner-inner .common-btn {padding: 30px 0 0;}
	    .owl-carousel.no-js .slider:not(:first-child) {
      display: none;
    }

/* home-banner */

/* welcome */
    .welcome-wrapper{padding: 100px 0;}
	.welcome-inner span {width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;position: relative;margin: 0 0 0 145px;animation: swingPlane 2s infinite ease-in-out alternate;}
	.welcome-inner span::after {content: "";position: absolute;width: 143%;height: 36%;background: url('../images/flag.webp') no-repeat center center/contain;z-index: 5;bottom: 0;right: 7%;left: 95%;top: 23%;z-index: -1;animation: flagBounce 1.5s ease-in-out infinite alternate;}
	@keyframes flagBounce {
	  from {
	    transform: translateY(-10px);
	  }
	  to {
	    transform: translateY(10px);
	  }
	}

	@keyframes swingPlane {
	  from {
	    transform: rotateX(25deg);
	  }
	  to {
	    transform: rotateX(-25deg);
	  }
	}
    .welcome-inner span img{width: 100%;max-width: 400px;}
    .welcome-inner p{text-align: center;line-height: 2;width: 100%;max-width: 1000px;margin: auto;}
    .welcome-inner .common-btn{display: flex;justify-content: center;align-items: center;padding: 20px 0px 0px;}
/* welcome */

/* activities-wrapper */
    .activities-wrapper{display: flex;align-items: stretch;}
    .activities-1{width: 100%;max-width: 100%;padding: 60px 30px;cursor: pointer;transition: all 0.3s ease-in-out;}
    .activities-1 span{width: 100%;max-width: 100px;display: flex;justify-content: center;align-items: center;margin: auto;animation: enlargeShrink 2s ease-in-out infinite;}
	@keyframes enlargeShrink {
		0%, 100% {
		  transform: scale(1);    
		}
		50% {
		  transform: scale(1.1);   
		}
	  }
	  
	  .enlarge-shrink {
		animation: enlargeShrink 2s ease-in-out infinite;
	  }
    .activities-1 span img{width: 100%;max-width: 100px;filter: invert(99%) sepia(0%) saturate(7426%) hue-rotate(173deg) brightness(117%) contrast(95%);}
    .activities-1 p{color: #fff;text-align: center;font-weight: 600;margin: 0;padding: 10px 0 0 0;}
    .activities-1:nth-child(1){background-color: #4c9bc6;}
    .activities-1:nth-child(4){background-color: #666885;}
    .activities-1:nth-child(3){background-color: #92c896;}
    .activities-1:nth-child(2){background-color: #fee162;}
    .activities-1:nth-child(2) span img{filter: invert(19%) sepia(14%) saturate(2261%) hue-rotate(160deg) brightness(94%) contrast(89%);}
    .activities-1:nth-child(2) p{color: #1b3c51;}
	.tabs{width:100%;max-width: 100%;;display: flex;justify-content: center;white-space: nowrap;background: none;}
	.special-care-wrapper {display: none;}
	.special-care-wrapper.active {display: block;}
	.activities-1:nth-child(1):hover{background-color: #4c9bc6b8;}
    .activities-1:nth-child(4):hover{background-color: #666885d9;}
    .activities-1:nth-child(3):hover{background-color: #92c896b8;}
    .activities-1:nth-child(2):hover{background-color: #fee162a3;}
/* activities-wrapper */

/* special-care */
	.special-care-wrapper{position: relative;padding: 100px 0 150px;}
	.special-care-wrapper::before {content: "";position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;background: linear-gradient(to right , #92c896c4, #f5c18ded);}
	#tab-1.special-care-wrapper::before {background: linear-gradient(to right , #4c9bc6, #f5c18de0);}
	#tab-4.special-care-wrapper::before {background: linear-gradient(to right , #666885, #f5c18de0);}
	#tab-3.special-care-wrapper::before {background: linear-gradient(to right , #92c896, #f5c18de0);}
	#tab-2.special-care-wrapper::before {background: linear-gradient(to right , #fee162, #f5c18de0);}
	.special-care-inner{display: flex;justify-content: center;align-items: center;gap: 100px;position: relative;}
	.special-care-left{width: 100%;max-width: 500px;}
	.special-care-left p{text-align: start;}
	.special-care-right{width: 100%;max-width: 600px;position: relative;}
	.special-care-inner span{width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;position: relative;margin: auto;}
	.special-care-inner span::before{content: "";position: absolute;width: 100px;height: 100px;border-radius: 50%;background: url('../images/open-book.webp') no-repeat center center/contain;}
	.special-care-inner span img{width: 100%;max-width: 400px;height: 400px;border-radius: 50%;border: 1px solid var(--red);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.special-care-right .icons .circle-icons {width: 100%;max-width: 100px;height: 100px;border-radius: 50%;position: absolute;display: flex;justify-content: center;align-items: center;animation: rotate 4s linear infinite;}
	.special-care-left h2,
	.special-care-left p {color: #fff;}
	#tab-2 .special-care-left h2,
	#tab-2 .special-care-left p {color: #000;}
	@keyframes rotate {
		0% {
		  transform: rotate(0deg);
		}
		100% {
		  transform: rotate(360deg);
		}
	  }
	  @keyframes pulse {
		0%, 100% {
		  transform: scale(1);
		}
		50% {
		  transform: scale(1.2);
		}
	  }
	.special-care-right .icons .circle-icons:nth-child(1){background-color: var(--red);left: 0;top: 0;rotate: -45deg;}
	.special-care-right .icons .circle-icons:nth-child(2){background-color: var(--yellow);left: -15%;bottom: 0;}
	.special-care-right .icons .circle-icons:nth-child(2) img{filter: invert(17%) sepia(87%) saturate(365%) hue-rotate(159deg) brightness(96%) contrast(94%);}
	.special-care-right .icons .circle-icons:nth-child(3){background-color: #666885;right: 0;bottom: -15%;}
	.special-care-right .icons .circle-icons img {animation: pulse 2s ease-in-out infinite;width: 100%;max-width: 50px;filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}
/* special-care */

/* quality-programs */

	.quality-programs-wrapper{padding: 100px 0;position: relative;}
	.quality-programs-wrapper::before {content: "";position: absolute;width: 26%;height: 15%;left: -12px;top: 6%;background: url('../images/tree.webp') no-repeat center center/contain;z-index: -1;}
	.quality-programs-wrapper::after {content: "";position: absolute;width: 6%;height: 15%;left: 92px;top: 13%;background: url('../images/kid-tree-hang.webp') no-repeat center center/contain;z-index: -1;animation: swing 1s infinite ease-in-out alternate;z-index: -2;transform-origin: top right;}
	@keyframes swing {
	  from {
	    transform: rotate(-15deg);
	  }
	  to {
	    transform: rotate(10deg);
	  }
	}
	.quality-programs-inner h2 {text-align: center;width: 100%;max-width: 560px;margin: auto;line-height: 1.3;}
	.quality-programs-inner h2 span{color: var(--red);}
	.quality-programs-list{padding: 30px 0 0;display: flex;justify-content: center;align-items: stretch;gap: 50px;}
	.quality-programs-list-1{width: 100%;max-width: 350px;}
	.quality-programs-list-1 span{width: 100%;max-width: 350px;display: flex;justify-content: center;align-items: center;margin: auto;}
	.quality-programs-list-1 span img{width: 100%;max-width: 350px;}
	.quality-programs-list-1 h3{text-align: center;position: relative;padding: 20px 0 0;text-shadow: none;}
	.quality-programs-list-1:nth-child(1) h3{color: var(--cream);}
	.quality-programs-list-1:nth-child(2) h3{color: var(--yellow);}
	.quality-programs-list-1:nth-child(3) h3{color: var(--green);}
	.quality-programs-list-1 h3::before{content: "";position: absolute;width: 100px;height: 1px;background-color: red;top: 20px;left: 0;bottom: 0;margin: auto;}
	.quality-programs-list-1 h3::after{content: "";position: absolute;width: 100px;height: 1px;background-color: red;top: 20px;right: 0;bottom: 0;margin: auto;}
	.quality-programs-list-1:nth-child(1)::before, .quality-programs-list-1:nth-child(1)::after{background-color: var(--cream);}
	.quality-programs-list-1:nth-child(2)::before , .quality-programs-list-1:nth-child(2)::after{background-color: var(--yellow);}
	.quality-programs-list-1:nth-child(3)::before , .quality-programs-list-1:nth-child(3)::after{background-color: var(--green);}
	.quality-programs-list-1 p{text-align: center;}
	.quality-programs-list-1:nth-child(1) h3::before{width: 115px;background-color: var(--cream);}
	.quality-programs-list-1:nth-child(1) h3::after{width: 115px;background-color: var(--cream);}
	.quality-programs-list-1:nth-child(2) h3::before{width: 100px;background-color: var(--yellow)}
	.quality-programs-list-1:nth-child(2) h3::after{width: 100px;background-color: var(--yellow)}
	.quality-programs-list-1:nth-child(3) h3::before{width: 95px;background-color: var(--green);}
	.quality-programs-list-1:nth-child(3) h3::after{width: 95px;background-color: var(--green);}
	.quality-programs-list-1 .common-btn{display: flex;justify-content: center;align-items: center;}
/* quality-programs */

/* cta-home */
	.cta-home-wrapper{padding: 100px 0;position: relative;}
	.cta-inner{position: relative;}
	.cta-inner h2{text-align: center;}
	.cta-inner .common-btn{display: flex;justify-content: center;align-items: center;padding: 10px 0 0;}
	.cta-home-wrapper::before{content: "";position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;background: linear-gradient(to right , #92c896c4, #f5c18ded);}
/* cta-home */

/* qualified-teacher */
	.qualified-teacher-wrapper {padding: 300px 0 0;position: relative;}
	.qualified-teacher-wrapper::before {content: "";position: absolute;width: 100%;height: 40%;background: url('../images/mid-2-kid-hangers.webp') no-repeat center center/contain;top: -6%;right: 0;left: 0;margin: auto;z-index: -1;animation: ropeBounceAlternate 2s ease-in-out infinite alternate;}
	.qualified-teacher-wrapper::after {content: "";position: absolute;width: 100%;height: 40%;background: url('../images/2-kid-hangers.webp') no-repeat center center/contain;top: -6%;right: 0;left: 0;margin: auto;z-index: -1;animation: ropeBounce 2s ease-in-out infinite alternate;}
	@keyframes ropeBounce {
	  0%   { transform: translateY(0); }
	  50%  { transform: translateY(-20px); }
	  100% { transform: translateY(0); }
	}
	@keyframes ropeBounceAlternate {
	  0%   { transform: translateY(-20px); }
	  50%  { transform: translateY(0px); }
	  100% { transform: translateY(-20px); }
	}
	.qualified-teacher-inner h2{text-align: center;}
	.qualified-teacher-list{padding: 40px 0 0;}
	.qualified-teacher-1{width: 100%;text-align: center; margin: 0 auto;}
	.qualified-teacher-1 span{width: 100%;max-width: 300px;display: flex;justify-content: center;align-items: center;border-radius: 50%;margin: 0 auto;}
	.qualified-teacher-1 span img{width: 100%;max-width: 300px;border-radius: 50%;}
	.qualified-teacher-1 h3{text-align: center;padding-top: 10px;text-shadow: none;}
	.qualified-teacher-1 p {text-align: center;margin: 0;color: #1b3c51;font-weight: 500;}
	.qualified-teacher-1:nth-child(1) h3{color: #99c39e;font-weight: 600;}
	.qualified-teacher-1:nth-child(2) h3{color: #fae369;font-weight: 600;}
	.qualified-teacher-1:nth-child(3) h3{color: #ed7771;font-weight: 600;}
	.qualified-teacher-1:nth-child(1) span{border: 4px solid #99c39e !important;}
	.qualified-teacher-1:nth-child(2) span{border: 4px solid #fae369 !important;}
	.qualified-teacher-1:nth-child(3) span{border: 4px solid #ed7771 !important;}
	.owl-carousel.qualified-teacher-list .owl-stage-outer, .owl-carousel.qualified-teacher-list .owl-stage-outer .owl-item, .owl-carousel.qualified-teacher-list {overflow: visible !important;}
/* qualified-teacher */
/* resources */
	.resources-wrapper{padding: 245px 0 100px;background-color: var(--blue);position: relative;}
	.resources-wrapper::before {content: "";position: absolute;width: 100%;height: 36%;background: url('../images/cloud.webp') no-repeat center center/cover;top: 0;left: 0;right: 0;margin: auto;}
	.resources-inner{display: flex;justify-content: center;align-items: center;gap: 60px;}
	.resources-inner span{width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;}
	.resources-inner span img {width: 100%;max-width: 400px;border-radius: 20px;height: 400px;object-fit: cover;}
	.resources-right{width: 100%;max-width: 500px;}
	.resources-right h2{text-align: start;color: var(--white);}
	.resources-right h2 span{color: var(--cream);width: unset;max-width: unset;display: unset;}
	.resources-right p{color: var(--white);}
/* resources */

/* home-gallery */
	.home-scroll-gallery{padding: 80px 0px 0px;}
	.home-scroll-gallery h2{padding: 0px 0px 15px;text-align: center;}
	.home-scroll-inner{display: flex;justify-content: center;align-items: stretch;gap: 10px;}
	.home-scroll-inner span {width: 100%;max-width: 500px;display: flex;justify-content: center;align-items: center;}
	.home-scroll-inner span img {width: 500px;}
/* home-gallery */

/* Get in Touch */
	.contact-us-wrapper{padding: 100px 0;position: relative;}
	.contact-us-wrapper::before {content: "";position: absolute;width: 100%;height: 100%;background-color: #fff5edd9;top: 0;}
	.contact-us-inner{position: relative;}
	.contact-us-inner h2{text-align: center;}
/* Form */
    .index-form {display: flex;justify-content: center;align-items: center;gap: 30px;flex-wrap: wrap;width: 100%;max-width: 900px;margin: auto;padding: 30px 0 0;}
	.input-wrapper {position: relative;margin-bottom: 10px;width: 100%;max-width: 400px;background: var(--white);border: 1px solid #0000003b;border-radius: 10px;}
/* Form */

/* Lable Animation */
	.user-box input, .user-box-readonly input, .user-box select {width: 100%;padding: 20px 0 10px 10px;font-size: 18px;border: none;outline: none;position: relative;color: #131313;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.user-box textarea { width: 100%; margin: 20px 0 10px 5px; font-size: 18px; border: none; outline: none; background: transparent; position: relative; height: 22px;color: #131313;}
    .user-box label, .user-box-readonly label {position: absolute;top: 0;left: 0;padding: 15px;font-size: 20px;color: #131313;pointer-events: none;}
	.user-box-readonly label {top: -15px;}
	.banner-details-right .user-box-readonly label { top: -15px;}
	.user-box-readonly select {padding: 20px 0 10px;}
	input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; transition: background-color 5000s ease-in-out 0s; }
	input:-webkit-autofill {-webkit-text-fill-color: #1b1a1a !important; }
	form.index-page input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; }
	.input-color input:-webkit-autofill {-webkit-text-fill-color: #131313 !important; }
	.user-box input:not(:placeholder-shown) + label, .user-box textarea:not(:placeholder-shown) + label { opacity: 0; visibility: hidden;}
/* Lable Animation */
	.get-in-touch-wrapper {padding: 100px 0 0;}
	.get-in-touch-inner-wrapper { display: flex; justify-content: center; align-items: stretch; width: 100%; max-width: 1200px; margin: auto; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.get-in-touch-inner-wrapper > span { display: flex; justify-content: center; align-items: center; width: 100%; max-width: 50%; position: relative; }
	.get-in-touch-inner-wrapper > span img { width: 100%; max-width: 100%; height: 545px; object-fit: cover; }
	.get-in-touch-inner-wrapper > span::before { content: ''; position: absolute; background: linear-gradient(20deg, #EE4C0CCF 0%, #00000045 100%); top: 0; left: 0; width: 100%; height: 100%; }
	.get-in-touch-form { padding: 30px; width: 100%; max-width: 50%;}
    .contact-us-inner .common-btn{display: flex;justify-content: center;align-items: center;margin: auto;width: 100%;max-width: fit-content;}
/* Get in Touch */

/* footer */
	.footer-wrapper{background-color: var(--blue);padding: 0 0 50px;}
	.footer-inner .footer-logo{width: 100%;max-width: 140px;display: flex;justify-content: center;align-items: center;margin: auto;border-top: 2px solid var(--cream);}
	.footer-inner .footer-logo img{width: 100%;max-width: 140px;}
	.footer-bottom{display: flex;justify-content: space-between;align-items: flex-start;gap: 30px;padding: 20px 0 0;}
	.footer-section span {color: var(--white);font-size: 24px;font-weight: 500;display: flex;justify-content: center;align-items: center;}
	.footer-section p{color: var(--white);text-align: start;font-size: 17px;}
	.footer-section:nth-child(1){width: 100%;max-width: 415px;}
	.footer-section:nth-child(2){width: 100%;max-width: 200px;}
	.footer-section:nth-child(1) span{justify-content: flex-start;}
	.footer-section:nth-child(3){max-width: 330px;}
	.footer-section ul li{display: flex;justify-content: center;align-items: center;}
	.footer-section ul li a{color: var(--white);text-align: center;padding: 10px 0;font-weight: 500;font-size: 17px;}
	.footer-section ul li a:hover{color: #eab602}
	.footer-section .contacts{display: flex;justify-content: flex-start;align-items: center;gap: 15px;flex-wrap: wrap;padding-top: 10px;}
	.contacts-1 {display: flex;justify-content: flex-start;align-items: center;gap: 7px;color: var(--white);}
	.contacts-1:hover{color: #eab602;}
	.contacts-1 .icon{width: 100%;max-width: 20px;display: flex;justify-content: center;align-items: center;}
	.contacts-1 .icon img{width: 100%;max-width: 20px;filter: invert(87%) sepia(34%) saturate(727%) hue-rotate(346deg) brightness(101%) contrast(103%);}
	.footer-gallery{display: flex;justify-content: center;align-items: stretch;gap: 10px;flex-wrap: wrap;padding: 15px 0 0;}
	.footer-section:nth-child(3) .footer-gallery-1{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 100px;border-radius: 5px;}
	.footer-section:nth-child(3) .footer-gallery-1 img{width: 100%;max-width: 100px;border-radius: 5px;}
	.copyrights-wrapper{background-color: var(--red);}
	.copyrights-wrapper .copyrights{display: flex;justify-content: space-between;align-items: center;gap: 30px;flex-wrap: wrap;padding: 10px 0;}
	.copyrights-wrapper .copyrights p{text-align: start;color: var(--white);margin: 0;font-size: 14px;}
	.copyrights-wrapper .copyrights a{color: var(--white);font-size: 14px;}
	.copyrights-wrapper .copyrights a:hover{color: #030303;}
	.custom-shape-divider-bottom-1747227019 {position: absolute;bottom: 0;left: 0;width: 100%;overflow: hidden;line-height: 0;transform: rotate(180deg);}
	.custom-shape-divider-bottom-1747227019 svg {position: relative;display: block;width: calc(100% + 1.3px);height: 120px;}
	.custom-shape-divider-bottom-1747227019 .shape-fill {fill: #fff5ed;}
	.footer-section ul li a.act-link {color: #ffcc00; }
/* footer */


	.innerpage-wrapper{padding: 60px 0;}
	.inner-banner-wrapper {width: 100%;height: 400px;position: relative;margin: 0 0;}
	.inner-banner-wrapper::before{content: "";position: absolute;width: 100%;height: 100%;background: linear-gradient(to right, #a1333b, #0000002e);;}
	.inner-banner-wrapper .fluid-container {display: flex;justify-content: flex-start;align-items: flex-end;width: 100%;height: 100%;padding-bottom: 40px;}
	.inner-banner{width: 100%;max-width: 100%;z-index: 1;}
	.inner-banner h1 {font-weight: 400;text-align: start;color: #eab602;font-size: 42px;padding: 0 0 10px;}
	.breadcrumb-wrapper {width: 100%;max-width: fit-content;}
	.breadcrumb {display: flex;justify-content: flex-start;align-items: center;gap: 8px;flex-wrap: wrap;border-top-left-radius: 4px;border-top-right-radius: 4px;}
	.breadcrumb li a {font-size: 18px;font-weight: 600;color: var(--white);}
	.breadcrumb span {font-size: 18px;font-weight: 400;color: var(--white);}
	.breadcrumb li{color: var(--white);}
	.inner-wrapper{padding: 100px 0;}
	.about-wrapper{padding: 100px 0 150px;}
	.about-top-img{display: flex;justify-content: center;align-items: center;gap: 20px; padding: 0 0 30px;;}
	.about-top-img span{width: 100%;max-width: 300px;display: flex;justify-content: center;align-items: center;border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.about-top-img span img{width: 100%;max-width: 300px;border-radius: 10px;}
	.about-top-img span:nth-child(2){transform: translateY(-30px);}
	.about-philosophy{display: flex;justify-content: center;align-items: center;gap: 100px;padding: 30px 0 50px;}
	.about-big-small{width: 100%;max-width: 500px;position: relative;}
	.about-big-small::before {content: "";position: absolute;width: 55%;bottom: 0;right: -10%;margin: auto;background: url('../images/blob.webp') no-repeat center center/contain;height: 40%;animation: floatUpDown 3s ease-in-out infinite;}
	@keyframes floatUpDown {
	  0% {
	    transform: translateY(0px);
	  }
	  50% {
	    transform: translateY(-20px);
	  }
	  100% {
	    transform: translateY(0px);
	  }
	}
	.about-content{width: 100%;max-width: 600px;}
	.about-content h2{text-align: start;}
	.about-content p{text-align: start;}
	.about-big{width: 100%;max-width: 500px;display: flex;justify-content: center;align-items: center;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.about-big img{width: 100%;max-width: 500px;border-radius: 50%;}
	.about-big-small .about-small {width: 100%;max-width: 250px;display: flex;justify-content: center;align-items: center;position: absolute;left: 0;bottom: 0;border: 15px solid #fff;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.about-big-small .about-small img{width: 100%;max-width: 250px;border-radius: 50%;}
	.vision-mission {display: flex;justify-content: center;align-items: center;gap: 50px;}
	.vision-mission-left{width: 100%;max-width: 350px;position: relative;}
	.vision-mission-left span:nth-child(1){width: 100%;max-width: 300px;height: 300px;display: flex;justify-content: center;align-items: center;background-color: var(--blue);border-radius: 50%;border: 20px solid #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.vision-mission-left span:nth-child(1) img{width: 100%;max-width: 200px;filter: invert(73%) sepia(97%) saturate(256%) hue-rotate(0deg) brightness(102%) contrast(100%);}
	.vision-mission-left span:nth-child(2) {width: 100%;max-width: 150px;height: 150px;display: flex;justify-content: center;align-items: center;background-color: var(--blue);border-radius: 50%;border: 10px solid #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;position: absolute;right: 0%;bottom: -18%;}
	.vision-mission-left span:nth-child(2) img{width: 100%;max-width: 80px;filter: invert(79%) sepia(17%) saturate(585%) hue-rotate(74deg) brightness(92%) contrast(90%);}
	.vision-mission-right{width: 100%;max-width: 900px;}
	.inner-wrapper.curriculum-wrapper{padding: 0;}
	.about-curriculum-wrapper{padding: 50px 0;background-color: #f5c18d30;}
	.about-curriculum-wrapper .fluid-container{position: relative;}
	.curriculum-benefits-wrapper .fluid-container::before {content: "";position: absolute;width: 700px;height: 700px;border: 60px solid #42b8d333;top: -80%;left: -42%;border-radius: 50%;}
	.about-curriculum-inner{display: flex;justify-content: center;align-items: center;gap: 60px;}
	.about-curriculum-inner span{width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;border-radius: 20px;position: relative;}
	.about-curriculum-left{width: 100%;max-width: 400px;position: relative;}
	.about-curriculum-left::before {content: "";position: absolute;width: 100px;height: 100px;border: 9px solid #827bdb;bottom: 10%;left: -1%;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.about-curriculum-inner span::before {content: "";position: absolute;width: 150px;height: 150px;border: 15px solid #eab602;bottom: -65px;right: 30%;border-radius: 50%;z-index: -1;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	@keyframes pulseExpand {
		0%, 100% {
			width: 150px;
			height: 150px;
		}
		50% {
			width: 180px;
			height: 180px;
		}
	}
	.about-curriculum-inner span::after {content: "";position: absolute;width: 50px;height: 50px;border: 5px solid var(--red);bottom: -65px;left: 0;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.about-curriculum-inner span img{width: 100%;max-width: 400px;}
	.curriculum-content{width: 100%;max-width: 800px;}
	.curriculum-content p{text-align: start;}
	.curriculum-benefits-wrapper{padding: 50px 0 80px;overflow: hidden;}
	.curriculum-benefits-wrapper .fluid-container{position: relative;}
	.curriculum-benefits-wrapper .fluid-container::before {content: "";position: absolute;width: 700px;height: 700px;border: 60px solid #42b8d333;top: -80%;left: -42%;border-radius: 50%;}
	.curriculum-benefits-inner{display: flex;justify-content: center;align-items: center;gap: 75px;}
	.curriculum-benefits-inner h2{width: 100%;max-width: 260px;position: relative;}
	.curriculum-benefits-inner h2::before {content: "";position: absolute;width: 80px;height: 80px;border: 8px solid var(--red);bottom: -52%;left: -30%;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.curriculum-benefits-inner h2::after {content: "";position: absolute;width: 20px;height: 20px;border: 5px solid var(--green);top: 0;left: -13%;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.curriculum-right {display: flex;justify-content: center;align-items: stretch;gap: 20px;flex-wrap: wrap;width: 100%;max-width: 900px;position: relative;}
	.curriculum-right::before {content: "";position: absolute;width: 30px;height: 30px;border: 5px solid #c194ee;bottom: 0;left: -13%;border-radius: 50%;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.curriculum-1 {width: 100%;max-width: 425px;display: flex;justify-content: flex-start;align-items: flex-start;gap: 15px;}
	.curriculum-1 span{display: flex;justify-content: center;align-items: center;width: 100%;max-width:80px;height: 80px;box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px, rgba(0, 0, 0, 0.23) 0px 1px 3px;border-radius: 10px;}
	.curriculum-1 span img{width: 100%;max-width: 50px;filter: invert(1);}
	.curriculum-1-content h3{font-weight: 500;}
	.curriculum-1 p{text-align: start;margin: 5px 0 0;}
	.curriculum-1:nth-child(1) span{background-color: var(--green);}
	.curriculum-1:nth-child(2) span{background-color: var(--red);}
	.curriculum-1:nth-child(3) span{background-color: var(--blue);}
	.curriculum-1:nth-child(4) span{background-color: var(--purple);}
	.curriculum-1:nth-child(5) span{background-color: var(--yellow);}
	.curriculum-1:nth-child(6) span{background-color: var(--cream);}
	.curriculum-1 h3{color: var(--green);}
	.curriculum-1:nth-child(1) h3{color: var(--green);}
	.curriculum-1:nth-child(2) h3{color: var(--red);}
	.curriculum-1:nth-child(3) h3{color: var(--blue);}
	.curriculum-1:nth-child(4) h3{color: var(--purple);}
	.curriculum-1:nth-child(5) h3{color: var(--yellow);}
	.curriculum-1:nth-child(6) h3{color: var(--cream);}
	.programs-inner{padding: 0 0 20px;width: 100%;max-width: 450px;margin: auto;}
	.programs-inner h2{text-align: center;}
	.points{padding: 20px 0 0;}
	.points li {padding: 0 0 30px 50px;display: flex;justify-content: flex-start;align-items: flex-start;gap: 10px;position: relative;font-size: 20px;}
	.programs-inner .points li span{left: -90%;}
	.points span {width: 100%;max-width: 40px;height: 40px;border-radius: 50%;border: 1px solid var(--green);display: flex;justify-content: center;align-items: center;top: -8px;background-color: var(--green);position: absolute;left: 0;right: 0;margin: auto;}
	.points span img{width: 100%;max-width: 15px;}
	.programs-1-inner{display: flex;justify-content: center;align-items: center;gap: 60px;}
	.programs-1-inner span{width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;position: relative;}
	.programs-1-inner b{font-size: 20px;padding: 10px 0px 0px;display: block;}
	.programs-1:nth-child(2n) .programs-1-inner b{text-align: end;}
	@keyframes floatUpDown {
	  0% {
	    transform: translateY(0px);
	  }
	  50% {
	    transform: translateY(-20px);
	  }
	  100% {
	    transform: translateY(0px);
	  }
	}
	.programs-1-inner span img{width: 100%;max-width: 400px;border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.programs-1{padding: 60px 0;position: relative;}
	.programs-1:nth-child(2n+1) {background-color: #f5c18d30;}
	.programs-1:nth-child(2n) .programs-1-inner{flex-direction: row-reverse;}
	.programs-1:nth-child(2n) .programs-1-inner h3{text-align: end;}
	.programs-content{width: 100%;max-width: 700px;}
	.careers-inner h2{padding: 0 0 30px;text-align: center;}
	.careers-1{display: flex;justify-content: space-between;align-items: center;padding: 30px 0;}
	.careers-1-left{display: flex;justify-content: flex-start;align-items: flex-start;gap: 20px;width: 100%;max-width: 800px;}
	.careers-1-left span{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 90px;height: 90px;background-color: var(--red);border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.careers-1-left span img{width: 100%;max-width: 50px;filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(101deg) brightness(106%) contrast(101%);}
	.careers-info {display: flex;justify-content: flex-start;align-items: center;gap: 10px;}
	.careers-info .icon{display: flex;justify-content: center;align-items: center;width: 100%;max-width: 30px;}
	.careers-info .icon img{width: 100%;max-width: 30px;filter: invert(32%) sepia(45%) saturate(1494%) hue-rotate(318deg) brightness(97%) contrast(96%);}
	.careers-1-left-content-info {display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;gap: 30px;padding: 15px 0 0;}
	.careers-1-left-content h3{font-weight: 500;}
	.careers-info p{margin: 0;}
	.career-requirements{border-top: 2px solid var(--red);}
	.career-requirements .points span{right: unset; margin: unset;}
	.career-requirements h4{padding: 20px 0 0;}
	.career-details-inner h3{border-top: 2px solid var(--red);border-bottom: 2px solid var(--red);padding: 10px 0;}
	.career-details-inner h2{padding: 0 0 20px;}
	.contact-us-top{display: flex;justify-content: space-between;align-items: stretch;gap: 40px;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;padding: 10px;border-radius: 10px;background-color: var(--red);margin: 0 0 40px;}
	.contact-us-left{width: 100%;max-width: 700px;background-color: var(--blue);padding: 20px;border-radius: 10px;}
	.contact-us-left p{color: var(--white);margin: 0;text-align: start;}
	.contact-us-left .heading h2{color: var(--yellow);text-align:start}
	.contact-us-right {width: 100%;max-width: 600px;border-radius: 10px;}
	.contact-us-left h2{text-align: start;color: var(--white);}
	.inputbox {display: flex;justify-content: center;align-items: stretch;gap: 10px;margin: 10px 0;}
	.inputbox .icon {width: 100%;max-width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;background-color: var(--green);border-radius: 5px;box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;}
	.inputbox .icon img{width: 100%;max-width: 20px;filter: invert(100%) sepia(0%) saturate(7478%) hue-rotate(217deg) brightness(103%) contrast(102%);}
	.inputbox input {border-radius: 5px;padding: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;font-size: 18px;background-color: var(--white);border: 1px solid var(--red);}
	.inputbox.message textarea{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 10px;border-radius: 5px;background-color: var(--white);border: 1px solid var(--red);}
	.inputbox input input::placeholder, textarea::placeholder {font-size: 18px;}
	.submit-btn{padding: 20px 0 20px 60px;}
	.contact-form-inner-left .inputbox.message {align-items: flex-start;}
	.contact-form-inner-left .submit-btn button {background-color:var(--green);padding: 10px;border-radius: 5px;color: #fff;font-weight: 600;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;width: 100%;max-width: 150px;}
	.contact-form-inner-left .submit-btn button:hover{background: var(--yellow);}
	.contact-form-inner-left .submit-btn{display: flex;justify-content: flex-end;align-items: center;}
	.contact-details-1{display: flex;justify-content: flex-start;align-items: flex-start;gap: 15px;padding: 20px 0;}
	.contact-details-text{width: 100%;max-width: 100%;}
	.contact-details-text h4 {text-align: start;margin: 0;font-size: 20px;color: var(--yellow);font-weight: 500;border-bottom: 1px solid var(--white);margin-bottom: 5px;padding-bottom: 5px;font-weight: 600;}
	.contact-details-text p {display: flex;justify-content: flex-start;align-items: center;color: var(--white);margin: 0;text-align: start;}
	.contact-details-1 span{width: 100%;max-width: 50px;height: 50px;border: 1px solid var(--white);border-radius: 5px;display: flex;justify-content: center;align-items: center;background-color: var(--yellow);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.contact-details-1 span img{width: 100%;max-width: 20px;filter: invert(17%) sepia(21%) saturate(1598%) hue-rotate(160deg) brightness(98%) contrast(88%);}
	.contact-details-1:hover .contact-details-text p{color: var(--green);}
/* go to top */
    #to-top {cursor: pointer;position: fixed;bottom: 25px;right: 25px;width: 40px;z-index: 9;border-radius: 50%;rotate: 0deg;}
    #to-top img{filter: invert(73%) sepia(35%) saturate(3919%) hue-rotate(351deg) brightness(94%) contrast(93%);}



/* eror */
	.eror-inner{display: flex;justify-content: center;align-items: center; gap: 60px;}
	.eror-inner span{width: 100%;max-width: 500px;display: flex;justify-content: center;align-items: center;}
	.eror-inner span img{width: 100%;max-width: 500px;}
	.error-right{width: 100%;max-width:600px;} 
	.error-right h1{text-align: start;color: var(--red);}
	.error-right h3{text-align: start;}
	.error-right p{text-align: start;}
/* eror */

/* sitemap */
	.sitemap-inner{display: flex;justify-content: center;align-items: flex-start;gap: 20px;}
	.sitemap-inner a{color: var(--white);background-color: var(--blue);padding: 15px;border-radius: 5px;}
	.sitemap-inner a:hover{background-color: var(--red);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
	.sitemap-inner li ul.submenu li:first-child {margin-top: 15px;padding: 0 0px 0 50px;}

/* sitemap */

/* grant css */
	.common-li{padding: 0px 0px 0px 30px;}
	.common-li li::before {content: '';position: absolute;width: 8px;height: 8px;border-radius: 50%;background: #0c0c0c;top: 10px;left: 0;}
	.common-li li {position: relative;font-size: 18px;padding: 0px 20px;margin: 15px 0px;line-height: 1.6;color: #3a3a3a;    text-align: justify;}
	.subsidy-grant-wrapper{padding: 80px 0px;}
	.subsidy-grant-inner-wrapper span{font-size: 18px;}
	.subsidy-grant-inner-wrapper b{font-size: 18px;}
	.subsidy-grant-inner-wrapper p a{color: var(--red);font-weight: 500;}
	.button-class{display: flex;justify-content: flex-start;align-items: center;gap: 20px;}
/* grant css */

