a:focus,
a:hover,
a {
  text-decoration: none !important;
  outline: none !important;
}

body {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  font-family: "Nunito", sans-serif !important;
}
.montserrat-font {
  font-family: "Montserrat", sans-serif !important;
}
.container-fluid {
  width: 100%;
}
.banner-home-wrp {
  width: 100%;
  background-image: url(../images/home-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header-full-wrp {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 10px 0px;
  z-index: 999;
  transition: all 0.5s ease;
  border-bottom: 2px solid transparent;
}
.small {
  background-color: #fff;
  border-bottom: 2px solid #3e81c8;
}
.container-1200-wrp {
  width: 1200px;
  margin: 0 auto;
}
#ham-menu {
  width: 65px;
  height: 65px;
  display: inline-block;
}
.sub-head-wrp {
  width: auto;
  display: inline-block;
  padding: 18px 0px;
}
.sub-head-wrp a {
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding-left: 25px;
  margin: 0px 0px 0px 50px;
  transition: all 0.5s ease;
}

.small .sub-head-wrp a {
  color: #3e81c8;
}
.sub-head-wrp a.icn-1 {
  background-image: url(../images/call-icn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.sub-head-wrp a.icn-2 {
  background-image: url(../images/download-icn.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.small .sub-head-wrp a.icn-1 {
  background-image: url(../images/call-icn-blue.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.small .sub-head-wrp a.icn-2 {
  background-image: url(../images/download-icn-blue.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

.banner-caption-lhs {
  width: 100%;
  padding-top: 50%;
}
.banner-caption-lhs h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  margin: 0px;
}
.banner-form-rhs {
  width: 444px;
  position: absolute;
  top: 10%;
  right: 5%;
}
.form-cover {
  width: 444px;
  height: 620px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px 25px;
  border-radius: 5px;
}
.form-cover h2 {
  color: #fff;
  font-weight: 100;
  font-size: 22px;
  margin: 0px;
}
.form-cover h2 span {
  color: #007fc5;
}
.form-holder {
  width: 100%;
}
.form-sen-title {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 0px;
}
.radio label {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.form-control {
  background-color: transparent;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #615b50;
  padding-left: 0px;
  padding-right: 0px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin: 1px 0px 1px;
}

/* .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #615b50;
  outline: 0;
} */

.form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.form-control:-moz-placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.radio {
  margin: 0.5rem 0rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.1em;
  margin-right: 0.2em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #007fc5;
  box-shadow: inset 0 0 0 4px #fff;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #fff;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
p.form-legend {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 11px;
}
.submit-btn {
  width: 100%;
  border: none;
  height: 45px;
  background-color: #3e81c8;
  color: #fff;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 20px 20px 20px 20px;
}
.beautiful-wrp {
  width: 100%;
}
.common-pad-top {
  padding-top: 50px;
}
.common-pad-btm {
  padding-bottom: 50px;
}
h2.common-center-title {
  font-weight: 200;
  color: #333333;
  font-size: 40px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
}
h2.common-center-title span {
  color: #007fc5;
}
.design-wrp {
  width: 100%;
  background-image: url(../images/section-1bg_03.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  padding: 100px 0px 100px;
}
.beauti-box {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  height: 355px;
  padding: 30px 30px;
  transition: all 0.5s ease;
}

.beauti-box:hover {
  background-color: #007fc5;
}

.beauti-pic-box {
  padding-bottom: 10px;
}
.beauti-pic-box img {
  margin: 0 auto;
  display: block;
}
.beauti-box h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  background-image: url(../images/dashed.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: all 0.5s ease;
}
.beauti-box p {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-break: 22px;
  text-align: center;
  transition: all 0.5s ease;
}

.beauti-box:hover h2 {
  color: #fff;
}

.beauti-box:hover p {
  color: #fff;
}

.visualizer-wrp {
  width: 100%;
}
.visualizer-wrp-inner {
  width: 100%;
  margin-top: 50px;
  background-image: url(../images/designer-ceilings-bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.visualizer-lhs-wrp p {
  color: #333333;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 200;
}
a.common-cta {
  text-align: center;
  background-color: #007fc5;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 12px;
  border-radius: 20px;
  margin-top: 20px;
  display: inline-block;
}
.happy-home-wrp {
  width: 100%;
  height: 100vh;
  background-image: url(../images/happy-bg_06.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.clr-white {
  color: #fff !important;
}
.pad-top-100 {
  padding-top: 100px;
}

.happy-slider-1 {
  width: 100%;
  margin: 50px 0px 0px;
  position: relative;
}

.happy-item {
  width: 100%;
}

.happy-lhs-desc {
  width: 100%;
  padding: 0px 0px 0px 35px;
  background-image: url(../images/quote-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.happy-lhs-desc h2 {
  font-weight: 200;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  padding: 60px 0px 0px 0px;
  background-image: url(../images/quote-1.png);
  background-repeat: no-repeat;
  background-position: top left;
}
.happy-lhs-desc p.happy-small-desc {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.center {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -40px;
}
.happy-right {
  margin-left: -60px;
}

.happy-left {
  margin-right: -60px;
  float: right;
}
.happy-pic-wrp {
  width: 300px;
}
.gallery-wrp {
  width: 100%;
  height: auto;
}
.gallery-box-main {
  width: 100%;
  background-image: url(../images/gyp-gallery-bg_07.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: relative;
}
.gallery-item {
  width: 100%;
  padding: 50px 0px;
}
.gallery-rhs-desc-box {
  width: 100%;
  padding: 40px 0px 0px 0px;
}
p.living-space {
  color: #007fc5;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.space-desc {
  font-weight: 200;
  font-size: 36px;
  line-height: 42px;
  color: #333;
}
.center2 {
  width: 100%;
  position: absolute;
  bottom: 50px;
  text-align: right;
  z-index: 1000;
}

#custom-pager a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #333;
  font-size: 14px;
  display: inline-block;
  padding: 0px 8px;
  position: relative;
}

#custom-pager a::before {
  content: " / ";
  position: absolute;
  top: 0px;
  right: -4px;
}

#custom-pager strong:last-child a::before {
  display: none;
}

.cycle-pager-active {
  border-bottom: 1px solid #7d7d7d;
}

.cycle-pager-active a {
  color: #7d7d7d !important;
}
.about-wrp-main {
  width: 100%;
  height: 100vh;
  background-image: url(../images/about-bg_09.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-wrp-inner {
  width: 100%;
  padding: 50px 0px;
  text-align: center;
}
p.about-title-blue {
  color: #007fc5;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
h2.about-big-desc {
  color: #fff;
  font-size: 64px;
  line-height: 1.2;
  font-weight: 200;
}
h2.about-big-desc span {
  font-weight: 800;
}
.faq-wrp-full {
  width: 100%;
  height: auto;
}

#accordion {
  width: 100%;
  margin: 30px 0px 0px;
}
.card-header {
  padding: 0px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(173, 173, 173, 1);
  -moz-box-shadow: 0px 0px 17px 0px rgba(173, 173, 173, 1);
  box-shadow: 0px 0px 17px 0px rgba(173, 173, 173, 1);
}

.card {
  border: none;
  margin: 0px 0px 20px;
}
.card-body {
  width: 100%;
  padding: 20px 0px 0px;
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.btn-link:focus,
.btn-link:hover {
  outline: none;
  outline-style: none;
}

.card-header h5 button {
  padding: 20px 25px;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-decoration: none;
  font-weight: 300;
  text-align: left;
  background-color: #007fc5 !important;
  color: #fff !important;
}

.card-header h5 button:hover {
  padding: 20px 25px;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  text-align: left;
  background-color: #007fc5;
  color: #fff !important;
}

.card-header h5 button.collapsed {
  padding: 20px 25px;
  display: block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #7d7d7d !important;
  text-align: left;
  background-color: #fff !important;
}
.btn-link,
.btn-link:active,
.btn-link:focus {
  text-decoration: none !important;
}

.card-body ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 10px 0px 0px 10px;
}
.card-body ul li {
  padding: 0px 0px 10px 15px;
  background-image: url(../images/list-arrw.png);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}

.card-header h5 > button:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}
.card-header h5 > button.collapsed:before {
  float: right !important;
  content: "\f067";
}
.footer-full-wrp {
  width: 100%;
  background-color: #272727;
  padding: 0px 0px;
}
.footer-logo {
  width: 100%;
  text-align: right;
  margin-top: 5px;
}
.copy-right {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.copy-right:hover {
  color: #fff;
}
.copy-right-lhs {
  color: #fff;
  padding: 20px 0px;
}
.form-group {
  position: relative;
}

/* .radio-cover {
  position: relative;
}

.radio-cover label.error {
  bottom: 0px !important;
} */

label.error {
  position: absolute;
  bottom: -20px;
  left: 0px;
  color: #007fc5;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
.modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}
.modal-body {
  padding: 0px;
}
.close {
  position: absolute;
  right: 0px;
  float: none;
  top: -30px;
  color: #fff;
  font-size: 37px;
  font-weight: 100;
  opacity: 1;
}

.lp-form-wrp h2{ font-weight: 300; font-size: 30px; line-height: 34px; margin-bottom: 20px;}
    .lp-form-wrp h2 span{ color:#007fc5}
    .lp-form-wrp .form-control{ border-top:none; border-left:none; border-right:none; border-radius: 0px;}
    .form-legend{ font-size: 12px; font-weight: 400; margin:20px 0px; color:#000;}
    .lp-form-wrp .sub-btn{width: 100%;
        border: none;
        height: 45px;
        background-color: #3e81c8;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        border-radius: 20px 20px 20px 20px;}

        .res-sol-sldr{width: 100%; }
.res-sol-sldr .swiper-slide{ width: 100%; height: 100%; background-repeat: no-repeat; background-position: top left; background-size: cover;}
.res-sol-sldr .swiper-slide.rs-bnr1{ background-image: url(../images/rs-bnr-new1.jpg);}
.res-sol-sldr .swiper-slide.rs-bnr2{ background-image: url(../images/rs-bnr-new2.jpg);}
.res-sol-sldr .swiper-slide.rs-bnr3{ background-image: url(../images/rs-bnr-new3.jpg);}

.banner-form-rhs{ z-index: 99;}