@font-face {
   font-family: Nexafont;
   src: url(../css/fonts/Nexa-Bold.woff);
}
@font-face {
   font-family:restaglick;
   src: url(../css/fonts/restaglick.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	overflow-x: hidden;
}
.d-flex-sub
{
    display: flex;
}
.sticky-menu-footer
{
    display: none;
}
.float-right
{
    float: right;
}
.ser-btn
{
    top: 0;
    left: -51px;
    padding: 15px 30px;
    width: 230px;
}
.map
{
        margin-top: 2em;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.height-60
{
        height: 58px;
}
.txt-right
{
    text-align: right;
}
.container{
	max-width: 1180px;
	margin:auto;
}
.menu-drw
{
    display: flex;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 14px;
    width: 70px;
    z-index: 9999;
}
.img-3 {
display: block;
margin: 0 0 0 0;
position: relative;
}
.img-4 {
position: absolute;
bottom: -42px;
right: 30px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
-o-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.mt-5em
{
    margin-top: 4em;
}
.banner-inside {
    background-color: #f3fbfd;
    height: 350px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: url(../images/inside-bg.png);
    /* height: 200px; */
    background-position: center;
}
.bane-title h2 {
    text-align: center;
    margin:130px 0 0 0;
    font-size: 34px;
    color: #FFFFFF;
    font-family: restaglick;
letter-spacing: 1px;
font-size: 50px;
font-weight: 500;
text-transform: uppercase;
}
.breadcrumb {
    width: 100%;
    /* bottom: -22px; */
    margin: 10px 0 8px 0;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
}
.breadcrumb-item a, .active {
    color: #fff;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-item.active {
    color: #fff;
      font-size: 17px;
    font-family: 'Poppins', sans-serif;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
padding-right: 0.7rem;
color: #fff;
content: ">";
font-size: 16px;
top: 0px;
position: relative;
padding-left: 0.7rem;
}

.col-3a
{
    color: #3a3a3a;
}
.r1-img
{
    display: block;
    margin-left: auto;
}
.ser-line
{
    margin-bottom: 1em;
}
.number-nm
{
font-family: restaglick;
color: #26542f;
font-size: 40px;
font-weight: 600;
line-height: normal;
margin: 0;
padding: 0;
}
.ser-step
{
    padding-left: 10px;
}
.list-item-1
{
    width: 30%;
}
.r12
{
    margin-bottom: 24px;
}
.main-wrapper
{
    padding: 4em 0 2em 0;
}
.mb-4-em
{
    margin-bottom: 2em;
}
.sticky-nav.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: #fff;
}
.sticky-nav.menu_fixed .header
{
    animation: sticky 1s;
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
 /* background-color: #000;*/
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.ser-1
{
    padding: 2em 0;
}
a{
	text-decoration: none;
}
.mt-30px
{
    margin-top: 40px;
}
.list-valu {
    list-style: none;
    margin-left: 22px;
        font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.pl-20p
{
    padding-left: 14px;
    padding-top: 4px;
}
.r1
{
    display: flex;
}
.ic-ic
{
color: #26542f;
font-size: 20px;
}
.list-valu li
{
    margin-top: 32px;
    /* vertical-align: inherit; */
    position: relative;
}
.list-valu li::before {
     content: "\2022";
    color: #26542f;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    margin-left: -1em;
    position: absolute;
    top: -18px;
    font-size: 28px;
}
.border-top-pa
{
   border-top: 1px dotted #919090;
    padding-top: 3em;
}
.form-contat
{
    margin-top:16px;
}
.form-contat .form-control {
    display: block;
    width: 100%;
    padding: 11px 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid #26542f;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.bor-tp
{
    border-top: 1px dotted #919090;
}
.right-div
{
    padding-left: 4em;
}
.title-add {
font-family: restaglick;
letter-spacing: 1px;
font-size: 30px;
font-weight: 500;
margin: 10px 0 10px 0;
padding: 0;
line-height: 53px;
}

.form-contat label
{
    color: #000000;
font-family: 'Poppins', sans-serif;
font-size: 15px;
margin-bottom: 6px;
}
.nm-test-1 {
    color: #26532f;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 13px;
}
.key-left
{
    padding-left: 20px;
    padding-top: 2em;
}
.ser-line-1 {
      margin: 1em 0;
    padding: 0 16px;
}
.ser-step-1 {
    padding-left: 25px;
}
.hed-2
{
        font-family: Nexafont;
    letter-spacing: 2px;
    /*text-transform: uppercase;*/
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 0 0 8px 0;
}
.qul-div
{
        border: 1px solid #26542f;
    padding: 16px;
    height: 400px;
    margin-top: 1em;
    transition: 0.5s all;
}
.qul-div:hover
{
background-color:#26542f;
transform: translateY(-10px);
}
.qul-div:hover .info
{
    color: #fff;
}
.qul-div:hover h3
{
    color: #fff;
}
.number-nm-1 {
    font-family: restaglick;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.ic-ic-1 {
     color: #000;
    font-size: 22px;
    margin: 0 0 12px 0;
}
.pl-20p
{
    padding-left: 14px;
}
.sec41
{
    background: #beaea6;
    padding: 3em 0;
}
.qul-div h3
{
        color: #26542f;
    font-family: Nexafont;
    letter-spacing: 2px;
     text-transform: uppercase; 
    font-size: 22px;
    text-align: center;
    margin: 1em 0;
}
.left-d1
{
    padding-bottom: 10px;
}
.ser-3 {
    padding: 6em 0 1em 0;
}
.v1
{
    margin-top: 3em;
}
.single-column-menu .riar
{
    color: #26542f;
    font-size: 16px;
}
.list-item-h4
{
        font-family: restaglick;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 10px 0;
    padding: 0;
    line-height: normal;
    color: #26542f;
}
.top-header
{
   top: 8px;
position: absolute;
right: 160px;
}
/*header*/

.v-center{
       align-items: center;
    justify-content: space-between;
}
ul{
    list-style: none;
    margin:0;
    padding:0;
}
a{
    text-decoration: none;
}
.dnar
{
    position: relative;
    top: 0px;
    margin-left: 6px;
}
/* header */
.header{
      display: block;
    width: 90%;
    position: absolute;
    z-index: 99;
    padding: 10px 0;
    margin: 0 auto;
    background: #fff;
    left: 0;
    right: 0;
    border-radius: 0 0px 40px 40px;
}
.header .item-left{
    flex:0 0 17%;
 }
.header .logo a{
    font-size: 30px;
    color:#000000;
    font-weight: 700;
    text-decoration: none;
}
.header .item-center{
    flex:0 0 80%;
}
.header .item-right{
    flex:0 0 17%;
    display: flex;
    justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
    display: inline-block;
    line-height: 50px;
    margin-left: 25px;
}
.header .menu > ul > li > a{
    font-size: 16px;
    font-weight: 500;
    color:#25542f;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    font-family: 'Poppins', sans-serif;
}
.header .menu > ul > li .sub-menu{
    position: absolute;
    z-index: 500;
    background-color:#ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top:25px;
    opacity:0;
    visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
    line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    color:#25542f;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}
.header .menu > ul > li .single-column-menu{
    min-width: 280px;
    max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
     line-height: 1;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > .menu-drw > a {
    padding:4px 0;
    display: inline-block;
        line-height: 30px;
    color: #25542f;
    height: auto;
    text-transform: capitalize;
    font-size: 15px;
        font-family: 'Poppins', sans-serif;
    transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);    
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%;  
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 34%;
  padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
    font-size: 16px;
    color:#ea4636;
    font-weight: 500;
    line-height: 1;
    padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
    color:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
    display: none;
}

/*responsive*/
@media(max-width: 991px){

    .header .item-center{
        order:3;
        flex:0 0 100%;
    }
    .dnar {
    position: static;
    top: 0px;
    margin-left: 6px;
}
.list-item-1 {
    width: 100%;
}
    .header .item-left,
    .header .item-right{
        flex:0 0 auto;
    }
    .v-center{
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    /* width: 30px; */
    margin-left: 0;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    margin-top: -71px;
}
    .header .mobile-menu-trigger span{
        display: block;
        height: 2px;
        background-color: #333333;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after{
        content: '';
        position: absolute;
        left:0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }
    .header .mobile-menu-trigger span:before{
        top:-6px;
    }
    .header .mobile-menu-trigger span:after{
        top:6px;
    }
    .header .item-right{
        align-items: center;
    }

    .header .menu{
        position: fixed;
        width: 320px;
        background-color:#ffffff;
        left:0;
        top:0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header .menu.active{
       transform: translate(0%);    
    }
    .header .menu > ul > li{
        line-height: 1;
        margin:0;
        display: block;
    }
    .header .menu > ul > li > a{
        line-height: 50px;
        height: 50px;
        padding:0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    .header .menu > ul > li > a i{
        position: absolute;
        height: 50px;
        width: 50px;
        top:0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }
    .header .menu .mobile-menu-head{
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top:0;
    }
    .header .menu .mobile-menu-head .go-back{
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color:#000000;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back{
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title{
        font-size: 15px;
        font-weight: 500;
        color:#000000;
    }
    .header .menu .mobile-menu-head .mobile-menu-close{
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color:#000000;  
        font-size: 25px;
    }
    .header .menu .menu-main{
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .menu > ul > li .sub-menu.mega-menu,
    .header .menu > ul > li .sub-menu{
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin:0;
        padding:15px;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
.header .menu > ul > li .sub-menu.active{
    display: block;
}
@keyframes slideLeft{
    0%{
        opacity:0;
        transform: translateX(100%);
    }
    100%{
        opacity:1;
        transform: translateX(0%);  
    }
}
@keyframes slideRight{
    0%{
        opacity:1;
        transform: translateX(0%);
    }
    100%{
        opacity:0;
        transform: translateX(100%);    
    }
}
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
        margin-top:0;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
        margin-bottom: 20px;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
        margin-bottom:0px;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
        flex: 0 0 100%;
        padding: 0px;
    }
    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
        display: block;
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }
    .menu-overlay{
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        left:0;
        top:0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity:0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active{
      visibility: visible;
      opacity:1;    
    }
}

.sec2
{
	background: #ffffff;
	padding: 3em 0 8em 0;
}
.sec3
{
	background: #d8d3bf;
	padding: 4em 0;
}
.right-sec4
{
	padding-left: 20px;
padding-top: 80px;
}
.sec4
{
	background: #beaea6;
	padding: 4em 0 0 0;
}
.title
{
    font-family: restaglick;
    letter-spacing: 1px;
    font-size: 45px;
    font-weight: 500;
    margin: 10px 0 20px 0;
    padding: 0;
    line-height: 53px;
}
.col-000
{
	color: #000000;
}
.abt-1
{
	margin-top: 10px;
}
.sub-title
{
font-family: Nexafont;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
}
.home-section{
    width: 100%;
    display: block;
    min-height: 100vh;
    background-image: url('../img/home.jpg');
    background-position: center top;
    background-size: cover;
}

.col-26
{
	color: #26542f;
}
.col-fff
{
	color: #fff;
}
.col-67
{
	color: #676767;
}
.txt-just
{
  text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
.info
{
	    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 29px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.banner .item {
  height: 90vh;
  position: relative;
}
.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .item .cover .header-content h1 {
 font-family: restaglick;
letter-spacing: 1px;
font-size: 60px;
font-weight: 500;
margin: 10px 0 20px 0;
padding: 0;
line-height: 84px;
color: #fff;
}
.banner .item .cover .header-content h4 {
  font-size: 30px;
  font-weight: 450;
  line-height: 36px;
  color: #fff;
    letter-spacing: 1px;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ban-dn
{
	    margin-top: -60px;
    position: relative;
    z-index: 11;
}
.sec2-img
{
	position: relative;
}

.img-2
{
	position: absolute;
bottom: -42px;
left: 30px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
-o-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.img-1
{
	display: block;
margin: 0 0 0 auto;
position: relative;
}
/*Btn*/
.sigma_btn-custom1 {
        cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #26542f;
    border: 1px solid #26542f;
    border: 0;
    letter-spacing: 1px;
    color:#ffe1cd;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight:500;
    text-transform:capitalize;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    top: 22px;
    /*left: -14px;*/
}

.sigma_btn-custom1::before{

  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid #26542f;
  visibility: hidden;
}

.sigma_btn-custom1:focus::before,
.sigma_btn-custom1:hover::before{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.sigma_btn-custom1:hover,
.sigma_btn-custom1:focus {
    color: #26542f;
    outline: none;
}
/*btn*/

.sigma_btn-customser-ser {
        cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #26542f;
    border: 1px solid #26542f;
    border: 0;
    letter-spacing: 1px;
    color:#ffe1cd;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight:500;
    text-transform:capitalize;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    top: 0;
left: -51px;
padding: 15px 30px;
width: 230px;
    /*left: -14px;*/
}

.sigma_btn-customser-ser::before{

  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid #26542f;
  visibility: hidden;
}

.sigma_btn-customser-ser:focus::before,
.sigma_btn-customser-ser:hover::before{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.sigma_btn-customser-ser:hover,
.sigma_btn-customser-ser:focus {
    color: #26542f;
    outline: none;
}
/*Btn*/
.sigma_btn-customt {
        cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #26542f;
    border: 1px solid #26542f;
    border: 0;
    letter-spacing: 1px;
    color:#ffe1cd;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight:500;
    /*text-transform:capitalize;*/
    padding: 6px 28px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    top: 22px;
    /*left: -14px;*/
}

.sigma_btn-customt::before{

  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid #26542f;
  visibility: hidden;
}

.sigma_btn-customt:focus::before,
.sigma_btn-customt:hover::before{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.sigma_btn-customt:hover,
.sigma_btn-customt:focus {
    color: #26542f;
    outline: none;
}
/*Btn*/
.sigma_btn-custom2 {
        cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border: 0;
    letter-spacing: 1px;
    color:#26542f;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight:500;
    /*text-transform:capitalize;*/
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    top: 22px;
    /*left: -14px;*/
}

.sigma_btn-custom2::before{

  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #26542f;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: 0.3s;
  opacity: 0;
  border: 1px solid #ffffff;
  visibility: hidden;
}

.sigma_btn-custom2:focus::before,
.sigma_btn-custom2:hover::before{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.sigma_btn-custom2:hover,
.sigma_btn-custom2:focus {
    color: #ffffff;
    outline: none;
}
.txt-cnt
{
	text-align: center;
}
.nm-test
{
	color: #26532f;
	font-family: 'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 500;
}
.test-1
{
	padding: 0 4em;
}
.nm-dic
{
color: #26532f;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.img-mem {
    position: relative;
    width: 100%;
    height: 282px;
}
.img-mem:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 86%;
    bottom: 0;
    background-color: #d8d3bf;
}
.mrl-r-20px
{
	margin: 0 30px;
}
.btn-gr
{
	display: flex;
justify-content: center;
/* align-items: center; */
margin: 2em 0 3em 0;
}
.inf-dcs
{
	margin: 20px 0;
}
.test
{
	padding: 4em 0 2em 0;
	background-color: #fff;
}
.test2
{
	background-color: #dad3dd;
	padding: 4em 0 0em 0;
}
.sch
{
	padding: 4em 0;
	background-color: #fff;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #26542f;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color: #26542f;
    font-size: 16px;
    font-weight: 400;
    transition: 0.6s all;
    line-height: 28px;
}
.foot-1 h2 {
    font-family: 'Poppins', sans-serif;
    color: #26542f;
    font-size: 18px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 19px;
}
.dis-cnt {
    display: flex;
    justify-content: center;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #101d12;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #26542f;
    margin-right: 6px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.sn-nm {
    font-family: Nexafont;
    color: #26542f;
    font-size: 16px;
    font-weight: 550;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 30px;
}
.fl-lt-list li {
    margin-bottom: 10px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #26542f;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.sn {
    color: #26542f;
    font-size: 23px;
    line-height: 15px;
    margin-top: 0px;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #26542f;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.form-control-sub
{
	    border: 2px solid #26542f;
    border-radius: 100px;
    padding: 12px 30px;
    width: 500px;
        display: block;
    width: 100%;
   	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  	color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.end-column
{
	margin: 2em 0 1em 0;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background:#26542f;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.c1 {
    margin-bottom: 22px;
}
.inf-test
{
	margin-top: 2em;
}
.img-mem img {
position: relative;
z-index: 1;
width: auto;
height: 100%;
/* object-fit: cover; */
display: block;
margin: 0 auto;
}
.footer {
    background-color:#d8d3bf;
    padding: 3em 0 1em 0;
}
.menu
{
	margin-top: 30px;
}
.ser-out
{
    position: relative;
}
.overlya-txt
{
    position: absolute;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    transition: 0.5s all;
    flex-direction: column;
}

.overlya-txt h3
{
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.5px;
}
.overlya-txt h1
{
color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 28px;
font-weight:bold;
letter-spacing: 0.5px;
}
.kn-div
{
    display: flex;
    justify-content: space-between;
   
     transition: 0.5s all;
}
.img-3
{
    padding-right: 2em;
}
.img-41
{
    padding-left: 2em;
}
.mt-3px
{
    margin-top:40px;
}
.kn-div-out
{
    position: relative;
     bottom: 0; 
     transition: 0.5s all;
}
.right-info-11
{
    padding-left: 20px;
}
.kn
{
    color: #fff;
font-family: 'Poppins', sans-serif;
font-size: 16px;
opacity: 0;
transition: 0.5s all;
    position: relative;
    bottom: -16px;
}

.item-ser:hover .kn-div-out
{
        bottom: 22px;
}
.item-ser:hover .kn
{
opacity: 1;
}
.item-ser:hover .overlya-txt
{
    background-color: rgba(0,0,0,0.6);

}
.ser-box
{
    margin-top: 1em;
}
.ic
{
    width: 30px;
height: 30px;
border-radius: 50%;
 background-color: rgba(225, 225, 225, 0.439);
display: flex;
color: #fff;
justify-content: center;
align-items: center;
margin: 20px 0 10px 0;
}
.ser-box .owl-theme .owl-nav {
    margin-top: 10px;
    /* left: -35px; */
    
}
.ser-box .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
    background: #e4ece0;
    color: #1e3a3b;
}
.ser-box .owl-carousel .owl-nav button.owl-next
{
background:#1e3a3b;
    color: #e4ebe0;
}
.ser-box .owl-nav button.owl-prev {
    position: absolute;
    right: 160px;
    top: -92px;
    background: #ffffff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #26532f;

}
.ser-box .owl-nav button.owl-next {
    position: absolute;
    right: 100px;
    top: -92px;
    background: #26532f;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffe1cd;
}
#testimonial-slider{
    padding: 25px 20px 0px 20px;
  /*  background: #fff;*/
    text-align: center;
    /*margin-top: 100px;*/
/*    box-shadow: 0 0 115px 19px rgba(236, 236, 236, 1);*/
}
.testimonial .description{
    font-size: 16px;
    color:#26542f;
    line-height: 28px;
    text-indent: 30px;
    font-family: 'Poppins', sans-serif;
    position: relative;
 
}
.testimonial
{
          display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/*.testimonial .description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -15px;
}*/
.testimonial .title{
   font-size: 37px;
font-weight: 500;
color: #26542f;
/* font-family: 'Poppins', sans-serif; */
text-transform: capitalize;
margin: 0;
/*position: relative;
top: 24px;*/
font-family: restaglick;
}
.testimonial .post{
   display: block;
font-size: 14px;
color: #000;
/*position: relative;
top: 24px;*/
font-family: 'Poppins', sans-serif;
text-align: center;
}
.owl-theme .owl-controls .owl-buttons
{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
/*.testimonial .owl-next
{
    position: absolute;
    right: 0;
}*/
.testimonial .owl-prev,
.testimonial .owl-next{
    position: absolute;
    left: 0;
    transition: all 0.4s ease-in-out 0s;
}
.owl-buttons .owl-prev
{
    background-color: #ffffff;
color: #26532f;
font-size: 38px;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
padding: 9px;
position: absolute;
left: -98px;
top: 0px;
}
.testimonial .owl-next{
    left: auto;
    right: 0;
        position: absolute;
}

.testimonial .owl-buttons .owl-prev:before,
.testimonial .owl-buttons .owl-next:before{
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 60px;
    font-weight: 900;
    color: #cacaca;
    line-height: 20px;
    opacity: 0.8;
}
.testimonial .owl-buttons .owl-next:before{
    content: "\f105";
}
.testimonial .owl-buttons .owl-prev:hover:before,
.testimonial .owl-buttons .owl-next:hover:before{
    opacity: 1;
}
.testimonial .owl-theme .owl-controls .owl-buttons div{
    background: transparent;

}
.testimonial .owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-buttons
{

}
.testimonial .owl-prev
{
    background-color: #f5821e;
    font-size: 38px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -98px;
    top: 140px;
    color: #fff;
}
.owl-next
{
    background-color: #26532f;
    color: #ffe1cd;
    font-size: 38px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -98px;
    top: 0px;
}
.owl-theme .owl-controls .owl-buttons div .owl-prev
{
background: #000;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;
    position: relative;
    top: -330px;
    left: 0;
    z-index: 1;
    right: 0;}

/*    .owl-theme .owl-controls .owl-buttons div{zoom:1;margin:5px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 28px;filter:Alpha(Opacity=50);opacity:.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-item.loading{min-height:150px;background:url(AjaxLoader.gif) no-repeat center center}
.owl-theme .owl-controls .owl-page span{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:none;
    margin-right: 10px;
    background: url("../images/Chaitali-Jagtap.jpg") no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out 0s;
}*/
.img-tes
{
    width: 200px;
    height: 200px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    margin-bottom: 28px;
    border: 2px solid #26542f;
    padding: 10px;
   /* border-radius: 0 20px 0 20px;*/
}
.img-tes img
{
max-width: 100%;
height: 100%;
margin: 0 auto;

}
#testimonial .owl-buttons {
width: auto;
height: 40px;
position: absolute;
bottom: 40%;
left: 0;
}
#testimonial .owl-theme .owl-controls .owl-buttons div
{
position: absolute;
right: -68px;
top: 27px;
margin-bottom: 4px;
background: #fff;
height: 35px;
width: 35px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
color: #294f96;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    height:auto;
}
.owl-theme .owl-controls .owl-page:nth-child(2) span{
    background: url("../images/new-2.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls .owl-page:nth-child(3) span{
    background: url("../images/new-3.png") no-repeat;
    background-size: cover;
}
.owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page.active:hover span{
    border: none;
    transform: scale(2);
    opacity: 1;
}

@media only screen and (max-width: 479px){
    .owl-buttons{ bottom: 30%; }
}
.red-div
{
    display: flex;
}
.r1-btn
{
        background: #26542f;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}
.r1-red
{
    color:#26542f ;
    font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 400;
margin-right: 20px;
}
.a1
{
    position: relative;
    top: 4px;
    font-size: 16px;
    margin-left: 4px;
}

/*Media Query*/
@media only screen and (max-width:820px) {
 
 .menu {
    margin-top: 0;
} 
.list-item-1 {
    width: 100%;
}
.banner .item .cover {
    padding: 20px 0 0 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    display: flex;
    align-items: center;
}
.banner .item .cover .header-content h1 {
    font-family: restaglick;
    letter-spacing: 1px;
    font-size: 55px;
    font-weight: 500;
    margin: 10px 0 20px 0;
    padding: 0;
    line-height: 63px;
    color: #fff;
}
.img-2 {
    position: absolute;
    bottom: -28px;
    left: 220px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.banner .item {
    height: 50vh;
    position: relative;
}
.img-4 {
    position: absolute;
    bottom: -42px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.rev-dir
{
    flex-direction: column-reverse;
}
.right-sec4 {
    padding-left: 20px;
    padding-top: 0;
}
.dis-cnt {
    display: flex;
    justify-content: flex-start;
}
.foot-1
{
    margin-bottom: 1em;
}
.tab-11
{
    margin-top: 2em;
}
.ser-line-1 {
    margin: 10px 0;
    padding: 0 10px;
}
.ser-line-1 {
    margin: 10px 0;
    padding: 0 16px;
}
.img-3 {
    padding-right: 2em;
    width: 100%;
}
.ser-3 {
    padding: 0em 0 1em 0;
}
.qul-div {
    border: 1px solid #26542f;
    padding: 16px;
    height: 300px;
    margin-top: 1em;
    transition: 0.5s all;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #26542f;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.main-wrapper {
    padding: 2em 0 2em 0;
}
.key-left {
    padding-left: 10px;
    padding-top: 2em;
}
.sticky-nav.menu_fixed .header {
    animation: sticky 1s;
    box-shadow: none;
    /* background-color: #000; */
}
.right-div {
    padding-left: 2em;
}
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 10px 0;
    margin: 0 auto;
    background: #fff;
    left: 0;
    right: 0;
    border-radius: 0;
}
.top-header {
    top:22px;
    position: absolute;
    right: 10px;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
}
.logo img
{
        width: 120px;
}
.logo
{
        margin-left: 40px;
}
.logo img
{
        width: 130px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #26542f;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.list-valu li::before {
    content: "\2022";
    color: #26542f;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    margin-left: -1em;
    position: absolute;
    top: 0;
    font-size: 28px;
}
.hide-mob
{
    display: none;
}
.img-mem img {
position: relative;
z-index: 1;
width: auto;
height: auto;
/* object-fit: cover; */
display: block;
margin: 0 auto;
}
}
/*Mobile*/

@media only screen and (max-width: 600px) {

    .img-mem img {
position: relative;
z-index: 1;
width: auto;
height:auto;
/* object-fit: cover; */
display: block;
margin: 0 auto;
}
.test-1 {
    padding: 0 1em;
}
.height-60 {
height: auto;
}
    .banner .item .cover .header-content h1 {
    font-family: restaglick;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0 20px 0;
    padding: 0;
    line-height: 40px;
    color: #fff;
}
.img-mem {
    position: relative;
    width: 100%;
    height: auto;
}
.list-valu li {
    margin-top: 0;
    margin-bottom: 10px;
    /* vertical-align: inherit; */
    position: relative;
}
.list-valu li::before {
    content: "\2022";
    color: #26542f;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    margin-left: -1em;
    position: absolute;
    top: 0;
    font-size: 28px;
}
.logo img
{
        width: 120px;
}
.logo
{
        margin-left: 0;
    display: flex;
    justify-content: center;
}
.banner .item .cover .header-content {
    position: relative;
    padding: 42px 20px;
    overflow: hidden;
}

  .banner .item .cover .header-content h1 {
    font-family: restaglick;
    letter-spacing: 1px;
    font-size: 31px;
    font-weight: 500;
    margin: 10px 0 20px 0;
    padding: 0;
    line-height: 43px;
    color: #fff;
}
.tab-11
{
    margin-top: 0em;
}
.title {
    font-family: restaglick;
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0 20px 0;
    padding: 0;
    line-height: 43px;
}

.sec2-img {
    position: relative;
    margin-top: 1em;
}
.img-2 {
    position: relative;
    bottom: 62px;
    /* right: 220px; */
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.sec2 {
    background: #ffffff;
    padding: 3em 0 0 0;
}
.ser-box .owl-nav button.owl-prev {
    position: absolute;
    right: 49px;
    top: -124px;
    background: #ffffff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #26532f;
}
.ser-box .owl-nav button.owl-next {
    position: absolute;
    right: -1px;
    top: -124px;
    background: #26532f;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #ffe1cd;
}
.img-3 {
    padding-right: 0;
}
.mrl-r-20px {
    margin: 16px 0;
}
.sticky-nav.menu_fixed .header {
    animation: sticky 1s;
    box-shadow: none;
    /* background-color: #000; */
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #26542f;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.owl-next {
    background-color: #26532f;
    color: #ffe1cd;
    font-size: 38px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -19px;
    top: -380px;
}
.sec2-img {
    position: relative;
    margin-top: 4em;
}
.owl-buttons .owl-prev {
    background-color: #ffffff;
    color: #26532f;
    font-size: 38px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: 0;
    top:-380px;
}
.sigma_btn-custom1-btn
{
    width: 100%;
}
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 70px;
    z-index: 9999;
}
.btn-gr {
    display: block;
    justify-content: center;
    /* align-items: center; */
    margin: 1em 0 2em 0;
}
.bane-title h2 {
    text-align: center;
    margin: 130px 0 0 0;
    font-size: 32px;
    color: #FFFFFF;
    font-family: restaglick;
    letter-spacing: 1px;
   font-weight: 500;
    text-transform: uppercase;
}
.ser-3 {
    padding: 1em 0 1em 0;
}
.mt-3px {
    margin-top: 15px;
}
.img-41 {
    padding-left: 0;
}
.breadcrumb-item a, .active {
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.sub-title {
    font-family: Nexafont;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}
.ser-1 {
    padding: 0em 0;
}
.sch {
    padding: 2em 0 3em 0;
    background-color: #fff;
}
.qul-div {
    border: 1px solid #26542f;
    padding: 16px;
    height: auto;
    margin-top: 1em;
    transition: 0.5s all;
}
.key-left {
    padding-left: 10px;
    padding-top: 1em;
}
.end-column {
    margin: 1em 0 0em 0;
}
.right-div {
    padding-left: 0;
    margin-top: 3em;
}
.main-wrapper {
    padding: 2em 0 2em 0;
}
.menu {
    margin-top: 0;
}
.header {
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    padding: 10px 0;
    margin: 0 auto;
    background: #fff;
    left: 0;
    right: 0;
    border-radius: 0;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 12px;
}
.mb-4-em {
    margin-bottom: 1em;
}
.left-img
{
    margin-bottom: 1em;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #26542f;
    color: #fffddf;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.rev-dir1
{
    flex-direction: column-reverse;
}
.list-item-1 {
    width: 100%;
}
.dnar {
    position: static;
    top: 0px;
    margin-left: 6px;
}
.testimonial .description {
    font-size: 16px;
    color: #26542f;
    line-height: 28px;
    text-indent: 30px;
    font-family: 'Poppins', sans-serif;
    position: relative;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.img-tes {
    width: 140px;
    height: 140px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    margin-bottom: 28px;
    border: 2px solid #26542f;
    padding: 10px;
    /* border-radius: 0 20px 0 20px; */
}
.inf-test {
    margin-top: 0;
}
.tab-13em
{
    margin-top: 8em;
}
.img-4 {
    position: absolute;
    bottom: -98px;
    right: -25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.test {
    padding: 4em 0 0em 0;
    background-color: #fff;
}
.fl-lt-list
{
    width: 100%;
}

.sigma_btn-customser-ser {
        cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #26542f;
    border: 1px solid #26542f;
    border: 0;
    letter-spacing: 1px;
    color:#ffe1cd;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight:500;
    text-transform:capitalize;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
   top: 0;
    left: -30px;
    padding: 15px 30px;
    width: 260px
    /*left: -14px;*/
}
.banner-inside {
    background-color: #f3fbfd;
    height: 330px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background-image: url(../images/inside-bg.png);
    /* height: 200px; */
    background-position: center;
}
.ser-step
{
    padding-left: 0px;
}
.header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    /* width: 30px; */
    margin-left: 0;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    margin-top: -53px;
    margin-left: 10px;
}
.sticky-menu-footer {
      position: fixed;
    width: 100%;
    bottom: 0;
    padding:0px;
    background-color: #fff;
    z-index: 9999;
    border: 1px solid #f1f1f1;
    font-size: 11px;
    text-align: center;
    display: block;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -o-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.sigma_btn-customt-mob {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    border: 1px solid #26542f;
    border: 0;
    letter-spacing: 1px;
    color: #26542f;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: capitalize; */
    padding: 16px 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
   /* top: 22px;*/
    /* left: -14px; */
}
.sticky-menu-footer
{
    display: block;
}
.hide-mob
{
    display: none;
}
.hide-mob-btn
{
    display: none;
}
.form-contat {
    margin-top: 0;
}
.footer {
    background-color: #d8d3bf;
    padding: 3em 0 4em 0;
}

.sigma_btn-customser-ser {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #26542f;
    border: 1px solid #26542f;
    border: 0;
    letter-spacing: 1px;
    color: #ffe1cd;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    top: 0;
    margin-top: 20px;
    left: 0;
    padding: 15px 30px;
    width: 100%;
}

.d-flex-sub
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
}


