@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/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: "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 #0099ff;
  background-color: #0099ff;
  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: #0099ff;
  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: #0099ff;
  color: #0099ff;
}
.btn.btn-custom-small.ghost:hover,
.form-control.btn-custom-small.ghost:hover {
  background-color: #0099ff;
  color: #fff;
}
.btn.btn-primary,
.form-control.btn-primary {
  background-color: #0099ff;
  color: #fff;
  border-color: #0099ff;
}
.btn.btn-primary:hover,
.form-control.btn-primary:hover {
  background-color: transparent;
  border-color: #0099ff;
  color: #000;
}
.btn.btn-secondary,
.form-control.btn-secondary {
  background-color: #213451;
  color: #fff;
  border-color: #213451;
}
.btn.btn-secondary:hover,
.form-control.btn-secondary:hover {
  background-color: transparent;
  border-color: #213451;
  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(0, 153, 255, 0.95);
  box-shadow: none;
  border: 1px solid;
  border-color: #007acc;
  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;
}

.header-title {
  text-align: center;
  margin-bottom: 50px;
  padding-bottom: 5px;
  position: relative;
}
.header-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background-color: #42b1fb;
}
.header-title h1 {
  font-weight: 300;
  font-size: 50px;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 991px) {
  .header-title {
    margin-bottom: 35px;
  }
  .header-title h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  .header-title {
    margin-bottom: 35px;
  }
  .header-title h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 576px) {
  .header-title {
    margin-bottom: 25px;
  }
  .header-title h1 {
    font-size: 30px;
  }
}
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(0, 153, 255, 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: #0099ff;
}

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

.section {
  padding: 80px 0;
}

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

header {
  z-index: 99999;
  padding: 20px 0;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand figure {
  max-width: 180px;
  margin-left: 20px;
}
header .navbar .navbar-toggler {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #8a8a8a;
}
header .navbar-collapse {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
header .navbar-collapse .navbar-nav .nav-link {
  margin: 10px;
  padding: 0 15px;
  color: #727272;
  text-transform: capitalize;
  letter-spacing: 0.03em;
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-link.button {
  padding: 8px 15px;
  font-size: 12px;
  color: #fff;
  background-color: #0099ff;
  border-color: #fff;
  border-radius: 4px;
}
header .navbar-collapse .navbar-nav .nav-link.button:hover {
  background-color: #213451;
}
header .navbar-collapse .navbar-nav .nav-link:hover {
  color: #0099ff;
}
header .navbar-collapse .navbar-nav .nav-link:hover.button {
  color: #fff;
}
header .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #0099ff;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display {
  display: none;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 8px 0;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
  margin-bottom: 8px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
  color: #727272;
  transition: 0.3s ease-in-out;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a h6 {
  font-size: 13px;
  font-weight: 500;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a i {
  margin-right: 10px;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a:hover {
  color: #0099ff;
}
header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  padding: 0;
}
header.fixed-header .navbar .navbar-brand figure {
  max-width: 125px;
}

@media screen and (max-width: 991px) {
  header {
    padding: 10px 0;
  }
  header .navbar-collapse {
    display: block;
  }
  header .navbar-collapse .navbar-nav {
    align-items: center;
    justify-content: center;
  }
  header .navbar-collapse .navbar-nav .nav-link {
    margin: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-link.button {
    margin: 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display {
    display: block;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul {
    margin: 5px 0;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li {
    margin-bottom: 10px;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li a {
    align-items: center;
  }
  header .navbar-collapse .navbar-nav .nav-item.mobile-display ul li .social-icons a i {
    margin: 0 10px;
  }
}
.banner .slider {
  position: relative;
}
.banner .slider .block .text {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background-color: rgba(51, 51, 51, 0.6);
  padding: 20px;
  max-width: 400px;
  border-radius: 20px;
}
.banner .slider .block .text h6 {
  font-size: clamp(20px, 50vw, 24px);
  color: #fff;
  font-weight: 500;
}
.banner .slider .block .text h2 {
  font-size: clamp(24px, 50vw, 32px);
  color: #fff;
  font-weight: 600;
}
.banner .slider .block .text .desc {
  font-size: clamp(13px, 50vw, 14px);
  color: #fff;
  padding: 10px 0;
}
.banner .slider .block .text .contact-link {
  padding: 8px 15px;
  font-size: clamp(13px, 50vw, 14px);
  font-weight: 600;
  color: #fff;
  background-color: #0099ff;
  display: inline-block;
  border: 1px solid #0099ff;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.banner .slider .block .text .contact-link:hover {
  background-color: #fff;
  color: #0099ff;
  border: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  .banner .slider .block .text {
    top: 70%;
  }
}
@media screen and (max-width: 767px) {
  .banner .slider .block .image img {
    position: relative;
    height: calc(70vh);
    min-height: 400px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    z-index: -99;
  }
  .banner .slider .block .text {
    top: 60%;
  }
  .banner .slider .block .text .desc {
    color: #fff;
    padding: 10px 0;
  }
  .banner .slider .block .text .contact-link {
    padding: 6px 15px;
  }
  .banner .slick-dots {
    margin-top: -25px;
    text-align: center;
    position: relative;
  }
  .banner .slick-dots li {
    display: inline-block;
    margin: 3px;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #0099ff;
    cursor: pointer;
  }
  .banner .slick-dots li button {
    text-indent: -9999px;
    border: none;
    background-color: transparent;
  }
  .banner .slick-dots li button:focus {
    outline: none;
  }
  .banner .slick-dots li.slick-active {
    background-color: #0099ff;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .text {
    top: 82%;
    max-width: 100%;
    right: 0;
    text-align: center;
  }
  .banner .slider .block .text h6 {
    font-size: 20px;
  }
  .banner .slider .block .text .contact-link {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  .banner .slider .block .text .contact-link {
    margin-bottom: 40px;
  }
}
.combine-bg {
  position: relative;
}
.combine-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  z-index: -1;
}

.experience .exp-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.experience .exp-wrapper .exp-detail {
  flex: 0 0 70%;
}
.experience .exp-wrapper .exp-detail h5 {
  font-size: 36px;
  color: #8a8a8a;
  line-height: 1.3;
  padding-bottom: 20px;
  font-weight: 300;
}
.experience .exp-wrapper .exp-detail h6 {
  font-size: 30px;
  font-weight: 700;
  color: #333;
}
.experience .exp-wrapper .exp-logo {
  flex: 0 0 20%;
}
.experience .exp-wrapper .exp-logo img {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .experience .exp-wrapper .exp-detail h5 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  .experience .exp-wrapper .exp-detail h6 {
    font-size: 24px;
  }
  .experience .exp-wrapper .exp-logo img {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .experience .exp-wrapper .exp-detail h5 {
    font-size: 22px;
  }
  .experience .exp-wrapper .exp-detail h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .experience .exp-wrapper .exp-detail h5 {
    font-size: 18px;
  }
  .experience .exp-wrapper .exp-detail h6 {
    font-size: 16px;
  }
  .experience .exp-wrapper .exp-logo img {
    max-width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .experience .exp-wrapper {
    flex-direction: column-reverse;
  }
  .experience .exp-wrapper .exp-detail {
    text-align: center;
    flex: 0 0 100%;
  }
  .experience .exp-wrapper .exp-logo {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .experience .exp-wrapper .exp-logo img {
    max-width: 50%;
  }
}
.about {
  position: relative;
  padding-bottom: 80px;
}
.about .form-table {
  padding: 40px 25px;
  background-color: #42b1fb;
}
.about .form-table .form-title h2 {
  font-size: clamp(18px, 50vw, 24px);
  color: #fff;
  font-weight: 500;
}
.about .form-table .form-title h6 {
  font-size: clamp(14px, 50vw, 16px);
  font-weight: 300;
  font-style: italic;
  color: #fff;
  padding: 15px 0;
  line-height: 1.5;
}
.about .form-table form .form-input {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 15px;
  outline: none;
  border: none;
  font-size: 14px;
  color: #8a8a8a;
}
.about .form-table form .form-input:focus {
  outline: none;
  border: none;
}
.about .form-table form .form-input::placeholder {
  font-size: 14px;
  color: #8a8a8a;
}
.about .form-table form .form-input.msgresize {
  resize: none;
}
.about .form-table form .quote-submit {
  font-size: 14px;
  color: #42b1fb;
  font-weight: 400;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  padding: 10px 25px;
  background-color: #fff;
}
.about .abt-desc {
  margin-left: 50px;
}
.about .abt-desc .desc-top {
  position: relative;
  margin-bottom: 35px;
}
.about .abt-desc .desc-top h1 {
  font-size: clamp(36px, 50vw, 50px);
  font-weight: 300;
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 5px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}
.about .abt-desc .desc-top h1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #42b1fb;
}
.about .abt-desc .desc-top p {
  padding: 35px 0;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 1.7;
  word-spacing: 3px;
}
.about .abt-desc .desc-top p span {
  display: block;
}
.about .abt-desc .desc-top::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(26, 26, 26, 0.1);
}
.about .abt-desc .desc-bottom h1 {
  font-size: clamp(18px, 50vw, 22px);
  color: #333;
  font-weight: 500;
  word-spacing: 4px;
}
.about .abt-desc .desc-bottom ul {
  padding: 30px 0;
}
.about .abt-desc .desc-bottom ul li {
  font-size: clamp(14px, 50vw, 15px);
  font-weight: 400;
  color: #8a8a8a;
  padding-bottom: 15px;
  word-spacing: 2px;
  position: relative;
}
.about .abt-desc .desc-bottom ul li::before {
  content: "";
  font-family: "fontAwesome";
  font-size: 15px;
  padding-right: 25px;
  color: #42b1fb;
}
.about .image {
  position: absolute;
  bottom: 0;
  right: 25px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .about {
    padding-bottom: 45px;
  }
  .about .abt-desc {
    margin-left: 20px;
  }
  .about .abt-desc .desc-top {
    position: relative;
    margin-bottom: 35px;
  }
  .about .abt-desc .desc-top p {
    padding: 25px 0;
  }
  .about .abt-desc .desc-bottom h1 {
    word-spacing: 2px;
  }
  .about .abt-desc .desc-bottom ul {
    padding: 20px 0;
  }
  .about .image {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .about .form-table {
    padding: 40px 40px;
    background-color: #42b1fb;
    margin-bottom: 30px;
  }
  .about .form-table .form-title {
    text-align: center;
  }
  .about .form-table .form-title h6 {
    padding: 10px 0;
  }
  .about .form-table form {
    text-align: center;
  }
  .about .form-table form .quote-submit {
    padding: 10px 20px;
  }
  .about .abt-desc {
    margin-left: 0;
    text-align: center;
  }
  .about .abt-desc .desc-top {
    position: relative;
    margin-bottom: 35px;
  }
  .about .abt-desc .desc-bottom h1 {
    word-spacing: 2px;
  }
  .about .abt-desc .desc-bottom ul {
    padding: 20px 0;
  }
  .about .image {
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .about .form-table {
    padding: 40px 40px;
    background-color: #42b1fb;
    margin-bottom: 30px;
  }
  .about .form-table .form-title {
    text-align: center;
  }
  .about .form-table form {
    text-align: center;
  }
  .about .form-table form .quote-submit {
    padding: 10px 18px;
  }
  .about .abt-desc {
    margin-left: 0;
    text-align: center;
  }
  .about .abt-desc .desc-top {
    position: relative;
    margin-bottom: 35px;
  }
  .about .abt-desc .desc-bottom ul li {
    padding-bottom: 10px;
  }
  .about .image {
    right: 0;
    max-width: 350px;
  }
}
.service {
  background-image: url("../images/servicebg.jpg");
  background-size: cover;
}
.service .service-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.service .service-wrapper .service-block {
  flex: 0 0 calc(100% / 3 - 30px);
  margin: 10px;
}
.service .service-wrapper .service-block .block-detail {
  padding: 20px 0;
}
.service .service-wrapper .service-block .block-detail h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #474646;
}
.service .service-wrapper .service-block .block-detail p {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.7;
  color: #727272;
}
.service .service-wrapper .service-block .block-detail .readmore {
  font-size: 14px;
  color: #0099ff;
}

@media screen and (max-width: 991px) {
  .service .service-wrapper .service-block {
    flex: 0 0 calc(100% / 2 - 20px);
    margin: 10px;
  }
  .service .service-wrapper .service-block .block-detail {
    padding: 10px 0;
    text-align: center;
  }
  .service .service-wrapper .service-block .block-detail h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .service .service-wrapper .service-block .block-detail {
    padding: 10px 0;
    text-align: center;
  }
  .service .service-wrapper .service-block .block-detail h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .service .service-wrapper .service-block {
    flex: 0 0 100%;
    text-align: center;
  }
}
.gallery {
  position: relative;
}
.gallery::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  z-index: -1;
}
.gallery .gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-wrapper .gallery-img {
  flex: 0 0 calc(100% / 3 - 10px);
  justify-content: space-between;
  margin: 5px;
}

.support .support-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.support .support-top .support-top-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 45%;
}
.support .support-top .support-top-block.minimize-size {
  flex: 0 0 38%;
}
.support .support-top .support-top-block .top-block-detail {
  padding-left: 30px;
}
.support .support-top .support-top-block .top-block-detail h4 {
  font-size: 23px;
  font-weight: 900;
  text-transform: uppercase;
  color: #0099ff;
  line-height: 1.7;
}
.support .support-top .support-top-block .top-block-detail h4 span {
  color: #213451;
}
.support .support-top .support-top-block .top-block-detail p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  display: inline;
}
.support .support-top .support-top-block .top-block-detail p .callus {
  font-weight: 900;
  display: inline;
}
.support .support-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  padding: 60px 0;
}
.support .support-bottom .image-block {
  text-align: center;
}
.support .support-bottom .image-block h6 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px;
}

@media screen and (max-width: 1199px) {
  .support .support-top .support-top-block .top-block-detail h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .support .support-top .support-top-block.minimize-size {
    flex: 0 0 45%;
  }
  .support .support-top .support-top-block .top-block-detail {
    padding-left: 10px;
  }
  .support .support-top .support-top-block .top-block-detail h4 {
    font-size: 18px;
    line-height: 1.3;
  }
  .support .support-top .support-top-block .top-block-detail p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .support .support-top {
    flex-direction: column;
    justify-content: center;
  }
  .support .support-top .support-top-block {
    flex-direction: row;
    justify-content: center;
    flex: 0 0 50%;
    padding-bottom: 30px;
  }
  .support .support-top .support-top-block.minimize-size {
    flex: 0 0 50%;
  }
  .support .support-top .support-top-block .top-block-detail {
    padding-left: 30px;
    flex: 0 0 60%;
  }
  .support .support-top .support-top-block .top-block-detail h4 {
    font-size: 16px;
  }
  .support .support-top .support-top-block .top-block-detail p {
    font-size: 13px;
  }
  .support .support-bottom {
    padding: 30px 0;
  }
  .support .support-bottom .image-block {
    text-align: center;
  }
  .support .support-bottom .image-block h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .support .support-top .support-top-block {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .support .support-top .support-top-block.minimize-size {
    flex: 0 0 50%;
  }
  .support .support-top .support-top-block .image img {
    width: 50px;
  }
  .support .support-top .support-top-block .top-block-detail {
    padding-left: 0;
    padding-top: 10px;
    max-width: 300px;
    margin: auto;
  }
  .support .support-top .support-top-block .top-block-detail h4 {
    font-size: 16px;
  }
  .support .support-top .support-top-block .top-block-detail p {
    font-size: 13px;
  }
  .support .support-bottom {
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
  .support .support-bottom .image-block {
    margin-bottom: 20px;
  }
  .support .support-bottom .image-block img {
    width: 70px;
  }
  .support .support-bottom .image-block h6 {
    font-size: 14px;
    padding-top: 10px;
  }
}
.testimonial {
  background-image: url("../images/testimonialbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.testimonial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.testimonial .header-title h1 {
  color: #fff;
}
.testimonial .testimonial-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.testimonial .testimonial-wrapper .testi-block {
  color: #fff;
  margin: 0 60px;
}
.testimonial .testimonial-wrapper .testi-block p {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #fff;
  line-height: 1.7;
  padding: 30px 0 60px 0;
}
.testimonial .testimonial-wrapper .testi-block h4,
.testimonial .testimonial-wrapper .testi-block h5 {
  font-weight: 500;
  font-size: 20px;
}
.testimonial .slick-dots {
  margin-top: 25px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.testimonial .slick-dots li {
  display: inline-block;
  margin: 3px;
  height: 20px;
  width: 10px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
.testimonial .slick-dots li.slick-active {
  background-color: #0099ff;
  height: 25px;
}

@media screen and (max-width: 991px) {
  .testimonial .testimonial-wrapper .testi-block p {
    font-size: 18px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial-wrapper .testi-block p {
    font-size: 16px;
    margin: 30px 0;
  }
  .testimonial .testimonial-wrapper .testi-block h4,
.testimonial .testimonial-wrapper .testi-block h5 {
    font-size: 18px;
  }
  .testimonial .slick-dots li {
    height: 15px;
    width: 8px;
  }
  .testimonial .slick-dots li.slick-active {
    background-color: #0099ff;
    height: 20px;
  }
}
@media screen and (max-width: 576px) {
  .testimonial .testimonial-wrapper .testi-block p {
    font-size: 14px;
    margin: 20px 0;
  }
  .testimonial .testimonial-wrapper .testi-block h4,
.testimonial .testimonial-wrapper .testi-block h5 {
    font-size: 16px;
  }
  .testimonial .slick-dots li {
    height: 15px;
    width: 8px;
  }
  .testimonial .slick-dots li.slick-active {
    background-color: #0099ff;
    height: 20px;
  }
}
iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 991px) {
  iframe {
    height: 300px;
  }
}
@media screen and (max-width: 767) {
  iframe {
    height: 250px;
  }
}
footer {
  background-image: url("../images/footer-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
}
footer .footer-block .title {
  padding-bottom: 40px;
}
footer .footer-block .title h5 {
  font-size: 22px;
  color: #383838;
  font-weight: 400;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
}
footer .footer-block .title h5::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #42b1fb;
}
footer .footer-block p {
  max-width: 290px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  color: #727272;
  padding-bottom: 30px;
}
footer .footer-block p span {
  display: block;
}
footer .footer-block .social-icon i {
  font-size: 16px;
  color: #383838;
  padding-right: 25px;
}
footer .footer-block .quick-link .footer-menu .footer-link {
  font-size: 14px;
  color: #727272;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
footer .footer-block .quick-link .footer-menu .footer-link i {
  padding-right: 5px;
  transition: 0.3s ease-in-out;
}
footer .footer-block .quick-link .footer-menu .footer-link:hover {
  color: #0099ff;
}
footer .footer-block .quick-link .footer-menu .footer-link:hover i {
  color: #0099ff;
  padding-right: 10px;
}
footer .footer-block .info-detail li .footer-detail {
  font-size: 16px;
  color: #727272;
  margin-bottom: 20px;
  transition: 0.3s ease-in-out;
}
footer .footer-block .info-detail li .footer-detail i {
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
footer .footer-block .info-detail li .footer-detail:hover {
  color: #0099ff;
}
footer .footer-block .info-detail li .footer-detail:hover i {
  color: #0099ff;
}

.footer-bottom {
  background-color: #213451;
}
.footer-bottom .footer-bottom-wrapper {
  text-align: center;
  padding: 10px 0;
}
.footer-bottom .footer-bottom-wrapper .block {
  display: inline;
}
.footer-bottom .footer-bottom-wrapper .block .copyright {
  display: inline;
  font-size: 14px;
  color: #fff;
}
.footer-bottom .footer-bottom-wrapper .block .copyright a {
  color: #fff;
  display: inline;
}
.footer-bottom .footer-bottom-wrapper .block .copyright a:hover {
  text-decoration: underline;
}
.footer-bottom .footer-bottom-wrapper .develop {
  display: inline;
}
.footer-bottom .footer-bottom-wrapper .develop .text-center {
  display: inline;
  font-size: 14px;
  color: #fff;
}
.footer-bottom .footer-bottom-wrapper .develop a {
  display: inline;
  font-size: 14px;
  color: #fff;
}
.footer-bottom .footer-bottom-wrapper .develop a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  footer .footer-block .title {
    padding-bottom: 30px;
  }
  footer .footer-block .title h5 {
    font-size: 20px;
  }
  footer .footer-block .quick-link .footer-menu .footer-link {
    font-size: 14px;
  }
  footer .footer-block .info-detail li .footer-detail {
    font-size: 14px;
    word-break: break-all;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-block {
    margin-bottom: 40px;
    text-align: center;
  }
  footer .footer-block .title h5 {
    font-size: 18px;
  }
  footer .footer-block .quick-link .footer-menu .footer-link {
    font-size: 13px;
  }
  footer .footer-block .info-detail li .footer-detail {
    font-size: 13px;
  }
  footer .footer-block .image img {
    width: 200px;
  }
}
@media screen and (max-width: 625px) {
  footer .footer-block {
    margin-bottom: 40px;
    text-align: center;
  }
  footer .footer-block .title {
    padding-bottom: 20px;
  }
  footer .footer-block .title h5 {
    font-size: 16px;
  }
  footer .footer-block p {
    margin: auto;
    padding-bottom: 20px;
  }
  footer .footer-block .quick-link .footer-menu .footer-link {
    margin-bottom: 10px;
  }
  footer .footer-block .info-detail li .footer-detail {
    margin-bottom: 10px;
  }

  .footer-bottom {
    background-color: #213451;
  }
  .footer-bottom .footer-bottom-wrapper .block .copyright {
    font-size: 13px;
  }
  .footer-bottom .footer-bottom-wrapper .develop .text-center {
    font-size: 13px;
  }
  .footer-bottom .footer-bottom-wrapper .develop a {
    font-size: 13px;
  }
}
.page-about {
  position: relative;
}
.page-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  z-index: -1;
}
.page-about .about {
  padding-bottom: 0;
}
.page-about .about .abt-desc {
  margin-left: 0;
}
.page-about .about .abt-desc .desc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.page-about .about .abt-desc .desc-top::before {
  display: none;
}
.page-about .about .abt-desc .desc-top .desc-top-content {
  flex: 0 0 calc(60% - 60px);
}
.page-about .about .abt-desc .desc-top .desc-top-content p {
  padding: 20px 0 0 0;
  font-size: clamp(14px, 50vw, 16px);
  line-height: 1.5;
}
.page-about .about .abt-desc .desc-top .desc-top-img {
  flex: 0 0 40%;
}
.page-about .about .abt-desc .desc-top .desc-top-img img {
  border-radius: 20% 40%/15% 1%;
  box-shadow: 0 0 10px 6px rgba(0, 153, 255, 0.3);
}

@media screen and (max-width: 992px) {
  .page-about .about {
    padding-bottom: 0;
    text-align: center;
  }
  .page-about .about .abt-desc .desc-top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .page-about .about .abt-desc .desc-top::before {
    display: none;
  }
  .page-about .about .abt-desc .desc-top .desc-top-content {
    margin-bottom: 30px;
  }
  .page-about .about .abt-desc .desc-top .desc-top-img img {
    box-shadow: none;
  }
}
.what-we-do {
  position: relative;
}
.what-we-do::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 85%;
  background-image: url("../images/whatwedo.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
.what-we-do .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.what-we-do .wrapper .what-wrap {
  flex: 0 0 40%;
}
.what-we-do .wrapper .what-wrap .what-block {
  border: 1px solid rgba(28, 28, 28, 0.1);
  border-radius: 5px;
  background-color: rgba(28, 28, 28, 0.1);
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.what-we-do .wrapper .what-wrap .what-block .serial-no p {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #213451;
  border-radius: 50%;
  margin-left: -20px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  color: #ffffff;
}
.what-we-do .wrapper .what-wrap .what-block .content {
  padding: 20px 40px;
}
.what-we-do .wrapper .what-wrap .what-block .content h5 {
  font-size: 18px;
  font-weight: 900;
  color: #213451;
  padding-bottom: 10px;
}
.what-we-do .wrapper .what-wrap .what-block .content p {
  font-size: 14px;
  line-height: 1.5;
  color: #1c1c1c;
}
.what-we-do .wrapper .what-wrap .what-block:last-child {
  margin-bottom: 0;
}
.what-we-do .wrapper .what-extra {
  flex: 0 0 45%;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 40px 40px;
  text-align: center;
}
.what-we-do .wrapper .what-extra h6 {
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #1c1c1c;
}
.what-we-do .wrapper .what-extra p {
  font-size: 2rem;
  font-weight: 700;
  word-spacing: 0.05rem;
  color: #1c1c1c;
  line-height: 1.1;
  padding: 20px 0;
}
.what-we-do .wrapper .what-extra .figure {
  clip-path: inset(0% 0% 10% 0%);
}
.what-we-do .wrapper .what-extra .figure img {
  width: 150px;
}
.what-we-do .wrapper .what-extra .button {
  padding-top: 20px;
}

@media screen and (max-width: 790px) {
  .what-we-do::before {
    width: 100%;
  }
  .what-we-do .wrapper {
    flex-direction: column-reverse;
  }
  .what-we-do .wrapper .what-wrap .what-block {
    margin-bottom: 20px;
  }
  .what-we-do .wrapper .what-wrap .what-block .content {
    padding: 20px 30px;
  }
  .what-we-do .wrapper .what-extra p {
    padding: 10px 0;
  }
  .what-we-do .wrapper .what-extra .button {
    padding-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .what-we-do .wrapper .what-wrap .what-block {
    flex-direction: column;
    text-align: center;
  }
  .what-we-do .wrapper .what-wrap .what-block .serial-no {
    padding-top: 20px;
  }
  .what-we-do .wrapper .what-wrap .what-block .serial-no p {
    margin-left: 0;
  }
  .what-we-do .wrapper .what-wrap .what-block .content {
    padding: 20px 20px;
  }
  .what-we-do .wrapper .what-extra {
    padding: 20px 20px;
  }
}
.page-service {
  padding: 60px 0;
  position: relative;
}
.page-service::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  z-index: -1;
}
.page-service .service-wrapper .service-block {
  display: flex;
  flex-direction: row;
  margin-bottom: 60px;
}
.page-service .service-wrapper .service-block .image {
  flex: 0 0 50%;
}
.page-service .service-wrapper .service-block .image img {
  width: 100%;
}
.page-service .service-wrapper .service-block .contentz {
  flex: 0 0 calc(50% + 60px);
  margin: 40px 0 40px -60px;
  padding: 20px 40px;
  background-color: #fff;
  box-shadow: 0 2px 5px -4px #000;
}
.page-service .service-wrapper .service-block .contentz .title {
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.page-service .service-wrapper .service-block .contentz .desc p {
  line-height: 1.7;
  font-size: 15px;
  color: #8a8a8a;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.page-service .service-wrapper .service-block.alternate-block {
  flex-direction: row-reverse;
}
.page-service .service-wrapper .service-block.alternate-block .contentz {
  margin: 40px -60px 40px 0;
}

@media screen and (max-width: 991px) {
  .page-service .service-wrapper .service-block {
    align-items: center;
    margin-bottom: 40px;
  }
  .page-service .service-wrapper .service-block .image {
    margin-right: 20px;
  }
  .page-service .service-wrapper .service-block .contentz {
    margin: 0 0 0 0;
    padding: 0 0;
    background-color: #fff;
  }
  .page-service .service-wrapper .service-block .contentz .title {
    font-size: 20px;
  }
  .page-service .service-wrapper .service-block .contentz .desc p {
    font-size: 14px;
  }
  .page-service .service-wrapper .service-block.alternate-block {
    flex-direction: row-reverse;
  }
  .page-service .service-wrapper .service-block.alternate-block .contentz {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .page-service .service-wrapper .service-block {
    flex-direction: column;
    padding: 0 20px;
  }
  .page-service .service-wrapper .service-block .image {
    margin-right: 0;
  }
  .page-service .service-wrapper .service-block .contentz {
    text-align: center;
  }
  .page-service .service-wrapper .service-block .contentz .title {
    font-size: 18px;
    padding: 10px 0;
  }
  .page-service .service-wrapper .service-block .contentz .desc p {
    font-size: 14px;
  }
  .page-service .service-wrapper .service-block.alternate-block {
    flex-direction: column;
  }
  .page-service .service-wrapper .service-block.alternate-block .image {
    margin: 0;
  }
}
.page-about {
  position: relative;
}
.page-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
  z-index: -1;
}
.page-about .about {
  padding-bottom: 0;
}
.page-about .about .abt-desc {
  margin-left: 0;
}
.page-about .about .abt-desc .desc-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.page-about .about .abt-desc .desc-top::before {
  display: none;
}
.page-about .about .abt-desc .desc-top .desc-top-content {
  flex: 0 0 calc(60% - 60px);
}
.page-about .about .abt-desc .desc-top .desc-top-content p {
  padding: 20px 0 0 0;
  font-size: clamp(14px, 50vw, 16px);
  line-height: 1.5;
}
.page-about .about .abt-desc .desc-top .desc-top-img {
  flex: 0 0 40%;
}
.page-about .about .abt-desc .desc-top .desc-top-img img {
  border-radius: 20% 40%/15% 1%;
  box-shadow: 0 0 10px 6px rgba(0, 153, 255, 0.3);
}

@media screen and (max-width: 992px) {
  .page-about .about {
    padding-bottom: 0;
    text-align: center;
  }
  .page-about .about .abt-desc .desc-top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .page-about .about .abt-desc .desc-top::before {
    display: none;
  }
  .page-about .about .abt-desc .desc-top .desc-top-content {
    margin-bottom: 30px;
  }
  .page-about .about .abt-desc .desc-top .desc-top-img img {
    box-shadow: none;
  }
}
.contact .contact-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact .contact-info .contat-location {
  flex: 0 0 50%;
}
.contact .contact-info .contat-location iframe {
  width: 500px;
  height: 100%;
  display: block;
  margin: auto;
}
.contact .contact-info .contact-topic {
  margin-left: 30px;
}
.contact .contact-info .contact-topic h1 {
  font-size: 40px;
  color: #333;
  font-weight: 500;
  word-spacing: 4px;
}
.contact .contact-info .contact-topic p {
  font-size: 14px;
  line-height: 1.7;
  color: #727272;
  padding: 30px 0;
}
.contact .contact-info .contact-topic .contact-detail .cntct-link {
  font-size: 14px;
  color: #727272;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact .contact-info .contact-topic .contact-detail .cntct-link:last-child {
  margin-bottom: 0;
}
.contact .contact-info .contact-topic .contact-detail .cntct-link p {
  font-size: 14px;
  color: #0099ff;
  padding: 0;
  display: inline;
}

.contact-wrap-form {
  position: relative;
}
.contact-wrap-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/contact-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.2;
  z-index: -1;
}

.contact-form {
  max-width: 700px;
  margin: auto;
  padding-bottom: 80px;
}
.contact-form .title {
  text-align: center;
  padding-bottom: 40px;
}
.contact-form .title h4 {
  font-size: 50px;
  font-weight: 700;
  word-spacing: 2px;
  color: #333;
}
.contact-form .title h5 {
  font-size: 22px;
  font-weight: 400;
  color: #8a8a8a;
  line-height: 1.7;
}
.contact-form form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.contact-form form .form-input {
  width: 100%;
  padding: 15px 20px;
  outline: none;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid rgba(51, 51, 51, 0.3);
  font-size: 15px;
  font-weight: 300;
  color: #8a8a8a;
  background-color: transparent;
}
.contact-form form .form-input::placeholder {
  font-size: 15px;
  color: #8a8a8a;
}
.contact-form form .form-input.halfsize {
  width: 49%;
  margin-right: 2%;
}
.contact-form form .form-input.nomargin {
  margin-right: 0;
}
.contact-form form .form-input.message {
  resize: none;
}
.contact-form form .submit-contact-button {
  padding: 8px 20px;
  background-color: #213451;
  font-size: 14px;
  color: #fff;
  border: 1px solid #213451;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
  .contact .contact-info .contat-location iframe {
    width: 400px;
  }
  .contact .contact-info .contact-topic {
    margin-left: 30px;
    max-width: 500px;
  }
  .contact .contact-info .contact-topic h1 {
    font-size: 32px;
  }
  .contact .contact-info .contact-topic p {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .contact .contact-info {
    flex-direction: column;
  }
  .contact .contact-info .contat-location iframe {
    width: 100%;
    height: 300px;
  }
  .contact .contact-info .contact-topic {
    margin-left: 0;
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
  }
  .contact .contact-info .contact-topic h1 {
    font-size: 26px;
  }
  .contact .contact-info .contact-topic p {
    padding: 20px 0;
  }
}
.page-quote {
  background: url("../images/quote-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.page-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.5);
}

/* for all the form style*/
.title-text {
  position: relative;
  padding-bottom: 30px;
}
.title-text h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
}
.title-text.title-change {
  padding: 0 10px 30px 10px;
}
.title-text.title-change h5 {
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
}
.title-text.title-change p {
  color: #f8f8f8;
  padding-top: 20px;
}

.form {
  max-width: 60%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
}
.form .form-bundle {
  display: grid;
}
.form .form-bundle .form-txt {
  font-size: 1rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}
.form .form-bundle .form-fill {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #525252;
  padding: 8px 10px;
  border-radius: 2px;
  border: none;
  resize: none;
}
.form .form-bundle .form-fill:focus {
  box-shadow: none;
  outline: none;
}
.form .form-bundle .form-fill::placeholder {
  color: #525252;
}
.form .form-bundle.message-group {
  grid-column: 1/3;
}

@media screen and (max-width: 768px) {
  .page-quote::before {
    width: 100%;
  }
  .page-quote .form {
    max-width: 100%;
  }
}
@media screen and (max-width: 577px) {
  .page-quote .title-text h5 {
    font-size: 2rem;
    color: #ffffff;
  }
  .page-quote .form {
    grid-gap: 20px 10px;
  }
  .page-quote .form .form-bundle {
    grid-column: 1/3;
  }
  .page-quote .form .form-bundle .form-txt {
    font-size: 0.9375rem;
  }
  .page-quote .form .form-bundle .form-fill {
    font-size: 0.875rem;
  }
}

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