@font-face {
  src: url(../fonts/ridley-bold.otf);
  font-family: ridley-bold;
}
@font-face {
  src: url(../fonts/ridley-regular.otf);
  font-family: lemon;
}
@font-face {
  src: url(../fonts/FSMeridianTrial-Regular.woff);
  font-family: meridian;
}
@font-face {
  src: url(../fonts/Bebas-Regular.ttf);
  font-family: bebas;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}
li {
  list-style: none;
}

body {
  top: 0 !important;
  font-family: 'Jost';
}

.mini-header {
  width: 100%;
  height: 30px;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgb(228, 228, 228);
  justify-content: left;
}

.ch-info {
  position: absolute;
  right: 37px;
  top: 9px;
}

.mini-header {
  background: #c00a15;
}

.navbar-nav {
  margin-left: auto;
  text-transform: uppercase;
}

.navbar-nav .nav-item {
  padding: 0px 15px;
}

.images-part {
  position: relative;
  left: 42px;
  top: 58px;
}

.nav-link {
  font-weight: 600;
  font-size: 14px;
  font-family: unset;
}
.nav-link:hover{
  color: #010101 !important;
}

.ch-info {
  text-align: right;
}

.ch-info a {
  color: rgb(0, 0, 0);
  font-size: 15px;
  text-decoration: none;
  padding: 0px 15px;
}

.ch-info a i {
  padding-right: 5px;
  font-weight: 500;
}

.drop-main {
  position: absolute;
  list-style: none;
  padding: 0;
  z-index: 2;
  top: 50px;
  width: 240px;
  left: 0px;
  background: #f9f9f9;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.5s ease-in-out;
}

.dropdown:hover .drop-main {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}

.drop-main li {
  line-height: 40px;
  border-bottom: 1px solid #dbdbdb;
  padding: 0px 17px;
}

.drop-main li a {
  text-decoration: none;
  color: #010101;
  font-size: 14px;
}

.dropdown {
  position: relative;
  padding: 0;
}

/* navbar end  */

.top-one ul,
.top-two ul {
  display: flex;
  justify-content: end;
}
.top-one ul li {
  font-size: 14px;
  flex-shrink: 0;
}
.top-one ul li a {
  color: #fff;
  margin-right: 22px;
  font-size: 12px;
}
.top-one ul li i {
  font-size: 13px;
  color: #fff;
  margin-right: 7px;
}
.top-two ul {
  justify-content: end;
}
.top-two ul li i {
  font-size: 13px;
  color: #fff;
  margin-left: 30px;
}
.line::after{
  content: " ";
  width: 80%;
  transition: all 380ms ease-in-out;
  height: 2px;
  left: 7px;
  background-color: #c00a15;
  position: absolute;
  transform: scale(1);
  bottom: 0px;
  transform-origin: left;
}
/* .line:hover::after{
  transform: scale(1);
} */
.nav-link{
  position: relative;
}
.line-one::after{
  content: " ";
  width: 80%;
  transition: all 380ms ease-in-out;
  height: 2px;
  left:8px;
  background-color: #226935;
  position: absolute;
  transform: scale(0);
  bottom: 0px;
}
.line-one:hover::after{
  transform: scale(1);
}
.line-one:hover{
  color: red;
}



/* slider start  */

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 75vh;
  z-index: 1;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .caption {
  overflow-x: initial;
}

.caption {
  text-align: center;
  color: #fff;
  /* backdrop-filter: blur(4px); */
  /* background: #00000000; */
  padding: 2.5rem 2rem;
  width: 80%;
  /* border: 7px double #fff; */
}
.welcome{
  font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: -1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slideshow .slide .title {
  font-size: 50px;
  text-transform: uppercase;
  font-family: ridley-bold;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}

.slideshow .slide .btn::before {
  background: #fff;
}
.caption a{
  background-color: #226935;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 5px;
  text-transform: capitalize;
}

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}

.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}

.slideshow .pagination .item+.page {
  margin-left: -2px;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
  background-color: #fff;
}

.slideshow .arrows .arrow {
  margin: -33px 0 0;
    padding: 20px;
    position: absolute;
    top: 50%;
    /* border-radius: 50%; */
    cursor: pointer;
    height: 45px;
    width: 40px;
    z-index: 3;
}

.slideshow .arrows .prev {
  left: 30px;
}

/* .slideshow .arrows .prev:hover .svg {
  left: -10px;
} */

.slideshow .arrows .next {
  right: 30px;
}

.svg-arrow-right{
  left: -5px !important;
  top: -12px !important;
}

.slideshow .arrows .svg {
  position: relative;
  left: -8px;
  font-size: 15px;
  font-weight: 700;
  top: -10px;
  fill: #fff;
  transition: left 0.2s ease;
}

.bar-slider {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.main-content {
  position: relative;
}

.bar-slider img {
  width: 100%;
}

.about-image img {
  width: 100%;
}


/* slider end  */



/* responsive  */

@media(max-width:999px) {
  .slideshow .slide .text {
      font-size: 15px;
  }
  .slideshow .slide .title {
      font-size: 24px;
  }
}

@media(max-width:767px) {
  .slideshow .slide .text {
      font-size: 14px;
  }
  .slideshow .slide .title {
      font-size: 21px;
  }
}
@media(max-width:675px) {
  .slideshow .slide .title {
      line-height: 22px;
      margin: 7px auto;
  }
}


@media(max-width:425px) {
  .slideshow .arrows .arrow {
      padding: 13px;
      height: 50px;
      width: 50px;
  }
  .slideshow .arrows .prev {
      left: 7px;
  }
  .slideshow .arrows .next {
      right: 7px;
  }
  .caption {
      padding: 22px 19px;
      width: 60%;
  }
}


/* slider end */



.about{
  margin-top: 70px;
}
.about-left{
  text-align: right;
}
.about-right h2{
  font-family: ridley-bold;
  margin-top: 10px;
}
.about-right{
  margin-top: 45px;
}
.about-right p{
  color: #777;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 25px;
}
.layout-button{
  background-color: #226935;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
}
.member-anchor{
  margin-top: 50px;
}
.member{
  margin-top: 60px;
  background-color: #f7f7f7;
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
.member span , .chart-content span , .charmain-main span , .contact-head span{
  color: #226935;
  font-size: 14px;
  padding: 5px 10px;
  text-transform: uppercase;
  border-radius: 18px;
  background-color: #22693538;
}
.member h3{
  margin-top: 20px;
  font-weight: 600;
}
.corporate-member{
  background-color: #fff;
  padding: 50px 35px 0px;
  height: 350px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.corporate-member::after{
  content: "1";
  position: absolute;
  top: -207px;
  left: -50px;
  /* right: 11px; */
  /* bottom: -20px; */
  font-family: bebas;
  font-size: 479px;
  color: #22693524;
}
.member-two::after{
  content: "2";
}
.member-three::after{
  content: "3";
}
.corporate-member h4{
  text-align: center;
  font-size: 20px;
  font-family: ridley-bold;
  color: #226935;
}
.corporate-member p{
  color: #777;
  margin-top: 15px;
}
.relation{
  margin-top: 60px;
}
.relation-right span , .about-right span , .chief-text span , .aim-main span{
  color: #226935;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 18px;
  text-transform: uppercase;
  background-color: #22693538;
}
.relation-right h2{
  margin-top: 15px;
  font-family: ridley-bold;
  font-size: 34px;
}
ul{
  padding: 0 !important;
}
.relation-right ul li , .benefits-points ul li{
  display: flex;
}
.relation-right ul li i , .benefits-points ul li i{
  margin-top: 4px;
  margin-right: 8px;
  color: #226935;
}
.relation-right ul{
  margin-top: 20px;
}
.relation-right ul li p , .benefits-points ul li p{
  color: #777;
  text-align: justify;
}
a:hover{
  color: #fff !important;
}
.query{
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 40px 0 40px 0;
  margin-top: 60px;
  color: #fff;
}
h5{
  margin: 0 !important;
}
.query2 a , .query3 a , .aim-button a{
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 25px;
  text-transform: capitalize;
  border-radius: 5px;
  font-size: 14px;
}
footer{
  padding-top: 30px;
  text-align: center;
}
.foot-menu{
  margin-top: 10px;
}
.foot-menu ul{
  display: flex;
  justify-content: center;
}
.foot-menu ul li{
  margin-right: 15px;
}
.foot-menu ul li i{
  margin-right: 5px;
  color: #226935;
}
.foot-menu ul li a{
  color: #777;
}
.foot-menu ul li a:hover{
  color: #226935 !important;
}
.foot-icons ul{
  display: flex;
  justify-content: center;
}
.foot-icons ul li{
  margin-right: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #226935;
  border-radius: 50%;
}
.foot-icons ul li i{
  font-size: 18px;
  color: #226935;
}
.foot-copy p{
  font-size: 12px;
  color: #777;
}
.layout-button{
  border: #226935 solid 1px;
  transition: all ease-in-out .5s;
}
.layout-button:hover{
  background-color: #fff;
  border: #226935 solid 1px;
  color: #226935 !important; 
}

@media(max-width:984px){
  .about-left img , .relation-left img{
    width: 100%;
  }
}
@media(max-width:768px){
  .query2{
    text-align: center;
    margin-top: 26px;
  }
  .welcome{
    font-size: 12px;
  }
}
@media(max-width:440px){
  .foot-img img{
    width: 100%;
  }
  .navbar-brand img{
    width: 100%;
  }
  .progress-wrap.active-progress{
    display: none;
  }
}
@media(max-width:498px){
  .foot-menu ul{
    display: inline-block;
  }
}


/* #Progress
================================================== */
/* back to top */
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: #226935ad;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	content: '\f102';
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #226935;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	content: '\f102';
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	opacity: 0;
    background-color: #226935;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: #226935;
	stroke-width: 3;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
} 
/* back to top button */


.query1 h5{
  text-transform: capitalize;
}
.query2{
  text-align: center;
}
.query3{
  text-align: center;
}
.query3 h2{
  font-size: 24px;
  margin-top: 11px;
  margin-bottom: 25px;
  font-family: 'ridley-bold';
}
.foot-icons ul li:hover{
  background-color: #226935;
}
.foot-icons ul li:hover i{
  color: #fff !important;
}
.foot-icons ul li{
  transition: all .5s ease-in-out;
}
.contact-form-btn{
  text-align: left !important;
}
.contact-page{
  margin-top: 70px;
}
.thanks-text{
  padding: 0px 20%;
}
.thanks-text a{
  color: #226935;
}
.thanks-text a:hover{
  color: #226935 !important;
}
.contact-form-1{
  margin-top: -30px;
}
.office-head{
  margin-top: -15px !important;
  text-align: left !important;
}
.office-head h3{
  font-size: 30px !important;
}
.offices{
  margin: 50px 0px;
}
.location-main{
  margin-right: 50px;
}