body {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
}
hr, button, a, a:hover, a:active, a:focus {
	outline: 0 !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;                  
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
}
p {
	font-size: 14px;
	color: #000;
	line-height: 1.8;
}
main {
	overflow: hidden;
}
.wow {
	visibility: hidden;
}
textarea {
	resize: vertical;
}
::-moz-selection {
    color: #fff;
    background: #ff0000;
}
::selection {
    color: #fff; 
    background: #ff0000;
}
:focus {
	outline: none !important;
}
button {
	border: none;
	background: #ddd;
}
ul {
	list-style: none;
	padding: 0;
}
#topcontrol img {
	padding: 10px 10px;
    background: #ddd;
    width: 40px;
}
.w-100 {
	width: 100%;
}
.navbar-default .navbar-nav {
	margin-top: 26px;
}
.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0 10px 20px;
}
.navbar-default .navbar-nav>li.active a,
.navbar-default .navbar-nav>li.active a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #026533;
	background: transparent;
}
.navbar-brand {
	height: auto;
	padding: 0 10px;
}
.navbar-default {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
}
header.fixed-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	z-index: 150;
	-webkit-box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.2);
}
header.fixed-menu .menu-top {
	display: none;
}
header.fixed-menu .navbar-brand>img {
	width: 65px;
}
header.fixed-menu .navbar-default .navbar-nav {
    margin-top: 10px;
}
header.fixed-menu .navbar-right .dropdown-menu {
    top: 51px;
}
.menu-top {
	border-bottom: 1px solid #f0f0f0;
}
.menu-top .left {
	width: 20%;
	float: left;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #363636;
	padding-top: 8px;
}
.menu-top .left span {
	display: inline-block;
	padding-left: 10px;
}
.menu-top .right {
	float: right;
	text-align: right;
}
.menu-top .right ul,
.menu-top .right li {
	
	margin: 0;
}
.menu-top .right .top-menu a {
	font-size: 10px;
	text-transform: uppercase;
	color: #8b8b8b;
	display: block;
	border-right: 1px solid #ebebeb;
	padding: 12px 10px;
	font-weight: 700;
}
.menu-top .right .top-menu a:hover {
	color: #000;
}
.menu-top .right .top-social-links li {
	float: left;
}
.menu-top .right .top-social-links a {
	color: #8b8b8b;
    display: block;
	padding: 9px 8px;
}
.menu-top .right .top-social-links li:nth-child(1) a {
	color: #1da1f2;
}
.menu-top .right .top-social-links li:nth-child(2) a {
	color: #3b5998;
}
.menu-top .right .top-social-links li:nth-child(3) a {
	color: #0077b5;
}
.menu-top .right .top-social-links li:nth-child(4) a {
	color: #dd4b39;
}
.menu-top .right .top-menu li {
	float: left;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
	background: #707070;
}
.owl-dots .owl-dot.active span {
	background: #fff;
}
.home-banner .owl-carousel .owl-nav .owl-prev, .home-banner .owl-carousel .owl-nav .owl-next, .home-banner .owl-carousel .owl-dot {
	display: block;
    margin: 10px 0;
}
.home-banner {
	position: relative;
}
.banner-text {
	padding-left: 15%;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.home-banner .banner-text p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	max-width: 740px;
	line-height: 1.5;
}
.home-banner .banner-text h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	max-width: 670px;
	text-shadow: 1px 2px 9px rgba(6, 5, 70, 0.18);
	margin-top: 0;
}
.home-banner .banner-text h1 span {
	display: block;
}
.home-banner .item {
	position: relative;
	background-size: cover;
	height: calc(100vh - 135px);
	max-height: 600px;
}
.home-banner .item:after {
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: hsla(0, 0%, 0%, 0.30);
    z-index: 1;
    left: 0;
    top: 0;
}
.btn {
	border: 0;
	border-radius: 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 15px;
    display: inline-block;
}
.btn-red {
	background: #c3002f;
}
.btn-red:active,
.btn-red:focus,
.btn-red:hover {
	background: #b20a32;
	color: #fff;
}
.btn img {
	margin-left: 10px;
	width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
}
.btn-white {
	color: #000;
}
.btn-white:hover {
	color: #c3002f;
}
.welcome-content {
	padding: 0 0 50px;
}
.welcome-content h2 {
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -5px;
	line-height: 1;
	margin: 10% 0 30px;
}
.welcome-content .cell .media {
	padding: 25px 0 0;
	float: left;
	width: 25%;
	margin: 0 !important;
}
.welcome-content .cell p,
.welcome-content .cell h4 {
	color: #09284e;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}
.welcome-content .cell p {
	color: #0b6623;
}
.service-offer-client {
	background: #f3f6f7;
	padding: 20px 0 0;
}
.product-service-owl .cell {
	display: block;
}
.product-service-owl .cell:hover .btn-white {
    color: #c3002f;
}
.zoom-wrap {
	overflow: hidden;
}
.zoom-wrap img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.product-service-owl .cell:hover .zoom-wrap img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.product-service-owl .cell img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;                 
	-o-transition: all 0.5s ease-in-out;   
	-ms-transition: all 0.5s ease-in-out;          
	transition: all 0.5s ease-in-out;
}
.product-service-owl .cell:hover img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.main-title {
	color: #000;
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.line {
	max-width: 100px;
	border-top: 5px solid #c3002f;
	margin: 2px 0 15px;
}
.bg-white {
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0px 7.12px 0.88px rgba(227, 227, 227, 0.33);
	margin-bottom: 20px;
}
.product-service-owl h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0 8px;
}
.product-service-owl p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}
.service-offer-client .btn {
	padding-left: 0;
	margin-bottom: 10px;
}
.no-padding {
	padding: 0;
}
.pad-L-0 {
	padding-left: 0;
	padding-right: 0;
}
.accordion-partnerships {
	position: relative;
}
.accordion-partnerships:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	right: 100%;
	top: 0;
}
.accordion-partnerships h4 {
	font-size: 14px;
	font-weight: 600;
}
.accordion-partnerships h4 a {
	color: #000;
	position: relative;
	display: block;
}
.panel-default {
	border: 0;
	position: relative;
	border-bottom: 1px solid rgba(227, 227, 227, 0.33);
	box-shadow: none;
}
.panel-default>.panel-heading {
	border: 0;
	position: relative;
}
.panel-default>.panel-heading {
	background: #fff;
	position: relative;
	padding-left: 0;
}
.accordion-partnerships .panel-default:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #fff;
	right: 100%;
	top: 1px;
	border-bottom: 1px solid rgba(227, 227, 227, 0.33);
	z-index: 1;
}
.panel-body {
	padding: 0;
}
.panel-body p {
	font-size: 13px;
	line-height: 1.7;
	margin-top: -5px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body,
.accordion-partnerships .panel-default:last-child:after,
.accordion-partnerships .panel-default:last-child {
	border: 0;
}
.no-padding {
	padding: 0;
}
.accordion-partnerships .panel-default:last-child {
	padding-bottom: 5px;
}
.accordion-partnerships .media-body {
	padding-left: 20px;
	padding-right: 40px;
}
.icon-plus {
	width: 9px;
	height: 1px;
	background: #a3a3a3;
	display: inline-block;
	position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.collapsed .icon-plus:after {
	content: '';
    height: 10px;
    border-left: 1px solid #a3a3a3;
    display: inline-block;
    top: -6px;
    position: relative;
    left: 4px;
}
.latest-news-bg {
	padding: 8px 50px;
}
.service-offer-client .list-item a h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 0;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
}
.service-offer-client .list-item a {
	display: block;
}
.service-offer-client .list-item a:hover .btn,
.service-offer-client .list-item a:hover h4 {
	color: #c3002f;
}
.service-offer-client .list-item p {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.service-offer-client .list-item .item:first-child {
	border-bottom: dotted 2px #ddd;
    margin-bottom: 20px;
}
.margin-B-50 {
	margin-bottom: 50px;
}
.clents-carousel {
	text-align: center;
}
/* .clents-carousel img {
	width: auto !important;
	display: inline-block !important;
} */
.clents-carousel .owl-item {
	/* width: auto !important; */
}
.clents-carousel .owl-dots {
	text-align: right;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	background: url(../images/arrow-r-grey.png);
	width: 12px;
	height: 18px;
	font-size: 0;
	float: right;
}
.owl-carousel .owl-nav .owl-prev {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	float: left;
}
.owl-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.service-offer-client .owl-nav {
	width: calc(100% + 40px);
	height: 1px;
	top: 40%;
}

/* Footer */

.footer-top {
	background: #010101;
}
.footer-bottom {
	background: #1a1a1a;
}
.footer-bottom p {
	font-size: 11px;
	color: #fff;
	margin: 0;
	line-height: 5.3;
}
.footer-social-links {
	margin: 10px 0 0;
}
.footer-social-links li {
	display: inline-block;
	margin-left: 5px;
}
.footer-social-links li a {
	color: #fff;
	font-size: 14px;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #2f2f2f;
	position: relative;
}
.footer-social-links li a .fab {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.footer-navs {
	width: 33%;
	float: left;
	padding: 80px 0;
}
.footer-navs li {
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.footer-navs li.title {
	display: flex;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 0;
}
.footer-navs li.title:before {
	display: none;
}
.footer-navs li a {
	display: block;
	font-size: 14px;
	color: #717171;
	font-weight: 500;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 15px;
}
.footer-navs li a:hover {
	color: #c3002f;
}
.footer-navs li:before {
	content: '';
    width: 8px;
    height: 12px;
    background: url(../images/arrow-r-grey.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;                 
	-o-transition: all 0.3s ease-in-out;   
	-ms-transition: all 0.3s ease-in-out;          
	transition: all 0.3s ease-in-out;
}
.footer-navs li:hover:before {
	left: 5px;
}
.bg-green {
	background: #0b6623;
	position: relative;
}
.bg-green:after {
	content: '';
	background: #0b6623;
	position: absolute;
	left: 100%;
	top: 0;
	width: 1000%;
	height: 100%;
}
.address {
	padding: 30px 0 20px 60px;
}
.address h3 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 5px 0 3px;
}
.address p {
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
}
.address .media {
	margin-top: 10px;
}
.address .media-object {
	position: relative;
	width: 50px;
	height: 50px;
	background: #074e1a;
	border-radius: 50%;
}
.address .media-object img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.address .media a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.address .media a:hover {
	color: #033a12;
}
.address hr {
	border-top: 2px solid #074e1a;
}
.address .media:last-child a {
	color: #000;
}
.address .media:last-child a:hover {
	color: #fff;
}


/* About us */

.common-banner {
	height: 340px;
	background-size: cover;
	position: relative;
}
.common-banner .banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding-left: 0;
}
.common-banner .banner-text h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.80);
	display: inline-block;
	padding: 5px 10px;
}
.inner-sub-menu {
	text-align: center;
	margin: -94px 0 4%;
}
.inner-sub-menu ul {
	background: #fff;
	margin: 0 auto;
	display: inline-block;
	position: relative;
    top: -20px;
	box-shadow: 0px 0px 7.12px 0.88px rgba(0, 0, 0, 0.17);
}
.inner-sub-menu ul li {
	display: block;
	float: left;
}
.inner-sub-menu ul li a {
	display: block;
	font-size: 12px;
	color: #000;
	font-weight: 600;
	padding: 15px 20px;
	text-transform: uppercase;
}
.inner-sub-menu ul li a.active,
.inner-sub-menu ul li a:hover {
	background: #c3002f;
	color: #fff;
}
.inner-sub-menu.fixed-menu {
    position: fixed;
    top: 175px;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
}
.title-common {
	font-size: 60px;
	color: #000;
	font-weight: 600;
	letter-spacing: -2px;
	line-height: 0.9;
	margin-top: 0;
	text-transform: uppercase;
}
h3.main-para {
	font-size: 18px;
	color: #000;
	font-weight: 700;
}
.common-container .left-sec {
	position: relative;
}
.common-container .left-sec .img-absolute {
	position: absolute;
    right: 15px;
	margin: 20px 0 0;
}
.common-container {
    padding: 90px 0;
}
.cell .bg-grey:first-of-type {
	margin-top: 57px;
}
.common-container .bg-grey {
	background: #f3f6f8;
	padding: 10px 20px;
	margin-bottom: 10px;
}

/* CSR sustainable development  */

.csr-sustainable-development p {
	margin: 0;
}
.csr-sustainable-development h4 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	max-width: 560px;
	margin: 0;
}
.csr-sustainable-development .bg-grey hr {
	border-width: 5px;
	width: 30px;
	margin: 8px 0 10px;
}
.ul-style-2 {
	
}
.ul-style-2 li {
	font-size: 14px;
	color: #555;
	display: flex;
	font-weight: 400;
	margin-bottom: 7px;
}
.ul-style-2 li:before {
	content: url(../images/line-arrow.png);
	margin-right: 10px;
}

/* Aramain qhse health safety */

.fos-qhse-health-safety h3 {
	margin-top: 25px;
    margin-bottom: 30px;
}
.fos-qhse-health-safety b {
	display: block;
    margin: 20px 0;
	color: #555555;
}
.ul-style-3 {
	margin-top: 20px;
}
.ul-style-3 li:before {
	content: url('../images/dot-red.png');
}

/* Well testing */

.well-testing b {
	color: #555555;
}
.well-testing h3 {
	margin: 25px 0;
}

/* Contact  */

.contact .form-control {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 2px solid #d7d7d7;
	height: 30px;
	padding-left: 0;
}
.contact label {
	color: #555;
	font-weight: 400;
}
.contact .form-group {
    margin-bottom: 29px;
}
.google-map {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.google-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact .left-sec {
	padding: 0 50px 0 0;
}
.contact-address {
    padding: 30px 30px 5px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.70);
    z-index: 10;
    width: 380px;
}
.contact-address b {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	color: #c3002f;
}
.contact-address a {
	display: inline-block;
	color: #363636;
	font-size: 14px;
}
.contact-address .a-group {
	margin-bottom: 10px;
}

/* Aramain Excellence */

.common-container.fos-excellence {
    min-height: 760px;
}
.common-container.fos-excellence .img-absolute {
	top: 0 !important;
}
.common-container.fos-excellence .cell {
    padding: 20px 0 0;
}
.common-container.fos-excellence .cell h3 {
	margin-bottom: 25px;
}

/* Careers */

.openings-list h4 {
	font-size: 30px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	margin: 30px 0 15px;
}
.openings-list h4 span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: none;
}
.openings-list .table {
	text-align: center;
}
.openings-list .table th {
	background: #334555;
	color: #fff;
	border: 0;
	font-weight: 600;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
.table>tbody>tr {
	background: #ecebeb;
}
.table>tbody>tr:nth-child(odd) {
	background: #f2f2f2;
}
.openings-list .table td {
	color: #334555;
	font-size: 14px;
	vertical-align: middle;
	padding: 10px 8px;
	border-right: 1px solid #d7d7d7;
}
.career .cell b {
	color: #555555;
	font-size: 400;
}
.career .cell p {
	margin-bottom: 20px;
}
.career .cell a {
	margin-bottom: 40px;
}

/* News */

.news .news-wrap {
	padding-bottom: 40px;
	margin-bottom: 40px;
    border-bottom: 1px dashed #807b69;
	display: block;
}
.news .news-wrap .img-text {
	height: 180px;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-bottom: 10px;
}
.news .news-wrap .img-text p {
	line-height: 1.6;
}
.news .news-wrap .img-text h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.3;
	position: absolute;
	left: 5px;
	bottom: 5px;
	margin: 0;
}
span.date {
	display: block;
	color: #c3002f;
	text-transform: uppercase;
	font-size: 10px;
}
span.date span {
	color: #09284e;
}
.mark {
	background: rgba(0, 0, 0, 0.60);
	padding: 0;
}

/* News Details */

.news-details .news-wrap .img-text h4 {
	font-size: 42px;
	left: 20px;
    bottom: 20px;
}
.news-details .news-wrap .img-text {
	height: auto;
	margin-bottom: 25px;
}
.news-details .latest-news-bg {
    padding: 0 50px 0 10px;
}
.news-details .main-title {
	margin-top: -6px;
}
.news-details .latest-news-bg a.btn-white {
	padding-left: 0;
}
.news-details .latest-news-bg .list-item p {
	line-height: 1.4;
	margin: 0;
}
.news-details .latest-news-bg .list-item h4 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.news-details .latest-news-bg .list-item .item {
	border-bottom: 1px dashed #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.news-details .latest-news-bg .list-item .item:last-child {
	border: 0;
}
#topcontrol {
	bottom: 58px !important;
}

/* Praloader */

#loader {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#element {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* Drop down */

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
	padding: 0;
    margin: 0;
	border-radius: 0;
	top: 69px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background: transparent;
}
.navbar-right .dropdown-menu li a {
	padding: 15px 15px;
	font-weight: 700
}
.navbar-right .dropdown.active .dropdown-menu li a {
	color: #000;
}
.navbar-right .dropdown.active .dropdown-menu li a:hover,
.navbar-right .dropdown-menu li a:hover {
	color: #fff;
	background: #026533;
}

/* 404 */

.not-found {
	background: #607D8B;
	padding: 40px 0 100px;
}
.not-found h2 {
	font-size: 120px;
    font-weight: 700;
    text-shadow: 12px 15px 31px #385969;
}
.not-found p {
	margin: 0 0;
    color: #fff;
}
.not-found a {
	color: #fff;
}
.not-found .btn {
	margin-top: 25px;
}
/* 20/04/2018 */
.nav .visible-xs-inline-block {
    position: absolute;
    right: 10px;
    padding: 11px;
    top: 0;
}

/* Modal and form */

.modal-content {
	border-radius: 0;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: -45px;
    top: 2px;
    background: #fff;
    opacity: 1;
    padding: 10px 15px;
}
.modal-header .close:hover {
	background: #c3002f;
	color: #fff;
}
.modal-content label {
	color: #4e4e4e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
	margin: 0;
}
.modal-content .form-control {
	box-shadow: none;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid #b5b5b5;
	height: 30px;
	padding: 6px 0;
}
.modal-content textarea {
	min-height: 60px;
}
.modal-title {
    color: #c3002f;
}
.btn-bs-file{
    position:relative;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
label.btn {
	color: #fff;
}
.modal .fab {
	color: #0077b5;
}
form .error input, form .error select, form .error textarea, form input.error, form select.error, form textarea.error {
	border-bottom: 2px solid #ed1a36 !important;
}
.bg-light {
    background: #f3f6f8;
    padding: 10px;
    margin-bottom: 15px;
	display: inline-block;
}
.well-testing-2 h3 {
	margin: 25px 0 10px;
}
.well-testing-2 .btn-white {
	padding-left: 0;
}
.m-t-0 {
	margin-top: 0;
}
.navbar-right .dropdown.active .dropdown-menu li.active a {
    color: #026533;
}
.navbar-right .dropdown.active .dropdown-menu li.active a:hover {
    color: #fff;
}
.contact h3 {
	margin: 3px 0 10px;
	font-weight: 600;
	text-transform: uppercase;
}
.contact h3 + p {
    margin-bottom: 20px;
}
.contact textarea.form-control {
	max-height: 85px;
	min-height: 85px;
}
.product-service-owl .owl-dots {
	text-align: right;
}
.product-service-owl .owl-dots .owl-dot {
	display: inline-block;
	padding-left: 5px;
}
.product-service-owl .owl-dots .owl-dot.active span {
	background: red;
}
.p-b-20 {
	padding-bottom: 20px;
}
.contact-address {
    background: rgba(11, 102, 35, 0.8);
}
.contact-address a, .contact-address b {
    color: #fff;
}


.team .image {
	width: 210px;
	height: 210px;
	border: 5px solid #ddd;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
}
.team h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}
.team h4 span {
	display: block;
	color: #9a9a9a;
	font-size: 12px;
}
.mt-5 {
	margin-top: 30px;
}

.ourpeopleslide {
	position: absolute;
    right: 15px;
    margin: 20px 0 0;
    width: 584px;
}
.ourpeopleslide .owl-dots {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.ourpeopleslide .owl-dots .owl-dot {
	margin: 4px 0;
}
.ourpeopleslide .owl-dots .owl-dot span {
	background: #FFF;
}
.ourpeopleslide .owl-dots .owl-dot.active span {
	background: red;	
}
.footer-social-links li a img.circli-img-blk {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: : translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.address .media.yard a{
    color: #fff;
}
.address .media.yard a:hover {
    color: #033a12;
}