﻿body {
  font-family: "Montserrat", sans-serif !important;
  color: Black;
}

.getquote {
  border: solid 1px #f87722 !important;
  color: #fff !important;
  background-color: transparent !important;
  font-size: 18px !important;
}

.blog-post {
  border: 1px solid #eee;
  padding: 15px;
  background-color: White;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
}

.bg-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bgsec1 {
  background-image: url(../Images/Auraa-interior-slider-002.jpeg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 80vh;
}
.slideheading {
  font-size: 72px;
  color: white;
}
.layer .headercta {
  padding-left: 0% !important;
}

.headercta {
  margin-top: 50px;
}
.headercta a {
  font-size: 23px;
  padding: 10px 35px !important;
}
.bgsec {
  padding-top: 180px;
}
.bg-image {
  background-image: url(https://themetechmount.com/html/inoterior/images/bg-image/row-bgimage-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
p {
  line-height: 23px;
  letter-spacing: 0.5px;
  font-size: 15px !important;
}
.left-theme-border {
  border-left: solid 2px #0d6b68;
}
.left-theme-border p {
  padding-left: 45px;
  padding-top: 10px;
}
.text-theme {
  color: #f87722 !important;
}
.text-tomato {
  color: tomato !important;
}
.bg-theme {
  background-color: #ff802b !important;
}
.border-black {
  border: solid 2px #000 !important;
}
.border-theme {
  border: solid 1px #ff802b !important;
}
.fw300 {
  font-weight: 300 !important;
}
.fw400 {
  font-weight: 400 !important;
}
.fw500 {
  font-weight: 500 !important;
}
.fw600 {
  font-weight: 600 !important;
}
.fw700 {
  font-weight: 700 !important;
}
.fw800 {
  font-weight: 800 !important;
}
.fw900 {
  font-weight: 900 !important;
}
.divtitle {
  font-weight: 700;
  font-size: 35px;
}
.features-box {
  text-align: center;
  background: #fff;
  padding: 50px 30px 40px 30px;
  min-height: 315px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-image: url(../Images/project-2.jpg);
  min-height: 600px;
  background-size: 100% 100%;
}
.p1 {
  background-image: url(../Images/project-2.jpg);
}
.p2 {
  background-image: url(../Images/project-1.jpg);
}
.p3 {
  background-image: url(../Images/project-3.jpg);
}

.features-box .title {
  background-color: white;
  color: black;
  border-radius: 5px;
  padding: 10px 0px;
}
.features-box .title h5 {
  color: #0d6b68;
  margin-bottom: 0px !important;
}
.features-box .title h3 {
  margin-bottom: 0px !important;
}

.tw-icon-box:hover .tw-feature-cta {
  opacity: 1;
  transition: all ease 800ms;
}

/*.features-box:hover h3 {
  color: #9235f0;
}*/

.projectCompleted .tw-icon-box {
  border-radius: 0px !important;
}

.tw-icon-box {
  position: relative;
  border-radius: 25px !important;
  overflow: hidden;
  box-shadow: none;
}
.tw-feature-cta {
  z-index: 1;
  position: absolute;
  bottom: 100px;
  width: 83%;
  font-size: 18px;
  opacity: 0;
}
.tw-feature-content-box {
  z-index: 1;
  position: absolute;
  bottom: 15px;
  width: 83%;
}
.features-box .features-icon {
  border-radius: 50% 50% 50% 50%;
  width: 80px;
  height: 80px;
}
.feature-icon-blue {
  background-color: #9235f0;
}
.feature-icon-blue-heading {
  color: #9235f0;
}
.feature-icon-theme {
  background-color: #f87488;
}
.feature-icon-theme-heading {
  color: #f87488 !important;
}
.feature-icon-cadetblue {
  background-color: #2fd1d6;
}
.feature-icon-cadetblue-heading {
  color: #2fd1d6;
}

.icons {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(65, 84, 241, 1);
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.tw-icon-box .features-icon {
  transition: all ease 600ms;
}
.features-box .features-icon {
  margin-bottom: 26px;
}
.d-table {
  display: table !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.features-box .features-icon-inner i {
  color: #fff;
  font-size: 35px;
}
.features-box h3 {
  font-size: 1.5rem !important;
}
.tw-readmore {
  color: #57007f;
  font-weight: 500;
}
.tw-icon-box .shap-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@keyframes floating {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.xs-info-img {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
}
.process-items .content {
  border-left: 1px dashed #dddddd;
  padding-left: 50px;
  margin-top: 40px;
}
.process-items .content .item {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  margin-bottom: 30px;
  color: #0d6b68;
}
.process-items .content .item .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center !important;
  position: absolute;
  left: -74px;
  top: 0;
}
.process-items .content .item .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  border: 2px solid #e7e7e7;
  transform: rotate(136deg);
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
  background-color: #0d6b68;
  border: none;
}
.process-items .content .item .icon i {
  transition: all 0.35s ease-in-out;
  color: white;
  font-weight: 900;
  padding: 10px 20px;
  font-size: 22px;
}
.bg-lightt {
  background-color: #edf2f7 !important;
}
.elementor-widget-container {
  padding: 50px 30px 50px 30px;
  background-color: #fff;
  border-radius: 12px 12px 12px 12px;
}
.service-icon {
  border-style: solid;
  border-color: #0d6b68;
  border-width: 2px;
  width: 50px;
  height: 50px;
  text-align: center;
  transform: rotate(136deg);
}
.service-icon::after {
  transform: rotate(136deg);
}
.service-icon i {
  font-size: 28px;
  font-weight: 800;
  padding: 15px;
  color: #0d6b68;
  transform: rotate(0deg) !important;
}
.text-gray {
  color: #757575;
}
.bgcustomer {
  background-image: url(../Images/Adwin-Customer-map.png);
  min-height: 400px;
}
.contact-us-left {
  background-color: #0d6b68;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 35px;
  height: auto;
}
.contact-us-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: white;
  padding: 44px 35px !important;
}
textarea {
  height: 130px !important;
}
.contactus {
  background-color: #0d6b68;
  color: #fff;
  width: 170px;
  height: 45px;
  font-size: 19px;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  float: right;
  text-align: center;
}
.whatapp-btn {
  background-color: black;
  color: white;
  font-weight: 500;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  float: left;
  height: 45px;
}
ul li a i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  background: #fff;
  margin-right: 5px;
  color: #000;
  padding: 10px;
  font-size: 20px !important;
}
.text-question {
  color: #fed41c;
}
.bg-grey {
  background-color: #f4f4f4;
}
.form-group label {
  font-weight: 500;
}
.w-100 {
  width: 100%;
}
.carousel-control-next-icon {
  background-image: none !important;
  background-color: #0d6b68 !important;
  color: white;
  padding: 2px 12px;
  font-size: 25px;
  font-weight: 800;
  height: 30px !important;
  width: 30px !important;
  border-radius: 3px;
  opacity: 1;
}

.carousel-control-prev-icon {
  background-image: none !important;
  background-color: #0d6b68 !important;
  color: white;
  padding: 2px 10px;
  font-size: 25px;
  font-weight: 800;
  height: 30px !important;
  width: 30px !important;
  border-radius: 3px;
  opacity: 1;
}
.banner-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 405px;
  z-index: -1;
  background-color: #69988e;
  margin-left: 8%;
}
.process-section {
  margin: 50px;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.process-section ul {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none !important;
  margin-top: 70px !important;

  margin-left: 0px !important;
  padding-left: 0px !important;
}
.process-section ul li {
  float: left;
  width: calc(100% / 3);
}
.proz-mint {
  width: 100%;
  border-left: 2px solid #bdbdc0;
  padding: 40px 38px 49px;
  position: relative;
}
.process-section ul li:nth-child(1) .proz-mint,
.process-section ul li:nth-child(2) .proz-mint,
.process-section ul li:nth-child(3) .proz-mint {
  border-bottom: 2px solid #bdbdc0;
}
.proz-mint:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 21px;
  height: 2px;
  background-color: #bdbdc0;
}
.process-section ul li:nth-child(1) .proz-mint:before,
.process-section ul li:nth-child(2) .proz-mint:before,
.process-section ul li:nth-child(3) .proz-mint:before {
  top: 0;
  bottom: auto;
}
.p-num {
  position: absolute;
  bottom: 45px;
  right: 36px;
  font-size: 26px;
  font-weight: 700;
}
.proz-mint:after {
  content: "";
  position: absolute;
  top: -13px;
  left: -13px;
  width: 24px;
  height: 24px;
  border: 2px solid;
  background: #fff;
  z-index: 9;
  border-radius: 50%;
}
.proz-mint > p {
  color: #070c1f;
  font-size: 17px;
  line-height: 20px;
  max-width: 82%;
  font-weight: 500;
}
.process-section ul li:nth-child(1) .proz-mint:after,
.process-section ul li:nth-child(2) .proz-mint:after,
.process-section ul li:nth-child(3) .proz-mint:after {
  bottom: -13px;
  top: auto;
}
.content-box {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 60px 15px;
  background-color: #ffffff;
}
.count-box {
  position: relative;
  color: #0d6b68;
  font-size: 102px;
  line-height: 1em;
  font-weight: 400;
}
.inner-box {
  position: relative;
  margin: 0px;
  display: block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.content-box .text {
  position: relative;
  color: #666666;
  font-size: 17px;
  padding-top: 15px;
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.content-box .text:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  display: inline-block;
  background-color: #222222;
}
.team-head {
  padding: 80px 60px;
  height: 100%;
}
.team-head > h2 {
  color: #ffffff;
  font-size: 154px;
  font-weight: 700;
  margin-bottom: -7px;
  text-align: center;
}
.team-head > h3 {
  color: #ffffff;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
.zoom {
  transform-origin: 65% 75%;
  transition: transform 1s, filter 0.5s ease-out;
  /* -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; */
}

.zoom:hover {
  transform: scale(
    1.1
  ); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.testi-slide {
  background-color: #fff;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  padding: 50px 60px;
  margin: 40px 0;
}
.testi-head {
  width: 100%;
  margin-bottom: 21px;
  float: left;
}
.testi-head ul li img {
  width: auto;
  border-radius: 50%;
  border: solid 5px #dddddd;
  vertical-align: text-bottom !important;
}
.testi-head ul li .list-inline-item:not(:last-child) {
  margin-right: 0px !important;
}
.user-info {
  width: 100%;
  padding-left: 10px;
}
.user-info > h3 {
  color: #24262e;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 2px;
}
.user-info > span {
  display: block;
  color: #24262e;
  font-size: 16px;
  font-weight: 500;
}
.testi-slide > p {
  color: #070c1f;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: justify;
}
#myCarousel3 .carousel-inner {
  overflow: visible !important;
}
.video-background {
  width: 100%;
}
.video-foreground,
.video-background iframe {
  width: 100%;
}
video {
  width: 100%;
}

.modal-dialog {
  width: 100%;
  margin: -1px !important;
  max-width: 100% !important;
}
.modal-bg {
  background-image: url(https://demo.goodlayers.com/inteco/wp-content/uploads/2018/09/hp1-slider-1.jpg);
  background-size: 100% 100%;
  height: 100vh;
}
.modal-bg h3 {
  font-size: 74px;
}
.modal-bg p {
  font-size: 30px;
  font-weight: 500;
  padding-top: 30px;
}
.popup-heading {
  font-size: 42px;
}
.modal-body label {
  font-size: 22px;
  font-weight: 600;
}
.modal-body .form-control {
  height: 45px;
  font-size: 20px;
  font-weight: 500;
}
.modal-body {
  padding-top: 10px;
}
.modal-content {
  padding: 20px !important;
}
.modal-content hr {
  padding: 20px !important;
}
.modal-content a {
  font-size: 25px;
  font-weight: 600;
}
.modal-content .modal-body {
  padding: 20px 15px !important;
}
.secConentArea {
  width: 90%;
}
.leftsideImg {
  display: none;
}
.secConentArea h2 {
  padding-top: 80px;
}
.vastu .col-lg-6 img {
  display: none;
}

.archi .col-lg-6 img {
  display: none;
}

.num {
  font-size: 60px;
  width: 100%;
  float: left;
}
.num-text {
  font-size: 20px;
  width: 100%;
  float: left;
  font-weight: 600;
}
.whatapp-btn {
  font-size: 18px;
}
.text-25 {
  font-size: 30px !important;
}
.section-title h3 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.5px;
  display: block;
  padding-left: 47px;
  margin-bottom: 5px;
  position: relative;
}
.section-title h3:before,
.section-title h3:after {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 1px;
  left: 0;
  background-color: #8cbc43;
  top: 50%;
}
.highlightdiv {
  border-left: solid 6px tomato;
  font-style: italic;
  font-weight: 700;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.featured-content {
  background-color: #fff;
  padding: 47px 40px 7px;
  /* padding: 47px 40px 7px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;*/
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}
/*.featured-content:before {
  position: absolute;
  top: -11px;
  left: -11px;
  content: "";
  transform: rotate(0);
  -webkit-transform: rotate(0);
  border: solid;
  border-width: 01px 1px 0;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  border-color: rgba(0, 0, 0, 0.15);
  z-index: 9;
}*/
.featured-content .featured-icon img {
  transition: all 0.5s ease;
  font-size: 2em;
}
.featured-desc {
  margin-bottom: 35px;
}

.interior :hover {
  cursor: pointer;
  transition: all 2s ease-out;
  background-image: url(/Images/Auraa-interior-01.jpeg);
  z-index: 1111111;
}

.centertxt {
  text-align: center;
}

.gallery-box {
  border: solid 1px #ddd;
  padding: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}

.gallery-box img {
  transform-origin: 15% 25%;
  transition: transform 1s, filter 0.5s ease-out;
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
}

.gallery-box:hover img {
  cursor: pointer;
  transform: scale(1.2);
  border: solid 1px #ddd;
}

.gallery-box:hover .overlay {
  opacity: 1;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.gtext {
  position: absolute;
  left: 10%;
  bottom: 5%;
  color: white;
  font-weight: 600;
  font-size: 20px;
}
.arrow-1:after {
  display: block;
  content: "";
  position: absolute;
  left: 178px;
  top: -54px;
  width: 108px;
  height: 100px;
  background-image: url(../images/proccess-arraow_1.png);
  background-repeat: no-repeat;
}
.featured-icon {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 10px;
  margin-left: 30%;
}

.sec1 .featured-icon {
  border: 1px solid #d8d8d8;
}

.icondiv {
  border: 1px solid #d8d8d8;
  text-align: center;
  width: 80px;
  height: 80px;
}
.icondiv img {
  padding-top: 12px;
}
.toptext {
  position: absolute;
  left: 153px;
  top: -130px;
}
.sec1 .arrow-right {
  position: absolute;
  right: 77px;
  top: 31px;
  font-size: 30px;
}

.border-3-side {
  border-left: solid 1px #ddd;
  border-top: solid 1px #ddd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 11111111;
}

.testimonial:hover .border-3-side {
  cursor: pointer;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.testiprofile {
  height: 70px;
  width: 70px;
  border-radius: 50%;
}
.testimonials-item i {
  position: absolute;
  right: 28px;
  bottom: 38px;
  font-size: 98px;
  color: #f71735;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.05;
  z-index: 111;
}
.featured-title h3 {
  font-size: 1.6rem !important;
  font-weight: 700;
}
.txtover {
  position: absolute;
  bottom: 25px;
  text-align: center;
  color: floralwhite;
  font-size: 14px;
  font-weight: 600;
  left: 20px;
}
.txtover1 {
  position: absolute;
  bottom: 10px;
  text-align: center;
  color: floralwhite;
  font-size: 14px;
  font-weight: 600;
  left: 20px;
}

.txtover2 {
  position: absolute;
  bottom: 50px;
  text-align: center;
  color: floralwhite;
  font-size: 25px;
  font-weight: 600;
  left: 20px;
  right: 30px;
}
.showresponsive {
  display: none !important;
}
.menu-bg {
  background-color: white !important;
}
.header ul li a {
  font-size: 18px !important;
}
.right-fixed-block {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 200px;
  color: white;
  font-size: 18px;
  background-color: #f71735;
  top: 50%;
  position: fixed;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.right-fixed-block a {
  color: white !important;
}
.right-fixed-block strong {
  font-size: 18px !important;
  padding-top: 4px;
}

@media screen and (max-width: 480px) {
  .hideResponsive {
    display: none;
  }
  .divtitle {
    font-size: 30px !important;
  }
  .bgsec1 {
    background-size: cover;
  }
  .menu-bg {
    background-color: #e7e7e7 !important;
  }

  .slidebox {
    padding-top: 270px !important;
  }
  .showresponsive {
    display: block !important;
  }
  .header .col-lg-4 {
    text-align: center !important;
  }

  .header .col-lg-4 img {
    width: 200px !important;
  }
  .hideResponsive {
    margin-top: 25px !important;
  }
  .featured-content {
    margin-bottom: 25px !important;
  }
  .blogimg {
    margin-bottom: 25px;
  }
  .ExpImg {
    text-align: center;
  }
  .bottomnumbers img {
    padding-top: 20px;
  }
  .bottomnumbers strong {
    font-size: 16px !important;
  }
  .bottomnumbers ul li {
    font-size: 22px !important;
  }
  .list-inline-item:first-child {
    padding-left: 10px !important;
  }
  .bottomnumberss span {
    font-size: 20px !important;
  }
  .bottomnumberss .list-inline-item:first-child {
    padding-left: 0px !important;
  }
  .header .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .header .logo {
    text-align: center !important;
  }
}
