@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/*common css*/
.top {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}

.top2 {
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
}

.col_sm1 {
  width: 100%;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm3 {
  width: 31%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.col_sm6 {
  width: 14%;
  margin: 1%;
  float: left;
}

.col_sm88 {
    width: 60% ;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 35%;
    margin: 1%;
    float: left;
}

.col_sm99 {
    width: 75% ;
    margin: 1%;
    float: left;
}

.col_sm9 {
    width: 20%;
    margin: 1%;
    float: left;
}

.clear {
  clear: both;
}

.img {
  width: 100%;
  display: block;
}

.img-icon {
  width: 130px;
  display: block;
}

.pdg{
  padding: 60px 0 60px 0;
}

.inner-pdg {
    padding: 15px 0 15px 0;
}

.pdg2{
  padding: 0px 0 60px 0;
}

.pdg3{
  padding: 60px 20px 60px 20px;
}

.pdg-ftr{
  padding: 60px 0 0px 0;
}

.col_sm11 {
  width: 18%;
  float: left;
  margin: 1%
}

.col_sm111 {
  width: 78%;
  float: left;
  margin: 1%;
}

/*common css*/


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}




/*common section css*/
.subtitle-center{
    color: #3b2c20;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  justify-content: center;
}


.title-center h2 {
  font-family: "Manrope", sans-serif;
  color: #3b2c20;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}


.title-center p {
  font-family: "Manrope", sans-serif;
  color: #3b2c20;
  font-size: 18px;
  line-height:140%;
  font-weight: 500;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.subtitle-left{
    color: #3b2c20;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  /*margin-bottom: 20px;*/
  margin: 1%;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  justify-content: left;
}


.title-left h2 {
  font-family: "Manrope", sans-serif;
  color: #3b2c20;
  font-size: 48px;
  line-height: 110%;
  font-weight: 600;
  margin: 0;
  text-align: left;
  /*margin-bottom: 20px;*/
  margin: 1%;
}

.title-left p {
      font-family: "Montserrat", sans-serif;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  margin: 1%;
  text-align: left;
  margin-bottom: 20px;
}

.background{
  background-color: #F6F4EE;
}

/*.mobile-dis{
    display: block;
}
*/
/*common section css*/

/*button*/
.entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 25px;
  background: #fff;
  border: 2px solid #b7a597;
  border-radius: 50px;
  text-decoration: none;
  color: #b7a597;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  transition: all .35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.entry-btn i{
    font-size: 22px;
    transition: transform .35s ease;
}

.entry-btn:hover{
    background: #b7a597;
    color: #fff;
    border-color: #b7a597;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(24,59,143,.25);
}

.entry-btn:hover i{
    transform: translateX(8px);
}

.entry-btn:active{
    transform: translateY(-2px);
}
/*button*/

/*section 1*/
.sec1-heading h4 {
    font-family: "Manrope", sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 11%;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.sec1-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}

.box-bg {
    position: relative;
    background: #b8a392;
    padding: 30px 20px 55px; /* extra bottom space */
    border-radius: 10px;
    overflow: visible;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
                rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
                border: 5px solid #fff;
}
.box-arrow {
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
    z-index: 10;
    text-decoration: none;
    transition: all 0.35s ease;
}

.box-arrow i {
    color: #000;
    font-size: 15px;
    transition: transform 0.35s ease;
}

/* Hover Effect */
.box-arrow:hover {
    background: #b7a597;
    transform: translateX(-50%) translateY(-5px) scale(1.1);
    box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

.box-arrow:hover i {
    color: #fff;
    transform: translateY(-2px);
}

.welcome-images{
    position: relative;
    display: flex;
    gap: 15px;
}

.welcome-img-shadow{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
                rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 25px;
    overflow: hidden;
}

.welcome-stamp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    background: #b7a597; /* Blue */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
    border: 0px solid #fff;
    z-index: 10;
}

.welcome-stamp img{
    width: 80px; /* Adjust to your PNG */
    height: auto;
}

.welcome-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.element{
    position: absolute;
    top: 25%;
    right: -60px;      /* move outside the right edge */
    transform: translateY(-50%);
    z-index: 1;
}

.element .icon{
    width: 180px;      /* adjust as needed */
    height: auto;
    /*opacity: .5;*/
    animation: floatShape 4s ease-in-out infinite;
}

@keyframes floatShape{
    0%,100%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-12px);
    }
}
/*section 1*/


.section-anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}


/*sectionn 2*/

.sec2-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.event-box{
    display:flex;
    align-items:center;
    gap:30px;
    background:#fff;
    border-radius:20px;
    padding:40px;
    position:relative;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    margin-bottom: 25px;
}

.event-image{
    width:220px;
    flex-shrink:0;
}

.event-image img{
    width:100%;
    height:170px;
    object-fit:cover;
    border-radius:14px;
    display:block;
}

.event-content{
    flex:1;
}

.event-meta{
    display:flex;
    align-items:center;
    gap:25px;
    margin-bottom:18px;
    color:#666;
    font-size:17px;
      font-family: "Montserrat", sans-serif;

}

.event-date,
.event-time{
    display:flex;
    align-items:center;
    gap:8px;
}

.event-content h3{
    font-family: "Manrope", sans-serif;
    font-size:24px;
    line-height:1.2;
    color:#b7a597;
    margin:1%;
}

.event-location{
      font-family: "Montserrat", sans-serif;

    display:flex;
    align-items:center;
    gap:8px;
    color:#555;
    font-size:18px;
}

.event-shape{
    position:absolute;
    right:20px;
    bottom:10px;
    opacity:.15;
}

.event-shape img{
    width:70px;
}

.event-img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 25px;
  border: 8px solid #fff;
}

.box-animation{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: all .4s ease;
}

.box-animation::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(183,165,151,.18),
        transparent 60%
    );
    opacity: 0;
    transition: .4s;
    pointer-events: none;
}

.box-animation:hover{
    transform: translateY(-10px);
    box-shadow: 0 20px 45px rgba(0,0,0,.15);
}

.box-animation:hover::before{
    opacity: 1;
}



/*sectionn 2*/


/*sectionn 3*/
.section-4-bg {
  background-color: #b7a597;
  border-radius: 10px;
  position: relative;
}

.s3-content h2 {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.s3-content p {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
}

.imge-mar{
  margin-top: -130px;
}

.event-link{
    display: flex;
  font-family: "Montserrat", sans-serif;

    justify-content: center;
    align-items: center;

    width: fit-content;
    margin: 25px auto 0;

    padding: 12px 28px;

    border: 1px solid #b7a597;
    border-radius: 50px;

    background: #fff;
    color: #b7a597;

    font-size: 15px;
    font-weight: 600;

    transition: .35s ease;
}


/*sectionn 3*/

/*sectionn 4*/
.media-content{
    background:#fff;
    padding:20px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s ease;
}

.media-content:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);
}

.media-content img{
    width:100%;
    border-radius:15px;
    margin-bottom:20px;
}

.media-content h3{
    font-family: "Manrope", sans-serif;
    font-size:24px;
    color:#3b2c20;
    margin-bottom:25px;
    line-height:1.3;
}

.media-btn{
    font-family: "Manrope", sans-serif;
    display:inline-block;
    padding:12px 28px;
    border:1px solid #b7a597;
    border-radius:8px;
    background:#fff;
    color:#3b2c20;
    text-decoration:none;
    font-size:16px;
    font-weight:500;
    transition:.35s ease;
}

.media-btn:hover{
    background:#b7a597;
    color:#fff;
    border-color:#b7a597;
}

/*sectionn 4*/




/*footer*/
.footer-bg{
  background-color: #b7a597;
}

.footer-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.footer-logo img{
    width: 180px;
    display: block;
    margin-bottom: 50px;
}

.footer h3 {
    font-family: "Manrope", sans-serif;
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 57px;
}

/* Underline below heading */
.footer h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
}


/* Useful Links */
.footer ul {
    margin: 0;
    padding: 0;

    list-style: none;
}


/* Links */
.footer ul li {
    margin-bottom: 20px;
}


.footer ul li a {
  font-family: "Montserrat", sans-serif;

    position: relative;

    display: inline-block;

    color: #fff;

    font-size: 15px;
    font-weight: 500;

    text-decoration: none;

    transition:
        color 0.3s ease,
        padding-left 0.3s ease;
}


/* Hover */
.footer ul li a:hover {
    color: #fff;
    padding-left: 6px;
}


.footer p {
  font-family: "Montserrat", sans-serif;


    margin: 0 0 15px;

    color: #fff;

    font-size: 15px;
    font-weight: 500;

    line-height: 1.7;
}


.footer-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 100%;

    padding: 20px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.15);
}


/* Left */
.footer-bottom .left {
    text-align: left;
}


/* Right */
.footer-bottom .right {
    text-align: right;
}


/* Paragraph */
.footer-bottom p {
    margin: 0;
  font-family: "Montserrat", sans-serif;

    color: #fff;

    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}


/* Link */
.footer-bottom a {
    color: #fff;
  font-family: "Montserrat", sans-serif;

    text-decoration: none;

    transition: color 0.3s ease;
}


.footer-bottom a:hover {
    color: #fff;
}



@media only screen and (max-width : 600px) {

.other-logo-size {
	width: 140px;
	display: block;
}

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {
    


    .footer-bottom {
        flex-direction: column;

        align-items: center;

        gap: 8px;

        text-align: center;
    }

    .footer-bottom .left,
    .footer-bottom .right {
        text-align: center;
    }

}
/*footer*/




/*inner page content css*/

.overview-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.overview-btns {
    display: flex;
    font-family: "Montserrat", sans-serif;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 0 10px;
    padding: 12px 28px;
    border: 1px solid #b7a597;
    border-radius: 50px;
    background: #fff;
    color: #b7a597;
    font-size: 15px;
    font-weight: 600;
    transition: .35s ease;
    text-decoration: none;
}

.overview-btns:hover {
    background: #b7a597;
    color: #fff;
}










/* =========================================
   WORDPRESS CONTENT LIST
========================================= */

.inner-page-cont ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.inner-page-cont ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;

    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.inner-page-cont ul li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 2px;

    color: #efc869;
    font-size: 16px;
    font-weight: 700;
}

.inner-page-cont ul li strong {
    color: #3b2c20;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.inner-page-cont ul li:last-child {
    margin-bottom: 0;
}

.inner-page-cont h1 {
    font-family: "Manrope", sans-serif;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    /*margin-bottom: 15px;*/
    margin: 1%;
    color: #3b2c20;
    text-align: left;
}

.inner-page-cont h2 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    /*margin-bottom: 15px;*/
    margin: 1%;
    color: #3b2c20;
    text-align: left;
}

.inner-page-cont2 h2{
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    margin: 1%;
    color: #3b2c20;
    text-align: left;
}

.inner-page-cont h3 {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    /*margin-bottom: 15px;*/
    margin: 1%;
    color: #3b2c20;
    text-align: left;
}


.inner-page-cont h5 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3b2c20;
    margin: 1%;
    text-align: left;
}

.inner-page-cont p {
    font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: justify;
    /*margin-bottom: 10px;*/
    margin: 1%;
}

.inner-page-cont-center h2 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3b2c20;
    text-align: center;
}

.inner-page-cont-center p {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 140%;
    font-weight: 500;
    margin-bottom: 15px;
    color: #3b2c20;
    text-align: center;
}

.approch-cont h3 {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3b2c20;
    text-align: left;
}

.approch-cont p {
    font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}

.image-boxx{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 25px;
  /*border: 8px solid #fff;*/
}

.sticky-heading{
  position: sticky;
  top: 120px; /* adjust based on header height */
}

.custom-line {
    border: 0;
    border-top: 1px dashed #c3c3c3;
    margin: 40px 0;
}

.custom-line2 {
    border: 0;
    border-top: 1px dashed #c3c3c3;
    margin: 40px 0;
}

.custom-line:last-of-type {
    display: none;
}

.inner-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.inner-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    list-style: none;
}

.inner-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    color: #efc869;
    font-size: 16px;
    font-weight: 700;
}

.inner-list li strong {
    color: #3b2c20;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.inner-flex{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.check-list {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;

    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    list-style: none;
}

.check-list li::before {
    content: "✓";

    position: absolute;
    left: 0;
    top: 2px;

    color: #efc869;
    font-size: 16px;
    font-weight: 700;
}

.check-list li strong {
    color: #3b2c20;
    font-weight: 700;
}

.check-list li:last-child {
    margin-bottom: 0;
}


.profile-tags{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin:1%;
}

.profile-tag{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:fit-content;
    max-width:100%;

    padding:12px 22px;

    font-family:"Manrope",sans-serif;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
    color:#3b2c20;
    text-decoration:none;

    background:#fff;
    border:1px solid #d9d9d9;
    border-radius:50px;

    transition:.3s ease;
}

.profile-tag:hover{
    background:#b7a597;
    border-color:#b7a597;
    color:#fff;
}

@media(max-width:768px){

    .profile-tags{
        gap:10px;
    }

    .profile-tag{
        font-size:14px;
        padding:10px 18px;
    }

}


.abt-flex{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.abt-flex-start{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.team h3 {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3b2c20;
    text-align: center;
    margin-top: 20px;
}

.team p {
    font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}


.remodal-text h3 {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3b2c20;
    text-align: justify;
}

.remodal-text h4 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3b2c20;
    text-align: justify;
}

.remodal-padding{
    padding: 15px;
}

.remodal-text p {
    font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: justify;
    margin-bottom: 10px;
}







.team-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.team-btn {
	display: flex;
	font-family: "Montserrat", sans-serif;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 0 auto;
	padding: 12px 28px;
	border: 1px solid #b7a597;
	border-radius: 50px;
	background: #fff;
	color: #b7a597;
	font-size: 15px;
	font-weight: 600;
	transition: .35s ease;
	text-decoration: none;
	display: block;
}

.team-btn:hover {
    background: #b7a597;
    color: #fff;
}


.box-desi{
    border: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 10px;
}


.img-icon2 {
    width: 100px;
    display: block;
}
/*inner page content css*/




/*accordian */

.faq-accordion{
    /*max-width:900px;*/
    margin:40px auto 0;
}

.faq-item{
    border:1px solid #e5e5e5;
    border-radius:8px;
    margin-bottom:15px;
    overflow:hidden;
    background:#fff;
}

.faq-question{
    width:100%;
    background:#fff;
    border:none;
    outline:none;
    padding:22px 25px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
            font-family: "Manrope", sans-serif;

    font-size:18px;
    font-weight:700;
    color:#3b2c20;
    text-align:left;
}


.faq-question span{
    font-size:28px;
    color:#3b2c20;
    transition:.3s;
}


.faq-answer{
    display:none;
    padding:0 25px 22px;
}

.faq-answer p{
    font-family: "Montserrat", sans-serif;

    color:#666;
    line-height:1.8;
    margin:0;
}

.faq-item.active .faq-answer{
    display:block;
}

.faq-item.active .faq-question span{
    transform:rotate(45deg);
}

.faq-item:hover{
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}


/* =========================================
   TEAM MODAL
========================================= */

.team-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.team-modal.active {
    display: block;
}


/* OVERLAY */

.team-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7);
}


/* CONTENT */

.team-modal-content {
    position: relative;
    z-index: 2;

    width: 90%;
    max-width: 900px;

    max-height: 90vh;
    overflow-y: auto;

    margin: 5vh auto;

    background: #fff;

    padding: 40px;

    box-sizing: border-box;
}


/* CLOSE */

.team-modal-close {
    position: absolute;

    top: 15px;
    right: 20px;

    font-size: 32px;

    text-decoration: none;

    color: #000;

    line-height: 1;
}


/* IMAGE */

.team-modal-image img {
    width: 180px;
    /* height: 180px; */

    object-fit: cover;

    display: block;

    margin: 0 auto 20px;
}


/* DETAILS */

.team-modal-details {
    text-align: center;
}

.team-modal-details h2 {
    margin-bottom: 5px;
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
    color: #3b2c20;
    text-align: center;
}

.team-modal-designation {
   font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

.team-modal-bio {
        font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}

.team-flex {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-wrap: wrap;
}


/* BODY */

body.modal-open {
    overflow: hidden;
}




/*upcoming evet new css*/
.up-event-new h3 {
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 20px;
    color: #3b2c20;
    text-align: center;
}

.up-event-new p {
    font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}







/*testimonials*/

.testimonialSwiper{
    /*max-width:900px;*/
    margin:50px 0 50px 0;

}

.testimonial-box{
    background:#fff;
    padding:50px;
    /*border-radius:12px;*/
    text-align:center;
    /*box-shadow:0 15px 40px rgba(0,0,0,.08);*/
}

.testimonial-box p{
    font-family: "Montserrat", sans-serif;

    font-size:18px;
    line-height:140%;
    font-weight: 600;
    color:#555;
    font-style:italic;
    margin-bottom:30px;
}

.testimonial-box h4{
            font-family: "Manrope", sans-serif;

    color:#3b2c20;
    font-size:22px;
    margin-bottom:5px;
}

.testimonial-box span{
    font-family: "Montserrat", sans-serif;


    color:#3b2c20;
    font-weight:600;
}

.testimonialSwiper .swiper-button-next,
.testimonialSwiper .swiper-button-prev{
    width:48px;
    height:48px;
    background:#fff;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
    color:#012759;
}

.testimonialSwiper .swiper-button-next::after,
.testimonialSwiper .swiper-button-prev::after{
    font-size:18px;
    font-weight:700;
}

.testimonialSwiper .swiper-pagination {
    margin-top: -17px;
    position: relative;
}

.testimonialSwiper .swiper-pagination-bullet{
    background:#012759;
    opacity:.3;
}

.testimonialSwiper .swiper-pagination-bullet-active{
    background:#b7a597;
    opacity:1;
}


.testi-head h2 {
    font-family: "Manrope", sans-serif;
    color: #3b2c20;
    font-size: 38px;
    line-height: 110%;
    font-weight: 600;
    margin: 0;
    text-align: center;
}




.testi-bg{
    background: #fff!important;
}

/*scroller top*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background: #b7a597;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .35s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-top:hover {
    background: #012759;
    color: #fff;
    transform: translateY(-5px);
}


/*vision mission*/
.visionmission-card {
    position: relative;
    width: 100%;
    /*max-width: 300px;*/
    margin: 70px auto 0;
    padding: 85px 25px 35px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.visionmission-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);

    width: 105px;
    height: 105px;

    background: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.visionmission-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.visionmission-content h3 {
    font-family: "Manrope", sans-serif;

    margin: 0 0 14px;
    font-size: 27px;
    font-weight: 700;
    color: #3b2c20;
}

.visionmission-content p {
    margin: 0;
        font-family: "Montserrat", sans-serif;

    font-size: 17px;
    line-height: 140%;
    font-weight: 500;
    color: #666;
}


.video-wrapper {
    position: relative;

    width: 100%;

    max-width: 900px;

    aspect-ratio: 16 / 9;

    overflow: hidden;
}

.video-wrapper iframe {
    width: 100%;
    height: 100%;

    border: 0;
    display: block;
}


.video-banner {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 500px;
    overflow: hidden;
}

.video-banner-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.video-banner-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
}

.video-banner-content h1 {
    font-size: 55px;
    margin: 0 0 15px;
}

.video-banner-content p {
    font-size: 18px;
}


/*contact*/

.fa-icon {
    /*width: 70px;*/
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-icon i {
    font-size: 30px;
    line-height: 1;
    margin: 0;
}

.cont-info h3 {
    font-family: "Manrope", sans-serif;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 10px;
    color: #3b2c20;
    text-align: center;
}

.cont-info p {
    font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.cont-info p a{
    text-decoration: none;
    color: #4c4c4c;
}

.cont-bg {
     background-color: #fff; 
    padding: 25px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 10px;
    min-height: 223px;
}

.form-head h2 {
    font-family: "Manrope", sans-serif;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3b2c20;
    text-align: left;
}

/*.form-bg{
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}*/
/*contact*/



.event-table-wrapper {
    width: 100%;
    overflow-x: auto;
}




.event-table {
    width: 100%;

    border-collapse: collapse;

    font-family: "Montserrat", sans-serif;

    /*background: #f8f5ef;*/

    color: #09264a;
}


.img-xelles{
    width: 150px;
    margin: 0 auto;
    display: block;
}


.summit-details p{
    font-family: "Montserrat", sans-serif;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    /* margin-bottom: 10px; */
    margin: 1%;
}

.search-match-highlight {
    background: #fff3b0;
    padding: 2px 4px;
    border-radius: 3px;
}

/* =========================================
   SEARCH PAGE
========================================= */

.search-page {
    width: 100%;
}


/* =========================================
   SEARCH BANNER
========================================= */

.search-banner {
       position: relative;
    min-height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7c6f66;
    overflow: hidden;
}

.search-banner-content {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.search-banner h1 {
      font-family: "Manrope", sans-serif;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 40px;
}

.search-breadcrumb {
    	font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
}

.search-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.search-breadcrumb span {
    opacity: 0.7;
}


/* =========================================
   SEARCH RESULTS SECTION
========================================= */

.search-results-section {
    padding: 80px 0;
}

.search-results-section .top {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.search-heading {
    margin-bottom: 40px;
}

.search-heading h2 {
    font-family: "Manrope", sans-serif;
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    color: #7b6f65;
}

.search-heading h2 span {
    color: #552f10;
}


/* =========================================
   RESULT ITEM
========================================= */

.search-results-list {
    width: 100%;
}

.search-result-item {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #dddddd;
}

.search-result-item:first-child {
    border-top: 1px solid #dddddd;
}

.search-result-content h3 {
    margin: 0 0 12px;
}

.search-result-content h3 a {
    color: #012759;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.search-result-content h3 a:hover {
    color: #efc869;
}

.search-result-excerpt {
    max-width: 900px;
    margin-bottom: 18px;
    color: #555555;
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   READ MORE
========================================= */

.search-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #012759;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.search-read-more span {
    transition: 0.3s ease;
}

.search-read-more:hover {
    color: #efc869;
}

.search-read-more:hover span {
    transform: translateX(5px);
}


/* =========================================
   NO RESULTS
========================================= */

.no-search-results {
    padding: 50px;
    text-align: center;
    background: #f7f7f7;
}

.no-search-results h3 {
    font-family: "Manrope", sans-serif;
    margin: 0 0 15px;
    color: #7b6f65;
    font-size: 28px;
}

.no-search-results p {
    	font-family: "Montserrat", sans-serif;
    margin: 0 0 25px;
    color: #555555;
    line-height: 1.6;
}

.search-back-home {
    	font-family: "Montserrat", sans-serif;
    display: inline-block;
    padding: 12px 25px;
    background: #7b6f65;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
}

.search-back-home:hover {
    background: #7b6f65;
    color: #012759;
}


/* =========================================
   PAGINATION
========================================= */

.search-pagination {
    margin-top: 45px;
}

.search-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.search-pagination a,
.search-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 12px;
    border: 1px solid #dddddd;
    color: #012759;
    text-decoration: none;
}

.search-pagination .current {
    background: #012759;
    color: #ffffff;
    border-color: #012759;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .search-banner {
        min-height: 220px;
    }

    .search-banner h1 {
        font-size: 34px;
    }

    .search-results-section {
        padding: 50px 0;
    }

    .search-heading h2 {
        font-size: 24px;
    }

    .search-result-content h3 a {
        font-size: 21px;
    }

    .search-result-excerpt {
        font-size: 15px;
    }

    .no-search-results {
        padding: 35px 20px;
    }

}



/*newsletter*/
.newsletter-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    width: 100%;
}

.newsletter-section .col_sm2 {
    flex: 1;
}

.newsletter-section .col_sm2:first-child {
    flex: 1;
}

.newsletter-section .col_sm2:last-child {
    flex: 1;
}


/* Newsletter Form */

.newsletter-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 10px;
}

.newsletter-form input {
    flex: 1;
    min-width: 0;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #ddd;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

.newsletter-form input:focus {
    border-color: #b7a597;
}

.newsletter-form button {
    height: 48px;
    padding: 0 25px;
    border: 1px solid #b7a597;
    background: #b7a597;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
}

.newsletter-form button:hover {
    background: #fff;
    color: #b7a597;
}

.newsltr-text h3{
    font-family: "Manrope", sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 1%;
}

.newsltr-text p{font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
    font-weight: 500;
    margin: 1%;
    text-align: left;
}

.nltr-bg{
    background: #7b6f65;
}

/* Mobile */

@media (max-width: 768px) {
    
    

    .newsletter-section {
        flex-direction: column;
        align-items: stretch;
        gap: 25px;
    }

    .newsletter-form {
        width: 100%;
    }

}

@media (max-width: 480px) {

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input,
    .newsletter-form button {
        width: 100%;
    }

}


/*other logos*/
.other-logo-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.other-logo-size{
    width: 200px;
    display: block;
}


.event-details1 {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 12px 30px;
    border: 1px solid #b7a597;
    border-radius: 50px;
    background: #fff;
    color: #b7a597;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.event-details1:hover {
    background: #b7a597;
    color: #fff;
}




/* =========================================
   EVENT TABLE
========================================= */

.event-table-wrapper {
    width: 100%;
    overflow-x: auto;
}

.event-table {
    width: 100%;
    border-collapse: collapse;

    font-family: "Montserrat", sans-serif;

    color: #3b2c20;
}


/* =========================================
   TABLE HEADER
========================================= */

.event-table thead th {
    padding: 0 10px 12px;

    border-bottom: 2px solid #3b2c20;

    color: #3b2c20;

    font-family: "Manrope", sans-serif;

    font-size: 14px;
    font-weight: 600;

    letter-spacing: 0.5px;

    text-align: left;
}


/* =========================================
   COLUMN WIDTHS
========================================= */

/* TIME */
.event-table th:first-child,
.event-table td:first-child {
    width: 7%;
}


/* SESSION */
.event-table th:nth-child(2),
.event-table td:nth-child(2) {
    width: 38%;
}


/* SPEAKERS */
.event-table th:last-child,
.event-table td:last-child {
    width: 100%;
}


/* =========================================
   TABLE ROW
========================================= */

.event-table tbody tr {
    border-bottom: 1px solid #ddd3c5;
}


/* =========================================
   SPEAKER NAME
========================================= */

.event-table .speaker-name {
    display: block;

    color: #9b7259;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.4;
}


/* =========================================
   SPEAKER ORGANIZATION
========================================= */

.event-table .speaker-organization {
    display: block;

    margin-top: 2px;

    color: #9b7259;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    font-weight: 400;

    line-height: 1.4;
}

/* =========================================
   TABLE CELLS
========================================= */

.event-table tbody td {
    padding: 24px 10px;

    vertical-align: top;
}


/* =========================================
   TIME
========================================= */

.event-table .time {
    color: #b5945c;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    white-space: nowrap;
}

.event-table .time small {
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    margin-left: 3px;
    letter-spacing: 0.5px;
}

/* =========================================
   SESSION
========================================= */

.event-table .session {
    padding-right: 30px;
}

.event-table .session strong {
    display: block;

    color: #3b2c20;

    font-family: "Montserrat", sans-serif;

    font-size: 17px;

    font-weight: 700;

    line-height: 140%;
}

.event-table .session span {
    display: block;

    margin-top: 5px;

    color: #9a8877;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================
   SPEAKERS CONTAINER
========================================= */

.event-table .speakers {
    color: #9b7259;

    font-family: "Montserrat", sans-serif;

    font-size: 12px;

    line-height: 1.5;

    display: flex;

    align-items: flex-start;

    justify-content: space-between;

    gap: 8px;

    width: 100%;
}


/* =========================================
   INDIVIDUAL SPEAKER
========================================= */

.event-table .speaker {
    position: relative;

    display: flex;

    flex: 1;

    min-width: 0;

    flex-direction: column;

    align-items: center;

    text-align: center;

    padding: 0 8px;

    margin: 0;
}


/* =========================================
   SPEAKER ANCHOR
========================================= */

.event-table .speaker > a {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: flex-start;

    width: 100%;

    color: inherit;

    text-decoration: none;

    cursor: pointer;
}


/* =========================================
   VERTICAL SEPARATOR
========================================= */

.event-table .speaker:not(:last-child)::after {
    content: "";

    position: absolute;

    right: 0;

    top: 0;

    width: 1px;

    height: 100%;

    background: #ddd3c5;
}


/* =========================================
   SPEAKER IMAGE
========================================= */

.event-table .speaker img {
    width: 100px;
    height: 100px;

    flex: 0 0 100px;

    margin-bottom: 10px;

    border-radius: 50%;

    object-fit: cover;

    display: block;

    margin: 0 auto;

    border: 1px solid #ddd3c5;

    transition:
        transform 0.3s ease,
        border-color 0.3s ease;
}


/* =========================================
   SPEAKER NAME
========================================= */

.event-table .speaker span {
    display: block;

    width: 100%;

    color: #9b7259;

    font-family: "Montserrat", sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.5;

    text-align: center;

    transition: color 0.3s ease;
}


/* =========================================
   SPEAKER HOVER
========================================= */

.event-table .speaker > a:hover img {
    transform: scale(1.05);

    border-color: #b6a697;
}

.event-table .speaker > a:hover span {
    color: #3b2c20;
}


/* =========================================
   MODERATOR
========================================= */

.event-table .speaker.moderator span {
    color: #09264a;

    font-weight: 700;
}

.event-table .speaker.moderator img {
    border: 2px solid #b6a697;
}


/* =========================================
   DASH
========================================= */

.event-table td.speakers:has(> :not(.speaker)) {
    color: #777;

    display: table-cell;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .event-table {
        min-width: 850px;
    }


    .event-table thead th {
        font-size: 12px;
    }


    .event-table tbody td {
        padding: 20px 8px;
    }


     .event-table .time {
        font-size: 14px;
    }

    .event-table .time small {
        font-size: 9px;
    }


    .event-table .session strong {
        font-size: 14px;
    }


    .event-table .session span {
        font-size: 12px;
    }


    .event-table .speaker img {
        width: 60px;
        height: 60px;

        flex-basis: 60px;
    }


    .event-table .speaker span {
        font-size: 10px;
    }


    .event-table .speaker {
        padding: 0 5px;
    }

}



/*side form*/
/* =================================
   RIGHT SIDE BUTTON
================================= */

.side-form-toggle {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9998;

    padding: 15px 12px;

    background: #b09a87;
    color: #fff;

    font-family: "Montserrat", sans-serif;

    border: 2px solid #fff;
    cursor: pointer;

    writing-mode: vertical-rl;
    text-orientation: mixed;

    font-size: 16px;
    font-weight: 600;

    border-radius: 8px 0 0 8px;

    transition: 0.3s ease;
}

.side-form-toggle:hover {
    background: #000;
}


/* =================================
   SLIDING FORM
================================= */

.side-form {
    position: fixed;

    top: 0;
    right: 0;

    width: 420px;
    max-width: 90%;

    height: 100vh;

    background: #fff;

    z-index: 10000;

    padding: 35px;

    box-sizing: border-box;

    transform: translateX(100%);

    transition: transform 0.4s ease;

    overflow-y: auto;

    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
}


/* Open Form */

.side-form.active {
    transform: translateX(0);
}


/* =================================
   HEADER
================================= */

.side-form-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 30px;
}

.side-form-header h3 {
    font-family: "Montserrat", sans-serif;


    margin: 0;

    font-size: 22px;
    color: #7b6f65;
}


/* Close Button */

.side-form-close {
    width: 40px;
    height: 40px;

    border: none;
    font-family: "Montserrat", sans-serif;


    background: #7b6f65;
    color: #fff;

    border-radius: 50%;

    font-size: 25px;
    line-height: 1;

    cursor: pointer;

    transition: 0.3s ease;
}

.side-form-close:hover {
    background: #012759;
}


/* =================================
   FORM
================================= */

.side-form .hero-form-group {
    margin-bottom: 18px;
}

.side-form input,
.side-form textarea {
    width: 100%;

    padding: 14px 15px;

    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;


    border: 1px solid #ddd;
    border-radius: 5px;

    font-size: 15px;

    outline: none;
}

.side-form textarea {
    resize: vertical;
}

.side-form input:focus,
.side-form textarea:focus {
    border-color: #012759;
}

.side-form form > button {
    width: 100%;

    padding: 15px;

    border: none;
    border-radius: 5px;

    font-family: "Montserrat", sans-serif;

    background: #7b6f65;
    color: #fff;

    font-size: 15px;
    font-weight: 600;

    cursor: pointer;

    transition: 0.3s ease;
}

.side-form form > button:hover {
    background: #000;
}


/* =================================
   OVERLAY
================================= */

.side-form-overlay {
    position: fixed;

    inset: 0;

    background: rgba(0, 0, 0, 0.45);

    z-index: 9999;

    opacity: 0;
    visibility: hidden;

    transition: 0.4s ease;
}

.side-form-overlay.active {
    opacity: 1;
    visibility: visible;
}


/* =================================
   MOBILE
================================= */

@media (max-width: 576px) {

    .side-form {
        width: 100%;
        max-width: 100%;

        padding: 25px 20px;
    }

    .side-form-toggle {
        font-size: 13px;
        padding: 13px 10px;
    }

}





/*css guidance services accordian css*/
























































/*responsive*/











@media only screen and (max-width :1440px) {

    .title-left h2 {
        font-size: 40px;
    }

    .title-center h2 {
        font-size: 40px;
    }

    .s3-content h2 {
        font-size: 40px;
    }

}

@media only screen and (max-width :1360px) {

    .element .icon {
        width: 150px;
    }
}



@media only screen and (max-width :1200px) {

    .footer-flex {
        flex-wrap: wrap;
    }

    .col_sm6 {
        width: 30%;
    }

}

@media only screen and (max-width :992px) {

.welcome-flex {
    flex-direction: column;
}

.col_sm2 {
    width: 98%;
}

.title-left p {
    margin: 1%;
}

.col_sm4 {
    width: 48%;
}


}




@media (max-width: 960px) {



.newsletter-form input {
    padding: 16px 16px;
}

.nltr-bg {
    padding: 25px;
}


    .mobile-dis{
    display: none;
}

.footer-flex {
    flex-direction: column;
}

.col_sm6 {
    width: 98%;
}

.footer h3 {
    min-height: 35px;
}

    .col_sm88 {
    width: 100%;
}

.col_sm8 {
    width: 100%;
}


  .title-center h2 {
    font-size: 38px;
  }

  .sec1-heading h4 {
    min-height: 49px;
  }

    .welcome-flex {
    flex-direction: column;
    gap: 30px;
  }

  .col_sm2 {
    width: 98%;
  }

  .element {
    top: 70%;
    right: -29px;
  }

  .col_sm4 {
    width: 48%;
  }

  .title-left h2 {
    font-size: 38px;
  }

  .s3-content h2 {
    font-size: 38px;
  }



.title-left p {
  text-align: justify;
}

.inner-flex {
    flex-direction: column;
}

.abt-flex-start {
    flex-direction: column;
}

.col_sm99 {
    width: 98%;
}

.col_sm9 {
    width: 98%;
}



}

@media (max-width: 760px) {


.inner-page-cont h3 {
    margin-bottom: 20px;
}

.sticky-heading {
    position: unset;
    top: 120px;
}


.inner-page-cont h1 {
        font-size: 30px;
        margin-bottom: 15px;
        line-height: 140%;

    }

    .inner-page-cont h2 {
    font-size: 24px;
    line-height: 140%;

     margin-bottom: 15px; 
}


.image-boxx {
    margin-top: 20px;
    margin-bottom: 20px;

}


    .col_sm3 {
      width: 98%;
    }

    .element {
      top: 40%;
      right: 23px;
    }

    .col_sm4 {
        width: 98%;
    }

    .box-arrow {
      bottom: -20px;
    }

    .box-bg {
      margin-bottom: 44px;
    }

    .welcome-stamp {
        width: 100px;
        height: 100px;
    }

    .welcome-stamp img {
        width: 47px;
    }


}

@media (max-width: 500px) {


.title-center h2 {
    font-size: 28px;
  }

  .title-left h2 {
    font-size: 28px;
  }

    .s3-content h2 {
    font-size: 28px;
  }

  .element .icon {
  display: none;
}

.event-box {
  flex-direction: column;
}

.event-image {
  width: 100%;
}

.event-content h3 {
  text-align: center;
}

.imge-mar {
  margin-top: -46px;
  height: 18vh;
}

}


