body{
	padding: 0;
	margin: 0;
	font-family: "Heebo", sans-serif !important;
}
a{
	transition: 1s all;	
	color: #1b1f5b;
	text-decoration: none;
}
a:hover {
    color:#000;
}
a:focus{
	outline: none;
	border: none;
	
}
/* ===== Sticky Header ===== */
.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: 0.5s;
	padding-left: 95px;
	padding-right: 95px;
}
.header.scrolled {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
/*
.header.scrolled .py-3{
	padding: 10px !important;
}
.header.scrolled .logo img {
    height: 55px;
    transition: 0.3s;
}
.header.scrolled .taglineTop, .header.scrolled table{
	display: none !important; 
}
.header.scrolled .emailSect, .header.scrolled .followUsTop{
 	display: none !important;
}
.header.scrolled #navShrink{
	border-top: none!important;
	padding-top: 0 !important;
	margin-top: -5px !important;
}
.topscrollbtn{
	display: none !important;
}
*/
/*
.header.scrolled #navShrink .topscrollbtn{
	display: block !important;
}
*/
/*------------*/

/* Elements default state */
/*
.taglineTop,
.emailSect,
.emailSect table{
    transition: all 0.4s ease;
    opacity: 1;
    transform: translateY(0);
    overflow: hidden;
}
*/

/* Smooth hide on scroll */
/*
.header.scrolled .taglineTop,
.header.scrolled .emailSect,
.header.scrolled .emailSect table,
.header.scrolled .btn-enquiry {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none;
}

.emailSect,
.taglineTop {
    will-change: transform, opacity;
}
.header.scrolled .taglineTop {
    transition-delay: 0s;
}
.header.scrolled .emailSect {
    transition-delay: 0.1s;
}
.header.scrolled .btn-enquiry {
    transition-delay: 0.2s;
}
*/

/* ===== Top Info Bar ===== */
.top-bar {
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.navbar-nav .nav-link {
    color: #1b1f5b;
    margin: 0 8px;
    font-weight: 500;
}
.navbar-nav .nav-link:hover {
    color: #ff4d6d;
}
.btn-enquiry, a.btn-enquiry {
    background: #1b1f5b;
    color: #fff;
	border: none;
    border-radius: 30px;
    padding: 10px 25px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	transition: 0.6s all;	
}
.btn-enquiry:hover, a:hover.btn-enquiry, .btn-enquiry:focus, a:focus.btn-enquiry {
	background: #868686;
    color: #fff;
	text-decoration: none;
	border: none;
}
.btn-enquiry.green, a.btn-enquiry.green {
	background: #39661f;
	font-size: 18px;
	padding: 15px 60px !important;
}
.btn-enquiry.green:hover, a:hover.btn-enquiry.green, .btn-enquiry.green:focus, a:focus.btn-enquiry.green {
	background: #1b1f5b;
}
.emailSect .btn span{
	color: #fff;
}
.btn span{
	font-weight: 900;
/*	color: #fff;*/
}
.btn svg{
	font-size: 15px;
	margin: 5px 0 0 10px;
	float: right;
	font-weight: 900;
/*	color: #fff;*/
}
.btn-enquiry.green svg, a.btn-enquiry.green svg{
	margin-top: 7px;
}
.emailSect{
	font-family: "Heebo", sans-serif !important;
}
.emailSect span{
	font-weight: bold;
	color: #191551;
	font-size: 16px;
}
.emailSect label{
	background: #868686;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	margin: 0 5px 0 0;
	float: left;
	font-size: 10px;
	display: inline-block;
	text-align: center;
	padding: 8px 0 0 0;
}
.emailSect label svg{
	height: 2.2em;
}
.emailSect small{
	color: #636a86;
}
.emailSect small a{
	color: #636a86;
	text-decoration: none;
	font-size: 15px;
}
.emailSect small a:hover, .emailSect small a:focus{
	color: #868686;
	text-decoration: none;
}
.emailSect table{
	width: 100%;
	border: none;
	padding: 0;
	margin: 0 60px 0 0;
}
.emailSect table.borderRight{
	border-right: 1px solid #d8d6d6;
}
.taglineTop{
	color: #868686;
	font-size: 18px;
	line-height:20px;
	font-weight: 400;
	margin: 2px 0 5px 0;
}
.navbar-nav .nav-link{
	margin: 0 15px 0 0;
	font-size: 17px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus,  .navbar-nav .nav-link.act {
    color: #396822;
	text-decoration: none;
}
.followUsTop{
	color: #1b1f5b;
	font-size: 18px;
	font-weight: 500;
}
.followUsTop a{
	background: #868686;
    color: #fff;
    height: 40px;
    width: 40px;
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 0 0;
}
.followUsTop a:hover, .followUsTop a:focus{
	background: #1b1f5b;
}
.followUsTop a svg{
	color: #fff;
	height: 1.1em;
}
.followUsTop small{
	font-size: 17px;
}
#mainNav{
	background: #fff;
}
#mainNav .navbar-nav .nav-item .nav-link{
	color: #181451;
}

/* ===== Hero Section ===== */

/* Text */
.hero h1 {
	font-size:4rem;
    font-weight: 700;
    line-height: 5rem;
    color: #1b1f5b;
	font-family: "Inter", sans-serif;
	margin-bottom:20px;
}
.hero p {
    font-size: 1.5rem;
	font-family: "Heebo", sans-serif !important;
	color: #333;
	line-height: 2.3rem;
}
.btn-banner, a.btn-banner {
    background: #39661f;
    color: #fff;
	border: none;
    border-radius: 30px;
    padding: 10px 45px 12px 45px;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	transition: 0.6s all;
	font-size: 20px;
}
.btn-banner:hover, a:hover.btn-banner, .btn-banner:focus, a:focus.btn-banner {
	background: #1b1f5b;
    color: #fff;
	text-decoration: none;
	border: none;
}
.btn-banner svg{
	font-size: 18px;
	margin-top: 7px;
}
/*--------------*/
/* HERO */
.hero {
    height: 85vh;
    background-size: cover;
    background-position: center;
    position: relative;
}

/* Overlay */
.hero::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
    top: 0;
    left: 0;
}

/* Glass box */
.hero-box {
    position: relative;
/*
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
*/
    padding: 50px 100px;
    border-radius: 10px;
/*    max-width: 600px;*/
}

/* Button */
.btn-banner {
    background: #ff4d6d;
    color: #fff;
    border-radius: 30px;
    padding: 12px 28px;
}

/* ANIMATIONS */
.animate-slide {
    opacity: 0;
    transform: translateY(40px);
    animation: slideUp 1s forwards;
}

.animate-fade {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

.delay-1 { animation-delay: 0.5s; }
.delay-2 { animation-delay: 1s; }

.carousel-control-next, .carousel-control-prev{
	width: 5%;
}
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Reset animation on slide change */
.carousel-item {
    transition: opacity 0.8s ease-in-out;
}

/* Responsive */
@media(max-width:768px){

    .hero {
        height: auto;
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 36px;
    }

    .hero-box {
        padding: 25px;
    }
}

.contentSect{
	padding: 8rem 6rem;
}
.imgCurveRB{
/*	border-radius: 0 0 150px 0;*/
	border-radius: 0 0 0 150px;
}
.contentSect h2{
font-size: 3rem;
	line-height:3.5rem;
	color: #191551;
	font-family: "Roboto", sans-serif;
	padding: 0;
	margin:0 0 30px 0;
	font-weight: 500;
}

p
{
	font-size: 1.1rem;
    line-height: 1.7rem;
	font-weight: 500;
	color: #5c5f66;	
}

.contentSect p
{
	font-size: 1.1rem;
    line-height: 1.7rem;
	font-weight: 500;
	color: #5c5f66;
	margin: 0 20px 35px 0;
}
.contentSect ul{
	padding: 0;
	margin: 0;
}
.contentSect ul li{
	list-style: none;
	background: url("../images/listicon.png") no-repeat left 8px;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 35px;
	font-size: 1.1rem;
    line-height: 1.7rem;
	font-weight: 500;
	color: #5c5f66;
}
.leftPaddPara{
	padding-left: 100px;
}
.topPaddPara{
	padding-top: 130px;
}
/*-- Thumb Slider --*/
.sliderSect{
	background: #f1f1f4;
	padding: 8rem 6rem;
}
.bgWhite{
	background: #fff !important;
}
.sliderSect h2{
	font-size: 3rem;
	line-height:3.5rem;
    color: #191551;
    font-family: "Roboto", sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    font-weight: 500;
}
.sliderSect h2 span{
	text-transform: uppercase;
	font-size:14px;
	color: #396822;
}
.whiteSlideBox{
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	margin: 0 0 20px 0;
}
.whiteSlideBox h4{
	color: #1b1f5b;
	font-size: 27px;
	font-family: "Inter", sans-serif;
	padding: 0;
	margin: 25px 0 10px 0;
}
.whiteSlideBox p{
	font-size: 1.1rem;
	color: #636a86;
	padding: 0;
	margin: 0;
	min-height: 90px;
}
.owl-theme .owl-nav [class*=owl-] {
    width: 45px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #3f413f !important;
    font-size: 40px !important;
    line-height: 2px !important;
	display: none;
}
#centuryofExperience{
	margin-top: 40px;
}
#centuryofExperience.owl-carousel .owl-nav{
	position: static;
}
#centuryofExperience.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -90px;
    left: auto;
    right: 40px !important;
    border-radius: 0;
    background: none;
   	border-color: transparent!important;
	color: #868686;
}
#centuryofExperience.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -90px;
    left: auto;
    right: 0px !important;
    border-radius: 0;
    background:none;
    border-color: transparent !important;
	color: #868686;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	color: #1b1f5b !important;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}
.readmoreSect{
	display: block;
	padding: 15px 0 0 0;
	text-align: left;
	border-top: 1px solid #ccc;
	margin: 15px 0 10px 0;
	font-weight: 600;
	font-size: 17px;
	text-transform: capitalize;
}

.readmoreSect a
{
	color:#333;
}

.readmoreSect a:hover
{
	color:#396822;
}

.outer-wrapper {
    max-width: 100vw;
    overflow-x: scroll;
    position: relative;
    scrollbar-color: #231f20 #bcbec0;
    scrollbar-width: thin;
    -ms-overflow-style: none;
	margin-top: 30px;
}
.inner-wrapper {
    display: flex;
    padding-bottom: 30px;
	min-width: 3420px;
}
.itemScroll {
    width: 33.33%;
    margin: 0 25px 0 0;
    float: left;
}
/*-----------------*/
.blueBarFacilities{
	background: #1b1f5b;
	padding: 80px 100px;
	color: #fff;
}
.blueBarFacilities h2{
	font-size: 3rem;
	line-height:3.5rem;
	color: #fff;
	margin: 0 0 30px 0;
}

.btnWhite, a.btnWhite{
	background: #fff;
	border:1px solid #fff;
	color: #1b1f5b;
	border-radius: 5px;
	padding: 20px 40px;
	text-transform: uppercase;
	display: inline-block;
	letter-spacing: 1px;
}
.btnWhite:hover, a:hover.btnWhite{
	border: 1px solid #fff;
	color: #fff;
	background: none;
}
.tabSect{
	background: #F0F7F5;
	padding: 4rem 6rem;
}
/* DEFAULT (Desktop) */
.custom-tabs {
    position: relative;
    display: flex;
    /*justify-content: center;    CENTER ALIGN */
    align-items: center;
    border-bottom: 2px solid #eee;
    gap: 30px;
}
.custom-tabs li button{
	border: none;
	background: none;
	color: #1b1f5b;
    font-size: 23px;
    line-height: 1.316em;
	font-weight: 600;
	padding: 20px 60px 20px 0;
}
.custom-tabs li button.nav-link:hover, .custom-tabs li button.nav-link:focus{
	color: #1b1f5b;
}
/* Indicator (desktop only) */
.tab-indicator {
    position: absolute;
    bottom: -2px;
    height: 3px;
    background: #ff4d6d;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.imgBorderCurve{
	border-radius: 5px;
}
.productBorder{
	border-radius: 7px;
/*	border:1px solid #ccc;*/
}
.tabSect h3{

	font-size: 35px;
	line-height: 1.257em;
    font-weight: 600;
	color: #333;
	margin: 0 0 20px 0;
	font-family: "Catamaran", sans-serif;
}
.tabSect p{
	font-size: 1.1rem;
        line-height: 1.7rem;
        font-weight: 500;
        color: #5c5f66;
}
/*--------------------------*/
.reviewSect{
	background: #1b1f5b;
	padding: 8rem 6rem;
}
.reviewSect h2{
	font-size: 3rem;
		line-height:3.5rem;
    font-weight: 600;
	color: #fff;
	font-family: "Inter", sans-serif;
	margin-bottom: 60px;
}
.reviewSect h2 span{
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
    font-weight: 500;
	letter-spacing: .065em;
}
.reviewSect .testimonial-card {
    background: #f5f6fa;
    border-radius: 10px;
    overflow: hidden;
}
.reviewSect .testimonial-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviewSect .testimonial-content {
    padding: 30px 40px;
    position: relative;
	height:400px;
}
.reviewSect .testimonial-content p {
    font-size: 1.1.1rem;
        line-height: 1.8rem;
        font-weight: 500;
        color: #5c5f66;
	margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.reviewSect .quote-icon.right{
	text-align: right;
}
.reviewSect .client-name {
    color: #39661f;
    margin-top: 15px;
}
.reviewSect .carousel-fade {
    display: none !important;
}
.reviewSect .carousel-item {
    transition: transform 0.8s ease-in-out;
}
.flRight{
	float: right;
}

/* Bottom navigation wrapper */
.reviewSect .carousel-nav-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    left: 52%;
    position: absolute;
    margin-top: -65px;
}

/* Remove default positioning */
.reviewSect .carousel-control-prev,
.reviewSect .carousel-control-next {
    position: static;
    transform: none;
}

/* Style arrows */
.reviewSect .custom-arrow {
    width: 35px;
    height: 35px;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	color: #000;
}
.reviewSect .custom-arrow i {
    color: #1b1f5b;
    font-size: 16px;
}
/* Hover effect */
.reviewSect .custom-arrow:hover {
    background: #ccc;
}
.reviewSect .custom-arrow:hover i {
    color: #fff;
}
/*--------------*/
.headingSubtitle{
	font-size: 26px;
	margin-bottom: 30px;
	text-align: center;
	margin-top: -10px;
}
.productName{
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin: 15px;
	font-weight: 500;
}
/*---*/
.botBanner{
	background: url(../images/bot-banner.jpg) no-repeat center top;
	background-size: cover;
	min-height: 850px;
	padding: 8rem 6rem;
	color: #fff;
}
.botBanner h2{
	font-size: 60px;
	font-family: "Poppins", sans-serif;
	padding: 0;
	font-weight: 500;
	margin: 100px 0 40px 0;
}
.botBanner .btnWhite{
	padding: 15px 40px;
	border:1px solid #fff;
	background: none;
	color: #fff;
}
.botBanner .btnWhite:hover{
	color: #1b1f5b;
	background: #fff;
}
.botBanner span {
	margin-left: 30px;
}
.botBanner span svg{
	color: #faca3b;
}
.lgText{
	font-size: 18px;
}

/*---------------*/
footer{
	background: #f3f3f3;
	padding: 125px 6rem 40px 6rem;
}
.greyBorder{
	border: 1px solid #dddddd;
}
.copyRight{
	border-top: 1px solid #ccc;
	margin: 40px 0 0 0;
	font-size: 16px;
	padding: 40px 0 0 0;
}
.copyRight .text-right{
	text-align: right !important;
}
footer h3{
	font-size: 29px;
	line-height: 40px;
	color: #191551;
	font-family: "Inter", sans-serif;
}
footer p{
	font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 500;
    color: #5c5f66;
}
footer h5{
	font-size: 19px;
	font-family: "Inter", sans-serif;
	color: #191551;
}
footer h4{
	color: #191551;
	font-family: "Inter", sans-serif;
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 19px;
}
footer h4.number{
	color: #39661f;
	font-family: "Poppins",sans-serif;
	font-size: 22px;
}
footer .followUs a{
	background: #868686;
    color: #fff;
    height: 40px;
    width: 40px;
	border-radius: 50px;
	text-decoration: none;
	text-align: center;
	padding: 8px 0 0 0;
	display: inline-block;
}
footer .followUs a:hover, footer .followUs a:focus{
	background: #1b1f5b;
}
footer .followUs a svg{
	color: #fff;
	height: 1.5em;
}
.mapBot{
	padding-left: 30px;
	border-left: 2px solid #39661f;
}
footer ul{
	padding: 0;
	margin: 0 0 35px 0;
}
footer ul li{
	list-style: none;
	display: block;
	font-size: 1.1rem;
    line-height: 1.7rem;
    font-weight: 500;
    color: #5c5f66;
	margin: 0 0 10px 0;
}
footer ul li a{
	color: #656565;
}
footer ul li a:hover, footer ul li a:focus{
	text-decoration: none;
	color: #1b1f5b;
}
.gmap{
	width: 100%;
	height: 350px;
}


.blueBarFacilities p 
	{
    font-size: 1.1.1rem;
    line-height: 1.7rem;
	font-weight: 500;
	color: #fff !important;	
    }

/*--------------- Responsive --------------------*/
@media(max-width: 1680px){
	.itemScroll {
    	width: 455px;
	}
	.inner-wrapper{
		min-width: 3000px;
	}
	.contentSect h2 br{
	}
	.blueBarFacilities p {
		font-size: 28px;
	}
}
@media(max-width:1440px){
	.taglineTop{
		font-size: 1.1rem;
	}
	.emailSect table{
		margin: 0
	}
	.navbar-nav .nav-link{
		font-size: 16px;
	}
	.followUsTop small{
		font-size: 16px;
	}
	.hero h1{
		font-size: 66px;
		line-height: 1.1em;
	}
	.hero p {
    	font-size: 22px;
	}
	.contentSect h2{
		font-size: 3rem;
		line-height:3.5rem;
		margin-bottom: 20px;
	}
	.contentSect p{
		margin-bottom: 20px;
	}
	.itemScroll {
        width: 380px;
    }
	.whiteSlideBox h4{
		font-size: 24px;
	}
	.whiteSlideBox p
	{
		font-size: 1.1rem;
    line-height: 1.7rem;
	font-weight: 500;
	color: #5c5f66;	
	}
	.inner-wrapper {
        min-width: 2500px;
    }
	.blueBarFacilities h2{
		font-size: 3rem;
		line-height:3.5rem;
	}
	.blueBarFacilities p 
	{
    font-size: 1.1.1rem;
    line-height: 1.7rem;
	font-weight: 500;
	color: #fff !important;	
    }
	.btnWhite, a.btnWhite{
		padding: 20px 20px;
	}
	.reviewSect .testimonial-content p{
		 line-height: 1.5;
		font-size: 1.1rem;
	}
	.botBanner h2 {
    	font-size: 50px;
	}
	.botBanner{
		min-height: 750px;
	}
	footer h3 {
    	font-size: 25px;
    	line-height: 30px;
	}
	.btn-enquiry.green, a.btn-enquiry.green{
		padding: 15px 30px !important;
	}
	.sliderSect{
		padding: 6rem 6rem 8rem 6rem;
	}
}
@media(max-width:1400px){
	.gmap{
		width: 96%;
		height: 350px;
	}
	.botBanner{
		min-height: 650px;
		padding: 6rem;
	}
	.botBanner h2 {
        font-size: 45px;
		margin: 50px 0 40px 0;
    }
	.contentSect ul li{
		margin: 0 0 10px 0;
	}
}
@media(max-width:1366px){
	.sliderSect h2 {
    	font-size: 3rem;
		line-height:3.5rem;
	}
	.headingSubtitle {
    	font-size: 24px;
	}
	.btnWhite, a.btnWhite{
		font-size: 15px;
	}
	.header{
		padding-left: 50px;
		padding-right: 50px;
	}
	.hero-box{
		padding: 50px 60px;
	}
	.contentSect {
		padding: 100px 60px;
	}
	.sliderSect{
		padding: 90px 60px;
	}
	.blueBarFacilities{
		padding: 80px 60px;
	}
	.blueBarFacilities .btnWhite{
	}
	.tabSect{
		padding: 4rem 60px;
	}
	.tabSect .container{
		width: 100% !important;
		max-width: 100% !important;
	}
	.reviewSect{
		padding: 6rem 60px;
	}
	.reviewSect .container{
		width: 100% !important;
		max-width: 100% !important;
	}
	.botBanner{
		padding: 6rem 60px;
		min-height: 550px;
	}
	footer{
		padding: 90px 60px 40px 60px;
	}
	.gmap {
        width: 98%;
        height: 350px;
    }
	.botBanner h2 {
        font-size: 3rem;
		line-height:3.5rem;
        margin: 20px 0 40px 0;
    }
	.hero {
    	height: 600px;
	}
	.imgCurveRB{
		border-radius: 0 0 0 100px;
	}
}
@media(max-width:1280px){
	.taglineTop {
       font-size: 15px;
	   line-height:22px;
    }
	.navbar-nav .nav-link {
        font-size: 15px;
    }
	.contentSect h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
	.contentSect p {
   		font-size: 17px;
	}
	.contentSect ul li{
		font-size: 18px;
		margin: 0 0 5px 0;
	}
}
@media(max-width:1024px){
	.taglineTop{
		display: none !important;
	}
	.navbar-nav .nav-link {
        font-size: 15px;
		margin: 0 10px 0 0;
    }
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 5px;
		padding-right: 5px;
	}
	.followUsTop{
		display: none !important;
	}
	.contentSect h2 {
        font-size: 30px;
	}
	.contentSect p {
        font-size: 15px;
    }
	 .contentSect ul li {
        font-size: 16px;
        margin: 0 0 5px 0;
    }
	.sliderSect h2 {
        font-size: 30px;
    }
	.blueBarFacilities h2 {
        font-size: 32px;
    }
	.blueBarFacilities p {
        font-size: 18px;
    }
	.tabSect h3{
		font-size: 25px;
		margin: 0 0 15px 0;
	}
	.custom-tabs li button{
		font-size: 17px;
	}
	.tabSect p {
    	font-size: 16px;
	}
	.quote-icon img{
		width: 25px;
	}
	 .reviewSect .testimonial-content p {
        line-height: 1.2;
        font-size: 16px;
    }
	.reviewSect .testimonial-content {
		padding: 20px 20px;
		position: relative;
	}
	.reviewSect .carousel-nav-bottom{
		left: 34%;
		margin-top: -45px;
	}
	.reviewSect h2{
		font-size: 33px;
		margin-bottom: 40px;
	}
	.headingSubtitle {
        font-size: 22px;
    }
	.productName {
    	font-size: 16px;
	}
	.lgText {
		font-size: 16px;
	}
	.botBanner h2 {
        font-size: 35px;
		line-height: 45px;
		margin: 20px 0 30px 0;
	}
	.btn-enquiry.green, a.btn-enquiry.green {
        padding: 15px 20px !important;
		font-size: 16px;
    }
	.hero h1 {
        font-size: 45px;
        line-height: 1.1em;
    }
	.hero h1 br{
		display: none;
	}
	.hero-box .btn-banner.mt-4, .hero-box a.btn-banner.mt-4{
		margin-top: 5px !important;
	}
	.hero p {
        font-size: 20px;
    }
}
@media(max-width:1000px){
	.mapBot {
		padding-left: 0;
		border-left: none;
		padding-top: 30px;
		border-top:  2px solid #39661f;
		margin-top: 30px;
	}
	.logo{
		float: left;
		width: 100%;
	}
	.logo img{
		height: 70px;
	}
	header .border-top{
		border:none !important;
	}
}
@media(max-width:768px){
	.copyRight, .copyRight .text-right{
		text-align: center !important;
	}
	.blueBarFacilities{
		text-align: center;
	}
}
@media (max-width: 991px){
    /* Stack header */
    .header .d-flex.align-items-start {
        flex-direction: column;
        align-items: center !important;
    }
    /* Center logo */
    .logo {
        margin-bottom: 10px;
    }
    /* Right section full width */
    .header .flex-grow-1 {
        width: 100%;
        margin-left: 0 !important;
    }
    /* Row 1 stack */
    .header .d-flex.justify-content-between.align-items-center.flex-wrap {
        flex-direction: column;
        align-items: center !important;
        text-align: center;
        gap: 10px;
    }
    /* Hide tagline on tablet */
    .taglineTop {
        display: none !important;
    }
    /* Hide email/phone on mobile */
    .emailSect {
        display: none !important;
    }
    /* Center nav */
    .navbar-nav {
        text-align: center;
    }
    /* Follow section center */
    .followUsTop {
        justify-content: center !important;
        margin-top: 10px;
    }
    /* Button spacing */
    .btn-enquiry {
        margin-top: 10px;
    }
}
@media(max-width:768px){
    .hero {
        height: auto;
        padding: 80px 0;
    }
    .hero h1 {
        font-size: 36px;
    }
    .hero-box {
        padding: 30px;
    }
    .custom-tabs {
        flex-direction: column;
        border-bottom: none;
        gap: 10px;
    }
    .custom-tabs .nav-item {
        width: 100%;
    }
    .custom-tabs .nav-link {
        width: 100%;
        text-align: left;
        padding: 12px 15px;
        border-radius: 6px;
        background: #f5f5f5;
    }
    .custom-tabs .nav-link.active {
        background: #ff4d6d;
        color: #fff;
    }
    /* Hide sliding underline on mobile */
    .tab-indicator {
        display: none;
    }
}

@media (max-width: 576px){

    .navbar-nav .nav-link {
        margin: 5px 0;
    }

    .followUsTop {
        display: none !important;
    }
}


.google-text
{
	color:#fff;
}

.home-working-hrs
{
	background-color:#f1f1f4;
	padding:30px;
}

.home-working-hrs table td
 {
        font-size: 0.92rem;
        line-height: 1.7rem;
        font-weight: 500;
        color: #5c5f66;
		padding:6.5px 0px;
 }
 
 .home-working-hrs span
 {
	 display:none;
 }
	
.table-right-align
{
	text-align:right;
	padding-left:15px !important;
	text-transform:uppercase;
}

.home-working-hrs h3 
{
    color: #1b1f5b;
    font-size: 1.8rem;
    line-height: 1.316em;
    font-weight: 600;
	text-align:center;
	margin-bottom:20px;
}

.red-line
{
color: rgb(221, 51, 51) !important;
}

.quote-icon img
{
	width:30px;
}