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

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: none;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#297ff8+0,52b6f9+100 */
  background: #297ff8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #297ff8 0%, #52b6f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #297ff8 0%, #52b6f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #297ff8 0%, #52b6f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#297ff8", endColorstr="#52b6f9",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  letter-spacing: 0.03em;
  transition: 0.3s all;
}
.btn.btn-custom-large:hover, .btn.btn-custom-small:hover,
.form-control.btn-custom-large:hover,
.form-control.btn-custom-small:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#52b6f9+0,297ff8+100 */
  background: #52b6f9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #52b6f9 0%, #297ff8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #52b6f9 0%, #297ff8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #52b6f9 0%, #297ff8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#52b6f9", endColorstr="#297ff8",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-custom-small,
.form-control.btn-custom-small {
  padding: 10px 24px;
  font-size: 12px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.btn.btn-custom-small:hover,
.form-control.btn-custom-small:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.btn.btn-custom-small.ghost,
.form-control.btn-custom-small.ghost {
  background-color: transparent;
  border-color: #297ff8;
  color: #297ff8;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #297ff8;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #297ff8;
  color: #fff;
  border-color: #297ff8;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #297ff8;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #24b969;
  color: #fff;
  border-color: #24b969;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #24b969;
  color: #000;
}

@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(41, 127, 248, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #0864e6;
  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;
}

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;
}
a:hover img {
  transform: scale(1.02);
}

.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(41, 127, 248, 0.7);
  border-radius: 100%;
}

.slick-dots {
  margin-top: 15px;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #8a8a8a;
  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: #297ff8;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 42px;
  line-height: 22px;
  color: #727272;
  text-align: center;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.slick-arrow i:hover {
  color: #fff;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section {
  padding: 80px 0;
}

.section-title {
  margin-bottom: 25px;
}
.section-title h4 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.section-title h4 strong {
  font-size: 16px;
  font-weight: 500;
  color: #50c6fd;
}
.section-title h4 span {
  height: 4px;
  width: 100px;
  margin-left: 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#50c6fd+0,7db9e8+100&1+0,0+100 */
  background: -moz-linear-gradient(left, #50c6fd 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #50c6fd 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #50c6fd 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#50c6fd", endColorstr="#007db9e8",GradientType=1 );
  /* IE6-9 */
}
.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #2d2a74;
  margin-top: 10px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.section-title h2 span {
  display: block;
}

.section-header {
  text-align: center;
}
.section-header h3 {
  font-size: 45px;
  font-weight: 700;
  color: #2d2a74;
  text-transform: capitalize;
}
.section-header h6 {
  max-width: 670px;
  font-size: 16px;
  color: #64647c;
  margin: 0 auto;
  margin-top: 15px;
  line-height: 1.5;
}

.text-item {
  text-align: center;
}
.text-item h3 {
  font-size: 22px;
  font-weight: 600;
  color: #297ff8;
  margin: 20px 0 15px 0;
  text-transform: capitalize;
}
.text-item h6 {
  font-size: 16px;
  font-weight: 400;
  color: #777777;
  line-height: 1.5;
}

.content-block .desc {
  font-size: 16px;
}
.content-block .button {
  margin-top: 30px;
}

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

  .text-item h3 {
    font-size: 18px;
  }
  .text-item h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }

  .section-title h2 {
    font-size: 24px;
  }
  .section-title h2 span {
    display: inline;
    padding: 0 4px;
  }

  .section-header h3 {
    font-size: 32px;
  }
  .section-header h6 {
    font-size: 14px;
  }

  .text-item {
    text-align: center;
  }
  .text-item h3 {
    font-size: 18px;
    margin: 15px 0 10px 0;
  }
  .text-item h6 {
    font-size: 14px;
  }

  .content-block .desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  .section-title {
    margin-bottom: 15px;
  }
  .section-title h2 {
    font-size: 20px;
  }

  .section-header h3 {
    font-size: 24px;
  }
  .section-header h6 {
    margin-top: 8px;
  }

  .text-item h3 {
    font-size: 16px;
    margin: 10px 0 5px 0;
  }
  .text-item h6 {
    font-size: 13px;
  }

  .content-block .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .section-title h2 {
    margin-top: 5px;
  }
}
.breadcrumb {
  background-color: transparent;
  background-image: url("../images/breadcrumbbg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.breadcrumb::before {
  content: "";
  width: 517px;
  height: 185%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(23deg);
  -webkit-transform: rotate(23deg);
  transform-origin: 100% 0;
}
.breadcrumb .breadcrumb-wrapper {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.breadcrumb .breadcrumb-wrapper h5 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
.breadcrumb .breadcrumb-wrapper .bread-row {
  display: flex;
  flex-direction: row;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list {
  font-size: 16px;
  color: #fff;
  position: relative;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list::before {
  content: "";
  font-family: "fontAwesome";
  font-size: 12px;
  padding: 0 10px;
  left: 50%;
  transform: translateX(-50%);
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list:first-child::before {
  content: none;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link {
  color: #fff;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
.breadcrumb .breadcrumb-wrapper .bread-row .bread-list .bread-link:hover {
  color: #297ff8;
}

header {
  z-index: 999;
  position: fixed;
  padding: 10px 0;
  top: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+63&0.5+0,0.29+39,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.29) 39%, rgba(0, 0, 0, 0.18) 63%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.29) 39%, rgba(0, 0, 0, 0.18) 63%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.29) 39%, rgba(0, 0, 0, 0.18) 63%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#80000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand figure {
  max-width: 100px;
  margin-left: 20px;
}
header .navbar .navbar-brand figure .img2 {
  display: none;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.btn {
  padding: 12px 20px;
  color: #fff;
  font-size: 12px;
}
header .navbar-collapse .navbar-nav .nav-link.btn:hover {
  background-color: #0864e6;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
  margin-bottom: 8px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
  color: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6 {
  font-size: 13px;
  font-weight: 500;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
  margin-right: 10px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 0;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 90px;
}
header.fixed-header .navbar .navbar-brand figure .img1 {
  display: none;
}
header.fixed-header .navbar .navbar-brand figure .img2 {
  display: block;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link {
  color: #727272;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-link.btn {
  color: #fff;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #297ff8;
}

@media screen and (max-width: 991px) {
  header {
    padding: 10px 0;
  }
  header .navbar-collapse {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
  header .navbar-collapse ul:first-child {
    margin-top: 20px;
  }
  header .navbar-collapse ul:last-child {
    margin-bottom: 20px;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    margin: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: block;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
    margin: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
    margin-bottom: 10px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i {
    margin: 0 10px;
  }
  header.fixed-header .navbar-collapse .navbar-nav .nav-link {
    color: #fff;
  }
}
.banner {
  position: relative;
}
.banner .slider {
  position: relative;
}
.banner .slider .block .image {
  position: relative;
}
.banner .slider .block .image img {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  max-width: 500px;
  border-radius: 20px;
}
.banner .slider .block .text h3 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.banner .slider .block .text .desc {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
}
.banner .info-wrapper {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.banner .info-wrapper .wrapper {
  justify-content: space-between;
  align-items: center;
}
.banner .info-wrapper .wrapper .item {
  align-items: center;
  padding: 10px 0;
}
.banner .info-wrapper .wrapper .item .icon {
  width: 30px;
  height: 40px;
  background-color: #24b969;
  transform: skewY(15deg);
  text-align: center;
}
.banner .info-wrapper .wrapper .item .icon i {
  transform: skewY(-15deg);
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.banner .info-wrapper .wrapper .item .text {
  margin-left: 15px;
}
.banner .info-wrapper .wrapper .item .text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}
.banner .info-wrapper .wrapper .item .text h5 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .banner .slider .block .text h3 {
    font-size: 32px;
  }
  .banner .info-wrapper {
    bottom: 20px;
  }
  .banner .info-wrapper .wrapper .item .text h3 {
    font-size: 16px;
  }
  .banner .info-wrapper .wrapper .item .text h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image img {
    position: relative;
    height: calc(70vh);
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    z-index: -99;
  }
  .banner .slider .block .text h3 {
    font-size: 22px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slick-dots {
    margin-top: -25px;
    text-align: center;
    position: relative;
  }
  .banner .slick-dots li {
    display: inline-block;
    margin: 3px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #297ff8;
    cursor: pointer;
  }
  .banner .slick-dots li button {
    text-indent: -9999px;
    border: none;
    background-color: transparent;
  }
  .banner .slick-dots li button:focus {
    outline: none;
  }
  .banner .slick-dots li.slick-active {
    background-color: #297ff8;
  }
  .banner .info-wrapper {
    display: none;
  }
}
.about .wrapper {
  align-items: center;
}
.about .wrapper .image {
  flex: 0 0 50%;
}
.about .wrapper .image .main {
  position: relative;
  margin-right: 150px;
}
.about .wrapper .image .main .image1 {
  width: 100%;
}
.about .wrapper .image .main .image2 {
  position: absolute;
  bottom: -50px;
  right: -100px;
  width: 200px;
}
.about .wrapper .content {
  flex: 0 0 50%;
}

@media screen and (max-width: 991px) {
  .about .wrapper .image {
    flex: 0 0 60%;
  }
  .about .wrapper .image .main {
    margin-right: 100px;
  }
  .about .wrapper .image .main .image2 {
    right: -60px;
    width: 170px;
  }
  .about .wrapper .content {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 767px) {
  .about .wrapper {
    flex-direction: column-reverse;
  }
  .about .wrapper .image {
    flex: 0 0 100%;
    margin-top: 20px;
  }
  .about .wrapper .image .main .image2 {
    bottom: 0;
  }
  .about .wrapper .content {
    flex: 0 0 100%;
  }
  .about .wrapper .content .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .about .wrapper .image .main {
    margin-right: 0;
  }
  .about .wrapper .image .main .image2 {
    right: 8px;
    bottom: 8px;
    width: 120px;
  }
}
.working-process {
  margin-top: 40px;
}
.working-process .wrapper {
  text-align: center;
  margin-top: 60px;
  position: relative;
}
.working-process .wrapper .plane-image {
  position: absolute;
  top: 30px;
}
.working-process .wrapper .plane-image img {
  width: 1100px;
  max-width: initial;
  margin: 0 auto;
}
.working-process .wrapper .block .icon {
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: #297ff8;
  transform: rotate(10deg);
  text-align: center;
  cursor: pointer;
  transition: 0.4s all;
}
.working-process .wrapper .block .icon i {
  font-size: 35px;
  color: #fff;
  line-height: 150px;
}
.working-process .wrapper .block .icon:hover {
  transform: rotate(0deg);
}
.working-process .wrapper .block .text-item {
  padding-top: 30px;
}
.working-process .wrapper .block .text-item h6 {
  padding: 0 30px;
}

@media screen and (max-width: 1199px) {
  .working-process .wrapper {
    padding: 0 20px;
  }
  .working-process .wrapper .plane-image img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .working-process {
    margin-top: 40px;
  }
  .working-process .wrapper {
    text-align: center;
    margin-top: 60px;
  }
  .working-process .wrapper .plane-image {
    top: 10px;
  }
  .working-process .wrapper .block .icon {
    height: 100px;
    width: 100px;
  }
  .working-process .wrapper .block .icon i {
    font-size: 25px;
    color: #fff;
    line-height: 100px;
  }
  .working-process .wrapper .block .text-item {
    padding-top: 20px;
  }
  .working-process .wrapper .block .text-item h6 {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .working-process {
    margin-top: 25px;
  }
  .working-process .wrapper {
    margin-top: 30px;
    flex-direction: column;
  }
  .working-process .wrapper .plane-image {
    display: none;
  }
  .working-process .wrapper .block {
    margin-bottom: 20px;
  }
  .working-process .wrapper .block .icon {
    height: 70px;
    width: 70px;
  }
  .working-process .wrapper .block .icon i {
    font-size: 20px;
    line-height: 70px;
  }
  .working-process .wrapper .block .text-item {
    padding-top: 0;
  }
  .working-process .wrapper .block .text-item h6 {
    padding: 0 15px;
  }
}
.services .wrapper .content-block {
  flex: 0 0 30%;
  padding-left: 60px;
}
.services .wrapper .service-slider {
  flex: 0 0 70%;
  width: 70%;
  overflow: hidden;
}
.services .wrapper .service-slider .slick-arrow.left {
  display: none !important;
  left: 20px !important;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 4px 0px #868686;
  text-align: center;
  cursor: pointer;
}
.services .wrapper .service-slider .slick-arrow.left i {
  font-size: 14px;
  line-height: 30px;
  border-radius: 100%;
  color: #24b969;
}
.services .wrapper .service-slider .slick-arrow:hover {
  background-color: #24b969;
}
.services .wrapper .service-slider .slick-arrow:hover i {
  color: #fff;
}
.services .wrapper .service-slider .slick-arrow.right {
  right: 20px !important;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 4px 0px #868686;
  text-align: center;
  cursor: pointer;
}
.services .wrapper .service-slider .slick-arrow.right i {
  font-size: 14px;
  line-height: 30px;
  border-radius: 100%;
  color: #24b969;
}
.services .wrapper .service-slider .slick-arrow:hover {
  background-color: #24b969;
}
.services .wrapper .service-slider .slick-arrow:hover i {
  color: #fff;
}
.services .wrapper .service-slider .item {
  margin-left: 20px;
  position: relative;
}
.services .wrapper .service-slider .item img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 350px;
}
.services .wrapper .service-slider .item h6 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding: 10px 20px;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #52b6f9;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #52b6f9 0%, #297ff8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #52b6f9 0%, #297ff8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #52b6f9 0%, #297ff8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#52b6f9", endColorstr="#297ff8",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

@media screen and (max-width: 991px) {
  .services .wrapper {
    flex-wrap: wrap;
  }
  .services .wrapper .content-block {
    flex: 0 0 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .services .wrapper .content-block .section-title {
    margin-bottom: 15px;
  }
  .services .wrapper .content-block .section-title h4 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .services .wrapper .content-block .section-title h4 span {
    width: 40px;
    margin-top: 6px;
  }
  .services .wrapper .content-block .desc {
    padding: 0 50px;
  }
  .services .wrapper .service-slider {
    flex: 0 0 100%;
    width: 100%;
  }
  .services .wrapper .service-slider .slick-arrow.left {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .services .wrapper .service-slider .item img {
    height: initial;
  }
}
.quote {
  position: relative;
  margin-bottom: 150px;
}
.quote .quote-bg {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  right: 20%;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#094dad+0,297ff9+100 */
  background: #094dad;
  /* Old browsers */
  background: -moz-linear-gradient(top, #094dad 0%, #297ff9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #094dad 0%, #297ff9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #094dad 0%, #297ff9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#094dad", endColorstr="#297ff9",GradientType=0 );
  /* IE6-9 */
}
.quote .quote-bg::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#094dad+0,297ff9+100 */
  background: #094dad;
  /* Old browsers */
  background: -moz-linear-gradient(top, #094dad 0%, #297ff9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #094dad 0%, #297ff9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #094dad 0%, #297ff9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#094dad", endColorstr="#297ff9",GradientType=0 );
  /* IE6-9 */
  transform-origin: top right;
  transform: skew(30deg, 0deg);
}
.quote .wrapper {
  max-width: 620px;
  position: relative;
}
.quote .wrapper .section-header {
  padding-bottom: 100px;
}
.quote .wrapper .section-header h3 {
  color: #fff;
}
.quote .wrapper .section-header h6 {
  color: #dedede;
}
.quote .wrapper .form {
  margin-top: -50px;
  margin-bottom: -150px;
  background-color: #fff;
  padding: 40px 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 2px 6px -1px #dcdcdc;
  position: relative;
  z-index: 99;
}
.quote .wrapper .form .form-group {
  flex: 0 0 48%;
}
.quote .wrapper .form .form-group.message {
  flex: 0 0 100%;
}
.quote .wrapper .form .form-group.submit-button {
  flex: 0 0 100%;
  text-align: center;
  margin-top: 20px;
}
.quote .wrapper .form .form-control {
  font-size: 13px;
  height: 40px;
}
.quote .wrapper .form .form-control.textarea {
  min-height: 100px;
  resize: none;
}
.quote .quote-image {
  position: absolute;
  right: 8%;
  bottom: 0;
}
.quote .quote-image img {
  width: 350px;
}

@media screen and (max-width: 1199px) {
  .quote .quote-image {
    right: 1%;
  }
}
@media screen and (max-width: 991px) {
  .quote .quote-bg {
    width: 100%;
  }
  .quote .quote-bg::after {
    display: none;
  }
  .quote .wrapper {
    max-width: 100%;
  }
  .quote .quote-image {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .quote {
    margin-bottom: 100px;
  }
  .quote .wrapper {
    max-width: 100%;
  }
  .quote .wrapper .section-header {
    padding-bottom: 70px;
  }
  .quote .wrapper .form {
    margin-bottom: -100px;
  }
  .quote .wrapper .form .form-group {
    flex: 0 0 100%;
  }
}
.features .container.d-flex {
  align-items: flex-start;
  justify-content: space-between;
}
.features .feature-image {
  flex: 0 0 45%;
  padding-right: 80px;
}
.features .wrapper {
  flex: 0 0 55%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.features .wrapper .block {
  flex: 0 0 48%;
  margin-bottom: 30px;
}
.features .wrapper .block .icon {
  padding: 10px 24px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #24b969;
  display: inline-block;
  cursor: pointer;
  transition: 0.4s all;
}
.features .wrapper .block .icon i {
  font-size: 30px;
  color: #24b969;
}
.features .wrapper .block .icon:hover {
  background-color: #24b969;
}
.features .wrapper .block .icon:hover i {
  color: #fff;
}
.features .wrapper .block .text-item {
  text-align: left;
}
.features .wrapper .block .text-item h3 {
  color: #24b969;
}

@media screen and (max-width: 991px) {
  .features .container.d-flex {
    flex-direction: column;
  }
  .features .feature-image {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .features .feature-image img {
    max-width: 300px;
    margin: 0 auto;
  }
  .features .wrapper {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 480px) {
  .features .wrapper {
    flex-direction: column;
  }
  .features .wrapper .block {
    margin-bottom: 20px;
    text-align: center;
  }
  .features .wrapper .block .text-item {
    text-align: center;
  }
}
.testimonials {
  background: url(../images/testimonials.jpg) no-repeat center center/cover;
  position: relative;
  margin-top: 40px;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.testimonials .section-header {
  position: relative;
}
.testimonials .wrapper {
  position: relative;
  margin-top: 30px;
}
.testimonials .wrapper .block {
  display: flex;
  flex-direction: column;
}
.testimonials .wrapper .block .image {
  padding: 20px 30px;
  text-align: center;
  position: relative;
}
.testimonials .wrapper .block .image::before, .testimonials .wrapper .block .image::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: calc(50% - 70px);
  background-color: #dedede;
}
.testimonials .wrapper .block .image::before {
  left: 0;
}
.testimonials .wrapper .block .image::after {
  right: 0;
}
.testimonials .wrapper .block .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.testimonials .wrapper .block .desc {
  font-size: 16px;
  text-align: center;
  max-width: 750px;
  margin: 0 auto;
}
.testimonials .wrapper .block .detail {
  margin-top: 30px;
  text-align: center;
}
.testimonials .wrapper .block .detail h3 {
  font-size: 18px;
  color: #297ff8;
  font-weight: 600;
  margin-bottom: 5px;
  letter-spacing: 0.03em;
}
.testimonials .wrapper .block .detail h6 {
  font-size: 13px;
  color: #8a8a8a;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .testimonials {
    margin-top: 20px;
  }
  .testimonials .wrapper {
    position: relative;
    margin-top: 20px;
  }
  .testimonials .wrapper .block .image::before, .testimonials .wrapper .block .image::after {
    width: calc(50% - 50px);
  }
  .testimonials .wrapper .block .image img {
    width: 70px;
    height: 70px;
  }
  .testimonials .wrapper .block .desc {
    font-size: 14px;
  }
  .testimonials .wrapper .block .detail {
    margin-top: 20px;
  }
  .testimonials .wrapper .block .detail h3 {
    font-size: 16px;
  }
}
.gallery .wrapper, .gallery .block {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.gallery .wrapper.block, .gallery .block.block {
  flex-direction: column;
}
.gallery .wrapper.block img, .gallery .block.block img {
  padding: 8px;
}
.footer-top .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer-top .wrapper .block {
  flex: 0 0 calc(100% - 250px);
  height: 140px;
  background-color: #24b969;
}
.footer-top .wrapper .block.d-flex {
  justify-content: center;
}
.footer-top .wrapper .block .logo {
  width: 140px;
  line-height: 140px;
  text-align: center;
  margin: 0 auto;
}
.footer-top .wrapper .block .item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 45px;
}
.footer-top .wrapper .block .item i {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
.footer-top .wrapper .block .item h6 {
  font-size: 24px;
  color: #fff;
}
.footer-top .wrapper .block.black {
  background-color: #000;
  flex: 0 0 250px;
}

footer {
  padding: 120px 0 40px 0;
  background-color: #297ff8;
  margin-top: -70px;
}
footer .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer ul li.list {
  padding-left: 20px;
  position: relative;
}
footer ul li.list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 10px;
  font-family: fontAwesome;
}
footer ul li .nav-item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
}
footer ul li .nav-item i {
  font-size: 10px;
  width: 25px;
  color: #fff;
}

.footer-bottom {
  background-color: #428ef9;
  padding: 8px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.footer-bottom .wrapper .copyright, .footer-bottom .wrapper a, .footer-bottom .wrapper .by {
  color: #fff;
  font-size: 14px;
}
.footer-bottom .wrapper .copyright {
  margin-right: 5px;
}
.footer-bottom .wrapper .develop .by, .footer-bottom .wrapper .develop a {
  display: inline;
}
.footer-bottom .wrapper .develop .by i, .footer-bottom .wrapper .develop a i {
  font-size: 12px;
  margin: 0 4px;
}
.footer-bottom .wrapper .develop a {
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  .footer-top .wrapper .block .item {
    margin: 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .footer-top .wrapper .block {
    flex: 0 0 calc(100% - 200px);
    height: 100px;
  }
  .footer-top .wrapper .block .logo {
    width: 100px;
    line-height: 100px;
  }
  .footer-top .wrapper .block .item {
    margin: 0 20px;
  }
  .footer-top .wrapper .block .item i {
    font-size: 16px;
    margin-right: 10px;
  }
  .footer-top .wrapper .block .item h6 {
    font-size: 20px;
  }
  .footer-top .wrapper .block.black {
    flex: 0 0 200px;
  }

  footer {
    padding: 100px 0 40px 0;
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .footer-top .wrapper .block {
    flex: 0 0 calc(100% - 130px);
    height: 75px;
  }
  .footer-top .wrapper .block .logo {
    width: 75px;
    line-height: 75px;
  }
  .footer-top .wrapper .block.d-flex {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
  }
  .footer-top .wrapper .block .item {
    margin: 3px;
  }
  .footer-top .wrapper .block .item i {
    font-size: 14px;
  }
  .footer-top .wrapper .block .item h6 {
    font-size: 16px;
  }
  .footer-top .wrapper .block.black {
    flex: 0 0 130px;
  }

  footer {
    padding-bottom: 20px;
  }
  footer .wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  footer .wrapper ul {
    flex: 0 0 33%;
    margin-bottom: 25px;
  }

  .footer-bottom .wrapper {
    flex-direction: column;
  }
  .footer-bottom .wrapper .copyright, .footer-bottom .wrapper a, .footer-bottom .wrapper .by {
    font-size: 13px;
  }
  .footer-bottom .wrapper .copyright {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  footer .wrapper ul {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 510px) {
  .footer-top .wrapper .block.d-flex {
    padding-left: 20px;
  }
  .footer-top .wrapper .block .item {
    margin: 3px;
  }
  .footer-top .wrapper .block .item i {
    font-size: 12px;
  }
  .footer-top .wrapper .block .item h6 {
    font-size: 14px;
  }
}
.breadcrumb_banner {
  min-height: 350px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/breadcrumb_banner-1.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb_banner .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #ffffff;
  content: "/";
}
.breadcrumb_banner .breadcrumb-item {
  font-size: 30px;
  text-transform: capitalize;
  color: white;
}
.breadcrumb_banner .breadcrumb-item a {
  color: white;
  font-size: 30px;
}
.breadcrumb_banner .breadcrumb-item a:hover {
  color: #24b969;
}

@media screen and (max-width: 768px) {
  .breadcrumb_banner {
    min-height: 200px;
  }
  .breadcrumb_banner .breadcrumb-item {
    font-size: 18px;
  }
  .breadcrumb_banner .breadcrumb-item a {
    font-size: 18px;
  }
}
.page-contact .page-contact-detail {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.page-contact .page-contact-detail form {
  width: 50%;
  padding: 0 50px;
}
.page-contact .page-contact-detail form h3 {
  text-align: left;
  padding: 20px 0;
}
.page-contact .page-contact-detail .map {
  width: 50%;
}
.page-contact .page-contact-detail .map iframe {
  border: none;
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  .page-contact .page-contact-detail form {
    width: 100%;
    padding: 10px;
  }
  .page-contact .page-contact-detail .map {
    width: 100%;
    overflow: hidden;
    height: 200px;
  }
}
.page-services {
  margin-bottom: 50px;
}
.page-services .page-service-detail {
  color: white;
  background: #141414;
  padding-top: 50px;
  padding-bottom: 150px;
}
.page-services .page-service-detail .container > .row {
  align-items: flex-end;
}
.page-services .page-service-detail .col-lg-4 {
  padding: 0;
}
.page-services .page-service-detail img {
  object-fit: cover;
  object-position: center;
}
.page-services .page-service-detail .main-image {
  height: 350px;
  width: 100%;
  position: relative;
}
.page-services .page-service-detail .main-image .our-services {
  position: absolute;
  background-color: #0e0e0e;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  right: -100px;
  bottom: -42px;
  min-width: 200px;
  min-height: 250px;
  z-index: 9;
}
.page-services .page-service-detail .main-image .our-services .active {
  background-color: black;
}
.page-services .page-service-detail .main-image .our-services .heading {
  padding-top: 30px;
  padding-bottom: 17px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.page-services .page-service-detail .main-image .our-services ul a {
  color: white;
}
.page-services .page-service-detail .main-image .our-services ul a:hover {
  text-decoration: none;
}
.page-services .page-service-detail .main-image .our-services ul li {
  transition: 0.2s;
  font-size: 15px;
  padding: 4px 0;
  letter-spacing: 0.5px;
}
.page-services .page-service-detail .main-image .our-services ul li:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: black;
}
.page-services .page-service-detail .main-image .our-services:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  border-right: 2px solid #297ff8;
  border-top: 2px solid #297ff8;
}
.page-services .page-service-detail .main-image .our-services:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  border-left: 2px solid #297ff8;
  border-bottom: 2px solid #297ff8;
}
.page-services .page-service-detail .imgdiv {
  padding: 0;
  margin: 3px;
  max-height: 176px;
  overflow: hidden;
}
.page-services .page-service-detail .imgdiv img {
  transition: 0.3s;
}
.page-services .page-service-detail .imgdiv:hover {
  cursor: pointer;
}
.page-services .page-service-detail .imgdiv:hover img {
  transform: scale(1.2);
}
.page-services .page-service-detail .content {
  margin-top: 35px;
}
.page-services .page-service-detail .content h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 18px 0;
  letter-spacing: 2px;
}
.page-services .page-service-detail .content p {
  letter-spacing: 0.4px;
  color: #f8f8f8;
  line-height: 25px;
  font-size: 15.2px;
}

.img-active {
  border: 1px solid #297ff8;
}

@media screen and (max-width: 992px) {
  .page-services {
    margin-bottom: 25px;
  }
  .page-services .page-service-detail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-services .page-service-detail .main-image {
    height: auto;
    text-align: center;
    position: static;
  }
  .page-services .page-service-detail .main-image .our-services {
    position: static;
    margin-bottom: 15px;
  }
  .page-services .page-service-detail .main-image .our-services:before {
    position: static;
    border: none;
  }
  .page-services .page-service-detail .main-image .our-services:after {
    position: static;
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .page-services .page-service-detail {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .page-services .page-service-detail .main-image img {
    max-height: 250px;
  }
  .page-services .page-service-detail .main-image .our-services {
    padding: 15px;
    min-height: auto;
    min-width: auto;
  }
  .page-services .page-service-detail .main-image .our-services ul .heading {
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
  }
  .page-services .page-service-detail .main-image .our-services ul li {
    font-size: 13px;
  }
  .page-services .page-service-detail .imgdiv {
    max-height: 125px;
  }
  .page-services .page-service-detail .content h2 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin: 13px 0;
  }
  .page-services .page-service-detail .content p {
    font-size: 13px;
    line-height: 19px;
  }
}
.page-gallery .gallery-menu ul {
  display: flex;
  justify-content: center;
  text-transform: capitalize;
  margin: 20px 0;
}
.page-gallery .gallery-menu ul li {
  padding: 3px 15px;
  letter-spacing: 0.4px;
  font-weight: 600;
  color: #2d2a74;
  font-size: 15px;
  border: 2px solid transparent;
  margin: 0 3px;
}
.page-gallery .gallery-menu ul li.active {
  border: 2px solid #24b969;
  border-radius: 25px;
  color: #24b969;
}
.page-gallery .gallery-menu ul li:hover {
  cursor: pointer;
}
.page-gallery .gallery .wrapper {
  flex-wrap: wrap;
}
.page-gallery .gallery .wrapper img {
  max-height: 300px;
}

@media screen and (max-width: 768px) {
  .page-gallery .gallery-menu ul li {
    font-size: 13px;
    padding: 3px;
  }
  .page-gallery .gallery-menu ul li.active {
    font-weight: bold;
    border: 2px solid transparent;
  }
}
.page-quote {
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/quote-bg.jpg");
  margin-bottom: 50px;
}
.page-quote .section {
  color: white;
}
.page-quote .section h3 {
  font-size: 25px;
  text-align: center;
}
.page-quote .section form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}
.page-quote .section form .form-group {
  width: 48%;
}
.page-quote .section form .form-group input, .page-quote .section form .form-group select, .page-quote .section form .form-group textarea {
  background: transparent;
  border: 1px solid white;
  color: white;
}
.page-quote .section form .form-group input::placeholder, .page-quote .section form .form-group select::placeholder, .page-quote .section form .form-group textarea::placeholder {
  color: white;
}
.page-quote .section form .message, .page-quote .section form .submit-button {
  width: 100%;
}
.page-quote .section form select option {
  background-color: #8a8a8a;
}

@media screen and (max-width: 768px) {
  .page-quote {
    padding-bottom: 25px;
  }
  .page-quote .section form {
    padding: 10px;
  }
  .page-quote .section form .form-group {
    width: 100%;
  }
}

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