@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/OpenSans-ExtraBold.ttf);
}
@font-face {
    font-family: mySecondFont;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: myThirdFont;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family: myForthFont;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: myFifthFont;
    src: url(../fonts/FML-Indulekha-Bold.ttf);
}
@font-face {
    font-family: mySixthFont;
    src: url(../fonts/FML-Indulekha.ttf);
}


#toTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	display: none;
}
body{
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, ul, a {
	margin:0;
	padding:0;
}
/*header*/
.navbar-default
{
	/*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}
.header-top {
	background:#60a619;
	padding-top:10px;
	padding-bottom:10px;
	/*border-top:3px solid #ffffff;*/
}
.header-top ul {
	/*float:right;*/
}
.header-top ul li {
	text-align:right;
	font-family: myForthFont !important;
	font-size:14px !important;
	border-right: 1px solid #ffffff;
	padding-right:25px !important;
	padding-left: 25px;
	list-style:none;
	float:left;
	color:#fff;
	/*font-weight: 600;*/
}
.header-top ul li:last-child 
{
	border-right: 0;
	padding-right: 0px !important;
}
.info-c
{
	padding-right: 0px;
}
.soc-icons
{
	padding-left: 10px;
}

.img-phn
{
	padding-right: 10px;
}
.header-top ul li i {
	color:#ffffff;
}
.header-top ul li a {
	list-style:none;
	color:#fff;
}
.header-top ul li ul li a {
	list-style:none;
	color:#000 !important;
}
.header-top ul li ul li {
	list-style:none;
	color:#000 !important;
	display: contents;
    text-align: inherit;
}
.header-top ul li ul li a:hover {
	list-style:none;
	color:#000 !important;
	text-decoration:none;
}
.header-top ul li a:hover {
	list-style:none;
	color:#fff;
	text-decoration:none;
}
.mycnt
{
	padding-top: 15px;
    padding-bottom: 15px;
	background:#ffffff;
	
}
.logo {
	position:absolute;
	z-index:2;
	top: 0px;
	left: 10px;
}
.navbar-nav {
	float:right;
}
.navbar-nav li {
	/*text-transform:uppercase;*/
	color: #000000 !important;
	font-family: mySecondFont !important;
	font-size:16px !important;
	padding-left: 40px;
}
.navbar-nav li a {
	/*text-transform:uppercase;*/
	color: #000000 !important;
	font-family: mySecondFont !important;
	font-size:16px !important;
	/*margin-bottom: 10px;*/
	outline:none !important;
}
.navbar-nav li a:hover {
	/*text-transform:uppercase;*/
	color: #349B34 !important;
	font-family: mySecondFont !important;
	font-size:16px !important;
	outline:none !important;
	
}
.logobox {
    position: absolute;
    top: 0px;
    height: 180px;
    width: 220px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 16%);
}
.logobox img {
    position: relative;
}
/*.tabs
{
	left:193px;
}*/
/*header ends*/

/*banner*/
.banner
{
	margin-top: 130px !important;
}
.slide-cap h2 {
    position: absolute;
    top: 170px;
    width: 100%;
    color: #084b08;
    font-size: 40px;
    font-family: myFirstFont;
    line-height: 60px;
	left: 100px;
	letter-spacing: 2px;
	text-shadow: 0px 0px 9px rgb(255 255 255);
}

.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
    height: 450px;
    /* height: 100vh; *//* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #60a619;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 40%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 30px;
    padding: 10px 13px;
    background: none;
	border: 2px solid #60a619;
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 1px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:none;
    /*background: rgba(255, 255, 255, .8);*/
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 40px;
    height: 5px;
    border-radius: 1%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: none;
	background-color: #ffffff73;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}


.slider > ul > .showli {
    background-color: #60a619;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #60a619;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}


.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/*banner ends*/

/*about*/
.about
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-dtl h2
{
	font-family: myForthFont;
	font-size: 16px;
	color: #014002;
	margin-bottom: 10px;
	line-height: 28px;
}
.about-dtl h3
{
	font-family: mySecondFont;
	font-size: 26px;
	color: #014002;
	margin-bottom: 20px;
	line-height: 28px;
}
.about-dtl p
{
	font-family: myForthFont;
	font-size: 14px;
	color: #010101;
	margin-bottom: 20px;
	line-height: 28px;
	text-align: justify;
}
.about-dtl ul
{
	margin-bottom: 20px;
}
.about-dtl ul li, .about-dtl ul li a {
    color: #000000;
    font-family: myForthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.about-dtl ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 18px;
	color: #000000;
}
.about-dtl ul li span {
    display: table;
}
.about-dtl ul li span h2 {
    color: #014002;
	font-family: mySecondFont;
	font-size: 16px;
}
.about-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-dtl .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.read-more {
    background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
	margin-bottom: 30px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.read-more:hover
{
    background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
	text-decoration: none;
}

/*//about*/

/*products*/
.products {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed !important;
    position: relative;
}
.products-title h2
{
	font-family: myFirstFont;
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 30px;
}
.heading-txt.products-title>h2 {
    margin-left: auto;
    margin-right: auto;
}
.heading-txt.products-title h2::after {
    margin: 30px auto 0;
}
.heading-txt h2::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 340px;
    border-top: 3px solid #ffffff;
}
/*scroll*/
.post-slide11
{
	background:#fff;
	margin:0 15px;
	box-shadow: 0px 0px 5px rgb(255 255 255 / 55%);
	margin-bottom:2em;
	margin-top:2em;
	border-radius: 10px;
	padding-bottom: 5px;
}
.post-slide11 .post-img
{
	position:relative;
}
.post-slide11 .post-img img
{
	width:100%;
	height:auto;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgb(255 255 255 / 55%);
}
.post-slide11 .post-title
{
	margin: 15px 15px 15px 15px;
    padding: 20px 10px 20px 10px;
	box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 16%);
	text-align: center;
}

.post-slide11 .post-title a
{
	font-size:10px;
	font-family: mySecondFont;
	color:#014002;
	display:inline-block;
	text-transform:capitalize;
	transition:all .3s ease 0s;
	
}
.post-slide11 .post-title a:hover
{
	text-decoration:none;
	color:#014002;
}

.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span
{
	background:#60a619;
}
/*//scroll*/
/*//products*/

/*services*/
.services
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.services-dtl
{
	padding-top: 40px;
}
.services-dtl h2
{
	color: #014002;
	font-family: mySecondFont;
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 30px;
}
.services-dtl p
{
	color: #002800;
	font-family: myForthFont;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 30px;
	text-align: justify;
}
/*//services*/

/*register*/
.register
{
	background: #e9fad9;
	position: relative;
}
.register::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: url(../images/register.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}
.reg {
    padding-right: 0px;
}
.reg1 {
    padding-left: 0px;
}

.reg2 {
    background: #e9fad9;
    padding-top: 50px;
    padding-bottom: 20px;
	padding-left: 20px;
}
.search-frm
{
	padding-left:30px;
}
.search-frm h1 {
    font-family: myFirstFont;
    font-size: 35px;
    color: #1a3202;
    margin-bottom: 25px;
    line-height: 1.1;
}
#register .form-control {
    border: none;
    color: #585858;
    padding: 6px 0px !important;
    border-bottom: 1px solid #585858;
    font-family: myForthFont;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    background: #e9fad9;
}
#register select {
    color: #585858 !important;
	font-family: myForthFont;
    font-size: 14px;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url(../images/down.png) 96% / 5% no-repeat #e9fad9 !important;
}
#register label {
    font-family: myForthFont;
    font-size: 14px;
    color: #585858;
    font-weight: unset;
}
.ser-btn {
    background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
	margin-bottom: 30px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: right;
}
.ser-btn:hover
{
    background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
    float: right;
}

input[type="button"]:focus  {
	outline: 1px solid #154218 !important;
}
input[type="submit"]:focus  {
	outline: 1px solid #154218 !important;
}

.form__radio-input {
  display: none;
}
.form__group
{
	margin-top: 10px;
	margin-bottom: 30px;
}
.form__radio-group
{	
	float: inherit;
    padding-right: 50px;
}
.form__radio-button {
  height: 2rem;
  width: 2rem;
  border: 2px solid #154218;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
}
.form__radio-button::after {
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #154218;
  opacity: 0;
  transition: opacity 0.2s;
}
.form__label-radio
{
	font-family: myThirdFont !important;
	color: #010100 !important;
	font-size: 18px !important;
	cursor: pointer;
    position: relative;
    padding-left: 3.5rem;
}
.form__radio-input:checked ~ .form__label-radio .form__radio-button::after {
  opacity: 1;
}
.clr-box1
{
	padding-left: 0px;
}
.clr-box
{
	padding-left: 0px;
}

.reg2 input + label { display: inline-block }

.reg2 input ~ .tab { display: none }
 #tab1:checked ~ .tab.content1,
 #tab2:checked ~ .tab.content2 { display: block; }

.reg2 input + label {
  
  padding: 0px 12px;
  border-radius: 4px 4px 0 0;
  position: relative;
}

.reg2 input[type=radio] 
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px;
  background-color: #ffffff;
  border-radius:50%;
}
.reg2 input[type=radio]:checked {
   background-color: #154218;
   outline: none;
}

.reg2 #tab1:checked + label, .reg2 #tab2:checked + label {
    background: none;
    color: #60a619;
    border-bottom: none;
}
.reg2 input:checked + label {
  background: transparent;
  border-bottom: 1px solid transparent;
}


.reg2 input ~ .tab {
  padding-top: 20px;
}

.radio-yn
{
	margin-bottom: 30px;
}
.radio-left {
    float: left;
    width: 50%;
}
.radio-right {
    float: right;
    width: 50%;
}
.radio-left1{
	float: left;
    width: 24%;
}
/*//register*/

/*cover tab*/
.cover-navbar-wrapper.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/banner01.jpg) 50% 30%;
    background-size: cover;
}
.cover-navbar-wrapper1.pt-164 {
    padding-top: 80px;
}
.cover-navbar-wrapper1 {
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url(../images/banner02.jpg) 50% 30%;
    background-size: cover;
}
.page-cover {
    color: white;
}
.page-cover {
    padding: 40px 0px;
    position: relative;
	margin-top: 130px;
}
.page-cover .breadcrumb {
    background: none;
}
.page-cover .breadcrumb {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
	margin-top: 15px;
}
.page-cover h1 {
    font-size: 32px;
	font-family: mySecondFont !important;
	color:#ffffff;
    /*margin-bottom: 30px;*/
	letter-spacing: 1px;
	line-height: 1.1;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb > .active {
    color: #60a619;
	font-family: myForthFont !important;
	font-size:16px;
	letter-spacing: 1px;
}
.page-cover .breadcrumb li a {
    color: #ffffff;
	font-family: myForthFont !important;
	font-size:16px;
	letter-spacing: 1px;
}
.page-cover .breadcrumb li a {
    text-decoration: none;
}
/*//cover tab*/

/*about page*/
.about-us
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.about-us-dtl h2
{
	font-family: myForthFont;
	font-size: 16px;
	color: #a3b0b4;
	margin-bottom: 10px;
	line-height: 28px;
}
.about-us-dtl h3
{
	font-family: mySecondFont;
	font-size: 26px;
	color: #014002;
	margin-bottom: 20px;
	line-height: 28px;
}
.about-us-dtl p
{
	font-family: myForthFont;
	font-size: 14px;
	color: #010101;
	margin-bottom: 20px;
	line-height: 28px;
	text-align: justify;
}
.about-us-dtl ul li, .about-us-dtl ul li a {
    color: #000000;
    font-family: myForthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.about-us-dtl ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 18px;
	color: #000000;
}
.about-us-dtl ul li span {
    display: table;
}
.about-us-dtl ul li span h2 {
    color: #014002;
	font-family: mySecondFont;
	font-size: 16px;
}
.about-us-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-us-dtl .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
.abt-srv
{
	padding-top: 40px;
}
.service-box-alt-title 
{
	padding-top: 30px;
	padding-bottom: 30px;
}
.service-box-alt-title h4 {
    font-family: mySecondFont;
    font-size: 26px;
    color: #014002;
    margin-bottom: 20px;
    line-height: 32px;
}
.service-box-alt-title h3
{
	font-family: mySecondFont;
    font-size: 26px;
    color: #014002;
    margin-bottom: 20px;
    line-height: 28px;
	float: left;
	padding-right: 90px;
}
.service-box-alt-title h3:after {
    content: '';
    position: absolute;
    bottom: 30px;
    height: 50px;
    width: 2px;
    background: #60a619;
	margin-left: 40px;
}
.service-box-alt-title h4
{
	font-family: mySecondFont;
    font-size: 26px;
    color: #014002;
    margin-bottom: 20px;
    line-height: 28px;
}
.service-box-alt-title p {
    font-family: myForthFont;
    font-size: 14px;
    color: #010101;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: justify;
}
.service-box-alt-title h2
{
	font-family: myForthFont;
	font-size: 16px;
	color: #a3b0b4;
	margin-bottom: 10px;
	line-height: 28px;
}
.service-box-alt {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    padding: 40px 30px;
    border-radius: 5px;
    margin: 15px 0px;
	/*border: 2px solid #60a619;*/
}
.service-box-alt:hover {
    background-color: #60a619;
    -webkit-box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14);
    box-shadow: 0 0 11px 0 rgb(6 22 58 / 14%);
    padding: 40px 30px;
    border-radius: 5px;
    margin: 15px 0px;
	/*border: 2px solid #60a619;*/
}
.circle-icon {
    position: relative;
}
.sb-icon-alt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.service-box-alt h4 {
    margin: 20px 0px 12px;
	font-family: myThirdFont;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}
.service-box-alt p {
    margin-bottom: 0px;
	font-family: myForthFont;
	line-height: 26px;
	color: #333333;
}
.service-box-alt i 
{
	font-size: 40px;
	color: #60a619;
}
.service-box-alt:hover h4 {
    margin: 20px 0px 12px;
	font-family: myThirdFont;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}
.service-box-alt:hover p {
    margin-bottom: 0px;
	font-family: myForthFont;
	line-height: 26px;
	color: #ffffff;
}
.service-box-alt:hover i
{
	font-size: 40px;
	color: #ffffff;
}
/*//about page*/

/*methodology page*/
.methodology
{
	padding-top: 60px;
	padding-bottom: 60px;
}
.methodology-dtl h2
{
	font-family: myThirdFont;
    font-size: 22px;
    color: #7a7d7a;
    margin-bottom: 10px;
    line-height: 28px;
}
.methodology-dtl h3
{
	font-family: mySecondFont;
    font-size: 26px;
    color: #014002;
    margin-bottom: 20px;
    line-height: 28px;
}
#customers {
  border-collapse: collapse;
  width: 100%;
}
.item-content
{
	padding-top: 20px;
	padding-bottom: 30px;
}
#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  font-family: myForthFont;
  text-align: left;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #a0d26e;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #60a619;
  color: white;
  font-family: mySecondFont;
}
/*//methodology page*/

/*products page*/
.products-display
{
	padding-top: 60px;
	padding-bottom: 10px;
}
.products-display-dtl h2
{
	font-family: mySecondFont;
	font-size: 28px;
	line-height: 26px;
	color: #053905;
	margin-bottom: 20px;
}
.products-display-dtl h2:before
{
	content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #555555;
    bottom: 0px;
}
.products_i
{
	padding-top: 50px;
	padding-bottom: 30px;
}
.products-display-item
{
	border-radius: 10px;
	box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 26%);
	background: #fff;
    margin: 0px 5px 40px 5px;
}
.products-display-item .photo
{
    position: relative;
}
.products-display-item .photo img {
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition: all .3s ease 0s;
	border-radius: 10px 10px 0px 0px;
}
.products-display-item .caption
{
	padding-top: 5px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.products-display-item .caption p
{ 
	margin-bottom: 40px;
	color: #000100;
	font-family: mySecondFont;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}
.prd-view
{
	background: #60a619;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.prd-view:hover
{
	background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619 !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
	text-decoration: none;
}
.prd-view:focus
{
	background: #60a619;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
	text-decoration: none;
}
.prd-contact
{
	background: #60a619;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.prd-contact:hover
{
	background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619 !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
	text-decoration: none;
}
.prd-contact:focus
{
	background: #60a619;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
	text-decoration: none;
}
/*//products page*/

/*product details page*/
.product-details
{
	padding-top: 60px;
	padding-bottom: 20px;
}
.product-dtl_des h2
{
	font-family: mySecondFont;
	font-size: 24px;
	color: #014002;
	line-height: 28px;
	margin-bottom: 30px;
}
.product-dtl_des p {
    font-family: myForthFont;
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 28px;
    text-align: justify;
}
.product-dtl_des h4 {
    font-family: myThirdFont;
    font-size: 16px;
    color: #000000;
    margin-bottom: 30px;
	line-height: 1.1;
}
.product-dtl_des h4 span {
    font-family: myForthFont;
    font-size: 16px;
    color: #000000;
}
.qty {
    float: left;
    width: 80px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	display: flex;
}
.qty h4 {
    font-family: myThirdFont;
    font-size: 16px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.1;
    padding-right: 20px;
    padding-top: 15px;
}
.qty input[type=text] {
    float: left;
    font-family: myThirdFont;
    outline: 0;
    font-size: 16px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #000000;
    line-height: 40px;
    border: 1px solid #ccc;
    border-right: 0;
}
.qty_inc_dec {
    float: left;
    width: 10px;
    height: 50px;
    display: inline-block;
}
.qty_inc_dec .increment {
    border-bottom: 0;
    line-height: 25px;
}
.qty_inc_dec .increment, .qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
	color: #000000;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}
.qty_inc_dec .increment, .qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    height: 25px;
	color: #000000;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}
.prd-cntct
{
	margin-top: 20px;
	margin-bottom: 30px;
}
.prd-cnt
{
	background: #60a619;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.prd-cnt:hover
{
	background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619 !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-decoration: none;
}
.prd-cnt:focus
{
	background: #60a619;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-decoration: none;
}
/*tabs*/
.tabs-wrapper {
    margin: 5% 0% 0 0%;
}
.tabs-wrapper input[type=radio] {
    display: none;
}
.tabs-wrapper label {
    transition: background 0.4s ease-in-out, height 0.2s linear;
    display: inline-block;
    cursor: pointer;
    color: #000000;
    margin-right: 60px;
    height: 3em;
    background: #ffffff;
    text-align: center;
    line-height: 3em;
	font-family: mySecondFont;
	font-size: 20px;
}
.tabs-wrapper label:hover {
    background: #ffffff;
    color: #60a619;
    border-bottom: 3px solid #60a619;
}
.tab-body-wrapper {
    background: #ffffff;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-name: show;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.2s;
    -moz-animation-duration: 1.5s;
    -moz-animation-name: show;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.2s;
    -o-animation-duration: 1.5s;
    -o-animation-name: show;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-duration: 1.5s;
    animation-name: show;
    animation-fill-mode: forwards;
	padding-top: 40px;
	padding-bottom: 10px;
}
#tab1:checked + label, #tab2:checked + label, #tab3:checked + label, #tab4:checked + label {
    background: #ffffff;
    color: #60a619;
    border-bottom: 3px solid #60a619;
}
#tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4 {
    position: relative;
    top: 0px;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: content-slide-top;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0.1s;
    -moz-animation-duration: 1s;
    -moz-animation-name: content-slide-top;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0.1s;
    -o-animation-duration: 1s;
    -o-animation-name: content-slide-top;
    -o-animation-fill-mode: forwards;
    animation-delay: 0.1s;
    animation-duration: 1s;
    animation-name: content-slide-top;
    animation-fill-mode: forwards;
}
.tab-body {
    position: absolute;
    top: -9999px;
    padding: 10px 0px 10px 0px;
}
.tab-body p
{
	font-family: myForthFont;
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 28px;
    text-align: justify;
}
@media (min-width: 320px) and (max-width: 430px) 
{
.tabs-wrapper label {
    /*width: 100% !important;
    display: block;
    border-radius: 0;*/
	margin-right: 22px;
	font-size: 16px;
}
}
@media (min-width: 431px) and (max-width: 485px) 
{
.tabs-wrapper label {
    margin-right: 40px;
    font-size: 18px;
}
}
/*@media screen and (max-width: 900px)
{
.tabs-wrapper label {
    width: 20% !important;
}
}
@media screen and (max-width: 1600px)
{
.tabs-wrapper label {
    width: 15% !important;
}
}*/
/*//tabs*/
/*//products details page*/

/*gallery page*/
.gallery
{
	padding-top: 60px;
	padding-bottom: 60px;
}


.Grid {
  /*width: 50rem;
  margin: 5rem auto;*/
  padding-top: 60px;
  padding-bottom: 60px;
}
.Grid-row {
  display: flex;
  /*justify-content: space-between;*/
  margin-bottom: 2.5rem;
}
.Card {
  position: relative;
  flex: 0 1 30rem;
  background-color: #fff;
  padding-bottom: 5rem;
  transition: background-color 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
  color: #000;
}
.Card-thumb {
  position: relative;
  width: 30rem;
  height: 20rem;
  perspective-origin: 50% 0%;
  perspective: 600px;
  z-index: 1;
}
.Card-image,
.Card-shadow {
  position: absolute;
  display: block;
  width: 30rem;
  height: 20rem;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.Card-shadow {
  opacity: 0.8;
}
.Card-shadow:nth-child(1) {
  opacity: 0.6;
  background-color: #053905;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.07s;
}
.Card-shadow:nth-child(2) {
  opacity: 0.7;
  background-color: #127912;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.05s;
}
.Card-shadow:nth-child(3) {
  background-color: #60a619;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.03s;
}
.Card-image {
  position: relative;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #607d8b;
}
.Card-image::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #60a6195e;
  content: '';
  opacity: 0;
  transition: opacity 0.1s;
}
.Card-title,
.Card-explore {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 3rem;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
}
.Card-title span,
.Card-explore span {
  padding: 0.5rem;
  flex: 1 1 auto;
  text-align: center;
  color: #053905;
  font-family: mySecondFont;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}
.Card-explore {
  opacity: 0;
  transform: translate(0, -1rem);
  font-size: 0.75rem;
  letter-spacing: 1px;
  color: #000000;
}
.Card-button {
  position: absolute;
  left: 50%;
  top: 8rem;
  background: #ffffff;
  border: 1px solid #60a619;
  border-radius: 25px;
  color: #60a619;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: myThirdFont;
  font-size: 14px;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
  transform: translate(-50%, 2rem);
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0;
  outline: none;
  z-index: 4;
}
.Card:hover,
.Card--active {
  background-color: #ffffff;
  cursor: pointer;
}
.Card:hover .Card-thumb,
.Card--active .Card-thumb {
  z-index: 3;
}
.Card:hover .Card-title,
.Card--active .Card-title {
  opacity: 0;
}
.Card:hover .Card-explore,
.Card--active .Card-explore {
  opacity: 1;
  transform: translate(0, 1rem);
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1) 0.1s;
}
.Card:hover .Card-image,
.Card--active .Card-image {
  transform: scale(1.05) translate(0, -1rem) rotateX(25deg);
}
.Card:hover .Card-image::before,
.Card--active .Card-image::before {
  opacity: 0.4;
}
.Card:hover .Card-shadow:nth-child(3),
.Card--active .Card-shadow:nth-child(3) {
  transform: scale(1.02) translate(0, -0.3rem) rotateX(15deg);
}
.Card:hover .Card-shadow:nth-child(2),
.Card--active .Card-shadow:nth-child(2) {
  transform: scale(0.9) translate(0, 2rem) rotateX(15deg);
}
.Card:hover .Card-shadow:nth-child(1),
.Card--active .Card-shadow:nth-child(1) {
  transform: scale(0.82) translate(0, 4.4rem) rotateX(5deg);
}
.Card:hover .Card-button,
.Card--active .Card-button {
  opacity: 1;
  color: #60a619;
  transform: translate(-50%, 0);
}
.Card:hover .Card-button:hover,
.Card--active .Card-button:hover {
  color: #fff;
  background-color: #60a619;
  text-decoration: none;
}
.Card--active,
.Card--active:hover {
  background: none;
}
.Card--active .Card-explore,
.Card--active:hover .Card-explore {
  opacity: 0;
  transform: translate(0, 3rem);
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}
.Card--active .Card-image,
.Card--active:hover .Card-image {
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(1.05) translate(0, -2.5rem) rotateX(50deg);
}
.Card--active .Card-image::before,
.Card--active:hover .Card-image::before {
  opacity: 0.4;
}
.Card--active .Card-button,
.Card--active:hover .Card-button {
  opacity: 0;
  transition: all 0.35s cubic-bezier(0.42, 0, 0.58, 1);
  transform: translate(-50%, -2rem) scale(1, 0.4);
}
.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(6%, 113%);
}
.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(6%, 223%);
}
.Grid-row:nth-child(1) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(81%, 80%);
}
.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-108%, 113%);
}
.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-108%, 223%);
}
.Grid-row:nth-child(1) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(26%, 80%);
}
.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-222%, 113%);
}
.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-222%, 223%);
}
.Grid-row:nth-child(1) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(1) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(-29%, 80%);
}
.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(6%, -55%);
}
.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(6%, 55%);
}
.Grid-row:nth-child(2) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(81%, 0%);
}
.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-108%, -55%);
}
.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-108%, 55%);
}
.Grid-row:nth-child(2) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(26%, 0%);
}
.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-222%, -55%);
}
.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-222%, 55%);
}
.Grid-row:nth-child(2) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(2) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(-29%, 0%);
}
.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(6%, -223%);
}
.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(6%, -113%);
}
.Grid-row:nth-child(3) .Card:nth-child(1).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(1) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(81%, -80%);
}
.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-108%, -223%);
}
.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-108%, -113%);
}
.Grid-row:nth-child(3) .Card:nth-child(2).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(2) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(26%, -80%);
}
.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(3),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(3) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1);
  transform: scale(1) translate(-222%, -223%);
}
.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(2),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(2) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.1s;
  transform: scale(1) translate(-222%, -113%);
}
.Grid-row:nth-child(3) .Card:nth-child(3).Card--active .Card-shadow:nth-child(1),
.Grid-row:nth-child(3) .Card:nth-child(3) .Card--active:hover .Card-shadow:nth-child(1) {
  transition: all 0.2s cubic-bezier(0.7, 0, 0.78, 1) 0.2s;
  transform: scale(2.1) translate(-29%, -80%);
}
@media only screen and (max-width: 689px) {
.Grid-row {
    display: block;
    /* justify-content: space-between; */
    margin-bottom: 2.5rem;
}	
.Card {
    position: relative;
    flex: 0 1 30rem;
    background-color: #fff;
    padding-bottom: 5rem;
    transition: background-color 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
    color: #000;
    margin-bottom: 40px;
}
.Card-title, .Card-explore {
    position: absolute;
    bottom: 0;
    display: block;
    width: 60%;
    height: 3rem;
    text-align: left;
    transition: all 0.2s cubic-bezier(0.5, 0.3, 0.8, 0.06);
}
.Card-button {
    position: absolute;
    left: 26%;
    top: 8rem;
    background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translate(-50%, 2rem);
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    outline: none;
    z-index: 4;
}
}
@media only screen and (max-width: 320px) {
.Card-thumb {
    position: relative;
    width: 25rem;
    height: 20rem;
    perspective-origin: 50% 0%;
    perspective: 600px;
    z-index: 1;
}
.Card-image, .Card-shadow {
    position: absolute;
    display: block;
    width: 25rem;
    height: 20rem;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}	
}
@media (min-width: 551px) and (max-width: 600px) {
.Card-button {
    position: absolute;
    left: 30%;
    top: 8rem;
    background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translate(-50%, 2rem);
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    outline: none;
    z-index: 4;
}
}
@media (min-width: 481px) and (max-width: 550px) {
.Card-button {
    position: absolute;
    left: 35%;
    top: 8rem;
    background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translate(-50%, 2rem);
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    outline: none;
    z-index: 4;
}
}
@media (min-width: 451px) and (max-width: 480px) {
.Card-button {
    position: absolute;
    left: 40%;
    top: 8rem;
    background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translate(-50%, 2rem);
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    outline: none;
    z-index: 4;
}
}
@media (min-width: 376px) and (max-width: 450px) {
.Card-button {
    position: absolute;
    left: 45%;
    top: 8rem;
    background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translate(-50%, 2rem);
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    outline: none;
    z-index: 4;
}
}
@media (min-width: 320px) and (max-width: 375px) {
.Card-button {
    position: absolute;
    left: 50%;
    top: 8rem;
    background: #ffffff;
    border: 1px solid #60a619;
    border-radius: 25px;
    color: #60a619;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: myThirdFont;
    font-size: 14px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    transform: translate(-50%, 2rem);
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0;
    outline: none;
    z-index: 4;
}
}
/*------------------------------------*\
    PHOTO GALLERY
\*------------------------------------*/


.main .container-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .desc {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: myForthFont;
    font-size: 14px;
    color: #000000;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: justify;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container-g {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
}
/*//photo gallery*/

/*video gallery*/

.image_item {
  position: relative;
  margin-bottom : 40px;
}

.image_item {
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: #000;
}
.image_item i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: black;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff5c;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.image_item a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.image_item:hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.image_item:hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #E71E25;
}
/*popup*/
.player {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,1) 100%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,1) 100%);
    background: radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%,rgba(0,0,0,1) 100%);

    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
	z-index: 9999;
}

.player__video {
    position: relative;
    top: 50%;
    left: 50%; 
    width: auto;
    max-width: 75%;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0,0,0,.95);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.js--show-video { opacity: 1; }

.video-filler {
    display: block;
    width: 100%;
}

.video-close {
    position: absolute;
    z-index: 0;
    top: 0;
    right: -30px;
    padding: 5px 10px;
    border: none;
    outline: none;
    border-radius: 0 50% 50% 0;
    cursor: pointer;
    font-size: 24px;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.75);
	
}

.video-iframe {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}
/*//popup*/

.overlay {
  width: 100%;
  background: rgba(0,0,0,.75);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}
.videoBox {
  position: fixed;
  width: 90%;
  left: 50%;
  top:50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
}
.videoBox video {
  width: 100%;
}
.close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -18px;
  right: -18px;
  display: block;
  background: transparent url(../images/close.png) no-repeat center center;
  opacity: .8;
}
.close:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px){
  .videoBox {
    width: 85%;
	height: 85%;
  }
}

/*//video gallery*/

/*tabs*/
.tabs {
  margin: 0 auto;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #90b768;
  border: 1px solid #90b768;
  text-align: center;
  color: #053905;
  font-family: mySecondFont;
  font-size: 14px;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #60a619;
  border: 1px solid #60a619;
  color: #ffffff;
}
.tab-contents {
  padding: 1.5em 2em 1.5em;
  border: 1px solid #ddd;
}



/*.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}*/
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  /*.tab-select-outer {
    display: none;
  }*/
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
  }
}
/*//tabs*/


/*//gallery page*/


/*regenerative page*/
.regenerative
{
	padding-top: 120px;
	padding-bottom: 120px;
}
.regenerative-dtl h1
{
	font-size: 38px;
    font-family: mySecondFont !important;
    color: #053905;
    /* margin-bottom: 30px; */
    letter-spacing: 1px;
    line-height: 1.1;
}
/*//regenerative page*/


/*contact page*/
.contact-badge {
    
    position: relative;
    z-index: 1;
    background: #FFF;
	/*-webkit-box-shadow: 0 5px 20px 0 rgb(40 40 40 / 46%);
    box-shadow: 0 5px 20px 0 rgb(40 40 40 / 46%);*/
	margin-top: 60px;
	margin-bottom: 60px;
}
.left-contact-badge {
    height: 500px;
    padding: 40px;
}
.left-contact-badge h4 {
    margin-bottom: 25px;
}
.form-group {
    margin-bottom: 2rem;
}
.custom-form {
    display: block;
    width: 90%;
    height: calc(2em + 1rem + 2px);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8a8a8a;
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 50em;
    font-family: myForthFont;
    float: left;
}
.custom-form-text {
    display: block;
    width: 95%;
    height: calc(2em + 1rem + 2px);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #8a8a8a;
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 50em;
    font-family: myForthFont;
    float: left;
}
#contact-frm select {
    color: #8a8a8a !important;
    font-family: myForthFont;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 50em;
    background: url(../images/down.png) 96% / 5% no-repeat #ffffff !important;
    width: 90%;
}
.mandator:after {
    content: " *";
    color: #ff0000;
    padding-left: 3px;
    font-size: 14px;
}
.message-form {
    border-radius: 10px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.with-errors {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    color: red;
    margin-top: 10px;
    margin-left: 15px;
}
.btn-default {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 30px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.3333333;
  letter-spacing: 1px;
  font-weight: 600;
  color: #FFF;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s; 
  -moz-transition: all 0.3s ease-in-out 0s; 
  -ms-transition: all 0.3s ease-in-out 0s; 
  -o-transition: all 0.3s ease-in-out 0s; 
  transition: all 0.3s ease-in-out 0s; 
}

.btn-default:hover {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  box-shadow: none;
  outline: 0;
}

.btn-default.disabled, .btn-default:disabled {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
}

.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
}

.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  background-color: var(--secundary-color);
  border-color: var(--secundary-color);
  opacity: 1;
}
  
.btn-default-white {
  color: var(--headline-color);
  background-color: #FFF;
  border-color:  #FFF;
}

.btn-outline{
    background-color: transparent;
    border: solid 2px var(--primary-color);
    color: var(--primary-color);
}

.btn-outline-white{
  background-color: transparent; 
  border: solid 1px #FFF;
  color: #FFF;
}


.btn-lg{
  padding: 10px 35px;
  font-size: 18px;
  line-height:30px;
}

.btn-lg:hover{
  background-color: var(--secundary-color); 
  border: solid 1px var(--secundary-color); 
  color: #FFF;
}

.cnt-btn
{
	background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.cnt-btn:hover
{
	background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.cnt-btn:focus
{
	background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.cnt-btn:not(:disabled):not(.disabled):active
{
	background: #154218;
    border: 1px solid #154218;
    border-radius: 8px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 30px;
    font-family: mySecondFont;
    font-size: 16px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.right-contact-badge {
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}
.right-contact-badge {
    background-color: #60a619;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.right-contact-badge h4 {
    color: #FFF;
    margin-bottom: 30px;
    text-transform: uppercase;
	font-family: mySecondFont;
    font-size: 24px;
}
.right-contact-badge ul li, .right-contact-badge ul li a {
    color: #ffffff;
    font-family: myForthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.right-contact-badge ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 18px;
}
.right-contact-badge ul li span {
    display: table;
}
.left-contact-badge h4
{
	font-family: mySecondFont;
    font-size: 26px;
    color: #014002;
    margin-bottom: 30px;
    line-height: 28px;
}
.footer-social {
    margin-top: 30px;
}
.footer-social ul li {
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-social ul li:hover {
  background-color: #053905;
}
.footer-social ul li:hover i {
  color: #ffffff;
}
.footer-social ul li i
{
	color: #053905;
	font-size: 20px;
    margin-top: 10px;
}
.photo-contact {
    width: 180px;
    position: absolute;
    bottom: -60px;
    right: 30px;
    opacity: 0.4;
}
.map-location
{
	padding-top: 40px;
}
/*//contact page*/

/*career page*/
.career {
    padding-top: 80px;
    padding-bottom: 80px;
}
#career-container {
  margin: 0px auto;
  width: 100%;
  max-width: 840px;
  border-radius: 10px;
}
.career-dtl h1
{
	color: #014002;
    font-family: mySecondFont;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}
.career-dtl p
{
	font-family: myForthFont;
    font-size: 22px;
    color: #a3b0b4;
    margin-bottom: 30px;
    line-height: 28px;
}
#career-container .form-control {
    height: 38px;
    background-color: transparent;
    border-radius: 1px;
    box-shadow: none;
    color: #444848 !important;
	font-family: myForthFont;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
	margin-bottom: 25px;
	width: 95%;
    float: left;
}
textarea.form-control {
    height: auto !important;
}
/*//career page*/

/*partner with us form page*/
.partner-with-form {
    padding-top: 60px;
    padding-bottom: 60px;
}
#partner-with-form {
  margin: 0px auto;
  width: 100%;
  border-radius: 10px;
}
.partner-with-form h1
{
	color: #014002;
    font-family: mySecondFont;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
}
#partner-with-form .form-control {
    height: 46px;
    background-color: transparent;
    border-radius: 1px;
    box-shadow: none;
    color: #444848 !important;
	font-family: myForthFont;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    background-color: #ffffff;
    border: 1px solid #000000;
	margin-bottom: 25px;
	width: 90%;
    float: left;
}

/*//partner with us form page*/


/*-----Testimonial-------*/

.testim 
{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.testimo
{
    background: #f6f9f3;
}
.testim h3 {
    font-family: myFirstFont;
    font-size: 35px;
    color: #1a3202;
    margin-bottom: 25px;
    line-height: 1.1;
    text-align: center;
}



.testimonial {
  /*border-right: 4px solid #022760;*/
  padding: 30px 30px 30px 30px;
  margin: 15px 15px 30px 15px;
  overflow: hidden;
  position: relative;
  width:80%;
  margin: 0 auto;
}
.testimonial-tx {
  height: 315px;
  overflow: auto;
}
/*.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}*/
.testimonial .pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: myForthFont;
}
.testimonial .title {
  font-size: 20px;
  font-family: mySecondFont;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #60a619;
  font-style: italic;
  font-family: myForthFont;
}

.testimonial .description1 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #000000;
  line-height: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: mySixthFont;
}
.testimonial .title1 {
  font-size: 16px;
  font-family: myFifthFont;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 10px;
}
.testimonial .post1 {
  display: inline-block;
  font-size: 14px;
  color: #60a619;
  font-style: italic;
  font-family: mySixthFont;
}


.owl-theme .owl-controls .owl-page span {
  border: 1px solid #60a619;
  background: #fff !important;
  border-radius: 10 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #60a619 !important;
  border-color: #60a619;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #86979100 !important;
    opacity: 1 !important;
}
.owl-prev
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #f24816 !important;
    border: none;
    outline: none;
    background: transparent;
    left: 0;
}
.owl-prev:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #60a619;
}
.owl-next:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    color: #60a619;
}
.owl-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: #f24816 !important;
    border: none;
    outline: none;
    background: transparent;
    right: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
.testim iframe
  {
      height: 150px !important;
  }
}
/* ------testimonial  close-------*/

/*partner with us page*/
.partner-with-us
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.partner-with-dtl h2
{
    font-family: mySecondFont;
    font-size: 26px;
    color: #014002;
    margin-bottom: 20px;
    line-height: 28px;
}
.partner-with-dtl p
{
    font-family: myForthFont;
    font-size: 14px;
    color: #010101;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: justify;
}
.partner-frm
{
	padding-left: 0px;
}
.partner-frm p
{
	font-family: myForthFont;
    font-size: 14px;
    color: #010101;
    margin-bottom: 30px;
    line-height: 28px;
    text-align: justify;
}
.radio-pt
{
	margin-bottom: 10px;
}
#partner .form-control {
    border: none;
    color: #585858;
    padding: 6px 0px !important;
    border-bottom: 1px solid #585858;
    font-family: myForthFont;
    border-radius: 0px;
    box-shadow: none;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 30px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    background: #ffffff;
}
#partner select {
    color: #000000 !important;
	font-family: myForthFont;
    font-size: 14px;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url(../images/down1.png) 96% / 5% no-repeat #ffffff !important;
}
#partner label {
    font-family: myForthFont;
    font-size: 14px;
    color: #000000;
    font-weight: unset;
}
.mandatory-star
{
    color: #f00;
}
/*.mandat
{
    background-image: url(../images/mandatory.png);
    background-position: right 3px;
    background-repeat: no-repeat;
    background-size: 3%;
}*/
.mandat:after
{
    content: " *";
    color: #ff0000;
    padding-left: 3px;
    font-size: 16px;
}
#partner ::placeholder
{
    color: #000000;
}
.partner input[type=radio] 
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px;
  background-color: #adddb0;
  border-radius:50%;
}
.partner input[type=radio]:checked {
   background-color: #154218;
   outline: none;
}
.partner-with-form p
{
    font-family: myForthFont;
    font-size: 14px;
    color: #010101;
    margin-bottom: 30px;
    line-height: 28px;
    text-align: justify;
}
#partner-with-form select {
    color: #444848 !important;
    font-family: myForthFont;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url(../images/down1.png) 96% / 3% no-repeat #ffffff !important;
}
#partner-with-form ::placeholder
{
    color: #444848;
}
#partner-with-form label {
    font-family: myForthFont;
    font-size: 16px;
    color: #444848;
    font-weight: unset;
    padding-right: 10px;
}
#partner-with-form input[type=radio] 
{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px;
  background-color: #adddb0;
  border-radius:50%;
}
#partner-with-form input[type=radio]:checked {
   background-color: #154218;
   outline: none;
}


.magnific-img img {
    /*width: 100%;*/
    height: auto;
	width: 270px;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    /*width: 32.3%;*/
}
a.image-popup-vertical-fit {
    cursor: pointer;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*//partner with us page*/


/*global market page*/
.global-with-us
{
	padding-top: 80px;
	padding-bottom: 80px;
}
.global-with-dtl h2
{
    font-family: mySecondFont;
    font-size: 26px;
    color: #014002;
    margin-bottom: 20px;
    line-height: 28px;
}
.global-with-dtl h3
{
    font-family: mySecondFont;
    font-size: 22px;
    color: #014002;
    margin-bottom: 20px;
    line-height: 28px;
}
.global-with-dtl p
{
    font-family: myForthFont;
    font-size: 14px;
    color: #010101;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: justify;
}
.global-map
{
    padding-top: 30px;
    padding-bottom: 30px;
}
/*//global market page*/


/*footer*/
.footer
{
	background: #053905;
	padding-top: 60px;
}
.foot1
{
	border-bottom: 1px solid #2C2C2C;
	padding-bottom: 30px;
}
.foot-img
{
	padding-top: 60px;
}
.foot-dtl h2 {
    font-family: mySecondFont;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.foot-dtl ul li
{
	margin-bottom:20px;
	list-style: none;
	font-size:16px;
	font-family: myForthFont;
	color:#ffffff;
}
.foot-dtl ul li a
{
	font-size:16px;
	font-family: myForthFont;
	color:#ffffff;
}
.foot-dtl ul li a:hover
{
	font-size:16px;
	font-family: myForthFont;
	color:#ffffff;
	text-decoration:none;
}
.foot-dtl .list-items {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.foot-dtl .list-items li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.foot-dt1 h2
{
	font-family: mySecondFont;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}
.foot-dt1 ul li
{
	display: inline-block;
	list-style: none;
	padding-right: 20px;
}

.foot-dtl-info ul li, .foot-dtl-info ul li a {
    color: #ffffff;
    font-family: myForthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
}
.foot-dtl-info ul li a:hover {
    color: #ffffff;
    font-family: myForthFont;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    list-style: none;
	text-decoration: none;
}
.foot-dtl-info ul li i {
    margin-right: 15px;
    display: inline-block;
    float: left;
    line-height: 26px;
    font-size: 18px;
}
.foot-dtl-info ul li span {
    display: table;
}

/*contact info*/
/*1*/
.address-left {
    float: left;
    width: 10%;
}
.address-left i.fa.fa-phone, .address-left i.fa.fa-envelope-o, 
.address-left i.fa.fa-map-marker, .address-left i.fa.fa-whatsapp, .address-left i.fa.fa-mobile {
    color: #FFFFFF;
    font-size: 18px;
	line-height: 28px;
}
.address-right {
    float: right;
    width: 90%;
}
.address-right h6 {
    color: #ffffff;
    font-family: myThirdFont;
    font-size: 18px;
    margin-bottom: 6px;
	letter-spacing: 1px;
}
.address-right p {
    /*margin: 1em 0 0 0;*/
    font-family: myForthFont;
    font-size: 14px;
    color: #ffffff;
	line-height:28px;
	letter-spacing: 1px;
}
.loc p
{
    /*margin: 1em 0 0 0;*/
    font-family: myForthFont;
    font-size: 14px;
    color: #ffffff;	
	line-height:28px;
	letter-spacing: 1px;
}
.address-grid:nth-child(2) {
    margin: 0.7em 0;
}
.address-grid:nth-child(3) {
    margin: 0.7em 0;
}
.address-right p a {
    color: #ffffff;
    text-decoration: none;
	font-family: myForthFont;
    font-size: 14px;
	letter-spacing: 1px;
}
.address-right p a:hover {
    color: #ffffff;
    text-decoration: none;
	font-family: myForthFont;
    font-size: 14px;
	letter-spacing: 1px;
}
/*//1*/
/*2*/
.address1
{
	width: 100%
}
.address-left1 {
    float: left;
    width: 10%;
}
.address-left1 i.fa.fa-phone, .address-left1 i.fa.fa-envelope-o, 
.address-left1 i.fa.fa-map-marker, .address-left1 i.fa.fa-whatsapp, .address-left1 i.fa.fa-mobile {
    color: #ffffff;
    font-size: 18px;
	line-height:26px;
}
.address-right1 {
    float: right;
    width: 90%;
}

.address-right1 p {
    /*margin: 1em 0 0 0;*/
    color: #ffffff;
    font-family: myForthFont;
    font-size: 14px;
	line-height:26px;
}
.loc1 p
{
    /*margin: 1em 0 0 0;*/
    color: #ffffff;
    font-family: myForthFont;
    font-size: 14px;	
	line-height:26px;
}
.address-grid1:nth-child(2) {
    margin: 0.7em 0;
}
.address-grid1:nth-child(3) {
    margin: 0.7em 0;
}
.address-right1 p a {
    color: #ffffff;
    font-family: myForthFont;
    font-size: 14px;
    text-decoration: none;
	line-height: 26px;
}
.address-right1 p a:hover {
    color: #ffffff;
    font-family: myForthFont;
    font-size: 14px;
    text-decoration: none;
	line-height: 26px;
}
/*//2*/
/*//contact info*/


.foot
{
	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 10px;

}
.foot-content p {
    color: #2c2c2c;
    font-size: 14px;
    font-family: myThirdFont;
    line-height: 28px;
}
.foot-content a
{
	color: #6cad2a;
	font-size: 14px;
	font-family: myThirdFont;
}
.foot-content a:hover
{
	color: #6cad2a;
	font-size: 14px;
	font-family: myThirdFont;
	text-decoration: none;
}
/*//footer*/

@media only screen and (max-width: 991px){
.slider, .slider > div {
    background-position: center center;
    display: block;
    width: 100%;
    height: 370px;
    /* height: 100vh; */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}
.slide-cap h2 {
    position: absolute;
    top: 110px;
    width: 100%;
    color: #084b08;
    font-size: 28px;
    font-family: myFirstFont;
    line-height: 50px;
    left: 35px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 9px rgb(255 255 255);
}
.about-dtl
{
	margin-top: 30px;
}

.foot-img {
    padding-top: 0px;
	padding-bottom: 30px;
}
.foot-dt
{
	padding-bottom: 30px;
}
.foot-dt1
{
	padding-bottom: 30px;
}

.foot-dtl .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.foot-dtl
{
	margin-bottom: 30px;
}
.global-with-dtl h2
{
    margin-top: 20px;
}
}
@media (min-width: 1136px) and (max-width: 1240px) {
.navbar-nav li {
	/*text-transform:uppercase;*/
	color: #000000 !important;
	font-family: mySecondFont !important;
	font-size:16px !important;
	padding-left: 24px;
}
}
@media (min-width: 992px) and (max-width: 1239px) {
.radio-left {
    float: left;
    width: 46%;
}
.radio-right {
    float: right;
    width: 52%;
}
.radio-left1 {
    float: left;
}

#register label {
    font-family: myForthFont;
    font-size: 13px;
    color: #585858;
    font-weight: unset;
}
.reg2 input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 6px;
    background-color: #ffffff;
    border-radius: 50%;
}
}
@media (min-width: 992px) and (max-width: 1135px) {
.navbar-nav li {
	/*text-transform:uppercase;*/
	color: #000000 !important;
	font-family: mySecondFont !important;
	font-size:14px !important;
	padding-left: 25px;
}
.navbar-nav li a {
	/*text-transform:uppercase;*/
	color: #000000 !important;
	font-family: mySecondFont !important;
	font-size:14px !important;
	/*margin-bottom: 10px;*/
	outline:none !important;
}
.navbar-nav li a:hover {
	/*text-transform:uppercase;*/
	color: #349B34 !important;
	font-family: mySecondFont !important;
	font-size:14px !important;
	outline:none !important;
	
}
}
@media (min-width: 768px) and (max-width: 991px) {
.logobox {
    position: absolute;
    top: 0px;
    height: 132px;
    width: 110px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 16%);
}
.logo {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 8px;
}
.navbar-brand {
    float: left;
    height: 61px;
    padding: 0px !important;
    font-size: 18px;
    line-height: 20px;
}
.navbar-nav li a {
	/*text-transform:uppercase;*/
	color: #000000 !important;
	font-family: mySecondFont !important;
	font-size: 14px !important;
	/*margin-bottom: 10px;*/
	outline:none !important;
}
.navbar-nav li a:hover {
	/*text-transform:uppercase;*/
	color: #349B34 !important;
	font-family: mySecondFont !important;
	font-size:14px !important;
	outline:none !important;
	
}
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000000 !important;
    font-family: mySecondFont !important;
    font-size: 16px !important;
    padding-left: 20px;
}
.about-img img
{
	padding-top: 165px;
}
.services-img img
{
	padding-top: 190px;
}
.magnific-img img {
    /* width: 100%; */
    height: auto;
    width: 235px;
}
.radio-left1 {
    float: left;
    width: 50%;
}
.radio-right1 {
    float: right;
    width: 50%;
}
}
@media (min-width: 1136px) and (max-width: 1199px) {
.navbar-nav li a {
    /* text-transform: uppercase; */
    color: #000000 !important;
    font-family: mySecondFont !important;
    font-size: 14px !important;
    /* margin-bottom: 10px; */
    outline: none !important;
}
}
@media (min-width: 840px) and (max-width: 991px) {
.mycnt
{
    width: 840px;
}    
}
@media (min-width: 768px) and (max-width: 840px) {
.mycnt
{
    width: 770px;
}  
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #000000 !important;
    font-family: mySecondFont !important;
    font-size: 13px !important;
    padding-left: 17px;
}
.navbar-nav li a {
    /* text-transform: uppercase; */
    color: #000000 !important;
    font-family: mySecondFont !important;
    font-size: 13px !important;
    /* margin-bottom: 10px; */
    outline: none !important;
}
}
@media only screen and (max-width: 767px){
.navbar-nav {
	float: unset;
	text-align: center;
}
.header-top {
    background: #60a619;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top ul li {
    text-align: right;
    font-family: myForthFont !important;
    font-size: 12px !important;
    border-right: 1px solid #ffffff;
    padding-right: 7px !important;
    padding-left: 0px;
    list-style: none;
    float: left;
    color: #fff;
    /* font-weight: 600; */
}
.img-phn {
    padding-right: 0px;
    width: 14px;
}
.header-top ul li:last-child {
    border-right: 0;
    padding-right: 0px !important;
    padding-left: 7px;
}
.soc-icons1 img
{
	width: 15px;
}
.soc-icons {
    padding-left: 5px;
    padding-right: 2px;
}
.mycnt {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}
.logobox {
    position: absolute;
    top: 30px;
    height: 75px;
    width: 210px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 16%);
    left: 35px;
}
.logo {
    position: absolute !important;
    z-index: 2;
    top: -5px;
    left: 0px;
    padding: 13px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
	margin-right: -505px;
}
.info-c {
    padding-right: 15px;
}
.navbar-nav li {
    /* text-transform: uppercase; */
    color: #001E15 !important;
    font-family: myForthFont !important;
    font-size: 16px !important;
    padding-left: 0px;
}
.tabs
{
	margin-top: 40px;
	left: -15px;
}
.banner {
    margin-top: 107px !important;
}
.page-cover {
    margin-top: 107px;
}
.register::after {
	display: none;
}
.about-us-dtl .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.radio-left {
    float: left;
    width: 30%;
}
.radio-right {
    float: right;
    width: 70%;
}
.radio-left1 {
    float: left;
    width: 30%;
}
.radio-right1 {
    float: right;
    width: 70%;
}
#partner select {
    color: #585858 !important;
	font-family: myForthFont;
    font-size: 14px;
	-webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: url(../images/down.png) 96% / 3% no-repeat #ffffff !important;
}
}
@media only screen and (max-width: 700px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -438px;
}
}
@media only screen and (max-width: 640px){
.about-dtl .list-items li {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -378px;
}
}
@media only screen and (max-width: 600px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -338px;
}
}
@media only screen and (max-width: 540px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -278px;
}
}
@media only screen and (max-width: 493px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -230px;
}
}
@media only screen and (max-width: 468px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -205px;
}
}
@media only screen and (max-width: 460px){
.radio-left {
    float: left;
    width: 47%;
}
.radio-right {
    float: right;
    width: 53%;
}
.radio-left1 {
    float: left;
    width: 47%;
}
.radio-right1 {
    float: right;
    width: 53%;
}
#register label {
    font-family: myForthFont;
    font-size: 13px;
    color: #585858;
    font-weight: unset;
}
}
@media only screen and (max-width: 425px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -160px;
}
}
@media only screen and (max-width: 412px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -128px;
}
}
@media only screen and (max-width: 375px){
.heading-txt h2::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 300px;
    border-top: 3px solid #ffffff;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -98px;
}
.form__label-radio {
    font-family: myThirdFont !important;
    color: #010100 !important;
    font-size: 16px !important;
    cursor: pointer;
    position: relative;
    padding-left: 0.5rem !important;
}
}
@media only screen and (max-width: 360px){
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
    margin-right: -98px;
}
}
@media (min-width: 320px) and (max-width: 840px) {
.products-display-dtl h2:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 90%;
    background-color: #555555;
    bottom: 0px;
}
}
@media only screen and (max-width: 320px){
.header-top {
    background: #60a619;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top ul li {
    text-align: right;
    font-family: myForthFont !important;
    font-size: 12px !important;
    border-right: 1px solid #ffffff;
    padding-right: 7px !important;
    padding-left: 0px;
    list-style: none;
    float: left;
    color: #fff;
    /* font-weight: 600; */
}
.img-phn {
    padding-right: 0px;
    width: 14px;
}
.header-top ul li:last-child {
    border-right: 0;
    padding-right: 0px !important;
    padding-left: 7px;
}
.soc-icons1 img
{
	width: 15px;
}
.soc-icons {
    padding-left: 5px;
    padding-right: 2px;
}
.mycnt {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #ffffff;
}
.logobox {
    position: absolute;
    top: 30px;
    height: 75px;
    width: 190px;
    background: #ffffff;
    box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 16%);
    left: 35px;
}
.logo {
    position: absolute !important;
    z-index: 2;
    top: -5px;
    left: 0px;
    padding: 13px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-bottom: 8px;
    background-color: #60a619;
    background-image: none;
    border: 1px solid #60a619;
    border-radius: 1px;
	margin-right: -75px;
}

}