
body {
  margin: 0;
}
.fa-chevron-right:before {
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 8px;
  position: relative;
  top: 0px;
}
.fa-chevron-left:before {
  font: normal normal normal 14px/1 FontAwesome;
}
body {
  overflow-x: hidden;
}
i {
  font: normal normal normal 14px/1 FontAwesome;
}
a:focus,a:hover {
  /* color: #000; */
  text-decoration: none;
  outline: 0;
}
a {
  color: #000;
  font-family: 'Montserrat-Light';
  cursor: pointer;
}
a:active,a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}
img {
  max-width: 100%;
}
.row {
  margin: 0;
  padding: 0;
}
.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,
.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
  padding: 0;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  list-style-type: disc;
  font-size: 18px;
  letter-spacing: 0px;
  color: #000000;
  font-weight: 300;
  font-family: 'Montserrat-Light';
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Oswald-Bold';
}
p{
  font-size: 18px;
    font-family: 'Montserrat-Regular';
}
span {
  color: #000;
  font-family: 'Montserrat-Light';
}
strong {
  font-weight: 600;
  font-size: 18px;
  color: #000;
    font-family: 'Montserrat-Regular';
}
b{
  font-weight: 600;
  font-size: 18px;
  color: #000;
    font-family: 'Montserrat-Regular';
}
.no-margin {
  margin: 0;
}
.container-fluid {
  padding: 0;
}
img {
  max-width: 100%;
}
.container {
  padding: 0;
  max-width: 1260px;
  margin: 0 auto;
  width: auto;
}
#button {
    display: inline-block;
    background-color: #caa200;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.contact_call_content_tam p:hover {
    color: #0e2b41;
}
#button:hover::after {
    top: -10px;
}
#button:hover {
    cursor: pointer;
    background-color: #000000;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}	
.slick-initialized .slick-slide{
    outline:unset;	
}	
/****Mega Menu*****/
ul.megamenu {
    padding: 0;
    box-shadow: 3px 3px 19px 5px #00000066;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    background-color: #ffffff;
    left: 0em;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
    transform: translate(0, 20px);
}
.header-nav nav>ul>li:hover ul.megamenu {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
.header-nav nav ul.megamenu ul {
    width: 100%;
    margin-bottom: 0;
      color: #000;
    box-shadow: none;
    padding-left: 0;
    border-top: 5px solid #bc901c;
    border-bottom: 5px solid #bc901c;
    padding: 1em 1em;
    float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
    width: 48%;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    float: left;
    margin: 0 5px;
}	
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform:capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;	
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;	
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
    color: #c2951d;
}
ul.megamenu.megamenu1 {
    left: 0em;
}
.header-nav nav ul li ul li:after{
    content:unset;		
}
/*****************************************************Homepage****************************************************/
.header-nav nav {
  width: 100%;
  font-size: 16px;
}
.mobile-top-head {
  display: none;
}
.svg {
  position: absolute;
  width: 0;
  height: 0;
}
.header-nav nav>ul {
  position: relative;
  display: block;
  text-align: right;
  float:left;
  padding: 0;
  margin:0;
  width:100%;	
}
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s;
  margin: 0;
  padding: 0px 0px;
  text-align: center;
  display: inline-block;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  position: relative;
  z-index: 9;
  /* overflow: hidden; */
}
.header-nav nav ul li:hover a {
  color: #ec202b;
  transition: 0.5s;
}  
/* .header-nav nav>ul>li>a {
  padding: 10px 8px 10px;
  line-height: 25px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #001e3e;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #005cb0;
  font-weight: 400;
} */
.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff;
} 

.header-nav nav ul li a:hover::after {
  transform: translate(0px,0px);
}  

.header-nav nav>ul>li>a:hover::before {
  width: 100%;
}
.header-nav nav>ul>li>a:hover::after {
  width: 100%;
} 
ul.megamenu li {
  float: left;
  width: 48%;
  letter-spacing: 0;
  margin-bottom: 10px !important;
  border-bottom: 1px solid red;
  margin: 0 6px !important;
  padding: 5px 0 !important;
  border-bottom: 1px solid #eee;
}
ul.megamenu li:hover a {
  letter-spacing: .5px;
  color: #840000 !important;
}
.header-nav nav>ul>li:hover ul.megamenu {
  visibility: visible;
  opacity: 1;
  transform: translate(0,0);
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  padding-left: 0;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em 1em;
  float: left;
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px;
}
.header-nav nav>ul>li ul.megamenu ul li a {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d
}
ul.megamenu.megamenu1 {
  left: 0
}
.header-nav nav ul li ul li:after {
  content: unset
}
.header-nav nav>ul>li:hover ul.megamenu li a:after {
  content: unset;
}
.header-nav nav ul li.open {
  background-color: #772668;
}
ul.megamenu {
  box-shadow: 3px 3px 19px 5px #00000066;
  transition: .5s;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 100%;
  width: 870px;
  z-index: 999;
  color: #000;
  margin: 7px auto 0;
  transform: translate(0,20px);
  -webkit-perspective: 1000;
  transform-origin: top;
  -webkit-transform-origin: top;
  transform: perspective(350px) rotateX(-90deg);
  -webkit-transform: perspective(350px) rotateX(-90deg)
}
.header-nav nav>ul>li:hover ul.megamenu {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  visibility: visible;
  opacity: 1;
  transform: translate(0,0)
}
.header-nav nav {
  width: 100%;
  font-size: 16px
}
.svg {
  width: 0;
  height: 0
}
.header_firstphone_inner,.header_firstschedule_inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(-8.09px 5.878px 17.5px rgba(0, 0, 0, .14));
  height: 70px;
  position: relative
}
.header-nav nav>ul {
    position: relative;
    display: block;
    text-align: left;
    float: left;
    margin: 0;
    width: 100%;
    padding-right: 0em;
    padding-left: 0.5em;
  }
.header-nav nav ul li {
  color: #fff;
  list-style: none;
  transition: .5s ease-in-out;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: .5s ease-in-out;
  position: relative;
  transition: 0.5s;
  z-index: 9
}
.header-nav nav ul li:hover a {
color: #293140;
transition: .5s;
text-shadow: 0px 0px 10px #fff;
}
.header-nav nav>ul>li>a {
padding: 15px 10px 15px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
position: relative;
display: block;
letter-spacing: 0;
position: relative;
color: #ffffff;
font-size: 15px;
color: #000;
font-weight: 600;
transition: 0.5s;
font-family: 'Montserrat-Regular';
}
.header-nav nav>ul>li>a:hover {
  color:#fff;
  transition: 0.5s;
}


.header-nav nav>ul>li.active a {
  transition: .5s;
  color: #fff
}
.header-nav nav ul li a:hover::after {
  transform: translate(0,0)
}

ul.megamenu li {
  float: left;
  width: 48%;
  letter-spacing: 0;
  border-bottom: 1px solid #eee;
  margin: 0 6px!important;
  padding: 10px 0!important
}
ul.megamenu li a {
  font-size: 18px
}
ul.megamenu.megamenu_two {
  left: -170px
}
ul.megamenu.megamenu_three {
  left: -452px
}
ul.megamenu li:hover a {
  letter-spacing: .5px
}
.header-nav nav ul.megamenu ul {
  width: 100%;
  margin-bottom: 0;
  color: #000;
  box-shadow: none;
  border-top: 5px solid #bc901c;
  border-bottom: 5px solid #bc901c;
  padding: 1em;
  float: left
}
.header-nav nav>ul>li ul.megamenu ul li {
  width: 48%;
  padding: 10px 0;
  border-bottom: 1px solid #000;
  float: left;
  margin: 0 5px
}
.header-nav nav>ul>li ul.megamenu ul li:nth-child(2n),.lighting_service_image {
  float: right
}
.header-nav nav>ul>li ul.megamenu ul li a {
  text-transform: capitalize;
  font-size: 17px;
  line-height: 16px;
  color: #000;
  font-weight: 600;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out
}
.header-nav nav>ul>li ul.megamenu ul li a:hover {
  color: #c2951d
}
ul.megamenu.megamenu1 {
  left: 0;
}
/******************************************Submenu***********************************************/
.header-nav nav>ul>li:hover ul.megamenu {
transform: rotateX(0);
-webkit-transform: rotateX(0);
visibility: visible;
opacity: 1;
transform: translate(0, 0);
}
ul.megamenu {
padding: 0;
box-shadow: 3px 3px 19px 5px #00000066;
position: absolute;
opacity: 0;
visibility: hidden;
transition: .5s;
background-color: #ffffff;
left: 0em;
right: 0;
top: 100%;
width: 100%;
z-index: 999;
color: #000;
text-align: center;
margin: 0 auto;
margin-top: 7px;
transform: translate(0, 20px);
}
ul.megamenu {
box-shadow: 3px 3px 19px 5px #00000066;
transition: .5s;
background-color: #fff;
left: -200px;
right: 0;
top: 100%;
width: 900px;
z-index: 999;
color: #000;
margin: 7px auto 0;
transform: translate(0, 20px);
-webkit-perspective: 1000;
transform-origin: top;
-webkit-transform-origin: top;
transform: perspective(350px) rotateX(-90deg);
-webkit-transform: perspective(350px) rotateX(-90deg);
}
ul.megamenu li {
float: left;
width: 32%;
letter-spacing: 0;
border-bottom: 1px solid #eee;
margin: 0 6px !important;
padding: 10px 0 !important;
transition: 0.5s;
}
ul.megamenu.second_mega li {
float: left;
width: 32%;
}
ul.megamenu li:hover {
background-color: #000;
}
ul.megamenu li:hover a {
color: #fff !important;
}
ul.megamenu li a {
font-size: 14px;
color: #232323 !important;
font-weight: 600;
}
ul.megamenu.servicearea{
  left: -580px;
}
ul.megamenu.servicearea li {
  float: left;
  width: 23.5%;
}
  
/*************** Home Page ***************/

/* fixed header */

.header_wrapper.fixed{
  z-index: 9;
  position: fixed;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}
.header_wrapper.fixed .header_offersec {
    padding: 0.5em 0 0.5em 0;
}
.header_wrapper.fixed .header-nav nav>ul>li>a {
    padding: 10px 10px 10px;
}
.header_wrapper.fixed .header_logo_inner {
    padding: 0em 1em 2em 1em;
}
.header_wrapper.fixed .header_logo_inner img {
    height: 90px;
}

.header_wrapper {
  float: left;
  width: 100%;
  z-index: 2;
  /* background-color: #ecbd00; */
  position: relative;
}
.header_wrapper .container {
  padding: 0;
  max-width: 1360px;
  margin: 0 auto;
  width: auto;
}
.header_firstblck {
  position: relative;
}
.header_wrapper::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 75%;
    height: 63%;
    background-image: url(../images/home/banner_top_shape.webp);
    background-position: center;
    background-size: 100% 100%;
    z-index: -1;
}
.header_wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1014px;
    height: 100%;
    background-color: #ecbd00;
    z-index: -3;
}
.header_hle::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 71%;
    background-color: #ecbd00;
    z-index: -4;
}
.header_hle{
  position: relative;
}
.header_offer{
  display: none;
}
.header_logo{
  position: relative;
  float: left;
}
.header_logo_inner {
    float: left;
    width: 100%;
    text-align: left;
    padding: 1em 3em 3em 3em;
    background-image: url(../images/home/logobg.webp);
    background-size: 100% 100%;
}
.header_logo_inner img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.header-nav {
  float: right;
  position: relative;
  margin-top: 0px;
}
.header_offermain {
    padding: 8px 0;
    padding-left: 7.5em;
    position: relative;
}
.header_offermain::before{
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    height: 35px;
    width: 40px;
    margin: auto 0;
    background-image: url(../images/home/customer.webp);
    background-size: 100% 100%;
}
.header_offermain p
{
  position: relative;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  margin: 0;
    font-family: 'Montserrat-Regular';
}
.header_offermain p b{
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
    font-family: 'Montserrat-Regular';
}
.header_offermain p::before{
position: absolute;
    content: '';
    left: -20px;
    top: 0;
    bottom: 0;
    height: 100%;
    border-right: 1px solid #ffffff4f;
}
.header_firstright::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background-color: #ecbd00;
    z-index: -2;
}
.header_firstright{
  position: relative;
}
.header_contdetail {
    float: left;
    display: flex;
    padding-top: 0px;
    padding-left: 12em;
    padding-right: 0em;
    position: relative;
}
.header_shedule b{
  position: relative;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Montserrat-Regular';
}
.header_shedule {
    display: flex;
    flex-direction: column;
    justify-content: left;
    position: relative;
    transition: 0.5s;
    z-index: 3;
    text-align: left;
    font-size: 24px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 700;
    gap: 5px;
    letter-spacing: 1px;
    padding-left: 2em;
    font-family: 'Oswald-Bold';
}
.header_shedule::before{
  content: '';
  position: absolute;
  left: -25px;
  top: 10px;
  bottom: 0;
  height: 55px;
  width: 55px;
  margin: auto 0;
  background-image: url(../images/home/telephone.webp);
  background-size: 100% 100%;
}

.header_shedule:hover, 
.header_call:hover {
  transform: scale(0.9);
  color: #fff;
  transition: 0.5s;
}
.header_call:hover,
.header_msg:hover{
  color: #000;
}
.header_offersec {
    padding: 1.5em 0 1.5em 0;
}


.bannerhme_wrapper {
  float: left;
  width: 100%;
  position: relative;
  margin-top:-45px;
}
.bannerhme_wrapper .container{
  position: relative;
}
.bannerhme_image::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home/banner_shape.webp);
    background-position: center;
    background-size: 100% 100%;
    z-index: 0;
}
.bannerhme_image img,
.bannerhme_image video {
  height: 900px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.bannerhme_content {
    position: absolute;
    left: 2em;
    top: 20em;
    width: 400px;
    z-index: 3;
}
.bannerhme_content_inner {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: left;
  padding:0em 2em 0em 0em;
  z-index: 1;
}
.bannerhme_content_inner::after {
    content: "";
    position: absolute;
    top: 0em;
    bottom: 0;
    left: -3em;
    width: 110%;
    height: 115%;
    border-radius: 70px 20px 70px 70px;
    background-color: #000000c9;
    z-index: -2;
}
.bannerhme_image {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bannerhme_content_inner h1,
.bannerhme_content_inner h2{
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.bannerhme_content_inner p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 400;
  margin: 0.5em 0;
}
.ban_review_rating{
    width: 95%;
    position: absolute;
    top: -6em;
    left: -3.5em;
    float: left;
    display: flex;
    vertical-align: middle;
    align-items: center;
    gap: 30px;
    background-image: url(../images/home/banner_ratings_bg.webp);
    background-size: 100% 100%;
    padding: 1em 2em 5em 1em;
}
.ban_review_left{
    float: left;
}
.ban_review_left ul{
    position: relative;
    display: flex;
}
.ban_review_left ul li{
    list-style: none;
    display: inline-block;
    padding: 15px 0;
    margin: 0 5px 0;
}
.ban_review_left ul li a{
    font-size: 27px;
    line-height: 27px;
    color: #ebbd00;
    position: relative;
    border-radius: 35px;
    z-index: 1;
}
.ban_review_right span{
  font-size: 11px;
  line-height: 16px;
  color: #000000;
  font-weight: 600;
}
.ban_review_right span .star-counts{
  display: inline-block;
  margin-left: 5px;
}
.ban_review_right span .star-counts i{
  font-size: 12px;
}
.bannerhme_content_inner .header_shedule {
    gap: 15px;
    margin-top: 10px;
    padding-left: 6em;
    color: #ebbd00;
    font-size: 28px;
}
.bannerhme_content_inner .header_shedule::after{
    content: '\f095';
    position: absolute;
    font-size: 32px;
    bottom: 0;
    color: #fff;
    left: 4em;
    right: 0;
    margin: 0 auto;
    font-family: 'FontAwesome';
}
.bannerhme_content_inner .header_shedule::before{
    background-image: unset;
    height: auto;
    left: 0;
    top: unset;
    bottom: -3px;
    width: 32%;
    border-bottom: 2px solid #ffffff;
}
.bannerhme_content_inner .header_shedule b::before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 80%;
    border-bottom: 1px solid #ffffff;
}

.home_services_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_services_hle{
  float: left;
  width: 100%;
}
.home_services_title{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.home_services_title span{
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  font-family: 'Montserrat-SemiBold';
}
.home_services_title h2,
.home_services_title h3{
  font-size: 40px;
  line-height: 50px;
  color: #b59100;
  font-weight: 400;
  text-align: center;
  padding: 0 2em;
}
.home_services_slick{
  float: left;
  width: 100%;
}
.services_single{
  float: left;
}
.services_single_inner{
  float: left;
  display: flex;
  flex-direction: column-reverse;
  margin: 0 7px;
}
.services_single_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  border-radius: 40px;
  background-color: #000000;
}
.services_single_content h4{
  font-size: 26px;
  line-height: 34px;
  color: #010101;
  font-weight: 400;
  margin: 0.5em 0;
}
.services_single_content p{
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000000;
  font-weight: 100;
  display: -webkit-box; 
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow:hidden;
}
.services_single_image{
  float: left;
  margin-top: 1em;
}
.services_single_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  filter: drop-shadow(8.875px 19.032px 24.5px rgba(0,0,0,0.14));
}
.home_services_slick .slick-list.draggable{
  padding: 1em 0 4em 0;
}
.home_services_slick .services_single.slick-slide.slick-current+.slick-active .services_single_icon{
  background-color: #ecbd00;
}
.home_services_slick .services_single.slick-slide.slick-current+.slick-active .services_single_content h4{
  color: #b59100;
}
.home_services_slick .services_single.slick-slide.slick-current+.slick-active .services_single_image img{
  filter: drop-shadow(5.198px 24.454px 22.5px rgba(236,189,0,0.19));
}


.home_first_block{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
}
.home_first_inner{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
}
.home_first_inner h1,
.home_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  margin-top: 1em;
}
.home_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.home_first_inner p a{
  color: #000000;
  border-bottom: 1px solid #000000;
}
.home_first_imgblk{
  float: left;
}
.home_first_image{
  margin-right: 2em;
  position: relative;
  padding: 0 2em;
}
.home_first_image::after{
  content: '';
  position: absolute;
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url(../images/home/first_img_shape.webp);
  height: 104.5%;
  width: 101%;
}
/* .home_first_image::before{
    content: '';
    position: absolute;
    right: 0;
    left: 40px;
    bottom: -29px;
    background-size: 100% 100%;
    background-image: url(../images/home/hme_firstimg_bottom_shape.webp);
    height: 13%;
    width: 50%;
    margin: 0 auto;
} */
.home_first_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 800px;
  border-radius: 275px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.hme_buttons{
  display: flex;
  margin-top: 2em;
}
.hme-call{
  font-size: 18px;
  line-height: 30px;
  color: #ecbd00;
  font-weight: bold;
  position: relative;
  padding: 10px 10px 10px 40px;
  width: 30%;
  margin-right: 3em;
  text-align: center;
  transition: 0.5s;
  border-radius: 10px;
  filter: drop-shadow(6.451px 16.804px 12px rgba(0,0,0,0.1));
  background-color: #ffffff;
  border: 1px solid #000000;
    font-family: 'Oswald-Bold';
}

.hme-call::before{
    content: '';
    position: absolute;
    left: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 22px;
    width: 22px;
    transition: .5s;
    background-size: 100% 100%;
    background-image: url(../images/home/phone-call.webp);
  }
  .hme-call::after{
content: '';
    position: absolute;
    right: -22px;
    top: 2px;
    height: 33px;
    width: 22px;
    background-color: #000;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
.hme-call:hover::before {
    transition: .5s;
    animation-name: trin;
    animation-duration: 1.5s
}
.hme-readmore{
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  padding: 10px 10px 10px 40px;
  position: relative;
  width: 27%;
  text-align: center;
  transition: 0.5s;
  border-radius: 10px;
  filter: drop-shadow(6.451px 16.804px 12px rgba(0,0,0,0.1));
  background-color: #ffffff;
  border: 1px solid #ecbd00;
    font-family: 'Oswald-Bold';
}
.hme-readmore::before{
    content: '';
    position: absolute;
    left: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 15px;
    transition: 0.5s;
    background-image: url(../images/home/read-more.webp);
    background-size: 100% 100%;
}
.hme-readmore::after{
content: '';
    position: absolute;
    right: -22px;
    top: 2px;
    height: 33px;
    width: 22px;
    background-color: #ecbd00;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
.hme-call:hover,
.hme-readmore:hover {
  transform: scale(0.9);
  color: #000;
  transition: 0.5s;
}


.home_second_block{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
  position: relative;
}
.home_second_block::after {
    position: absolute;
    content: '';
    left: 0;
    top: -13em;
    height: 99%;
    width: 54%;
    z-index: -2;
    background-size: 100% 100%;
    background-image: url(../images/home/hmesecblkbg.webp);
}
.home_second_inner{
  float: left;
  width: 100%;
}
.home_second_inner h3,
.home_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5em;
}
.home_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.home_second_inner p a{
  color: #000000;
  border-bottom: 1px solid #000000;
}
.home_second_imgblk{
  float: right;
}
.home_second_image{
    top: -50px;
    float: left;
    width: 105%;
    position: relative;
}
.home_second_image::before{
  content: '';
  position: absolute;
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url(../images/home/hme_secondblk_shape.webp);
  height: 101%;
  width: 101%;
}
.home_second_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 750px;
}

.home_reviews_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  overflow: hidden;
  background-color: #f8f9fb;
}
.home_reviews_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0 0 2em;
}
.home_reviews_title{
  float: left;
}
.home_reviews_title strong{
  font-size: 20px;
  color: #ecbd00;
  font-weight: 600;
}
.home_reviews_title h3{
  font-size: 40px;
  letter-spacing: -2px;
  color: #000000;
  font-weight: 400;
}
.home_reviews_title p{
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
.short_reviews{
    display: flex;
    gap: 15px;
    align-items: center;
}
a.google_short_reviews{
  font-size: 34px;
  color: #000;
}
.short_reviews span{
  font-size: 30px;
  line-height: 16px;
  color: #000000;
    font-family: 'Oswald-Bold';
  font-weight: 400;
}
.short_reviews .star-counts i{
    color: #ffc720;
    position: relative;
    background: -webkit-linear-gradient(#fff225, #f7aa1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
}
a.reviews_call{
    position: relative;
    padding: 12px 25px 13px 10px;
    width: 60%;
    border-radius: 30px;
    background-color: #ecbd00;
    font-family: 'Oswald-Bold';
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    display: flex;
    justify-content: end;
    margin: 1em 0;
}
a.reviews_call::before {
    content: '';
    position: absolute;
    left: 20px;
    top: -5px;
    bottom: 0;
    height: 70px;
    width: 70px;
    margin: auto 0;
    background-image: url(../images/home/phone-icon.webp);
    background-size: 100% 100%;
}
.review_single{
  float: left;
}
.review_single_inner{
  float: left;
  margin: 0 10px;
  position: relative;
  background-image: url(../images/home/reviews_single.webp);
  background-size: 100% 100%;
  padding: 2em 2em 6em 2em;
  filter: drop-shadow(-0.469px -0.883px 12.5px rgba(236,189,0,0.05));
}
.review_single_inner::before{
  position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 28px;
    height: 25px;
    width: 33px;
    margin: 0 auto;
    background-image: url(../images/home/quotes.webp);
    background-size: 100% 100%;
}
.review_single_inner p {
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    overflow-y: scroll;
    height: 160px;
    padding-right: 10px;
}
.review_single_inner p::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.review_single_inner p::-webkit-scrollbar-track {
  border-radius: 20px; 
  width: 3px;
  background-color: transparent;
}
/* Handle */
.review_single_inner p::-webkit-scrollbar-thumb { 
  border-radius: 20px;
  width: 5px;
  background-color: #0a2d44;
}
.review_author_detail{
  display: flex;
  margin-bottom: 1em;
}
.review_author_detail a{
color: #fff;
    font-size: 38px;
    border-radius: 40px;
    padding: 5px 15px;
    height: 64px;
    width: 64px;
    background-color: #000000;
    position: relative;
}
.review_author_detail a::after {
    position: absolute;
    content: '';
    left: -26px;
    top: 0;
    height: 100%;
    width: 90%;
    z-index: -1;
    background-color: #ecbd00;
}
.review_author_name .star-counts i{
  font-size: 12px;
    letter-spacing: -3px;
  color: #ecbd00;
}
.review_author_name {
    padding-left: 1em;
}
.review_author_name h4{
  margin: 5px 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
}
.review_author_name span{
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.home_reviews_slick{
  float: left;
  width: 100%;
}
.review_single.slick-slide.slick-current+.slick-active .review_single_inner::before{
  background-image: url(../images/home/quotes-active.webp);
}
.review_single.slick-slide.slick-current+.slick-active .review_author_detail a::after {
    background-color: #000;
}
.review_single.slick-slide.slick-current+.slick-active .review_author_detail a{
  background-color: #fbfcfc;
  color: #ecbd00;
}
.review_single.slick-slide.slick-current+.slick-active .star-counts i{
  color: #000;
}
.review_single.slick-slide.slick-current+.slick-active .review_author_name h4{
  color: #ecbd00;
}
.home_reviews_slick .slick-list.draggable{
  margin-right: -400px;
  padding: 2em 0 3em 0;
}
.hme_blogs_slick  ul.slick-dots,
.home_reviews_slick ul.slick-dots {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    position: relative;
    bottom: 1em;
}
.hme_blogs_slick ul.slick-dots li,
.home_reviews_slick ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    transition: .5s;
}
.hme_blogs_slick ul.slick-dots li.slick-active button, 
.home_reviews_slick ul.slick-dots li.slick-active button {
    transform: scale(1.3);
    background-color: #ecbd00;
    transition: .5s;
}
.hme_blogs_slick ul.slick-dots li button,
.home_reviews_slick ul.slick-dots li button {
    border: unset;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #000000;
    border-radius: 50px;
    transition: .5s;
}

/* whychoose block */
.home_whychoose_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_whychoose_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_whychoose_imageblk{
  float: left;
  position: relative;
}
.whychoose_image{
  position: relative;
  margin-right: 7em;
}
.whychoose_image::before{
position: absolute;
    content: '';
    top: 0em;
    left: 0;
    right: 0;
    height: 110%;
    width: 113%;
    z-index: -3;
    border-radius: 299px;
    background-color: #ecbd00;
}
.whychoose_image::after{
    position: absolute;
    content: '';
    bottom: -13em;
    right: -5em;
    height: 103%;
    width: 100%;
    z-index: -2;
    border-radius: 300px 300px 30px 30px;
    background-color: #000;
}
.whychoose_image img{
  width: 100%;
  object-position: center;
  object-fit: cover;
  height: 860px;
  border-radius: 30px 30px 300px 300px;
  filter: drop-shadow(13.145px 24.723px 30.5px rgba(236,189,0,0.2));
  background-color: #f2f4f8;
  border: 2px solid #ffffff;
}
.home_whychoose_imageblk span {
    position: absolute;
    bottom: -4em;
    right: 2em;
    width: 65%;
    color: #fff;
    font-size: 34px;
    font-family: 'Oswald-Bold';
}

.home_whychoose_inner strong{
  font-size: 20px;
  line-height: 16px;
  color: #000000;
  font-weight: 600;
}
.home_whychoose_inner h3{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.home_whychoose_inner p{
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 100;
}
.whychoose_list{
  float: left;
  padding-top: 2em;
}
.whychoose_single{
  top: 0;
  left: 0;
  position: relative;
  float: left;
  margin: 0.5em 0;
}
.whychoose_icon{
    background-color: #ecbd00;
    padding: 2em 1.5em;
    text-align: center;
    margin-right: 0em;
    clip-path: polygon(50% 0%, 100% 25%, 99% 75%, 52% 100%, 52% 100%, 0 75%, 0 25%);
    height: 145px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.whychoose_content{
    float: left;
    padding: 1em 1em 1em 2em;
}
.whychoose_content h4{
  font-family: 'Oswald-Bold';
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  font-weight: 100;
}
.whychoose_content p{
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  color: #000000;
  font-weight: 100;
}
.whychoose_single:nth-child(2) .whychoose_icon,
.whychoose_single:nth-child(4) .whychoose_icon{
  background-color: #000;
}
.whychoose_single:nth-child(2) {
    top: -3em;
    left: 5em;
}
.whychoose_single:nth-child(3) {
    top: -6em;
    left: 0em;
}
.whychoose_single:nth-child(4) {
    top: unset;
    left: 5em;
    bottom: -2.4em;
    position: absolute;
}

/* faq block */

.home_faq_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.home_faq_block::after {
    position: absolute;
    content: '';
    left: 0;
    top: 45px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 78%;
    background-color: #f8fafc;
    z-index: -1;
}
.faqhme_hle{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
  position: relative;
}
.faqhme_title {
    position: absolute;
    bottom: 20px;
    width: 110%;
    text-align: center;
    padding: 0 10em;
}
.faqhme_title h2,
.faqhme_title h3{
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 400;
  margin-top: 0;
}
.faqhme_image{
  float: right;
  position: relative;
}
.faqhme_image_inner{
  float: left;
  margin-top: -4em;
  margin-left: 1em;
  width: 106%;
  position: relative;
}
.faqhme_image_inner::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../images/home/faq_image_shape.webp);
  background-size: 100% 100%;
}
.faqhme_image_inner img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 715px;
}
.faqhme_content{
  position: relative;
}
.faq_question_box{
    margin: 0em 0;
    height: 575px;
    overflow-y: scroll;
    padding: 1em 1em 1em 1em;
}
.faq_question_box::-webkit-scrollbar {
  width: 5px;
}
/* Track */
.faq_question_box::-webkit-scrollbar-track {
  border-radius: 20px; 
  width: 3px;
  background-color: transparent;
}
/* Handle */
.faq_question_box::-webkit-scrollbar-thumb { 
  border-radius: 20px;
  width: 5px;
  background-color: #0a2d44;
}
.faq_question_box .set{
    position: relative;
}
.faq_question_box .set.active{
  margin-bottom: 0em;
  margin-top: 0em;
  border-radius: 15px;
  filter: drop-shadow(11.658px 18.657px 23.5px rgba(34,88,143,0.16));
  background-color: #ffffff;
  border: 1px solid #ecbd00;
}
.faq_question_box .set a.active{
  padding: 1em 3em 0.5em 1.5em;
  border: 0;
  color: #ecbd00;
  font-family: 'Oswald-Bold';
}
.faq_question_box .set a.active::before{
    content: '\f068';
    color: #000;
}
.faq_question_box .set a.active span{
  color: #ecbd00;
  font-family: 'Oswald-Bold';
}
.faq_question_box .set a span{
  color: #000;
  font-family: 'Montserrat-SemiBold';
}
.faq_question_box .set a{
  position: relative;
  display: block;
  text-decoration: none;
  padding: 1.3em 2.5em 1.3em 1.5em;
  border-bottom: 1px solid #000;
  font-size: 20px;
  color: #000;
  line-height: 34px;
  font-family: 'Montserrat-SemiBold';
  font-weight: 400;
  width: 100%;
  cursor: pointer !important;
}
.faq_question_box .set:last-child a{
  border-bottom: unset;
}
.faq_question_box .set a::before{
    content: '\f067';
    position: absolute;
    font-size: 23px;
    top: 20px;
    color: #ecbd00;
    right: 25px;
    font-family: 'FontAwesome';
}
.faq_question_box .content{
  display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 0em 2em 1em 2em;
}
.faq_question_box .content p{
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
}

.home_third_block{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.home_third_inner{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
}
.home_third_inner h3,
.home_third_inner h2{
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5em;
}
.home_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.home_third_inner p a{
  color: #000000;
  border-bottom: 1px solid #000000;
}
.home_third_imgblk{
  float: left;
}
.home_third_image{
  float: right;
  margin-right: 2em;
  position: relative;
  padding: 0 2em;
  width: 105%;
}
.home_third_image::before{
  content: '';
  position: absolute;
  left: -1px;
  right: 0;
  top: -1px;
  bottom: 0;
  background-size: 100% 100%;
  background-image: url(../images/home/hme_thirdblk_shape.webp);
  height: 101%;
  width: 101%;
}
.home_third_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 800px;
}


.hme_blogs{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 0 0 2em 0;
  position: relative;
}
.hme_blogs::after{
  content: '';
  position: absolute;
  left: 0px;
  top:-4em;
  background-size: 100% 100%;
  /* background-image: url(../images/home/blogblk_bg.webp); */
  height: 81%;
  width: 100%;
  z-index: -3;
}
.hme_blogs_inner{
  float: left;
  width: 100%;
}
.hme_blogs_title{
  float: left;
  width: 100%;
  margin: 2em 0 3em 0;
  text-align: center;
}
.hme_blogs_title strong{
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #000;
}
.hme_blogs_title h2,
.hme_blogs_title h3{
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color: #000;
  text-align: center;
}
.hme_blogs_slick{
  float: left;
  width: 100%;
}
.blog_single{
  float: left;
}
.blog_single_inner{
  display: flex;
  flex-direction: column-reverse;
  margin: 0 10px;
  float: left;
  position: relative;
  gap: 15px;
}
.blog_single_image{
  float: left;
  position: relative;
}
.blog_single_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 295px;
  border-radius: 28px;

}
.blog_single_content{
  padding: 1em 1em 1.5em 1em;
  float: left;
  position: relative;
  border-radius: 28px;
  background-color: #ffffff;
  border: 1px solid #f2f4f8;
}
.blogsingle_date{
position: absolute;
    left: 0;
    right: 0;
    top: -38px;
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 0px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    background-color: #ecbd00;
}
.blog_single_content h4{
  font-size: 26px;
  line-height: 34px;
  color: #000;
  font-weight: 600;
}
.blog_single_content p{
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
}
a.blog_readbtn{
  font-size: 14px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid;
}
.hme_blogs_slick .slick-list.draggable{
  padding: 4em 0 5em 0;
  filter: drop-shadow(8.601px 22.406px 19px rgba(236,189,0,0.12));
}
.hme_blogs_slick .slick-active+.slick-active  .blog_single_inner{
  top: -2.5em;
  flex-direction: column;
}
.hme_blogs_slick .slick-active+.slick-active+.slick-active  .blog_single_inner{
  top: 0;
  flex-direction: column-reverse;
}
.hme_blogs_slick .slick-active+.slick-active .blogsingle_date{
  top: unset;
  bottom: -38px;
  border-radius: 0 0 10px 10px;
  background-color: #000;
}
.hme_blogs_slick .slick-active+.slick-active+.slick-active .blogsingle_date{
  top: -38px;
  bottom: unset;
  border-radius: 10px 10px 0px 0px;
  background-color: #ecbd00;
}

/* footer */
.footer_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/footerblk_bg.webp);
  background-size: 100% 100%;
}
.footer_wrap_inner{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0 0 0;  
}
.footertop_section{
  float: left;
  width: 100%;
  margin: 1em 0 3em 0;
}
.footer_about_section{
  float: left;
  padding: 0 0em 0 3em;
}
.footer_logo{
  float: left;
  width: 100%;
  position: relative;
}
.footer_about p{
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 100;
}
.footer_menus_section {
  float: left;
  padding-left: 4em;
}
.footer_menus_section ul li {
  float: left;
  width: 100%;
  list-style-type: none;
}
.footer_menus_section ul li a{
  font-size: 16px;
  line-height: 30px;
  color:  #fff;
  font-weight: 400;
  transition: 0.5s;
}
.footer_menus_section ul li:hover a{
  color: #caa200;
  transition: 0.5s;
}
.footer_menus_section h4,
.footer_contact_section h4{
  font-size: 26px;
  line-height: 34px;
  color: #caa200;
  font-weight: 400;
  margin-bottom: 1em;
  position: relative;
  display: inline-block;
}
.footer_contact_section h4::before,
.footer_menus_section h4::before{
  content: '';
  position: absolute;
  left: -5px;
  bottom: -5px;
  width: 70%;
  border-bottom: 1px solid #fff;
}
.footer_address {
    margin-bottom: 1em;
}
.footer_address p{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 100;
    position: relative;
    padding-left: 2em;
    margin-bottom: 20px;
    font-family: 'Montserrat-Regular';
}
.footer_address p:before {
    content: '\f041';
    position: absolute;
    font-size: 23px;
    top: 0;
    color: #ecbd00;
    left: 0;
    font-family: 'FontAwesome';
}
.footer_address_contact {
    margin-bottom: 1em;
}
.footer_address_contact a{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 100;
    position: relative;
    padding-left: 1.5em;
    margin-bottom: 20px;
    font-family: 'Oswald-Bold';
    transition: 0.5s;
}
.footer_address_contact a:before {
    content: '\f095';
    position: absolute;
    font-size: 23px;
    top: 0;
    color: #ecbd00;
    left: 0;
    font-family: 'FontAwesome';
}
.footer_contact_section {
    float: left;
    padding-left: 4em;
}
.footerbottom_section {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #ecbd00;
  padding: 1em 0;
}
.footer_copyrights p {
  margin: 0px 0 0 0;
  font-size: 16px;
  line-height: 30px;
  color: #000000c7;
  font-weight: 400;
  font-family: 'Oswald-SemiBold';
}
.footer_iboostlogo {
  text-align: right;
}
.footer_business_logo {
    float: left;
    position: relative;
    padding-top: 2em;
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center;
    margin-top: 1em;
}

/* inner pages */

/* innerpage banner */

.innerpage_banner{
  float: left;
  width: 100%;
  overflow: hidden;
  margin-top: -3em;
  margin-bottom: 4em;
  filter: drop-shadow(3.824px 16.564px 15px rgba(236,189,0,0.2));
}
.innerpage_banner .container{
  position: relative;
}
.innerpage_banner_image{
  float: left;
  width: 100%;
  position: relative;
}
.innerpage_banner_image::before{
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  opacity: 0.902;
  width: 40%;
  height: 70%;
  border-radius: 50%;
  border-bottom-left-radius: 0px;
  background-color: #101010;
}
.innerpage_banner_image img{
  object-fit: cover;
  width: 100%;
  height: 700px;
  object-position: center;
}
.innerpage_banner_content{
    position: absolute;
    bottom: 4em;
    left: 0em;
    z-index: 3;
}
.innerpageban_content_inner{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 1em 1em 1em 2em;
    position: relative;
}
.innerbanner_heading{
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  position: relative;
}
.innerpageban_content_inner p{
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.innerpageban_content_inner .header_shedule {
    gap: 15px;
    margin-top: 10px;
    padding-left: 2em;
    color: #ebbd00;
    font-size: 28px;
}
.innerpageban_content_inner .header_shedule::after {
    content: '\f095';
    position: absolute;
    font-size: 32px;
    bottom: 0;
    color: #fff;
    left: 0em;
    right: 0;
    margin: 0 auto;
    font-family: 'FontAwesome';
}
.innerpageban_content_inner .header_shedule b::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 55%;
    border-bottom: 1px solid #ffffff;
}
.innerpageban_content_inner .header_shedule::before{
  content: unset;
}
.innerpage_banner_content .ban_review_rating {
    width: 45%;
    position: absolute;
    top: unset;
    left: unset;
    right: -10em;
    bottom: -56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    background-image: unset;
    padding: 2em 1em 2em 1em;
    opacity: 0.902;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    background-color: #ecbd00;
}
.innerpage_banner_content .ban_review_left ul li {
    padding: 0px 0;
    margin: 0 7px 0;
}
.innerpage_banner_content .ban_review_left ul li a{
  color: #000;
}
.innerpage_banner_content  .ban_review_right span .star-counts {
    display: inline-block;
    margin-left: 0px;
    margin-top: 7px;
}

/* blog page */
.no_padding.loadmore.blog{
  float: left;
  width: 100%;
  text-align: center;
}
a#loadMore-blog{
  border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 15px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    background-color: #ecbd00;
}
.blog_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0 0 0;
}
.blog_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
}
.blog_page_inner .blog_single{
  margin: 2em 0;
}
.blog_page_inner .blog_single_inner{
    border: 1px solid #f2f4f8;
    border-radius: 28px;
    background-color: #ffffff;
    filter: drop-shadow(8.601px 22.406px 19px rgba(236, 189, 0, 0.12));
}
.blog_page_inner .blog_single_content{
  border: unset;
}
.blog_page_inner .blogsingle_date{
    top: unset;
    bottom: 1em;
    width: 35%;
    border-radius: 30px;
    margin: 0;
    left: unset;
    right: 1em;
}
.blog_page_inner .blog_single:nth-child(3n+2) .blog_single_inner{
  flex-direction: column;
  margin-top: -3em;
}
.blog_page_inner .blog_single:nth-child(3n+2) .blogsingle_date{
  top: 1em;
  bottom: unset;
  background-color: #000;
}
.blog_page_inner .blog_single:nth-child(2n+5) .blog_single_inner{
  margin-top: 0;
  margin-bottom: 3em;
}
.blog_page_inner .blog_single:nth-child(3n+1){
  clear: both;
}

/* faq page */
.faq_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.faq_page_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.faq_page_imageblk{
  position: relative;
}
.faq_page_image{
  margin-right: 1em;
  position: relative;
}
.faq_page_image::before{
  position: absolute;
  content: '';
  left: -1px;
  right: 0;
  top: -1px;
  border-bottom: 0;
  width: 101%;
  height: 101%;
  background-image: url('../images/faqs/faq_page_image_shape.webp');
  background-size: 100% 100%;
}
.faq_page_image img{
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 800px;
}
.faq_page_contentblk{
  float: left;
}
.faq_page_contentblk .faqhme_content{
  float: left;
  width: 100%;
}
.faq_page_contentblk .faq_question_box .set{
  position: relative;
  z-index: 1;
}
.faq_page_contentblk .faq_question_box .set a{
  border-radius: 15px;
  background-color: #f9f9f9;
  padding-top: 1em;
  padding-bottom: 1em;
  border: unset;
  margin: 0.5em 0;
  filter: drop-shadow(17.05px 18.284px 9.5px rgba(0,0,0,0.1));
  transform-origin: bottom;
  transform: rotateX(0deg);
}
.faq_page_contentblk .faq_question_box .set.active a{
  filter: unset;
  background-color: unset;
  padding-bottom: 0.5em;
  box-shadow: unset;
  margin: 0;
  filter: unset;
}

.faq_page_title{
  float: left;
  width: 100%;
  margin: 1em 0;
}
.faq_page_title h2{
font-size: 40px;
color: #000000;
font-weight: 400;
position: relative;
}
.faq_page_title h2::before{
    content: '';
    position: absolute;
    top: -1em;
    right: 0;
    border-top: 3px solid #000;
    width: 85%;
}

/* blogdetail */

.blogdetail_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
span.blog_page_date {
    position: absolute;
    top: -8em;
    right: 20em;
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px 7px 0 0;
    font-weight: 600;
}
.blogdetail_page_inner{
  float: left;
  width: 100%;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0;
}
.blogdetail_imageblk{
  float: left;
  margin-bottom: 1em;
}
.blogdetail_image{
  float: left;
}
.blogdetail_image img{
  height: 480px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.blogdetail_image::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: url('../images/blogdetail/blogdetimg_png.webp');
  background-size: 100% 100%;
}
.blogdetail_page_wrapper h2{
  font-size: 36px;
  line-height: 50px;
  color: #000;
}
.blogdetail_page_wrapper h4,
.blogdetail_page_wrapper h3{
  color: #ecbd00;
  font-size: 30px;
  line-height: 40px;
}
.blogdetail_page_wrapper p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.insightdetail_social_media{
  float: left;
  width: 100%;
  margin-top: 2em;
}
.insightdetail_social_media_links {
  float: right;
  width: 100%;
  text-align: right;
  padding: 1.5em 0 0;
  position: relative;
}
.insightdetail_social_media_links::before {
  content: "";
  border-top: 1px solid #cacaca;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.insightdetail_social_media_links ul {
  display: inline-block;
  border-radius: 25px;
  padding: 10px;
}
.insightdetail_social_media_links ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.insightdetail_social_media_links ul li::before {
  content: unset !important;
}
.insightdetail_social_media_links ul li a {
  color: #000;
  font-size: 30px;
  line-height: 25px;
  transition: 0.5s;
  vertical-align: middle;
}
.insightdetail_social_media_links ul li a svg:hover,
.insightdetail_social_media_links ul li a:hover{
  color: #000;
  color: #000;
  transition: 0.5s;
}
.insightdetail_social_media_links ul li a svg {
  width: 30px;
  fill: #000;
  transition: 0.5s;
}
.blogdet_services{
background-color: #f8f9fb;
}
.blogdet_services .services_single_content h4 {
    color: #000;
}

.blogdetail_reviews{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.blogdetail_reviews_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.blogdetail_reviews_title{
  text-align: center;
  float: left;
  width: 100%;
}
.blogdetail_reviews_title h3{
  font-size: 40px;
  color: #000;
}
.blogdetail_reviews .home_reviews_slick .slick-list.draggable {
    margin-right: 0px;
    padding: 2em 0 3em 0;
  filter: drop-shadow(0.698px 19.988px 17.5px rgba(0,0,0,0.15));
}
.blogdetail_reviews .review_single_inner {
    background-image: url(../images/blogdetail/detailpg_reviewbg.webp);
    filter: unset;
}
.blogdetail_reviews .review_author_detail a::after{
  content: unset;
}

/* serviceareas */

.serviceareas_banner{
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  background-image: url(../images/serviceareas/servicearea_banner.webp);
  background-size: 100% 100%;
  padding: 2em 0;
  filter: drop-shadow(3.824px 16.564px 15px rgba(236,189,0,0.1));
}
.serviceareas_banner_inner{
  float: left;
  width: 100%;
  margin: 0em 0 2em 0;
}
.serviceareas_banner_title h1{
  font-size: 50px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 400;
}
.serviceareas_banner_content{
  padding: 2em 0 0 4em;
}
.serviceareas_banner_content p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 600;
}
.serviceareas_banner_inner .header_shedule b{
  color: #000;
}
.serviceareas_banner_inner .header_shedule{
    gap: 15px;
    margin-top: 10px;
    padding-left: 6em;
    color: #ebbd00;
    font-size: 28px;
    padding: 0;
    width: 60%;
}
.serviceareas_banner_inner .header_shedule b::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -3px;
    width: 80%;
    border-bottom: 1px solid #000;
}
.serviceareas_banner_inner .header_shedule::before{
  content: unset;
}
.serviceareas_banner_inner .header_shedule::after {
    content: '\f095';
    position: absolute;
    font-size: 32px;
    bottom: 0;
    color: #000;
    right: 0em;
    left: unset;
    margin: 0 auto;
    font-family: 'FontAwesome';
}


.service_area_page_wrapper{
  float: left;
  width: 100%;
  margin-bottom: -4em;
}
.servicearea_map_block{
  float: left;
  width: 100%;
}
.servicearea_map_block .gmap_canvas,
.servicearea_map_block .mapouter {
  float: right;
  width: 90%;
  height:850px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
}
.service_area_inner .container{
  position: relative;
}

.servicearea_list_block {
    position: absolute;
    left: 0em;
    top: unset;
    bottom: 6em;
    width: 480px;
    z-index: 3;
}
.servicearea_listblk_inner{
    height: auto;
    padding: 7em 0em 0em 0em;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
    filter: drop-shadow(16.992px 20.983px 20px rgba(0,0,0,0.22));
    background-color: #ffffff;
    border: 1px solid #5a72818e;
}
.servicearea_list_block::after{
  position: absolute;
  content: '';
  right: -7em;
  bottom: -6em;
  opacity: 0.302;
  width: 264px;
  height: 264px;
  border-radius: 132px;
  background-color: #e7bb03;
  z-index: -2;
}
.servicearea_listblk_inner ul{
    height: 590px;
    overflow-y: scroll;
    padding: 0em 2em 2em 2em;
}
.servicearea_listblk_inner ul::-webkit-scrollbar {
  width: 3px;
}
.servicearea_listblk_inner ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #cacaca;
}
.servicearea_listblk_inner ul::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.servicearea_listblk_inner ul li{
  list-style-type: none;
  transition: 0.5s;
  position: relative;
}
.servicearea_listblk_inner li a{
    display: block;
    font-size: 24px;
    color: #272727;
    font-weight: 600;
    border-bottom: 1px solid #cacaca4b;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    transition: 0.5s;
    width: 100%;
    font-family: 'Oswald-Bold';
}

.servicearea_listblk_inner li a:hover{
    transition: 0.5s;
    border-radius: 6px;
    filter: drop-shadow(0px 13px 10.5px rgba(0,76,145,0.12));
    background-color: #e7bb03;
}
.servicearea_listblk_inner li a:hover::before{
    transition: 0.5s;
    height: 44px;
    width: 34px;
    background-image: url(../images/serviceareas/map-marker-active.webp);
}
.servicearea_listblk_inner li a::before{
    content: '';
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 55px;
    width: 33px;
    background-image: url(../images/serviceareas/map-marker.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
      transition: 0.5s;
}
.servicearea_listblk_inner li a::after{
    content: '';
    position: absolute;
    right:20px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 30px;
    background-image: url(../images/serviceareas/arrow.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
    filter: invert(100%) sepia(1%) saturate(4966%) hue-rotate(177deg) brightness(90%) contrast(50%);
}
.servicearea_listblk_inner li a:hover::after{
    filter: unset;
}


/* tooltip */

/* contactus page */

.contactus_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.contactus_page_inner{
  float: left;
  width: 100%;
}
.contactus_form_block{
  float: left;
  padding: 0em 1em;
  position: relative;
}
.contactus_form_block::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    width: 100%;
    height: 72.7%;
    z-index: -3;
}
.contactus_form_inner{
  z-index: 1;
  position: relative;
  float: left;
  padding: 1em 3em 2em 3em;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #e9e9e9;
filter: drop-shadow(6.524px 28.257px 23px rgba(34,88,143,0.15));
}

.contactus_form_inner h2{
  font-size: 36px;
  line-height: 45px;
  color: #000;
  font-weight: 600;
  margin-bottom: 1em;
  position: relative;
}
.formcover_contact{
  float: left;
  width: 100%;
}
.time,
.servicesch{
  padding-left: 1em;
}
.form-group.servicesch select,
.formcover_contact input.form-control {
  width: 100%;
  font-size: 18px;
  line-height:30px;
  color: #000;
  font-weight: 400;
  box-shadow: unset;
  position: relative;
  padding-left: 20px;
  height: 55px;
  border-radius: 0px;
  background-color: #fff;
  border: unset;
  border-bottom: 1px solid #e1e1e1;
}
.formcover_contact input::-webkit-input-placeholder {
  color: #000;
  transition: 0.3s;
}
.formcover_contact input:focus::-webkit-input-placeholder {
  color: #ecbd00;
  transition: 0.3s;
}
.form-group.servicesch select,
.formcover_contact input.form-control:focus{
  outline: unset;
  box-shadow: unset;
  filter: unset;
  background-color: #fff;
  border: unset;
  border-radius: 0px;
  border-bottom: 1px solid #e1e1e1;
}
.address label {
    font-size: 20px;
    line-height: 40px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 10px;
}
.address textarea {
  font-size: 18px;
  line-height:30px;
  color: #000;
  font-weight: 400;
  padding: 1em 1em;
  resize: unset;
  height: 120px;
height: 154px;
border-radius: 15px;
background-color: #ffffff;
border: 1px solid #e2e2e2;
  margin-bottom: 1em;
}
.address textarea::placeholder {
  color: #000;
}

.form_checkbox{
  float: left;
  width: 100%;
  display: flex;
}
.form_checkbox input[type="checkbox"] {
  margin-top: 0;
    margin-right: 10px;
    width: 34px;
    height: 34px;
}
.form_checkbox label{
  font-size: 15px;
  line-height: 25px;
  color: #000;
  font-weight: 400;
    display: block;
    float: left;
}
.form_checkbox label a{
    color: #000;
    font-weight: 100;
}

.captcha_box .g-recaptcha {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}
.form-group.captcha_box {
    float: left;
    width: 100%;
    margin: 1em 0;
}
.contactsubmit_btn {
  float: left;
  width: 100%;
    text-align: center;
    padding: 1em 0;
}
.contactsubmit_btn button {
    display: inline-block;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 17px 0px;
    margin: 0 auto;
    border-radius: 50px;
    position: relative;
    border-radius: 36px;
background-color: #ecbd00;
    border: 1px solid #ffffff;
    font-family: 'Oswald-Bold';
}
.formcover_contact ul li{
  list-style-type: none;
}
.contact_page_imageblk{
  float: left;
  width: 100%;
}
.contact_page_imageblk img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 700px;
}
.contactus_map_block{
    float: left;
    position: relative;
}
.contact_link {
    float: left;
    width: 100%;
    padding: 2em 6em 3em 3em;
    margin-bottom: 2em;
    background-color: #ecbd00;
}
.contact_link ul{
   display: block;
   float: left;
   width: 100%;
}
.contact_link ul li{
  display: block;
  list-style-type: none;
  position: relative;
  padding-left: 5em;
  margin: 1em 0;
}
.contact_link ul li::before{
    position: absolute;
    content: '';
    left: 3.5em;
    top: 0;
    bottom: 0;
    height: 100%;
    border-left: 1px solid #0000003b;
}
.contact_link ul li p{
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
  position: relative;
  margin-top: 25px;
  font-family: 'Oswald-Bold';
}
.contact_link ul li p::before{
  content: '';
  position: absolute;
    left: -75px;
    top: -35px;
    bottom: 0;
    margin: auto;
    height: 30px;
    width: 24px;
  background-image: url('../images/contactus/pin.webp');
  background-size: 100% 100%;
  opacity: 0.9;
}
a.contact_link_call{
  font-size: 26px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
  position: relative;
  display: block;
  font-family: 'Oswald-Bold';
}
a.contact_link_call::before{
  content: '';
  position: absolute;
    left: -75px;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 27px;
    width: 28px;
   background-image: url('../images/contactus/phone-call.webp');
   background-size: 100% 100%;
}
a.contact_link_mail{
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  font-weight: 400;
  position: relative;
  margin: 10px 0;
  display: block;
  font-family: 'Oswald-Bold';
}
a.contact_link_mail::before{
  content: '';
  position: absolute;
left: -75px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 25px;
    width: 33px;
   background-image: url('../images/contactus/contact-mail.webp');
   background-size: 100% 100%;
}
.contactus_map_inner{
    float: right;
    width: 120%;
    margin-top: 1em;
}
.contactus_map_inner .mapouter,
.contactus_map_inner .gmap_canvas{
  width: 100%;
  height: 350px;
  border-top-left-radius: 30px;
}

.reviews_page_wrapper{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  overflow: hidden;
}
.reviews_page_inner{
  float: left;
  width: 100%;
}

.reviews_page_inner .review_single_inner{
  background-image: unset;
  border-radius: 50px 50px 0px 50px;
  filter: drop-shadow(0.698px 19.988px 17.5px rgba(0,0,0,0.15));
  background-color: #f8f9fb;
  border: 1px solid #ffffff;
    padding: 2em 2em 3em 2em;
}
.reviews_page_inner .review_single_inner::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -30px;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    margin: 0 auto;
    background-color: #fff;
}
.reviews_page_inner .review_single_inner::before{
    z-index: 1;
    bottom: -7px;
}
.reviews_page_inner .review_author_detail a::after{
  content: unset;
}

.reviews_page_firstblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.reviewspg_first_inner{
  float: left;
  width: 100%;
}
.reviewspg_first_inner .review_single:nth-child(2) .review_single_inner,
.reviewspg_second_inner .review_single:nth-child(2) .review_single_inner,
.reviewspg_third_inner .review_single:nth-child(2) .review_single_inner,
.reviewspg_third_inner .review_single:nth-child(4) .review_single_inner
{
  filter: drop-shadow(0.698px 19.988px 17.5px rgba(236,189,0,0.15));
}
.reviewspg_first_inner .review_single:nth-child(2) .review_single_inner::before,
.reviewspg_second_inner .review_single:nth-child(2) .review_single_inner::before,
.reviewspg_third_inner .review_single:nth-child(2) .review_single_inner::before,
.reviewspg_third_inner .review_single:nth-child(4) .review_single_inner::before
{
    background-image: url(../images/home/quotes-active.webp);
}
.reviewspg_first_inner .review_single:nth-child(2) .review_author_detail a,
.reviewspg_second_inner .review_single:nth-child(2) .review_author_detail a,
.reviewspg_third_inner .review_single:nth-child(2) .review_author_detail a,
.reviewspg_third_inner .review_single:nth-child(4) .review_author_detail a
{
  background-color: #fff;
  color: #ecbd00;
}
.reviewspg_first_inner .review_single:nth-child(2) .review_author_name h4,
.reviewspg_second_inner .review_single:nth-child(2) .review_author_name h4,
.reviewspg_third_inner .review_single:nth-child(2) .review_author_name h4,
.reviewspg_third_inner .review_single:nth-child(4) .review_author_name h4
{
  color: #ecbd00;
}
.reviewspg_first_inner .review_single:nth-child(2) .review_author_name .star-counts i,
.reviewspg_second_inner .review_single:nth-child(2) .review_author_name .star-counts i,
.reviewspg_third_inner .review_single:nth-child(2) .review_author_name .star-counts i,
.reviewspg_third_inner .review_single:nth-child(4) .review_author_name .star-counts i
{
  color: #000;
}

.reviews_page_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.reviewspg_second_inner{
  float: left;
  width: 100%;
}
.reviews_page_secondblk::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -35px;
    bottom: 0;
    height: 85%;
    width: 100%;
    background-color: #f8f9fb;
    z-index: -2;
}

.reviews_page_thirdblk{
  float: left;
  width: 100%;
  margin: 2em 0 0 0;
  padding: 2em 0;
  overflow: hidden;
}
.reviewspg_third_inner{
    float: left;
    width: 117%;
    display: flex;
    margin-left: -8em;
    padding-bottom: 4em;
}

/* services page */
.services_page_wrapper{
  float: left;
  width: 100%;
}
.services_page_inner{
  float: left;
  width: 100%;
}

.services_odd_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_oddblk_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_odd_imageblk{
  float: left;
  position: relative;
}
.services_odd_image{
  position: relative;
  margin-right: 5em;
  margin-bottom: 3em;
}
.services_odd_image::after{
    position: absolute;
    content: '';
    top: -10px;
    left: -10px;
    height: 104%;
    width: 103%;
    border: 10px solid #e7bb03;
    rotate: -5deg;
    z-index: -2;
}
.services_odd_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 560px;
  filter: drop-shadow(19.086px 24.428px 17.5px rgba(0,0,0,0.26));
  background-color: #f8f9fb;
  border: 2px solid #ffffff;
}
.services_oddblk_inner h3,
.services_oddblk_inner h2{
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0.5em;
  color: #000;
}
.services_oddblk_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}


.services_even_block{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_evenblk_inner{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.services_even_imageblk{
  float: right;
  position: relative;
}
.services_even_image{
  position: relative;
  margin-left: 2em;
  margin-bottom: 2em;
}
.services_even_image::before{
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  bottom: 0;
  right: 0;
  height: 101%;
  width: 101%;
  background-image: url(../images/services/services_second_shape.webp);
  background-size: 100% 100%;
}
.services_even_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 550px;
}
.services_evenblk_inner h3,
.services_evenblk_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #000;
  margin-bottom: 0.5em;
}
.services_evenblk_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

/* auto page */
.auto_page_firstblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.auto_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.auto_first_imageblk{
  float: left;
}
.auto_first_image{
  position: relative;
  margin-right: 3em;
  display: inline-block;
  filter: drop-shadow(15.104px 18.652px 14.5px rgba(224,182,13,0.18));
}
.auto_first_image::after{
    position: absolute;
    content: '';
    left: -15px;
    bottom: -15px;
    height: 80%;
    width: 78%;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 73%, 78% 100%, 0 100%, 0 0);
    background-color: #000;
}
.auto_first_image::before{
    position: absolute;
    content: '';
    right: -35px;
    top: -37px;
    width: 110px;
    height: 110px;
    background-color: #e7bb03c4;
    border: 5px solid #fff;
    border-radius: 100px;
    z-index: 1;
}
.auto_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 680px;
  clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
}
.auto_first_inner h1,
.auto_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
}
.auto_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.autopage_btns .hme-call{
  color: #000;
}

.auto_page_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.auto_second_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.auto_second_imageblk{
  float: right;
}
.auto_second_image{
  position: relative;
  margin-left: 3em;
}
.auto_second_image::before{
position: absolute;
    content: '';
    left: 0px;
    top: -26px;
    width: 103%;
    height: 105%;
    border: 1px solid #e7bb03c4;
    border-radius: 300px;
    z-index: 1;
}
.auto_second_image img{
    object-fit: cover;
    object-position: center;
    width: 600px;
    height: 600px;
    border-radius: 311px;
    filter: drop-shadow(-15.5px 26.847px 23px rgba(0, 0, 0, 0.26));
    outline-offset: 15px;
    outline: 1px solid #ecbd00;
}
.auto_second_inner h2,
.auto_second_inner h3{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
}
.auto_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.auto_page_thirdblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  overflow: hidden;
  position: relative;
}
.auto_page_thirdblk::after{
    position: absolute;
    content: '';
    right: 0;
    top: 67px;
    width: 75%;
    height: 77%;
    background-color: #f8f9fb;
    z-index: -1;
}
.auto_third_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.auto_third_imageblk{
  float: left;
}
.auto_third_image{
    position: relative;
    margin-right: 1em;
    margin-top: -4em;
    margin-bottom: 2em;
    float: right;
    width: 114%;
}
.auto_third_image::before{
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    bottom: 0;
    right: 0;
    width: 101%;
    height: 101%;
    background-size: 100% 100%;
    background-image: url('../images/auto/auto_secondblk_image_shape.webp');
}
.auto_third_image img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 700px;
}
.auto_third_inner h2,
.auto_third_inner h3{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
}
.auto_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.auto_page_lastblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  position: relative;
}
.auto_page_lastblk::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 55%;
    height: 47%;
    z-index: -2;
    background-color: #ecbd00;
    border-bottom-right-radius: 300px;
}
.auto_page_lastblk::before{
    position: absolute;
    content: '';
    right: 0;
    top: 10px;
    width: 50%;
    height: 52%;
    z-index: -2;
    background-color: #000;
    border-top-left-radius: 325px;
}
.auto_last_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.auto_last_imageblk{
  float: right;
}
.auto_last_image{
  position: relative;
  margin-left: 3em;
}
.auto_last_image img{
    object-fit: cover;
    object-position: center;
    width: 600px;
    height: 600px;
    border-radius: 311px;
    outline-offset: 15px;
    outline: 1px solid #fff;
}
.auto_last_inner h2,
.auto_last_inner h3{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
}
.auto_last_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.auto_services_block {
  padding: 4em 0 2em 0;
  background-color: #e7bb030a;
}
.auto_services_block .home_services_title h2,
.auto_services_block .home_services_title h3{
  display: none;
}
.auto_services_block .home_services_title span{
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
}

.auto_page_reviews{
  background-color: #f8f9fb;
}

.auto_page_faqblk .faq_page_title h3::before {
    content: '';
    position: absolute;
    top: -0.5em;
    right: 0;
    left: -40px;
    height: 195%;
    background-color: #000;
    border-top: unset;
    width: 100%;
    border-radius: 30px 10px 10px 10px;
    z-index: -2;
}
.auto_page_faqblk .faq_page_title h3{
  font-size: 40px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.auto_page_faqblk .faq_page_image {
    z-index: -1;
    position: relative;
}
.auto_page_faqblk .faq_page_image::before{
    background-image: url(../images/auto/innerpage_faq_imgshape.webp);
}

/* residential page */

.Residential_page_firstblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.Residential_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.Residential_first_inner::after{
position: absolute;
    content: '';
    left: -3em;
    bottom: -8em;
    width: 65%;
    height: 64%;
    background-color: #262626;
    z-index: -2;
}
.Residential_first_imageblk{
  float: right;
}
.Residential_first_image{
  position: relative;
  margin-left: 4em;
}
.Residential_first_image::after{
    position: absolute;
    content: '';
    left: -30px;
    top: 0;
    bottom: 0;
    height: 90%;
    width: 50%;
    margin: auto 0;
    z-index: -1;
    background-color: #e7bb03;
}
.Residential_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 691px;
  filter: drop-shadow(0px 34px 14px rgba(0,0,0,0.18));
  border: 1px solid #ffffff;
}
.Residential_first_inner h1,
.Residential_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
}
.Residential_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.Residential_first_inner .second-content{
  padding: 1em 0;
}
.Residential_first_inner .second-content p{
  color: #fff;
}

.Residential_page_secondblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Residential_second_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Residential_second_imageblk{
  float: left;
}
.Residential_second_image{
  position: relative;
  margin-right: 4em;
  margin-top: -4em;
}
.Residential_second_image::after{
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    top: -30px;
    bottom: 0;
    height: 50%;
    width: 90%;
    margin: 0 auto;
    z-index: -1;
    background-color: #e7bb03;
}
.Residential_second_image::before{
    position: absolute;
    content: '';
    left: -3em;
    top: -0em;
    width: 109%;
    height: 50%;
    background-color: #262626;
    z-index: -2;
}
.Residential_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 691px;
  filter: drop-shadow(22.75px 25.267px 17.5px rgba(231,187,3,0.19));
  border: 1px solid #ffffff;
}
.Residential_second_inner h2,
.Residential_second_inner h3{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.Residential_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.Residential_page_thirdblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.Residential_third_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Residential_third_imageblk{
  float: right;
}
.Residential_third_image{
  position: relative;
  margin-left: 3em;
}
.Residential_third_image::before{
    position: absolute;
    content: '';
    left: -1em;
    top: -1em;
    height: 30%;
    width: 55%;
    background-color: #e7bb03cc;
    border-radius: 200px 200px 0 0;
    border: 5px solid #fff;
    z-index: 1;
}
.Residential_third_image img{
  object-fit: cover;
  object-position: center;
  width: 590px;
  height: 590px;
  border-radius: 320px;
  filter: drop-shadow(19.086px 24.428px 17.5px rgba(0,0,0,0.26));
  border: 2px solid #ffffff;
}
.Residential_third_inner h3,
.Residential_third_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.Residential_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

/* servicedetail page */

.servicedet_firstblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.servicedet_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_first_imageblk{
  float: left;
}
.servicedet_first_image{
  position: relative;
  margin-right: 3em;
  margin-bottom: 2em;
}
.servicedet_first_image::before{
    position: absolute;
    content: '';
    left: -1em;
    top: -1em;
    height: 20%;
    width: 20%;
    background-size: 100% 100%;
    background-image: url(../images/servicedetail/first_img_top_shape.webp);
    z-index: 1;
}
.servicedet_first_image::after{
    position: absolute;
    content: '';
    left: -3em;
    top: -3em;
    height: 106%;
    width: 30%;
    background-color: #e7bb03;
    z-index: -1;
}
.servicedet_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 711px;
  border-radius: 0 100px;
  filter: drop-shadow(0px 25px 12.5px rgba(0,0,0,0.26));
  border: 2px solid #ffffff;
}
.servicedet_first_inner h1,
.servicedet_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #e7bb03;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.servicedet_first_inner h3,
.servicedet_first_inner h4{
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.servicedet_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.servicedet_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.servicedet_second_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_second_imageblk{
  float: right;
}
.servicedet_second_image{
  position: relative;
  margin-left: 3em;
  margin-bottom: 2em;
}
.servicedet_second_image::before{
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    right: 0;
    bottom: 0;
    height: 101%;
    width: 101%;
    background-size: 100% 100%;
    background-image: url(../images/servicedetail/servicedet_second_img_shape.webp);
}
.servicedet_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 700px;
}
.servicedet_second_inner h1,
.servicedet_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #e7bb03;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.servicedet_second_inner h3,
.servicedet_second_inner h4{
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.servicedet_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}


.servicedet_thirdblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.servicedet_third_inner{
  float: left;
  width: 100%;
}
.servicedet_third_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #e7bb03;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.servicedet_third_inner h3,
.servicedet_third_inner h4{
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.servicedet_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.detailpage_whychoose_block{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.detailpage_whychoose_block .container {
    max-width: 1340px;
}
.detailpage_whychoose_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.detailpage_whychoose_iconsblk{
  float: left;
}
.detailpage_whychoose_icons_inner{
  float: left;
  margin-right: 1em;
}
.detailpage_whychoose_contentblk{
    float: left;
}
.detailpage_whychoose_content_inner{
  float: left;
  border-radius: 10px;
  background-color: #e7bb03;
}
.detailpage_whychoose_content{
  float: left;
  padding: 0em 1em 1em 2em;
}
.detailpage_whychoose_content h3{
  font-size: 40px;
  line-height:50px;
  color: #000000;
  font-weight: 400;
}
.detailpage_whychoose_content p{
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 100;
}
.detailpage_whychoose_image{
  float: right;
}
.detailpage_whychoose_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
    height: 525px;
  border-radius: 10px;
}
.detailpage_whychoose_single {
    float: left;
    border-radius: 10px;
    background-color: #f4f4f4;
    margin: 6px 6px;
    width: 47%;
    padding: 3em 1em;
    text-align: center;
}
.detailpage_whychoose_title h4{
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 66px;
}
.detailpage_whychoose_single:nth-child(2){
  background-color: #000;
}
.detailpage_whychoose_single:nth-child(2) .detailpage_whychoose_title h4{
  color: #fff;
}
.detailpage_whychoose_single:nth-child(2) .detailpage_whychoose_icon img{
  filter: brightness(0) invert(1);
}
.detailpage_reviews{
  background-color: #f2f6f9;
}
.detailpage_whychoose_single:nth-child(3){
  background-color: #e7bb03;
}
.detailpage_whychoose_icon img{
  height: 80px;
  object-fit: contain;
}

.detailpage_services{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  overflow: hidden;
  background-color: #e7bb030a;
}
.detailpage_services_hle{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.detailpage_services_title{
  float: left;
  width: 100%;
  text-align: center;
}
.detailpage_services_title h3{
  font-size: 40px;
  line-height: 50px;
  color: #000;
  text-align: center;
}
.detailpage_services_slick .services_single.slick-slide.slick-current+.slick-active .services_single_content h4{
  color: #e7bb03;
}
.detailpage_services_slick .slick-list.draggable{
  margin: 0 -100px;
  padding: 2em 0 5em 0;
}
.detailpage_services_slick ul.slick-dots {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 0;
    position: relative;
    bottom: 1em;
}
.detailpage_services_slick ul.slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px;
    transition: .5s;
}
.detailpage_services_slick ul.slick-dots li.slick-active button {
    transform: scale(1.3);
    background-color: #ecbd00;
    transition: .5s;
}
.detailpage_services_slick ul.slick-dots li button {
    border: unset;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #000000;
    border-radius: 50px;
    transition: .5s;
}

.detailpage_faq .faq_page_image::before{
  content: unset;
}
.detailpage_faq .faq_page_image img{
  height: 715px;
  filter: drop-shadow(13.906px 23.144px 12px rgba(236,189,0,0.17));
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}
.detailpage_faq .faq_page_image::after{
  position: absolute;
  content: '';
    right: -15px;
    bottom: -15px;
    height: 100%;
    width: 100%;
    clip-path: polygon(0 0, 95.5% 0, 100% 100%, 5% 100%);
    background-color: #000;
    z-index: -1;
}
.detailpage_faq .faq_page_title h3{
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  position: relative;
}
.detailpage_faq .faq_page_title h3::after{
position: absolute;
    content: '';
    left: -27px;
    top: -19px;
    height: 120px;
    width: 100%;
    background-size: 100% 100%;
    background-image: url(../images/servicedetail/faq_title_bg.webp);
    z-index: -1;
}
.detailpage_faq .faq_question_box .set a{
    border-radius: 30px 15px;
}
.detailpage_faq .faq_question_box .set.active{
    border-radius: 30px 15px;
}

.detailpage_blogs::after{
  background-image: unset;
  background-color: #f8f9fb;
  top: 6em;
  height: 101%;
}
.detailpage_blogs .hme_blogs_title {
  text-align: left;
}
.detailpage_blogs .hme_blogs_title h3{
  text-align: left;
  display: inline-block;
  border-bottom: 2px solid;
}

/* commercial page */

.Commercial_page_firstblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.Commercial_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Commercial_first_imageblk{
  float: left;
}
.Commercial_first_image{
  position: relative;
  margin-right: 4em;
}
.Commercial_first_image::before{
    position: absolute;
    content: '';
    left: -40px;
    top: -40px;
    border-bottom-right-radius: 90px;
    height: 18%;
    width: 25%;
    background-color: #fff;
    border-right: 30px solid #e7bb03;
    border-bottom: 30px solid #e7bb03;
    z-index: -1;
}
.Commercial_first_image::after{
    position: absolute;
    content: '';
    right: -20px;
    bottom: -20px;
    border-bottom-right-radius: 90px;
    height: 18%;
    width: 55%;
    background-color: #262626;
    z-index: -1;
}
.Commercial_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 80px 0px;
  height: 734px;
  filter: drop-shadow(-15.606px 14.052px 12px rgba(231,187,3,0.25));
  background-color: #f8f9fb;
  border: 1px solid #fff;
}
.Commercial_first_inner h3,
.Commercial_first_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.Commercial_first_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.Commercial_page_secondblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
  overflow: hidden;
}
.Commercial_second_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Commercial_second_imageblk{
  float: right;
}
.Commercial_second_image{
    position: relative;
    margin-left: 0em;
    margin-bottom: 2em;
    float: left;
    width: 108%;
}
.Commercial_second_image::before{
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    height: 30%;
    width: 101%;
    height: 101%;
    background-size: 100% 100%;
    background-image: url(../images/commercial/commercial_img2_shape.webp);
}
.Commercial_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 750px;
}
.Commercial_second_inner h3,
.Commercial_second_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.Commercial_second_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.Commercial_page_thirdblk{
  float: left;
  width: 100%;
  margin: 2em 0;
  padding: 2em 0;
}
.Commercial_third_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Commercial_third_imageblk{
  float: left;
}
.Commercial_third_image{
  position: relative;
  margin-right: 2em;
}
.Commercial_third_image::before{
    position: absolute;
    content: '';
    left: -1px;
    top: -1px;
    height: 30%;
    width: 101%;
    height: 101%;
    background-size: 100% 100%;
    background-image: url(../images/commercial/commercial_img3_shape.webp);
}
.Commercial_third_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 700px;
}
.Commercial_third_inner h3,
.Commercial_third_inner h2{
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.Commercial_third_inner p{
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.Commercial_reviews_block{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  background-color: #fbfbfc;
  overflow: hidden;
}
.Commercial_reviews_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Commercial_reviews_title{
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}
.Commercial_reviews_title span{
  text-align: center;
  font-size: 20px;
  color: #ecbd00;
  font-weight: 600;
}
.Commercial_reviews_title h3{
  text-align: center;
  font-size: 50px;
  letter-spacing: -2px;
  color: #000000;
  font-weight: 400;
}
.Commercial_reviews_slick{
  float: left;
  width: 100%;
}
.Commercial_reviews_slick .slick-list.draggable {
  margin: 0 -150px;
  padding: 2em 0 3em 0;
  filter: drop-shadow(0.698px 19.988px 17.5px rgba(0,0,0,0.15));
}
.Commercial_reviews_slick .review_single_inner {
    background-image: url(../images/blogdetail/detailpg_reviewbg.webp);
}
.Commercial_reviews_slick .review_author_detail a::after{
  content: unset;
}

.Commercial_page_faq{
  position: relative;
}
.Commercial_page_faq::after {
    position: absolute;
    content: '';
    z-index: -3;
    top: 12.7em;
    left: 0;
    right: 0;
    width: 100%;
    height: 75%;
    background-color: #f8f9fb;
}
.Commercial_page_faq .faq_page_inner {
    float: left;
    width: 100%;
    margin: 2em 0;
    display: flex;
    flex-direction: row-reverse;
}
.Commercial_page_faq .faq_page_image::before{
    background-image: url(../images/commercial/commercial_faq_image_shape.webp);
}
.Commercial_page_faq .faq_page_title h3::before {
    top: -0.5em;
    right: -24px;
    left: unset;
    height: 195%;
    border-top: unset;
    width: 106%;
    border-radius: 10px 35px 10px 10px;
}
.Commercial_page_faq .faq_page_title h3 {
    padding-left: 1em;
}


/* aboutus page */
.Aboutus_page_firstblk{
  float: left;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
  position: relative;
  z-index: 1;
}
.Aboutus_first_inner{
  float: left;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 1em 0 0 0;
}
.Aboutus_first_imageblk{
  float: left;
}
.Aboutus_first_image{
  position: relative;
  margin-right: 4em;
}
.Aboutus_first_image::before{
    position: absolute;
    content: '';
    right: -2em;
    top: -2em;
    height: 100%;
    width: 100%;
    border-radius: 90px;
    border-bottom-left-radius: 0;
    border: 2px solid #e7bb03;
    z-index: 1;
}
.Aboutus_first_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 677px;
  border-radius: 90px;
  border-bottom-left-radius: 0;
  filter: drop-shadow(16.992px 20.983px 20px rgba(0,0,0,0.22));
  border: 1px solid rgba(255,255,255,0.67);
}
.Aboutus_first_inner h1,
.Aboutus_first_inner h2{
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  font-weight: 400;
}
.Aboutus_first_inner h3,
.Aboutus_first_inner h4{
  font-size:36px;
  line-height: 44px;
  color: #000000;
  font-weight: 400;
}
.Aboutus_first_inner p{
  font-size:18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.Aboutus_first_inner .second-content{
  padding: 1em 0;
}
.Aboutus_first_inner .second-content p{
  color: #fff;
}

.aboutus_services_block{
  position: relative;
}
.aboutus_services_block::after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: -22em;
  width: 100%;
  height: 110%;
  background-color: #000;
  z-index: -2;
}
.aboutus_services_block .services_single_inner {
    border-radius: 20px;
    background-color: #fff;
}
.aboutus_services_block .services_single_content {
    padding: 0 15px;
}
.aboutus_services_block .services_single_icon {
    margin-top: -2.5em;
    background-color: #ecbd00;
    border: 2px solid #000000;
}
.aboutus_services_block  .home_services_title h2, 
.aboutus_services_block .home_services_title h3 {
  color: #fff;
}
.aboutus_services_block .home_services_slick .slick-list.draggable {
    padding: 3em 0 4em 0;
}

.Aboutus_page_secondblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Aboutus_second_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Aboutus_second_imageblk{
  float: right;
}
.Aboutus_second_image{
  position: relative;
  margin-left: 4em;
}
.Aboutus_second_image::before{
    position: absolute;
    content: '';
    right: -17px;
    top: 17px;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    border: 2px solid #000000;
    z-index: -1;
}
.Aboutus_second_image::after{
    position: absolute;
    content: '';
    right: -45px;
    bottom: -45px;
    height: 100%;
    width: 100%;
    z-index: -2;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: #ecbd00;
}
.Aboutus_second_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 545px;
  border-radius: 5px;
  filter: drop-shadow(8.626px 16.929px 16px rgba(0,0,0,0.25));
  border: 1px solid #000000;
}
.Aboutus_second_inner h1,
.Aboutus_second_inner h2{
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  font-weight: 400;
}
.Aboutus_second_inner h3,
.Aboutus_second_inner h4{
  font-size:36px;
  line-height: 44px;
  color: #000000;
  font-weight: 400;
}
.Aboutus_second_inner p{
  font-size:18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}

.Aboutus_page_thirdblk{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
  position: relative;
}
.Aboutus_page_thirdblk::after{
position: absolute;
    content: '';
    right: 0px;
    bottom: 25px;
    height: 46%;
    width: 80%;
    border-bottom-left-radius: 300px;
    background-color: #292929;
    z-index: -3;
}
.Aboutus_third_inner{
  float: left;
  width: 100%;
  margin: 1em 0;
  padding: 1em 0;
}
.Aboutus_third_imageblk{
  float: left;
}
.Aboutus_third_image{
  position: relative;
  margin-right: 4em;
}
.Aboutus_third_image::before{
    position: absolute;
    content: '';
    right: -15px;
    bottom: 0px;
    height: 100%;
    width: 100%;
    border-radius: 322px;
    border-top-right-radius: 0;
    background-color: #fbfbfc;
    z-index: -1;
}
.Aboutus_third_image img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 580px;
  border-radius: 322px;
  border-top-right-radius: 0;
  filter: drop-shadow(8.626px 16.929px 16px rgba(236,189,0,0.25));
  background-color: #fbfbfc;
  border: 2px solid #ffffff;
}
.Aboutus_third_inner h1,
.Aboutus_third_inner h2{
  font-size: 50px;
  line-height: 60px;
  color: #000000;
  font-weight: 400;
}
.Aboutus_third_inner h3,
.Aboutus_third_inner h4{
  font-size:36px;
  line-height: 44px;
  color: #000000;
  font-weight: 400;
}
.Aboutus_third_inner p{
  font-size:18px;
  line-height: 30px;
  color: #000000;
  font-weight: 400;
}
.thirdblk_last_content{
  padding: 1em 0;
}
.thirdblk_last_content p{
  color: #fff;
}

.aboutus_blogs {
  margin-top: 3em;
}
.aboutus_blogs .hme_blogs_title{
  margin: 0;
  text-align: left;
  padding-left: 2em;
}
.aboutus_blogs .hme_blogs_title h3{
  display: inline-block;
  border-bottom: 2px solid;
}
.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active .blog_single_inner{
  top: 0;
}
.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active+.slick-active .blog_single_inner,
.aboutus_blogs .blog_single_inner {
    flex-direction: column;
    gap: 0;
}
.aboutus_blogs .blog_single_image img {
    height: 315px;
    border-radius: 28px 28px 0 0;
}
.aboutus_blogs .blog_single_content {
    top: -2em;
    padding: 4em 1em 1.5em 1em;
}
.aboutus_blogs .blogsingle_date{
    width: 35%;
    left: unset;
    right: 25px;
    margin: 0;
    top: -1px;
    bottom: unset;
    border-radius: 0 0 10px 10px;
    background-color: #ecbd00;
}

.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active .blogsingle_date {
    width: 35%;
    left: unset;
    right: 25px;
    margin: 0;
    top: -1px;
    bottom: unset;
    border-radius: 0 0 10px 10px;
    background-color: #000;
}
.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active+.slick-active .blogsingle_date{
    top: -1px;
    border-radius: 0 0 10px 10px;
    background-color: #ecbd00;
}

.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active .blog_single_content{
  filter: drop-shadow(0px 21px 19px rgba(0,0,0,0.12));
}
.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active+.slick-active .blog_single_content{
  filter: unset;
}
.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active .blog_single_content h4{
  color: #ecbd00;
}
.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active+.slick-active .blog_single_content h4{
  color: #000;
}

/* accessibility, sitemap, privacy policy, tearms and conditions page */

.cms_page_content h2,
.cms_page_content h1{

  font-size: 40px;

    color: #000;

  font-weight: 500;

}
.cms_page_content h3,
.cms_page_content h2{

  font-size: 35px;

    color: #000;

  font-weight: 500;

}
.cms_page_content p{

  font-size: 18px;

  line-height: 30px;

  color: #000;

  font-weight: 400;

}
/* sitemap page */

.sitemap-data h2,

.sitemap-data h1{

  font-size: 40px;

    color: #000;

  font-weight: 500;

}

.cms_page_content p a,

.sitemap-data p a{

  border-bottom: 1px solid #000;

  color: #5c5c5c;

}

.cms_page_content ul li a,

.sitemap-data ul li a{

  border-bottom: 1px solid #000;

  color: #5c5c5c;

}

.cms_page_content ul li,
.sitemap-data ul li{

    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    display: flow-root;
    padding-left: 2em;
    margin-bottom: 10px;
    position: relative;
}

.cms_page_content ul li::before,
.sitemap-data ul li::before{
    content: "\f084";
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 19px;
    color: #ecbd00;
}

.mobile_banner,
.mobile_bottom{
  display: none;
}
div#toolbarContainer{
    display: none;
}

/* responsive styles */

@media only screen and (min-width:1400px) {

.header_wrapper::after {
    height: 100%;
}

}
@media only screen and (min-width:1500px) {

}
@media only screen and (min-width:1600px) {

}
@media only screen and (min-width:1700px) {

}
@media only screen and (min-width:1800px) {

}
@media only screen and (min-width:1920px) {

.home_second_block::after {
    width: 54.2%;
}
.home_reviews_inner{
  padding-left: 21em;
}
.home_first_image::before {
    right: 0;
    left: -78px;
    bottom: -35px;
    height: 15%;
    width: 56%;
    rotate: 6deg;
}
.header_contdetail {
    right: -2em;
}

}
@media only screen and (min-width: 2160px) {

}


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

/* home page */
.container{
  max-width: 100%;
  padding: 0 15px;
}
.header_wrapper .container{
  max-width: 100%;
  padding: 0 15px;
}
.header_contdetail {
    padding-left: 6em;
}
.header-nav nav>ul>li>a {
    padding: 15px 5px 15px;
}
.header_wrapper.fixed .header-nav nav>ul>li>a {
    padding: 10px 5px 10px;
}
.header_wrapper::after{
  content: unset;
}
.header_offermain {
    padding: 0;
    padding-left: 7em;
}
.header_firstright::after {
    left: -3px;
}
.bannerhme_content{
  left: 4em;
}
.bannerhme_wrapper {
    margin-top: -47px;
}
.home_second_image {
    width: 100%;
}
.home_second_block::after {
    left: 0;
    top: -14em;
    height: 101%;
    width: 53%;
}
.home_third_image {
    margin-right: 0em;
    padding: 0 0em;
    width: 100%;
}
.faqhme_image_inner {
    margin-left: 0em;
    width: 100%;
}
.faqhme_title {
    bottom: 20px;
    width: 100%;
    padding: 0px 0em;
}

/* innerpages */

/* service areas */
.servicearea_list_block {
  left: 2em;
}

/* commercial page */
.Commercial_first_image::before{
  content: unset;
}
.Commercial_second_image{
  width: 100%;
}
/* auto page */
.auto_third_image {
    margin-right: 1em;
    width: 99%;
}
/* servicedetail page */
.servicedet_first_image::after {
    left: -10px;
}
.servicedet_first_image::before{
  content: unset;
}
.detailpage_whychoose_block .container{
  max-width: 100%;
  padding: 0 15px;
}
.detailpage_whychoose_content h3 {
    font-size: 30px;
    line-height: 40px;
}

/* aboutus page */
.Aboutus_second_image::after{
  right: -10px;
  bottom: -30px;
  height: 110%;
  width: 100%;
}
.Aboutus_second_image::before {
  right: -10px;
}
.Aboutus_page_thirdblk::after{
  width: 100%;
}
/* services page */
.services_odd_image::after {
    top: -10px;
    left: 25px;
    height: 104%;
    width: 90%;
}

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

/* home page */
.header_wrapper.fixed .header-nav nav>ul>li>a {
  padding: 10px 3px 10px;
}

.header_wrapper{
  background-color: #ecbd00;
}
.header_logo_inner {
  top: 0;
  position: absolute;
  padding: 0em 1em 3.5em 1em;
}
.header_hle::after,
.header_offermain p::before,
.header_offermain::before,
.header_wrapper::before{
  content: unset;
}
.header_offersec{
    padding: 1em 0 1em 0;
  background-color: #000;
}
.header-nav nav>ul>li>a {
  padding: 8px 3px 8px;
  font-size: 13px;
  letter-spacing: -0.3px;
}
.header_shedule b {
    font-size: 10px;
    line-height: 20px;
}
.header_offermain {
  padding-left: 1em;
}
.header_contdetail {
  padding-left: 4em;
}
.header_offermain p, 
.header_offermain p b {
    font-size: 13px;
}
.header_shedule {
    font-size: 20px;
    line-height: 18px;
    gap: 0px;
}
.bannerhme_wrapper {
  margin-top: 0px;
}
.bannerhme_image img, .bannerhme_image video {
    height: 700px;
}
.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
    font-size: 30px;
    line-height: 40px;
}
.bannerhme_content_inner p {
    font-size: 14px;
    line-height: 20px;
}
.bannerhme_content{
  top: 14em;
}
.home_services_title h2, .home_services_title h3 {
    font-size: 30px;
    line-height: 40px;
    color: #b59100;
    font-weight: 400;
    text-align: center;
    padding: 0px 0em;
}
.services_single_content h4 {
    font-size: 20px;
    line-height: 30px;
}
.home_first_image img {
    height: 400px;
}
.home_first_inner h1, .home_first_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.whychoose_image::after,
a.reviews_call::before,
.home_second_block::after,
.home_first_image::before,
.home_second_image::before{
  content: unset;
}
.home_second_image{
  margin-left: 2em;
  width: auto;
  margin-top: 0;
}
.home_second_image img{
  height: 500px;
  border-radius: 100px;
  border: 1px solid #fff;
}
.home_reviews_title h3 {
    font-size: 30px;
}
.short_reviews span {
    font-size: 20px;
}
.whychoose_image img{
  height: 600px;
}
.home_whychoose_imageblk span{
  display: none;
}
.home_whychoose_inner h3{
    font-size: 30px;
    line-height: 40px;
}
.whychoose_image {
    margin-right: 2em;
}
.whychoose_image::before {
    height: 102%;
    width: 103%;
}
.whychoose_single {
  float: left;
  width: 50%;
    top: 0 !important;
    left: 0 !important;
    position: relative !important;
}
.whychoose_list {
    float: left;
    width: 100%;
    padding-top: 0em;
}
.home_second_inner h3, .home_second_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.faqhme_image_inner::before{
  content: unset;
}
.faqhme_image_inner{
  filter: drop-shadow(0px -20px 17px rgba(236,189,0,0.17));
}
.faqhme_image_inner img{
  height: 500px;
  clip-path: polygon(50% 0, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
.faqhme_title h2,
.faqhme_title h3{
  color: #fff;
}
.faq_question_box .set a.active {
  font-size: 18px;
  padding: 0.5em 2.5em 0.5em 1.5em;
}
.faq_question_box .set a {
    padding: 01em 2.5em 1em 1.5em;
    font-size: 16px;
    line-height: 26px;
}
.home_third_image img{
  height: 500px;
}
.blog_single_content h4 {
    font-size: 20px;
    line-height: 30px;
}
.home_third_inner h3, .home_third_inner h2{
    font-size: 30px;
    line-height: 40px;
}
.hme_blogs_slick .slick-active+.slick-active .blog_single_inner {
    top: 0;
    flex-direction: column-reverse;
}
.hme_blogs_slick .slick-active+.slick-active .blogsingle_date{
    top: -38px;
    bottom: unset;
    border-radius: 10px 10px 0px 0px;
    background-color: #ecbd00;
}
.blog_single_image img{
  height: 200px;
}
.footer_address p {
    font-size: 16px;
    line-height: 24px;
}

/* innerpages */

/* innerpage banner */
.innerpage_banner_content .ban_review_rating {
    width: 50%;
    bottom: 0;
}
.innerpage_banner_image img{
  height: 500px;
}
.innerbanner_heading {
    font-size: 30px;
    line-height: 40px;
}
.innerpage_banner_content {
    width: 40%;
    bottom: 0em;
    border-radius: 50%;
    border-bottom-left-radius: 0px;
    background-color: #101010;
}
.innerpage_banner_image::before{
  content: unset;
}
.innerpageban_content_inner {
    padding: 8em 6em 2em 3em;
}

/* service areas */
.serviceareas_banner_title h1 {
    font-size: 36px;
}
.serviceareas_banner_inner .header_shedule::after,
.servicearea_listblk_inner li a::after{
  content: unset;
}
.servicearea_listblk_inner li a {
    font-size: 20px;
    padding: 1em 1em 1em 3em;
}
.servicearea_listblk_inner li a::before {
    left: 10px;
}
/* faq page */
.faq_page_title h2 {
    font-size: 36px;
}
.faq_page_title h2::before{
  content: unset;
}
/* contactus */
a.contact_link_mail,
a.contact_link_call,
.contact_link ul li p {
    font-size: 20px;
    line-height: 30px;
}
.contact_link {
    padding: 1em 1em 1em 1em;
}
.contactus_form_inner h2 {
    font-size: 26px;
    line-height: 34px;
}
.contactus_form_inner {
    padding: 0em 1em 1em 1em;
}
.form-group.servicesch select, .formcover_contact input.form-control {
    font-size: 16px;
    line-height: 28px;
    height: 45px;
}
.address textarea {
    font-size: 16px;
    line-height: 28px;
    height: 120px;
}
.contactsubmit_btn button {
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0px;
}
.contact_page_imageblk img {
    height: 590px;
}

/* residential page */
.Residential_first_inner .second-content p{
  color: #000;
}
.Residential_third_image::before,
.Residential_second_image::before,
.Residential_first_inner::after{
  content: unset;
}
.Residential_second_image {
    margin-right: 2em;
    margin-top: 0;
}
.Residential_first_inner h1, .Residential_first_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.Residential_second_inner h1, .Residential_second_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.Residential_third_inner h1, .Residential_third_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.Residential_third_image img {
    width: 450px;
    height: 450px;
    filter: drop-shadow(4.086px 10.428px 17.5px rgba(0, 0, 0, 0.26));
}

/* auto page */

.auto_first_inner h1, .auto_first_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.auto_first_image img{
  height: 500px;
}
.auto_first_image {
    margin-right: 2em;
    margin-bottom: 2em;
}
.auto_second_inner h2, .auto_second_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.auto_second_image img{
  height: 450px;
  width: 450px;
}
.auto_second_image::before{
  content: unset;
}
.auto_last_image img{
  height: 450px;
  width: 450px;
}
.auto_third_inner h2, .auto_third_inner h3{
  font-size: 30px;
  line-height: 40px;
}
.auto_last_inner h2,.auto_last_inner h3{
  font-size: 30px;
  line-height: 40px;
}
.auto_page_lastblk::after{
  content: unset;
}

.auto_page_faqblk .faq_page_title h3{
  background-color: unset;
  color: #000;
}
.auto_page_faqblk .faq_page_title h3::before{
  content: unset;
}

.auto_services_block {
    padding: 1em 0 2em 0;
}

/* commercial page */
.Commercial_first_image {
    margin-right: 2em;
    margin-bottom: 2em;
}
.Commercial_first_image img{
  height: 500px;
}
.Commercial_first_inner h3, .Commercial_first_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.Commercial_second_image img{
  height: 500px;
}
.Commercial_second_inner h3, .Commercial_second_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.Commercial_third_inner h3, .Commercial_third_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.Commercial_third_image img{
  height: 500px;
}
/* service detail */
.servicedet_first_inner h1, .servicedet_first_inner h2,.servicedet_first_inner h3{
  font-size: 30px;
  line-height: 40px;
}
.servicedet_first_image img{
  height: 500px;
}
.servicedet_second_inner h2, .servicedet_second_inner h3{
  font-size: 30px;
  line-height: 40px;
}
.servicedet_second_image img{
  height: 500px;
}
.detailpage_whychoose_single {
    width: 46%;
    padding: 2em 1em;
}
.detailpage_whychoose_title h4 {
    font-size: 20px;
    line-height: 30px;
}
.detailpage_whychoose_content p {
    font-size: 16px;
    line-height: 26px;
}

/* aboutus page */
.Aboutus_first_inner h1, .Aboutus_first_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.Aboutus_first_image::before {
    right: -10px;
    top: -10px;
    height: 100%;
    width: 100%;
    border-radius: 60px;
}
.Aboutus_first_image img{
    border-radius: 60px;
}
.Aboutus_second_inner h3, .Aboutus_second_inner h4{
  font-size: 30px;
  line-height: 40px;
}
.Aboutus_third_inner h3, .Aboutus_third_inner h4{
  font-size: 30px;
  line-height: 40px;
}
.thirdblk_last_content p{
  color: #000;
}
.Aboutus_page_thirdblk::after{
  content: unset;
}

/* blogdetail page */
.blogdetail_page_wrapper h2{
  font-size: 30px;
  line-height: 40px;
}
.blogdetail_page_wrapper h3,
.blogdetail_page_wrapper h4{
  font-size: 26px;
  line-height: 36px;
}
.blogdet_services .services_single_content h4 {
    font-size: 20px !important; 
}

/* services page */
.services_oddblk_inner h3, .services_oddblk_inner h2{
  font-size: 30px;
  line-height: 40px;
}
.services_evenblk_inner h3, .services_evenblk_inner h2{
  font-size: 30px;
  line-height: 40px;
}

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

.header_wrapper.fixed {
    z-index: 99;
    position: fixed;
}
#mob_menu li a:hover{
  display: none;
}

/* mobile menu open */

  .mobile-header.fixed,
  .mob_navi.menu.fixed
  {
   position: fixed;
   z-index: 999;

  }
  .mobtext {
        position: absolute;
        bottom: -15px;
        right: 2px;
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        z-index: 999;
  }
  .mob_navi,
  .mob_navi.submenu_open {
    overflow-y: hidden;
  }
  .mob_navi,
  .submenu_open #mob_menu {
    transform: translate(-100%, 0);
    transition: 0.5s;
  }
  .mob_navi,
  .mob_navi.fixed {
    overflow-x: hidden;
    z-index: 99 !important;
    height: 100%;
  }
  .mobile-header {
    float: left;
    position: absolute;
    right: 12px;
    top: 10px;
  }
  .google_icon a,
  .mobile-header.fixed button.navbar-toggle,
  button.navbar-toggle {
    font-size: 0;
  }
  .mob_sub_navigate i,
  .mob_sub_navigate span {
    height: 35px;
    line-height: 35px;
    color: #272727;
    cursor: pointer;
  }
  .header_location,
  .header_secondblck,
  .header_secondblk,
  .header_topsec_third_inner span,
  span.menutext {
    display: none;
  }
  .header_topsec:before {
    width: 18%;
  }
  #mob_menu,
  .mob_sub_menu {
    margin: 0;
    background-color: #fff;
  }
  .header_topsec_first {
    width: 40%;
  }
  .header_topsec_second_inner {
    padding-left: 40px;
  }
  .header_topsec_second_inner:before {
    left: -40px;
  }
  .header_topsec_third {
    position: relative;
    width: 22%;
    text-align: right;
  }
  .header_topsec_third ul {
    display: inline-block;
    width: 70%;
    margin-left: 0;
    text-align: right;
  }
  .nav_mob a,
  .nav_mob ul > li {
    display: block !important;
  }
  .glyphicon,
  .mob_sub_link span {
    display: inline-block;
    position: relative;
  }
  .header_top_sec:before {
    width: 65%;
  }
  .header_top_sec:after {
    width: 38%;
    clip-path: polygon(0 0, 100% 0%, 91% 100%, 0% 100%);
  }
  .header_topsec_third_inner ul li {
    margin: 0 12px;
  }
  .header_review_inner,
  .service_home_slider ul.slick-dots {
    margin-left: 0;
  }
  .mobile-header button.navbar-toggle {
    height: 33px;
  }
  .mob_navi.fixed {
    position: fixed;
    top: 0;
    width: 350px;
  }
  .mob_navi::-webkit-scrollbar {
    width: 5px;
  }
  .mob_navi::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  .mob_navi::-webkit-scrollbar-thumb {
    background:#ebbd00; 
    border-radius: 10px;
  }
  .glyphicon {
    top: 1px;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mob_sub_navigate i {
    width: 48%;
    padding-right: 15px;
    font-size: 18px;
    text-align: right;
    float: right;
  }
  #mob_menu,
  .mobile.header,
  .nav_mob a,
  .nav_mob ul > li {
    width: 100%;
    float: left;
  }
  #mob_menu {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 2em;

  }
  .mob_navi.menu.menu_open.submenu_open1 span,
  .mob_navi.submenu_open .mob_sub_navigate span {
    opacity: 1;
  }
  #mob_menu li {
    list-style-type: none;
    border-bottom: 1px solid #eee;
    display: unset;
  }
  .nav_mob a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #f1f1f1;
  }
  #mob_menu li a:hover {
    background-color: #000;
    color:#fff;
    transition: 0.5s;
  }
  .mob_sub_menu {
    width: 100%;
    padding: 0;
  }
  li.mob_sub_link.first-open span.fa.fa-chevron-up,
  li.mob_sub_link.second-open span.fa.fa-chevron-up,
  li.mob_sub_link.third-open span.fa.fa-chevron-up {
    opacity: 0;
    visibility: hidden;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-up,
  li.mob_sub_link.second-open.active span.fa.fa-chevron-up,
  li.mob_sub_link.third-open.active span.fa.fa-chevron-up {
    opacity: 1;
    visibility: visible;
  }
  li.mob_sub_link.first-open.active span.fa.fa-chevron-down,
  li.mob_sub_link.second-open.active span.fa.fa-chevron-down,
  li.mob_sub_link.third-open.active span.fa.fa-chevron-down {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .mob_sub_link span {
    font-size: 16px;
    width: 10px;
    text-align: center;
    right: 10px;
    line-height: 0px;
    cursor: pointer;
    float: right;
    margin-right: 5px;
    color: #000;
    top: -27px;
  }
  .mob_sub_link:hover span{
    color: #fff !important;
  }
  .mob_sub_link span:hover {
    color: #fff !important;
  }
  .mobile.header {
    background-color: #222;
    color: #fff;
    padding: 10px 10px 10px 15px;
  }
  ul.mob_sub_menu.submenu_open {
    transform: translate(0, 0);
    transition: 0.5s;
    height: 480px;
    overflow-y: scroll;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar {
    width: 3px;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #09182b;
  }
  ul.mob_sub_menu.submenu_open::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
  }
  .mob_navi.menu,
  .mobile-header,
  .mobile-top-head,
  .mobile.header,
  .mobile.mobile-one {
    display: block;
  }
  .mobile-header button.navbar-toggle {
    color: #09182b;
    float: left;
    margin-left: 0px;
    margin-right: 3px;
    padding: 6px 8px;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    margin-top: 4px;
    height: 35px;
  }
  .mobile-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
    padding: 10px 0;
    display: none;
  }
  .mobile-header .navbar-toggle .icon-bar {
    background-color: #09182b;
  }
  .mob_navi {
    position: fixed;
    top: 0;
    width: 350px;
    border-top-left-radius: 0;
    overflow-y: scroll;
    padding-top: 4em;
    background-color: #fff;
  }
  .mob_navi.menu_open {
    width: 100%;
    transform: translate(0, 0);
  }
  .mob_sub_navigate span {
    width: 50%;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
  }
  .mob_navi.menu .fixed {
    display: block;
  }

.navbar-toggle.menu_open .header_icon {
    opacity: 0;
    display: none;
    transition: .5s;
      font-size: 0;
}
.navbar-toggle.menu_open .header_icon2 {
    opacity: 1;
    display: block;
    transition: .5s;
    font-size: 0;
}
.navbar-toggle.menu_open .header_icon2 .close-x{
        color: #09182b;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Roboto-Bold';
}
.mobile-header button.navbar-toggle.menu_open{
    padding: 6px 11px;
}
.header_icon,
.header_icon2{
  font-size: 0;
}

.header_secondblock{
  display: none;
}

/* mobile menu close */

.header_wrapper {
  background-color: #000000;
}
.header_contdetail {
  padding-left: 0em;
}
.header_shedule{
  padding-left: 0;
}
.header_wrapper.fixed .header_offersec{
  padding: 1em 0;
}
.header_wrapper.fixed .header_logo_inner img,
.header_logo_inner img {
    height: 65px;
}

.bannerhme_content_inner h1, .bannerhme_content_inner h2 {
  font-size: 26px;
  line-height: 36px;
}
.bannerhme_content{
  width: 350px;
}
.bannerhme_content_inner .header_shedule {
    padding-left: 1em;
    font-size: 24px;
}
.bannerhme_content_inner .header_shedule::after {
  font-size: 26px;
  left: -10px;
}
.bannerhme_image img, .bannerhme_image video {
  height: 600px;
}
.bannerhme_image::after{
  content: unset;
}
.home_services_title h2, .home_services_title h3 {
  font-size: 26px;
  line-height: 36px;
}
.services_single_image img{
  height: 250px;
}
.home_third_inner h3, .home_third_inner h2 {
  font-size: 26px;
  line-height: 36px;
}
.faq_question_box {
    padding: 0em 1em 1em 0em;
}
.faq_question_box .content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.faq_question_box .set a::before {
    font-size: 18px;
    top: 18px;
    right: 15px;
}
.blog_single_content p{
  display: none;
}
.footer_about_section{
  float: left;
  width: 100%;
}
.footer_menus_section {
    float: left;
    width: 50%;
    padding-left: 0em;
}
.footer_contact_section {
    width: 50%;
    padding-left: 2em;
}


/* innerpages */

/* innerpage banner */
.innerpage_banner_content {
  border-radius: 30px;
  border-bottom-left-radius: 0px;
}
.innerpageban_content_inner{
  padding: 0em 2em 2em 2em;
}
.innerpage_banner_content .ban_review_rating {
  width: 60%;
}
.innerpage_banner {
    margin-top: 0em;
    margin-bottom: 2em;
}
.innerpage_banner_image img{
  height: 500px;
}


/* service areas */
.serviceareas_banner_title h1 {
  font-size: 30px;
}
.serviceareas_banner_content {
    padding: 0em 0 0 3em;
}
.serviceareas_banner_content p {
    font-size: 16px;
    line-height: 26px;
}
.serviceareas_banner_inner .header_shedule{
  width: 85%;
}
.servicearea_map_block .gmap_canvas, .servicearea_map_block .mapouter{
  float: left;
  width: 100%;
  border-radius: 0px;
}
.servicearea_list_block::after{
  content: unset;
}
.servicearea_list_block {
  left: 1em;
  width: 45%;
}
.servicearea_listblk_inner{
  border-radius: 10px;
}
.servicearea_listblk_inner ul {
    padding: 2em 1em 1em 1em;
}
/* faq page */
.faq_page_title h2 {
  font-size: 28px;
}
.faq_page_inner{
  margin: 0;
}
.faq_page_wrapper{
  padding: 0;
}
.faq_page_image img{
  height: 650px;
}
/* contactus */
.phonenumber,.date,
.time, .servicesch{
  float: left;
  width: 100%;
  padding: 0;
}
.captcha_box .g-recaptcha {
    max-width: 100%;
}
.contactus_map_inner {
    float: left;
    width: 100%;
}
.contact_page_imageblk img {
  height: 450px;
}

/* residential page */
.Residential_first_inner{
  padding: 0;
  margin: 0;
}
.Residential_first_image::after {
    left: -10px;
}
.Residential_first_image img{
  height: 400px;
}
.Residential_first_image{
  margin-bottom: 2em;
}
.Residential_first_inner h1, .Residential_first_inner h2{
  font-size: 26px;
  line-height: 34px;
}
.Residential_second_inner{
  padding: 0;
  margin: 0;
}
.Residential_second_image::after {
    top: -10px;
}
.Residential_second_image img{
  height: 400px;
}
.Residential_second_image{
  margin-bottom: 2em;
}
.Residential_second_inner h2, .Residential_second_inner h3{
  font-size: 26px;
  line-height: 34px;
}
.Residential_third_inner h3, .Residential_third_inner h2{
  font-size: 26px;
  line-height: 34px;
}
.Residential_third_image img {
  width: 350px;
  height: 350px;
}
/* auto page */
.auto_first_inner h1, .auto_first_inner h2{
  font-size: 26px;
  line-height: 34px; 
}
.auto_first_image::before{
  content: unset;
}
.auto_second_inner h2, .auto_second_inner h3{
  font-size: 26px;
  line-height: 34px;
}
.auto_second_image {
  margin-top: 0;
    margin-left: 2em;
    margin-bottom: 2em;
}
.auto_second_image img {
  height: 350px;
  width: 350px;
  outline: unset;
}
.auto_third_image::before{
  content: unset;
}
.auto_third_image{
  margin-top: 0;
}
.auto_third_image img{
  border: 1px solid #fff;
  height: 400px;
  filter: drop-shadow(6.451px 16.804px 12px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
}
.auto_third_inner h2, .auto_third_inner h3{
  font-size: 26px;
  line-height: 34px;
}
.auto_page_lastblk::before,
.auto_page_thirdblk::after{
  content: unset;
}
.auto_last_image img {
  height: 350px;
  width: 350px;
  outline: 1px solid;
  outline-offset: 5px;
}

/* commercial page */
.Commercial_first_inner h3, .Commercial_first_inner h2{
  font-size: 26px;
  line-height: 36px;
}
.Commercial_first_image img{
  height: 350px;
}
.Commercial_second_image img{
  height: 400px;
}
.Commercial_second_inner h3, .Commercial_second_inner h2{
  font-size: 26px;
  line-height: 36px;
}
.Commercial_third_inner h3, .Commercial_third_inner h2 {
  font-size: 26px;
  line-height: 36px;
}
.Commercial_third_image img{
  height: 370px;
}
.Commercial_reviews_title h3 {
    font-size: 28px;
    letter-spacing: -1px;
}

/* servicedetail page */
.servicedet_first_image img {
   height: 400px;
    border-radius: 0 50px;
}
.servicedet_first_inner h1, .servicedet_first_inner h2, .servicedet_first_inner h3 {
  font-size: 26px;
  line-height: 36px;
}
.servicedet_second_inner h2, .servicedet_second_inner h3 {
  font-size: 26px;
  line-height: 36px;
}
.servicedet_second_image {
    margin-left: 1em;
    margin-bottom: 1em;
}
.servicedet_second_image img{
  height: 350px;
}
.detailpage_whychoose_icons_inner{
  margin: 0 0 2em 0;
}
.detailpage_whychoose_contentblk,
.detailpage_whychoose_iconsblk{
  float: left;
  width: 100%;
}
.detailpage_whychoose_single {
  width: 48%;
}    
.detailpage_faq .faq_page_title h3{
  font-size: 28px;
  color: #000;
}
.detailpage_faq .faq_page_title h3::after{
  content: unset;
}
.detailpage_faq .faq_page_image img {
    height: 615px;
}

/* aboutus page */

.Aboutus_first_image {
  margin-right: 2em;
  margin-bottom: 2em;
}
.Aboutus_first_image img{
  height: 500px;
}
.Aboutus_first_inner .second-content p{
  color: #000;
}
.Aboutus_first_inner h3, .Aboutus_first_inner h4{
  font-size: 26px;
  line-height: 34px;
}
.aboutus_services_block::after{
  content: unset;
}
.aboutus_services_block{
  background-color: #000;
}
.Aboutus_second_image {
  margin-left: 1em;
  margin-bottom: 2em;
}
.Aboutus_second_image img{
  height: 350px;
}
.Aboutus_second_inner h3, .Aboutus_second_inner h4{
  font-size: 26px;
  line-height: 34px;
}
.Aboutus_third_inner h3, .Aboutus_third_inner h4{
  font-size: 26px;
  line-height: 34px;
}
.Aboutus_third_image {
    margin-right: 2em;
}
.Aboutus_third_image img {
    height: 375px;
}
.aboutus_blogs .hme_blogs_slick .slick-active+.slick-active .blog_single_inner {
    top: 0;
    flex-direction: column;
}
.aboutus_blogs .blogsingle_date {
    width: auto !important;
    padding: 5px 10px !important;
}
.aboutus_blogs .blog_single_content p{
  display: none;
}
.aboutus_blogs .blog_single_content {
    padding: 2.5em 1em 1.5em 1em;
}
.aboutus_blogs .blog_single_image img {
    height: 225px;
}
.aboutus_blogs .hme_blogs_title h2,
.aboutus_blogs .hme_blogs_title h3 {
    font-size: 28px;
    line-height: 38px;
}

/* blogdetail page */

.blogdetail_page_wrapper h2 {
  font-size: 26px;
  line-height: 34px;
}
.blogdetail_page_wrapper h4,
.blogdetail_page_wrapper h3{
  font-size: 21px;
  line-height: 31px;
}
.blogdetail_image {
    margin: 1em 1em 1em 0;
}
.blogdetail_image img{
  height: 350px;
}

/* services page */
.services_oddblk_inner h3, .services_oddblk_inner h2 {
  font-size: 26px;
  line-height: 34px;
}
.services_evenblk_inner h3, .services_evenblk_inner h2 {
  font-size: 26px;
  line-height: 34px;
}
.services_odd_image {
  margin-right: 2em;
}
.services_odd_image img{
  height: 350px;
}
.services_even_image img{
  height: 350px;
}

/* reviews page */
.reviews_page_firstblk .home_reviews_title{
  display: none;
}
.reviews_page_firstblk .reviews_first_section{
  float: left;
  width: 100%;
}
.reviewspg_third_inner{
  width: 100%;
  margin-left: 0;
  display: block;
  padding: 0;
}
.reviewspg_third_inner .review_single{
  float: left;
  width: 50%;
  margin-bottom: 3em;
}
.reviews_page_secondblk{
  margin: 0;
}
.reviews_page_secondblk::after{
  content: unset;
}
.reviewspg_third_inner{
  padding: 0 15px;
}
.reviews_page_inner .review_single_inner::before,
.reviews_page_inner .review_single_inner::after{
  content: unset;
}
.reviews_page_inner .review_single_inner{
  padding: 1em 1em;
  margin: 0 5px;
}

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

.header_logo{
  float: left;
  width: 30%;
}
.header_firstright{
  float: left;
  width: 70%;
}
.header_offermain{
  display: none;
}
.header_wrapper.fixed .header_offersec,
.header_offersec {
  float: left;
  width: 100%;
  padding: 1.5em 0;
}
.header_wrapper.fixed .header_logo_inner img,
.header_logo_inner img {
  height: 80px;
  transform: scale(1.2);
}
.header_wrapper.fixed .header_logo_inner,
.header_logo_inner {
  padding: 0em 1em 1.5em 1em;
}
.header_contdetail {
  padding-left: 0em;
  justify-content: center;
  align-items: center;
  float: left;
  width: 100%;
}
.bannerhme_wrapper{
  background-color: #000;
}
.bannerhme_content{
  position: relative;
  float: left;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: unset;
}
.bannerhme_image img, .bannerhme_image video{
  height: 350px;
}
.ban_review_rating{
  position: relative;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 20px;
}
.bannerhme_content_inner {
    float: left;
    width: 100%;
    padding: 2em 0em 2em 0em;
}
.bannerhme_content_inner .header_shedule b::before{
  content: unset;
}
.home_services_block{
  overflow: hidden;
}
.home_services_slick .slick-list.draggable{
  margin-right: -100px;
    filter: drop-shadow(5.198px 24.454px 22.5px rgba(236, 189, 0, 0.19));
}
.services_single_content p {
    -webkit-line-clamp: 2;
}
.home_first_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.home_first_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.hme-call {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 10px 10px 30px;
    width: 35%;
    margin-right: 2em;
}
.hme-readmore{
    font-size: 16px;
    line-height: 30px;
    padding: 10px 10px 10px 30px;
    width: 35%;
}
.hme-call::before {
    left: 10px;
    top: 0px;
    height: 16px;
    width: 17px;
}
a.reviews_call {
  font-size: 20px;
  padding: 10px;
  width: 45%;
  text-align: center;
}
.home_reviews_slick .slick-list.draggable {
    margin-right: -100px;
    padding: 1em 0 2em 0;
}
.review_single_inner{
  background-image: unset;
  background-color: #fff;
  border-radius: 50px;
padding: 1em 1em 3em 1em;
margin: 0 5px;
}
.review_author_detail a::after{
  content: unset;
}
.home_whychoose_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.whychoose_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.whychoose_image img{
  height: 400px;
}
.home_whychoose_block{
  margin: 1em 0;
  padding: 0;
}
.home_whychoose_inner{
  margin: 0em 0;
  padding: 0;
}
.faqhme_image{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.faqhme_image_inner{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.faqhme_hle {
    margin: 0em 0 0 0;
    padding: 2em 0 2em 0;
}
.home_faq_block::after{
  height: 97%;
}
.home_second_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.home_second_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.home_second_image img{
  height: 350px;
}
.home_third_imgblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.home_third_image{
  float: unset;
  margin: 0 auto;
  width: 100%;
  max-width: 80%;
}
.home_third_image img{
  height: 350px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.home_third_image::before{
  content: unset;
}
.home_third_inner{
  padding: 0;
  margin: 0;
}
.hme_blogs{
  overflow: hidden;
}
.hme_blogs_title h2, .hme_blogs_title h3 {
    font-size: 28px;
    line-height: 36px;
}
.hme_blogs_slick .slick-list.draggable {
    padding: 2em 0 3em 0;
    margin-right: -100px;
}
.hme_blogs_slick .slick-active+.slick-active .blogsingle_date,
.blogsingle_date {
    top: 0;
    position: relative;
}

.footer_wrapper{
  background-image: unset;
  background-color: #000;
}
.footer_wrap_inner{
  padding: 0;
  margin: 0;
}
.footer_menus_section h4, .footer_contact_section h4 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 0.5em;
}
.footer_about_section,
.footer_menus_section,
.footer_contact_section{
  padding: 0;
  float: left;
  width: 100%;
}
.footer_iboostlogo,
.footer_copyrights {
  float: left;
  width: 100%;
  text-align: center;
}
.footer_copyrights p {
    margin: 0px 0 10px 0;
}

.faq_question_box .set {
    float: left;
    width: 100%;
}

/* innerpages */

/* innerpage banner */
.innerpage_banner{
  background-color: #000;
}
.innerpage_banner_image img{
  height: 350px;
}
.innerpage_banner_content{
  position: relative;
  float: left;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: unset;
}
.innerpage_banner_content .ban_review_rating{
  position: relative;
  left: 0;
  right: 0;
  float: left;
  width: 70%;
  padding: 10px 10px;
  border-radius: 30px;
  text-align: left;
  justify-content: left;
}
.innerpage_banner_content .ban_review_left {
  float: left;
  width: 100%;
}
.innerpageban_content_inner {
  padding: 0em 0em 1.5em 0em;
}
.innerpageban_content_inner .header_shedule {
    font-size: 21px;
    margin-bottom: 1em;
}

/* service areas */
.serviceareas_banner{
  padding: 1em 0;
  background-image: unset;
  background-color: #fff;
}
.serviceareas_banner_title h1 {
  font-size: 28px;
}
.serviceareas_banner_content{
  float: left;
  width: 100%;
  padding-top: 2em;
  padding-left: 0;
}
.serviceareas_banner_title{
  float: left;
  width: 100%;
}
.service_area_inner{
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.service_area_inner .container{
  order: 1;
  width: 100%;
  float: left;
  max-width: 100%;
}
.servicearea_list_block{
  float: unset;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 80%;
  margin: 3em auto;
  width: 100%;
}
.servicearea_map_block{
  order: 2;
  height: auto;
}
.servicearea_map_block .gmap_canvas, 
.servicearea_map_block .mapouter{
  height: 600px;
}
.servicearea_listblk_inner li a::before,
.servicearea_listblk_inner li a:hover::before{
  height: 40px;
  width: 25px;
}
.servicearea_listblk_inner li a {
    font-size: 18px;
}

/* faq page */
.faq_page_title,
.faq_page_imageblk{
  display: none;
}
.faq_page_contentblk{
  float: left;
  width: 100%;
  margin: 2em 0;
}

/* contactus page */
.contact_page_imageblk{
  display: none;
}
a.contact_link_mail, a.contact_link_call, .contact_link ul li p {
  font-size: 18px;
  line-height: 28px;
}
.contactus_form_block::after{
  content: unset;
}
.contactus_map_block{
  float: left;
  width: 100%;
}
.contactus_form_block{
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 2em;
}
.contactus_form_inner{
  float: left;
  width: 100%;
}
.contactus_form_inner h2 {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.contactus_map_inner {
  margin-top: 2em;
}
.address{
  float: left;
  width: 100%;
}

/* residential page */
.Residential_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Residential_first_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}

.Residential_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Residential_second_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.Residential_page_thirdblk{
  margin: 0;
  padding: 0;
}
.Residential_third_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Residential_third_image{
  float: left;
  width: 100%;
  margin: 0;
  text-align: center;
}

.auto_page_faqblk .faq_page_title {
  display: block;
}
.auto_page_faqblk .faq_page_title h3 {
  font-size: 26px;
  line-height: 36px;
}

/* auto page */
.auto_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.auto_first_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.auto_first_image img{
  height: 370px;
}
.auto_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.auto_second_image{
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}
.auto_third_image img{
  height: 350px;
}
.auto_third_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.auto_third_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.auto_last_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.auto_last_image{
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
}

.auto_services_block .home_services_title span {
    font-size: 28px;
}
/* commercial page */
.Commercial_page_firstblk{
  margin: 1em 0;
  padding: 0;
}
.Commercial_first_image::after {
    right: -7px;
    bottom: -15px;
    border-bottom-right-radius: 70px;
}
.Commercial_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.Commercial_first_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.Commercial_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Commercial_second_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.Commercial_third_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Commercial_third_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.Commercial_reviews_slick .slick-list.draggable{
  margin-left: 0;
  margin-right: -100px;
}

/* servicedetail page */
.servicedet_first_image::after {
  left: -12px;
  top: -15px;
}
.servicedet_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.servicedet_first_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.servicedet_first_image img{
  height: 350px;
}
.servicedet_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.servicedet_second_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.servicedet_second_image img{
  border-radius: 30px;
  border: 1px solid #fff;
filter: drop-shadow(8.875px 19.032px 24.5px rgba(0,0,0,0.14));
}
.servicedet_second_image::before{
  content: unset;
}
.detailpage_services_slick .slick-list.draggable{
  margin-left: 0;
  margin-right: -100px;
}
.detailpage_whychoose_single {
  width: 47%;
}
.detailpage_whychoose_icon img {
  height: 65px;
}
.detailpage_whychoose_title h4 {
  font-size: 18px;
}
.detailpage_whychoose_image{
  float: left;
  width: 100%;
}
.detailpage_whychoose_image img{
  height: 300px;
}
.detailpage_whychoose_content h3 {
  font-size: 26px;
  line-height: 36px;
}
.detailpage_faq .faq_page_title{
  display: block;
}

.blog_single_content p{
  display: none;
}

/* aboutus page */
.Aboutus_first_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Aboutus_first_image img{
  height: 350px;
}
.Aboutus_first_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.Aboutus_second_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.Aboutus_second_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.Aboutus_third_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.Aboutus_third_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}

/* blogdetail page */
.blogdetail_imageblk{
  float: left;
  width: 100%;
  margin: 2em 0;
}
.blogdetail_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.blogdetail_reviews_title h3 {
    font-size: 30px;
}
.blogdetail_reviews{
  overflow: hidden;
}
.blogdetail_reviews .home_reviews_slick .slick-list.draggable {
    margin-right: -100px;
}
span.blog_page_date {
    position: relative;
    top: 0em;
    right: 0em;
    padding: 5px 10px;
    border-radius: 7px;
}

/* services page */
.services_odd_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 3em;
}
.services_odd_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}
.services_even_imageblk{
  float: left;
  width: 100%;
  margin-bottom: 2em;
}
.services_even_image{
  float: unset;
  max-width: 80%;
  margin: 0 auto;
  width: 100%;
}

/* blogpage */



.blog_page_inner .blog_single{
  float: left;
  width: 50%;
  margin: 1em 0;
}
.blog_page_inner .blog_single_inner,
.blog_page_inner .blog_single:nth-child(3n+2) .blog_single_inner {
    flex-direction: column;
    margin-top: 0em;
}
.blog_page_inner .blogsingle_date {
    float: left;
    position: relative;
    top: 0;
    bottom: 0;
    bottom: 0em;
    width: auto;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 30px;
    margin: 0;
    left: 10px;
    right: 0em;
    z-index: 1;
}
.blog_page_inner .blog_single:nth-child(3n+2) .blogsingle_date{
  top: 0;
}
.blog_page_inner .blog_single_content {
    padding: 0em 1em 1.5em 1em;
}
.blog_page_inner .blog_single:nth-child(3n+1) {
    clear: unset;
    width: 100%;
}

/* reviews page */
.reviews_page_inner .review_single {
    float: left;
    width: 50%;
    margin: 1em 0;
}
.reviewspg_second_inner .review_single:last-child{
  width: 100%;
} 
.reviews_page_thirdblk,
.reviews_page_secondblk,
.reviews_page_firstblk{
  padding: 0;
  margin: 0;
}

}
@media only screen and (max-width:480px) {
.header_shedule {
  padding-right: 25px;
}
.header_shedule::before{
  content: unset;
}
.header_wrapper{
  z-index: 99;
}
.mobile-header {
  right: 10px;
  top: 10px;
}
.ban_review_rating {
  width: 100%;
  gap: 10px;
}
.bannerhme_image img, .bannerhme_image video {
  height: 250px;
}
.faq_question_box {
  float: left;
  width: 100%;
  padding: 0em 0em 1em 0em;
}
.services_single_image img,
.home_services_slick .services_single.slick-slide.slick-current+.slick-active .services_single_image img{
  filter: unset;
}

.home_first_image {
  max-width: 100%;
  padding: 0 1em;
}
.hme-call {
  width: 44%;
}
.hme-readmore {
  width: 40%;
}
.home_second_image{
  max-width: 100%;
}
.whychoose_image{
  max-width: 95%;
}
.whychoose_content {
    padding: 1em 1em 1em 1em;
}
.whychoose_icon {
    height: 145px;
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}
.faqhme_image_inner{
  max-width: 100%;
}
.faqhme_image_inner img{
  height: 370px;
}
.home_third_image{
  max-width: 100%;
}
.hme_blogs::after{
  content: unset;
}

/* innerpages */

/* innerpage banner */
.innerpageban_content_inner{
  flex-direction: column;
}
.innerpage_banner_image img {
  height: 350px;
}
.innerbanner_heading {
  font-size: 28px;
  line-height: 38px;
  margin: 0;
  order: 1;
  padding: 0.5em 0;
}
.innerpage_banner .ban_review_rating {
  width: 80%;
  border-radius: 20px;
  order: 3;
}
.innerpageban_content_inner p{
  order: 2;
}

/* service areas */
.servicearea_list_block{
  max-width: 100%;
}

/* residential page */
.Residential_first_image img {
  height: 350px;
}
.Residential_first_image {
   max-width: 95%;
}
.Residential_second_image{
   max-width: 95%;
}
.Residential_second_image img{
  height: 350px;
}
/* auto page */
.auto_first_image::after {
    left: -10px;
    bottom: -10px;
    height: 95%;
    width: 85%;
}
.auto_first_image{
   max-width: 95%;
}
.auto_second_image img {
  height: 335px;
}
.auto_third_image{
   max-width: 100%;
}
.auto_last_image img {
  height: 335px;
}
/* commercial page*/
.Commercial_first_image {
  max-width: 97%;
}
.Commercial_second_image{
   max-width: 100%;
}
.Commercial_second_image img {
  height: 350px;
}
.Commercial_third_image{
   max-width: 100%;
}
/* servicedetail page */
.detailpage_services_slick{
  float: left;
  width: 100%;
}
.detailpage_services_title h3 {
    font-size: 30px;
}
.servicedet_first_image {
  max-width: 93%;
}
.servicedet_second_image{
   max-width:95%;
}
.detailpage_whychoose_single {
        width: 46%;
}
.detailpage_whychoose_title h4 {
  font-size: 16px;
}

/* aboutus page */
.Aboutus_first_image{
  max-width: 95%;
}
.Aboutus_second_image{
  max-width: 95%;
}
.Aboutus_third_image{
  max-width: 100%;
}

/* blogdetail page */
.blogdetail_image{
  max-width: 100%;
}
.aboutus_blogs .hme_blogs_slick .slick-list.draggable {
    padding: 2em 0 2em 0;
}
/* services page */

.services_odd_image{
  max-width: 95%;
}
.services_even_image{
  max-width: 100%;
}

/* blogpage */
.blog_page_inner .blogsingle_date {
  width: 120px;
}
.blog_page_inner .blog_single_inner{
  margin: 0 5px;
}
/* reviews page */

.reviews_page_inner .review_author_detail {
    display: flex;
    margin-bottom: 1em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.reviews_page_inner .review_author_name {
    padding-left: 0em;
    float: left;
    width: 100%;
    text-align: center;
}

}