html {
  font-size: 10px;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

#navBarCtrl .navbar-nav {
  padding: 3rem 0;
}
#navBarCtrl .navbar-nav .nav-item {
  padding-left: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
#navBarCtrl .navbar-nav .nav-item .nav-link {
  color: #000000;
}
#navBarCtrl .navbar-nav .nav-item .active {
  text-decoration: underline;
}

#homeBanner {
  background-image: url(../images/page-1-banner.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
#homeBanner .bannerContent {
  height: 70rem;
}
#homeBanner .bannerTitle {
  font-size: 4.5rem;
  font-weight: 400;
}
#homeBanner .bannerDetails {
  font-size: 2.2rem;
  font-weight: 400;
  padding-top: 1rem;
  width: 55%;
}

.sectionTitle {
  font-size: 5.6rem;
  font-weight: 500;
}

.sectionSubTitle {
  font-size: 2.4rem;
  font-weight: 400;
}

#findArea {
  padding: 7rem 0;
}

#locations {
  padding-bottom: 7rem;
}
#locations ul li {
  font-size: 2.4rem;
  font-weight: 400;
}

#footer {
  background-color: #000;
  padding: 7rem 0;
}
#footer .footerTitle {
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 0.5rem;
  text-transform: capitalize;
}
#footer .footerLinks {
  padding-top: 2rem;
}
#footer ul li {
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
}
#footer ul li a {
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
}

#copyright {
  padding: 2rem 0;
  background: #191919;
}
#copyright * {
  color: #fff;
  font-size: 1.5rem;
  text-transform: capitalize;
}

#contactBanner .contactDetails {
  height: 65rem;
}

#contactBanner .contactTitle {
  font-size: 7.1rem;
  font-weight: 500;
}

#contactBanner .address {
  padding-top: 1rem;
}
#contactBanner .address li {
  font-size: 2.4rem;
  font-weight: 400;
}

#contactBanner .socialLinks {
  padding-top: 3rem;
}
#contactBanner .socialLinks ul li {
  padding-right: 1rem;
}

#contactPage {
  background-image: url(../images/page-2-banner.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 55% 100%;
}
#contactPage #navBarCtrl * {
  color: #fff;
}

.contactForm .contactFormHandle {
  background-color: #fff;
  box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  -webkit-box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  -moz-box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  width: 70%;
  margin: 0 0 0 auto;
  padding: 4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1re;
  -moz-border-radius: 1re;
  -ms-border-radius: 1re;
  -o-border-radius: 1re;
}
.contactForm .contactFormHandle input::placeholder {
  color: #c5c6c6;
}
.contactForm .contactFormHandle input[type="text"],
.contactForm .contactFormHandle input[type="email"] {
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  color: #c5c6c6;
  border: 0.1rem solid #c6c7c7;
  margin-bottom: 2.5rem;
}
.contactForm .contactFormHandle .submitBtn {
  padding: 0.85rem 5.5rem;
  color: #fff;
  background: #d6a74c;
  background: linear-gradient(90deg, #d6a74c 0%, #f8f0b2 51%, #966626 96%);
  font-size: 2rem;
  margin-top: 3rem;
}

.servicesBGCtrl {
  background-image: url(../images/banner-4.png) !important;
  background-repeat: no-repeat !important;
  background-position: top left !important;
  background-size: contain !important;
}
.servicesBGCtrl .bannerDetails {
  margin: 0 0 0 auto;
}

#ourServices {
  background: #ebe6e5;
}

.expertLoof {
  padding: 7rem 0;
}
.expertLoof .sectionTitleofxper {
  font-size: 4.5rem;
  font-weight: 400;
}
.expertLoof .expertDetails {
  font-size: 2.2rem;
  font-weight: 400;
  padding-top: 1rem;
}

#doYouWant {
  background-image: url(../images/page-3-banner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding: 7rem 0;
}
#doYouWant .doYouContents {
  height: 65rem;
}
#doYouWant .doYouTitle {
  font-size: 4.5rem;
  font-weight: 500;
}
#doYouWant .doYouTitle span {
  font-weight: 900;
}
#doYouWant .doYouDetails {
  font-size: 2.2rem;
  font-weight: 400;
  width: 41%;
  padding-top: 1rem;
}

#homeSpecer {
  background-image: url(../images/page-3-section-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding: 7rem 0;
}
#homeSpecer .homeSpaceFormCtrl {
  background-color: #fff;
  box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  -webkit-box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  -moz-box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  width: 70%;
  padding: 4rem;
  border-radius: 1rem;
  -webkit-border-radius: 1re;
  -moz-border-radius: 1re;
  -ms-border-radius: 1re;
  -o-border-radius: 1re;
}
#homeSpecer .homeSpaceFormCtrl h3 {
  font-size: 2rem;
  font-weight: 400;
}
#homeSpecer .homeSpaceFormCtrl input[type="text"],
#homeSpecer .homeSpaceFormCtrl input[type="email"] {
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  color: #c5c6c6;
  border: 0.1rem solid #c6c7c7;
  margin-bottom: 2.5rem;
}
#homeSpecer .homeSpaceFormCtrl input::placeholder {
  color: #c5c6c6;
}
#homeSpecer .homeSpaceFormCtrl .submitBtn {
  padding: 0.85rem 5.5rem;
  color: #000;
  background: #ddd3d0;
  font-size: 2rem;
  margin-top: 3rem;
}
#homeSpecer .homeSpaceFormCtrl select {
  color: #c5c6c6;
  cursor: pointer;
  height: 4.7rem;
  font-size: 1.8rem;
  border: 0.1rem solid #c6c7c7;
}

.homeSpaceTitle {
  font-size: 4.5rem;
  font-weight: 400;
}

.homeSpaceDetails {
  font-size: 2.2rem;
  padding-top: 1rem;
}

#howMuchVal {
  position: relative;
  margin: 8rem 0;
  background-image: url(../images/page-3-section-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
#howMuchVal .howMucSpaceCtrl {
  height: 75rem;
}
#howMuchVal .righAnimg {
  position: absolute;
  bottom: 0;
  right: 0;
}

#whyChooseCtrl {
  position: relative;
}
#whyChooseCtrl .rightAng {
  position: absolute;
  bottom: 0;
  left: 0;
}
#whyChooseCtrl .container {
  background-image: url(../images/page-3-section-40.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#whyChooseCtrl .topTextCtrl .whyCHooseTitle {
  font-size: 4rem;
  font-weight: 400;
}
#whyChooseCtrl .topTextCtrl .whyChossDet {
  font-size: 2.4rem;
}
#whyChooseCtrl .whyChosseCards {
  margin-top: 8rem;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#whyChooseCtrl .whyChosseCards .card {
  background: transparent;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 20% 100%);
  padding: 1.5rem;
  margin-bottom: 2rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  border: none;
}
#whyChooseCtrl .whyChosseCards .card:hover {
  background: #fff;
  box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  -webkit-box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
  -moz-box-shadow: -5px 3px 15px -3px rgba(168, 168, 168, 0.75);
}
#whyChooseCtrl .whyChosseCards img {
  width: 7rem;
  margin: 0 auto;
}
#whyChooseCtrl .whyChosseCards .card-title {
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0;
  padding: 1rem 6rem;
}
#whyChooseCtrl .whyChosseCards .card-text {
  font-size: 1.5rem;
  padding: 1rem 4rem;
}

#lookingFor {
  margin-top: 7rem;
}
#lookingFor .requestAQuat {
  padding: 0.5rem 8rem;
  background: #d6a74c;
  background: linear-gradient(90deg, #d6a74c 0%, #f8f0b2 51%, #966626 96%);
  font-size: 1.8rem;
  font-weight: 500;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 20% 100%);
  color: #fff;
  margin-top: 2rem;
}
#lookingFor .homeSpaceTitle span {
  font-weight: 900;
}

#homeExtension {
  background-image: url(../images/mainBannerPortion7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding: 7rem 0;
  margin-top: 7rem;
}
#homeExtension .singleCard {
  margin-bottom: 10rem;
  position: relative;
}
#homeExtension .singleCard img {
  max-width: 32rem;
  position: absolute;
  z-index: 999;
  left: 2rem;
  top: -5rem;
}
#homeExtension .card {
  background-image: url(../images/cardHovBG.png);
  background-repeat: no-repeat;
  background-size: 50% 117%;
  width: 70%;
  margin: 0 auto;
  clip-path: polygon(0 0, 91% 0, 100% 100%, 9% 100%);
  padding: 2rem 15rem;
  border: none;
}
#homeExtension .card .card-text {
  font-size: 1.7rem;
  width: 85%;
  margin: 0 0 0 auto;
}

#homeExtension {
  padding: 7rem 0;
  margin-top: 7rem;
}
#homeExtension .homeSpaceTitle {
  padding-bottom: 15rem;
}
#homeExtension .singleCardRight img {
  right: 0;
  top: 2rem;
  left: 73%;
}

#nomeExTitle {
  margin-top: 7rem;
}
#nomeExTitle .homeSpaceTitle span {
  font-weight: 900;
}

#readToStart {
  padding: 7rem 0;
  margin-top: 10rem;
  background-image: url(../images/mainbannerportion13.png);
  background-repeat: no-repeat;
  background-size: 70% 130%;
  background-position: top right;
  position: relative;
}
#readToStart .readTo {
  position: absolute;
  left: 0;
  top: -18rem;
  max-width: 50rem;
}

#features {
  padding: 10rem 0;
}
#features img {
  max-height: 21.2rem;
}

#dontThink {
  background: url(../images/dontThink.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0;
}
#dontThink .homeSpaceTitle {
  margin-bottom: 2rem;
}

#followOnUs {
  padding: 10rem 0;
}
#followOnUs .homeSpaceTitle {
  padding-top: 3rem;
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  #homeBanner .bannerContent {
    height: auto;
  }
  #homeBanner {
    background-image: none;
  }
  #homeBanner .bannerTitle {
    font-size: 3.5rem;
    padding-top: 3rem;
  }
  #homeBanner .bannerDetails {
    font-size: 2rem;
    font-weight: 400;
    padding-top: 1rem;
    width: 100%;
    padding-bottom: 4rem;
  }
  .sectionTitle {
    font-size: 3.5rem;
    font-weight: 400;
  }
  .sectionSubTitle {
    font-size: 2rem;
  }
  .sectionSubTitle br {
    display: none;
  }
  .controllOrderOfloc {
    order: -1;
  }
  #locations ul li {
    font-size: 1.4rem;
  }
  .footerLogoCtrl {
    text-align: center;
  }
  #footer ul li {
    font-size: 1.5rem;
  }
  #footer .footerTitle {
    font-size: 1.8rem;
  }
  .contactOrderTwo {
    order: -1;
  }
  #contactBanner {
    margin-top: 20rem;
  }
  #contactPage {
    background-image: url(../images/page-2-banner.png);
    background-size: 100% 100%;
  }
  #contactPage #navBarCtrl .container {
    padding: 0;
  }
  #contactPage #navBarCtrl .navbar {
    background: #fff;
  }
  #contactPage #navBarCtrl .navbar * {
    color: #000;
  }
  .contactForm .contactFormHandle {
    width: 80%;
    margin: 0 auto;
  }
  #contactBanner .contactTitle {
    font-size: 4.5rem;
    font-weight: 400;
  }
  #contactBanner .address li {
    font-size: 2rem;
  }
  .contactOrderOne {
    margin-top: 20rem;
  }
  #contactDownCtrl {
    margin-top: 20rem;
  }
  .contactForm .contactFormHandle .submitBtn {
    padding: 0.85rem 2.5rem;
  }
  .servicesBGCtrl {
    background-image: none !important;
  }
  .expertLoof .sectionTitleofxper {
    font-size: 3.5rem;
    font-weight: 400;
    padding-top: 1.5rem;
  }
  .expertLoof .sectionTitleofxper br {
    display: none;
  }
  #doYouWant {
    background-image: none;
    padding: 0;
  }
  #doYouWant .doYouDetails {
    width: 100%;
  }
  #doYouWant .doYouContents {
    height: auto;
    padding-top: 2rem;
  }
  #doYouWant .doYouTitle {
    font-size: 3.5rem;
  }
  #homeSpecer .homeSpaceFormCtrl {
    width: 85%;
    margin: 0 auto;
  }
  .homeSpaceTitle {
    font-size: 3.5rem;
    padding-top: 2rem;
  }
  .homeSpaceTitle br {
    display: none;
  }
  .homeSpaceDetails {
    font-size: 1.7rem;
  }
  #doYouWant .doYouDetails {
    font-size: 1.7rem;
  }
  #howMuchVal {
    background-image: none;
  }
  #howMuchVal .howMucSpaceCtrl {
    height: auto;
  }
  #homeSpecer {
    padding: 0;
  }
  #howMuchVal .righAnimg {
    display: none;
  }
  #homeExtension .card {
    background-image: none;
    background-repeat: no-repeat;
    background-size: 50% 117%;
    width: 100%;
    margin: 0 auto;
    clip-path: none;
    padding: 0;
    border: none;
    display: block;
  }
  #homeExtension .card .card-text {
    font-size: 1rem;
    width: 85%;
    margin: 0 0 0 auto;
    padding-left: 10rem;
  }
  #homeExtension .singleCard img {
    max-width: 20rem;
    position: absolute;
    z-index: 999;
    left: 1rem;
    top: 3rem;
  }
  #readToStart .readTo {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #homeBanner .bannerDetails {
    width: 45%;
  }
}
