@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow:hidden;
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

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

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#020202;
  line-height:18px;
  font-weight:500;
  background:#ffd700;
  padding:15px 30px;
  position:relative;
  z-index:9;
}

.common_btn:hover{
  color:#fff;
}

.common_btn:before,
.common_btn2:before{
  content:"";
  position:absolute;
  width:0;
  height:0;
  background:#36454f;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
  z-index:-1;
  transition:all 500ms ease-in-out;
}

.common_btn2:before{
  background:#ffd700;
}

.common_btn:hover:before,
.common_btn2:hover:before{
  width:100%;
  height:100%;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#36454f;
  padding:15px 30px;
  position:relative;
  z-index:9;
}

.common_btn2:hover{
  color:#020202;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header_top{
  border-bottom:1px solid #ffd700;
  padding:12px 0;
  transition:all 600ms ease-in-out; 
}

.hd_contact ul li{
  display:inline-block;
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-right:25px;
}

.hd_contact ul li:last-child{
  margin-right:0;
}

.hd_contact ul li span{
  display:inline-block;
  width:28px;
  height:28px;
  line-height:26px;
  background:#ffd700;
  border-radius:50%;
  text-align:center;
  margin-right:6px;
}

.hd_contact ul li a{
  color:#fff;
}

.hd_contact ul li a:hover{
  color:#ffd700;
}

.header_bottom{
  padding:15px 0;
  transition:all 600ms ease-in-out; 
}

.hd_logo{
  width:320px;
  transition:all 600ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:rgba(0,0,0,.9);
  }

  .navbar-default.navbar-fixed .header_top{
    margin-top:-54px;
  }

  .navbar-default.navbar-fixed .header_bottom{
    padding:10px 0;
  }

  .navbar-default.navbar-fixed .hd_logo{
    width:250px;
  }

}

.home_banner .desc{
  left:0;
  bottom:18%;
}

.banner-sm-title{
	font-size:22px;
	color:#ffd700;
	line-height:24px;
	font-weight:600;
	padding:15px 0 15px;
}

.banner-bg-title{
  font-family: "Signika", sans-serif;
  font-size:60px;
  line-height:65px;
  padding-bottom:12px;
}

.banner_btm_panel{
  background:url(../images/banner-btm-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:45px 0;
}

.banner_btm_panel .panel .icon{
  display:inline-block;
}

.banner_btm_panel .panel .content{
  display:inline-block;
  width:79%;
  vertical-align:top;
  margin-top:25px;
  margin-left:-30px;
}

.banner-btm-title{
  font-family: "Signika", sans-serif;
  font-size:24px;
  line-height:30px;
  font-weight:600;
  padding-bottom:12px;
}

.about_panel,
.service_panel,
.testimonial_panel{
  padding:60px 0;
}

.about-sm-title,
.service-sm-title,
.testimonial-sm-title{
  font-size:24px;
  color:#36454f;
  line-height:26px;
  font-weight:600;
  padding-bottom:10px;
}

.about-bg-title,
.service-bg-title,
.project-bg-title,
.dream-title,
.testimonial-bg-title{
  font-family: "Signika", sans-serif;
  font-size:52px;
  color:#d3af37;
  line-height:60px;
  padding-bottom:25px;
}

.abou_list li{
  font-size:17px;
  color:#000;
  line-height:27px;
  background:url(../images/tick-icon01.png) no-repeat left 5px;
  margin-bottom:12px;
  padding-left:30px;
}

.about_img{
  background:url(../images/dott-img01.png) no-repeat left 25px top 0;
  padding-top:15px;
}

.about_sm-img{
  left:0;
  bottom:30px;
}

.about_sm-img img{
  border-radius:80px 0 0;
  box-shadow:0 4px 15px rgba(0,0,0,.3);
}

.stage_panel{
  background:#36454f;
  padding:45px 0;
}

.stage_box .icon{
  display:inline-block;
}

.stage_box .content{
  display:inline-block;
  width:74%;
  vertical-align:middle;
  padding-left:12px;
}

.stage-title{
  font-size:16px;
  color:#fff;
  line-height:25px;
  font-weight:500;
}

.stage-title span{
  display:block;
  font-family: "Signika", sans-serif;
  font-size:25px;
  color:#d3af37;
  line-height:28px;
  font-weight:600;
}

.service_box{
  background:url(../images/service-bg01.jpg) no-repeat center center;
  background-size:cover !important;
  transition:all 300ms ease-in-out;
  padding:30px;
}

.service_panel .lower_panel .col-lg-4:nth-child(2) .service_box{
	background:url(../images/service-bg02.jpg) no-repeat center center;
}

.service_panel .lower_panel .col-lg-4:nth-child(3) .service_box{
	background:url(../images/service-bg03.jpg) no-repeat center center;
}

/* .service_box:hover{
  background:#d3af37;
  border-color:#d3af37;
} */

.service_box img{
  transition:all 300ms ease-in-out;
}

/* .service_box:hover img{
  filter:invert(0%) sepia(5%) saturate(1155%) hue-rotate(252deg) brightness(10%) contrast(93%);
} */

.service-title{
  margin-bottom:20px;
}

.service-title:after{
  content:"";
  position:absolute;
  width:120px;
  height:2px;
  background:#d3af37;
  left:0;
  bottom:0;
}

.service-title,
.project-title{
  font-family: "Signika", sans-serif;
  font-size:22px;
  color:#020202;
  line-height:24px;
  font-weight:700;
  padding:20px 0 16px;
}

.project_panel{
  padding-bottom:60px;
}

.project_content{
  background:#36454f;
  margin:-60px 20px 0;
  padding:22px;
}

.project-title{
  padding:0 0 12px;
}

.dream-title span{
  display:block;
}

.home_form .upper_panel{
  background:url(../images/h-form-bg.jpg) no-repeat center center;
  background-size:cover;
  padding:60px 0 320px;
}

.home_form .lower_panel{
  margin-top:-280px;
}

.h_form_box{
  background:#36454f;
  padding:30px;
}

.h-form-title{
  font-family: "Signika", sans-serif;
  font-size:36px;
  color:#d3af37;
  line-height:44px;
  padding-bottom:15px;
}

.testimonial_box .sp-testimonial-free-section{
  margin:0 !important;
}

.testimonial_box .sp-testimonial-free{
  background: url(../images/quote-icon01.png) no-repeat right 25px top 25px, #fff !important;
  box-shadow:0 4px 10px rgba(0,0,0,.2) !important;
  margin:5px !important;
  padding:25px;
}

.testimonial_box .sp-testimonial-client-image,
.testimonial_box .sp-testimonial-content p{
  text-align:left !important;
}

.testimonial_box .sp-testimonial-content p{
  color:#020202;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-family: "Signika", sans-serif !important;
  font-size:26px !important;
  color:#020202 !important;
  line-height:28px !important;
  font-weight:700 !important;
  position:absolute !important;
  left:170px;
  top:80px;
}

#footer{
  background:url(../images/ft-logo.png) no-repeat center center, url(../images/footer-bg.jpg) no-repeat center top;
  background-size:auto, cover;
  padding:50px 0 20px;
  position:relative;
  z-index:999;
}

.footer_mid{
  padding:40px 0;
}

.footer-title{
  font-family: "Signika", sans-serif;
  font-size:26px;
  color:#d3af37;
  line-height:28px;
  font-weight:700;
  padding-bottom:22px;
}

.ft_link li,
.ft_contact li{
  line-height:0;
  margin-bottom:12px;
}

.ft_link li:last-child,
.ft_contact li:last-child{
  margin-bottom:0;
}

.ft_link li a,
.ft_contact li{
  font-size:16px;
  color:#fff;
  line-height:20px;
}

.ft_link li a:hover,
.ft_contact li a:hover,
.footer_bottom .text-common a{
  color:#d3af37;
}

.ft_contact li a{
  color:#fff;
}

#back-button {
  display:inline-block;
  background-color:#36454f;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/banner-img01.jpg) no-repeat right top;
  background-size:cover;
  padding:270px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Signika", sans-serif;
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:center;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#d3af37;
  line-height:80px;
  text-align:center;
}

.thumb-conatct .section .text{
  width:75%;
}

.contact-title{
  font-size:24px;
  color:#36454f;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#1c1c1c;
  font-weight:500;
}

.contact-main a:hover{
  color:#d3af37;
}

.thumb-conatct .form-box{
  background:#36454f;
}

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

.contact_form .block label{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact_form .block .form-control{
  height:50px;
  border-radius:0;
  border:1px solid #d3af37;
  background:none;
  font-size:16px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#fff;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#fff
}

.contact_form .block .form-control:focus,
.contact_form .block .btn:focus{
  box-shadow:none;
}

.contact_form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center !important;
}

.contact_form .block select option{
  color:#000;
}

.contact_form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact_form .block .btn{
  font-size:18px;
  color:#020202;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#d3af37;
  border-radius:0;
  padding:13px 30px;
}

.contact_form .block .btn:hover{
  background:#020202;
  color:#fff;
}

.contact_form .block .wpcf7-spinner{
  display:none;
}

.contact_form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact_form .wpcf7-response-output{
  font-size:14px;
  color:#fff;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.lis li a{
	color:#1c1c1c;
}

.contact-map{
  line-height:0;
}

.contact-map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner-title{
  font-family: "Signika", sans-serif;
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#d3af37;
}

.inner-sm-title{
  font-size:24px;
  color:#020202;
  line-height:28px;
  font-weight:600;
}

.inner-list li{
  font-size:16px;
  color:#020202;
  line-height:24px;
  font-weight:500;
  background:url(../images/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner-list li:last-child{
  margin-bottom:0;
}

.about-inner-title{
  font-family: "Signika", sans-serif;
  font-size:22px;
  color:#36454f;
  line-height:26px;
  font-weight:600;
}

.inner-serv-box{
  min-height:245px;
}

.inner-serv-box.cleaning-box{
	min-height:330px;
}

.Properties-name{
	font-size:24px;
	line-height:36px;
	color:#1c1c1c;
	font-weight:500;
}

.Properties-sale{
	font-size:24px;
	line-height:36px;
	color:#1c1c1c;
	font-weight:500;
}

.Properties-place{
	font-size:16px;
	line-height:26px;
	color:#1c1c1c;
	font-weight:500;
}

.Properties-Acomodate{
    font-size:16px;
	line-height:26px;
	color:#1c1c1c;
	font-weight:500;	
}

.Properties-price{
	font-size:23px;
	line-height:36px;
	color:#9C8D45;
	font-weight:500;
}

@media (min-width: 360px){
	 .Properties-sale{
		font-size:20px;
		line-height:36px;
	 }
	
	.Properties-price{
		font-size:20px;
		line-height:30px;
   }
}

@keyframes kenburns {
  0% {
    transform: scale(1);
    transition: transform 20000ms linear 0s;
  }

  100% {
    transform: scale(1.4);
    transition: transform 20000ms linear 0s;
  }
}

/* Carousel Wrapper */
.kb-carousel {
  overflow: hidden;
  max-height: 650px;
}

/* Carousel Items */
.kb-carousel .carousel-item {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
  transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
  opacity: 0.8;
  animation: kenburns 20000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
  z-index: 0;
  opacity: 0;
}

.Faq-sec{
	margin-bottom:50px;
}


/* Accordian-start */
.accommodation-service .serv-inner-box{
  min-height:245px;
}

.accordion-item{
	border:1px solid rgba(0,0,0,.15) !important;
	margin-bottom:10px;
}

.accordion-item:last-child{
	margin-bottom:0;
}

.accordion-button{
	font-size:18px;
	color:#1c1c1c;
	line-height:25px;
	font-weight:500;
	text-transform:inherit;
	padding:14px 20px;
	background:#D3AF37;
}

.accordion-button:focus{
	box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
	background:#D3AF37;
	color:#fff;
}

.accordion-button[aria-expanded="true"]:after,
.accordion-button:hover:after{
	filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%);
}

.accordion-item:first-of-type,
.accordion-item:first-of-type .accordion-button{
	border-top-left-radius:0;
  	border-top-right-radius:0;
}

.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-button.collapsed{
	border-bottom-right-radius:0;
  	border-bottom-left-radius:0;
}
/* Accordian-End */



@media (min-width: 768px) {
  .kb-caption {
    bottom: 37%;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .kb-caption {
    bottom: 45%;
  }
}

/* Controls */
.kb-control-prev,
.kb-control-next {
  display:none;
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
  opacity: 1;
}

.kb-control-prev {
  left: 1%;
}

.kb-control-next {
  right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
  color: #fff;
  background: rgba(0 0 0 / 1);
}

[data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
[data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
  filter: none;
}

.property_details_box{
	border-top:1px solid #ffd700;
	padding:15px 0;
}

.property_details_box .inner-sm-title{
	font-size:18px;
	line-height:26px;
	font-weight:500;
}

.inner-sec.iconic_view{
	background:url(../images/property-bg01.jpg) no-repeat center center;
	background-size:cover;
	background-attachment:fixed;
	padding:120px 0;
}

.inner-sec{
	position:relative;
	z-index:999;
}

.video-player {
  width: 100%;
  max-width: 600px;
}

.video-player video {
  width: 100%;
  height: auto;
}

.sticky-video-sec{
	position:fixed;
	bottom:0;
	right:0;
	height:auto;
	width:auto;
	min-height:100%;
	min-width:100%;
	line-height:0;
}

.sticky-video-sec:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.5);
	left:0;
	top:0;
}

.sticky-video-sec video{
	margin-bottom:0;
}

.bg-color{
  background:#f4f4f4;
}

.new-bg{
	background: url("http://awaangroup.com/wp-content/uploads/2025/06/new-bg01.png") no-repeat center center;
	background-size:cover;
}

.bg-new-img01{
	background: url("http://awaangroup.com/wp-content/uploads/2025/06/new-bgA06.jpg") no-repeat center center;
	background-size:cover;
	min-height: 540px;
}

.bg-new-img02{
	background: url("http://awaangroup.com/wp-content/uploads/2025/06/new-bgA06.jpg") no-repeat center center;
	background-size:cover;
	min-height: 750px;
}

.bg-new-img03{
	background: url("http://awaangroup.com/wp-content/uploads/2025/06/new-bgA08.jpg") no-repeat center center;
	background-size:cover;
	min-height: 750px;
}

.new-content{
	font-size:30px;
	line-height:40px;
	padding-top:200px;
}

.new-common-text{
	font-size:16px;
	line-height:26px;
	color:#fff;
}

.new-title{
	font-size:30px;
	line-height:40px;
	color:#fff;
}

.content-box{
	top: 110px;
    left: 150px;
    position: absolute;
}

.new-bg02{
   position:relative;
   width:100%;
}

.text-new-title{
	font-size:22px;
	line-height:32px;
	color:#994D23;
	font-weight:500;
}

.text-new-common{
	font-size:16px;
	line-height:26px;
	color:#994D23;
}

.text-new03{
	font-size:40px;
	line-height:50px;
	color: #994D23;
}

.new-text-common{
	font-size:20px;
	line-height:26px;
	color:#BEAEA6;
}


.inner-content{
	position:absolute;
	top:200px;
	left:270px;
	padding:30px;
}

.inner-content-new{
	position:absolute;
	top:140px;
	left:140px;
	padding:30px;
}

.inner-content02{
	position:absolute;
	top:30px;
	right:150px;
	padding:30px;
}

.text-new-common02{
	font-size: 12px;
    line-height: 20px;
    color: #994D23;
}

.text-new-common03{
	font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.text-new-common04{
	font-size: 40px;
    line-height: 50px;
    color: #fff;
}

.text-new-common05{
	font-size: 12px;
    line-height: 20px;
}

.text-new-common06{
   font-size: 12px;
   line-height: 20px; 
   color:#615448;
}

.text-new-common07{
	font-size: 40px;
    line-height: 50px;
    color: #615448;
}

.text-new-common08{
   font-size: 12px;
   line-height: 20px; 
   color:#615448;
}

.inner-content-new01{
	position:absolute;
	bottom:55px;
	left:150px;
	padding:30px;
	color: #994D23;
}

.inner-content-new02{
	position:absolute;
	top:300px;
	left:140px;
	padding:30px;
}

.inner-content-new03{
	position:absolute;
	top:300px;
	left:230px;
	padding:30px;
}

.inner-content-new04{
	position:absolute;
	top:250px;
	left:160px;
	padding:30px;
}

.inner-content-new05{
	position:absolute;
	top:250px;
	right:240px;
	padding:30px;
}


.inner-content-new06{
	position:absolute;
	top:340px;
	right:60px;
	padding:30px;
}

.inner-content-new07{
	position:absolute;
	top:250px;
	left:200px;
	padding:30px;
}

.inner-content-new08{
	position:absolute;
	top:250px;
	right:50px;
	padding:30px;
}

.inner-content-new09{
	position:absolute;
	bottom:60px;
    left:435px;
}

.inner-content-new010{
	position:absolute;
	top:370px;
	left:200px;
	padding:30px;
}

.inner-content-new011{
	position: absolute;
    top: 415px;
    left: 456px;
    padding: 30px;
}

.inner-text-h{
	font-size:12px;
	line-height:16px;
	color:#1c1c1c;
	font-weight:500;
}

.inner-text-p{
	font-size:12px;
	line-height:16px;
	color:#1c1c1c;
}

.inner-icon{
  width:55px;
}

.inner-img-sub{
	width:370px
}

.cta-title{
  font-family: "Signika", sans-serif;
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.video-player{
	width:100%;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#36454f;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left:0;
  bottom:0;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#36454f;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#d3af37;
  color:#020202;
}

@media screen and (max-width:1366px){
  .service_box{
    min-height:325px;
  }
	
	.inner-serv-box{
		min-height:270px;
	}

}

@media screen and (max-width:991px){
  .navbar-default{
    background:rgba(0,0,0,.9);
  }

  .header_bottom{
    padding:10px 0;
  }

  .hd_logo{
    width:200px;
  }

  .home_banner{
    margin-top:75px;
  }

  .banner_logo{
    width:200px;
  }

  .banner-bg-title{
    font-size:55px;
    line-height:62px;
  }

  #footer{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }
	
	.page .entry-header, 
	.error404 .page-header{
		margin-top:75px !important;
		padding:100px 0 80px !important;
	}
	
	.thumb-conatct .section .text{
		width:72%;
	}


}

@media screen and (max-width:767px){
	.sticky-video-sec {
      width: 410%;
      height: 100%;
    }
	
	.picture01{
		padding-top:10px;
		text-align:center;
	}
	
	.picture04{
		padding-top:10px;
	}
	
    .picture02{
		padding-bottom:10px;
		text-align:center;
	}
	
	.text-box{
		padding-bottom:15px;
	}
	
	.banner-sm-title{
		font-size:15px;
		line-height:18px;
	}
	
  .banner-bg-title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:30px;
    line-height:38px;
  }

  .common_btn,
  .common_btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .banner_btm_panel,
  .stage_panel{
    padding:30px 0;
  }

  .banner-btm-title,
  .about-sm-title, 
  .service-sm-title, 
  .testimonial-sm-title,
  .service-title, 
  .project-title{
    font-size:20px;
    line-height:26px;
  }

  .text-common{
    font-size:14px;
    line-height:22px;
  }

  .about_panel, 
  .service_panel, 
  .testimonial_panel{
    padding:35px 0;
  }

  .about_img{
    padding-left:75px;
  }

  .about-bg-title, 
  .service-bg-title, 
  .project-bg-title, 
  .dream-title, 
  .testimonial-bg-title,
  .inner-title,
  .cta-title{
    font-size:26px;
    line-height:35px;
    padding-bottom:18px;
  }
	
	.inner-sm-title{
		font-size:18px;
		line-height:25px;
	}

  .abou_list li{
    font-size:15px;
    line-height:23px;
  }

  .stage_box .content{
    width:72%;
  }

  .stage-title span{
    font-size:22px;
    line-height:26px;
  }

  .service_box{
    min-height:auto;
    padding:22px;
  }

  .project_panel{
    padding-bottom:35px;
  }

  .home_form .upper_panel{
    padding:35px 0 300px;
  }

  .h_form_box{
    padding:25px;
  }

  .h-form-title{
    font-size:25px;
    line-height:32px;
  }

  .contact_form .block .form-control{
    height:42px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:85px;
  }

  .testimonial_box .sp-testimonial-free{
    padding:20px;
  }

  .testimonial_box .sp-testimonial-client-name{
    font-size:22px !important;
    line-height:24px !important;
  }

  .testimonial_box .sp-testimonial-content p{
    font-size:14px !important;
    line-height:22px !important;
  }

  #footer{
    padding-top:30px;
  }

  .footer_mid{
    padding:30px 0;
  }

  .ft_logo img{
    width:200px;
  }

  .footer-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:18px;
  }

  .ft_link li a, 
  .ft_contact li{
    font-size:14px;
    line-height:16px;
  }
	
	.page .entry-header, 
	.error404 .page-header{
		padding:80px 0 60px !important;
	}
	
	.page .entry-header .entry-title, 
	.error404 .page-header .page-title{
		margin-bottom:0;
		padding:0;
	}
	
	.thankyou-sec img,
	.error404 .page-content img{
		width:220px;
	}
	
	.inner-serv-box,
	.inner-serv-box.cleaning-box{
		min-height:auto;
	}
	
	.inner-list li{
		font-size:14px;
		line-height:22px;
	}
	
	.thumb-conatct .section .icon{
		width:65px;
		height:65px;
		line-height:65px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.contact-map iframe{
		height:260px;
	}
	
	.inner-content-new {
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 30px;
	}
	
	.new-text-common {
		font-size: 8px;
		line-height: 12px;
		color: #BEAEA6;
   }
  
	.text-new-common03 {
		font-size: 12px;
		line-height: 16px;
		color: #fff;
   }  
	
	.inner-content-new01 {
		position: absolute;
		bottom: 2px;
		left: 18px;
		padding: 30px;
		color: #994D23;
   }
	
	.text-new03 {
		font-size: 12px;
		line-height: 15px;
		color: #994D23;
   }
	
	.text-new-common02 {
		font-size: 8px;
		line-height: 10px;
		color: #994D23;
   }
	
  .inner-content-new011 {
		position: absolute;
		top: 95px;
		left: 30px;
		padding: 30px;
  }
	
 .text-new-common07 {
    font-size: 20px;
    line-height: 30px;
    color: #615448;
   }
.inner-content-new02 {
		position: absolute;
		top: 28px;
		left: -6px;
   }
	
.text-new-common04 {
		font-size: 10px;
		line-height: 20px;
		color: #fff;
   }
	
.text-new-common05 {
		font-size: 5px;
		line-height: 10px;
    }
	
.bg-new-img02{
	 min-height:190px;
	}
	
.bg-new-img03{
	 min-height:190px;	
	}
	
.bg-new-img04{
	 min-height:190px;	
	}
	
.new-content {
    font-size: 10px;
    line-height: 18px;
    padding-top: 90px;
}
	
.new-common-text {
		font-size: 8px;
		line-height: 10px;
		color: #fff;
  }
.new-title {
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
	
.content-box {
    top: 35px;
    left: 22px;
    position: absolute;
}

.inner-content-new03 {
    position: absolute;
    top: 60px;
    left: 35px;
}
	
.inner-content-new04 {
    position: absolute;
    top: 52px;
    left: 35px;
}

.text-new-common05 {
    font-size: 4px;
    line-height: 10px;
}
	
.inner-content-new05 {
    position: absolute;
    top: 60px;
    right: 50px;
}
	
.text-new-common06 {
    font-size: 4px;
    line-height: 8px;
    color: #615448;
}
	
.text-new-common07 {
        font-size: 12px;
        line-height: 18px;
        color: #615448;
}
	
.inner-content-new06 {
    position: absolute;
    top: 80px;
    right: 14px;
}

.inner-content-new07 {
    position: absolute;
    top: 75px;
    left: 53px;
}
	
.inner-content-new08 {
    position: absolute;
    top: 56px;
    right: 0px;
}
	
.accordion-button {
    font-size: 16px;
    line-height: 22px;
}

.Faq-sec {
    margin-bottom: 35px;
}
	
}

@media screen and (max-width:575px){
  .home_banner img.big{
    height:360px;
    object-fit:cover;
  }

  .home_banner .desc{
    bottom:7%;
  }
	
	.banner-bg-title, 
	.page .entry-header .entry-title, 
	.error404 .page-header .page-title{
		font-size:25px;
		line-height:30px;
	}

  .about_sm-img img{
    width:220px;
  }

  .inner-content {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
  }
	
  .text-new-title {
    font-size: 8px;
    line-height: 32px;
    color: #994D23;
    font-weight: 500;
  }
	
  .text-new-common {
    font-size: 8px;
    line-height: 0px;
    color: #994D23;
 }
	
	
  
}
