/**
* Template Name: NewBiz - v4.7.0
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background:  #dff9fb ;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #dff9fb;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #A4CD33;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003c3b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color:  #dff9fb ;
  line-height: 0;
}
.back-to-top:hover {
  background: #2990ff;
  color:  #dff9fb ;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 995;
  transition: all 0.5s;
  background:  #dff9fb ;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
#header.header-scrolled {
  height: 80px;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
  }
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  max-height: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  color: #003c3b;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #096fff;
  
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background:  #dff9fb ;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #003c3b;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
    max-height: 80vh;
    overflow-y: auto;
}


.navbar .dropdown .dropdown ul::-webkit-scrollbar {
  width: 3px;
}
.navbar .dropdown .dropdown ul::-webkit-scrollbar-track {
  background: #dff9fb; 
}
.navbar .dropdown .dropdown ul::-webkit-scrollbar-thumb {
  background: #003c3b; 
}
.navbar .dropdown .dropdown ul::-webkit-scrollbar-thumb:hover {
  background: #003c3b; 
}






.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #283d50;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color:  #dff9fb ;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 28px;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(23, 35, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color:  #dff9fb ;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #004289;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #003c3b;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background:  #dff9fb ;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #003c3b;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
  visibility:visible !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  background: url("../img/seed_grow.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 400px 0 120px 0;
}

@media (max-width: 991px) {
  #hero {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero {
    padding: 100px 0 20px 0;
    height:100vh;
  }
}
#hero .hero-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero .hero-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero .hero-info {
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero .hero-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero .hero-info {
    width: 100%;
    margin-top: 200px;
  }
}
#hero .hero-info h2 {
  color:  #ffffff ;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero .hero-info h3 {
  color:  #ffffff ;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
}
#hero .hero-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero .hero-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 150px;
  }
}
@media (max-width: 576px) {
  #hero .hero-info h2 {
    font-size: 24px;
    margin-top: 152px;
  }
  #hero .hero-info h3 {

    font-size: 20px;
  }
}

#hero .hero-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero .hero-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero .hero-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero .hero-info .btn-get-started, #hero .hero-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero .hero-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero .hero-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero .hero-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero .hero-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}

/* hero2 */
#hero2 {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/hero3_img.png") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero2 {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero2 {
    padding: 100px 0 20px 0;
  }
}
#hero2 .hero2-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero2 .hero2-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero2 .hero2-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero2 .hero2-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero2 .hero2-info {
    width: 100%;
  }
}
#hero2 .hero2-info h2 {
  color:  #ffffff ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero2 .hero2-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero2 .hero2-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero2 .hero2-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero2 .hero2-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero2 .hero2-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero2 .hero2-info .btn-get-started, #hero2 .hero2-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero2 .hero2-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero2 .hero2-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero2 .hero2-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero2 .hero2-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}



#hero3 {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/field_crops.png") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero3 {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero3 {
    padding: 100px 0 20px 0;
  }
}
#hero3 .hero3-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero3 .hero3-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero3 .hero3-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero3 .hero3-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero3 .hero3-info {
    width: 100%;
  }
}
#hero3 .hero3-info h2 {
  color:  #ffffff ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero3 .hero3-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero3 .hero3-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero3 .hero3-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero3 .hero3-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero3 .hero3-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

/* hero4 */
#hero4 {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/hero4_img.jpg") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero4 {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero4 {
    padding: 100px 0 20px 0;
  }
}
#hero4 .hero4-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero4 .hero4-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero4 .hero4-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero4 .hero4-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero4 .hero4-info {
    width: 100%;
  }
}
#hero4 .hero4-info h2 {
  color:  #003c3b ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero4 .hero4-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero4 .hero4-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero4 .hero4-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero4 .hero4-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero4 .hero4-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero4 .hero4-info .btn-get-started, #hero4 .hero4-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero4 .hero4-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero4 .hero4-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero4 .hero4-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero4 .hero4-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}

/* hero5 */
#hero5 {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/hero5_img.png") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero5 {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero5 {
    padding: 100px 0 20px 0;
  }
}
#hero5 .hero5-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero5 .hero5-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero5 .hero5-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero5 .hero5-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero5 .hero5-info {
    width: 100%;
  }
}
#hero5 .hero5-info h2 {
  color:  #003c3b ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero5 .hero5-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero5 .hero5-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 150px;
  }
}

#hero5 .hero5-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero5 .hero5-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero5 .hero5-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero5 .hero5-info .btn-get-started, #hero5 .hero5-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero5 .hero5-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero5 .hero5-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero5 .hero5-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero5 .hero5-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}

/* hero6 */
#hero6 {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/hero6_img.png") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero6 {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero6 {
    padding: 100px 0 20px 0;
  }
}
#hero6 .hero6-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero6 .hero6-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero6 .hero6-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero6 .hero6-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero6 .hero6-info {
    width: 100%;
  }
}
#hero6 .hero6-info h2 {
  color:  #ffffff ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero6 .hero6-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero6 .hero6-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 150px;
  }
}

#hero6 .hero6-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero6 .hero6-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero6 .hero6-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero6 .hero6-info .btn-get-started, #hero6 .hero6-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero6 .hero6-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero6 .hero6-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero6 .hero6-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero6 .hero6-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}

/* hero_gallery */
#hero_gallery {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/hero_gallery.png") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero_gallery {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero_gallery {
    padding: 100px 0 20px 0;
  }
}
#hero_gallery .hero_gallery-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero_gallery .hero_gallery-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero_gallery .hero_gallery-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero_gallery .hero_gallery-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero_gallery .hero_gallery-info {
    width: 100%;
  }
}
#hero_gallery .hero_gallery-info h2 {
  color:  #ffffff ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero_gallery .hero_gallery-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero_gallery .hero_gallery-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 150px;
  }
}

#hero_gallery .hero_gallery-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero_gallery .hero_gallery-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero_gallery .hero_gallery-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero_gallery .hero_gallery-info .btn-get-started, #hero_gallery .hero_gallery-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero_gallery .hero_gallery-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero_gallery .hero_gallery-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero_gallery .hero_gallery-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero_gallery .hero_gallery-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}

/* hero_company_overview */
#hero_company_overview {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/hero_company_overview.png") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  background-position: 0px 100px;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero_company_overview {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero_company_overview {
    padding: 40px 0 20px 0;
  }
}
#hero_company_overview .hero_company_overview-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero_company_overview .hero_company_overview-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero_company_overview .hero_company_overview-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero_company_overview .hero_company_overview-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero_company_overview .hero_company_overview-info {
    width: 100%;
  }
}
#hero_company_overview .hero_company_overview-info h2 {
  color:  #ffffff ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero_company_overview .hero_company_overview-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero_company_overview .hero_company_overview-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero_company_overview .hero_company_overview-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero_company_overview .hero_company_overview-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero_company_overview .hero_company_overview-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero_company_overview .hero_company_overview-info .btn-get-started, #hero_company_overview .hero_company_overview-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero_company_overview .hero_company_overview-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero_company_overview .hero_company_overview-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero_company_overview .hero_company_overview-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero_company_overview .hero_company_overview-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}

/* hero_company_overview */
#hero_contact_us {
  height: 500px;
  width: 100%;
  position: relative;
  background: url("../img/hero_contact_us.png") center bottom no-repeat;
  background-color: #003c3b;
  background-size: cover;
  background-position: 0px 0px;
  /* padding: 0px 0 120px 0; */
}
@media (max-width: 991px) {
  #hero_contact_us {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero_contact_us {
    padding: 100px 0 20px 0;
  }
}
#hero_contact_us .hero_contact_us-img {
  width: 50%;
  float: right;
}
@media (max-width: 991px) {
  #hero_contact_us .hero_contact_us-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}
#hero_contact_us .hero_contact_us-info {
  margin-top: 30px;
  width: 50%;
  float: left;
}
@media (max-width: 991px) {
  #hero_contact_us .hero_contact_us-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero_contact_us .hero_contact_us-info {
    width: 100%;
  }
}
#hero_contact_us .hero_contact_us-info h2 {
  color:  #ffffff ;
  margin-top: 220px;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}
#hero_contact_us .hero_contact_us-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #hero_contact_us .hero_contact_us-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
    margin-top: 150px;
  }
}

#hero_contact_us .hero_contact_us-info h4 {
  color:  #b3a362 ;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 700;
  
}

@media (max-width: 767px) {
  #hero_contact_us .hero_contact_us-info h4 {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

#hero_contact_us .hero_contact_us-info p {
  color:  #ffffff ;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

#hero_contact_us .hero_contact_us-info .btn-get-started, #hero_contact_us .hero_contact_us-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color:  #dff9fb ;
}
#hero_contact_us .hero_contact_us-info .btn-get-started {
  background: #003c3b;
  border: 2px solid #003c3b;
  color:  #dff9fb ;
}
#hero_contact_us .hero_contact_us-info .btn-get-started:hover {
  background: none;
  border-color:  #dff9fb ;
  color:  #dff9fb ;
}
#hero_contact_us .hero_contact_us-info .btn-services {
  border: 2px solid  #dff9fb ;
}
#hero_contact_us .hero_contact_us-info .btn-services:hover {
  background: #003c3b;
  border-color: #003c3b;
  color:  #dff9fb ;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}
@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #003c3b;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5faff;
  min-height: 40px;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
  background:  #dff9fb ;
  padding: 60px 0;
}
#about .about-container .background {
  margin: 20px 0;
}
#about .about-container .content {
  background:  #dff9fb ;
}
#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
#about .about-container p {
  line-height: 26px;
}
#about .about-container p:last-child {
  margin-bottom: 0;
}
#about .about-container .icon-box {
  background:  #dff9fb ;
  background-size: cover;
  padding: 0 0 30px 0;
}
#about .about-container .icon-box .icon {
  float: left;
  background:  #dff9fb ;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #003c3b;
  transition: all 0.3s ease-in-out;
}
#about .about-container .icon-box .icon i {
  color: #003c3b;
  font-size: 24px;
  line-height: 0;
}
#about .about-container .icon-box:hover .icon {
  background: #003c3b;
}
#about .about-container .icon-box:hover .icon i {
  color:  #dff9fb ;
}
#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
#about .about-container .icon-box .title a {
  color: #283d50;
}
#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}
#about .about-extra {
  padding-top: 60px;
}
#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 60px 0 40px 0;
  background: #dff9fb ;
  
}
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background:  #dff9fb ;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}
#services .box:hover {
  transform: translateY(-5px);
}
#services .icon {
  position: absolute;
  left: -15px;
  top: calc(50% - 32px);
}
#services .icon i {
  font-size: 64px;
  line-height: 0;
  transition: 0.5s;
}
#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
#services .title a {
  color: #111;
}
#services .box:hover .title a {
  color: #003c3b;
}
#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 60px 0;
 
  background:   #dff9fb ;
}
#why-us .section-header h3, #why-us .section-header p {
  color: #003c3b;
}
#why-us .card {
  background:  #dff9fb ;
  border-color:  #dff9fb ;
  border-radius: 10px;
  margin: 0 15px;
  padding: 0px 0;
  text-align: center;
  color: #003c3b;
  transition: 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 991px) {
  #why-us .card {
    margin: 0;
  }
}
#why-us .card:hover {
  background: white;
  border-color: white;
}
#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}
#why-us .card h5 {
  font-size: 22px;
  font-weight: 600;
}
#why-us .card p {
  font-size: 15px;
  color: #003c3b;
}
#why-us .card .readmore {
  color: #003c3b;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #003c3b solid 2px;
}
#why-us .card .readmore:hover {
  border-bottom:  #dff9fb  solid 2px;
}
#why-us .counters {
  padding-top: 40px;
}
#why-us .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color:  #dff9fb ;
}
#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

.mfp-bottom-bar .mfp-counter {
  color: #ffffff;
  position: relative;
  line-height: normal;
  background-color: #70c745;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700; }

/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}
#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #003c3b;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #003c3b;
  color:  #dff9fb ;
}
#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom:10px;
}
#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0px;
  /* width:350px; */
}

#portfolio .portfolio-item .portfolio-wrap img{
  /* width:350px; */
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  /* width:420px; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color:  #dff9fb ;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 36px;
  height: 36px;
  background: #003c3b;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  font-size: 22px;
  color:  #dff9fb ;
  line-height: 0;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #003c3b;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color:  #dff9fb ;
}
#portfolio .portfolio-item .portfolio-wrap:hover {
   background: #003c3b; 
}
#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color:  #dff9fb ;
  opacity: 1;
  border: 1px solid #003c3b;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003c3b;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(40, 61, 80, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  float: left;
}
@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
}
#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: white;
  margin-left: 140px;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: white;
  margin: 0 0 15px 0;
  margin-left: 140px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
    margin-left: 0;
  }
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color:  #dff9fb ;
  opacity: 1;
  border: 1px solid #003c3b;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #003c3b;
}

/* Team Section
--------------------------------*/
#team {
  background:  #dff9fb ;
  padding: 60px 0;
  /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 15%;
  overflow: hidden;
}
#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}
#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}
#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}
#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color:  #dff9fb ;
}
#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color:  #dff9fb ;
}
#team .member .social {
  margin-top: 15px;
}
#team .member .social a {
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.7);
}
#team .member .social a:hover {
  color:  #dff9fb ;
}
#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/
#clients {
   padding: 40px 0;
    background: #003c3b;
    padding-top: 86px;
}
#clients .clients-wrap {
  margin-bottom: 30px;
}
#clients .client-logo {
  padding: 30px;
  margin:2px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: none;
}
#clients .client-logo:hover img {
  transform: scale(1.2);
}
#clients img {
  transition: all 0.4s ease-in-out;
  padding: 9px;
  /* border: solid 2px; */

}

/* Contact Section
--------------------------------*/
#contact {
  /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1); */
  padding: 60px 0;
  overflow: hidden;
}
#contact .section-header {
  padding-bottom: 30px;
}
#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #003c3b;
}
#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}
#contact .social-links {
  padding-bottom: 20px;
}
#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background:  #dff9fb ;
  color: #003c3b;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #003c3b;
}
#contact .social-links a:hover {
  background: #003c3b;
  color:  #dff9fb ;
}
#contact .info {
  color: #283d50;
}
#contact .info i {
  font-size: 32px;
  color: #003c3b;
  float: left;
  line-height: 0;
}
#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}
#contact .php-email-form .error-message {
  display: none;
  color:  #dff9fb ;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
#contact .php-email-form .sent-message {
    display: none;
    color: #dff9fb;
    background: #94c418;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
#contact .php-email-form .loading {
  display: none;
  background:  #dff9fb ;
  text-align: center;
  padding: 15px;
}
#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0.25rem;
  box-shadow: none;
  font-size: 14px;
}
#contact .php-email-form input:focus, #contact .php-email-form textarea:focus {
  border-color: #003c3b;
}
#contact .php-email-form input {
  padding: 10px 15px;
}
#contact .php-email-form textarea {
  padding: 12px 15px;
}
#contact .php-email-form button[type=submit] {
  background: #003c3b;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color:  #dff9fb ;
  transition: 0.3s;
}
#contact .php-email-form button[type=submit]:hover {
  background: #0067d5;
  cursor: pointer;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #00428a;
  padding: 0 0 30px 0;
  color: #003c3b;
  font-size: 14px;
}
#footer .footer-top {
  background: white;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #003c3b;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #003c3b;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: #003c3b;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a i {
  line-height: 0;
}
#footer .footer-top .social-links a:hover {
  background: #91C748;
  color: #003c3b;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #003c3b;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #003c3b;
}
#footer .footer-top .footer-links ul a:hover {
  color: #91C748;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #003c3b;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color:  #dff9fb ;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #0062cc;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}
#footer .credits a {
  color: #bfddfe;
}
#footer .credits a:hover {
  color: #f1f7ff;
}


/*language dropdown

.top-bar-content .selector {
  position: relative;
  display: block ;
  text-align: left;
  min-width:100px;
  margin-right:20px;
}

.top-bar-content .selector__toggle {
	font-size: 13px !important;
    display: block !important;
    background-color: #dff9fb;
    padding: 3px 9px;
    color: #000 !important;
    text-decoration: none;
    box-shadow: 0 0px 0px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 600;
}
.top-bar-content a.selector__toggle i{
    float: right;
    position: relative;
    top: 0.5em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-right: 0 !important;
    text-align: right !important;
    font-size: 10px;
    display: inline-block;
}
.top-bar-content .open .selector__toggle i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.top-bar-content .selector__list {
  display: none !important;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #7090cd;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.top-bar-content .open .selector__list {
  display: block !important;
}
.top-bar-content .selector__list li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 4px 9px;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size:13px;

}
.selector__list li:hover a, .selector__list li:focus a, .selector__list li.selected a {
    background-color: #003c3b;
    color: #fff;
}
*/




.top-bar-content .selector {
    display: flex;
    margin-right: 12px;
}
.top-bar-content ul.selector__list{
    list-style:none;
}

.top-bar-content .selector > a {
    display: none;
}




@media screen and (max-width:500px){
.top-bar-content ul.selector__list {
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: inherit;
    min-height: 37px;
}
.top-bar-content ul li:first-child {
    float: left;
    margin-top: 0;
}
.top-bar-content > ul {
    display: inline-block !important;
    margin-top: 4px !important;
}
.top-bar-content > ul > li:first-child {
    width: 70px;
}
.top-bar-content a {
    font-size: 10px !important;
}
.top-bar-content ul{
    min-height: 33px !important;
}
.top-bar-content {
    width: 100%;
    padding: 0;
}
.top-bar-content {
    width: 229px !important;
    margin-left: auto;
}
}


#exampleModalOne button.btn.btn-success a {
    color: #fff;
}


.table.table-striped.table-bordered ul {
list-style:none;
}

.flip-card {
  background-color: transparent;
  width: 250px;
  height: 270px;
  perspective: 1000px;
  margin: 20px auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #dff9fb;
  color: #135521;
  transform: rotateY(180deg);
  padding: 30px;
}

.brand-logo {
  padding: 10px;
  /*margin: 20px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: none;
  transition: all .2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.brand-logo:hover {
  transform: scale(1.2);

}

@media (min-width:992px) {
  .brand-size {
    width: 19.6666667%;
  }
}

@media (min-width: 768px) {
  #testimonials .testimonial-item .testimonial-img {
    width: 120px;
    padding-left: 10px;
    float: left;
  }
}

.form-button {
  background: #003c3b;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #dff9fb;
  transition: 0.3s;
}

.form-button:hover {
  background: #79AE33;
  cursor: pointer;
}

#portfolio {
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px #dff9fb;
}

.appl-logo {
  text-align: center !important;
}

.appl-logo:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.flip-card-n {
  background-color: transparent;
  width: 180px;
  height: 100px;
  perspective: 1000px;
  margin:20px;
  background-color: #f3f4c8;
  color: #135521;
  padding:10px;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card-n:hover{
  transform: scale(1.1);
  transition: 0.5s;
}

.form-button {
  background: #003c3b;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #ffffff;
  transition: 0.3s;
}

.form-button:hover {
  background: #79AE33;
  cursor: pointer;
}

@media only screen and (min-width: 576px) {
  .matrix-video {
    width: 520px;
    height: 300px;
  }
}

@media only screen and (max-width: 992px) {
  .matrix-video {
    width: 480px;
  }
}
.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}

.about-box{
  padding: 35px;
  background: #f8bf00;
  /* border-bottom: 7px solid #003c3b; */
}
.about-box2{
  border-radius: 10px;
  padding: 35px;
  border: solid 2px #003c3b;
  background: #f5f2ee;
  /* border-bottom: 7px solid #003c3b; */
}
.testimonial-box{
  padding: 35px;
  background: #ffffff;
  /* border-bottom: 7px solid #003c3b; */
}

.vc_btn3-container{
  padding: 14px;
  background: #003c3b;
  border-radius: 5px;
  width: 50%;
  text-align: center;
}












/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0; }
/* :: 15.0 Portfolio Area CSS */
.alazea-portfolio-filter {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px; }
  .alazea-portfolio-filter .btn {
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    padding: 0;
    font-size: 20px;
    color: #707070;
    font-weight: 500;
    background-color: transparent;
    padding: 0 20px; }
    @media only screen and (max-width: 767px) {
      .alazea-portfolio-filter .btn {
        font-size: 16px;
        padding: 0 5px; } }
    .alazea-portfolio-filter .btn:hover, .alazea-portfolio-filter .btn:focus {
      color: #70c745;
      box-shadow: none; }

.alazea-portfolio.row {
  margin-right: -10px;
  margin-left: -10px; }
.alazea-portfolio .col-12 {
  padding-left: 10px;
  padding-right: 10px; }

.single_portfolio_item {
  position: relative;
  z-index: 10;
  margin-top: 20px;
  overflow: hidden;
  height: 400px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single_portfolio_item {
      height: 290px; } }
  @media only screen and (max-width: 767px) {
    .single_portfolio_item {
      height: 300px; } }
  .single_portfolio_item .portfolio-thumbnail {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: calc(100% - 20px);
    position: absolute;
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    background-repeat: no-repeat; }
  .single_portfolio_item .portfolio-hover-overlay {
    width: calc(100% - 20px);
    height: 100%;
    top: 0;
    left: 10px;
    right: 10px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: rgba(112, 199, 69, 0.8);
    position: absolute;
    z-index: 10;
    text-align: center;
    opacity: 0;
    visibility: hidden; }
    .single_portfolio_item .portfolio-hover-overlay a {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 30; }
      .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
        font-size: 28px;
        color: #ffffff; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h3 {
            font-size: 18px; } }
      .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
        font-size: 18px;
        margin-bottom: 0;
        color: #ffffff;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .single_portfolio_item .portfolio-hover-overlay a .port-hover-text h5 {
            font-size: 14px; } }
  .single_portfolio_item:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
    .single_portfolio_item:hover .portfolio-hover-overlay {
      opacity: 1;
      visibility: visible; }

.portfolio-page .single_portfolio_item {
  height: 320px; }
  .mfp-image-holder .mfp-close,
  .mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 0;
    text-align: center;
    padding-right: 0;
    top: 40px;
    width: 36px;
    height: 36px;
    background-color: #70c745;
    line-height: 36px; }
  
  .mfp-bottom-bar {
    margin-top: 0;
    top: auto;
    bottom: 55px;
    left: 0;
    width: 100%;
    cursor: auto;
    background-color: transparent;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center; }
    .mfp-bottom-bar .mfp-title {
      line-height: normal;
      color: #ffffff;
      padding-right: 0;
      background-color: #70c745;
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 700; }
    .mfp-bottom-bar .mfp-counter {
      color: #ffffff;
      position: relative;
      line-height: normal;
      background-color: #70c745;
      padding: 8px 20px;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 700; }
  

    .alazea-portfolio-area, .testimonial-area {
      background-image: url("asset/assets/img/background_brand4");
      background-attachment: fixed;
      }

      .vc_btn3-container{
        margin: 0 auto;
      }
      
      .video-container{
        margin-top: 52px;
      }
      
      .video-container>.yt{
        width: 100%;
        height: 15em;
      }
      .offerings{
        padding: 10px;
        border: 2px;
      }
      .yt_products{
        margin-top: -51px;
      }

      .chilli_img_scale{
        border-bottom: solid 3px;
        border-color: #003c3b;
        transform: scale(1.1);
        transition: all ease-in-out 0.3s;
      }
      .veg_crops{
        border-bottom: solid 3px;
        border-color: #003c3b;
        transform: scale(1.1);
        transition: all ease-in-out 0.3s;
      }
      /* .chilli_img_scale:hover{
        transform: scale(1.2);
      } */

      /* .sticky-section {
        position: sticky;
        top: 20px;
        background-color: #f0f0f0;
        padding: 10px;
        z-index: 1;
      } */