@charset "UTF-8";

*{
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	-webkit-appearance: none;
	overflow: hidden;
	letter-spacing: 1px;
}
@font-face{
	src:url('../fonts/ProximaBold.otf');
	font-family: 'pb';
}
@font-face{
	src:url('../fonts/ProximaReg.otf');
	font-family: 'pr';
}
html,body{
	margin:0;
	padding: 0;
	overflow-y: scroll;
	font-family: 'pr';
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    white;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    white;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    white;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    white;
}

::placeholder { /* Most modern browsers support this now. */
   color:    white;
}

.bartop{
	width: 100%;
	background: #2F3F4B;
	color:white;
}
.bartop_sep{
	width: 50%;
	float: left;
	padding: 15px;
}
.bartop_sep img{
	width: 150px;
}
.bartop_sep .mail{
	text-align: right;
}
.bartop_sep_corr{
	width: 40%;
	margin-left: 60%;
}
.bartop_sep_img{
	width: 10%;
	float: left;
}
.bartop_sep_img img{
	width: 25px;
}
.bartop_sep_words{
	width: 90%;
	float: left;
}
.bartop_sep_words a{
	color:white;
	text-decoration:none;
}
.slide{
	/*width: 100%;*/
	z-index: 0;
	height: 100vh;
}
header{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 60px;
	z-index: 10;
}
header ul{
	list-style-type: none;
	text-align: center;
	z-index: 1;
}
header ul a{
	text-decoration: none;
}
header ul a li{
	display: inline-block;
	padding:20px 60px;
	font-family: 'pb';
	font-size: 18px;
	color: #384A58;
}
header ul a{
	text-decoration: none;
	color:#384A58;
}
.barred{
	border-bottom: #72A1CA solid 2px;
	width: 100%;
	height: 1px;
}
#myCarousel{
	z-index: 1 !important;
	height: 45vh;
	overflow: hidden;
}

@media (min-width: 1025px){
	.desktop{
		display: block;
		width: 100%;
	}
	.tablet{
		display: none !important;
		width: 100%;
	}
	.mobile{
		display: none !important;
		width: 100%;
	}
}
@media (min-width:769px) and (max-width: 1024px){
	.desktop{
		display: none !important;
		width: 100%;
	}
	.tablet{
		display: block;
		width: 100%;
	}
	.mobile{
		display: none !important;
		width: 100%;
	}
}
@media (max-width: 768px){
	.desktop{
		display: none !important;
		width: 100%;
	}
	.tablet{
		display: none !important;
		width: 100%;
	}
	.mobile{
		display: block;
		width: 100%;
	}
}

section{
	margin-top: 70px;
}
.we_sep{
	width: 50%;
	float: left;
	text-align: center;
}
.we_sep_inner{
	background: #E6EFF6;
	padding: 20px;
	width: 90%;
	margin: 70px auto;
}
.we_sep_inner_border,.worked_border,.services_border{
	width: 100px;
	height: 1px;
	border-bottom: #2F84BE solid 4px;
}
.we_sep_inner_words{
	line-height: 40px;
	margin-top: 20px;
	font-size: 21px;
	text-align: left;
}
.we_sep img{
	width: 40%;
	margin: auto;
	border-radius: 50%;
}
.we_sep_sub{
	text-align: center;
	width: 100%;
	font-size: 21px;
	line-height: 40px;
}
.worked{
	padding-top: 60px;
	width: 90%;
	margin: auto;
}
.worked_words{
	width: 100%;
	font-size: 24px;
	margin-top: 20px;
	line-height: 40px;
}
.worked_words_sm{
	width: 100%;
	font-size: 21px;
	margin-top: 20px;
}
.text-center{
	text-align: center !important;
}
.worked_imgs{
	margin-top: 20px;
}
.worked_imgs_sep, .worked_imgs_sep_alt{
	width: calc(100% / 5 - 2px);
	text-align: center;
	float: left;
	min-height: 200px;
}
.worked_imgs_sep img,.worked_imgs_sep_alt img{
	margin: 20px auto;
	width: 80%;
}
.services,.customers{
	width: 90%;
	margin: auto;
	padding-top: 40px;
}
.services_title{
	font-size: 18px;
	margin-top: 20px;
	font-family: 'pb';
	color: #384A58;
}
.services_block{
	width: 50%;
	float: left;
	margin: 20px auto;
}
.services_blocks{
	width: 50%;
	float: left;
	padding:10px;
}
.services_block img{
	width: 50%;
}
@media (max-width: 1024px){
	.services_block{
		width: 100%;
		margin: 20px auto;
	}
	.services_blocks{
		width: 50%;
		float: left;
		padding:10px;
		text-align: center;
	}
	.services_block img{
		width: 50%;
	}
}
@media (max-width: 768px){
	.services_block{
		width: 95vw;
		margin: auto;
	}
	.services_blocks_inner{
		padding: 10px;
	}
}
@media (max-width: 360px){
	.services_block{
		width: 100vw;
		margin: auto;
	}
	.services_blocks_inner{
		padding: 10px;
	}
}
.services_letterbox{
	background: #E6EFF6;
	line-height: 40px;
	text-align: center;
	font-size: 21px;
	margin-top: 20px;
	padding: 20px;
}
.services_letterbox h3{
	font-family: 'pb';
}
.services_why{
	margin-top: 20px;
	font-size: 21px;
	font-family: 'pr' !important;
}
.services_why ul li{
	margin-top: 20px;
}
.one{
	background: #2F3F4B;
}
.two{
	background: #576370;
}
.three{
	background: #2F84BE;
}
.four{
	background: #576370;
}
.five{
	background: #9EA1AA;
}
.six{
	background: #C2D1E7;
}
.customers_title{
	margin-top: 20px;
	font-size: 28px;
	font-family: 'pb';
}
.customers_envelope{
	margin-top: 40px;
}
.customers_envelope_item{
	background: #E6EFF6;
	border-radius: 6px;
	padding: 10px;
	width: 23%;
	float: left;
	text-align: center;
	margin-left: 2%;
}
.customers_envelope_item_name{
	font-size: 21px;
	font-family: 'pb';
}
.customers_envelope_item_org{
	font-size: 21px;
	margin-top: 20px;
}
.customers_envelope_item_img{
	width: 100%;
	margin-top: 20px;
	height: 240px;
}
.customers_envelope_item_img img{
	width: 70%;
	margin:auto;
}
.customers_envelope_item_words{
	font-size: 21px;
	line-height: 30px;
	height: 350px;
	margin-top: 20px;
}
.second{
	display: none;
	text-align: center;
}
.centerize{
	width: 50%;
	margin: auto;
}
.centerize .customers_envelope_item{
	background: #E6EFF6;
	border-radius: 6px;
	padding: 10px;
	width: 47%;
	float: left;
	text-align: center;
	margin-left: 2%;
}
.customers_envelope_dots{
	width: 7%;
	margin: 50px auto;
	clear: both;
}
.customers_envelope_dots_contain{
	width: 50%;
	float: left;
}
.customers_envelope_dots_dot{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border:solid 1px #384A58;
	margin: 10px;
	cursor: pointer;
}
.selected{
	background: #384A58;
}
.events{
	width: 100%;
	margin-top: 50px;
}
.events img{
	width: 100%;
}
.events_item{
	width: 50%;
	float: left;
	padding: 20px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}
.events_item_words{
	width: 50%;
	float: left;
	text-align: left;
	font-size: 21px;
	padding:40px;
}
.events_item_words strong{
	font-family: 'pb';
	margin-bottom:50px;
}
.events_item_img{
	width: 50%;
	float: left;
}
@media (max-width: 1280px){
	.events_item_img,.events_item_words{
		width: 100%;
	}
	.events_item_words{
		text-align: center;
	}
}
@media (max-width: 768px){
	.events_item{
		width: 100%;
	}
	.events_item_words{
		padding: 20px 5px;
	}
}
.events_item_img img{
	max-height: 400px;
	max-width: 100%;
	width: auto;
	border-radius: 3px;
}
.events_item_wrap{
	width: 90%;
	background: #E6EFF6;
	margin: auto;
	border-radius: 6px;
	padding: 20px;
}
.menu{
	display: none;
}
.dev{
	width: 100%;
	text-align: center;
}
.dev a{
	color: black;
	text-decoration: none;
}
.dev img{
	width: 90px;
	padding-left: 5px;
}
.cross{
	display: none;
}
.fix{
	width: 100%;
	clear: both;
}
@media (min-width: 1281px) and (max-width: 1482px){
	.customers_envelope_item_words{
		height: 450px;
	}

}
@media (min-width: 1025px) and (max-width: 1280px){
	header ul a li{
		font-size: 14px;
	}
	.bartop_sep_corr {
	    width: 60%;
	    margin-left: 40%;
	}
	.customers_envelope_item_words{
		height: 530px;
	}
	.customers_envelope_dots{
		width: 8%;
	}
	
}
@media (min-width: 769px) and (max-width: 1024px){
	.center{
		width: 80%;
		left: 10%;
	}
	header ul a li{
		font-size: 14px;
		padding:20px 30px;
	}
	.bartop_sep_corr {
	    width: 80%;
	    margin-left: 60%;
	}
	.services_blocks{
		width: 48%;
		float: left;
		margin-top: 20px;
	}
	.customers_envelope_item{
		width: 48%;
		float: left;
		margin-top: 20px;
	}
	.customers_envelope_dots{
		width: 10%;
	}
	.bartop_sep_img img{
		margin-left: 0px;
	}
	.centerize{
		width: 100%;
	}
	.worked_imgs_sep, .worked_imgs_sep_alt{
		width: calc(100% / 4 - 2px);
		text-align: center;
	}
	.worked_imgs_sep img,.worked_imgs_sep_alt img{
		margin: 20px auto;
		width: 80%;
	}
}
@media (min-width: 0px) and (max-width: 768px){
	/*.mail{
		display: none;
	}*/
	.bartop_sep_corr{
		width: 100%;
	}
	.bartop_sep_corr .bartop_sep_img{
		width: 15%;
	}
	header{
		position: relative !important;
		top: 0px;
		text-align: left;
	}
	header ul{
		display: none;
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #384A58;
		color: white;
		z-index: 10 !important;
		padding-left: 0;
	}
	header ul a li{
		color: white;
		width: 100%;
	}
	.cross{
		display: block;
		width: 30px;
		margin-left: 85%;
		margin-top: 20px;
	}
	.bartop{
		z-index: 0 !important;
	}
	.slide{
		z-index: 0 !important;
	}
	#myCarousel{
		height: auto !important;
		z-index: 0;
	}
	.center{
		top: 190px;
		width: 80%;
		left: 10%;
		z-index: 1 !important;
	}
	.center_content{
		font-size: 18px;
	}
	.carousel-indicators{
		display: none;
	}
	.we{
		padding: 5px;
	}
	.we_sep{
		width: 100%;
	}
	.worked_imgs_sep, .worked_imgs_sep_alt{
		width: calc(100% / 2 - 2px);
		text-align: center;
	}
	.worked_imgs_sep img,.worked_imgs_sep_alt img{
		margin: 20px auto;
		width: 80%;
	}
	.services_blocks{
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.customers_envelope_item{
		width: 100%;
		margin-top: 20px;
	}
	.customers_envelope_item_words{
		height: auto;
	}
	.second{
		display: block;
	}
	.events_one, .events_two, .events_three{
		width: 100%;
	}
	.menu{
		display: block;
		padding: 20px;
	}
	.menu img{
		width: 50px;
	}
	section,.events{
		margin-top: 0;
	}
	.we_sep_inner{
		margin-top: 20px;
	}
	.centerize{
		width: 100%;
	}
	.centerize .customers_envelope_item{
		width: 100%;
	}
	.customers_envelope_item_img{
		height: auto !important;
	}
	.customers_envelope_dots{
		display: none;
	}

}
@media (max-width: 380px){
	.worked_imgs_sep, .worked_imgs_sep_alt{
		width: 100%;
		text-align: center;
	}
	.worked_imgs_sep img,.worked_imgs_sep_alt img{
		margin: 20px auto;
		width: 80%;
	}
	.bartop_sep{
		padding: 10px;
	}
	.bartop_sep_corr{
		margin-left: 40%;
	}
	.bartop_sep_corr .bartop_sep_img{
		width: 30%;
	}
}
.space{
	margin-top: 20px;
}