/*----------------------------------------------------
					01-global Style
----------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	outline: none !important;
}

body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
}

.fa {
	font-family: 'FontAwesome';
	font-style: normal;
}

a,
a:hover {
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: #fff
}

b,
strong {
	font-weight: bold;
}

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

h1 {
	font-size: 50px;
	line-height: 50px;
}

h2 {
	font-size: 40px;
	line-height: 45px;
}

h3 {
	font-size: 30px;
	line-height: 34px;
}

h4 {
	font-size: 24px;
	line-height: 27px;
}

h5 {
	font-size: 21px;
	line-height: 25px;
}

h6 {
	font-size: 17px;
	line-height: 20px;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #666;
	margin-bottom: 0;
    text-align: center;
}

.palign{
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
}

.title-h {
	text-align: left;
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 10px;
	padding-left: 15px;
}

.title-h .line {
	left: 0%;
	top: 0;
	transform: translateX(-50%);
	bottom: 0;
	width: 3px;
}

.title-p {
	text-align: justify;
	/* margin: 0 50% 50px 0; */
	font-size: 15px;
	color: #666;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.flex-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

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

/*** position ***/
.p-relative {
	position: relative;
}

.p-absolute {
	position: absolute;
}

.left-0 {
	left: 0;
}

.image-back-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

.image-back-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.image-back-center {
	position: absolute;
	left: 33.333333%;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover
}

.text-box {
	padding: 80px;
}

/*** padding ***/
.sec-padding {
	padding: 80px 0;
}

.sec-padding-test {
	padding: 180px 0;
}

.footer-padding {
	padding: 40px 0;
}

.no-padding {
	padding: 0 !important;
}

.p-5px {
	padding: 5px;
}

.p-10px {
	padding: 5px 10px;
}

.p-15px {
	padding: 15px;
}

.p-20px {
	padding: 20px;
}

.p-40px {
	padding: 40px;
}

.p-50px {
	padding: 50px;
}

.pt-30px {
	padding-top: 30px;
}

.pb-15px {
	padding-bottom: 15px;
}

.pr-30px {
	padding-right: 30px;
}

.pr-50px {
	padding-right: 50px;
}

.pl-3px {
	padding-left: 3px;
}

.pl-5px {
	padding-left: 5px;
}

.pl-30px {
	padding-left: 30px;
}

.pl-50px {
	padding-left: 50px;
}

.pl-90px {
	padding-left: 90px;
}

/***** margin *****/

/* margin-top */
.mt-0px {
	margin-top: 0px;
}

.mt-5px {
	margin-top: 5px;
}

.mt-10px {
	margin-top: 10px;
}

.mt-15px {
	margin-top: 15px;
}

.mt-20px {
	margin-top: 20px;
}

.mt-25px {
	margin-top: 25px;
}

.mt-30px {
	margin-top: 30px;
}

.mt-40px {
	margin-top: 40px;
}

/* margin-bottom */
.mb-0px {
	margin-bottom: 0px !important;
}

.mb-5px {
	margin-bottom: 5px;
}

.mb-6px {
	margin-bottom: 6px;
}

.mb-7px {
	margin-bottom: 7px;
}

.mb-10px {
	margin-bottom: 10px;
}

.mb-15px {
	margin-bottom: 15px;
}

.mb-20px {
	margin-bottom: 20px;
}

.mb-25px {
	margin-bottom: 25px;
}

.mb-30px {
	margin-bottom: 30px;
}

.mb-35px {
	margin-bottom: 35px;
}

.mb-40px {
	margin-bottom: 40px;
}

.mb-50px {
	margin-bottom: 50px;
}

/* margin-right */
.mr-2px {
	margin-right: 2px;
}

.mr-5px {
	margin-right: 5px;
}

.mr-10px {
	margin-right: 10px;
}

.mr-15px {
	margin-right: 15px;
}

/* margin-left */
.ml-2px {
	margin-left: 2px;
}

.ml-5px {
	margin-left: 5px;
}

.ml-10px {
	margin-left: 10px;
}

/***** font-weight *****/
.fw-100 {
	font-weight: 100;
}

.fw-200 {
	font-weight: 200;
}

.fw-300 {
	font-weight: 300;
}

.fw-400 {
	font-weight: 400;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

/***** font-size *****/
.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-17 {
	font-size: 17px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-25 {
	font-size: 25px;
}

.fs-30 {
	font-size: 30px;
}

.fs-35 {
	font-size: 35px;
}

.fs-40 {
	font-size: 40px;
}

.fs-45 {
	font-size: 45px;
}

.fs-50 {
	font-size: 50px;
}

.font-Poppins {
	font-family: 'Poppins', sans-serif
}

/***** colors *****/
.color-333 {
	color: #333;
}

.color-666 {
	color: #666;
}

.color-777 {
	color: #777;
}

.color-888 {
	color: #888;
}

.color-999 {
	color: #999;
}

.color-fff {
	color: #fff;
}

.color-eee {
	color: #eee;
}

.color-ddd {
	color: #ddd;
}

.color-ccc {
	color: #ccc;
}

.color-bbb {
	color: #bbb;
}

.color-aaa {
	color: #aaa;
}

.color-orange {
	color: #00a8ff
}

.color-orange-hvr:hover {
	color: #2530a6;
}

.color-fff-hvr:hover {
	color: #fff;
}

.color-gold {
	color: #ecb312;
}

/***** background-color *****/
.bg-fff {
	background-color: #fff;
}

.bg-f6f6f6 {
	background-color: #f6f6f6;
}

.bg-f5f5f5 {
	background-color: #f5f5f5;
}

.bg-f4f4f4 {
	background-color: #f4f4f4;
}

.bg-000 {
	background-color: #000;
}

.bg-111 {
	background-color: #111;
}

.bg-222 {
	background-color: #2530a6;
}

.bg-333 {
	background-color: #333;
}

.bg-orange {
	background-color: #c32522;
}

.bg-orange-hvr:hover {
	background-color: #00a8ff;
}

.bg-333-hvr:hover {
	background-color: #333;
}

.bg-fff-hvr:hover {
	background-color: #fff;
}

/***** overlay *****/
.overlay-bg-10 {
	background-color: rgba(0, 0, 0, 0.1);
}

.overlay-bg-20 {
	background-color: rgba(0, 0, 0, 0.2);
}

.overlay-bg-50 {
	background-color: rgba(0, 0, 0, 0.55);
}

.overlay-bg-60 {
	background-color: rgba(0, 0, 0, 0.6);
}

.overlay-bg-65 {
	background-color: rgba(0, 0, 0, 0.65);
}

.overlay-bg-70 {
	background-color: rgba(0, 0, 0, 0.7);
}

.overlay-bg-75 {
	background-color: rgba(0, 0, 0, 0.75);
}

.overlay-bg-80 {
	background-color: rgba(0, 0, 0, 0.80);
}

.overlay-bg-85 {
	background-color: rgba(0, 0, 0, 0.85);
}

.overlay-bg-90 {
	background-color: rgba(0, 0, 0, 0.90);
}

/***** transition *****/
.transition-2 {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.transition-3 {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.transition-4 {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

.transition-5 {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


/***** border-radius *****/
.radius-50 {
	border-radius: 50%;
}

.radius-5px {
	border-radius: 5px;
}

.radius-25px {
	border-radius: 25px;
}

.radius-50px {
	border-radius: 50px;
}

.o-hidden {
	overflow: hidden;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.width-100 {
	width: 100%;
}

.lh-25px {
	line-height: 25px
}

.opacity-0 {
	opacity: 0;
}

.d-in-block {
	display: inline-block;
}

.z-index-1 {
	z-index: 1;
}

.z-index-3 {
	z-index: 3;
}

.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 5px;
}

/***** buttons *****/
.main-btn {
	display: inline-block;
	text-decoration: none;
	border: none;
	border-radius: 30px;
	position: relative;
	font-size: 14px;
	word-spacing: 2px;
	font-weight: 400;
	transform: perspective(1px)translateX(0px);
	transition: all 0.2s ease 0s;
	overflow: hidden
}

.main-btn:before {
	content: "";
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease-in-out;
	z-index: -1;
}

.main-btn.before-f6f6f6:before {
	background-color: #f6f6f6;
}

.main-btn.before-222:before {
	background-color: #222;
}

.main-btn.before-111:before {
	background-color: #111;
}

.main-btn:hover:before {
	transform: scaleX(1);
}

/* btn-1 */
.btn-1 {
	padding: 10px 26px;
	background-color: #00a8ff;
	color: #fff;
}

.btn-1:hover {
	color: #333;
}

.btn-1:hover:before {
	transform: scaleX(1);
}

/* btn-2 */
.btn-2 {
	padding: 10px 20px;
	background-color: transparent;
	color: #fff;
}

.btn-2:hover {
	color: #333;
}

.btn-2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -2;
	border-radius: 30px;
	border: 2px solid rgba(255, 255, 255, 0.7);
}

/* btn-3 */
.btn-3 {
	padding: 9px 25px;
	background-color: #00a8ff;
	color: #fff;
	border: 1px solid #00a8ff;
}

.btn-3:hover {
	color: #00a8ff;
}

.btn-3.back-f6f6f6:before {
	background-color: #f6f6f6;
}


@keyframes bouncedelay {

	0%,
	80%,
	100% {
		transform: scale(0.0);
	}

	40% {
		transform: scale(1.0);
	}
}

/*----------------------------------------------------
					02-load-wrapp
----------------------------------------------------*/
.load-wrapp {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.load-wrapp .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%)translateY(-50%);
}

.load-wrapp .wrap ul.dots-box {
	position: relative;
	width: 80px;
	height: 80px;
	list-style: none;
}

.load-wrapp .wrap ul.dots-box li.dot {
	width: 100%;
	height: 100%;
	border-radius: 52px;
	top: 0;
	left: 0;
	z-index: 99;
	text-indent: -9999px;
	display: block;
	position: absolute;
	border: none;
}

.load-wrapp .wrap ul.dots-box li.dot span {
	background: #00a8ff;
	bottom: 0px;
	left: 50%;
	margin-left: -2px;
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}

.load-wrapp .wrap ul.dots-box li.dot {
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: orbit;
	animation-duration: 4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(2) {
	animation-delay: 0.2s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(3) {
	animation-delay: 0.4s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(4) {
	animation-delay: 0.6s;
}

.load-wrapp .wrap ul.dots-box li:nth-child(5) {
	animation-delay: 0.8s;
}

@keyframes orbit {
	0% {
		transform: rotate(0deg);
		opacity: 1;
	}

	5% {
		transform: rotate(90deg);
		opacity: 1;
	}

	45% {
		transform: rotate(270deg);
		opacity: 1;
	}

	55% {
		transform: rotate(540deg);
		opacity: 1;
	}

	75% {
		transform: rotate(630deg);
		opacity: 1;
	}

	80% {
		transform: rotate(720deg);
		opacity: 0;
	}

	100% {
		transform: rotate(720deg);
		opacity: 0;
	}
}

/*----------------------------------------------------
					End load-wrapp
----------------------------------------------------*/

/*----------------------------------------------------
					03-intro-sec
----------------------------------------------------*/
.intro-sec .mb-25px {
	box-shadow: 0 1px 30px -6px #bbb;
}

.intro-sec .mb-25px .image-box .overlay-bg-75 {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.intro-sec .mb-25px .image-box:hover .overlay-bg-75 {
	opacity: 1;
}

.intro-sec .mb-25px .image-box img {
	box-shadow: 0 3px 35px -10px #555;
}

.intro-sec .mb-25px .image-box:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*----------------------------------------------------
					End intro-sec
----------------------------------------------------*/

/*----------------------------------------------------
					04-navbar
----------------------------------------------------*/
.navbar {
	position: fixed;
	top: -1px;
	width: 100%;
	z-index: 999;
	padding: 5px 0;
	background: rgba(0, 0, 0, 0.5);
}

.navbar .navbar-brand .w-logo {
	display: block;
}

.navbar .navbar-brand .b-logo {
	display: none;
}

.navbar .navbar-nav .nav-link {
	font-size: 15px;
	color: #fff;
	padding: 20px;
	font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #00a8ff;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus {
	color: #fff;
}

.navbar .navbar-nav .nav-link.active {
	color: #00a8ff;
}

.navbar-toggler:focus {
	outline: none;
}

.navbar .navbar-toggler .fa-bars {
	color: #fff
}

.navbar-colored {
	background-color: #fff;
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.07);
	transition: all .45s ease;
}

.navbar-colored .navbar-brand .b-logo {
	display: block;
}

.navbar-colored .navbar-brand .w-logo {
	display: none;
}

/**** navbar-center-logo ****/
.navbar-center-logo .navbar-brand {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.navbar-colored .navbar-nav .nav-link {
	color: #444;
	padding: 15px 20px;
}

.navbar-colored .navbar-nav .nav-link:hover,
.navbar-colored .navbar-nav .nav-link:focus {
	color: #333;
}

.navbar-colored .navbar-nav .nav-link.active {
	color: #00a8ff;
}

.navbar-colored .navbar-toggler .fa-bars {
	color: #333;
}

/*----------------------------------------------------
					End navbar
----------------------------------------------------*/

/*----------------------------------------------------
					05-welcome-area
----------------------------------------------------*/
.welcome-area {
	background-image: url(../images/banner-img.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
}

.welcome-area .welcome-text {
	max-width: 900px;
	margin: auto;
	position: relative;
}

.welcome-area .flex-center {
	height: 100vh;
	min-height: 350px;
}

.welcome-area .welcome-text h1 {
	font-size: 48px;
	line-height: 56px;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.welcome-area .welcome-text p {
	color: #fff;
	margin: 0 22%;
}

.welcome-area.text-left .welcome-text p {
	margin: 0 45% 20px 0;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.welcome-text .main-btn {
	min-width: 190px;
}

/**** welcome-video ****/
.welcome-video,
.welcome-video .overlay-bg-50 {
	height: 100vh;
}

.welcome-video .video-background {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: -100
}

.welcome-video .welcome-text p {
	margin: 0 22%;
}

/**** pattern-1  for creative-demo****/
.welcome-area .pattern-1 {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 220px;
	background-image: url(../images/Pattern-2.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat
}

/**** welcome-slider ****/
.welcome-slider .container-fluid {
	padding: 0;
}

.welcome-slider .item {
	background-size: cover;
}

.welcome-slider,
.welcome-slider .flex-center {
	height: 100vh;
}

.welcome-slider .item .flex-center h1,
.welcome-slider .item .flex-center h4,
.welcome-slider .item .flex-center p {
	opacity: 0
}

.welcome-slider .owl-item.active .item .flex-center h4 {
	animation: fadeInSlider 0.7s 0.4s forwards
}

.welcome-slider .owl-item.active .item .flex-center h1 {
	animation: fadeInLeftSlider 0.7s 0.9s forwards
}


.welcome-slider .owl-item.active .item .flex-center p {
	animation: fadeInSlider 0.7s 1.3s forwards
}

@keyframes fadeInSlider {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px)scale(1);
		transform: translateY(100px)scale(1);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)scale(1);
		transform: translateY(0)scale(1);
	}
}

@keyframes fadeInLeftSlider {
	0% {
		opacity: 0;
		-webkit-transform: translateX(55px)scale(0.9);
		transform: translateX(55px)scale(0.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0)scale(1);
		transform: translateX(0)scale(1);
	}
}

.welcome-slider .item .flex-center .btn-1,
.welcome-slider .item .flex-center .btn-2 {
	opacity: 0;
}

.welcome-slider .owl-item.active .item .flex-center .btn-1 {
	animation: bounceInSlider 0.8s 1.5s forwards
}


.welcome-slider .owl-item.active .item .flex-center .btn-2 {
	animation: bounceInSlider 0.8s 1.65s forwards
}

@-webkit-keyframes bounceInSlider {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px)scale(0.85);
		transform: translateY(40px)scale(0.85);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)scale(1);
		transform: translateY(0)scale(1);
	}
}

.welcome-slider p {
	margin: 0 22%;
}

.welcome-slider .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.welcome-slider .owl-nav {
	position: absolute;
	bottom: 50%;
	width: 100%;
}

.welcome-slider .owl-nav .owl-prev {
	position: absolute;
	left: 20px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%
}

.welcome-slider .owl-nav .owl-next {
	position: absolute;
	right: 10px;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%
}

.welcome-slider .owl-nav .owl-prev:hover,
.welcome-slider .owl-nav .owl-next:hover {
	background-color: #00a8ff;
	;
}

/***** creative-2  for creative-2 demo *****/
.welcome-area.creative-2 {
	-webkit-clip-path: polygon(50% 0, 100% 0, 100% 85%, 73% 100%, 0 85%, 0 0);
	clip-path: polygon(50% 0, 100% 0, 100% 85%, 73% 100%, 0 85%, 0 0);
}

/***** creative-3  for creative-3 demo *****/
.welcome-area.creative-3 {
	-webkit-clip-path: polygon(50% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	clip-path: polygon(50% 0, 100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
}

/***** creative-4  for creative-4 demo *****/
.welcome-area.creative-4 {
	-webkit-clip-path: polygon(100% 0, 100% 97%, 75% 90%, 50% 97%, 25% 90%, 0 97%, 0 0);
	clip-path: polygon(100% 0, 100% 97%, 75% 90%, 50% 97%, 25% 90%, 0 97%, 0 0);
}

/**** welcome-particles ****/
.welcome-particles {
	position: relative;
	height: 100vh;
	background-image: url('../images/evan-clark-114123-unsplash.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.75);
	background-blend-mode: overlay;
	text-align: center;
	overflow: hidden;
	-webkit-clip-path: none;
	clip-path: none;
}

.welcome-particles .welcome-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.welcome-particles .welcome-text p {
	margin: 0 30%;
}

/*----------------------------------------------------
					End welcome
----------------------------------------------------*/

.about-image {
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
}

/*----------------------------------------------------
					06-features-area
----------------------------------------------------*/
.features-area .mt-25px:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 100%;
	height: 2px;
	background-color: #00a8ff;
	transition: all 0.5s ease-in-out
}

.features-area .mt-25px .fa {
	height: 40px;
	width: 40px;
	line-height: 40px;
	opacity: 0;
	transform: translateX(-40px);
}

.features-area .mt-25px:hover .fa {
	opacity: 1;
	transform: translateX(0)
}

/*----------------------------------------------------
					End features-area
----------------------------------------------------*/

/*----------------------------------------------------
					8-numbers
----------------------------------------------------*/
.numbers {
	background-image: url(../images/count-bg.jpeg);
	background-attachment: fixed;
	background-size: cover;
}

.numbers .mt-25px i {
	height: 75px;
	width: 75px;
	line-height: 75px;
	border: 1px solid #00a8ff;
}

.numbers .mt-25px:hover i {
	background-color: #00a8ff;
	color: #fff;
	transform: translateY(-10px)
}

.numbers p,
.numbers h3 {
	text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

/*----------------------------------------------------
					End numbers
----------------------------------------------------*/

/*----------------------------------------------------
					14-services-area
----------------------------------------------------*/
.services-area .col-md-4 h4 {
	font-size: 16px;
	line-height: 22px;
	height: 45px;
}

.services-area .p-40px {
	box-shadow: 0 5px 35px -7px #ccc;
	border: 2px solid transparent;
	min-height: 520px;
	background: #a1d3f1;
	border-radius: 10px;
}

.services-area.dark .p-40px {
	box-shadow: none;
	border: 2px solid #222;
}

.services-area .p-40px:hover {
	border: 2px solid #00a8ff;
	box-shadow: none;
	background: #f8f8f8;
}

.services-area .img-wrap {
	height: 75px;
	width: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #d1c9c9;
	background-color: #f6f6f6;
	margin: 0 auto 20px;
}

.services-area .img-wrap img {
	height: 45px;
	width: 45px;
}

.services-area.dark .p-40px i {
	background-color: #222;
}

.services-area .img-wrap:hover i {
	background-color: #00a8ff;
	color: #fff;
}

/*----------------------------------------------------
					End services-area
----------------------------------------------------*/

/*----------------------------------------------------
					15-testimonials
----------------------------------------------------*/
.testimonials {
	background-image: url(../images/testimonial-bg.jpg);
	background-position: bottom;
	background-attachment: fixed;
	background-attachment: fixed;
	background-size: cover;
}

.testimonials .single-review img {
	height: 100px;
	width: 100px;
	border: 3px solid rgba(240, 240, 240, 0.3);
}

.testimonials .single-review p {
	line-height: 1.5em;
	margin: 0 20%;
}

.testimonials .owl-theme .owl-nav {
	margin-top: 0;
}

.testimonials .owl-theme .owl-nav [class*=owl-] {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #00a8ff
}

.testimonials .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.testimonials .owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.testimonials .owl-theme .owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #aaa;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #00a8ff;
	border: 1px solid #00a8ff;
}

/*----------------------------------------------------
					End testimonials
----------------------------------------------------*/

/*----------------------------------------------------
					18-manager-area
----------------------------------------------------*/
.manager-area {
	background-image: url(../images/felix.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top
}

.manager-area .overlay-bg {
	-webkit-background: linear-gradient(45deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.25) 100%);
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.25) 100%);
}

/*----------------------------------------------------
					End manager-area
----------------------------------------------------*/

/*----------------------------------------------------
					20-brands-area
----------------------------------------------------*/
.brands-area img {
	width: auto;
	max-width: 90%;
}

.brands-area img:hover {
	opacity: 1
}

/*----------------------------------------------------
					brands-area
----------------------------------------------------*/

/*----------------------------------------------------
					21-contact-area
----------------------------------------------------*/
.contact-area .address i {
	height: 60px;
	width: 60px;
	line-height: 60px;
	display: inline-block;
}

.contact-form {
	border-radius: 3px;
}

.form-group {
	margin-bottom: 20px;
}

.form-control {
	display: block;
	border: 0px;
	width: 100%;
	height: 45px;
	padding: 5px 15px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #333;
	background-color: transparent;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: none;
	font-weight: 300;
}

.form-control:focus {
	outline: 0;
	box-shadow: none;
}

.has-error .form-control,
.has-error .form-control:focus {
	box-shadow: none;
	outline: none;
}

.contact-form input[type='submit'] {
	padding: 10px 25px;
	border: 1px solid #c32522;
	outline: 0;
	box-shadow: none;
}

.contact-form input[type='submit']:hover {
	background-color: transparent;
	border-color: #2530a6;
	outline: 0;
	box-shadow: none;
	cursor: pointer;
}

.contact-area .address p {
	color: #222;
}

.contact-form textarea {
	height: 90px;
}

/*----------------------------------------------------
					End contact-area
----------------------------------------------------*/

/*----------------------------------------------------
					22-map
----------------------------------------------------*/
#map {
	text-align: center;
	height: 450px;
	width: 1350px;
	border: 1px solid #2530a6;
}

/*----------------------------------------------------
					End map
----------------------------------------------------*/

/*----------------------------------------------------
					23-footer-area
----------------------------------------------------*/
.footer-area img {
	width: auto;
	max-width: 100%;
}

.footer-area .social-icons a {
	height: 45px;
	width: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	display: inline-block;
}

.footer-area .social-icons a:hover {
	border: 1px solid #00a8ff;
}

/**** footer-area-2 ****/
.footer-area-2 img {
	width: auto;
	max-width: 100%;
}

.footer-area-2 .social-icons a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	border: 1px solid #aaa;
	display: inline-block;
}

.footer-area-2 .social-icons a:hover {
	border: 1px solid #00a8ff;
}

/*----------------------------------------------------
					End footer-area
----------------------------------------------------*/

/*----------------------------------------------------
					24-scroll-top-btn
----------------------------------------------------*/
.scroll-top-btn .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	z-index: 9999;
	cursor: pointer;
	position: fixed;
	right: 15px;
	bottom: 10px;
	display: none
}

.with-errors {
	color: red;
	font-size: 14px;
}

.row {
	display: flex!important;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.column {
	margin: 5px;
	box-shadow: 0 1px 30px -6px #bbb;
	background: #fafafb;
	padding: 25px 10px;
	height: auto;
	text-align: center;
	border-width: 1px!important;
	border-radius: 1rem!important;
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	max-height: 24rem;
	margin-bottom: 10px;
}

.heading {
	padding: 20px;
	font-weight: 700;
}