/* basic style */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
position: relative;/*
color: #114B5F;
background: #F3EFDC; */
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
a{
    display: inline-block;
    transition: all ease .6s;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
small{
    display: inline-block;
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
/* media style */
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.container {
    max-width: 1224px;
}
/* header start */
.header-top {
    background: #F3EFDC;
    padding: 12px 0;
}
.header-top .top-left .d-flex li.underline::before{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #F5BB00;
}
.header-top .top-left .d-flex li::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    right: 0;
    background: #D76A03;
    height: 20px;
    width: 2px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='22' viewBox='0 0 24 22' fill='%23FFFFFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.1875' y1='1.8125' x2='22.5625' y2='1.8125' stroke='%23FFFFFF' stroke-width='2.375' stroke-linecap='round'/%3E%3Cline x1='1.1875' y1='11.3125' x2='22.5625' y2='11.3125' stroke='%23FFFFFF' stroke-width='2.375' stroke-linecap='round'/%3E%3Cline x1='1.1875' y1='20.8125' x2='22.5625' y2='20.8125' stroke='%23FFFFFF' stroke-width='2.375' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    border-color: #FFFFFF;
}
.header-top   .top-left .d-flex li:first-child::after{
    display: none;
}
.header-top   .top-left .d-flex li a{
    color: #114B5F;
}
.header-top   .top-left .d-flex li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
    color: #114B5F;
    position: relative;
    margin: 0 19px;
}
.header-top  .top-right .d-flex li:last-child{
    margin-right: 0;
}
.header-top  .top-right .d-flex li {
    margin-right: 9px;
}
.wrapper {
    padding-top: 53px;
    background: #96B022;
    color: #fff;
}
.wrapper header .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    border-bottom: 2px solid #F5BB00 !important;
}
.wrapper header {
    background: #96b021;
}
.wrapper header  .navbar  .collapse .navbar-nav .nav-item:last-child{
    margin-right: 0;
}
.wrapper header  .navbar  .collapse .navbar-nav .nav-item {
    margin-right: 34px;
}
.wrapper header .navbar .collapse .navbar-nav .nav-item .nav-link:hover{
    border-bottom: 2px solid #F5BB00 !important;
}
.wrapper header .navbar .collapse .navbar-nav .nav-item .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}
.wrapper header .dropdown-menu {
    padding: 10px 10px;
    margin-top: 0;
    border: 0;
    border-radius: 0px 20px 20px 20px;
    min-width: 223px;
    background: #f3efdc;
}
.wrapper header .dropdown-menu li{}
.wrapper header .dropdown-menu li .dropdown-item:hover{
    background: #96B022;
border-radius: 5px;
color: #F3EFDC;

}
.wrapper header .dropdown-menu li .dropdown-item{
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-transform: capitalize;
color: #96B022;
padding: 5px 10px;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
    transition: all ease .6s;
 }

 */
.video-body {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-body-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.modal h5 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    color: #f0f0f0;
}



.fixed-top{
    transition: all ease .8s;
}
.banner {
    background: #96b021;
}
.banner .banner-slider{
    z-index: 99;
}
.banner .box {
    border-bottom: 15px solid #F5BB00;
    position: relative;
    z-index: 9;
}
.banner .box1 {
    background: url(../images/hero1.jpg);
    padding-top: 221px;
    padding-bottom: 163px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner .box2 {
    background: url(../images/hero2.jpg);
    padding-top: 221px;
    padding-bottom: 163px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner .box3 {
    background: url(../images/hero3.jpg);
    padding-top: 221px;
    padding-bottom: 163px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner .box4 {
    background: url(../images/hero4.jpg);
    padding-top: 221px;
    padding-bottom: 163px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner .box5 {
    background: url(../images/hero5.jpg);
    padding-top: 221px;
    padding-bottom: 163px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.banner .box h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #F3EFDC;
    margin-bottom: 50px;
}
.banner .box a {
    background: rgba(150, 176, 34, 0.51);
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    padding: 13px 30px 13px 30px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.banner .box a:hover{
    background: rgba(150, 176, 34, 1);
}
/* header end */
/* about-us start */
.common-heading{
    padding-bottom: 105px;
}
.common-heading h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #96BD22;
}
.common-heading h2 span{
    display: inline-block;
    position: relative;
}
/*.common-heading h2 span::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: #96B022;
}*/
.about-us {
    padding-top: 229px;
    background: #F3EFDC;
    margin-top: -94px;
    position: relative;
    padding-bottom: 175px;
}
.about-us .shape{

}
.about-us .shape img:first-child {
    position: absolute;
    right: 0;
    top: 15%;
    width: 700px;
}
.about-us .shape img:last-child {
    position: absolute;
    left: 0;
    top: 52%;
    width: 700px;
}
.about-us .item {
    position: relative;
    z-index: 9;
}
.about-us .item .item-left{}
.about-us .item .item-left p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
    width: 495px;
    max-width: 100%;
    margin-bottom: 35px;
}
.about-us .item .item-left p strong{}
.about-us .item .item-left a{
    background: #F5BB00;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 20px;
}
.about-us .item .item-right{}
.about-us .item .item-right img {
    filter: drop-shadow(0px 15px 35px rgba(57, 76, 105, 0.25));
}
.about-us .item1{
    padding-bottom: 156px;
}
.about-us .item2{}
.about-us .item2 .item-right img {
}
.rounded-corners {
    border-radius: 20px;
}
.rounded-corners-sm {
    border-radius: 5px;
}
/* about-us end */
/* our-walk start */
.our-walk{
    background: #F3EFDC;
    padding-bottom: 140px;
}
.our-walk h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    color: #114B5F;
    text-align: center;
    margin-bottom: 67px;
}
.our-walk h2 span{
    display: inline-block;
    position: relative;
}
.our-walk h2 span:first-child::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #F5BB00;
}
.our-walk h2 span:last-child{
    color: #D76A03;
}
.our-walk a {

    position: relative;
}
.our-walk .slide-video{
    width: 855px;
    max-width: 100%;
    margin: 0 auto;
}
.our-walk a img:first-child {
    box-shadow: 0px 15px 25px rgb(57 76 105 / 25%);
    border-radius: 5px;
    display: block;
    margin: auto;
}
.our-walk a img:last-child{
    position: absolute;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* our-walk end */
/* Meet-team start */
.Meet-team {
    background: #f3efdc;
}
.Meet-team .slider-box{
    background: #A9C747;
}
.Meet-team .box-container {
    padding-left: 10%;
}
.Meet-team .slider-wrapper{}
.Meet-team .slider-wrapper .slider-item {
    filter: drop-shadow(2px 0px 15px rgba(57, 76, 105, 0.1));
    background: #FFFFFF;
    border-radius: 20px;
    margin: 65px 20px 50px 20px;
    padding: 42px;
}
.Meet-team .slider-wrapper .slider-item img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: -80px;
    margin-bottom: 52px;
}
.Meet-team .slider-wrapper .slider-item h4{
    margin-bottom: 23px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 107%;
    text-align: center;
    color: #96BD22;
}
.Meet-team .slider-wrapper .slider-item p{
    font-weight: 300;
    font-size: 20px;
    line-height: 107%;
    text-align: center;
    color: #96BD22;
}
.Meet-team .slick-list.draggable{
    padding-right: 120px;
}
/* Meet-team end */
.what-we {
    padding-top: 413px;
    background: #F3EFDC;
    margin-top: -265px;
    padding-bottom: 156px;
}
.what-we .item-left{}
.what-we .item-left h4 {}
.what-we .item-left h4 span:first-child{
    display: inline-block;
    position: relative;
}
.what-we .item-left h4 span:first-child::before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 5px;
    background: #F5BB00;
}
.what-we .item-left h4 span:last-child{
    color: #D76A03;
}
.what-we .item-left h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    margin-bottom: 69px;
    color: #114B5F;
}
.what-we .item-left p a:hover{
    text-decoration: underline;
}
.what-we .item-left p a{
    color: #114B5F;
    transition: all ease .4s;
}
.what-we .item-left p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
    margin-bottom: 30px;
}
.what-we .item-left p strong{}
.what-we .item-left p:last-child{
    margin-bottom: 0;
}
.what-we .item-right{}
.what-we .item-right img{}
.arrow-wrapper{}
.arrow-wrapper ul{}
.arrow-wrapper ul li{
    cursor: pointer;
    margin-right: 30px;
}
.arrow-wrapper ul li:last-child{
    margin-right: 0;
}
.arrow-wrapper ul li img{}
/* our-gallery start */
.our-gallery{
    padding-top: 180px;
    background: #F3EFDC;
    position: relative;
}
.our-gallery .shape {
    position: absolute;
    bottom: 10%;
}
.our-gallery .shape img{}
.our-gallery .our-box{
    position: relative;
    z-index: 9;
}
.our-gallery .our-box img{}
.our-gallery .link-bottom{
    text-align: center;
    padding-top: 60px;
}
.our-gallery .link-bottom a{
    background: #F5BB00;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 13px 20px;
}
/* our-gallery end */
.fees {
    padding-top: 135px;
    background: #f3efdc;
}
.fees .top-pfees {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #114B5F;
}
.fees .box1 {
    padding-top: 45px;
}
.fees .box1 h3 span{
    color: #D76A03;
}
.fees .box1 h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    color: #114B5F;
    padding-bottom: 60px;
}
.fees .box1 ul {
    padding-left: 45px;
}
.fees .box1 ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
    padding-left: 30px;
    margin-bottom: 5px;
    position: relative;
}
.fees .box1 ul li .img-fluid {
    position: absolute;
    left: 0;
    top: 7px;
}
.fees .priching-wrapper {
    padding-top: 80px;
}
.fees .priching-wrapper  {
}
.fees .priching-wrapper .item-box {
    background: #BF3100;
    border-radius: 20px;
    color: #fff;
}
.fees .priching-wrapper .item-box .item2 {
    background: #EC9F05;
    border-radius: 20px;
    padding: 40px 23px;
}
.fees .priching-wrapper .item-box .item2 h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 107%;
    text-align: center;
    text-transform: uppercase;
    color: #F3EFDC;
}
.fees .priching-wrapper .item-box .item2 hr {
    border-color: #fff;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 16px;
}
.fees .priching-wrapper .item-box .item2 h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 28px;
}
.fees .priching-wrapper .item-box .item2 ul{
    margin-bottom: 50px;
}
.fees .priching-wrapper .item-box .item2 ul li:last-child{
    margin-bottom: 0;
}
.fees .priching-wrapper .item-box .item2 ul li{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.fees .priching-wrapper .item-box .item2 a {
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 20px 10px 20px;
    transition: all ease .6s;
}
.fees .priching-wrapper .item-box .item2 a:hover{
    background: #fff;
    color: #EC9F05;
}
.fees .priching-wrapper .item-box .item1 {
    padding: 40px 20px 20px 20px;
    min-height: 133.11px;
}
.fees .priching-wrapper .item-box .item1 p{
    margin-bottom: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 107%;
/* or 17px */
text-align: center;
text-transform: uppercase;
color: #F3EFDC;
}
.fees .priching-wrapper .item-box .item1 h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #F3EFDC;
    margin-bottom: 0;
}
.fees .ring-office {
    padding-top: 75px;
    padding-bottom: 105px;
}
.fees .ring-office p a{
    color: #D76A03;
}
.fees .ring-office p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    text-align: center;
    color: #114B5F;
    margin-bottom: 0;
}
.contact {
    padding-top: 135px;
    background: #f3efdc;
    padding-bottom: 177px;
}
.contact .common-heading{}
.contact .common-heading p {
    margin-top: 30px;
}
.contact .common-heading p a{
    font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 145%;
text-align: center;
color: #114B5F;
}

.contact .item1 {
    margin-bottom: 40px;
}
.contact .item1 h4,.contact .item2 h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    color: #114B5F;
    margin-bottom: 40px;
}
.contact .item1 p:nth-child(4){
    margin-bottom: 0;
}
.contact .item1 p,.contact .item2 p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
    margin-bottom: 20px;
}
.contact .item1 p a,.contact .item2 p a{
    color: #114B5F;
}
.contact .from-right form  .form-control {
    background: #FFFFFF;
    border-radius: 6px;
    border: transparent;
    padding: 18px 21px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 174.69%;
    letter-spacing: 0.03em;
    color: #114B5F;
    margin-bottom: 26px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.contact .from-right form button {
    background: #F5BB00;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    padding: 13px 20px 14px 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 15px;
}
footer {
    background: #114B5F;
    color: #fff;
    padding: 60px 0 55px 0;
}

footer .logo-footer a .img-fluid {
    position: relative;
    top: -8px;
}

footer .item-link h4 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F3E9D2;
    margin-bottom: 17px;
}

footer  .item-link ul li:last-child{
    margin-bottom: 0;
}
footer  .item-link ul li {
    margin-bottom: 15px;
}
footer .item-link ul li a{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #F3E9D2;
}
footer .item-link ul li a:hover{
    color: #ECAE30;
}
footer .item-right {
    text-align: left;
}
footer .item-right h4{
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F3E9D2;
    margin-bottom: 38px;
}
footer .item-right form{
    position: relative;
}
footer .item-right form label {
    margin-bottom: 15px;
    display: block;
}
footer .item-right form .input-area {
    position: relative;
}
footer .item-right form input {
    background: #FFFFFF;
    border-radius: 4px 0 0 4px;
    padding: 14px 16px;
    border: 0;
}
footer .item-right form button {
    border: 0;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    margin-left: -1px;
    padding: 13px 17px;
}
footer .item-right form button img{}
footer .footer-copytext {
    padding-top: 170px;
}
footer .footer-copytext p {
    margin: 0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #F3E9D2;
}
footer .footer-copytext p a{
    color: #F3E9D2;
}
/*----------  Container menu iso-gallery  ----------*/
.container_menu_iso {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
/* Main settings isotopes images */
.img_iso {
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-radius: 20px;
}
.img_iso:hover {
    -webkit-box-shadow: 6px 4px 11px 3px #999999;
    box-shadow: 6px 4px 11px 3px #bfbfbf;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
/*=============================================
=     Isotopes Images                        =
=============================================*/
/*----------  Overlay with text on image hover ----------*/
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(30, 32, 32, 0.472);
    overflow: hidden;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
}
/* On hover, the overlay text will "zoom" in display */
.img_iso:hover .overlay {
    transform: scale(1);
}
/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
    color: white;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.img_iso img{
    border-radius: 10px;
}
header.header2 {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #96B022;
}
header.header2 .item1{
    margin-bottom: 35px;
}
header.header2 .item1 a {}
header.header2 .item1 a img{}
header.header2 ul{}
header.header2 ul li {
    margin: 0 17px;
    align-self: center;
}
header.header2 ul li a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 2px solid transparent;
}
header.header2 ul li a:hover , header.header2 ul li a.active{
    border-bottom: 2px solid #ecae31;
}
header.header2 ul li:last-child a {
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 6px 20px 10px 20px;
    color: #FFFFFF;
    margin-left: 10px;
}
header.header2 ul li:last-child a:hover{
    background: #ecae31;
    border-color: #ecae31;
}
/* Curriculum start */
.Curriculum {
    padding-top: 60px;
    padding-bottom: 160px;
}
.Curriculum .common-heading {
    padding-bottom: 60px;
}
.Curriculum .common-heading h2 {
    color: #F5BB00;
}
.Curriculum .common-heading h2 span{}
.Curriculum .item-top {
    padding-bottom: 42px;
}
.Curriculum .item-top img {
    margin-bottom: 52px;
    border-radius: 5px;
}
.Curriculum .item-top p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
}
.Curriculum .item-wrapper .item h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    color: #114B5F;
}
.Curriculum .item-wrapper .item h4 span {
    color: #D76A03;
    border-bottom: 3px solid #F5BB00;
    display: inline-block;
    line-height: 110%;
    margin-bottom: 52px;
}
.Curriculum .item-wrapper .item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
    margin-bottom: 20px;
}
.Curriculum .item-wrapper .item p:last-child{}
.Curriculum .item-wrapper .item ul {
    padding-left: 40px;
    padding-top: 12px;
}
u
.Curriculum .item-wrapper .item ul li:last-child{
    margin-bottom: 0;
}
.Curriculum .item-wrapper .item ul li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
    margin-bottom: 2px;
    padding-left: 30px;
    position: relative;
}
.Curriculum .item-wrapper .item ul li img {
    position: absolute;
    left: 0;
    top: 6px;
}
.Curriculum .item-wrapper .img-box {
    position: relative;
    text-align: end;
}
.Curriculum .item-wrapper .img-box img{
    position: relative;
    z-index: 9;
}
.Curriculum .item-wrapper .img-box img:last-child {
    position: absolute;
    right: 0;
    left: 20px;
    top: -35px;
    z-index: 0;
    max-width: 100%;
}
.Curriculum .Gallery-img img{}
/* Curriculum end */
/* Garden start */
.Garden {
    padding-bottom: 170px;
}
.Garden .item{}
.Garden .item h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 145%;
    text-align: center;
    color: #114B5F;
    margin-bottom: 80px;
}
.Garden .item h2 span{
    display: inline-block;
    border-bottom: 3px solid #F5BB00;
}
.Garden .item p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    color: #114B5F;
    margin-bottom: 0;
}
.Garden .item .img-item {
    margin-top: 78px;
}
.Garden .item .img-item img{}
.Garden .item.item1 {
    margin-bottom: 63px;
}
.Garden .item.item2{}
/* Garden end */
/* gallery-wrapper start */
.gallery-wrapper {
    padding-bottom: 131px;
    padding-top: 60px;
    background: #F3EFDC;
}
.gallery-wrapper .common-heading{
    padding-bottom: 90px;
}
.gallery-wrapper .common-heading h2{}
.gallery-wrapper .common-heading h2 span {
    color: #ECAE30;
}
.gallery-wrapper .menu_iso{}
.gallery-wrapper .menu_iso ul {
    width: 900px;
    margin: auto;
    text-align: center;
    max-width: 100%;
}
.gallery-wrapper .menu_iso ul li {
    margin: 10px 10px;
    display: inline-block;
     width: 270px;
    max-width: 100%;
}
.gallery-wrapper .menu_iso ul li a.is-checked,.gallery-wrapper .menu_iso ul li a:hover{
    color: #96B022;
    background: #fff;
    border-color:#96B022 ;
}
.gallery-wrapper .menu_iso ul li a {
    background: #96B022;
    border: 2px solid #FFFFFF;
    border-radius: 40px;
    padding: 14px 20px;
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
   width: 100%;
   display: block;
    cursor: pointer;
}
.gallery-wrapper .container_gallery_iso{
    padding-top: 60px;
}
.modal-content {
    background: #F3EFDC;
    border: 0;
}
.modal-header {
    background: #96B022;
    border: 0;
}
/* gallery-wrapper end */