html {
	overflow-x: hidden;
    }

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	color: var(--paragraphColor);
	font-size: var(--fontSize);
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: 'Outfit', sans-serif;
}

p:last-child {
	margin-bottom: 0;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: var(--whiteColor);
	font-family: 'Outfit', sans-serif;
	overflow-x: hidden;
}

/*===============================go-to-top================================================= */
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #0470BC;
	color: #ffffff;
	z-index: 999;
	width: 40px;
	text-align: center;
	height: 40px;
	opacity: 0;
	visibility: hidden;
	font-size: 17px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #D3232E;
	border: 1px solid #D3232E;
}

/*================================================
go-to-top
================================================= */
/*================================================
Default Button Area CSS
=================================================*/
.default-button {
	overflow: hidden;
	padding: 10px 30px;
	display: inline-block;
	position: relative;
	text-align: center;
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 18px;
	height: 50px;
	background: #0470BC;
	color: #ffffff;
	border: 2px solid #0470BC;
	border-radius: 30px;
}

.default-button::before {
	content: '';
	width: 100%;
	height: 0%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background-color: #D3232E;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.default-button::after {
	content: '';
	width: 100%;
	height: 0%;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	background-color: #D3232E;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.default-button span {
	position: relative;
	z-index: 2;
}

.default-button:hover {
	color: #fff;
	border-color: #d3232e;
	background: #000
}

.default-button:hover::before,
.default-button:hover::after {
	height: 51%;
}

/*================================================
Default Button Area CSS
=================================================*/
.topsocial-section {
	margin: 0px 0px;
	padding: 0px 0px;
	width: 100%;
	height: 40px;
	background: #000000;
}

.topsocial-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topsocial {
	margin: 0px 0px;
	padding: 7px 0px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 5px;
	width: auto;
}

.topsocial a {
	font-size: 16px;
	color: #000;
	background: #fff;
	width: 25px;
	text-align: center;
	border-radius: 50%;
	height: 25px;
	padding: 1px;
}

.topsocial a:hover {
	color: #D3232E;
    }

.topsocial-link {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
	width: auto;
}

.topsocial-link li {
	margin: 0px 0px 0px 43px;
	list-style: none;
	font-size: 15px;
	color: #fff;
	float: left;
}

.topsocial-link li a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.topsocial-link li a .fa {
	margin-right: 3px;
}

.topsocial-link li a:hover {
	color: #D3232E;
	text-decoration: none;
}

.topheader-right a {
	text-decoration: none;
}

.logo {
  width: 225px;
  margin: 7px 0px;
  padding: 0px 0px;
  position: relative;
  }

.logo img {
	width: 100%;
    }

.stellarnav.mobile.right>ul {
	z-index: 99;
	background: #f0d04d;
}

.main-nav {
	margin: 0px 0px;
	padding: 5px 0px;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0px 6px 20px #00000014;
}

.main-nav.scroll {
	background-color: #000;
	height: 127px;
	transition: background-color .5s ease 0s;
	top: 0;
}

.stellarnav {
	position: relative;
	width: auto;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 50px
}

.stellarnav ul {
	margin: 0px 0px;
	padding: 5px 0px;
	position: relative;
	width: auto;
}

.stellarnav>ul>li>a {
	padding: 7px 1px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.6px;
	color: #0470BC !important;
	text-transform: uppercase;
	border-bottom: transparent 1px solid;
	margin: 11px 12px;
}
.stellarnav.light a {
	color: #0470BC;
}
.stellarnav li.has-sub>a::after {
	content: '\f107';
	margin-left: 7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

.stellarnav>ul>li>a.last {
	padding-right: 0px;
}

.stellarnav>ul>li>a:hover {
	color: #D3232E;
	border-bottom: #D3232E 1px solid;
}

.stellarnav>ul>li>a.active {
	color: #D3232E !important;
	border-bottom: #D3232E 1px solid;
}

.stellarnav ul ul {
	top: 31px;
	width: 220px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.phone-sect {
	font-size: 19px;
}

.phone-sect .fa {
	font-size: 16px;
	width: 34px;
	height: 34px;
	color: #D3232E;
	border: #D3232E 1px solid;
	border-radius: 50%;
	text-align: center;
	padding: 7px;
}

.main-nav-socialicon {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px;
	position: relative;
	text-align: right;
}

.main-nav-socialicon a .fa {
	margin: 0px 4px;
	padding: 5px 0px;
	font-size: 16px;
	color: #ffffff;
	background: transparent;
	border: #ffffff 1px solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 18px;
	text-align: center;
}

.main-nav-socialicon a .fa:hover {
	color: #EFC800;
	background: transparent;
	border: #EFC800 1px solid;
}

.banner-section {
	margin: 0px 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}

.banner-section .owl-dots {
	display: none;
}

.banner-section .owl-carousel .owl-nav {
	display: none;
}

.banner-section .owl-nav .owl-prev {
	background: transparent;
	top: 37%;
	position: absolute;
	left: 142px;
	opacity: 1;
	width: 32px;
	border: #fff 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #fff !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section .owl-nav .owl-next {
	background: transparent;
	top: 37%;
	position: absolute;
	right: 142px;
	opacity: 1;
	width: 32px;
	border: #fff 1px solid !important;
	height: 32px;
	border-radius: 50px;
	color: #fff !important;
	font-size: 20px !important;
	text-align: center;
}

.banner-section #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: rgba(38, 38, 38, 0.64);
}

.bannercarousel-text {
	width: 100%;
	text-align: left;
	padding: 7% 17%;
	background: url(../images/banner-left-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.bannercarousel-text h6 {
	color: #555555;
	width: auto;
	font-size: 17px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	position: relative;
	letter-spacing: 2px;
}

.bannercarousel-text h6::after {
	content: '';
	height: 2px;
	width: 65px;
	background-color: #000000;
	position: absolute;
	right: 0px;
	top: 10px;
}

.bannercarousel-text h1 {
	margin: 0px 0px;
	padding: 9px 0px;
	font-family: 'Anton', sans-serif;
	font-size: 54px;
	line-height: 65px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #000000;
	text-align: left;
}

.bannercarousel-text h1 span {
	color: #D3232E;
}

.bannercarousel-text p {
	margin: 0px 0px;
	padding: 5px 0px 36px 0px;
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #555555;
	line-height: 28px;
	text-align: left;
}

/* ==================================================
service-section
=====================================================*/
.service-section {
	background: url(../images/services-bg.png);
	background-position: top;
	background-size: cover;
	width: 100%;
	padding: 60px 0px;
}

.service-section h6 {
	color: #D3232E;
	width: auto;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	position: relative;
	letter-spacing: 4px;
	width: 50%;
}

.service-section h6::after {
	content: '';
	height: 2px;
	width: 65px;
	background-color: #ffffff;
	position: absolute;
	right: 51%;
	top: 10px;
}

.service-section h2 {
	margin: 0px 0px;
	padding: 0px;
	font-family: 'Anton', sans-serif;
	font-size: 40px;
	line-height: 55px;
	letter-spacing: 0px;
	width: 50%;
	color: #fff;
	text-align: left;
}

.service-section h2 span {
	color: #EEDE00;
}

.service-section p {
	margin: 0px 0px;
	padding: 15px 0px 0px 0px;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: left;
	width: 50%;
}

.our-service-carousel {
	margin-left: 115px;
	margin-top: 60px;
}

.featuredpro-card {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 20px 20px;
}

.featuredpro-text {
    position: relative;
    height: 220px;
}

.number-box {
	width: 70px;
	height: 70px;
	background: #000;
	border-radius: 10px;
	position: absolute;
	top: -72px;
	left: 20px;
	text-align: center;
	padding: 9px 15px;
}

.number-box h6 {
	color: #D3232E;
	font-size: 40px;
	text-align: center;
	font-family: 'Anton', sans-serif;
}

.number-box h6::after {
	display: none;
}

.featuredpro-text h3 {
	color: #000;
	font-size: 24px;
	margin: 25px 0px 0px;
	padding: 10px 20px;
}

.featuredpro-text p {
	font-size: 16px;
	color: #555555;
	line-height: 22px;
	padding: 0px 10px 20px;
	margin: 0px;
	width: 100%;
}

.more-info2 {
	background: #0470BC;
	color: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 15px 40px;
	height: 50px;
	border-radius: 50px 0px 0px 0px;
}

.more-info2:hover {
	background: #D3232E;
	color: #fff;
}

.more-info2 span {
	width: 24px;
	height: 24px;
	float: right;
	background: #fff;
	border-radius: 50%;
	margin: 0px 0px 0px 10px;
}

.more-info2 span i {
	color: #D3232E;
	font-size: 15px;
	text-align: center;
	padding: 0px 5px;
}

.service-section .owl-dots {
	display: none;
}

.service-section .owl-nav .owl-prev {
	background: #fff !important;
	top: -114px;
	position: absolute;
	left: 76%;
	opacity: 1;
	border: #D3232E 2px solid !important;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	color: #000000 !important;
	font-size: 20px !important;
	text-align: center;
}

.service-section .owl-nav .owl-next {
	background: #fff !important;
	top: -114px;
	position: absolute;
	left: 80%;
	opacity: 1;
	border: #D3232E 2px solid !important;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	color: #000000 !important;
	font-size: 20px !important;
	text-align: center;
}

/* ==================================================
service-section
=====================================================*/
/* ==================================================
about-section
=====================================================*/
.about-section {
	background-color: #fff;
	padding: 0px;
}

.about-section-left {
	padding: 0px;
	margin: 0px;
}

.about-section-right {
	margin: 0px;
	padding: 50px 0px 0px;
	position: relative;
}

.about-section-right-left {
    padding: 0px 30px 0px 0px;
    margin: 0px;
    width: 60%;
    float: left;
    min-height: 483px;
}

.about-section-right-left h6 {
	color: #555555;
	width: auto;
	font-size: 20px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	position: relative;
	letter-spacing: 4px;
}

.about-section-right-left h6::after {
	content: '';
	height: 2px;
	width: 65px;
	background-color: #000000;
	position: absolute;
	right: 53%;
	top: 10px;
}

.about-section-right-left h2 {
	margin: 0px 0px;
	padding: 0px;
	font-family: 'Anton', sans-serif;
	font-size: 33px;
	line-height: 41px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #000000;
	text-align: left;
}

.about-section-right-left h2 span {
	color: #D3232E;
}

.about-section-right-left p {
	margin: 0px 0px;
	padding: 10px 0px 10px 0px;
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #555555;
	line-height: 22px;
	text-align: left;
}

.about-section-right-right {
	width: 40%;
	padding: 0px;
	margin: 0px;
	float: left;
}

.about-section-right-right img {
	height: 450px;
	width: 100%;
}

.number-tag {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 40px #0000000F;
	border-radius: 15px;
	position: relative;
	bottom: 60px;
	height: auto;
	width: 85%;
	left: 10px;
	padding: 30px 0px;
}

.number-tag-box {
	padding: 0px 10px;
	margin: 0px;
	border-right: 1px solid #ccc;
}

.number-tag-box.last {
	border-right: 0px solid #ccc;
}

.number-tag-box h2 {
	font-size: 14px;
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: start;
	letter-spacing: 1px;
}

.number-tag-box span {
	font-size: 50px;
	color: #D3232E;
	font-family: 'Outfit', sans-serif;
	font-weight: 800;
}

/* .number-tag-box:last-child {
	border-right: none;
} */
/* ==================================================
about-section
=====================================================*/
/* ==================================================
gallery-section
=====================================================*/
.gallery-section {
	background: #F8F8F8;
	padding: 40px 0px;
	margin: 0px;
}

.gallery-section h2 {
	margin: 0px 0px;
	padding: 9px 0px;
	font-family: 'Anton', sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}

.gallery-section p {
    margin: 0px 0px;
    padding: 20px 78px;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    line-height: 28px;
    text-align: center;
}

.gallery-section-carousel {
	margin: 50px 0px;
	padding: 0px;
}

.gallery-section-inner {
	padding: 0px;
	margin: 0px;
}

.gallery-section-inner img {
	width: 100%;
	height: 450px;
	background-size: cover;
}

.gallery-section-carousel .owl-nav {
	display: none;
}

.owl-stage .owl-item:nth-child(2n) .gallery-section-inner {
	margin-top: 30px;
}

/* ==================================================
gallery-section
=====================================================*/
/* ==================================================
contact-section
=====================================================*/
.contact-section {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}
.contact-video {
	position: relative;
	top: 0px;
	z-index: 9;
	left: 0px;
	width: 100%;
}

/*================================================
vedio Button Area CSS
=================================================*/
.play-button {
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.play-button a::before {
	content: '';
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: rgba(51, 113, 231, 0.29);
	border: 1px solid #fbfcffb5;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: video-play 3s infinite linear;
	animation: video-play 3s infinite linear;
}

.play-button a i {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-left: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	background-color: #0c0c0dad;
	position: relative;
	font-size: 30px;
}

.play-button a i {
	color: #D3232E;
	font-size: 31px;
}

@-webkit-keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@keyframes top-bottom {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}
}

@-webkit-keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@keyframes half-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: center;
		transform-origin: center
	}

	50% {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		-webkit-transform-origin: center;
		transform-origin: center
	}
}

@-webkit-keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

@keyframes video-play {
	0% {
		width: 50%;
		height: 50%
	}

	100% {
		width: 100%;
		height: 100%
	}
}

/*================================================
vedio Button Area CSS
=================================================*/
.contact-section-right {
	margin: 0px;
	padding: 40px 100px 0px 20px;
}

.contact-section-right h6 {
	color: #555555;
	width: auto;
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: 'Outfit', sans-serif;
	font-weight: 400;
	letter-spacing: 4px;
}

.contact-section-right h3 {
	margin: 0px 0px;
	padding: 9px 0px 40px 0px;
	font-family: 'Anton', sans-serif;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #000000;
	text-align: left;
}

.contact-section-right .form-control {
	margin-bottom: 15px;
	border: 0px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-radius: 0px;
}

.contact-section-right .form-control::placeholder {
	color: #000;
	opacity: 1;
}

/* ==================================================
contact-section
=====================================================*/
/* ==================================================
footer
=====================================================*/
.footer {
	position: relative;
	padding: 50px 0px 0px 0px;
	background: #fff;
	border-top: #eaeaea 1px solid;
    }

.footer-social-icons {
	margin-top: 20px;
    }

.footer-links p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	color: #d5dce3;
	font-weight: 400;
	line-height: 23px;
	text-align: left;
	width: 78%;
}

.footer-links h3 {
	padding-bottom: 0px;
	margin-bottom: 20px;
	font-family: 'Anton', sans-serif;
	position: relative;
	color: #000000;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
}

.footer-quick-links p {
	color: #D6D6D6;
	font-weight: 400;
	font-size: 15px;
	width: 100%;
	margin-bottom: 19px;
	font-family: 'Outfit', sans-serif;
}

.footer-quick-links p a {
	color: #D6D6D6;
	width: 100%;
	;
	text-decoration: none;
}

.footer-quick-links ul {
	margin: 0px;
	padding: 0;
	list-style: none;
}

.footer-quick-links ul li {
	width: 50%;
	float: left;
	line-height: 27px;
}

.footer-quick-links ul li a {
	color: #000000;
	font-weight: 300;
	font-size: 18px;
	text-decoration: none;
	margin-bottom: 8px;
	font-family: 'Outfit', sans-serif;
	line-height: 30px;
}

.footer-quick-links ul li a:hover {
	color: #D3232E;
}

.gettouch h6 {
	color: #ABD9F9;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	margin-bottom: 0px;
	font-family: 'Outfit', sans-serif;
	line-height: 23px;
}

.gettouch p {
	color: #000000;
	font-weight: 300;
	font-size: 18px;
	width: 100%;
	font-family: 'Outfit', sans-serif;
	line-height: 24px;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.gettouch p a {
	color: #000000;
	font-size: 18px;
	width: 100%;
	;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.gettouch p a:hover {
	color: #D3232E;
	text-decoration: none;
}

.gettouch p span {
	width: 26px;
	float: left;
	height: auto;
	color: #EEDE00;
	font-size: 18px;
	margin-right: 10px;
	clear: both;
}

.footer-logo-area {
	margin: 0px 0px 18px 0px;
	padding: 0px 0px;
	width: 235px;
	position: relative;
	z-index: 99;
}

.footer-logo-area img {
	width: 100%;
	object-fit: cover;
}

.text-right {
	text-align: right;
}

.footer-social-icons a .fa {
	margin: 15px 6px 0px;
	padding: 5px 0px;
	font-size: 20px;
	color: #fff;
	background: #026ebb;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 30px;
	text-align: center;
}

.footer-social-icons a .fa:hover {
	color: #ffffff;
	background: #D3232E;
}

.copyright {
	margin-top: 48px;
	padding: 16px 0px;
	color: #C1C1C1;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	background: #0E100C;
	font-weight: 400;
	border-top: 1px solid #C1C1C130;
}

.copyright a {
	color: #D3232E;
	text-decoration: none;
}

.copyright a:hover {
	color: #68b1e6;
	text-decoration: none;
}

.copyright p {
	color: #C1C1C1;
	font-size: 17px;
	font-family: 'Outfit', sans-serif;
}

.copyright p a {
	color: #ffffff;
	text-decoration: none;
}

.copyright p a:hover {
	color: #68b1e6;
	text-decoration: underline;
}

/* ==================================================
footer
=====================================================*/
main {
	column-count: 1;
	break-inside: avoid;
	gap: 0.5rem;
	padding: 0.5rem;

	& img {
		width: 100%;
		margin-bottom: 0.25rem;
	}
}

@media (width > 700px) {
	main {
		column-count: 2;
	}
}

@media (width > 1000px) {
	main {
		column-count: 3;
	}
}

@media (width > 1300px) {
	main {
		column-count: 4;
	}
}

/* ==================================================
inner-banner
=====================================================*/
.uni-banner {
	background-size: cover;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #000;
	height: 300px;
}

.inner-banner-img {
	opacity: 0.3;
}

.inner-banner-img img {
	width: 100%;
	height: 300px;
	background-size: cover;
	display: none;
}

.uni-banner-text-area {
	position: absolute;
	text-align: left;
	padding-top: 50px;
	padding-bottom: 0;
	margin: 0px auto;
	z-index: 9;
	top: 70px;
	left: 7%;
}

.uni-banner-text-area h1 {
	font-size: 50px;
	font-weight: 600;
	margin: 0px auto;
	color: #fff;
	font-family: 'Bebas Neue', sans-serif;
	text-align: left;
	padding: 0px;
}

/* ==================================================
inner-banner
=====================================================*/
.service-section-detalis {
	padding: 80px 0px;
}

.service-section-detalis h2 {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: 'Anton', sans-serif;
	font-size: 36px;
	line-height: 55px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #000000;
	text-align: left;
}

.featuredpro-card {
	background: #fff;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
	padding: 0;
	border-radius: 10px 10px 0px 0px;
	margin: 0px 0px 40px 0px;
	min-height: auto;
}

.featuredpro-img {
	height: 225px;
	overflow: hidden;
}

.home_servicesec2 {
    margin-top: 30px;
}

.featuredpro-img img {
	height: 100% !important;
	width: 100% !important;
	object-fit: cover;
}

/*.featuredpro-text {*/
/*	position: relative;*/
/*	height: auto;*/
/*}*/
.featuredpro-card.blog {
	height: 620px;
}

.featuredpro-text.blog {
	height: 330px;
}

.contact-card {
	display: flex;
	gap: 20px;
	align-items: unset;
	margin: 0px 0 53px 0;
}

.contact-card .cntct-img {
	background: #D3232E 0% 0% no-repeat padding-box;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 40px 0px 0px;
}

.cntct-heading h6 {
	color: #000;
	font-size: 24px;
	margin: 25px 0px 0px;
	padding: 10px 20px;
}

.cntct-heading p {
	font-size: 16px;
	color: #555555;
	line-height: 22px;
	padding: 0px 20px 20px;
	margin: 0px;
	width: 100%;
}

.contact-right h2 {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: 'Anton', sans-serif;
	font-size: 36px;
	line-height: 55px;
	letter-spacing: 0px;
	font-weight: 600;
	color: #000000;
	text-align: center;
}

.contact-right .form-control {
	padding: 0.9rem .75rem;
	border: 1px solid #ccc5c5;
	color: #828282;
	margin-bottom: 20px;
}

.map-section {
	margin: 50px 0px;
	border: 1px solid #ccc;
}

.contact-right .default-button:hover {
	color: #fff;
	border-color: #D3232E;
	background: #D3232E;
}

.about-section.about-page {
	padding: 60px 0px;
}

.about-section.about-page .about-section-right-left h6::after {
	left: 140px;
}

.about-section.about-page .about-section-right-left h2 {
	font-size: 30px;
	line-height: 42px;
}

.about-section.about-page .number-tag-box h2 {
	font-size: 12px;
	gap: 8px;
}

/* ==================================================
blog section
=====================================================*/
.blog-section .blog-card {
	background: #fff;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
	padding: 6px;
	border-radius: 15px;
	margin: 0px 0px 26px 0px;
	min-height: 528px;
}

.blogimg {
	margin: 0px 0px 21px 0px;
	padding: 0px 0px;
	height: 300px;
	width: 100%;
	border-radius: 17px 17px 0px 0px;
	overflow: hidden;
}

.blog-section .blog-card-inner-text {
	padding: 0px 20px 30px 20px;
}

.blog-section .tag {
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	color: #646464;
	font-style: italic;
}

.blog-section .tag i {
	color: #b31d30;
}

.blog-section .content h3 a {
	font-size: 19px;
	line-height: 26px;
	color: #014088;
}

.blog-card-box {
	background: #fff;
	box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
	padding: 20px 20px;
	border-radius: 15px;
	margin: 0px 0px 26px 0px;
	min-height: auto;
}

.left-section {
	position: relative;
}

.has-search .form-control-feedback {
	position: absolute;
	z-index: 2;
	display: block;
	width: 2.675rem;
	height: 2.675rem;
	line-height: 2.6675rem;
	text-align: left;
	pointer-events: none;
	color: #aaa;
	right: 0px;
	top: 58px;
}

.blog-card-box {
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	padding: 20px 20px;
	border-radius: 5px;
	margin: 0px 0px 26px 0px;
	min-height: auto;
}

.recentposts {
	margin: 0px 0px;
	padding: 12px 0px;
	width: 100%;
	overflow: hidden;
	border-bottom: #4343438a 1px solid;
}

.recentimg {
	margin: 0px 12px 0px 0px;
	padding: 0px 0px;
	width: 91px;
	border-radius: 4px;
	border: #7A818494 1px solid;
	float: left;
	overflow: hidden;
}

.recentposts h6 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #63AAAB;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.recentposts h5 {
	margin: 0px 0px;
	padding: 13px 0px 12px 0px;
	color: #B3AFAF;
	font-size: 13px;
	font-weight: 400;
}

.recentimg img {
	height: 80px;
	width: 100%;
}

.featuredpro-text.services {
    height: 229px;
}

/* ==================================================
blog section
=====================================================*/
.lessons-header-content {
	width: 100%;
	height: 250px;
}

.lessons-header-content img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 10px;
}

.service-section-details-left {
	float: left;
	padding: 0px;
	margin: 0px;
}

.service-section-details-left img {
	border-radius: 15px;
}

.service-section-details-right {
	padding: 10px 20px;
	margin: 0px;
	float: left;
	font-size: 18px;
}

.featuredpro-card.blog .featuredpro-img img {
	height: 250px;
	width: 100%;
}

.featuredpro-img.services {
	height: 226px;
}

.about-section-right-left.about-page {
	width: 100%;
}

.about-cl p {
    margin: 0px 0px;
  padding: 10px 0px 20px 0px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 25px;
  text-align: left;
}

.page-id-10 .about-section-right-left {
    min-height: auto;
}
.home-service-button {
    text-align: center;
}