@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: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");
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: 2px solid #2f63a2;
  background-color: #2f63a2;
  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: #2f63a2;
  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: #2f63a2;
  color: #2f63a2;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #2f63a2;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #2f63a2;
  color: #fff;
  border-color: #2f63a2;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #2f63a2;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #ffc527;
  color: #fff;
  border-color: #ffc527;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #ffc527;
  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(47, 99, 162, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #244b7a;
  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(47, 99, 162, 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: #2f63a2;
}

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

.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  padding-bottom: 45px;
  position: relative;
}
.section-header::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 300px;
  border-top: 1px dashed #8a8a8a;
}
.section-header h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 2px 10px;
  color: #525252;
  margin: 5px auto;
  display: inline-block;
  background-color: #fff;
  position: relative;
}
.section-header h2 {
  font-size: 28px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  text-transform: uppercase;
}
.section-header h2 span {
  color: #2f63a2;
}
.section-header .desc {
  max-width: 700px;
  margin: 10px auto;
}

.breadcrumb-wrapper {
  padding: 80px 0;
  background: url(../images/breadcrumb.jpg) no-repeat center center/cover;
}
.breadcrumb-wrapper h1 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 1px #000;
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper h1 {
    text-align: center;
    font-size: 18px;
  }
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  border-radius: 6px;
  padding: 8px;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumb-wrapper .breadcrumb {
    justify-content: center;
  }
}
.breadcrumb-wrapper .breadcrumb li {
  background-color: #f8f8f8;
  display: inline-block;
  padding: 8px 20px;
}
.breadcrumb-wrapper .breadcrumb li a {
  font-weight: 500;
  padding-right: 10px;
  position: relative;
  overflow: initial;
}
.breadcrumb-wrapper .breadcrumb li a::after {
  content: "//";
  display: inline-block;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #8a8a8a;
}
.breadcrumb-wrapper .breadcrumb li a i {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 25px;
}
.breadcrumb-wrapper .breadcrumb li a i.icon {
  background-image: none;
}
.breadcrumb-wrapper .breadcrumb li a::after {
  position: absolute;
  top: 0;
  right: -10px;
}
.breadcrumb-wrapper .breadcrumb li.active {
  padding-left: 0;
}

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

  .section-header {
    padding-bottom: 30px;
  }
  .section-header h6 {
    font-size: 14px;
  }
  .section-header h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .section {
    padding: 30px 0;
  }

  .section-header h2 {
    font-size: 18px;
  }
}
.top-header {
  padding: 5px 0;
  background-color: #fff;
}
.top-header .wrapper {
  justify-content: space-between;
}
.top-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.top-header ul li,
.top-header ul a {
  color: #1c1c1c;
  font-size: 14px;
  line-height: 1.4;
}
.top-header ul li:hover,
.top-header ul a:hover {
  color: #2f63a2;
}
.top-header ul.info li {
  margin-right: 15px;
  color: #1c1c1c;
}
.top-header ul.info i {
  margin-right: 8px;
  color: #2f63a2;
}
.top-header ul.social-info li {
  margin-left: 15px;
  color: #8a8a8a;
}
.top-header ul.social-info li i {
  margin: 1px;
  color: #2f63a2;
}

header {
  background-color: #2f63a2;
  z-index: 9999;
  transition: 0.4s all;
}
header .navbar {
  padding: 0;
  z-index: 9999;
}
header .navbar .navbar-brand {
  margin-right: 50px;
  padding: 10px 0;
}
header .navbar .navbar-brand figure {
  max-width: 100px;
  margin-left: 20px;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  justify-content: space-between;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 600;
}
header .navbar-collapse .navbar-nav.request a {
  padding: 9px 18px;
  border-radius: 4px;
  font-size: 13px;
  color: #1c1c1c;
  background-color: #fff;
  border-color: #fff;
}
header .navbar-collapse .navbar-nav.request .style {
  margin-top: -40px;
  background-color: transparent;
  padding: 0;
}
header .navbar-collapse .navbar-nav.request .style img {
  max-width: 180px;
}
header .navbar-collapse .navbar-nav .nav-item.active {
  background-color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #1c1c1c;
  margin: 8px;
}
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-top: 8px;
}
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;
}
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: 4px;
}
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;
  background-color: #2f63a2;
}
header.fixed-header .top-header {
  display: none;
}

@media screen and (max-width: 992px) {
  .top-header {
    display: none;
  }

  header .navbar .navbar-brand figure {
    max-width: 80px;
    margin-left: 0;
  }
  header .navbar-collapse {
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav {
    text-align: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px;
    padding: 0;
  }
  header .navbar-collapse .navbar-nav.request {
    margin-bottom: 10px;
  }
  header .navbar-collapse .navbar-nav.request a {
    max-width: 200px;
    margin: 0 auto;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: block;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display li a i {
    margin: 0 5px;
    font-size: 12px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display li a .icon {
    margin-top: -2px;
  }
}
@media screen and (max-width: 768px) {
  header .navbar-collapse {
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
    margin: 0 5px;
    font-size: 10px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a .icon {
    margin-top: -2px;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .image {
  position: relative;
  max-height: calc(100vh - 100px);
  min-height: 400px;
  overflow: hidden;
  margin-left: -1px;
}
.banner .slider .block .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.banner .slider .block .image img {
  height: auto;
  width: 100%;
  max-width: initial;
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 9;
  color: #fff;
}
.banner .slider .block .text h2 {
  font-size: 46px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
  letter-spacing: 0.02em;
  text-align: center;
}
.banner .slider .block .text .desc {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
.banner .slider .block .text .button {
  margin: 0 auto;
  margin-top: 25px;
  text-align: center;
  position: relative;
}
.banner .slider .block .text .button a {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 2px solid #2f63a2;
  display: inline-block;
  padding: 12px 32px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #2f63a2;
  color: #fff;
}
.banner .slider .block .text .button a:hover {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}
.banner .slider .slick-arrow {
  z-index: 9;
}
.banner .slider .slick-arrow.left {
  left: 0;
}
.banner .slider .slick-arrow.right {
  right: 0;
}
.banner .slider .slick-arrow i {
  background-color: transparent;
  color: #fff;
  opacity: 0.6;
}
.banner .slider .slick-arrow i:hover {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .banner .slider .block .image {
    min-height: auto;
  }
  .banner .slider .block .text h2 {
    font-size: 25px;
  }
  .banner .slider .block .text .desc {
    font-size: 14px;
  }
  .banner .slider .block .text .button a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image {
    height: 350px;
  }
  .banner .slider .block .image img {
    height: 100%;
    width: auto;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image {
    height: 400px;
  }
  .banner .slider .block .text h2 {
    font-size: 18px;
  }
  .banner .slider .block .text .desc {
    margin-top: 10px;
    font-size: 13px;
  }
}
.about-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.about-block .image {
  flex: 0 0 50%;
}
.about-block .image div {
  position: relative;
  width: fit-content;
}
.about-block .image div .image1, .about-block .image div .image2 {
  height: 300px;
  width: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.about-block .image div .image2 {
  position: absolute;
  bottom: 0;
  left: 80%;
  height: 150px;
  width: 150px;
}
.about-block .content {
  flex: 0 0 50%;
}
.about-block .content h3 {
  color: #1c1c1c;
  font-size: 26px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.about-block .content h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background-color: #2f63a2;
  margin: 15px 0;
}
.about-block .content .desc {
  padding-top: 20px;
}
.about-block .content .desc p {
  margin-bottom: 15px;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .about-block .image {
    flex: 0 0 45%;
  }
  .about-block .image div .image1, .about-block .image div .image2 {
    height: 220px;
    width: 220px;
  }
  .about-block .image div .image2 {
    left: 80%;
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .about-block {
    flex-direction: column;
  }
  .about-block .image {
    flex: 0 0 100%;
  }
  .about-block .image div {
    margin-left: -40px;
  }
  .about-block .content {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .about-block .content h3 {
    text-align: center;
    font-size: 18px;
  }
  .about-block .content h3::after {
    margin: 10px auto;
  }
  .about-block .content .desc {
    text-align: center;
  }
  .about-block .content .desc p {
    margin-bottom: 8px;
  }
}
.section-process .section-header::before {
  display: none;
}

.process-block .block {
  text-align: center;
}
.process-block .block .image {
  padding-bottom: 40px;
  position: relative;
}
.process-block .block .image .process-img {
  max-width: 70px;
  margin: 0 auto;
  padding: 15px;
  box-shadow: 1px 1px 7px 2px #dfdfdf;
}
.process-block .block .image .check {
  height: 30px;
  width: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 15px);
}
.process-block .block .image .check .check-img {
  max-width: 20px;
}
.process-block .block .image .process-border {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  border-top: 1px dashed #2f63a2;
  width: 50%;
}
.process-block .block .image.full .process-border {
  transform: translateX(-50%);
  width: 100%;
}
.process-block .block .image.half .process-border {
  left: auto;
  right: 50%;
}
.process-block .block .title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  margin: 25px auto 15px auto;
}
.process-block .block .desc {
  padding: 0 45px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .process-block .block {
    margin-bottom: 20px;
  }
  .process-block .block .image {
    padding-bottom: 0px;
  }
  .process-block .block .image .process-img {
    max-width: 50px;
    padding: 10px;
  }
  .process-block .block .image .check {
    display: none;
  }
  .process-block .block .image .process-border {
    display: none;
  }
  .process-block .block .title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #1c1c1c;
    margin: 15px auto 10px auto;
  }
  .process-block .block .desc {
    padding: 0 25px;
    line-height: 1.5;
  }
}
.section-services {
  background-color: #f8f8f8;
}
.section-services .section-header h6 {
  background-color: #f8f8f8;
}
.section-services .services-block .block {
  margin-bottom: 30px;
  padding: 10px;
}
.section-services .services-block .block .image {
  margin-right: 20px;
}
.section-services .services-block .block .image img {
  max-width: 32px;
}
.section-services .services-block .block .content .title {
  font-size: 18px;
  font-weight: 500;
  color: #1c1c1c;
}
.section-services .services-block .block .content .title span {
  color: #000;
  font-weight: 700;
}
.section-services .services-block .block .content .desc {
  margin-top: 10px;
}

.gallery-section .gallery-block .item .image a, .gallery-section .gallery-content .item .image a {
  position: relative;
}
.gallery-section .gallery-block .item .image a::before, .gallery-section .gallery-content .item .image a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.8s all;
}
.gallery-section .gallery-block .item .image a .icon, .gallery-section .gallery-content .item .image a .icon {
  font-size: 13px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  z-index: 99;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.4s all;
}
.gallery-section .gallery-block .item .image a:hover::before, .gallery-section .gallery-content .item .image a:hover::before {
  background-color: rgba(47, 99, 162, 0.8);
  z-index: 9;
}
.gallery-section .gallery-block .item .image a:hover .icon, .gallery-section .gallery-content .item .image a:hover .icon {
  opacity: 1;
  bottom: 10px;
  left: 10px;
}
.gallery-section .gallery-block .item .image img, .gallery-section .gallery-content .item .image img {
  width: 100%;
}
.gallery-section .gallery-block.gallery-content .item, .gallery-section .gallery-content.gallery-content .item {
  margin-bottom: 30px;
}
.gallery-section .gallery-block .slick-arrow i, .gallery-section .gallery-content .slick-arrow i {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  opacity: 0.6;
  transition: 0.4s all;
}
.gallery-section .gallery-block .slick-arrow.left, .gallery-section .gallery-content .slick-arrow.left {
  left: 15px;
}
.gallery-section .gallery-block .slick-arrow.right, .gallery-section .gallery-content .slick-arrow.right {
  right: 15px;
}
.gallery-section .gallery-block .slick-arrow:hover i, .gallery-section .gallery-content .slick-arrow:hover i {
  opacity: 1;
}
.gallery-section .button {
  text-align: center;
  margin-top: 30px;
}
.gallery-section .button .btn {
  border-radius: 6px;
}

.mfp-wrap, .mfp-bg {
  z-index: 99999 !important;
}

.section-testimonials {
  background-color: #dedede;
  overflow: hidden;
  padding-bottom: 90px;
}
.section-testimonials .section-header h6 {
  background-color: #dedede;
}

.testimonials-block {
  max-width: 500px;
  margin: 0 auto;
}
.testimonials-block .block {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  margin-top: 5px;
  height: 250px;
  width: 450px !important;
  margin-left: 25px;
  opacity: 0.7;
  transition: 0.4s all;
}
.testimonials-block .block .info {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonials-block .block .info .image img {
  max-width: 50px;
  border-radius: 100%;
}
.testimonials-block .block .info .text {
  margin-left: 20px;
}
.testimonials-block .block .info .text h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
.testimonials-block .block .info .text h6 {
  font-size: 14px;
}
.testimonials-block .block .desc {
  margin-top: 20px;
  font-weight: 400;
  font-style: italic;
}
.testimonials-block .block .ratings {
  margin-top: 10px;
}
.testimonials-block .block .ratings i {
  font-size: 12px;
  margin: 1px;
  color: #e9ae0c;
}
.testimonials-block .block.slick-active {
  opacity: 1;
  transform: skew(0deg);
  width: 500px !important;
  margin-left: 0;
}
.testimonials-block .slick-arrow {
  top: calc(50% - 20px);
  z-index: 99;
}
.testimonials-block .slick-arrow i {
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  border: 1px solid #525252;
  opacity: 0.6;
  transition: 0.4s all;
}
.testimonials-block .slick-arrow.left {
  left: auto;
  right: -15px;
}
.testimonials-block .slick-arrow.right {
  margin-top: 40px;
  right: -15px;
}
.testimonials-block .slick-arrow:hover i {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .section-testimonials {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .testimonials-block {
    max-width: 350px;
  }
  .testimonials-block .block {
    padding: 40px;
    height: 300px;
    width: 320px !important;
    margin-left: 15px;
  }
  .testimonials-block .block .info .text h4 {
    font-size: 16px;
  }
  .testimonials-block .block .info .text h6 {
    font-size: 13px;
  }
  .testimonials-block .block.slick-active {
    width: 350px !important;
  }
  .testimonials-block .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 400px) {
  .testimonials-block {
    max-width: 300px;
  }
  .testimonials-block .block {
    padding: 10px;
    height: 250px;
    width: 280px !important;
    margin-left: 10px;
  }
  .testimonials-block .block.slick-active {
    width: 300px !important;
  }
}
.reviews .review-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-top: -45px;
}
.reviews .review-list li a {
  max-width: 180px;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .reviews .review-list {
    margin-top: -30px;
  }
  .reviews .review-list li a {
    padding: 20px;
  }
  .reviews .review-list li a img {
    min-width: 70px;
  }
}
@media screen and (max-width: 480px) {
  .reviews .review-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reviews .review-list li {
    flex: 0 0 50%;
  }
  .reviews .review-list li a {
    padding: 8px 20px;
  }
  .reviews .review-list li a img {
    width: 100px;
  }
}
.info-section .maps iframe {
  display: block;
  min-height: 500px;
  width: 100%;
}
.info-section .maps #map {
  height: 400px;
}
.info-section .form-wrapper {
  padding: 0 200px;
  background-color: #f8f8f8;
}
.info-section .form {
  padding: 40px;
  margin-top: -100px;
  background-color: #fff;
  position: relative;
  z-index: 9;
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.1);
}
.info-section .form .section-header {
  text-align: left;
  padding-bottom: 20px;
}
.info-section .form .section-header::before {
  display: none;
}
.info-section .form .form-group .form-control {
  font-size: 14px;
  border-radius: 4px;
}
.info-section .form .form-group textarea {
  min-height: 120px;
  resize: none;
}
.info-section .form .button {
  margin-top: 10px;
}
.info-section .form .button .btn {
  border-radius: 6px;
  padding: 9px 35px;
}
.info-section .info-wrapper {
  background-color: #f8f8f8;
  padding: 60px 30px 30px;
}
.info-section .info-wrapper .item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info-section .info-wrapper .item .image img {
  max-width: 65px;
}
.info-section .info-wrapper .item .text {
  margin-left: 15px;
}
.info-section .info-wrapper .item .text h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin-bottom: 2px;
  color: #1c1c1c;
  text-transform: uppercase;
}
.info-section .info-wrapper .item .text h6, .info-section .info-wrapper .item .text a {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #8a8a8a;
}

@media screen and (max-width: 992px) {
  .info-section .maps iframe {
    min-height: 350px;
  }
  .info-section .maps #map {
    height: 350px;
  }
  .info-section .form-wrapper {
    padding: 0 50px;
  }
  .info-section .info-wrapper {
    background-color: #f8f8f8;
    padding: 40px 20px 20px;
  }
  .info-section .info-wrapper .item .image img {
    max-width: 40px;
  }
  .info-section .info-wrapper .item .text {
    margin-left: 15px;
  }
  .info-section .info-wrapper .item .text h4 {
    font-size: 14px;
  }
  .info-section .info-wrapper .item .text h6, .info-section .info-wrapper .item .text a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .info-section .maps iframe {
    min-height: 300px;
  }
  .info-section .maps #map {
    height: 300px;
  }
  .info-section .form-wrapper {
    padding: 0 20px;
  }
  .info-section .form-wrapper .form {
    padding: 20px;
  }
  .info-section .info-wrapper {
    background-color: #f8f8f8;
    padding: 40px 20px 20px;
  }
  .info-section .info-wrapper .item {
    margin-bottom: 15px;
  }
  .info-section .info-wrapper .item .image img {
    max-width: 40px;
  }
  .info-section .info-wrapper .item .text {
    margin-left: 15px;
  }
  .info-section .info-wrapper .item .text h4 {
    font-size: 14px;
  }
  .info-section .info-wrapper .item .text h6, .info-section .info-wrapper .item .text a {
    font-size: 13px;
  }
}
footer {
  background: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 60px 0 0 0;
}
footer .footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
footer .footer-block .logo {
  margin-top: -15px;
}
footer .footer-block .logo img {
  max-width: 230px;
}
footer .footer-block .footer-desc {
  margin-top: 15px;
}
footer .footer-block .footer-desc p {
  color: #fff;
}
footer .footer-block.logo-block {
  max-width: 300px;
}
footer .footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
footer .block-wrapper {
  display: flex;
  flex-direction: row;
}
footer .main-block {
  flex-direction: column;
  margin-left: 120px;
}
footer .social-links {
  display: flex;
  flex-direction: column;
}
footer .social-links li a {
  font-size: 13px;
  color: #fff;
  margin: 4px;
  line-height: 1.3;
}
footer .social-links li a i {
  margin-right: 10px;
}
footer .links {
  flex-direction: column;
}
footer .links li a {
  font-size: 13px;
}
footer .links li .info {
  font-size: 13px;
  color: #fff;
  line-height: 1.3;
  margin: 8px 0;
}
footer .links li .info i {
  margin-right: 10px;
}
footer .links.dots li {
  padding-left: 15px;
  position: relative;
}
footer .links.dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "fontAwesome";
  font-size: 12px;
  color: #10c8e4;
}
footer .footer-bottom {
  padding: 20px 0;
}
footer .footer-bottom .block {
  text-align: center;
  font-size: 13px;
  color: #fff;
}
footer .footer-bottom .block a {
  display: inline;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 1199px) {
  footer .main-block {
    margin-left: 70px;
  }
}
@media screen and (max-width: 992px) {
  footer .main-block {
    margin-left: 40px;
  }
  footer .main-block.other-links {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper,
footer .block-wrapper {
    flex-direction: column;
    text-align: center;
  }
  footer .footer-wrapper {
    padding-bottom: 0;
  }
  footer .footer-title::after {
    content: "";
    display: block;
    margin: 8px auto;
    height: 1px;
    width: 30px;
    background-color: #fff;
  }
  footer .footer-block .logo {
    margin-top: 0;
  }
  footer .footer-block .logo img {
    max-width: 150px;
  }
  footer .footer-block .footer-desc {
    margin-bottom: 20px;
  }
  footer .links.dots li {
    padding-left: 0;
  }
  footer .links.dots li::before {
    display: none;
  }
  footer .main-block {
    margin-left: 0;
    margin-bottom: 30px;
  }
  footer .footer-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  footer .bottom-wrapper {
    margin-top: 0;
  }
}
.quote-breadcrumb-wrap {
  background-color: #dedede;
}

.quote-breadcrumb {
  background: none;
  background-color: transparent;
  padding: 0;
}
.quote-breadcrumb .breadcrumb {
  margin-bottom: 0;
}

.page-quote {
  background: url(../images/quote.jpg) no-repeat top/cover;
  background-attachment: fixed;
}

.quote-form {
  background-color: rgba(255, 255, 255, 0.88);
  border-radius: 6px;
  width: 400px;
  padding-bottom: 20px;
  box-shadow: 1px 3px 6px #ededed;
}
.quote-form .form-title h3 {
  background-color: #2f63a2;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  padding: 25px 10px 16px;
  position: relative;
  border-radius: 5px 5px 0px 0px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.quote-form .form-title h3::before {
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0px;
  bottom: -19px;
  background: url(../images/request_form_head_bg.png) no-repeat center bottom;
  content: "";
}
.quote-form .form {
  padding: 0 30px;
}
.quote-form .form .form-control {
  font-size: 14px;
  color: #8a8a8a;
  padding: 7px 10px;
  background-color: #f8f8f8;
}
.quote-form .form textarea {
  resize: none;
  min-height: 100px;
}
.quote-form .form .submit-btn {
  text-align: center;
  max-width: 160px;
  margin: 20px auto;
}
.quote-form .form .submit-btn a {
  letter-spacing: 0;
}

@media screen and (max-width: 992px) {
  .quote-form {
    background-color: #fff;
    border-radius: 6px;
    width: 300px;
  }
  .quote-form .form-title h3 {
    font-size: 16px;
    padding: 15px 0 6px;
  }
  .quote-form .form {
    padding: 0 20px;
  }
  .quote-form .form .form-control {
    font-size: 13px;
    padding: 4px 10px;
  }
  .quote-form .form textarea {
    min-height: 80px;
  }
  .quote-form .form .submit {
    font-size: 13px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .quote-form {
    margin: 0 auto;
  }
}

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