@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url(animate.css);
@import url(icomoon.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(timePicker.css);
@import url(jquery-ui.css);
*, button {
  border: none;
}

.map-data, body {
  font-weight: 400;
}

body, h3 {
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
}

.mobile-menu .navigation li.current > a:before, body, html {
  height: 100%;
}

body {
  color: #686868;
  line-height: 26px;
  font-family: Barlow, sans-serif;
}

.btn-one, h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
}

button:focus {
  outline: 0;
}

button {
  cursor: pointer;
  background: 0 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #071345;
  font-weight: 600;
  margin: 0;
}

h3 {
  line-height: 30px;
  font-weight: 700;
}

a, a:active, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  border: none;
}

.object-fit-cover {
  object-fit: cover !important;
}

.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.address-box ul, .choosing-left-content ul, .fix, .job-details-content ul, .job-details-text-one ul, .job-details-text-three ul, .job-details-text-two ul, .project-menu-box, .rating-box, .single-blog-style2 .img-holder .inner, .single-footer-widget, .single-footer-widget .footer-widget-link1 ul, .single-footer-widget .footer-widget-link2 ul, .single-prices-box .img-holder, .single-service-style1 .img-holder .inner, .single-team-member .img-holder .inner, .social-links-style1 {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: 0.7s ease-in-out 0.1s;
}

.map-data {
  text-align: center;
  font-size: 14px;
  line-height: 1.8em;
  padding: 5px 10px;
}

.map-data a {
  color: #0b59d9;
  display: block;
}

.map-data h6 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
  color: #121212;
}

i {
  font-style: normal;
}

li, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, ol {
  margin: 0;
  padding: 0;
}

.clr1 {
  color: #f36727;
}

.bgclr1 {
  background: #f36727;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.btn-one {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  border-radius: 3px;
  -webkit-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
}

.btn-one:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #1c94ce;
  content: "";
  border-radius: 3px;
  transform: scaleY(0) rotateX(0);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

.btn-one .txt, .btn-style3, .parallax-bg-one, .sec-title {
  position: relative;
}

.btn-one:hover:after {
  transform: scaleY(1) rotateX(0);
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.btn-one .txt {
  display: flex;
  align-items: center;
  z-index: 1;
}

.btn-one:focus, .btn-one:hover {
  color: #f7f7f7;
}

.gradient-bg-1 {
  background-image: -moz-linear-gradient(90deg, #1b94cd 0, #39ade4 45%, #56c5fa 100%);
  background-image: -webkit-linear-gradient(90deg, #1b94cd 0, #39ade4 45%, #56c5fa 100%);
  background-image: -ms-linear-gradient(90deg, #1b94cd 0, #39ade4 45%, #56c5fa 100%);
}

.btn-one.style2:after {
  background: #e41926;
}

.gradient-bg-2 {
  background-image: -moz-linear-gradient(90deg, #e41726 0, #e7444a 99%);
  background-image: -webkit-linear-gradient(90deg, #e41726 0, #e7444a 99%);
  background-image: -ms-linear-gradient(90deg, #e41726 0, #e7444a 99%);
}

.btn-style3 {
  display: block;
  width: 40px;
  height: 40px;
  background: #f4f5f7;
  border-radius: 50%;
  color: #353742;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  transition: 0.2s linear 0.1s;
  z-index: 1;
}

.btn-style3:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #353742;
  content: "";
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: -1;
}

.btn-style3:hover:before, .single-testimonial-style1:hover .img-box:before {
  transform: scale(1);
}

.accordion-box .accordion .accord-btn.active h4, .accordion-box.style3 .accordion .accord-btn.active h4, .btn-style3:hover, .header-top-right .top .opening-hours p span, .single-blog-style1 .img-holder .author-box h5 a, .single-project-style1 .img-holder .overlay-content h3 a, .single-project-style2 .overlay-content .box .title-holder h3 a, .why-choose-area .sec-title h2 {
  color: #fff;
}

.gra-bgclr1 {
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.29) 43%, #000 100%);
}

.sec-title {
  display: block;
  margin-top: -7px;
  padding-bottom: 60px;
}

.sec-title h2 {
  color: #051d3e;
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
  margin: 0 0 15px;
}

.sec-title.style2 {
  padding-bottom: 51px;
}

.sec-title.style2 .border-box {
  display: inline-block;
  margin-left: 5px;
}

.sec-title p {
  color: #797979;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 2px 0 0;
}

.parallax-bg-one {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.parallax-bg-one::before {
  background: rgba(18, 32, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.appointment-checkbox input[type=checkbox], .blog-single-area .single-blog-style2 .img-holder .inner:before, .date-reply-button ul li:last-child:before, .mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul, .newsletter-checkbox input[type=checkbox], .owl-carousel.owl-dot-style1 .owl-dots .owl-dot span, .owl-theme .owl-next span, .owl-theme .owl-prev span, .project-filter li .count, .single-blog-style2 .text-holder .meta-info li:last-child:before {
  display: none;
}

.about-content-box .inner-content, .about-content-box .inner-content .top-text, .about-style1-content-box, .about-style1-content-box .inner-content, .accordion-box, .add-comment-box #add-comment-form .button-box, .address-box ul li .text, .appointment-checkbox, .appointment-form .bootstrap-select, .appointment-form .bootstrap-select .dropdown-menu li, .appointment-form .date-box, .appointment-form .time-box, .appointment-form-button, .author-info-box1 .image-box .inner, .banner-content-box, .banner-left-content .button, .banner-middle-content, .blog-details-text-one, .blog-details-text-one .single-text, .breadcrumb-area .inner-content, .breadcrumb-area .title, .choosing-left-content, .contact-form form, .contact-page-book-appintment-box, .copyright-text, .faq-content-box, .footer-bottom, .footer-social-links, .footer-top-contact-box, .header .outer-box, .header-left, .header-left .nav-outer, .header-right, .header-top .outer-box, .header-top-left .logo a, .job-details-main-button, .main-menu .navigation, .newsletter-checkbox, .owl-nav-style-one.owl-theme .owl-next span, .owl-nav-style-one.owl-theme .owl-prev span, .payment-method-content, .payment-method-content .cards li a, .payment-method-content .payment-process, .payment-method-image-box, .plumbing-service-text-box, .plumbing-service-text-box .inner-content, .post-pagination, .professional-servies-tab-content, .professional-servies-tabs, .project-style1-contact-info .right, .service-details-faq-box, .services-details-top-image, .sidebar-search-box, .single-blog-style1 .img-holder, .single-blog-style2 .img-holder, .single-blog-style2 .text-holder .bottom-box, .single-coupon-box .right, .single-footer-widget .footer-widget-link1, .single-footer-widget .footer-widget-link2, .single-project-style1, .single-service-style1 .img-holder, .single-sidebar .categories, .single-sidebar.categories-box, .slogan-content .left, .slogan-content .right, .style1-contact-info .left, .style1-contact-info .right {
  position: relative;
  display: block;
}

.owl-nav-style-one.owl-theme .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.owl-nav-style-one.owl-theme .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 10;
  display: block;
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-] {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  padding: 0;
  transition: 0.7s;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
  transform: rotate(0);
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav [class*=owl-]:hover {
  color: #f22c39;
  border-color: #f22c39;
}

.owl-nav-style-two.owl-theme .owl-nav [class*=owl-] {
  background: #fff;
  border-radius: 0;
  color: #3740b0;
  font-size: 24px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  width: 50px;
  transition: 0.7s;
}

.owl-nav-style-two.owl-theme .owl-nav .owl-next {
  margin-left: 0;
}

.owl-nav-style-two.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  background: #3740b0;
}

.owl-carousel.owl-dot-style1 .owl-stage-outer {
  position: relative;
  display: block;
  padding-top: 0;
  padding-bottom: 60px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  line-height: 8px;
  height: 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 4px;
  border: 0 solid transparent;
  background: #031f4b;
  margin: 0 5px;
  padding: 0;
  border-radius: 0;
  transition: 0.1s linear 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
  background: #0098ff;
  width: 20px;
  height: 8px;
}

.accordion-box .accordion {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  margin-bottom: 10px;
}

.about-style1-content-box .sec-title.style2 h2, .accordion-box .accordion.mar0, .accordion-box.style3 .accordion.mar0, .appointment-title p, .blog-style1-area .sec-title h2, .breadcrumb-menu ul li:last-child, .faq-content-box .sec-title.style2 h2, .project-style2-area .sec-title h2, .service-page-area .title p, .service-style1-area .title p, .sidebar-wrapper .single-sidebar.last-child {
  margin: 0;
}

.accordion-box .accordion .accord-btn {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 20px 40px 20px 20px;
  transition: 0.5s;
}

.accordion-box .accordion .accord-btn h4 {
  color: #0b1953;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  transition: 0.5s;
}

.accordion-box .accordion .accord-btn::after {
  font-family: FontAwesome;
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  color: #00091f;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.5s;
}

.accordion-box .accordion .accord-btn.active {
  background: #025981;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.accordion-box .accordion .accord-btn.active:after {
  color: #fff;
  content: "";
}

.accordion-box .accordion .accord-content {
  position: relative;
  background: #025981;
  padding: 0 20px 20px 20px;
  display: none;
}

.accordion-box .accordion .accord-content.collapsed {
  display: block;
}

.accordion-box .accordion .accord-content p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.accordion-box.style2 .accordion {
  border: 0 solid #e1e1e1;
  margin-bottom: 4px;
}

.accordion-box.style2 .accordion .accord-btn {
  padding: 15px 30px;
  background: #fff;
}

.accordion-box.style2 .accordion .accord-btn h4 {
  color: #0b1953;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
}

.accordion-box.style2 .accordion .accord-btn::after {
  position: absolute;
  top: 50%;
  left: 0;
  color: #0b1953;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  transform: translateY(-50%);
}

.accordion-box.style2 .accordion .accord-content {
  background: #fff;
  padding: 0 30px 26px;
}

.accordion-box.style2 .accordion .accord-content p {
  color: #797979;
  font-size: 18px;
  line-height: 28px;
}

.accordion-box.style3 .accordion {
  background: #f5f5f5;
  border: 0 solid #f5f5f5;
  border-radius: 0;
  margin-bottom: 15px;
}

.accordion-box.style3 .accordion .accord-btn {
  padding: 15px 70px 15px 30px;
}

.accordion-box.style3 .accordion .accord-btn h4 {
  color: #0b1953;
}

.accordion-box.style3 .accordion .accord-btn::after {
  top: 50%;
  left: auto;
  right: 30px;
  height: 30px;
  width: 30px;
  background: #012b58;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  transform: translateY(-50%);
  transition: 0.5s;
}

.accordion-box.style3 .accordion .accord-content {
  background: #025981;
  padding: 0 70px 26px 30px;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(238, 238, 238, 0.3);
  }
}
@keyframes pulse2 {
  50% {
    box-shadow: 0 0 0 5px rgba(255, 231, 1, 0.1), 0 0 0 20px rgba(255, 231, 1, 0.3);
  }
}
.date-reply-button ul, .footer-social-links ul, .mobile-menu-visible, .rating-box ul, .single-sidebar .categories ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  color: #fcbc38;
  font-size: 20px;
  font-weight: 400;
  transition: 0.2s linear 0.1s;
}

.footer-social-links ul li:last-child, .main-menu .navigation > li:last-child, .rating-box ul li:last-child, .review-box ul li:last-child, .single-blog-style1 .text-holder .meta-info li:last-child, .social-links-style1 li:last-child, .sociallinks-style-two li:last-child, .styled-pagination li:last-child {
  margin-right: 0;
}

.boxed_wrapper {
  position: relative;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  min-height: 400px;
}

.boxed_wrapper_box_page {
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

.body_switcher {
  position: fixed;
  top: 150px;
  z-index: 9999999;
  left: -200px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.body_switcher .body_switch_btn {
  position: absolute;
  right: -50px;
  z-index: -1;
}

.body_switcher .body_switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: 0.5s;
}

.body_switcher .boxed_switch_menu {
  position: relative;
  background: #fff;
  width: 200px;
  padding: 25px 15px 20px;
  text-align: center;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.body_switcher .boxed_switch_menu h5 {
  color: #222;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.body_switcher.switcher-show {
  left: 0;
}

.body_switcher .boxed_switch_menu .switch_body .box {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}

.body_switcher .boxed_switch_menu .switch_body .box > div {
  width: 80px;
  height: 50px;
  background: #fff;
  border: 2px solid #999;
}

.body_switcher .boxed_switch_menu .switch_body .box > div > span {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-left: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}

.body_switcher .boxed_switch_menu .switch_body .box p {
  position: relative;
  display: block;
  color: #999;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 7px 0 0;
}

.main_page.active_boxlayout {
  max-width: 1550px;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background: url(../images/pattern/body-pattern.png) center fixed #f8f8f8;
  overflow-x: hidden;
}

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  animation: 1s linear infinite spinner;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px;
  width: 150px;
  border: 3px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.5);
}

.scroll-top, .scroll-top.style2 {
  border-radius: 5px;
  text-align: center;
  transition: 0.2s linear 0.1s;
  font-size: 20px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: 4s infinite letters-loading;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  color: #fff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: Barlow, sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.handle-preloader .loader-section {
  background-color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 100%, 75% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}
.loader-wrap .layer .overlay, .loader-wrap .layer-one, .loader-wrap .layer-three, .loader-wrap .layer-two {
  position: absolute;
  top: 0;
  height: 100%;
}

.loader-wrap .layer-one {
  left: 0;
  width: 33.3333%;
  overflow: hidden;
}

.loader-wrap .layer-two {
  left: 33.3333%;
  width: 33.3333%;
  overflow: hidden;
}

.loader-wrap .layer-three {
  left: 66.6666%;
  width: 33.3333%;
  overflow: hidden;
}

.loader-wrap .layer .overlay {
  left: 0;
  width: 100%;
  background: #101127;
}

.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 55px;
  height: 55px;
  color: #fff;
  line-height: 55px;
  font-weight: 600;
  text-transform: uppercase;
  display: none;
  cursor: pointer;
  z-index: 999999999;
  background-image: -moz-linear-gradient(90deg, #e41726 0, #e7444a 99%);
  background-image: -webkit-linear-gradient(90deg, #e41726 0, #e7444a 99%);
  background-image: -ms-linear-gradient(90deg, #e41726 0, #e7444a 99%);
}

.scroll-top:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  color: #f8f8f8;
}

.scroll-top.style2 {
  position: absolute;
  left: 0;
  top: -20px;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #0098ff;
  border: none;
  animation: auto;
  line-height: 40px;
  font-weight: 400;
}

input:focus, select:focus, textarea:focus {
  border-color: #43c3ea;
  outline: 0;
}

#contact-form input[type=email].error, #contact-form input[type=text].error, #contact-form select.error, #contact-form textarea.error {
  border-color: red;
}

.post-pagination.martop20 {
  margin-top: 20px;
}

.post-pagination li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.post-pagination li a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 2px solid #eee;
  color: #131313;
  font-size: 18px;
  line-height: 56px;
  font-weight: 600;
  transition: 0.5s;
}

.post-pagination li a i {
  color: #c1c1c1;
  font-size: 22px;
  transition: 0.2s linear 0.1s;
}

.post-pagination li.active a, .post-pagination li:hover a {
  background: #fec727;
  border-color: #fec727;
}

.mobile-menu .navigation li, .mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.post-pagination li.active a i, .post-pagination li:hover a i {
  color: #131313;
}

.post-pagination.style2 li a {
  border-radius: 0;
}

.secpd100-0 {
  padding: 100px 0;
}

.overlay-style-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.7s ease-in-out 0.1s;
  opacity: 0;
  z-index: 1;
}

.overlay-style-one.bg1 {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-style-one.bg2 {
  background-color: rgba(227, 47, 48, 0.7);
}

.overlay-style-one.bg3 {
  background-color: rgba(0, 83, 153, 0.9);
}

.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay-style-two:after, .overlay-style-two:before {
  height: 50%;
  transition: 0.5s;
  background-color: rgba(18, 18, 18, 0.9);
  display: block;
  text-align: center;
  width: 100%;
  left: 0;
  content: "";
}

.overlay-style-one .box .content, .overlay-style-one .box .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.overlay-style-two {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.9s;
}

.overlay-style1, .overlay-style2 {
  position: absolute;
  transition: 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  opacity: 0;
  z-index: 1;
}

.overlay-style-two:before {
  position: absolute;
  top: 0;
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
}

.overlay-style-two:after {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: perspective(400px) rotateX(90deg);
  transform-origin: bottom;
}

.overlay-style1.bg1, .overlay-style2 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-style1 {
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  transform-origin: top;
  transform-style: preserve-3d;
}

.overlay-style2 {
  top: 20px;
  left: 20px;
  bottom: 20px;
  right: 20px;
  transform: skew(0deg, 0deg) scale(1.2, 1.2);
}

.review-box {
  position: relative;
  display: block;
  overflow: hidden;
  line-height: 16px;
}

.review-box ul {
  display: block;
  overflow: hidden;
}

.review-box ul li {
  display: inline-block;
  float: left;
  margin-right: 4px;
}

.review-box ul li i {
  font-size: 18px;
  color: #ffba00;
}

.social-links-style1 li a i, .sociallinks-style-two li a i {
  font-size: 16px;
  transition: 0.5s;
  position: relative;
  display: block;
}

.footer-social-links ul li, .social-links-style1 li, .styled-pagination li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.social-links-style1 li a i {
  background: #f4f5f7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #353742;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
}

.social-links-style1 li a:hover i {
  color: #fff;
  background: #02c18d;
}

.sociallinks-style-two {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 7px 0 8px;
}

.sociallinks-style-two li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
}

.sociallinks-style-two li a i {
  color: #fff;
}

.sociallinks-style-two li a:hover i {
  color: #e4b33d;
}

@keyframes menu_sticky {
  0% {
    margin-top: -90px;
  }
  50% {
    margin-top: -74px;
  }
  100% {
    margin-top: 0;
  }
}
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 30px 0;
}

.mobile-menu, .mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  width: 300px;
  max-width: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  width: 100%;
  background-color: rgba(3, 13, 40, 0.9);
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a, .professional-servies-logo-box ul li a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box, .sticky-header {
  padding: 0;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #000;
  z-index: 5;
  border-radius: 0;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.9s;
  -moz-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover, .mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mobile-menu .navigation li.dropdown .dropdown-btn, .mobile-menu .navigation li > a:before {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
}

.mobile-menu .navigation li > a:before {
  content: "";
  left: 0;
  top: 0;
  height: 0;
  transition: 0.5s;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 2px;
  transition: 0.5s;
  z-index: 5;
}

.mobile-menu .social-links {
  position: relative;
  text-align: center;
  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;
  display: inline-block;
  margin: 0 5px 10px;
}

.mobile-menu .social-links li a {
  position: relative;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.main-header, .sticky-header {
  width: 100%;
  transition: 0.5s;
  top: 0;
  left: 0;
}

.mobile-menu .social-links li a:hover, .single-blog-style1 .text-holder .meta-info li a:hover {
  color: #02c18d;
}

.main-header {
  position: absolute;
  margin: 0;
  z-index: 999;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.sticky-header {
  position: fixed;
  background: #fff;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 0;
}

.appointment-form, .header-style-one, .header-top, .slogan-content .right .btns-box {
  position: relative;
}

.fixed-header .sticky-header {
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 0.5s;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 1;
  z-index: 999999;
}

.header-style-one .sticky-header .option-box {
  margin-top: 17px;
}

.header-top {
  display: block;
  background: #0a1835;
  z-index: 1;
}

.banner-area, .header-top-bg {
  background-repeat: no-repeat;
}

.header-top-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 170%;
  height: 100%;
  background-attachment: scroll;
  background-position: left center;
  z-index: -1;
}

.header-top-left {
  position: relative;
  display: block;
  max-width: 430px;
  width: 100%;
}

.header-top-left .logo {
  position: relative;
  display: inline-block;
  padding: 33px 0;
}

.header-top-right {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
}

.header-top-right .top {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.header-top-right .top:before {
  position: absolute;
  content: "";
  background-image: url(../images-2/shape/shape-52.png);
  width: 721px;
  height: 49px;
  top: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.header-top-right .top .opening-hours {
  position: relative;
  display: block;
  float: left;
  padding-left: 70px;
}

.header-top-right .top .opening-hours p {
  color: #6788a8;
  font-size: 18px;
  line-height: 50px;
  margin: 0;
  font-weight: 500;
  font-family: Barlow, sans-serif;
}

.header-top-right .top .button-box {
  position: relative;
  display: block;
  float: right;
  width: 300px;
  text-align: center;
  z-index: 3;
}

.header-top-right .top .button-box a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Barlow, sans-serif;
}

.header-top-right .bottom {
  position: relative;
  display: block;
  text-align: right;
  padding: 18px 0 19px;
}

.header-top-right .bottom .call-un-now {
  position: relative;
  display: block;
  padding-right: 27px;
}

.header-top-right .bottom .call-un-now p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  font-family: Barlow, sans-serif;
}

.header-top-right .bottom .call-un-now p a {
  position: relative;
  top: 5px;
  color: #f22c39;
  font-size: 28px;
  font-weight: 700;
}

.header {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(90deg, #f0f3fa 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f0f3fa 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f0f3fa 0, #fff 100%);
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.18);
}

.main-menu {
  position: relative;
  display: block;
  float: left;
}

.main-menu .navigation > li, .outer-search-box-style1 {
  display: inline-block;
  float: left;
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0;
  display: block !important;
}

.main-menu .navigation > li {
  margin-right: 0;
  padding: 16px 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  color: #000;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  opacity: 1;
  font-family: Barlow, sans-serif;
}

.main-menu .navigation > li > a .fa {
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -2px;
}

.main-menu .navigation > li:last-child > a {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  border-top: 2px solid #d90429;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  background: #0a1835;
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.1s;
  z-index: 100;
  max-height: 300px;
  overflow: auto;
}

.main-menu .navigation li > ul > li.dropdown:hover ul, .main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.main-menu .navigation > li > ul > li, .main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  display: block;
  width: 100%;
}

.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 13px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  transition: 0.5s;
}

.main-menu .navigation > li > ul > li:last-child > a, .main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: FontAwesome;
  content: "";
  color: #f22c39;
  font-size: 14px;
  font-weight: 700;
  margin: 12px 0;
  text-align: right;
  z-index: 5;
}

.appointment-checkbox input[type=checkbox]:checked + label span:before, .main-menu .navigation > li > ul > li:hover > a:before, .newsletter-checkbox input[type=checkbox]:checked + label span:before, .single-team-member:hover .overlay-style-one {
  opacity: 1;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  padding: 10px 0;
  display: none;
  border-top: 2px solid #d90429;
  background: #0a1835;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.1s;
  z-index: 100;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

.header-right .outer-search-box-style1 {
  position: relative;
  display: block;
  float: right;
  padding: 10px 0;
  margin-right: 15px;
}

.outer-search-box-style1 .search-box {
  position: absolute;
  top: 120%;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  padding: 20px;
  transition: 0.5s;
  visibility: hidden;
  z-index: 100;
  margin-left: 0;
}

.outer-search-box-style1 .search-box.now-visible {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.outer-search-box-style1 .search-box .form-group {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  min-width: 250px;
}

.outer-search-box-style1 .search-box .form-group input[type=search] {
  background: #fff;
  border: 1px solid #1f1f23;
  color: #000;
  display: block;
  font-size: 13px;
  line-height: 24px;
  position: relative;
  transition: 0.5s;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  padding-right: 50px;
}

.outer-search-box-style1 .search-box .form-group input[type=search]:focus {
  border-color: #f5f5f5;
}

.outer-search-box-style1 .search-box .form-group button, .outer-search-box-style1 .search-box .form-group input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.95);
  color: #fff;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  width: 45px;
  transition: 0.5s;
}

.outer-search-box-style1 .search-box .form-group button:hover, .outer-search-box-style1 .search-box .form-group input:focus + button {
  color: #222;
  background: #f5f5f5;
}

.banner-area {
  position: relative;
  display: block;
  padding: 50px 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}

.banner-left-content {
  position: relative;
  display: block;
  padding-top: 43px;
}

.banner-left-content .satisfaction-logo {
  position: absolute;
  bottom: -130px;
  right: -30px;
}

.banner-left-content .satisfaction-logo img, .professional-servies-logo-box ul li a > img {
  width: auto;
}

.banner-left-content h2 {
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
}

.banner-left-content h3 {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  margin: 0 0 19px;
}

.banner-left-content ul {
  position: relative;
  display: block;
  padding-bottom: 25px;
}

.banner-left-content ul li {
  position: relative;
  display: block;
  padding-left: 35px;
  color: #fff;
  font-size: 21px;
  line-height: 44px;
  font-weight: 400;
}

.banner-left-content ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  bottom: 0;
  background-image: url(../images/icon/icon-check.png);
  width: 20px;
  height: 20px;
  content: "";
}

.banner-middle-content .img-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 486px;
}

.banner-right-content, .transparency-top-content .text {
  position: relative;
  display: block;
  margin-left: -50px;
}

.banner-right-content .quote-form {
  position: relative;
  display: block;
  max-width: 320px;
  width: 100%;
  float: right;
}

.quote-form {
  position: relative;
  background-color: #012d5b;
}

.quote-form .title-box {
  position: relative;
  padding: 29px 0 44px;
  text-align: center;
  background: #f9cd00;
  background: linear-gradient(to bottom, #f9cd00 0, #f8a200 100%);
}

.quote-form .title-box:before, .service-style1-area .layer-outer {
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.quote-form .title-box:before {
  position: absolute;
  bottom: 0;
  height: 45px;
  background-image: url(../images/icon/curve.png);
  background-position: center;
  content: "";
}

.quote-form .title-box h4 {
  position: relative;
  color: #000;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 0 1px 1px #fff;
}

.quote-form .form-box {
  position: relative;
  padding: 20px 30px 55px;
}

.quote-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.quote-form .form-group input[type=email], .quote-form .form-group input[type=tel], .quote-form .form-group input[type=text], .quote-form .form-group input[type=url], .quote-form .form-group select, .quote-form .form-group textarea {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #797979;
  font-weight: 400;
  padding: 14px 15px;
  width: 100%;
  height: 45px;
  border: 1px solid #0d254e;
  background-color: #f6f6f6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.quote-form .form-group input[type=submit], .quote-form button {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}

.quote-form .form-group.btn-box {
  margin-top: 20px;
  margin-bottom: 0;
}

.quote-form .form-group.btn-box .btn-one .txt {
  align-items: center;
  justify-content: center;
}

.quote-form .form-group input:focus, .quote-form .form-group select:focus, .quote-form .form-group textarea:focus {
  border-color: #152545;
}

.slogan-area {
  position: relative;
  display: block;
  box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.slogan-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  background-image: -moz-linear-gradient(90deg, #f0f3fa 0, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #f0f3fa 0, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #f0f3fa 0, #fff 100%);
}

.slogan-content {
  position: relative;
  overflow: hidden;
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.slogan-content .left .icon {
  width: 85px;
}

.author-info-box1 .image-box, .author-info-box1 .signature-box, .footer-top-contact-box ul li .icon, .footer-top-contact-box ul li .title, .slogan-content .left .icon, .slogan-content .left .title {
  display: table-cell;
  vertical-align: middle;
}

.slogan-content .left .title h2 {
  color: #012d5b;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  font-family: Barlow, sans-serif;
  margin: 0 0 1px;
}

.slogan-content .left .title p {
  color: #2f6386;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}

.service-style1-area {
  position: relative;
  display: block;
  background: #f2f4f6;
  padding: 110px 0 120px;
}

.service-style1-area .layer-outer {
  position: absolute;
  top: 0;
  height: 100%;
  background-attachment: scroll;
  background-position: center center;
}

.service-page-area .title, .service-style1-area .title {
  position: relative;
  display: block;
  width: 100%;
  margin: -9px auto 0;
  padding-bottom: 52px;
}

.service-style1-area .title h2 {
  color: #012d5b;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}

.service-style1-area .title h3 {
  color: #e52933;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  margin: 8px 0 20px;
}

.single-service-style1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .single-service-style1 .img-holder .inner {
    height: 220px;
  }
}
.single-service-style1 .img-holder img {
  width: 100%;
  height: 100%;
  transform: scale(1.01);
  object-fit: cover;
  transition: 0.7s;
}

.single-service-style1:hover .img-holder img {
  transform: scale(1.2);
}

.single-service-style1 .img-holder .inner::before, .single-team-member .img-holder .inner::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 10;
}

.single-service-style1:hover .img-holder .inner::before, .single-team-member:hover .img-holder .inner::before {
  -webkit-animation: 0.75s circle;
  animation: 0.75s circle;
}

.single-service-style1 .img-holder .icon {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.single-service-style1 .img-holder .icon span:before {
  position: relative;
  display: block;
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  background: linear-gradient(to top, #086fa0 0, #56c5fa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.single-service-style1 .text-holder {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  padding: 56px 30px 41px;
  border: 1px dashed #a9a9a9;
  border-top: none;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.04);
}

.choosing-area, .choosing-area .layer-outer {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-service-style1 .text-holder h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 8px;
}

.single-service-style1 .text-holder h3 a {
  color: #0a2565;
  transition: 0.2s linear 0.1s;
}

.single-service-style1 .text-holder h3 a:hover {
  color: #e52933;
}

.single-service-style1 .text-holder p {
  line-height: 28px;
  margin: 0;
}

.choosing-area {
  position: relative;
  display: block;
  background-color: #0876b0;
  padding: 117px 0 102px;
  background-position: center center;
  z-index: 1;
}

.choosing-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 715px;
  background-position: left top;
  opacity: 0.15;
  z-index: -1;
}

.choosing-left-content .title {
  position: relative;
  display: block;
  margin-top: -10px;
  padding-bottom: 24px;
}

.choosing-left-content .title h2 {
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  margin: 0 0 16px;
}

.choosing-left-content .title p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  margin: 0;
}

.choosing-left-content .text {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.choosing-left-content .text p {
  position: relative;
  display: block;
  font-size: 18px;
  color: #f2f4f6;
  line-height: 30px;
  margin: 0;
}

.choosing-left-content ul li {
  position: relative;
  display: block;
  padding-left: 38px;
  color: #fff;
  font-size: 21px;
  line-height: 30px;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.address-box ul li:last-child, .choosing-left-content ul li:last-child, .payment-method-content .payment-process li:last-child, .transparency-top-content .text p:last-child {
  margin-bottom: 0;
}

.choosing-left-content ul li:before {
  color: #fff;
  left: 1px;
  font-weight: 400;
}

.value-box {
  position: relative;
  display: block;
  background: #eff0f0;
  padding: 15px;
  max-width: 370px;
  width: 100%;
}

.value-box .man {
  position: absolute;
  right: -300px;
  bottom: -40px;
  z-index: -1;
}

.value-box .inner {
  position: relative;
  display: block;
  border: 2px dashed #606060;
  z-index: 10;
}

.value-box .inner .value {
  position: relative;
  display: block;
  padding: 25px 0;
  background: #e74449;
  background: linear-gradient(to bottom, #e74449 0, #e41a27 100%);
}

.value-box .inner .value:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: url(../images/shape/value-box-bg.png) 0 0/cover no-repeat;
  width: 100%;
  height: 30px;
}

.value-box .inner .value h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
}

.value-box .inner h3 {
  color: #152242;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 25px 0 20px;
}

.value-box .inner .new-clinet {
  position: relative;
  display: inline-block;
  background: #101f42;
  padding: 10px 30px;
}

.value-box .inner .new-clinet h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}

.value-box .inner h4 {
  color: #242424;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin: 19px 0 21px;
}

.value-box .inner h6 {
  color: #0874ae;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 35px;
}

.professional-servies-area {
  position: relative;
  display: block;
  background-image: -moz-linear-gradient(90deg, #e3e6f2 0, #f7f8fd 100%);
  background-image: -webkit-linear-gradient(90deg, #e3e6f2 0, #f7f8fd 100%);
  background-image: -ms-linear-gradient(90deg, #e3e6f2 0, #f7f8fd 100%);
  padding: 110px 0 107px;
}

.professional-servies-area .sec-title-two {
  margin-bottom: 48px;
}

.professional-servies-content {
  position: relative;
  display: block;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.professional-servies-content .title {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 50px;
}

.professional-servies-content .title h2 {
  color: #152e62;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
}

.professional-servies-tabs .tab-button-column {
  position: relative;
  display: block;
  padding-bottom: 52px;
}

.professional-servies-tabs .tab-button-column .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.professional-servies-tabs .tab-button-column .tab-buttons:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #a5aac4;
  content: "";
  z-index: -1;
}

.professional-servies-tabs .tab-button-column .tab-buttons li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  margin: 0 13px -1px;
  border: 1px solid #a5aac4;
  color: #152e62;
  font-size: 20px;
  line-height: 49px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.professional-servies-tabs .tab-button-column .tab-buttons li.tab-btn.active-btn {
  background: #f1f2f9;
}

.professional-servies-tabs .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}

.professional-servies-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.professional-servies-tab-content h3 {
  color: #152e62;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
  margin: 0 0 26px;
}

.about-content-box .inner-content .bottom-text p, .professional-servies-tab-content p {
  color: #444;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.professional-servies-tab-content .bottom-text, .single-blog-style1 .text-holder .date-box {
  position: relative;
  display: block;
  padding-top: 26px;
}

.professional-servies-logo-box {
  position: relative;
  display: block;
  padding-top: 40px;
}

.professional-servies-logo-box ul li, .single-footer-widget .our-company-info .footer-logo a {
  display: inline-block;
}

.latest-project-style1-area {
  position: relative;
  display: block;
  background: #172b56;
  padding: 120px 0;
  z-index: 2;
}

.project-style1-area-bg, .project-style1-area-texture {
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
}

.project-style1-area-texture {
  height: 190px;
  background-position: center center;
  z-index: 1;
}

.project-style1-area-bg {
  height: 100%;
  background-position: left bottom;
  z-index: -1;
}

.latest-project-style1-title {
  position: relative;
  display: block;
  margin-top: -11px;
  max-width: 220px;
  width: 100%;
  z-index: 2;
}

.latest-project-style1-title h2 {
  color: #fff;
  font-size: 45px;
  line-height: 49px;
  font-weight: 900;
  margin-bottom: 22px;
}

.latest-project-style1-title p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.latest-project-style1-content {
  position: relative;
  margin-right: -300px;
}

@media (min-width: 768px) {
  .single-project-style1 {
    height: 100%;
  }
  .single-project-style1 .img-holder {
    height: 100%;
  }
  .single-project-style1 .img-holder img {
    height: 100%;
  }
}
.single-project-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: -webkit-linear-gradient(-90deg, #00497d, #d80528 100%);
}
.single-project-style1 .img-holder img {
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single-project-style1:hover .img-holder img {
  transform: scale(1.05);
  opacity: 0.1;
}

.single-project-style1 .img-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.single-project-style1 .img-holder .overlay-content:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/shape/project-style1-overlay-bg.png) center center/cover no-repeat;
  content: "";
  height: 213px;
  z-index: -1;
  transition: 0.5s;
}

.single-project-style1:hover .img-holder .overlay-content:before {
  opacity: 0;
}

.single-project-style1 .img-holder .overlay-content h3 {
  position: absolute;
  left: 0;
  bottom: 27px;
  right: 0;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.project-style1-carousel.owl-nav-style-one.owl-theme .owl-nav {
  top: auto;
  right: auto;
  left: -300px;
  bottom: 76px;
}

.project-style1-contact-info {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 134px;
}

.project-style1-contact-info .left {
  position: relative;
  display: block;
  text-align: left;
}

.project-style1-contact-info .left h2 {
  color: #fff;
  font-size: 39px;
  line-height: 48px;
  font-weight: 700;
}

.project-style1-contact-info .left h2 a {
  color: #fff;
  font-weight: 400;
}

.project-style1-contact-info .left h2 a:hover {
  text-decoration: underline;
}

.testimonial-style1-area {
  position: relative;
  display: block;
  background: #eaeaee;
  padding: 110px 0 60px;
  z-index: 1;
}

.about-team-area .sec-title-two, .blog-single-area .single-blog-style2, .team-content-box .sec-title-two, .testimonial-style1-area .sec-title-two {
  margin-bottom: 35px;
}

.testimonial-style1-area .layer-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}

.single-testimonial-style1 {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto 60px;
  padding-top: 50px;
  z-index: 10;
}

.single-testimonial-style1 .inner-content {
  position: relative;
  display: block;
  background: #fff;
  padding: 69px 40px 24px;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.13);
  z-index: 1;
  border-radius: 7px;
}

.single-testimonial-style1 .inner-content:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.05);
  content: "";
  z-index: -1;
  transform: scaleX(0);
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.project-filter li.active .filter-text:before, .project-filter li:hover .filter-text:before, .single-testimonial-style1:hover .inner-content:before {
  transform: scaleX(1);
}

.single-testimonial-style1 .img-box {
  position: absolute;
  top: 0;
  left: 30px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

.single-testimonial-style1 .img-box img {
  width: 100%;
  border-radius: 50%;
  transition: 0.2s linear 0.1s;
}

.single-testimonial-style1 .img-box:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(227, 47, 48, 0.5);
  content: "";
  border-radius: 50%;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-testimonial-style1 .quote-icon {
  position: absolute;
  top: 22px;
  right: 22px;
}

.single-testimonial-style1 .quote-icon span:before {
  color: #bfbfbf;
  font-size: 40px;
  line-height: 40px;
  opacity: 0.3;
}

.single-testimonial-style1 .text-box {
  position: relative;
  display: block;
  padding-bottom: 8px;
}

.single-testimonial-style1 .text-box p {
  color: #1c425d;
  line-height: 30px;
  margin: 0;
}

.single-testimonial-style1 h3 {
  color: #2062ba;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
}

.single-testimonial-style1 .rating-box {
  padding-top: 19px;
}

.about-team-area {
  position: relative;
  display: block;
  background: #fff;
  padding-top: 110px;
  z-index: 1;
}

.about-team-area:before, .team-area:before, .team-page-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  content: "";
  z-index: -1;
  background-image: -moz-linear-gradient(90deg, #dfe4eb 16%, #fff 100%);
  background-image: -webkit-linear-gradient(90deg, #dfe4eb 16%, #fff 100%);
  background-image: -ms-linear-gradient(90deg, #dfe4eb 16%, #fff 100%);
}

.about-team-area .layer-outer, .team-area .layer-outer, .team-page-area .layer-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 100%;
  background-attachment: scroll;
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.about-content-box {
  position: relative;
  display: block;
  padding-bottom: 106px;
}

.about-content-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 19px;
  content: "";
  background-image: url(../images/shape/box-shadow-1.png);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-content-box .sec-title.style2 {
  padding-bottom: 36px;
}

.about-content-box .title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 40px;
}

.about-content-box .title p {
  color: #f5353e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}

.about-content-box .title h3 {
  color: #172b56;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  margin: 9px 0 0;
}

.about-content-box .inner-content .top-text p {
  color: #172a54;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.about-content-box .inner-content .bottom-text {
  position: relative;
  display: block;
  padding-top: 28px;
}

.team-content-box {
  position: relative;
  display: block;
  padding-top: 78px;
}

.team-member-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: -90px;
}

.single-team-member {
  position: relative;
  display: block;
  width: 25%;
}

.blog-single-area, .single-team-member .img-holder {
  position: relative;
  display: block;
  background: #fff;
}

.single-team-member .img-holder .inner img {
  width: 100%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}

.single-team-member:hover .img-holder .inner img {
  transform: scale(1.05);
}

.single-team-member .title-holder {
  position: relative;
  display: block;
  text-align: center;
  background: #f5f5f5;
  padding: 17px 0 20px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.single-team-member .title-holder:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #e52933;
  content: "";
  transform: scaleY(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.blog-style1-area, .single-blog-style1 .img-holder .inner, .single-choose-box, .team-area, .why-choose-area, .why-choose-area .title {
  position: relative;
  display: block;
}

.team-area, .why-choose-area .sec-title .border-box {
  background: #fff;
}

.single-team-member:hover .title-holder:before {
  transform: scaleY(1);
}

.single-team-member .title-holder h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 3px;
}

.single-team-member .title-holder h3 a {
  color: #0e294d;
  transition: 0.5s linear 0.1s;
}

.single-team-member .title-holder p {
  color: #797979;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}

.team-area {
  padding-top: 100px;
  z-index: 1;
}

.team-area .team-content-box, .team-page-area .team-content-box {
  padding-top: 0;
}

.team-area .sec-title p {
  margin: 2px 0 21px;
}

.why-choose-area {
  padding: 189px 0 50px;
  background: -webkit-linear-gradient(0deg, #012b58 20%, #0291ac 100%);
}

.why-choose-area .row {
  margin-left: -5px;
  margin-right: -5px;
}

.why-choose-area .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.why-choose-area .title {
  padding-bottom: 54px;
}

.why-choose-area .title h2 {
  color: #fff;
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
}

.single-choose-box {
  margin-bottom: 42px;
}

.single-choose-box span {
  color: #fff;
  font-size: 65px;
}

.single-choose-box h3 {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 17px;
}

.blog-style1-area {
  background: #f3f4f7;
  padding: 110px 0 70px;
}

.blog-style1-area .sec-title-two {
  margin-bottom: 37px;
}

.single-blog-style1, .single-prices-box {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.single-blog-style1 .img-holder .inner {
  overflow: hidden;
  border-radius: 8px;
  background: -webkit-linear-gradient(45deg, #012b58, #028da9 100%);
}

.single-blog-style1 .img-holder .link-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: 0.5s;
}

.single-blog-style1:hover .img-holder .link-btn {
  transform: translate(-50%, -50%) scale(1, 1);
}

.single-blog-style1 .img-holder .inner img {
  width: 100%;
  transition: 0.5s;
}

.single-blog-style1:hover .img-holder .inner img {
  opacity: 0.07;
  transform: scale(1.05);
}

.single-blog-style1 .img-holder .author-box {
  position: absolute;
  left: 25px;
  bottom: 10px;
  z-index: 1;
}

.single-blog-style1 .img-holder .author-box h5 {
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}

.single-blog-style1 .text-holder {
  position: relative;
  display: block;
  background: #f3f4f7;
  padding: 0;
}

.breadcrumb-area, .footer-area .footer-bg, .footer-top-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-blog-style1 .text-holder .date-box h5 {
  color: #7f7e7e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
}

.single-blog-style1 .text-holder .blog-title {
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
  margin: 9px 0 0;
}

.single-blog-style1 .text-holder .blog-title a {
  color: #18215e;
  transition: 0.2s linear 0.1s;
}

.single-blog-style1 .text-holder .blog-title a:hover, .single-footer-widget .footer-widget-link1 ul li a:hover, .single-footer-widget .footer-widget-link2 ul li a:hover, .thm-clr {
  color: #f5353e;
}

.single-blog-style1 .text-holder .bottom-box {
  position: relative;
  display: block;
  padding-top: 13px;
}

.single-blog-style1 .text-holder .bottom-box a {
  position: relative;
  display: inline-block;
  color: #d90429;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-blog-style1 .text-holder .bottom-box a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #e06371;
  content: "";
}

.single-blog-style1 .text-holder .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 15px;
}

.single-blog-style1 .text-holder .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 24px;
  margin-right: 20px;
}

.single-blog-style1 .text-holder .meta-info li a {
  color: #353742;
  font-size: 14px;
  font-weight: 600;
  transition: 0.2s linear 0.1s;
}

.single-blog-style1 .text-holder .meta-info li span:before {
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-right: 6px;
  top: 2px;
}

.footer-area {
  position: relative;
  display: block;
  z-index: 1;
}

.footer-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: #101f42;
  z-index: -1;
}

.footer-area .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
}

.footer-top {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.12);
}

.footer-top-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.footer-top-contact-box ul {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: max-content;
  width: 100%;
  margin: 0 auto;
}

.footer-top-contact-box ul li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 60px;
  margin-right: 60px;
  border-right: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-top-contact-box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.footer-top-contact-box ul li .icon {
  width: 60px;
}

.footer-top-contact-box ul li .icon span:before {
  position: relative;
  top: 2px;
  font-size: 35px;
  line-height: 35px;
}

.footer-top-contact-box ul li .title h5 {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-family: Barlow, sans-serif;
  font-weight: 400;
}

.footer-top-contact-box ul li:last-child .title h5 a {
  font-size: 22px;
  font-weight: 600;
}

.footer-top-contact-box ul li .title h5 a {
  color: #fff;
  font-weight: 600;
}

.footer-style-two.home-4 .footer-top-contact-box ul li .title h5, .footer-style-two.home-4 .footer-top-contact-box ul li .title h5 a {
  color: #ddccc6;
}

.footer {
  position: relative;
  display: block;
  padding: 70px 0 40px;
}

.single-footer-widget.marlftminus {
  margin-left: -50px;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 15px;
}

.single-footer-widget .title h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-form, .sidebar-search-box form.search-form, .single-footer-widget .our-company-info {
  position: relative;
  display: block;
  width: 100%;
}

.single-footer-widget .our-company-info .footer-logo {
  position: relative;
  max-width: 240px;
  padding-bottom: 24px;
}

@media (min-width: 576px) {
  .single-footer-widget .our-company-info .footer-logo {
    max-width: 300px;
  }
}
.single-footer-widget .our-company-info .text {
  position: relative;
  display: block;
  padding-bottom: 32px;
}

.single-footer-widget .our-company-info .text p {
  color: #bcc1c9;
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.footer-social-links ul li a {
  position: relative;
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #a0a5b1;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
  transition: 0.2s linear 0.1s;
}

.footer-social-links ul li a:hover {
  color: #f5353e;
  border-color: #f5353e;
}

.single-footer-widget .footer-widget-link1 ul li, .single-footer-widget .footer-widget-link2 ul li {
  position: relative;
  display: block;
  line-height: 36px;
}

.single-footer-widget .footer-widget-link1 ul li a, .single-footer-widget .footer-widget-link2 ul li a {
  position: relative;
  color: #bcc1c9;
  font-size: 17px;
  font-weight: 400;
  transition: 0.2s linear 0.1s;
}

.footer-widget-shape1 {
  position: absolute;
  bottom: -100px;
  right: 10px;
}

.footer-bottom .outer-box {
  position: relative;
  display: block;
  padding: 24px 0 25px;
}

.footer-bottom .outer-box:before {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
}

.copyright-text p {
  color: #8b919f;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}

.copyright-text p a {
  color: #8b919f;
  transition: 0.5s;
}

.breadcrumb-area {
  position: relative;
  display: block;
  overflow: hidden;
  background-attachment: scroll;
  padding: 92px 0 90px;
  z-index: 10;
}

.breadcrumb-area .layer-outer-icon {
  position: absolute;
  left: 0;
  bottom: -106px;
  right: 0;
  text-align: center;
}

.breadcrumb-area .title h1, .breadcrumb-area .title h2 {
  color: #fff;
  font-size: 50px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: capitalize;
}

.breadcrumb-menu ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 11px;
}

.breadcrumb-menu ul li {
  position: relative;
  display: inline-block;
  float: left;
  color: #cccbd6;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-right: 10px;
  text-transform: capitalize;
}

.breadcrumb-menu ul li a {
  color: #cccbd6;
  transition: 0.2s linear 0.1s;
}

.breadcrumb-menu ul li a:hover, .breadcrumb-menu ul li.active, .main-menu .navigation > li > ul > li:hover > a, .main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > ul > li > ul > li > a:hover, .mobile-menu .navigation li.current > a, .mobile-menu .navigation li > a:hover, .single-blog-style2 .text-holder .blog-title a:hover, .single-blog-style2 .text-holder .meta-info li a:hover, .single-prices-box .title-holder h3 a:hover, .single-sidebar .categories ul li.active a, .single-sidebar .categories ul li.active:after, .single-sidebar .categories ul li:hover a, .single-sidebar .categories ul li:hover:after, .single-sidebar .recent-news li .title-box h4 a:hover {
  color: #f22c39;
}

.breadcrumb-area .inner-content .layer-outer {
  position: absolute;
  bottom: -90px;
  right: 0;
}

#blog-area, .about-style1-area, .appointment-area, .job-details-area, .plumbing-service-area, .services-details-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 0;
}

.plumbing-service-image-box {
  position: relative;
  display: block;
  max-width: 430px;
  width: 100%;
  padding-bottom: 65px;
}

.plumbing-service-image-box .image-box1 {
  position: relative;
  display: block;
  padding-right: 85px;
}

.plumbing-service-image-box .image-box1 img, .plumbing-service-image-box .image-box2 img, .services-details-top-image .single-image img, .single-sidebar .recent-news li .img-box img {
  width: 100%;
}

.plumbing-service-image-box .image-box2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 255px;
  height: 275px;
}

.plumbing-service-image-box .image-box2:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: 0;
  height: 20px;
  content: "";
  background: #fff;
}

.plumbing-service-image-box .image-box2:after {
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: 0;
  width: 20px;
  content: "";
  background: #fff;
}

.plumbing-service-text-box .title {
  margin-bottom: 23px;
}

.plumbing-service-text-box .title p {
  color: #f5353e;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  margin: 0 0 6px;
}

.plumbing-service-text-box .title h2 {
  color: #0b1953;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
}

.plumbing-service-text-box .inner-content .text {
  margin-bottom: 26px;
}

.plumbing-service-text-box .inner-content .text p {
  color: #444;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.plumbing-service-text-box .inner-content .bottom p {
  color: #444;
  line-height: 28px;
  margin: 0;
}

.why-choose-style2-area {
  background: #eceff5;
}

.why-choose-style2-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 39%;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.choose-style2-content h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
}

.choose-style2-content p {
  margin: 0;
}

.choose-style2-content ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 26px;
}

.choose-style2-content ul li {
  position: relative;
  display: block;
  padding-left: 35px;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
  font-weight: 600;
}

.choose-style2-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: icomoon !important;
  content: "";
}

.about-style1-content-box .sec-title.style2 {
  padding-bottom: 46px;
}

.about-style1-content-box .sec-title.style2 p, .faq-content-box .sec-title.style2 p {
  margin: 0 0 6px;
}

.about-style1-content-box .inner-content span {
  color: #0b1953;
  font-size: 22px;
}

.about-style1-content-box .inner-content p {
  color: #797979;
  margin: 8px 0 0;
}

.author-info-box1 {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 30px;
}

.author-info-box1 .image-box {
  width: 100px;
}

.author-info-box1 .image-box .inner img {
  width: 100%;
  border-radius: 50%;
}

.author-info-box1 .signature-box {
  position: relative;
  padding-left: 15px;
}

.faq-content-box .sec-title.style2 {
  padding-bottom: 50px;
}

.prices-area, .service-page-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 0 50px;
}

.service-page-area .title h2 {
  color: #012d5b;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 24px;
}

.contact-info-style1-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 0 100px;
}

.style1-contact-info {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 37px 30px;
}

.project-filter, .project-filter li, .project-filter li .filter-text, .project-style2-area, .single-project-style2 {
  position: relative;
  display: block;
}

.style1-contact-info .left h2 {
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}

.style1-contact-info .left h2 a {
  color: #fff;
  font-weight: 300;
}

.style1-contact-info .left h2 span {
  font-weight: 300;
}

.style1-contact-info .right a {
  line-height: 65px;
}

.project-style2-area {
  background: #fff;
  padding: 100px 0 70px;
}

.project-filter {
  margin-top: -15px;
}

.project-filter li {
  line-height: 44px;
  float: none;
}

.project-filter li .filter-text {
  padding-left: 20px;
  color: #172a54;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}

.project-filter li .filter-text:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 10px;
  background: #172a54;
  margin: 21px 0;
  content: "";
  z-index: -1;
  transform: scaleX(1);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.project-filter li.active .filter-text, .project-filter li:hover .filter-text {
  color: #e41b29;
}

.single-project-style2 {
  margin-bottom: 30px;
}

.single-project-style2 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  background: -webkit-linear-gradient(-90deg, #00497d, #d80528 100%);
}

.single-project-style2 .img-holder img {
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}

.single-project-style2:hover .img-holder img {
  opacity: 0.1;
  transform: scale(1.2) rotate(1deg);
}

.single-project-style2 .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 19px;
  right: 0;
  padding-left: 25px;
  background-color: transparent;
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s linear;
  opacity: 0;
  transform: scale(0.5);
  transition-delay: 0.1s;
}

.single-project-style2:hover .overlay-content {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s linear 0.1s;
}

.single-project-style2 .overlay-content .box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transform: scale(1.3);
  transition: 0.9s 0.1s;
  opacity: 0;
}

.single-prices-box .img-holder:after, .single-prices-box .img-holder:before {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: rgba(240, 50, 54, 0.85);
  width: 50%;
  content: "";
  z-index: 1;
}

.single-project-style2:hover .overlay-content .box {
  opacity: 1;
  transform: scale(1);
  transition: 0.9s linear 0.5s;
}

.single-project-style2 .overlay-content .box .zoom-button {
  position: absolute;
  top: 20px;
  right: 22px;
}

.single-project-style2 .overlay-content .box .zoom-button img {
  opacity: 1 !important;
}

.contact-form form .input-box, .single-project-style2 .overlay-content .box .zoom-button li {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.single-project-style2 .overlay-content .box .zoom-button li:last-child {
  margin-bottom: 0;
  left: -1px;
}

.single-project-style2 .overlay-content .box .zoom-button li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  border-radius: 3px;
  font-size: 20px;
  color: #000;
  transition: 0.2s linear 0.1s;
}

.single-project-style2 .overlay-content .box .title-holder {
  position: absolute;
  left: 30px;
  bottom: 20px;
}

.single-project-style2 .overlay-content .box .title-holder h3 {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
}

.project-style3-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 110px 0 90px;
}

.single-prices-box .img-holder img {
  width: 100%;
  -webkit-transition: 0.5s ease-in-out 0.2s;
  transition: 0.5s ease-in-out 0.2s;
}

.single-prices-box .img-holder:before {
  left: 0;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  transform-origin: left;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.single-prices-box:hover .img-holder:after, .single-prices-box:hover .img-holder:before {
  opacity: 1;
  transform: scaleY(1);
}

.single-prices-box .img-holder:after {
  right: 0;
  transition: 0.7s ease-in-out 0.1s;
  opacity: 1;
  transform-origin: right;
  transform-style: preserve-3d;
  transform: scaleY(0);
}

.single-prices-box .title-holder {
  position: relative;
  display: block;
  background: #f1f1f1;
  text-align: center;
  padding: 18px 0;
}

.single-prices-box .title-holder h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 6px;
}

.single-prices-box .title-holder h3 a {
  color: #0b1953;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
}

.single-prices-box .title-holder h2 {
  position: relative;
  display: block;
  color: #0b1953;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.single-prices-box .title-holder h2 span {
  position: relative;
  top: -3px;
  left: -1px;
  font-size: 28px;
}

.payment-method-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 0 64px;
}

.payment-method-content .title {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 43px;
}

.payment-method-content .title h2 {
  color: #0b1953;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.payment-method-content .payment-process li {
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.payment-method-content .payment-process li h3 {
  color: #0b1953;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 8px;
}

.appointment-checkbox label span:before, .newsletter-checkbox label span:before {
  content: "";
  font-size: 10px;
  line-height: 13px;
  transition: 0.3s;
  font-family: FontAwesome;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  text-align: center;
}

.coupon-top-title p, .payment-method-content .payment-process li p {
  color: #797979;
  margin: 0;
}

.payment-method-content .cards {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 42px;
  margin-left: -5px;
  margin-right: -5px;
}

.payment-method-content .cards li, .single-sidebar .popular-tag li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 10px;
}

.payment-method-content .cards li a img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-text-one .bottom-text, .payment-method-bottom-content {
  position: relative;
  display: block;
  padding-top: 45px;
}

.payment-method-bottom-content h3 {
  color: #0b1953;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 27px;
}

.payment-method-bottom-content p, .transparency-content-box .single p {
  color: #797979;
  margin: 0 0 28px;
}

.transparency-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 0 44px;
}

.transparency-top-content {
  position: relative;
  display: block;
  margin-top: -8px;
  padding-bottom: 96px;
  margin-bottom: 100px;
  border-bottom: 1px solid #c6c6c6;
}

.transparency-top-content .sec-title-two {
  margin-right: 70px;
}

.transparency-top-content .sec-title-two h2 {
  font-size: 30px;
  line-height: 40px;
}

.transparency-top-content h3 {
  color: #0b1953;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

.transparency-top-content .text p {
  color: #444;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

.transparency-content-box {
  position: relative;
  display: block;
  margin-top: -5px;
}

.transparency-content-box .single {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.transparency-content-box .single h3 {
  color: #0b1953;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin: 0 0 19px;
}

.transparency-content-box .single h4 {
  color: #0b1953;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 0 4px;
}

.transparency-image-box {
  position: relative;
  display: block;
  float: right;
}

.coupon-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 0 40px;
}

.coupon-area .row {
  margin-left: -30px;
  margin-right: -30px;
}

.coupon-area .row [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.coupon-top-title {
  position: relative;
  display: block;
  margin-top: -8px;
  padding-bottom: 52px;
}

.coupon-top-title h2 {
  color: #0b1953;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
  margin: 0 0 21px;
}

.coupon-top-title h3 {
  color: #0b1953;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 18px;
}

.single-coupon-box {
  position: relative;
  display: block;
  border: 3px dashed #000;
  padding: 25px 35px;
  margin-bottom: 60px;
}

.single-coupon-box:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;
  background: url(../images/icon/siccisor.png) center no-repeat;
  height: 21px;
  text-align: center;
  content: "";
}

.single-coupon-box .left {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
  padding: 26px 0;
}

.single-coupon-box .left h2 {
  color: #0b1953;
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
}

.single-coupon-box .left h2 span {
  font-weight: 400;
}

.single-coupon-box .left p {
  color: #404c5f;
  font-size: 16px;
  line-height: 20px;
  margin: 9px 0 0;
}

.single-coupon-box .right .value {
  position: relative;
  display: block;
  background: #f22c39;
  height: 140px;
  width: 140px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 55px;
  line-height: 50px;
  font-weight: 600;
  padding: 27px 0;
}

.single-coupon-box .right .value span {
  position: relative;
  top: -12px;
  font-size: 35px;
}

.single-coupon-box .right .value h2 {
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.single-coupon-box .right .barcode {
  position: relative;
  display: block;
  padding-top: 15px;
}

.appointment-title {
  position: relative;
  display: block;
  margin-top: -9px;
  padding-bottom: 52px;
}

.appointment-title h2 {
  color: #0b1953;
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  margin: 0 0 24px;
}

.appointment-checkbox label, .newsletter-checkbox label {
  position: relative;
  line-height: 30px;
  color: #898989;
  cursor: pointer;
}

.appointment-form-box {
  position: relative;
  display: block;
  background: #f4f4f4;
  padding: 47px 40px 60px;
}

.appointment-form .single-box, .services-details-top-image .single-image {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.appointment-form .single-box.selectbox {
  overflow: inherit;
}

.appointment-form .single-box .jobsite-address input {
  margin-bottom: 20px;
}

.appointment-form .single-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 15px;
}

.appointment-form .single-box .inner-title h3 {
  color: #0b1953;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.appointment-checkbox .single-checkbox {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 30px;
}

.appointment-checkbox label {
  display: inline-block;
  padding-left: 30px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Quattrocento Sans", sans-serif;
}

.appointment-checkbox input[type=checkbox] + label span {
  position: absolute;
  display: block;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: #aeb3b9;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s;
}

.appointment-checkbox label span:before {
  position: absolute;
  width: 100%;
  color: #0b1953;
  border-radius: 50%;
  background-color: transparent;
}

.appointment-checkbox input[type=checkbox]:checked + label span, .newsletter-checkbox input[type=checkbox]:checked + label span {
  border-color: #16232a;
}

.appointment-form input[type=email], .appointment-form input[type=text], .appointment-form textarea {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  height: 40px;
  color: #898989;
  font-size: 14px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  transition: 0.5s;
  font-family: Barlow, sans-serif;
}

.appointment-form textarea {
  height: 180px;
}

.appointment-form .date-box .icon, .appointment-form .time-box .icon, .contact-page-book-appintment-box .date-box .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #898989;
  font-size: 16px;
}

.appointment-form .date-box .icon span:before, .appointment-form .time-box .icon span:before, .contact-page-book-appintment-box .date-box .icon span:before {
  position: relative;
  top: 2px;
}

.newsletter-checkbox label {
  display: inline-block;
  padding-left: 30px;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: Barlow, sans-serif;
}

.newsletter-checkbox input[type=checkbox] + label span {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-color: #aeb3b9;
  border: 1px solid #8e8f8f;
  cursor: pointer;
  border-radius: 0;
  transition: 0.3s;
}

.newsletter-checkbox label span:before {
  position: absolute;
  width: 100%;
  color: #0b1953;
  border-radius: 0;
  background-color: transparent;
}

.appointment-form .bootstrap-select .dropdown-toggle, .faq-area, .faq-question-form-area, .faq-search-box, .faq-search-box .search-form input[type=search], .faq-search-box form.search-form, .question-form, .question-form-title, .testimonials-page-area {
  position: relative;
  display: block;
}

.appointment-form .bootstrap-select .dropdown-toggle {
  outline: 0 !important;
  border-radius: 0;
  border: 1px solid #ddd;
  background-color: #fff !important;
  max-width: 100%;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  color: #898989 !important;
  font-size: 14px;
  line-height: 38px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: capitalize;
  box-shadow: none !important;
  transition: none !important;
  font-family: Barlow, sans-serif;
}

.appointment-form .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.appointment-form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}

.appointment-form .bootstrap-select > .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 20px;
  height: auto;
  font-family: FontAwesome;
  content: "";
  color: #83888d;
  font-size: 16px;
  transform: translateY(-50%);
  margin: 0;
  border: none;
  background: 0 0;
  text-align: right;
}

.appointment-form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0 solid #ddd;
  background: #f9f9f9;
  font-size: 16px;
  color: #000;
}

.appointment-form .dropdown-item {
  display: block;
  width: 100%;
  padding: 9px 25px;
  font-weight: 400;
  color: #898989;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  font-family: Barlow, sans-serif;
}

.appointment-form .dropdown-item.active, .appointment-form .dropdown-item:active, .appointment-form .dropdown-item:hover {
  color: #222;
}

.faq-area {
  background: #fff;
  padding: 100px 0 72px;
}

.faq-search-box {
  padding-bottom: 48px;
}

.faq-search-box form.search-form {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.faq-search-box .search-form input[type=search] {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 400;
  height: 60px;
  width: 100%;
  letter-spacing: 1px;
  padding-left: 25px;
  padding-right: 80px;
  border-radius: 0;
  transition: 0.5s;
}

.faq-search-box .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: 0 0;
  color: #e0e0e0;
  font-size: 14px;
  height: 60px;
  width: 60px;
  border: 0 solid;
  line-height: 60px;
  text-align: center;
  border-radius: 0;
  transition: 0.5s;
  margin: 0;
}

.faq-search-box .search-form button i {
  font-size: 14px;
}

.faq-search-box .search-form input[type=search]:focus {
  color: #000;
  border: 1px solid #101f42;
  background: #fff;
}

.faq-search-box .search-form button:hover, .faq-search-box .search-form input[type=search]:focus + button {
  color: #fff;
  background: #101f42;
}

.faq-question-form-area {
  background: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.question-form-title {
  margin-top: -8px;
  padding-bottom: 47px;
}

.question-form-title h2 {
  color: #00091f;
  font-size: 45px;
  line-height: 54px;
  font-weight: 900;
}

.question-form {
  max-width: 870px;
  width: 100%;
}

.question-form form input[type=email], .question-form form input[type=text], .question-form form textarea {
  position: relative;
  display: block;
  background: 0 0;
  border: 0 solid #bbb;
  border-bottom: 2px solid #e3e3e3;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  padding: 0;
  color: #00000a;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  transition: 0.5s;
  font-family: "Quattrocento Sans", sans-serif;
}

.question-form form textarea {
  height: 160px;
}

.contact-form form input[type=email], .contact-form form input[type=text], .contact-form form textarea, .contact-page-book-appintment-box input[type=text] {
  height: 55px;
  font-weight: 400;
  padding-left: 21px;
  transition: 0.5s;
  font-size: 18px;
  width: 100%;
  color: #000;
  font-style: normal;
  font-family: "Quattrocento Sans", sans-serif;
  padding-right: 20px;
}

.testimonials-page-area {
  background: #f5f5f5;
  padding: 100px 0 40px;
}

.contact-form-style1-area, .contact-page-book-appintment-box input[type=text], .error-page-area, .team-page-area {
  background: #fff;
  position: relative;
  display: block;
}

.team-page-area {
  padding-top: 100px;
  padding-bottom: 40px;
  z-index: 1;
}

.team-page-area .team-member-box {
  justify-content: flex-start;
  margin: 0;
}

.team-page-area .single-team-member {
  margin-bottom: 60px;
}

.error-page-area {
  overflow: hidden;
  padding: 146px 0 150px;
}

.error-content {
  position: relative;
  display: block;
  z-index: 3;
}

.error-content h4 {
  color: #0b1953;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.error-content .title {
  position: relative;
  display: block;
  color: #0b1953;
  font-size: 180px;
  line-height: 150px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 17px 0 12px;
  font-family: Barlow, sans-serif;
}

.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 32px;
}

.contact-form-style1-area {
  padding: 100px 0 0;
}

.contact-form-style1-area.pdbottom100 {
  padding-bottom: 100px;
}

.contact-page-title {
  position: relative;
  display: block;
  margin-top: -11px;
  padding-bottom: 38px;
}

.contact-page-title h2 {
  color: #0b1953;
  font-size: 35px;
  line-height: 48px;
  font-weight: 700;
}

.contact-form form input[type=email], .contact-form form input[type=text], .contact-form form textarea {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}

.contact-form form textarea {
  height: 230px;
  padding-top: 17px;
  padding-left: 21px;
  padding-right: 20px;
}

.contact-form form input[type=email]:focus, .contact-form form input[type=text]:focus, .contact-form form textarea:focus {
  color: #222;
  border-color: #101f42;
}

.contact-form form input[type=text]::-webkit-input-placeholder {
  color: #797979;
}

.contact-form form input[type=text]:-moz-placeholder {
  color: #797979;
}

.contact-form form input[type=text]::-moz-placeholder {
  color: #797979;
}

.contact-form form input[type=text]:-ms-input-placeholder {
  color: #797979;
}

.contact-form form input[type=email]::-webkit-input-placeholder {
  color: #797979;
}

.contact-form form input[type=email]:-moz-placeholder {
  color: #797979;
}

.contact-form form input[type=email]::-moz-placeholder {
  color: #797979;
}

.contact-form form input[type=email]:-ms-input-placeholder {
  color: #797979;
}

.contact-form form textarea::-webkit-input-placeholder {
  color: #797979;
}

.contact-form form textarea:-moz-placeholder {
  color: #797979;
}

.contact-form form textarea::-moz-placeholder {
  color: #797979;
}

.contact-form form textarea:-ms-input-placeholder {
  color: #797979;
}

.contact-form form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.contact-form .sec-title-two {
  margin-bottom: 40px;
}

.contact-page-book-appintment-box .date-box {
  position: relative;
  display: block;
  max-width: 470px;
  width: 100%;
}

.contact-page-book-appintment-box input[type=text] {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}

.contact-form-style1-border {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
  margin-top: 100px;
}

.address-area {
  position: relative;
  display: block;
  background: #fff;
  padding: 100px 0 95px;
}

.address-box {
  position: relative;
  display: block;
  margin-top: 132px;
  margin-left: 70px;
}

.address-box .contact-page-title p {
  color: #444;
  margin: 24px 0 0;
}

.address-box ul li {
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 38px;
}

.address-box ul li .icon {
  position: absolute;
  top: 4px;
  left: 1px;
}

.address-box ul li .icon span:before {
  position: relative;
  display: inline-block;
  color: #f22c39;
  font-size: 30px;
}

.address-box ul li .text h5 {
  color: #242424;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0 0 3px;
}

.address-box ul li .text p {
  color: #797979;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  font-family: Barlow, sans-serif;
}

.address-box ul li .text p a {
  color: #797979;
}

.contact-map-outer {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
}

.contact-map-outer .map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
}

.job-details-content {
  position: relative;
  display: block;
  margin-top: -8px;
}

.job-details-text-one, .job-details-text-three .text {
  margin-top: 34px;
  position: relative;
  display: block;
}

.job-details-content h2 {
  color: #0b1953;
  font-size: 45px;
  line-height: 58px;
  font-weight: 900;
  margin: 0 0 30px;
}

.job-details-content ul li {
  color: #242424;
  font-size: 18px;
  line-height: 34px;
  font-weight: 600;
}

.job-details-content ul li span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.job-details-button {
  position: relative;
  display: block;
  float: right;
  padding: 70px 0;
}

.job-details-top-text {
  position: relative;
  display: block;
  padding-top: 33px;
}

.job-details-top-text p {
  color: #797979;
  line-height: 28px;
  margin: 0;
}

.job-details-text-one h3, .job-details-text-two h3 {
  color: #0b1953;
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.job-details-text-one ul li, .job-details-text-three ul li, .job-details-text-two ul li {
  position: relative;
  display: block;
  color: #797979;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  padding-left: 40px;
}

.job-details-text-one ul li:before, .job-details-text-three ul li:before, .job-details-text-two ul li:before {
  position: absolute;
  top: 15px;
  left: 20px;
  width: 10px;
  height: 1px;
  background: #797979;
  content: "";
}

.job-details-text-two {
  position: relative;
  display: block;
  margin-top: 32px;
}

.job-details-text-three {
  position: relative;
  display: block;
  margin-top: 31px;
}

.job-details-text-three h3 {
  color: #0b1953;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 14px;
}

.job-details-text-three .text {
  margin-bottom: 51px;
}

.job-details-text-three .text p {
  color: #797979;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
}

.blog-style2-area .blog-posts {
  position: relative;
  display: block;
  max-width: 840px;
  width: 100%;
}

.single-blog-style2 {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

.single-blog-style2 .img-holder .inner:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(16, 32, 67, 0.8);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(90deg) translate(0, 50px);
  transition: 0.9s;
  -moz-transition: 0.9s;
  -webkit-transition: 0.9s;
  -ms-transition: 0.9s;
  -o-transition: 0.9s;
  z-index: 1;
}

.single-blog-style2:hover .img-holder .inner:before {
  visibility: visible;
  opacity: 1;
  transform: perspective(370px) rotateY(0) translate(0, 0);
  height: 100%;
}

.single-blog-style2 .img-holder .inner img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.single-blog-style2:hover .img-holder .inner img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single-blog-style2 .img-holder .date-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 80px;
  height: 80px;
  background: #fff;
  z-index: 1;
  padding: 18px 0;
}

.single-blog-style2 .img-holder .date-box h2 {
  color: #0b1953;
  font-size: 32px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.single-blog-style2 .img-holder .date-box h2 span {
  font-size: 18px;
}

.single-blog-style2 .text-holder {
  position: relative;
  display: block;
  padding: 0;
}

.single-blog-style2 .text-holder .meta-info {
  position: relative;
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e4e4e4;
  padding: 22px 0;
  margin-bottom: 30px;
}

.single-blog-style2 .text-holder .meta-info li {
  position: relative;
  display: inline-block;
  float: left;
  line-height: 26px;
  padding-right: 16px;
  margin-right: 15px;
}

.single-blog-style2 .text-holder .meta-info li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-blog-style2 .text-holder .meta-info li:before {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 3px;
  width: 1px;
  background: #b8b8b8;
  content: "";
  height: 15px;
  transform: rotate(12deg);
}

.single-blog-style2 .text-holder .meta-info li a {
  color: #b8b8b8;
  font-size: 16px;
  font-weight: 500;
  font-family: Barlow, sans-serif;
  transition: 0.2s linear 0.1s;
}

.single-blog-style2 .text-holder .theme-btn-two {
  padding: 9px 26px;
}

.single-blog-style2 .text-holder .blog-title {
  color: #0b1953;
  font-size: 28px;
  line-height: 38px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin: 0;
}

.single-blog-style2 .text-holder .blog-title a {
  color: #0b1953;
  transition: 0.2s linear 0.1s;
}

.single-blog-style2 .text-holder .text {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 31px;
}

.single-blog-style2 .text-holder .text p {
  color: #444;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: Barlow, sans-serif;
  margin: 0;
}

.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 0;
  background: #fff;
  border: 2px solid #d4d4d4;
  color: #18215e;
  font-size: 18px;
  line-height: 41px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  z-index: 1;
  font-family: Barlow, sans-serif;
}

.styled-pagination li.active a, .styled-pagination li.next a:hover, .styled-pagination li.prev a:hover, .styled-pagination li:hover a {
  color: #fff;
  border-color: #f22c39;
  background-color: #f22c39;
}

.styled-pagination li.next a, .styled-pagination li.prev a {
  position: relative;
  top: -1px;
  color: #18215e;
  line-height: 40px;
}

.styled-pagination.style2 {
  position: relative;
  display: block;
  border-top: 1px solid #d5d5d5;
  padding-top: 50px;
}

.styled-pagination.style2 li {
  position: relative;
  display: inline-block;
  float: none;
  margin: 0 3px;
}

.sidebar-wrapper {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
}

.sidebar-wrapper .single-sidebar {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
}

.sidebar-wrapper .single-sidebar .title {
  position: relative;
  display: block;
  margin-top: -7px;
  padding-bottom: 16px;
}

.sidebar-wrapper .single-sidebar .title h3 {
  position: relative;
  display: block;
  color: #0b1953;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.sidebar-wrapper .single-sidebar .title .border-box {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  width: 35px;
  height: 2px;
  background: #c5c9cc;
}

.sidebar-search-box .search-form input[type=text] {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
  border-radius: 6px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #909090;
  font-size: 17px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 60px;
  transition: 0.5s;
}

.sidebar-search-box .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 52px;
  background: 0 0;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 52px;
  display: block;
  text-align: center;
  border: 0 solid #e1e1e1;
  transition: 0.5s;
}

.sidebar-search-box .search-form button i {
  font-size: 16px;
}

.sidebar-search-box .search-form input[type=text]:focus {
  color: #000;
  border-color: #013260;
}

.sidebar-search-box .search-form button:hover, .sidebar-search-box .search-form input[type=text]:focus + button {
  color: #fff;
  background: #013260;
}

.sidebar-search-box .search-form input::-webkit-input-placeholder {
  color: #909090;
}

.sidebar-search-box .search-form input:-moz-placeholder {
  color: #909090;
}

.sidebar-search-box .search-form input::-moz-placeholder {
  color: #909090;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
  color: #909090;
}

.single-sidebar .categories ul li {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
}

.single-sidebar .categories ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.single-sidebar .categories ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-family: FontAwesome;
  color: #c8c8c8;
  font-size: 14px;
  transition: 0.2s linear 0.1s;
}

.single-sidebar .categories ul li a, .single-sidebar .recent-news li .title-box h4 a {
  color: #797979;
  transition: 0.2s linear 0.1s;
}

.single-sidebar .recent-news {
  position: relative;
  display: block;
  padding-top: 11px;
}

.single-sidebar .recent-news li {
  position: relative;
  display: block;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
}

.single-sidebar .recent-news li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.single-sidebar .recent-news li .inner {
  position: relative;
  display: block;
  min-height: 60px;
  padding-left: 70px;
}

.single-sidebar .recent-news li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 60px;
  overflow: hidden;
}

.single-sidebar .recent-news li .img-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 0;
  opacity: 0;
  transform: perspective(400px) scale(0);
  transform-origin: top;
  transition: 0.5s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.single-sidebar .recent-news li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) scale(1);
  transition: 0.3s ease-in-out 0.3s;
}

.single-sidebar .recent-news li .img-box .overlay-content a {
  color: #fff;
  font-size: 14px;
  transition: 0.2s linear 0.1s;
}

.single-sidebar .recent-news li .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
  min-height: 60px;
}

.single-sidebar .recent-news li .title-box h4 {
  position: relative;
  top: -4px;
  font-size: 17px;
  line-height: 22px;
  font-family: Barlow, sans-serif;
  font-weight: 500;
  margin: 0;
}

.single-sidebar .recent-news li .title-box h6 {
  color: #0b1953;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: Barlow, sans-serif;
}

.single-sidebar .popular-tag {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 11px;
}

.single-sidebar .popular-tag li a {
  position: relative;
  display: block;
  padding: 0 19px;
  border: 1px solid #e4e4e4;
  color: #404040;
  font-size: 16px;
  line-height: 38px;
  font-weight: 400;
  text-transform: capitalize;
  transition: 0.4s ease-in-out 0.1s;
}

.single-sidebar .popular-tag li a:hover {
  color: #fff;
  border-color: #0d79c0;
  background-color: #0d79c0;
}

.blog-single-area .single-blog-style2 .text-holder .text {
  padding-top: 15px;
  padding-bottom: 0;
}

.blog-details-text-one h3 {
  color: #0b1953;
  font-size: 24px;
  line-height: 32px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  margin: 0 0 17px;
}

.blog-details-text-one .single-text p {
  color: #444;
  font-family: Barlow, sans-serif;
  line-height: 28px;
  margin: 0;
}

.blog-details-text-one .bottom-text p {
  color: #444;
  line-height: 28px;
  margin: 0;
  font-family: Barlow, sans-serif;
}

.blog-details-text-one .bottom-text p a {
  color: #c01111;
  text-decoration: underline;
}

.comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 51px;
}

.add-comment-box .title, .comment-box .title {
  position: relative;
  display: block;
  padding-bottom: 33px;
}

.add-comment-box .title h3, .comment-box .title h3 {
  color: #0b1953;
  font-size: 26px;
  line-height: 30px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.comment-box .outer-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #eee;
}

.comment-box .single-comment {
  position: relative;
  display: block;
  border: 1px solid #eee;
  border-bottom: none;
  padding: 25px;
}

.comment-box .single-comment-box {
  position: relative;
  display: block;
  padding-left: 70px;
}

.comment-box .single-comment-box.marleft {
  margin-left: 100px;
}

.comment-box .single-comment.comment-reply {
  border-top: none;
}

.comment-box .single-comment-box .img-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
}

.comment-box .single-comment-box .img-holder img {
  width: 100%;
  border-radius: 0;
}

.comment-box .single-comment-box .text-holder {
  position: relative;
  display: block;
  padding-left: 30px;
}

.comment-box .single-comment-box .text-holder h5 {
  position: relative;
  top: -2px;
  color: #0b1953;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-family: Barlow, sans-serif;
  margin: 0 0 2px;
}

.comment-box .single-comment-box .text-holder p {
  color: #444;
  line-height: 30px;
  font-family: Barlow, sans-serif;
  margin: 0;
}

.date-reply-button {
  position: relative;
  display: block;
  padding-top: 2px;
}

.date-reply-button ul li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 11px;
  margin-right: 10px;
  color: #aeaeae;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: Barlow, sans-serif;
}

.date-reply-button ul li a {
  color: #ce3030;
}

.date-reply-button ul li:before {
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 6px;
  width: 1px;
  background: #aeaeae;
  content: "";
}

.add-comment-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 55px;
}

.add-comment-box #add-comment-form {
  position: relative;
  display: block;
  padding: 50px 40px;
  background: #f7f7f7;
  border: 1px solid #eee;
}

.add-comment-box #add-comment-form input[type=email], .add-comment-box #add-comment-form input[type=text], .add-comment-box #add-comment-form textarea {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #eee;
  width: 100%;
  height: 45px;
  color: #737373;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  padding: 0 19px;
  margin-bottom: 20px;
  transition: 0.5s;
  font-family: "Quattrocento Sans", sans-serif;
}

.add-comment-box #add-comment-form textarea {
  height: 170px;
  padding: 15px 19px;
  margin-bottom: 30px;
}

.add-comment-box #add-comment-form input[type=email]:focus, .add-comment-box #add-comment-form input[type=text]:focus, .add-comment-box #add-comment-form textarea:focus {
  border-color: #8a8c93;
}

.add-comment-box #add-comment-form .button-box .theme-btn-two {
  padding: 10px 12px;
}

.services-details-content {
  position: relative;
  display: block;
  padding-left: 40px;
}

.services-details-top-image .single-image.left-image {
  margin-right: 14px;
}

.services-details-top-image .single-image.right-image {
  margin-left: -14px;
}

.money-back-gurantee-logo-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 13px 0;
}

.service-details-faq-box .title {
  position: relative;
  display: block;
  margin-top: -5px;
  padding-bottom: 33px;
}

.service-details-faq-box .title h3 {
  color: #0b1953;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.service-details-contact-box {
  position: relative;
  display: block;
  overflow: hidden;
  background: #028ca7;
  padding: 36px 30px 45px;
}

.service-details-contact-box h3 {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 26px;
}

.service-details-contact-box a {
  padding-left: 20px;
  padding-right: 20px;
}

.service-details-contact-box .img-box {
  position: absolute;
  bottom: 0;
  right: 0;
}

#ui-datepicker-div.ui-widget-content {
  border: 1px solid #777;
  background: #fff;
  color: #252525;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  border-radius: 0;
  width: 270px;
  padding: 5px;
  z-index: 10 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
  background: #151515;
  border: 2px solid #252525;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  position: relative;
}

.ui-datepicker td a {
  color: #000 !important;
  text-align: center;
  background: #f5f5f5 !important;
  border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #333 !important;
  background: #333 !important;
  color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  border-radius: 30%;
  height: 20px;
  position: absolute;
  top: 7px;
  width: 20px;
  transition: 0.5s;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
  right: 5px;
}

.ui-datepicker .ui-datepicker-next:hover, .ui-datepicker .ui-datepicker-prev:hover {
  top: 7px;
  background: #fff;
  border: none;
}

.ui-datepicker table {
  border-collapse: collapse;
  font-size: 13px;
  margin: 0 0 0.4em;
  width: 100%;
  z-index: 99999999;
}

.ui-datepicker th {
  border: none;
  font-weight: 600;
  padding: 2px 3px;
  text-align: center;
}

.ui-datepicker-calendar .ui-state-default:active, .ui-datepicker-calendar .ui-state-default:hover {
  background: #43c3ea;
  color: #fff;
  border-color: #43c3ea;
}

.mobile-menu .navigation li > a:before {
  border-left: 5px solid #f22c39;
}

.main-menu .navigation > li.current > a, .main-menu .navigation > li:hover > a {
  color: #d30412;
}

.list-box__item {
  position: relative;
  display: block;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-left: 34px;
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
}
.list-box__item:before {
  position: absolute;
  content: "";
  font-family: "flaticon";
  font-size: 17px;
  left: 0px;
  top: 0px;
  color: #d72027;
}

.leaflet-control-attribution.leaflet-control {
  display: none !important;
}

.rating-stars {
  grid-gap: 1rem;
}

.rating-stars .stars {
  grid-gap: 0.2rem;
}

.testimonial-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* show 3 lines of text */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more-btn {
  background-color: #008CBA;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
}

.read-more-btn:hover {
  background-color: #006F8E;
}

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