div.partners div{margin:0; padding:0}
div.partners div img{margin:0; padding:10px}

div.careers{margin:0; padding:0}
div.careers .item{height:150px; background-color:#efefef; padding:20px; margin:20px 0px; text-align:left }
div.careers .item div.name{font-size:18px; line-height:22px; font-weight:bold; margin-bottom:20px}

p.pl15{padding-left:15px}

table.table-services{border-right:1px solid #e6e6e6; border-top:1px solid #e6e6e6; padding:0 !important; margin:0px !important; width:100%}
table.table-services td{border-bottom:1px solid #e6e6e6 !important; padding:10px;border-left:1px solid #e6e6e6; }
table.table-services td p{padding:0px 0 0 0 !important; margin:0}


@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/ProximaNova-Light.woff2') format('woff2'),
        url('../fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}


/*=== Main Styles ===*/
html{
	height: 100%
}

body{
	font-family: 'Proxima Nova';
	font-weight: 400;
	color: #002762;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.container{
	max-width: 1030px;
}

/*classes*/
.img-responsive{
	max-width: 100%;
	height: auto;
}

/*list*/
ul.list-unstyled {
	margin: 0px;
	padding: 0px;
}
ul.list-unstyled li{
	list-style: none;
}

ul.list-inline{
	margin: 0px;
	padding: 0px;
}
ul.list-inline li{
	display: inline-block;
}

/*bootstrap*/
.row-mrn-10{
	margin-right: -10px;
	margin-left: -10px;
}
.col-pdg-10{
	padding-left: 10px;
	padding-right: 10px;
}

.row-mrn-5{
	margin-right: -5px;
	margin-left: -5px;
}
.col-pdg-5{
	padding-left: 5px;
	padding-right: 5px;
}

.col-static{
	position: static;
}

/*typography*/
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
}
h1{
	font-size: 70px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 24px;
}
h4{
	font-size: 20px;
}
h5{
	font-size: 18px;
}

img{
	vertical-align: middle;
}

a,a:hover{
	transition: 0.2s;
}

p{
	line-height: 1.7
}

/*section*/
section{
	padding: 60px 0;
}
section .section-title{
	margin-bottom: 30px;
}
.padding-top-0{
	padding-top: 0px;
}
.page-section{
	padding-bottom: 60px;
	padding-top: 0px;
}
.page{
	color: #393939
}
.single{
	padding-bottom: 40px;
}


/*=== Btns ===*/
.btn{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 40px;
	border-radius: 200px;
	text-decoration: none;
	transition: 0.2s;
	border:none;
	cursor: pointer;
	font-weight: 400;
}
.btn:hover{
	transition: 0.2s;
}
.btn-lg{
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	font-weight: bold;
}
.btn-sm{
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}

.btn-white{
	background: white;
	color: #002762;
}
.btn-white:hover{
	background: #04A9E9;
	color: white;
}

.btn-blue{
	background: #04A9E9;
	color: white !important
}
.btn-blue:hover{
	background: #002762;
}

.btn-transparent{
	border:1px solid #04A9E9;
	color:#04A9E9;
}
.btn-transparent:hover{
	background: #04A9E9;
	color: white;
}

.btn-block{
	width: 100%;
	display: inline-block;
	display: block;
	padding: 0px;
	text-align: center;
}

/*=== Form ===*/
.form-group{
	margin-bottom: 10px;
}
.form-control{
	height: 45px;
	width: 100%;
	border:1px solid #e7e7e7;
	border-radius: 2px;
	padding-left: 25px;
	font-size: 16px;
	transition: all 0.2s;
}
.form-control::placeholder{
	color: #a8a8a8
}

.form-control:focus{
	-webkit-box-shadow: 0px 0px 0px 2px rgba(4,169,233,0.75);
	-moz-box-shadow: 0px 0px 0px 2px rgba(4,169,233,0.75);
	box-shadow: 0px 0px 0px 2px rgba(4,169,233,0.75);
	transition: all 0.2s;
	border-color: #04A9E9;
}

textarea.form-control{
	height: inherit;
	resize: none;
	padding-top: 15px;
}

@media (max-width: 767px){
	.form-control{
		font-size: 16px!important;
	}
}

/*=== Single content ===*/
.single-content{
	color: #303030;
}

.single-content .thumb{
	margin-bottom: 25px;
}
.single-content img{
	max-width: 100%;
	display: inline-block;
}

.single-content h1, 
.single-content h2, 
.single-content h3, 
.single-content h4, 
.single-content h5, 
.single-content h6{
	margin-bottom: 30px;
}

.single-content p{
	line-height: 2.5;
	margin-bottom: 20px;
	font-size: 16px;
}
.single-content p.sm-margin{
	margin-bottom: 25px;
}

.single-content a {
    color: #2f9dd7;
    text-decoration: none;
    border-bottom: 1px solid #cbe6f5;
}
.single-content a:hover{
	border:none;
}

.single-content blockquote{
	background: #ecf7fd;
	padding: 25px;
	margin: 0px;
	border-left: 4px solid #40aee8;
	margin-bottom: 60px;
}
.single-content blockquote p{
	margin: 0px;
	font-size: 14px;
}

/*left right image*/
.single-content .text-image{
	margin-bottom: 60px;
}
.single-content .text-image:after,
.single-content .text-image:before{
	content: '';
	clear: both;
	display: block;
}
.single-content .text-image p{
	margin-bottom: 10px;
}
.single-content .text-image img{
	width: 400px;
}
.single-content .left-img {
	float:left;
	padding: 10px 25px 25px 0px;
}
.single-content .right-img  {
	float: right;
	padding: 10px 0 25px 25px;
}

/*alert*/
.single-alert{
	max-width: 840px;
    border: 1px solid #ececec;
    background: #f7f7f7;
    padding: 25px 15px;
    font-size: 14px;
    text-align: center;
    color: #7d7d7d;
    margin: 0 auto 70px;
}
.single-alert p{
	margin: 0px;
	font-size: 14px;
}
.single-alert .title p{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*lists*/
.single-content ul.column-2{
	display: flex;
	flex-wrap: wrap;
}
.single-content ul.column-2 li{
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
}


.single-content ul,
.single-content ol{
	padding: 0px;
	margin-bottom: 50px;
}
.single-content ul {
	list-style: none
}
.single-content li{
	margin: 20px 0;
	line-height: 1.5;
	position: relative;
	padding-left: 30px;
}
.single-content ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #2f8fc1;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3.5px;
    left: 0;
}

/*posts*/
.single-content-posts{
	margin-bottom: 60px;
}

/*map*/
.single-content .map{
	text-align: center;
}
.single-content .ul-country{
	display: flex;
	flex-wrap: wrap;
}
.single-content .ul-country{
	margin-bottom: 0px;
	margin-top:35px;
}
.single-content .ul-country li:before{
	display: none;
}
.single-content .ul-country li:nth-child(odd){
	background: #f6fbfe;
}
.single-content .ul-country li{
	flex: 0 0 25%;
	max-width: 25%;
	margin: 0px;
	padding: 10px 0;
}

@media (max-width: 767px){
	.single-content .ul-country li{
		flex: 0 0 50%;
		max-width: 50%;
	}
}

/*info cols*/
.single-info-cols p{
	margin: 0px;
}
.single-info-cols .title{
	margin-bottom: 15px;
}
.single-info-cols .map-col{
	text-align: center;
}javascript:;
.single-info-cols .map-col .btn{
	margin-top: 15px;
}
.single-info-content p{
	background: #f6fbfe;
	padding: 0 15px;
}
.single-info-content p:nth-child(2n){
	background: white
}

/*toggle-blocks*/
.toggle-block{
	margin-bottom: -15px;
}
.toggle-block .item{
	border:1px solid #9fd6f3;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 15px;
}
.toggle-block .item div.name{
	margin: 0px; font-weight:bold
}
.toggle-block .item div.name:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #007bff transparent transparent transparent;
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
}
.toggle-block .item.open h3:after{
	transform: rotate(180deg);
}

.toggle-block .item p{
	margin: 15px 0 0;
	display: none;
}

/*=== Posts ===*/
.posts{
	margin-bottom: -30px;
}

/*post*/
.post-col{
	margin-bottom: 30px;
}
.post{
	border:1px solid #ececec;
	height: 100%;
	background: #f8f8f8;
}
.post-thumb{
	width: 100%;
}
.post-thumb img{
	width: 100%;
	height: auto;
}
.post-content{
	padding: 15px 25px;
}
.post-content a{
	color: #40aee8;
	font-weight: bold;
	text-decoration: none!important;
	border-bottom: 1px solid transparent;
}
.post-content a:hover{
	border-bottom-color:  #40aee8
}

/*post border*/
.post-border{
	margin-bottom: 15px; text-align:center;
	position: relative; height:auto;
}
.post-border-content{
	font-size: 14px;
	padding: 20px;
	border:1px solid #ececec;
}
.post-border-thumb{
	margin-bottom: 15px;
}
.post-border p{
	font-size: 14px;
	margin: 0px;
	line-height: 2;
}

.post-border a{
	border-bottom: 1px solid transparent;
	color: #303030;
	cursor: pointer;
}
.post-border a:hover{
	border-bottom: 1px solid #40aee8;
}

.post-border-toggle{
	margin-top: -1px;
	padding: 20px;
	border:1px solid #ececec;
	display: none;
	position: absolute;
	z-index: 9;
	left: 15px;
	right: 15px;
	-webkit-box-shadow: 0px 10px 35px -16px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 35px -16px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 35px -16px rgba(0,0,0,0.75);
	background: white;
}


/*=== Locations ===*/
.locations{
	margin-bottom: -30px;
}
.location{
	margin-bottom: 30px;
	padding: 15px;
}
.location:nth-child(2n){
	background: #f6fbfe;
}
.location-title{
	margin-bottom: 10px;
}
.location p{
	margin: 0px;
}

/*=== Contact page ===*/
.contact-page .feedback{
	margin-top: 40px;
}
.contact-page .feedback-title{
	margin-bottom: 25px;
}

.contact-page .contact-list{
	margin-bottom: 40px;
}
.contact-page .contact-list .btn{
	margin-bottom: 25px;
}
.contact-page .contact-list li{
	margin-bottom: 15px;
	font-size: 16px;
}

/*=== Header ===*/
#header{
	position: relative;
	z-index: 999;
}

.header-inner{
	background: #f7f7f7;
	border-bottom: 2px solid #e8e8e8
}

#content{
	flex:1;
}

/*=== Menu ===*/
#menu{
	flex-grow: 1; z-index:100 !important
}
#menu li{
	flex-grow: 1; z-index:100 !important
}
#menu a{
	color: #04A9E9;
	text-decoration: none; z-index:100 !important
}
#menu>ul>li>a{
	border-bottom:4px solid transparent;
	padding: 35px 0;
	width: max-content;
	font-weight:550;
}
#menu>ul>li:hover>a{
	border-color: #04A9E9;
}
#menu .dropdown:hover .dropdown-menu{
	visibility: visible;
	opacity: 1;
	transition: 0.1s;
	z-index: 100;
}
#menu .dropdown-menu{
	position: absolute;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.1s; z-index:100 !important
}
#menu .dropdown{
	position: relative; z-index:100 !important
}
#menu .dropdown-menu ul{
	background: white;
	-webkit-box-shadow: 0px 0px 41px -9px rgba(0,0,0,0.17);
	-moz-box-shadow: 0px 0px 41px -9px rgba(0,0,0,0.17);
	box-shadow: 0px 0px 41px -9px rgba(0,0,0,0.17); z-index:100 !important
}
#menu .dropdown-menu a{
	display: block;
	padding: 10px 15px;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
	margin-top: -1px;
}
#menu .dropdown-menu a:hover{
	background: #04A9E9;
	border-color: #04A9E9;
	color: white;
}
#menu .dropdown-btn{
	display: flex;
	align-items: center;
}
#menu .dropdown-btn img{
	margin-left: 5px;
}

.menu-toggle{
	cursor: pointer;
}

/*=== Languages ===*/
.languages{
	position: relative;
}
/*
.languages-select{
	border:1px solid #3498cd;
	background: #04A9E9;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 45px;
	font-size: 12px;
	text-align: center;
	color: white;
	text-decoration: none;
	position: relative;
	padding-right: 10px;
	cursor: pointer;
}
*/
.languages-select{
	border:0px solid #3498cd;
	background: url(../img/lang2.png) 0px 2px no-repeat; color:#04A9E9 !important;
	display: block;
	height: 20px;
	line-height: 20px;
	width: 45px;
	font-size: 16px;
	text-align: center;
	color: white;
	text-decoration: none;
	position: relative;
	padding: 0px 10px 0 20px;
	cursor: pointer;
}

.languages:hover .languages-menu{
	display: block;
}
.languages-select:before{
	content: url(../img/icons/arrow-bottom.png);
	position: absolute;
	margin-left: 18px;
    margin-top: -1px;
}
.languages-menu{
	border:1px solid #3498cd;
	background: #04A9E9;
	font-size: 12px;
	border-top: none;
	display: none;
	position: absolute;
	right: 0;
	width: 100px;
	z-index: 99;
}
.languages-menu li:last-child a{
	border-bottom: none;
}
.languages-menu a{
	color: white;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #3498cd;
	background: #04A9E9;
}
.languages-menu a:hover{
	background: #3498cd;
}

/*=== BreadCrumbs ===*/
.breadCrumbs{
	font-size: 14px;
	color: #898989;
	padding: 35px 0 40px;
}
.breadCrumbs a:after{
	content: '|';
	color: #e0e0e0;
	position: absolute;
	margin-left: 20px;
}
.breadCrumbs a{
	margin-right: 40px;
	margin-bottom: 10px;
	color: #04A9E9;
	border-bottom: 1px solid #cfebf9;
	text-decoration: none;
	display: inline-block;
}
.breadCrumbs a:hover{
	border-color: transparent;
}

/*=== Banner ===*/
#banner{
	height: 555px;
	padding: 0 90px;
	display: flex;
	padding-top: 100px;
	background: url(../img/banner-bg.png) no-repeat center ;
	background-size: cover;
	color: white;
	max-width: 1000px;
	margin: 0 auto;
}
.banner-btn{
	margin: 20px 0 30px;
}
.banner-social a{
	height:40px;
	width: 40px;
	display: block;
	border:1px solid #74cbe6;
	border-radius: 50%;
	margin-right: 15px;
	line-height: 37px;
	text-align: center;
	transition: 0.2s;
}
.banner-social a:hover{
	background: #002762;
	border-color: #002762
}

/*=== Services ===*/
#services{
	margin-top: -95px;
	position: relative;
	z-index: 99;
}
#services p{
	font-size: 14px;
	line-height: 1.7
}
.service{
	background: #ffffff;
	width: 255px;
	-webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.37);
	-moz-box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.37);
	box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.37);
	border-radius: 5px;
	margin: 0 -5px;
	margin-top: 6px;
	text-align: center;
	position: relative;
	z-index: 99;
}
.service .section-content{
	padding: 70px 40px 90px;
}
.service-big{
	width: 320px;
	-webkit-box-shadow:0px 0px 41px -9px rgba(0,0,0,0.17) !important;
	-moz-box-shadow:0px 0px 41px -9px rgba(0,0,0,0.17) !important;
	box-shadow:0px 0px 41px -9px rgba(0,0,0,0.17) !important;
	border-radius: 5px;
	position: relative;
	z-index: 110 !important;
	margin-top:0px;
	transform-style: preserve-3d;
	margin-top: -23px;
	padding-bottom: 50px;
}
.service-big:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    /* background: red; */
    height: 8px;
    -webkit-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.37) !important;
    -moz-box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.37) !important;
    box-shadow: 0px 0px 0px 11px rgba(255,255,255,0.37) !important;
    border-radius: 5px 5px 0 0;
    transform: translateZ(-1px) !important;
}
.service-big .services-content{
	padding: 70px 60px 45px;
}
.service-big .services-content p{
	font-size: 18px!important;
}

.services-title{
	height: 90px;
	position: relative;
	border-bottom:3px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	text-align: center;
}

.service-icon{
	height: 50px;
	width: 50px;
	border:3px solid #f7f7f7;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 100%;
	margin-top: -25px;
	background: white
}


/*services sm*/
.services-sm{
	margin-bottom: -60px;
}
.services-sm .item{
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.07); 
	border-radius: 5px;
	padding:60px 35px 35px;
	position: relative;
	margin-bottom: 60px; text-align:center
}
.services-sm .txt{
	margin-bottom: 35px;
	font-size: 14px;
}
.services-sm .txt:last-child{
	margin-bottom: 0px;
}
.services-sm .txt a{
	color: #40aee8;
	display: block;
	margin-top: 10px;
}
.services-sm .txt a:hover{
	text-decoration: none
}

.services-sm .icon{
	width: 55px;
	height: 55px;
	border:3px solid #f4f4f4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -27.5px;
	left: 50%;
	margin-left: -27.5px;
}


/*=== Map ===*/
#map{
	padding: 40px 0;
	text-align: center;
}
.map-btn{
	margin-top: 30px;
}

/*=== IT ===*/
#it{
	-webkit-box-shadow: inset 0px 8px 18px -9px rgba(0,0,0,0.09);
	-moz-box-shadow: inset 0px 8px 18px -9px rgba(0,0,0,0.09);
	box-shadow: inset 0px 8px 18px -9px rgba(0,0,0,0.09);
	position: relative;
}
#it:before{
	content: '';
	top: 109px;
	height: 1px;
	background: #efefef;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 2;
}
.it{
	transition: .2s;
	border-left: 1px solid #efefef;
}
.it:hover{
	background: #f4f9fd;
	cursor: pointer;
}
.it-title{
	display: flex;
	align-items: center;
	height: 110px;
	border-bottom: 1px solid #deeaf4;
	padding: 15px;
}
.it-col:first-child .it{
	border:none;
}
.it-col{
	transition: 0.2s linear;
}

.it-content{
	padding: 40px 15px 25px;
}
.it-content-visible{
	padding: 15px 15px 25px;
	background: #f4f9fd;
	display: none;
}

.it-contents{
	position: relative;
}
.it p{
	font-size: 16px;
	line-height: 1.7
}
.it-content-txt{
	height: 160px;
}
.it-content-title{
	margin: 20px 0 15px;
	color: #3499ce;
}
.it-content-title2{
	margin: 20px 0 15px;
	color: #111;
}
.it-read{
	display: inline-block;
	border-bottom: 1px solid #3499ce;
}
.it h5 a{color:#337ab7}
.it h5 a:visited{color:#337ab7}



/*=== Footer ===*/
#footer{
	background: #223b61;
	padding: 30px 0;
}
.footer-top{
	margin-bottom: 10px;
}
.footer-menu li{
	flex-grow: 1;
	text-align: right;
}
.footer-menu li a{
	color: white;
	font-weight: 300;
	border-bottom: 1px solid rgba(200,207,216,0.4);
	text-decoration: none;
}
.footer-menu li a:hover{
	color: #04A9E9;
	text-decoration: none;
	border:none;
}

.footer-bottom{
	color: #637faa
}
.footer-copyright{
	font-size: 14px;
}

.footer-web{
	color: #455e87;
}
.footer-web a{
	border-bottom: 1px solid #2b446b;
	text-decoration: none;
	color: #455e87;
}
.footer-web a:hover{
	border-color:transparent;
}

#global-map{
	position: relative;

    height: auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    display: block;
    margin: auto;
}
.map-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background: rgba(143,27,15,0.8);
	transition: all 0.3s;
}
#EE, #IE,#LT, #LV, #RO, #SE, #BY,#FI, #RU,#UA,#CZ,#SK,#NO,#DK, #HU, #PL,#SI{fill:#3498cd;}
#MN,#AZ,#KZ, #GE, #KG,#UZ{/*fill:#4E7CA5;*/ fill:#3498cd;}
path{cursor:pointer}
.country-title{display:block;text-align:center;font-size:12px;color:#111;}
.fill-area{fill:#04a9e9 !important;}
.map-tooltip{transition:all 1s; border-top-left-radius:5px; border-top-right-radius:5px; border-bottom-right-radius:5px; padding:5px 20px; position:absolute;z-index:1000;width:auto;background:#fff; border:1px solid #fff; box-shadow:1px 2px 12px #777}
.map-tooltip span{font-size: 16px !important;font-family: 'Proxima Nova';}
