@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
body {
  font-family: "Nunito", sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cursor {
	cursor: pointer;
}

.container {
  overflow: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn1 {
  display: block;
  display: inline-block;
  padding: 10px 15px;
  background-color: #0aa3c2;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border: 0;
}

.btn1:hover {
  background-color: transparent;
  color: #0aa3c2;
}

.btn1:hover {
  color: #fff;
  background-color: rgba(10, 163, 194, 0.7);
}

/*header section*/
.hero_area {
  position: relative;
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #74a57f;
  z-index: 1;
}

.hero_area:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/hero-bg.png) right center no-repeat;
  opacity: 0.75;
  z-index: 2;
}

.hero_area:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/hero-pattern-bg.png) center bottom/cover no-repeat;
  z-index: 3;
}

body#about .hero_area,
body#services .hero_area,
body#contact .hero_area {
  border-top: 75px solid #fff;
  height: 500px;
}

body#pp .hero_area {
	border-top: 75px solid #74a57f;
	height: 75px;
}

body#about .hero_area:after,
body#services .hero_area:after,
body#contact .hero_area:after,
body#pp .hero_area:after {
  display: none;
}

body#about .hero_area .slider_section,
body#services .hero_area .slider_section,
body#contact .hero_area .slider_section {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body#about .hero_area .slider_section .carousel-home,
body#services .hero_area .slider_section .carousel-home,
body#contact .hero_area .slider_section .carousel-home {
  margin: 0;
}

body#about .hero_area .slider_section .carousel-home h1,
body#services .hero_area .slider_section .carousel-home h1,
body#contact .hero_area .slider_section .carousel-home h1 {
  padding: 15px 0;
  margin: 0 0 0 30px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}

@media (max-width: 600px) {
  body#about .hero_area .slider_section .carousel-home h1,
  body#services .hero_area .slider_section .carousel-home h1,
  body#contact .hero_area .slider_section .carousel-home h1 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

body#about .hero_area:before {
  background: url(../img/about-hero.jpg) center/cover;
  opacity: 1;
}

body#contact .hero_area:before {
  background: url(../img/contact-hero.jpg) center/cover;
  opacity: 1;
}

@media (max-width: 992px) {
  body#contact .hero_area:before {
    background-position-x: -400px;
  }
}

@media (max-width: 600px) {
  body#contact .hero_area:before {
    background-position-x: -450px;
  }
}

body#services .hero_area:before {
  background: url(../img/services-hero.jpg) center/cover;
  opacity: 1;
}

@media (max-width: 992px) {
  body#services .hero_area:before {
    background-position-x: -400px;
  }
}

@media (max-width: 600px) {
  body#services .hero_area:before {
    background-position-x: -450px;
  }
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #178066;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0;
  z-index: 10;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header_section > .container {
  overflow: visible;
}

.header_section.--scrolled {
  background-color: #74a57f;
  -webkit-box-shadow: 0px 11px 9px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 11px 9px -5px rgba(0, 0, 0, 0.2);
}

.header_section.--scrolled .custom_nav-container .navbar-nav .nav-item .nav-link {
  text-shadow: none !important;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

body#about .header_section,
body#services .header_section,
body#contact .header_section {
  background-color: #74a57f;
}

body#about .header_section .custom_nav-container .navbar-nav .nav-item .nav-link,
body#services .header_section .custom_nav-container .navbar-nav .nav-item .nav-link,
body#contact .header_section .custom_nav-container .navbar-nav .nav-item .nav-link {
  text-shadow: none !important;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 24px;
}

.navbar-brand:hover {
	color: #fff;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar-brand img {
  width: auto;
  height: 45px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item {
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0 20px;
  height: 75px;
  line-height: 75px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover {
  color: #393e41;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.custom_nav-container .navbar-nav .nav-item:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 75px;
}

.custom_nav-container .navbar-nav ul.submenu {
  position: absolute;
  width: auto;
  padding: 0;
  background: #fff;
  left: 6px;
  top: 95px;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 4px 6px -2px rgba(24, 39, 75, 0.15), 0 8px 8px -4px rgba(24, 39, 75, 0.08);
          box-shadow: 0 4px 6px -2px rgba(24, 39, 75, 0.15), 0 8px 8px -4px rgba(24, 39, 75, 0.08);
  border-radius: 0 0 4px 4px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  z-index: 12;
}

.custom_nav-container .navbar-nav ul.submenu > li {
  display: block;
}

.custom_nav-container .navbar-nav ul.submenu > li > a {
  display: block;
  padding: 10px 15px !important;
  font-size: 15px;
  text-align: left;
  color: #74a57f;
  margin: 0;
  line-height: 125%;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.custom_nav-container .navbar-nav ul.submenu > li > a:hover {
  color: #393e41;
  text-decoration: none;
  background: none;
}

body#home li.nav-home > .nav-link,
body#about li.nav-about > .nav-link,
body#services li.nav-services > .nav-link,
body#contact li.nav-contact > .nav-link {
  color: #393e41;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-home {
  width: 100%;
  position: unset;
  margin-top: -100px;
  z-index: 6;
}

.slider_section .detail-box {
  color: #1fab89;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 100%;
  color: #032226;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 32px;
  line-height: 115%;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  display: inline-block;
  padding: 10px 15px;
  background-color: #393e41;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border: 1px solid #393e41;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #393e41;
}

.slider_section .detail-box .btn-box .btn1:hover {
  color: #393e41;
  border-color: #fff;
  background-color: #fff;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  display: inline-block;
  padding: 10px 10px;
  background-color: transparent;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  border: 1px solid #fff;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: transparent;
}

.slider_section .detail-box .btn-box .btn2:hover {
  color: #393e41;
  border-color: #393e41;
}

.about-area {
  padding: 10px 0 80px;
}

.about-area .about-caption {
  padding-left: 20px;
}

.about-area .about-caption h2 {
  color: #032226;
  font-weight: 600;
}

.about-area .about-caption .pera-top {
  color: #aaa;
  font-weight: 400;
  font-size: 22px;
}

.about-area .about-caption .pera-bottom {
  font-size: 16px;
}

.about-area .about-img img {
  width: 100%;
  border-radius: 30px;
}

body#about .about-area {
  padding: 60px 0;
}

@media (max-width: 600px) {
  body#about .about-area {
    padding: 40px 0;
  }
}

body#about .about-caption {
  text-align: left;
}

body#about .about-caption .section_title {
  padding-bottom: 15px;
}

body#about .about-caption .section_title h3 {
  text-align: left;
}

body#about .about-caption .section_title h3:before {
  left: 25px;
}

body#about .about-caption > img {
  width: 500px;
  border-radius: 6px;
  float: right;
  margin: 0 0 15px 25px;
}

body#about .about-caption p:last-of-type {
  margin-top: 30px;
}

.services {
  padding: 80px 0;
  color: #fff;
  background-color: #032226;
}

.services .container {
  overflow: visible;
}

.services h2 {
  color: #0cc4e9;
}

.services .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 90px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 12px 12px 0 0;
  text-align: center;
}

.services .box .img-box {
  width: 70px;
  height: 70px;
  margin: -35px auto 20px;
  background-color: #74a57f;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .box .img-box > i {
  font-size: 32px;
  color: #fff;
}

.services .box .detail-box {
  color: #393e41;
  padding: 0 30px 10px;
}

.services .box .detail-box h5 {
  font-weight: bold;
}

.services .box .detail-box p {
  line-height: 140%;
}

.services .box .detail-box a {
  color: #1fab89;
  font-weight: 600;
}

.services .box .detail-box a:hover {
  color: #74a57f;
}

.services-interior > .container > .row .col-lg-3 > ul {
  padding: 0;
  margin-left: 25px;
}

@media (max-width: 992px) {
  .services-interior > .container > .row .col-lg-3 > ul {
    margin: 0 0 25px 25px;
  }
}

.services-interior > .container > .row .col-lg-3 > ul > li {
  margin-bottom: 8px;
  list-style-type: circle;
}

.services-interior > .container > .row .col-lg-9 h2 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .services-interior > .container > .row .col-lg-9 h2 {
    text-align: center;
  }
}

.services-interior > .container > .row .col-lg-9 p:last-of-type {
  margin-top: 30px;
}

@media (max-width: 992px) {
  .services-interior > .container > .row .col-lg-9 p:last-of-type {
    text-align: center;
  }
}

.services-area {
  padding: 60px 0;
}

@media (max-width: 600px) {
  .services-area {
    padding: 40px 15px;
  }
}

.services-area .col-xl-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.services-area .col-xl-12 .services__item {
  width: calc(100% / 3 - 15px);
  color: #222;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
  background-color: rgba(116, 165, 127, 0.2);
}

@media (max-width: 992px) {
  .services-area .col-xl-12 .services__item {
    width: calc(100% / 2 - 15px);
  }
}

@media (max-width: 600px) {
  .services-area .col-xl-12 .services__item {
    width: 100%;
  }
}

.services-area .col-xl-12 .services__item > i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
  border-radius: 100px;
  background-color: #74a57f;
}

.services-area .col-xl-12 .services__item .secondary-btn {
  padding: 12px 30px;
  font-size: 14px;
  margin-top: 10px;
  color: #74a57f;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
}

.services .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.services .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.services .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 4px;
  background-color: #eee !important;
}

.services .owl-dot.active {
  background-color: #0cc4e9 !important;
}

.callout {
  padding: 60px 0;
  background: url(../img/callout-bg.png);
}

.callout h2 {
  margin-bottom: 25px;
}

.callout-text {
  width: 60%;
  text-align: center;
  margin: 0 auto;
}

.callout p {
  margin: 0 auto 15px;
}

.callout p .primary-btn {
  margin-top: 20px;
}

.callout .text-center p {
  margin: 15px 0 0;
}

.testimonials {
  padding: 80px 0 60px;
  background-color: #f5f5f5;
}

.testimonials .container {
  overflow: visible;
}

.testimonials .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.testimonials .box .img-box {
  margin-bottom: 15px;
  min-width: 120px;
  max-width: 120px;
  overflow: hidden;
}

.testimonials .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid #fff;
}

.testimonials .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.testimonials .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.testimonials .box .detail-box .name h6 {
  color: #74a57f;
  font-size: 20px;
}

.testimonials .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.testimonials .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 4px;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #bbb !important;
}

.contact-area {
  padding: 60px 0;
}

@media (max-width: 600px) {
  .contact-area {
    padding: 40px 15px;
  }
}

.contact-details {
  width: auto;
  max-width: 300px;
}

.contact-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  margin-bottom: 15px;
}

.contact-details-icon {
  width: 30px;
}

.contact-details-icon > i {
  color: #0aa3c2;
}

.contact-details-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-details-text > a {
  color: #74a57f;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 40px;
  width: 900px;
  margin: auto;
}

.contact-form-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-form .col-lg-6,
.contact-form .col-lg-12 {
  margin-bottom: 20px;
}

.contact-form .col-lg-6.--error label,
.contact-form .col-lg-12.--error label {
  color: #f00;
}

.contact-form .col-lg-6.--error .contact-form-input,
.contact-form .col-lg-12.--error .contact-form-input {
  border-color: #f00 !important;
}

.contact-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #888;
}

.contact-form label.required:after {
  content: "*";
  color: #f00;
  padding-left: 3px;
}

.contact-form input.contact-form-input,
.contact-form textarea.contact-form-textarea {
  border: 1px solid #ddd;
  width: 100%;
  padding: 12px;
  font: 16px "Nunito";
  color: #333;
  border-radius: 4px;
  outline: 0 !important;
  -webkit-transition: all ease 0.1s;
  transition: all ease 0.1s;
}

.contact-form input.contact-form-input:hover,
.contact-form textarea.contact-form-textarea:hover {
  border-color: #bbb;
}

.contact-form input.contact-form-input:focus,
.contact-form textarea.contact-form-textarea:focus {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0 1px #ccc;
          box-shadow: 0 0 0 1px #ccc;
}

.contact-form textarea.contact-form-textarea {
  height: 150px;
}

.contact-form input.btn[readonly],
.contact-form input.contact-form-input[readonly],
.contact-form textarea.contact-form-textarea[readonly] {
  pointer-events: none;
  opacity: 0.6;
}

.contact-form .btn1 {
  width: 200px;
  margin: 0 auto;
}

.contact-form .messages .--success,
.contact-form .messages .--error {
  padding: 10px 15px;
  margin-bottom: 15px;
  line-height: 125%;
  font-size: 14px;
  font-weight: 600;
  color: #316822;
  border: 1px solid #316822;
  background: #e3e9e4;
  border-radius: 4px;
}

.contact-form .messages .--error {
  color: #ea1600;
  border-color: #ea1600;
  background: #f3e0e0;
}

@media (max-width: 1200px) {
  .contact-form {
    width: 100%;
  }
}

.footer_section {
  background: #393e41;
  color: #ffffff;
  padding: 60px 0 0;
  position: relative;
}

.footer_section h4 {
  font-weight: 600;
  color: #bddeba;
  margin-bottom: 15px;
}

.footer_section .footer_col {
  margin-bottom: 30px;
}

.footer_section .footer-details > ul {
  padding: 0;
}

.footer_section .footer-details > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  list-style: none;
  margin-bottom: 8px;
}

.footer_section .footer-details > ul > li .footer-address-icon {
  width: 30px;
}

.footer_section .footer-details > ul > li .footer-address-icon > i {
  color: #74a57f;
  font-size: 16px;
  margin-top: 2px;
}

.footer_section .footer-details > ul > li .footer-address-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer_section .footer-details > ul > li .footer-address-text > a {
  color: #0cc4e9;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.footer_section .footer-details > ul > li .footer-address-text > a:hover {
  color: #d8f7fd;
}

.footer_section .copyright_part {
  margin-top: 60px;
  padding: 15px 0;
  font-size: 14px;
  background-color: #222;
}

.footer_section .copyright_part .footer-social a {
  margin-left: 20px;
  display: inline-block;
  text-align: center;
  color: #0cc4e9;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.footer_section .copyright_part .footer-social a:hover {
  color: #d8f7fd;
}

.footer_section .copyright_part .footer-social a i {
  font-size: 22px;
}

.footer_section .copyright_part .footer-social a i:hover {
  color: #d8f7fd;
}

.footer_section .copyright_part a {
  color: #0cc4e9;
}

.privacy-content {
	padding: 40px 120px;
}

.privacy a {
	word-wrap: break-word;
}

.privacy h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
}

.privacy h2 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}

@media (max-width: 600px) {
	.footer-text span.pp {
		display: block;
		margin-top: 10px;	
	}
	
	.privacy-content {
		padding: 40px 25px;	
	}
}

.mrmaa {
	margin-top: 20px;
}

.mrmaa > img {
	width: auto;
	height: 60px;
}

.grecaptcha-badge {
  position: absolute;
  left: -9999px;
}
/*# sourceMappingURL=style.css.map */