/*
Theme Name: Web No1
Author: Webcreations
Version: 1.1
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

*{ margin: 0; }

body {
	font-family: "Poppins", sans-serif;
	font-size:14px;
	color:#000;
	line-height:1.8;
	background: #fff;
	overflow-x:hidden;
}

.container {
	max-width: 90%;
	margin: auto;
}

.container1 {
	max-width: 90%;
	margin: auto;
}

.container2{ max-width:1360px; margin:auto; }

@media (max-width:1366px) {
	.container{
		max-width: 100% !important;
	}
}
@media (max-width:768px) {
	.container{
		width: auto !important;
		overflow: hidden;
	}
}

a{ color: #fff; }
a:hover{ color: #000; text-decoration:none; }


h1, h2, h3, h4{
}

.top{
	padding:0 15px;
}
marquee.tagline {
    font-size: 16px;
    color: #000;
    padding: 11px 0 0;
}

.font-11 {
    font-size: 11px;
}

.header {
	position:relative;
	z-index:500;
	width:100%;
	background:#f5efea;
	box-shadow:0 2px 6px rgb(0 0 0 / 25%);
}
.logo{
    padding:10px 0;
    text-decoration:none;
    display:flex;
    align-items:center;
	position:relative;
	margin: 0;
}

.logo img {
	position:relative;
	z-index:50;
}
.top-btns{
	text-align:right;
	margin:0 0 5px;
}
.top-btns a{
	display:inline-block;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 14px;
	border-radius:50px;
	text-decoration:none;
	background:#ae9166;
}
.top-btns a:first-child{
	background:#000;
	color:#fff;
}
.top-btns a:first-child:hover{
	background:#ae9166;
}
.top-btns a:last-child:hover{
	background:#000;
}




.top-btns1{
	text-align:left;
	margin:0 0 5px;
}
.top-btns1 a{
	display:inline-block;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    padding: 7px 20px;
    font-weight: bold;
    font-size: 14px;
	border-radius:50px;
	text-decoration:none;
	background:#ae9166;
}
.top-btns1 a:first-child{
	background:#000;
	color:#fff;
}
.top-btns1 a:first-child:hover{
	background:#ae9166;
}
.top-btns1 a:last-child:hover{
	background:#000;
}




.verify-cicc{
    text-align:right;
}
.verify-cicc p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.verify-cicc a{
    display: inline-block;
    margin: 0 5px;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 50px;
    text-decoration: none;
    background: #ae9166;
}

.social-icon {
	display: inline-block;
	padding: 3px;
	margin: 5px;
	font-size: 20px;
	color:#000;
}

.desktopMenu ul.menu{
    list-style:none;
    margin:0 auto;
	padding:0 50px;
    text-align:center;
	display:flex;
	position:relative;
	background: #ae91668a;
	border: 1px solid #0000001f;
    border-radius: 0;
}
.desktopMenu ul.menu > li{
	position:relative;
	flex-grow: 1;
	max-width:100%;
	align-items:center;
}
.desktopMenu ul.menu > li > a{
	padding:10px 27px;
	text-decoration:none;
	color:#fff;
	font-weight:500;
	font-size:14px;
	display:block;
	text-transform:uppercase;
	opacity:1;
	text-align:center;
}
/*.desktopMenu ul.menu > li:first-child > a{
	border-top-left-radius:20px;
}
.desktopMenu ul.menu > li:last-child > a{
	border-top-right-radius:20px;
}*/
.desktopMenu ul.menu > li:hover > a{
	background: #f5efea;
	color:#000;
}
.desktopMenu ul.menu > li ul{
    position:absolute;
    z-index:50;
	display:block;
	width:120%;
	border-radius:3px;
	top:150%;
	background:#fff;
	list-style:none;
	padding:10px 0;
	height:auto;
	margin:0;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s;
    box-shadow: 0 5px 10px rgb(0 0 0 / 25%);
}
.desktopMenu ul.menu li:hover > ul{
    top:150%;
	opacity:0;
	visibility:hidden;
}
.desktopMenu ul.menu > li.select-li > ul{
    top:100%;
	opacity:1;
	visibility:visible;
}
.desktopMenu ul.menu > li:focus-within > ul{
    top:100%;
	opacity:1;
	visibility:visible;
}
.desktopMenu ul.menu > li > ul li a{
	color:#000;
	text-align:left;
	font-weight:400;
	padding: 6px 20px;
	font-size:14px;
	text-transform:capitalize;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	text-decoration:none;
}
.desktopMenu ul.menu > li > ul > li:hover > a{
    background: #f5efea;
    opacity:5;
    color:#ae9166;
}
.desktopMenu ul.menu > li ul > li > ul{
    width:250px;
	border-radius:3px;
	top:0%;
	left:110%;
}
.desktopMenu ul.menu > li > ul > li:hover > ul{
    left:110%;
    top:0%;
	opacity:0;
	visibility:hidden;
}
.desktopMenu ul.menu > li > ul > li.select-li > ul{
    left:100%;
    top:0;
	opacity:1;
	visibility:visible;
}
.desktopMenu ul.menu > li > ul > li:focus-within > ul{
    left:100%;
    top:0;
	opacity:1;
	visibility:visible;
}
.desktopMenu ul.menu > li > ul > li:hover > ul > li:hover > a{
    background:#ae9166;
    opacity:1;
    color:#fff;
}
@media (max-width:1366px), (max-width:1440px){
    .desktopMenu ul.menu > li > a{
        padding:10px;
        font-size:12px;
    }
}

.mobileMenu ul{
    list-style:none;
    padding:0;
    margin:80px auto;
    text-align:left;
}
.mobileMenu li{
	position:relative;
	display:block;
}
.mobileMenu li:hover > a{
	background:#ddd;
}
.mobileMenu li a{
	display:block;
	padding:8px 10px;
	text-decoration:none;
	color:#000;
	font-weight:300;
	font-size:15px;
	border-style:solid;
	border-width:1px;
	border-color:#eee transparent;
}
.mobileMenu li.menu-item-has-children > a{
    padding-right:36px;
}
.mobileMenu li.select-li::before{
    transform:rotate(180deg);
}

.mobileMenu li.menu-item-has-children::before{
    content: "\f0d7";
    font-family:"FontAwesome";
    position: absolute;
    right: 8px;
    top: 5px;
    color: #000;
    transition:all 0.5s;
}
.mobileMenu li ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	border:none;
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
    overflow:visible;
    height:auto;
}
.mobileMenu li.select-li ul{
    display:block;
}
.mobileMenu li.select-li > a{
    background:#f6f6f6;
}
.mobileMenu li ul li{
	border:none;
	padding:0;
}
.mobileMenu li ul li a{
	padding:7px 40px;
	font-weight:200;
	color:#000;
}

.social a{
    font-size: 18px;
    border: 1px solid #222;
    padding: 0;
    border-radius: 3px;
    width: 30px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
    color:#222;
    text-decoration:none;
    background:#fff;
}

.alignleft{
	float:left;
	margin:5px 10px 10px 0;
}
.alignright{
	float:right;
	margin:5px 0 10px 10px;
}

.slider{
    position:relative;
    width:100%;
}
.slider .dot {
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index:10;
    top:0;
    left:0;
    background:url(images/dot.png) repeat;
	opacity:0.6;
}
.slider-tagline{
    background: #ae9166;
    padding: 33px;
    position: relative;
    z-index: 13;
    font-size: 14px;
    text-align: justify;
    color: #fff;
}
.slider-text{
    background: #20242b;;
    position: relative;
}
.slider-text h1{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 30px 20px;
    color: #fff;
    line-height: 1.4;
}
.slider-text h1 span{
    font-weight:600;
    font-size:16px;
    text-align:center;
    display:block;
}
.slider-text .col-sm-6{
    border:1px solid #fff;
}

.banner img{
    width:100%;
    height:auto;
}

.heading{
	font-weight:600;
	text-transform:uppercase;
	font-size:16px !important;
	position:relative;
	margin:30px 0 11px;
	display:inline-block;
    color: transparent;
	background: linear-gradient(to right, #bc9c6c, #aa8c73);
	-webkit-background-clip:text;
	background-clip:text;
}

.heading1{
	font-weight:600;
	text-transform:uppercase;
	font-size:45px !important;
	position:relative;
	margin:30px 0 11px;
	display:inline-block;
    color: transparent;
	background: linear-gradient(to right, #bc9c6c, #aa8c73);
	-webkit-background-clip:text;
	background-clip:text;
}


.heading2{
	font-weight:600;
	text-transform:uppercase;
	font-size:15px !important;
	position:relative;
	margin:30px 0 11px;
	display:inline-block;
    color: transparent;
	background: linear-gradient(to right, #bc9c6c, #aa8c73);
	-webkit-background-clip:text;
	background-clip:text;
}


.section0{
    position:relative;
    overflow:hidden;
    padding:40px 0 0;
}
.section0 .container .row{
}
.section0 h1{
    font-weight:600;
	text-transform:uppercase;
	font-size:23px;
	position:relative;
	margin:0 0 8px;
	letter-spacing:1.5px;
}
.section0 p{
    font-size:16px;
	text-align:justify;
}
.section0 img{
    border-radius:10px;
}

.section1{
    padding:50px 0;
    position:relative;
    overflow:hidden;
}
.section1::before {
    content: '';
    display: block;
    height: 0;
    width: 72%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #215494;
    position: absolute;
    z-index: 0;
    box-sizing: content-box;
    bottom: 60%;
    left: -20%;
}
.section1::after {
    content: '';
    display: block;
    height: 0;
    width: 72%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #215494;
    position: absolute;
    z-index: -1;
    box-sizing: content-box;
    top: 60%;
    right: -20%;
}
.section1-img{
    width:450px;
    height:450px;
    border-radius:100%;
    margin:auto;
    overflow:hidden;
    position: relative;
    z-index: 999;
}
.section1-img img{
    width:100%;
    height:auto;
}

.section1 p{
    font-size:16px;
}

.section2{
    padding:10px 0 5px;
    position:relative;
    overflow:hidden;
    background:#f5efea;
}
.section2 h1{
    font-size:35px;
}
.section2 p{
    font-size:16px;
}
.section2 .pnp-list{
    list-style:none;
}
.section2 .pnp-list li{
    position: relative;
    display: inline-block;
    max-width: 340px;
    margin-bottom: 46px;
    padding-left: 3%;
}
.section2 .pnp-list li:nth-child(2), .section2 .pnp-list li:nth-child(5), .section2 .pnp-list li:nth-child(8){
    top: 68px;
}
.section2 .pnp-list li:nth-child(3), .section2 .pnp-list li:nth-child(6){
    top: -80px;
}
.section2 .card{
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 0.5rem 1rem rgb(0 0 0 / 10%);
    margin-bottom:20px;
    transition:all 0.5s;
}
.section2 .card:hover{
    box-shadow:0 0.5rem 1rem rgb(0 0 0 / 25%);
}
.section2 .card h5{
    margin:0 0 5px;
}
.section2 .card p{
    margin:0;
}
.section2 .card a{
	color:#000;
	text-decoration:none
}

.section3{
    padding:50px 0;
    position:relative;
}
.section3-text{
    position: relative;
    overflow-x:hidden;
}
.section3-text::before{
    content: "";
    width: 90%;
    height: 70%;
    position: absolute;
    border: 8px solid #354d7b;
    top: 80px;
    left: 5%;
    z-index: 0;
}
.section3-text::after{
    content: "";
    width: 24%;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 80px;
    left: 38%;
    z-index: 0;
}
.section3 h1{
    font-size:55px;
    position: relative;
    z-index:10;
}
.section3 h1 span{
    font-size:40px;
    display:block;
}
.section3 p{
    font-size:16px;
    margin:20px 0 50px;
}
.section3 .service{
    margin: 10px 20px;
    position: relative;
    z-index: 10;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    background: #fff;
	display:block
}
.section3 h3{
    font-size:20px;
    margin:10px 0 0;
}

.section4{
    padding:50px 0;
    position:relative;
    overflow:hidden;
    background:#f9f9f9;
}
.section4 h1{
    font-size:35px;
}
.section4 p{
    font-size:16px;
}
.section4 .section4-list{
    list-style:none;
}
.section4 .section4-list-2{
    margin:60px 0 0;
}
.section4 .section4-list li{
    position: relative;
    display: block;
    width: 100%;
    padding:15px 0;
}
.section4 .section4-list li a{
	color:#000;
}
.section4 .section4-list li:first-child{
    text-align:left;
}
.section4 .section4-list li:last-child{
    text-align:right;
}
.section4 .section4-list li img{
    border-radius:15px;
    box-shadow:0 0.5rem 1rem rgb(0 0 0 / 15%);
    width:100%;
}
.section4 .section4-list li:first-child img,
.section4 .section4-list li:last-child img{
    width:70%;
}

.section5{
    padding:50px 0;
    position:relative;
    overflow:hidden;
}
.section5 .testi-box {
    margin: 30px;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    border: 1px solid #ddd;
	min-height:260px;
}
.section5 .testi-box i{
    font-size:22px;
    margin:0 5px;
}

.footer{
	border-top:1px solid #eee;
	background:url(images/footer-bg.jpg) center no-repeat #354d7b;
	background-size:cover;
    position:relative;
    color:#fff;
}
.footer::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#000c;
}
.footer ul.menu{
    display:block;
    padding:0;
}
.footer ul.menu li{
    list-style:none;
}
.footer ul.menu li a{
    text-decoration:none;
	font-weight:300;
	margin:15px 0;
	font-size:14px;
    color: #fff;
    text-align:left;
    position:relative;
    transition:all 0.5s;
}
.footer ul.menu li a:hover{
    margin:15px;
}
.footer ul.menu li a::before{
    content:"";
    position:absolute;
    width:0%;
    height:2px;
    background:#fff;
    bottom:0px;
    transition:all 0.5s;
}
.footer ul.menu li a:hover::before{
    width:100%;
}
.footer h1{
    position: relative;
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    margin:8px 0;
	display:block;
	color:#fff;
}
.footer h1::after{
    content: "";
    position: absolute;
    width: 40%;
    height: 4px;
    background-color: #fff;
    top: -10px;
    left: 0;
}
.footer .contact{
    padding:12px 40px;
    text-decoration:none;
    font-weight:bold;
    display:inline-block;
    color:#fff;
    font-size: 18px;
}
.footer .assessment{
    padding:12px 40px;
    text-decoration:none;
    font-weight:bold;
    background:#ae9166;
    color:#fff;
    font-size: 18px;
    display:inline-block;
    border-radius:0 0 40px 0;
    border:1px solid #000;
}
.footer .assessment:hover{
    background:#000;
    color:#ae9166;
}
.footer .contact i,
.footer .assessment i{
    font-weight:100;
}
.copy{
    border-top:1px solid #000;
    color:#fff;
    text-align:center;
	letter-spacing:1.5px;
}

.entry-header .heading{
    font-size: 30px;
}
.entry-title {
    font-size: 28px;
    margin: 0 0 20px;
	color: #000;
	padding:33px 0 0;
	text-transform:uppercase;
}
.entry-content h1 {    
    padding: 10px 0;
	text-align:justify;
	font-size:20px;
	color:#ce863a;
}
.entry-content {
    min-height: 400px;
    text-align:justify;
	line-height:1.8;
}
.entry-content ul{
	padding:0 0 0 20px;
}
.entry-content ul li{
	margin:0;
}
.entry-content h2 {
    padding: 10px 0;
	font-weight:600;
	font-size:20px;
	position:relative;
	display:inline-block;
    color: transparent;
	background:linear-gradient(to right, #fc2e20, #20242b);
	-webkit-background-clip:text;
	background-clip:text;
}

.entry-content h4 {
    padding: 10px 0;
	font-size:20px;
}

.pagination{ text-align:left; }
.pagination .page-numbers{ display:inline-block; background:#2c3659; padding:0px 12px; border-radius:3px; margin:15px 5px; text-decoration:none; color:#fff; border:thin solid #2c3659; }
.pagination .current{ display:inline-block; background:#fff; padding:0px 12px; border-radius:3px; margin:15px 5px; text-decoration:none; color:#2c3659; border:thin solid #2c3659; }

figcaption{
    text-align:center;
}

.swiper-button-next, .swiper-button-prev {
    background: transparent !important;
    padding: 30px 25px;
    color: rgb(13, 156, 197) !important;
}
.swiper-button-prev {
    left:-5px !important;
}
.swiper-button-next {
    right: -5px !important;
}
.swiper-button-next, .swiper-button-prev {
    background: rgb(13, 156, 197);
    padding: 30px 25px;
	color:#fff;
}

.form-control{
	height:auto;
}
.model-banner img{
    width:100%;
    height:auto;
    display:block;
}

.model-form-section{
    background: #d3c3ac;
    padding:40px 0 60px;
}

.model-form-wrap{
    max-width:100%;
}

.model-form-wrap .heading{
    color:#fff;
    margin:0 0 20px;
}

.model-intro{
    color:#fff;
    margin:0 0 22px;
}

.model-intro h2{
    font-size:30px;
    margin:0 0 10px;
    color:#fff;
    text-transform:none;
}

.model-intro p{
    margin:0 0 10px;
    font-size:16px;
    line-height:1.7;
}

.model-form .form-control{
    border:none;
    border-radius:0;
    min-height:58px;
    font-size:16px;
    color:#333;
}

.model-form textarea.form-control{
    min-height:150px;
    resize:vertical;
}

.model-captcha-box{
    background:#fff;
    min-height:58px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:10px 15px;
}

.model-captcha-label{
    font-size:14px;
    color:#666;
}

.model-captcha-question{
    font-size:18px;
    color:#222;
    font-weight:600;
}

.model-captcha-refresh{
    border:1px solid #333;
    background:#fff;
    color:#333;
    border-radius:20px;
    padding:4px 14px;
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.model-submit-btn{
    border:none;
    background:#ae9166;
    color:#fff;
    border-radius:30px;
    padding:18px 48px;
    font-size:16px;
    letter-spacing:3px;
    text-transform:uppercase;
    transition:all 0.3s ease;
}

.model-submit-btn:hover{
    background:#3f3d30;
}

.model-alert{
    margin:0 0 20px;
    padding:10px 14px;
    font-size:14px;
    border-radius:4px;
}

.model-alert-success{
    background:#edf7ed;
    border:1px solid #b9ddb9;
    color:#245e24;
}

.model-alert-error{
    background:#fceced;
    border:1px solid #efb7bb;
    color:#9f1d2d;
}
label{
	display:block;
	margin:0 0 20px;
}
span.wpcf7-list-item {
    display: block;
    margin: 10px 0;
}
.wpcf7 form .wpcf7-response-output {
    padding: 1.5em 1em;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 600;
    display: block;
    position: relative;
    top: -22px;
    width: 300px;
    left: 74%;
}

.blog{}
.blog-item {
    float: left;
    width: 320px;
    height: 250px;
	position:relative;
	margin:10px;
	overflow:hidden;
	border-radius:8px;
	text-align:left;
	text-decoration:none;
}
.blog-item-1{
	width:610px;
	height:520px
}
.blog-item-3,
.blog-item-5{
	margin-right:0;
}
.blog-item .image{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
	transform:scale(1);
	transition:all 0.8s;
}
.blog-item:hover .image{
	transform:scale(1.3);
}
.blog-item .detail{
    position: absolute;
    z-index: 12;
    bottom: 0;
	width:100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 70%) 30%, transparent);
    padding:30px 10px 10px;
}
.blog-item .detail h4{
	color: #fff;
    font-size: 17px;
	margin:0 0 5px;
}
.blog-item .detail p{
	margin:0;
	color:#fff;
	font-size:12px;
}

.colm ul {
	padding: 0;
	margin: 0;
}

.colm li {
	list-style: none;
    display: inline-block;
    padding: 5px 20px 0px 0px;
}

.colm li a {
	text-decoration: none;
	display: block;
	font-size: 14px;
	color: #fff !important;
	line-height: 22px;
}

.colm li:hover a{ color:#ccc !important;}


.after-slider-div{
	padding:10px 0;
}
.boxx{
    width: auto;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #ededed;
    height: 100%;
    border-radius: 10px;
}
.boxx img{
	margin:auto;
	width:auto;
	max-width:100%;
}
.boxx div{}
.boxx h2{
	color:#bc9c6c;
	margin:10px 0;
	padding:0;
	font-size:17px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1.5px;
}
.boxx h3{
	color: #aa8c73;
	padding:10px;
	font-size:13px;
	font-weight:500;
}
.boxx p{
	margin:0;
	padding:0 10px;
	font-size:13px;
	color: #000;
	line-height:1.4;
}

.news-detail{
    overflow:hidden;
    max-height:0;
    transition:all 0.5s;
}
.show-news-detail{
    max-height:900px;
}

.mobile-icon, .scroll-top{
    position:fixed;
    z-index: 100;
    left:0;
    bottom:0;
    padding:15px;
    display:none;
}
.scroll-top{
    display:none;
    left:auto;
    right:0;
}
.mobile-icon a{
    display:block;
    width:45px;
    padding:10px 0;
    text-align:center;
    border-radius:100%;
    background:#ae9166;
    border:1px solid #fff;
    color:#fff;
}
.scroll-top a{
    display:block;
    width:45px;
    padding:10px 0;
    text-align:center;
    border-radius:100%;
    background:#000;
    border:1px solid #fff;
    color:#fff;
}

@media( max-width:768px ){
    .mobile-icon, .scroll-top{
        display:block;
    }
    .top{
        display:none;
    }
    .header{
        background:#fff;
    }
    .logo img:nth-child(1) {
        width: auto;
		max-width:80%;
    }
    .logo img:nth-child(2) {
        width: auto;
		max-width:60%;
		margin: 10px;
    }
    .mobile-menu-wrapper {
        background: #fc2e20;
        padding: 8px 15px;
    }
    .telephone {
        margin: 0;
        text-align: right;
        color: #fff;
        padding: 3px 0;
        font-weight: bold;
        font-size: 14px;
        float: right;
    }
    .slider-tagline {
        padding: 20px;
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        font-size: 16px;
        border:none;
    }
    .slider-text {
        background: #000;
        width: auto;
        z-index: 15;
        position: relative;
        left: auto;
        bottom: auto;
    }
    .slider-text .col-sm-6 {
        border: 1px solid #222;
        width: 50%;
    }
    .slider-text h1{
        font-size:21px;
    }
    .slider-text h1 span{
        font-size:13px;
    }
    .section1-img {
        width: auto;
        height: auto;
    }
    .section0{
        padding: 24px 0 0;
    }
    .section0 p{
        text-align: left !important;
        word-spacing: normal;
        letter-spacing: 0;
        line-height: 1.7;
        font-size: 15px;
    }
    .section2{
        padding: 12px 0 18px;
    }
    .section2 .row > .col-md-2.col-sm-12{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px 10px !important;
    }
    .section2 .boxx{
        height: auto;
        min-height: 0;
        padding: 12px 10px;
    }
    .section2 .boxx img{
        width: 72%;
        max-width: 230px;
        height: auto;
    }
    .section2 .boxx h3{
        padding: 8px 8px 0;
        font-size: 12px;
        line-height: 1.4;
        margin: 0;
    }
    .entry-content, .entry-content h1, .entry-content p{
        text-align:left !important;
    }
	.heading{
		font-size:21px;
		margin: 0 0 15px;
	}
	.section2 h1 {
        font-size: 21px;
    }
	ul.pnp-list {
        padding: 0;
    }
	.section2 .pnp-list li {
        display: inline-block;
        width: 50%;
        margin: 0;
        padding-left: 0;
    }
    .section2 .pnp-list li:nth-child(2), .section2 .pnp-list li:nth-child(5), .section2 .pnp-list li:nth-child(8) {
        top: 0;
    }
    .section2 .pnp-list li:nth-child(3), .section2 .pnp-list li:nth-child(6) {
        top: 0;
    }
    .section2 .card {
        margin: 10px;
    }
    .section2 .card h5 {
        margin: 0;
        font-size: 15px;
        text-align: center;
    }
    .section3-text::before{
        border:none;
    }
    .section3 h1 {
        font-size: 25px;
        margin:0 0 15px;
    }
    .section4 h1 {
        font-size: 21px;
    }
	.after-slider-div .boxx{
			width:auto;
		}
    .model-form-section{
        padding:28px 0 40px;
    }
    .model-form .form-control{
        min-height:52px;
        font-size:15px;
    }
    .model-intro h2{
        font-size:24px;
    }
    .model-intro p{
        font-size:15px;
        line-height:1.65;
    }
    .model-captcha-box{
        flex-wrap:wrap;
        gap:8px;
    }
    .model-submit-btn{
        width:100%;
        padding:14px 30px;
        letter-spacing:2px;
    }

}

.hero-section {
    position: relative;
    height: 90vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-carousel .owl-carousel .owl-item {
    height: 100vh;
    min-height: 600px;
}

.hero-slide {
    position: relative;
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(139 158 126 / 85%) 0%, rgb(40 43 38 / 56%) 50%, rgb(44 45 44 / 14%) 100%);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    max-width: 600px;
    padding: 0 20px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.hero-subtitle {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 500px;
}

.cta-button {
    background-color: transparent;
    color: white;
    padding: 15px 40px;
    border: 2px solid #fff;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.cta-button:hover {
    background-color: rgba(20, 20, 20, 0.95);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.hero-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 3;
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.hero-carousel .owl-prev,
.hero-carousel .owl-next {
    font-size: 28px !important;
}

.hero-carousel .owl-prev:hover,
.hero-carousel .owl-next:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.hero-carousel .owl-prev {
    left: 30px;
}

.hero-carousel .owl-dots .owl-dot span {
    width: 30px;
    height: 8px;
    border: 1px solid #fff;
    background: none !important;
}

.hero-carousel .owl-dots .owl-dot.active span {
    background: #fff !important;
    width: 35px;
    height: 8px;
}

.hero-carousel .owl-next {
    right: 30px;
}

.hero-carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    gap: 30px;
}

.hero-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width: 768px) {
    .hero-section {
        height: calc(100vh - 74px);
        min-height: 520px;
    }

    .hero-carousel .owl-stage-outer,
    .hero-carousel .owl-stage,
    .hero-carousel .owl-item,
    .hero-slide {
        height: calc(100vh - 74px) !important;
        min-height: 520px;
    }

    .hero-slide {
        align-items: flex-start;
        padding-top: 118px;
        background-position: 62% center;
    }

    .hero-content {
        max-width: 100%;
        padding: 0 18px 130px;
        z-index: 4;
    }

    .hero-title {
        font-size: 2.1rem;
        line-height: 1.16;
        margin-bottom: 14px;
        letter-spacing: -0.01em;
    }

    .hero-subtitle {
        font-size: 0.96rem;
        line-height: 1.52;
        margin-bottom: 26px;
        max-width: 92%;
    }

    .cta-button {
        padding: 12px 28px;
        font-size: 0.82rem;
        letter-spacing: 1.8px;
    }

    .hero-carousel .owl-nav {
        top: auto;
        bottom: 158px;
        transform: none;
        z-index: 3;
    }

    .hero-carousel .owl-prev,
    .hero-carousel .owl-next {
        width: 44px;
        height: 44px;
        font-size: 24px !important;
    }

    .hero-carousel .owl-prev {
        left: 14px;
    }

    .hero-carousel .owl-next {
        right: 14px;
    }

    .hero-carousel .owl-dots {
        bottom: 20px;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 1.9rem;
    }

    .hero-subtitle {
        font-size: 0.92rem;
        max-width: 96%;
    }

    .hero-carousel .owl-nav {
        bottom: 172px;
    }
}


@media (max-width: 991.98px){
    .offcanvas{
        z-index: 99999 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .offcanvas-backdrop{
        z-index: 99998 !important;
    }
    .offcanvas .offcanvas-body{
        padding-bottom: 30px;
        overflow-y: auto;
    }
    /* Pure JS fallback: make mobile panel always open/close via custom class */
    #mobileMenu{
        position: fixed !important;
        top: 0;
        right: 0;
        left: auto;
        height: 100vh;
        background: #fff;
        visibility: hidden;
        transform: translateX(100%);
        transition: transform 0.25s ease, visibility 0s linear 0.25s;
        display: block;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }
    #mobileMenu.manual-open{
        visibility: visible;
        transform: translateX(0);
        transition: transform 0.25s ease;
    }
    #mobileMenu .offcanvas-header{
        position: sticky;
        top: 0;
        z-index: 2;
        background: #fff;
    }
    #mobileMenu .offcanvas-body{
        height: auto;
        max-height: calc(100vh - 56px);
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        padding-bottom: calc(90px + env(safe-area-inset-bottom));
    }
    #mobileMenu .mobileMenu{
        padding-bottom: 40px;
    }
    #mobileMenu .mobileMenu > ul{
        margin: 24px auto 0;
    }
}


@media (max-width: 991.98px){
    .header{
        z-index: 2100 !important;
    }
    .mobile-menu-wrapper{
        position: relative;
        z-index: 2102;
    }
    #mobileMenuToggle{
        position: relative;
        z-index: 2103;
    }
}


@media (max-width: 991.98px){
    .header .row.align-items-center{
        display:flex;
        flex-wrap:nowrap;
        align-items:center;
    }
    .header .logo{
        padding:8px 0;
        margin:0;
    }
    .header .logo img{
        max-width:170px;
        height:auto;
        display:block;
    }
    .header .mobile-menu-wrapper{
        margin-left:auto;
        display:flex !important;
        align-items:center;
        justify-content:flex-end;
        padding:0;
        background:transparent;
    }
    #mobileMenuToggle{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:46px;
        height:46px;
        padding:0;
        border-radius:4px;
        background:#ae9166;
    }
}
