@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

:root {
    --primary: #f8b100;
    --secondary: #1991c9;
    --white: #fff;
    --black: #3c3c3b;
    --gradient: #3c3c3b;
}

body {
    margin: 0;
    padding: 0 !important;
font-family: "Ubuntu", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 18px;
    padding: 13px 20px;
    width: 100%;
    outline: 0;
    border-radius: 10px;
font-family: "Ubuntu", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
font-family: "Ubuntu", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
    color: var(--black);
    font-weight: 300;
    text-transform: inherit;
    line-height: normal;
	font-family: "Ubuntu", sans-serif;
}
h1 {
  font-size:32px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
font-family: "Ubuntu", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
font-family: "Ubuntu", sans-serif;
  color: #444;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 55px !important;
    font-size: 44px;
    position: relative;
    font-weight: 300;
}
.heading {
    text-align: center;
    display: block;
    margin: auto;
}
.leftheading:before {
    content: '';
    position: absolute;
    background: var(--black);
    width: 50px;
    height: 5px;
    bottom: 8px;
    left: 0;
}
.leftheading {
    padding-left: 70px;
	text-transform:uppercase;
}

.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 15.25px;
    font-weight: 400;
    margin-bottom: 15px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    padding: 6px 12px;
    width: fit-content;
    letter-spacing: 0;
    background: #f6f6f6;
    line-height: normal;
	border-radius: 50px;
}
.heading .subheading {
    margin: 0 auto 15px;
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}


/* Header */

header {
    position: absolute;
    z-index: 111;
    width: 100%;
}
header .row {align-items: center;}
header img {
    width: 235px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 50px;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}

/* Menubar */

.mainmenu.fixed {
    position: fixed;
    width: 100%;
    background: #ffffff8a;
    top: 0;
    z-index: 10;
}
.mainmenu .btn-primary {margin-left: 10px;}
.menubar p{
	margin:0;
}
.menubar form .wpcf7-form-control{
	border:unset;
	padding:0;
}    
/*
.header-search a {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 2px solid #edeef0;
}
a.search i {
    font-size: 20px;
    color: #00000057;
}
.header-search a img{
	width:19px;
	padding:7px 0;
}
*/

.hdrcnt a {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: var(--black);
    border-radius: 50px;
    padding: 7px 30px;
    color: var(
    --white);
}
.hdrcnt i {
padding-left:8px;
}
.hdrcnt {
    column-gap: 13px;
}

.instafeed {
    background: #f8f8f8;
    padding: 50px 0;
}

/* Main Slider */

.mainslider .carousel-item {
	position:relative;
	z-index:0;
	overflow:hidden;
}
.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.mainslider .carousel-item:nth-child(2) figure img, .mainslider .carousel-item:nth-child(3) figure img, .mainslider .carousel-item:nth-child(4) figure img {
    filter: inherit;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    position: absolute;
    bottom: inherit;
    z-index: 2;
}
.mainslider .carousel-content {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}
.mainslider .subheading {
    border-right-color: var(--secondary);
    padding: 1px 20px;
    letter-spacing: 8px;
    line-height: 25px;
    margin: 0 auto 15px;
    background: #ffffff40;
    border-radius: 0;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.mainslider .carousel-caption h2 span{
    display: block;
    -webkit-text-stroke: 2px var(--primary);
    color: transparent;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    margin: 8px 0 15px;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: #eee;
    font-size: 17px;
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    background: var(--gradient);
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}

.lead-banner {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 38px;
    font-weight: 300;
    padding: 100px 20px 0 0;
    line-height: 51px;
}
.lead-banner:before {
    content: "";
    position: relative;
    display: block;
    height: 3px;
    flex: 0 1 50%;
    margin-right: 10px;
    transform: translateY(-50%);
    background-color: #f8b100;
}


/* Services */

.services {
    padding: 100px 0 200px;
}
.services .row {
    row-gap: 120px;
}
.services .col-lg-4:nth-child(2) .services-item, .services .col-lg-4:nth-child(5) .services-item{
    transform: translateY(100px);
}
.services-item {
    height: 100%;
    position: relative;
    padding: 0;
    width: 80%;
	transition:all ease-in-out .5s;
}
.services-item figure img {
    height: 500px;
    object-fit: cover;
    transition: all ease-in-out .5s;
}
.services-info {
    position: relative;
}
.services-item h3 {
    font-size: 28px;
    margin: 20px 0 12px;
    transition: all ease-in-out .5s;
}
.services-item:hover h3 {
    color: var(--primary);
}
.servicescptn .viewbtn {
    font-weight: 600;
}
.services-item:hover .viewbtn {
    color: var(--primary);
}

/* SERVICES DETAILS */

.services-description h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
.servicesinfo img {
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}
.servicesinfo .row {
    background: linear-gradient(90deg, #0027680a, #b30d3405);
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    border: 1px dotted #be0b3182;
}
.servicesinfo .row:nth-child(even) {
    flex-direction: row-reverse;
}
.servicesinfo .row:nth-child(even) .services-content {
    padding: 0 16px 0 0;
}
.services-content {
    padding-left: 15px;
}
.services-content h3 {
    font-size: 30px;
}
.services-content p {
    line-height: 30px;
    margin: 0;
}

.services-contact {
    background: linear-gradient(45deg, #000000d9, #00000075), url(../images/contactbg.jpg);
    padding: 100px 0;
    margin-top: 60px;
}
.services-contact h2 {
    color: var(--white);
    font-size: 35px;
}
.whychooseus {
    padding: 80px 0;
    background: #f9f9f9;
    margin-bottom: 100px;
}
.whychooseus-item {
    border: solid 1px #ccc;
}

/* Reviews */

.testimonial {
    padding: 55px 0 65px;
    text-align: center;
    background: url(../images/aboutbg.png) center;
    background-attachment: fixed;
}
.testimonial-item {
    border: dotted 3px var(--primary);
    padding: 30px 20px;
    border-radius: 15px;
    background: var(--white);
    transition: all ease-in-out .5s;
}
.testimonial-item:hover {
    transform: scale(.98);
    border-color: var(--secondary);
}
.testimonial .rating {
    column-gap: 7px;
    justify-content: center;
    margin-top: 13px;
}
.testimonial .rating i {
    color: #ef932c !important;
    font-size: 15px !important;
    margin-bottom: 15px !important;
}
.testimonial-item i {
    color: var(--primary);
    font-size: 25px;
    margin-bottom: 15px;
}
.testimonial-item img {
    width: 70px !important;
    border-radius: 50%;
    margin: 0 auto 15px;
    outline: dotted 3px var(--secondary);
    outline-offset: 4px;
}
.testimonial h3 {
    margin: 28px 0 5px !important;
}
.testimonial-cnt p {
    margin: 0 auto;
}


/* Installer */

.installer-content h2 {
  font-size: 48px;
  line-height: 1.2;
  color: #333;
  margin-bottom: 20px;
}
.installer-content .underline {
    display: block;
    width: 100%;
    height: 3px;
    background: #f5b400;
    margin-bottom: 30px;
}
section.installer-section img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.cta-btn {
    display: inline-flex;
    padding: 10px 22px;
    background: #3d3d3d;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    column-gap: 12px;
    justify-content: space-between;
}
.cta-btn svg {
    width: 30px;
}
.cta-btn:hover {
  background: #222;
}

.play-icon {
  width: 34px;
  height: 34px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}



/* BLOGS */

.homeblog {
    padding: 100px 0 150px;
    position: relative;
}
.homeblog .slick-slide {
    margin: 0;
}
.homeblog .slick-dots {
    margin: 0 !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}
.homeblog .heading {
    margin-bottom: 30px;
}
/*
.homeblogslider {
    border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
*/
.homebloglist {
    height: 100%;
    position: relative;
    background: var(--white);
    text-align: center;
    border: solid 1px #ddd;
    padding: 35px ;
	    transition: all ease-in-out .5s;
}
.homebloglist:hover {
    border: solid 1px var(--primary);
}
.homebloglist:hover a, .homebloglist:hover span.pstdt{
color:var(--primary);	
}
.homebloglist span.pstdt {
    display: block;
    padding-bottom: 15px;
	transition: all ease-in-out .5s;
}
.homebloglist img {
    width: 220px !important;
    height: 220px !important;
    object-fit: cover;
    transition: all ease-in-out .5s;
    margin: 0 auto;
}
.homebloglist:hover img {
    filter: grayscale(1);
}
.homebloglist p{
margin: 0;
}
.homeblogbox h3 {
    margin: 22px 0 0;
    line-height: 35px;
}
.homeblogbox h3 a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    display: block;
    line-height: 25px;
	transition: all ease-in-out .5s;
}
.homeblogbox span {
    font-size: 14px;
}
.homeblogbox span i {
    color: var(--primary);
    margin-right: 10px;
}
.homeblogbox ul {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.homeblogbox ul li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.singlepost ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	margin-bottom: 15px;
}

.singlepost ul li{
	position: relative;
    width: 100%;
	font-weight:500;
	text-transform: capitalize;
	padding-left: 30px;
}

.singlepost ul li:before{
	content: '\f14a';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--primary);
    display: inline-block;
    line-height: normal;
    position: absolute;
    top: 2px;
    left: 0;
}

.secondary-container.services {
    padding: 100px 0 230px;
}

/* Contact */

.contactus .row {row-gap: 25px;}
.contactdtls-item {
    border: solid 1px #ddd;
    padding: 20px;
    border-radius: 6px;
    height: 100%;
}
.open-user-map .box-wrap .map-wrap {
    aspect-ratio: inherit !important;
    height: 510px !important;
}
.contactdtls-item p strong {
    font-size: 18px;
}
.contactdtls-item h3 {
    font-size: 28px;
    font-weight: 600;
}
.contactdtls-top ul {
    display: flex;
    justify-content: space-between;
}

.contactdtls-top ul li {
    background: var(--white);
    border-radius: 4px;
    padding: 5px 20px;
}

.contactdtls-top ul li, .contactdtls-top ul li a {
    color: var(--black);
}

/* Footer */

footer {
    background: var(--black);
    padding: 45px 0;
}
footer .footer-logo img {
    width: 235px;
}
.menu-quick-links-container ul {
    display: flex;
    margin-top: 60px;
}
.menu-quick-links-container ul li:first-child {
    padding-left: 0;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 45px 30px 35px 30px;
}
footer .col-lg-3:first-child {
    background: #fffffff7;
}
footer .col-lg-3:last-child {
    border: none;
}
footer ul.smoicons {
    justify-content: start;
    column-gap: 10px;
}
footer h5 {
    color: var(--white);
    margin-bottom: 15px;
}
footer ul.smoicons li a {
    background: var(--white);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--black);
    font-size: 18px;
}
footer .smoicons li a {
    background: #ffffff21;
    border-color: var(--secondary);
    color: var(--secondary);
    width: 38px;
    height: 38px;
}
footer ul.menu li{
line-height: 35px;
position:relative;	
padding-left:25px;	
}
footer ul li.menu-item a {
    display: block;
    font-weight: 600;
    font-size: 18px;
}
footer ul li:last-child a {
    margin-bottom: 0;
}
footer ul li.menu-item a:hover {
  color: var(--white);
}
.footersmo li i {
    color: #4d4a4f;
    font-size: 18px;
}
footer h4 {
    margin: 16px 0  100px;
    letter-spacing: .5px;
    font-size: 20px;
    color: var(--white);
}
footer ul li, footer a, footer p, .footerabout a {
    color: var(--white);
}
footer .smoicons li a:hover {
    color: var(--white) !important;
    background: var(--primary) !important;
}
footer a:hover {
    color: var(--primary) !important;
}
.footer-details a {
    text-decoration: none;
    font-size: 15px;
}
footer ul.footer-details li:last-child {
    margin-bottom: 0;
}
footer ul.socialicon {
  display: flex;
    column-gap: 6px;
	justify-content: flex-end;
}
footer ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: #212222;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    margin: 0;
}
footer .readbtn {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--primary);
    margin-top: 15px;
    display: block;
}

footer ul.footer-details li {
    position: relative;
    padding-left: 27px;
	margin-bottom: 10px;
}
footer ul.footer-details li:last-child{
margin-bottom: 0;	
}
footer ul.footer-details li i {
    color: var(--white);
    padding-right: 5px;
    position: absolute;
    left: 0;
    top: 5px;
}
footer .row {
    align-items: center;
}
footer form {
    position: relative;
}
footer input[type="email"] {
    background: none;
    font-size: 14px;
    border-radius: 50px 0 0 50px;
    width: auto;
    margin: 0;
    color: #ccc;
}
footer input[type="submit"] {
    width: 160px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0 50px 50px 0;
    padding: 14px;
    color: var(--black);
    font-size: 19px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff38;
}
.copyright .col-sm-4 {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.copyright .row {
  align-items: center;
}
.copyright p, .copyright p a {
    margin: 0 !important;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
}
.copyright ul {
    display: flex;
    justify-content: center;
}
.copyright ul li {
    border-right: solid 1px #dddddd40;
    padding: 0 15px;
}
.copyright ul li:last-child {
    border-right: none;
    padding-right: 0;
}
.copyright img {
    width: 280px;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 8px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid var(--white);
    background: var(
    --primary);
    width: 44px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 11px;
    box-shadow: 3px 11px 12px #00000045;
    color: var(--white);
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
    outline: solid 5px #4fcc5d;
    outline-offset: 3px;
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
    padding: 60px 0;
}
.breadcrumb {
    height: 350px;
    display: flex;
    align-items: center;
    text-align: left !important;
}
.breadcrumb.no-banner {
    background: url(https://buraaqinovance.com/wp-content/uploads/2026/03/newbreadbnr.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.breadcrumb-menu h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 300;
}
.breadcrumb p {
    margin: 0;
}
.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}
.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}

/* Global Pages */

.globalpage ul li {
    list-style-type: disc;
}
.globalpage ul {
    padding-left: 15px;
    margin: 15px 0;
}
.globalpage h3 {
    font-size: 22px;
    margin: 20px 0 13px;
}
.corporatevdos-item iframe {
    width: 100% !important;
    height: 390px;
}
.crprtvdofull {
    margin-bottom: 15px;
}
.corporatevdos .row {
    row-gap: 15px;
}

.envira-lazy {
    border-radius: 15px !important;
}
td#envirabox-title-float-main {
    display: none !important;
}

/* Modal Multi Step Form */

.modalformbox {
    width: 60%;
    margin: 0 auto;
}
.modalformbox h3 {
    font-size: 28px;
    font-weight: 500;
}
.modalformbox .wpcf7-list-item {
    width: 100%;
    background: #e1e1e1 !important;
    border: solid 1px #333;
    border-radius: 6px;
    padding: 6px 15px;
    margin: 10px 0;
    position: relative;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 0;
    text-align: right;
    cursor: pointer;
}
.modalformbox input[type="radio"] {
    position: absolute;
    right: 8px;
    text-align: right;
    cursor: pointer;
    height: 100%;
    top: -2px;
    width: 22px;
}
.modalformbox input[type="radio"]:checked {
    accent-color: #222;
}
.modalformbox .cf7mls-btns button {
    margin: 0 !important;
    border-radius: 6px;
    font-size: 16px;
    background: #111;
    letter-spacing: 1px;
}
.modalformbox p>label {
    font-size: 20px;
}
.modalformbox input[type="text"], .modalformbox input[type="email"], .modalformbox input[type="tel"] {
    border: none;
    border-bottom: solid 1px #777;
    border-radius: 0;
    font-size: 28px;
    font-weight: normal;
    padding: 15px 0;
    color: #777;
}
.modalformbox .cf7mls_back {
    background: #eee !important;
}
.modalformbox .offcanvas-header {
    justify-content: flex-end;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid::placeholder {
    color: red;
}

/* Gallery */

.gallery {
    background: #fff4f5;
    padding: 55px 0 70px;
}

/* Contact Us*/

.contactus {
    background: #fff;
}
.contactus form {
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    height: 100%;
    box-shadow: 3px 3px 13px #e6c9cbb0;
}
.contactus form p {
  margin: 0;
}
.contactus form h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 22px;
}
.contactus_details {
    background: #fff4f5;
    border: solid 1px var(--primary);
    padding: 23px 18px 13px;
    height: auto;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 6px;
}
.contactus_details i {
    font-size: 19px;
    color: var(--white);
    background: var(--primary);
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    outline: solid 2px var(--secondary);
    outline-offset: 4px;
}
.contactus_details h3 {
    margin: 15px 0 5px;
    font-size: 18px;
}
.contactus_details ul li, .contactus_details a {
  font-size: 16px;
}
.googlemap iframe {
    width: 100%;
    height: 420px;
    margin-top: 10px;
    border-radius: 8px;
}
.contactus_details p {
    margin: 15px 0 2px;
}
.home .contactus iframe {
    margin-top: 60px;
}
.contactus iframe {
    width: 100%;
    height: 420px;
    border-radius: 6px;
    margin-top: 25px;
}
.contactaddr {
    background: var(--white);
    padding: 20px;
    box-shadow: 3px 3px 13px #ddd;
    border-radius: 8px;
    height: 100%;
}
.contactus_details:last-child {
    margin-bottom: 0;
}
.contactaddr p {
    margin: 0;
}


/* Services Details */

.bookapntmnt-form {
    border: solid 1px #ddd;
    padding: 25px 30px 30px;
}
.bookapntmnt figure img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.bookapntmnt-form h2 {
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--secondary);
}
.bookapntmnt-form strong {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-size: 17px;
}
.bookapntmnt-form input[type="submit"] {
    margin-top: 5px;
}
.sidebar-inquiry, .sidebar-contactdtls {
    padding: 18px 25px;
}
.sidebar-inquiry {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #ddd;
    border-radius: 6px;
}
.sidebar-contactdtls {
    background: var(--gradient);
    margin-top: 15px;
    border-radius: 6px;
}
.sidebar-inquiry input, .sidebar-inquiry textarea, .sidebar-inquiry select {
    border: solid 1px #ddd;
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--black);
    border: none;
}
.contactus-details {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 12px;
    border-bottom: solid 1px #eee;
    padding-bottom: 12px;
}
.sidebar-contactdtls .contactus-cnt h5 {
    font-size: 17px;
    margin-bottom: 5px;
}
.sidebar-contactdtls .contactus-details i {
    color: var(--white);
}
.contactus-details i {
    font-size: 30px;
    margin-right: 30px;
    color: #2e3191;
    height: 35px;
    width: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.sidebar-contactdtls .contactus-cnt p {
    margin: 0;
}
.sidebar-contactdtls .contactus-cnt h5, .sidebar-contactdtls .contactus-cnt p, .sidebar-contactdtls .contactus-cnt ul li, .sidebar-contactdtls .contactus-cnt a {
    color: #fff;
}
.sidebar-contactdtls .contactus-details {
    border-bottom: solid 1px #ffffff3b;
}
.sidebar-contactdtls .contactus-details:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-sidebar h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 22px;
}
.sidebar-contactdtls h3{
color:var(--white);
}
.details-content {
    background: #fbfdff;
    box-shadow: 2px 2px 13px #eee;
    padding: 20px;
    border-radius: 6px;
    position: sticky;
    top: 0;
}
.details-content h4 {
    color: var(--primary);
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.details-content p{
text-align: justify;	
}
.details-banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 6px;
}


/* Partners */

.partners {
    padding: 50px 0 60px;
}
.partners-item {
    border: double 3px var(--secondary);
    padding: 20px;
}
.partners-item img {
    width: 100% !important;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.envira-lazy{
position:relative;
overflow:hidden;	
}
.envira-lazy:hover img{
transform:scale(1.1)	
}

hr {
    margin: 1.5rem 0 2rem !important;
}

/* Clients */

.clients {
    background: #f5f5f5;
    padding: 45px 0 60px;
}
.clients .heading {
    margin-bottom: 35px !important;
}
.clients ul {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.clients ul li {
    background: var(--white);
    padding: 20px;
    border-radius: 20px;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients ul li img {
    aspect-ratio: 2/.3;
    object-fit: contain;
}
.clients ul li:nth-child(3) img {
    aspect-ratio: 2 / 1.4;
}
.clients ul li:nth-child(2) img {
    aspect-ratio: 2/.5;
}


@media only screen and (max-width:1199px){
.topbar {
    padding: 6px 0;
}	
.topbar-rgt, .hdrcnt{
    display: none !important;
}	
}
@media only screen and (max-width:992px){
#rmp-menu-wrap-573 .rmp-menu-subarrow {
    color: #000 !important;
    font-size: 16px;
}	
.breadcrumb {
    height: 120px;
    display: flex;
    align-items: center;
    text-align: left !important;
}	
#rmp-container-573 {
    background: var(--white) !important;
    border-right: solid 2px var(--primary) !important;
}
#rmp-menu-wrap-573 .rmp-menu-item-link {
    color: #444 !important;
}	
#rmp-menu-wrap-573 .rmp-menu-item-link {
    height: 50px !important;
    line-height: 50px !important;
    font-size: 22px !important;
}	
#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    background-color: var(--primary) !important;
	  color: var(--white) !important;
}
	.rmp-menu-title-link span {
    display: none !important;
}
#rmp-menu-title-573 {
    padding-top: 4% !important;
}	
#rmp-menu-title-573 {
    background: #f8f8f8 !important;
    margin-bottom: 20px !important;
}
	.services-item figure, .services-item figure img {
    height: 400px;
}
	footer ul {
    flex-wrap: wrap;
    column-gap: 15px;
}
footer ul.menu li {
    padding-left: 0;
}
footer ul li.menu-item a {
    font-size: 14px;
}
footer form p {
    margin: 0;
}	
footer h4 {
    margin: 16px 0  50px;
    letter-spacing: .5px;
    font-size: 20px;
    color: var(--white);
}
.menu-quick-links-container ul {
    margin-top: 30px;
}	
.homebloglist img {
    width: 180px !important;
    height: 180px !important;
}		
.services .row {
    row-gap: 25px;
}	
.services-item .services-info figure {
    height: 90px !important;
}
.services-item {
    width: 100%;
}	
.row {
    row-gap: 25px;
}

	.services .col-lg-4 {
    width: 50%;
}
	.services .col-lg-4:nth-child(2) .services-item, .services .col-lg-4:nth-child(5) .services-item {
    transform: inherit;
}
.logo{
    position: relative;
    top: inherit;
    left: inherit;
}
header img {
    width:160px;
}	
header {
    position: relative;
    z-index: 111;
    width: 100%;
    padding: 10px 0;
}	
ul.menutop {
    display: none;
}
.mainslider figure img {
    height: auto;
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 48px;
}	
.about-content {
    padding-right: 0;
}
.about-content .leftheading {
    width: 100%;
}
.counter .row {
    row-gap: 55px;
}
.counter-item h3 {
    font-size: 30px;
    margin-bottom: 10px;
}
.copyright {
    flex-direction: column;
    row-gap: 15px;
}
.ftr-contact {
    flex-direction: column;
}	
.ftr-contact li {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #dddddd2e;
}
.ftr-contact li:last-child {
    width: 100%;
}	
.footer-btm {
    margin-top: 2rem !important;
}
.ftr-link {
    margin: 15px 0;
}	
}
@media only screen and (max-width:768px){
 .installer-container {
    flex-direction: column;
    text-align: center;
  }
.rmp-container .rmp-menu-title .rmp-menu-title-image {
    height: auto !important;
    width: 80% !important;
}
  .installer-content h2 {
    font-size: 30px;
  }

  .installer-content .underline {
    margin: 0 auto 30px;
  }
.details-banner img {
    height: auto;
}
  .installer-image img {
    height: 200px;
  }	

.howwork-item {
    border: solid 1px #dddddd29;
    padding: 15px;
    border-radius: 6px;
}
.howwork figure {
    width: 100px;
    height: 100px;
}
.howwork img {
    width: 50px;
}
.howwork .row {
    row-gap: 15px;
}
.breadcrumb {
    padding: 40px 0;
}
.blogpost .row {
    row-gap: 25px;
}	
}
@media only screen and (max-width:568px){
.mainmenu .col-sm-2, .mainmenu .col-sm-10 {
    width: 50%;
}
.carousel-indicators {
    bottom: -10px !important; 
}	
.mainslider .carousel-content {
    width: 100%;
}
.lead-banner {
    font-size: 26px;
    padding: 40px 20px 0 0;
    line-height: 35px;
}
.services {
    padding: 80px 0;
}	
.services-item figure, .services-item figure img {
    height: 240px;
}	
.mainslider .carousel-content p {
    margin: 15px 0 10px;
    line-height: 22px;
    width: 100%;
}
.mainslider .carousel-control-prev {
    right: 10px;
}
.mainslider .carousel-control-next {
    right: 10px;
}
.mainslider .subheading {
    font-size: 13px;
    line-height: 20px;
}
.mainslider figure img {
    height: auto;
}
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 38px;
}
.footer-btm {
    margin-top: .5rem !important;
}
.about-content {
    margin-top: 20px;
}	
.breadcrumb h1 {
    font-size: 25px;
}
.services-item h3 {
    font-size: 20px;
    margin: 15px 0 5px;
}
.homebloglist {
    padding: 12px;
}	
.homebloglist img {
    width: 170px !important;
    height: 170px !important;
}	
footer input[type="email"], footer input[type="submit"] {
    border-radius: 0;
    width: 100%;
}	
footer input[type="email"] {
    padding: 16px 20px;
    margin-bottom: 10px;
}	
.whychooseus .col-lg-3 {
    width: 50%;
}
.heading, .leftheading {
    margin-bottom: 55px !important;
    font-size: 30px;
}
.leftheading {
    padding-left: 60px;
}	
}	
@media only screen and (max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 27px;
}
.about-content .leftheading {
    width: 100%;
    font-size: 29px;
    line-height: 30px;
}	
}	


