body {
	color: #6f6f6f;
	font-weight: 400;
}
.spacer {
    padding: 70px 0;
}
.subtitle {
    color: #868e96;
}
.text-secondary {
    color: #868e96;
}

@media (max-width: 767px) {
	.text-mob-left {
		text-align: left!important;
	}
}

/******************* 
Topbar
*******************/

.topbar {
	padding: 0px;
	transition: 0.2s ease-in;
	width: 100%;
	position: fixed;
	z-index: 20;
	background: #ffffff;
}

.topbar.fixed-header {
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	transition: 0.2s ease-in;
}

.topbar.fixed-header .navbar .navbar-brand img {
	width: 120px;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
	transition: 0.2s ease-in;
}


/*******************
This is for Header
*******************/

.header13 .h13-nav {
	padding: 15px 0;
}

.header13 .h13-nav .call-info {
	padding-left: 20px;
	border-left: 1px solid rgba(120, 130, 140, 0.13);
}

.header13 .h13-nav .navbar-nav {
	color: #8d97ad;
}

.header13 .h13-nav .navbar-nav .nav-item .nav-link {
	color: #8d97ad;
	padding: 10px 0;
	display: block;
	margin-left: 30px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.header13 .h13-nav .navbar-nav .nav-item:hover .nav-link,
.header13 .h13-nav .navbar-nav .nav-item.active .nav-link {
	color: #06a7fd;
}

.header13 .h13-nav .navbar-nav .nav-item:last-child {
	margin-left: 0;
}

.header13 .h13-nav .navbar-brand {
	padding: 5px 0;
}

.header13 .h13-nav .navbar-brand img {
	width: 160px;
	transition: 0.2s ease-in;
}

.header13 .h13-topbar {
	border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.header13 .h13-topbar .navbar-nav {
	align-items: center;
	padding: 15px 0;
}

.header13 .h13-topbar .navbar-nav.dir-col {
	flex-direction: column;
	align-items: flex-start;
}

.header13 .h13-topbar .navbar-brand {
	font-size: 14px;
	color: #8d97ad;
	padding-left: 15px;
}

.header13 .h13-topbar .navbar {
	padding: 0;
}

.header13 .h13-topbar .navbar .search-box {
	padding: 15px;
	width: 240px;
}

.header13 .h13-topbar .navbar .nav-item {
	padding: 0;
	color: #8d97ad;
}

.header13 .h13-topbar .navbar .nav-item .nav-link.inline {
	color: #232a37;
	display: inline-block;
	padding: 0 0.5rem 0 0;
}

.header13 .h13-topbar .navbar .nav-item .nav-link:first-child {
	padding-left: 0px;
}

.header13 .h13-topbar .navbar .nav-item:hover .nav-link {
	color: #06a7fd;
}

@media (max-width: 767px) {
	.header13 .h13-nav .navbar-brand {
		padding: 0;
	}
	.header13 .h13-nav .navbar-nav {
		border-top: 1px solid rgba(120, 130, 140, 0.13);
		padding-top: 10px;
		margin-top: 20px;
	}
	.h13-topbar .container {
		padding: 0;
	}
	.header13 .h13-topbar .navbar {
		padding: 10px 0;
	}
	.header13 .h13-topbar .navbar .btn {
		font-size: 14px;
		padding: 10px 15px;
	}
	.header13 .h13-topbar .navbar .navbar-toggler {
		margin-right: 0!important;
	}
	.header13 .h13-topbar .navbar-nav {
		border-top: 1px solid rgba(120, 130, 140, 0.13);
	}
	.header13 .h13-topbar .navbar .nav-item {
		padding: 5px 0;
	}
	.header13 .h13-topbar .navbar-nav.dir-col {
		align-items: center;
		margin-top: 10px;
	}
	.header13 .h13-nav .navbar-nav .nav-item .nav-link {
		margin-left: 0;
	}
}


/******************* 
Main & Page wrapper
*******************/

.page-wrapper {
	padding-top: 169px;
}

#main-wrapper {
	overflow: hidden;
}
@media (max-width: 767px) {
	.page-wrapper {
		padding-top: 149px;
	}
}


/*******************
Static slide 10
*******************/

.static-slider10 {
	padding: 10% 0;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

.static-slider10 .title {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
}

.static-slider10 h3 {
	color: #ffffff;
	font-weight: normal;
	font-size: 36px;
	line-height: 50px;
	font-family: "Calafia-Regular";
}

.static-slider10 .subtitle {
	color: #ffffff;
}

@media (max-width: 900px) {
	.static-slider10 .title {
		font-size: 40px;
		line-height: 45px;
	}
}

/*******************
Client 2
*******************/

.client2 .client-box {
	margin: 0px;
}

.client2 .client-box [class*="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.client2 .client-box [class*="col-"] img {
	width: 100px;
	filter: grayscale(1);
	transition: filter 0.4s;
}
.client2 .client-box [class*="col-"] img:hover {
	filter: grayscale(0);
}

/*******************
Feature 43
*******************/
.wrap-feature43-box .col-md-6 {
	margin-bottom: 60px;
}

/*******************
Counter box
*******************/
.counter-box [class^="col-"] {
	padding: 33px 15px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.counter-box [class^="col-"]:last-child {
    border-right: 0px;
}

.counter-box-dark [class^="col-"] {
	border-right: 1px solid rgba(120, 130, 140, 0.13);
}

.counter-box-dark [class^="col-"]:last-child {
    border-right: 0px;
}

@media (max-width: 767px) {
	.counter-box [class^="col-"] {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 0;
	}
	.counter-box [class^="col-"]:last-child {
		border-bottom: 0px;
	}
}

/*******************
Feature 24
*******************/

.wrap-feature-24 {
	margin-top: 60px;
}

.wrap-feature-24 [class^="col-"] {
	margin-bottom: 30px;
}

.wrap-feature-24 .card {
	height: 100%;
	margin: 0;
	overflow: hidden;
	transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
}

.wrap-feature-24 .card:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}

.wrap-feature-24 .service-24 {
	text-align: center;
	padding: 40px 0;
	display: block;
	height: 100%;
}

.wrap-feature-24 .service-24 i {
	color: #00b4ff;
	font-size: 50px;
}

.wrap-feature-24 .service-24 img {
	width: 80px;
}

.wrap-feature-24 .service-24 .ser-title {
	margin: 15px 15px 5px;
	font-weight: 500;
}

.wrap-feature-24 .service-24:hover,
.wrap-feature-24 .service-24:focus {
	background: #ff4d7e;
	background: linear-gradient(65deg, #188ef4 0%, #316ce8 100%);
}

.wrap-feature-24 .service-24:hover i,
.wrap-feature-24 .service-24:hover .ser-title,
.wrap-feature-24 .service-24:focus i,
.wrap-feature-24 .service-24:focus .ser-title {
	color: #ffffff;
	text-fill-color: #ffffff;
	-webkit-text-fill-color: #ffffff;
}

.wrap-feature-24 .service-24:hover i,
.wrap-feature-24 .service-24:focus i {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.wrap-feature-24 [class^="col-"]:last-child {
		margin-bottom: 0px;
	}
}


/*******************
Feature 12
*******************/
.wrap-feature-12 {
	position: relative;
}
.wrap-feature-12 [class*=col-md-12] {
    margin-bottom: 30px;
    transition: 0.2s ease-in;
}
.wrap-feature-12 [class*=col-md-12]:hover {
    transform: scale(1.1);
}
.wrap-feature-12 .uneven-box {
    margin-top: 100px;
}
@media (max-width: 767px) {
	.wrap-feature-12 .uneven-box {
		margin-top: 0px;
		display: none;
	}
}
/*******************
form-banner 2
*******************/
#banner2 {
	background: right -3em center no-repeat #e9f3f8;
}

#banner2 h2 {
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -1px;
}

#banner2 input,
#banner2 textarea {
	padding: 15px;
	margin: 0;
	border: none;
	display: inline-block;
	vertical-align: top;
}

#banner2 input[type="text"],
#banner2 textarea {
	color: #8d97ad;
	font-weight: 300;
	-webkit-box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: -5px 0 30px 0 rgba(0, 0, 0, 0.05);
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

#banner2 input[type="submit"],
#banner2 button {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}

#banner2 input[type="submit"]:hover {
	opacity: 0.7;
}

#banner2 .row .col-lg-6:first-child {
	width: 100%!important;
}

/*Slider Style Start*/
/*-------------------*/
#slider-sec .slide-text {
	max-width: 1170px;
	padding: 0 15px;
	top: 50%;
	left: 50%;
	right: auto;
	width: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
}

#slider-sec .carousel-item {
	height: 500px;
	background-position: 50% 50%;
	background-size: cover;
}
#slider-sec .carousel-item:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(90deg, rgba(32, 35, 43, 0.9), rgba(32, 35, 43, 0.2));
    opacity: 1;
	z-index: 0;
}

#slider-sec .carousel-control-next {
	width: auto;
	padding-right: 15px;
}

#slider-sec .carousel-control-prev {
	width: auto;
	padding-left: 15px;
}

#slider-sec .slide-image {
	margin: auto;
	width: 100%;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

#slider-sec h2 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

#slider-sec p {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

#slider-sec .btn {
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

.slider2 .bs-slider-overlay {
	background: rgba(32, 35, 43, 0.8);
}

.slider2 .slider-control span {
	width: 53px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
}

.slider2 label {
	line-height: 27px;
	border-radius: 0;
	color: #1a1a1a;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.slider2 h2 {
	line-height: 44px;
	font-size: 36px;
}

.slider2 p,
.slider2 h6 {
	line-height: 24px;
	font-weight: 400;
}

.slider2 .carousel-indicators {
	bottom: 0;
}
.slider2 .carousel-indicators li {
    background-color: #ffffff;
}
.slider2 .carousel-indicators li.active {
	background-color: #ff4d7e;
}


@media (min-width: 1440px) {
	#slider-sec .carousel-item {
		height: 600px;
		background-position: 50% 40%;
	}
}
@media (max-width: 767px) {
	.slider2 .title {
		line-height: 36px;
		font-size: 28px;
		margin-bottom: 40px;
	}
	#slider-sec .carousel-control-prev,
	#slider-sec .carousel-control-next {
		display: none;
	}
}

/*******************
Feature 16
*******************/
.wrap-feature-16 [class*=col-] {
	padding: 60px 35px;
}

.wrap-feature-16 .with-bg {
	width: 100%;
	min-height: 200px;
	background-size: cover;
	background-position: 90% 50%;
}

.wrap-feature-16 .with-text {
	max-width: 500px;
	margin-left: 40px;
}
@media (max-width: 767px) {}
	.wrap-feature-16 .with-text {
		margin-left: 0px;
	}
}
.list-block li i {
    margin-top: 0;
}

/*******************
Pricing 2
*******************/

.pricing2 {
	background-size: cover;
	max-height: 530px;
	margin-bottom: 200px;
	position: relative;
}
.pricing2:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: linear-gradient(180deg, rgba(24, 142, 244, 0.8), rgba(49, 108, 232, 0.8));
    opacity: 1;
	z-index: 0;
}

.pricing2 .pricing-box {
	margin-top: 150px;
}

.pricing2 .above-card {
	margin: -70px -32px -32px;
}

.pricing2 .above-card .card {
	padding: 30px 0;
}

.pricing2 .pricing-text sup {
	top: -50px;
	font-size: 24px;
	font-weight: 300;
}
.pricing2 .pricing-text sub {
	bottom: 0;
	font-size: 24px;
	font-weight: 300;
	color: #ff4d7e;
	margin-left: 5px;
}

.pricing2 .pricing-text span {
	font-size: 100px;
	font-weight: 300;
	line-height: 100px;
	color: #ff4d7e;
	letter-spacing: -5px;
}

.pricing2 .list-inline {
	margin: 0 0 30px 0;
}

.pricing2 .list-inline li {
	padding: 7px 0;
}

@media (max-width: 767px) {
	.pricing2 {
		max-height: 100%;
		margin-bottom: 0px;
	}
	.pricing2 .pricing-box {
		margin-top: 20px;
	}
	.pricing2 .pricing-box .card > div {
		padding: 20px!important;
	}
	.pricing2 .display-5 {
		font-size: 36px;
	}
	.pricing2 .above-card {
		margin: 0;
	}
	.pricing2 .above-card .card {
		padding: 0px;
	}
}
.footer4 .f4-bottom-bar {
	padding-top: 0;
	margin-top: 0;
}

.wrap-image {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.min-h-600 {
	min-height: 600px;
}
.min-h-50vw {
	min-height: 50vw;
}
@media (max-width: 767px) {
	.min-h-600 {
		min-height: 200px;
	}
}