*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    list-style: none;
    text-decoration: none;
	font-family: "Inter", sans-serif;
}
.wrapper , .banner .et_pb_slide_description{
    width: 95% !important;
    float: none !important;
    margin: 0 auto !important;
    max-width: 1300px !important;
}
html {
    scroll-behavior: smooth;
}
header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
.row{
    width:100%;
    float:left;
}
.p_t{
	padding-top:80px;
}
.p_b{
	padding-bottom:80px;
}
.center{
	text-align:center;
}
h1{
    text-shadow: 0 7px 4px rgba(0, 0, 0, 0.25) !important;
    font-family: "Poppins", sans-serif;
    font-size: 57px;
    font-weight: 700 !important;
    line-height: 72px !important;
}
.heading h2 , h2.heading{
	color: #111!important;
    font-size: 42px!important;
    font-weight: 600!important;
    line-height: normal!important;
    padding-bottom: 0!important;
}
h3{
	font-size: 22px!important;
	font-weight: 600!important;
	line-height: normal!important;
	letter-spacing: -1.1px!important;
}
#et-boc .et-l .text p , p.text{
	color: #444!important;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;	
}
.et-db #et-boc .et-l .et_pb_module.text a{
	color: #054AB2 ;
	font-size: 16px;
	font-weight: 600!important;
	line-height: 24px!important;
}
/* header-top */
.header-top .et_pb_text_inner{
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.tel-icon{
    background: url("https://allroof.co.uk/wp-content/uploads/2026/02/phone.png") no-repeat center!important;
    background-size: contain !important;
    width: 20px !important;
    height: 24px !important;
    display: inline-block;
}
.mob-icon{
    background: url("https://allroof.co.uk/wp-content/uploads/2026/02/tablet.png") no-repeat center!important;
    background-size: contain;
    width:20px;
    height:24px;
    display:inline-block;
}
.top-header-item{
	display:flex;
	gap:10px;
	align-items: center;
}
.top-header-item , .top-header-item a{
    color: #FFF !important;
    font-size: 16px;
    font-weight: 600!important;
    line-height: normal!important;
}
.top-header-item a , .menu .et-menu a , .footer a{
    position: relative;
    padding-bottom: 4px!important;
}
.divider {
    width: 1px;
    height: 20px;
    background: #fff!important;
}
.top-header-item a::after , .hover-underline a::after , .service-submenu a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1.5px;
    background: #fff;
    transition: width 0.3s ease;
}
.top-header-item a:hover::after , .menu .et-menu a:hover::after , .hover-underline  a:hover::after , .menu .et-menu .current-menu-item >a::after , .service-submenu a:hover::after{
    width: 100%;
}
/* header-bottom */
.btn {
	position: relative;
	display: inline-block;
	overflow: hidden;
    z-index: 1;
	transition:all 1s !important;	
    padding: 13px 19px!important;
    border-radius: 6px !important;
    background: #054AB2 !important;
    color: #FFE !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
	border: 1px solid #054AB2!important;
	cursor:pointer;
}
.btn:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background:#0542a0;
  z-index: -1;
	transition: all 0.6s ease;
}
.btn:hover:after{
  width: 100%;
}
.contactbtn .btn {
	letter-spacing:0.5px !important;
	padding: 12px 30px !important;
	font-size:18px;
}
.header-bottom .wrapper{
	display:flex;
	align-items:center;
}
.et-db #et-boc .et-l .header-bottom .et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}
.menu .et-menu a{
	color: #054AB2 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal !important;
	display:flex!important;
	align-items:center;
}
.menu .et-menu a::after{
    content: ""!important;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: #054AB2;
    transition: width 0.3s ease;
}
.et-db #et-boc .et-l .menu .et-menu .menu-item-has-children>a:first-child:after {
    font-size: unset!important;
    right: unset!important;
    top: unset!important;
    font-weight: unset!important;
}
.sub-menu-toggle{
	display:none;
}
.menu .et-menu .menu-item-has-children>a::before{
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23054ab2' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m7 10l5 5m0 0l5-5'/%3E%3C/svg%3E");
    position: absolute;
    right: 0;
    border: 0;
}
.et-db #et-boc .et-l .menu .et_mobile_menu li a:hover, .et-db #et-boc .et-l .menu .nav ul li a:hover{
    background-color: unset;
    opacity: 1;
}
/* banner and inner-banner*/
.et-db #et-boc .et-l .banner .et_pb_slide {
	padding:0!important;
}
.banner h1{
	padding-bottom: 29px!important;
	color: #FFF !important;
}
.banner .banner-btn-grid{
	margin-top:70px!important;
}
.banner-btn-grid{
	display:flex;
	gap:18px;
}
.banner p , #et-boc .et-l .inner-banner p{
	color: #FFF!important;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}
.btn-w{
	position: relative;
	display: inline-block;
	overflow: hidden;
    z-index: 1;
	transition:all 1s !important;	
    padding: 13px 19px!important;
    border-radius: 6px !important;
    background: #ffe !important;
    color: #054AB2 !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
	border: 1px solid #ffe!important;
	cursor:pointer;
}
.btn-w:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #ededdd;
  z-index: -1;
	transition: all 0.6s ease;
}
.btn-w:hover:after {
  width: 100%;
}
.banner .btn , .banner .btn-w{
	text-shadow: none!important;
}
.banner .et_pb_slide_content {
    max-width: 656px;
}

.inner-banner h1{
	padding-bottom:15px!important;
	color: #FFF !important;
}
.inner-banner .banner-btn-grid{
	margin-top:55px!important;
}
/* footer */
.footer .wrapper{
	display: grid!important;
    gap: 40px;
    grid-template-columns: 1.2fr 0.7fr 1fr 1fr 1fr;
}
.footer h3{
	color: #FFF!important;
}
.footer .et_pb_column{
	width:100%!important;
}
.footer .et_pb_row:after, .footer .et_pb_row:before{
	display:none!important;
}
.copyright .et_pb_text_inner{
	color: #FFF !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.social-icon{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 14px;
}
.social-icon a{
	padding-bottom:0!important;
}
.social-icon img{
	width:100%;
	float:left;
}
.footer .menu a , .footer a , .contact-footer p{
	color: #FFF !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 30px !important;
}
.footer h3{
    padding-bottom: 0 !important;
}
.footer li{
	margin-bottom:0!important;
	margin-top:0!important;
}
.footer a, .contact-footer p.add-text{
	color: #FFF !important;
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 23px !important;
}
/* survices-slider */
.service-card{
    padding: 10px 10px 11px 10px !important;
    border-radius: 8px !important;
    border: 1px solid #E7E9F0 !important;
    background: #F4F4F9 !important;
    box-shadow: 0 2px 4px 0 rgba(5, 74, 178, 0.15) !important;  
}
.service-card a{
    height: 506px;
	overflow: hidden;
	position:relative;
    display:block;
	padding-bottom: 0 !important;
}
.service-card img{
   	width: 100% !important;
    height: 100% !important;
	max-width: 100% !important;
    object-fit: cover;
    transition: .5s ease !important;
}
.service-card a:hover img{
    transform:scale(1.06);
    transition:.5s ease;
}
.services-img-title{
    width: 100%;
    float: left;
    padding: 185px 0 35px 0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
}
.services-img-title span{
	color: #FFF !important;
    text-align: center !important;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
	display:block;
	position: relative;
    z-index: 999;
}
.service-card .services-img-title::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}
/* Recent Roofing Projects */
.cg-gallery-slider .owl-item {
    position: relative !important;
    border-radius: 10px !important;
    overflow: hidden;
	height:348px;
}
.cg-gallery-slider .owl-item img {
    float: left;
	width:100%;
    height:100%!important;
    object-fit:cover;
    transition: transform .45s ease!important;
}
.cg-gallery-slider .owl-item:hover img{
    transform: scale(1.12);
}
/* logo */
.members-logos{
	display:flex;
	justify-content:space-evenly;
	align-items: center;
	gap: 42px;
}
/* Trusted & Verified Roofing Professionals */
#et-boc .et-l .trusted-verified .text p{
	font-weight: 500;	
}
/* trusted */
/* .btn-b{
	display: inline-flex;
    padding: 13px 19px 13px 19px !important;
    justify-content: center;
    align-items: center;
    border-radius: 6px !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
    border: 1px solid #FFF!important;
} */
.btn-b{
	position: relative;
	display: inline-block;
	overflow: hidden;
    z-index: 1;
	transition:all 1s !important;	
    padding: 13px 19px!important;
    border-radius: 6px !important;
    background: #054AB2 !important;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
	border: 1px solid #fff!important;
}
.btn-b:after {
	  content: '';
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 50%;
	  -webkit-transform: translateX(-50%);
			  transform: translateX(-50%);
	  width: 0;
	  height: 100%;
	  background: #0542a0;
	  z-index: -1;
	  transition: all 0.6s ease;
}
.btn-b:hover:after {
  	width: 100%;
}
.btn-grid{
	display: flex;
    gap: 20px;
}
/* Why Choose Us */
.why-choose-us ul{
	margin: 0 !important;
    padding-bottom: 0!important;
}
.why-choose-us li{
	color: #FFF !important;
    font-size: 23px;
    font-weight: 600;
    line-height: 55px;
    list-style: none !important;
	display: flex;
    align-items: center;
    gap: 20px;
}
.why-choose-us li:before{
	  content:"";
	  display: inline-block;
	  width: 24px;
	  height: 24px;
	  background-repeat: no-repeat;
	  background-size: 100% 100%;
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4.252 14H4a2 2 0 1 1 0-4h.252c.189-.734.48-1.427.856-2.064l-.18-.179a2 2 0 1 1 2.83-2.828l.178.179A8 8 0 0 1 10 4.252V4a2 2 0 1 1 4 0v.252c.734.189 1.427.48 2.064.856l.179-.18a2 2 0 1 1 2.828 2.83l-.179.178c.377.637.667 1.33.856 2.064H20a2 2 0 1 1 0 4h-.252a8 8 0 0 1-.856 2.064l.18.179a2 2 0 1 1-2.83 2.828l-.178-.179a8 8 0 0 1-2.064.856V20a2 2 0 1 1-4 0v-.252a8 8 0 0 1-2.064-.856l-.179.18a2 2 0 1 1-2.828-2.83l.179-.178A8 8 0 0 1 4.252 14M9 10l-2 2l4 4l6-6l-2-2l-4 4z'/%3E%3C/svg%3E");
}
.why-choose-us h1{
	padding-bottom:30px!important;
}
.why-choose-us  .col1{
	padding-top:30px!important;
}
/* Need Reliable Roofing Work */
.contact-form .row {
    margin-bottom: 20px !important;
}
.contact-form .row:last-child {
    margin-bottom:0 !important;
}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form input[type="tel"],.contact-form textarea{
    display:block;
    padding:11px 15px !important;
    border-radius:3px !important;
    border:1.5px solid #054AB2 !important;
    color:#000 !important;
    font-size:16px;
    font-weight:400;
    line-height:24px;
    width:100% !important;
    transition: .3s !important;
}
.contact-form input:focus,.contact-form textarea:focus{
    border-color:#032f73 !important;
    box-shadow:0 0 0 2px rgba(5,74,178,0.15);
    outline:none;
}
.contact-form textarea{
     height: 106px;
    resize: unset !important;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    font-size:16px;
    font-weight:400;
    line-height:24px;
    color:#000 !important;
}
.contact-btn{
	width: 100%;
	float:left;
}
.contact-btn input[type="submit"]{
    width: 100%;
    padding: 14px 0 15px 0 !important;
    text-align: center !important;
    border-radius: 6px !important;
    background: #054AB2 !important;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
	margin-top:35px!important;
	cursor:pointer;
	transition:all 1s!important;
}
.contact-btn input[type="submit"]:hover{
	opacity:0.8;
}
.wpcf7-not-valid-tip {
    color: #dc3232!important;
}
.wpcf7 form .wpcf7-response-output{
	padding: 0.2em 1em !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    border: 2px solid #ffb900 !important;
    color: #dc3232 !important;
	width: 100%;
    float: left;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #46b450 !important;
}

/* Customer Reviews */
#et-boc .et-l .trader-check p{
	color: #444;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.btn-r{
	position: relative;
	display: inline-block;
	overflow: hidden;
    z-index: 1;
	transition:all 1s !important;	
    padding: 13px 19px!important;
    border-radius: 6px !important;
    background: #E71C30 !important;
    color: #FFF !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: normal !important;
	border: 1px solid #E71C30!important;
	cursor:pointer;
}
.btn-r:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #d51a2c;
  z-index: -1;
	transition: all 0.6s ease;
}
.btn-r:hover:after {
  width: 100%;
}
.custom-review-slide .owl-stage{
	display:flex;
	padding-bottom:20px!important;
}
.custom-review-grid{
    display: grid;
	grid-template-columns:1fr 1fr 1fr;
    padding-bottom: 40px !important;
    gap: 20px;
	align-items: start;
}
.review-card{
    display: flex;
	height:100%;
	gap:15px;
    padding: 34px 13px !important;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    border: 1px solid #EDEDED !important;
    background: #FFF !important;
    box-shadow: 0 2px 5.5px 3px rgba(0, 0, 0, 0.07) !important;
    flex-direction: column;
	justify-content: flex-start;
}
.stars span{
	color: #444!important;
    font-size: 20px;
}
.stars span.filled{
	color: #E57419!important;
}
.review-title {
    color: #111 !important;
    text-align: center !important;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 24px !important;
	padding-bottom:0!important;
	max-width: 290px;
}
#et-boc .et-l .review-text p{
	color: #444 !important;
    text-align: center !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.review-name{
	color: #E57419!important;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
}
.review-text {
    max-width: 350px;
}

/* map */
.google-map iframe{
	float:left;
	width:100%;
}
/* head-office */
#et-boc .et-l .head-office p , #et-boc .et-l .head-office a{
	color: #444 !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 26px !important;
}
#et-boc .et-l .head-office span , #et-boc .et-l .head-office span a{
	color: #054AB2 !important;
    font-weight: 600!important;
}
#et-boc .et-l .contact-info p{
	display: flex;
    gap: 8px;
    align-items: center;
	padding-bottom: 0 !important;
}
#et-boc .et-l a.underline{
	text-decoration: underline !important;
}
.tel:before{
    content:"";
	display: inline-block;
    width:18px;
    height:18px;
    background:url("https://allroof.co.uk/wp-content/uploads/2026/02/tel-img.png") no-repeat center;
    background-size:contain;
}
.mob:before{
    content:"";
	display: inline-block;
    width:18px;
    height:18px;
    background:url("https://allroof.co.uk/wp-content/uploads/2026/02/mob-img.png") no-repeat center;
    background-size:contain;
}
.email:before{
    content:"";
	display: inline-block;
    width:18px;
    height:18px;
    background:url("https://allroof.co.uk/wp-content/uploads/2026/02/mail-img.png") no-repeat center;
    background-size:contain;
}
/* new-roofs */
#et-boc .et-l .blue-t , #et-boc .et-l .blue-t a{
	color: #054AB2 !important;
	font-weight:700!important;
}
.list-text , .blue-tick{
	margin:0!important;
	padding-bottom:0!important;
}
.list-text li {
    color: #444 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #E5E5E5 !important;
    list-style: none !important;
    display: flex;
/*     align-items: center; */
    gap: 12px;
    padding: 22px 0 22px 12px !important;
}
.blue-tick li{
	color: #444 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    list-style: none !important;
    display: flex;
    gap: 12px;
	padding-bottom: 1em !important;
}
.blue-tick li:last-child{
	padding-bottom: 0!important;
}
.space-top{
	padding-top: 1em !important;
}
.space-bottom{
	padding-bottom: 1em !important;
}
.list-text li:first-child{
	border-top: 1px solid #E5E5E5 !important;
}
.list-text li:before , .blue-tick li:before{
    content:"";
    display:inline-block;
    width:20px;
    height:20px;
    vertical-align:middle;
    background:url("https://allroof.co.uk/wp-content/uploads/2026/02/check-square-broken.png") no-repeat center;
    background-size:contain;
	flex-shrink: 0;
}
/* services */
.services-left h4{
	color: #111;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 44px;
}
.services-left{
	width:25%;
	float:left;
	background: #fff;
	box-shadow: 3px 0 5.8px 0 rgba(0, 0, 0, 0.11);
	padding:60px 30px!important;
}
.services-right{
	width:75%;
	float:right;
	padding:33px!important;
}
.services-title{
	margin-top:30px;
	margin-bottom: 10px;
}
.services-sub{
	margin-bottom:40px;
}
.services-title , .services-sub{
	text-align:center
}
.service-toggle{
	display:flex;
	padding: 20px 12px 20px 18px;
	justify-content: flex-end;
	align-items: center;
	gap: 136px;
	border-radius: 5px;
	border: 1px solid #969696;
	background: #FFF;
    color: #111;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}
.custom-accordion .accordion-item {
    margin-bottom: 15px;
}
.services-flex {
    display: flex;
    align-items: stretch;
    gap: 10px;
}
.accordion-btn {
    width: 100%;
    padding: 18px 20px;
    background: #e9e9e9;
    border: none;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease;
}
.accordion-btn:hover {
    background: #054AB2;
	color: #fff;
}
.accordion-item.active .accordion-btn {
    background: #054AB2;
    color: #fff;
}
.arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease;
}
.accordion-item.active .arrow {
    transform: translateY(-50%) rotate(-135deg);
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.service-submenu {
    list-style: none;
    padding: 15px 0 10px 15px;
    margin: 0;
	margin-left:15px!important;
	
}
.service-submenu li {
    margin-bottom: 12px;
}
.service-submenu li a {
    text-decoration: none;
    color: #444;
    font-size: 15px;
}
.service-submenu li a:hover {
    color: #000;
}	
.services-right {
    flex: 1;
}
.service-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.service-page-card{
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    transition: 0.3s ease;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12)!important;
	padding: 10px 10px 31px 10px !important;
}
.service-image{
	margin-bottom: 20px !important;
    overflow: hidden;
    height: 220px !important;
    width: 100%;
    float: left;
}
.service-image:hover img {
    transform: scale(1.12);
}
.service-image img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
    border-bottom: 1px solid #e3e3e3;
	transition: transform .45s ease !important;
}
.service-content {
    text-align: center;
}
.service-content h3 {
    color: #111 !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin-bottom: 30px;
}
#serviceFooter-content .inner-banner, .page-id-146 .serviceTop .trusted {
		display:none;
}
.accordion-item.active {
	background: #054ab2;
    color: #fff;
	border-radius: 5px;
	padding-bottom:20px;
}
.accordion-item.active a {
 	color: #fff!important;
	position: relative;
    padding-left: 15px;
    text-decoration: none;
    display: inline-block;
}
.accordion-item.active a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5%;
    width: 14px;
    height: 14px;
    background-image: url('https://allroof.co.uk/wp-content/uploads/2026/02/chevron-down.png'); /* change path */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%);
}
/* Repairs Replacements */
.repairs-replacement-box h2{
	font-size:38px!important;
}
/* logo slider */
#logo-carousel .owl-stage{
	align-items: center;
    display: flex;
    justify-content: center;
}
.item-logo{
	display:flex!important;
	justify-content:center;
}
/* gallery */
.gallery .et_pb_gallery_image{
    height:380px;
    overflow:hidden;
	border-radius: 10px !important
}
.gallery .et_pb_gallery_image img{
    width:100%;
    height:100%!important;
    object-fit:cover;
}
.page-id-560 .trustedlogo  img{
	width:65% !important;
}
@media (max-width: 1024px){
	.et-db #et-boc .et-l .header-bottom .et_pb_menu .et-menu>li {
		padding-left: 13px;
		padding-right: 13px;
	}
	h1 {
		font-size: 54px;
		line-height: 68px !important;
	}
	.why-choose-us  .col1{
		padding-top:0px!important;
	}
	.footer .wrapper {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.footer h3 , .footer li ,.contact-footer p{
		text-align: center !important;
	}
	.members-logos {
		gap: 30px;
	}
	.custom-review-grid {
		grid-template-columns: 1fr 1fr;
	}
	.services-right {
		width: 60%;
	}
	.services-left{
		width: 40%;
	}
	.service-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 980px){
	.btn-grid {
		justify-content: center;
	}
	.et-db #et-boc .et-l .header-bottom .et_pb_menu--style-centered .et_pb_menu__wrap {
		justify-content: flex-end!important;
	}
	 .service-grid {
        grid-template-columns: 1fr;
    }
	.service-image img {
		width: 100% !important;
		max-width: 100% !important;
	}
}
@media (max-width: 768px){
	.footer .wrapper {
		grid-template-columns: 1fr 1fr;
	}
	.members-logos {
		flex-wrap: wrap;
	}
	.service-grid {
		gap: 15px;
    }
}
@media (max-width: 600px){
	h1 {
        font-size: 50px;
        line-height: 60px !important;
    }
	.heading h2 {
		font-size: 32px !important;
	}
	.footer .wrapper {
		grid-template-columns: 1fr;
	}
	.why-choose-us li {
		font-size: 20px;
		line-height: 40px;
	}
	.custom-review-grid {
		grid-template-columns: 1fr;
	}
	.et-db #et-boc .et-l .header-bottom .et_mobile_menu {
		left: unset!important;
		right: 0;
		width: 520px!important;
	}
	 .services-left {
        display: none;
    }
	.inner-banner:before {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.55);
		z-index: 1;
	}
}
@media (max-width: 460px){
	h1 {
        font-size: 40px;
        line-height: 50px !important;
    }
	.header-top .et_pb_text_inner {
		flex-direction: column;
	}
	.divider{
		display:none;
	}
	.btn-grid {
		flex-wrap: wrap;
	}
	.et-db #et-boc .et-l .header-bottom .et_mobile_menu {
		width: 345px!important;
	}
}
@media (max-width: 344px){
	h1 {
        font-size: 38px;
        line-height: 48px !important;
    }
	.why-choose-us li {
        font-size: 18px;
        line-height: 38px;
    }
}
@media (max-width: 320px){
	.et-db #et-boc .et-l .header-bottom .et_mobile_menu {
		width: 292px!important;
	}
}