
/** Font family start here **/ 
@font-face {
    font-family: 'Thunder';
    src: url('../fonts/thunder/Thunder-ExtraBoldLC.woff2') format('woff2'), 
         url('../fonts/thunder/Thunder-ExtraBoldLC.otf') format('opentype'); 
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'Thunder';
    src: url('../fonts/thunder/Thunder-ExtraBoldLCItalic.woff2') format('woff2'),
         url('../fonts/thunder/Thunder-ExtraBoldLCItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 800;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'Thunder';
    src: url('../fonts/thunder/Thunder-BoldLC.woff2') format('woff2'),
         url('../fonts/thunder/Thunder-BoldLC.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'Thunder';
    src: url('../fonts/thunder/Thunder-BoldLCItalic.woff2') format('woff2'),
         url('../fonts/thunder/Thunder-BoldLCItalic.otf') format('opentype');
    font-style: italic;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'Thunder';
    src: url('../fonts/thunder/Thunder-SemiBoldLC.woff2') format('woff2'),
         url('../fonts/thunder/Thunder-SemiBoldLC.otf') format('opentype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'Thunder';
    src: url('../fonts/thunder/Thunder-SemiBoldLCItalic.woff2') format('woff2'),
         url('../fonts/thunder/Thunder-SemiBoldLCItalic.otf') format('opentype');
    font-style: italic;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'texgyreherosregular';
    src: url('../fonts/texgyreherosregular.eot');
    src: url('../fonts/texgyreherosregular.eot') format('embedded-opentype'),
         url('../fonts/texgyreherosregular.woff2') format('woff2'),
         url('../fonts/texgyreherosregular.woff') format('woff'),
         url('../fonts/texgyreherosregular.ttf') format('truetype'),
         url('../fonts/texgyreherosregular.svg#texgyreherosregular') format('svg');
    font-style: normal;
    font-weight: 400;
}
/** Font family end here **/

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
}

body {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #000000;
  background-color: #ffffff;
  font-size-adjust: none;
  font-style: normal;
  font-family: 'texgyreherosregular';
  margin: 0px;
  padding: 0px;
}

.arial p,
.arial label,
.arial p a {
  line-height: 25.2px;
  font-family: Arial; 
}

.texgh,
button, 
a {
  font-family: 'texgyreherosregular';
}


img {
	width: 100%;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
html body h1,
html body h2,
html body h3, 
html body h3 a,
html body h4,
html body h5,
html body h6 {
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: normal;
  font-family: 'Thunder';
  color: #0A4C8B;
  text-transform: none;
  text-transform: uppercase; 
  margin: 0px;
  padding: 0px;
}
html body h1 { 
  font-size: 140px;
  line-height: 130px;
} 
html body h2 {  
  font-size: 100px;
  line-height: 93px;
}
html body h3 { 
  font-size: 60px; 
  line-height: 55px;
}
html body h4 { font-size: 40px; line-height: 37px; }
html body h5 { font-size: 30px; line-height: 30px; }
html body h6 { font-size: 20px; line-height: 20px; }
html body p {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #282C2F;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
html body h3 a { }
html body p:empty { display: none; }
html body .text1 p {
  font-size: 18px;
  line-height: normal;
  margin: 0px;
}
html body a {
  color: #282C2F;
  font-size: 18px;
  font-weight: 400;
  line-height: normal; 
  text-transform: none;
  outline: none;
  text-decoration: none !important;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
 
}
html body a:hover { color: #7ECBB7; text-decoration: none !important; }
html body ul,
html body ol,
html body dl {
  margin: 0px 0px 20px 0px;
  padding: 0px 20px 0px 16px;
  position: relative;
}
ul:after,
ol:after,
dl:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  overflow: hidden;
}
html body ul li,
html body ol li,
html body dl li {
  color: #282C2F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  text-transform: none;
  letter-spacing: normal;
  padding: 0px 0px 5px 2px;
}
html body li a{
  color: #282C2F;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  text-transform: none;
  outline: none;
  text-decoration: none !important;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
 
}
html body li a:hover { color: #0A4C8B; text-decoration: none !important; }
*,
*:after,
*:before {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after { clear: both; }
.row:before,
.row:after,
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after {
  content: "";
  display: block;
  height: 0px;
  overflow: hidden;
}
a,
button,
img,
select,
a:focus,
input:focus,
textarea:focus {
  outline: 0px !important;
  text-decoration: none;
}
.clr { clear: both; }
img {
  max-width: 100%;
  border: 0px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
 
}
button[disabled],
input[disabled] { cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0px;
  padding: 0px;
  transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}
input:hover,
input:focus,
textarea:hover,
input[type=text]:hover,
textarea:active,
input[type=text]:active,
textarea:focus,
input[type=text]:focus,
button:focus,
button:active,
button:hover {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none!important;
}
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="button"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  box-shadow: none;
  /*border-radius: 0px;
  border: none;*/
 
}
select {
  box-shadow: none;
  border-radius: 0px;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
 
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: none;
 
}
input[type="text"]::-moz-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
input[type="text"]::-webkit-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
input::-moz-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
input::-webkit-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
textarea::-moz-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
input:-ms-input-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
::-webkit-input-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
:-moz-placeholder {
    /* Firefox 18- */
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
::-moz-placeholder {
    /* Firefox 19+ */
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
:-ms-input-placeholder {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
 
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  border-radius: 0px;
}
input[type="radio"] {
  -webkit-appearance: radio;
  border-radius: 0px;
}
input {
  line-height: normal;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
/* Mozilla based browsers */
::-moz-selection {
  color: #fff;
  background-color: #7ECBB7 !important;
}
/* Works in Safari */
::selection {
  color: #fff;
  background-color: #7ECBB7 !important;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0em;
  width: 100%;
  height: auto;
  line-height: 20px;
 
  background: #ffffff;
  border-radius: 0px;
  padding: 19px 17px 19px 17px;
  margin: 0px;
}
html body input[type="text"], 
html body input[type="email"], 
html body input[type="url"], 
html body input[type="tel"], 
html body input[type="number"], 
html body input[type="date"], 
html body input[type="password"], 
html body textarea {
  font-size: 14px;
  border: 0px;
  outline: none;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0em;
  width: 100%;
  height: auto;
  line-height: 20px;
 
  background: #ffffff;
  border-radius: 0px;
  padding: 19px 17px 19px 17px;
  margin: 0px;
}
/*button[type="submit"],
input[type="submit"] {
  width: auto;
  height: auto;
  min-width: 135px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  text-transform: uppercase;
  background-color: #000000;
  box-shadow: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 20px 27px 20px 27px;
  margin: 0px;
}*/
textarea {
  border-radius: 20px !important;
  box-shadow: none !important;
  overflow-y: hidden!important;
  outline: none !important;
  resize: none;
 
}
/* End Wordpress default CSS */
/* Project name CSS */

.clear { clear: both; }

.page-wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
html .container {
  max-width: 1293px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px 0px 15px;
}

header,
section,
footer {
  float: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
section,footer {}
.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px 0px -15px;
}
.row::before,
.row::after {
  display: none !important;
}
.col {
  padding: 0px 15px 0px 15px;
}
.button-row {
  display: flex;
} 
a,
button {
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  position: relative;
}
.button-with-arrow {
  border-radius: 100px;
  border: 1px solid #BBD5ED; 
  background-color: transparent;
  display: flex;
  padding: 12px 26px;
  text-align: center;
  align-items: center; 
  justify-content: center;
  color: #282C2F;
  font-size: 18px;
  font-weight: 400;
  line-height: normal; 
  outline: none;
}
.button-with-arrow:hover {
  color: #0055A7;
  background-color: transparent;
  border: 1px solid #0055A7; 
}
.button-with-arrow svg {
  color: #282C2F;
}
.button-with-arrow:hover svg {
  color: #0055A7;
}
.button-with-arrow span {
  line-height: 24px;
}
.button-with-arrow span:not(:last-child) {
  padding-right: 8px;
}
.button-with-arrow span svg {
  vertical-align: top;
}

.button-bg-white {
  border-radius: 100px;
  border: 0px solid #BBD5ED; 
  background-color: #ffffff;
  display: flex;
  padding: 14px 26px 15px 26px; 
  text-align: center;
  align-items: center; 
  justify-content: center;
  color: #282C2F;
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  outline: none;
}
.button-bg-white span {
  line-height: 21px;
}
.button-bg-white:hover {
  background-color: #0055A7 !important;
  color: #ffffff !important;
}
.button-border-black {
  border-radius: 100px;
  border: 1px solid #282C2F; 
  background-color: transparent;
  display: flex;
  padding: 7px 30px; 
  text-align: center;
  align-items: center; 
  justify-content: center;
  color: #282C2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  outline: none;
}
.button-border-blue {
  border: 1px solid #BBD5ED !important;
}
.button-border-black span {
  line-height: 21px;
}
.button-border-black:hover {
  color: #0055A7;
  background-color: transparent;
  border: 1px solid #0055A7; 
}
.button-bg-blue {
  border-radius: 100px;
  border: 1px solid #0055A7; 
  background-color: #0055A7;
  display: flex;
  padding: 11px 27px 13px 27px;  
  font-family: 'texgyreherosregular';
  text-align: center;
  align-items: center; 
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; 
  outline: none;
}
.button-bg-blue span {
  line-height: 24px;
}
.button-bg-blue:hover {
  background-color: #0055A7 !important;
  color: #ffffff !important;
  border: 1px solid #0055A7; 
  opacity: 0.9;
}
.h-80 {
  height: 80px;
}
.header {
  padding: 10px 0px;
  position: fixed;
  top: 0px;
  z-index: 999;
  background-color: #fff;
}
.logo {
  padding: 0px 15px 0px 15px;
}
.logo img {
  max-width: 153px;
}
.nav-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.nav-section ul::before,
.nav-section ul::after {
  display: none;
}
.nav-section ul,
.nav-section ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 26px;
}
.nav-section ul {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 0px 13px 107px;
}
.nav-section ul li:not(:last-child) {
  padding-right: 66px;
}
.nav-section ul li a {
  position: relative;
  line-height: 26px;
  display: flex;
}
.nav-section ul li.active a,
.nav-section ul li a.active,
.nav-section ul li.active a:hover,
.nav-section ul li a.active:hover {
    color: #0A4C8B; 
}
.nav-section ul li a::after {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background-color: #0A4C8B;
    transition: width .3s; 
    position: absolute;
    bottom: -4px;
    top: auto;
    left: 0px;
}
.nav-section ul li a:not(.active):hover::after,
.nav-section ul li:not(.active) a:hover::after {
    width: 100%;
}
.nav-section ul li.active a::after,
.nav-section ul li a.active::after {
    width: 100%;
}
.header-btn {
  margin: 5px 0px 0px auto;
  padding: 0px 15px 0px 15px;
}
.quote-btn-mobile-show {
  display: none;
}
.banner-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  /*height: 720px;*/
  /*height: calc(100vh - 80px);*/
  height: 100%;
  width: 100%;
}
.hero-iframe-container {
  position: relative !important;
  overflow: hidden !important;
  width: 100vw !important;
  /*height: 100vh !important;*/
  height: calc(100vh - 80px) !important;
  min-height: 455px;
}
.hero-iframe-container iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 100vh !important;
  transform: translate(-50%, -50%) !important;
  max-width: none;
}
@media (min-aspect-ratio: 16/9) {
  .hero-iframe-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .hero-iframe-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh !important;
  }
}

.banner-section::after,
.our-service-img::after,
.d-modeling-shade-analysis-section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.video-container-img {
  width: 100%;
  height: calc(100vh - 80px);
  object-fit: cover;
}
.banner-section .hero-iframe-container #videoContainer button {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  font-size: 0px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0px;
  border: 0px;
  outline: none;
  box-shadow: none;
}
.banner-content {
  position: absolute;
  z-index: 10;
  left: 0px;
  right: 0px;
  bottom: 13px;
  top: auto;
  width: 100%;
  /*max-width: 1260px;*/
  margin: 0px auto;
  max-width: 1293px;
  padding: 0px 15px 0px 15px;
}
.banner-content h1 {
  color: #ffffff;
}
.banner-content p {
  color: #ffffff;
  max-width: 273px; 
  margin-bottom: 15px;
}
.line {
  width: 100%;
  height: 1.5px;
  background-color: #E0E2E8;
  margin: 40px 0px 40px 0px;
}
.home-about-section {
  padding: 0px 0px 150px 0px;
}
.about-text-left,
.about-image-right {
  width: 100%;
  max-width: 45%;
}
.about-image-right {
  max-width: 55%;
}
.about-text-left h2 {
  margin: 0px 0px 16px 0px;
}
.about-text-left p {
  margin: 0px 0px 0px 0px;
  max-width: 393px;
}
.home-our-services-section {
  padding: 100px 0px 130px 0px; 
  background-color: #EDF2F9; 
}
.home-our-services-section h2 {
  margin: 0px 0px 48px 0px;
}
.our-services-box {
  width: 100%;
  max-width: 50%;
}
.our-services-box:nth-child(odd) {
  padding-right: 12px;
}
.our-services-box:nth-child(even) {
  padding-left: 12px;
}
.our-services-box-inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.our-service-img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.our-service-img::after {
  border-radius: 20px; 
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(21, 22, 23, 0.70) 100%);
}
.our-service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px; 
}
.our-services-content {
  position: relative;
  left: 0px;
  top: auto;
  bottom: 0px;
  padding: 270px 50px 50px 50px;
}
.home-our-services-section .our-services-content .button-row {
  margin: 30px 0px 0px 0px;
}
.our-services-content h3,
.our-services-content p {
  color: #ffffff;
}
.our-services-content h3 {
  margin-bottom: 16px;
}
.our-services-content p {
  margin: 0px;
  max-width: 442px;
  line-height: 25.2px;
}
.max-ene-sav-section {
  padding: 200px 0px 150px 0px;
}
.max-ene-sav-section h2 {
  margin-bottom: 48px;
}
.max-ene-sav-box {
  width: 100%;
  max-width: 33.333%;
}
.max-ene-sav-box-inner img {
  width: 100%;
  max-width: 300px;
}
.max-ene-sav-content {
  padding: 52px 0px 0px 0px;
}
.max-ene-sav-content h4 {
  max-width: 350px;
  margin: 0px 0px 16px 0px;
  color: #282C2F; 
}
.max-ene-sav-content p {
  max-width: 350px;
  margin: 0px;
}
.max-ene-sav-section .row {
  margin: 0px -33px 0px -33px;
}
.max-ene-sav-section .max-ene-sav-box {
  padding: 0px 33px 0px 33px;
  margin-bottom: 50px;
} 
.d-modeling-shade-analysis-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding: 120px 0px 119px 0px;
  width: 100%;
  background-image: none !important;
}
.d-modeling-shade-analysis-section::after {
  background: linear-gradient(90deg, rgba(11, 14, 23, 0.60) 0%, rgba(11, 14, 23, 0.50) 21.35%, rgba(11, 14, 23, 0.24) 69.82%, rgba(11, 14, 23, 0.00) 100%);
}
.modeling-shade-iframe-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw !important;
  height: 100%;
  overflow: hidden !important;
  /*padding: 56.6% 0px 0px 0px;*/
}
.modeling-shade-iframe-container iframe {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100vw !important;
  height: 100vh !important;
  transform: translate(-50%, -50%) !important;
  max-width: none;
}
@media (min-aspect-ratio: 16/9) {
  .modeling-shade-iframe-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .modeling-shade-iframe-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh !important;
  }
}
.d-modeling-shade-analysis-section h3 {
  margin-bottom: 16px;
  color: #ffffff;
}
.d-modeling-shade-analysis-section p {
  color: #ffffff;
  margin: 0px 0px 40px 0px;
  max-width: 503px;
}
.modeling-shade-analysis-content {
  position: relative;
  z-index: 10;
}
.how-do-we-do-it-section {
  padding: 246px 0px 76px 0px;
}
.how-do-we-do-it-section h2 {
  margin: 0px 0px 16px 0px;
  max-width: 537px;
}
.how-hdwdi-col-left {
  width: 100%;
  max-width: 66%;
}
.how-hdwdi-col-right {
  width: 100%;
  max-width: 34%;
}
.how-hdwdi-col-right .button-row { 
  justify-content: flex-end;
  margin-bottom: 40px;
}
.how-hdwdi-col-left p {
  max-width: 450px;
  margin: 0px 0px 40px 0px;
}
.how-hdwdi-col-right {
  margin-left: auto;
  margin-top: 21px;
}
.how-do-we-do-it-section .project-row-img {
  margin: 0px -12px 0px -12px;
}
.how-do-we-do-it-section .line {
  margin: 0px 0px 24px 0px;
}
.how-do-we-do-it-section .project-row-img .col {
  margin: 0px 0px 24px 0px;
  padding: 0px 12px 0px 12px;
  width: 100%;
  max-width: 33.333%;
}
.reviews-section {
  padding: 100px 0px 100px 0px;
}
.reviews-section h2 {
  margin: 0px;
}
.reviews-section .reviews-text-wrapper {
  position: relative;
}
.reviews-section .reviews-text {
  width: 100%;
  max-width: 33.333%;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.reviews-section .reviews-slider {
  width: 100%;
  max-width: 100%;
  padding: 0px 0px 0px calc(50% - 180px);
  position: relative;
}
.reviews-section .splide {
  position: static;
}
.reviews-section .splide__track {
  padding-right: 294px !important;
}
.reviews-section .splide__slide {
  height: auto !important;
}
.reviews-boxs {
  padding-right: 24px;
  height: 100%;
}
.reviews-box {
  padding: 50px;
  border-radius: 20px;
  background-color: #F4F6FB; 
  position: relative;
  min-height: 630px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.reviews-box .button-row {
  width: 100%;
  display: block;
}
.reviews-box .button-row .button-border-black {
  display: inline-flex;
}
.reviews-content {
  /*padding: 357px 0px 0px 0px;*/
  padding: 50px 0px 0px 0px;
  position: relative;
  top: auto;
  bottom: 0px;
  left: 0px;
  margin: auto 0px 0px 0px;
}
.reviews-content p {
  font-size: 24px;
  max-width: 394px;
  margin: 0px;
}
.reviews-section .splide__arrows,
.my-carousel-progress-main {
  max-width: 1293px;
  margin: 0px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.reviews-section .splide__arrow {
  position: absolute;
  left: 15px;
  top: auto;
  bottom: 42px;
  transform: none;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #BBD5ED;
  background-color: transparent;
  background-size: 20px 14px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1 !important
}
.reviews-section .splide__arrow:disabled {
  opacity: .3 !important;
}
.reviews-section .splide__arrow svg {
  display: none;
}
.reviews-section .splide__arrow.splide__arrow--prev {
  background-image: url("../images/left-arrow-1.svg");
}
.reviews-section .splide__arrow.splide__arrow--next {
  left: 85px;
  background-image: url("../images/right-arrow-1.svg");
}
.my-carousel-progress {
  border-radius: 100px;
  background-color: #F3F3F3; 
  width: 100%;
  height: 4px;
  max-width: 33.333%;
}
.my-carousel-progress-bar {
  background: #282C2F;
  height: 4px;
  transition: width 400ms ease;
  width: 0px;
}
.our-clients-section {
  padding: 100px 0px 100px 0px;
}
.our-clients-section h2 {
  margin-bottom: 16px;
}
.our-clients-section p {
  max-width: 393px;
  margin-bottom: 0px;
}
.our-clients-section .line {
  margin: 40px 0px 24px 0px;
}
.splide__list1,
.splide__slide1.slick-slide {
  margin: 0px;
  padding: 0px;
}
.splide__slide1.slick-slide {
  margin-right: 20px;
}
.marquee__splide__slide__inner {
  padding: 0px 8px 0px 8px;
  justify-content: center;
  align-items: center; 
  display: flex;
  border-radius: 11.55px;
  background: #F4F6FB; 
  width: 100%;
  height: 100%;
  min-width: 160px;
  min-height: 160px;
}
.marquee__splide__slide__inner img {
  mix-blend-mode: darken; 
}
.our-clients-section .splide-logo .splide__track--nav > .splide__list {
  padding: 0px;
  margin: 0px;
}
.our-clients-section .splide-logo .splide__track--nav > .splide__list > .splide__slide,
.our-clients-section .splide-logo .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0px solid transparent;
  padding: 0px;
}
.our-clients-section .marquee-container-main {
  max-width: 1293px;
  width: 100%;
  margin: 0px auto;
  padding-right: 15px;
  padding-left: 15px;
}
.our-clients-section .marquee-container {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.our-clients-section .splide__track {
  display: inline-block;
  animation: marquee 20s linear infinite;
}

.our-clients-section .splide__list {
  display: flex;
  padding: 0;
  margin: 0;
}

.our-clients-section .splide__slide {
  flex-shrink: 0;
  width: 100%; /* Adjust the width based on your content */
}

@keyframes marquee {
  0% {
    /*transform: translateX(100%);*/
  }
  100% {
    transform: translateX(-100%);
  }
}
.home-faq-section {
  padding: 100px 0px;
}
.home-faq-section h2 {
  max-width: 360px;
  padding-left: 15px;
  margin-bottom: 50px;
}
.faq-wrapper {
  width: 100%;
  max-width: 740px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
}
.faq-wrapper .at-item h4 {
  max-width: 620px;
  color: #282C2F;
  padding-right: 20px; 
}
.faq-wrapper .at-item {
  margin: 0px 0px 36px 0px;
  padding: 0px 0px 36px 0px;
  border-bottom: 1.5px solid #E0E2E8;
}
.faq-wrapper .at-item:nth-last-child(1) {
  margin-bottom: 0px;
}
.faq-wrapper .at-item p {
  margin: 24px 0px 0px 0px;
  padding: 0px;
  max-width: 707px;
}
.faq-wrapper .at-item .at-title {
  display: flex;
}
.faq-wrapper .at-item .at-title .icon {
  margin: 0px 0px 0px auto;
  display: block;
  line-height: 1;
}
.faq-wrapper .at-item .at-title .icon .at-open {
  cursor: pointer;
}
.faq-wrapper .at-item .at-title .icon .at-close {
  display: none;
  cursor: pointer;
}
.faq-wrapper .at-item .at-title.active .icon .at-open {
  display: none;
}
.faq-wrapper .at-item .at-title.active .icon .at-close {
  display: block;
}
.footer-section {
  padding: 100px 0px 0px 0px;
}
.footer-section h2 {
  margin: 0px 0px 41px 0px;
}
.footer-section .info-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.info-row.address-row {
  margin-bottom: 0px;
}
.footer-section .info-row label {
  min-width: 125px;
  color: #626B70; 
  margin: 0px;
}
.footer-section .info-row p {
  margin: 0px;
  color: #000;
  width: 100%;
  max-width: 465px;
}
.footer-section .info-row p a {
  color: #282C2F; 
}
.footer-section .info-row p a:hover,
.footer-section .info-row p a:focus {
  color: #0A4C8B;
}
.footer-section .footer-row-2 {
  margin: 100px 0px 0px 0px;
  padding: 24px 0px 24px 0px;
  border-top: 1.5px solid #E0E2E8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-section .footer-row-2 p {
  margin: 0px;
  width: auto;
  font-size: 16px;
  line-height: 23px;
  color: #818181; 
  margin-left: auto;
  margin-right: auto;
}
.footer-section .footer-row-2 .pvgreencard {
  padding: 0px 0px 0px 16px;
  margin: 0px;
}
.footer-section .footer-row-2 .sopvia {
  padding: 0px 10px 0px 8px;
  margin: 0px auto 0px 0px;
}
.our-projects-gallery-section {
  padding: 120px 0px 77px 0px;
}
.our-projects-gallery-section h2 {
  margin: 0px 0px 64px 0px;
}
.our-projects-gallery-section .row {
  margin: 0px -12px 0px -12px;
}
.our-projects-gallery-section .col {
  width: 100%;
  max-width: 33.333%;
  padding: 0px 12px 24px 12px;
}
.get-a-quote-section {
  padding: 120px 0px 100px 0px;
}
.get-a-quote-section h2 {
  margin: 0px 0px 60px 0px;
}
.get-a-quote-section .faq-wrapper.gaq-form-wrapper {
  max-width: 812px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
}
.get-a-quote-section .button-row {
  display: flex;
  justify-content: flex-end;
  margin: 40px 0px 0px 0px;
  width: 100%;
  max-width: 812px;
}
.get-a-quote-section .at-tab .row {
  margin: 24px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr)); /* 12 columns */
  /*grid-template-columns: repeat(12, 1fr);*/ /* 12 columns */
  gap: 24px 24px; /* gap-x gap-y */
}
.get-a-quote-section .at-tab .col-span-1 {
  grid-column: span 1 / span 1;
}
.get-a-quote-section .at-tab .col-span-2 {
  grid-column: span 2 / span 2;
}
.get-a-quote-section .at-tab .col-span-3 {
  grid-column: span 3 / span 3;
}
.get-a-quote-section .at-tab .col-span-4 {
  grid-column: span 4 / span 4;
}
.get-a-quote-section .at-tab .col-span-5 {
  grid-column: span 5 / span 5;
}
.get-a-quote-section .at-tab .col-span-6 {
  grid-column: span 6 / span 6;
}
.get-a-quote-section .at-tab .col-span-7 {
  grid-column: span 7 / span 7;
}
.get-a-quote-section .at-tab .col-span-8 {
  grid-column: span 8 / span 8;
}
.get-a-quote-section .at-tab .col-span-9 {
  grid-column: span 9 / span 9;
}
.get-a-quote-section .at-tab .col-span-10 {
  grid-column: span 10 / span 10;
}
.get-a-quote-section .at-tab .col-span-11 {
  grid-column: span 11 / span 11;
}
.get-a-quote-section .at-tab .col-span-12 {
  grid-column: span 12 / span 12;
}
.get-a-quote-section .at-tab .col {
  padding: 0px;
}
.get-a-quote-section .at-tab .col .col-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.get-a-quote-section .at-tab .radio-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
}
.get-a-quote-section .at-tab .radio-row input[type="radio"] {
  display: none;
}
.get-a-quote-section .at-tab .radio-row input[type="radio"] + .radiolabel {
  border-radius: 100px;
  border: 1px solid #BBD5ED; 
  display: flex;
  padding: 4px 40px 8px;
  justify-content: center;
  align-items: center;
  color: #282C2F;
  font-family: 'texgyreherosregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  cursor: pointer; 
}
.get-a-quote-section .at-tab .radio-row input[type="radio"]:checked + .radiolabel {
  background-color: #0055A7;
  border: 1px solid #0055A7; 
  color: #ffffff;
}
.get-a-quote-section .at-tab label:not(.checklabel):not(.radiolabel) {
  color: #282C2F;
  font-family: 'texgyreherosregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; 
  display: block;
  margin: 0px 0px 16px 0px;
  width: 100%;
}
.get-a-quote-section .at-tab .control {
  border-radius: 100px;
  border: 1px solid #BBD5ED; 
  color: #282C2F !important;
  font-family: 'texgyreherosregular';
  font-size: 18px;
  font-weight: 400;
  line-height: normal; 
  display: block;
  padding: 10px 17px 14px 17px;
  background-color: #ffffff;
  width: 100%;
  margin-top: auto;
}
.get-a-quote-section .at-tab .input-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.get-a-quote-section .at-tab .input-field input {
  width: calc(100% - 23px);
  margin-left: auto;
}
.max-w-600 {
  max-width: 600px;
}
.get-a-quote-section .at-tab .input-field span {
  margin: 0px 8px 0px 0px;
  color: #000;
  font-family: 'texgyreherosregular';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; 
}
.get-a-quote-section .at-tab .custom-select {
  position: relative;
  width: 100%;
  margin-top: auto;
}
.get-a-quote-section .at-tab .custom-select label.error {
  position: absolute;
  width: 100%;
  bottom: -43px;
  /*bottom: auto;*/
  top: auto;
  left: auto;
  right: auto;
}
.get-a-quote-section .at-tab .custom-select select {
  appearance: none; /* Removes default select styles */
  padding-right: 55px;
}
.get-a-quote-section .at-tab .custom-select option {
  font-family: 'texgyreherosregular';
}
.get-a-quote-section .at-tab .custom-select::after {
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  right: 21px;
  width: 19px;
  height: 12px;
  background: url("../images/select-down-arrow.svg") no-repeat center;
  background-size: 19px 12px;
  pointer-events: none; /* Ensure the pseudo-element doesn't interfere with clicks */
}
.page-modeling-shade-analysis p {
  max-width: 685px;
}
.page-modeling-shade-analysis .button-row {
  margin: 70px 0px 0px 0px;
  justify-content: flex-start;
}
.page-modeling-shade-analysis p {
  max-width: 993px;
  font-size: 20px;
  line-height: 30px;
  color: #000;
}
.video-img-wrapper {
  border-top: 1.5px solid #E0E2E8;
  padding: 27px 0px 0px 0px;
  margin: 79px 0px 0px 0px;
  position: relative;
}
.video-img-wrapper-inner {
  position: relative;
  padding: 51% 0px 0px 0px;
  /*padding: 0px 0px 0px 0px;
  min-height: 100vh;*/
}
.modeling-shade-iframe-container-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.modeling-shade-iframe-container-1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  /*  background: linear-gradient(90deg, rgba(11, 14, 23, 0.60) 0%, rgba(11, 14, 23, 0.50) 21.35%, rgba(11, 14, 23, 0.24) 69.82%, rgba(11, 14, 23, 0.00) 100%);*/
}
.modeling-shade-iframe-container-1 iframe {
  width: calc(100% + 300px);
  height: calc(100% - 0px);
  position: absolute;
  top: -35px;
  left: -150px;
}

/* Responsive Css Start */

@media only screen and (max-width: 1399px) {
  
  .nav-section {
    width: calc(100% - 393px);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-section ul {
    padding: 13px 5% 13px 5%;
    width: 100%;
    align-content: center;
    justify-content: space-between;
  }
  .nav-section ul li:not(:last-child) {
    padding-right: 0px;
  }

}

@media only screen and (max-width: 1350px) {

  .reviews-section .reviews-slider {
    padding: 0px 0px 0px calc(50% - 13%);
  }
  .reviews-section .splide__track {
    padding-right: 25% !important;
  }

}

@media only screen and (max-width: 1299px) {
  
  html body h1 {
    font-size: 120px;
    line-height: 110px;
  }
  html body h2 {  
    font-size: 90px;
    line-height: 83px;
  }
  html body h3 { 
    font-size: 50px; 
    line-height: 45px;
  }
  html body h4 { font-size: 30px; line-height: 27px; }
  html body h5 { font-size: 20px; line-height: 20px; }
  html body h6 { font-size: 15px; line-height: 15px; }

}

@media only screen and (max-width: 1199px) {
  
  html body h1 {
    font-size: 110px;
    line-height: 100px;
  }
  html body h2 {  
    font-size: 80px;
    line-height: 73px;
  }
  html body h3 { 
    font-size: 40px; 
    line-height: 35px;
  }
  html body h4 { font-size: 25px; line-height: 25px; }
  .faq-wrapper {
    max-width: calc(100% - 360px);
  }

}

@media only screen and (max-width: 1099px) {
  
  html body h1 {
    font-size: 100px;
    line-height: 90px;
  }
  html body h2 {  
    font-size: 70px;
    line-height: 63px;
  }

}

@media only screen and (max-width: 991px) {
  

  /*.nav-section {
    display: none;
  }*/

  .icon-1, .icon-2, .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: black;
    transition: all 400ms cubic-bezier(.84,.06,.52,1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 10%;
  left: auto;
  /*left: 3%;*/
  right: 15px;
  z-index: 1000;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  /*background: rgba(255,255,255,0.2);*/
  /*// background: green;
  // width: auto;
  // height: 50px;
  // overflow: hidden;*/
}

.hamburger-icon:hover {
    /*transform: scale(1.2);*/
    /*box-shadow: 0px 0px 30px rgba(0,0,0,0.1);*/
}

/*// .icon-1 {
//   transform: rotate(40deg);
// }
// .icon-3 {
//   transform: rotate(-40deg);
// }
// .icon-2 {
//   opacity: 0;
// }*/

.icon-1.a {
  transform: rotate(40deg);
  background-color: #ffffff;
}
.icon-3.b {
  transform: rotate(-40deg);
  background-color: #ffffff;
}
.icon-2.c {
  opacity: 0;
  background-color: #ffffff;
}

.clear {
  clear: both;
}

@keyframes slideIn {
  0% {
    width: 0%;
    /*// transform: scale(.3);*/
    opacity: 0;
  }
  
  100% {
    width: 50%;
    /*// transform:scale(1);*/
    opacity: 1;
  }
}

.header-btn.quote-btn-mobile-show {
  margin: 0px;
  padding: 0px 20px;
  width: 100%;
}
.quote-btn-mobile-show .button-with-arrow,
.quote-btn-mobile-show .button-with-arrow:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.quote-btn-mobile-show .button-with-arrow svg {
  color: #ffffff;
}
.nav-overlay {
  transition-delay: 100ms;
  transition: all 600ms;
  opacity: 0;
}
.nav-overlay.show {
  display: flex;
  opacity: 1;
}
nav.nav-section {
  background: #0A4C8B;
  position: fixed;
  top: 0;
  /*left: 0px;*/
  left: auto;
  right: 0px;
  height: 100%;
  width: 0%;
  z-index: 10;
  opacity: 0;
  transition: all 600ms cubic-bezier(.62,.04,.3,1.56);
  transition-delay: 100ms;
  flex-wrap: wrap;
  overflow-y: auto;
  padding: 70px 0px 70px;
}
  nav.nav-section ul {
    margin: 0px 0px 50px 0px;
    padding: 0px 20px;
  }
  nav.nav-section ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 18px;
    color: #fff;
    line-height: 2.2;
    width: 100%;
  }
  nav.nav-section ul li a {
    font-size: 18px;
    color: #fff;
    line-height: 2.2;
  }

  .nav-section ul li.active a, .nav-section ul li a.active, .nav-section ul li.active a:hover, .nav-section ul li a.active:hover {
    color: #ffffff;
  }

 nav.nav-section.show {
  /*//  opacity: 0;
  // animation: slideIn 0.6s cubic-bezier(.62,.04,.3,1.56);
  // animation-fill-mode: forwards;*/
   width: 270px;
   max-width: 270px;
    /*// transform:scale(1);*/
   opacity: 1;
}


.dark-blue {
  position: absolute;
  top: 0;
  left: 0;
  background: #64B5F6;
  height: 100%;
  width: 0%;
  transition: all 500ms cubic-bezier(.62,.04,.3,1.8);
  transition-delay: 50ms;
  z-index: 5;
  opacity: 1;
}

.dark-blue.slide {
  width: 50%;
  opacity: 1;
}

@keyframes shotup {
  0% {
    transform: translateY(300%) ;
    opacity: 0;
  }
  90% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0%) ;
    opacity: 1;
  }
}

  .quote-btn-desktop-show {
    display: none;
  }
  .quote-btn-mobile-show {
    display: block;
  } 
  html body h1 {
    font-size: 80px;
    line-height: 70px;
  }
  html body h2 {  
    font-size: 60px;
    line-height: 53px;
  }
  .our-services-content { 
    padding: 270px 30px 30px 30px;
  }
  .home-faq-section h2 {
      max-width: 360px;
    }
  .faq-wrapper {
    max-width: 100%;
  }


}

@media only screen and (max-width: 767px) {
  
  html body h1 {
    font-size: 60px;
    line-height: 50px;
  }
  html body h2 {  
    font-size: 50px;
    line-height: 43px;
  }
  .about-text-left, .about-image-right { 
    max-width: 100%;
  }
  .about-image-right {
    max-width: 100%;
    margin-top: 50px;
  }
  .home-about-section {
    padding: 0px 0px 93px 0px;
  }
  .our-services-box { 
    max-width: 100%;
  }
  .our-services-box:not(:last-child) {
    margin-bottom: 30px;
  }
  .home-our-services-section {
    background-color: #EDF2F9;
  }
  .max-ene-sav-section {
    padding: 93px 0px 93px 0px;
  }
  .max-ene-sav-box {
    max-width: 100%;
  }
  .max-ene-sav-section .max-ene-sav-box {
    margin-bottom: 0px;
  }
  .max-ene-sav-section .max-ene-sav-box:not(:last-child) {
    margin-bottom: 50px;
  }
  .max-ene-sav-box-inner img,
  .max-ene-sav-content h4,
  .max-ene-sav-content p { 
    max-width: 100%;
  }
  .d-modeling-shade-analysis-section { 
    /*padding: 93px 0px 93px 0px;*/
    padding: 70px 0px 70px 0px; 
  }
  .how-do-we-do-it-section .project-row-img .col {
    margin: 0px 0px 24px 0px;
    padding: 0px 12px 0px 12px;
    width: 100%;
    max-width: 100%;
  }
  .how-do-we-do-it-section {
    /*padding: 117px 0px 76px 0px;*/
    padding: 117px 0px 39px 0px;
  }
  .our-clients-section {
    padding: 50px 0px 50px 0px;
  }
  .home-faq-section {
    padding: 50px 0px;
  }
  .footer-section {
    padding: 50px 0px 0px 0px;
  }
  .footer-section .footer-row-2 p { 
    width: 100%;
    text-align: center;
  }
  .footer-section .footer-row-2 .pvgreencard {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px auto;
  }
  .reviews-section {
    padding: 50px 0px 50px 0px;
  }
  .reviews-section .reviews-text {
    max-width: 100%;
    position: relative;
    margin: 0px 0px 50px 0px;
  }
  .reviews-section .reviews-slider {
    padding: 0px 0px 0px 15px;
  }
  .reviews-section .splide__arrow {
    position: relative;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .reviews-section .splide__arrows, .my-carousel-progress-main {
    position: relative;
    padding-right: 15px;
    padding-left: 0px;
    display: flex;
    margin: 0px 0px 20px 0px;
  }
  .my-carousel-progress-main {
    margin: 30px 0px 0px 0px;
  }
  .reviews-section .splide__arrow.splide__arrow--next {
    left: 20px;
  }
  .my-carousel-progress {
    max-width: 100%;
  }
  .our-services-content { 
    padding: 170px 30px 30px 30px;
  }
  .our-projects-gallery-section .col {
    max-width: 100%;
  }
  .get-a-quote-section .at-tab .col {
    grid-column: span 12 / span 12 !important;
  }
  .how-hdwdi-col-left { 
    max-width: 100%;
  }
  .how-hdwdi-col-right { 
    max-width: 100%;
    margin-top: 0px;
  }
  .how-hdwdi-col-right .button-row {
    justify-content: flex-start; 
  }

}

@media only screen and (max-width: 575px) {

  .reviews-box {
    padding: 40px 20px 40px 20px;
  }
  .reviews-section .splide__track {
    padding-right: 15% !important;
  }
  .our-services-content { 
    padding: 111px 30px 30px 30px;
  }

}

@media only screen and (max-width: 479px) {

  .get-a-quote-section .at-tab .radio-row input[type="radio"] + .radiolabel {
    padding: 4px 30px 8px;
  }

}

@media only screen and (max-width: 359px) {

  .get-a-quote-section .at-tab .radio-row input[type="radio"] + .radiolabel {
    padding: 4px 19px 8px;
  }

}