html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;  
  font-family: "Poppins", serif !important;
scroll-behavior: smooth;
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000;
}
/******************************menu**********************/

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 0;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
    margin-top: 0;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #a9cb3e !important;
}
         


.header_menu_area > ul > li > a:hover::after {
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {
   .menuTrigger.active{
        position: fixed!important;
    z-index: 999!important;
    top: 25px!important;
    left: 92%!important;
   }
  .talk{
  float: none!important;
  display: table;
  margin: auto;    background: #1bd584;
    font-weight: 700;
 }

.navItem ul li a{
  font-weight: 600;
  color: #a9cc3e !important;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  float: left;
}.navItem ul li {
  /* border-bottom: 2px solid #b7b2cf; */
  text-align: center;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    overflow-y: scroll;
    height: auto;
    top: 48px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #ffffff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  /* margin: 15px; */
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.wrapper .menu {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 20px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 18px;
  --widthLine: 28px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(
  --heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #a9cc3e;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
  transform: none;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation)) !important;
  background: #8BC34A !important;
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
  background: #8BC34A !important;
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 15px;
  display: block;
  height: 0;
  width: 50px;
  border-radius: 0;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-color: #ffffff;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-size: var(--s) calc(var(--s) / 0.577);
  z-index: 99;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/ct-bg.webp');
  background-size: contain;
  background-position: 70% 101%;
  background-repeat: no-repeat;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  /* padding: 0; */
  margin-top: 0;
  width: 100%;
  padding: 0;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  /* display: flex; */
  align-items: center;
  justify-content: left;
  background-color: transparent;
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

.nav .navItem {
  margin-bottom: 2px;
  /* border-bottom: 2px solid #0c0c0c; */
  padding: 15px 0;
}
.nav .navLink {
  /* position: relative; */
  display: inline-flex;
  font-size: 20px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #a9cc3e;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-weight: 700;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #141412;
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0.7;
    transform: translateY(20px);
  }
  30% {
    opacity: 1;
  } 100% {
    opacity: 1;
  }
}

@keyframes fadein {
 0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
  }
}
.demoContent {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 30px 0 30px;
  overflow-y: auto;
  background-color: #fff;
}
.demoContent::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F0E9;
}
.demoContent::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 3px;
}
.demoContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f2f0e9;
  background-color: #F2F0E9;
}
.demoContent h1 {
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.demoContent .demoHeader {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.demoContent .demoHeader:before {
  content: "";
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #E1E9EE;
}
.demoContent .demoHeader:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #E1E9EE;
  border: 3px solid #fff;
}
.demoContent .demoHeader span:first-child {
  display: flex;
  width: 115px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 70px auto 15px;
}
.demoContent .demoHeader span:last-child {
  display: flex;
  width: 200px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 15px auto 15px;
}
.demoContent .demoPost {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 0 15px;
}
.demoContent .demoPost .demoPostImg {
  width: 30%;
  height: 80px;
  border-radius: 10px;
  background-color: #E1E9EE;
}
.demoContent .demoPost .demoPostContent {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 70%;
  padding-left: 15px;
}
.demoContent .demoPost .demoPostContent span:nth-child(1) {
  width: 50%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(2) {
  width: 30%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(3) {
  width: 70%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}

.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    display: none;
    float: right;
    position: relative;
    z-index: 99999;
    width: 28px;
    height: 28px;
    margin-top: 25px;
    cursor: pointer;
    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;
}

.header_menu_area > .mob_nav > div {
    background: #ef2732;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    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;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ce2933;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ce2933;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 0;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !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;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    /* transform: rotate(-15deg) translate3d(0, 0, 0); */
    padding-bottom: 50px;
    background: #ffffff;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
    top: 0;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}

.header_menu_area > ul > li > a:after{
  position:absolute;
  content:'';
  width: 0;
  display: block;
  height: 2px;
  left: 0;
  bottom: 1px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  margin: auto;
}.header_menu_area > ul > li > a:hover::after{width: 100%;}.activeli:after{
  width: 75% !important;
}
.activeli{
  color: #a9cb3e !important;
 }.header_menu_area > ul > li > a:hover{
  
 }.header_menu_area > ul li a:after{
  content:'';
  position:absolute;
 }.header_menu_area > ul > li > a:hover::after{
  
 }
.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    margin: 0 21px;
    padding: 66px 0 0;
    letter-spacing: 0px !important;
    z-index: -2;
    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;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    background: #7c7e82; !important;
    color: #ffffff;
    text-decoration: none;
    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-transform: uppercase; */
}.menu ul li ul{
  top: -30px;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 76px;
    /* height: 0; */
    padding: 0;
    width: 285px;
    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 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 ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -230px;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0,0); */
    transition: all .5s ease-out;
    height: auto;
    right: -70px;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #ffffff;
    background: #a9cb3e;
    text-align: left;
    /* border-bottom: solid 1px rgb(16 16 16); */
    text-decoration: none;
    margin-bottom: 5px;
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}



@media (max-width: 1024px){
    .header_menu_area > ul > li > a{
        margin: 8px 0px 0px 0px;
        font-size: 19px;
    }
    .hamburgermenu{
        display: none;
    }
}



/**********************menu***************/

.header{

width: 100%;

float: left;

padding-bottom: 0;

height: 82px;

padding: 0;
}
.logo{width: 12%;float: left;position: relative;z-index: 9;margin-top: 38px;}
.logo img{width: 182px;float: left;}
.header2{width: 87%;float: left;position: relative;}


.banner
{
}
@keyframes rotate {
  0% {background-position: 0 0;}
  100% {background-position: 630px 0;}
}

@keyframes spin {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 380px;
  }
}
.banner
{

width: 100%;

float: left;

margin-top: -82px;

position: relative;
}
.slide-image{

}
.slide-image img{

width: 100%;

height: 796px;

object-fit: cover;
}
.banner-text
{

position: absolute;

top: 250px;
}
.banner-text h1{

font-size: 70px;

color: #263640;

font-weight: 600;

width: 57%;
}
.banner-text p{

font-size: 16px;

color: #999999;

font-weight: 400;

line-height: 200%;

width: 53%;

margin-top: 15px;
}
.banner-text a{float: left;width: 149px;height: 57px;background: #A9CC3E;text-align: center;font-size: 17px;font-weight: 500;color: #fff;text-decoration: none;padding: 15px 0;border-radius: 30px;margin-top: 10px;box-shadow: inset 400px 0 0 0 #A9CC3E;}
.banner-text a:hover
{
 box-shadow: inset 0px 0 0 0 #000000;
}
.panel1{

width: 100%;

float: left;

padding: 70px 0;
}
.p1-img{

float: left;

width: 593px;

margin-right: 31px;

position: relative;

z-index: 9;
}
.p1-img h6{

font-size: 16px;

color: #999999;

font-weight: 400;
}
.p1-img img{

max-width: 100%;

float: left;
}
.years-text{

position: absolute;

background: #fff;

right: 23px;

top: 68%;

padding: 22px 20px;

font-size: 16px;

color: #999999;

border-radius: 22px;

box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.05);
}
.panel1 h1{

font-size: 49px;

color: #263640;

line-height: 120%;

padding-top: 30px;

font-weight: 600;
}
.panel1 p{
    
font-size: 15px;
    
color: #999999;
    
font-weight: 400;
    
line-height: 200%;
    
margin-top: 24px;
}
.panel2
{

width: 100%;

float: left;

padding: 50px 0;
}
.bdr-box{

border-top: 1px solid #e5e5e6;

padding-top: 30px;
}
.bdr-box h2{

font-size: 50px;

color: #1E1E1E;

font-weight: 600;

line-height: 200%;

border-bottom: 1px solid #e5e5e6;

float: left;

margin-bottom: 30px;
}
.core-box{

width: 100%;

float: left;

margin-top: 30px;

margin-bottom: 30px;
}
.core-box img{

width: 64px;

height: 64px;

background: #91C545;

padding: 10px;

border-radius: 10px;

float: left;

margin-right: 20px;
}
.core-box h6{

font-size: 24px;

color: #0D0D0D;

font-weight: 600;

margin-top: 0px;
}
.core-box p{

margin: 0;

font-size: 16px;

color: #999999;

font-weight: 400;

line-height: 160%;
}
.core-box:hover img{
    
}.enq-now:hover{box-shadow: inset 0px 0 0 0 #a9cb3e;}
.enq-now{
  position: relative;
  z-index: 99;
  background: #000;
  float: right;
  margin-top: 50px;
  width: 149px;
  height: 57px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px 0;
  box-shadow: inset 400px 0 0 0 #080808;
}
.panel3 p{float: left;width: 100%;font-size: 16px;color: #fff;font-weight: 400;width: 70%;margin-top: 50px;line-height: 190%;}
.panel3-a:hover{
  box-shadow:inset 0px 0 0 0 #fff;
}

.panel3-a{

background: #050509;

float: right;

top: 60px;

position: relative;

font-size: 16px;

color: #fff;

text-decoration: none;

padding: 10px 30px;

border-radius: 30px;

box-shadow: inset 400px 0 0 0 #080808;
}
.p3-box a:hover{

background: #a9cc3e;

border-radius: 100%;
}.panel3 h1:after{
  position:absolute;
  content:'';
  background: #fff;
  width: 290px;
  height: 1px;
  left: 0;
  top: 28px;
}
.panel3 h1{

font-size: 50px;

color: #fff;

padding-left: 29%;

padding-right: 14%;

font-weight: 600;

position: relative;
}
.p3-carousel{float: left;margin-top: 40px;}
.p3-box{width: 100%;float: left;position: relative;}
.p3-box img{width: 100%;border-radius: 10px;height: 240px;object-fit: cover;filter: brightness(0.5);}
.p3-box h5{position: absolute;font-size: 22px;bottom: 33px;padding-left: 25px;color: #fff;}
.p3-box a{

position: absolute;

right: 30px;

top: 40px;

border-radius: 100%;
} .p3-box a img{

width: 40px;

height: 40px;
}
.p3-box a:hover{
    
}
.panel3{
  
background: #A9CC3E;
  
width: 100%;
  
float: left;
  
padding: 70px 0;
}
.panel4{

width: 100%;

float: left;

padding: 70px 0 70px 9%;
}
.panel4 h1{
  font-size: 50px;
  color: #000000;
  padding-left: 26%;
  padding-right: 29%;
  font-weight: 600;
  position: relative;
}
.panel4 h1:after{
  position: absolute;
  content: '';
  background: #ddd7d7;
  width: 290px;
  height: 1px;
  left: 0;
  top: 28px;
}
.p4-box
{

width: 100%;

float: left;

margin-top: 40px;
}
.p4-box img{

width: 100%;

float: left;

border-radius: 10px;

height: 333px;

object-fit: cover;
}
.p4-box h6{

font-size: 24px;

color: #263640;

font-weight: 600;

float: left;

width: 100%;

margin-top: 10px;
}
.p4-box h6 span{

width: 100%;

float: left;

font-size: 16px;

font-weight: 300;
}
.p4-box a{

font-size: 16px;

color: #A9CC3E;

font-weight: 400;

text-decoration: none;
}
.p4-box a:hover img{

background: #7a7979;

width: 30px;

height: 30px;

object-fit: contain;

padding: 10px;

border-radius: 100%;

margin-top: -7px;

/* filter: invert(1); */
}
.p4-box a img{

height: 12px;

width: 9px;

float: right;

margin-top: 10px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}

.panel5
{

70px: -0;

width: 100%;

float: left;

background: linear-gradient(185deg, rgba(217, 217, 217, 1) 36%, rgba(255, 255, 255, 1) 100%);

padding: 70px 0;
}.panel5 h1{
  font-size: 50px;
  color: #000000;
  padding-left: 29%;
  padding-right: 22%;
  font-weight: 600;
  position: relative;
}
.panel5 h1:after{
  position: absolute;
  content: '';
  background: #7D7E81;
  width: 290px;
  height: 1px;
  left: 0;
  top: 28px;
}
.p5-box:hover h5{
  color: #fff;
}.p5-box:hover h6{
  color: #fff;
}

.p5-box{

width: 100%;

float: left;

margin-top: 40px;

border: 1px solid #cecece;

border-bottom-left-radius: 20px;

border-bottom-right-radius: 20px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.p5-box img{

width: 100%;

float: left;

border-top-left-radius: 10px;

height: 540px;

object-fit: cover;

border-top-right-radius: 10px;
}
.p5-text{

width: 100%;

float: left;

text-align: center;

padding: 20px 0;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;

border-bottom-left-radius: 20px;

border-bottom-right-radius: 20px;
}
.p5-text h5{

font-size: 24px;

color: #1E1E1E;

font-weight: 600;
}
.p5-text h6{

font-size: 16px;

color: #1E1E1E;

font-weight: 300;
}
.p5-box:hover .p5-text{
  
background: #A9CC3E;
  
border-bottom-left-radius: 20px;
  
border-bottom-right-radius: 20px;
}
.panel6{

width: 100%;

float: left;

background: #A9CC3E;

padding: 70px 0;
}
.p6-box{

width: 97%;

float: left;
}.p6-box h2 img{
  
width: 15px;
  
float: left;
  
margin-right: 30px;
}
.p6-box h2{background-color: #91B71D;overflow: hidden;border-radius: 20px;}
.p6-box h2 button{background: #91B71D;border: 0;height: 94px;border-radius: 20px;float: left;.accordion-button: :after;font-size: 20px;color: #fff;font-weight: 600;}
.p6-box h2 button span{font-size: 100px;position: absolute;top: -24px;right: -8px;color: #fff;font-weight: 900;opacity: .1;z-index: 0;}
.accordion-body{
  padding-top: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 30px;
  padding-left: 62px;
}
.p6-box .accordion-button::after{
  display:none;
}
.p6-box .accordion-button:not(.collapsed){
    background-color: #91B71D;
    color: #fff;
    border: 0;
    box-shadow: none;!i;!;
    padding-bottom: 0;
    padding-top: 0;
}
.p6-box .accordion-item{
  background-color: #91B71D;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border: 0;
  /* padding: 10px; */
  border-radius: 20px;
  padding-left: 20px;
}

.p6-right{

width: 100%;

float: left;

padding-left: 3%;
}
.p6-right h1{position: relative;font-size: 50px;color: #fff;font-weight: 600;padding-top: 30px;}
.p6-right h1:after{
  position: absolute;
  content: '';
  width: 290px;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
}
.p6-right img{
  
width: 100%;
  
margin-top: 20px;
}
.panel7{

width: 100%;

float: left;

padding: 70px 0;
}
.panel7 .col-lg-2{
  width: 20%;
}
.panel7 h1{color: #1E1E1E;font-size: 50px;font-weight: 600;float: left;/* width: 55%; */}
.panel7 h6{color: #999999;font-size: 16px;float: left;/* width: 57%; */font-weight: 400;position: relative;padding-top: 5px;line-height: 30px;}
.p7-box{float: left;width: auto;border: 1px solid #cecece;border-radius: 10px;height: 132px;margin-bottom: 20px;margin-right: 1%;}
.p7-box img{
  width: 100%;
  height: 129px;
  object-fit: cover;
  border-radius: 10px;
}
.panel7 h6:after{
  position:absolute;
  content:'';
  width: 100%;
  height: 1px;
  background: #dddedf;
  left: 0;
  top: 53px;
}
.footer{

width: 100%;

float: left;

background: #1E1E1E;

padding: 70px 0;
}
.footer h1{

font-size: 50px;

color: #fff;

font-weight: 600;

float: left;

width: 63%;
}
.footer a{

}
.footer a img{

width: 299px;

float: right;

max-width: 100%;
}

.footer-mid:last-child {
  
}
.footer-mid
{

float: left;

width: 100%;

padding: 40px 0;

border-top: 1px solid #5e5e5e;

margin-top: 30px;
}.footer-mid:nth-last-child .ftr-box{
  border:0;
}
.ftr-box{width: 100%;float: left;border-right: 1px solid #5e5e5e;padding: 30px 0;}
.ftr-box h5{

color: #fff;

font-size: 20px;

font-weight: 600;
}
.ftr-box h6{

font-size: 16px;

color: #fff;

font-weight: 400;

line-height: 190%;

width: 90%;
}
.ftr-box h6 a{

color: #fff;

text-decoration: none;

font-weight: 600;
}
.ftr-last{float: left;width: 100%;border-top: 1px solid #5e5e5e;}
.ftr-last p{margin: 0;font-size: 16px;float: left;color: #fff;font-weight: 400;padding-top: 40px;}
.ftr-last p:first-child{
width:50%;
}
.ftr-last p:last-child{
  float: right;
}
.p4-carousel .owl-nav{

position: absolute;

top: -65px;

right: 8%;
}.p4-carousel .owl-prev{
  
margin-right: 10px;
}.p4-carousel .owl-next{
  
}
.p4-carousel .owl-prev img:hover{
  background: #e4fba6;
}.p4-carousel .owl-next img:hover{
  background: #e4fba6;
}

.p4-carousel .owl-next img{
  width: 40px;
  transform: rotate(180deg);
  border-radius: 100%;
}.p4-carousel .owl-prev img{
  width: 40px;
  border-radius: 100%;
}



.p5-carousel .owl-nav{

position: absolute;

top: -65px;

right: 8%;
}.p5-carousel .owl-prev{
  
margin-right: 10px;
}.p5-carousel .owl-next{
  
}
.p5-carousel .owl-prev img:hover{
  background: #e4fba6;
}.p5-carousel .owl-next img:hover{
  background: #e4fba6;
}

.p5-carousel .owl-next img{
  width: 40px;
  transform: rotate(180deg);
  border-radius: 100%;
}.p5-carousel .owl-prev img{
  width: 40px;
  border-radius: 100%;
}

.innerban{
      width: 100%;
      float: left;
      height: 285px;
      background-image: url('../images/inr-bnr.png');
      margin-top: -90px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-bottom: 1px solid #efefef;
}
.about {
    float: left;
    width: 100%;
    padding: 75px 0px 0;
    background: #fff;
}.about-hed {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 15%;
    margin-bottom: 50px;
}.about-hed h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 53px;
    margin-bottom: 28px;
    color: #263640;
}.about-hed p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
    color: #999999;
    line-height: 28px;
}.contct-bx {
    padding: 75px 20px;
}
.about-bx {
    float: left;
    width: 100%;
    padding: 35px 20px;
    border-radius: 20px;
    border: 1px solid #ffffff1f;
    margin: 45px 0px 20px;
    background: #b6db43;
    background-image: url('../images/ct-bg.webp');
    background-position: 100% 125%;
    background-size: contain;
    background-repeat: no-repeat;
}.about-bx h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    color: white;
    margin-bottom: 10px;
}
.about-bx p a{
  
text-decoration: none;
  
color: #fff;
}
.about-bx p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: white;
    margin-bottom: 0px;
    line-height: 28px;
}.contact-img {
    margin-top: 55px;
}

.about-img {
    float: left;
    width: 100%;
    padding: 0px 25px;
    position: relative;
    margin-top: 15px;
}.about-main{float: left;width: 100%;max-width: 100%;}
.about-icon1{max-width: 100%;width: 80px;position: absolute;top: 3%;left: 15%;}
.about-icon2{max-width: 100%;width: 80px;position: absolute;top: 15%;right: 5%;}
.about-icon3{max-width: 100%;width: 80px;position: absolute;bottom: 27%;left: 1%;}
.about-icon4{max-width: 100%;width: 80px;position: absolute;bottom: -4%;right: 34%;}
.about-icon5{max-width: 100%;width: 80px;position: absolute;bottom: 31%;right: 1%;}
.contact-forms {
    float: left;
    width: 100%;
    padding-top: 35px;
    background: #a9cb3e;
    margin-top: 50px;
    padding-bottom: 80px;
}.contact-hed {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}.contact-hed h2 {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 600;
    line-height: 52px;
    font-size: 45px;
    color: white;
    margin-bottom: 11px;
}.con-frm {
    margin-top: 35px;
}.s-form {
    color: #12141d;
    display: block;
    font-weight: 400;
    font-size: 15px;
    height: 60px;
    margin-bottom: 30px;
    outline: none;
    background: white;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    outline: none;
    border: none;
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid transparent;
}.contact-buton {
    float: none;
    width: 100%;
    text-align: center;
    max-width: 210px;
    margin: auto;
    display: block;
    margin-top: 30px;
}.contct-butn {
    width: 210px;
}
.hedaer-butn:hover{
   box-shadow: inset 0px 0 0 0 #ffffff;
}
.hedaer-butn {
    background: #000000;
    color: white;
    box-shadow: inset 400px 0 0 0 #000000;
    width: 205px;
    height: 64px;
    padding: 17px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border-radius: 41px;
    border: none;
    /* display: flex; */
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-decoration: none;
}
.contact-forms form{max-width: 900px;display: block;margin: auto;}
.serv-full {
    width: 100%;
    float: left;
    padding: 70px 0;
}.serv-full h1 {
    font-size: 40px;
    font-weight: 700;
    color: #263640;
    position: relative;
}
.serv-full h1:after{
  position:absolute;
  width: 230px;
  height: 2px;
  background: #a9cb3e;
  left: 0;
  top: 24px;
}
.serv-full p {
    font-size: 15px;
    color: #999999;
    line-height: 190%;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
    float: left;
    width: 100%;
}
.service-large:hover{
    filter: brightness(0.7);
}
.service-small:hover{
    filter: brightness(0.7);
}
.service-large {
    float: left;
    height: 300px;
    width: 68%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 2%;
    margin-bottom: 30px;
    transition: all ease-in-out .5s;
}.service-small {
    float: left;
    height: 300px;
    width: 30%;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 30px;
    transition: all ease-in-out .5s;
}
.career-form-txt {
    float: left;
    width: 100%;
    margin-top: 70px;
    background: #F9F9F9;
    padding: 40px;
    border-radius: 25px;
}.career-form-txt h2 {
    float: left;
    width: 50%;
    font-size: 40px;
    font-weight: bold;
    color: #263640;
    line-height: 55px;
}.career-form-txt p {
    float: left;
    width: 50%;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 60px;
}.carer-form-f {
    margin-bottom: 25px;
}.career-labl {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 8px;
}.carer-form {
    border-bottom: 1px solid #b0aaaa;
    color: black;
    display: block;
    font-weight: normal;
    font-size: 17px;
    /* text-transform: uppercase; */
    height: 56px;
    padding: 0 20px;
    outline: none;
    background: #ffffff;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px rgb(118 118 118 / 22%);
    /* margin-top: 3px; */
    width: 100%;
    float: left;
    padding: 12px;
    /* margin-top: 17px; */
    border-radius: 10px;
}
.career-form-snd button:hover{
    box-shadow: inset 0px 0 0 0 #000000;   border: 1px solid #000000;
}

.career-form-snd button {
    float: none;
    width: 180px;
    text-align: center;
    height: 54px;
    background: #a9cb3e;
    font-size: 19px;
    font-weight: 600;
    display: block;
    border-radius: 30px;
    box-shadow: inset 400px 0 0 0 #a9cb3e;
    color: white;
    margin: auto;
    padding: 12px 0px;
    border: 1px solid #a9cb3e;
    background-size: 500px;
    transition: background 500ms ease-in-out;
    cursor: pointer;
    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;
}
.career-full{
  
width: 100%;
  
float: left;
  
padding: 0 0 70px;
}.caption_area {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    /* background-color: #0c0a0a47; */
    top: 0;
    left: 0;
    /* opacity: .7; */
    overflow: hidden;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}.caption_area a {
    width: 100%;
    height: 100%;
    /* border-radius: 100%; */
    /* background-color: #fff; */
    /* padding: 17px; */
    border: 0;
    float: left;
    position: relative;
    left: 50%;
    top: 75%;
    /* transform: translate(-50%,-75%); */
    -moz-transform: translate(-50%,-75%);
    -ms-transform: translate(-50%,-75%);
    -o-transform: translate(-50%,-75%);
    -webkit-transform: translate(-50%,-75%);
}
/* MODAL FADE LEFT RIGHT BOTTOM */
.modal.fade:not(.in).left .modal-dialog {
  -webkit-transform: translate3d(-25%, 0, 0);
  transform: translate3d(-25%, 0, 0);
}
.modal.fade:not(.in).right .modal-dialog {
  -webkit-transform: translate3d(25%, 0, 0);
  transform: translate3d(25%, 0, 0);
}
.modal.fade:not(.in).bottom .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.modal.right .modal-dialog {
  position:absolute;
  top:0;
  right: 100px;
  margin:0;
}

.modal.left .modal-dialog {
  position:absolute;
  top:0;
  left:0;
  margin:0;
}

.modal.left .modal-dialog.modal-sm {
  max-width:300px;
}
#sidebar-right .modal-body{
  padding: 70px 30px 30px;
}
.modal.left .modal-content, .modal.right .modal-content {
  min-height:100vh;
  border:0;
  width: 450px;
  background-color: #1E1E1E;
  max-width: 100%;
  border-radius: 0;
}.close_form2 {
    /* float: left; */
    display: block;
    top: 20px;
    position: absolute;
    width: 43px;
    height: 43px;
    right: 25px;
    background: #5634c1 url(../images/close2.png) no-repeat center center;
    background-size: 35px 35px;
    text-indent: 100%;
    white-space: nowrap;
    filter: invert(1);
    border-radius: 100%;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 999;
    /* border: 1px solid #e0e0e0; */
}
.ftr-mod-logo
{
  width: 40%;
}
#sidebar-right p{
  
width: 100%;
  
color: #fff;
  
font-size: 14px;
  
line-height: 190%;
  
margin-top: 20px;
}
#sidebar-right h2{

color: #a9cb3e;

font-size: 30px;

font-weight: 600;

margin-top: 20px;

float: left;
}
.mod-box{

width: 100%;

float: left;

margin-top: 20px;
}
.mod-box img{

width: 30px;

float: left;

margin-right: 30px;

margin-top: 0;

height: 30px;

object-fit: contain;
}
.mod-box h5{

font-size: 15px;

color: #fff;

font-weight: 400;

line-height: 160%;
}
.mod-ico{

width: 100%;

float: left;

margin-top: 40px;
}
.mod-ico a{

float: left;

margin-right: 10px;
}
.mod-ico a img{

width: 40px;

background: #5634c1;

padding: 8px;

border-radius: 10px;

height: 40px;

object-fit: contain;

filter: invert(1);
}.mod-ico a img:hover{
  
background: #ccc;
}
.about-full{

width: 100%;

float: left;

padding: 70px 0;
}
.abt-small{

width: 460px;

float: left;

height: 440px;

object-fit: contain;

margin-right: 40px;
}
.about-full p{

font-size: 15px;

color: #999999;

font-weight: 400;

line-height: 200%;

margin-top: 10px;

margin-bottom: 0;
}
.about-full h1{

font-size: 49px;

color: #263640;

line-height: 120%;

padding-top: 0;

font-weight: 600;
}.abt-large{

width: 13%;

margin-left: 10px;

height: 440px;

object-fit: cover;

float: left;
}.abt-large1{

width: 13%;

margin-left: 10px;

height: 440px;

object-fit: cover;

float: left;

margin-right: 40px;
}
.venture-full{

width: 100%;

float: left;

padding: 70px 0;

text-align: center;
}
.venture-full h1{

font-size: 50px;

color: #263640;

font-weight: 600;
}
.venture-full p{

font-size: 15px;

line-height: 190%;

padding: 10px 170px;

color: #999999;

font-weight: 400;
}
.ven-box{

width: 100%;

float: left;

border: 1px solid #ccc;

border-radius: 20px;

padding: 20px;

margin-top: 20px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.ven-box img{

max-width: 100%;

height: 140px;

object-fit: contain;
}.ven-box:hover{

border-color: #a9cb3e;
}
.about2 {
    width: 100%;
    float: left;
    background: #91c545;
    padding: 70px 0;
}.b1 {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.abt2-box {
}.b2 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.abt2-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    height: 437px;
}.abt2-box img {
    width: 80px;
    margin-bottom: 20px;
}.abt2-box h2 {
    font-size: 30px;
    color: #a9cb3e;
    font-weight: 500;
}
.abt2-box p {
    font-size: 15px;
    color: #000;
    line-height: 200%;
    margin: 0;
    padding-top: 5px;
}.abt2-box2 img {
    width: 100%;
    height: 437px;
    object-fit: cover;
}.abt2-box2::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background:rgb(145 197 69 / 29%);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}.abt2-box2:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@media(max-width:575px){
    .ftr-last p:first-child{
width:100% !important;
}
    .ftr-link h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    float: left;
    margin-right: 0 !important;
    width: 100% !important;
    margin-bottom: 20px !important;
}.ftr-link a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 10px 0 !important;
    float: left !important;
    width: 50% !important;
}
  .p5-box img
{
  height: auto;
}

  .contact-hed h2 {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 600;
    line-height: 40px;
    font-size: 35px;
    color: white;
    margin-bottom: 11px;
}
.about-hed {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}.about-hed h2 {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 16px;
    color: #000000;
}.about-bx {
    margin: 15px 0px 20px;
  }
.career-form-txt h2{
  width: 100%;
}.career-form-txt p{
  width: 100%;
}
.contact-forms {
     padding-left: 5%;
    padding-right: 5%;
}
  .venture-full p{
    padding: 0;
  }.venture-full h1 {
    font-size: 38px;}
  .abt-small {
    width: 100%;
    float: left;
    height: auto;
    object-fit: contain;
    margin-right: 0;
}.about-full h1 {
    font-size: 35px;
    color: #263640;
    line-height: 120%;
    padding-top: 0;
    font-weight: 600;
    margin-top: 20px;
    width: 100%;
    float: left;
}
.abt2-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    height: auto;
    border-radius: 30px;
}.abt2-box2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 30px;    margin: 20px 0;
}.about2

{
  margin-bottom: 50px;
}

  .panel7 .col-lg-2 {
    width: 50%;
}.ftr-last {
    float: left;
    width: 100%;
    border-top: 1px solid #5e5e5e;
    padding-top: 20px;
}.ftr-last p {
    margin: 0;
    font-size: 16px;
    float: left;
    color: #fff;
    font-weight: 400;
    padding-top: 0;
}.ftr-box {
    width: 100%;
    float: left;
    border-right:0;
    padding: 10px 0;
}
  .panel7 h6:after{
    display: none;
  }.panel7 h6{
    margin-bottom: 20px;
  }
  .p5-carousel .owl-nav {
    position: absolute;
    top: inherit;
    right: inherit;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}.panel5 {
   padding: 70px 0 150px;
}
  .panel4 {
    width: 100%;
    float: left;
    padding: 70px 5% 130px;
}.p4-carousel .owl-nav {
    position: absolute;
    top: inherit;
    right: inherit;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}
.bdr-box {
    border-top: 0;
    padding-top: 0;
}.bdr-box h2 {
    font-size: 36px;
    margin-bottom: 12px;
}.core-box {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 15px;
}
  .logo img {
    width: 160px;
}.logo {
    width: auto;
    float: left;
    position: relative;
    z-index: 9;
    margin-top: 25px;
}
  .slide-image img{
    
height: 500px;
  }.banner-text a{
    height: auto;
    padding: 10px 0px;
  }
.banner-text h1 {
    font-size: 35px;
    color: #263640;
    font-weight: 600;
    width: 78%;
}
.banner-text p {
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    line-height: 200%;
    width: 85%;
    margin: 0;
}.banner-text {
    position: absolute;
    top: 158px;
}
.panel1 h1 {
    font-size: 30px;
    color: #263640;
    line-height: 140%;
    padding-top: 33px;
    font-weight: 600;
    float: left;
    width: 100%;
}
.panel2{
  padding-top: 0;
}
.panel3 h1 {
    font-size: 32px;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    position: relative;
}
.panel3 h1:after{
  display: none;
}
.panel3 p{
  width: 100%;
}
.panel3-a{
  float: left;
  top: 10px;
}
.panel4 h1 {
    font-size: 33px;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    padding-right: 0;
    position: relative;
}
.panel4 h1:after{
  display: none;
}
.panel5 h1 {
    font-size: 36px;
    color: #000000;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    position: relative;
}
.panel5 h1:after{
  display: none;
}
.p6-right h1 {
    position: relative;
    font-size: 36px;
    }
    .panel7 h1 {
    color: #1E1E1E;
    font-size: 32px;
  }.footer h1 {
    font-size: 29px;
    color: #fff;
    font-weight: 600;
    float: left;
    width: 100%;
}
.footer a img{
  float: left;
  margin-top: 30px;
}
.ftr-last p{
  float: left !important;
}
.p7-box img {
    width: 100%;
    height: 129px;
    object-fit: contain;
    border-radius: 10px;
}.p7-box {
    float: left;
    width: 100%;
    border: 1px solid #cecece;
    border-radius: 10px;
    height: 132px;
    margin-bottom: 20px;
    margin-right: 1%;
}.p1-img {
    float: left;
    width: 100%;
    margin-right: 31px;
    position: relative;
}
}

@media(min-width: 576px) and (max-width: 767px){
    .ftr-last p:first-child {
    width: 100%;
}
    .ftr-link a {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 0px 10px 15px !important;
    float: left;
}
.carer-form-f {
    margin-bottom: 25px;
    width: 100%;
}
.contact-forms{
  padding-left: 5%;
  padding-right: 5%;
}
.contact-hed h2{
  font-size: 40px;
}
  .venture-full p {
    padding: 0;}
  .abt2-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    height: auto;
    border-radius: 30px;
}.abt2-box2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 20px 0;
    border-radius: 30px;
}
  .panel4 h1 {
    font-size: 29px;}.panel4 h1:after {
    position: absolute;
    content: '';
    background: #ddd7d7;
    width: 125px;
    height: 1px;
    left: 0;
    top: 28px;
}.panel5 h1 {
    font-size: 28px;}.panel5 h1:after {
    position: absolute;
    content: '';
    background: #7D7E81;
    width: 142px;
    height: 1px;
    left: 0;
    top: 28px;
}.panel7 .col-lg-2 {
    width: 50%;
}.footer a img {
    width: 199px;
    float: right;
    max-width: 100%;
}.footer h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    float: left;
    width: 54%;
}.ftr-last p:last-child {
    float: left;
    padding-top: 0;
}.ftr-box {
    width: 100%;
    float: left;
    border-right: 1px solid #5e5e5e;
    padding: 30px 0 0;
}
  .slide-image img {
    width: 100%;
    height: 496px;
    object-fit: cover;
}.banner-text p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 200%;
    width: 74%;
    margin-top: 15px;
}.banner-text p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 200%;
    width: 74%;
    margin-top: 15px;
}.panel2 {
    width: 100%;
    float: left;
    padding: 0 0 50px;
}
  .banner-text h1 {
    font-size: 40px;
    color: #263640;
    font-weight: 600;
    width: 87%;
}.banner-text {
    position: absolute;
    top: 176px;
}.bdr-box h2 {
    font-size: 35px;
    line-height: inherit;
  }.core-box h6 {
    font-size: 22px;}
    .panel3 h1 {
    font-size: 40px;
    color: #fff;
    padding-left: 29%;
    padding-right: 0;
    font-weight: 600;
    position: relative;
}.panel3 h1:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 120px;}
}

@media(min-width: 768px) and (max-width: 991px){
    .ftr-link a {
    font-size: 14px !important;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding: 0 7px !important;
}
  .contact-forms
{
  padding-left: 5%;
  padding-right: 5%;
}

  .abt-small {
    width: 330px;
  }.about-full h1 {
    font-size: 35px;
  }.abt2-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 27px;
    height: 537px;
}.abt2-box2 img {
    width: 100%;
    height: 537px;
    object-fit: cover;
}
  .banner-text h1 {
    font-size: 52px;
    color: #263640;
    font-weight: 600;
    width: 60%;
}.p1-img {
    float: left;
    width: 293px;
    margin-right: 31px;
    position: relative;
}.panel1 h1 {
    font-size: 36px;
  }.bdr-box h2 {
    font-size: 32px;
    line-height: inherit;
    margin-top: 50px;
  }.core-box img {
    width: 54px;
    height: 54px;
    background: #91C545;
    padding: 7px;
    border-radius: 10px;
    float: left;
    margin-right: 17px;
}.core-box h6 {
    font-size: 17px;
  }.core-box p {
    margin: 0;
    font-size: 13px;
  }.panel3 h1 {
    font-size: 40px;
    color: #fff;
    padding-left: 29%;
    padding-right: 6%;
    font-weight: 600;
    position: relative;
}.panel3 h1:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 190px;
    height: 1px;
    left: 0;
    top: 28px;
}.panel4 h1 {
    font-size: 36px;
    color: #000000;
    padding-left: 26%;
    padding-right: 17%;
    font-weight: 600;
    position: relative;
}.panel4 h1:after {
    width: 170px;
}.panel5 h1 {
    font-size: 35px;
    color: #000000;
    padding-left: 29%;
    padding-right: 14%;
    font-weight: 600;
    position: relative;
}.panel5 h1:after {
    width: 180px;
}.p6-right h1 {
    position: relative;
    font-size: 40px;
  }.p7-box img {
    width: 100%;
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
}.p7-box {
    float: left;
    width: auto;
    border: 1px solid #cecece;
    border-radius: 10px;
    height: 92px;
    margin-bottom: 20px;
    margin-right: 1%;
}.panel7 h1 {
    color: #1E1E1E;
    font-size: 32px;
  }.footer h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    float: left;
    width: 59%;
}.footer a img {
    width: 199px;
    float: right;
    max-width: 100%;
  }
  .footer h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    float: left;
    width: 64%;
}.ftr-box h6 {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 190%;
    width: 92%;
}
}
@media(min-width: 992px) and (max-width: 1024px){
    .ftr-link a {
     padding: 0 15px !important;
}
  .about-bx {
      margin: 5px 0px 20px;}
  .panel4 h1 {
    font-size: 43px;
    color: #000000;
    padding-left: 26%;
    padding-right: 10%;
    font-weight: 600;
    position: relative;
}.panel4 h1:after {
    width: 210px;
}.panel5 h1 {
    font-size: 47px;
    color: #000000;
    padding-left: 29%;
    padding-right: 15%;
    font-weight: 600;
    position: relative;
}.panel5 h1:after {
    width: 250px;
  }.p1-img {
    float: left;
    width: 450px;
  }.bdr-box h2 {
    font-size: 40px;
    color: #1E1E1E;
    font-weight: 600;
    line-height: inherit;
  }
}
@media(min-width: 1025px) and (max-width: 1199px){
  .header_menu_area > ul > li > a {
    margin: 0 11px;
  }.logo img {
    width: 134px;
}.p1-img {
    float: left;
    width: 400px;
    margin-right: 31px;
    position: relative;
}.bdr-box h2 {
    font-size: 40px;
  }
}
.innerban h1 {
    margin-top: 180px;
    font-size: 50px;
    color: #7c7e82;
    font-weight: 700;
}
.owl-item.active .banner-text {
    animation: img-anim-left 1s forwards cubic-bezier(.645,.045,.355,1) .4s;
}
.p1-img img:hover {
    filter: hue-rotate(45deg);
    }
    .core-box:hover img{
            background: #7c7e82;
    }
    .gallery-2 h6{
            font-size: 24px;
            color: #263640;
            font-weight: 600;
            float: left;
            width: 100%;
            margin-top: 10px;
            margin-bottom: 20px;
    }  .gallery-2 h6 span{
        width:100%;
        font-size:16px;
        float: left;
        font-weight: 400;
    }
    .p3-img:before{    position: absolute;
    top: 0;
    left: -85%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgb(169 204 62 / 39%) 0%, rgb(169 204 62 / 35%) 100%);
    background:linear-gradient(to right, rgb(169 204 62 / 39%) 0%, rgb(169 204 62 / 35%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    }
    .p3-img{
            width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    }
    .p3-img:hover::before{
            -webkit-animation: shine .75s;
    animation: shine .75s;
    }@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
    .gallery-full{
        width: 100%;
        float: left;
        text-align: center;
        padding: 70px 0;
    }
    .gallery-full h1{
        font-size: 49px;
        color: #263640;
        line-height: 120%;
        padding-top: 0;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .gal-box{
        width: 100%;
        float: left;
        margin-top: 20px;
        border: 1px solid #a9cb3e;
        border-radius: 10px;
    }   .gal-box img{
        width: 100%;
        border-radius: 10px;
        float: left;
        height: 300px;
        object-fit: cover;
    }.gal-box img:hover{
        filter: saturate(0.5);
    }
    .ftr-link{
        width: 100%;
        float: left;
        margin-top: 40px;
    }
    .ftr-link h2{
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        float: left;
        margin-right: 30px;
    }
    .ftr-link a{
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        padding: 0 22px;
    }
    .ftr-link a:hover{
        color: #a9cb3e;
    }
    .abt2-box2{
            position: relative;
    overflow: hidden;
    }