    html, body{
    overflow-x:hidden;}
    body {
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        letter-spacing:0.5px;
        font-style: normal;
        font-size: 15px;
        width: 100%;
        color: #151515;
    }
    *{
        padding:0;
        margin:0;
    }
    a{
    text-decoration:none;}
    ul{
        margin: 0;
        padding: 0;
    }
    @font-face {
        font-family: 'Poppins Regular';
        font-style: normal;
        font-weight: normal;
        src: local('Poppins Regular'), url('../fonts/Poppins-Regular.woff') format('woff');
        }
    /***************topbar************/
.paint_topbar{
    background: #316bcd;
    padding: 5px 0;
}
.topbar_left ul{
    display: flex;
    color: #fff;
    gap: 15px;
    align-items: center;
}
.topbar_left ul li{
    display: flex;
    align-items: center;
    gap: 5px;
}
.topbar_left ul li i{
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
}
.topbar_right ul{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.topbar_right ul li a{color: #fff;}
.paint_menubar{
    padding: 8px 0;
    background-image: url(../img/menu-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.top_logo img{width:200px;}
.nav{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.menu a{
    display: block;
    padding: 35px 0px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

    .menu a:hover{
        color: #316bcd;

    }
.menu a:hover{
    background-color:#d4d4d4;
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}/* Style label tag */

.hamb-line {
    background:#000;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}
/* Sub nav */
.subnav-content {
    background-color:#fff;
    width: 250px;
    z-index: 9999;
    padding: 20px 0 ;
    display: none;
    position: absolute;
    top:115px;
  }
.subnav-content a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    /* margin: 10px 0; */
    text-align: left;
text-transform: capitalize;
}
.subnav-content a:hover{
    background: #316bcd !important;
    color: #fff !important;
}
.subnav:hover .subnav-content {
    display: block;
}
.topmid_btn{margin: 0 !important;}
.topmid_btn a{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    font-size: 14px;
    padding:12px 20px;
}
.topmid_btn a:hover{
    background-color: #316bcd !important;
    color: #fff !important;
}
.nav .mainMenu{display: flex;align-items: center;flex-wrap: wrap;}
.menu li{
    margin:0 13px 0 0;
}
.paint_bannerSec{
    padding: 80px 0;
    background-image: url(../img/banner1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.paint_bannerSec::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    background: #00000082;
}
.z-index1{position: relative;z-index: 9;}
.bannerContent h3{
    font-size: 5rem;
    font-weight: 900;
    color: #316bcd;
    margin-bottom: 20px;
}

/*add by manisha pal*/
.bannerContent h1{
    font-size: 5rem;
    font-weight: 900;
    color: #316bcd;
    margin-bottom: 20px;
}

.bannerContent h4{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}

/*add by manisha pal*/
.bannerContent h1{
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}
.bannerContent p{
    font-size: 18px;
    margin-bottom: 30px;
    color: #fff;
}
.BanBtn1{
    padding: 12px 20px;
    display: inline-block;
    background: #316bcd;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    text-align: center;
}
.BanBtn1:hover, .BanBtn2:hover{color:#fff;}
.BanBtn2{
    padding: 12px 20px;
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    text-align: center;
}
.bannerForm{
    background: #00000070;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #316bcd;
    box-shadow: 0 0 10px #316bcd;
}
.bannerForm h5{
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
}
.inputGroup{text-align: start;margin-bottom: 15px;}
.inputGroup label{color: #fff;font-size: 16px;margin-bottom: 5px;}
.inputGroup input, .inputGroup select{width:100%;height:40px;border-radius: 0;}
.inputGroup textarea{width:100%;height:120px;border-radius: 0;}
.bannerForm input[type=submit]{width:100%;height:40px;border-radius: 0;background:#316bcd;color: #fff;border: 0;}
/*.abtSec1{padding: 50px 0;}*/
.title h6{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.title h4{
    font-size: 2rem;
    font-weight: 800;
    color: #316bcd;
}
.title p{font-size: 16px;color: #000;}
.normContent h5{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 15px 0;
}
.normContent p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
.normContent ul{
    padding-left: 15px;
    list-style: none;
    display: grid;
    /*grid-template-columns: repeat(2, 50%);*/
}
.normContent ul li{position: relative; padding: 5px 0; list-style:disc;
font-size:16px;}
/*.normContent ul li::before{*/
/*    content:"\f058";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    position: absolute;*/
/*    left: -30px;*/
/*    color: #000;*/
/*}*/
.abtSec2{
    background: #f5f5f5;
    padding: 50px 0;
}
.card{
    border:none;
}
.abtSec3{
    background: #000;
    padding: 50px 0;
}
.serviceSec{padding: 50px 0;}
.cardBox {
    width: 100%;
    position: relative;
    place-items: center;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 270px;
  }
  .cardBox  .card {
    background: #0000008c;
    border-radius: 5px;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    top: 0;
    height: 100%;
  }
  .cardBox .card h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    pointer-events: none;
    opacity:1;
    width: 100%;
    text-transform:uppercase ;
  }
  .cardBox .card .content{
    padding: 20px;
  }
  
  .cardBox .card .content h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 0px;
    text-transform:uppercase ;
    margin-bottom: 0;
  }
  .cardBox .card .content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight:400;
  }
  .cardBox .card .content {
    transform: translateY(100%);
    opacity: 0;
    transition: 0.8s ease-in-out;
    height: 100%;
    display: grid;
    place-items: center;
    align-items: center;
  }
  .cardBox .card .content a{padding: 8px 15px; font-weight:400;}
  
  .cardBox .card:hover .content {
    transform: translateY(0);
    opacity: 1;    
    background: #050505;
  }
  
  .cardBox .card:hover h2, 
  .cardBox .card:hover span {
    opacity: 0;
  }
  .cardBox img{
    width: 100%;
        height: 270px;
    object-fit:cover;
    position: relative;
  }
.serviceSec{
    background-image: url(../img/bg2.jpg);
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    padding: 50px 0;
}
.testimonialSec{padding: 50px 0;background: #f8f8f8;}
.abtSec3Img img{
    border: 7px solid #316bcd;
    border-radius: 5px;
}
.abtSec2Img img{
     border: 7px solid #000;
    border-radius: 5px;
}
.testimonialBox{padding: 50px 115px;position: relative;margin-top: 30px;text-align: center;}
.testimonialBox::before{
    content: "";
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    border: 10px solid #316bcd45;
    z-index: -1;
}
.testimonialBox::after{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 47%;
    top: -10%;
    z-index: 0;
    color: #316bcd;
    width: 50px;
    height: 50px;
    background: #fff;
    font-weight: 900;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 0 10px #d4d4d4;
}
.testimonialBox p{font-size: 16px;font-weight: 500;padding :0px 18px;}
.testimonialBox h6.tesiUserName{color: #000;font-size: 18px;font-weight: 600;margin-bottom: 0;}
.clientSlider .slick-slide{margin: 0 15px;}
.clientImg img{background: #f8f8f8;padding: 10px;width: 100%;height: 105px;object-fit: scale-down;filter: grayscale(1);}
.clientImg:hover img{filter: grayscale(0);}
.clientSec{padding: 50px 0;}
.cta1{padding: 50px 0;background-image: url(../img/bg3.jpg);background-position: center;background-size: cover;position: relative;}
.cta1::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: #0000008f;
}
.paint_footer{background: #000;padding-top: 50px;}
    .rgt_line{border-right: 1px solid #ffffff2e;}
    .footer_logo img{filter: contrast(0);}
    .footer_part p{
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
        color: #fff;
    }
    .footer_title h4{
        font-size: 20px;
        line-height: 33px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 20px;
    }
    .footer_contact h6{    color: #fff;
        font-size: 15px;
        font-weight: 600;}
    .footer_contact li i{font-size: 17px;}
.footer_contact li{
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: 1fr 9fr;
    color: #fff;
    font-size: 13px;
    gap: 0px;
}
    .footer_links li{margin-bottom: 15px;}
    .footer_links li a{color: #fff;font-size: 14px;font-weight: 400;line-height: 16px;}
    .social_icons li{
        display: inline-block;
        margin-right: 15px;
    }
    .social_icons li img{width: 25px;}
    .copyright_sec{
        background: #000;
        padding: 20px 0;
    }
    .copyright_sec p{
        color: #fff;
        font-size: 14px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    
    .topsection {
    text-align: center;
    /*margin-top: 40px;*/
}

.topsection h2{
    font-size: 2rem;
    font-weight: 800;
    color: #316bcd;
}


.topsection p {
    font-size: 16px;
    line-height:30px;
    margin-bottom: 0;
}

.floatingbtn .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.floatingbtn .my-float{
	margin-top:16px;
}

.floatingbtn img {
    width: 60%;
    padding-top: 10px;
}

/*.img-fluid {*/
/*    width: 92% !important;*/
/*}*/



/*sahdev css*/

.topbar_left ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.text-start{
    text-align:start !important;
}
.text-center{
    text-align:center !important;
}

.banner-text h3 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
}

/*add by manisha pal*/
.banner-text h1 {
    color: #fff;
    font-size: 4rem;
    text-align: center;
}

.banner-btn2 {
    text-align: center;
}
.Driveway-text {
    text-align: start;
}
.topsection.top-sec2 p {
    font-size: 16px;
}
.card-list{
    padding-left:40px !important;
}
.card-body{
    padding:0;
}
.card-body h5 {
    font-weight: 600;
font-size:25px;
    padding: 10px 10px 10px 0px;
    color: #000;
}

.card-list ul li{
    font-size:18px;
    /*padding-left:15px;*/
    color:#000;
    font-weight:600;
}
/*.card{*/
/*    height:515px;*/
/*}*/

.abtImg1.abt-3 img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

.abtImg1.abt-2 img {
    width: 100%;
    height: 450px;
 object-fit:cover;
}   
.card-list ul li {
    margin-top: 10px;
}
.row.align-items-center.gap-card {
    row-gap: 20px !important;
    padding:20px 0;
}
.services-box h6 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 50px;
    text-align:center;
}
.cta-sec{
    margin:0 !important;
}
.centerp p{
    text-align:center !important;
    color:#000;
}

.abtImg1{
    box-shadow:1px 2px 7px #b9b9b9;
}
.abtImg1 img{
    width:100%;
}
.faq{
    margin :50px 100px;
    
}

.faq h2{
    font-size: 2rem;
    font-weight: 800;
    color: #316bcd;
   text-align:center;
}
.faq .faq-headding{
    padding-bottom:20px;
}

.faq .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.faq .accordion-body {
    text-align: left;
    padding-left: 25px;
}

.cardBox .card h2 {
    color: #fff !important;
}

/*.topsection h2 { ;*/
/*    color: #ffffff;*/
/*}*/

.fcontact-address{
    margin-left:15px;
}

.bannerContent.banner-text{
    position:relative;
}

.gallery-headding h2 {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 35px;
    font-weight: 600;
    text-shadow: 1px 2px 2px #316bcd;
}
.serviceSec .title p {
    font-weight: 400;
}
.abtImg1 img {
    width: 100%;
    height: 490px;
    object-fit:cover;
}


section.guidance-sec title h4 {
    color: #fff !important;
}

section.guidance-sec .title h4,section.guidance-sec .title p {
    color: #fff;
}

section.guidance-sec .title p {font-weight: 400;font-size: 16px;}
.accordion-body{
    font-weight:400;
}

/*gallery-css*/


.gallery-container.gallery-main {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-wrap: wrap;*/
    gap: 15px;
    margin: 50px 0;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    width: calc(25% - 11.25px);
    margin-bottom: 6px;
    opacity: .85;
    cursor: pointer;
    height: 280px;
    object-fit: cover;
    overflow:hidden;
}

.gallery-item:hover {
    opacity: 1;
  
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*border-radius: 20px;*/
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}


/*sahdev css  block-paving*/

.text-center{
    text-align:center;
}
/* ADVERTISERS SERVICE CARD */


.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}

.advertisers-service-sec {
  background-color: #f5f5f5;
}

.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.advertisers-service-sec .service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#316bcd, rgb(49 107 205));
    position: absolute;
    left: 0%;
    top: -98%;
    z-index: -2;
    transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #575a7b;
  /*font-size: 15px;*/
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper {
  background-color: #ffffff;
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
}
.abtSec1.bg-abt{
    background:#f5f5f5;
}
.m-0{
    margin:0;
}
/*.mar-4{*/
/*    margin-bottom:40px;*/
/*}*/


secion.list-items {
    padding: 40px 0;
    display: block;
    background:#f5f5f5;
}

.list-box ul {
    text-align: left;
    padding-left: 40px;
}

.list-box ul li {
    margin-top: 10px;
    font-size: 16px;
}

.title.text-center h4 {
    margin-top: 30px;
}




/*sahdev responsive*/
@media screen and (max-width:767px){
    .banner-text h3{
    font-size:2rem;
}
 .banner-text h1{
    font-size:2rem;
}

.topsection h2, .faq h2{
    font-size:1.8rem;
}
}


/* ADVERTISERS SERVICE CARD ENDED */

/*tarmac sahdev*/
.tarmac-img,.tarmac2-img{
    overflow:hidden;
    width:100%;
    height:250px !important;
}
.img-box.tarmac-img2 img {
    height: 330px !important;
}
.gap-row{
    row-gap:30px;
}
.tarmac16 img{
    height:200px !important;
}
.tarmac-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
 transition: 0.5s;
}
.tarmac2-img img{
    transition:0.5s;
    width: 100%;
    height: 345px;
    object-fit: cover;
}
.tarmac-img img:hover,.tarmac2-img img:hover{
    transform: scale(1.1);
}

/*rubber-crumb.php pages start*/

.list-box.rubber-box {
    text-align: left;
}
.img-box.imgbox2 img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

section.choose-sec {
    margin: 30px 0;
}
.paving-driveway {
    margin-bottom: 30px;
}


@media screen and (max-width:991px){
    .title.text-center h4{
        margin-top:0;
    }
/*    .img-box img {*/
/*    margin-top: 15px;*/
/*}*/

.services-box h6{
    margin-top:10px;
}
}

/*rubber-crumb.php pages end*/
/*resin pages start*/
.topsection.top-sec2.mar-4 {
    margin: 0;
    padding: 40px 0;
}

.section-header.text-center h2 {
    color: #316bcd;
}
.resin-list{
    padding-left:20px;
}
.resin-list li{
    margin-top:5px !important;
}

.img-box img{
    width:100%;
    transition: 0.5s;
    height: 250px;
    object-fit: cover;
}

.imgbox2 img {
    width: 100%;
    height: 400px !important;
    object-fit: cover;
}
.img-box {
    overflow: hidden;
    transition: 0.5s;
}

.img-box:hover img {
    transform: scale(1.2);
    transition: 0.5s;
}
button.accordion-button {
    font-weight: bold;
}

@media screen and (min-width:360px) and (max-width:991px){
    .resin-list{
        padding-left:20px !important;
        text-align:center !important;
    }
    .list-box ul li{
        list-style:none;
    }
    .abtSec1{
        padding:20px 0;
    }
    .mob-gap{
          row-gap: 20px;

    }
    .paving-driveway{
        margin-bottom:0;
    }
    
    .spacing-box {
    margin-bottom: 15px;
}
.cobble-img img {
    height: 300px !important;
  
}
   
.testimonialBox{
    padding:50px 80px;
} 
    
    /*.topsection.top-sec2.mar-4{*/
    /*    padding:15px 0;*/
    /*}*/
}
/*resin paes end*/
@media screen and (max-width:575px){
    .testimonialBox{
    padding:50px 30px;
} 
}
/*cobble pages start*/
.cobble-img,.cobble2-img{
    overflow:hidden;

}
.cobble-img img:hover,.cobble2-img img:hover{
       transform: scale(1.2);
}
.cobble2-img img {
    transition: 0.5s;
    width: 100%;
    height: 280px !important;
} 

.cobble-img img{
    height: 300px !important;
        transition: 0.5s;
        width:100%;
}
.cobble3-img,.brick-img {
    overflow: hidden;
}

.cobble3-img img {
    transition: 0.5s;
    height: 300px;
    width: 100%;
}
.cobble3-img img:hover,.brick-img img:hover{
    transform:scale(1.2);
}

.brick-img img {
    transition:0.5s;
    height: 485px !important;
    width: 100%;
}
.brick-pera p {
    font-weight: 400;
}


.about-sec{
    background:#f5f5f5;
    padding:30px 0;
}

.contact-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 12px #2a608c26;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 40px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    margin: auto;
    border-radius: 5px;
}

.icon .i {
    background: #fff !important;
    color: #fff;
}

.icon i {
    color: #fff;
    font-size: 20px;
}

.contact-box::before {
  content: "";
    position: absolute;
    top: 0;
    left:-99%;
    width: 100%;
    height: 100%;
    background:#316bcd;
    transition: 0.5s;
    z-index: -1;
}


.contact-box:hover::before  {
    left: 0;
}
.contact-box:hover p{
    color:#fff;
    transition:0.5s;
}


.contact-form1 {
    background: #316bcd;
    padding: 15px 40px;
}
/*.contact-form1 h2,p{*/
/*    color:#fff;*/
/*}*/
.contact-box:hover p {
    color: #fff !important;
}

input {
    width: 100%;
    line-height: 40px;
    padding-left: 15px;
    margin-bottom: 10px;
    border-radius: 12px;
    border: none;
}
textarea#message {
    width: 100%;
    padding:15px;
    border-radius: 12px;
}

input.submit-btn {
    background: #000;
    color: #fff;
    margin-top: 15px;
    border-radius: 27px;
    outline: none;
    border: none;
    padding: 5px;
}

section.form-box {
    padding: 50px 0;
    background:#f5f5f5;
}
/*cobble pages end*/




.contact-box {
    display: block;
}

ul.pagination {
    justify-content: center;
    margin-bottom: 2rem;
}

ul.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0!important;
    border-top-left-radius: 0!important;
    em;
}

ul.pagination .page-link .page-link {
    border-radius: 0;
}
.contact-box:hover p a {
    color: #fff;
}


/*css add by aditi*/

.abtSec1{
        padding:15px 0;
    }
.advertisers-service-sec p{
    font-size:16px;
}
.title.text-center h4 {
    font-size:32px;
}
.cont {
    margin-top: 17px;
}
h2.mt-4.head-box {
    font-size: 20px;
}
.text-pera {
    font-size: 16px;
}
.text-cont {
    margin-top: 24px;
}

/*css for breadcrumbs*/

.breadcrumb {
  padding: 8px 15px;
  background-color: transparent;
  margin: 0;
  list-style: none;
  font-size: 18px;
  justify-content: center;
}

.breadcrumb-item {
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding: 0 8px;
  color: #EAEAEA; /* Adjust color as needed */
}

.breadcrumb-item a {
  color: #EAEAEA; /* White for the links */
  text-decoration: none;
}

.breadcrumb-item a:hover {
  /*text-decoration: underline;*/
   color: #0073AA;
}

.breadcrumb-item.active {
  color: #0073AA; /* blue color for the current item */
  font-weight: bold;
}

.space-box{
    margin:25px 0;
}

.abtImg1{
  margin-top: -83px;
}

.para_div{
    font-size:16px !important;
}








/*Locations css*/

    ul.ul-list {
    padding-left: 18px;
}
/*page css*/

section.front-sec .paint_bannerSec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(89deg, #00296d 46%, transparent 119%);
}
section.front-sec .container.z-index1 .bannerForm {
    background: #121212a3;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
     border: none; 
     box-shadow: 0 0 1px #316bcd;
}
.main-sec{
    padding:50px 0;
}
.image-sec img {
    width: 100%;
    max-height: 370px;
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    border-radius: 10px;
}
.main-div {
    box-shadow: 0 0 10px #ccc;
    padding: 30px 30px;
    border-radius: 10px;
}
.text-left{
    text-align:left;
}
.servics-inner-box {
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    margin: 15px 0;
    height: -webkit-fill-available;
     transition: 0.4s ease; 
}
.servics-inner-box:hover {
    box-shadow: 0 0 10px 0px#316bcd;
    transform: translatey(-5px);
}
.description-box h4 {
    padding: 0 15px 15px 15px;
    font-size: 20px;
}
.description-box h4 a{
    color: #151515;
}
.image-box{
  position: relative;
  overflow: hidden;           
  border-radius: 10px;        
  height: 180px;              
}
.image-box img {
    width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.image-box::before,
.image-box::after{
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.image-box::before {
  bottom: -1px;
  height: 0px;
  background: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none">\
<path d="M0,40 C240,10 480,10 720,40 C960,70 1200,70 1440,40 L1440,120 L0,120 Z" fill="%23316bcd"/></svg>')
    no-repeat 0 100% / 100% 100%;
}
.image-box::after {
  bottom: -1px;
  height: 42px;
  background: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 110" preserveAspectRatio="none">\
<path d="M0,40 C240,10 480,10 720,40 C960,70 1200,70 1440,40 L1440,110 L0,110 Z" fill="%23ffffff"/></svg>')
    no-repeat 0 100% / 100% 100%;
}
.service-sec .topsection.title-box {
    display: grid;
    place-items: center;
    gap: 15px;
}
.service-sec .topsection.title-box div.text-left {
    padding: 4px 12px;
    border: 1px solid #316bcd;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 15px;
}
section.front-sec {
    padding-bottom: 80px;
}
.logo-container {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.logo-number {
  font-size: 3rem;            
  font-weight: 700;
  background: linear-gradient(90deg, #316bdc, #04080f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem; 
  transition: transform 0.4s ease, filter 0.4s ease, background-position 1s ease;
  background-size: 150% 150%;
}
.logo-number:hover{
    transform: scale(1.15);
    filter: drop-shadow(0 0 8px rgba(49, 107, 205, 0.6));
    background-position: right center;
}
.why-chooseus-cmn-box .servics-inner-box {
    padding: 15px 15px;
}
.whychoseus-div .cta-section {
    background-color: #08090c;
    background-image: url(https://rmsdemo.com/projects/lecister-co-uk/wp-content/uploads/2026/09/gallery3.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 655px;
    padding: 40px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 20px;
}
/*.whychoseus-div .cta-section::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #00296de3;*/
/*    border-radius: 20px;*/
/*}*/
h2.max-head {
    font-size: 2rem;
    font-weight: 800;
    color: #316bcd;
    max-width: 760px;
    text-align: center;
    margin-bottom: 25px;
}
.service-sec.cta-div {
    position: relative;
    color: #fff;
    z-index: 2;
}
.whychoseus-div .cta-section .topsection h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}
.whychoseus-div .cta-section .topsection h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #fff;
    font-style: italic;
}
.whychoseus-div .cta-section .service-sec .topsection.title-box {
    display: grid;
    place-items: flex-start;
    gap: 15px;
}
.whychoseus-div .BanBtn2 {
    border-radius: 7px;
}
/*responsive css*/

@media only screen and (max-width: 767) {
  .image-sec {
    margin-top: 30px;
}
}

/*faq section */

.faq-div {
    background-color: #fff;
    padding: 50px 0;
}

.faq-item {
    position: relative;
    padding: 20px;
    margin: 10px 0;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: border 0.3s ease;
    box-shadow: 0 0 10px 0#ccc;
    z-index: 1;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #316bcd;
    border-radius: 8px;
    box-sizing: border-box;
    clip-path: polygon(0 0,0 0,0 0,0 0);
    transition: clip-path 1.5s ease;
    z-index: 0;
}

.faq-item:hover::before {
    clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}

.faq-item {
    position: relative;
    z-index: 1;
}

.faq-question {
    font-size: 20px;
    color: #151515;
}

.faq-answer {
    color: #151515;
    font-weight: 300;
}

.faq-question {
    font-size: 20px;
    color: #151515;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.faq-answer {
    color: #151515;
    font-weight: 300;
    display: none;
    font-size: 16px;
}

.faq-question::after {
    content: '+';
    font-weight: 700;
    font-size: 20px;
    margin-left: auto;
    transition: transform 0.3s ease
}

.faq-item.active .faq-question::after {
    content: '−';
}

.faq-question.active::after {
    content: '-';
    font-size: 32px;
    font-weight: 700;
    margin-left: auto;
    transition: transform 0.3s ease
}
.paint_bannerSec.patio {
background-image: url(<?php echo get_template_directory_uri(); ?>/assets/img/contractor-bg-image.jpg);
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
}
.about-box ul {
    margin-left: 20px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
    margin-top: 8px;
}
.about-box ul li {
    text-align:left;
}

.wpcf7-response-output {
    color: #fff !important;
}

span.wpcf7-spinner {
    position: absolute!important;
}


section.inblog.featureprdct {
    padding: 0px 0px;
    padding-top: 80px;
    padding-bottom: 80px !important;
}
.inblog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
}
.blog-box {
    box-shadow: 0px 09px 20px #ddd;
    border-radius: 10px;
}
.blog-box {
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in;
    background-color: transparent;
    margin-bottom: 15px;
    border: 1px solid transparent;
}
.blog-img {
    height: 250px;
    overflow: hidden;
    display: block;
    transition: all 0.5s ease-in;
}
.blog-box img {
    transition: all 0.5s ease-in;
}
.blog-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.blog-cont {
    color: #494949;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 10px;
}
.blog-cont {
    padding: 20px;
}
.blogtitl {
    color: #0B1F3A;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-transform: capitalize;
    padding-bottom: 15px;
    display: block;
}
.blog-box p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-box .commonbtn {
    background: #316BCE;
    color: #fff;
    padding: 11px 20px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    margin-top: 15px;
}
.commonbtn i {
    margin-left: 5px;
}

@media (max-width: 991px) {
    .inblog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
	.blogtitl {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    section.inblog.featureprdct {
        padding-top: 60px;
    }
	    .inblog-grid {
        grid-template-columns: 1fr;
    }
}

/* Blog Pagination */
.pagination {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pagination .page-numbers li {
    margin: 0;
    padding: 0;
}

.pagination .page-numbers a,
.pagination .page-numbers span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #2868c7;
    background: #fff;
    color: #2868c7;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Hover */
.pagination .page-numbers a:hover {
    background: #2868c7;
    color: #fff;
    border-color: #2868c7;
}

/* Current Page */
.pagination .page-numbers .current {
    background: #2868c7;
    color: #fff;
    border-color: #2868c7;
}

/* Previous / Next */
.pagination .page-numbers .prev,
.pagination .page-numbers .next {
    padding: 0 16px;
}

/* Mobile */
@media (max-width: 767px) {

    .pagination {
        margin-top: 35px;
    }

    .pagination .page-numbers {
        gap: 5px;
    }

    .pagination .page-numbers a,
    .pagination .page-numbers span {
        min-width: 38px;
        height: 38px;
        padding: 0 10px;
        font-size: 14px;
    }

}


.inner-blog-listing {
    display: flex;
    gap: 30px;
}
.blog-cardsx-inn {
    flex: 2;
    padding-right: 20px;
}
.blog-details-section {
    color: #1e1e1edb;
}
.blog-details-section img {
    height: 340px;
    object-fit: cover;
}
.mission-txt.wow.animate__.animate__fadeInDown.animated {
    color: #4A4240;
    font-family: Inter;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}
.blog-details-section {
    color: #1e1e1edb;
}
.blog-card-full-description p {
    margin: 10px 0px 20px 0px;
}
.blog-sidebar {
    flex: 1;
}
@media (min-width: 993px) {
    .blog-sidebar {
        position: sticky;
        top: 100px;
        height: fit-content;
    }
}
.sidebar-widget {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    padding-top: 0px;
}
.sidebar-title {
    color: #4A4240;
    font-family: Inter;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.recommended-post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    list-style-type: none;
}
a.recommended-post-link {
    display: flex;
}
.recommended-post-avatar {
    margin-right: 15px;
    flex-shrink: 0;
    width: 98px;
    height: 81px;
    aspect-ratio: 188 / 81;
}
.recommended-post-avatar img {
    width: 98px;
    height: 81px;
}
.recommended-post-title {
    color: #4A4240;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
.recommended-post-content {
    flex: 1;
}