/*
Keep these credits intact if you want to use this theme
Theme Name - Yank
Theme Framework - Bootstrap 4
Designer Name - Angry Studio
Designer Website - https://angrystudio.com
*/

:root {
	--main: #3187FF;
	--maindark: #1c6bda;
	/*-- main button gradient --*/
	--main-hover: #2477ec;
}

body {
	color: #354e75;
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4 {
	color: #142d56;
}

.btn {
	border-radius: 3px;
	border-color: transparent;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 23px;
	text-transform: uppercase;
}

.btn-main {
	background: linear-gradient(to right, var(--main), var(--maindark));
	color: #fff;
}

.btn-main:hover {
	background: linear-gradient(to left, var(--main), var(--maindark));
	color: #fff;
}

.btn-main-outline {
	border: 1px solid var(--main);
	color: var(--main);
}

.btn-main-outline:hover {
	background: var(--main);
	border: 2px solid var(--main);
	color: #fff;
}

.btn-navbar {
	font-size: 12px;
	padding: 7px 15px 6px 15px;
	margin-left: 20px;
}

.hk-section {
	padding: 120px 0
}

.section-title {
	font-size: 32px;
	font-weight: 700;
}

.section-subtitle {
	font-size: 19px;
}


/*-- SVG Waves --*/

.waves-bottom path,
.waves-top path {
	fill: #f4f7ff;
}

.waves-bottom {
	position: absolute;
	bottom: -40px;
	height: 40px;
	width: 100%;
}

.waves-top {
	position: absolute;
	top: -40px;
	height: 40px;
	width: 100%;
	transform: rotate(180deg);
}


/*-- Header and Navigation --*/

.hk-hero {
	background: rgba(237, 242, 255, 0.59);
	position: relative;
}

.hk-navbar {
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.5s ease-in-out;
}

.hk-navbar .navbar-brand {
	color: #2e85ff;
	font-weight: 900;
}

.hk-navbar .navbar-brand img {
	max-width: 110px;
}

.hk-fixed-nav {
	background: #fff !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.hk-navbar .navbar-nav .nav-link {
	color: #324b72;
	font-weight: 600;
	padding-right: 30px;
}

.hk-navbar .navbar-nav .nav-item:last-child .nav-link {
	padding-right: 0;
}

.hk-navbar .navbar-nav .active>.nav-link,
.hk-navbar .navbar-nav .nav-link:hover {
	color: #2e85ff;
}

.hk-hero-box {
	overflow: hidden;
	padding: 190px 0 130px 0;
}

.hk-hero-title {
	font-size: 44px;
	font-weight: 700;
}

.hk-hero-txt {
	font-size: 22px;
}

.hk-hero-img {
	position: relative;
	text-align: right
}

.hk-hero-img .svg-blob {
	position: absolute;
	top: -161px;
	left: 0;
	transform: rotate(89deg);
	width: 600px;
	z-index: -1;
}

.hk-hero-img img {
	max-width: 450px;
}


/*-- Features Section --*/

.features .col .feature-box {
	padding-right: 30px;
}

.features .col:last-child .feature-box {
	padding-right: 0;
}

.feature-box-icon i {
	color: #3187FF;
	font-size: 50px;
}

.feature-box-title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -1px;
}

.feature-box-txt {
	color: #7f8694;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.6em;
}


/*-- Services Section --*/

.services {
	background: #f4f7ff;
	position: relative;
}

.services-title {
	font-weight: 700;
	font-size: 37px;
	letter-spacing: -.5px;
}

.services-txt {
	font-size: 18px;
	margin-top: 15px;
}

.services-listbox {
	padding-left: 30px
}

.services-list-title {
	font-size: 22px;
	font-weight: 700;
	margin-top: 25px;
	position: relative
}

.services-list-title:before {
	content: '\f058 ';
	color: var(--main);
	font-family: 'Font Awesome\ 5 Free';
	font-size: 18px;
	display: block;
	position: absolute;
	top: 3px;
	left: -30px;
}

.services-list-txt {
	font-size: 18px;
	margin-top: 5px;
}

.services-img {
	text-align: right;
}

.services-img img {
	max-width: 400px;
}


/*-- Testimonials Section --*/

.testimonial {
	background: #fff;
	border: 1px solid rgba(125, 142, 165, 0.12);
	box-shadow: 1px 4px 20px rgba(99, 83, 83, 0.1);
	height: 100%;
	/* same height columns */
}

.testimonial-img {
	max-width: 75px;
}

.testimonial-txt {
	font-size: 17px;
}

.testimonial-name {
	color: #142d56;
	font-size: 14px;
}

.testimonial-company {
	color: #777;
	font-size: 14px;
}


/*-- Stories Section --*/

.stories {
	background: #f4f7ff;
	position: relative
}

.story-box {
	overflow: hidden;
	border-color: rgba(125, 142, 165, 0.12);
	box-shadow: 1px 4px 20px rgba(160, 160, 160, 0.1);
}

.story-box .btn {
	padding: 5px 15px;
}

.story-title {
	font-size: 18px;
	font-weight: 700;
}

.story-excerpt {
	color: #85929e;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
}

.story-meta {
	padding: 10px 20px 20px 20px
}

.read-more {
	font-size: 12px;
	text-decoration: none;
}

.read-more:hover {
	text-decoration: none;
}


/*-- Stats Section --*/

.stats-box {
	border-color: rgba(125, 142, 165, 0.12);
	box-shadow: 1px 4px 20px rgba(99, 83, 83, 0.1);
	padding: 45px 0;
}

.stats-icon i {
	color: #2e85ff;
	font-size: 40px;
}

.stats-title {
	font-size: 28px;
	font-weight: 700;
	margin-top: 10px;
}

.stats-txt {
	color: #8997a9;
	font-size: 18px;
}


/*-- CTA Section --*/

.cta-box {
	background: #f4f7ff;
	position: relative;
}

.cta-title {
	font-size: 55px;
	font-weight: 900;
	letter-spacing: -1px;
}

.cta-txt {}


/*-- Footer --*/

.footer {
	padding-top: 70px;
}

.footer-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 40px;
}

.footer-col a {
	color: #737e8d;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
}

.footer-col a:hover {
	color: var(--main);
}

.footer-col p {
	color: #737e8d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
}

.footer-col li {
	margin-bottom: 10px;
}

.footer-social i {
	padding-right: 4px;
	text-align: center;
	width: 25px;
}

.footer-social .fa-facebook {
	color: #3b5998;
}

.footer-social .fa-instagram {
	color: #c13584
}

.footer-social .fa-youtube {
	color: #dd4b39
}

.footer-social .fa-twitter {
	color: #1da1f2
}

.footer-social .fa-skype {
	color: #00aff0
}

.footer-credits {
	border-top: 1px solid #eef0f7;
	color: #737e8d;
	font-size: 14px;
	margin-top: 30px;
	padding: 16px 0;
}

.footer-credits a {
	color: #737e8d;
	text-decoration: none
}

.footer-credits a:hover {
	color: var(--main);
}


/*-- Media Queries --*/

@media (min-width: 991.98px) {
	.hk-navbar .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

@media screen and (min-width:767px) {
	.hk-navbar .dropdown-menu {
		border: 0;
		box-shadow: 0 15px 50px 0 rgba(30, 54, 95, 0.03), 0 3px 11px 0 rgba(46, 75, 121, 0.04);
		padding: 20px 0;
	}
	.hk-navbar .dropdown-menu .dropdown-item {
		color: #737c86;
		font-size: 15px;
		padding: .5rem 1.5rem;
	}
	.hk-navbar .dropdown-menu:before {
		content: "";
		border: 8px solid transparent;
		border-bottom-color: #fff;
		position: absolute;
		left: 20px;
		bottom: 100%;
		display: block;
		width: 0;
		height: 0;
	}
}

@media screen and (max-width:991px) {
	.hk-section {
		padding: 70px 0;
	}
	.section-title {
		font-size: 20px;
	}
	.section-subtitle {
		font-size: 16px;
	}
	.waves-bottom {
		bottom: -20px;
		height: 20px;
	}
	.waves-top {
		top: -20px;
		height: 20px;
	}
	.hk-navbar {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.hk-navbar .navbar-brand img {
		max-width: 96px;
	}
	.hk-navbar .btn-navbar {
		margin-left: 0
	}
	.hk-transparent-nav.hk-navbar .btn-navbar {
		margin-left: 20px;
	}
	.hk-navbar .btn-navbar {
		margin-bottom: 20px
	}
	.navbar-toggler {
		border: none !important;
		outline: none !important;
		font-size: 1rem;
	}
	.hk-transparent-nav .navbar-collapse {
		background: #1b1f25;
		border-radius: 5px;
		margin-top: 10px;
	}
	.hk-transparent-nav .navbar-collapse .nav-link {
		color: #fff;
	}
	.hk-transparent-nav .navbar-nav {
		padding: 10px 20px;
	}
	.hk-fixed-nav .navbar-nav {
		padding: 10px 0 !important;
	}
	.hk-hero-title {
		font-size: 22px;
		line-height: 1.4;
		margin-top: 20px;
		text-align: center;
	}
	.hk-hero-txt {
		font-size: 16px;
		text-align: center;
	}
	.hk-hero-btns {
		text-align: center;
	}
	.hk-hero-box {
		padding: 120px 0 60px 0;
	}
	.hk-hero-img {
		text-align: center;
	}
	.hk-hero-img img {
		max-width: 220px;
	}
	.services-img {
		text-align: left;
	}
	.services-img img {
		max-width: 250px;
	}
	.features {
		text-align: center;
	}
	.feature-box-title {
		font-size: 20px;
	}
	.feature-box-txt {
		font-size: 16px;
	}
	.feature-box-icon i {
		font-size: 35px;
	}
	.services-list-title:before {
		font-size: 16px;
		top: 2px;
		left: 0;
	}
	.services-title {
		font-size: 20px;
	}
	.services-txt {
		font-size: 16px;
	}
	.services-listbox {
		padding-left: 0
	}
	.services-list-title {
		font-size: 18px;
		padding-left: 25px;
	}
	.services-list-txt {
		font-size: 16px;
	}
	.testimonial {
		height: auto;
	}
	.testimonial-txt {
		font-size: 16px;
	}
	.testimonial-img {
		max-width: 75px;
	}
	.story-title {
		font-size: 16px;
	}
	.story-excerpt {
		font-size: 15px;
	}
	.stats-box {
		padding: 25px 0;
	}
	.stats-icon i {
		font-size: 35px;
	}
	.stats-title {
		font-size: 22px;
	}
	.stats-txt {
		font-size: 16px;
	}
	.stats-wrap .col-6:nth-child(odd) {
		padding-right: 7.5px
	}
	.stats-wrap .col-6:nth-child(even) {
		padding-left: 7.5px
	}
	.cta-title {
		font-size: 24px;
	}
	.cta-txt {
		font-size: 16px;
	}
	.footer {
		padding-top: 40px;
	}
	.footer-title {
		font-size: 18px;
		margin-top: 15px;
	}
	.footer-col p {
		font-size: 14px;
	}
	.footer-col a {
		font-size: 14px;
	}
	.footer-col li {
		margin-bottom: 6px;
	}
	.footer-credits {
		font-size: 12px;
		padding: 13px 0;
	}
}