body {
	font-family: "Open Sans", sans-serif;
	color: #444
}

a {
	text-decoration: none;
	color: #49b5e7
}

a:hover {
	color: #76c7ed;
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Dosis, sans-serif
}

#header {
	background: #fff;
	transition: all .5s;
	z-index: 997;
	padding: 20px 0;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .05)
}

#header .logo {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Lato, sans-serif
}

#header .logo a {
	color: #0f394c
}

#header .logo img {
	max-height: 40px
}

.navbar {
	padding: 0
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center
}

.navbar li {
	position: relative
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: Dosis, sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #0f394c;
	white-space: nowrap;
	transition: .3s;
	text-transform: uppercase
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px
}

.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a {
	color: #49b5e7
}

.mobile-nav-toggle {
	color: #0f394c;
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: .5s
}

.mobile-nav-toggle.bi-x {
	color: #fff
}

@media (max-width:991px) {
	.mobile-nav-toggle {
		display: block
	}

	.navbar ul {
		display: none
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(7, 25, 33, .9);
	transition: .3s;
	z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	background-color: #fff;
	overflow-y: auto;
	transition: .3s
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: #0f394c
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
	color: #49b5e7
}

#hero {
	width: 100%;
	height: 80vh;
	background: #f9f9f9
}

#hero .container {
	padding-top: 84px
}

#hero h1 {
	margin: 0;
	font-size: 42px;
	font-weight: 700;
	line-height: 56px;
	color: #0f394c;
	text-transform: uppercase
}

#hero h2 {
	color: #1c698c;
	margin: 10px 0 0 0;
	font-size: 20px
}

#hero .btn-get-started {
	font-family: Dosis, sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 3px;
	transition: .5s;
	margin-top: 25px;
	color: #fff;
	background: #49b5e7;
	text-transform: uppercase
}

#hero .btn-get-started:hover {
	background: #76c7ed
}

@media (max-width:991px) {
	#hero {
		height: 100vh;
		text-align: center
	}

	#hero .hero-img img {
		width: 50%
	}
}

@media (max-width:768px) {
	#hero h1 {
		font-size: 28px;
		line-height: 36px
	}

	#hero h2 {
		font-size: 18px;
		line-height: 24px
	}

	#hero .hero-img img {
		width: 80%
	}
}

section {
	padding: 60px 0;
	overflow: hidden
}

.section-bg {
	background-color: #f4fbfe
}

.section-title {
	text-align: center;
	padding-bottom: 30px
}

.section-title h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 0;
	color: #0f394c
}

.section-title p {
	margin-bottom: 0
}

.about .icon-box {
	margin-top: 40px
}

.about .icon-box .icon {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 2px solid #d0ecf9;
	border-radius: 50px;
	transition: .5s
}

.about .icon-box .icon i {
	color: #49b5e7;
	font-size: 32px
}

.about .icon-box:hover .icon {
	background: #49b5e7;
	border-color: #49b5e7
}

.about .icon-box:hover .icon i {
	color: #fff
}

.about .icon-box .title {
	margin-left: 85px;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 18px
}

.about .icon-box .title a {
	color: #343a40;
	transition: .3s
}

.about .icon-box .title a:hover {
	color: #49b5e7
}

.about .icon-box .description {
	margin-left: 85px;
	line-height: 24px;
	font-size: 14px
}

.about .video-box {
	background: url(../img/about.jpg) center center no-repeat;
	background-size: cover;
	min-height: 500px
}

@media (min-width:1200px) {
	.about .video-box {
		margin-left: 15px;
		margin-right: -15px
	}
}

.about .play-btn {
	width: 94px;
	height: 94px;
	background: radial-gradient(#49b5e7 50%, rgba(73, 181, 231, .4) 52%);
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden
}

.about .play-btn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 100;
	transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.about .play-btn::before {
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	animation-delay: 0s;
	animation: pulsate-btn 2s;
	animation-direction: forwards;
	animation-iteration-count: infinite;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(73, 181, 231, .7);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0)
}

.about .play-btn:hover::after {
	border-left: 15px solid #49b5e7;
	transform: scale(20)
}

.about .play-btn:hover::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #fff;
	z-index: 200;
	animation: none;
	border-radius: 0
}

@keyframes pulsate-btn {
	0% {
		transform: scale(.6, .6);
		opacity: 1
	}

	100% {
		transform: scale(1, 1);
		opacity: 0
	}
}

.counts {
	background: url(../img/counts-bg.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 60px 0;
	position: relative
}

.counts::before {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, .8);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.counts .title {
	position: relative;
	color: #0f394c;
	margin-bottom: 40px
}

.counts .title h3 {
	font-size: 36px;
	font-weight: 700
}

@media (min-width:1200px) {
	.counts {
		background-attachment: fixed
	}
}

.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 10px 40px 10px;
	background: #fff;
	box-shadow: 0 10px 29px 0 rgba(68, 88, 144, .1);
	transition: all .3s ease-in-out
}

.services .icon-box:hover {
	transform: translateY(-5px)
}

.services .icon {
	position: absolute;
	left: -20px;
	top: calc(50% - 30px)
}

.services .icon i {
	font-size: 64px;
	line-height: 1;
	transition: .5s
}

.services .title {
	margin-left: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px
}

.services .title a {
	color: #111
}

.services .icon-box:hover .title a {
	color: #49b5e7
}

.services .description {
	font-size: 14px;
	margin-left: 40px;
	line-height: 24px;
	margin-bottom: 0
}

.portfolio .portfolio-item {
	margin-bottom: 30px
}

.portfolio .portfolio-wrap {
	transition: .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: rgba(255, 255, 255, .6)
}

.portfolio .portfolio-wrap::before {
	content: "";
	background: rgba(255, 255, 255, .6);
	position: absolute;
	left: 30px;
	right: 30px;
	top: 30px;
	bottom: 30px;
	transition: all ease-in-out .3s;
	z-index: 2;
	opacity: 0
}

.portfolio .portfolio-wrap:hover::before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1
}

.portfolio-details {
	padding-top: 40px
}

.portfolio-details .portfolio-description {
	padding-top: 30px
}

.portfolio-details .portfolio-description h2 {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
	padding: 0
}

.gallery .gallery-item {
	overflow: hidden;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff
}

.gallery .gallery-item img {
	transition: all ease-in-out .4s
}

.gallery .gallery-item:hover img {
	transform: scale(1.1)
}

@keyframes animate-loading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(360deg)
	}
}

#footer {
	background: #fff;
	padding: 0 0 30px 0;
	color: #444;
	font-size: 14px;
	background: #ebf7fc
}

#footer .footer-newsletter {
	padding: 50px 0;
	background: #f0f9fd;
	text-align: center;
	font-size: 15px
}

#footer .footer-newsletter h4 {
	font-size: 24px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	color: #0f394c
}

#footer .footer-newsletter form {
	margin-top: 30px;
	background: #fff;
	padding: 6px 10px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
	text-align: left
}

#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #fff
}

#footer .footer-top .footer-contact {
	margin-bottom: 30px
}

#footer .footer-top .footer-contact h4 {
	font-size: 22px;
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	line-height: 1;
	font-weight: 700
}

#footer .footer-top .footer-contact p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: Lato, sans-serif;
	color: #777
}

#footer .footer-top h4 {
	font-size: 16px;
	font-weight: 700;
	color: #0f394c;
	position: relative;
	padding-bottom: 12px
}

#footer .copyright {
	float: left;
	color: #0f394c
}

#footer .credits {
	float: right;
	font-size: 13px;
	color: #0f394c
}

@media (max-width:575px) {

	#footer .copyright,
	#footer .credits {
		float: none;
		text-align: center
	}
}