/* variables end */
/* @font-face {
  font-family: "SFProDisplay";
  src: url("../../assets/fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../../assets/fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../../assets/fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../../assets/fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../../assets/fonts/SFProDisplay-Heavy.woff2") format("woff2"), url("../../assets/fonts/SFProDisplay-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../../assets/fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../../assets/fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("../../assets/fonts/SFProDisplay-Semibold.woff2") format("woff2"), url("../../assets/fonts/SFProDisplay-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} */
@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../../assets/fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../../assets/fonts/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../../assets/fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('../../assets/fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../../assets/fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('../../assets/fonts/PlusJakartaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../../assets/fonts/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../../assets/fonts/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../../assets/fonts/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../../assets/fonts/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../../assets/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PlusJakartaSans';
    src: url('../../assets/fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../../assets/fonts/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
/*   font-family: "Plus Jakarta Sans", sans-serif; */
  font-family: "PlusJakartaSans", sans-serif;
  color: #000000;
  letter-spacing: normal;
}

* {
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.gw-img {
  overflow: hidden;
  display: flex;
}
.gw-img img {
  width: 100%;
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

ul:not(.default) li {
  list-style: none;
}

.slick-same-height .slick-track {
  display: flex;
}
.slick-same-height .slick-track .slick-slide {
  height: inherit;
}

.ses-container {
  margin: auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (min-width: 1501px) {
  .ses-container {
    max-width: 1406px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-container {
    max-width: 93.733vw;
    padding: 0 1.333vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-container {
    max-width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .ses-container {
    max-width: 540px;
  }
}
@media screen and (max-width: 575px) {
  .ses-container {
    max-width: 100%;
  }
  .ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
   min-width: 38.236vw !important;
  }
}

@media screen and (max-width: 380px) {
	    .ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
        min-width: 44.236vw !important;
    }
}

@media screen and (max-width: 350px) {
	    .ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
        min-width: 51.236vw !important;
    }
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

a, button {
  transition: 0.4s all;
  text-decoration: none;
}

.d-block {
  display: block;
}
@media screen and (max-width: 991px) {
  .d-block {
    display: none;
  }
}

.d-none {
  display: none;
}
@media screen and (max-width: 991px) {
  .d-none {
    display: block;
  }
}

.ratio {
  overflow: hidden;
  position: relative;
}
.ratio > img,
.ratio > video,
.ratio > iframe {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  object-position: center;
}

.ratio-1x1 {
  padding-top: 100%;
}

.ratio-4x3 {
  padding-top: 75%;
}

.ratio-16x9 {
  padding-top: 56.55%;
}

.ratio-3x2 {
  padding-top: 66.6667%;
}

.ratio-5x4 {
  padding-top: 80%;
}

.ratio-3x1 {
  padding-top: 33.33%;
}

.ratio-21x9 {
  padding-top: 42.857%;
}

.ratio-9x16 {
  padding-top: 115%;
}

.ses-heading {
  /* H1 */
  margin: 0;
  font-weight: 600;
}
.ses-heading--main {
  font-size: 64px;
  line-height: 1.06;
}
.ses-heading--primary {
  font-size: 38px;
  line-height: 1.13;
}
.ses-heading--tertiary {
  font-size: 31px;
  line-height: 1.16;
}
.ses-heading--quaternary {
  font-size: 24px;
  line-height: 1.12;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-heading--main {
    font-size: 4.267vw;
  }
  .ses-heading--primary {
    font-size: 2.533vw;
  }
  .ses-heading--tertiary {
    font-size: 2.067vw;
  }
  .ses-heading--quaternary {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-heading--main {
    font-size: 36px;
  }
  .ses-heading--primary {
    font-size: 28px;
  }
  .ses-heading--tertiary {
    font-size: 28px;
  }
  .ses-heading--quaternary {
    font-size: 21px;
  }
}

.ses-text {
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
}
.ses-text--primary {
  font-size: 17px;
}
.ses-text--secondary {
  font-size: 16px;
}
.ses-text--tertiary {
  font-size: 13px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-text--primary {
    font-size: 1.133vw;
  }
  .ses-text--secondary {
    font-size: 1.067vw;
  }
  .ses-text--tertiary {
    font-size: 0.867vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-text--primary {
    font-size: 16px;
  }
  .ses-text--secondary {
    font-size: 14px;
  }
  .ses-text--large {
    font-size: 12px;
  }
}

.ses-subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 2.56px;
  margin: 0;
  font-style: normal;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-subtitle {
    font-size: 1.067vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-subtitle {
    font-size: 13px;
  }
}

.font-heave {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-reg {
  font-weight: 400;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

@media (min-width: 1200px) {
  .ta-xl-center {
    text-align: center;
  }
  .ta-xl-left {
    text-align: left;
  }
  .ta-xl-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .ta-lg-center {
    text-align: center;
  }
  .ta-lg-left {
    text-align: left;
  }
  .ta-lg-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .ta-md-center {
    text-align: center;
  }
  .ta-md-left {
    text-align: left;
  }
  .ta-md-right {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 100px;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2.24px;
  padding: 17px 19px 16px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .btn {
    font-size: 0.933vw;
    letter-spacing: 0.149vw;
    padding: 1.133vw 1.267vw 1.067vw;
  }
}
@media screen and (max-width: 991px) {
  .btn {
    font-size: 12px;
    letter-spacing: 1.92px;
    padding: 14px 17px 14px;
  }
}
.btn--greenGradient {
/*   background: -moz-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: -webkit-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#559541",endColorstr="#b5c74a",GradientType=1); */
	background: #205658;
  color: #ffffff;
  font-weight: 900;
}
.btn--greenGradient:hover {
/*   box-shadow: 0 0 22px rgb(169, 193, 73); */
	box-shadow: 0 0 22px  #205658;
}
.btn--black {
  background-color: #202020;
  color: #ffffff;
  font-weight: 600;
}
.btn--black:hover {
  box-shadow: 0 0 22px rgb(0, 0, 0);
}
.btn--white {
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
}
.btn--white:hover {
  box-shadow: 0 0 22px rgb(255, 255, 255);
}
.btn--grey {
  background-color: #dcdcdc;
  color: #000000;
  font-weight: 700;
}
.btn--grey:hover {
  box-shadow: 0 0 22px rgb(255, 255, 255);
}

.contact-box .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.contact-box .item .icon-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 100%;
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contact-box .item .icon-box {
    width: 3.2vw;
    min-width: 3.2vw;
    height: 3.2vw;
    margin-right: 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .item .icon-box {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-right: 6px;
  }
}
.contact-box .item .icon-box svg  {
  width: 21px;
  height: 21px;
}
.ses-header__nav .sidebar-nav .innerWrap .contact-box svg path{
  fill: #50863a;
} 
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
	display: none;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item.menu-item-has-children:hover .sub-menu {
	display: block;
	transition: all 0.5s ease-in-out;
}
/* .ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}

.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item.menu-item-has-children:hover .sub-menu {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
} */

.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item.menu-item-has-children {
	position: relative;
	padding-bottom: 20px;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
	position: absolute;
	min-width: 200px;
	background-color: #ffffff;
	border-radius: 27px;
	left: -30px;
	top: 30px;
	padding: 10px 0px;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu .menu-item a {
	color: #000;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-parent .sub-menu .menu-item a {
	color: #000 !important;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-parent .sub-menu .menu-item a:hover {
	color: #205658 !important;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-parent .sub-menu {
	top: 50px;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu .menu-item {
	text-align: center;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu li {
	display: block;
	padding: 10px 0;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-ancestor.current-menu-parent {
/* 	padding: 20px 24px; */
	padding: 17px 19px 16px;
	background: #205658;
	border-radius: 100px;
	line-height: 0.1;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-ancestor.current-menu-parent:hover a{
	color: #fff;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-ancestor.current-menu-parent .sub-menu a:hover{
	box-shadow: none;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu li:last-child a {
	background: none;
	padding: 0;
	box-shadow: none;
	text-transform: capitalize;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-ancestor.current-menu-parent .sub-menu {
	padding-top: 15px;
}
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu li:hover a {
	color: #205658;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
	.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
		padding: 0.667vw 0vw;
	}
	.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu li {
	padding: 0.667vw 0;
}
	    .ses-header__nav .sidebar-nav .innerWrap .nav li.current-menu-parent {
        padding: 1.333vw 1.6vw !important;
    }
}
@media (max-width: 768px) {
.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
	position: unset;
/* 	min-width: 205px; */
	min-width: 20.236vw;
}
	.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu li {
		margin-bottom: 0;
	}
	.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-ancestor.current-menu-parent {
	padding: 0px;
	background: transparent;
	border-radius: 0px;
}
		.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu {
		background-color: transparent;
	}
	.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu .menu-item {
		text-align: start;
	}
	.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item.menu-item-has-children {
		padding-bottom: 0px;
	}
	.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu .menu-item a {
		color: #fff;
	}
	.ses-header__nav .sidebar-nav .innerWrap .nav .menu-item .sub-menu li:last-child a {
		text-transform: capitalize;
	}
.ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-parent .sub-menu .menu-item a {
	color: #fff !important;
}
/* .ses-header__nav .sidebar-nav .innerWrap .nav .current-menu-parent .sub-menu .menu-item a:hover {
	color: #205658 !important;
} */
	.ses-header__nav .sidebar-nav .innerWrap .nav li a:hover {
		color: #fff !important;
	}
}
.contact-box .item .icon-box svg path {
  fill: #fff;
  transition: 0.4s all ease-in-out;
}
.contact-box .item:hover svg path {
  fill: #000;
}
.hp-banner .contact-box .item:hover .icon-box{
  background: #fff;
}
.inner-banner .contact-box .item:hover .icon-box{
  background: #fff;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contact-box .item .icon-box svg {
    width: 1.4vw;
    height: 1.4vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .item .icon-box svg {
    width: 14px;
  }
}
.contact-box .item p {
  transition: all 0.3s;
  line-height: 1.1;
  font-weight: 400;
  font-size: 19px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .contact-box .item p {
    font-size: 1.267vw;
  }
}
@media screen and (max-width: 991px) {
  .contact-box .item p {
    font-size: 12px;
  }
}
.contact-box .item p b {
  font-weight: 600;
}
/* .contact-box .item:hover p {
  color: #5b9842 !important;
} */

/* Blog Post Card */
.blog-post {
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-post {
    border-radius: 1.867vw;
  }
}
.blog-post__media:after {
  content: "";
  position: absolute;
  width: 98%;
  height: 90%;
  border-radius: 100%;
/*   background-color: #559541; */
  background-color: #194244;
  bottom: -25%;
  left: -5%;
  filter: blur(160px);
}
.blog-post__media figure {
  position: relative;
/*   background-color: #b5c74a; */
  background-color: #194244;
  padding-bottom: 109%;
}
.blog-post__media figure img {
  position: absolute;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-post__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  padding: 29px 33px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-post__content {
    padding: 1.933vw 2.2vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-post__content {
    padding: 17px 19px;
  }
}
.blog-post__content .ses-text {
  margin-top: 6px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-post__content .ses-text {
    margin-top: 0.4vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-post__content .ses-text {
    margin-top: 0;
  }
}
.blog-post__content .btn {
  margin-top: 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .blog-post__content .btn {
    margin-top: 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .blog-post__content .btn {
    margin-top: 8px;
  }
}
.blog-post:hover {
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.1607843137);
  transform: scale3d(1.01, 1.01, 1.01);
}

.accordion__card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #396228;
  padding: 0 5px;
}
.accordion__card:last-child {
  border-bottom: 0;
}
.accordion__card .heading {
  color: #f8f8f8;
  font-weight: 500;
  line-height: 1.2;
  font-size: 16px;
  padding: 5px 0;
  width: auto;
  max-width: calc(100% - 30px);
}
.accordion__card .accordion-btn {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.accordion__card .accordion-btn span {
  display: block;
  background-color: #ffffff;
  width: 10px;
  height: 1px;
}
.accordion__card .accordion-btn span:nth-child(2) {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  transform: translateY(-50%) rotate(90deg);
}
.accordion__card .accordion-btn.active span:nth-child(2) {
  transform: translateY(-50%) rotate(0deg);
}
.accordion__card .body {
  width: 100%;
  display: none;
  padding: 10px 0 20px;
}

.sticky-contact-box {
  display: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px 20px;
  position: sticky;
  z-index: 8;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sticky-contact-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.sticky-contact-box .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: -moz-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: -webkit-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#559541",endColorstr="#b5c74a",GradientType=1);
  width: 49%;
  max-width: 170px;
  padding: 8px 20px;
  border-radius: 14px;
  transition: all 0.3s;
  box-shadow: 0 0 22px rgb(169, 193, 73);
}
.sticky-contact-box .item .icon-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 100%;
  margin-right: 8px;
}
.sticky-contact-box .item .icon-box svg {
  width: 15px;
  height: 15px;
}
.sticky-contact-box .item .icon-box svg path{
  fill: #fff;
}
.sticky-contact-box .item p {
  line-height: 1.1;
  font-weight: 400;
  color: #f8f8f8;
  font-size: 12px;
}
.sticky-contact-box .item p b {
  font-weight: 600;
}
.sticky-contact-box .item:hover {
  box-shadow: unset;
}

/* Header Start Here */
.ses-header {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 0;
  left: 0;
  padding: 26px 0 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header {
    padding: 1.733vw 0 0;
  }
}
@media screen and (max-width: 991px) {
  .ses-header {
    padding: 24px 0 0;
  }
}
@media screen and (min-width: 1501px) {
  .ses-header__info-bar .ses-container {
    max-width: 1460px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__info-bar .ses-container {
    max-width: 97.333vw;
  }
}
.ses-header__info-bar .innerWrap {
/*   background: -moz-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: -webkit-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  background: linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#559541",endColorstr="#b5c74a",GradientType=1); */
  background: #205658;
  border-radius: 100px;
  padding: 20px 41px 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__info-bar .innerWrap {
    padding: 1.333vw 2.733vw 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__info-bar .innerWrap {
    padding: 10px;
  }
}
.ses-header__info-bar .innerWrap ul {
  text-align: right;
  line-height: 0;
}
@media screen and (max-width: 991px) {
  .ses-header__info-bar .innerWrap ul {
    text-align: center;
  }
}
.ses-header__info-bar .innerWrap ul li {
  display: inline-block;
  line-height: 0;
  padding: 0 7px;
  border-right: 2px solid #ffffff;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__info-bar .innerWrap ul li {
    padding: 0 0.467vw;
    border-width: 0.133vw;
  }
}
.ses-header__info-bar .innerWrap ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
.ses-header__info-bar .innerWrap ul li a, .ses-header__info-bar .innerWrap ul li span {
  transition: all 0.3s;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 2.24px;
}
.ses-header__info-bar .innerWrap ul li:last-child a {
  font-weight: 700;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__info-bar .innerWrap ul li a, .ses-header__info-bar .innerWrap ul li span {
    font-size: 0.933vw;
    letter-spacing: 0.149vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__info-bar .innerWrap ul li a, .ses-header__info-bar .innerWrap ul li span {
    font-size: 12px;
    letter-spacing: 1.92px;
  }
}
.ses-header__info-bar .innerWrap ul li a:hover, .ses-header__info-bar .innerWrap ul li span:hover {
  opacity: 0.8;
}
.ses-header__nav {
  margin-top: 31px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__nav {
    margin-top: 2.067vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__nav {
    margin-top: 25px;
  }
}
.ses-header__nav .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 991px) {
  .ses-header__nav .row::after {
    content: "";
    position: relative;
    width: 19px;
  }
}
.ses-header__nav .hamburg-menu {
  display: none;
}
@media screen and (max-width: 991px) {
  .ses-header__nav .hamburg-menu {
    display: block;
  }
}
.ses-header__nav .hamburg-menu .menu-btn {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  width: 19px;
}
.ses-header__nav .logo {
  width: 100%;
/*   max-width: 141px; */
  max-width: 183px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__nav .logo {
    max-width: 9.4vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__nav .logo {
    max-width: 134px;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: relative;
/*     background: -moz-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
    background: -webkit-linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
    background: linear-gradient(90deg, rgb(85, 149, 65) 0%, rgb(181, 199, 74) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#559541",endColorstr="#b5c74a",GradientType=1); */
	  background: #205658;
    width: 100%;
    max-width: 250px;
    height: 100%;
    padding: 50px 0 44px 42px;
    position: relative;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    left: -100%;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .close-sidebar {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap .close-sidebar {
    display: flex;
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: none;
    justify-content: center;
    align-items: center;
    right: -48px;
    top: 127px;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .close-sidebar img {
  width: 11px;
}
.ses-header__nav .sidebar-nav .innerWrap .logo {
  display: none;
  margin-bottom: 37px;
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap .logo {
    padding-right: 42px;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap .nav {
    flex-grow: 1;
    overflow: auto;
    padding-right: 42px;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .nav li {
  display: inline-block;
  padding: 0 23px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__nav .sidebar-nav .innerWrap .nav li {
    padding: 0 1.533vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap .nav li {
    display: block;
    padding: 0;
    margin-bottom: 37px;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .nav li:last-child {
  padding-right: 0;
}
.ses-header__nav .sidebar-nav .innerWrap .nav li a {
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 2.56px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__nav .sidebar-nav .innerWrap .nav li a {
    font-size: 1.067vw;
    letter-spacing: 0.171vw;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .nav li a:hover {
/*   color: #5b9842; */
	color:  #205658;
}
.ses-header__nav .sidebar-nav .innerWrap .nav li .btn {
  padding: 20px 24px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .ses-header__nav .sidebar-nav .innerWrap .nav li .btn {
    padding: 1.333vw 1.6vw;
  }
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap .nav li .btn {
    padding: 0;
    background: unset;
    font-weight: 600;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .nav li .btn:hover {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap .nav li .btn:hover {
    box-shadow: none;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .contact-box {
  padding: 20px 0 0;
  display: none;
}
@media screen and (max-width: 991px) {
  .ses-header__nav .sidebar-nav .innerWrap .contact-box {
    display: block;
    padding-right: 42px;
  }
}
.ses-header__nav .sidebar-nav .innerWrap .contact-box .item {
  margin-bottom: 11px;
}
.ses-header__nav .sidebar-nav .innerWrap .contact-box .item:last-child {
  margin-bottom: 0;
}
.ses-header__nav .sidebar-nav .innerWrap .contact-box .item .icon-box {
  background-color: #fff;
}
.ses-header__nav .sidebar-nav .innerWrap .contact-box .item p {
  color: #ffffff;
}

/* Header End Here */
body.open-sidebar {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
body.open-sidebar .sidebar-nav {
  opacity: 1;
  visibility: visible;
}
body.open-sidebar .sidebar-nav .innerWrap {
  opacity: 1;
  visibility: visible;
  left: 0;
}

/* Footer */
.footer {
/*   background-color: #5b9842; */
  background-color: #205658;
  padding: 100px 0;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer {
    padding: 6.667vw 0;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding: 37px 0 36px;
  }
}
.footer .row {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 991px) {
  .footer .row {
    flex-direction: column;
  }
}
.footer__logo {
  width: 100%;
  max-width: 165px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__logo {
    max-width: 11vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo {
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 25px;
  }
}
.footer__logo .logo {
  display: block;
}
@media screen and (max-width: 991px) {
  .footer__logo .logo {
    width: 100%;
    max-width: 102px;
  }
}
.footer__logo .social-icon {
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__logo .social-icon {
    margin-top: 1.2vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo .social-icon {
    margin-top: 0;
  }
}
.footer__logo .social-icon li {
  display: inline-block;
  line-height: 0;
  margin: 0 3px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__logo .social-icon li {
    margin: 0 0.2vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo .social-icon li {
    margin: 0 0 0 3px;
  }
}
.footer__logo .social-icon li a {
  display: inline-block;
  width: 100%;
  max-width: 28px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__logo .social-icon li a {
    max-width: 1.867vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo .social-icon li a {
    max-width: 19px;
  }
}
.footer__links {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  max-width: 901px;
  margin: 0 -10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links {
    max-width: 60.067vw;
    margin: 0 -0.667vw;
  }
}
.footer__links.d-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 991px) {
  .footer__links.d-block {
    display: none;
  }
}
.footer__links.d-none {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer__links.d-none {
    display: block;
  }
}
.footer__links .items {
  max-width: 26%;
  padding: 0 10px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links .items {
    padding: 0 0.667vw;
  }
}
.footer__links .links li {
  line-height: 0;
  margin-bottom: 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links .links li {
    margin-bottom: 0.6vw;
  }
}
.footer__links .links li:last-child {
  margin-bottom: 0;
}
.footer__links .links li a {
  transition: all 0.3s;
  display: inline-block;
  color: #f8f8f8;
  font-weight: 500;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links .links li a {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__links .links li a {
    font-size: 14px;
  }
}
.footer__links .links li a:hover {
  opacity: 0.8;
}
.footer__links .contact-box label {
  display: block;
  color: #f8f8f8;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links .contact-box label {
    font-size: 1.2vw;
    margin-bottom: 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__links .contact-box label {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px;
  }
}
.footer__links .contact-box a {
  transition: all 0.3s;
  display: inline-block;
  color: #f8f8f8;
  font-weight: 500;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links .contact-box a {
    font-size: 1.2vw;
    margin-bottom: 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__links .contact-box a {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.footer__links .contact-box a:last-of-type {
  margin-bottom: 0;
}
.footer__links .contact-box a:hover {
  opacity: 0.8;
}
.footer__links label {
  display: block;
  color: #f8f8f8;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  margin-bottom: 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links label {
    font-size: 1.2vw;
    margin-bottom: 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__links label {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 2px;
  }
}
.footer__links label:first-of-type {
  margin-top: 0;
}
.footer__links address {
  display: inline-block;
  color: #f8f8f8;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  top: -5px;
  font-size: 18px;
  margin-bottom: 9px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .footer__links address {
    top: -0.333vw;
    font-size: 1.2vw;
    margin-bottom: 0.6vw;
  }
}
@media screen and (max-width: 991px) {
  .footer__links address {
    font-size: 14px;
    top: 0;
    line-height: 1.2;
  }
}
.footer__links address:last-of-type {
  margin-bottom: 0;
}

.copyright {
  background-color: #202020;
  padding: 38px 42px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .copyright {
    padding: 2.533vw 2.8vw;
  }
}
@media screen and (max-width: 991px) {
  .copyright {
    padding: 23px 0 20px;
  }
}
.copyright__content {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .copyright__content {
    text-align: left;
  }
}
.copyright__content p {
  color: #f8f8f8;
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .copyright__content p {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 991px) {
  .copyright__content p {
    font-size: 12px;
    line-height: 1.5;
  }
}
.copyright__content p a {
  transition: all 0.3s;
}
.copyright__content p a:hover {
  opacity: 0.8;
}

/* Newsletter Section */
.newsletter {
  padding: 84px 0 78px;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  .newsletter {
    padding: 5.6vw 0 5.2vw;
  }
}
@media screen and (max-width: 991px) {
  .newsletter {
    padding: 31px 0 38px;
  }
}
.newsletter .row {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.newsletter__head {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .newsletter__head {
    width: 100%;
  }
}
.newsletter__form {
  width: 40%;
}
@media screen and (max-width: 991px) {
  .newsletter__form {
    width: 100%;
    margin-top: 15px;
  }
}
.newsletter--green-bg {
/*   background-color: #5b9842; */
    background-color: #205658;
}
.newsletter--green-bg .newsletter__head {
  color: #f8f8f8;
}
.newsletter--grey-bg {
  background-color: #f2f2f2;
}
.newsletter--grey-bg .newsletter__head {
  color: #000000;
}