@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x: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;
}

p{
  margin-bottom:0;
}

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

button:focus{
  outline:none;
}

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

@font-face {
  font-family: 'ITC Avant Garde Gothic';
  src: url('../fonts/AvantGarde-Medium.eot');
  src: url('../fonts/AvantGarde-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AvantGarde-Medium.woff2') format('woff2'),
      url('../fonts/AvantGarde-Medium.woff') format('woff'),
      url('../fonts/AvantGarde-Medium.ttf') format('truetype'),
      url('../fonts/AvantGarde-Medium.svg#AvantGarde-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* ===== common css ====== */
.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
  background:#3bb3e7;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#b44e9c;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.03em;
  background:#b44e9c;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#3bb3e7;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#030303;
  line-height:26px;
  letter-spacing:.03em;
  padding-bottom:20px;
}

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

.header_logo{
  width:300px;
  transition:all 600ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:15px 0;
  }

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

}

.home-banner{
  margin-top:166px;
}

.home-banner .desc{
  left:0;
  bottom:25%;
}

.banner_content{
  width:750px;
  max-width:100%;
  margin:0 auto;
}

.banner_sm_title{
	font-size:20px;
	line-height:22px;
	font-weight:600;
	letter-spacing:.08em;
	text-shadow:1px 1px 4px #000000;
	padding-bottom:12px;
}

.banner_bg_title{
  font-family: 'ITC Avant Garde Gothic';
  font-size:48px;
  line-height:56px;
  text-shadow:1px 1px 4px #000000;
  padding-bottom:20px;
}

.banner_content .text-common{
  text-shadow:1px 1px 4px #000000;
}

.home_form,
.ready_panel,
.guarantee_panel{
  background:#b54d9d;
  padding:45px 0;
}

.form_lt_content{
  border-left:4px solid #ee7621;
  padding-left:18px;
}

.h_form_title,
.ready_title,
.guarantee_title{
  font-size:28px;
  line-height:35px;
  font-weight:600;
  padding-bottom:8px;
}

.about_panel,
.prep_work_panel,
.testimonial_panel{
  padding:65px 0;
}

.about_sm_title,
.testimonial_sm_title{
  font-size:20px;
  color:#f57d28;
  line-height:22px;
  font-weight:600;
  letter-spacing:.04em;
  padding-bottom:10px;
}

.about_bg_title,
.service_bg_title,
.prep_work_bg_title,
.process_bg_title,
.testimonial_bg_title,
.h_cta_title{
  font-family: 'ITC Avant Garde Gothic';
  font-size:42px;
  color:#3f4041;
  line-height:50px;
  padding-bottom:20px;
}

.about_bg_title span,
.prep_work_bg_title span,
.testimonial_bg_title span{
  color:#b54d9d;
}

.paint_rular_icon span{
  background:#fff;
  padding:0 25px;
}

.paint_rular_icon:before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  background:#060606;
  left:0;
  top:0;
  bottom:0;
  margin:auto 0;
}

.about_lower_cont .panel{
  margin-bottom:15px;
}

.about_lower_cont .panel .icon{
  display:inline-block;
  width:50px;
  height:50px;
  line-height:48px;
  background:#36b4e8;
  border-radius:50%;
}

.about_lower_cont .panel .text{
  display:inline-block;
  width:90%;
  vertical-align:top;
  padding-left:15px;
}

.about_title,
.prep_work_title,
.location_title{
  font-size:20px;
  color:#b54d9d;
  line-height:26px;
  font-weight:600;
  padding-bottom:10px;
}

.about_img{
  background:#ee2a24;
  padding:8px;
}

.service_panel,
.location_panel,
.process_panel{
  padding-bottom:65px;
}

.service_top,
.process_panel .upper_panel,
.h_cta_panel .thumb_cta{
  width:60%;
  max-width:100%;
  margin:0 auto;
  padding-bottom:35px;
}

.service_bg_title,
.process_bg_title{
  color:#ee7621;
}

.service_box{
  background:#ffecf9;
  overflow:hidden;
  border-radius:15px;
}

.service_bottom .col-lg-4:nth-child(2n) .service_box{
  background:#fff2ec;
}

.service_bottom .col-lg-4:nth-child(3n) .service_box{
  background:#ecf9ff;
}

.service_content{
  min-height:260px;
  padding:25px;
}

.service_title{
  font-size:20px;
  color:#b54d9d;
  line-height:26px;
  font-weight:600;
  padding-bottom:15px;
}

.service_bottom .col-lg-4:nth-child(2n) .service_title{
  color:#ee7621;
}

.service_bottom .col-lg-4:nth-child(3n) .service_title{
  color:#36b4e8;
}

.service_btn{
  font-size:15px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
  background:#b54d9d;
  border-radius:30px;
  padding:12px 20px;
}

.service_bottom .col-lg-4:nth-child(2n) .service_btn{
  background:#ee7621;
}

.service_bottom .col-lg-4:nth-child(3n) .service_btn{
  background:#36b4e8;
}

.service_btn:hover{
  background:#ee7621;
  color:#fff;
}

.service_bottom .col-lg-4:nth-child(2n) .service_btn:hover{
  background:#36b4e8;
}

.service_bottom .col-lg-4:nth-child(3n) .service_btn:hover{
  background:#b54d9d;
}

.ready_panel{
  background:#2394c5;
}

.ready_btn .common_btn2:hover{
  background:#ee7621;
}

.ready_btn .common_btn{
  background:#ee7621;
}

.ready_btn .common_btn:hover{
  background:#b54d9d;
}

.prep_work_img img,
.prep_work_content{
  border-radius:20px;
}

.prep_work_content{
  margin-left:-150px;
  padding:40px;
}

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

.prep_work_box .text{
  display:inline-block;
  width:85%;
  vertical-align:middle;
  padding-left:15px;
}

.location_box{
  border-radius:15px;
  overflow:hidden;
  border:1px solid transparent;
}

.location_box:hover{
  border-color:#ee2a24;
}

.location_box:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.5);
  left:0;
  bottom:0;
  opacity:1;
}

.location_box:hover:before{
  opacity:.5;
}

.location_cont{
  left:0;
  bottom:0;
  padding:0 25px 30px;
}

.location_cont a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  text-decoration:underline;
}

.process_box{
  background:#ffecec;
  border-radius:10px;
  padding:25px 20px;
}

.process_panel .lower_panel .col-lg-3:nth-child(2) .process_box{
  background:#ffecf9;
}

.process_panel .lower_panel .col-lg-3:nth-child(3) .process_box{
  background:#fff2ec;
}

.process_panel .lower_panel .col-lg-3:nth-child(4) .process_box{
  background:#ecf9ff;
}

.process_title{
  font-size:22px;
  color:#ee2a24;
  line-height:26px;
  font-weight:600;
  padding:18px 0 6px;
}

.process_panel .lower_panel .col-lg-3:nth-child(2) .process_title{
  color:#b54d9d;
}

.process_panel .lower_panel .col-lg-3:nth-child(3) .process_title{
  color:#ee7621;
}

.process_panel .lower_panel .col-lg-3:nth-child(4) .process_title{
  color:#36b4e8;
}

.guarantee_btn .common_btn:hover{
  background:#ee7621;
}

.testimonial_img img{
  border-radius:20px;
}

.testimonial_box{
  background:#ffecf9;
  border-radius:12px;
  overflow:hidden;
  padding:25px;
}

.testimonial_box .sp-testimonial-content p{
  font-size:18px !important;
  color:#020202;
  line-height:28px !important;
  font-weight:500 !important;
  padding:0 !important;
}

.testimonial_box .sp-testimonial-client-name{
  font-size:24px !important;
  color:#b44e9c !important;
  line-height:26px !important;
  font-weight:600 !important;
  text-align:left !important;
  margin-bottom:0 !important;
}

.testimonial_box .sp-testimonial-client-rating{
  display:block !important;
  text-align:right !important;
  margin-top:-20px !important;
}

.h_cta_panel{
  background:url(../images/h-cta-bg.jpg) no-repeat center center;
  background-size:color;
  padding:45px 0;
}

.h_cta_title{
  text-shadow:1px 1px 4px #000000;
}

.h_cta_panel .paint_rular_icon span{
  background:#91c0da;
}

#footer{
  background:#f8f8f8;
  padding:60px 0 30px;
}

.home #footer{
  background:#fff;
}

.footer_top{
  border-bottom:1px solid #ee2a24;
  margin-bottom:25px;
  padding-bottom:35px;
}

.footer_title{
  font-size:24px;
  color:#b54d9d;
  line-height:26px;
  font-weight:600;
  text-decoration:underline;
  padding-bottom:22px;
}

.footer_link li{
  line-height:0;
  margin-bottom:10px;
}

.footer_link li:last-child,
.footer_contact li:last-child{
  margin-bottom:0;
}

.footer_link li a,
.footer_contact li{
  font-size:16px;
  color:#030303;
  line-height:18px;
}

.footer_link li a:hover,
.footer_contact li a:hover{
  color:#f05722;
}

.footer_contact li{
  line-height:22px;
  margin-bottom:15px;
}

.footer_contact li .icon{
  display:inline-block;
  width:21px;
  text-align:center;
}

.footer_contact li .text{
  display:inline-block;
  width:88%;
  vertical-align:top;
  padding-left:10px;
}

.footer_contact li a{
  color:#030303;
}

.footer_bottom .text-common span{
  color:#f05623;
  font-weight:600;
}

.footer_bottom .text-common a{
  color:#3bb3e7;
  font-weight:500;
}

#back-button {
  display:inline-block;
  background-color:#b44e9c;
  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;
  margin-top:166px !important;
  padding:160px 0 120px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: 'ITC Avant Garde Gothic';
  font-size:48px;
  color:#fff;
  line-height:56px;
  font-weight:700;
  text-shadow:1px 1px 4px #000000;
  text-align:center;
}

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

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

.contact-title{
  font-size:25px;
  color:#030303;
  line-height:30px;
  font-weight:600;
  letter-spacing:.04em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.thumb-conatct .form-box{
  background:#b54d9d;
  border-radius:20px;
}

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

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

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

.contact_form .block .form-control{
  height:52px;
  border-radius:10px;
  border:none;
  background:#fff;
  font-size:16px;
  color:#020202;
  line-height:20px;
  padding:10px 20px;
}

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

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

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

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

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !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:#fff;
  line-height:20px;
  font-weight:500;
  text-transform:inherit;
  background:url(../images/send-icon01.png) no-repeat 20px center, #36b4e8;
  border-radius:10px;
  padding:16px 20px 16px 50px;
}

.home .contact_form .block .btn{
  display:block;
  width:100%;
  text-align:center;
}

.contact_form .block .btn:hover{
  background-color:#f05722;
  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;
}

.contact_map{
  line-height:0;
}

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

.inner_title{
  font-family: 'ITC Avant Garde Gothic';
  font-size:42px;
  color:#020202;
  line-height:50px;
  font-weight:700;
}

.inner_title strong,
.cta-title strong{
  color:#f05722;
}

.inner-sm-title{
  font-size:26px;
  color:#010101;
  line-height:34px;
  font-weight:600;
}

.inner_list li{
  font-size:16px;
  color:#242424;
  line-height:26px;
  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;
}

.bg-color{
  background:#f4f4f4;
}

.cta-title{
  font-family: 'ITC Avant Garde Gothic';
  font-size:38px;
  color:#1c1c1c;
  line-height:46px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#3bb3e7;
  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:#36b4e8;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#f05722;
}

.icon-box {
  font-size: 40px;
  color: #6c63ff; 
}

.icon-box img{
	width:70px;
	height:70px;
}

.card-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.img-box img{
	object-fit:cover;
}

#rmp-menu-wrap-47 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:991px){
  .navbar-default{
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:15px 0;
  }

  .header_logo{
    width:180px;
  }

  .home-banner{
    margin-top:106px;
  }

  #footer{
    padding-bottom:70px;
  }

  #back-button{
    right:20px;
    bottom:35px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:106px !important;
  }

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


}

@media screen and (max-width:767px){
  .banner_bg_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:28px;
    line-height:36px;
    padding-bottom:12px;
  }
	
	.banner_sm_title{
		font-size:16px;
		line-height:18px;
	}

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

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

  .contact_form .block .btn{
    padding:13px 20px 13px 48px;
  }

  .home-banner .desc{
    bottom:12%;
  }

  .h_form_title, 
  .ready_title, 
  .guarantee_title{
    font-size:22px;
    line-height:28px;
  }

  .home_form, 
  .ready_panel, 
  .guarantee_panel{
    padding:30px 0;
  }

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

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

  .home .contact_form .block .btn{
    background-position:32% center;
    padding:13px 20px;
  }

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

  .about_sm_title, 
  .testimonial_sm_title,
  .about_title, 
  .prep_work_title, 
  .location_title,
  .service_title{
    font-size:18px;
    line-height:24px;
  }

  .about_bg_title, 
  .service_bg_title, 
  .prep_work_bg_title, 
  .process_bg_title, 
  .testimonial_bg_title, 
  .h_cta_title{
    font-size:26px;
    line-height:34px;
    padding-bottom:15px;
  }

  .about_lower_cont .panel .text{
    width:86%;
  }

  .service_panel, 
  .location_panel, 
  .process_panel{
    padding-bottom:35px;
  }

  .service_top, 
  .process_panel .upper_panel, 
  .h_cta_panel .thumb_cta{
    width:100%;
  }

  .service_content{
    min-height:280px;
  }

  .service_btn{
    padding:10px 18px;
  }

  .prep_work_content{
    margin-left:0;
    margin-top:-150px;
  }

  .process_title{
    font-size:20px;
    line-height:22px;
  }

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

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

  .h_cta_panel{
    padding:30px 0;
  }

  #footer{
    padding-top:30px;
  }

  .footer_logo{
    width:250px;
  }

  .footer_title,
  .contact-title{
    font-size:20px;
    line-height:22px;
    padding-bottom:16px;
  }

  .footer_link li a, 
  .footer_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{
    padding-bottom:0;
  }

  .thumb-conatct .section .icon{
    width:65px;
    height:65px;
    line-height:65px;
  }

  .contact-main{
    font-size:15px;
	word-break:break-all;
  }
	.inner_title{
		font-size:30px;
		line-height:35px;
	}
	.inner-sm-title{
		font-size:20px;
		line-height:25px;
	}
	.inner_list{
		font-size:14px;
		line-height:20px;
	}

  
}

@media screen and (max-width:575px){
  .home-banner .ms-view,
  .home-banner .ms-slide,
  .home-banner .ms-slide-bgcont{
    height:320px !important;
  }
	
	.home-banner .ms-view img{
		object-fit:cover;
	}

  .home-banner .desc{
    bottom:6%;
  }

  .home .contact_form .block .btn{
    background-position:25% center;
  }

  .about_lower_cont .panel .text{
    width:82%;
  }

  .service_content{
    min-height:auto;
  }

  .prep_work_content{
    padding:25px;
  }

  .testimonial_box .sp-testimonial-client-name,
  .testimonial_box .sp-testimonial-client-rating{
    text-align:center !important;
  }

  .testimonial_box .sp-testimonial-client-rating{
    margin-top:15px !important;
  }

  
}
