@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
    width: 100%;
  }
}

* {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
  direction: lrt;
  line-height: 1.8;
}
a {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: none;
}
a:hover {
  transition: all 0.5s ease 0s;
  text-decoration: none;
  outline: none;
}

@font-face {
  font-family: sky;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/sky.ttf') format('truetype');
}

/*@font-face {
     font-family:sky;
     font-style:normal;
     font-weight:100;
     src:url("fonts/sky_Unique_Light.otf") format('truetype')
    }*/

body {
  color: #333;
  font-size: 17px;
  font-family: 'sky', serif;
  /* font-family: 'Montserrat', sans-serif;*/
  padding: 0;
  transition: all 0.5s ease 0s;
  margin: 0;
  text-align: left;
}

/*header*/
/*====================================*/

header {
  position: relative;
  background: #fff;
  padding: 15px 10px;
  direction: ltr;
  min-height: 100px;
  border-bottom: 1px solid #f1f1f1;
  font-family: 'sky', serif;
}
header .head {
  float: left;
  padding: 0 10px;
}
header img.logo {
  max-width: 100%;
  height: auto;
  float: left;
  max-height: 100px;
}
@media (max-width: 769px) {
  header img.logo {
    max-width: 100%;
    height: auto;
    float: none;
    max-height: 100px;
    margin: 0 auto;
    display: block;
  }
  .bar {
    width: 40px;
    background: #ffffff50;
    color: #ddd;
    padding: 15px 5px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
  }
  .bar:after {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    border-bottom: 2px solid #ddd;
  }
  .bar:before {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-bottom: 2px solid #ddd;
  }
  .bar i {
    border-bottom: 2px solid #ddd;
    display: block;
    width: 100%;
  }
}
header .head2 {
  padding-top: 25px;
}
@media (max-width: 769px) {
  header .head2 {
    padding-top: 0;
  }
}
header .head2 .fa {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 25px;
  text-align: center;
  border: 1px solid #999;
  color: #555;
  margin: 0 10px 0 0;
}
header .head2 span {
  margin: 0;
  display: block;
  color: #555;
}
header .head2 a {
  color: #000;
  text-decoration: none;
  outline: none;
  font-family: sky;
}
header .head2 a:hover {
  color: #fcad02;
}

header .social .fa {
  float: right;
  margin: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #555;
  color: #555;
  text-decoration: none;
  outline: none;
}
header .social .fa:hover {
  border: 1px solid #555;
  color: #fff;
  background: #fcad02;
  border: none;
}
header .social select {
  display: block;
  outline: none;
  border: none;
  float: right;
  margin: 0 0 10px;
}
header .social .cool {
  clear: both;
  padding: 30px 0 0;
}
@media (max-width: 769px) {
  header .social {
    text-align: center;
  }
  header .social .cool {
    clear: both;
    display: inline-block;
    padding: 0;
  }
  header .social .fa {
    float: none;
    display: inline-block;
    border: none;
  }
  header .social select {
    margin: 0;
    float: none;
    display: inline-block;
  }
  .langtop {
    display: inline-block !important;
  }
}
/**/
.naav {
  position: absolute;
  top: 145px;
  right: 0;
  left: 0;
  z-index: 99;
  font-family: 'sky', serif;
  font-size: 14px;
}

.naav .container {
  background: #3d6a50;
  position: relative;
  direction: ltr;
  padding: 0 0 0 30px;
}
@media (max-width: 769px) {
  .naav {
    position: fixed;
    top: 0px;
    right: auto;
    left: -400px;
    transition: all 0.5s ease 0s;
    z-index: 9999;
    width: 300px;
    background: #3d6a50;
    bottom: 0;
    height: 100vh;
    padding: 0 15px 30px;
    direction: ltr;
    overflow-y: auto;
  }
  .naav .container {
    padding: 0 0 0 0;
  }
  .open {
    left: 0 !important;
    transition: all 0.5s ease 0s;
  }
}

.naav ul {
  float: left;
  direction: ltr;
  list-style: none;
  padding: 0;
  margin: 0;
}
.naav ul li {
  float: left;
  list-style: none;
  position: relative;
}
.naav ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  height: 20px;
  margin-top: -10px;
  width: 1px;
  background: #648873;
}
.naav ul li:last-child:after {
  display: none;
}

.naav ul li a {
  color: #fff;
  text-decoration: none;
  outline: none;
  display: block;
  padding: 18px 20px;
}

.lang-item a {
  color: #f4c462 !important;
  font-weight: bold;
}
.naav ul li a .fa-home {
  font-size: 20px;
  line-height: 0;
}
.naav ul li.current-menu-item > a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  height: 4px;
  width: 60%;
  right: 20%;
  background: #f4c462;
  z-index: 9;
}

@media (max-width: 769px) {
  .naav ul {
    float: none;
    display: block;
  }
  .naav ul li {
    float: none;
  }
  .naav ul li:after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    height: 1px;
    margin: 0;
    width: 100%;
    background: #648873;
  }
  .naav ul li.current-menu-item > a:after {
    content: '';
    position: absolute;
    bottom: -0px;
    height: 1px;
    width: 60%;
    left: 0%;
    right: auto;
    background: #f4c462;
    z-index: 9;
  }
}

.naav ul li:hover > a {
  color: #f4c462;
}

.naav ul li ul {
  position: absolute;
  top: 99%;
  left: 0;
  display: none;
  width: 220px;
  z-index: 99;
}
@media (max-width: 769px) {
  .naav ul li ul {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    z-index: 99;
  }
}
.naav ul li:hover ul {
  display: block;
}

.naav ul li li {
  display: block;
  float: none;
}
.naav ul li li a {
  background: #fff;
  color: #000;
  padding: 13px 15px;
  transition: all 0.5s ease 0s;
  font-size: 13px;
  border-bottom: 1px solid #f1f1f1;
  outline: none;
  text-decoration: none;
}
.naav ul li li a:hover {
  transition: all 0.5s ease 0s;
  padding-left: 20px;
}

.naav ul li li:after {
  display: none;
}

/**/
#searchform {
  background: #f4c462;
  float: right;
  position: relative;
  padding: 0 0 0 20px;
  height: 56px;
}
#searchform select {
  position: absolute;
  top: 15px;
  right: 110%;
  padding: 5px 0;
  border: none;
  background: none;
  color: #f4c462;
  outline: none;
}

@media (max-width: 769px) {
  #searchform select {
    display: none;
  }

  #searchform {
    background: #f4c462;
    float: none;
    padding: 0;
    width: 100%;
    margin: 0 0 25px;
  }
  #searchform:after {
    display: none !important;
  }
}
#searchform:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border: 28px solid #3d6a50;
  border-color: #fff #f4c462 #3d6a50 #fff;
  border-style: solid;
  border-width: 0 18px 56px 0;
}
#search {
  background: #f4c462 !important;
  transition: all 0.5s ease 0s;
  width: 80px;
  border: none;
  outline: none;
  padding: 18px 0;
  border-radius: 0;
}
#search:focus {
  transition: all 0.5s ease 0s;
  width: 180px;
  background: #f4c462 !important;
}
#button {
  border: none;
  outline: none;
  width: 55px;
  height: 45px;
  background-color: inherit;
  background-image: url(img/s.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  position: absolute;
  top: 6px;
  right: 0;
  border-left: 1px solid #ffffff85;
}

/**********/
.slider {
  clear: both;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/**/
section {
  padding: 60px 10px;
  clear: both;
  overflow: hidden;
}

.clintes {
}
.title {
  display: block;
  text-align: center;
  margin: 0 0 30px;
  padding: 0 0 20px;
  color: #000;
  position: relative;
  font-weight: 900;
  font-size: 30px;
  position: sticky;
}
.maillist-title {
  display: block;
  text-align: center;
  margin: 0 0 30px;
  padding: 0 0 20px;
  color: #000;
  position: relative;
  font-weight: 900;
  font-size: 30px;
  position: sticky;
}
.title2:after {
  content: '';
  border-bottom: 1px solid #3c6a50;
  width: 120px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -60px;
}
.title2:before {
  content: '';
  border-bottom: 5px solid #3c6a50;
  width: 60px;
  position: absolute;
  bottom: -2px;
  right: 50%;
  margin-right: -30px;
}
.title3:before {
  content: '';
  background: rgb(60, 106, 80, 0.3);
  width: 140px;
  position: absolute;
  bottom: 15px;
  top: -5px;
  right: 50%;
  margin-right: -70px;
  z-index: -1;
}

.container4 {
  position: relative;
  clear: both;
  padding: 0;
  margin: -50px;
}
.img-maps {
  width: 100%;
  height: auto;
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.title4 {
  position: absolute; /* Position the background text */
  top: 40%;
  text-align: center;
  background: rgba(255, 255, 255, 0.7); /* Black background with 0.5 opacity */
  color: #000;
  width: 100%; /* Full width */
  padding: 20px; /* Some padding */

  font-size: 45px;
  /* text-shadow: 2px 2px 10px #f4c462; */
  text-shadow: 2px 2px 10px #3c6a50;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.clintes .item {
  padding: 15px 25px;
}
.clintes .item img {
  max-width: 100%;
  height: auto;
}
.owl-dots {
  text-align: center;
  margin: 15px 0 0;
}
.owl-dots button {
  width: 12px;
  height: 12px;
  background: rgba(60, 106, 80, 0.2) !important;
  transition: all 0.5s ease 0s;
  border-radius: 10px;
  margin: 0 5px;
  outline: none;
  border: none;
}
.owl-dots button.active {
  background: #3d6a50 !important;
  width: 30px;
  transition: all 0.5s ease 0s;
}
/******************/

/**/

.methodology {
  background: rgba(60, 106, 80, 0.07);
  text-align: center;
}

.methodology .container {
  max-width: 960px;
}

.methodology .post {
  float: left;
  padding: 15px;
  text-align: center;
  direction: ltr;
  font-family: sky;
}
.methodology .post img {
  display: block;
  transition: all 0.2s ease 0s;
  margin: 0 auto;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 3px solid #3d6a50;
  box-shadow: -10px 10px 0 rgba(60, 106, 80, 0.22);
}
.methodology .post:hover img {
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 0 #3d6a50;
}

.methodology .post h3 {
  display: block;
  margin: 0;
  padding: 35px 0 25px;
  text-align: center;
  color: #3d6a50;
  font-weight: bold;
  font-size: 20px;
  font-family: sky;
}

/**/
a.all {
  display: inline-block;
  margin: 40px auto 0;
  background: #3d6a50;
  padding: 10px 25px;
  text-align: center;
  direction: ltr;
  outline: none;
  text-decoration: none;
  color: #fff;
  min-width: 220px;
}
a.all:hover {
  color: #f4c462;
}
a.all .fa {
  margin: 0 0 0 10px;
  color: #fff;
  transform: rotate(180deg);
}

a.all2 {
  display: inline-block;
  margin: 40px auto 0;
  background: #f4c462;
  padding: 10px 25px;
  text-align: center;
  direction: ltr;
  outline: none;
  text-decoration: none;
  color: #fff;
  min-width: 220px;
}
a.all2:hover {
  color: #000;
}
a.all2 .fa {
  margin: 0 0 0 10px;
  color: #fff;
  transform: rotate(180deg);
}
/**/
/*
.services {
  text-align: center;
}
.services .post {
  float: left;
  padding: 15px;
  transition: all 0.2s ease 0s;
  text-align: left;
  direction: ltr;
  font-family: sky;
}
.services .post:hover {
  transition: all 0.2s ease 0s;
  transform: translateY(-10px);
}

.services .post .box {
  width: 100%;
  height: 330px;
  padding: 0 25px 0 0;
  background: linear-gradient(3deg, rgba(252,173,2,1) 0%, rgba(191,192,55,1) 100%);
  background: rgba(60, 106, 80, 0.3);

  border-radius: 40px 70px 40px 40px;
}
.services .post img {
  border-radius: 40px 70px 40px 40px;
  border: 2px solid #fff;
  width: 100%;
  height: 330px;
}
@media (max-width: 769px) {
  .services .post .box,
  .services .post img {
    height: 220px;
  }
  .services .post {
    padding: 15px 10px;
  }
}
.services .post:hover img {
  transition: all 0.2s ease 0s;
  box-shadow: 0 0 0 #3d6a50;
}

.services .post h3 {
  display: block;
  margin: 0;
  padding: 20px 0 15px;
  text-align: left;
  color: #3d6a50;
  font-weight: bold;
  font-size: 18px;
  font-family: sky;
}
*/
.services {
  background: #f9f9f9;
  text-align: center;
}
.services .post {
  float: left;
  overflow: hidden;
  margin: 30px 0 0;
}
.services img {
  float: left;
  width: 80%;
  height: 200px;
}
.services .box {
  background: #fff;
  border-bottom: 2px solid #3c6a50;
  padding: 20px;
  color: #000;
  font-size: 13px;
  float: right;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 130px;
  margin: -80px 0 0;
  text-align: left;
  direction: ltr;
  box-shadow: 0 0 10px #ddd;
}
.services .post:hover .box {
  transition: all 0.5s ease 0s;
  /* width: 80%;
  margin: -80px 0 0 10%; */
}
.services .box h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #3c6a50;
}
.services .box a.mor {
  background: #fff;
  padding: 0;
  color: #000;
}
.services .box a.mor:hover {
  color: #3c6a50;
}
.mor {
  display: inline-block;
  margin: 15px 0 0;
  background: #3d6a50;
  padding: 7px 15px;
  text-align: center;
  direction: ltr;
  outline: none;
  transition: all 0.5s ease 0s;
  font-size: 13px;
  text-decoration: none;
  color: #fff;
}
.mor:hover {
  background: #3d6a50;
  transition: all 0.5s ease 0s;
  color: #f4c462;
}
.mor2 {
  display: inline-block;
  margin: 15px 0 0;
  background: #fff;
  padding: 7px 15px;
  text-align: center;
  direction: ltr;
  outline: none;
  transition: all 0.5s ease 0s;
  font-size: 13px;
  text-decoration: none;
  color: #000;
}
.mor2:hover {
  background: #f4c462;
  transition: all 0.5s ease 0s;
  color: #fff;
}
.mor3 {
  display: inline-block;
  margin: 15px 0 0;
  background: #fff;
  padding: 7px 15px;
  text-align: center;
  direction: rtl;
  outline: none;
  transition: all 0.5s ease 0s;
  font-size: 13px;
  text-decoration: none;
  color: #000;
}
.mor3:hover {
  background: #000;
  transition: all 0.5s ease 0s;
  color: #fff;
}
/**/
.ideas {
  text-align: center;
}
.ideas .title {
  color: #000;
}
.ideas .post {
  float: left;
  font-family: sky;
  padding: 15px;
}
.ideas .post .box {
  background: #3c6a50;
  border-bottom: 3px solid #fff;
  padding: 30px;
  text-align: center;
  display: block;
  direction: ltr;
  color: #fff;
  margin: 100px 0 0;
}

.ideas .post .box img {
  width: 180px;
  transition: all 0.5s ease 0s;
  height: 180px;
  margin: -120px auto 30px;
  border-radius: 0 50%;
  border: 3px solid #fff;
  background: #3c6a50;
}
.ideas .post:hover .box img {
  transition: all 0.5s ease 0s;
  border: 3px solid #3c6a50;
  border-radius: 50% 0;
  transform: translateY(-20px);
}
.ideas .post .box h3 {
  display: block;
  margin: 0;
  padding: 0px 0 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: sky;
}
.ideas .post .box p {
}
.ideas .post .box a {
  padding: 8px 15px;
}
/**/
.opportunities {
  /* background: linear-gradient(72deg, rgba(252,173,2,1) 0%, rgba(60,106,80,1) 100%); */
  background: rgba(60, 106, 80, 0.07);
  text-align: center;
  color: #fff;
  min-height: 450px;
}

.opportunities .title {
  color: #000;
}
.opportunities .post {
  float: left;
  padding: 25px;
  text-align: left;
  direction: ltr;
  position: relative;
  margin: 30px 0 0;
}
.opportunities .post img {
  width: 100%;
  height: 280px;
}
.opportunities .post .box {
  background: #fff;
  padding: 15px;
  z-index: 9;
  position: absolute;
  transition: all 0.5s ease 0s;
  bottom: -15px;
  left: 0;
  color: #000;
  width: 80%;
  border: 2px solid #3c6a50;
  border-width: 2px 2px 0 0px;
}
.opportunities .post:hover .box {
  transition: all 0.5s ease 0s;
  bottom: 25px;
  left: 25px;
}
.opportunities .post .box-icon {
  background: #3c6a50;
  padding: 15px;
  z-index: 9;
  position: absolute;
  transition: all 0.5s ease 0s;
  bottom: -15px;
  right: 0;
  color: #fff;
  width: 80%;
  border: 2px solid #fff;
  border-width: 2px 0 0 2px;
}
.opportunities .post:hover .box-icon {
  transition: all 0.5s ease 0s;
  bottom: 25px;
  right: 25px;
}
.opportunities .post .box-up {
  background: #3c6a50;
  padding: 5px;
  z-index: 9;
  position: absolute;
  transition: all 0.5s ease 0s;
  top: -5px;
  right: -5px;
  color: #fff;
  width: 25%;
  border: 2px solid #fff;
  border-width: 0px 0px 2px 2px;
  text-align: center;
}
.opportunities .post:hover .box-up {
  transition: all 0.5s ease 0s;
  top: 25px;
  right: 25px;
}
.opportunities .post .box h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #3c6a50;
  font-weight: bold;
  font-size: 18px;
  font-family: sky;
}
.opportunities .post .box a {
  background: #3c6a50;
  color: #fff;
  margin: 5px 0 0 0;
}

.opportunities .post .box a:hover {
  background: #f4c462;
  color: #fff;
}
.opportunities a.all {
  margin-top: 50px;
}

/* .opportunities .box a.mor{
        background: #fff;
        padding: 0;
        color: #000;
    }
    .opportunities .box a.mor:hover{
        color: #bec038;
    } */

.archive-opportunities .post {
  float: left;
  padding: 25px;
  text-align: left;
  direction: ltr;
  position: relative;
  margin: 30px 0 0;
}
.archive-opportunities .post img {
  width: 100%;
  height: 280px;
}
.archive-opportunities .post .box {
  background: #3c6a50;
  padding: 15px;
  z-index: 9;
  position: absolute;
  transition: all 0.5s ease 0s;
  bottom: -15px;
  left: 0;
  color: #fff;
  width: 80%;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0px;
}
.archive-opportunities .post:hover .box {
  transition: all 0.5s ease 0s;
  bottom: 25px;
  left: 25px;
}

.archive-opportunities .post .box-up {
  background: #3c6a50;
  padding: 5px;
  z-index: 9;
  position: absolute;
  transition: all 0.5s ease 0s;
  top: -5px;
  right: -5px;
  color: #fff;
  width: 25%;
  border: 2px solid #fff;
  border-width: 0px 0px 2px 2px;
  text-align: center;
}
.archive-opportunities .post:hover .box-up {
  transition: all 0.5s ease 0s;
  top: 25px;
  right: 25px;
}
.archive-opportunities .post .box h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: sky;
}
.archive-opportunities .post .box a {
  background: #fff;
  color: #3c6a50;
  margin: 5px 0 0 0;
}

.archive-opportunities .post .box a:hover {
  background: #f4c462;
  color: #fff;
}
.archive-opportunities a.all {
  margin-top: 50px;
}

/**/
.specialties {
  background: #f9f9f9;
  text-align: center;
}
.specialties .post {
  float: left;
  overflow: hidden;
  margin: 30px 0 0;
}
.specialties img {
  float: left;
  width: 80%;
  height: 200px;
}
.specialties .box {
  background: #fff;
  border-bottom: 2px solid #ced06a;
  padding: 20px;
  color: #000;
  font-size: 13px;
  float: right;
  transition: all 0.5s ease 0s;
  width: 80%;
  margin: -80px 0 0;
  text-align: left;
  direction: ltr;
  box-shadow: 0 0 10px #ddd;
}
.specialties .post:hover .box {
  transition: all 0.5s ease 0s;
  width: 80%;
  margin: -80px 10% 0 0;
}
.specialties .box h3 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #bec038;
}
.specialties .box a.mor {
  background: #fff;
  padding: 0;
  color: #000;
}
.specialties .box a.mor:hover {
  color: #bec038;
}
/**/

.maillist {
  text-align: center;
  direction: ltr;
  /* background-image: url('img/maillist-new.png'); */
  /* background-size: cover; */
  padding: 100px;
}
.maillist .cover {
  padding: 60px 10px;
  min-height: 250px;
  background: rgba(60, 106, 80, 0.13);
}
/**/
.mailpoet_form {
  background: none !important;
}

.mailpoet_form form {
  margin: 0 auto;
  display: block;
  max-width: 500px;
}
.mailpoet_paragraph {
  float: left;
  width: 80%;
  padding: 0;
  margin: 0;
}
.last {
  float: right !important;
  width: 20% !important;
  padding: 0;
  margin: 0;
  position: relative;
}
.last:after {
  content: '\f1d8';
  font-family: fontawesome;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;

  padding: 0;
  width: 100%;
  background: #3c6a50 !important;
  text-align: center;
  z-index: 0;
  height: 50px;
  line-height: 50px;
}

.mailpoet_text {
  font-family: sky !important;
  outline: none;
  border: none;
  height: 50px !important;
  border-radius: 0 !important;
}
.mailpoet_submit {
  font-size: 0 !important;
  background: #f00 !important;
  font-family: inherit;
  outline: none;
  border: none;
  height: 50px !important;
  border-radius: 0 !important;
  position: sticky;
  z-index: 9;
  opacity: 0;
}
/**/
.maps {
  clear: both;
  padding: 0;
  margin: 0;
  position: relative;
}
.maps:after {
  content: 'They Are Everywhere There Is Opportunity';
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  bottom: 0;
  text-align: center;
  color: #000;
  font-size: 45px;
  text-shadow: 2px 2px 10px #f4c462;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 769px) {
  .maps:after,
  .title4 {
    font-size: 25px;
    padding: 15px 35px;
    top: 20%;
  }
  .maillist {
    text-align: center;
    direction: ltr;
    /* background-image: url('img/maillist-new-mini-new.png'); */
    /* background-size: cover; */
    padding: 15px;
  }
  .maillist-title {
    display: block;
    text-align: center;
    margin: 0 0 25px;
    padding: 0 0 25px;
    color: #000;
    position: relative;
    font-weight: 900;
    font-size: 22px;
    position: sticky;
  }
  .services .box {
    height: 180px;
  }
  .owl-carousel .owl-item img {
    width: 100%;
    object-fit: contain;
    height: 15vh;
  }
}

.maps img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

/* .container4 {
        position: relative; 
        clear: both;
        padding: 0;
        margin: 0;
    } */
.img-maps {
  width: 100%;
  height: auto;
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
/**/
footer {
  background: #000000;
  clear: both;
  overflow: hidden;
  padding: 60px 10px;
  text-align: left;
  direction: ltr;
  color: #999;
  font-size: 15px;
}
footer .foot {
  float: left;
  padding: 15px 20px;
}
footer .foot h2.tit {
  display: block;
  margin: 0 0 15px;
  font-family: sky !important;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

footer .foot .textwidget p {
  position: relative;
  padding: 0 0 0 30px;
}

footer .foot .textwidget p .fa {
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
footer .foot hr {
  border-color: #444;
}

footer .foot ul {
  column-count: 2;
  list-style: none;
  display: block;
  direction: ltr;
}
footer .foot ul li {
  list-style: none;
  padding: 5px 0;
}
footer .foot ul li a {
  color: #999;
  text-decoration: none;
  outline: none;
}
footer .foot ul li a:hover {
  color: #ced06a;
  text-decoration: none;
  outline: none;
}
/**/

.copy {
  padding: 5px 15px;
  text-align: left;
  direction: ltr;
  display: block;
  clear: both;
  color: #fff;
  background: #1d1c1c;
}
.copy .box {
  float: right;
  padding: 10px;
}

.copy .box .fa {
  float: right;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #000;
  background: #fff;
}
.copy .box .fa:hover {
  color: #fff;
  background: #fcad02;
}

.copy .box span {
  color: #3c6a50;
  font-weight: bold;
}

@media (max-width: 769px) {
  .copy .box {
    text-align: center;
  }
  .copy .box .fa {
    float: none;
    display: inline-block;
  }
}

/*///////////*/
.slid {
  padding: 60px ​0 0;
  margin: 0;
  background: #fff;
  min-height: 80px;
  position: relative;
}
@media (max-width: 769px) {
  .slid {
    padding: 0;
    min-height: 0;
  }
}
.slid .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.slid img {
  width: 100%;
  height: 80vh;
  transition: all 0.5s ease 0s;
  object-fit: cover;
  opacity: 0.8;
}
.slid img:hover {
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.single-opportunities {
  /* background: linear-gradient(
      72deg,
      rgb(241, 240, 237) 0%,
      rgb(245, 252, 250) 100%
    ); */
  background: rgba(60, 106, 80, 0.2);
  text-align: center;
  color: #fff;
  min-height: 450px;
}

.single-opportunities .post {
  /* float: right; */
  /* padding: 25px; */
  text-align: left;
  direction: ltr;
  position: relative;
  /* margin: 30px 0 0; */
}

.single-opportunities .post .box-up {
  background: #f4c462;
  padding: 5px;
  z-index: 9;
  position: absolute;
  transition: all 0.5s ease 0s;
  bottom: -5px;
  right: -5px;
  color: #fff;
  width: 25%;
  border: 2px solid #fff;
  border-width: 0px 2px 2px 0px;
  text-align: center;
}
.single-opportunities .post:hover .box-up {
  transition: all 0.5s ease 0s;
  bottom: 25px;
  right: 25px;
}

.single-opportunities .post .box h3 {
  margin: 0 0 10px;
  padding: 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-family: sky;
}
.single-opportunities .post .box a {
  background: #fff;
  color: #000;
  margin: 5px 0 0 0;
}

.single-opportunities .post .box a:hover {
  background: #000;
  color: #fff;
}
.single-opportunities a.all {
  margin-top: 50px;
}

.page {
  /* background: rgb(255, 255, 255);
  background: linear-gradient(
    72deg,
    rgba(252, 173, 2, 1) 0%,
    rgba(60, 106, 80, 1) 100%
  ); */
  background: #3c6a50;
}
.page .block {
  float: left;
  padding: 15px 30px 25px;
  text-align: left;
  direction: ltr;
  color: #fff;
}
.block2 {
  color: #fff;
}
.tit-page {
  font-size: 22px;
  font-family: sky;
  font-weight: bold;
  color: #fff;
  margin: 0 0 20px;
  position: sticky;
  text-align: left;
  display: block;
  padding: 5px 0 5px 0;
  z-index: 9;
}
.tit-page:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0px;
  width: 120px;
  background: #f4c462;
  z-index: -1;
}
.block2 .tit-page:after {
  background: #f4c462;
}
.page .block ul {
  list-style: none;
  display: block;
  direction: ltr;
}
.page .block ul li {
  list-style: none;
  float: none;
  display: block;
  position: relative;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #ffffff20;
}
.page .block ul li .fa {
  position: absolute;
  top: 18px;
  left: 0;
  color: #f4c462;
}

/**/
.map {
  padding: 0;
  margin: 0;
  clear: both;
}
.map iframe {
  width: 100%;
  height: 450px;
  filter: blur(3px);
}
.gm-style .place-card-large {
  display: none !important;
}
/**/
.contact {
}
.contact .block {
  float: left;
  padding: 20px;
}
.adress {
  display: block;
  list-style: none;
  direction: ltr;
  padding: 20px 0;
}
.adress li {
  float: none;
  display: block;
  list-style: none;
  position: relative;
  padding: 10px 0 10px 35px;
  overflow: hidden;
  font-size: 18px;
  text-align: left;
}
.adress li .fa {
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 0;
  color: #fcad02;
}
/**/
.wpcf7-form-control {
  width: 100%;
  padding: 10px 0;
  margin: 0 0 10px;
  border: none;
  background: #fff;
  max-height: 130px;
  color: #000;
  outline: none;
  text-align: left;
  direction: ltr;
  border-bottom: 1px solid #ddd;
  text-align: left;
  direction: lrt !important;
}
input[type='submit'] {
  background: #3d6a50;
  text-align: center !important;
  color: #fff;
}
input[type='submit']:hover {
  background: #f4c462;
  color: #fff;
  text-align: center !important;
}
/**/
.about-page {
}
.about-page .box {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  max-width: 960px;
  float: none;
}
.about-page .box img {
  float: left;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 25px 25px 0;
}
.about-page .box p {
}
.about-page .box h2,
.about-page .box h1,
.about-page .box h3 {
  margin: 0 0 20px;
  font-weight: bold;
  font-family: sky;
}

.about-page .box:nth-child(odd) img {
  margin: 0 0 25px 25px;
  float: right;
}

.about_form {
  background: none !important;
}

.about_form form {
  margin: 0 auto;
  display: block;
  max-width: 500px;
}
.about_paragraph {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.about-last {
  /* float: right !important; */
  width: 100% !important;
  padding: 0;
  margin: 0;
  /* position: relative; */
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  background: #3c6a50 !important;
  text-align: center;
  z-index: 0;
  height: 50px;
  line-height: 50px;
}

.about_text {
  font-family: GE_SS !important;
  outline: none;
  border: none;
  height: 50px !important;
  border-radius: 0 !important;
}
.about_submit {
  font-size: 0 !important;
  background: #f00 !important;
  font-family: inherit;
  outline: none;
  border: none;
  height: 50px !important;
  border-radius: 0 !important;
  position: sticky;
  z-index: 9;
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: sky;
}

.screen-reader-text {
  display: none;
}

@media (max-width: 769px) {
}
/*
    background-color: rgba(80,104,140,0.5);
        transition: all 0.5s ease 0s;
            transform: scale(1.2);
    
                                    display: flex;
                            flex-direction: column;
                            justify-content: center;
    */

/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/

/*
    background-color: rgba(80,104,140,0.5);
        transition: all 0.5s ease 0s;
            transform: scale(1.2);
    */
