/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	--theme-color: #00417d;
}


body {
	margin: 0
}

.scw-switcher-wrap,
.scw-trigger-icon {
	position: fixed;
	left: auto;
	background-color: #fff
}

.scw-trigger-icon {
	width: 44px;
	height: 44px;
	top: 121px;
	right: 26px;
	border: 0;
	padding: 0;
	text-align: center;
	z-index: 5;
	cursor: pointer
}

.scw-trigger-icon i {
	font-size: 18px
}

.scw-switcher-wrap.scw-switcher-open i:nth-of-type(1),
.scw-switcher-wrap:not(.scw-switcher-open) i:nth-of-type(2) {
	display: none
}

.scw-switcher-wrap {
	top: 120px;
	right: 25px;
	padding: 23px;
	width: 0;
	height: 0;
	border: 1px solid rgba(0, 0, 0, .09);
	border-radius: 3px;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease
}

.scw-switcher-wrap.scw-switcher-open {
	width: 300px;
	height: 70%;
	padding: 35px 25px;
	overflow-y: scroll
}

.scw-switcher-wrap .widget {
	margin: 0
}

.scw-switcher-wrap .line,
.scw-switcher-wrap .widget {
	opacity: 0;
	-webkit-transition: opacity 0s ease;
	-o-transition: opacity 0s ease;
	transition: opacity 0s ease
}

html {
	font-size: 16px !important
}

.scw-switcher-wrap.scw-switcher-open .line,
.scw-switcher-wrap.scw-switcher-open .widget {
	opacity: 1;
	-webkit-transition: opacity .3s .4s ease;
	-o-transition: opacity .3s .4s ease;
	transition: opacity .3s .4s ease
}

.scw-switcher-wrap .widget h4 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px
}

.scw-switcher-wrap .btn-container {
	margin: 0 -5px -5px 0
}

.scw-switcher-wrap .btn {
	margin: 0 5px 5px 0
}

.scw-switcher-wrap .row {
	margin: 0 -5px
}

.scw-switcher-wrap .col-6 {
	padding: 5px
}

body:not(.has-plugin-isotope) .portfolio-reveal .portfolio-desc {
	display: none
}

.overlay-trigger-icon:hover {
	opacity: .8 !important
}

.bg-section-1 {
	background-image: url(../images/banner-image-2.jpg);
	background-image: url('<?php echo $theme_link; ?>images/icons/logo.png');
	background-color: #fff;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 1rem;
	border-image: 1 fill linear-gradient(45deg, #1abc9c, #79ffe44d, #c6fff431);
	border-image: 1 fill linear-gradient(45deg, #007d64, #000000a6, #000000a8);
}

.bg-section-1 .hero-text2 h1 {
	color: #fff;
}

.bg-section-1 .hero-text2 {
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(0%, -50%);
	color: #fff;
}

/* social media icon bottom  */

.section-wrapper-social {

	position: fixed;
	right: 75px;
	bottom: 106px;
	z-index: 3;
}

.section-wrapper-social .floating-action-button {
	width: 60px;
	height: 60px;
	color: white;
	font-size: 30px;
	cursor: pointer;
	transform: rotate(45deg);
}

.section-wrapper-social .floating-action-button .share-btn {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: var(--theme-color);
	border-radius: 10px;
	box-shadow: 0px 2px 17px -1px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

.section-wrapper-social .floating-action-button .share-btn #share-icon {
	display: block;
}

.section-wrapper-social .floating-action-button .share-btn #close-icon {
	display: none;
}

.section-wrapper-social .floating-action-button .share-btn.active #share-icon {
	display: none;
}

.section-wrapper-social .floating-action-button .share-btn.active #close-icon {
	display: block;
}

.section-wrapper-social .floating-action-button ul {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.section-wrapper-social .floating-action-button ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	color: black;
	list-style-type: none;
	transform: scale(0.95);
	transition: 0.5s;
	border-radius: 10px;
	box-shadow: 0px 0px 4px #909090;
}

.section-wrapper-social .floating-action-button ul.active li:hover {
	background-color: #b3b3b3;
}

.section-wrapper-social .floating-action-button ul.active li:nth-child(1) {
	top: 100%;
	left: 100%;
	transition-delay: 0s;
}

.section-wrapper-social .floating-action-button ul.active li:nth-child(2) {
	top: 100%;
	left: 0%;
	transition-delay: 0.2s;
}

.section-wrapper-social .floating-action-button ul.active li:nth-child(3) {
	top: 100%;
	left: -100%;
	transition-delay: 0.4s;
}

.section-wrapper-social .floating-action-button ul.active li:nth-child(4) {
	top: 0%;
	left: -100%;
	transition-delay: 0.6s;
}

.section-wrapper-social .floating-action-button ul.active li:nth-child(5) {
	top: -100%;
	left: -100%;
	transition-delay: 0.8s;
}

.section-wrapper-social ion-icon {
	font-size: 18px;
	transform: rotate(-45deg);
}

.hide {
	display: none;
}

.show {
	display: block;
}

/* social media icon bottom  */


/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage {
	padding-top: 40px
}

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	border: 0;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 25px;
}

.testi-image {
	float: none;
	margin: -55px auto 0;
	margin-bottom: 20px;
}

.testi-content p {
	text-align: center;
	font-style: normal;
	font-family: var(--fontfamily, 'Poppins', sans-serif);
	font-size: var(--basefontsize, 16px);
}

.testi-meta {
	text-align: center;
	margin-top: 20px;
}


/* hover floating index  */
.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}

.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Poppins', sans-serif;
}

.tp-video-play-button {
	display: none !important;
}

.tp-caption {
	white-space: nowrap;
}

#logo img {
	object-fit: contain;
}

#logo {
	max-width: 250px;
	width: 50%
}

#floating-icons.container {
	display: flex;
	flex-wrap: wrap;
}

#floating-icons .column {
	text-align: center;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	transition: box-shadow 0.3s ease;
	/* flex: 1; */
}

#floating-icons .column:hover {
	animation: float 1.5s ease-in-out infinite alternate;
	/* box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#floating-icons .icon {
	font-size: 2.5rem;
	color: var(--theme-color);
	margin-bottom: 10px;
}

#floating-icons .title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 5px;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

.section-wrapper-social {
	transition: all .3s ease-in-out;
}

.section-wrapper-social:has(.share-btn) {
	right: 25px;
	bottom: 25px;

}

.section-wrapper-social:has(.share-btn.active) {
	right: 75px;
	bottom: 106px;
}

.stretched #gotoTop {
	bottom: 100px;
}


.content-wrap {
	padding: 30px 0;
}


@media screen and (max-width:768px) {


	.heading-block {
		margin-bottom: 10px;
	}

	#footer .footer-widgets-wrap {
		position: relative;
		padding-top: 30px
	}

	.sub-menu-container .menu-item>.menu-link {
		font-size: 15px;
		font-weight: 500;
		color: #4c4c4c;
	}

	.footer-widgets-wrap img {
		width: 67%
	}
}


.tp-tabs.tp-span-wrapper {
	top: 20%
}

body {
	font-family: 'Source Sans Pro', sans-serif !important;

}

.menu-link {
	font-family: 'Source Sans Pro', sans-serif !important;
	/* text-transform: uppercase; */
}

nav .menu-item {
	text-transform: uppercase !important;
}

.ban_sec {
	width: 100%;
}

.ban_img {
	width: 100%;
	position: relative;
}

.ban_img img {
	width: 100%;
}

.ban_text {
	position: absolute;
	top: 50%;
	left: 6%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ban_text strong {
	font: 800 62.22px/70px "Montserrat", sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.ban_text strong span {
	font: 400 44.44px/52px "Montserrat", sans-serif;
	letter-spacing: 3px;
}

.ban_text p {
	font: 400 25px/30px "Montserrat", sans-serif;
	color: #fff;
	margin: 7px 0 25px;
}

.ban_text a {
	display: inline-block;
	font: 800 19.39px/24px "Montserrat", sans-serif;
	background: #282828;
	border-radius: 26px;
	color: #fff;
	padding: 12px 28px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.ban_text a:hover {
	background: var(--theme-color);
	;
}

@media (min-width: 1200px) and (max-width: 1399px) {
	.ban_text p {
		font-size: 21px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.ban_text p {
		font-size: 17px;
	}

	.ban_text strong {
		font-size: 50px;
		line-height: 60px;
	}

	.ban_text strong span {
		font-size: 37px;
	}

	.ban_text a {
		font-size: 16px;
		line-height: 19px;
	}
}

@media only screen and (max-width: 991px) {
	.ban_text strong {
		font-size: 35px;
		line-height: 40px;
	}

	.ban_text strong span {
		font-size: 28px;
		line-height: 35px;
		letter-spacing: 2px;
	}

	.ban_text p {
		font-size: 14px;
		line-height: 20px;
	}

	.ban_text a {
		font-size: 13.39px;
		line-height: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.ban_img img {
		min-height: 290px;
		object-fit: cover;
	}
}

@media only screen and (max-width: 575px) {
	.ban_text strong {
		background: rgba(0, 0, 0, 0.8);
		padding: 10px;
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width: 480px) {
	.ban_text strong span {
		font-size: 22px;
		line-height: 31px;
		letter-spacing: 1px;
	}

	.ban_text {
		left: 2%;
	}
}

a[href="#"].anime {
	color: inherit;
	text-decoration: none;
}



a[href="#"].anime {
	background: linear-gradient(to right, rgba(100, 200, 200, 1), rgba(100, 200, 200, 1)),
		linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
	background-size: 100% 0.1em, 0 0.1em;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
}

a[href="#"].anime:hover,
a[href="#"].anime:focus {
	background-size: 0 0.1em, 100% 0.1em;
}

.slider-element {
	min-height: 350px
}