.cta-button {
	position: relative;
	transition: transform .8s;
	font-weight: bolder;
	border: 0;
	padding: 12px 34px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	transition: 1.4s;
	border-radius: 50px;
	border: 2px solid #555;
	box-shadow: 0 0 18px #000;
	background: linear-gradient(90deg, #000 0, #1d1d1d 100%);
	margin-top: 20px !important;
}

.cta-button:hover {
	background: linear-gradient(90deg, #000 0, #555 100%);
	color: #fff;
	position: relative;
	transition: transform .8s;
}

.service-wrapper-box-h1-pricing {
	font-size: 5em;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: transparent;
	letter-spacing: 4px;
	background: linear-gradient(8deg, rgba(8, 52, 83, 1) 0, rgba(0, 221, 246, 1) 41%, rgba(41, 17, 45, 1) 100%);
	-webkit-text-fill-color: transparent;
	position: relative;
	white-space: nowrap;
}

.gradient-text-pricing {
	font-size: 3rem;
	font-weight: 700;
	background: linear-gradient(90deg, #43b7ff, #00ddf6);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px transparent;
}

.service-wrapper-box-h1-pricing::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 10%;
	height: 8px;
	width: 80%;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .04);
}

.service-wrapper-box-pricing h3 span {
	position: absolute;
	top: 100%;
	left: 10%;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #72e2ae;
	animation: anim 5s linear infinite;
}

.services-box-pricing {
	margin-top: 80px;
	perspective: 1000px;
}

#child-box-1-pricing {
	transform: rotateY(15deg);
	transition: transform .5s;
	transform-origin: right center;
}

#child-box-2-pricing {
	border-color: #00ff37;
	color: #00ff37 !important;
	background-color: #00232c;
}

#child-box-2-pricing li {
	color: #00ff37 !important;
}

#child-box-2-pricing p {
	color: #00ff37 !important;
}

#child-box-3-pricing {
	transform: rotateY(-15deg);
	transition: transform .5s;
	transform-origin: left center;
}

#child-box-3-pricing:hover {
	transform: rotateY(0);
	transform: rotate(-5deg);
}

#child-box-1-pricing:hover {
	transform: rotateY(0);
	transform: rotate(5deg);
}

.cards-box-pricing {
	background-color: #1c2335;
	padding: 3% 8%;
	border: .2px solid #72e2ae;
	border-radius: 8px;
	transition: .6s;
	position: relative;
	overflow: hidden;
	box-shadow: 10px 10px 5px -1px rgba(15, 15, 15, .5);
	border: 4px solid #00d0ff;
	margin-bottom: 20px;
}

.cards-box-pricing::after {
	margin-bottom: 20px;
	content: "";
	position: absolute;
	top: 100%;
	left: -100px;
	width: 120%;
	transform: rotate(50deg);
	background-color: #fff;
	height: 18px;
	filter: blur(30px);
	opacity: .5;
	transition: 1s;
}

.cards-box-pricing:hover::after {
	margin-bottom: 20px;
	width: 225%;
	top: -100%;
}

.cards-box-pricing i {
	margin-bottom: 20px;
	color: #72e2ae;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 1em;
}

.cards-box-pricing h2 {
	color: #fff;
	font-size: 20px;
	font-weight: bolder;
	letter-spacing: 1px;
}

.cards-box-pricing ul {
	text-align: left;
}

.cards-box-pricing:hover {
	transform: translateY(-8px);
	border-color: #00ff37;
	background-color: #00232c;
}

.cards-box-pricing:hover i {
	color: #00ff37;
}

.exclusive {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.exclusive picture {
	display: block;
}

@media screen and (max-width:1200px) {
	.service-box-pricing h1 {
		font-size: 3.5em;
	}
}

@media (min-width:1023px) {
	.cards-box-pricing {
		width: 100%;
		color: rgba(255, 255, 255, .6);
	}
}

@media (max-width:1023px) {
	.cards-box-pricing {
		min-width: 10px;
		max-width: 600px;
		margin: auto;
		justify-content: center;
		align-items: center;
		text-align: center;
		position: relative;
		display: inline-block;
	}

	.text-styles {
		margin: 0;
	}
}

.service-wrapper-box-h5 {
	font-size: 5em;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: transparent;
	letter-spacing: 4px;
	background: linear-gradient(8deg, rgba(8, 52, 83, 1) 0, rgba(0, 221, 246, 1) 41%, rgba(41, 17, 45, 1) 100%);
	-webkit-text-fill-color: transparent;
	position: relative;
}

.service-wrapper-box-h5::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 10%;
	height: 8px;
	width: 80%;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .04);
}

.service-wrapper-box-pricing h5 span {
	position: absolute;
	top: 100%;
	left: 10%;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: #72e2ae;
	animation: anim 5s linear infinite;
}

.pricing-box {
	color: #fff;
	background: linear-gradient(90deg, #43b7ff 0, #00ddf6 100%);
	border-radius: 3px;
	height: auto;
	display: inline-block;
	white-space: nowrap;
	padding: 1px 15px;
	text-align: center;
	font-size: .75em;
	width: auto;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	border: 1px solid transparent;
}

h6 {
	font-size: 5em;
	font-weight: 700;
}

body {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}

.top-section h3 {
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 700;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #151515;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 0px);
	left: calc(50% - 30px);
	border: 6px solid #ffc451;
	border-top-color: #151515;
	border-bottom-color: #151515;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

#navbar-menu {
	padding: 0;
	top: 62px;
}

#navbar-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

#navbar-menu li {
	position: relative;
}

#navbar-menu a,
#navbar-menu a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	transition: .3s;
}

#navbar-menu a i,
#navbar-menu a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

#navbar-menu .active,
#navbar-menu .active:focus,
#navbar-menu a:hover,
#navbar-menu li:hover>a {
	color: #16d0fa;
}

@media only screen and (max-width:1023px) {
	#navigation {
		position: fixed;
		/* top: 0; */
		left: 0;
		width: 100%;
		z-index: 10000;
	}

	#navigation .background-color-div {
		background-color: rgba(0, 0, 0, .6);
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	}

	#navigation .container {
		padding: .8125em 0;
		width: 96%;
	}

	#navigation .logo {
		display: inline-block;
		height: 1.875em;
		width: auto;
	}

	#navigation .logo img {
		width: auto;
		height: 100%;
	}
    #navigation .logo .light {
        display: none;
    }
    /* #navigation .hamburger-menu {
        position: absolute;
        right: 0;
        border: none;
        height: 3em;
        width: 3em;
        z-index: 100;
        display: block;
        background: transparent;
        padding: 0;
        top: 30%;
        transform: translateY(-50%);
        transition: top .3s;
    } */

    #navigation .hamburger-menu span {
		
        height: 2px;
        width: 1.875em;
        background: #fff;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    #navigation .hamburger-menu span:before {
        content: '';
		
        position: absolute;
        display: block;
        height: 2px;
        width: 80%;
        background: #000;
        background: #fff;
        opacity: 1;
        top: -6px;
        left: 0;
        transition: width .3s, left .3s, top .3s, transform .5s;
    }

	#navigation .hamburger-menu span:after {
		
		content: '';
		position: absolute;
		display: block;
		height: 2px;
		width: 80%;
		background: #fff;
		opacity: 1;
		top: 6px;
		left: 0;
		transition: width .3s, left .3s, top .3s, transform .3s;
	}
    #navigation .hamburger-menu.clicked span {
		
        background-color: transparent;
    }
    #navigation .hamburger-menu.clicked span:before {
        width: 100%;
        transform: translate(-50%, -50%) rotate(225deg);
        left: 50%;
        top: 50%;
    }
    #navigation .hamburger-menu.clicked span:after {
        width: 100%;
        transform: translate(-50%, -50%) rotate(-225deg);
        left: 50%;
        top: 50%;
    }
	/* #navigation #navbar-menu {
		
		position: fixed;
		right: 0;
		padding: 0;
		height: 100%;
		border-radius: 0 0 .375em .375em;
		z-index: -1;
		overflow: hidden;
		box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
		background-color: #fff;
		padding-top: 0;
		width: 0;
		transition: width .3s;
	} */

	#navigation #navbar-menu ul {
		padding: 0;
		perspective: 700px;
		padding-right: 1.25em;
		padding-top: 3.125em;
		display: block;
	}

	#navigation #navbar-menu ul li {
		list-style: none;
		margin-bottom: 1.5em;
		text-align: right;
		transform-style: preserve-3d;
		opacity: 0;
		transform: translateY(-.4375em) rotateX(0deg);
		transition: opacity .5s, transform .5s;
	}

	#navigation #navbar-menu ul li:nth-of-type(1) {
		transition-delay: .1s;
	}

	#navigation #navbar-menu ul li:nth-of-type(2) {
		transition-delay: .2s;
	}

	#navigation #navbar-menu ul li:nth-of-type(3) {
		transition-delay: .3s;
	}

	#navigation #navbar-menu ul li:nth-of-type(4) {
		transition-delay: .4s;
	}

	#navigation #navbar-menu ul li:nth-of-type(5) {
		transition-delay: .5s;
	}

	#navigation #navbar-menu ul li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #000;
		font-size: 1.1875em;
		text-align: center;
		display: inline-block;
		position: relative;
		font-weight: 700;
	}

	#navigation #navbar-menu ul li a.active:before {
		content: '';
		position: absolute;
		display: block;
		height: .42105263em;
		background: #16d0fa;
		opacity: 1;
		bottom: .26315789em;
		border-radius: .21052632em;
		left: -.31578947em;
		right: -.31578947em;
		z-index: -1;
	}
#navigation #navbar-menu.open {
    width: 15.625em;
    z-index: -100;
}
#navigation #navbar-menu.open ul li {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}
}
@media (min-width:992px) {
	.hamburger-menu {
		display: none;
	}
}

@media (max-width:1024px) {
	.navbar-menu-desktop {
		display: none;
		position: relative;
	}
}

@media (min-width:1024px) {
	.navbar-menu-desktop {
		display: inline-block;
	}
}

#navbar-menu-desktop-two {
	padding: 0;
}

#navbar-menu-desktop-two ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

#navbar-menu-desktop-two li {
	position: relative;
}

#navbar-menu-desktop-two a,
#navbar-menu-desktop-two a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	transition: .3s;
}

#navbar-menu-desktop-two a i,
#navbar-menu-desktop-two a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

#navbar-menu-desktop-two .active,
#navbar-menu-desktop-two .active:focus,
#navbar-menu-desktop-two a:hover,
#navbar-menu-desktop-two li:hover>a {
	color: #16d0fa;
}

#navigation #navbar-menu-desktop-two {
	position: fixed;
	right: 0;
	padding: 0;
	height: 100%;
	border-radius: 0 0 .375em .375em;
	z-index: -1;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	background-color: #fff;
	top: 4.1em;
	padding-top: 0;
	width: 0;
	transition: width .3s;
}

#navigation #navbar-menu-desktop-two ul {
	padding: 0;
	perspective: 700px;
	padding-right: 1.25em;
	padding-top: 3.125em;
	display: block;
}

#navigation #navbar-menu-desktop-two ul li {
	list-style: none;
	margin-bottom: 1.5em;
	text-align: right;
	transform-style: preserve-3d;
	opacity: 0;
	transform: translateY(-.4375em) rotateX(0);
	transition: opacity .5s, transform .5s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(1) {
	transition-delay: .1s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(2) {
	transition-delay: .2s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(3) {
	transition-delay: .3s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(4) {
	transition-delay: .4s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(5) {
	transition-delay: .5s;
}

#navigation #navbar-menu-desktop-two ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 1.1875em;
	text-align: center;
	display: inline-block;
	position: relative;
	font-weight: 700;
}

#navigation #navbar-menu-desktop-two ul li a.active:before {
	content: '';
	position: absolute;
	display: block;
	height: .42105263em;
	background: #16d0fa;
	opacity: 1;
	bottom: .26315789em;
	border-radius: .21052632em;
	left: -.31578947em;
	right: -.31578947em;
	z-index: -1;
}
#navigation #navbar-menu-desktop-two.open {
    width: 15.625em;
    z-index: -100;
}
#navigation #navbar-menu-desktop-two.open ul li {
    opacity: 1;
    transform: translateY(0) rotateX(0);
}
@media (max-width:1024px) {
	.navbar-menu-desktop-two {
		display: none;
	}
}

@media (min-width:1024px) {
	.navbar-menu-desktop-two {
		display: inline-block;
	}
}

@media (min-width:1024px) {
	.hero-one-margin {
		padding-top: 100px;
	}
}

.onetwoa {
	height: 500px;
	background-color: #fff;
	clip-path: polygon(56% 90%, 0 100%, 100% 100%);
	position: relative;
}

.onetwob {
	opacity: .6;
	margin-top: -500px;
	height: 500px;
	background-color: #fff;
	clip-path: polygon(56% 84%, 0 100%, 100% 100%);
	width: 100%;
}

.onetwoa-end {
	height: 500px;
	background-color: #ecebeb;
	clip-path: polygon(56% 90%, 0 100%, 100% 100%);
	position: relative;
}

.onetwob-end {
	opacity: .6;
	margin-top: -500px;
	height: 500px;
	background-color: #ecebeb;
	clip-path: polygon(56% 84%, 0 100%, 100% 100%);
	width: 100%;
}

@media (max-width:3770px) {
	.some-services {
		margin-top: 30px;
	}
}

.section-title1-1 {
	text-align: center;
	position: relative;
}

.section-title1-1 h2 {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.section-title1-1 h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #ffc451;
	bottom: 0;
	left: calc(50% - 25px);
}

.section-title1-1 p {
	margin-bottom: -1em;
	margin-top: 30px;
}

@media (max-width:680px) {
	.section-titl h3 {
		font-size: 2em !important;
	}
}

@media (min-width:681px) {
	.section-titl h3 {
		font-size: 3.4em !important;
	}
}

@media (min-width:1470px) {
	#why-choose-us p {
		font-size: .4em !important;
	}
}


@media (min-width:1469px) {
	#section-title1 {
		margin-top: 100px;
		display: inline-block;
		font-size: .7em;
	}
}

@media (min-width:1469px) {
	#section-title1 {
		display: none;
	}
}

#hero-one .container-one {
	margin-left: 5%;
	margin-right: 5%;
}

#hero-one h1 {
	margin: 0;
	font-size: 56px;
	font-weight: 700;
	line-height: 72px;
	color: #124265;
	font-family: Poppins, sans-serif;
}

#hero-one h2 {
	color: #5e5e5e;
	margin: 10px 0 0;
	font-size: 22px;
}

.bi-star-fill {
	color: gold;
}

.why-choose {
	font-size: 50px;
	font-weight: 700;
}

#hero-one .btn-get-started-one {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .5px;
	display: inline-block;
	padding: 14px 50px;
	border-radius: 5px;
	transition: .5s;
	margin-top: 30px;
	color: #fff;
	background: #2487ce;
}

#hero-one .btn-get-started-one:hover {
	background: #3194db;
}

#hero-one .icon-boxes-one {
	margin-top: 100px;
}

#hero-one .icon-box-one {
	padding: 50px 30px;
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 29px 0 rgba(0, 0, 0, .2);
	transition: all .3s ease-in-out;
	border-radius: 8px;
	z-index: 1;
}

#hero-one .icon-box-one .title-one {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
}

#hero-one .icon-box-one .title-one a {
	color: #124265;
	transition: .3s;
}

#hero-one .icon-box-one .description-one {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}

#hero-one .icon-box-one:hover {
	transform: scale(1.08);
}

#hero-one .icon-box-one:hover .title-one a {
	color: #2487ce;
}

@media (min-width:1024px) {
	#hero-one {
		background-attachment: fixed;
	}
}

@media (max-height:800px) {
	#hero-one {
		height: auto;
	}
}

@media (max-width:992px) {
	#hero-one {
		height: auto;
	}

	#hero-one h1 {
		font-size: 28px;
		line-height: 36px;
	}

	#hero-one h2 {
		font-size: 18px;
		line-height: 24px;
	}
}

.some-services {
	position: relative;
	display: flex;
}

.some-services img {
	box-shadow: rgba(149, 157, 165, 1) 0 0 24px;
	margin-top: 40px;
}

@media (max-width:1000px) {
	.mobile-margin {
		margin-top: 100px;
		margin-bottom: -200px;
	}
}

@media (max-width:1000px) {
	.mobile-margin-one {
		margin-top: 80px;
	}
}

.about-services {
	max-width: 1400px;
}

.about-services h5 {
	margin-top: 20px;
	font-weight: bolder;
}

.about-services p {
	margin-bottom: 40px;
}

.svg-one svg:hover {
	padding: 20px;
	height: 120px;
	width: 120px;
	background-color: #16d0fa;
	color: #000;
	transition: ease-in-out .3s;
	margin: -10px;
}

@media only screen and (min-width:0em) {
	#heroabccontact {
		font-size: inherit;
		padding-bottom: 7.5em;
		position: relative;
		z-index: 1;
		color: #fff;
	}

	#heroabccontact:before {
		content: '';
		position: absolute;
		display: block;
		height: 100%;
		width: 100%;
		background: #000;
		opacity: .85;
		top: 0;
		left: 0;
		z-index: -10;
	}

	#heroabccontact .hero-content {
		width: 96%;
		margin: auto;
		position: relative;
		z-index: 10;
		text-align: center;
	}

	#heroabccontact .hero-content {
		padding: 0;
	}

	#heroabccontact .heroText {
		width: 100%;
		margin: auto;
	}
}

@media only screen and (min-width:48em) {
	#heroabccontact {
		z-index: 1;
		overflow: hidden;
	}

	#heroabccontact .hero-content {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
}

@media only screen and (min-width:1px) {
	#heroabccontact {
		/* background: url(http://forestcitywebdesigntestserver.website/assets/new-imgs-for-cc-site/hero/third-hero-bg.webp); */
		/* background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: fixed; */
	}

	#heroabccontact {
		/* background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-color: #000; */
	}

	@media (min-width:1024px) {
		#heroabccontact {
			/* background-attachment: fixed; */
		}
	}

	#heroabccontact h5 {
		color: rgba(255, 255, 255, .9);
		margin: 10px 0 0;
		font-size: 24px;
	}
}

#heroabccontact h5 {
	margin: 10px 0 0;
	font-size: 24px;
}

/* #heroabccontact #icon-box {
	padding: 30px 20px;
	transition: ease-in-out .3s;
	border: 1px solid rgba(255, 255, 255, .3);
	height: 100%;
	text-align: center;
}

#heroabccontact #icon-box i {
	font-size: 32px;
	line-height: 1;
	color: #ffc451;
}

#heroabccontact #icon-box h3 {
	font-weight: 700;
	margin: 10px 0 0;
	padding: 0;
	line-height: 1;
	font-size: 20px;
	line-height: 26px;
}

#heroabccontact #icon-box h3 {
	color: #fff;
	transition: ease-in-out .3s;
}

#heroabccontact #icon-box h3 a:hover {
	color: #ffc451;
}

#heroabccontact #icon-box:hover {
	border-color: #ffc451;
} */

.section-title1 {
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

.section-title1 h3 {
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
}

.section-title1 h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	bottom: 0;
	left: calc(50% - 30px);
}

.section-title1 p {
	margin-bottom: 0;
	margin-top: 20px;
}

.section-bg1 {
	color: #fff;
}

.section-bg1:before {
	content: "";
	position: absolute;
	bottom: 60px;
	top: 60px;
	left: 0;
	right: 0;
	transform: skewY(-3deg);
}

@media only screen and (min-width:0em) {
	#heroabcfooter {
		font-size: inherit;
		padding-bottom: 13.5em;
		padding-top: 7.5em;
		position: relative;
		z-index: 1;
		color: #fff;
	}

	#heroabcfooter:before {
		content: '';
		position: absolute;
		display: block;
		height: 100%;
		width: 100%;
		background: #000;
		opacity: .95;
		top: 0;
		left: 0;
		z-index: -10;
	}

	#heroabcfooter picture {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: -11;
	}

	#heroabcfooter picture img {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	#heroabcfooter .hero-content {
		width: 96%;
		margin: auto;
		position: relative;
		z-index: 10;
		text-align: center;
	}

	#heroabcfooter .hero-content {
		padding: 0;
	}

	#heroabcfooter .heroText {
		width: 100%;
		margin: auto;
	}
}

@media only screen and (min-width:48em) {
	#heroabcfooter {
		z-index: 1;
		overflow: hidden;
	}

	#heroabcfooter .hero-content {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
}

#heroabcfooter {
	background: url(http://forestcitywebdesigntestserver.website/assets/img/Windows/Home-pg/footer.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width:1024px) {
	#heroabcfooter {
		background-attachment: fixed;
	}
}

#heroabcfooter h5 {
	color: rgba(255, 255, 255, .9);
	margin: 10px 0 0;
	font-size: 24px;
}

#heroabcfooter h5 {
	margin: 10px 0 0;
	font-size: 24px;
}

#heroabcfooter #icon-box {
	padding: 30px 20px;
	transition: ease-in-out .3s;
	border: 1px solid rgba(255, 255, 255, .3);
	height: 100%;
	text-align: center;
}

#heroabcfooter #icon-box i {
	font-size: 32px;
	line-height: 1;
	color: #ffc451;
}

#heroabcfooter #icon-box h3 {
	font-weight: 700;
	margin: 10px 0 0;
	padding: 0;
	line-height: 1;
	font-size: 20px;
	line-height: 26px;
}

#heroabcfooter #icon-box h3 {
	color: #fff;
	transition: ease-in-out .3s;
}

#heroabcfooter #icon-box h3 a:hover {
	color: #ffc451;
}

#heroabcfooter #icon-box:hover {
	border-color: #ffc451;
}

.services1 {
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}

.section-title {
	padding-bottom: 40px;
}

.section-title h5 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaa;
	font-family: Poppins, sans-serif;
	text-align: left;
}

.section-title h5::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #ffde9e;
	margin: 4px 10px;
}

.test-icon:hover {
	background-color: #000 !important;
}

@media (max-width:770px) {
	.title-header {
		font-size: 2.2rem !important;
	}
}

#bg-services-color {
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: relative;
	color: #fff;
	border: 1px solid #ffc451;
	box-shadow: rgba(149, 157, 165, 1) 0 0 20px;
}

.icon-box1 {
	text-shadow: 1px 1px #000;
}

.icon-box1 p {
	text-shadow: 1px 1px #f80e0e !important;
}

#bg-services-color:before {
	opacity: .82;
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -10;
}

#bg-services-color:hover :after {
	filter: brightness(10%);
	transition: .2s;
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: -10;
	background-size: cover;
	background-position: center;
}

#bg-services-color:hover {
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: relative;
	opacity: .9;
}

#bg-services-color-two {
	background: url(http://forestcitywebdesigntestserver.website/http://forestcitywebdesigntestserver.website/assets/img/what-we-offer/Electrical-construction-and-rennovation.webp);
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: relative;
	color: #fff;
}

#bg-services-color-two:before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .85;
	top: 0;
	left: 0;
	z-index: -10;
}

#bg-services-color-two:hover :after {
	filter: brightness(10%);
	transition: .2s;
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: -10;
	background: url(assets/img/what-we-offer/Electrical-construction-and-rennovation.webp);
	background-size: cover;
	background-position: center;
}

#bg-services-color-three {
	background: url(http://forestcitywebdesigntestserver.website/http://forestcitywebdesigntestserver.website/assets/img/electricalservices/electrical-1-d.webp);
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: relative;
	color: #fff;
}

#bg-services-color-three:before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .8;
	top: 0;
	left: 0;
	z-index: -10;
}

#bg-services-color-three:hover :after {
	filter: brightness(10%);
	transition: .2s;
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: -10;
	background: url(assets/img/electricalservices/electrical-1-d.webp);
	background-size: cover;
	background-position: center;
}

#bg-services-color-five {
	background: url(http://forestcitywebdesigntestserver.website/http://forestcitywebdesigntestserver.website/assets/img/what-we-offer/Electrical-panel-upgrade.webp);
	background-size: cover;
	background-position: center;
	z-index: 1;
	position: relative;
	color: #fff;
}

#bg-services-color-five:before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .8;
	top: 0;
	left: 0;
	z-index: -10;
}

#bg-services-color-five:hover :after {
	filter: brightness(10%);
	transition: .2s;
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: -10;
	background: url(assets/img/what-we-offer/Electrical-panel-upgrade.webp);
	background-size: cover;
	background-position: center;
}

.services1 .icon-box1 {
	padding: 25px;
	border-radius: 6px;
	transition: .1s;
	margin-bottom: 15px;
}

.bg-services-color p:before {
	opacity: 1;
	color: #fff;
}

.services1 .icon-box1:hover {
	background: rgba(10, 10, 10, 1);
}

.services1 .icon-box1 h4 {
	font-weight: 700;
	font-size: 18px;
}

.services1 .icon-box1 h4 a {
	color: #fff;
	transition: .3s;
}

.services1 .icon-box1 h4 a:hover {
	text-decoration: underline;
}

.services1 .icon-box1 p {
	margin-left: 70px;
	line-height: 24px;
	font-size: 14px;
}

@media (max-width:989px) {
	.icon-box1 {
		margin-bottom: -40px !important;
	}
}

.circular-testimonials {
	position: relative;
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 50%;
	z-index: 2;
	margin: 0 auto;
}

.circular-testimonials img {
	width: auto;
	height: 100%;
}

.circular-testimonials {
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	border: 2px solid #43b7ff;
	box-shadow: 0 0 10px #43b7ff, 0 0 10px #43b7ff, 0 0 10px #43b7ff, 0 0 20px #43b7ff, 0 0 20px #43b7ff, 0 0 30px #43b7ff, 0 0 10px #43b7ff;
	animation: flicker 3s infinite;
	padding: 0 10px;
}

#services-264-services:after {
	width: 200px;
	height: 100px;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin: 50px auto;
	border: 2px solid #43b7ff;
	animation: flicker-blink .6s infinite, expand-blur 2s infinite;
}

@keyframes flicker-blink {

	0%,
	100%,
	19%,
	21%,
	23%,
	25%,
	54%,
	56% {
		box-shadow: 0 0 2px #43b7ff, 0 0 4px #43b7ff, 0 0 6px #43b7ff, 0 0 8px #43b7ff, 0 0 10px #43b7ff;
	}

	20%,
	24%,
	55% {
		box-shadow: none;
	}
}

@keyframes expand-blur {

	0%,
	100% {
		box-shadow: 0 0 2px #43b7ff, 0 0 4px #43b7ff, 0 0 6px #43b7ff, 0 0 8px #43b7ff, 0 0 10px #43b7ff;
	}

	50% {
		box-shadow: 0 0 3px #43b7ff, 0 0 6px #43b7ff, 0 0 9px #43b7ff, 0 0 15px #43b7ff, 0 0 25px #43b7ff;
	}
}
.reviews-hero-4{
	margin-bottom: 3rem;
}
.testimonials p {
	font-size: .8em;
	/* margin-bottom: 10rem; */
}

.testimonials {
	width: 100%;
	background-size: cover;
	position: relative;
	margin-top: -200px;
	margin-bottom: 100px
}

.testimonials .reviews {
	font-size: 3em
}

.testimonials .reviews span {
	border-bottom: #16d0fa solid 3px;
	border-radius: 10px
}

.testimonials::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.testimonials .section-header {
	position: relative;
	padding-top: 74px;
	text-align: center
}

@media (min-width:1024px) {
	.testimonials {
		background-attachment: fixed
	}
}

.footer {
	color: #fff;
	background-size: cover;
	font-size: 14px;
	padding: 80px 0 60px;
	position: relative
}

.footer:before {
	content: "";
	background: rgba(0, 0, 0, .8);
	position: absolute;
	inset: 0
}

.footer .footer-content .footer-info h3 {
	font-size: 28px;
	margin: 0 0 20px;
	padding: 2px 0;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase
}

.footer .footer-content .footer-info h3 span {
	color: var(--color-primary)
}

.footer .footer-content .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: var(--font-primary);
	color: #fff
}

.footer .footer-content .social-links a {
	font-size: 18px;
	display: inline-block;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	line-height: 1;
	margin-right: 8px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	transition: .3s
}

.footer .footer-content .social-links a:hover {
	background: #fff;
	color: #000;
	text-decoration: none
}

.footer .footer-content h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px
}

.footer .footer-content .footer-links {
	margin-bottom: 50px
}

.footer .footer-content .footer-links p {
	font-size: 1.75em;
	font-weight: bolder
}

@media (max-width:1024px) {
	.footer .footer-content .footer-links {
		margin-top: 20px
	}
}

.footer .footer-content .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer .footer-content .footer-links ul li {
	padding: 8px 0
}

.footer .footer-content .footer-links ul li:first-child {
	padding-top: 0
}

.footer .footer-content .footer-links ul a {
	color: rgba(255, 255, 255, .6);
	transition: .3s;
	display: inline-block;
	line-height: 1
}

.footer .footer-content .footer-links ul a:hover {
	color: #fff
}

.footer .footer-legal .copyright {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .15)
}

.footer .footer-legal .credits {
	padding-top: 4px;
	font-size: 13px;
	color: #fff
}

.footer .footer-legal .credits a {
	color: #16d0fa
}

/* ################################################################## */
/* ################################################################## */
/* SECOND HERO */
/* ################################################################## */
/* ################################################################## */

@media only screen and (min-width:0em) {
	#heroabcindustrial {
		font-size: inherit;
		padding-bottom: 8.5em;
		padding-top: 7.5em;
		position: relative;
		z-index: 1;
		color: #fff;
		background-size: cover;
		background-image: url(http://forestcitywebdesigntestserver.website/assets/new-imgs-for-cc-site/hero/hero-fence.webp)
	}

	#heroabcindustrial:before {
		content: '';
		position: absolute;
		display: block;
		height: 100%;
		width: 100%;
		background: linear-gradient(180deg, #000 0, #000 100%);
		opacity: .8;
		top: 0;
		left: 0;
		z-index: -10
	}

	#heroabcindustrial picture img {
		object-fit: cover;
		background-color: rgb(0, 0, 0, 1)
	}

	#heroabcindustrial .hero-content {
		width: 96%;
		margin: auto;
		position: relative;
		z-index: 10;
		text-align: center
	}

	#heroabcindustrial .hero-content {
		padding: 0
	}

	#heroabcindustrial .heroText {
		width: 100%;
		margin: auto
	}

	#heroabcindustrial p {
		line-height: 1.55em;
		margin: auto;
		margin-bottom: 1.55em;
		text-shadow: 1px 2px 2px #000 !important;
		width: 100%;
		opacity: 1
	}
}

@media only screen and (min-width:48em) {
	#heroabcindustrial {
		z-index: 1;
		overflow: hidden
	}

	#heroabcindustrial .hero-content {
		display: flex;
		justify-content: space-between;
		position: relative
	}
}

#heroabcindustrial {
	background-position: center
}

@media (min-width:1024px) {
	#heroabcindustrial {
		background-attachment: fixed
	}
}

.blue {
	background-color: #09f
}

.why-img-text-div {
	display: flex
}

.text h3 {
	font-weight: bolder;
	font-style: italic;
	font-size: 2.05rem
}

.aboutus-text {
	/* box-shadow: 6px 6px 10px -3px #16d0fa; */
	box-shadow: 6px 6px 10px -3px #4d4c4c;
	/* border-top: 2px solid rgba(255, 255, 255, .6); */
	border-top: 2px solid rgba(184, 115, 51, 0.9);
	border-left: 2px solid rgba(184, 115, 51, 0.9);
	background: rgba(0, 0, 15, .9);
	border-radius: 40px 10px 40px 10px;
	padding: 10px;
	margin-top: 20px
}

.image {
	box-shadow: 0 4px 10px rgba(0, 0, 0, 1);
	animation: fadeBoxShadow 4s infinite ease-in-out
}

@keyframes fadeBoxShadow {
	0% {
		box-shadow: 0 0 14px 3px rgb(255, 255, 255, .4)
	}

	50% {
		box-shadow: 0 4px 10px 3px rgba(255, 255, 255, .3)
	}

	100% {
		box-shadow: 0 0 14px 3px rgb(255, 255, 255, .4)
	}
}

.blue-box {
	background-color: rgb(0, 95, 168, .93);
	position: absolute;
	top: 55%;
	transform: translate(400%, -50%);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px;
	height: 90%;
	border-radius: 0 15px 15px 0
}

.blue-box-text p {
	margin: 0;
	border-bottom: 1px solid #fff;
	font-weight: bolder;
	font-size: 3.5rem
}

#five-boxes-about-us {
	margin-top: 3rem
}

.custom-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	align-items: center;
	margin: 20px
}

.custom-col {
	position: relative;
	width: 100px;
	height: 100px;
	background: url(http://forestcitywebdesigntestserver.website/your-image-url.jpg) no-repeat center center/cover;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
	overflow: hidden
}

.custom-col::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	background-color: #00f;
	animation: custom-border-animation 4s infinite linear
}

@keyframes custom-border-animation {
	0% {
		top: 0;
		left: 0
	}

	25% {
		top: 0;
		left: 80px
	}

	50% {
		top: 80px;
		left: 80px
	}

	75% {
		top: 80px;
		left: 0
	}

	100% {
		top: 0;
		left: 0
	}
}

.custom-content {
	position: relative;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	padding: 5px;
	z-index: 1
}

.custom-content svg {
	margin-top: 10px;
	fill: #fff
}

.custom-content h3 {
	margin: 10px 0 5px;
	font-size: 16px
}

.custom-content p {
	font-size: 12px
}

.testtttt img {
	display: inline-block;
	position: relative
}

.testtttt p {
	display: inline-block;
	position: relative
}

:root {
	--font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-primary: Roboto, sans-serif;
	--font-secondary: "Work Sans", sans-serif
}

:root {
	--color-default: #364d59;
	--color-primary: #feb900;
	--color-secondary: #52565e
}

:root {
	scroll-behavior: smooth
}

body {
	font-family: var(--font-default);
	color: var(--color-default);
	overflow-x: hidden
}

a {
	color: var(--color-primary);
	text-decoration: none
}

a:hover {
	color: #ffc732;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-primary)
}

section {
	padding: 80px 0;
	overflow: hidden
}

.section-bg {
	background-color: #f5f6f7
}

.section-header {
	text-align: center;
	padding-bottom: 70px
}

.section-header h2 {
	font-size: 32px;
	font-weight: 700;
	position: relative;
	color: #2e3135
}

.section-header h2:after,
.section-header h2:before {
	content: "";
	width: 50px;
	height: 2px;
	background: var(--color-primary);
	display: inline-block
}

.section-header h2:before {
	margin: 0 15px 10px 0
}

.section-header h2:after {
	margin: 0 0 10px 15px
}

.section-header p {
	margin: 0 auto
}

@media (min-width:1199px) {
	.section-header p {
		max-width: 60%
	}
}

#preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	overflow: hidden;
	background: #fff;
	transition: all .6s ease-out
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #fff;
	border-color: var(--color-primary) transparent;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1.5s linear infinite;
	animation: animate-preloader 1.5s linear infinite
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important
	}
}

.header {
	z-index: 997;
	position: absolute;
	padding: 30px 0;
	top: 0;
	left: 0;
	right: 0
}

.header .logo img {
	max-height: 40px;
	margin-right: 6px
}

.header .logo h1 {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	font-family: var(--font-primary)
}

.header .logo h1 span {
	color: var(--color-primary)
}
.features .nav-tabs {
    border: 0
}
.features .nav-link {
    padding: 15px 0;
    transition: .3s;
    color: #16d0fa;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid #e2e4e6
}
.features .nav-link i {
    padding-right: 15px;
    font-size: 48px
}
.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}
@media (max-width: 575px) {
    .features .nav-link h4 {
        font-size: 16px
    }
}
.features .nav-link:hover {
    color: var(--color-primary)
}
.features .nav-link.active {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary)
}

@media (min-width:1280px) {
	.navbar {
		padding: 0
	}

	.navbar ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li {
		position: relative;
	}

	.navbar>ul>li {
		white-space: nowrap;
		padding: 10px 0 10px 28px;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 3px;
		font-family: var(--font-primary);
		font-size: 14px;
		font-weight: 500;
		color: rgba(255, 255, 255, .6);
		text-transform: uppercase;
		white-space: nowrap;
		transition: .3s;
		position: relative;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar>ul>li>a:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -6px;
		left: 0;
		background-color: var(--color-primary);
		visibility: hidden;
		width: 0;
		transition: all .3s ease-in-out 0;
	}

	.navbar .active:before,
	.navbar a:hover:before,
	.navbar li:hover>a:before {
		visibility: visible;
		width: 100%
	}

	.navbar .active,
	.navbar .active:focus,
	.navbar a:hover,
	.navbar li:hover>a {
		color: #fff
	}
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: .3s
}
.navbar .dropdown ul li {
    min-width: 200px
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--color-default);
    font-weight: 400
}
.navbar .dropdown ul a i {
    font-size: 12px
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
    color: var(--color-primary)
}
.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (min-width: 1280px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
    left: -90%;
}
.navbar .dropdown .dropdown:hover>ul {
    left: -100%;
}
}
@media (min-width: 1280px) {
.mobile-nav-show, .mobile-nav-hide {
    display: none;
}
}
@media (max-width:1279px) {
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 400px;
		bottom: 0;
		transition: .3s;
		z-index: 9997;
	}

	.navbar ul {
		position: absolute;
		inset: 0;
		padding: 50px 0 10px;
		margin: 0;
		background: rgba(0, 0, 0, .8);
		overflow-y: auto;
		transition: .3s;
		z-index: 9998
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-primary);
		font-size: 15px;
		font-weight: 500;
		color: rgba(255, 255, 255, .7);
		white-space: nowrap;
		text-transform: uppercase;
		transition: .3s
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px
	}

	.navbar .active,
	.navbar .active:focus,
	.navbar a:hover,
	.navbar li:hover>a {
		color: #fff
	}
    .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        transition: all .5s ease-in-out;
        border: 1px solid #222428
    }
    .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
        display: block
    }
    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        z-index: 9999;
        padding-right: 10px
    }
    .mobile-nav-hide {
        color: #fff;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: .5s;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 9999
    }
	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .navbar {
		right: 0;
	}

	.mobile-nav-active .navbar:before {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, .6);
		z-index: 9996;
	}
}

.get-started .content {
	padding: 30px 0;
}

.get-started .content h3 {
	font-size: 36px;
	color: var(--color-secondary);
	font-weight: 600;
	margin-bottom: 25px;
	padding-bottom: 25px;
	position: relative;
}

.get-started .content h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 60px;
	height: 4px;
	background: var(--color-primary);
	left: 0;
	bottom: 0;
}

.get-started .content p {
	font-size: 14px
}

.get-started .php-email-form {
	background: #fff;
	padding: 30px;
	height: 100%
}

@media (max-width:575px) {
	.get-started .php-email-form {
		padding: 20px
	}
}

.get-started .php-email-form h3 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}

.get-started .php-email-form p {
	font-size: 14px;
	margin-bottom: 20px
}

.get-started .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #df1529;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600
}

.get-started .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #059652;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600
}

.get-started .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px
}

.get-started .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #059652;
	border-top-color: #fff;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite
}

.get-started .php-email-form input,
.get-started .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 0
}

.get-started .php-email-form input:focus,
.get-started .php-email-form textarea:focus {
	border-color: var(--color-primary)
}

.get-started .php-email-form input {
	padding: 12px 15px
}

.get-started .php-email-form textarea {
	padding: 12px 15px
}

.get-started .php-email-form button[type=submit] {
	background: var(--color-primary);
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: .4s;
	border-radius: 4px
}

.get-started .php-email-form button[type=submit]:hover {
	background: rgba(254, 185, 0, .8)
}

@-webkit-keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.projects .portfolio-content {
	position: relative;
	overflow: hidden
}

.projects .portfolio-content img {
	transition: .3s
}

.projects .portfolio-content .portfolio-info {
	opacity: 0;
	position: absolute;
	inset: 0;
	z-index: 3;
	transition: all ease-in-out .3s;
	background: rgba(0, 0, 0, .6);
	padding: 15px
}

.projects .portfolio-content .portfolio-info h4 {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	background-color: var(--color-primary)
}

.projects .portfolio-content .portfolio-info p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	display: inline-block;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, .8)
}

.projects .portfolio-content:hover .portfolio-info {
	opacity: 1
}

.projects .portfolio-content:hover img {
	transform: scale(1.1)
}

.testimonials .testimonial-wrap {
	padding-left: 50px
}

@media (max-width:767px) {
	.testimonials .testimonial-wrap {
		padding-left: 0
	}
}

.alt-services .img-bg {
	background-size: cover;
	background-position: center center;
	min-height: 400px
}

.alt-services h3 {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-secondary);
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative
}

.alt-services h3:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: var(--color-primary);
	left: 0;
	bottom: 0
}

.alt-services .icon-box {
	margin-top: 50px
}

.alt-services .icon-box i {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-primary);
	margin-right: 25px;
	font-size: 28px;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	line-height: 0;
	box-shadow: 0 2px 30px rgba(0, 0, 0, .08);
	background-color: #fff;
	transition: .3s
}

.alt-services .icon-box:hover i {
	background-color: var(--color-primary);
	color: #fff
}

.alt-services .icon-box h4 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px
}

.alt-services .icon-box h4 a {
	color: #000;
	transition: .3s
}

.alt-services .icon-box h4 a:hover {
	color: var(--color-primary)
}

.alt-services .icon-box p {
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0
}

.about h2 {
	font-size: 48px;
	font-weight: 700;
	font-family: var(--font-secondary);
	margin: 30px 0
}

@media (min-width:991px) {
	.about h2 {
		max-width: 65%;
		margin: 0 0 80px
	}
}

.about ul {
	list-style: none;
	padding: 0;
	font-size: 15px
}

.about ul li {
	padding: 5px 0;
	display: flex;
	align-items: center
}

.about ul i {
	font-size: 20px;
	margin-right: 4px;
	color: var(--color-primary)
}

.about .about-img {
	min-height: 600px;
	background-size: cover;
	background-position: center
}

@media (min-width:992px) {
	.about .about-img {
		position: absolute;
		top: 0;
		right: 0
	}
}

.services-cards h3 {
	font-size: 20px;
	font-weight: 700;
	color: var(--color-secondary)
}

.services-cards p {
	font-size: 15px
}

.services-cards ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	padding-top: 10px
}

.services-cards ul li i {
	font-size: 16px;
	color: var(--color-primary);
	margin-right: 6px
}

.section-title-contact h5 {
	position: relative;
	font-size: 2.7rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 2.5rem
}

.section-title-contact h5::after {
	content: attr(data-text);
	position: absolute;
	bottom: -180%;
	left: 0;
	width: 100%;
	height: 100%;
	color: rgba(0, 0, 0, .2);
	transform: rotateX(130deg) scaleY(2);
	transform-origin: top center;
	z-index: -1;
	transform: rotateY();
	filter: blur(3px);
	perspective: 1000px
}

.section-title-contact p {
	font-size: 1.1em
}

.contact .php-email-form {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, .08);
	padding: 30px
}

.contact .php-email-form .form-group {
	padding-bottom: 20px
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #df1529;
	text-align: left;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #059652;
	text-align: center;
	padding: 15px;
	font-weight: 600
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #059652;
	border-top-color: #fff;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: var(--color-primary)
}

.contact .php-email-form input {
	height: 44px
}

.contact .php-email-form textarea {
	padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
	background: var(--color-primary);
	border: 0;
	padding: 10px 35px;
	color: #fff;
	transition: .4s;
	border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
	background: rgba(254, 185, 0, .8)
}

@keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

.hero {
	overflow-x: hidden;
	padding: 0
}

.hero .info {
	position: absolute;
	inset: 0;
	z-index: 2
}

@media (max-width:768px) {
	.hero .info {
		padding: 0 50px
	}
}

.hero .info h2 {
	color: #fff;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 56px;
	font-weight: 700;
	position: relative
}

.hero .info h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 80px;
	height: 4px;
	background: var(--color-primary);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

@media (max-width:768px) {
	.hero .info h2 {
		font-size: 36px
	}
}

.hero .info p {
	color: rgba(255, 255, 255, .8);
	font-size: 18px
}

.hero .info .btn-get-started {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	transition: .5s;
	margin: 10px;
	color: #fff;
	border: 2px solid var(--color-primary)
}

.hero .info .btn-get-started:hover {
	background: var(--color-primary)
}

.footer .footer-content .footer-info {
	margin-bottom: 30px
}

.footer .footer-content .footer-info h3 {
	font-size: 28px;
	margin: 0 0 20px;
	padding: 2px 0;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase
}

.footer .footer-content .footer-info h3 span {
	color: var(--color-primary)
}

.footer .footer-content .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: var(--font-primary);
	color: #fff
}

.footer .footer-content .social-links a {
	font-size: 18px;
	display: inline-block;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	line-height: 1;
	margin-right: 8px;
	border-radius: 4px;
	width: 36px;
	height: 36px;
	transition: .3s
}

.footer .footer-content .social-links a:hover {
	background: var(--color-primary);
	text-decoration: none
}

.footer .footer-content h4 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	position: relative;
	padding-bottom: 12px
}

.footer .footer-content .footer-links {
	margin-bottom: 30px
}

.footer .footer-content .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer .footer-content .footer-links ul li {
	padding: 8px 0
}

.footer .footer-content .footer-links ul li:first-child {
	padding-top: 0
}

.footer .footer-content .footer-links ul a {
	color: rgba(255, 255, 255, .6);
	transition: .3s;
	display: inline-block;
	line-height: 1
}

.footer .footer-content .footer-links ul a:hover {
	color: #fff
}

.footer .footer-legal .copyright {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, .15)
}

.footer .footer-legal .credits {
	padding-top: 4px;
	font-size: 13px;
	color: #fff
}

.footer .footer-legal .credits a {
	color: var(--color-primary)
}

.header-service h1 {
	font-weight: bolder;
	font-size: 3rem
}

.header-service {
	margin-bottom: 80px;
	word-spacing: 3px;
	border-bottom: 1px solid rgba(94, 94, 94, .2)
}

.header-service h5 {
	font-size: 1.3rem;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-family: Oswald, sans-serif;
	font-family: Poppins, sans-serif;
	font-family: 'Roboto Condensed', sans-serif
}

@media (max-width:900px) {
	.header-service h1 {
		font-size: 2.3rem
	}
}

.wrapper-service {
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: center
}

.content-service {
	padding: 10% 0
}

.content-service h2 {
	margin: 14px 0;
	font-size: 15px
}

.content-service p {
	width: 85%;
	margin: auto;
	font-size: 15px
}

@media only screen and (min-width:0rem) {
	.content-service a {
		margin-top: 15px !important;
		margin-bottom: 1rem;
		box-shadow: #fff 0 0 12px
	}

	.content-service a:last-of-type {
		margin-bottom: 2rem
	}

	.content-service a {
		font-size: 1rem;
		line-height: clamp(2.875rem, 5.5vw, 3.5rem);
		text-decoration: none;
		text-align: center;
		margin: 0;
		color: #fff;
		background: linear-gradient(90deg, #43b7ff 0, #00ddf6 100%);
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		transition: color .3s;
		padding: 10px 25px;
		border-radius: 2px
	}

	.content-service a:before {
		content: "";
		position: absolute;
		background-color: #fff;
		opacity: 1;
		top: 0;
		left: 0;
		z-index: -1;
		border-radius: .25rem;
		transition: width .3s
	}

	.content-service a:hover {
		color: #000
	}

	.content-service a:hover:before {
		width: 100%
	}
}

.icon {
	width: 80px;
	height: 80px;
	background-color: #fff;
	margin: auto;
	border-radius: 50%
}

.icon i {
	color: #000;
	line-height: 80px;
	font-size: 25px
}

.icon {
	border: 3px solid #14d0fa;
	box-shadow: rgba(0, 0, 0, .2) 0 0 10px;
	background: #000
}

.icon {
	background: #fff
}

.icon img {
	width: 107px;
	height: 107px;
	background: #fff;
	border-radius: 50%
}

.title-box-service {
	border-bottom: #fff 3px solid
}

@media (max-width:900px) {
	.title-box-service {
		font-size: 1.15rem;
		font-weight: 700
	}
}

.p-bottom-service {
	font-weight: 700;
	margin-top: 60px;
	box-sizing: border-box;
	text-align: center;
	text-wrap: nowrap;
	margin-bottom: 40px
}

.p-bottom-service span {
	font-weight: 700;
	font-size: 2.3em;
	margin-top: 60px;
	box-sizing: border-box;
	text-align: center;
	text-wrap: nowrap
}

.p-bottom-service span:before {
	content: "";
	width: 10.5%;
	height: 2px;
	background: #000;
	display: inline-block;
	margin: 0 15px 10px 0
}

.p-bottom-service span:after {
	content: "";
	width: 10.5%;
	height: 2px;
	background: #000;
	display: inline-block;
	margin: 0 0 10px 15px
}

@media (max-width:900px) {
	.p-bottom-service {
		font-size: .6rem;
		font-weight: bolder !important
	}

	.p-bottom-service span:before {
		content: "";
		width: 0
	}

	.p-bottom-service span:after {
		content: "";
		width: 0
	}
}

.main-services-one {
	margin-top: 50px;
	margin: 10px;
	width: 350px;
	padding: 20px;
	display: inline-block;
	position: relative;
	box-shadow: 0 0 25px -10px #43b7ff;
	border-top: 5px solid #14d0fa;
	border-radius: 10px;
	background-color: #000;
}

.main-services-one img {
	display: inline-block;
	position: relative;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
	color: #14d0fa;
	background-color: #000;
}

.exclusive-services-imgs {
	/* position:static; */
	position: relative;
	text-align: center;
	color: #eaeaea;
	font-style: italic;
	margin-top: 20px;
	box-shadow: 8px 8px 5px rgb(0, 0, 0, .5);
	border-radius: 5px;
	overflow: hidden;
	/* width: 100%;  */
	/* height: auto; */
	/* padding-bottom: -5px; */
	
}

.exclusive-services-imgs::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 2;
	/* width: 100%;  */
	/* height: auto; */
}

.exclusive-services-imgs img {
	/* width: 464px; */
	/* height: 437px; */
	width: 100%;
	height: 100%;
	object-fit: cover
}

































































/* =============================================== */
/* =============================================== */
/* Desktop img 1 start*/
/* =============================================== */
/* =============================================== */
@media (min-width:1279px) {
  .hero-2nd-img-1 {
    position: relative;
    height: 386px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-1::before {
    content: 'desktop';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* =============================================== */
/* =============================================== */
/* tablet img 1*/
/* =============================================== */
/* =============================================== */

@media (max-width:1400px) {
	.hero-2nd-img-1{
   position: relative;
    height: 356px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-1:before {
    content: 'tablet';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

  	/* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp); */
  	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/tablet/chainlinkfence-tablet.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* =============================================== */
/* =============================================== */
/* Mobile img 1*/
/* =============================================== */
/* =============================================== */
@media (max-width: 994px) {
  .hero-2nd-img-1 {
    position: relative;
    height: 295px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-1:before {
    content: 'mobile';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* ================================================== */
/* ================================================== */
/* img 1 end*/
/* ================================================== */
/* ================================================== */

/* =============================================== */
/* =============================================== */
/* Desktop img 2 start*/
/* =============================================== */
/* =============================================== */
@media (min-width:1279px) {
  .hero-2nd-img-2 {
    position: relative;
    height: 386px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-2::before {
    content: 'desktop';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* =============================================== */
/* =============================================== */
/* tablet img 2*/
/* =============================================== */
/* =============================================== */

@media (max-width:1400px) {
	.hero-2nd-img-2{
   position: relative;
    height: 356px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-2:before {
    content: 'tablet';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

  	/* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp); */
  	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/tablet/chainlinkfence-tablet.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* =============================================== */
/* =============================================== */
/* Mobile img 2*/
/* =============================================== */
/* =============================================== */
@media (max-width: 994px) {
  .hero-2nd-img-2 {
    position: relative;
    height: 295px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-2:before {
    content: 'mobile';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* ================================================== */
/* ================================================== */
/* img 2 end*/
/* ================================================== */
/* ================================================== */

/* =============================================== */
/* =============================================== */
/* Desktop img 3 start*/
/* =============================================== */
/* =============================================== */
@media (min-width:1279px) {
  .hero-2nd-img-3 {
    position: relative;
    height: 386px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-3::before {
    content: 'desktop';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* =============================================== */
/* =============================================== */
/* tablet img 3*/
/* =============================================== */
/* =============================================== */

@media (max-width:1400px) {
	.hero-2nd-img-3{
   position: relative;
    height: 356px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-3:before {
    content: 'tablet';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

  	/* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp); */
  	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/tablet/chainlinkfence-tablet.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* =============================================== */
/* =============================================== */
/* Mobile img 3*/
/* =============================================== */
/* =============================================== */
@media (max-width: 994px) {
  .hero-2nd-img-3 {
    position: relative;
    height: 295px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-3:before {
    content: 'mobile';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* ================================================== */
/* ================================================== */
/* img 3 end*/
/* ================================================== */
/* ================================================== */

/* =============================================== */
/* =============================================== */
/* Desktop img 4 start*/
/* =============================================== */
/* =============================================== */
@media (min-width:1279px) {
  .hero-2nd-img-4 {
    position: relative;
    height: 386px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-4::before {
    content: 'desktop';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* =============================================== */
/* =============================================== */
/* tablet img 4*/
/* =============================================== */
/* =============================================== */

@media (max-width:1400px) {
	.hero-2nd-img-4{
   position: relative;
    height: 356px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-4:before {
    content: 'tablet';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

  	/* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp); */
  	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/tablet/chainlinkfence-tablet.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* =============================================== */
/* =============================================== */
/* Mobile img 4*/
/* =============================================== */
/* =============================================== */
@media (max-width: 994px) {
  .hero-2nd-img-4 {
    position: relative;
    height: 295px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-4:before {
    content: 'mobile';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* ================================================== */
/* ================================================== */
/* img 4 end*/
/* ================================================== */
/* ================================================== */


/* ================================================== */
/* ================================================== */
/* img 5 */
/* ================================================== */
/* ================================================== */
/* =============================================== */
/* =============================================== */
/* Desktop img 5 start*/
/* =============================================== */
/* =============================================== */
@media (min-width:1279px) {
  .hero-2nd-img-5 {
    position: relative;
    height: 386px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-5::before {
    content: 'desktop';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* =============================================== */
/* =============================================== */
/* tablet img 5*/
/* =============================================== */
/* =============================================== */

@media (max-width:1400px) {
	.hero-2nd-img-5{
   position: relative;
    height: 356px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-5:before {
    content: 'tablet';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

  	/* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp); */
  	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/tablet/chainlinkfence-tablet.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* =============================================== */
/* =============================================== */
/* Mobile img 5*/
/* =============================================== */
/* =============================================== */
@media (max-width: 994px) {
  .hero-2nd-img-5 {
    position: relative;
    height: 295px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-5:before {
    content: 'mobile';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* ================================================== */
/* ================================================== */
/* img 5 end*/
/* ================================================== */
/* ================================================== */


/* =============================================== */
/* =============================================== */
/* Desktop img 6 start*/
/* =============================================== */
/* =============================================== */
@media (min-width:1279px) {
  .hero-2nd-img-6 {
    position: relative;
    height: 386px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-6::before {
    content: 'desktop';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* =============================================== */
/* =============================================== */
/* tablet img 6*/
/* =============================================== */
/* =============================================== */

@media (max-width:1400px) {
	.hero-2nd-img-6{
   position: relative;
    height: 356px;
    width: 100%; /* or fixed width if needed */
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-6:before {
    content: 'tablet';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

  	/* background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp); */
  	background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)), 
	url(/assets/new-imgs-for-cc-site/exclusive-services/tablet/chainlinkfence-tablet.webp);

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* @media (max-width:991px) {
  .hero-2nd-img-5-tablet {
    display: none;
  }
} */
/* =============================================== */
/* =============================================== */
/* Mobile img 6*/
/* =============================================== */
/* =============================================== */
@media (max-width: 994px) {
  .hero-2nd-img-6 {
    position: relative;
    height: 295px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }

  .hero-2nd-img-6:before {
    content: 'mobile';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;

    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(70, 70, 70, 0.01)),
                url(/assets/new-imgs-for-cc-site/exclusive-services/gateee.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}


/* ================================================== */
/* ================================================== */
/* img 6 end*/
/* ================================================== */
/* ================================================== */











































































.your-div {
  background-image: linear-gradient(rgba(0, 0, 0, .8) 0, rgba(70, 70, 70, .01) 100%), url(/assets/new-imgs-for-cc-site/first-white/vinyl-fence.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;

  height: 300px; /* or whatever height */
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 3;
	padding: 10px;
	border-radius: 8px;
	width: 100%;
}

.service-box {
	max-width: 33.33%;
	text-align: center;
	color: #ddd;
	cursor: pointer
}

.service-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	color: #82ccdd;
	transform: rotate(45deg);
	margin-bottom: 30px;
	margin-top: 16px;
	position: relative;
	transition: 1s linear, color 1s linear;
	box-shadow: #000;
	box-shadow: rgba(149, 157, 165, .2) 0 2px 1px
}

.service-icon svg {
	align-items: center;
	margin-left: 0;
	margin-top: -7.5px
}

.service-icon:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 3px solid transparent;
	transition: border-color 1s linear
}

.service-icon i {
	line-height: 70px;
	transform: rotate(-45deg);
	font-size: 26px
}

.service-box:hover .service-icon {
	background: linear-gradient(16deg, #000 0, #1f1f1f 100%)
}

.service-box:hover .service-icon:before {
	border-color: #82ccdd
}

.service-title {
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #82ccdd
}

.service-desc {
	font-size: 1em;
	font-family: Poppins, Sans-serif
}

@media screen and (max-width:1199px) {
	.service-icon {
		display: none
	}
}

@media screen and (max-width:960px) {
	.service-box {
		max-width: 45%
	}
}

@media screen and (max-width:768px) {
	.service-box {
		max-width: 50%
	}
}

@media screen and (max-width:480px) {
	.service-box {
		max-width: 100%
	}
}

.projects .portfolio-content {
	position: relative;
	overflow: hidden
}

.projects .portfolio-content img {
	transition: .3s
}

.projects .portfolio-content .portfolio-info {
	opacity: 0;
	position: absolute;
	inset: 0;
	z-index: 3;
	transition: all ease-in-out .3s;
	background: rgba(0, 0, 0, .6);
	padding: 15px
}

.projects .portfolio-content .portfolio-info h4 {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	background-color: var(--color-primary)
}

.projects .portfolio-content .portfolio-info p {
	position: absolute;
	bottom: 10px;
	text-align: center;
	display: inline-block;
	left: 0;
	right: 0;
	font-size: 16px;
	font-weight: 600;
	color: rgba(255, 255, 255, .8)
}

.projects .portfolio-content:hover .portfolio-info {
	opacity: 1
}

.projects .portfolio-content:hover img {
	transform: scale(1.1)
}

.portfolio-content img {
	height: 400px
}

#services-264-services {
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin: 50px auto;
	border: 2px solid #43b7ff;
	box-shadow: 0 0 10px #43b7ff, 0 0 10px #43b7ff, 0 0 10px #43b7ff, 0 0 20px #43b7ff, 0 0 20px #43b7ff, 0 0 30px #43b7ff, 0 0 10px #43b7ff;
	animation: flicker 3s infinite;
	padding: 0 10px
}

#services-264-services:after {
	width: 200px;
	height: 100px;
	background-color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: 700;
	text-align: center;
	margin: 50px auto;
	border: 2px solid #43b7ff;
	animation: flicker-blink .6s infinite, expand-blur 2s infinite
}

@keyframes flicker-blink {

	0%,
	100%,
	19%,
	21%,
	23%,
	25%,
	54%,
	56% {
		box-shadow: 0 0 2px #43b7ff, 0 0 4px #43b7ff, 0 0 6px #43b7ff, 0 0 8px #43b7ff, 0 0 10px #43b7ff
	}

	20%,
	24%,
	55% {
		box-shadow: none
	}
}

@keyframes expand-blur {

	0%,
	100% {
		box-shadow: 0 0 2px #43b7ff, 0 0 4px #43b7ff, 0 0 6px #43b7ff, 0 0 8px #43b7ff, 0 0 10px #43b7ff
	}

	50% {
		box-shadow: 0 0 3px #43b7ff, 0 0 6px #43b7ff, 0 0 9px #43b7ff, 0 0 15px #43b7ff, 0 0 25px #43b7ff
	}
}

@media (max-width:900px) {
	#services-264-services:hover {
		color: #fff
	}
}

@media (min-width:901px) {
	#services-264-services:hover {
		color: #000
	}
}

@media (max-width:900px) {
	.cta-div-services #services-264-services {
		padding: 1rem;
		font-size: .9rem;
		display: inline
	}
}

@media only screen and (min-width:0rem) {
	#services-264-services {
		margin-bottom: 1rem;
		margin-right: 25px !important;
		box-shadow: #fff 0 0 12px
	}

	#services-264-services:last-of-type {
		margin-bottom: 2rem
	}

	#services-264-services {
		font-size: 1rem;
		line-height: clamp(2.875rem, 5.5vw, 3.5rem);
		text-decoration: none;
		font-weight: 700;
		text-align: center;
		margin: 0;
		color: #fff;
		min-width: 9.375rem;
		padding: 0 1.5rem;
		background-color: #000;
		display: inline-block;
		position: relative;
		z-index: 1;
		box-sizing: border-box;
		transition: color .3s
	}

	#services-264-services:before {
		content: "";
		position: absolute;
		height: 100%;
		width: 0;
		background-color: #fff;
		opacity: 1;
		top: 0;
		left: 0;
		z-index: -1;
		border-radius: .25rem;
		transition: width .3s
	}

	#services-264-services:hover:before {
		width: 100%
	}
}

.contact-button-windows-doors-services-div {
	margin-top: 2rem
}

.contact-button-windows-doors-services {
	box-shadow: rgba(0, 0, 0, .2) 0 8px 24px;
	background: linear-gradient(90deg, #000 0, #464646 100%);
	border: #14d0fa 2px solid;
	padding: 9px 25px;
	border-radius: 3px;
	transition: .3s;
	white-space: nowrap;
	color: #fff
}

.contact-button-windows-doors-services:hover {
	color: #fff
}

.first-p-w-d-services {
	font-size: 1.7em;
	letter-spacing: 4px
}

.second-p-w-d-services {
	font-size: 3.2em;
	letter-spacing: 5px
}

.third-p-w-d-services {
	font-size: 1.7em;
	letter-spacing: 4px
}

.why-choose-us-service-hero-two {
	box-shadow: #00dcf5 1px 1px 2px
}

.why-choose-us-service-hero-two {
	font-weight: 700
}

.side-box-w-d-services-title {
	font-size: 1.4em;
	font-weight: bolder;
	letter-spacing: 3px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	overflow-x: hidden
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: "Open Sans", sans-serif
}


a {
	text-decoration: none
}

li {
	list-style-type: none
}

:root {
	--font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-primary: Roboto, sans-serif;
	--font-secondary: "Work Sans", sans-serif
}

:root {
	--color-default: #364d59;
	--color-primary: #feb900;
	--color-secondary: #52565e
}

:root {
	scroll-behavior: smooth
}

body {
	color: #444;
	font-family: Open Sans, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #000
}

a {
	color: #ffc451;
	text-decoration: none
}

a:hover {
	color: #ffd584;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Raleway, sans-serif
}

ul {
	list-style-type: none
}

#header {
	transition: all .5s;
	z-index: 997
}

#header p {
	white-space: nowrap;
	font-size: 2em
}

@media (max-width:770px) {
	#header p {
		font-size: 1.3em;
		white-space: nowrap;
		bottom: -7px;
		position: relative
	}
}

@media (min-width:770px) {
	#header p {
		font-size: 2em;
		white-space: nowrap;
		font-weight: 700
	}
}

.get-started-btn {
	position: relative;
	font-weight: bolder;
	border: 0;
	padding: 12px 34px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	transition: 1.4s;
	border-radius: 50px;
	border: 2px solid #555;
	box-shadow: 0 0 18px #000;
	background: linear-gradient(90deg, #000 0, #202020 100%)
}

.get-started-btn:hover {
	background: linear-gradient(16deg, #000 0, #414141 100%);
	color: #16d0fa
}

@media (max-width:1024px) {
	.desktop-quote {
		display: none
	}
}

@media (min-width:1024px) {
	.mobile-quote {
		display: none
	}
}

@media (max-width:1024px) {
	.mobile-quote {
		margin-left: -25px;
		display: inline-block;
		position: relative;
		margin-top: 22px
	}
}
.features .nav-tabs {
    border: 0
}
.features .nav-link {
    padding: 15px 0;
    transition: .3s;
    color: var(--color-secondary);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    border: 0;
    border-bottom: 4px solid #e2e4e6
}
.features .nav-link i {
    padding-right: 15px;
    font-size: 48px
}
.features .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}
@media (max-width: 575px) {
    .features .nav-link h4 {
        font-size: 16px
    }
}
.features .nav-link:hover {
    color: var(--color-primary)
}
.features .nav-link.active {
    color: var(--color-primary);
    background-color: transparent;
    border-color: var(--color-primary)
}
@media (max-width:769px) {
	#navigation #navbar-menu {
		top: 3.1em
	}
}

.get-a-quote {
	background: #ffc451;
	padding: 20px 40px;
	border-radius: 5px;
	color: #251b1b;
	font-weight: 700;
	display: block;
	max-width: 400px;
	margin: 0 auto
}

.get-a-quote:hover {
	color: #000;
	background-color: #fff;
	transition: .5s
}

.some-services-logo {
	box-shadow: rgba(149, 157, 165, .4) 0 0 24px;
	position: relative;
	margin: 0 auto
}

.some-services-logo img {
	box-shadow: rgba(149, 157, 165, 1) 11px 10px 10px;
	position: relative;
	margin: 0 auto
}

@media (max-width:900px) {
	.some-services-logo img {
		/* margin-bottom: 80px */
		margin-left: -0.8rem;
	}
}

.top-section {
	margin-top: 80px
}

@media (max-width:900px) {
	.top-section {
		margin-top: 0;
		margin-bottom: -100px
	}
}

.top-section p {
	padding-top: 20px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 34px;
	color: #000
}

h6 {
	font-size: 5em;
	font-weight: 700
}

body {
	box-sizing: border-box
}

html {
	overflow-x: hidden
}

body {
	overflow-x: hidden
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #151515
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 0px);
	left: calc(50% - 30px);
	border: 6px solid #ffc451;
	border-top-color: #151515;
	border-bottom-color: #151515;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite
}

@-webkit-keyframes animate-preloader {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes animate-preloader {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

#navbar-menu {
	padding: 0;
}

#navbar-menu ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

#navbar-menu li {
	position: relative;
}

#navbar-menu a,
#navbar-menu a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	transition: .3s;
}

#navbar-menu a i,
#navbar-menu a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

#navbar-menu .active,
#navbar-menu .active:focus,
#navbar-menu a:hover,
#navbar-menu li:hover>a {
	color: #ffc451;
}

@media only screen and (max-width:1023px) {
	#navigation {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
		top: -10px;
	}

	#navigation .background-color-div {
		background-color: rgba(0, 0, 0, .6);
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	}

	#navigation .container {
		padding: .8125em 0;
		width: 96%;
	}

	#navigation .logo {
		display: inline-block;
		height: 1.875em;
		width: auto;
	}

	#navigation .logo img {
		width: auto;
		height: 100%;
	}

	#navigation .hamburger-menu {
		position: absolute;
		right: 0;
		border: none;
		height: 3em;
		width: 3em;
		z-index: 100;
		display: block;
		background: 0 0;
		padding: 0;
		top: 30%;
		transform: translateY(-50%);
		transition: top .3s;
	}

	#navigation .hamburger-menu span {
		height: 2px;
		width: 1.875em;
		background: #fff;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%)
	}

	#navigation .hamburger-menu span:before {
		content: '';
		position: absolute;
		display: block;
		height: 2px;
		width: 80%;
		background: #000;
		background: #fff;
		opacity: 1;
		top: -6px;
		left: 0;
		transition: width .3s, left .3s, top .3s, transform .5s
	}

	#navigation .hamburger-menu span:after {
		content: '';
		position: absolute;
		display: block;
		height: 2px;
		width: 80%;
		background: #fff;
		opacity: 1;
		top: 6px;
		left: 0;
		transition: width .3s, left .3s, top .3s, transform .3s
	}

	#navigation #navbar-menu {
		position: fixed;
		right: 0;
		padding: 0;
		height: 100%;
		border-radius: 0 0 .375em .375em;
		z-index: -1;
		overflow: hidden;
		box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
		background-color: #fff;
		padding-top: 0;
		width: 0;
		transition: width .3s
	}

	#navigation #navbar-menu ul {
		padding: 0;
		perspective: 700px;
		padding-right: 1.25em;
		padding-top: 3.125em;
		display: block
	}

	#navigation #navbar-menu ul li {
		list-style: none;
		margin-bottom: 1.5em;
		text-align: right;
		transform-style: preserve-3d;
		opacity: 0;
		transform: translateY(-.4375em) rotateX(0);
		transition: opacity .5s, transform .5s;
	}

	#navigation #navbar-menu ul li:nth-of-type(1) {
		transition-delay: .1s;
	}

	#navigation #navbar-menu ul li:nth-of-type(2) {
		transition-delay: .2s;
	}

	#navigation #navbar-menu ul li:nth-of-type(3) {
		transition-delay: .3s;
	}

	#navigation #navbar-menu ul li:nth-of-type(4) {
		transition-delay: .4s;
	}

	#navigation #navbar-menu ul li:nth-of-type(5) {
		transition-delay: .5s;
	}

	#navigation #navbar-menu ul li a {
		text-decoration: none;
		text-transform: uppercase;
		color: #000;
		font-size: 1.1875em;
		text-align: center;
		display: inline-block;
		position: relative;
		font-weight: 700;
	}

	#navigation #navbar-menu ul li a.active:before {
		content: '';
		position: absolute;
		display: block;
		height: .42105263em;
		background: #16d0fa;
		opacity: 1;
		bottom: .26315789em;
		border-radius: .21052632em;
		left: -.31578947em;
		right: -.31578947em;
		z-index: -1;
	}
}

@media (min-width:992px) {
	.hamburger-menu {
		display: none;
	}
}

@media (max-width:1024px) {
	.navbar-menu-desktop {
		display: none;
		position: relative;
	}
}

@media (min-width:1024px) {
	.navbar-menu-desktop {
		display: inline-block;
	}
}

#navbar-menu-desktop-two {
	padding: 0;
}

#navbar-menu-desktop-two ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
}

#navbar-menu-desktop-two li {
	position: relative;
}

#navbar-menu-desktop-two a,
#navbar-menu-desktop-two a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	white-space: nowrap;
	transition: .3s;
}

#navbar-menu-desktop-two a i,
#navbar-menu-desktop-two a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

#navigation #navbar-menu-desktop-two {
	position: fixed;
	right: 0;
	padding: 0;
	height: 100%;
	border-radius: 0 0 .375em .375em;
	z-index: -1;
	overflow: hidden;
	box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
	background-color: #fff;
	top: 4.1em;
	padding-top: 0;
	width: 0;
	transition: width .3s;
}

#navigation #navbar-menu-desktop-two ul {
	padding: 0;
	perspective: 700px;
	padding-right: 1.25em;
	padding-top: 3.125em;
	display: block;
}

#navigation #navbar-menu-desktop-two ul li {
	list-style: none;
	margin-bottom: 1.5em;
	text-align: right;
	transform-style: preserve-3d;
	opacity: 0;
	transform: translateY(-.4375em) rotateX(0);
	transition: opacity .5s, transform .5s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(1) {
	transition-delay: .1s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(2) {
	transition-delay: .2s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(3) {
	transition-delay: .3s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(4) {
	transition-delay: .4s;
}

#navigation #navbar-menu-desktop-two ul li:nth-of-type(5) {
	transition-delay: .5s;
}

#navigation #navbar-menu-desktop-two ul li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-size: 1.1875em;
	text-align: center;
	display: inline-block;
	position: relative;
	font-weight: 700;
}

#navigation #navbar-menu-desktop-two ul li a.active:before {
	content: '';
	position: absolute;
	display: block;
	height: .42105263em;
	background: var(--primary);
	opacity: 1;
	bottom: .26315789em;
	border-radius: .21052632em;
	left: -.31578947em;
	right: -.31578947em;
	z-index: -1;
}

@media (max-width:1024px) {
	.navbar-menu-desktop-two {
		display: none;
	}
}

@media (min-width:1024px) {
	.navbar-menu-desktop-two {
		display: inline-block;
	}
}

@media (max-width:3770px) {
	.some-services {
		margin-top: 30px;
	}
}

@keyframes neonMove {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

.box {
	position: relative;
	width: 300px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 20px;
}

.box::before {
	content: '';
	position: absolute;
	width: 140%;
	height: 140%;
	background: linear-gradient(#0cf, #d400d4);
	animation: animate 9s linear infinite;
	top: -20%;
	left: -20%;
}

.box::after {
	content: '';
	position: absolute;
	inset: 4px;
	background: #fff;
	border-radius: 16px;
}

@keyframes animate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

.box h2 {
	position: relative;
	color: #fff;
	font-size: 10em;
	z-index: 10;
}

#top-services-section .container-one {
	margin-left: 5%;
	margin-right: 2%;
}

#top-services-section .btn-get-started-one {
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: .5px;
	display: inline-block;
	padding: 14px 50px;
	border-radius: 5px;
	transition: .5s;
	margin-top: 30px;
	color: #fff;
	background: #2487ce;
}

#top-services-section .btn-get-started-one:hover {
	background: #3194db;
}

@media only screen and (min-width:0rem) {
	#services-1081 {
		padding: var(--sectionPadding);
		background-color: #f7f7f7;
	}
}

.image-box {
	position: relative;
	padding: 15px;
	background-color: #f7f7f7;
	box-shadow: 3px 5px 8px -1px rgba(15, 15, 15, .2);
	transition: transform .2s, box-shadow .2s;
}

.image-box:hover {
	transform: scale(1.05);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.image-description {
	margin-top: 10px;
}

.circle-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	border: 2px dashed #4e4e4e;
	background-image: url(http://forestcitywebdesigntestserver.website/assets/img/circle/effeciency-1.webp);
	border-radius: 50%;
	width: 180px;
	height: 180px;
	margin-bottom: 15px;
}

.circle-container .service-icon {
	font-size: 45px;
}

.description-container .description {
	color: #292929;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 500;
	line-height: 23px;
}

@media only screen and (min-width:0rem) {
	#services-264 {
		padding: var(--sectionPadding);
	}
}

:root {
	--primary: #ff6a3e;
	--primarylight: #ffba43;
	--secondary: #ffba43;
	--secondarylight: #ffba43;
	--headercolor: #1a1a1a;
	--bodytextcolor: #4e4b66;
	--bodytextcolorwhite: #fafbfc;
	--topperfontsize: clamp(0.8125rem, 1.6vw, 1rem);
	--headerfontsize: clamp(1.9375rem, 3.9vw, 3.0625rem);
	--bodyfontsize: 1rem;
	--sectionpadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
}

body {
	margin: 0;
	padding: 0;
}

*,
:after,
:before {
	box-sizing: border-box;
}

.svg-test-one {
	border-radius: 4px;
	padding: 25px;
	white-space: nowrap;
	transition: .3s;
	font-size: 18px;
	display: inline-block;
	border: 2px solid #00d0ff;
	position: relative;
	margin-right: 20px;
	background: linear-gradient(90deg, #000 0, #414141 100%);
	box-shadow: rgba(0, 0, 0, 1) 0 0 10px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

.svg-text-one {
	display: inline-block;
	color: #fff;
	overflow: hidden;
	opacity: .9;
}

@media only screen and (min-width:0rem) {
	#services-885 {
		padding: var(--sectionPadding);
		overflow: hidden;
		position: relative;
		background-color: #f7f7f7;
		z-index: 1;
	}
}

@media only screen and (min-width:64rem) {
	#services-885 {
		padding-bottom: 14vw;
	}
}

#about-services-container {
	box-shadow: 3px 5px 8px -1px rgba(15, 15, 15, .2);
	background-color: #000;
	padding: 30px;
}

.about-service h4 {
	font-weight: bolder;
	font-size: 20px;
}

.about-service p {
	font-size: 15px;
	color: #848484;
	margin-left: 64px;
}

.about-service svg {
	color: #ffca3a;
	box-shadow: 3px 5px 8px -1px rgba(15, 15, 15, .2);
	border-radius: 50%;
}

#about-services-container img {
	box-shadow: 3px 5px 8px 3px rgba(15, 15, 15, .2);
}

.container .row #test-div {
	max-width: 400px;
	margin-right: 50px;
	min-width: 300px;
}

.services-div h3 {
	font-weight: bolder;
}

.services-div {
	font-size: inherit;
	padding-bottom: 8.5em;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.services-div:before {
	content: '';
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .85;
	top: 0;
	left: 0;
	z-index: -10;
}

.services-div img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -11;
	object-fit: cover;
}

.services-div h3 {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.services-div p {
	margin-left: 20px !important;
}

.svg-class {
	color: #000;
}

circle {
	fill: #ffcc01;
}

text {
	fill: #000;
}

.svg-text-container {
	display: flex;
	align-items: center;
}

.svg-text-container svg {
	margin-right: 10px;
}
@media (min-width:981px) {
	#span-subtitle-why-choose-us-mobile {
		font-size: 2rem;
	}
}


@media (max-width:980px) {
	#span-subtitle-why-choose-us-mobile {
		font-size: 1.1rem;
	}
	.span-subtitle-why-choose-us {
		position: relative;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		padding-bottom: 35px;
		overflow: hidden;
		/* font-size: 1em; */
		
	}
	.span-subtitle-why-choose-us::after {
		/* font-size: 1em; */
	content: '';
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .8);
	filter: blur(10px);
	animation: moveDot 8s linear infinite;
	transform: rotateX(100px);
}
}


@media (min-width:768px) {
	#span-subtitle-why-choose-us-mobile {
		/* font-size: 0.61em; */
	}
		.span-subtitle-why-choose-us {
			position: relative;
			border-bottom: 1px solid rgba(255, 255, 255, .2);
			padding-bottom: 35px;
			overflow: hidden;
			
		}
		.span-subtitle-why-choose-us::after {
		content: '';
		position: absolute;
		bottom: -10px;
		left: -10px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: rgba(255, 255, 255, .8);
		filter: blur(10px);
		animation: moveDot 8s linear infinite;
		transform: rotateX(100px);
		white-space: nowrap;
		}
	}

	@media (max-width:980px) {
.span-subtitle-why-choose-us {
	/* border-bottom: none; */
	max-width: 500px;
}
	.span-subtitle-why-choose-us::after {
		/* display: none; */
	}
}
@media (min-width:1250px) {
	#span-subtitle-why-choose-us-mobile {
		/* font-size: 1em; */
	}
}
/* image */
.img-2nd-hero {
	/* box-shadow: 5px 5px 25px -13px #ffffff; */
	box-shadow: 8px 8px 9px rgb(255, 255, 255, 0.25);
}
/* image end */

@keyframes moveDot {
	0% {
		transform: translateX(0);
	}

	50% {
		transform: translateX(calc(1% + 260px));
	}

	100% {
		transform: translateX(calc(1% + 0));
	}
}

/* ============================================= */
/* ============================================= */
/* third hero title start*/
/* ============================================= */
/* ============================================= */
@media (max-width:925px) {
	#third-hero-title{
		font-size: 1.3em;
		font-weight: 600;
	}

}


@media (min-width:926px) { 
	#third-hero-title {
		font-size: 1.85em;
		font-weight: 600;
	}
}
/* ============================================= */
/* ============================================= */
/* third hero title end*/
/* ============================================= */
/* ============================================= */































.why-choose-us-first-div {
	margin: 10px;
	box-shadow: 6px 6px 10px -3px rgba(0, 0, 0, .9);
	border-radius: 10px;
}


.why-choose-us-columns {
	color: #fff;
	background-size: cover;
	font-size: 14px;
	padding: 80px 0 60px;
	position: relative;
	background: rgba(0, 0, 0, .7);
	border-top: 2px solid rgb(255, 255, 255, .2);
	border-left: 2px solid rgb(255, 255, 255, .2);
	border-radius: 10px;
}

.why-choose-us-columns:before {
	content: "";
	position: absolute;
	inset: 0;
	border-bottom: 3px solid #008cff;
	color: #000;
	border-radius: 10px;
}

.second-hero-div {
	padding-left: 40px;
	padding-right: 40px;
}

.why-choose-us-columns h4 {
	color: #82ccdd;
	font-weight: bolder;
	white-space: nowrap;
}
/* Paragraph to gain trust */
.trust {
	border-top: 2px solid rgba(22, 208, 250);
    /* border-left: 2px solid rgba(22, 208, 250); */
    border-bottom: 2px solid rgba(22, 208, 250);
    background: rgba(0, 0, 15, .8);
    /* border-radius: 40px 10px 40px 10px; */
    padding: 10px;
    /* margin-top: 20px; */
	/* box-shadow: 6px 6px 10px -3px #4d4c4c; */
	box-shadow: 6px 6px 10px 0px rgba(22, 208, 250, 0.2);
	max-width: 80%;
	position: relative;
	display: flex;
	margin: auto;
	margin-bottom: 10vh;
	/* color: rgb(22, 208, 250); */
	
}
.trust p {
	line-height: 1.55em;
	margin: auto;
	/* margin-bottom: 1.55em; */
	text-shadow: 1px 2px 2px #000 !important;
	width: 100%;
	opacity: 1;
	font-weight: 500;
}
/* Paragraph to gain trust */
.img-under-hero-2 {
	box-shadow: rgb(0, 0, 0, .4) 11px 10px 10px -1px;
	margin-bottom: 1rem;
}

@media only screen and (min-width:0rem) {
	#services-1191 {
		padding: var(--sectionPadding);
		box-sizing: border-box;
	}
}

.section-header {
	text-align: center;
	padding: 30px 0;
	position: relative;
}

.section-header h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #001973;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section-header h2:after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 3px;
	background: #00d0ff;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.section-header span {
	position: absolute;
	top: 46px;
	color: rgba(14, 29, 52, .06);
	left: 0;
	right: 0;
	z-index: 1;
	font-weight: 700;
	font-size: 56px;
	text-transform: uppercase;
	line-height: 0;
}

.section-header p {
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

@media (max-width:640px) {
	.section-header h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.section-header span {
		font-size: 38px;
	}
}

body {
	font-family: "Open Sans", sans-serif;
	color: #444;
}

.section-title {
	text-align: center;
	padding-bottom: 30px;
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #37517e;
}

.section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #47b2e4;
	bottom: 0;
	left: calc(50% - 20px);
}

.section-title p {
	margin-bottom: 0;
}

.contact .info {
	border-top: 3px solid #47b2e4;
	border-bottom: 3px solid #47b2e4;
	padding: 30px;
	background: #fff;
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .1);
}

.contact .info a {
	font-weight: 700;
}

.contact .info i {
	font-size: 20px;
	color: #47b2e4;
	float: left;
	width: 44px;
	height: 44px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all .3s ease-in-out;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, .2);
	border: 2px solid #16d0fa;
}

.contact .info h5 {
	padding: 0 0 0 60px;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #37517e !important;
}

.contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #000;
}

.contact .info a {
	color: #000;
}

.contact .info .email p {
	padding-top: 5px;
	font-weight: bolder;
}

.contact .info .email h5 {
	padding-top: 5px;
	font-weight: bolder;
}

.contact .info .social-links {
	padding-left: 60px;
}

.contact .info .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: .3s;
	margin-right: 10px;
}

.contact .info .social-links a:hover {
	background: #47b2e4;
	color: #fff;
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
	background: #47b2e4;
	color: #fff;
}

.contact .php-email-form {
	width: 100%;
	border-top: 3px solid #47b2e4;
	border-bottom: 3px solid #47b2e4;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
}

.contact .php-email-form .form-group {
	padding-bottom: 8px;
}

.contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px;
	font-weight: 400;
	font-size: 13px;
}

.contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
	margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
	border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
	border-color: #47b2e4;
}

.contact .php-email-form input {
	height: 44px;
}

.contact .php-email-form textarea {
	padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
	border: 0;
	padding: 12px 34px;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	transition: .4s;
	border-radius: 50px;
	border: 1px solid #000;
	box-shadow: rgb(0, 0, 0, .5) 0 0 18px;
	background: linear-gradient(90deg, #000 0, #555 100%);
}

.contact .php-email-form button[type=submit]:hover {
	background: linear-gradient(90deg, #43b7ff 0, #00ddf6 100%);
}

@keyframes animate-loading {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

body {
	font-family: Jost, sans-serif;
}

.residential-windows ul li {
	list-style-type: circle;
}

.residential-windows ul li a {
	color: #4b4b4b;
}

.quote-button {
	color: #000;
	color: #fff;
	border-radius: 4px;
	padding: 7px 25px 8px;
	white-space: nowrap;
	transition: .3s;
	display: inline-block;
	border: 2px solid #ffc451;
	background-color: #000;
	box-shadow: rgba(149, 157, 165, 1) 0 0 24px;
}

.quote-button:hover {
	color: #00f;
	background-color: #fff;
	transition: .5s;
}

.section-title {
	padding-bottom: 40px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.our-services-section {
	background-size: cover;
	padding: 60px 0;
}

.inner-width {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
	overflow: hidden;
}

@keyframes blink {

	0%,
	25% {
		text-shadow: none;
	}

	30%,
	55% {
		text-shadow: 0 0 5px red;
	}

	60%,
	85% {
		text-shadow: none;
	}

	100%,
	90% {
		text-shadow: 0 0 5px #fff;
	}
}

.our-section-title {
	animation: blink 2s infinite;
}

@keyframes blink {

	0%,
	100%,
	19%,
	21%,
	23%,
	25%,
	54%,
	56% {
		text-shadow: 0 0 20px #43b7ff, 0 0 4px #43b7ff, 0 0 6px #43b7ff, 0 0 8px #43b7ff, 0 0 10px #43b7ff;
	}

	20%,
	24%,
	55% {
		text-shadow: none;
	}
}

@keyframes expand-blur {

	0%,
	100% {
		text-shadow: 0 0 2px #43b7ff, 0 0 4px #43b7ff, 0 0 6px #43b7ff, 0 0 8px #43b7ff, 0 0 10px #43b7ff;
	}

	50% {
		text-shadow: 0 0 3px #43b7ff, 0 0 6px #43b7ff, 0 0 9px #43b7ff, 0 0 15px #43b7ff, 0 0 25px #43b7ff;
	}
}

.our-section-title {
	position: relative;
	animation: blink 2s infinite;
	color: #fff;
	font-size: 48px;
	margin-bottom: 4rem;
}

.our-section-title::before {
	content: "";
	position: absolute;
	bottom: -.7em;
	left: 50%;
	transform: translateX(-50%);
	width: 2em;
	height: 20px;
	background-color: #43b7ff;
	border-radius: 50%;
	filter: blur(7px);
	animation: shadow-blink 2s infinite;
}

@keyframes blink {

	0%,
	100%,
	19%,
	21%,
	23%,
	25%,
	54%,
	56% {
		text-shadow: 0 0 20px #43b7ff, 0 0 4px #43b7ff, 0 0 6px #43b7ff, 0 0 8px #43b7ff, 0 0 10px #43b7ff;
	}

	20%,
	24%,
	55% {
		text-shadow: none;
	}
}

@keyframes shadow-blink {

	0%,
	100%,
	19%,
	21%,
	23%,
	25%,
	54%,
	56% {
		opacity: 1;
	}

	20%,
	24%,
	55% {
		opacity: 0;
	}
}

.border {
	width: 160px;
	height: 2px;
	background: #82ccdd;
	margin: 40px auto;
}

.services-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


























@media (max-width:767px) {
	.section-services .header-section .title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2em;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #f70037;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #f70037;
}

.section-services .header-section .title span {
	color: #f70037;
}
.section-services .header-section .description {
	font-style: italic;
	font-weight: 100!;

}
}















@media (min-width:768px) {
	.section-services .header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.8em;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #f70037;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #f70037;
}

.section-services .header-section .title span {
	color: #f70037;
}
}
/* .section-services .header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #f70037;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #f70037;
}

.section-services .header-section .title span {
	color: #f70037;
} */
.title {
	color: black;
}
.section-services .header-section .description {
	/* color: #6f6f71; */
	color: #000000;
	font-size: 1.1rem;
	margin-bottom: -2rem;
}

.service-desc p {
	overflow-wrap: break-word;
	white-space: normal;
	width: 80%;
	margin: auto
}

#service-box-one picture {
	padding: 10px
}

#service-box-one {
	font-size: inherit;
	padding-bottom: 8.5em;
	position: relative;
}

#service-box-one:before {
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .4) 100%);
	position: absolute;
	display: block;
	z-index: -10;
}

@media screen and (min-width:1279px) {
	#service-box-one:before {
		height: 337px;
		width: 364px;
		border: 1px solid #fff
	}
}

@media screen and (max-width:1278px) {
	#service-box-one:before {
		height: 300px;
		width: 300px;
		border: 1px solid #fff
	}
}

@media screen and (max-width:991px) {
	#service-box-one:before {
		height: 300px;
		width: 350px;
		border: 1px solid #fff
	}
}

#service-box-one picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -11
}

#first-cardsa {
	position: relative;
	box-shadow: rgba(149, 157, 165, .3) 11px 10px 10px
}

.bottom-h3a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	z-index: 1;
	white-space: nowrap
}

.circular-testimoniala {
	position: relative;
	overflow: hidden
}

.circular-testimoniala::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
	pointer-events: none
}

.text-content {
	position: relative;
	color: #fcfcfc;
	z-index: 2;
	text-align: center
}

.section-bottom span {
	color: #fff;
	font-size: 1.3em;
	background-color: rgb(0, 0, 0, .9);
	padding: 5px;
	border-radius: 5px
}

.section-bottom {
	width: 100%;
	display: grid;
	place-items: center;
	margin-top: -80px
}

.row-bottom {
	display: flex;
	flex-wrap: wrap
}

.column-bottom {
	width: 100%;
	padding: 0 1em 1em;
	text-align: center
}

.bottom-h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 1em 0
}