@font-face {
  font-family: 'Playfair Display SC';
  src: url('fonts/PlayfairDisplaySC-Black.woff2') format('woff2'),
      url('fonts/PlayfairDisplaySC-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display SC';
  src: url('fonts/PlayfairDisplaySC-Bold.woff2') format('woff2'),
      url('fonts/PlayfairDisplaySC-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display SC';
  src: url('fonts/PlayfairDisplaySC-Regular.woff2') format('woff2'),
      url('fonts/PlayfairDisplaySC-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



body {
  font-family: 'Lato', sans-serif;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

p {
  color: #666;
  line-height: 1.8em;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 500;
}

h3 {
  color: #666;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  line-height: 30px;
}
section {
  padding:45px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 75px;
}
.values_sec {
  margin-left: -21px;
}

.values_sec_img {
  margin-bottom: 35px;
}

.box p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333;
  text-transform: uppercase;
  font-family: 'Playfair Display SC';
  background: url(images/stripe_bg.jpg) no-repeat bottom center;
  padding-bottom: 30px;
  letter-spacing: 2.0px;
}


.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}

.values_sec2 {
  margin-left: -7px;
}

.values_sec3 {
  margin-left: -14px;
}

.values_sec2_text {
  padding: 0 17px;
}

.values_sec3_text {
  padding: 0 10px;
}

.values_sec4_text {
  padding: 0 15px;
}

.values_sec5_text {
  padding: 0 19px;
}

.values {
  padding-bottom: 43px;
}

.values_sec5 {
  margin-left: -19px;
}

.values_sec4 {
  margin-left: -1px;
}

.box {
  text-align: center;
}

.box h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.box h3 a {
  color: #1f1f1f;
}

.mid_wrapper {
  width: 81%;
}

.contact {
  background: url(images/contact_Bg.jpg) no-repeat top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
  width: 100%;
  height: 750px;
  padding: 115px 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.counts {
  padding: 135px 0;
}

.economy_text {
  padding: 0px 26px 0 34px;
  margin-top: -7px;
}

.contact_wrapper {
  width: 82%;
}



@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
  .logo img {
  width: 100%;
}
.economy_sec h2 {
  font-size: 23px !important;
  margin-bottom: 20px !important;
  margin-left: 0 !important;
  line-height: 30px !important;
}

.hero .btn-get-started span {
  font-size: 14px !important;
}

.economy_sec {
  text-align: center;
}

.counts {
  text-align: center;
}

.hero h2 {
  font-size: 19px !important;
}

.footer .footer-top .footer-links ul li {
  margin-bottom: 10px;
}


.economy_img img {
  width: 100%;
}

.section-header h2 {
  font-size: 30px;
}


}

.economy_sec {
  background: linear-gradient(180deg,rgba(0,0,0,0.72) 0%,rgba(0,0,0,0.69) 100%), url(images/economy_Bg.jpeg) no-repeat top center;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto;
  width: 100%;
  background-size: 103% 100%;
  height: 893px;
  padding: 77px 0 60px;
}

.logos_sec {
  text-align: center;
}

.economy_sec p {
  color: #fff;
  font-size: 18px;
  line-height: inherit;
   font-family: 'Open Sans', sans-serif;
}

.economy_sec h2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 60px;
  font-family: 'Raleway', sans-serif;
  margin-left: -24px;
  line-height: 50px;
  margin-top: 1px;
  letter-spacing: 0px;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0px;
  bottom: 15px;
  z-index: 99999;
  background: rgba(0,0,0,0.4);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 19px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #222;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
.header.header-scrolled {
  background: #000;
  padding: 9px 0 10px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
  margin-left: -3px;
}
.header .logo img {
  width: 37.3%;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.header-scrolled #navbar ul li a {
  padding: 8px 0 8px 26px;
  font-size: 14px;
}

.header-scrolled .logo img {
  width: 22.5%;
  margin-top: 2px;
}

.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: 11px 0px 10px 25.5px;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar {
  margin-right: 34px;
}
.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: #58bc68;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}
.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: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.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: #4154f1;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.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-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.70);
  transition: 0.3s;
}
.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;
  border-radius: 10px;
  background-color:#70c15a;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #fff;
  background:#1f1f1f;
}


.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #70c15a;
  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: #4154f1;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.hero {
  width: 100%;
  background: url(images/header.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: cover;
  height: 729px;
  background-position: 100% -24px;
}

.services_banner {
  background: linear-gradient(180deg,rgba(53,83,107,0.82) 0%,rgba(53,83,107,0.82) 100%), url(images/services_bg.jpg) 0 -184px no-repeat;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-size: cover;
  height: 573px;
}

.contact_banner {
  background: linear-gradient(180deg,rgba(53,83,107,0.82) 0%,rgba(53,83,107,0.82) 100%), url(images/contact.jpeg) center no-repeat;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
  background-size: cover;
  height: 462px;
}
.hero h1 {
  margin: 0;
  font-size: 64px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Playfair Display SC';
  line-height: 80px;
}
.hero h1 span{
  color: #70c15a;
}
.hero h2 {
  color: #fff;
  margin: 6px 0 26px 0;
  font-size: 23px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 1.6em;
}
.btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 23px 20px;
  transition: 0.5s;
  color: #fff;
  background: none;
  border: 2px solid #70c15a;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.btn-get-started:hover {
color: #6eba01;
border-color: #ffffff;
border-radius: 0;
letter-spacing: 2px;
padding-left: 0.7em;
background-image: initial;
background-color: transparent;
}

.service_sec_main {
  background: #fff !important;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.hero .btn-get-started:hover i {
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: right;
}
/*@media (min-width: 1024px) {
.hero {
  background-attachment: inherit !important;
}.banner_top {
  padding-top: 0  !important;
}
  
}*/
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
  }
.service_sec_Bg_main {
  margin-top: -40px  !important;
}

.contact {
  height: auto;
}

.contact .info-box {
  height: auto  !important;
  margin-right: 0  !important;
  margin-bottom: 30px  !important;
}


.economy_sec {
  height: auto  !important;
}









  
}
@media (max-width: 768px) {
	

  .footer_logo {
    text-align: center;
    float: left;
    width: 100%;
  }
  .economy_sec {
    background-size: cover;
    height: auto;
  }
  .contact_wrapper {
    width: 100%;
  }

  .contact {
    height: auto;
  }

  .contact .info-box {
    margin-right: 0 !important;
    height: auto !important;
    margin-bottom: 20px;
  }

	.banner_top {
  padding-top: 0 !important;
}
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero .hero-img img {
    width: 100%;
  }
  
.service_sec_Bg_main {
  margin-top: -40px  !important;
}

.contact_page h2 {
  font-size: 27px !important;
}

.btn-get-started {
  letter-spacing: 0px;
}
.contact_page h2::first-letter {
  font-size: 40px !important;
}

.contact_page h2 span {
  font-size: 40px;
}

.contact_form {
  width: 100% !important;
}

.header .logo img {
  width: 180px;
}
.experience_green_sec {
  font-size: 28px !important;
}

.service_top h1 {
  font-size: 38px !important;
}

.experience_green_sec_inner {
  padding: 0 !important;
}


}

.service_top h1 {
  font-size: 46px;
  letter-spacing: 4px;
  font-weight: 400;
  line-height: 70px;
  margin-top: -27px;
}
.service_top h2 {
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.banner_top {
  padding-top: 206px;
}

.text2 {
  color: #fff;
  font-size: 20px;
  margin-top: -20px;
  font-family: 'Lato', sans-serif;
}

.service_nav li {
  background: url(images/tick.png) no-repeat left 16px;
  list-style: none;
  padding: 15px 40px;
  color: #333;
  font-weight: 700;
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}

.experience_green_sec_inner {
  padding: 34px 70px 0;
}

.service_sec_gap_wrapper {
  width: 81%;
}

.service_blue_line {
  margin-top: 36px;
}

.service_text_right {
  padding-left: 35px;
}

.service_sec h2 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-transform: none;
  font-family: 'Playfair Display SC';
  letter-spacing: 1.3px;
  line-height: 1.3em;
}

.blue_line {
  background: #2ea3f2;
  opacity: inherit;
  margin-bottom: 42px;
}

.service_sec {
  padding: 81px 0 140px;
  background: #f5f5f5;
}

.green_line {
  background: #58bc68;
  opacity: inherit;
  height: 4px !important;
}

.bg_inner {
  background: url(images/greena.svg) no-repeat top center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  height: 199px;
  width: 100%;
  margin-top: -199px;
  background-size: 100% 200px;
  transform: rotateY(180deg);
}
.service_sec_gap {
  padding-bottom: 0;
  padding-top: 55px;
}

.bg_inner2 {
  background: url(images/white.svg) no-repeat top center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  height: 200px;
  width: 100%;
  margin-top: -200px;
  background-size: 100% 200px;
  transform: rotateY(180deg);
}

.contact_page h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 5px;
  color: #333;
  text-transform: uppercase;
  font-family: 'Playfair Display SC';
  letter-spacing: 1.1px;
  line-height: 1.5em;
}

.service_sec_gap {
  padding-bottom: 0;
  padding-top: 55px;
}

.contact_page p {
  font-size: 20px;
  letter-spacing: 0.3px;
  font-weight: 500;
  line-height: 1.9em;
}

.contact_page input {
  background: #f2f4f3;
  border: none;
  border-radius: 0;
  padding: 19px 16px 20px;
  margin-bottom: -8px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.contact_page textarea {
  background: #f2f4f3;
  border: none;
  border-radius: 0;
  padding: 15px;
  margin-bottom: -16px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  height: 149px;
}

.contact_page button {
  background: #58bc68;
  border: none;
  border-radius: 0;
  padding: 18px 30px;
  color: #fff;
  margin-bottom: -8px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all;
  transition-property: all;
}

.contact_page button:hover  {
	  background: #58bc68 url(images/circle_icon.jpg) no-repeat 20px center;
	    padding: 18px 30px 18px 45px;
}
.contact_banner h1 {
  letter-spacing: 0;
  margin-top: 12px;
  text-transform: none;
  font-size: 45px;
}

.contact_form {
  width: 71.4%;
  margin-top: 55px;
  margin-left: 2px;
  margin-bottom: 56px;
}

.contact_blue_line {
  margin-bottom: 32px;
}

.footer-info {
  padding-left: 30px;
}

.section-header h2::first-letter {
  font-size: 48px;
}


.message_title h2::first-letter {
  font-size: 25px;
}

.service_sec h2::first-letter {
  font-size: 38px;
}

.service_top h1::first-letter {
  font-size: 50px;
}

.service_top h1 span {
  font-size: 52px;
  color:#fff;
}

.contact_page h2::first-letter {
  font-size: 52px;
}

.contact_page h2 span{
  font-size: 52px;
}

.service_sec_Bg {
  background: linear-gradient(180deg,#1c1d1e 0%,rgba(28,29,30,0.71) 100%), url(images/contact_Bg.jpg) center center no-repeat;
    background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: auto, auto;
  max-width: 1280px !important;
  background-size: cover;
  border: 20px solid #fff;
  box-shadow: 0px 70px 150px -6px rgba(0,0,0,0.2);
  text-align: center;
  color: #fff;
  padding: 81px 57px 67px;
  position: relative;
}

.service_sec_Bg_main {
  margin-top: -80px;
}

.contact_page_icons i {
  background: #58bc68;
  padding: 24px 24px;
  border-radius: 50% 50%;
  font-size: 33px;
  display: inline-flex;
  margin-bottom: 32px;
}

.contact_page_icons h2 {
  font-size: 24px;
  color: #fff;
  font-family: 'Playfair Display SC';
  text-transform: none;
  margin-bottom: 13px;
}

.contact_page_icons h2::first-letter {
  font-size: 26px;
}

.contact_page_icons p {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  line-height: 29px;
}

.contact_page_icons a {
  color: #58bc68;
  font-weight: 600;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  top: 2px;
}

.experience_banner {
  background: linear-gradient(180deg,rgba(53,83,107,0.82) 0%,rgba(53,83,107,0.82) 100%), url(images/experience_bg.jpg) center no-repeat;
  background-size: cover;
  height: 463px;
}

.experience_banner h1 {
  margin-left: -2px;
  margin-top: 10px;
}

.experience_img img {
  width: 100%;
  margin-bottom: -22px;
}
.experience_text {
  background: #fff;
  padding: 40px 40px 26px;
  margin-top: 40px;
  margin-bottom: 29px;
}
.experience_text p {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.founder_bg {
    background: linear-gradient(180deg,#e8e8e8 0%,rgba(255,255,255,0.7) 100%), url(images/AdobeStock_23065079.jpg) center no-repeat;
    background-size: auto, auto;
    background-size: cover;
    padding: 70px 0 150px;
}

.founder_bg2 {
  background: linear-gradient(180deg,#e8e8e8 0%,rgba(255,255,255,0.7) 100%), url(images/experience_bg2.jpg) center no-repeat;
    background-size: auto, auto;
  background-size: cover;
  padding: 56px 0 195px;
}

.founder_bg p {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.founder_bg h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-transform: none;
  font-family: 'Playfair Display SC';
  letter-spacing: 1px;
  text-align: right;
  line-height: 1em;
}
.founder_bg h2::first-letter {
  font-size: 40px;
}

.founder_bg2 p {
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}
.founder_bg2 h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-transform: none;
  font-family: 'Playfair Display SC';
  letter-spacing: 1px;
  text-align: right;
  line-height: 1em;
}
.founder_bg2 h2::first-letter {
  font-size: 40px;
}

.contact_btn {
  background: #58bc68;
  padding: 18px 26px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  transition: all 300ms ease 0ms;
}

.contact_btn:hover {
  background: #58bc68 url(images/arrow.jpg) no-repeat 149px center;
  padding: 18px 50px 18px 30px;
  color: #fff;
  transition: all 300ms ease 0ms;
}


.bg1 {
  background: url(images/bg1.svg) no-repeat top center;
  height: 100px;
  width: 100%;
  transform: rotateY(-180deg);
  margin-top: -92px;
}


.bg2 {
  background: url(images/bg2.svg) no-repeat top center;
    background-size: auto;
  height: 150px;
  width: 100%;
  background-size: 100% 100%;
  transform: rotateX(180deg);
  margin-top: -150px;
}

.founder_wrapper {
  width: 82%;
}

.service_sec_gap_wrapper2{
  width:80%;
}

.service_sec_gap_wrapper2 h2 {
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.bg3 {
  background: url(images/bg3.svg) no-repeat top center;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  height: 99px;
  width: 100%;
  margin-top: -100px;
  background-size: 100% 100%;
  transform: rotateY(-180deg);
}

.founder_bg h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-transform: none;
  font-family: 'Playfair Display SC';
  letter-spacing: 1px;
  line-height: 1.5em;
  margin-top: 24px;
}

.founder_bg h3::first-letter {
  font-size: 34px;
}

.founder_bg2 h3 {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  text-transform: none;
  font-family: 'Playfair Display SC';
  letter-spacing: 0.2px;
  line-height: 1.5em;
  margin-top: 27px;
}

.founder_wrapper_right {
  padding-left: 25px;
  margin-top: -11px;
}

.founder_bg2 h3::first-letter {
  font-size: 34px;
}

.experience_green_sec {
  background: #58bc68;
  color: #fff;
  text-align: center;
  font-size: 47px;
  font-family: 'Caveat', cursive;
  padding-bottom: 130px;
}

.contact .info-box {
  color: #444444;
  background: #fff;
  padding: 50px 40px;
  box-shadow: -1px -1px 51px -11px rgba(0,0,0,0.75);
  height: 100%;
  margin-right: 8px;
}

.contact .info-box p i {
  font-size: 23px;
  padding-right: 2px;
  color: #58bc68;
}

.contact .info-box i {
  font-size: 27px;
  line-height: 0;
  color: #58bc68;
}

.grey_color {
  color: #666;
}
.grey_border li {
  border-right: 1px solid #666 !important;
}

.contact .info-box h3 {
  font-size: 16px;
  color: #666;
  font-weight: 700;
  margin: 20px 0 40px 0;
  font-family: 'Open Sans', sans-serif;
}

.contact_wrapper_text {
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-weight: 500;
}
.contact .info-box p {
  padding: 0px;
  line-height: 24px;
  font-size: 17px;
  margin-bottom: 20px;
  color: #666;
}

.contact .info-box p a{
  color: #666;
}

.grey_color:hover {
  color: #666;
}

.mail {
  color: #2ea3f2 !important;
}

.contact_icons{
	color:#58bc68;
}

.info-box h2 {
  color: #1f1f1f;
  font-size: 22px;
  font-family: 'Playfair Display SC';
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.info-box h2::first-letter {
  font-size: 26px;
}

.message_title h2 {
  color: #1f1f1f;
  font-size: 22px;
  font-family: 'Playfair Display SC';
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact .php-email-form {
  background: #fff;
  padding: 50px 40px;
  height: 100%;
  box-shadow: -1px -1px 51px -11px rgba(0,0,0,0.75);
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.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;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #4154f1;
}
.contact .php-email-form input {
  padding: 13px 15px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  border: 1px solid rgba(0,0,0,0.12);
}
.contact .php-email-form textarea {
  padding: 12px 15px;
  margin-bottom: -14px;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  border: 1px solid rgba(0,0,0,0.12);
  height: 150px;
}
.contact .php-email-form button[type="submit"] {
  background: #58bc68;
  border: 1px solid #6eba01;
  padding: 10px 20px;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}
.contact .php-email-form button[type=submit]:hover {
  background: #4db55e;
}

.footer {
  background: #f6f9ff;
  font-size: 14px;
}
.footer .footer-top {
  background: #1c1d1e;
  padding: 80px 0;
}
.footer .footer-top .footer-links {
  font-family: 'Open Sans', sans-serif;
  margin-top: 29px;
  padding-left: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul li {
  display: flex;
  align-items: center;
  float: left;
  padding: 0px 7px 2px 0px;
  line-height: 0.9;
  border-right: 1px solid #fff;
  margin-right: 7px;
  color: #666;
}

.grey_border {
  margin-top: -4px !important;
}

.footer_logo img {
  margin-top: -1px;
}
.footer_logo {
  padding-left: 2px;
}

.footer_wrapper {
  width: 82%;
}
.footer .footer-top .footer-links ul a {
  color: #58bc68;
  transition: 0.3s;
  display: inline-block;
  line-height: 0.9;
}
.footer .footer-top .footer-links ul a:hover {
  color: #4db55e;
}



