@font-face {
	font-family: 'CerebriSans';
	src: url('../fonts/CerebriSans-Bold.woff') format('woff'), url('../fonts/CerebriSans-Bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'CerebriSans';
	src: url('../fonts/CerebriSans-Medium.woff') format('woff'), url('../fonts/CerebriSans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'CerebriSans';
	src: url('../fonts/CerebriSans-Regular.woff') format('woff'), url('../fonts/CerebriSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'CerebriSans';
	src: url('../fonts/CerebriSans-Light.woff') format('woff'), url('../fonts/CerebriSans-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
*,
:after,
:before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}
html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'CerebriSans', sans-serif;
	font-weight: 500;
}
a:hover {
	text-decoration: none;
}
header {
	position: relative;
}
section {
	position: relative;
}
.l-blue {
	color: #0095fe;
}
.maxw {
	max-width: 1180px;
}
.maxwh {
	max-width: 1000px;
}
.left-corner {
	position: absolute;
	top: -20px;
	left: -325px;
	z-index: -100;
	width: 45%;
}
.right-corner {
	position: absolute;
	top: -20px;
	right: -340px;
	z-index: -100;
	width: 57%;
}
.left-corner-bottom {
	position: absolute;
	bottom: -30px;
	left: 0px;
	z-index: -10;
	width: 27%;
}
.right-corner-bottom {
	position: absolute;
	bottom: -70px;
	right: -150px;
	z-index: -10;
	width: 33%;
}
#menu {
	background-color: #fff;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	margin-top: 30px;
}
#menu .navbar-brand img {
	height: 35px;
}
#menu .navbar-brand {
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu .navbar-brand img {
	transition: all 0.3s ease;
}
#menu .navbar-toggler {
	font-size: 14px;
	padding: 10px 15px;
	color: #fff;
	background: #2c8cf4;
	border: 0;
}
#menu .navbar-nav > li > a {
	font-size: 16px;
	font-weight: 500;
	transition: 0.2s all;
	width: 100%;
}
#menu .navbar-nav > li {
	margin: 0px 20px;
}
#menu .navbar-nav > li > a.active {
	color: #ffffff !important;
	background-color: transparent;
	font-weight: 600;
}
#menu .navbar-nav > li > a,
#menu .navbar-nav > li > a:focus {
	color: #000;
}
#menu .navbar-nav > li > a:focus:hover,
#menu .navbar-nav > li > a:hover {
	color: #090909;
}
.dropdown-menu.show {
	opacity: 1;
	visibility: visible
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: block;
	opacity: 0;
	visibility: hidden;
	float: left;
	min-width: 10rem;
	padding: 0;
	margin: .125rem 0 0;
	font-size: 16px;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgb(228, 228, 230);
	border-radius: 10px;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 10px 15px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.dropdown-item:not(:last-child) {
	border-bottom: 1px solid rgb(228, 228, 230);
}
.dropdown-item:focus,
.dropdown-item:hover {
	background: none;
}
@media (max-width: 992px) {
	#menu {
		margin-top: 0px;
		background: #fff !important;
		padding: 20px;
	}
	#menu .navbar-nav > li > a {
		font-size: 14px;
	}
	#menu .navbar-brand img {
		height: 30px;
	}
}
@media (min-width: 768px) {
	.white-btn-header {
		border-radius: 15px;
		background-color: rgb(255, 255, 255);
		font-size: 13px !important;
		font-weight: 600;
		width: 100%;
		display: block;
		padding: 5px 0;
		text-align: center;
		color: #3c7ae1 !important;
		-webkit-transition: 0.3s all;
		-o-transition: 0.3s all;
		transition: 0.3s all;
		text-transform: uppercase;
		margin-top: 1px;
	}
	.white-btn-header:hover {
		background-color: rgb(248, 248, 248);
	}
	#menu {
		border-color: transparent;
		background-color: transparent;
	}
	#menu .navbar-brand:focus,
	#menu .navbar-brand:hover {
		color: #000;
	}
	#menu .navbar-nav > li > a,
	#menu .navbar-nav > li > a:focus {
		color: #000;
		font-weight: 700;
	}
	#menu .navbar-nav > li > a:focus:hover,
	#menu .navbar-nav > li > a:hover {
		color: #000;
	}
	#menu.navbar-shrink {
		border-color: rgba(34, 34, 34, .1);
		background-color: #fff;
		margin-top: 0px;
	}
	#menu.navbar-shrink .navbar-brand {
		filter: none;
	}
	#menu.navbar-shrink .navbar-brand:focus,
	#menu.navbar-shrink .navbar-brand:hover {
		color: #090909;
	}
	#menu.navbar-shrink .navbar-nav > li > a,
	#menu.navbar-shrink .navbar-nav > li > a:focus {
		color: #727272;
	}
	#menu.navbar-shrink .navbar-nav > li > a:focus:hover,
	#menu.navbar-shrink .navbar-nav > li > a:hover {
		color: #090909;
	}
}
#hero {
	margin-top: 200px;
	padding: 80px 0 10px;
}
.blue-btn {
	border-radius: 20px;
	background-color: rgb(65, 91, 247);
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	padding: 10px;
	display: block;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.blue-btn:hover {
	transform: scale(1.1);
	color: #fff;
}
#features {
	padding: 80px 0;
}
#features .c-pad {
	padding: 0 48px;
}
#features .c-pad:nth-child(2) {
	padding-top: 70px;
}
#features .feature-title {
	font-size: 24px;
	font-weight: 600;
}
#features p {
	font-size: 14px;
	color: #848484;
}
.transparent-btn {
	font-size: 12px;
	font-weight: 600;
	padding: 8px 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.38);
	border-radius: 10px;
	position: relative;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.transparent-btn:hover {
	color: #fff;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.5);
}
#works {
	padding: 80px 0;
}
#works:after {
	background: url(../img/rounded-rect1.png) calc(50% - 430px) 90% no-repeat, url(../img/rounded-rect2.png) 70% 70% no-repeat;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#works .c-pad {
	padding: 0 48px;
	position: relative;
}
#works .box {
	border-radius: 20px;
	background-image: -moz-linear-gradient( 59deg, rgb(47, 95, 233) 0%, rgb(0, 62, 252) 100%);
	background-image: -webkit-linear-gradient( 59deg, rgb(47, 95, 233) 0%, rgb(0, 62, 252) 100%);
	background-image: -ms-linear-gradient( 59deg, rgb(47, 95, 233) 0%, rgb(0, 62, 252) 100%);
	padding: 50px 45px;
	color: #fff;
	position: relative;
	z-index: 1
}
#works .box.bg:before {
	background: url(../img/box-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.06;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 20px;
}
#works .box .box-title {
	font-size: 22px;
	font-weight: 600;
}
#works .box p {
	font-size: 15px;
	line-height: 2.3;
	font-weight: 400;
}
.button-group {
	background-color: rgb(65, 91, 247);
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	display: block;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.button-group:hover {
	color: #fff;
}
.button-group:hover .chevron {
	padding: 8px 25px;
}
.button-group .text {
	padding: 8px 0;
}
.button-group .icon {
	font-size: 14px;
	padding: 0 10px;
}
.button-group .chevron {
	background: #2c3da6;
	padding: 8px 15px;
	float: right;
	position: relative;
	border-radius: 0px 20px 20px 0;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
#business {
	background-image: -moz-linear-gradient( 59deg, rgb(0, 216, 147) 0%, rgb(13, 64, 255) 99%);
	background-image: -webkit-linear-gradient( 59deg, rgb(0, 216, 147) 0%, rgb(13, 64, 255) 99%);
	background-image: -ms-linear-gradient( 59deg, rgb(0, 216, 147) 0%, rgb(13, 64, 255) 99%);
	padding: 110px 0;
	color: #fff;
}
#business:before {
	background: url(../img/business-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0.10;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.white-circle {
	width: 120px;
	height: 120px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
}
.white-btn {
	border-radius: 15px;
	background-color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #3c7ae1 !important;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.white-btn:hover {
	color: #3c7ae1;
	transform: scale(1.1);
}
#info {
	padding: 170px 0 80px;
}
#info:after {
	background: url(../img/rounded-rect3.png) calc(50% - 430px) 90% no-repeat, url(../img/rounded-rect4.png) 80% 100% no-repeat;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.white-box {
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 27px 0px rgba(1, 1, 1, 0.15);
}
.white-box img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.white-box .details {
	padding: 30px 50px;
}
.white-box .title {
	font-size: 20px;
	color: #212121;
	font-weight: 600;
}
.white-box p {
	font-size: 13px;
	font-weight: 500;
	color: #7b7b7b;
	line-height: 1.8;
	margin: 0;
}
.light-gray-btn {
	background-color: rgb(245, 245, 245);
	font-size: 12px;
	font-weight: 500;
	color: #4a4a4a;
	padding: 8px 0;
	text-align: center;
	border-radius: 20px;
	width: 75%;
	display: block;
	margin: 0 auto;
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
.light-gray-btn:hover {
	color: #4a4a4a;
	background-color: rgb(237, 237, 237);
}
#projects {
	padding: 50px 0 140px;
	z-index: 1;
}
#projects:before {
	background: url(../img/world-dot-map.png) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 1;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -11;
}
#projects .project {
	-webkit-filter: contrast(0);
	-o-filter: contrast(0);
	filter: contrast(0);
	-webkit-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
}
#projects .project:hover {
	filter: none;
}
footer {
	position: relative;
	z-index: 100;
	border-top: 1px solid #e5e8eb;
	background-color: #fdfdfd;
	padding: 90px 0;
}
footer .copy {
	color: #4b6c94;
	font-size: 14px;
	font-weight: 600;
}
footer ul {
	margin: 0;
}
footer ul li {
	margin: 10px 0
}
footer ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #4b6c94;
}
footer ul li a:hover {
	color: #415bf7;
}
@media (max-width: 1200px) {
	#works .c-pad {
		padding: 0 25px;
	}
}
@media (max-width: 992px) {
	#works .c-pad {
		padding: 0 10px;
	}
	#works .box {
		padding: 35px 25px
	}
	#features .c-pad {
		padding: 0 20px;
	}
	#menu .navbar-nav > li {
		margin: 0px 10px;
	}
}
@media (max-width: 768px) {
	#features .c-pad:nth-child(2) {
		padding-top: 0px;
	}
	#hero {
		padding: 0px 0 80px;
	}
	#features {
		padding: 10px 0;
	}
	#features .c-pad {
		padding: 0 10px;
	}
	#works .c-pad,
	#features .c-pad {
		margin: 10px 0
	}
	.left-corner {
		width: 60%;
		top: 0px;
		left: -100px;
	}
	.right-corner {
		width: 70%;
		right: 0px
	}
	.dropdown-menu {
		display: none;
		border: 0;
	}
	.dropdown-item:not(:last-child) {
		border-bottom: 0;
	}
}
