:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


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

@font-face {
  font-family: 'Grotters Regular';
  font-style: normal;
  font-weight: normal;
  src: local('../images/Grotters Regular'), url('../images/Grotters.woff') format('woff');
  }
  
  
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.header-logo {
    position: relative;
    z-index: 1;
    top: 5px;
}

.header-logo img {
    width: 90px;
}

.header-top ul {
    margin: 0;
    padding: 0;
}

.header-top ul li {
    display: inline-block;
    padding: 5px 15px;
}

.header-top ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.mainheader {
    background:#fff;
}
/*
.mainHeader-top {
background: linear-gradient(to right,  #ffffff 29%,#1c2c45 29%);
} */


section {
    padding: 50px 0px;
}



/* top section css */


/*** Header ***/

.logo { padding:10px; }

.header-top {
    margin: 0;
    padding: 0;
    text-align: right;
	margin-bottom:10px;
}
.header-top ul { margin:0; padding:0; }
.header-top ul li {
    display: inline-block;
    padding: 15px 15px 0
}
.header-top ul li a {
	text-decoration: none;
	color:#fff;
	font-weight:600;
}
.header-top ul li a:hover {
	color:#fff;
}

section { padding:50px 0px; position:relative; }
.header { position: absolute; z-index: 2; top: 0; left: 0; right: 0; }

.header .logo img { width:195px; }
.main-banner { position: relative; }

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
    color: #fff;
}

.cmhnav.light {
    background: none;
    text-align: right;
}

.cmhnav.light li a {
    color: #fff;
}

.cmhnav.light ul ul li a {
    color: #000;
}

.cmhnav ul ul {
    padding: 15px;
}

.cmhnav.light li a:hover {
    color: #ef7b00;
}


/* top section css */

/* menu css */

.topnav {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-top: 30px;
}

.topnav a {
    float: left;
    display: block;
    color: #121212;
    text-align: center;
    padding: 5px 0px;
    margin: 0 16px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.topnav a:hover,
.topnav a.active {
    color: #121212;
    background: #fff;

}

.topnav a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #cc0001;
    transition: width .5s;
}

.topnav a:hover::after {
    width: 100%;
}

.topnav a.active::after {
    width: 100%;
}

.topnav .barBox {
    display: none;
}

/* bar css  */
.barBox {
    display: inline-block;
    cursor: pointer;
    width: auto;
    padding: 10px;
}

.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 4px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
}

/* bar css end */

/* menu css end */
.barBox {
    display: none;
}


.reqQuote {
    position: relative;
}

.reqQuote button {
    background: #df1919;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    padding: 7px 20px;
    border-radius: 7px;
}

.reqQuote button:hover {
    background: #073577;
}



/* Nav Nav */

.navmenu {
	position: relative;
	z-index: 9900;
	line-height: normal;
}

.navmenu a {
	color: #777;
}

.navmenu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.navmenu li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	vertical-align: middle;
}

.navmenu li a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: inherit;
	font-family: inherit;
	box-sizing: border-box;
	/* -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out; */
	font-size: 1rem;
}

.navmenu.light li a:hover {
	color: #e4b953;
}

/* main level */
.navmenu > ul > li {
	display: inline-block;
}

.navmenu > ul > li > a {
	padding: 10px 10px;
    font-size: 1rem;
    font-weight: 500;
}

.sub-menu {
	/** box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .15) !important **/
}

/* first level dd */

.navmenu ul ul {
	top: auto;
	width: 220px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #ddd;
}

.navmenu li li {
	display: block;
}

/* second level dd */
.navmenu ul ul ul {
	top: 0;     /* dd animtion - change to auto to remove */
	left: 220px;
}

.navmenu > ul > li:hover > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.navmenu ul ul li {
	border-bottom: none;
}

.navmenu.light ul ul li:hover {
  color: #000;
}

.navmenu.light ul ul li:hover a { color: #000; }

/* .drop-left */
.navmenu > ul > li.drop-left > ul {
	right: 0;
}

.navmenu li.drop-left ul ul {
	left: auto;
	right: 220px;
}

/* light theme */


.navmenu.light a {
	color: #fff;
}

.navmenu.light ul ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.light li a {
	color: #fff;
}

/* dark theme */
.navmenu.dark {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark a {
	color: #FFF;
}

.navmenu.dark ul ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.dark li a {
	color: #FFF;
}

/* sticky nav */
.navmenu.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

/* only used when 'scrollbarFix' is set to true in the js. This fixes horizontal scrollbar caused by the dd menus that are very long.*/
body.navmenu-noscroll-x {
	overflow-x: hidden;
}

/* general styling */

.navmenu li.has-sub > a:after {
	content: '';
	margin-left: 10px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	/** border-top: 6px solid #FFF; **/
	display: inline-block;
}

.navmenu li li.has-sub > a:after {
	margin-left: 10px;
	float: right;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	position: relative;
	top: 4px;
}

.navmenu li.drop-left li.has-sub > a:after {
	float: left;
	margin-right: 10px;
	border-left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
}

.navmenu.hide-arrows li.has-sub > a:after, .navmenu.hide-arrows li li.has-sub > a:after, .navmenu.hide-arrows li.drop-left li.has-sub > a:after {
	display: none;
}

.navmenu .menu-toggle, .navmenu .close-menu, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile {
	display: none;
	text-transform: uppercase;
	text-decoration: none;
}

.navmenu .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 9999;
	border: 0;
}

.navmenu.desktop li.has-sub a {

	/** padding-right: 5px; **/
}

.navmenu.desktop.hide-arrows li.has-sub a {
	padding-right: 15px;
}

.navmenu.mobile > ul > li > a.dd-toggle {
	padding: 0;
}

.navmenu li.call-btn-mobile, .navmenu li.location-btn-mobile {
	display: none;
}

/* svg icons */
.navmenu svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
	color: #081a7d;
}

/* svg icons */
.navmenu a.dd-toggle .icon-plus {
	box-sizing: border-box;
	transition: transform 0.3s;
	width: 12px;
	height: 100%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.navmenu a.dd-toggle .icon-plus:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(90deg);
	transition: width 0.3s;
}

.navmenu a.dd-toggle .icon-plus:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
}

.navmenu li.open > a.dd-toggle .icon-plus {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.navmenu.light a.dd-toggle .icon-plus:before {
	border-color: #000;
}

.navmenu.light a.dd-toggle .icon-plus:after {
	border-color: #000;
}

.navmenu.dark a.dd-toggle .icon-plus:before {
	border-color: #FFF;
}

.navmenu.dark a.dd-toggle .icon-plus:after {
	border-color: #FFF;
}

.navmenu .icon-close {
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
}

.navmenu .icon-close:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
}

.navmenu .icon-close:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
	transform: rotate(-45deg);
}

.navmenu.light .icon-close:before {
	border-color: #000;
}

.navmenu.light .icon-close:after {
	border-color: #000;
}

.navmenu.dark .icon-close:before {
	border-color: #FFF;
}

.navmenu.dark .icon-close:after {
	border-color: #FFF;
}

/* mobile nav */

.navmenu .menu-toggle, .navmenu .call-btn-mobile, .navmenu .location-btn-mobile, .navmenu .close-menu {
	padding: 15px;
	box-sizing: border-box;
}

.navmenu .menu-toggle span.bars {
	display: inline-block;
	margin-right: 7px;
	position: relative;
	top: 3px;
}

.navmenu .menu-toggle span.bars span {
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 6px;
	background: #777;
	margin: 0 0 3px;
}

.navmenu .full {
	width: 100%;
}

.navmenu .half {
	width: 50%;
}

.navmenu .third {
	width: 33%;
	text-align: center;
}

.navmenu .location-btn-mobile.third {
	text-align: center;
}

.navmenu .location-btn-mobile.half {
	text-align: right;
}

.navmenu.light .third, .navmenu.light .half {
	border-left: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.left .third, .navmenu.light.left .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light.right .third, .navmenu.light.right .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.light .third:first-child, .navmenu.light .half:first-child {
	border-left: 0;
}

.navmenu.dark .third, .navmenu.dark .half {
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.left .third, .navmenu.dark.left .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.dark.right .third, .navmenu.dark.right .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.light.left .menu-toggle, .navmenu.light.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark.left .menu-toggle, .navmenu.dark.right .menu-toggle {
	border-bottom: 0;
}

.navmenu.dark .third:first-child, .navmenu.dark .half:first-child {
	border-left: 0;
}

.navmenu.light .menu-toggle span.bars span {
	background: #fff;
}

.navmenu.dark .menu-toggle span.bars span {
	background: #FFF;
}

.navmenu.mobile {
	/* position: static; */
  position: relative;
  z-index: 999;
}

.navmenu.mobile.fixed {
	position: static;
}

.navmenu.mobile ul {
	position: relative;
	display: none;
}

.navmenu.mobile.active {
	padding-bottom: 0;
}

.navmenu.mobile.active > ul {
	display: block;
}

.navmenu.mobile ul {
	text-align: left;
}

.navmenu.mobile > ul > li {
	display: block;
}

.navmenu.mobile > ul > li > a {
	padding: 15px;
}

.navmenu.mobile ul {
	background: rgba(221, 221, 221, 1);
}

.navmenu.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}

.navmenu.mobile ul ul ul {
	left: auto;
	top: auto;
}

.navmenu.mobile li.drop-left ul ul {
	right: auto;
}

.navmenu.mobile li a {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile > ul {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.navmenu.mobile.light li a {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile.light > ul {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.navmenu.mobile li a.dd-toggle {
	border: 0;
}

.navmenu.mobile.light li a.dd-toggle {
	border: 0;
}

.navmenu.mobile .menu-toggle, .navmenu.mobile .dd-toggle, .navmenu.mobile .close-menu, .navmenu.mobile .call-btn-mobile, .navmenu.mobile .location-btn-mobile {
	display: inline-block;
}

.navmenu.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255, 255, 255, .1);
	box-sizing: border-box;
}

.navmenu.mobile li.call-btn-mobile, .navmenu.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center;
}

.navmenu.mobile li.call-btn-mobile.full, .navmenu.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left;
}

.navmenu.mobile.light ul {
	background: rgba(255, 255, 255, 1);
}

.navmenu.mobile.dark ul {
	background: rgba(0, 0, 0, 1);
}

.navmenu.mobile.dark ul ul {
	background: rgba(255, 255, 255, .08);
}

.navmenu.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.navmenu.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.navmenu.mobile li.has-sub > a:after, .navmenu.mobile li li.has-sub > a:after, .navmenu.mobile li.drop-left li.has-sub > a:after {
	display: none;
}

/* left and right positions */

.navmenu.mobile.right > ul, .navmenu.mobile.left > ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 280px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.navmenu.mobile.right > ul {
	right: 0;
}

.navmenu.mobile.right .close-menu, .navmenu.mobile.left .close-menu {
	display: inline-block;
	text-align: right;
}

.navmenu.mobile.left > ul {
	left: 0;
}

.navmenu.mobile.right .location-btn-mobile.half, .navmenu.mobile.right .call-btn-mobile.half, .navmenu.mobile.right .close-menu.half {
	text-align: center;
}

.navmenu.mobile.right .location-btn-mobile.third, .navmenu.mobile.right .call-btn-mobile.third, .navmenu.mobile.right .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.half, .navmenu.mobile.left .call-btn-mobile.half, .navmenu.mobile.left .close-menu.half {
	text-align: center;
}

.navmenu.mobile.left .location-btn-mobile.third, .navmenu.mobile.left .call-btn-mobile.third, .navmenu.mobile.left .close-menu.third {
	text-align: center;
}

.navmenu.mobile.left .menu-toggle.half, .navmenu.mobile.left .menu-toggle.third, .navmenu.mobile.right .menu-toggle.half, .navmenu.mobile.right .menu-toggle.third {
	text-align: left;
}

.navmenu.mobile.left .close-menu.third span, .navmenu.mobile.right .close-menu.third span {
	display: none;
}

.navmenu.mobile.left .close-menu.third {
	font-size: 1rem;
	font-weight: 600;
}

/* left and right positions */

/* mega dd */
.navmenu.desktop li.mega ul ul {
	background: none;
}

.navmenu.desktop li.mega li {
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
}

.navmenu.desktop li.mega li li {
	display: block;
	position: relative;
	left: 4px;
}

.navmenu.desktop li.mega ul ul {
	width: auto;
}

.navmenu.desktop > ul > li.mega {
	position: inherit;
}

.navmenu.desktop > ul > li > ul {
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px;
}

.navmenu > ul > li.single-dropdown ul li { margin-bottom:5px; }

.navmenu > ul > li.single-dropdown ul li a:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	}

.navmenu.desktop > ul > li.mega > ul {
	width: 100%;
	white-space:nowrap;
	margin:0 auto;
	padding:0px 0px 0px 50px;
	box-shadow:0 .9rem 1rem rgba(0,0,0,.15)!important;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	overflow:hidden;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto;
}

.navmenu.desktop > ul > li.mega > ul > li {
	padding-bottom: 55px;
	padding-top:20px;
	width:18% !important;
	margin:0 auto;
	white-space:nowrap;
	display:inline-block;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(3) {
	width:13% !important;
}

.navmenu.desktop > ul > li.mega > ul > li:nth-child(5) {
	padding-left:40px;
}

.navmenu.desktop li.mega li li a {
	padding: 5px 15px;
}

.navmenu.desktop li.mega li.has-sub a:after {
	display: none;
}

.navmenu.desktop > ul > li.mega > ul li.has-sub:nth-child(5) ul {
    width: 150px;
}

.navmenu.desktop > ul > li.mega > ul > li > a {
	color: #17479e;
	font-weight:600;
	font-size:1.1rem;
	margin-bottom:15px;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover {
	background-color:#02319b;
	Color:#fff;
	border-radius:50px;
	padding:0px 5px 0px 5px;
	display:inline-block;
	width:100%;
}

.navmenu.desktop > ul > li.mega > ul > li > ul li:hover a { color:#fff; }


/* mega dd */

/* Fallback for slow javascript load */
@media only screen and (max-width:768px) {
	.navmenu {
		overflow: hidden;
		display: block;
	}

	.navmenu ul {
		position: relative;
		display: none;
	}

}

/* mobile nav */
@media only screen and (max-width:420px) {
	.navmenu.mobile .call-btn-mobile.third span, .navmenu.mobile .location-btn-mobile.third span {
		display: none;
	}

}

@media (min-width:991px) {
	.navmenu li.has-sub > a:after {
		display: none;
	}

}

.sub-menu-toggle {
	display: none;
}

.main-logo img { width:125px; }
.main-logo { padding:5px; }



.order-text {     Color: #000;
    font-size: 16px;
    font-weight: 600; }
	
.call-btn {     Color: #000;
    font-weight: 800;
    margin-right: 15px;
    font-size: 20px;
    text-align: right;
    line-height: 24px;
    position: relative;
    top: -3px; }
	
.call-btn:hover {
	Color:#801817;
}

.view-btn {
	background: #fff;
    color: #801817;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    padding: 10px 25px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 50px;
}

.view-btn:hover {
	Color:#000;
}

.request-btn {
       background: #801817;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-weight: 600;
    padding: 5px 15px;
    text-transform: uppercase;
}

.request-btn:hover {
    background: #000;
    color: #fff;
}

/* banner */

.bannermn {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: left;
    max-width: 1125px;
}

.banner-content h2 {
        color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
}

.main-banner .swiper-button-next:after, .main-banner .swiper-button-prev:after {
    color: #fff;
}

/* banner end */


/*---------------------------------main-section-start---------------------------------*/

.services-section {
    text-align: center;
    margin-top: -8px !important;
}

.services-details {
    border-radius: 10px;
    padding: 45px 0 10px;
    position: relative;
    z-index: 9;
    margin-bottom: 0px;
    margin-top: 10px;
    color: #1c2c45;
    font-size: 20px;
}
.services-icon {
    background: #fff;
    width: 40%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 31px;
    height: auto;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: -66px;
}

.online-skills {
    text-align: center;
}

.online-skills h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #1c2c45;
    font-weight: 800;
    margin: 0;
}

.online-skills .subtitle {
    font-size: 17px;
    color: #6d6d6d;
}

.online-skills .online-class {
    background: #fff;
}

.about-section {
    font-size: 0.9rem;
    background-color: #fff;
}

.service-title h3 {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.online-class a {
    color: #1c2c45;
    text-decoration: none;
    font-weight: 600;
}
.subtitle {
    color: #23974e;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}
.block-title {
    font-weight: 700;
    font-size: 2rem;
}

.common-btn {
    background-color: #fff;
    border-radius: 50px;
    border: #23974e solid 2px;
    padding: 6px 30px;
    font-size: 1.1rem;
    color: #23974e;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
  }

 /*** .common-btn:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 600;
    position: absolute;
    left: 79%;
    top: 32%;
    right: 5%;
    bottom: 0;
    opacity: 0;
  } ***/
  
  .common-btn:hover {
    background: #23974e;
    transition: all 0.5s;
    padding: 6px 3.5rem 6px 3.5rem;
    color: #fff;
  }
   /*** .common-btn:hover::after {
    opacity: 1;
    transition: all 0.5s;
  } ***/

  .about-section h4 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 31px;
  }

.main {
    background-color: #f9fafb;
}


/**** Welcome Section *****/

.welcome-section {
    position: relative;
    padding-top:0px;
}
.welcome-section .welcome-content h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 50px;
    color: #181818;
    line-height: 42px;
}
.welcome-section .welcome-content {
   position: relative;
}
.welcome-section .welcome-image {
    position: relative;
}
.welcome-section .welcome-content h2 span {
    color: #000000;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 400;
}
.welcome-section .welcome-content p {
    font-size: 1.1rem;
}
.read-but {
    background-color: #ad8b3a;
    color: #fff;
    border-radius: 25px;
    padding: 10px 40px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}
.read-but:hover {
    background-color: #000;
    color: #fff;
}
/* .welcome-section::before {
    content: url(../images/roket-icon.png);
    right: 47px;
    top: 35px;
    position: absolute;
}
.welcome-section::after {
    content: url(../images/baby-icon.png);
    right: 0;
    bottom: 0;
    position: absolute;
} */

/**** Services Section *****/

.services-content {
	position:relative;
}
.services-content:before {
	content:'';
	background-color:#fff;
	border-radius:20px;
	position:absolute;
	width:100%;
	height:200px;
	z-index:-1;
	box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important;
	left: 0;
    right: 0;
    bottom: 0;
}
.services-content h2 {
    color: #ffffff;
    font-weight: 500;
    font-size: 28px;
    text-align: left;
	text-transform:uppercase;
}
.btn-enquire {
	color: #000;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 800;
	font-size:0.9rem;
}
.btn-enquire:hover {
	color:#4e2573;
}

.services-details {
    left: 15px;
    bottom: 10px;
}

.services-details img {
    text-align: left;
    width: 70px;
    margin-bottom: 10px;
}

.services-thumbnail {
    border-radius: 0px;
}

/* .services-section h2 {
    color: #000;
} */

.zoom-effect {
    transition: 0.5s all ease-in-out;
    position: relative;
    overflow: hidden;
}

.zoom-effect:hover {
    transform: scale(1.1);
}

/*--------------------------------------------------------------
# Popup CSS
--------------------------------------------------------------*/

.slider-video-icon {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.slider-video-icon::before {
  content: '';
  background-color: rgba(0,0,0,0.3);
  position:absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:0;
  width: 100%;
  height: 100%;
}

.vidP {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
  z-index: 99999;
  padding: 50px;
  backdrop-filter: blur(3px);
  display: none;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.vidP .innerPop {
  max-width: 80%;
  max-height: 100%;
  position: absolute;
  background: #000;
  padding: 15px;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.vidP .innerPop .cls_btn {
  position: absolute;
  right: -15px;
  top: -15px;
}

.vidP .innerPop .cls_btn a {
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  border-radius: 100px;
}

.vidP .innerPop .videoWrap video {
  width: 100%;
  height: 100%;
}

.vidP .innerPop .videoWrap iframe {
  min-width: 70vw;
  min-height: 85vh;
}

.vidP.active {
  display: block;
  transition: display ease-in-out 200ms;
  -webkit-transition: display ease-in-out 200ms;
  -moz-transition: display ease-in-out 200ms;
}

.slider-video-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 500%;
  position: absolute;
  color: #e40a75;
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-white 1s linear infinite;
  -webkit-transition: .5s;
  background: #fff;
  left: 0;
  right: 0;
  top: 42%;
  bottom: 0;
  text-align: center;
  margin: 0 auto;
}

.slider-video-icon .bx-play {
color: #f1502b;
  font-size: 25px;
  padding-top: 14px;
  padding-left: 7px; }

@-webkit-keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

@keyframes ripple-white {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
  }
}

.main-section { position:relative;
}


.main-sectionbg {
	background: linear-gradient(to bottom,  #ffffff 0%,#fff0e5 100%);
	background-image:url(../images/bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}

.act-image {
	display:inline-flex;
}
.act-image a {
	width: 260px;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 0px 0px 0px 0px;
	position:relative;
	border:none;
}
.act-image a:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #71d1cc;
    border-radius: 10px;
    transform: scale(1.08);
	z-index: -1;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
 }
.act-image a img { height:inherit; }

.act-circle {
	display:inline-flex;
}
.act-circle a {
	width: 260px;
    padding: 0px 0px 0px 0px;
    border-style: solid;
    border-radius: 50% 50% 50% 50%;
	position:relative;
	border:none;
 }

 .act-circle a img {
	height:inherit;
	-webkit-border-radius: inherit;
    border-radius: inherit;
 }

 .act-circle a:before {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fccb13;
    transform: scale(1.08);
	z-index: -1;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    border-radius: 50%;
 }

 .act-triangle {
	 display:inline-flex;
	 box-sizing:border-box;
 }
 .act-triangle:before {
	content: "";
    height: 30px;
    position: absolute;
    left: 0;
    width: 100%;
	bottom: 30px;
	z-index: -1;
    box-shadow: 0px 16px 25.92px 1.08px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
  }

 .act-triangle a {
	width: 300px;
    padding: 0px 0px 0px 0px;
	-webkit-mask-image: url(https://wdtninos.wpengine.com/wp-content/uploads/2022/09/rec-mask.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: center top;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(https://wdtninos.wpengine.com/wp-content/uploads/2022/09/rec-mask.png);
    mask-size: contain;
    mask-position: center top;
    mask-repeat: no-repeat;
 }

  .act-triangle a img {
	border-radius: inherit;
	-webkit-transition: var(--wdt-elementor-base-transition);
    transition: var(--wdt-elementor-base-transition);
	height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .triangle-border {
	      border-style: solid;
  }


 .activities-cols {
	     display: inline-grid;
    justify-content: center;
    align-items: center;
	position:relative;
 }

  .activities-cols .triangle-border .wdt-content-separator {
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866) translate(-50%, 50%);
    transform-origin: left top;
    margin-top: 52px;
}

.activities-cols .triangle-border .wdt-content-separator {
    width: 56%;
    height: auto;
    border-top-right-radius: 10%;
    padding-top: 56%;
}

.activities-cols .triangle-border .wdt-content-separator {
    background-color: #f7941e;
	position:relative;
	display: inline-block;
    line-height: 0;
    vertical-align: top;
    width: 100%;
}
.activities-cols .triangle-border .wdt-content-separator.separator-1 span {
    background-color: #eb1551;
    display: inline-block;
    height: 2px;
    vertical-align: top;
    width: 60px;
}


.smart-activities .col-lg-4:nth-child(4) .activities-col .act-image a:before {
	background:#e40a75;
}

.smart-activities {
    background-image: url(../images/dark-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.fs-electricity-details { background-color: #fff; border-radius: 15px; min-height: 315px; }

.fs-img { margin-top: -50px;}

.fs-electricity-details img {
    border-radius: 15px;
}

.fs-content h3 {
    color: #23974e;
    font-size: 1.4rem;
}

/*** Blog ***/

.blog-section {
    background-image: url(../images/blog-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section-heading {
    text-align: center;
}

.smart-activities h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}

.blog-col {
    background-color: #fff;
}

.blog-section { position:relative; }

.blog-date {
    position: absolute;
    bottom: -45px;
    right: 11px;
    background-color: #23974e;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 15px;
    line-height: 19px;
}

.blog-cate {
    color: #f94d1b;
    font-weight: 700;
}

.blog-conents h4 {
    font-weight: 700;
    font-size: 1.2rem;
}

.readmore-btn {
    color: #f94d1b;
    font-weight: 600;
}

.blog-section h2 {
    text-align: center;
    color: #103741;
    font-weight: 800;
    font-size: 45px;
    line-height: 45px;
}

.blog-section .subtitle {
    text-align: center;
    color: #4e2573;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 0;
}

.blog-details {
    border-radius: 25px;
    padding: 25px;
}

.blog-img img {
    border-radius: 25px;
}

.blog-section .date {
    color: #959292;
    font-size: 16px;
}

.blog-content h3 {
    font-size: 25px;
    color: #103741;
    font-weight: 600;
    border-bottom: 1px solid #eef1f2;
    padding-bottom: 25px;
    margin-bottom: 18px;
}

.blog-section .blog-btn {
    color: #4e2573;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.5s;
}

.blog-section .blog-btn span {
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.blog-section .blog-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -3px;
    right: -20px;
    transition: 0.5s;
    font-size: 19px;
  }
.blog-section .blog-btn:hover span {
    padding-right: 25px;
  }

  .blog-section .blog-btn:hover span:after {
    opacity: 1;
    right: 0;
  }


.call-action { background:#4e2573; color:#fff; }
.call-action h3 { font-size:3rem; text-transform:uppercase; font-weight:800; }

.enquirebtn { background:#fccb13; border-radius:50px; padding:7px 25px; color:#4e2573; text-decoration:none; font-weight:800;  }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	padding: 0 0 30px 0;
	color: #fff;
	background-image:url(../images/foorterbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#000;
	padding-top:25rem;
}

  #footer .footer-top {
    padding: 60px 0 30px 0;
  }

  #footer .footer-top .footer-info {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-info h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }

  #footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
  }

  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }

  #footer .footer-top .social-links a:hover {
    background: #ff4a17;
    color: #fff;
    text-decoration: none;
  }

  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }

  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
	padding-top: 6px;
  }

  #footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }

  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }

  #footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
	font-size: 15px;
  }

  #footer .footer-top .footer-links ul a:hover {
    color: #fff;
  }

  #footer .footer-top .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
  }

  #footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px;
    width: calc(100% - 110px);
  }

  #footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #ef4036;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
  }

  #footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #ff5e31;
  }

  #footer .copyright {
    text-align: center;
    background-color: #e7e3e3;
    padding: 10px;
    color: #000;
  }

  #footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }

  #footer .credits a {
    transition: 0.3s;
  }

  .footer-links address { color: #fff; position: relative; display: flex; }
  .footer-links address .bx { position: absolute; left: 0; top: 5px;}
  .footerbot-link { margin: 0; padding: 0; border-top: #282828 solid 1px; padding-top: 25px; }
  .footerbot-link li { display: inline-block; list-style: none;}
  .footerbot-link li a { color: #fff; border-right: #000 solid 1px; padding: 0px 15px;}
  .footerbot-link li:last-child a { border: none;}


@media (max-width:767px){

    .navmenu.light li a {
        color: #000;
    }
    .navmenu.mobile.left .close-menu.third {
        color: #000 !important;
    }

    .header {
        text-align:center;
    }
    .header-logo img {
        width: 70px;
        padding-bottom: 10px;
    }
    .header-top {
        display: none;
    }
    .logo {
        padding: 10px;
        float: left;
    }
    .header .logo img {
        width: 50px;
    }


   .online-skills .online-class {
    background: #fff;
    margin-bottom: 25px;
}

.about-details {
    margin-top: 15px;
}

.photo-brief .con-brief {
    font-size: 1.9rem;
    text-align: left;
    line-height: 34px;
    font-weight: 800;
}

.consultant-para h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    margin-top: 2rem;
}

.consultant-para {
    font-size: 1.2rem;
    padding: 80px 10px 80px 10px;
}
h1.entry-title {
    left: 7% !important;
    top: 53% !important;
    font-size: 2.5rem !important;
}


}



.contect-section {
    background:#fcc103;
    padding: 80px 0;
    font-weight: 600;
    color: #000;
}
.contect-section img {
    border-radius: 20px;
}
.contect-section h2 {
    font-size: 40px;
}
.contect-section .address .title {
    font-size: 23px;
    font-weight: 700;
}
.contect-section .phone a, .contect-section .mail a {
    color: #000;
    font-weight: 700;
    font-size: 20px;
}
.contect-section p {
    margin-left: 35px;
    color: #000;
    font-size: 1.2rem;
}
.contect-section .fa-map-marker {
    margin-right: 18px;
}
.contect-section .fa-phone, .contect-section .fa-envelope {
    padding-right: 10px;
}


.social-mediasection {
	background-color:#f2f4f4;
	padding:50px 0px;
}

.footer-section {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.footer-menu ul { margin: 0; padding: 0;}
.footer-menu ul li { display: block; display: inline-block; padding: 30px;}
.footer-menu ul li a { color: #fff; text-decoration: none; font-size: 20px; font-weight: 600;}
.footer-menu ul li a:hover { color: #e3d10a;}
.footer-menu .phone-no span { color: #e3d10a;}


.entry-header { position:relative; }


.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
    background-color: #fff;
}

.contact .info-box i {
    font-size: 35px;
    color: #23974e;
    border-radius: 50%;
    padding: 8px;
}

h1.entry-title {
    position: absolute;
    left: 10%;
    top: 45%;
    font-size: 3.5rem;
    font-weight: 600;
    color: #ffffff;
}

.contactform .wpcf7-submit {
       border: none;
    background: #23974e;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
}
.contactform .wpcf7-submit:hover {
    background-color: #000;
}

.form-control.wpcf7-textarea {
    height:150px;
}

.info-box a { color:#000; font-size:1.5rem; text-decoration:none; }
.info-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

/* Testimonial */

.testimonials-slider {
    background-color: #fff;
    min-height: 518px;
}

.testimonials-slider h3 {
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}

.testimonials-slider .subtitle {
    color: #95070c;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.testimonial-content {
	font-size:1.3rem;
}

.testimonial {
    background-color: #fff;
    padding: 60px 0 90px;
    position: relative;
}

.trust_txt {
    text-align: center;
}

.trust_txt h2 {
    font-size: 53px;
    line-height: 65px;
    text-align: center;
    font-weight: 700;
    color: #003074;
    display: inline-block;
    position: relative;
}

.trust_txt h2::after {
    content: "";
    width: 114px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ee0000;
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
}

.testimonial:hover .trust_txt h2::after {
    width: 100%;
}

.trust_txt p {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #626577;
    margin-top: 20px;
}

.testm_txt {
    background: #fff;
    padding: 0 30px 30px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px 10px 30px 10px;
}

.testm_img {
    text-align: center;
    transform: translatey(-50%);
}

.testimonial .swiper {
    padding-top: 60px;
}

.testm_txt i {
    font-size: 70px;
    color: #E70B27;
    display: inline-block;
    text-align: left;
}

.testm_txt p {
    font-size: 22px;
    line-height: 30px;
    color: #626577;
    padding-left: 20px;
    margin-top: -42px;
}

.testm_txt h5 {
    font-size: 22px;
    line-height: 30px;
    color: #073577;
    font-weight: 800;
    margin-bottom: 0;
    padding-left: 20px;
}

.testm_txt h6 {
    font-size: 18px;
    line-height: 30px;
    color: #9da2bd;
    padding-left: 20px;
}

.swiper-pagination {
    position: static;


}

.arrow_style {
    display: flex;
    justify-content: end;
    gap: 100px;
    margin-right: 65px;
    position: relative;
}

.swiper-button-prev2::after {
    content: "";
    position: absolute;
    background: url(../images/right_arow.png) no-repeat;
    width: 43px;
    height: 23px;
    top: 20px;

}


.swiper-button-next2::after {
    content: "";
    position: absolute;
    background: url(../images/left_arow.png) no-repeat;
    width: 43px;
    height: 23px;
    top: 20px;

}

.swiper-button-next,
.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 95%);

}

/* testimonial end */



.col-0 {
    padding: 0;
    margin: 0;
}

.footer-top ul .socile-media {
    margin: 0;
    padding: 0;
    display: flex;

}
.footer-top ul .socile-media li {
    font-family: 'FontAwesome';
    padding: 10px;
}
.footer-top ul .socile-media li a {
    display: inline-block;
    padding: 10px;
    font-family: 'FontAwesome';
}

.blog-header {
	background: #f2f2f2;
    text-align: center;
    padding: 25px;
	margin-bottom:25px;
}

h2.entry-title a {
	color: #1c2c45;
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
}

.entry-content a { Color:#000;}

.company-network {
    background-image: url(../images/solar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px;
    color: #fff;
}

.happy-client {
    background: #23974e;
    text-align: center;
    color: #fff;
    padding: 20px;
    font-weight: 600;
}

.btn-request a {
	background: #ef7c00;
    border-radius: 50px;
    padding: 5px 20px 7px 20px !important;
}
.btn-request a:hover {
	background-color:#26822f;
	Color:#fff !important;
}

.navmenu.desktop li.has-sub:hover > a {
	background-color:#fff;
	Color:#000 !important;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.navmenu.desktop > ul > li > ul {
	border-top-right-radius:5px;
}

.navmenu.desktop li.has-sub ul.sub-menu a {
	Color:#000;
	font-weight:600;
}

.navmenu.desktop li.has-sub > a:after {
    content: "\f107";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-left: 2px;
    border-left: 6px solid transparent;
    display: inline-block;
}

.categories-thumbnail {
	position: relative;
}

.category-content {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}

.category-content h4, .category-content p {
	margin: 0;
	padding: 0;
}

.category-content h4 {
	font-size: 1.2rem;
	font-weight: 600;
}

.categories-thumbnail h3 {
	font-size: 1.5rem;
    font-weight: 400;
}

.solarIcons { width:50px; }

h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    color: #000000;
}

.content-area { background-color:#f1f1f1; }
.bg-white { background-color:#fff; border-radius:5px; }

.min-height {
	min-height:465px;
}

.min-height65 {
	min-height:530px;
}


.title-col {
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.title-col h2 {
        position: relative;
    z-index: 1;
    font-weight: 800;
    font-size: 3rem;
}

.titleshadwo {
    color: #e3e3e3;
    font-size: 150px;
    text-transform: uppercase;
    position: absolute;
    top: auto;
    z-index: 0;
    left: 0;
    right: 0;
    font-weight: 800;
    bottom: -84px;
	font-family:'Grotters Regular';
}

.services-row {
    margin-top: 120px;
}
.col-services {
    text-align: left;
    position: relative;
    padding: 0px 20px;
    border: transparent solid 2px;
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
    background-color: #fff;
    min-height: 360px;
}
.services-photo {
    overflow: auto;
    margin-top: -40px;
}
.services-photo .zoom-effect {
    transition: 0.5s all ease-in-out;
    position: relative;
}
.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important;
}

h3.services-title {
    position: relative;
    color: #1d1d1d;
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 15px;
    font-weight: 700;
}
.sercies-brief {
    font-size: 1.1rem;
    min-height: 162px;
}

.sercies-brief p {
	font-size: 1rem;
    margin-top: 15px;
	padding:0;
}

.common-btn {
   background-color: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 1.4rem;
    color: #000;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
}
.service-groupbtn .callnow {
    background-color: #ad8b3a;
    color: #fff;
    font-size: 1rem;
    padding: 6px 20px;
	border:none;
	font-weight:600;
}
.service-groupbtn .booknow {
    background-color: #000;
    color: #fff;
    font-size: 1rem;
    padding: 6px 20px;
	border:none;
	font-weight:600;
}

.testimonial-slider {
	background-color:#fff;
	text-align:center;
}

.socile-media li a span {
	font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding-left: 10px;
}

@media(max-width:767px){
	.titleshadwo {
		display:none;
	}
	
	#footer {
		padding-top:5rem;
	}
	
	.welcome-section .welcome-content h2 {
    font-size: 31px;
    color: #181818;
    line-height: 35px;
}

.col-services {
	margin-bottom:50px;
}

.video-thumbnail { display:none; }

}

.col-0 {
    margin: 0;
    padding: 0;
}
.contact-page .contact-details {
    background: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.contact-page .contact-form {
    background: #ad8b3a;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.contact-page .contact-form h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
}
.contact-page .contact-details h2 {
    color: #ad8b3a;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
}

.contact-page .contact-details p {
    font-size: 18px;
    display: flex;
    color: #5a5959;
    font-weight: 600;
}
.contact-page .form-control {
    padding: 0.675rem .85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    background-color: #ffffff;
    border: none;
    border-radius: 25px;
}
.contact-page .wpcf7-submit {
    border-radius: 25px;
    background: #000;
    padding: 8px 40px;
    border: 1px solid #000;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    display: flex;
    margin-top: 35px;
    color:#fff
}
.contact-page .wpcf7-submit:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.fa-map-marker {
    font-size: 34px;
    color: #ad8b3a;
    margin-right: 19px;
}
.fa-envelope, .fa-phone-volume {
    font-size: 24px;
    color: #ad8b3a;
    margin-right: 13px;
    margin-top: 2px;
}
.header-top .fa-envelope, .header-top .fa-phone-volume {
    font-size: 18px;
    color: #fff;
    margin-right: 13px;
    margin-top: 2px;
}
.contact-details ul.socile-media {
    margin: 0;
    padding: 0;
}
.contact-details ul.socile-media li {
    display: inline-block;
    padding: 5px 11px;
    text-decoration: none;
    border-radius: 25px;
    background: #383838;
}
.contact-details .title {
    font-weight: 600;
    font-size: 23px;
}
.contact-details ul.socile-media li a {
    Color: #fff;
    text-decoration: none;
}


.content-brief {
    background-color: #fff;
    margin: 50px 0px;
    padding: 0;
}

.content-leftText {
    padding: 50px 0px;
}
.contentTitle {
    font-size: 1.3rem;
    line-height: 26px;
    color: #222222;
    font-weight: 600;
}
.list-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
    color: #cf141b;
}
.request-information {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.request-infobg {
    background-image: url(https://www.aashiyanacottage.com/wp-content/uploads/2024/10/interior-1.jpeg);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    margin-left: 0;
}
.request-content {
    color: #fff;
    padding: 0px 50px;
    text-align: center;
}
.request-content h2 {
    color: #fff;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}
.request-content p {
    color: #d7d7d7;
    font-size: 1.5rem;
    font-weight: 300;
}
.request-content .circle-btn, .request-content .circle-btn:hover {
    padding: 9px 35px 9px 58px;
    border-radius: 100px;
}
.request-content .circle-btn {
    font-size: 1.3rem;
    margin: 0;
    color: #fff;
    background: #ef353c;
}

.top-margin {
    margin: -10px 0px 0px 0px;
}

.bg--grey {
    background-color: #f1f1f1;
}

.internalpage-punchline {
    background-color: #fff;
    padding: 40px 0px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: -50px;
    z-index: 1;
}
.internalpage-punchline h2 {
    font-weight: 400;
    text-align: center;
    font-size: 30px;
}
.internalpage-punchline .para {
    text-align: center;
    font-size: 22px;
}
.request-information .read-but:hover { color:#000 !important; }

@media(max-width:767px){
	.internalpage-punchline { top:0; padding:20px; }
	.request-content { padding:50px 0px; }
	.request-content .read-but {
		background-color: #fff;
		font-size: 1.1rem;
		padding: 10px 20px;
		margin: 0 !important;
	}
	.main-banner .swiper-button-next:after, .main-banner .swiper-button-prev:after { font-size: 20px; }
}

.about-page {
 
}
.about-page h2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 32px;
}
.col-0 {
    margin: 0;
    padding: 0;
}


    .mainbanner {
      width: 100%;
      height: 800px; /* Adjust the height as needed */
      position: relative;
      overflow: hidden;
      top:-80px;
    }

    /* Video iframe styling */
    .banner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; /* Disable interactions */
    }
    
    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      z-index: 2;
    }
    
    @media (max-width: 767px) {
    .header .logo img {
        width: 55px;
    }
    
    .mainbanner {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    top: 0;
}

 .mainbanner iframe {
    border: 0;
    height: 214px !important;
}

}