/*******************************************************
    Template Name    : Sparrow - Agency & Consulting Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2020
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.About Section Style
    06.Counter Section Style
    07.Services Section Style
    08.Portfolio Section Style
    09.Team Section Style
    10.Testimonials Section Style
    11.Pricing Section Style
    12.Blog Section Style
    13.Contact Section Style
    14.Footer Section Style
 *************************************/

/**************************************
 * 01. Generale Style
 *************************************/

body {
	background: #ffffff;
	color: #333;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Catamaran', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}
a {
	color: #8fbc8f;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
}
a:hover {
	color: #8fbc8f;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #8fbc8f;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #555;
	line-height: 26px;
	font-family: 'Catamaran', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #8fbc8f;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
	display: inline-block;
	padding: 10px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	font-weight: 700;
	border: 0;
	background: #fed100;
	transition: all 500ms ease;
	cursor: pointer;
	color: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-radius: 30px;
	margin-top: 25px;
}
.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 50%;
	background-color: #191842;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.button::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	width: 100%;
	height: 50%;
	background-color: #191842;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.button:hover::before {
	left: 0;
}
.button:hover::after {
	right: 0;
}
.button:hover {
	color: #fff;
	background: transparent;
}
.color-text {
	color: #8fbc8f;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 100px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}
.section-title h5 {
	color: #ff9f12;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 5px;
	font-family: 'Teko', sans-serif;
}
.section-title h2 {
	font-weight: 700;
	font-size: 60px;
	line-height: 1.3;
	color: #333;
	font-family: 'Teko', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #fccf00;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #191842;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* owl theme */

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 8px;
	margin: 5px 5px;
	background: #fccf00;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
	width: 12px;
	height: 8px;
	transition: .3s;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 2px solid #fccf00;
	transition: .3s;
}
/**************************************
 * 02.Preloader Style
 *************************************/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999999;
}
.preloader .preloader-inner {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.preloader .preloader-inner span {
	position: absolute;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background-color: #2f5bea !important;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
}
.preloader .preloader-inner span:last-child {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}
@-webkit-keyframes preloader {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}
/**************************************
 * 03.Navber Style
 *************************************/

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}
.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-family: 'Catamaran', sans-serif;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}
.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-b.navbar-reduce .nav-link {
	color: #000000;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #000;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #000;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #8fbc8f;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #8fbc8f;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
/**************************************
 * 04.Home Section Style
 *************************************/

.home-area {
	height: 100vh;
	position: relative;
	color: #fff;
	text-align: center;
	background: url(/images/public/stormwater-pond.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 40px;
}
.home-area::after {
	position: absolute;
	top: 0;
	content: "";
	left: 0px;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: -1;
	background: #060620;
}
.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-area .home-content h1 {
	font-size: 55px;
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: 900;
	line-height: 1.5;
}
.home-area .home-content p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
}
.home-button-box {
	margin-top: 0px;
}
.home-button-box .home-btn-1 {
	margin-right: 15px;
}

/**************************************
 * 05.About Section Style
 *************************************/

.about-area {
	background-color: #fff;
}
.about-area .about-img-wrapper .about-images-1,
.about-area .about-img-wrapper .about-images-2,
.about-area .about-img-wrapper .about-images-3 {
	height: 200px;
	border-radius: 10px;
	overflow: hidden;
}
.about-area .about-img-wrapper .about-images-1 img,
.about-area .about-img-wrapper .about-images-2 img,
.about-area .about-img-wrapper .about-images-3 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
.about-area .about-img-wrapper .about-images-3 {
	width: 75%;
	margin-top: 20px;
}
.rcom-padding {
	padding: 0 10px;
}
.about-content-text h5 {
	color: #ff9f12;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 5px;
	font-family: 'Teko', sans-serif;
}
.about-content-text h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.about-feature-wrapper {
	margin-top: 15px;
}
.about-feature-wrapper h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}
.about-feature-wrapper p {
	margin-bottom: 15px;
}
.about-feature-wrapper ul li {
	font-weight: 500;
}
.about-feature-wrapper ul li i {
	color: #8fbc8f;
	padding-right: 5px;
}
/**************************************
 * 06. Counter Section Style
 *************************************/

.counter-area {
	position: relative;
	z-index: 1;
	background: #080808;
	background-image: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.counter-area::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #141a3c;
	z-index: -1;
	opacity: 0.5;
}
.counter-item {} .single-counter-box {
	text-align: center;
}
.single-counter {
	padding: 15px 0px;
	position: relative;
	z-index: 1;
}
.single-counter:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: .3;
}
.single-counter.no-bord:after {
	display: none;
}
.single-counter i {
	color: #000000;
	font-size: 100px;
	text-shadow: 1px -1px 0px #793be8, 0px 1px 0px #FF5722;
	z-index: -1;
	opacity: .7;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.single-counter h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: 35px;
	font-weight: 800;
}
.single-counter p {
	line-height: 1.5;
	color: #fff;
	margin-top: 8px;
	font-size: 18px;
	font-weight: 700;
}
/**************************************
 * 07.Services Section Style
 *************************************/

.services-area {
	background-color: #fff;
}
.services-area .section-title {
	text-align: center;
	margin-bottom: 45px;
}
.single-services {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 3px 20px 0 rgb(181 138 255 / 0.25);
	box-shadow: 0 3px 20px 0 rgb(181 138 255 / 0.25);
	background-color: #ffffff;
	padding: 35px 30px;
	border-radius: 0px 0px 3px 3px;
	margin-top: 30px;
	transition: .3s;
	border-top: 5px solid #8fbc8f;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.single-services::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 0%;
	background: #8fbc8f;
	border-radius: 0px 0px 3px 3px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.single-services:hover::before {
	height: 100%;
}
.single-services:hover {
	box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.services-icon {
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
	background: #f7f7fa;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.services-icon i {
	color: #FF9800;
	font-size: 35px;
	line-height: 50px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.services-text {
    min-height: 200px; 
}
@media (max-width: 768px) {
    .services-text {
        min-height: auto;
    }
}

.services-text h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.services-text p {
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.single-services:hover .services-icon {
	background-color: #ffffff;
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.single-services:hover .services-icon i {
	color: #8fbc8f;
}
.single-services:hover h3 {
	color: #ffffff;
}
.single-services:hover h3 a {
	color: #ffffff;
}
.single-services:hover p {
	color: #ffffff;
}
/**************************************
 * 08.Portfolio Section Style
 *************************************/

.portfolio-area {
	background: #10141b;
	position: relative;
	background-image: url(../img/banner-bg-svg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.portfolio-area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	z-index: -1;
	background: #141a3c;
}
.portfolio-area .swiper-slide {
	padding: 0px 15px;
}

.portfolio-area .content {
	position: relative;
}
.portfolio-area .content .item-img {
	position: relative;
	height: 480px;
	line-height: 0;
	border-radius: 10px 10px 0 0;
}

.portfolio-area.caroul .content .item-img {
	height: 400px;
}
.portfolio-area .content .item-img {
	height: 480px;
	border-radius: 0;
}
.portfolio-area .swiper-slide-active .content .slider-info {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.portfolio-area .content .slider-info {
	position: relative;
	text-align: center;
	padding: 30px 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background: rgb(255 255 255 / 0.03);
	background: linear-gradient(90deg, rgb(2 0 36 / 0%) 0%, rgb(255 255 255 / 22%) 45%, rgb(243 243 243 / 0%) 100%);
}
.portfolio-area .content .slider-info {
	position: relative;
}
.portfolio-area .content .slider-info h6 a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.portfolio-area .content .slider-info h4 a {
	font-size: 17px;
	color: #fff;
}

.portfolio-area .simp-next,
.portfolio-area .simp-prev {
	color: #333;
	top: auto;
	bottom: 0;
}
.portfolio-area .simp-next:after,
.portfolio-area .simp-prev:after {
	display: none;
}
.portfolio-area .simp-next {
	right: 18px;
}
.portfolio-area .simp-prev {
	left: 18px;
}
.after-btn {
	position: relative;
	padding: 7px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
}
.after-btn:after {
	content: '';
	width: 45%;
	height: 100%;
	background: rgb(255 255 255 / 18%);
	position: absolute;
	left: 0;
	top: 0;
}
.after-btn.right:after {
	left: auto;
	right: 0;
}
/**************************************
 * 09.Team Section Style
 *************************************/

.team-content-info h5 {
	color: #ff9f12;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 10px;
	font-family: 'Teko', sans-serif;
}
.team-content-info h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}
.team-content-info .skills-box {
	margin-top: 50px;
}
.skills-box .skill-single-item {
	margin-bottom: 50px;
}
.skills-box .skill-single-item:last-of-type {
	margin-bottom: 0;
}
.skills-box h6 {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.skills-box .skill-progress {
	height: 7px;
	background-color: rgba(255, 255, 255, 0.05);
	position: relative;
}
.skills-box .skill-progress .progres {
	position: absolute;
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	background-color: #8fbc8f;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}
.skills-box .skill-progress .progres:after {
	content: attr(data-value);
	position: absolute;
	right: 10px;
	top: -47px;
	padding: 5px 12px;
	border-radius: 5px;
	background: #8fbc8f;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.skills-box .skill-progress .progres:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #8fbc8f;
	position: absolute;
	right: 15px;
	bottom: 11px;
}

.team-area .img-box .img {
	min-width: 150px !important;
}
.team-area .img-box .img.size-xl {
	width: 100%;
}
.team-area .img-box .img.size-md {
	width: 75%;
}
.team-area .img-box .img.size-sm {
	width: 100%;
}
.team-area .img-box .left-box .img {
	margin-left: auto;
}
.team-area .img-box .right-box .img {
	margin-right: auto;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.div-tooltip-tit {
	display: none;
	position: absolute;
	color: #fff;
	background-color: #000;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 99999;
}
.div-tooltip-sub {
	display: none;
	position: absolute;
	background-color: #fff;
	padding: 10px;
	color: #111;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 99999;
}
/**************************************
 * 10.Testimonial Section Style
 *************************************/

.testimonial-area {
	text-align: center;
	position: relative;
	background-image: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}
.testimonial-area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
	z-index: -1;
	background: #141a3c;
}
.testimonial-area .section-title h2 {
	font-weight: 700;
	color: #fff;
}
.testimonial-area .section-title p {
	color: white;
}
.single-testimonial {
	position: relative;
	background: transparent;
	padding: 0px 45px;
}
.single-testimonial .testimonial-content {
	margin-bottom: 25px;
	text-align: center;
}
.single-testimonial .testimonial-content p {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	line-height: 1.8;
	letter-spacing: 1px;
}
.testi-content-inner .avatar {
	margin: 0 auto;
	margin-bottom: 15px;
}
.single-testimonial .avatar img {
	border-radius: 50%;
	border: 5px solid #ffffff;
	width: 90px;
	margin: 0 auto;
	border-left-color: #fccf00;
	border-bottom-color: #fccf00;
}
.single-testimonial .testimonial-bio {
	text-align: center;
}
.single-testimonial .testimonial-bio .bio-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	color: #fff;
}
.single-testimonial .testimonial-bio .bio-info span {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 2px;
}
.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px;
}
/**************************************
 * 11.Pricing Section Style
 *************************************/

.price-area {
	background: #fff;
}
.price-area .section-title {
	text-align: center;
	margin-bottom: 35px;
}
.single-pricing-content {
	padding: 30px 30px;
	background: #ffffff;
	text-align: left;
	border-radius: 3px;
	box-shadow: -1px 3px 20px 0px rgb(82 90 101 / 10%);
	transition: all 0.4s ease 0s;
	margin-top: 30px;
}
.single-pricing-content:hover {
	box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1)!important;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.price-tag {
	position: relative;
}
.price-tag h3 {
	position: absolute;
	display: block;
	width: 115px;
	height: 50px;
	-webkit-border-radius: 0 25px 25px 0;
	-moz-border-radius: 0 25px 25px 0;
	border-radius: 25px 0 0 25px;
	background: #fccf00;
	line-height: 50px;
	font-size: 20px;
	color: #000;
	top: 2px;
	left: -45px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(-90deg);
	text-align: center;
}
.price-heading {
	margin-bottom: 20px;
	text-align: center;
}
.price-heading .price-usd h2 {
	font-size: 50px;
	font-weight: 700;
	color: #8fbc8f;
	padding: 15px 0;
	font-family: 'Teko', sans-serif;
}
.price-heading .price-usd .price-small-text {
	font-size: 15px;
	display: block;
	font-weight: 500;
	color: #3e3e3e;
	margin-top: -20px;
}
.price-body ul li {
	display: block;
	border-top: 1px dashed;
	padding: 10px 0;
	border-color: #dfe4e8;
}
.single-pricing-content .price-body {
	text-align: center;
}
.price-body ul li:last-child {
	padding-bottom: 0;
}
.price-body .offer-list-none {
	color: #b7b7b7;
}
.price-btn {
	text-align: center;
}
.price-button {
	color: #fff;
	background: #191842;
}
/**************************************
 * 12. Blog Section Style
 *************************************/

.blog-area {
	background: #f9f9fa;
}
.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 10px rgba(218, 225, 232, .7);
	box-shadow: 0 3px 10px rgba(218, 225, 232, .7);
	border-radius: 3px;
	position: relative;
}
.blog-area .post-img {
	position: relative;
	overflow: hidden;
}
.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}
.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: rotate(3deg) scale(1.1, 1.1);
	-ms-transform: rotate(3deg) scale(1.1, 1.1);
	transform: rotate(3deg) scale(1.1, 1.1);
}
.single-blog .blog-tag {
	position: absolute;
	top: 15px;
	right: 15px;
	background: #8fbc8f;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	z-index: 2;
	text-transform: uppercase;
}
.single-blog .blog-tag a {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	font-weight: 700;
	display: block;
}
.blog-area .single-blog .blog-content {
	padding: 30px 25px;
}
.blog-category {
	margin-bottom: 15px;
}
.blog-area .single-blog .blog-type {
	font-weight: 700;
	color: #8fbc8f;
	font-size: 15px;
	display: inline-block;
}
.blog-area .single-blog .blog-type:hover {
	color: #8fbc8f;
	text-decoration: underline !important;
}
.blog-area .single-blog .blog-content h5 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 5px;
	display: block;
}
.blog-area .single-blog .blog-content h5 a:hover {
	color: #8fbc8f;
	text-decoration: underline !important;
}
.blog-bottom-text-link {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.blog-bottom-text-link span {
	font-size: 15px;
	color: #5a5a5a;
	font-weight: 700;
}
.single-blog .blog-content .blog-bottom-text-link a {
	font-size: 16px;
	font-weight: 700;
	color: #555;
	margin-bottom: 5px;
	display: block;
}
.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #8fbc8f;
	text-decoration: underline !important;
}
/**************************************
 * 13. Contact Section Style
 *************************************/

.contact-area {} .form-input-box {
	position: relative;
}
.contact-area .form input,
.contact-area .form textarea {
	height: 47px;
	width: 100%;
    padding: 10px 0 10px 5px;
	color: #000;
	font-size: 18px;
	border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-weight: 500;
	background: transparent;
}
.contact-area .form textarea {
	height: auto;
	max-width: 100%;
}
#contactUsContainer .contact-btn {
	letter-spacing: 1px;
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}
button,
input,
textarea {
	color: #333;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}

/**************************************
 * 14. Footer Section Style
 *************************************/

.footer-main-wrapper {
	padding: 0;
	background-color: #070f21;
}
.footer-top-wrapper {
	background-color: #070915;
}
.footer-bottom-wrapper {
	padding: 0 0 20px;
	background-color: #0a0d1b;
}
.contact-info h6 {
	color: #fccf00;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 3px;
	margin-bottom: 15px;
}
.contact-info p {
	color: #ffffff;
}
.footer-social-icon {
	margin-top: 10px;
}
.footer-social-icon li {
	display: inline-block;
	margin-right: 10px;
}
.footer-social-icon li a {
	color: #070915;
    background: #ffffff;
    border-radius: 3px;
    width: 30px;
    font-size: 14px;
    height: 28px;
    line-height: 32px;
    text-align: center;
    display: block;
}
.footer-social-icon li a:hover {
	opacity: 0.4;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.footer-copyright-text p {
	color: #fff;
}

.video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* For a 16:9 aspect ratio (9 / 16 = 0.5625) */
	height: 0;
	overflow: hidden;
}

	.video-container video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
