@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/css?family=Roboto:300,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");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto", 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: 2px solid #2799ed;
  background-color: #2799ed;
  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: #2799ed;
  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: #2799ed;
  color: #2799ed;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #2799ed;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #2799ed;
  color: #fff;
  border-color: #2799ed;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #2799ed;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #242424;
  color: #fff;
  border-color: #242424;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #242424;
  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(39, 153, 237, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #117fd0;
  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;
}

.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;
}

.padding-top {
  padding-top: 40px;
}

.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(39, 153, 237, 0.7);
  border-radius: 100%;
}

.slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: -15px;
  position: relative;
}
.slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 8px;
  width: 14px;
  border-radius: 10px;
  background-color: transparent;
  border: 1px solid #2799ed;
  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: #2799ed;
  height: 8px;
  width: 22px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow i {
  font-size: 18px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s all;
}
.slick-arrow.left {
  left: 0px;
  z-index: 9;
}
.slick-arrow.right {
  right: 0px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title h5 {
  font-size: 42px;
  font-weight: 300;
  color: #333;
  text-transform: capitalize;
  word-spacing: 0.03em;
  letter-spacing: 0.01em;
}
.section-title p {
  font-weight: 500;
}

@media screen and (max-width: 992px) {
  .section-title h5 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .section-title h5 {
    font-size: 30px;
  }
}
@media screen and (max-width: 577px) {
  .section-title h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 481px) {
  .section-title h5 {
    font-size: 22px;
  }
}
.section {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section {
    padding: 45px 0;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 30px 0;
  }
}
.breadcrumb {
  background: url("../images/breadcrumbbg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 0;
}
.breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumb .bread-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  position: relative;
}
.breadcrumb .bread-wrap .bread-item,
.breadcrumb .bread-wrap .bread-link {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.breadcrumb .bread-wrap .bread-item {
  position: relative;
  padding: 0 20px 0 10px;
}
.breadcrumb .bread-wrap .bread-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "fontawesome";
  font-size: 12px;
  color: #fff;
}
.breadcrumb .bread-wrap .bread-item .bread-link {
  transition: 0.3s ease-in;
}
.breadcrumb .bread-wrap .bread-item .bread-link:hover {
  color: #000;
}
.breadcrumb .bread-wrap .bread-item:first-child {
  padding-left: 0;
}
.breadcrumb .bread-wrap .bread-item:last-child::before {
  content: none;
}
.breadcrumb .bread-title {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #2799ed;
  margin-top: 10px;
  position: relative;
}

header {
  z-index: 99999;
}
header .top-navbar .top-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .top-navbar .top-wrapper .navbar-brand {
  margin: 0;
}
header .top-navbar .top-wrapper .navbar-brand figure {
  max-width: 120px;
}
header .top-navbar .top-wrapper .navbar-brand figure img {
  width: 100%;
}
header .top-navbar .top-wrapper .co-info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .top-navbar .top-wrapper .co-info .details {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 40px;
  padding: 20px;
}
header .top-navbar .top-wrapper .co-info .details .icon {
  padding-right: 20px;
}
header .top-navbar .top-wrapper .co-info .details .icon i {
  font-size: 16px;
  color: #8a8a8a;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(51, 51, 51, 0.1);
  transition: 0.3s ease-in-out;
}
header .top-navbar .top-wrapper .co-info .details .cont p {
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  word-spacing: 0.04em;
}
header .top-navbar .top-wrapper .co-info .details .cont h6 {
  font-size: 13px;
  font-weight: 300;
  color: #8a8a8a;
  padding-top: 2px;
  transition: 0.3s ease-in-out;
}
header .top-navbar .top-wrapper .co-info .details:hover .icon i {
  background-color: #2799ed;
  color: #fff;
  border-color: #2799ed;
}
header .top-navbar .top-wrapper .co-info .details:hover .cont h6 {
  color: #2799ed;
}
header .top-navbar .top-wrapper .co-info .top-nav-button .quote-btn {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #fff;
  background-color: #2799ed;
  transition: 0.3s ease-in-out;
}
header .top-navbar .top-wrapper .co-info .top-nav-button .quote-btn:hover {
  background-color: #332d2d;
}
header .navbar {
  padding: 0;
  background-color: #333;
  overflow: hidden;
}
header .navbar .navbar-brand {
  display: none;
}
header .navbar .navbar-toggler {
  background-color: #2799ed;
  border-radius: 3px;
  border: 1px solid #2799ed;
}
header .navbar-collapse {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .navbar-collapse .navbar-nav .nav-item-quote-btn {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link, header .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #2799ed;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul .mob-item .mob-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  margin-bottom: 5px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul .mob-item .mob-link .icon i {
  color: #8a8a8a;
  font-size: 12px;
  padding-right: 6px;
  transition: 0.4s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul .mob-item .mob-link .text h6 {
  color: #8a8a8a;
  font-size: 12px;
  transition: 0.4s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul .mob-item .mob-link:hover .icon i {
  color: #f0e62f;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul .mob-item .mob-link:hover .text h6 {
  color: #f0e62f;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 10px 30px;
  color: #d5d5d5;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link:first-child {
  margin-left: 0;
  padding-left: 0;
}
header .navbar-collapse .navbar-nav.nav-icon .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header .navbar-collapse .navbar-nav.nav-icon .social-icons a {
  margin: 0 15px;
}
header .navbar-collapse .navbar-nav.nav-icon .social-icons a i {
  font-size: 13px;
  color: #8a8a8a;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav.nav-icon .social-icons a:hover i {
  color: #f0e62f;
}
header .navbar-collapse .navbar-nav.nav-icon .social-icons a:last-child {
  margin-right: 0;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header.fixed-header .top-navbar {
  display: none;
}
header.fixed-header .navbar-collapse .navbar-nav .nav-item-quote-btn {
  display: inline-block;
}

@media screen and (max-width: 992px) {
  header .top-navbar {
    display: none;
  }
  header .navbar {
    background-color: #fff;
  }
  header .navbar .navbar-brand {
    display: inline-block;
    max-width: 100px;
  }
  header .navbar-collapse {
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: inline;
  }
  header .navbar-collapse .navbar-nav .nav-item-quote-btn {
    display: inline-block;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 0 0 5px 0;
    padding: 5px 10px;
    font-size: 13px;
    display: inline-block;
    color: #8a8a8a;
  }
  header .navbar-collapse .navbar-nav.nav-icon {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header .navbar .navbar-brand {
    max-width: 90px;
    margin-left: 10px;
  }
  header .navbar .navbar-toggler {
    margin-right: 10px;
  }
  header .navbar .navbar-toggler img {
    width: 25px;
  }
}
@media screen and (max-width: 480px) {
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 0 0 0 0;
    font-size: 12px;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}
.banner .slider .block .text h6 {
  font-size: 22px;
  color: #f0e62f;
  font-weight: 400;
}
.banner .slider .block .text p {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding: 20px 0;
}
.banner .slider .block .text p span {
  display: block;
}
.banner .slider .block .text .button .btn-primary {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .banner .slider .block .text h6 {
    font-size: 22px;
  }
  .banner .slider .block .text p {
    font-size: 38px;
  }
}
@media screen and (max-width: 992px) {
  .banner .slider .block .text h6 {
    font-size: 18px;
  }
  .banner .slider .block .text p {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .banner .slider .block .text h6 {
    font-size: 16px;
  }
  .banner .slider .block .text p {
    font-size: 22px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block::before {
    top: 320px;
  }
  .banner .slider .block .image img {
    height: auto;
    object-fit: cover;
  }
  .banner .slider .block .text {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    margin: 20px 0;
  }
  .banner .slider .block .text p {
    font-size: 20px;
  }
  .banner .slider .block .text .button {
    margin-bottom: 30px;
  }
  .banner .slider .block .text .button a {
    font-size: 11px;
  }
  .banner .slider .slick-dots {
    margin-top: -20px;
  }
}
@media screen and (max-width: 480px) {
  .banner .slider .block .text p {
    font-size: 18px;
  }
}
.highlight {
  padding: 120px 20px;
  background: url(../images/highlight.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
.highlight h2 {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #000;
  margin: 15px 0;
  position: relative;
  padding-left: 25px;
}
.highlight h2 strong {
  color: #117fd0;
}
.highlight h2::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  color: #2799ed;
  font-size: 14px;
  font-family: FontAwesome;
}

.about {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,207cca+43,72d377+100 */
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #207cca 43%, #72d377 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #207cca 43%, #72d377 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #1e5799 0%, #207cca 43%, #72d377 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: gradient(startColorstr="#1e5799", endColorstr="#72d377", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.about .section-title h5,
.about .section-title p {
  color: #fff;
}
.about .about-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about .about-wrapper .about-image {
  flex: 0 0 calc(100% / 2);
  padding-right: 30px;
  display: flex;
  flex-direction: row;
}
.about .about-wrapper .about-image .overshadow {
  margin: 0 0;
  position: relative;
}
.about .about-wrapper .about-image .overlay {
  border: 4px solid #fff;
  border-radius: 6px;
  margin: 115px 0 0 -70px;
}
.about .about-wrapper .about-desc {
  flex: 0 0 calc(100% / 2 - 50px);
}
.about .about-wrapper .about-desc p {
  word-spacing: 0.05em;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.about .about-wrapper .about-desc p.para-gap {
  padding-top: 20px;
}
.about .about-wrapper .about-desc ul {
  margin: 40px 0;
}
.about .about-wrapper .about-desc ul .feature-listing {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
.about .about-wrapper .about-desc ul .feature-listing i {
  color: #fff;
  font-size: 12px;
  padding-right: 8px;
}
.about .about-wrapper .about-desc ul.unorder-list {
  margin: 20px 0;
}
.about .about-wrapper .about-desc .button .btn-primary {
  font-size: 14px;
}
.about .about-wrapper .about-desc .button .btn-primary:hover {
  background-color: #67b915;
  border-color: #67b915;
  color: #fff;
}
.about .about-wrapper .about-desc.main-about-desc p {
  padding-top: 10px;
}
.about .about-wrapper .about-desc.main-about-desc ul {
  margin: 10px 0;
}
.about.about_us .about-wrapper {
  align-items: center;
}

@media screen and (max-width: 992px) {
  .about .about-wrapper .about-image .overlay {
    margin: 80px 0 0 -120px;
  }
  .about .about-wrapper .about-desc {
    margin-left: 20px;
  }
  .about .about-wrapper .about-desc p {
    font-size: 15px;
  }
  .about .about-wrapper .about-desc ul {
    margin: 30px 0;
  }
  .about .about-wrapper .about-desc ul .feature-listing {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .about .about-wrapper .about-desc ul .feature-listing i {
    font-size: 12px;
  }
  .about .about-wrapper .about-desc .button .btn-primary {
    font-size: 13px;
  }

  .highlight {
    position: relative;
  }
  .highlight::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.85);
  }
  .highlight h2 {
    font-size: 16px;
    text-shadow: none;
    color: #fff;
  }
  .highlight h2::before {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .about .about-wrapper {
    flex-direction: column;
  }
  .about .about-wrapper .about-image {
    text-align: center;
    margin: 0 auto;
  }
  .about .about-wrapper .about-image .overlay {
    margin: 60px 0 0 -80px;
  }
  .about .about-wrapper .about-desc {
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
  .about .about-wrapper .about-desc p {
    font-size: 14px;
  }
  .about .about-wrapper .about-desc ul {
    margin: 20px 0;
  }
  .about .about-wrapper .about-desc ul .feature-listing {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .about .about-wrapper .about-desc .button .btn-primary {
    font-size: 12px;
  }

  .highlight {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 60px 20px;
  }
  .highlight h2 {
    text-align: center;
  }
  .highlight h2::before {
    display: none;
  }
}
@media screen and (max-width: 481px) {
  .about .about-wrapper .about-desc {
    margin-top: 20px;
  }
  .about .about-wrapper .about-desc p {
    font-size: 13px;
  }
  .about .about-wrapper .about-desc ul .feature-listing {
    font-size: 13px;
  }
}
.main-features {
  background: url("../images/svgfile/diamond-sunset.svg");
}
.main-features .features-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 0;
}
.main-features .features-wrapper .features-block {
  flex: 0 0 calc(100% / 3 - 30px);
  margin: 0 15px;
  text-align: center;
}
.main-features .features-wrapper .features-block i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #003674;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #003674;
  font-size: 20px;
  transition: 0.4s ease-in-out;
}
.main-features .features-wrapper .features-block i:hover {
  background-color: transparent;
  color: #003674;
}
.main-features .features-wrapper .features-block h6 {
  font-size: 20px;
  color: #003674;
  font-weight: 600;
  padding: 20px 0;
  text-transform: capitalize;
}
.main-features .features-wrapper .features-block p {
  color: #333;
}

@media screen and (max-width: 992px) {
  .main-features .features-wrapper {
    justify-content: center;
    padding: 40px 0;
  }
  .main-features .features-wrapper .features-block {
    flex: 0 0 calc(100% / 2 - 30px);
    margin-bottom: 30px;
  }
  .main-features .features-wrapper .features-block:last-child {
    margin-bottom: 0;
  }
  .main-features .features-wrapper .features-block i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .main-features .features-wrapper .features-block h6 {
    font-size: 18px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .main-features .features-wrapper {
    flex-direction: column;
    padding: 30px 0;
  }
  .main-features .features-wrapper .features-block {
    margin: 0 40px 30px 40px;
  }
  .main-features .features-wrapper .features-block h6 {
    padding: 15px 0;
  }
}
@media screen and (max-width: 577px) {
  .main-features .features-wrapper .features-block {
    margin: 0 20px 30px 20px;
  }
  .main-features .features-wrapper .features-block h6 {
    font-size: 16px;
  }
  .main-features .features-wrapper .features-block p {
    font-size: 13px;
  }
}
@media screen and (max-width: 321px) {
  .main-features .features-wrapper .features-block {
    margin: 0 0 30px 0;
  }
}
.service {
  background-color: #f0ffff;
}
.service .service-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service .service-wrapper .service-block {
  flex: 0 0 calc(100% / 3 - 20px);
  margin: 0 10px 30px;
  overflow: hidden;
}
.service .service-wrapper .service-block .images {
  overflow: hidden;
}
.service .service-wrapper .service-block .service-link {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding: 5px 0;
  text-transform: capitalize;
  text-align: center;
  transition: 0.53 ease-in-out;
}
.service .service-wrapper .service-block .service-link:hover {
  color: #fff;
  background-color: #2799ed;
}
.service .service-wrapper .service-block:hover img {
  transform: scale(1.04);
}

@media screen and (max-width: 992px) {
  .service .service-wrapper .service-block {
    flex: 0 0 calc(100% / 2 - 20px);
  }
  .service .service-wrapper .service-block .service-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .service .service-wrapper .service-block .service-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 577px) {
  .service .service-wrapper .service-block .service-link {
    font-size: 15px;
  }
}
@media screen and (max-width: 405px) {
  .service .service-wrapper {
    flex-direction: column;
  }
  .service .service-wrapper .service-block {
    margin-bottom: 20px;
  }
  .service .service-wrapper .service-block .service-link {
    font-size: 15px;
  }
}
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery .gallery-img {
  flex: 0 0 calc(100% / 4 - 15px);
  margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
  .gallery .gallery-img {
    flex: 0 0 calc(100% / 3 - 15px);
  }
}
@media screen and (max-width: 577px) {
  .gallery .gallery-img {
    flex: 0 0 calc(100% / 2 - 15px);
  }
}
.galleries .gallery-img {
  flex: 0 0 calc(100% / 3 - 20px);
  margin: 10px 10px;
  filter: grayscale(100%);
  transition: 0.3s ease-in-out;
}
.galleries .gallery-img:hover {
  filter: grayscale(0);
}

.testimonial {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,207cca+11,25edcf+29,8ced25+41,d2ed25+56,e8ad25+72,e86f25+85,ef6626+100&0.64+0,0.5+100 */
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0.64) 0%, rgba(32, 124, 202, 0.62) 11%, rgba(37, 237, 207, 0.6) 29%, rgba(140, 237, 37, 0.58) 41%, rgba(210, 237, 37, 0.56) 56%, rgba(232, 173, 37, 0.54) 72%, rgba(232, 111, 37, 0.52) 85%, rgba(239, 102, 38, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0.64) 0%, rgba(32, 124, 202, 0.62) 11%, rgba(37, 237, 207, 0.6) 29%, rgba(140, 237, 37, 0.58) 41%, rgba(210, 237, 37, 0.56) 56%, rgba(232, 173, 37, 0.54) 72%, rgba(232, 111, 37, 0.52) 85%, rgba(239, 102, 38, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(30, 87, 153, 0.64) 0%, rgba(32, 124, 202, 0.62) 11%, rgba(37, 237, 207, 0.6) 29%, rgba(140, 237, 37, 0.58) 41%, rgba(210, 237, 37, 0.56) 56%, rgba(232, 173, 37, 0.54) 72%, rgba(232, 111, 37, 0.52) 85%, rgba(239, 102, 38, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a31e5799", endColorstr="#80ef6626",GradientType=1 );
  /* IE6-9 */
}
.testimonial .testimonial-wrapper .testi-block {
  background-color: rgba(138, 138, 138, 0.06);
  margin: 0 10px;
  padding: 40px;
}
.testimonial .testimonial-wrapper .testi-block .content .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial .testimonial-wrapper .testi-block .content .icon i {
  color: #f0e62f;
  font-size: 16px;
  margin-right: 3px;
}
.testimonial .testimonial-wrapper .testi-block .content p {
  color: #333;
  padding: 20px 0;
}
.testimonial .testimonial-wrapper .testi-block .client-detail {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonial .testimonial-wrapper .testi-block .client-detail .picture {
  flex: 0 0 30%;
}
.testimonial .testimonial-wrapper .testi-block .client-detail .picture img {
  border-radius: 50%;
}
.testimonial .testimonial-wrapper .testi-block .client-detail .info {
  flex: 0 0 calc(70% - 20px);
  margin-left: 20px;
}
.testimonial .testimonial-wrapper .testi-block .client-detail .info h5 {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}
.testimonial .testimonial-wrapper .testi-block .client-detail .info h6 {
  font-size: 14px;
  color: #333;
}
.testimonial .slick-arrow i {
  border-radius: 0%;
  transition: 0.4s ease-in-out;
}
.testimonial .slick-arrow.left {
  left: -28px;
}
.testimonial .slick-arrow.right {
  right: -28px;
}

@media screen and (max-width: 1200px) {
  .testimonial .slick-arrow i {
    font-size: 16px;
    padding: 8px;
  }
  .testimonial .slick-arrow.left {
    left: -22px;
  }
  .testimonial .slick-arrow.right {
    right: -22px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .testimonial-wrapper .testi-block .content .icon i {
    font-size: 15px;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .picture {
    flex: 0 0 20%;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info {
    flex: 0 0 calc(80% - 20px);
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info h5 {
    color: #000;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info h6 {
    font-size: 14px;
  }
  .testimonial .slick-dots {
    margin-top: 5px;
  }
}
@media screen and (max-width: 481px) {
  .testimonial .testimonial-wrapper .testi-block .content .icon i {
    font-size: 14px;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .picture {
    flex: 0 0 25%;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info {
    flex: 0 0 calc(75% - 20px);
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info h5 {
    font-size: 14px;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info h6 {
    font-size: 13px;
  }
}
@media screen and (max-width: 360px) {
  .testimonial .testimonial-wrapper .testi-block {
    padding: 20px 20px;
  }
  .testimonial .testimonial-wrapper .testi-block .content .icon i {
    font-size: 14px;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .picture {
    flex: 0 0 25%;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info {
    flex: 0 0 calc(75% - 20px);
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info h5 {
    font-size: 14px;
  }
  .testimonial .testimonial-wrapper .testi-block .client-detail .info h6 {
    font-size: 13px;
  }
}
.contact .form-wrapper {
  display: flex;
  flex-direction: row;
}
.contact .form-wrapper .form {
  flex: 0 0 calc(100% / 2);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact .form-wrapper .form .form-block {
  flex: 0 0 calc(100% / 2 - 20px);
  margin: 0 20px 20px 0;
}
.contact .form-wrapper .form .form-block .form-blank {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #8a8a8a;
  border: 2px solid rgba(138, 138, 138, 0.5);
}
.contact .form-wrapper .form .form-block .form-blank::placeholder {
  color: #8a8a8a;
  font-size: 14px;
}
.contact .form-wrapper .form .form-block .form-blank:focus {
  outline: none;
}
.contact .form-wrapper .form .form-block.message {
  flex: 0 0 calc(100% - 20px);
}
.contact .form-wrapper .form .form-block.message .form-blank {
  resize: none;
  height: 100px;
}
.contact .form-wrapper .map {
  flex: 0 0 calc(100% / 2 - 40px);
  margin-left: 40px;
}
.contact .form-wrapper .map iframe {
  display: block;
  width: 100%;
  height: 320px;
}
.contact .form-wrapper .map img {
  display: block;
}
.contact.main-quote {
  padding-top: 80px;
}

@media screen and (max-width: 1200px) {
  .contact.main-quote {
    padding-top: 60px;
  }
}
@media screen and (max-width: 992px) {
  .contact.main-quote {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact .form-wrapper {
    flex-direction: column;
  }
  .contact .form-wrapper .form .form-block .form-blank {
    font-size: 14px;
  }
  .contact .form-wrapper .form .form-block .form-blank::placeholder {
    font-size: 14px;
  }
  .contact .form-wrapper .map {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact.main-quote {
    padding-top: 30px;
  }
}
@media screen and (max-width: 481px) {
  .contact .form-wrapper .form .form-block .form-blank {
    font-size: 13px;
    padding: 8px;
  }
  .contact .form-wrapper .form .form-block .form-blank::placeholder {
    font-size: 13px;
  }
}
@media screen and (max-width: 361px) {
  .contact .form-wrapper .form .form-block {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .contact .form-wrapper .form .form-block.message {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.quote_us {
  background: url("../images/call_us_action.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  position: relative;
}
.quote_us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,207cca+11,25edcf+29,8ced25+41,d2ed25+56,e8ad25+72,e86f25+85,ef6626+100&0.73+0,0.7+100 */
}
.quote_us .quote-wrap {
  position: relative;
  text-align: center;
}
.quote_us .quote-wrap h4 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1.7;
}
.quote_us .quote-wrap h6 {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
}
.quote_us .quote-wrap .button {
  padding-top: 40px;
}
.quote_us .quote-wrap .button .btn-primary:hover {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .quote_us .quote-wrap h4 {
    font-size: 34px;
  }
  .quote_us .quote-wrap h6 {
    font-size: 16px;
  }
  .quote_us .quote-wrap .button {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .quote_us .quote-wrap h4 {
    font-size: 28px;
  }
  .quote_us .quote-wrap h6 {
    font-size: 16px;
  }
  .quote_us .quote-wrap .button {
    padding-top: 30px;
  }
}
@media screen and (max-width: 577px) {
  .quote_us .quote-wrap h4 {
    font-size: 24px;
  }
  .quote_us .quote-wrap h6 {
    font-size: 14px;
  }
  .quote_us .quote-wrap .button {
    padding-top: 20px;
  }
}
@media screen and (max-width: 481px) {
  .quote_us .quote-wrap h4 {
    font-size: 20px;
    line-height: 1;
  }
  .quote_us .quote-wrap h6 {
    font-size: 13px;
    padding-top: 4px;
  }
}
footer {
  padding-bottom: 0 !important;
}
footer .about {
  background: transparent;
}
footer .footer-block .logo {
  margin-bottom: 20px;
}
footer .footer-block .logo img {
  max-width: 140px;
}
footer .footer-block .about p {
  color: #000;
  width: 350px;
}
footer .footer-block ul h4 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 40px;
}
footer .footer-block ul .footer-item {
  margin-bottom: 8px;
}
footer .footer-block ul .footer-item .footer-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-block ul .footer-item .footer-link i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #2799ed;
  padding-right: 8px;
}
footer .footer-block ul .footer-item .footer-link p {
  font-size: 14px;
  color: #000;
  text-transform: initial;
  transition: 0.3s ease-in-out;
}
footer .footer-block ul .footer-item .footer-link .work-time {
  display: flex;
  flex-direction: row;
}
footer .footer-block ul .footer-item:hover .footer-link p {
  color: #2799ed;
}
footer .social-icons {
  margin: 40px auto 0;
}
footer .social-icons .wrapp {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .social-icons .wrapp .social-link {
  display: inline-block;
  background-color: #2799ed;
}
footer .social-icons .wrapp .social-link i {
  font-size: 13px;
  color: #fff;
  padding: 15px 20px;
}
footer .footer-bottom {
  background-color: #000;
  padding: 10px 0;
}
footer .footer-bottom .block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
footer .footer-bottom .block p,
footer .footer-bottom .block .text-center,
footer .footer-bottom .block a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
footer .footer-bottom .block .text-center {
  padding: 0 4px;
}

@media screen and (max-width: 1200px) {
  footer .footer-block .about p {
    width: 300px;
  }
}
@media screen and (max-width: 992px) {
  footer {
    text-align: center;
  }
  footer .footer-block {
    justify-content: center;
    margin-bottom: 40px;
  }
  footer .footer-block .logo img {
    max-width: 110px;
  }
  footer .footer-block .about p {
    margin: 0 auto;
  }
  footer .footer-block ul h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  footer .footer-block ul .footer-item .footer-link {
    justify-content: center;
  }
  footer .footer-block ul .footer-item .footer-link p {
    font-size: 14px;
  }
  footer .social-icons {
    margin: 0px auto 0;
  }
  footer .footer-bottom .block p,
footer .footer-bottom .block .text-center,
footer .footer-bottom .block a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
  }
  footer .footer-bottom .block .text-center {
    padding: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-bottom .block {
    flex-wrap: wrap;
  }
  footer .footer-bottom .block p,
footer .footer-bottom .block .text-center,
footer .footer-bottom .block a {
    font-size: 13px;
  }
}
@media screen and (max-width: 380px) {
  footer .footer-block .about p {
    width: 100%;
    margin: 0 auto;
  }
}
.information {
  overflow: hidden;
  margin-bottom: 40px;
}
.information .title {
  text-align: center;
}
.information .title h2 {
  font-size: 32px;
  color: #1c1c1c;
  font-weight: 800;
  padding-bottom: 10px;
}
.information .title .text {
  padding: 20px 0;
  max-width: 500px;
  margin: auto;
}
.information .title .text p {
  font-size: 15px;
}
.information .info-wrapper {
  position: relative;
  margin-top: -110px;
  z-index: 1;
  padding: 20px 0;
}
.information .info-wrapper .block {
  text-align: center;
  padding: 45px 10px 30px 10px;
  background-color: #2799ed;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .logo i {
  font-size: 30px;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0 10px 0;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block .info-detail p {
  font-size: 15px;
  max-width: 250px;
  margin: auto;
  color: #fff;
  transition: 0.3s ease-in-out;
}
.information .info-wrapper .block:hover {
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 5px 2px #dedede;
}
.information .info-wrapper .block:hover .logo i {
  color: #2799ed;
}
.information .info-wrapper .block:hover .info-detail h6 {
  color: #2799ed;
}
.information .info-wrapper .block:hover .info-detail p {
  color: #2799ed;
}

@media screen and (max-width: 992px) {
  .information .title h2 {
    font-size: 26px;
  }
  .information .title .text p {
    font-size: 14px;
  }
  .information .info-wrapper {
    margin-top: 0;
  }
  .information .info-wrapper .block {
    padding: 30px 10px 30px 10px;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .information .info-wrapper .block .info-detail h6 {
    font-size: 16px;
  }
  .information .info-wrapper .block .info-detail p {
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  .information {
    padding: 40px 0 20px;
  }
  .information .title h2 {
    font-size: 22px;
  }
  .information .info-wrapper .block {
    padding: 30px 10px 30px 10px;
    margin-bottom: 20px;
  }
  .information .info-wrapper .block .info-detail h6 {
    font-size: 16px;
    padding: 10px 0;
  }
  .information .info-wrapper .block .info-detail p {
    font-size: 13px;
  }
}
.main-service {
  padding-top: 30px;
}
.main-service .service-wrapper .service-block {
  flex: 0 0 100%;
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-service .service-wrapper .service-block .images {
  flex: 0 0 50%;
  min-height: 100%;
}
.main-service .service-wrapper .service-block .images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.main-service .service-wrapper .service-block .service-link {
  flex: 0 0 calc(50% - 40px);
  text-align: left;
  position: relative;
}
.main-service .service-wrapper .service-block .service-link h4 {
  font-size: 26px;
  font-weight: 600;
  color: #2799ed;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
}
.main-service .service-wrapper .service-block .service-link p {
  font-size: 15px;
  color: #8a8a8a;
  padding-top: 20px;
}
.main-service .service-wrapper .service-block .service-link:hover h4 {
  color: #2799ed;
}
.main-service .service-wrapper .service-block .service-link:hover p {
  color: #8a8a8a;
}
.main-service .service-wrapper .service-block.alter {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .main-service .service-wrapper .service-block {
    margin: 0 0 60px 0;
    flex-direction: column;
  }
  .main-service .service-wrapper .service-block .service-link {
    margin: 0 0;
    padding: 20px;
    border-radius: 0;
  }
  .main-service .service-wrapper .service-block .service-link h4 {
    font-size: 20px;
  }
  .main-service .service-wrapper .service-block .service-link p {
    font-size: 14px;
  }
  .main-service .service-wrapper .service-block.alter {
    flex-direction: column;
  }
  .main-service .service-wrapper .service-block.alter .service-link {
    margin: 0 0;
  }
}
@media screen and (max-width: 577px) {
  .main-service .service-wrapper .service-block {
    margin: 0 0 40px 0;
  }
  .main-service .service-wrapper .service-block .service-link {
    padding: 10px;
  }
  .main-service .service-wrapper .service-block .service-link p {
    font-size: 13px;
  }
}
.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: #242424;
}
.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: #2799ed;
  border: 1px solid #2799ed;
  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;
}

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