@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Gabriela|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto:100,100i,300,300i,400,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Satisfy&display=swap");
body,
p,
a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Montserrat", 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: "Raleway", sans-serif;
  text-transform: uppercase;
  border: 2px solid #2c2f7c;
  background-color: #2c2f7c;
  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: #2c2f7c;
  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: #2c2f7c;
  color: #2c2f7c;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #2c2f7c;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #2c2f7c;
  color: #fff;
  border-color: #2c2f7c;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #2c2f7c;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #4aa4d9;
  color: #fff;
  border-color: #4aa4d9;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #4aa4d9;
  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(44, 47, 124, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #1f2156;
  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: "Montserrat", 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;
}

.navbar-brand:hover img {
  transform: scale(1);
}

i {
  transition: 0.4s all;
}

.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(44, 47, 124, 0.7);
  border-radius: 100%;
}

.socials li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  text-align: center;
  margin: 0 0.3em;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
}
.socials li a i {
  font-size: 12px;
}
.socials li a:hover {
  border-color: white;
}
.socials li a:hover i {
  color: #4aa4d9;
}
@media screen and (max-width: 992px) {
  .socials {
    display: flex;
    flex-direction: row;
  }
  .socials li a {
    border-color: rgba(44, 47, 124, 0.7);
  }
}

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

.slick-dots {
  text-align: center;
  margin: 15px auto 0 auto;
}
.slick-dots li {
  display: inline-block;
  margin: auto 3px;
  height: 10px;
  width: 10px;
  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: #2c2f7c;
}

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

.section {
  padding: 80px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}
.section-header h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  display: block;
  color: #1c1c1c;
  text-transform: uppercase;
}
.section-header h5 {
  font-size: 24px;
  font-family: "Satisfy", cursive;
  color: #2c2f7c;
  margin: 5px auto;
}
.section-header.white h2 {
  color: #fff;
}
.section-header.white h5 {
  color: #fff;
}

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

  .section-header {
    margin-bottom: 30px;
  }
  .section-header h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .section {
    padding: 45px 0;
  }

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

  .section-header h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .section-header h2 {
    font-size: 20px;
  }
  .section-header h5 {
    font-size: 14px;
  }
}
.map iframe {
  display: block;
}

@media screen and (max-width: 768px) {
  .map iframe {
    height: 300px;
  }
}
@media screen and (max-width: 577px) {
  .map iframe {
    height: 250px;
  }
}
.page-aboutus {
  margin: 40px 0;
}

.page-gallery {
  margin: 40px 0;
}
.page-gallery .main-gallery {
  padding: 0;
}

.page-services {
  margin: 40px 0;
}
.page-services .section {
  padding: 0;
}

.page-contact {
  margin: 40px 0;
}
.page-contact .section {
  padding: 0;
}

.breadcrumb-wrapper {
  padding: 70px 0;
  background: url(../images/breadcrumb-bg.jpg) no-repeat center bottom/cover;
  text-align: center;
  background-attachment: fixed;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.5s all;
}
.breadcrumb-wrapper h1 {
  font-size: 24px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.breadcrumb-wrapper .breadcrumb {
  background-color: transparent;
  justify-content: center;
  padding-top: 20px;
}
.breadcrumb-wrapper .breadcrumb li {
  display: block;
  justify-content: center;
  background-color: #2c2f7c;
  padding: 10px;
  justify-content: center;
  color: #dedede;
  font-size: 14px;
}
.breadcrumb-wrapper .breadcrumb li a {
  color: #fff;
}
.breadcrumb-wrapper .breadcrumb li.active::before {
  content: "//";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: "block";
  padding: 5px 5px 5px 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 50px 0;
  }
  .breadcrumb-wrapper h1 {
    font-size: 18px;
  }
  .breadcrumb-wrapper .breadcrumb li {
    padding: 10px;
  }
  .breadcrumb-wrapper .breadcrumb li p {
    color: #fff;
    font-size: 14px;
  }
}
/* No CSS */
/*# sourceMappingURL=header.css.map */
header {
  transition: 0.5s ease-in-out all;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  transition: 0.5s ease-in-out all;
}
header .header-top {
  background: #2c2f7c;
  padding: 10px 0;
}
header .header-top .inf-block {
  justify-content: space-between;
}
header .header-top .inf-block .block i {
  color: #fff;
}
header .header-top .inf-block .block a {
  margin: 0 0 0 10px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  transition: 0.3s ease-in-out all;
}
header .header-top .inf-block .block a:hover {
  color: #4aa4d9;
}
header .header-top .inf-block .block.details {
  justify-content: space-between;
}
header .header-top .inf-block .block.details .phone {
  margin-right: 20px;
}
header .header-top .inf-block .social-icons a {
  margin: 1px;
}
header .header-top .inf-block .social-icons span {
  display: inline-block;
  margin: 0 10px;
}
header .header-bottom nav {
  padding: 0;
}
header .header-bottom nav .navbar-brand img {
  max-width: 110px;
}
header .header-bottom nav ul .nav-item {
  padding: 0 10px;
}
header .header-bottom nav ul .nav-item .nav-link {
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  letter-spacing: 0.01em;
}
header .header-bottom nav ul .nav-item.btn {
  background-color: #2c2f7c;
}
header .header-bottom nav ul .nav-item.btn .nav-link {
  color: #fff;
  border-color: #2c2f7c;
}
header .header-bottom nav ul .nav-item.active .nav-link {
  color: #4aa4d9;
}

.navbar-toggler {
  padding: 0;
  font-size: 16px;
  background-color: #4aa4d9;
  border: 1px solid #dedede;
  border-radius: 0;
  height: 30px;
  width: 40px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 992px) {
  header .header-bottom nav ul {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  header .header-bottom nav .navbar-brand img {
    max-width: 120px;
  }
  header .header-bottom nav ul .nav-item {
    padding: 0;
  }
  header .header-bottom nav ul .nav-item .nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
  }
}
@media screen and (max-width: 530px) {
  header .header-top {
    padding-bottom: 0;
  }
  header .header-top .inf-block {
    display: flex;
    flex-direction: column;
  }
  header .header-top .inf-block .block {
    text-align: center;
    justify-content: center;
    padding-bottom: 10px;
  }
  header .header-top .inf-block .block a {
    margin: 0 10px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    transition: 0.3s ease-in-out all;
  }
  header .header-top .inf-block .block span {
    display: none;
  }
  header .header-top .inf-block .block.details {
    justify-content: center;
    padding-bottom: 0;
  }
  header .header-top .inf-block .block.details .info {
    justify-content: center;
    padding-bottom: 10px;
  }
  header .header-top .inf-block .block.details .info.phone {
    margin-right: unset;
  }
  header .header-top .inf-block .block.details .info.mail {
    padding-bottom: 0;
  }
  header .header-bottom nav .navbar-brand img {
    max-width: 90px;
  }
  header.fixed-header .header-top {
    display: none;
  }
}
.banner .slider .block {
  position: relative;
}
.banner .slider .block .image {
  position: relative;
  max-height: calc(100vh - 136px);
  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.7);
}
.banner .slider .block .image img {
  height: auto;
  width: 100%;
  max-width: initial;
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 730px;
  padding: 5px 10px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.banner .slider .block .text .navbar-brand {
  margin-bottom: 20px;
  margin-right: 0;
}
.banner .slider .block .text .navbar-brand figure {
  max-width: 100px;
}
.banner .slider .block .text h6 {
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
}
.banner .slider .block .text h6::after {
  content: "";
  display: block;
  height: 3px;
  width: 40px;
  background-color: #fff;
  margin: 8px auto;
}
.banner .slider .block .text h2 {
  font-size: 34px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.banner .slider .block .text .desc {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}
.banner .slider .block .text .button {
  margin-top: 25px;
  position: relative;
}
.banner .slider .block .text .button a {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border: 2px solid #4aa4d9;
  display: inline-block;
  padding: 12px 32px;
  background-color: #4aa4d9;
  color: #fff;
}
.banner .slider .block .text .button a:hover {
  background-color: #fff;
  color: #4aa4d9;
  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 .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: auto;
    min-height: 300px;
  }
  .banner .slider .block .image img {
    height: auto;
    width: 100%;
  }
  .banner .slider .block .text {
    width: 100%;
  }
  .banner .slider .block .text .navbar-brand {
    margin-bottom: 10px;
  }
  .banner .slider .block .text h6 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .banner .slider .block .text h2 {
    font-size: 16px;
  }
  .banner .slider .block .text .button {
    margin-top: 15px;
  }
  .banner .slider .block .text .button a {
    padding: 8px 20px;
  }
  .banner .slider .slick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .image {
    min-height: 100%;
    height: 300px;
  }
  .banner .slider .block .image img {
    object-fit: cover;
    object-position: center;
    height: 300px;
  }
  .banner .slider .block .text .button a {
    font-size: 12px;
    border-width: 1px;
  }
}
.about-wrapper {
  align-items: center;
}
.about-wrapper .main-title {
  display: inline-block;
  flex: 0 0 230px;
  border-right: 1px solid #dedede;
}
.about-wrapper .main-title img {
  max-width: 80px;
}
.about-wrapper .main-title h3 {
  font-size: 32px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  margin-top: 10px;
  color: #1c1c1c;
}
.about-wrapper .main-title h3 span {
  display: block;
  margin-top: 8px;
}
.about-wrapper .content {
  padding-left: 50px;
}
.about-wrapper .content .desc {
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 992px) {
  .about-wrapper {
    flex-direction: column;
  }
  .about-wrapper .main-title {
    text-align: center;
    border: none;
    flex: 0 0 auto;
    margin-bottom: 15px;
  }
  .about-wrapper .content {
    padding: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .about-wrapper .main-title {
    margin-bottom: 5px;
  }
  .about-wrapper .main-title h3 {
    font-size: 24px;
  }
  .about-wrapper .main-title h3 span {
    display: inline;
  }
  .about-wrapper .content .desc {
    font-size: 14px;
  }
}
.section-products {
  background: url(../images/bg-products.jpg) no-repeat center 100%/cover;
  background-attachment: fixed;
  position: relative;
}
.section-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.section-products .section-header {
  position: relative;
}

.product-wrapper .block {
  background-color: #fff;
  padding: 3px;
  transition: 0.4s all;
  position: relative;
}
.product-wrapper .block .text {
  text-align: center;
  padding: 8px;
}
.product-wrapper .block .text .title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
}
.product-wrapper .block .text .price {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  display: none;
  transition: 0.5s all;
}
.product-wrapper .block:hover .text .price {
  display: block;
}
.product-wrapper .slick-arrow i {
  font-size: 32px;
}
.product-wrapper .slick-arrow.left {
  left: -15px;
}
.product-wrapper .slick-arrow.right {
  right: -15px;
}

.gallery-section {
  padding-bottom: 0;
}

.gallery-filter .wrap-up {
  width: 100%;
}
.gallery-filter .galleryFilter {
  text-align: center;
  margin-bottom: 30px;
}
.gallery-filter .galleryFilter a {
  margin-right: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}
.gallery-filter .galleryFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.gallery-filter .galleryContainer {
  width: 100%;
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.gallery-filter .galleryContainer div,
.gallery-filter .galleryContainer img {
  flex: 0 0 calc(100% / 5);
  width: 100%;
  margin: -0.2px;
}
.gallery-filter .galleryContainer div {
  width: calc(100% / 5);
}
.gallery-filter .galleryContainer img {
  max-width: 100%;
}
.gallery-filter .isotope-item {
  z-index: 2;
}
.gallery-filter .isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.gallery-filter .isotope,
.gallery-filter .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.gallery-filter .isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.gallery-filter .isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.main-gallery {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .main-gallery {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  .gallery-filter .galleryContainer div,
.gallery-filter .galleryContainer img {
    flex: 0 0 calc(100% / 4);
  }
  .gallery-filter .galleryContainer div {
    width: calc(100% / 4);
  }

  .main-gallery {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .gallery-filter .galleryContainer div,
.gallery-filter .galleryContainer img {
    flex: 0 0 calc(100% / 3);
  }
  .gallery-filter .galleryContainer div {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 480px) {
  .gallery-filter .galleryContainer div,
.gallery-filter .galleryContainer img {
    flex: 0 0 calc(100% / 2);
  }
  .gallery-filter .galleryContainer div {
    width: calc(100% / 2);
  }
}
.contact-section .section-wrapper .block h5 {
  font-size: 20px;
  color: #4aa4d9;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 20px;
}
.contact-section .section-wrapper .block p {
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.8;
  margin: 25px 0;
}
.contact-section .section-wrapper .block ul li {
  margin: 12px 0;
}
.contact-section .section-wrapper .block ul li i {
  font-size: 11px;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin-right: 8px;
}
.contact-section .section-wrapper .block .form {
  margin-top: 25px;
}
.contact-section .section-wrapper .block .form .form-control {
  color: #1c1c1c;
  font-size: 13px;
}
.contact-section .section-wrapper .block .form .form-control::-webkit-input-placeholder {
  color: #8a8a8a;
}
.contact-section .section-wrapper .block .form .form-control:-moz-placeholder {
  color: #8a8a8a;
}
.contact-section .section-wrapper .block .form .form-control::-moz-placeholder {
  color: #8a8a8a;
}
.contact-section .section-wrapper .block .form .form-control:-ms-input-placeholder {
  color: #8a8a8a;
}
.contact-section .section-wrapper .block .form textarea {
  min-height: 100px;
  resize: none;
}

@media screen and (max-width: 767px) {
  .contact-section .section-wrapper .block h5 {
    font-size: 16px;
  }
  .contact-section .section-wrapper .block p {
    font-size: 13px;
  }
}
.section-call-to-action {
  background: url(../images/image.jpg) no-repeat center 100%/cover;
  background-attachment: fixed;
  padding: 120px 0;
  position: relative;
}
.section-call-to-action::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.section-call-to-action .content {
  text-align: center;
  position: relative;
}
.section-call-to-action .content h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #fff;
}
.section-call-to-action .content h1 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.4s all;
}
.section-call-to-action .content .btn {
  margin-top: 35px;
}
.section-call-to-action .content .btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #4aa4d9;
}

@media screen and (max-width: 992px) {
  .section-call-to-action {
    padding: 80px 0;
  }
  .section-call-to-action .content h6 {
    font-size: 16px;
  }
  .section-call-to-action .content h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section-call-to-action {
    padding: 80px 0;
  }
  .section-call-to-action .content h6 {
    font-size: 14px;
  }
  .section-call-to-action .content h1 {
    font-size: 24px;
    font-weight: 700;
  }
  .section-call-to-action .content .btn {
    margin-top: 20px;
  }
}
.testimonials-section {
  background-image: url(../images/testimonials-map.png);
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonials-section .section-header {
  display: none;
}
.testimonials-section .section-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.testimonials-section .section-wrapper .main-text {
  flex: 0 0 300px;
}
.testimonials-section .section-wrapper .main-text h2 {
  font-size: 22px;
  color: #2c2f7c;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.testimonials-section .section-wrapper .main-text h5 {
  font-size: 35px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #1c1c1c;
  line-height: 1.2;
}
.testimonials-section .section-wrapper .main-text h5 span {
  display: block;
}
.testimonials-section .testimonial-block {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: calc(100% - 300px);
  padding-left: 80px;
}
.testimonials-section .testimonial-block .block {
  background-color: #fff;
  padding: 20px 30px;
  margin: 70px 15px 20px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
}
.testimonials-section .testimonial-block .block .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.testimonials-section .testimonial-block .block .info .user-image {
  margin-top: -65px;
}
.testimonials-section .testimonial-block .block .info .user-image img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}
.testimonials-section .testimonial-block .block .info .text {
  text-align: center;
}
.testimonials-section .testimonial-block .block .info .text h2 {
  font-size: 18px;
  font-weight: 600;
  color: #2c2f7c;
}
.testimonials-section .testimonial-block .block .info .text h6 {
  font-size: 14px;
  font-family: "Gabriela", serif;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 5px;
}
.testimonials-section .testimonial-block .block .desc,
.testimonials-section .testimonial-block .block p {
  font-size: 16px;
  font-family: "Gabriela", serif;
  color: #8a8a8a;
  line-height: 1.8;
  margin-top: 15px;
  text-align: center;
}
.testimonials-section .testimonial-block .block .ratings {
  margin-top: 10px;
}
.testimonials-section .testimonial-block .block .ratings i {
  color: #e9ae0c;
}
.testimonials-section .testimonial-block .slick-dots {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .testimonials-section .section-header {
    display: block;
  }
  .testimonials-section .section-wrapper .main-text {
    display: none;
  }
  .testimonials-section .testimonial-block {
    max-width: 100%;
    padding-left: 0px;
  }
  .testimonials-section .testimonial-block .block .desc,
.testimonials-section .testimonial-block .block p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
  }
  .testimonials-section .testimonial-block .slick-dots {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .testimonials-section .section-header {
    margin-bottom: 0;
  }
  .testimonials-section .testimonial-block .block .desc,
.testimonials-section .testimonial-block .block p {
    font-size: 14px;
  }
  .testimonials-section .testimonial-block .block .ratings i {
    font-size: 12px;
  }
}
footer {
  background-color: #151515;
  padding: 70px 0 35px 0;
}
footer .footer-block .review {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
}
footer .footer-block .review a {
  flex: 0 0 80px;
  margin: 0 10px;
}
footer .footer-block .logo {
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
}
footer .footer-block .logo img {
  max-width: 120px;
  margin: 0 auto;
}
footer .footer-block .footer-title {
  margin-bottom: 20px;
  position: relative;
}
footer .footer-block .footer-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
footer .footer-block .links.d-flex {
  flex-wrap: wrap;
}
footer .footer-block .links.d-flex li {
  flex: 0 0 50%;
  margin: 0;
}
footer .footer-block .links h5 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #fff;
}
footer .footer-block .links li {
  margin: 10px 0;
}
footer .footer-block .links li a {
  font-size: 14px;
  color: #fff;
  margin: 8px 0;
  padding: 3px 0;
  white-space: normal;
  word-break: break-all;
}
footer .footer-block .links li i {
  margin-right: 8px;
}
footer .footer-block .links li .info {
  font-size: 14px;
  color: #fff;
}
footer .footer-block .links li a,
footer .footer-block .links li .info:hover {
  color: #fff;
}
footer .footer-block .links.menu li a {
  position: relative;
  color: #fff;
}
footer .footer-block .links.menu li a::before {
  content: "";
  font-size: 12px;
  margin-right: 10px;
  font-family: "fontAwesome";
}
footer .footer-block .links .links {
  margin-top: 15px;
  display: flex;
}
footer .footer-block .links .links li {
  margin: 0;
}
footer .footer-block .links .links li:first-child a {
  margin-left: 0;
}
footer .footer-block .links .links a {
  margin: 0 7px;
  color: #fff;
}

.footer-bottom {
  background-color: #1c1c1c;
  padding: 15px 0;
}
.footer-bottom .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer-bottom .wrapper.w-100 ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-bottom .wrapper.w-100 ul li a {
  color: #fff;
  margin: 0 15px;
  white-space: nowrap;
}
.footer-bottom .block {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 10px 0;
  line-height: 1.4;
}
.footer-bottom .block a {
  display: inline;
  margin: 0 5px;
  color: #4aa4d9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
.footer-bottom .develop {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  line-height: 1.4;
}
.footer-bottom .develop .p-divider {
  margin: 0 15px 0 10px;
}
.footer-bottom .develop a {
  margin: 0 5px;
  color: #4aa4d9;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1200px) {
  footer .footer-block .review a {
    flex: 0 0 60px;
  }
}
@media screen and (max-width: 991px) {
  footer {
    background-color: #151515;
    padding: 50px 0 35px 0;
  }
  footer .footer-block {
    text-align: center;
    margin-top: 30px;
  }
  footer .footer-block .about p {
    padding-right: 15px;
  }
  footer .footer-block .links h5 {
    font-size: 14px;
  }
  footer .footer-block .links.information li .info span {
    display: none;
  }
  footer .footer-block .links.links {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0 20px 0;
  }
  footer .footer-block {
    text-align: center;
  }
  footer .footer-block .about p {
    padding: 10px;
    margin-bottom: 20px;
  }
  footer .footer-block .footer-title {
    margin-bottom: 15px;
    margin-top: 20px;
    position: relative;
  }
  footer .footer-block .footer-title::after {
    content: "";
    display: block;
    margin: 5px auto;
    height: 2px;
    width: 40px;
    background-color: #fff;
  }
  footer .footer-block .links.menu li a::before {
    display: none;
  }
  footer .footer-block .links .links {
    justify-content: center;
  }

  .footer-bottom .wrapper {
    flex-direction: column;
  }
  .footer-bottom .wrapper.w-100 ul li a {
    margin: 0 7px;
  }
  .footer-bottom .block {
    white-space: nowrap;
  }
  .footer-bottom .develop {
    text-align: center;
    flex-direction: column;
  }
  .footer-bottom .develop .text-center {
    white-space: nowrap;
  }
  .footer-bottom .develop a {
    display: block;
  }
  .footer-bottom .develop .p-divider {
    display: none;
  }
}
.page-aboutus .aboutus-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}
.page-aboutus .aboutus-wrapper .aboutus-block {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
}
.page-aboutus .aboutus-wrapper .aboutus-block:last-child {
  margin-right: 0;
}
.page-aboutus .aboutus-wrapper .aboutus-block .title {
  margin-bottom: 20px;
}
.page-aboutus .aboutus-wrapper .aboutus-block .title h2 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
  text-transform: capitalize;
}
.page-aboutus .aboutus-wrapper .aboutus-block .content h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  word-spacing: 0.03em;
  padding-left: 20px;
  position: relative;
}
.page-aboutus .aboutus-wrapper .aboutus-block .content h6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #2c2f7c;
}
.page-aboutus .aboutus-wrapper .aboutus-block .content p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  padding-top: 20px;
}
.page-aboutus .aboutus-wrapper .aboutus-block .image img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-aboutus .aboutus-work {
  background: url("../images/work-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  padding: 80px 0;
  position: relative;
}
.page-aboutus .aboutus-work::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.9);
}
.page-aboutus .aboutus-work .work-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.page-aboutus .aboutus-work .work-title h2 {
  font-size: 36px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  word-spacing: 0.05em;
  color: #fff;
}
.page-aboutus .aboutus-work .work-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.page-aboutus .aboutus-work .work-wrapper .work-block {
  flex: 0 0 calc(100% / 3 - 20px);
  margin-right: 20px;
  padding: 60px 40px;
  justify-content: center;
  text-align: center;
  border: 1px solid #fff;
  transition: 0.3s ease-in-out;
}
.page-aboutus .aboutus-work .work-wrapper .work-block .title .icon i {
  font-size: 32px;
  color: #fff;
}
.page-aboutus .aboutus-work .work-wrapper .work-block .title h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  word-spacing: 0.04em;
  padding: 30px 0;
  color: #fff;
}
.page-aboutus .aboutus-work .work-wrapper .work-block .desc p {
  color: #fff;
  font-family: "Roboto", sans-serif;
}
.page-aboutus .aboutus-work .work-wrapper .work-block:hover {
  background-color: rgba(44, 47, 124, 0.7);
  border: 1px solid rgba(44, 47, 124, 0.7);
}

@media screen and (max-width: 992px) {
  .page-aboutus .aboutus-wrapper {
    margin-bottom: 40px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .title h2 {
    font-size: 30px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .content h6 {
    font-size: 18px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .content p {
    font-size: 15px;
  }
  .page-aboutus .aboutus-work {
    padding: 45px 0;
  }
  .page-aboutus .aboutus-work .work-title {
    margin-bottom: 30px;
  }
  .page-aboutus .aboutus-work .work-title h2 {
    font-size: 32px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block {
    flex: 0 0 calc(100% / 2 - 20px);
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .title .icon i {
    font-size: 32px;
    color: #fff;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .title h4 {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-aboutus .aboutus-wrapper {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .title h2 {
    font-size: 28px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .content h6 {
    font-size: 16px;
    display: inline-block;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .content p {
    font-size: 14px;
    padding-top: 15px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .image img {
    height: 450px;
  }
  .page-aboutus .aboutus-work {
    padding: 30px 0;
  }
  .page-aboutus .aboutus-work .work-title h2 {
    font-size: 26px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block {
    margin: 0 10px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .title .icon i {
    font-size: 32px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .title h4 {
    font-size: 18px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .desc p {
    color: #fff;
  }
}
@media screen and (max-width: 577px) {
  .page-aboutus .aboutus-wrapper .aboutus-block {
    text-align: center;
    margin-bottom: 20px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .title h2 {
    font-size: 22px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .content h6 {
    font-size: 15px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .content p {
    font-size: 13px;
    padding-top: 10px;
  }
  .page-aboutus .aboutus-wrapper .aboutus-block .image img {
    height: 350px;
  }
  .page-aboutus .aboutus-work {
    padding: 30px 0;
  }
  .page-aboutus .aboutus-work .work-title h2 {
    font-size: 26px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block {
    margin-bottom: 0;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .title .icon i {
    font-size: 32px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .title h4 {
    font-size: 17px;
  }
  .page-aboutus .aboutus-work .work-wrapper .work-block .desc p {
    font-size: 13px;
  }
}
.inner-services-section .header-title {
  margin-bottom: 40px;
}
.inner-services-section .header-title h1 {
  text-align: center;
  font-size: 38px;
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.02em;
  color: #4aa4d9;
}

.service-block {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}
.service-block .figure {
  flex: 0 0 calc(100% / 2 - 20px);
  margin: 0 10px;
}
.service-block .block-content {
  flex: 0 0 calc(100% / 2 - 20px);
  margin: 0 10px;
}
.service-block .block-content h4 {
  font-size: 26px;
  color: #2c2f7c;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-bottom: 20px;
}
.service-block .block-content p {
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1199px) {
  .inner-services-section .service-block {
    align-items: center;
  }
  .inner-services-section .service-block .figure {
    flex: 0 0 calc(40% - 20px);
    margin: 0 10px;
  }
  .inner-services-section .service-block .block-content {
    flex: 0 0 calc(60% - 20px);
    margin: 0 10px;
  }
  .inner-services-section .service-block .block-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .inner-services-section .service-block {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .inner-services-section .service-block .figure {
    flex: 0 0 calc(100%);
    margin: 0;
  }
  .inner-services-section .service-block .block-content {
    flex: 0 0 calc(100%);
    margin: 0;
    text-align: center;
  }
  .inner-services-section .service-block .block-content h4 {
    padding: 10px 0;
  }
  .inner-services-section .service-block .block-content p {
    margin-bottom: 5px;
  }
  .inner-services-section .service-block.rev-block {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 576px) {
  .inner-services-section .service-block {
    margin-bottom: 30px;
  }
  .inner-services-section .service-block .block-content h4 {
    font-size: 20px;
  }
  .inner-services-section .service-block .block-content p {
    font-size: 13px;
  }
  .inner-services-section .service-block.rev-block {
    flex-direction: column-reverse;
  }
}
section.quote-section {
  background: url(../images/quote-bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
}
section.quote-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 47, 124, 0.7);
  transition: 0.5s all;
}
section.quote-section h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  padding-bottom: 30px;
}
section.quote-section .form-wrapper form {
  width: 90%;
}
section.quote-section .form-wrapper form .form-group input,
section.quote-section .form-wrapper form .form-group textarea {
  border: none;
}
section.quote-section .form-wrapper form .form-group textarea {
  resize: none;
  height: 120px;
}
section.quote-section .form-wrapper form .form-group [placeholder] {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
section.quote-section .form-wrapper .button .btn {
  background: #fff;
  color: #000;
  border: none;
  font-size: 13px;
  transition: 0.5s ease-in-out all;
}
section.quote-section .form-wrapper .button .btn:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section.quote-section {
    padding: 40px 0;
  }
  section.quote-section .image {
    text-align: center;
    margin-bottom: 10px;
  }
  section.quote-section .image img {
    max-height: 200px;
  }
  section.quote-section h1 {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
  }
  section.quote-section .form-wrapper form {
    width: 80%;
    margin: 0 auto;
  }
  section.quote-section .form-wrapper form .form-group textarea {
    resize: none;
    height: 80px;
  }
  section.quote-section .form-wrapper form .form-group [placeholder] {
    font-family: "Raleway", sans-serif;
    font-size: 12px;
  }
  section.quote-section .form-wrapper .button {
    text-align: center;
  }
  section.quote-section .form-wrapper .button .btn {
    font-size: 11px;
  }
}
@media screen and (max-width: 580px) {
  section.quote-section {
    padding: 40px 0;
  }
  section.quote-section .image {
    display: none;
  }
}

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