@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&amp;display=swap);
@import url(https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
.footer-col ul,
.payments ul {
  list-style: none;
}
body {
  margin: 0;
  font-family: Barlow, sans-serif;
}
* {
  box-sizing: border-box;
}
p,
ul {
  margin: 0;
  padding: 0;
}
.container-size {
  max-width: 1415px;
  margin: 0 auto;
}
.loader,
.site-title-style {
  text-align: center;
}
.loader img {
  max-width: 300px;
}
.header-top-right ul,
section.get-in-touch-main {
  display: flex;
  align-items: center;
}
.get-in-touch-form form {
  display: flex;
  flex-wrap: wrap;
}
.get-in-touch-form {
  max-width: 450px;
  background: hsl(0deg 0% 16%);
  text-align: center;
  padding: 80px 40px;
  margin-left: -10rem;
}
.get-in-touch-form form .col-md-12 input,
.get-in-touch-form form .col-md-12 textarea,
.get-in-touch-form form .col-md-6 input,
.get-in-touch-form form .col-md-6 select {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border-color: transparent;
}
.get-in-touch-form form .col-md-12 {
  width: 100%;
}
.get-in-touch-form form .col-md-6 {
  width: 47.3%;
}
.get-in-touch-form form .col-md-12,
.get-in-touch-form form .col-md-6 {
  margin: 8px 5px;
}
.get-in-touch-form h3 {
  margin: 0;
  text-align: center;
  color: #ffa824;
  font-size: 36px;
  font-weight: 500;
}
.get-in-touch-form p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0 25px;
}
.get-in-touch-form form button {
  background: hsl(192deg 93% 29%);
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  border-color: transparent;
  transition: 0.5s;
}
.get-in-touch-form form button:hover {
  background: #ffa824;
  transition: 0.5s;
}
.get-in-touch-form form input:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}
.error-page {
  text-align: center;
  border-top: 1px solid #ccc;
  padding: 150px 0;
}
.error-page h1 {
  font-size: 50px;
  margin: 0;
  line-height: 1;
}
.error-page a {
  display: inline-block;
  background: #ffa824;
  padding: 18px 43px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-family: Mukta, sans-serif;
  font-size: 19px;
  font-weight: 500;
  margin-top: 40px;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: 1.2s linear infinite lds-spinner;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ffa824;
}
.lds-spinner div:first-child {
  transform: rotate(0);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader-spinner-p {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-banner-inner a,
.home-section-two-inner .home-two-list,
.home-section-two-inner .home-two-list p,
.how-it-works-steps {
  transition: 0.5s;
}
.customized-btn-left:hover a,
.home-banner-inner:hover a {
  background: #04748e;
  transition: 0.5s;
}
.customized-btn-right:hover a {
  background: #ffa824 !important;
  transition: 0.5s;
}
.footer-col ul li a:hover,
.header-bottom-right ul li a:hover span,
.header-top-right ul li a:hover,
.home-section-two-inner .home-two-list:hover p,
.social-col p a:hover {
  color: #ffa824;
  transition: 0.5s;
}
.home-section-two-inner .home-two-list:hover,
.how-it-works-steps:hover {
  transition: 0.5s;
  transform: translateY(-10px);
}
.how-it-works-steps .works-steps-img img,
.swiper-slide .categories-img img,
.swiper-slide .interior-d-img img {
  transition: 0.5s;
  transform: scale(1);
}
.how-it-works-steps:hover .works-steps-img img,
.swiper-slide .categories-img:hover img,
.swiper-slide .interior-d-img:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
.swiper-slide .categories-img,
.swiper-slide .interior-d-img {
  overflow: hidden;
}
.site-title-style h3 {
  display: inline-block;
  background: #ff0000;
  color: #fff;
  padding: 6px 40px 10px;
  font-size: 35px;
  font-weight: 600;
}
.header-top-left p,
.header-top-right ul li a {
  color: #fff;
  font-size: 14px;
  font-family: Barlow, sans-serif;
}
.header-top-section {
  background: #051b31;
  padding: 15px 0;
}
.header-bottom-inner,
.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top-left p {
  line-height: 1;
}
.header-top-right ul li {
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}
.header-bottom-right ul li:last-child,
.header-top-right ul li:last-child {
  margin-right: 0;
}
.header-top-right ul li a {
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
}
.header-top-right ul li a img {
  line-height: 0;
  display: inline-block;
  margin-right: 5px;
}
.header-top-right ul li:not(:first-child) a img {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.header-top-right ul li:first-child a img {
  position: relative;
  top: 2px;
}
.header-bottom-section {
  padding: 22px 0;
}
.header-bottom-right ul li {
  display: inline-block;
  list-style: none;
  margin-right: 57px;
}
.header-bottom-right ul li a {
  text-decoration: none;
  justify-content: center;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.header-bottom-right ul li a span {
  display: block;
  width: 100%;
  color: #242424;
  line-height: 1;
  margin-top: 7px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
}
.toggle-bt-mb,
.toggle-bt-mb.toggle-close span {
  display: none;
}
.toggle-bt-mb.toggle-close {
  position: relative;
}
.toggle-bt-mb.toggle-close:hover {
  opacity: 1;
}
.toggle-bt-mb.toggle-close:after,
.toggle-bt-mb.toggle-close:before {
  position: absolute;
  left: 20px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #ffa824;
  top: 8px;
}
.toggle-bt-mb.toggle-close:before {
  transform: rotate(45deg);
}
.toggle-bt-mb.toggle-close:after {
  transform: rotate(-45deg);
}
.header-bottom-section.fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  background: #fffffff2;
  border-bottom: 1px solid #ccc;
  z-index: 11;
}
@media (max-width: 1200px) {
  .header-bottom-section {
    padding: 12px 15px;
  }
  .header-bottom-inner .header-bottom-right,
  .header-bottom-right ul li a img,
  .header-top-section {
    display: none;
  }
  .header-bottom-inner {
    display: block;
  }
  .header-bottom-right ul li {
    display: flex;
    margin-right: initial;
    width: 100%;
    border-top: 1px solid #d7d7d7a6;
    padding: 15px 20px;
  }
  .header-bottom-right ul li a {
    display: flex;
    width: 100%;
    text-align: left;
    flex-wrap: initial;
  }
  .header-bottom-right ul li a span {
    margin: 0;
    font-size: 16px;
  }
  .header-bottom-left .site-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .toggle-bt-mb {
    width: 45px;
    height: 42px;
    border: 2px solid #ffa824;
    border-radius: 3px;
    padding: 5px;
    cursor: pointer;
    display: block;
  }
  .toggle-bt-mb span {
    width: 100%;
    height: 2px;
    background: #ffa824;
    display: block;
    margin-top: 6.3px;
  }
  .header-bottom-right.header-block {
    display: block;
    padding: 5px 0;
    margin-top: 12px;
    position: absolute;
    background: #fbfbfb;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 11;
  }
  .header-bottom-right ul li:first-child {
    border-top: 0;
  }
}
footer.footer-main-section {
  background: #000;
  padding-top: 111px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-col h3 {
  margin: 0 0 16px;
  color: #ff0000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
}
.about-col p,
.footer-col ul li a,
.social-col p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.about-col p {
  line-height: 30px;
  padding-right: 141px;
}
.about-col {
  width: 31%;
}
.quick-links-col,
.services-col {
  width: 22%;
}
.social-col {
  width: 25%;
}
.footer-col ul li a {
  text-decoration: none;
  line-height: 36px;
}
.ssl-secured {
  margin-top: 20px;
}
.footer-col ul li a i {
  height: 25px;
  width: 25px;
  background: #fff;
  border-radius: 50%;
  color: #000;
  text-align: center;
  line-height: 27px;
  margin-right: 10px;
}
.social-col ul {
  margin-bottom: 20px;
}
.payments ul,
.social-col p {
  display: flex;
  margin-bottom: 0;
}
.social-col p {
  text-decoration: none;
  line-height: 18px;
  align-items: center;
}
.social-col p a {
  text-decoration: none;
  color: #fff;
}
.social-col p:not(:nth-child(4)) img {
  position: relative;
  top: 14px;
}
.copy-right-sec {
  border-top: 1px solid #0f0f0f;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
}
.copy-right-sec p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
ul.social-btn-area li {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  white-space: nowrap;
}
ul.social-btn-area {
  margin-top: 25px;
}
ul.social-btn-area li span {
  color: #fff;
}
ul.social-btn-area li a {
  display: flex;
  align-items: center;
  line-height: initial;
}
.payments {
  line-height: 0;
  margin-top: 0;
}
.payments img {
  max-width: 250px;
}
.payments ul li {
  padding: 0 5px;
}
.payments ul li img {
  width: 75px;
}
.footer-col.social-col ul li img {
  margin-top: 7px;
}
@media (min-width: 1024px) and (max-width: 1440px) {
  footer.footer-main-section {
    padding: 50px 30px 0;
  }
  .about-col p {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-col p {
    line-height: 26px;
    padding-right: 0;
  }
  .footer-inner .footer-col {
    width: 30%;
    margin: 30px 15px;
  }
  .copy-right-sec p {
    font-size: 16px;
  }
  .copy-right-sec {
    margin-top: 25px;
    padding-bottom: 5px;
  }
  .customized-btn a {
    width: 200px;
  }
  footer.footer-main-section {
    padding: 50px 30px 30px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 16px !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 28px !important;
  }
  .about-col p,
  .footer-col h3,
  .footer-col ul,
  .ssl-secured {
    text-align: center;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
  footer.footer-main-section {
    padding: 50px 15px 30px;
  }
  .about-col p {
    padding-right: inherit;
    line-height: 24px;
    font-size: 14px !important;
  }
  .ssl-secured img {
    width: 150px;
  }
  .footer-col.social-col ul {
    display: flex;
    justify-content: center;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .footer-col.social-col ul li {
    margin: 0 15px;
  }
  .footer-col ul li a {
    font-size: 14px;
    line-height: 30px;
  }
  .copy-right-sec {
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .copy-right-sec p {
    line-height: 28px;
  }
  .footer-col.social-col ul.social-btn-area {
    margin-top: 0;
  }
  .footer-inner .footer-col {
    width: 100%;
    margin: 30px 15px 0;
  }
  .customized-btn a {
    width: 160px;
  }
  .payments ul li {
    margin: 0 !important;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  text-align: center;
}
