section.home-slider {
	/*background: #3d538f;*/
	background: #5f81cf;
	padding: 2.5%;
}
h2.subtitle {
	color: #093eb6;
}
.about-details .company-subtitle {
	margin-top: 5px;
	font-weight: normal;
}
.list-unstyled li i.fa-circle {
	color: #4464bb;
}
section {
	padding-bottom: 40px;
}
.grey-text {
	color: #76797f;
}
.clear-font-color {
	color: inherit;
}
.quick-links ul li a, .our-services ul li a {
	padding-bottom: 3px;
}
ol.activities li {
	background: url('../images/bullet.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
img.logo {
	width: auto;
	height: auto;
}
.top-info-social {
    margin-top: 30px;
}
.styled-list ol ol {
	margin: 15px 0px 0px 20px;
}
.styled-list ol li, .styled-list ul li {
	padding: 0px 0;
	border-bottom: none;
}
.styled-list ul ul li, .styled-list ol ol li {
	padding: 0;
}
.sidebar-blog-categories ul li.active a {
	background: #093eb6;
	color: #fff;
}

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    max-height: 100px;
}
.ourclients .logo-list .item{
	width: 200px;
    margin:0 10px 10px 0;
}
.company-credentials h4{
	margin-bottom:0;
}
.downloads-block{
	margin-top:20px;
}
.downloads-block .download-file{
	margin-bottom:10px;
}

.form-control{
	line-height:normal;
	padding:15px 20px;
}
footer a:hover, footer a:active, footer a:focus{
	color:#fff;
}

.company-image .img-left {
    width: 43%;
    left: 0;
    top: 44%;
    transform: translateY(-50%);
}
/* headers */
.page-title{
	background-size: cover;
	background-repeat:no-repeat;
	background-position:0 10%;
    padding: 70px 0;
	height:320px;
	background-image:url('../images/saudization.jpg');
	background-position:0 80%;
}
@media only screen and (min-width : 1025px) {
    .page-about .page-title{
		background-size: cover;
		background-repeat:no-repeat;
		background-position:0 32%;
		padding: 70px 0;	
	}
}
.page-about .page-title {
    background-image: url(../images/about-header.jpg);
}
.page-contact .page-title{
	height:auto;
	padding:0;
	border-top:1px solid #093EB6;
	border-bottom:1px solid #093EB6;
}
#capt{
	border:1px solid #ccc;
	margin-top:5px;
}
#refreshCaptcha{
	cursor:pointer;
	display:inline-block;
	color:#68B546;
}
@media all and (max-width: 480px) {
.download-file a {
    font-size: 14px;
    font-weight: bold;
    padding-left: 0px;
    line-height: 14px;
    color: #093eb6;
    display: block;
}
}