html{
overflow-x: hidden;
}
body{
    overflow-x: hidden;
    margin: auto;
  font-family: "Young Serif", serif;
   
}
p{
    margin-bottom: 0;
    font-family: "Pragati Narrow", sans-serif !important;
}
label{
    font-family: "Pragati Narrow", sans-serif !important;
}
input{
    font-family: "Pragati Narrow", sans-serif !important;

font-weight: 300;
    font-size: 20px;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}






.bn2 h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 400;
    padding-bottom: 23px;
    line-height: 128%;
}
.bn2 {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 130px;
}
.bn2 a img {
    width: 100%;
    max-width: 19px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}














.clap-loader {
    width: 70px;
    margin: auto;
    position: relative;
}

.clap-top {
    width: 70px;
    height: 18px;
    background: #704214;
    border-radius: 4px;
    transform-origin: left center;
    animation: clap 0.8s ease-in-out infinite;
}

.clap-bottom {
    width: 70px;
    height: 40px;
    background: #111;
    border-radius: 4px;
    margin-top: 3px;
}

@keyframes clap {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(-25deg); }
    100% { transform: rotate(0deg); }
}


.pnl-n{
    width: 100%;
    float: left;
    padding-top: 50px;
}


.chithramenu{
    display: flex;
    width: 100%;
    align-content: flex-end;
    justify-content: flex-end;
}
.ip-loader {
    bottom: 46% !important;
    
}




/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mb-menu{
    float: left;
    display: none;
}
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.content {
  background: aliceblue;
  display: block;
  width: 100%;
  height: 100%;
}

nav {
  position: relative;
}

/* Hide native checkbox */
nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Hamburger Icon */


.hamburger-label {
  position: absolute;   /* Use absolute for positioning inside the container */
  top: 20px;
  right: 20px;          /* Aligns to the right side */
  z-index: 1100;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.mobile-container {
  position: relative;
}
.hamburger-label::before,
.hamburger-label::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  left: 0;
  transition: 0.3s ease;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 10px;
}

/* Becomes X when open */
#hamburger1:checked + .hamburger-label::before {
  transform: rotate(45deg);
  top: 8px;
}

#hamburger1:checked + .hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
}

/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

/* Navigation links */
.nav-links {
  margin: 0px 0 0 0;
 padding: 125px 0;
 background: black;
}

.nav-links li {
  list-style: none;
  /*border-bottom: 1px solid #ddd;*/
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-links li a,
.submenu-label {
	text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #704214;
}

.nav-links li a:hover,
.submenu-label:hover {
  color: #CEB780;
}

/* Animate in when menu opens */
#hamburger1:checked ~ .overlay .nav-links li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hamburger1:checked ~ .overlay .nav-links li:nth-child(1) { transition-delay: 0s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(2) { transition-delay: 0.1s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(3) { transition-delay: 0.2s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(4) { transition-delay: 0.3s; }

/* Submenu */
.has-submenu {
  position: relative;
}

.has-submenu input[type="checkbox"] {
  display: none;
}

.submenu {
  display: none;
  background: #f9f9f9;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #ddd;
}

.has-submenu input[type="checkbox"]:checked ~ .submenu {
  display: block;
  padding-left: 0;
}

/*mob*/
/* headermenu */

.header_menu_area {
    position: relative;
    text-align: center;
}
.header_menu_area > ul {
    padding: 0px 0px 0px 0px;
    width: auto;
    float: left;
    vertical-align: middle;
    margin: 0;
}
.header_menu_area > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000000;
    float: left;
    text-decoration: none;
    list-style-type: none;
    position: relative;
       padding: 0px 46px 0px 46px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.header_menu_area > ul > li > a {
    position: relative;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
   font-family: "Pragati Narrow", sans-serif !important;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li:after {
    width: 1px;
    height: 10px;
    content: '';
    position: absolute;
    right: 0;
    background: #747474;
    bottom: 5px;
}
.chithramenu > ul > li {
    padding: 0px 43px;
}
.header_menu_area > ul > li:last-child:after {
    display: none;
}
.header_menu_area > ul > li > a:hover{
		color: #dfdfdf;
}
.header_menu_area > ul > li:first-child {
    padding-left: 0;
}

.header_menu_area > ul > li:last-child {
    padding-right: 0;
}
.stable{
	color: #dfdfdf !important;
}

.stable:after {
    top: -5px;
    content: "" !important;
    display: block !important;
    height: 1px !important;
    left: 50% !important;
    position: relative !important;
    background: #dfdfdf !important;
    width: 100% !important;
    left: 0 !important;
    transform: scaleX(1) !important;
    transform-origin: left !important;
    transition: transform 0.25s 
ease-in-out !important;
    transition: all 
ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all 
ease-in-out 0.5s;
}




.header_menu_area > ul > li > a:hover:after {
    width: 100%;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.25s 
ease-in-out;
}
.header_menu_area > ul > li > a:after {
    top: -5px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    background:#dfdfdf;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.75s 
ease-in-out;
    width: 0;
}



.bn2:hover a img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}


.banner-text:hover a img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
    .panel1-per:hover a img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.vm-hd:hover h5 img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.testmonial-hd:hover h2 img {
  animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.collaborations-bx:hover img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.ch-cts:hover img {
  animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.read-more:hover img {
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}

    .cont-img a img:hover {
    transform: scale(1.25);
}
    .sociallinkhs a img:hover {
    transform: scale(1.25);
}
.copy h4 a:hover{
color: #704214;
}
   
    .panel4-hds:hover a img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
 .pl5a:hover a img {
    animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.menus{
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}
.header_menu_area ul li a img {
   margin-left: 0px;
    width: 31px;
    margin-top: -1px;
}
.hdr-menu {
    float: right;
    height: 100%;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* transform: translate(0, 20px); */
    /* transition: all .2s ease-out; */
    /* -webkit-transform: perspective(600px) rotateX(-90deg); */
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    /* transform: perspective(600px) rotateX(-90deg); */
    /* -webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    /* transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: #ffffff;
    color: black;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}
.menu ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
    display: block;
    color: #ffffff;
    background: black;
    text-align: -webkit-match-parent;
    text-decoration: none;
    /* border-radius: 30px; */
    /* margin-bottom: 10px; */
    text-align: left;
    border-bottom: 1px solid #ffffff;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -70px;
}
/* headermenu */
.header{
   padding: 15px 0px 61px 0;
    width:100%;
    float: left;
    position: relative;
    z-index: 11;
}
/*media*/

@media(max-width: 1024px){
.mb-menu {
   
    display: block;
}
.hdr-menu {
    padding-left: 99%;
}
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }

}

.logo{
    width: 100%;
    float: left;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 241px;
}
.banner{
    width: 100%;
    float: left;
    position: relative;
        margin-top: -163px;
}
.banner-img img{
    width: 100%;
    float: left;
    height: 880px;
}
.ban-carousel .owl-nav{
display: none;
}
.banner-text{
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    bottom: 65px;
}
.banner-text h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 400;
    padding-bottom: 23px;
     line-height: 120%;
}
.banner-text p{
    width: 100%;
    text-align: center;
    float: left;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 45px;
}
.banner-text a img {
    width: 100%;
    max-width: 19px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}



.panel1{
    width: 100%;
    float: left;
    background: #704214;
    padding: 42px 0 92px;
}
.panel1 h2{
    width: 100%;
    float: left;
    text-align: left;
  color: #ffffff;
  font-size: 60px;
    font-weight: 400;
    line-height: 120%;
}
.panel1 p{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
}
.panel1 .col-lg-6{
    padding: 0;
}
.panel1-per {
    display: flex;
    gap: 25px;
    justify-content: right;
    align-items: flex-end;
    height: 90%;
}
.panel1-per a img{
    width: 100%;
    float: left;
    max-width: 19px;
     transform-origin: top left;
    transform: rotate(270deg);
}
.w-box {
  width: 100%;
  overflow: hidden;
  background: #704214;
  padding: 15px 0;
  display: flex;
  align-items: center;
}

.w-track {
  display: flex;
  gap: 15px;
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

.w-box img {
  width: 100%;
  height: auto;
 
}

/* Continuous infinite motion */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.panel2{
    width: 100%;
    float: left;
    padding: 65px 0 120px 100px;
}
.panel2 h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #704214;
    font-size: 60px;
    font-weight: 400;
    padding-bottom: 33px;
}
.panel2-main{
    width: 100%;
    float: left;
}
.panel2-mainbxs{
    width: auto;
    float: left;
    background: #704214;
}
.jw {
    width: auto;
    float: left;
    padding: 10px 30px;
    min-height: 150px;
}
.jw a {
    position: relative;
    top: 13px;
    padding: 0px 8px;
    border: 1px solid white;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Pragati Narrow", sans-serif !important;
}
.panel2-mainbxs img{
    width: 100%;
    float: left;
   /* max-width: 335px;*/
}
.panel2-mainbxs h3{
 width: 100%;
 float: left;
 text-align: left;
 color:white;
 font-size: 20px;
 font-weight: 400;
 padding: 8px 0;
}
.panel2-mainbxs p{
    width: 100%;
 float: left;
 text-align: left;
 color:white;
 font-size: 17px;
  font-weight: 400;

}
.jwt{
min-height: 110px;
}

.jwtr{
        min-height: 135px;
    }
.oldmbr-carousel .owl-nav{
display: none;
}

.oldmbr-carousel .owl-dots{
display: none;
}
.panel3{
    width: 100%;
    float: left;
    background: #704214;
    padding: 73px 0 215px;
}
.panel3hd{
    width: 100%;
    float: left;
}
.panel3hd h2{
    width: 100%;
    float: left;
    text-align:center;
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 400;
    padding-bottom: 206px;
}
.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  border-top: 2px solid #c3b09d;
}

.timeline-item {
  position: relative;
  text-align: center;
  width: 15%;
}

.timeline-item .year {
    position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: -0.06em;
 
}

.timeline-item.top p {
    font-size: 17px;
    /* display: inline-block; */
    line-height: 120%;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: -125px;
    /* text-align: center; */
    width: 100%;
}














.timeline-item .circle {
  width: 18px;
  height: 18px;
  background-color: #6b3f13;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 2.5s infinite;
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(107, 63, 19, 0.6),
                    0 0 0 6px rgba(107, 63, 19, 0.3),
                    0 0 0 12px rgba(107, 63, 19, 0.1);
    }
    100% {
        box-shadow: 0 0 0 12px rgba(107, 63, 19, 0),
                    0 0 0 24px rgba(107, 63, 19, 0),
                    0 0 0 36px rgba(107, 63, 19, 0);
    }
}

.timeline-item .line {
  width: 1px;
  height: 49px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-span{
    width: auto;
    position: relative;
}
.timeline-item.top .line {
  top: calc(50% - -22px);
}
.timeline-item.top .line:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #DCDCDC;
    position: absolute;
    bottom: 0;
    left: -3px;
}
.timeline-item.bottom .line {
  bottom: calc(50% - -24px);
}
.timeline-item.bottom .line:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background: #DCDCDC;
    position: absolute;
    top: 0;
    left: -2px;
}

.timeline-item.bottom p {
    font-size: 17px;
    /* display: inline-block; */
    line-height: 120%;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 88px;
    /* text-align: center; */
    width: 100%;
    /* top: 0; */
}
.timeline-item.bottom .year{
top: 20px;
}

/* Responsive */
@media (max-width: 900px) {
  .timeline {
    flex-direction: column;
    border: none;
  }
  .timeline-item {
    width: 100%;
    margin: 50px 0;
  }
  .timeline-item p {
    position: static;
    transform: none;
    margin-top: 20px;
  }
  .timeline-item .line {
    display: none;
  }
}
.panel3-gallery{
    width: 100%;
    float: left;
    background: #704214;
}
.pn3-main{
    width: 100%;
    float: left;
}
.pn3-main-img{
    width: auto;
    float: left;
    position: relative;
}
.pn3-main-img img{
    width: 100%;
    float: left;
    max-width: 485px;
}
.pn3-main-p{
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #181818;
background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgba(112, 66, 20, 1) 100%);
}
.pn3-main-p p{
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 17px; 
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
}

.slider-imge .owl-nav{
display: none;
}

.panel4{
    width: 100%;
    float: left;
    background: #704214;
    padding-top: 79px;
    padding-bottom: 375px;
}
.panel4 h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
    padding-bottom: 20px;

}
.panel4 p{
    color: #f4f0ec;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
    padding-bottom: 43px;
}
.panel4-hds a{
background: #FFFFFF;
    width: 47px;
    height: 45px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.panel4-hds a img{
    width: 100%;
    float: left;
    max-width:19px;
}
.panel4-ponit{
    width: 100%;
    float: left;
}
.panel4-ponit-main {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 11px;
    padding-bottom: 32px;
}
.panel4-ponit-main img{
    width: 100%;
    float: left;
    max-width: 17px;
}
.panel4-ponit-sub h3{
    text-align: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;

}
.panel4-ponit-sub ul{
    margin: 0;
        padding-top: 10px;
}
.panel4-ponit-sub ul li{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: "Pragati Narrow", sans-serif !important;

}
.pl4-b{
    width: 55%;
    padding: 0;
}
.pl4-c{
    width: 45%;

}
.panel4youtube{
    width: 100%;
    float: left;
    position: relative;
       margin-top: -310px;
           padding-bottom: 60px;
}
.panel4youtube .img-fluid{
    width: 100%;
    float: left;


}
.panel_3_play {
    width: 47px;
    height: 39px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../images/playbutton.svg) no-repeat center center;
    background-size: cover;
    transform: translate(-50%, -50%);
}
.panel5{
    width: 100%;
    float: left;
    padding-bottom: 286px;

}

.panel5 h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #704214;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
    padding-bottom: 20px;
}
.panel5 p {
    color: #704214;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
    padding-bottom: 43px;
}
.pl5a a {
    background: #704214;
    width: 47px;
    height: 45px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pl5a a img {
    width: 100%;
    float: left;
    max-width: 19px;
        filter: brightness(11111);
}
.p15p h3{
color: #704214;
}
.p15p ul li {
    color: #704214;
}
.panel6{
    width: 100%;
    float: left;
    background: #704214;
    /*padding: 100px 0;*/

}
.panel7{
    width: 100%;
    float: left;
    padding: 0px 0 63px;
}
.panel7 h3{
    float: left;
    width: 100%;
    font-size: 30px;
    font-weight: 400;
    line-height: 180%;
    color: #D0D0D0;
    text-align: center;
    padding: 0 115px;
}
.panel8{
    width: 100%;
    float: left;
    padding-bottom: 108px;
    border-bottom: 1px solid #efeae4;
}
.panel8-hd h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #704214;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -2.4px;
    padding-bottom: 40px;
}
.panel8-hd p{
    width: 100%;

    text-align: center;
    color: #414141;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
  padding: 0 140px 20px 140px;
}



.panel8-new{
     padding-left: 100px;
}
.newmbr{
    background: #704214;
}
.nmtext{
    width: auto;
    float: left;
    padding: 10px 30px;
}
.nmtext h3,
.nmtext p {
    color: white;
}
.footer{
    width: 100%;
    float: left;
    padding: 63px 0 35px;

}
.ftr-menu{
display: flex;
    gap: 45px;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 41px 0;
}
/*.ftr-logo{
    padding-bottom: 42px;
}*/
.ftr-logo img{
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 281px;
}
.ftr-menu a{
color: #000000;
 transition: 0.3s ease;
font-size: 16px;
font-weight: 400;
font-family: "Pragati Narrow", sans-serif !important;
text-decoration: none;
}
.ftr-menu a:hover{
color: #704214;
 transition: 0.3s ease;
}
.add-link h3 a:hover{
color: #704214;
 transition: 0.3s ease;
}

.adsftr-links{
    width: 100%;
    display: flex;
    gap: 24px;
    float: left;
    padding: 46px 0 58px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.add-link{
    width:auto;
    float: left;
}
.add-link h3{
    width: auto;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
     font-family: "Pragati Narrow", sans-serif !important;


}
.add-link h3 a{
     color: #000000;
     text-decoration: none;
}
.sociallinkhs a{

    padding: 0 10px;
}

.sociallinkhs a img{
    max-width: 28px;
}
.copy{
    padding-top: 31px;
}
.copy h3{
width: 100%;
float: left;
text-align: left;
color: #000000;
font-size: 16px;
font-weight: 400;
font-family: "Pragati Narrow", sans-serif !important;
}
.copy h4{
width: 100%;
float: left;
text-align: right;
color: #000000;
font-size: 16px;
font-weight: 400;
font-family: "Pragati Narrow", sans-serif !important;
}
.copy h4 a{
   color: #000000;
   text-decoration: none; 
}
.innerpages {
    width: 100%;
    float: left;
    background: #704214;
    padding: 230px 0 25px;
    margin-top: -208px;
    position: relative;
}
.innerpages img {
    width: 100%;
    position: absolute;
    float: right;
    max-width: 443px;
    right: -71px;
    bottom: -99px;
}
.innerpages h2{
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-family: "Pragati Narrow", sans-serif !important;
    font-size: 40px;
    font-weight: 400;
}
.innabout{
    width: 100%;
    float: left;
      padding: 140px 0 65px;
}
.innabout img {
    object-fit: contain;
    max-width: 363px;
    float: right;
    width: 100%;
    margin-left: 105px;
}
.innabout h2 {
    width: auto;
    text-align: left;
    color: #704214;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
    padding-bottom: 20px;




    
   
   
}
.innabout p {
    width: auto;
    text-align: left;
    color: #414141;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;  
    padding-bottom: 20px;    
}
.stn1-main {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 80px;
    padding: 50px 0 35px;

}
.stion-hd h5 {
   width: auto;
    text-align: left;
    color: #704214;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
   
}
.section1-pera p {
    width: auto;
    text-align: left;
    color: #414141;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
    padding-bottom: 0px;
}
.Memberslist{
    width: 100%;
    float: left;
}
.Memberslist ul li {
    color: #704214;
}
.vm{
    width: 100%;
    float: left;
    padding-bottom:45px;
}
.vm .newmbr{
   margin-bottom: 40px; 
}
.vm .abtdirectr {
    min-height: 150px;
}
.vm-hd h5 {
    display: flex;
    align-items: center;
    gap: 40px; /* space between image and text */
    color: #704214;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
}

.vm-hd h5 img {
    width: 51px;
    height: auto;
}
.abt-inner-pannel{
    width: 100%;
    float: left;
    background: #704214;
    padding: 80px 0;
}
.abt-inner-pannel-hd{
    width: 100%;
    float: left;


}
.abt-inner-pannel-hd h2{
    width: 100%;
    float: left;
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.04em;
}
.abt-inner-pannelcard {
    margin-top: 35px;
    width: 100%;
    float: left;
    padding: 27px;
    border: 1px dashed white;
}
.abt-inner-pannelcard p{
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
   
}
.abt-inner-pannelcard h2{
 padding-bottom: 15px;
    font-size: 25px;
    color: white;
    font-weight: 400;
}
.abtcurretdirects{
    padding: 80px 0 40px;
}
.abtcurretdirects .newmbr{
    margin-bottom: 40px;
}
.abtdirectr a {
    position: relative;
    top: 13px;
    padding: 0px 8px;
    border: 1px solid white;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Pragati Narrow", sans-serif !important;
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
.modal-content {
    border-radius: unset;
    background: #704214;
    border: 1px solid #704214;
}
.close_form {
        opacity: unset;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: -35px;
    background: transparent url(../images/close.png) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.bg-red {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.bg-red img {
    width: 100%;
    float: left;
    max-width: 300px;
}
.team-details {
    float: left;
    width: 100%;
    padding: 0px;
}
.team-details p {
    float: left;
    width: 100%;
    text-align: center;
    line-height: 29px;
    color: white;
   font-size: 17px;
    font-weight: 400;
    padding-top: 10px;
    font-family: "Pragati Narrow", sans-serif !important;

}
.team-details h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 0;
    color: white;
    /* border-bottom: solid 1px rgb(112 112 112 / 28%); */
    margin-bottom: 20px;
    padding-bottom: 14px;
    line-height: 42px;
    font-weight: 600;
    float: left;
    width: 100%;
}
.team-details h3 span {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 300;
    color: white;
    text-transform: none;
    line-height: 21px;
}
.team-details h4 {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 600;
    
}
.whatwedo{
    width: 100%;
    float: left;
    padding: 140px 0 65px;
}
.whatwedo-img {
    width: 100%;
    float: left;
    background: #704214;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 20px;
}
.whatwedo-img img{
    width: 100%;
    float: left;
    max-width: 524px;
}
.whatwedo-text {
    float: left;
    padding: 0 30px;
}
.whatwedo-text h2{
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    font-size: 30px;
    font-weight: 400;
}
.whatwedo-text p{
        float: left;
    padding: 22px 0px 0px 0px;
   text-align: left;
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
}
.collaborations{
    width: 100%;
    float: left;
    padding: 140px 0 65px;
}
.collaborations-bx {
   min-height: 426px;
    width: 100%;
    float: left;
    background: #e1e1e1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 19px 30px;
    margin-top: 25px;
    min-height: 452px;
}
.collaborations-bx img{
    width: 100%;
    float: left;
    max-width: 100px;
}
.collaborations-bx h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #704214;
    font-size: 30px;
    font-weight: 500;

}
.collaborations-bx p{
    width: 100%;
    float: left;
    text-align: center;
    color: #414141;
    font-size: 17px;
    font-weight: 400;
}
.c-bx{
    background: #704214;
}
.c-bx h2{
color: white;
}
.c-bx p {
  color: white;  
}
.Mod-btn {
    width: 100%;
    float: left;
}
.Mod-btn .nav {
    border: 0 !important;
    background: #704214;
    width: 36%;
    padding: 10px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px !important;
    margin-bottom: 25px;
}
.Mod-btn li{
width: 50%;
}
.Mod-btn li button{
    width: 100%;
}
.Mod-btn .nav-link.active {
    background: #fff;
    color: #704214;
}
.Mod-btn .nav-link {
    border-radius: 0 !important;
    background: #704214;
    font-size: 15px;
    color: #ffffff;
    border: 0 !important;
    font-size: 17px;
    font-weight: 400;
}
.news-bx{
    width: 100%;
    float: left;
        margin-top: 25px;
}
.news-bx img{
    width: 100%;
    float: left;
}
.news-bx-text{
    width: 100%;
    float: left;
    padding: 24px;
    background: #F8F8F8;

}
.news-bx-text h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #704214;
    font-size: 22px;
    font-weight: 500;
    float: left;

}
.news-bx-text h2 span{
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}
.news-bx-text p{
   width: 100%;
    text-align: left;
    color: black;
    font-size: 17px;
    font-weight: 400;
    padding:10px 0 0;
    line-height: 180%;
    
}
.anotherteam-main {
    margin-bottom: 25px;
    width: 100%;
    float: left;
    padding: 30px 10px;
    background-color: #F8F8F8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
}
.anotherteam-main img {
    width: 100%;
    float: right;
    max-width: 250px;
    height: 216px;
    object-fit: cover;
}
.anotherteam-main-text {
    width: 100%;
    float: left;
    padding-left: 20px;
}
.anotherteam-main-text h6 {
   width: 100%;
    float: left;
    text-align: left;
    color: #704214;
    font-size: 22px;
    font-weight: 500;
    float: left;
}
.anotherteam-main-text h6 span {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 0;
}
.anotherteam-main-text p {
    width: 100%;
    text-align: left;
    color: black;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0 0;
    line-height: 180%;
}
.donations {
    width: 100%;
    float: left;
    /* background: #f1f1f1; */
    padding: 25px 25px;
    justify-content: center;
    /* display: flex; */
    flex-direction: column;
    /* justify-content: center; */
    /* min-height: 391px; */
    margin-top: 25px;
}
.donations h2{
    display: flex;
    gap: 20px;
    width: 100%;
    float: left;
    text-align: left;
    color: #704214;
    font-size: 25px;
    font-weight: 400;
    justify-content: center;
    padding-bottom: 18px;
}
.donations h2 img{
    width: 100%;
    float: right;
    max-width: 35px;
}

.btns {
    display: flex;
    gap: 15px;
    float: left;
    width: 100%;
}
.btns a:nth-child(1) {
    background: white;
     color: #704214;
}
.btns a {
    width: 100%;
    height: 55px;
    float: left;
    text-align: center;
    background: rgba(20, 29, 71, 0.85);
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
   
    transition: 0.4s 
ease;
}

.donations ul{
    margin: auto;
    padding-top: 20px;
    float: left;
    width: 100%;
   

}
.donations ul li {
    color: #704214;
    font-size: 16px;
    font-weight: 400;
    font-family: "Pragati Narrow", sans-serif !important;
}
.podvd{
    width: 100%;
    float: left;
}
.podvd img{
    width: 100%;
    float: left;
    max-width:100%;
}

.vistonline {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.vistonline a {
    padding: 0px 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 55px;
    background: #704214;
    color: #fff;
    text-decoration: none;
    
}
.testmonial-hd{
    width: 100%;
    float: left;
}
.testmonial-p{
    width: 100%;
    float: left;
}
.testimoni-carouselbx{
    width: 100%;
    float: left;
}
.testmonial-hd h2 {
    width: 100%;
    float: left;
    text-align: left;
    color: #704214;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: -2.4px;
    display: flex;
    align-items: center;
    gap: 41px;
}
.testmonial-hd p{
    width: 100%;
    float: left;
    text-align: left;
    color: #414141;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
}
.testmonial-p img {
    width: 100%;
    float: left;
    max-width: 67px;
    margin-top: 7px;
}
.text-names {
    width: 78%;
    float: left;
    padding-left: 15px;
}
.text-names h4 {
    width: 100%;
    float: left;
    text-align: left;
    color: #704214;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-top: 7px;
}
.text-names h4 span {
    color: #414141;
    font-size: 13px;
      font-weight: 400;
}
.tesimoniyal-mainn{
    margin-top: 50px;
width: 100%;
    float: left;
    display: flex;
    gap: 54px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.testimoni-carousel .owl-nav{
    display: none;
}
.testmonial-p p{

    width: 100%;
    text-align: left;
    color: #414141;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
padding-bottom: 25px;
}
.testmonial-hd h2 img{
    max-width: 88px;
    width: 100%;
}
.photos{
    position: relative;
    width: 100%;
    float: left;
    margin-top: 25px;
}
.photos img{
    width: 100%;
    float: left;
    height: 296px;
    object-fit: cover;
}
.ct-right {
    margin-top: 25px;
    width: 100%;
    float: left;
    padding: 45px;
    /* border-radius: 20px; */
    background: #704214;
    background-position: center;
}
.ct-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ct-field label {
    padding-bottom: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left;
}
.ct-field input {
    width: 100%;
    float: left;
    padding: 15px;
    border: 0;
    background: #fff;
}
.ct-field textarea {
    height: 153px;
    width: 100%;
    float: left;
    padding: 15px;
    border: 0;
    background: #fff;
}

.read-more button {
   
    display: flex;
    gap: 11px;
    color: white;
    border: unset;
    font-size: 16px;
    font-weight: 400;
    background: unset;
}
.read-more img {
   max-width: 15px;
   
    transform: rotate(270deg);
    width: 100%;
    float: left;
}
.maps{
    margin-top: 25px;
    width: 100%;
    float: left;
}
.maps iframe{
margin-top: 20px;
filter: grayscale(1);
}
.maps p{
    width: 100%;
    float: left;
    text-align: left;
    color: #414141;
    font-size: 17px;
    font-weight: 400;
    line-height: 180%;
}
.maps h2{
    width: 100%;
    float: left;
    text-align: left;
    color: black;
  font-size: 25px;
    font-weight: 400;
    padding: 15px 0;
}
.cont-img a{
    width: 36px;
    height: 36px;
    background: #704214;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-img a{
    float: left;
    margin-right: 13px;
}
.cont-img a img {
    width: 100%;
    float: left;
    max-width: 22px;
}
.e-a a{
   font-size: 16px;
    font-weight: 400;
    color: #414141;
    text-decoration: none; 
    font-family: "Pragati Narrow", sans-serif !important;

}
.ch-cts {
    margin-top: 25px;
        width: 100%;
    float: left;
    background: #f1f1f199;
    padding: 15px;
    justify-content: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 13px;
}
.ch-cts img{
    width: 100%;
    float: left;
    max-width: 65px;
}
.ch-cts h2{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 19px;
    color: #414141;
    font-weight: 400;

}
.ch-cts-min h3{
     padding-top: 25px;
width: 100%;
    float: left;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #704214;
}
.bt-Bts{
    width: 100%;
    float: left;
}
.bt-Bts ul {
    margin: 0;
    padding-top: 10px;
}
.bt-Bts ul li {
    list-style: none;
    color: #704214;
    font-size: 17px;
    font-weight: 400;
    font-family: "Pragati Narrow", sans-serif !important;
    float: left;
    width: 100%;
    text-align: center;
}
.bt-Bts h3{
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    color: #704214;padding-top: 70px;
    padding-bottom: 10px;
}
.bt-Bts p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #414141;
    padding-bottom: 15px;
}
.bt-Bts-from{
    width: 100%;
    float: left;
    padding-bottom: 13px;
}
.bt-Bts-from label{
    padding-bottom: 8px;
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    float: left;
}

.bt-Bts-from input {
    width: 100%;
    float: left;
    text-align: left;
    color: #414141;
    border: 1px solid #704214;
    padding: 6px 6px;
}
.bt-Bts-from textarea {
    width: 100%;
    float: left;
    text-align: left;
    color: #414141;
    border: 1px solid #704214;
    padding: 6px 6px;
    height: 100px;
}
.join-aa img{
    transform: unset;
}
.join-aa button{
    color: #704214;
}
.join-aa{
    width: 100%;
    float: left;
    margin-top: 12px;
    display: flex;
        justify-content: center;
}





@media(max-width: 400px){

.innerpages h2 {
    padding-top: 29px !important;
    
}



    .header {
        padding: 15px 0 0 0;
    }
        .banner {
        margin-top: -78px !important;
    }
    .banner-img img {
        height: 300px !important;
        object-fit: cover !important;
    }



.bn2{
    font-size: 35px !important;
}



    .banner-text h2 {
        font-size: 35px !important;
    }
.panel7 {
    padding: 0 0 63px !important;
}
.newmbr .nmtext {
        width: 100%;
    }
    .innerpages img {
        max-width: 196px !important;
    }

.Mod-btn .nav {
    width: 100% !important;
}












}









@media(max-width: 575px){
    
        .jw a {
        text-align: center;
        width: 100%;
        float: left;
    }
    
        .close_form {
        right: -18px !important;
        top: 0px !important; 
        z-index: 11 !important;
    }
    
    .jw {
         width: 100%;
    min-height: auto;
    margin-bottom: 20px;
}
    .pnl-n{
        padding-top: 0;
    }
  .pnl-n .panel2-mainbxs {
    margin-bottom: 20px;
      
  }  


    .whatwedo-img img {
        max-width: 100%;
    }

.banner-text p br{
    display: none;
}




.photos img {
    height: 132px;
}

.btns {
    flex-direction: column;
}

.menus{
    display: none;
}

.banner-img img {
    height: auto;
}
.banner-text {
    position: relative;
    left: unset;
    bottom: unset;
   
}
.bn2{
    position: relative;
    left: unset;
    bottom: unset;
   
}
.banner{
     background: #704214;
}

.bn2 h2 {
    font-size: 33px;
}
.bn2 h2 br{
    display: none;
}
.banner-text h2 {
    font-size: 40px;
}
.banner-text h2 br{
    display: none;
}
.panel1 h2 {
    text-align: center;
    font-size: 40px;
}
.panel1 h2 br{
    display: none;
}

.panel1-per {
    padding-top: 45px;
    display: flex;
    gap: unset;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.panel1 p {
    text-align: center;
}
.panel1 {
    padding: 42px 0 30px;
}

.panel2 h2 {
    text-align: center;
    font-size: 40px;
}.panel2 h2 br{
    display: none;
}
.panel2 {
    padding: 65px 15px 65px 15px;
}

.panel2-mainbxs p {
    text-align: center;
}
.panel2-mainbxs h3 {
       text-align: center;
}
.panel3hd h2 {
    font-size: 40px;
    padding-bottom: 90px;
}

.panel3 {
    padding: 73px 0 0;
}
.pn3-main {
    padding: 0 15px;
}
.pl4-b {
    width: 100%;
}
.panel4 h2 {
    font-size: 40px;
    text-align: center;
}
.panel4 {
    padding-top: 50px;
    padding-bottom: 330px;
}
.panel4 p {
    text-align: center;
}
.pl4-c {
    width: 100%;
}
.panel4-hds{
        width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.panel5 h2 {
    font-size: 40px;
    text-align: center;
}
    .panel5 h2 br{
        display: none;
    }

.panel5 {
    padding-bottom: 218px;
    padding-top: 45px;
}

.panel5 p {
    text-align: center;
}

.panel2-hds{
     width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.panel7 h3 {
    padding: 0;
}
.panel8-hd h2 {
    font-size: 40px;
    text-align: center;
}
.panel8-hd h2 br{
    display: none;
}

.panel8-new {
    padding:0px 15px;
}
.newmbr .nmtext {
    
    padding: 9px 11px;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.panel8 {
    padding-bottom: 55px;

}
.ftr-menu a {
    width: 50%;
    float: left;
    text-align: center;
        padding: 6px 0px;
}

.ftr-menu {
    width: 100%;
    display: unset;
    gap: unset;
    float: left;
}
.add-link {
    padding: 17px 0;
    width: 100%;
}
.adsftr-links {
    width: 100%;
    display: unset;
    gap: unset;
    float: left;
    padding: 30px 0 30px;
   
   
}

.add-link h3 {
    width: 100%;
    text-align: center;
}

.copy h3 {
    text-align: center;
}

.copy {
    padding-top: 17px;
}
.copy h4 {
    text-align: center;
}

.footer {
    padding: 63px 0 16px;
}
.innerpages img {
    max-width: 273px;
    right: -40px;
    bottom: -74px;
}

.innabout img {
    max-width: 293px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.innabout h2 {
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
}

.innabout p {
    text-align: center;
}

.stion-hd h5 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 16px;
}
.stion-hd h5 br{
    display: none;
}
.stn1-main {
    display: unset;
}
.Memberslist ul li {
    text-align: center;
    list-style: none;
}
.Memberslist ul {
    padding-left: 0;
}
.section1-pera p{
    text-align: center;
}

.vm-hd h5 {
    justify-content: center;
}

.vm {
    padding-bottom: 40px;
}
.abt-inner-pannel-hd h2 {
    font-size: 40px;
}
.abt-inner-pannelcard h2 {
    text-align: center;
}
.abt-inner-pannelcard p {
    text-align: center;
}
.abtdirectr a {
   text-align: center;
        width: 100%;
        float: left;
}


    .newmbr .abtdirectr {
       width: 100%;
        min-height: 135px;

    }
.panel8-hd p {
        padding: 0 0 20px 0px;
}
.whatwedo-img {
    display: unset;
}
.whatwedo-text {
    float: left;
    padding: 20px 20px;
}

.whatwedo-text h2 {
    text-align: center;
}
.whatwedo-text p {
    text-align: center;
}
.collaborations-bx img {
    max-width: 80px;
}
.news-bx-text h2 {
    text-align: center;
}
.news-bx-text p {
    text-align: center;
}
.anotherteam-main {
    display: unset;
}
.anotherteam-main-text h6 {
    text-align: center;
}

.anotherteam-main-text p {
    text-align: center;
}
.anotherteam-main-text {
    padding: 22px 0 0;
}

.anotherteam-main img {
    float: none;
    max-width: 316px;
    margin: auto;
    display: block;
    text-align: center;
}
.podvd img {
    margin-bottom: 25px;
}
.testmonial-hd h2 {
    font-size: 40px;
    display: unset;
    text-align: center;
}
.testmonial-hd h2 img {
    max-width: 88px;
    padding-left: 20px;
}
.tesimoniyal-mainn {
    gap: 30px;
}
.testmonial-p p{

    text-align: center;
}
.text-names {
    width: 100%;
    padding-left: 0;
    
}
.text-names h4 {
    text-align: center;
}
.testmonial-p img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.ch-cts h2 {
    font-size: 15px;
}
.bt-Bts h3 {
    text-align: center;
}
.bt-Bts ul li {
    text-align: center;
}
.bt-Bts ul {
    list-style: none;
    padding-left: 0;
   
}
.bt-Bts p {
    text-align: center;
}
.join-aa {
    display: flex;
    justify-content: center;
}
.ct-right {
    padding: 23px ;
}
.maps h2 {
    text-align: center;
}
.maps p {
    text-align: center;
}
    .e-a a {
        float: left;
        text-align: center;
        width: 100%;
    }
.cont-img a {
    margin-right: auto;
}
.cont-img{
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
}
.pn3-main-img {
    width: 100%;
}
.pn3-main-img img {
    
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
}

@media (min-width:576px) and (max-width:767px){


  .jw a {
        text-align: center;
        width: 100%;
        float: left;
    }
.news-bx img{
    height: 330px;
    object-fit: cover;;
    }
.banner-text p br{
    display: none;
}
.menus{
    display: none;
}

.banner-img img {
    height: auto;
}
.banner-text {
    position: relative;
    left: unset;
    bottom: unset;
   
}
.bn2 {
    position: relative;
    left: unset;
    bottom: unset;
   
}


.banner{
     background: #704214;
}
.banner-text h2 {
    font-size: 40px;
}
.banner-text h2 br{
    display: none;
}

.bn2 h2 {
    font-size: 40px;
}
.bn2 h2 br{
    display: none;
}



.panel1 h2 {
    text-align: center;
    font-size: 40px;
}
.panel1 h2 br{
    display: none;
}

.panel1-per {
    padding-top: 45px;
    display: flex;
    gap: unset;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.panel1 p {
    text-align: center;
}
.panel1 {
    padding: 42px 0 30px;
}

.panel2 h2 {
    text-align: center;
    font-size: 40px;
}.panel2 h2 br{
    display: none;
}
.panel2 {
    padding: 65px 15px 65px 15px;
}

.panel2-mainbxs p {
    text-align: center;
}
.panel2-mainbxs h3 {
       text-align: center;
}
.panel3hd h2 {
    font-size: 40px;
    padding-bottom: 90px;
}

.panel3 {
    padding: 73px 0 0;
}
.pn3-main {
    padding: 0 15px;
}
.pl4-b {
    width: 100%;
}
.panel4 h2 {
    font-size: 40px;
    text-align: center;
}
.panel4 {
    padding-top: 50px;
    padding-bottom: 330px;
}
.panel4 p {
    text-align: center;
}
.pl4-c {
    width: 100%;
}
.panel4-hds{
        width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.panel5 h2 {
    font-size: 40px;
    text-align: center;
}
    .panel5 h2 br{
        display: none;
    }

.panel5 {
    padding-bottom: 218px;
    padding-top: 45px;
}

.panel5 p {
    text-align: center;
}

.panel2-hds{
     width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.panel7 h3 {
    padding: 0;
}
.panel8-hd h2 {
    font-size: 40px;
    text-align: center;
}
.panel8-hd h2 br{
    display: none;
}

.panel8-new {
    padding:0px 15px;
}
.newmbr .nmtext {
    width: 100%;
    padding: 9px 11px;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.panel8 {
    padding-bottom: 55px;

}
.ftr-menu a {
    width: 50%;
    float: left;
    text-align: center;
        padding: 6px 0px;
}

.ftr-menu {
    width: 100%;
    display: unset;
    gap: unset;
    float: left;
}
.add-link {
    padding: 17px 0;
    width: 100%;
}
.adsftr-links {
    width: 100%;
    display: unset;
    gap: unset;
    float: left;
    padding: 30px 0 30px;
   
   
}

.add-link h3 {
    width: 100%;
    text-align: center;
}

.copy h3 {
    text-align: center;
}

.copy {
    padding-top: 17px;
}
.copy h4 {
    text-align: center;
}

.footer {
    padding: 63px 0 16px;
}
.innerpages img {
    max-width: 273px;
    right: -40px;
    bottom: -74px;
}

.innabout img {
    max-width: 293px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.innabout h2 {
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
}

.innabout p {
    text-align: center;
}

.stion-hd h5 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 16px;
}
.stion-hd h5 br{
    display: none;
}
.stn1-main {
    display: unset;
}
.Memberslist ul li {
    text-align: center;
    list-style: none;
}
.Memberslist ul {
    padding-left: 0;
}
.section1-pera p{
    text-align: center;
}

.vm-hd h5 {
    justify-content: center;
}

.vm {
    padding-bottom: 40px;
}
.abt-inner-pannel-hd h2 {
    font-size: 40px;
}
.abt-inner-pannelcard h2 {
    text-align: center;
}
.abt-inner-pannelcard p {
    text-align: center;
}
.abtdirectr a {
   text-align: center;
        width: 100%;
        float: left;
}


    .newmbr .abtdirectr {
       
        min-height: 165px;

    }
.panel8-hd p {
        padding: 0 0 20px 0px;
}
.whatwedo-img {
    display: unset;
}
.whatwedo-text {
    float: left;
    padding: 20px 20px;
}

.whatwedo-text h2 {
    text-align: center;
}
.whatwedo-text p {
    text-align: center;
}
.collaborations-bx img {
    max-width: 80px;
}
.news-bx-text h2 {
    text-align: center;
}
.news-bx-text p {
    text-align: center;
}
.anotherteam-main {
    display: unset;
}
.anotherteam-main-text h6 {
    text-align: center;
}

.anotherteam-main-text p {
    text-align: center;
}
.anotherteam-main-text {
    padding: 22px 0 0;
}

.anotherteam-main img {
    float: none;
    max-width: 316px;
    margin: auto;
    display: block;
    text-align: center;
}
.podvd img {
    margin-bottom: 25px;
}
.testmonial-hd h2 {
    font-size: 40px;
    display: unset;
    text-align: center;
}
.testmonial-hd h2 img {
    max-width: 88px;
    padding-left: 20px;
}
.tesimoniyal-mainn {
    gap: 30px;
}
.testmonial-p p{

    text-align: center;
}
.text-names {
    width: 100%;
    padding-left: 0;
    
}
.text-names h4 {
    text-align: center;
}
.testmonial-p img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.ch-cts h2 {
    font-size: 15px;
}
.bt-Bts h3 {
    text-align: center;
}
.bt-Bts ul li {
    text-align: center;
}
.bt-Bts ul {
    list-style: none;
    padding-left: 0;
   
}
.bt-Bts p {
    text-align: center;
}
.join-aa {
    display: flex;
    justify-content: center;
}
.ct-right {
    padding: 23px ;
}
.maps h2 {
    text-align: center;
}
.maps p {
    text-align: center;
}
    .e-a a {
        float: left;
        text-align: center;
        width: 100%;
    }
.cont-img a {
    margin-right: auto;
}
.cont-img{
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
}
.pn3-main-img {
    width: 100%;
}
.pn3-main-img img {
    
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
}
@media (max-width: 991px) {
    .team-details h3 {
        font-weight: 400;
    }
    .team-details h4 {
        font-weight: 400;
    }
.close_form {
    right: 0px;
    top: 0px;
}

  .timeline {
    flex-direction: column;
    border-top: none;
    position: relative;
  }

  .timeline-item {
    width: 100%;
    margin: 60px 0;
    text-align: center;
  }

  /* Year text */
.timeline-item .year {
        top: -55px !important;
        margin-bottom: 15px;
        font-size: 32px;
    }

  /* Circle */
  .timeline-item .circle {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0;
  }

  /* Vertical line under the circle */
  .timeline-item .line {
    height: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5px;
  }

  /* Text reposition */
  .timeline-item.top p,
  .timeline-item.bottom p {
    position: relative;
    bottom: 0 !important;
    margin-top: 15px;
    font-size: 16px;
  }

  /* Remove top/bottom variations */
  .timeline-item.top .line,
  .timeline-item.bottom .line {
    top: auto;
    bottom: auto;
  }

  .timeline-item.top .line:after,
  .timeline-item.bottom .line:after {
    top: auto;
    bottom: 0;
    left: -3px;
  }
}

@media (min-width:768px) and (max-width:991px){

 .jw a {
        text-align: center;
        width: 100%;
        float: left;
    }
.news-bx img{
    height: 330px;
    object-fit: cover;;
    }


.menus{
    display: none;
}

.banner-img img {
    height: auto;
}
.banner-text {
    position: relative;
    left: unset;
    bottom: unset;
   
}
.bn2{
    position: relative;
    left: unset;
    bottom: unset;
   
}


.banner{
     background: #704214;
}
.banner-text h2 {
    font-size: 40px;
}
.banner-text h2 br{
    display: none;
}
.bn2 h2 {
    font-size: 40px;
}
.bn2 h2 br{
    display: none;
}
.panel1 h2 {
    text-align: center;
    font-size: 40px;
}
.panel1 h2 br{
    display: none;
}
.panel1-per {
    padding-top: 45px;
    display: flex;
    gap: unset;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.panel1 p {
    text-align: center;
}
.panel1 {
    padding: 42px 0 30px;
}

.panel2 h2 {
    text-align: center;
    font-size: 40px;
}.panel2 h2 br{
    display: none;
}
.panel2 {
    padding: 65px 15px 65px 15px;
}

.panel2-mainbxs p {
    text-align: center;
}
.panel2-mainbxs h3 {
       text-align: center;
}
.panel3hd h2 {
    font-size: 40px;
    padding-bottom: 40px;
}
.panel3 {
    padding: 73px 0 0px;
}
.pn3-main {
    padding: 0 15px;
}
.pl4-b {
    width: 100%;
}
.panel4 h2 {
    font-size: 40px;
    text-align: center;
}
.panel4 {
    padding-top: 50px;
    padding-bottom: 330px;
}
.panel4 p {
    text-align: center;
}
    .panel4-hds {
        width: 100%;
        float: left;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
    }


.pl4-c {
    width: 100%;
}

.panel5 h2 {
    font-size: 40px;
    text-align: center;
}
    .panel5 h2 br{
        display: none;
    }

.panel5 {
    padding-bottom: 218px;
    padding-top: 45px;
}

.panel5 p {
    text-align: center;
}

.panel2-hds{
     width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
}
.panel7 h3 {
    padding: 0;
}
.panel8-hd h2 {
    font-size: 40px;
    text-align: center;
}
.panel8-hd h2 br{
    display: none;
}

.panel8-new {
    padding:0px 15px;
}
.newmbr .nmtext {
    width: 100%;
    padding: 9px 11px;
    min-height: 110px;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.panel8 {
    padding-bottom: 55px;

}
.ftr-menu a {
    width: 50%;
    float: left;
    text-align: center;
        padding: 6px 0px;
}

.ftr-menu {
    width: 100%;
    display: unset;
    gap: unset;
    float: left;
}
.add-link {
    padding: 17px 0;
    width: 100%;
}
.adsftr-links {
    width: 100%;
    display: unset;
    gap: unset;
    float: left;
    padding: 30px 0 30px;
   
   
}

.add-link h3 {
    width: 100%;
    text-align: center;
}

.copy h3 {
    text-align: center;
}

.copy {
    padding-top: 17px;
}
.copy h4 {
    text-align: center;
}

.footer {
    padding: 63px 0 16px;
}
.innerpages img {
    max-width: 273px;
    right: -40px;
    bottom: -74px;
}

.innabout img {
    max-width: 293px;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.innabout h2 {
    font-size: 40px;
    text-align: center;
    padding: 20px 0;
}

.innabout p {
    text-align: center;
}

.stion-hd h5 {
    font-size: 40px;
    text-align: center;
    padding-bottom: 16px;
}
.stion-hd h5 br{
    display: none;
}
.stn1-main {
    display: unset;
}
.Memberslist ul li {
    text-align: center;
    list-style: none;
}
.Memberslist ul {
    padding-left: 0;
}
.section1-pera p{
    text-align: center;
}

.vm-hd h5 {
    justify-content: center;
}

.vm {
    padding-bottom: 40px;
}
.abt-inner-pannel-hd h2 {
    font-size: 40px;
}
.abt-inner-pannelcard h2 {
    text-align: center;
    font-size: 22px;

}
.abt-inner-pannelcard p {
    text-align: center;
}
.abtdirectr a {
   text-align: center;
        width: 100%;
        float: left;
}


    .newmbr .abtdirectr {
       
        min-height: 135px;

    }
.panel8-hd p {
        padding: 0 0 20px 0px;
}
.whatwedo-img {
    display: unset;
}
.whatwedo-text {
    float: left;
    padding: 20px 20px;
}

.whatwedo-text h2 {
    text-align: center;
}
.whatwedo-text p {
    text-align: center;
}
.collaborations-bx img {
    max-width: 80px;
}
.news-bx-text h2 {
    text-align: center;
}
.news-bx-text p {
    text-align: center;
}
.anotherteam-main {
    display: unset;
}
.anotherteam-main-text h6 {
    text-align: center;
}

.anotherteam-main-text p {
    text-align: center;
}
.anotherteam-main-text {
    padding: 22px 0 0;
}

.anotherteam-main img {
    float: none;
    max-width: 316px;
    margin: auto;
    display: block;
    text-align: center;
}
.podvd img {
    margin-bottom: 25px;
}
.testmonial-hd h2 {
    font-size: 40px;
    display: unset;
    text-align: center;
}
.testmonial-hd h2 img {
    max-width: 88px;
    padding-left: 20px;
}
.tesimoniyal-mainn {
    gap: 30px;
}
.testmonial-p p{

    text-align: center;
}
.text-names {
    width: 100%;
    padding-left: 0;
    
}
.text-names h4 {
    text-align: center;
}
.testmonial-p img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}

.ch-cts h2 {
    font-size: 15px;
}
.bt-Bts h3 {
    text-align: center;
}
.bt-Bts ul li {
    text-align: center;
}
.bt-Bts ul {
    list-style: none;
    padding-left: 0;
   
}
.bt-Bts p {
    text-align: center;
}
.join-aa {
    display: flex;
    justify-content: center;
}
.ct-right {
    padding: 23px ;
}
.maps h2 {
    text-align: center;
}
.maps p {
    text-align: center;
}
    .e-a a {
        float: left;
        text-align: center;
        width: 100%;
    }
.cont-img a {
    margin-right: auto;
}
.cont-img{
    display: flex;
    justify-content: center;
    float: left;
    width: 100%;
}
.pn3-main-img {
    width: 100%;
}
.pn3-main-img img {
    
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.timeline-item .year {
    font-size: 35px;
}
.abt-inner-pannelcard {
    flex-direction: column;
    justify-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 184px;
}
.whatwedo-img img {
    width: 100%;
    float: none;
    max-width: 524px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 25px;
}

}
@media (min-width:992px) and (max-width:1024px){

.panel2-mainbxs h3 {
    font-size: 19px;
}
.menus{
    display: none;
}
.banner-img img {
    height: auto;
}
.panel2 h2 {
    font-size: 50px;
}
.timeline-item .year {
    font-size: 40px;
}
.panel4 h2 {
    font-size: 50px;
}
.panel5 h2 {
    font-size: 50px;
}
.ftr-menu {
    gap: 25px;
}
.nmtext {
    min-height: 112px;
}
.adsftr-links {
    width: 100%;
    gap: 21px;
}
.add-link {
    width: 100%;
}
.sociallinkhs a {
    padding: 0 5px;
}
.newmbr .abtdirectr{
min-height: 139px;
}
.whatwedo-img img {
    height: 448px;
    object-fit: cover;
        max-width: 420px;
}
.collaborations-bx {
    min-height: 527px;
}
.anotherteam-main img {
    max-width: 190px;
}

.abt-inner-pannelcard {
   
    min-height: 188px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}


@media (min-width:1025px) and (max-width:1199px){
.panel2-mainbxs h3{
    font-size: 19px;
}
.header_menu_area > ul > li {

    padding: 0px 35px 0px 35px;
}
.banner-img img {
    height: auto;
}
.panel2 h2 {
    font-size: 50px;
}
.timeline-item .year {
    font-size: 40px;
}
.panel4 h2 {
    font-size: 50px;
}
.panel5 h2 {
    font-size: 50px;
}
.ftr-menu {
    gap: 25px;
}
.nmtext {
    min-height: 112px;
}
.adsftr-links {
    width: 100%;
    gap: 21px;
}
.add-link {
    width: 100%;
}
.sociallinkhs a {
    padding: 0 5px;
}
.newmbr .abtdirectr{
min-height: 139px;
}
.whatwedo-img img {
    height: 448px;
    object-fit: cover;
        max-width: 420px;
}
.collaborations-bx {
    min-height: 527px;
}
.anotherteam-main img {
    max-width: 190px;
}

.abt-inner-pannelcard {
   
    min-height: 188px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



}



@media (min-width:1200px) and (max-width:1314px){
.banner-img img {
    height: auto;
}


}    
.abtdirectr {
    min-height: 135px;
}



.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
    
.grecaptcha-badge { 
    visibility: hidden;
}
.news-bx-text a {
    float: left;
    padding: 0px 8px;
    border: 1px solid #704214;
    text-align: left;
    color:  #704214;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Pragati Narrow", sans-serif !important;
    margin-top: 13px;
}
.photos p {
    position: absolute;
    bottom: 0;
    background: #181818;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0) 0%, rgba(112, 66, 20, 1) 100%);
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    line-height: 140%;
}
