

/* Basics tags */

.list-inline > li {
	display:block;
}

.info-block {
	position:relative;
	overflow: hidden;
}

.info-block span {
	display:block;
	position:relative;
	color: #12253b;
    font: 18px PTN77F;
	text-transform:uppercase;
}
ul {
	list-style-type: none;
    list-style:none;
    padding-left:0;
}
.col-md-1n5{
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 992px) {
	.col-md-1n5 {
		width:15%;
		float:left;
	}
}

@media (min-width: 1200px) {
	.col-md-1n5 {
		width:15.8%;
		float:left;
	}
}
/* ------ */

/* Margins and paddings */
.margin-bottom-30 { margin-bottom: 30px;}
/* ------ */

/* Rounded and Circle Classes */
.rounded-x { border-radius: 50% !important;}
/* ------ */

/* Header */
/* ------ */

/* Sidebar Styles */
/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .navbar .about-menu ul:not {
    display: block;
  }  
}
/* ------ */

/* Footer */
/* ------ */

/* Company service-list */
/* ------ */

/* Content blocks */
.how-we-work-wrapper {
	border-top: 5px solid #f8c502;
}
.how-we-work-wrapper {
	background-color:#FAFAFA;
}
.how-we-work {
	position:relative;
	overflow:hidden;
}

.page-header {
	border-bottom: none;
}
.header-onwrapper .page-header {
	font: 32px/1.5 PTN77F;
    font-weight: bold;
    background: #12253b;
    border: 3px solid #f8c502;
    border-radius: 28px;
    color: #efefef;
    display: table;
    height: 56px;
    margin: -30px auto 15px;
    padding: 0 42px;
    position: relative;
    text-align: center;
}
@media(max-width:768px) {
	.header-onwrapper .page-header {
		font: 28px/1.5 PTN77F;
		margin: auto;
	}
}
/* ------ */

/* Icons */
i.icon-lg {
    width: 98px;
    height: 96px;
	
}
i.icon-custom {
    color: #555;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
	margin-bottom: 5px;
}
.arrow {
	background: url("../img/how_we_works/arrow.png");
	width: 60px;
	height: 43px;
	top: 25px;
}
.icon-application {
	background: url("../img/how_we_works/application.png") 50% 0px no-repeat;
}
.icon-client_contact {
	background: url("../img/how_we_works/client_contact.png") 50% 0px no-repeat;
}
.icon-request_clarify {
	background: url("../img/how_we_works/request_clarify.png") 50% 0px no-repeat;
}
.icon-order_perfoming {
	background: url("../img/how_we_works/order_perfoming.png") 50% 0px no-repeat;
}
.icon-close_deal {
	background: url("../img/how_we_works/close_deal.png") 50% 0px no-repeat;
}
/* ------ */