@font-face {
	font-family: 'Avenir Next Cyr'; 
	font-weight: normal;
	src: url('../fonts/Avenir Next Cyr Medium.ttf'); 
}
@font-face {
	font-family: 'Avenir Next LT Pro'; 
	font-weight: normal;
	src: url('../fonts/Avenir Next LT Pro Regular.otf'); 
}
@font-face {
	font-family: 'Avenir Next LT Pro'; 
	font-weight: bold;
	src: url('../fonts/Avenir Next LT Pro Bold.otf'); 
}
.page-about .mission {
	background:#f6f6f6;
}
.page-about .mission .text-section{
	background:url('../images/about_03_01.png') right bottom/auto 90% no-repeat,#f6f6f6;
}
.page-about .mission .text-section p{
		width:50%;
}

.page-about ul.fx-content{
	padding:0;
	margin:0;
	list-style:none;
}
.page-about ul.fx-content > li{
	padding:0;
}
.page-about{
	padding-top:0;
	font-family: 'Avenir Next Cyr'; 
}
.page-about h2{
	font-family: "Avenir Next LT Pro";
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 48px;

color: #000000;
}
.page-about .width{
	max-width: 1180px;
}

.page-about section{
	border-bottom:1px solid gray;
}

.page-about ul.numbers{
	list-style:none;
	margin:auto;
	padding:0;
}

.page-about ul.numbers > li{
    margin: 0;
    padding: 5px;
    min-height: 100%;
}

.page-about ul.numbers > li > .color-block{
	background: #F6F6F6;
    height: 100%;
	text-align: center;
}

.page-about ul.numbers > li > .color-block h3{
	margin:auto;
	padding:0px;
	height: 60px;
    text-align: center;
    width: 100%;
    line-height: 60px;
}
.page-about ul.numbers > li > .color-block h3.green{
	background:url('../images/about_02_01.png') center center/auto 100% no-repeat, rgb(101, 190, 86);
}
.page-about ul.numbers > li > .color-block h3.yellow{
	background:url('../images/about_02_02.png') center center/auto 100% no-repeat,  #FFEE0BB2;
}
.page-about ul.numbers > li > .color-block h3.pink{
	background:url('../images/about_02_03.png') center center/auto 100% no-repeat, #AB399B;
}
.page-about ul.numbers > li > .color-block h3.blue{
	background:url('../images/about_02_04.png') center center/auto 100% no-repeat,  #51C4FE;
}


.page-about ul.numbers > li > .color-block .bottom-side{
	padding:1em 0;
	font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}

.page-about .about-us {
	    background: url(../images/about_01.png)center left/auto 100% no-repeat, linear-gradient(180deg, #004877 0%, #007FD1 100%);
}

.page-about .approach h2{
	color:#fff;
}
.page-about .approach{
	
background: url('../images/about_04_01.png')center center/cover no-repeat, linear-gradient(180deg, #004877 0%, #017BCA 98.96%);
}

.page-about .approach .text-section{
	padding-bottom:0px;
}
.page-about .approach ul.fx-content > li{
	padding: 20px;
    padding-bottom: 3em;
    border-right: 1px solid #fff;
}
.page-about .approach ul.fx-content > li:last-child{
	border-right:none;
}
@media (max-width: 960px){
	.page-about .approach ul.fx-content > li{
		border:none;
	}
}
.page-about .approach li div.text:first-line {color:#74C3ED; font-weight:bold;}{
	
}
.page-about .approach li div.text{
	color:#ffffff;
	text-align:left;
}
.page-about .about-us .text-section{
	background: url(../images/about_02.png) top right no-repeat;
	background-size: cover;
	padding-top: 233px;
	padding-right: 450px;
	color:#ffffff;
}

.page-about .leadership img{
	margin-right:10px;
}
.page-about .leadership h3{
	margin:0;
}

.page-about .offices{
	background: #F6F6F6;
}
.page-about .offices .text-section{
	background: url(../images/about_07_01_new.jpg) no-repeat 100%;
    padding: 100px 0 300px;
}
.page-about .offices .text{
	padding: 0 15px;
	width:45%;
}
.page-about .offices .text p{
	width: 60%;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
    max-width: 800px;
}
.feedbacks .j-button{
	width:80px;
	height:80px;
	    border-radius: 50%;
    background: linear-gradient(
90deg
, #65BE56 0%, #74C3ED 100%);
	color:#fff;
	line-height:80px;
	border:none;
	font-size:2em;
	margin:auto;
}
/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 10000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.jcarousel li .signature{
	text-align: right;
    color: #aaa;
	font-style: italic;
	font-size: 0.7em;
}

.jcarousel li .company-name img {
  max-height:60px;
}

@media (max-width: 992px){

.page-about .offices .text-section{
	background-position: 85% 100%;
	background-size:auto;
	padding:50px 0;
}
.page-about .offices .text{
	padding-bottom: 600px;
	width:100%;
}
.page-about .offices .text p{
	width:100%;
}

}

@media (max-width: 768px){

.page-about .about-us .text-section{
	background: url('../images/about_01_mob.png')left top/auto  no-repeat;
	padding: 250px 10px 176px 150px;
	max-width: 500px;
}

.page-about .mission .text-section{
	padding-bottom: 5em;
	background: url('../images/about_03_01.png') right bottom/auto 56% no-repeat,#f6f6f6;
}

.page-about ul.fx-content > li {
    padding-bottom: 2em;
}

.page-about .approach{
	background: linear-gradient(180deg, #004877 0%, #017BCA 98.96%);
}

}

@media (max-width: 576px){

.page-about .offices .text-section{
	background: none;
}

.page-about .offices .text{
	padding-bottom: 0px;
}

.about-map {
    background: url(../images/about_07_01_new.jpg) no-repeat 87%;
    background-size: 176% auto;
    padding-bottom: 100%;
}

}

@media (max-width: 1010px){

.page-about .jcarousel{
	min-width:100%;
	padding-bottom: 2em;
}
.page-about .jcarousel-control-prev{
	order:2;
}
.page-about .jcarousel-control-next{
	order:3;
}

}