@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

*{transition:color 0.5s, background 0.5s; opacity:0.5s, top 0.5s, bottom 0.5s, left 0.5s, right 0.5s; -webkit-transition:color 0.5s, background 0.5s; opacity:0.5s, top 0.5s, bottom 0.5s, left 0.5s, right 0.5s; -ms-transition:color 0.5s, background 0.5s; opacity:0.5s, top 0.5s, bottom 0.5s, left 0.5s, right 0.5s;}
li{list-style:none;}
img{max-width:100%;}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
body {
	font-family: 'Ubuntu', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
.btn {
	border: none;
	padding: 12px 30px;
	font-size: 18px;
	text-transform: uppercase;
}
.btn-warning {
	background: #f7931d;
}

.header {
	padding: 15px 0;
}

.header-block-left strong {
	font-size: 20px;
	color: #237fb5;
}

.call-info {
	display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    text-align: left;
	font-size: 20px;
    line-height: 1.3;
}

.banner-section {
	background: rgba(9,55,94,0.75);
    /*background-image: url("https://abgformation.com/fr/wp-content/uploads/2018/02/business-background.jpg");*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	color: #fff;
	position: relative;

}
.banner-section:before {
	content: "";
	background: rgba(0,0,0,0.85);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner-inner {
	position: relative;
	z-index: 9;
	text-align:center;
}
.banner-inner h2 {
	padding: 100px 0;
	line-height: 1.5;
	font-size: 48px;
	max-width: 980px;
}

.banner-bottom {
	background: #333;
	color: #fff;
	padding: 30px 0;
}

.banner-bottom h4 {
	font-size: 28px;
}

.business-section {
	background: rgba(9,55,94,0.85);
	color: #fff;
	position: relative;
	overflow: hidden;
}
.business-section:before {
	content: "";
	background: rgba(9,55,94,0.85);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.business-inner {
	position: relative;
	z-index: 9;
}

.business-block-left p {
	margin: 20px 0;
}
.business-block-left {
	font-size: 20px;
}

.business-block-right {
    background: #1a293e;
    padding: 20px 30px;
}

.business-block-left h2 {
    font-size: 40px;
	margin: 30px 0 15px;
}

.business-block-left ul li {
	line-height: 1.5;
	list-style: disc;
    list-style-position: inside;
	margin-bottom: 10px;
}



.strategies-section {
	padding: 50px 0;
	line-height: 1.8;
	font-size: 18px;
}
.strategies-section h3 {
	text-align: center;
	margin-bottom: 40px;
}
.strategies-block {
	margin-bottom: 30px;
}
.strategies-block h4 {
	color: #da9537;
	font-size: 22px;
}
.business-block-right h4 strong {
    font-weight: normal;
    color: orange;
}


.about-section {
	background: #f7921d;
	color: #fff;
	padding: 50px 0;
	font-size: 16px;
}
.about-section h3 {
	font-weight: 500;
	
}


.clients-section {
    padding: 50px 0;
	text-align: center;
}
.clients-section h2 {
	margin-top: 0;
    margin-bottom: 30px;
}


.say-what {
    padding: 50px 0;
    background: #f1f1f1;
	text-align: center;
}


.clients-say-section {
	background: #f7931d;
	padding: 100px 0;
	color: #fff;
}
.clients-say-block {
	background: #1a293e;
	border-radius: 20px;
	padding: 20px;
    text-align: center;
}
.client-avtar {
    text-align: center;
    margin-top: -30px;
}
.client-avtar img {
	border-radius: 44px;
}
.client-avtar h4 {
	font-size: 20px;
}
.client-avtar p {
	color: rgb(43, 97, 141);
	font-size: 16px;
}

.help-section {
	background-image: url(https://d9hhrg4mnvzow.cloudfront.net/get.secondwindconsultants.com/cervello-test-2/97401aa6-bg-image.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
	padding: 50px 0;
	color: #fff;
	text-align: center;
	position: relative;
}
.help-section h3 {
	margin-bottom: 40px;
	font-size: 28px;
}
.help-inner {
	position: relative;
}

.help-section:before {
	content: "";
	background: rgba(9,55,94,0.75);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.footer-upper {
    background: #1a293e;
    color: #fff;
	padding: 50px 0;
}

.footer-block h4 {
	color: #20bed0;
	font-size: 24px;
	margin-bottom: 20px;
}
.footer-block ul li {
	margin-bottom: 10px;
}
.footer-block ul li .fa {
	font-size: 18px;
	margin-right:10px;
	color: #20bed0;
	margin-bottom: 10px;
	float: left;
}

.footer {
	background: #222;
	text-align: center;
	color: #ccc;
	padding: 15px 0;
}
.footer p {
	margin: 0;
}
.footer a {
	color: #999;
}

.header-block-right {
	text-align: right;
}

.video-background {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


@media screen and (max-width: 767px) {
	.banner-inner h2 {
		font-size: 24px;
	}
	.header-block-right {
		text-align: left;
		margin-top: 30px;
	}
}

