/* font family
	============================================================================================ */
/* color variables
	============================================================================================ */
/* google fonts
	============================================================================================ */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700');
/* mixin start
	============================================================================================ */
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* mixin end
	============================================================================================ */
/* global style start
	============================================================================================ */
body {
  color: #737373;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  position: relative;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #124a2f;
  line-height: 1.25;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 35px;
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}

h2,
.h2 {
  font-size: 26px;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3 {
  font-size: 20px;
}

.gradient,
.hero-banner-bg::after,
.priceTable-bg::after,
.button {
  background: -webkit-linear-gradient(to right, #124a2f 0%, #508509 100%);
  background: -moz-linear-gradient(to right, #124a2f 0%, #508509 100%);
  background: -o-linear-gradient(to right, #124a2f 0%, #508509 100%);
  background: linear-gradient(to right, #124a2f 0%, #508509 100%);
}

.bg-gray {
  background: #f9f9ff;
}

.section-margin {
  margin: 65px 0;
}
@media (min-width: 992px) {
  .section-margin {
    margin: 85px 0;
  }
}
@media (min-width: 1200px) {
  .section-margin {
    margin: 130px 0;
  }
}

.section-padding {
  padding: 65px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 85px 0;
  }
}
@media (min-width: 1200px) {
  .section-padding {
    padding: 130px 0;
  }
}

/* global style end
	============================================================================================ */
/* header style start
  ============================================================================================ */
.header_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header_area .navbar-brand {
  margin-right: 30px;
  padding: 0;
}
.header_area .navbar-social {
  min-width: 95px;
  float: right;
}
.header_area .navbar-social li {
  margin-right: 12px;
}
.header_area .navbar-social li i,
.header_area .navbar-social li span {
  font-size: 13px;
}
.header_area .navbar-social li:last-child {
  margin-right: 0;
}
.header_area .navbar-social li a:hover i,
.header_area .navbar-social li span {
  color: #124a2f;
}
.header_area .menu_nav {
  width: 100%;
}
.header_area .navbar {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.header_area .navbar .nav-right {
  min-width: 315px;
}
.header_area .navbar .nav .nav-item {
  margin-right: 50px;
}
.header_area .navbar .nav .nav-item .nav-link {
  font-family: 'Roboto', sans-serif;
  color: #124a2f;
  text-transform: capitalize;
  font-weight: 400;
  padding: 25px 0;
  display: inline-block;
}
.header_area .navbar .nav .nav-item .nav-link.cta {
  padding: 20px 0;
}
.header_area .navbar .nav .nav-item .nav-link.cta a {
  background-color: #508217;
  color: white;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 50px;
  font-size: 14px;
}
.header_area .navbar .nav .nav-item .nav-link.cta a:hover {
  background-color: #124a2f;
}
.header_area .navbar .nav .nav-item .nav-link:after {
  display: none;
}
.header_area .navbar .nav .nav-item .nav-link:hover,
.header_area .navbar .nav .nav-item .nav-link.active {
  opacity: 1;
  position: relative;
}
.header_area .navbar .nav .nav-item .nav-link:not(.cta):hover::after,
.header_area .navbar .nav .nav-item .nav-link:not(.cta).active::after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #124a2f;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}
.header_area .navbar .nav .nav-item.submenu {
  position: relative;
}
.header_area .navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin: 0px;
  background: #fff;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 120%;
    left: 0px;
    min-width: 200px;
    text-align: left;
    opacity: 0;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
  }
}
.header_area .navbar .nav .nav-item.submenu ul:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  transition: all 400ms linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #ededed;
  margin-left: 0px;
  transition: all 0.4s linear;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #124a2f !important;
  padding: 0px 30px;
  transition: all 150ms linear;
  display: block;
  margin-right: 0px;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link::after {
  display: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}
.header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background-color: #124a2f;
  color: #fff !important;
}
@media (min-width: 992px) {
  .header_area .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}
.header_area .navbar .nav .nav-item:last-child {
  margin-right: 0px;
}
.header_area .navbar .search {
  font-size: 12px;
  line-height: 60px;
  display: inline-block;
  margin-left: 80px;
}
.header_area .navbar .search i {
  font-weight: 600;
}
.header_area.navbar_fixed .main_menu {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background-color: white;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
  line-height: 20px;
}
@media (min-width: 992px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: none;
  }
  .header_area.white_menu .navbar .navbar-brand img + img {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .header_area.white_menu .navbar .navbar-brand img {
    display: inline-block;
  }
  .header_area.white_menu .navbar .navbar-brand img + img {
    display: none;
  }
}
.header_area.white_menu .navbar .nav .nav-item .nav-link {
  color: #fff;
}
.header_area.white_menu.navbar_fixed .main_menu .navbar .navbar-brand img {
  display: inline-block;
}
.header_area.white_menu.navbar_fixed
  .main_menu
  .navbar
  .navbar-brand
  img
  + img {
  display: none;
}
.header_area.white_menu.navbar_fixed
  .main_menu
  .navbar
  .nav
  .nav-item
  .nav-link {
  line-height: 70px;
}

.top_menu {
  background: #ec9d5f;
}
.top_menu .float-left a {
  line-height: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.top_menu .float-left a:last-child {
  margin-right: 0px;
}
.top_menu .float-right .pur_btn {
  color: #fff;
  line-height: 40px;
  display: block;
  padding: 0px 40px;
  font-weight: 500;
  font-size: 12px;
}

/* header style end
	============================================================================================ */
@media (max-width: 1619px) {
  /* Main Menu Area css
	============================================================================================ */
  .header_area .navbar .search {
    margin-left: 40px;
  }
  /* End Main Menu Area css
	============================================================================================ */
}

@media (max-width: 1199px) {
  /* Main Menu Area css
	============================================================================================ */
  .header_area .navbar .nav .nav-item {
    margin-right: 28px;
  }
  /* End Main Menu Area css
	============================================================================================ */
  /* Home Banner Area css
	============================================================================================ */
  .home_banner_area .banner_inner {
    padding: 100px 0px;
  }
  /* End Home Banner Area css
	============================================================================================ */
  .header_area .navbar .tickets_btn {
    margin-left: 40px;
  }
  .home_banner_area .banner_inner .banner_content h2 br {
    display: none;
    font-size: 36px;
  }
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  /* Main Menu Area css
	============================================================================================ */
  .navbar-toggler {
    border: none;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 23px;
  }
  .header_area .navbar {
    background: #fff;
  }
  .header_area .navbar .nav-link.active::after,
  .header_area .navbar .nav-link:hover::after {
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .navbar-toggler[aria-expanded='false'] span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler[aria-expanded='true'] span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded='true'] span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 7.5px;
  }
  .navbar-toggler[aria-expanded='true'] span:last-child {
    transform: rotate(45deg);
    bottom: 6px;
    position: relative;
  }
  .navbar-toggler span {
    display: block;
    width: 25px;
    height: 3px;
    background: #124a2f;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
    cursor: pointer;
  }
  .navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav {
    padding: 0px 0px;
  }
  .header_top .nav {
    padding: 0px;
  }
  .header_area .navbar .nav .nav-item .nav-link {
    padding: 12px 0;
    margin-right: 0px;
    display: block;
    border-bottom: 1px solid #ededed33;
    border-radius: 0px;
  }
  .header_area .navbar .search {
    margin-left: 0px;
  }
  .header_area .navbar-collapse {
    max-height: 340px;
    overflow-y: scroll;
  }
  .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
    padding: 0px 15px;
  }
  .header_area .navbar .nav .nav-item {
    margin-right: 0px;
  }
  .home_banner_area .banner_inner .banner_content .banner_map_img {
    display: none;
  }
  .header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
    line-height: 40px;
  }
  .header_area.white_menu.navbar_fixed
    .main_menu
    .navbar
    .nav
    .nav-item
    .nav-link {
    line-height: 40px;
  }
  .header_area.white_menu .navbar .nav .nav-item .nav-link {
    color: #222;
  }
  /* End Main Menu Area css
	============================================================================================ */
  /* Blog page Area css
	============================================================================================ */
  .categories_post img {
    width: 100%;
  }
  .categories_post {
    max-width: 360px;
    margin: 0 auto;
  }
  .blog_categorie_area .col-lg-4 {
    margin-top: 30px;
  }
  .single-post-area .blog_right_sidebar {
    margin-top: 30px;
  }
  /* End Blog page Area css
	============================================================================================ */
  /* Contact Page Area css
	============================================================================================ */
  .contact_info {
    margin-bottom: 50px;
  }
  /* End Contact page Area css
	============================================================================================ */
  .home_banner_area .donation_inner {
    margin-bottom: -30px;
  }
  .home_banner_area .dontation_item {
    max-width: 350px;
    margin: auto;
  }
  /* Footer Area css
	============================================================================================ */
  .footer_area .col-sm-6 {
    margin-bottom: 30px;
  }
  .footer_area .footer_inner {
    margin-bottom: -30px;
  }
  .news_widget {
    padding-left: 0px;
  }
  /* End End Footer Area css
	============================================================================================ */
  .home_banner_area .banner_inner .home_left_img {
    display: none;
  }
  .header_area .navbar .tickets_btn {
    display: none;
  }
  .home_banner_area .banner_inner {
    padding: 70px 0px 100px 0px;
  }
  .left_side_text {
    margin-bottom: 50px;
  }
  .price_item {
    max-width: 360px;
    margin: 0px auto 30px;
  }
  .price_inner {
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .home_banner_area {
    min-height: 500px;
  }
  .home_banner_area .banner_inner {
    min-height: 500px;
  }
  .home_banner_area .banner_inner .banner_content {
    margin-top: 0px;
  }
  /* Blog Page Area css
	============================================================================================ */
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .blog_info.text-right {
    text-align: left !important;
    margin-bottom: 10px;
  }
  /* End Blog Page Area css
	============================================================================================ */
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 30px;
  }
  .home_banner_area .banner_inner .banner_content p br {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h3 span {
    line-height: 45px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  /* Footer Area css
	============================================================================================ */
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .footer-social {
    text-align: center;
    margin-top: 15px;
  }
  /* End End Footer Area css
	============================================================================================ */
  .made_life_inner .nav.nav-tabs li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .made_life_inner .nav.nav-tabs {
    margin-bottom: -15px;
  }
  .made_life_area.made_white .left_side_text {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .top_menu {
    display: none;
  }
  /* Home Banner Area css
	============================================================================================ */
  .home_banner_area .banner_inner .banner_content h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .home_banner_area {
    min-height: 450px;
  }
  .home_banner_area .banner_inner {
    min-height: 450px;
  }
  .blog_banner .banner_inner .blog_b_text {
    margin-top: 0px;
  }
  .home_banner_area .banner_inner .banner_content img {
    display: none;
  }
  .home_banner_area .banner_inner .banner_content h5 {
    margin-top: 0px;
  }
  /* End Home Banner Area css
	============================================================================================ */
  .p_120 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .main_title h2 {
    font-size: 25px;
  }
  /* Elements Area css
	============================================================================================ */
  .sample-text-area {
    padding: 70px 0 70px 0;
  }
  .generic-blockquote {
    padding: 30px 15px 30px 30px;
  }
  /* End Elements Area css
	============================================================================================ */
  /* Blog Page Area css
	============================================================================================ */
  .blog_details h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .blog_banner .banner_inner .blog_b_text h2 {
    font-size: 28px;
    line-height: 38px;
  }
  /* End Blog Page Area css
	============================================================================================ */
  /* End End Footer Area css
	============================================================================================ */
  .pad_top {
    padding-top: 70px;
  }
  .pad_btm {
    padding-bottom: 70px;
  }
}

@media (max-width: 480px) {
  /* Main Menu Area css
	============================================================================================ */
  .header_area .navbar-collapse {
    max-height: 250px;
  }
  /* End Main Menu Area css
	============================================================================================ */
  /* Home Banner Area css
	============================================================================================ */
  .home_banner_area .banner_inner .banner_content {
    padding: 30px 15px;
    margin-top: 0px;
  }
  .banner_content .white_btn {
    display: block;
  }
  .home_banner_area .banner_inner .banner_content h3 {
    font-size: 24px;
  }
  /* End Home Banner Area css
	============================================================================================ */
  .banner_area .banner_inner .banner_content h2 {
    font-size: 32px;
  }
  /* Blog Page Area css
	============================================================================================ */
  .comments-area .thumb {
    margin-right: 10px;
  }
  /* End Blog Page Area css
	============================================================================================ */
  .testi_item .media .d-flex {
    padding-right: 0px;
  }
  .testi_item .media .d-flex img {
    width: auto;
    margin-bottom: 15px;
  }
  .testi_item .media {
    display: block;
  }
  .banner_btn {
    margin-bottom: 20px;
  }
}

/* Banner style start
  ============================================================================================ */
.hero-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner-bg {
  background: url(../img/banner/hero-banner-bg.png) left center no-repeat;
  background-size: cover;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: scale(1.1);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.hero-banner-content {
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 70px;
}
@media (min-width: 600px) {
  .hero-banner-content {
    padding-top: 190px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-content {
    padding-top: 290px;
    padding-bottom: 220px;
  }
}
.hero-banner-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
}
.hero-banner h1 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 300;
}
.hero-banner h1 .translucent {
  opacity: 0.8;
}
.extrabold {
  font-weight: 700;
}
.hero-banner h1 a {
  color: white;
}
@media (max-width: 450px) {
  .hero-banner h1 {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .hero-banner h1 {
    margin-bottom: 80px;
  }
}
.hero-banner > * {
  color: #fff;
}

.hero-subtitle {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  color: #ddd;
}
.hero-subtitle b {
  color: #fff;
  font-weight: 500;
}
@media (min-width: 992px) {
  .hero-subtitle {
    margin-bottom: 38px;
  }
}

.contact-btn {
  border: 2px solid white;
  border-radius: 50px;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 20px;
  padding: 10px 50px;
}

.contact-btn:hover {
  background-color: white;
  color: #124a2f;
  transition: background-color 200ms linear;
}

/* section style start
	============================================================================================ */
.section-style {
  width: 130px;
  height: 11px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 15px;
}
.section-style::before {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #124a2f;
}
.section-style::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #124a2f;
}

.section-intro-white h1,
.section-intro-white h2,
.section-intro-white h3,
.section-intro-white h4,
.section-intro-white h5,
.section-intro-white h6 {
  color: #fff;
}

.section-intro-white .subtitle {
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
}
.section-intro-white .subtitle .extrabold {
  font-weight: 600;
}

.section-intro-white .section-style::before {
  background-color: #fff;
}

.section-intro-white .section-style::after {
  background-color: #fff;
}

.section-intro {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
}
.section-intro .subtitle {
  margin-top: 20px;
  font-size: 18px;
}

/* section style end
	============================================================================================ */
.logo-carousel {
  padding: 55px 0;
}

.client-logo-title {
  padding-top: 40px;
  font-size: 27px;
  color: #737373;
  font-weight: 300;
}
.client-logo-title .extrabold {
  font-weight: 600;
}

.card-service {
  padding: 30px 18px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 992px) {
  .card-service {
    padding: 45px 30px;
  }
}
.card-service .service-icon {
  margin-bottom: 30px;
}
.card-service h3 {
  margin-bottom: 12px;
}
.card-service p {
  margin-bottom: 0;
}

.priceTable {
  position: relative;
  overflow: hidden;
}

.priceTable-content {
  z-index: 1;
  padding: 65px 0;
}

.priceTable-bg {
  background: url(../img/home/priceTable-bg.png) left center no-repeat;
  background-size: cover;
  filter: blur(3px);
  -webkit-filter: blur(3px);
  transform: scale(1.1);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.priceTable-bg::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -1;
}

.differential {
  display: flex;
  align-items: center;
  padding: 15px;
}
.differential img {
  height: 25px;
  margin-right: 15px;
}
.differential p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

/* Testimonial section start
============================================================================================ */
.carousel-item {
  margin-top: 30px;
  position: relative;
  width: 350px;
  height: calc(100% - 30px);
  font-size: 16px;
  font-style: italic;
  padding: 28px 25px;
  padding-top: 50px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: visible !important;
}
@media (max-width: 320px) {
  .carousel-item {
    width: 300px;
  }
}
.carousel-item .carousel-img {
  top: -30px;
  left: 50%;
  height: 60px;
  position: absolute;
}
.carousel-item .carousel-img img {
  margin-left: -50%;
  height: 60px;
  width: auto !important;
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 30px;
}
.carousel-item .subtitle {
  margin-top: 10px;
}
.carousel-item .subtitle p {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #333;
  line-height: 1.2;
}
.carousel-item .subtitle .testi-intro {
  font-weight: 500;
  font-style: normal;
  color: #124a2f;
  font-size: 16px;
  margin-bottom: 0;
}

.owl-carousel .owl-stage {
  display: flex;
}

.navbar-brand {
  height: 36px;
}

.navbar-brand img {
  height: 100%;
}

/* Testimonial section end
============================================================================================ */
.contact-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.contact-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: linear-gradient(to right bottom, #124a2f, #1a582f, #28672b, #3a7524, #508217);
  padding: 30px;
}

.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.contact-form label {
  color: white;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.contact-form input, .contact-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.5em;
  padding: 20px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  min-width: 250px;
}

.contact-form .textarea-label {
  grid-column: 1 / -1;
}

.contact-form textarea {
  padding: 10px;
  height: 150px;
  resize: none;
}

.contact-form input:focus, .contact-form textarea:focus {
  outline: none;
  border-color: #85d926;
}

.other-contacts {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-group {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-icon {
  margin-right: 15px;
}
.contact-icon.zap {
  margin-right: 10px;
}
.contact-group h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.contact-group h4 {
  margin-bottom: 0;
  font-size: 16px;
}
.contact-group a h3 {
  color: #124a2f;
  text-decoration: underline;
}
.contact-group a:hover h3 {
  color: black;
}

.contact-group p {
  font-size: 14px;
  margin-bottom: 0;
}

.submit-btn {
  border: 2px solid rgba(255, 255, 255, 0.8);;
  border-radius: 10px;
  display: block;
  color: white;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 10px;
  background-color: #5e981b;
}

.submit-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #124a2f;
  transition: background-color 100ms linear;
}

.form-separator {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}

.form-separator .line {
  height: 2px;
  background-color: #FFFFFF;
  flex-grow: 1;
}

.form-separator .or {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 20px;
  font-size: 15px;
}

.zap-btn {
  border: 2px solid rgba(255, 255, 255, 0.8);;
  border-radius: 10px;
  display: block;
  text-align: center;
  grid-column: 1 / -1;
  color: white;
  font-weight: 500;
  font-size: 15px;
  padding: 10px 10px;
  background-color: #5e981b;
  justify-content: center;
  align-items: center;
}

.zap-btn img {
  margin-right: 5px;
  margin-top: -5px;
  filter: invert(1) brightness(2);
}

.zap-btn:hover {
  color: #124a2f;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 100ms linear;
  cursor: pointer;
}

@media (max-width: 600px) {
  .contact-form {
    grid-template-columns: 1fr;
    flex-grow: 1;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .contact-form {
    grid-template-columns: 1fr;
    flex-grow: 1;
  }
}

@media (max-width: 768px) {
  .contact-box {
    grid-template-columns: 1fr;
  }

  .contact-wrap {
    justify-content: center;
    padding: 20px;
    margin: 0 10px;
  }

  .other-contacts {
    margin: 0 20px;
    padding: 0;
  }

  .other-contacts > p {
    text-align: center;
  }
}

/*=================== wfh rule start ====================*/

#homeoffice {
  padding-top: 0;
}

.wfh-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wfh-text {
  flex: 1;
  font-size: 17px;
  text-align: justify;
  margin-right: 15px;
}

.wfh-img {
  flex: 1;
  margin-left: 15px;
}

.wfh-img img {
  width: 100%;
}

.wfh-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .wfh-container {
    flex-direction: column-reverse;
  }

  .wfh-text {
    margin-right: 0;
  }

  .wfh-img {
    margin-left: 0;
    margin-bottom: 40px;
  }

  .wfh-img img {
    max-width: 400px;
  }
}

/*=================== wfh rule end ====================*/

/*=================== custom button rule start ====================*/
.button {
  border: 0;
  display: inline-block;
  color: #124a2f;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  padding: 9px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1000px) {
  .button {
    padding: 12px 45px;
  }
}
.button:hover {
  background-color: #124a2f;
  border-color: #124a2f;
  color: #fff;
}

.button-small {
  padding: 5px 45px;
}

.button-outline {
  border: 1px solid #124a2f;
  background: transparent;
}

.button-inverted {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.button-inverted:hover {
  background-color: #fff;
  border-color: #fff;
  color: #124a2f;
}

.button-link {
  padding: 0;
  background: transparent;
}
.button-link i,
.button-link span {
  font-size: 15px;
  margin-right: 3px;
}
.button-link:hover {
  background: transparent;
}

.button-shadow {
  box-shadow: 0px 10px 20px 0px rgba(42, 38, 172, 0.1);
}

.button-shadow2 {
  box-shadow: 0px 20px 20px 0px rgba(42, 38, 172, 0.2);
}

button.button {
  border: 0;
}

/*=================== custom button rule end ====================*/
.footer-area {
  background: #0b3622;
}
.footer-area .footer-text {
  color: #bbb;
}
.footer-area .footer-bottom {
  border-top: 1px solid #333333;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .footer-area .footer-bottom {
    margin-top: 20px;
  }
}
.footer-area .footer-bottom p {
  font-weight: 400;
  color: #999999;
}
.footer-area .footer-bottom p a {
  color: #ccc;
}
