@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ga+Maamli&display=swap');

:root {
  --primary:#f52e33;
  --secondary:#00336A;
  --white:#fff;
  --black:#000;
  --gradient: linear-gradient(90deg, #f52e33 12%, #00336A 100%);
}

body {
    margin: 0;
    padding: 0 !important;
	font-family: "Bricolage Grotesque", sans-serif;
/* 	font-family: "Ga Maamli", 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: 4px;
font-family: "Bricolage Grotesque", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
font-family: "Bricolage Grotesque", 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: 500;
    text-transform: inherit;
    line-height: normal;
}
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: "Bricolage Grotesque", sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
font-family: "Bricolage Grotesque", 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: 35px !important;
    font-size: 37px;
    position: relative;
    width: fit-content;
    background: url(../images/heading.png) no-repeat left;
    background-size: 33px;
    padding-left: 48px;
}
.heading {
    text-align: center;
    display: block;
    margin: auto;
}
.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);
}

/* TOP BAR CSS */

.topbar {
    background: var(--gradient);
    border-radius: 0 0 20px 20px;
    border-left: solid 5px var(--secondary);
    padding: 6px 0;
}
.topbar-rgt a.topphn {
    color: var(
    --white);
    padding: 5px 15px 8px;
    border-radius: 0 0 30px;
    border-right: solid 5px var(--white);
}
.topbar-rgt a.topphn i {
    border: solid 1px #ddd;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    margin-right: 6px;
}
.smoicons{
	column-gap:8px;
}
.smoicons li a {
    border-radius: 50%;
    background: var(--white);
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary);
    font-size: 12px;
    border: solid 1px #ddd;
}
.top-contact p {
    padding: 0 15px;
}
.top-contact p:first-child {
    padding-left: 0;
    border-right: 1px solid #ffffff26;
}
.top-contact i {
    color: var(--white);
    background: var(--gradient);
    font-size: 14px;
    margin-right: 8px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.top-contact p a, .top-contact p {
    margin: 0;
    color: var(--white);
}
.topbar-rgt {
    column-gap: 45px;
}
.topbar a.arrow-btn {
    display: inline-block;
    color: var(--white);
    transition-delay: 0.1s;
}
.topbar a.arrow-btn i {
    padding-left: 5px;
}

/* Header */


header .row {align-items: center;}
header img {
    width: 230px;
}
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);
}
.mainmenu.fixed img {
    width: 160px;
}

/* Menubar */

.mainmenu {
    padding: 5px 0;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu.fixed {
    position: fixed;
    width: 100%;
    background:var(--white);
    top: 0;
    box-shadow: 3px 3px 13px #777;
    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(--gradient);
    border-radius: 6px;
    padding: 8px 17px;
    color: var(
    --white);
}
.hdrcnt i {
padding-left:8px;
}
.hdrcnt {
    column-gap: 13px;
}


/* 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: 700px;
    border-radius: 20px 20px 0 0;
    filter: brightness(0.7);
}
.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 12px;
    letter-spacing: 4px;
    line-height: 25px;
    margin: 0 auto 15px;
    background: #ffffff40;
    border-radius: 0;
    font-family: "Bricolage Grotesque", sans-serif;
    text-transform: uppercase;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 52px;
    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;
    font-family: "Bricolage Grotesque", sans-serif;
}
.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;
}


/* About Us */

.about {
    padding: 60px 0;
    background: url(../images/aboutbg.png) center;
    background-attachment: fixed;
}
.about span {
    font-size: 20px;
    letter-spacing: 1px;
    color: var(--primary);
    padding-bottom: 6px;
    display: block;
}
.about-content {
    height: 100%;
}
.about-content .leftheading {
    margin-bottom: 20px !important;
	font-size: 32px;
}
.about-content p:last-child {
    margin-bottom: 0;
}
.aboutimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutus .about img {
    width: 100%;
    height: 100%;
}
.msnvsn {
    margin-top: 60px;
}
.features-item {
    border: 1px solid #bbbbbb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 0px 14px #00000033;
}
.features-item h3 {
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 26px;
}
.features h4 {
    font-size: 12px;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}
.features figure {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    width: 32%;
    height: 90px;
    box-shadow: 0px 0px 7px grey;
}
.features img {
    width: 58px;
	height:auto ;
}
.features .row .col-lg-4:nth-child(2) .features-item{
	background:var(--primary)
}
.features .row .col-lg-4:nth-child(2) h3 , .features .row .col-lg-4:nth-child(2) h4{
	color:var(--white)
}
.features .row .col-lg-4:nth-child(2) figure {
    background: white;
}
.msnvsn-item {
    border: double 3px var(--secondary);
    padding: 20px;
    height: 100%;
    border-radius: 6px;
    text-align: center;
    transition: all ease-in-out .5s;
}
.msnvsn-item:hover {
    transform: translateY(-5px);
    box-shadow: 3px 3px 13px #eee;
}
.msnvsn-item:hover h3{
	color:var(--secondary);
}
.msnvsn-item img {
    width: 75px;
}
.msnvsn-item h3 {
    margin: 15px 0 8px;
}



/* Countdown */

.counter {
    background: linear-gradient(45deg, #00000005, #00000005), url(../images/servicebg.jpg) no-repeat bottom center / cover;
    padding: 100px 0 60px;
    background-attachment: fixed;
}
.counter-item {
    border: dotted 2px var(--primary);
    position: relative;
    display: block;
    background: white;
    border-radius: 10px;
    padding: 60px 30px 25px;
    transition: all ease-in-out .5s;
}
.counter-item:hover {
    box-shadow: 3px 3px 13px #ddd;
    transform: translateY(-5px);
    border-color: var(--secondary);
}
.counter-item figure {
    top: -44px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    position: absolute;
    background: var(--primary);
    border-radius: 50%;
    outline: dotted 2px var(--primary);
    outline-offset: 5px;
    transition: all ease-in-out .5s;
}
.counter-item:hover figure {
    background: var(--secondary);
    outline-color: var(--secondary);
}
.counter-item img {
    width: 45px;
}
.counter-item h3 {
    font-size: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px;
}
.counter-item h3:before {
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color: var(--dark);
    font-size: 24px;
    font-weight: 700;
    top: 10px;
}
.counter-item  p {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}


/* Services */

.services {
    padding: 45px 0 60px;
    background: #f0f9ff;
}
.services .row {
    row-gap: 25px;
}
.page-template-ourhomes .services .col-lg-4:nth-child(4), .page-template-ourhomes .services .col-lg-4:nth-child(5) {
    width: 50%;
}
.page-id-3160 .secondary-container.services .col-lg-4{
    width: 50% !important;
}
.page-id-3162 .secondary-container.services .col-lg-4{
    width: 33% !important;
}
.services-item {
    background: var(--white);
    border: 1px solid #289ded40;
    border-radius: 6px;
    height: 100%;
    box-shadow: 0 0 14px #1c23361a;
    position: relative;
}
.servicescptn {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    padding: 0 15px;
}
.services-item figure {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.services-item figure img {
    height: 350px;
    object-fit: cover;
    transition: all ease-in-out .5s;
    filter: brightness(0.7);
}
.services-info {
    position: relative;
    border-bottom: dotted 1px var(--primary);
}
.services-item:hover .services-info figure img {
    filter: invert(1) brightness(100);
}
.services-item:hover figure img {
    filter: grayscale(1);
    transform: translateX(-8px);
}
.services-item:hover .services-info{
	border-bottom-color:var(--secondary);
}
.services-item h3 {
    font-size: 26px;
    color: var(--white);
    padding: 4px 20px;
    transition: all ease-in-out .5s;
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto 15px;
}
.services-item:hover h3 {
    color: var(--secondary);
    background: var(--white);
}
.services-info figure {
    width: 90px;
    height: 90px;
    background: #e8f1ff;
    border: 6px solid white;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: -49px;
    left: 30px;
    transition: all ease-in-out .5s;
}
.services-item:hover figure {
    background: var(--gradient);
}
.services-info img {
    width: 50px;
    height: auto !important;
    filter: invert(1) brightness(0);
}


/* 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: 65px 0 80px;
    background: linear-gradient(#002768bf, #000000), url(../images/valuesbg.webp) center / cover;
    background-attachment: fixed;
}
.whychooseus .row {
    row-gap: 25px;
    justify-content: center;
}
.whychooseus-item {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    transition: all ease-in-out .5s;
    border: dotted 1px #ffffffc7;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    background: #ffffff12;
    padding-top: 40px;
}
.whychooseus-item:hover {
    transform: translateY(-5px);
    box-shadow: inset 0px 0px 12px #004b8ddb;
    background: #ffffff12;
}
.whychooseus-item img {
    width: 70px;
}
.whychooseus-item h3 {
    margin: 20px 0 8px;
    color: var(--white);
    line-height: 28px;
}
.whychooseus-item:hover h3 {
    color: var(--primary);
}
.whychooseus-item p{
	color:#eee;
}

.clients-item {
    outline: dashed 1px var(--primary);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    transition: all ease-in-out .5s;
    background: var(--white);
}
.home .clients-item {
    background: var(--white);
}
.clients .slick-track {
    margin: 5px 0;
}
.clients-item img {
    aspect-ratio: 1/.5;
    object-fit: contain;
}
.clients-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    filter: grayscale(1);
}
.home .clients {
    padding: 50px 0 70px;
}






/* Reviews */

.testimonial {
    padding: 50px 0 60px;
    text-align: center;
    background: url(../images/aboutbg.png) center;
    background-attachment: fixed;
}
.testimonial-item {
    border: double 4px var(--primary);
    padding: 30px 20px;
    border-radius: 6px;
    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;
}

footer {
    background: linear-gradient(#002768d9, #000000), url(../images/footerbg.jpg) center / cover;
    margin-top: -6px;
}
.footerabout img {
    width: 85%;
    margin: 0 auto;
    display: block;
}
footer .col-lg-3 {
    border-right: 1px solid #ffffff14;
    padding: 45px 30px 35px 30px;
}
footer .col-lg-3:first-child {
    background: #ffffff1c;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

footer .col-lg-3:last-child {
    border: none;
}
footer ul.smoicons {
    justify-content: center;
    margin-top: 24px;
}
footer .smoicons li a {
    background: #ffffff21;
    border-color: var(--secondary);
    color: var(--white);
    width: 38px;
    height: 38px;
}
footer ul.menu li{
line-height: 35px;
position:relative;	
padding-left:25px;	
}
footer ul.menu li:before {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 13px;
}
footer ul li.menu-item a {
    margin-bottom: 5px;
    display: block;
}
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-bottom: 18px;
    letter-spacing: .5px;
    font-size: 22px;
    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 form {
    position: relative;
}
footer input[type="email"] {
    background: var(--white);
    font-size: 14px;
    border-radius:6px;
}
footer input[type="submit"] {
    width: 100%;
    margin-bottom: 0;
}
.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(--primary);
}
.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 3px #4fcc5d;
    outline-offset: 4px;
}
#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    padding: 180px 0;
    background: linear-gradient(#00000000, #112d4e), url(https://topvisioncommunication.com/wp-content/uploads/2025/08/slider2-scaled.webp) center / cover;
}

.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
    font-size: 30px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 400;
    padding: 8px 18px;
    color: var(--white);
    border-right: 2px solid var(--secondary);
    border-left: 2px solid var(--primary);
    background: #ffffff40;
}
.breadcrumb h1 span {
    font-size: 45px;
    font-weight: 600;
    text-transform: lowercase !important;
}
.breadcrumb p {
    text-align: center;
    margin: 0;
}
.breadcrumb h1 p {
    text-align: left;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    color: var(--white);
    font-weight: 500;
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: .5px;
    color: var(--white);
    text-transform: uppercase;
    line-height: normal;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 p{
  float:left;
}
.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    color: var(--white);
    right: 0;
}


/* 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: #f3faff;
    padding: 60px 0;
}

/* Contact Us*/

.contactus {
    background: var(--gradient);
    padding: 60px 0 80px;
}
.contactus .heading {
    color: var(--white);
}
.contactus form {
    padding: 25px;
    background: var(--white);
    border-radius: 6px;
    height: 100%;
}
.contactus form p {
  margin: 0;
}
.gglmap iframe{
	width:100%;
}
.contactus form h3 {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 22px;
}
.contactus_details {
    background: var(--white);
    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;
    border-radius: 6px;
    height: 100%;
}
.contactus_details:last-child {
    margin-bottom: 0;
}
.contactaddr p {
    margin: 0;
}



/* ABOUT PAGE CSS */

.aboutus {
    padding-top: 60px;
}

.aboutus-inner {
    background: linear-gradient(45deg, #fdfeff, #fff5f5);
    padding: 30px 60px 30px 30px;
    border-radius: 15px;
    box-shadow: 4px 4px 20px #0000000d;
    border: 3px double var(--secondary);
}

@media only screen and (max-width: 991px) {
	.aboutus-inner {
    	padding: 20px;
	}
}

/* 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 #005ce754;
}
.sidebar-inquiry input[type="submit"] {
    margin-top: 8px;
    background: var(--primary);
    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: 400px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
    border-radius: 6px;
}


/* Partners */

.partners {
    padding: 60px 0 40px;
}
.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)	
}


@media only screen and (max-width:1199px){
.topbar {
    padding: 6px 0;
}	
.topbar-rgt, .hdrcnt{
    display: none !important;
}	
}
@media only screen and (max-width:992px){

	
.logo{
    position: relative;
    top: inherit;
    left: inherit;
}
header img {
    width: 200px;
}
ul.menutop {
    display: none;
}
.mainslider figure img {
    height: 450px;
}
.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;
}
.services-item figure {
    height: 200px;
}	
.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: 991px) {
	
	
.services-item h3 {
    font-size: 22px;
}
	
.testimonial h3 {
    font-size: 18px;
}	
	
	
.heading, .leftheading {
    margin-bottom: 22px !important;
    font-size: 24px;
    background-size: 26px;
    padding-left: 38px;
}	
	
footer .col-lg-3 {
    padding: 0 12px 25px 12px;
}
footer .col-lg-3:first-child, footer .col-lg-3:nth-child(2) {
    padding-top: 30px;
}
	
	
.services .col-lg-4:nth-child(4), .services .col-lg-4:nth-child(5) {
    width: 100% !important;
}	
	
	
}



@media only screen and (max-width:768px){
.top-contact p {
    padding: 0;
}
.top-contact p:first-child {
    display: none;
}	
.topbar a.arrow-btn {
    display: none;
}	
.services-item figure {
    height: 250px;
}	
.services .row {
    row-gap: 25px;
}	
.services-item .services-info figure {
    height: 90px !important;
}	
.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%;
}
.mainslider .carousel-content {
    width: 90%;
}
.mainslider .carousel-content p {
    margin: 15px 0 10px;
    line-height: 20px;
    width: 100%;
    font-size: 15px;
}
.mainslider .carousel-control-prev {
    left: 10px;
}
.mainslider .carousel-control-next {
    right: 10px;
}
.mainslider .subheading {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
}
.mainslider figure img {
    height: 420px;
}
.mainslider .carousel-caption h2 {
    font-size: 35px;
    line-height: 38px;
}
.footer-btm {
    margin-top: .5rem !important;
}
.about-content {
    margin-top: 20px;
}	
.services-item figure {
    height: 280px;
}
.breadcrumb h1 {
    font-size: 25px;
}	
}	
@media only screen and (max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 27px;
    line-height: 1.2;
}
.about-content .leftheading {
    width: 100%;
    font-size: 29px;
    line-height: 30px;
}	
}	


