@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins";
  color: #8a8a8a;
}

p {
  font-family: "Lora";
  color: #8a8a8a;
  line-height: 1.7;
}

button:focus, button:active {
  outline: none;
}

.btn {
  border: none;
}

.btn,
.form-control {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #dedede;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.4s all;
}
.btn:focus, .btn:hover,
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
  color: inherit;
}
.btn-small,
.form-control-small {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 26px;
}
.btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
  padding: 12px 32px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  border: 2px solid #1E65A7;
  background-color: #1E65A7;
  letter-spacing: 0.03em;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  color: #1E65A7;
  background-color: transparent;
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 8px 20px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #1E65A7;
  color: #1E65A7;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #1E65A7;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #1E65A7;
  color: #fff;
  border-color: #1E65A7;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #1E65A7;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #00743F;
  color: #fff;
  border-color: #00743F;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #00743F;
  color: #000;
}

.btn-effect {
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.btn-effect a {
  color: inherit;
}
.btn-effect::before, .btn-effect::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0;
  width: 24px;
  height: 22px;
  transition: all 0.25s;
  z-index: -1;
}
.btn-effect::before {
  border-left-width: 2px;
  border-top-width: 2px;
  left: -5px;
  top: -5px;
}
.btn-effect::after {
  border-right-width: 2px;
  border-bottom-width: 2px;
  bottom: -5px;
  right: -5px;
}
.btn-effect:hover {
  color: #fff;
}
.btn-effect:hover::before, .btn-effect:hover::after {
  height: 100%;
  width: 100%;
}
.btn-effect.small {
  padding: 7px 18px;
}
.btn-effect.medium {
  padding: 10px 22px;
}
.btn-effect.large {
  padding: 12px 32px;
}
.btn-effect.primary {
  background-color: #1E65A7;
}
.btn-effect.primary::before, .btn-effect.primary::after {
  border-color: #1E65A7;
}
.btn-effect.black {
  background-color: #1c1c1c;
}
.btn-effect.black::before, .btn-effect.black::after {
  border-color: #1c1c1c;
}
.btn-effect.white {
  background-color: #fff;
  color: #1c1c1c;
}
.btn-effect.white::before, .btn-effect.white::after {
  border-color: #fff;
}
.btn-effect.ghost {
  background-color: transparent;
  color: #1c1c1c;
  font-weight: 600;
  z-index: 2;
}
.btn-effect.ghost::before, .btn-effect.ghost::after {
  border-color: #1c1c1c;
}

@media screen and (max-width: 991px) {
  .btn-small,
.form-control-small {
    font-size: 11px;
  }
  .btn-view-all, .btn-custom,
.form-control-view-all,
.form-control-custom {
    font-size: 12px;
  }
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-custom-large, .btn.btn-custom-small,
.form-control.btn-custom-large,
.form-control.btn-custom-small {
    padding: 8px 20px;
    font-size: 13px;
  }
}
/* -- Sroll To Top on Click -- */
.scrollevent a {
  font-size: 18px;
  text-decoration: none;
}
.scrollevent a:hover {
  font-style: normal;
}
.scrollevent a .btn-scroll-up {
  padding: 5px 6px;
  background-color: rgba(30, 101, 167, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #164b7c;
  border-radius: 6px 6px 0 0;
  color: #fff;
  transition: 0.6s all;
  cursor: pointer;
}
.scrollevent a .btn-scroll-up i {
  transform: translateY(0);
  transition: 0.6s all;
  color: #fff;
}
.scrollevent a .btn-scroll-up:hover i {
  transform: translateY(-5px);
}
.scrollevent a .btn-scroll-up:focus {
  text-decoration: none;
  border: none;
  outline: none;
}

.scrollToTop {
  z-index: 9999;
  text-align: center;
  background: transparent;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 30px;
  display: none !important;
  cursor: pointer;
}
.scrollToTop.d-block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .scrollToTop.d-block {
    display: none !important;
  }
}
.scrollToTop button i {
  padding: 3px;
  font-size: 18px;
  color: #fff;
}
.scrollToTop:hover {
  text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  transition: 0.4s all;
}

p {
  line-height: 1.7;
}

.imgdiv img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
  overflow: hidden;
  transition: 0.4s all;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  font-style: normal;
  cursor: pointer;
  outline: none;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.no-border-right {
  border-right: none !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

.slick-slide:focus {
  outline: none;
}

.mobile-call-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 767px) {
  .mobile-call-button {
    display: block;
  }
}
.mobile-call-button a {
  font-size: 20px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(30, 101, 167, 0.7);
  border-radius: 100%;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 12px;
  background-color: #fff;
  border: 1px solid #1E65A7;
  cursor: pointer;
}
.slick-dots li button {
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  background-color: #1E65A7;
  width: 20px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  height: 22px;
  width: 22px;
  color: #8a8a8a;
  text-align: center;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #000;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.breadcrumb-banner {
  background: url("../images/breadcrumb-banner.jpg");
  max-height: 400px;
  min-height: 250px;
  width: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-attachment: fixed;
}
.breadcrumb-banner .container {
  height: 100%;
  display: flex;
  justify-content: center;
}
.breadcrumb-banner .container .breadcrumb {
  background: transparent;
}
.breadcrumb-banner .container .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 500;
  color: #1E65A7;
}
.breadcrumb-banner .container .breadcrumb .breadcrumb-item.active::before {
  color: #1E65A7;
}
.breadcrumb-banner .container .breadcrumb .breadcrumb-item a {
  font-size: 25px;
  font-weight: 500;
  color: #cacaca;
}
.breadcrumb-banner .container .breadcrumb .breadcrumb-item a:hover {
  color: #1E65A7;
}

@media screen and (max-width: 768px) {
  .breadcrumb-banner .container .breadcrumb .breadcrumb-item {
    font-size: 18px;
  }
  .breadcrumb-banner .container .breadcrumb .breadcrumb-item a {
    font-size: 18px;
  }
}
.section {
  padding: 80px 0;
}

.sectionHeader {
  color: #1E65A7;
  text-transform: capitalize;
}
.sectionHeader h2 {
  font-size: 32px;
  font-weight: 700;
  word-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 20px;
}
.sectionHeader h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  color: #00743F;
}
.sectionHeader h3.pl {
  padding-left: 10px;
}
.sectionHeader h4 {
  font-size: 16px;
  font-weight: 600;
}
.sectionHeader h4.about-content {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  padding: 10px 0;
}
.sectionHeader h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 15px;
  color: #1E65A7;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.sectionHeader h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 15px;
  height: 2px;
  background-color: #1E65A7;
}
.sectionHeader h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 15px;
  height: 2px;
  background-color: #1E65A7;
}

.gallery .row {
  justify-content: space-between;
}
.gallery .row .imgdiv {
  position: relative;
  width: calc(33.3333333333% - 10px);
  margin-bottom: 10px;
}
.gallery .row .imgdiv:hover {
  cursor: pointer;
}
.gallery .row .imgdiv:hover .hvr-layer {
  transform: scale(1);
}
.gallery .row .imgdiv .hvr-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 0.6s;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .row .imgdiv .hvr-layer .circle-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 18px;
  color: white;
  background: #1E65A7;
  transition: 0.1s transform;
}
.gallery .row .imgdiv .hvr-layer .circle-icon:hover {
  box-shadow: 0 0 5px 0px #e2e1e1;
  cursor: pointer;
}

.underline-bottom {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.underline-bottom::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 3px;
  border-radius: 10px;
  bottom: -10px;
  background-color: #1E65A7;
  left: calc(50% - 35px);
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }

  .gallery .row .imgdiv {
    width: calc(33.3333333333% - 5px);
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }

  .sectionHeader h2 {
    font-size: 24px;
  }
  .sectionHeader h6 {
    font-size: 27px;
  }

  .gallery .row .imgdiv {
    width: calc(50% - 5px);
  }

  .underline-bottom {
    margin-bottom: 15px;
  }
}
header {
  z-index: 99999;
}
header .navbar {
  padding: 0;
  align-items: inherit;
}
header .navbar .navbar-brand {
  margin-right: 0;
}
header .navbar .navbar-brand figure {
  max-width: 120px;
  margin-left: 0;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  flex-direction: column;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #1E65A7;
  width: 100%;
}
header .navbar-collapse .navbar-top .social_icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
header .navbar-collapse .navbar-top .social_icons .icon {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
header .navbar-collapse .navbar-top .social_icons .icon i {
  font-size: 16px;
  color: #fff;
  padding: 12px;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .social_icons .icon:hover i {
  color: #333;
}
header .navbar-collapse .navbar-top .office_info {
  display: flex;
  flex-direction: row;
}
header .navbar-collapse .navbar-top .office_info .ofyc {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
header .navbar-collapse .navbar-top .office_info .ofyc:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
header .navbar-collapse .navbar-top .office_info .ofyc .icon i {
  font-size: 11px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .office_info .ofyc p {
  font-size: 11px;
  color: #fff;
  padding-left: 8px;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-top .office_info .ofyc:hover .icon i {
  color: #333;
}
header .navbar-collapse .navbar-top .office_info .ofyc:hover p {
  color: #333;
}
header .navbar-collapse .navbar-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}
header .navbar-collapse .navbar-bottom .navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #1E65A7;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 600;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #1E65A7;
  border: 1px solid #1E65A7;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:hover .nav-link {
  color: #333;
}
header .navbar-collapse .navbar-bottom .navbar-nav .nav-item:hover .nav-link.button {
  background-color: transparent;
  color: #333;
}
header .navbar-collapse .navbar-bottom .navbar-toggler {
  display: block;
  background-color: #00743F;
  border: 1px solid #00743F;
  border-radius: 0;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 3px 1px -3px #333;
}
header.fixed-header .navbar {
  padding: 0;
  align-items: center;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 100px;
  margin-left: 0;
}

@media screen and (max-width: 992px) {
  header .navbar {
    align-items: center;
  }
  header .navbar .navbar-brand figure {
    max-width: 120px;
  }
  header .navbar .navbar-top {
    display: none;
  }
  header.fixed-header .navbar {
    align-items: center;
  }
  header.fixed-header .navbar .navbar-brand figure {
    max-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar .navbar-brand figure {
    max-width: 100px;
  }
  header.fixed-header .navbar .navbar-brand figure {
    max-width: 100px;
  }
}
.banner {
  position: relative;
}
.banner .image img {
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.banner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}
.banner .text h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.banner .text h2 {
  font-size: 46px;
  color: #000;
  word-spacing: 0.03em;
  padding-top: 10px;
}
.banner .text h2 span {
  color: #1E65A7;
}
.banner .text p {
  font-size: 16px;
  padding: 20px 0;
}
.banner .text .button {
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}
.banner .text .button .margin-left {
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .banner .image img {
    height: 80vh;
  }
}
@media screen and (max-width: 992px) {
  .banner .image img {
    object-position: center;
  }
  .banner .text {
    width: 400px;
  }
  .banner .text h6 {
    font-size: 16px;
  }
  .banner .text h2 {
    font-size: 32px;
  }
  .banner .text p {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text {
    width: 300px;
  }
  .banner .text h6 {
    font-size: 15px;
  }
  .banner .text h2 {
    font-size: 28px;
  }
  .banner .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  .banner .image img {
    object-position: center right;
  }
  .banner .container {
    padding: 0 0;
  }
  .banner .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .banner .text h6 {
    font-size: 14px;
    color: #00743F;
  }
  .banner .text h2 {
    font-size: 24px;
    color: #fff;
  }
  .banner .text h2 span {
    display: block;
  }
  .banner .text p {
    font-size: 13px;
    color: #fff;
  }
}
.about-us {
  display: flex;
  flex-direction: row;
}
.about-us .about-content {
  flex: 0 0 calc(50% - 15px);
  padding-right: 15px;
}
.about-us .about-content h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 15px;
  color: #1E65A7;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.about-us .about-content h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 15px;
  height: 2px;
  background-color: #1E65A7;
}
.about-us .about-content h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 15px;
  height: 2px;
  background-color: #1E65A7;
}
.about-us .about-content h4 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
}
.about-us .about-content .desc {
  padding: 30px 0;
}
.about-us .about-content .desc p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  padding: 5px 0;
}
.about-us .about-content .listing {
  display: flex;
  flex-direction: row;
}
.about-us .about-content .listing ul {
  flex: 0 0 calc(60% - 10px);
  padding-right: 10px;
}
.about-us .about-content .listing ul li {
  font-size: 15px;
  color: #000;
  padding-bottom: 10px;
}
.about-us .about-content .listing ul li i {
  color: #67b915;
  padding-right: 8px;
  font-size: 13px;
}
.about-us .about-content .listing .exp {
  flex: 0 0 calc(40% - 10px);
  padding-left: 10px;
}
.about-us .about-content .listing .exp .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-us .about-content .listing .exp .icon i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #1E65A7;
  text-align: center;
  color: #fff;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-right: 10px;
  font-size: 22px;
}
.about-us .about-content .listing .exp .icon p {
  font-size: 38px;
  color: #000;
  font-weight: 900;
}
.about-us .about-content .listing .exp span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding-top: 5px;
  color: #000;
  font-weight: 700;
}
.about-us .about-image {
  flex: 0 0 calc(50% - 15px);
  padding-left: 15px;
  position: relative;
}
.about-us .about-image .overtop-img {
  border: 20px solid #fff;
}
.about-us .about-image .overlap-img {
  border: 20px solid #fff;
  position: absolute;
  bottom: -100px;
  left: 120px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .about-us .about-content .listing {
    align-items: center;
  }
  .about-us .about-content .listing ul {
    flex: 0 0 calc(70% - 10px);
  }
  .about-us .about-content .listing ul li {
    font-size: 14px;
  }
  .about-us .about-content .listing ul li i {
    padding-right: 8px;
    font-size: 13px;
  }
  .about-us .about-content .listing .exp {
    flex: 0 0 calc(30% - 10px);
  }
  .about-us .about-image .overlap-img {
    bottom: 0;
    left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .about-us {
    flex-direction: column;
  }
  .about-us .about-content .listing ul li {
    font-size: 16px;
  }
  .about-us .about-image {
    margin: 40px 0 80px 0;
  }
  .about-us .about-image .overlap-img {
    bottom: -80px;
    left: 200px;
  }
}
@media screen and (max-width: 768px) {
  .about-us {
    flex-direction: column;
  }
  .about-us .about-content h6 {
    font-size: 16px;
  }
  .about-us .about-content h4 {
    font-size: 30px;
  }
  .about-us .about-content .desc {
    padding: 20px 0;
  }
  .about-us .about-content .desc p {
    font-size: 15px;
  }
  .about-us .about-content .listing ul li {
    font-size: 15px;
  }
  .about-us .about-image {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    padding-left: 0;
  }
  .about-us .about-image .overtop-img {
    max-width: 50%;
  }
  .about-us .about-image .overlap-img {
    max-width: 50%;
    position: relative;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 577px) {
  .about-us .about-content h4 {
    font-size: 26px;
  }
  .about-us .about-content .desc {
    padding: 20px 0;
  }
  .about-us .about-content .desc p {
    font-size: 14px;
  }
  .about-us .about-content .listing ul li {
    font-size: 14px;
  }
  .about-us .about-content .listing .exp .icon p {
    font-size: 26px;
  }
  .about-us .about-content .listing .exp span {
    font-size: 13px;
  }
  .about-us .about-image {
    margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    padding-left: 0;
  }
  .about-us .about-image .overtop-img {
    max-width: 50%;
  }
  .about-us .about-image .overlap-img {
    max-width: 50%;
    position: relative;
    bottom: 0;
    left: 0;
  }
}
.service {
  padding: 80px 0;
}
.service .service-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service .service-top .title {
  flex: 0 0 40%;
  padding-right: 50px;
}
.service .service-top .title h2 {
  font-size: 32px;
  font-weight: 700;
  word-spacing: 0.05em;
  color: #1E65A7;
  line-height: 1.2;
  padding-bottom: 20px;
}
.service .service-top .title h6 {
  font-size: 14px;
  color: #1E65A7;
  padding-bottom: 5px;
  border-bottom: 1px solid #1E65A7;
  display: inline-block;
}
.service .service-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service .service-bottom .services-block {
  flex: 0 0 calc(33.3333333333% - 20px);
  margin: 40px 10px 0 10px;
  padding: 10px;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block .service-desc h6 {
  font-size: 16px;
  color: #1E65A7;
  font-weight: 700;
  padding: 10px 0;
  transition: 0.5s ease-in-out;
}
.service .service-bottom .services-block:hover {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 2px 8px 14px -1px #333;
}
.service .service-bottom .services-block:hover .service-desc h6 {
  color: #333;
}

@media screen and (max-width: 991px) {
  .service .service-top .title {
    flex: 0 0 50%;
    padding-right: 50px;
  }
  .service .service-top .title h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .service .service-bottom .services-block {
    flex: 0 0 calc(50% - 20px);
  }

  .service-contact .service-cntct-desc .desc h2 {
    padding-bottom: 10px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 15px 35px;
  }

  .full-width {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .service .service-top {
    flex-direction: column;
    text-align: center;
  }
  .service .service-top .title {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .service-contact .service-cntct-desc .desc {
    padding-right: 20px;
  }
  .service-contact .service-cntct-desc .desc h2 {
    font-size: 20px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 576px) {
  .service-contact {
    flex-direction: column;
    padding: 20px;
  }
  .service-contact .images {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .service-contact .service-cntct-desc {
    width: 100%;
    justify-content: center;
  }
  .service-contact .service-cntct-desc .desc h2 {
    padding-bottom: 5px;
    font-size: 18px;
  }
  .service-contact .service-cntct-desc .service-cntct-btn .service-btn-cntct {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-top .title h2 {
    font-size: 24x;
  }
  .service .service-bottom .services-block {
    flex: 0 0 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.gallery .section-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 40px;
}
.gallery .section-title .title {
  flex: 0 0 calc(50% - 80px);
  margin-right: 80px;
}
.gallery .section-title .title h6 {
  font-size: 18px;
  font-weight: 600;
  color: #1E65A7;
  letter-spacing: 0.03em;
  display: inline-block;
  margin: 0 15px;
  position: relative;
}
.gallery .section-title .title h6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  width: 15px;
  height: 2px;
  background-color: #1E65A7;
}
.gallery .section-title .title h6::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 15px;
  height: 2px;
  background-color: #1E65A7;
}
.gallery .section-title .title h4 {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  padding-top: 10px;
}
.gallery .section-title p {
  flex: 0 0 50%;
  padding: 20px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.gallery .gallery-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery .gallery-wrapper .imaze {
  flex: 0 0 calc(25% - 10px);
  margin: 0 5px;
  position: relative;
}
.gallery .gallery-wrapper .imaze::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.gallery .gallery-wrapper .imaze::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 174, 174, 0), rgba(0, 0, 0, 0.7));
}
.gallery .gallery-wrapper .imaze img {
  height: 350px;
  object-fit: cover;
  object-position: center;
}
.gallery .gallery-wrapper .imaze .desc .detail {
  position: absolute;
  left: 0;
  padding: 0 20px;
}
.gallery .gallery-wrapper .imaze .desc .detail i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #1E65A7;
  color: #333;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.gallery .gallery-wrapper .imaze .desc .detail h6 {
  font-size: 16px;
  color: #fff;
}
.gallery .gallery-wrapper .imaze .desc .detail.top {
  top: -30%;
  text-align: center;
  transition: 0.8s ease-in-out;
}
.gallery .gallery-wrapper .imaze .desc .detail.top i {
  margin-bottom: 15px;
}
.gallery .gallery-wrapper .imaze .desc .detail.bottom {
  top: 90%;
  transition: 0.8s ease-in-out;
}
.gallery .gallery-wrapper .imaze .desc .detail.bottom h6 {
  position: relative;
  z-index: 222;
}
.gallery .gallery-wrapper .imaze:hover::before {
  display: inline;
}
.gallery .gallery-wrapper .imaze:hover .desc .detail i:hover {
  box-shadow: 0px 0px 5px 4px #8a8a8a;
}
.gallery .gallery-wrapper .imaze:hover .desc .detail.top {
  top: 10%;
}
.gallery .gallery-wrapper .imaze:hover .desc .detail.bottom {
  top: 110%;
}

@media screen and (max-width: 992px) {
  .gallery .section-title {
    padding-bottom: 40px;
  }
  .gallery .section-title .title {
    flex: 0 0 calc(50% - 80px);
    margin-right: 80px;
  }
  .gallery .section-title .title h6 {
    font-size: 18px;
    margin: 0 15px;
  }
  .gallery .section-title .title h4 {
    font-size: 26px;
    padding-top: 10px;
  }
  .gallery .section-title p {
    padding: 20px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .gallery .section-title {
    flex-direction: column;
    padding-bottom: 0;
  }
  .gallery .section-title .title {
    margin-right: 0;
    text-align: center;
  }
  .gallery .section-title .title h6 {
    font-size: 16px;
  }
  .gallery .section-title .title h4 {
    font-size: 22px;
  }
  .gallery .section-title p {
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
  }
}
.section-quote {
  padding: 80px 0;
  background: url("../images/background/cleanbackground.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.section-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}

.page-quote .section-quote::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.quote-wrapper {
  position: relative;
}
.quote-wrapper .content {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.quote-wrapper .content h3 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.4;
}
.quote-wrapper .content .desc {
  font-size: 16px;
  color: #fff;
}
.quote-wrapper .form-container {
  margin-top: 60px;
  max-width: 800px;
  margin: 60px auto 0 auto;
}
.quote-wrapper .form-container .form-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
}
.quote-wrapper .form-container .form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quote-wrapper .form-container .form .form-group {
  flex: 0 0 calc(50% - 20px);
  margin: 0 20px 15px 0;
}
.quote-wrapper .form-container .form .form-group label {
  font-size: 14px;
  color: #fff;
  max-width: 100%;
}
.quote-wrapper .form-container .form .form-group .form-control {
  max-width: 100%;
  color: #000;
  border: none;
  font-size: 14px;
  border-radius: 3px;
}
.quote-wrapper .form-container .form .form-group .form-control.text-full {
  display: block;
  resize: none;
  min-height: 120px;
}
.quote-wrapper .form-container .form .form-group .submit {
  background-color: #fff;
  color: #1E65A7;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
  text-transform: uppercase;
  border-radius: 3px;
}
.quote-wrapper .form-container .form .form-group .submit:hover {
  background-color: transparent;
  color: #fff;
}
.quote-wrapper .form-container .form .full-width {
  flex: 0 0 calc(100% - 20px);
  margin-right: 20px;
}
.quote-wrapper .form-container .form .full-width .radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quote-wrapper .form-container .form .full-width .radio-group .radio-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 10px;
}
.quote-wrapper .form-container .form .full-width .radio-group .radio-btn label {
  margin-bottom: 0;
  padding-left: 8px;
}

.range-labels {
  margin: 18px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.range-labels li {
  width: 5px;
  float: none;
}
.range-labels li:first-child::before {
  left: 0;
}

@media screen and (max-width: 767px) {
  .section-quote {
    padding-bottom: 0;
    margin-top: 0;
  }

  .quote-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .quote-wrapper .content {
    max-width: 500px;
    text-align: center;
    padding: 30px 10px;
  }
  .quote-wrapper .content h3 {
    font-size: 18px;
  }
  .quote-wrapper .content .desc {
    font-size: 14px;
  }
  .quote-wrapper .form-container {
    background-color: #1E65A7;
    padding: 30px;
    max-width: 100%;
    margin-top: 10px;
  }
  .quote-wrapper .form-container .form-title h3 {
    font-size: 20px;
    text-align: center;
  }
  .quote-wrapper .form-container .form .form-group {
    max-width: 100%;
  }
  .quote-wrapper .form-container .form .form-group label {
    font-size: 13px;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    margin-left: 0;
  }

  .review-wrapper h4 {
    font-size: 20px;
  }
  .review-wrapper .review {
    justify-content: center;
  }
  .review-wrapper .review li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .quote-wrapper .content h3 {
    font-size: 16px;
  }
  .quote-wrapper .content .desc {
    font-size: 13px;
  }
  .quote-wrapper .form-container .form .form-group label.full {
    margin-left: 0;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .form-control.text-full {
    margin-left: 0;
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .quote-wrapper .form-container .form .form-group {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .quote-wrapper .form-container .form .form-group label.full {
    margin-left: 0;
  }
  .quote-wrapper .form-container .form .form-group .form-control {
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .form-control.text-full {
    margin-left: 0;
    width: 100%;
  }
  .quote-wrapper .form-container .form .form-group .submit {
    font-size: 12px;
  }
}
.testimonial .testi-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.testimonial .testi-wrapper .testi-content {
  width: 50%;
  background-color: #00743F;
  margin: 40px -40px 0 0;
  padding: 60px;
  z-index: 33;
}
.testimonial .testi-wrapper .testi-content .testi-title h4 {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.testimonial .testi-wrapper .testi-content .testi-title h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0;
  line-height: 1.5;
  position: relative;
}
.testimonial .testi-wrapper .testi-content .testi-title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
.testimonial .testi-wrapper .testi-content .testi-title h3:hover::before {
  width: 40px;
  height: 2px;
}
.testimonial .testi-wrapper .testi-content .testi-block p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  padding: 30px 0;
}
.testimonial .testi-wrapper .testi-content .testi-block h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.testimonial .testi-wrapper .testi-content .testi-block h6 {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.testimonial .testi-wrapper .testi-image {
  width: 50%;
  z-index: 11;
  min-height: 100%;
}
.testimonial .testi-wrapper .testi-image img {
  max-width: 100%;
  height: 100%;
}
.testimonial .slick-arrow {
  position: absolute;
  top: 108%;
  transform: translateY(0);
  right: 0;
}
.testimonial .slick-arrow i {
  font-size: 22px;
  padding: 8px;
  line-height: 40px;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #1E65A7;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.testimonial .slick-arrow i:hover {
  color: #333;
}
.testimonial .slick-arrow.left {
  left: 97%;
  z-index: 9;
}
.testimonial .slick-arrow.right {
  right: -14%;
}

@media screen and (max-width: 1200px) {
  .testimonial .slick-arrow {
    top: 107%;
    right: 0;
  }
  .testimonial .slick-arrow i {
    font-size: 22px;
  }
  .testimonial .slick-arrow.left {
    left: 95%;
    z-index: 9;
  }
  .testimonial .slick-arrow.right {
    right: -17%;
  }
}
@media screen and (max-width: 992px) {
  .testimonial .testi-wrapper .testi-content {
    margin: 40px -40px 0 0;
    padding: 40px;
  }
  .testimonial .testi-wrapper .testi-content .testi-title h3 {
    font-size: 26px;
  }
  .testimonial .testi-wrapper .testi-content .testi-block p {
    font-size: 15px;
    padding: 20px 0;
  }
  .testimonial .testi-wrapper .testi-content .testi-block h5 {
    font-size: 16px;
  }
  .testimonial .slick-arrow {
    top: 100%;
    right: 0;
  }
  .testimonial .slick-arrow i {
    font-size: 22px;
  }
  .testimonial .slick-arrow.left {
    left: 87%;
    z-index: 9;
  }
  .testimonial .slick-arrow.right {
    right: -15%;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .testi-wrapper {
    flex-direction: column;
  }
  .testimonial .testi-wrapper .testi-content {
    width: 100%;
    margin: 0 0 0 0;
  }
  .testimonial .testi-wrapper .testi-content .testi-title h3 {
    font-size: 26px;
  }
  .testimonial .testi-wrapper .testi-content .testi-block p {
    font-size: 15px;
    padding: 20px 0;
  }
  .testimonial .testi-wrapper .testi-content .testi-block h5 {
    font-size: 16px;
  }
  .testimonial .testi-wrapper .testi-image {
    width: 100%;
  }
  .testimonial .slick-arrow {
    top: 100%;
    right: 0;
  }
  .testimonial .slick-arrow i {
    font-size: 22px;
  }
  .testimonial .slick-arrow.left {
    left: 92%;
  }
  .testimonial .slick-arrow.right {
    right: -9%;
  }
}
@media screen and (max-width: 577px) {
  .testimonial .testi-wrapper .testi-content .testi-block p {
    font-size: 14px;
    padding: 20px 0;
  }
  .testimonial .slick-arrow i {
    font-size: 22px;
  }
  .testimonial .slick-arrow.left {
    left: 91%;
  }
  .testimonial .slick-arrow.right {
    right: -10%;
  }
}
@media screen and (max-width: 480px) {
  .testimonial .slick-arrow {
    top: 101%;
  }
  .testimonial .slick-arrow i {
    font-size: 18px;
  }
  .testimonial .slick-arrow.left {
    left: 92%;
  }
  .testimonial .slick-arrow.right {
    right: -12%;
  }
}
@media screen and (max-width: 320px) {
  .testimonial .testi-wrapper .testi-content {
    padding: 20px;
  }
}
.abt-value {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}
.abt-value .image-section {
  flex: 0 0 40%;
}
.abt-value .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.abt-value .block-section {
  flex: 0 0 calc(60% - 20px);
}
.abt-value .block-section .sec-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  word-spacing: 0.05rem;
  line-height: 1.2;
}
.abt-value .block-section .block-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.abt-value .block-section .block-wrap .sub-block {
  flex: 0 0 calc(50% - 20px);
  margin-top: 30px;
  position: relative;
  transition: 0.5s ease-out;
}
.abt-value .block-section .block-wrap .sub-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.abt-value .block-section .block-wrap .sub-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s ease-out;
}
.abt-value .block-section .block-wrap .sub-block .whole {
  position: relative;
  height: 100%;
  padding: 10px;
}
.abt-value .block-section .block-wrap .sub-block .whole::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s ease-out;
  transition-delay: 0.3s;
}
.abt-value .block-section .block-wrap .sub-block .whole::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.5s ease-out;
  transition-delay: 0.6s;
}
.abt-value .block-section .block-wrap .sub-block .whole h6 {
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}
.abt-value .block-section .block-wrap .sub-block .whole h6 span {
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
}
.abt-value .block-section .block-wrap .sub-block .whole h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1E65A7;
  padding: 20px 0;
}
.abt-value .block-section .block-wrap .sub-block:hover {
  box-shadow: 0px 0px 12px -7px rgba(30, 101, 167, 0.3);
  transform: translate(-5px, -5px);
}
.abt-value .block-section .block-wrap .sub-block:hover::after {
  height: 100%;
}
.abt-value .block-section .block-wrap .sub-block:hover .whole::before {
  opacity: 1;
  width: 100%;
}
.abt-value .block-section .block-wrap .sub-block:hover .whole::after {
  opacity: 1;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .abt-value {
    flex-direction: column;
  }
  .abt-value .block-section {
    margin-top: 20px;
  }
  .abt-value .block-section .sec-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .abt-value .block-section .block-wrap {
    flex-direction: column;
  }
}
.page-service .section {
  padding-bottom: 140px;
}
.page-service ul li {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  background: #ededed;
  margin-bottom: 1px;
  text-transform: capitalize;
  border-right: 5px solid #1E65A7;
  transition: 0.3s;
}
.page-service ul li.active {
  border-right: 5px solid #00743F;
  color: #00743F;
}
.page-service ul li:first-child {
  border-radius: 0 5px 0 0;
}
.page-service ul li:last-child {
  border-radius: 0 0 5px 0;
}
.page-service ul li:hover {
  color: #00743F;
  border-right: 5px solid #00743F;
  cursor: pointer;
}
.page-service .mycard {
  border: none;
  display: none;
  position: relative;
  min-height: 500px;
}
.page-service .mycard.active {
  display: block;
}
.page-service .mycard.active .myFadeInDown {
  animation: myFadeInDown 1.2s;
}
.page-service .mycard.active .myFadeInUp {
  animation: myFadeInUp 1.2s;
}
.page-service .mycard .imgdiv img {
  max-height: 350px;
  width: 75%;
}
.page-service .mycard .contentdiv {
  border-radius: 5px;
  position: absolute;
  box-shadow: 0 0 8px 0 #80808091;
  border-left: 5px solid #66a2da;
  margin-top: -90px;
  background: white;
  margin-left: 50px;
  padding: 10px;
}
.page-service .offset-md-1 {
  margin-left: 3.333%;
}

@keyframes myFadeInDown {
  from {
    opacity: 0.5;
    transform: translateY(-25px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes myFadeInUp {
  from {
    opacity: 0.6;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .page-service {
    text-align: center;
  }
  .page-service .section {
    padding-bottom: 30px;
  }
  .page-service .mycard {
    position: static;
  }
  .page-service .mycard .imgdiv img {
    width: 100%;
  }
  .page-service .mycard .contentdiv {
    margin: 20px 0;
    position: static;
  }
}
.page-contact {
  padding-top: 50px;
}
.page-contact .mapdiv iframe {
  border: none;
  min-height: 450px;
  width: 100%;
}
.page-contact .container .col-12 {
  padding: 5px;
}
.page-contact .container input,
.page-contact .container textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #949393;
  color: #4e4e4e;
  font-size: 17px;
  resize: none;
}
.page-contact .container input::placeholder,
.page-contact .container textarea::placeholder {
  color: #4e4e4e;
}
.page-contact .container textarea {
  min-height: 175px;
}
.page-contact .container .btn {
  color: white;
  background: #1E65A7;
  border: 1px solid transparent;
  padding: 5px 45px;
  text-transform: uppercase;
}
.page-contact .container .btn:hover {
  border: 1px solid #1E65A7;
  background: white;
  color: #1E65A7;
}
.page-contact .container .addrdiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-align: center;
  color: #1E65A7;
  background: #1E65A7;
  transform: translateY(50%);
  margin-top: 20px;
}
.page-contact .container .addrdiv p,
.page-contact .container .addrdiv h4 {
  color: white;
  padding: 5px 0;
}
.page-contact .container .addrdiv .icondiv {
  font-size: 40px;
}
.page-contact .container .addrdiv .icondiv span {
  color: white;
}
.page-contact .container .addrdiv:nth-child(2) {
  background: #467d2e;
}

@media screen and (max-width: 768px) {
  .page-contact {
    padding-top: 30px;
  }
  .page-contact .mapdiv iframe {
    min-height: 250px;
  }
  .page-contact .container input,
.page-contact .container textarea {
    padding: 3px;
    font-size: 14px;
  }
  .page-contact .container .addrdiv {
    transform: none;
  }
  .page-contact .container .addrdiv .icondiv {
    font-size: 30px;
  }
}
.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #00743F;
}
.thanks .message {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #333;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #494949;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #1E65A7;
  border: 1px solid #1E65A7;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #4b83fc;
}
.thanks .redirect:hover h5 {
  color: #4b83fc;
}

footer {
  background: url("../images/footer-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 60px 0 0 0;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}
footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .footer-wrapper .first_block {
  flex: 0 0 calc(50% - 20px);
  padding-right: 40px;
}
footer .footer-wrapper .second_block {
  flex: 0 0 calc(25% - 20px);
}
footer .footer-wrapper .third_block {
  flex: 0 0 calc(25% - 20px);
}
footer .footer-block {
  position: relative;
}
footer .footer-block .logo {
  margin-bottom: 10px;
}
footer .footer-block .logo img {
  max-width: 100px;
}
footer .footer-block .about p {
  color: #fff;
}
footer .footer-block .footer_title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer_title h6 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  letter-spacing: 0.04em;
}
footer .footer-block ul .footer_info {
  margin-bottom: 5px;
}
footer .footer-block ul .footer_info li {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 16px;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul .footer_info li::before {
  content: "\f138";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "fontAwesome";
  font-size: 12px;
}
footer .footer-block ul .footer_info li.remove {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 0;
}
footer .footer-block ul .footer_info li.remove::before {
  content: none;
}
footer .footer-block ul .footer_info li.remove .icon i {
  font-size: 12px;
  padding-right: 6px;
}
footer .footer-block ul .footer_info li.remove p {
  color: #fff;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul .footer_info:hover li {
  padding-left: 20px;
}
footer .footer-block ul .footer_info:hover .remove {
  padding-left: 0;
}
footer .footer-block ul .footer_info:hover .remove p {
  padding-left: 5px;
}

.footer-bottom {
  padding: 20px 0;
  position: relative;
}
.footer-bottom .block {
  text-align: center;
}
.footer-bottom .block p,
.footer-bottom .block a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: inline;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 50px 0 25px 0;
    text-align: center;
  }
  footer .footer-block {
    margin-bottom: 40px;
  }
  footer .footer-block .about p {
    font-size: 14px;
  }
  footer .footer-block .footer_title {
    margin-bottom: 20px;
  }
  footer .footer-block .footer_title h6 {
    font-size: 20px;
  }
  footer .footer-block ul .footer_info li {
    font-size: 14px;
    display: inline-block;
  }
  footer .footer-block ul .footer_info li.remove {
    justify-content: center;
  }
  footer .footer-block ul .footer_info li.remove .icon i {
    font-size: 12px;
  }
  footer .footer-block ul .footer_info li.remove p {
    color: #fff;
  }

  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block p,
.footer-bottom .block a {
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  footer .footer-block {
    margin-bottom: 30px;
  }
  footer .footer-block .about p {
    font-size: 13px;
  }
  footer .footer-block .footer_title {
    margin-bottom: 15px;
  }
  footer .footer-block .footer_title h6 {
    font-size: 18px;
  }
  footer .footer-block ul .footer_info li {
    font-size: 13px;
  }
  footer .footer-block ul .footer_info li.remove .icon i {
    font-size: 12px;
  }
  footer .footer-block ul .footer_info li.remove p {
    color: #fff;
  }

  .footer-bottom {
    padding: 10px 0;
  }
  .footer-bottom .block p,
.footer-bottom .block a {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
