/*!
 * SketchCode v1 (http://sketchcode.com)
 * Copyright 2016 sketchcode.
 */

html,
body {
  height: 100%;
  margin: 0;
}

body * {
  outline: 0;
  font-size: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

a {
}

a:hover {
}

a:visited {
}

a:focus {
}

p {
  font-size: 14px;
  font-weight: 300;
}

label {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
}

label.error {
  position: absolute;
  z-index: 4;
}

label.error + input.form-control,
label.error + textarea.form-control {
  border-color: red;
  z-index: 3;
}

.form-group {
  position: relative;
}

.form-group[class*=" col-"] label.error {
  margin-right: 15px;
}

input {
}

.btn {
  padding: 12px;
  border-radius: 0px;
  transition: background ease-in-out 0.2s;
  -webkit-transition: background ease-in-out 0.2s;
  box-shadow: none;
  font-weight: 800;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  border: none;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn:after {
  position: absolute;
  content: "";
  z-index: 1;
}

.clr {
  clear: both;
}

br.clr {
  padding: 0px;
  margin: 0px;
}

.push-top {
  padding-top: 15px;
}

.push-left {
  padding-left: 15px;
}

.push-right {
  padding-right: 15px;
}

.push-bottom {
  padding-top: 15px;
}

.clr-pad-left {
  padding-left: 0px;
}

.clr-pad-right {
  padding-right: 0px;
}

.clr-pad {
  padding: 0px;
}

p a,
p a:hover {
  position: relative;
  text-decoration: none;
}

p a::after {
  position: absolute;
  content: "";
}

.title {
  font-weight: 400;
  letter-spacing: 0px;
  position: relative;
}

.title.lowercase {
  text-transform: lowercase;
}

.title strong {
  font-weight: 700;
}

.title.text-center hr {
  margin-left: auto;
  width: 15%;
}

.slant {
  font-style: italic;
}

.container-max {
}

section:not(section#home-partners) {
  position: relative;
  overflow-x: hidden;
}

/***
*
*
*
*
*
*
*******layout*******
*
*
*
*
*
*
*
*
***/

::-moz-selection {
  color: #fff;
  background: #111;
}

::selection {
  color: #fff;
  background: #111;
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

p {
  font-size: 14px;
}

label {
  position: relative;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
}

label.error,
span.error {
  text-transform: uppercase;
  right: 0px;
  bottom: -4px;
  font-size: 10px !important;
  font-weight: 800;
  background: red;
  z-index: 9;
  color: #fff !important;
  padding: 3px 10px !important;
  border-radius: 3px 3px 0 0;
  position: absolute !important;
}

label.error + input.form-control {
  border-color: red;
  z-index: 3;
}

.form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 45px;
  margin-bottom: 5px;
  border: none;
}

.form-control:hover {
  /*border: 1px solid rgba(0, 192, 192,0.50);*/
}

.form-control:focus {
  box-shadow: none;
  /*border-bottom: 2px solid #125A9A;*/
  box-shadow: none;
  outline: none;
}

textarea.form-control {
  resize: none;
  height: 100px;
}

.form-control:focus + i {
}

.form-control::-moz-placeholder {
}

.form-control:-ms-input-placeholder {
}

.form-control::-webkit-input-placeholder {
}

.btn {
  color: #fff;
  border-radius: 5px;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: capitalize;
}

.btn.default {
  background: #ffffff;
  color: #111;
}

.btn.primary {
  color: #233754;
  color: #fff;
  box-shadow: none;
  background: #f7df2a;
  background: #6dc2ef;
}

.btn.primary:hover,
.btn.primary:focus {
  background: #2a2b35;
  color: #fff;
}

.btn.secondry {
  color: #fff;
  box-shadow: none;
  background: #2a2b35;
}

.btn.secondry:hover,
.btn.secondry:focus {
  background: #f7df2a;
  background: #6dc2ef;
  color: #2a2b35;
  color: #fff;
}

.btn i {
}

p a,
p a:hover {
  color: #690e0e;
}

/*p a::after{
	left:0;
	right:100%;
	bottom:0px;
    font-weight: 300;
	border-bottom:solid 1px #690e0e;
    transition:right ease-in-out .2s;
	-webkit-transition:right ease-in-out .2s;
}*/

p a:hover::after,
.hov-lnk:hover::after {
  right: 0%;
}

.title {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0px;
  font-family: "Poppins", sans-serif;
}

h2.title {
  font-size: 40px;
}

h3.title {
  font-size: 30px;
  line-height: 30px;
}

h4.title {
  font-size: 20px;
  line-height: 20px;
}

h5.title {
  font-size: 18px;
  line-height: 25px;
}

h6.title {
  font-size: 9px;
}

.title .hr {
  width: 50px;
  display: block;
  border: none;
  background: #fbd70c;
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 100px;
  height: 5px;
}

.title.text-center .hr {
  margin: 10px auto 15px;
  width: 20%;
  background: #6dc2ef;
}

.title .number {
  font-size: 120px;
  position: absolute;
  width: 100%;
  top: -83px;
  color: rgba(0, 0, 0, 0.1);
  text-align: center;
  left: 0;
  z-index: 9;
}

.title .img {
  font-size: 120px;
  position: absolute;
  width: 100%;
  top: -83px;
  opacity: 0.7;
  text-align: center;
  left: 0;
  z-index: 9;
}

.title .img img {
  width: 80px;
  height: auto;
}

.title .lg {
  font-size: 169px;
  display: inline-block;
  position: absolute;
  opacity: 0.1;
  letter-spacing: -6px;
  text-transform: uppercase;
  font-weight: 800;
  width: 100%;
  margin-top: -116px;
  text-transform: capitalize;
}

.title small {
  font-size: 80%;
  display: block;
}

.title.text-center small {
  padding-left: 0px;
}

.title.text-center small span {
  background: #fff;
  padding: 0 20px;
}

.title small .hr {
  margin: -8px 15px 15px -90px;
  width: 70px;
  display: block;
}

.title.text-center small .hr {
  width: 255px;
  margin-top: -7px;
}

.title.text-center .lg + strong {
  margin-left: 0px;
  width: 100%;
}

.light-container {
  background: #f0f0f0;
  padding: 50px 0;
}

.bright-container {
  background: #fff;
  padding: 50px 0;
}

.dark-container {
  background-color: #1f1f1f;
  padding: 50px 0;
}

.radio input[type="radio"] {
  display: none;
}

.radio {
  position: relative;
  padding-left: 15px;
}

.radio label {
  padding-left: 10px;
  padding-right: 30px;
  margin-left: 0px;
}

.radio {
  padding-left: 0px;
}

div.wpcf7-validation-errors {
  float: left;
  width: 100%;
  padding: 12px;
  margin: 0;
  background: #e02020;
  color: #fff;
  border: 2px solid #e02020;
  border-radius: 5px;
}

div.wpcf7-mail-sent-ok {
  float: left;
  width: 100%;
  padding: 12px;
  margin: 0;
  background: #179e28;
  color: #fff;
  border: 2px solid #179e28;
  border-radius: 5px;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  color: #fff !important;
  background: #e12121;
  padding: 8px;
  font-size: 10px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}

/********************header************************/
header.secondary {
  background: #2a2b35;
}

header.secondary .navbar-nav > li {
  vertical-align: middle;
  padding: 15px 23px;
  color: #fff;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

header.secondary .navbar-nav > li i {
  font-size: 20px;
  margin-right: 5px;
  color: #fbd70c;
}

header.secondary .navbar-nav > li > a {
  color: #fff;
  text-shadow: none;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

header.secondary .navbar-nav > li.socials > a {
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

header.secondary .navbar-nav > li.socials {
  padding: 0px;
}

header.secondary .navbar-nav > li > a:hover,
header.secondary .navbar-nav > li > a:focus {
  background: none;
}

header.primary {
  background: rgba(255, 255, 255, 0.82);
  padding-top: 5px;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

header.primary.fixedtop {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 999999999;
}

header.primary .navbar-brand {
  padding: 5px 15px;
  height: auto;
}

header.primary .navbar-brand img {
  width: 65px;
  margin-top: 5px;
}

header.primary .navbar-nav > li {
  padding-top: 5px;
  position: relative;
}

header.primary .navbar-nav > li > a {
  color: #2a2b35;
  text-shadow: none;
  font-size: 16px;
  padding-bottom: 37px;
  text-transform: capitalize;
  padding-top: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: ease-in-out all 0.2s;
  -webkit-transition: ease-in-out all 0.2s;
}

header.primary .navbar-nav > li > a:hover,
header.primary .navbar-nav > li.current-menu-item > a {
  color: #4b9ec9;
}

header.primary .navbar-nav > li > a:after {
  border-bottom: solid 5px #4b9ec9;
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0;
  display: none;
}

header.primary .navbar-nav > li.current-menu-item > a:after {
  display: block;
}

header.primary .navbar-nav > li > a:hover,
header.primary .navbar-nav > li > a:focus {
  background: none;
}

.sub-menu-toggle {
  display: none;
}

header.primary .navbar-nav > li .sub-menu {
  background: #fff;
  padding: 3rem;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  display: none;
}

header.primary .navbar-nav > li .sub-menu a {
  color: #2a2b35;
  text-shadow: none;
  font-size: 16px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

header.primary .navbar-nav > li:hover .sub-menu {
  display: block;
}

header.primary .navbar,
header.secondary .navbar {
  margin-bottom: 0px;
  border-radius: 0;
  border: none;
}

.banner {
  margin-top: 0px;
}

.banner .carousel-inner > .item:after {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
}

.banner .carousel-caption {
  right: 0%;
  left: 0%;
  padding-bottom: 30px;
  top: 30%;
  text-shadow: none;
  z-index: 2;
}

.banner .carousel-caption .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.banner .carousel-caption .btn {
  font-size: 14px;
  margin-right: 15px;
  padding: 15px 37px 15px 25px;
}

.banner .carousel-indicators li {
  width: 50px;
  height: 5px;
  margin: 1px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

@keyframes bannerslideInRight {
  from {
    transform: translate3d(10%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.banner .slideInRight {
  animation-name: bannerslideInRight;
}

.brand_capion {
  background: #6dc2ef;
  padding: 17px 0;
}

.brand_capion .title {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.06em;
  color: #fff;
  letter-spacing: -0.5px;
}

.brand_capion .btn {
  padding: 15px 50px;
}

.about_summary {
  padding: 70px 0 90px;
}

.about_summary .title {
  letter-spacing: -0.06em;
  line-height: 45px;
  font-weight: 600;
  color: #222222;
}

.about_summary.oil .title,
.home_activites.oil .title {
  letter-spacing: -0.6px;
  line-height: 60px;
  font-weight: 700;
  font-size: 60px;
  color: #4b9ec9;
}

.about_summary.oil .title .hr {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #000;
  width: 80px;
}

.about_summary p {
  font-size: 18px;
  line-height: 30px;
}

.about_summary.oil p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}

.about_summary.oil p strong {
  display: block;
  margin-top: 10px;
}

.about_summary.oil a {
  margin-top: 10px;
}

.home_activites {
  padding: 100px 0;
  position: relative;
  background: url(../images/activities_img.jpg) fixed;
  background-size: cover;
}

.home_activites.oil {
  background: url(../images/activities_oil_gas.jpg) fixed;
  background-size: cover;
  padding-top: 150px;
}

.home_activites.oil .title {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.home_activites.oil .title .hr {
  width: 80px;
  background: #fff;
  margin-top: 20px;
}

.home_activites.oil.powerflo {
  background: url(../images/activities_powerflow.jpg) fixed;
  background-size: cover;
}

.home_activites.oil.commerce {
  background: url(../images/activities_commerce.jpg) fixed;
  background-size: cover;
}

.home_activites.oil.realestate {
  background: url(../images/activities_realestate.jpg) fixed;
  background-size: cover;
}

.home_activites.oil.power {
  background: url(../images/activities_power.jpg) fixed;
  background-size: cover;
}

.home_activites.oil.manufacturing {
  background: url(../images/activities_manufacturing.jpg) fixed;
  background-size: cover;
}

.home_activites.oil.maritime {
  background: url(../images/activities_maritime.jpg) fixed;
  background-size: cover;
}

.home_activites:after {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 1;
}

.home_activites.oil:after {
  background: rgba(0, 0, 0, 0.2);
}
/*
.home_activites.oil.power:after{
    display: block;
}*/

.home_activites .container {
  z-index: 2;
  position: relative;
}

.home_activites .title {
  line-height: 45px;
}

.home_activites .title strong {
  color: #f7df2a;
  color: #fff;
}

.home_activites .title,
.home_activites p {
  color: #fff;
}

.home_activites p {
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.ex_links .quality_policy,
.ex_links .health_and_safetypolicy {
  padding: 0px;
  max-height: 350px;
  overflow: hidden;
}

.ex_links .health_and_safetypolicy .content,
.ex_links .quality_policy .content {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: 130px;
  z-index: 1;
}

.ex_links .health_and_safetypolicy .content .title,
.ex_links .quality_policy .content .title {
  color: #fff;
}

.ex_links .health_and_safetypolicy .content .title .hr,
.ex_links .quality_policy .content .title .hr {
  width: 10%;
}

.ex_links .health_and_safetypolicy .content a,
.ex_links .quality_policy .content a {
  color: #fff;
}

.ex_links .bg_light {
  background: #fff;
  padding: 80px 30px;
  height: 295px;
}

.ex_links .bg_light .title {
  font-size: 28px;
  line-height: 34px;
}

.ex_links .bg_light .title strong {
  font-weight: 500;
}

.ex_links .home_mission_and_vision,
.ex_links .chairman_txt_cont,
.ex_links .social_responsibility_txt {
  background: #4b9ec9;
  padding-top: 100px;
  padding-bottom: 80px;
  height: 295px;
}

.ex_links .social_responsibility_txt {
  background: #323e4a;
}

.ex_links .home_mission_and_vision .title {
  color: #fff;
}

.ex_links .home_mission_and_vision .title .hr {
  background: #fff;
}

/*.ex_links .chairman_txt_cont .title,
.ex_links .home_mission_and_vision .title{
    margin-top: 30px;
    transition:ease-in-out all 0.2s;
    -webkit-transition:ease-in-out all 0.2s;
}

.ex_links .chairman_txt_cont:hover .title,
.ex_links .home_mission_and_vision:hover .title{
    margin-top: 10px;
}

.ex_links .chairman_txt_cont a,
.ex_links .home_mission_and_vision a{
    opacity: 0;
    display: inline-block;
    text-transform: capitalize;
    color:#fff;
    margin-top: 10px;
    transition:ease-in-out all 0.4s;
    -webkit-transition:ease-in-out all 0.4s;
}

.ex_links .chairman_txt_cont:hover a,
.ex_links .home_mission_and_vision:hover a{
    opacity: 1;
    margin-top: 0;
}*/

.ex_links .home_mission_and_vision .title,
.ex_links .chairman_txt_cont .title,
.ex_links .social_responsibility_txt .title {
  font-size: 16px;
  margin-bottom: 0px;
}

.ex_links .home_mission_and_vision .title strong,
.ex_links .chairman_txt_cont .title strong,
.ex_links .social_responsibility_txt .title strong {
  font-weight: 600;
}

.ex_links .home_mission_and_vision a,
.ex_links .chairman_txt_cont a,
.ex_links .social_responsibility_txt a {
  color: #fff;
  text-transform: capitalize;
}

.ex_links .mission_img_container,
.ex_links .chairman_img_cont,
.ex_links .social_responsibility_img {
  height: 295px;
  position: relative;
  overflow: hidden;
  padding: 0px;
  background: #2a2b35;
}

.ex_links .mission_img_container img,
.ex_links .chairman_img_cont img,
.ex_links .social_responsibility_img img {
  max-width: 102%;
}

.ex_links .chairman_txt_cont,
.ex_links .social_responsibility_txt {
  background: #2a2b35;
}

.ex_links .chairman_txt_cont .title,
.ex_links .social_responsibility_txt .title {
  color: #fff;
}

.facts-figure {
  padding: 50px 0 100px;
  background: url(../images/figures-img.jpg) fixed;
  position: relative;
}

.facts-figure:after {
  background: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  right: 0;
  content: "";
  z-index: 1;
}

.facts-figure .container {
  position: relative;
  z-index: 2;
}

.facts-figure .title {
  color: #fff;
  font-size: 45px;
  letter-spacing: 0;
  /*text-shadow: 0 0 30px rgba(0,0,0,0.3);*/
}

.facts-figure h1.title {
  line-height: 45px;
  font-size: 45px;
}

.facts-figure .img-cont img {
  width: 80px;
  margin-top: 20px;
  margin-left: 10px;
}

.facts-figure .title .primary-title {
  color: #6dc2ef;
}

.facts-figure .figures {
  margin-top: 20px;
}

.facts-figure .figures img {
  width: 70px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*.facts-figure .figures .icon{
    width: 80px;
    height: 120px;
    margin-right: 15px;
    float: left;
    border-radius: 100%;
    background:#FBD70C;
}
*/

.facts-figure .figures .title {
  margin-bottom: 15px;
}

.facts-figure .figures p {
  color: #fff;
  padding-right: 10px;
  margin-top: 0px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.company_list {
  padding: 50px 0;
  background: #fff;
}

.company_list ul {
  padding: 0px;
  list-style: none;
}

.company_list ul li {
  padding: 0px 5px;
  float: left;
  width: 16%;
}

/*.company_list ul li a{
    padding: 0px 15px;
}*/

.testimonials {
  background: #fff;
  padding: 50px 0 100px;
  text-align: center;
}

.testimonials .title,
.testimonials .title strong {
  text-align: center;
  float: none;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0px;
}

.testimonials .title strong span {
  color: #f7df2a;
}

.testimonials h4.title {
  margin-bottom: 40px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}

.testimonials h5.title {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.testimonials h6.title {
  font-weight: 300;
  font-size: 14px;
  margin-top: 0px;
  line-height: 0;
}

.testimonials .title .hr {
  width: 5%;
}

.testimonials ul {
  list-style: none;
  padding: 0px;
}

.testimonials ul li {
  float: left;
  padding: 0 30px;
  width: 50%;
}

.testimonials ul li i {
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #f6df2a;
}

.testimonials ul li p {
  margin-bottom: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}

.testimonials .nav_left,
.testimonials .nav_right {
  width: 70px;
  height: 70px;
  position: absolute;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  left: -10%;
  top: 40%;
  line-height: 75px;
}

.testimonials .nav_left i,
.testimonials .nav_right i {
  font-size: 30px;
}

.testimonials .nav_right {
  right: -10%;
  left: auto;
}

.testimonials ul li img {
  display: inline-block;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.newsletter {
  padding: 80px 0;
  background: #22242f;
  /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
  position: relative;
  z-index: 9;
}

.newsletter .title {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 36px;
}

.newsletter h2.title {
  color: #f7df2a;
}

.newsletter p {
  color: #fff;
  line-height: 25px;
}

.newsletter form .title {
  margin-bottom: 15px;
  font-size: 14px;
}

.newsletter .form-group,
.newsletter .btn-cont {
  padding-left: 0px;
  margin-bottom: 5px;
}

footer {
  background: #2a2b35 /*url(../images/footer-map.png) top right no-repeat*/;
  padding: 50px 0;
}

footer .title {
  color: #fff;
}

footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  margin-bottom: 20px;
}

footer a {
  color: #34dfe5;
  color: #4b9ec9;
}

footer .about_footer p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  padding-right: 40px;
  margin-bottom: 20px;
}

footer ul {
  list-style: none;
  padding: 0px;
}

footer .lnk li {
  display: block;
  padding-top: 10px;
}

footer .contact_footer p {
  font-size: 13px;
  padding: 0px;
}

footer .contact_footer .title {
  margin-bottom: 25px;
}

footer .contact_footer .title.info {
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 16px;
}

footer .contact_footer .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

footer .contact_footer .socials li {
  display: inline-block;
  padding: 10px 10px;
}

footer .contact_footer .socials li a {
  font-size: 28px;
  color: #fff;
}

footer .main {
  padding-left: 0px;
  padding-right: 0px;
}

footer .main {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 25px;
}

footer .main ul li {
  float: left;
  padding-left: 25px;
}

footer .main ul li a {
  font-size: 12px;
}

/*****************banner*******************/
.banner.static {
  padding: 150px 0 150px;
  background: #0d2445 url(../images/about-img.jpg) top center no-repeat;
  background-size: cover;
}

.banner.static .title {
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.banner.static .title .hr {
  width: 10%;
}

.brand_capion.static {
  padding-top: 70px;
  padding-bottom: 70px;
}

.brand_capion.static .title {
  font-size: 35px;
  line-height: 40px;
}

.brand_capion.static p {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
  line-height: 25px;
}

.compant_overview .overview_content {
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 70px;
}

.compant_overview .overview_content .title {
  line-height: 60px;
  color: #4b9ec9;
}

.compant_overview .overview_content.power .title {
  line-height: 50px;
  margin-top: 10px;
}

.compant_overview .overview_content .title .hr {
  background: #000;
}

.compant_overview .overview_content p {
  line-height: 25px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.compant_overview .overview_content p.top {
  margin-bottom: 5px;
}

.compant_overview .overview_img {
  position: relative;
  height: 470px;
}

.compant_overview .overview_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0d2445 url(../images/company-overview.jpg) top right no-repeat;
  width: 130%;
  height: 100%;
  background-size: cover;
}

.mission_vision .vission_cont {
  padding: 0px;
  max-height: 310px;
  min-height: 255px;
  overflow: hidden;
  position: relative;
}

.mission_vision .vission_cont img {
  width: 100%;
}

.mission_vision .vission_txt {
  /*background: #233754;*/
  padding: 70px 100px 50px;
  max-height: 290px;
  min-height: 255px;
}

.mission_vision .mission_cont {
  padding: 0px;
  max-height: 310px;
  min-height: 255px;
  overflow: hidden;
  position: relative;
}

.mission_vision .vission_cont img {
  width: 100%;
}

.mission_vision .mission_txt {
  /*background: #245DB2;*/
  padding: 70px 100px 50px;
  max-height: 290px;
  min-height: 255px;
}

/*.mission_vision .vission_txt .title,
.mission_vision .vission_txt p,
.mission_vision .mission_txt p,
.mission_vision .mission_txt .title{
    color:#fff;
}*/

.mission_vision .mission_txt .title .hr,
.mission_vision .vission_txt .title .hr {
  width: 7%;
}

.experts {
  padding: 50px 0;
  background: #f3f3f3;
}

.experts .title .hr {
  width: 10%;
}

.experts .team_list {
  padding-top: 30px;
}

.experts .team_list .team {
  padding: 10px;
  position: relative;
  float: none;
  display: inline-block;
}

.experts .team_list .team {
  width: 24%;
}

.experts .team_list .team.lg {
  width: 32.333333333%;
}

.experts .team_list .team .hover_text {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 10%;
  bottom: 10%;
  right: 10%;
  padding: 60px 20px 0;
  background: rgba(0, 0, 0, 0.9);
  transition: ease-in-out all 0.2s;
  -webkit-transition: ease-in-out all 0.2s;
}

.experts .team_list .team:hover .hover_text {
  opacity: 1;
}

.experts .team_list .team .hover_text h3 {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}

.experts .team_list .team .hover_text p {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
}

.experts .team_list .team.lg .hover_text {
  padding-top: 80px;
}

.experts .team_list .team.lg .hover_text h3 {
  font-size: 18px;
}

.experts .team_list .team .hover_text p {
  font-size: 13px;
}

.experts .team_list .team .hover_text a {
  color: #6cc1ee;
  font-weight: 600;
}

.experts .team_list .team .hover_text hr {
  width: 50px;
  display: block;
  border: none;
  border-bottom: solid 3px #fbd70c;
  border-bottom: solid 3px #6cc1ee;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 15px;
}

.map_cont {
  overflow: hidden;
  position: relative;
}

.map_cont,
.map_cont .container {
  background: #f2f2f2;
  position: relative;
}

.map_cont .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 120px;
}

.map_cont .content .title {
  color: #fff;
  line-height: 35px;
}

.map_cont .content .title .hr {
  background: #fff;
}

.map_cont .content p {
  line-height: 25px;
  color: #fff;
}

.mission_vision .mission_cont img,
.map_cont img {
  width: 100%;
}

/***************activites*****************/
.activiies.banner.static {
  padding: 150px 0 150px;
  background: #0d2445 url(../images/activities-img.jpg) center no-repeat;
  background-size: cover;
}

.actity_list.compant_overview .overview_img.left:after,
.actity_list.compant_overview .overview_img.left .img-cont {
  background-position: left bottom;
  left: -30%;
}

.actity_list.compant_overview .overview_content.activity_content {
  min-height: 470px;
}

.actity_list.compant_overview .overview_content.left {
  padding-left: 50px;
  padding-right: 0;
}

.actity_list.compant_overview .overview_content.left.integratedpower .title {
  line-height: 50px;
  margin-top: 10px;
}

.actity_list.compant_overview .overview_img.oil:after {
  background-image: url(../images/oil_bg.jpg);
}

.actity_list.compant_overview .overview_img.maritime:after {
  background-image: url(../images/maritime_bg.jpg);
}

.actity_list.compant_overview .overview_img.food:after {
  background-image: url(../images/food_bg.jpg);
}

.actity_list.compant_overview .overview_img.realestate:after {
  background-image: url(../images/realestate_bg.jpg);
}

.actity_list.compant_overview .overview_img.commerce:after {
  background-image: url(../images/commerce_bg.jpg);
}

.actity_list.compant_overview .overview_img.plastic:after {
  background-image: url(../images/plastic_bg.jpg);
}

.compant_overview .overview_img.plain:after {
  background: #000;
}

.compant_overview .overview_img.manufacturing:after,
.compant_overview .overview_img.manufacturing .img-cont {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0d2445 url(../images/dozzy_manufacturing.jpeg) top right
    no-repeat;
  width: 130%;
  height: 100%;
  background-size: cover;
}

.compant_overview .overview_img.manufacturing.comp:after {
  display: none;
}

.compant_overview .overview_img.manufacturing.maritine:after {
  background: #0d2445 url(../images/dozzy_marine.jpg) top right no-repeat;
  background-size: cover;
}

.compant_overview .overview_img.manufacturing.oil:after {
  background: #0d2445 url(../images/dozzy_oil.jpg) top right no-repeat;
  background-size: cover;
}

.compant_overview .overview_img.manufacturing.power:after {
  background: #0d2445 url(../images/dozzy_integrated_power.jpg) top right
    no-repeat;
  background-size: cover;
}

/****************activity details*********************/
.acticle_details {
  padding: 0px 0 50px;
}

.acticle_details .sidebar .sidebar_cont {
  padding: 0 30px 50px;
}

.acticle_details .sidebar .sidebar_cont ul {
  list-style: none;
  padding-left: 0px;
  margin: 0 -30px;
}

.acticle_details .sidebar .sidebar_cont ul li a {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #111;
  padding-left: 30px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: #f1f1f1;
  margin-bottom: 1px;
  text-decoration: none;
  transition: ease-in-out all 0.2s;
  -webkit-transition: ease-in-out all 0.2s;
}

.acticle_details .sidebar .sidebar_cont ul li:hover a,
.acticle_details .sidebar .sidebar_cont ul li.active a {
  border-left: solid 5px #4b9ec9;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.acticle_details .sidebar .sidebar_cont .contact-container {
  background: #4b9ec9;
  float: left;
  margin: 0 -30px;
  padding: 20px 30px 50px;
}

.acticle_details .sidebar .sidebar_cont .contact-container .title {
  margin: 20px 0px 10px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.acticle_details .sidebar .sidebar_cont .contact-container p {
  font-size: 12px;
  margin-bottom: 15px;
  color: #fff;
}

.acticle_details .panel-collapse.collapse.in {
  float: left;
  background: rgba(0, 0, 0, 0.03);
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: -30px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
  padding: 30px;
  line-height: 30px;
}

/*****************contact*******************/
.banner.static.contact {
  padding: 150px 0 150px;
  background: #0d2445 url(../images/contact-bg.jpg) bottom right no-repeat;
  background-size: cover;
}

.brand_capion.static.contact h4.title {
  font-size: 20px;
  line-height: 30px;
}

.brand_capion.static.contact ul {
  padding: 0px;
  list-style: none;
}

.brand_capion.static.contact ul li {
  display: inline-block;
}

.brand_capion.static.contact ul li a {
  display: inline-block;
  font-size: 35px;
  color: #fff;
  padding: 5px;
}

.feedback {
  padding: 50px 0 80px;
  background: #f1f1f1;
}

.feedback .title {
  text-transform: capitalize;
}

.feedback .title .hr,
.brand_capion.static.contact .title .hr {
  width: 10%;
}

.feedback p {
  margin-bottom: 30px;
}

.map .map-list {
  background: #233754;
  min-height: 700px;
  padding: 0px;
}

.map .map-list #map-list .controls {
}

.map .locations {
  padding: 0px;
  position: relative;
}

/*.map .locations:after{
    position: absolute;
    left: 0;
    top:0;
    bottom: 0;
    right: 0;
    content: '';
}*/

.map .locations #gmap-menu {
  height: 700px;
}

.wrap_controls .controls h4 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  font-family: "Poppins", sans-serif;
}

/*.wrap_controls .controls h4:after{
    content:'';
    bottom: 0px;
    position: absolute;
    left: 0px;
}*/

.extradata .address,
.extradata .city,
.extradata .phone,
.extradata .email,
.extradata .fax {
  font-size: 13px;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Poppins", sans-serif;
}

.extradata span strong {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  font-weight: 400;
}

.extradata .email {
  color: #6dc2ef;
  font-weight: 400;
}

/*****************health and safety**********************/

.banner.static.health {
  padding: 150px 0 150px;
  background: #0d2445 url(../images/health-bg.jpg) bottom right no-repeat;
  background-size: cover;
}

.health_list {
  background: #f9f9f9;
  padding-top: 1px;
}

.health_list ul {
  padding: 0px;
  list-style: none;
  margin: 70px 0px;
  float: left;
  width: 100%;
}

.health_list ul li {
  float: left;
  border: solid 1px #d4d4d4;
  background: #fff;
  width: 33.33333%;
  width: 50%;
  padding: 75px 50px;
  min-height: 200px;
  margin-left: -1px;
  margin-top: -1px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-size: 18px;
  line-height: 25px;
  line-height: 35px;
  min-height: 300px;
  max-height: 300px;
}

.health_list ul li.img-cont {
  padding: 0px;
  overflow: hidden;
}

.health_content {
  background: #233754;
  max-height: 250px;
  overflow: hidden;
}

.health_content .content {
  padding: 50px;
}

.health_content .content p {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}

.banner.static.social_responsibility {
  padding: 150px 0 150px;
  background: #0d2445 url(../images/social_responsibility_bg.jpg) bottom right
    no-repeat;
  background-size: cover;
}

.wrap_controls ul {
  list-style: none;
  padding: 0px;
}

.wrap_controls ul li a {
  font-size: 20px !important;
  color: #fff !important;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  padding: 20px 30px !important;
}

.wrap_controls ul li.active {
  background: #324c70;
}

.map-cont {
  width: 250px;
  padding: 0 15px;
  text-align: center;
}

.map-cont h6 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #54a4c5;
}

.health_list .bg-cont {
  background: #000;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.health_list .txt-cont {
  padding: 150px 90px 100px;
  height: 500px;
}

.health_list .txt-cont.txt-bg {
  background: #efefef;
  height: 300px;
  padding: 100px 50px 100px;
}

.health_list .txt-cont.txt-bg .title {
  line-height: 40px;
  margin-top: 0px;
}

.health_list .txt-cont.bg-cont .title {
  color: #fff;
}

.health_list .txt-cont .title {
  line-height: 30px;
}

.health_list .bg-cont.sm,
.health_list .txt-cont.sm {
  padding: 90px 50px 100px;
  height: 280px;
}

.health_list .txt-cont.sm.brand-bg {
  background: #6dc2ef;
}

.health_list .txt-cont.sm .title {
  font-size: 14px;
  line-height: 26px;
}

.health_list .txt-cont.sm.brand-bg .title {
  color: #fff;
}

/****************breadcrumbs cont******************/
.breadcrumbs_container {
  margin-top: 50px;
}

.breadcrumbs_container .breadcrumb {
  background: none;
}

.breadcrumbs_container .breadcrumb > li {
  font-family: "Poppins", sans-serif;
  color: #808080;
  font-size: 12px;
}

.breadcrumbs_container .breadcrumb > li a {
  color: #111;
}

.breadcrumbs_container .breadcrumb > li:before {
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #4c9ec9;
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 14px;
}

.breadcrumbs_container .breadcrumb > li:first-child:before {
  display: none;
}

h5.details_sub_title.title {
  color: #808080;
  font-weight: 300;
  margin-top: -15px;
  font-size: 16px;
}

.acticle_details .top-main-cont {
  margin-bottom: 150px;
}

.company_lister {
  margin-bottom: 30px;
  padding-bottom: 50px;
  padding-top: 30px;
  float: left;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.company_lister .logo {
  float: left;
  width: 30%;
  padding-right: 15px;
  transition: ease-in-out all 0.2s;
  -webkit-transition: ease-in-out all 0.2s;
}

.company_lister.logo-list {
  border: none;
  padding-top: 10px;
}

.company_lister.logo-list .logo {
  border: solid 1px rgba(0, 0, 0, 0.2);
  width: 31.3333%;
  margin: 5px;
  transition: ease-in-out all 0.2s;
  -webkit-transition: ease-in-out all 0.2s;
}

.panel-group {
  margin: 0px;
}

.collapse.in {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: -30px;
}

.panel-group .panel {
  border: none;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
  float: left;
  margin: 0px;
  box-shadow: none;
}

.panel-group .panel + .panel {
  float: left;
  margin: 0px;
  box-shadow: none;
  border: none;
}

.panel-default > .panel-heading {
  float: left;
  padding: 0px;
  border: none;
  background: none;
}

.company_lister .logo:hover,
.company_lister.logo-list .logo:hover {
  opacity: 0.7;
}

.company_lister .content_container {
  float: left;
  width: 70%;
  padding-right: 30px;
}

.company_lister .content_container a {
  float: right;
  color: #000;
  font-family: "Poppins", sans-serif;
}

.company_lister .content_container p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/*****************our companies******************/
.companies.banner.static,
.banner.static.social_responsibility {
  background: #000;
}

.companies.banner.static {
  padding: 150px 0 150px;
  background: #0d2445 url(../images/companies-img.jpg) bottom right no-repeat;
  background-size: cover;
}

.banner.static.social_responsibility {
  padding: 150px 0 150px;
  background: #0d2445 url(../images/foundation-bg.jpg) bottom right no-repeat;
  background-size: cover;
}

.health_list .bg-cont.foundation_1:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #0d2445 url(../images/foundation_1.jpg) top right no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.health_list .bg-cont.foundation_1.foundation_2:after {
  background: #0d2445 url(../images/foundation_2.jpg) top right no-repeat;
  background-size: cover;
}

.health_list .bg-cont.foundation_1.foundation_3:after {
  background: #0d2445 url(../images/foundation_3.jpg) top right no-repeat;
  background-size: cover;
}

.health_list .bg-cont.foundation_1.foundation_4:after {
  background: #0d2445 url(../images/foundation_4.jpg) top right no-repeat;
  background-size: cover;
}

.health_list .txt-cont.foundation_5 {
  background: #0d2445 url(../images/foundation_5.jpg) top right no-repeat fixed;
  background-size: cover;
  padding: 150px 90px 100px;
  height: 350px;
}

.health_list .bg-cont.foundation_1.foundation_7:after {
  background: #0d2445 url(../images/foundation_7.jpg) top right no-repeat;
  background-size: cover;
}

.health_list .bg-cont.foundation_1.foundation_8:after {
  background: #0d2445 url(../images/foundation_8.jpg) top right no-repeat;
  background-size: cover;
}

.health_list .bg-cont.foundation_1.foundation_9:after {
  background: #0d2445 url(../images/foundation_9.jpg) top right no-repeat;
  background-size: cover;
}

.health_list .bg-cont.foundation_1.foundation_11:after {
  background: #0d2445 url(../images/foundation_11.jpg) top right no-repeat;
  background-size: cover;
}

.health_list .bg-cont.sm {
  padding: 0px;
}

.last-col,
.last-col .title {
  background: #6cc2ef;
  color: #fff;
}

/*****************about details*******************/
.about-details.acticle_details h5.details_sub_title.title {
  margin-bottom: 30px;
}

.about-details.acticle_details ol {
  padding-left: 0px;
  margin-left: 15px;
}

.about-details.acticle_details ol p {
  margin-left: 15px;
}

.clr-pad-right {
  padding-right: 0px;
}

@media (min-width: 1200px) {
}

@media (min-width: 979px) and (max-width: 1200px) {
  header.primary .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ex_links .home_mission_and_vision,
  .ex_links .chairman_txt_cont,
  .ex_links .social_responsibility_txt {
    height: auto;
  }

  .ex_links .bg_light {
    background: #fff;
    padding: 52px 30px;
    height: auto;
  }

  .ex_links .mission_img_container,
  .ex_links .chairman_img_cont,
  .ex_links .social_responsibility_img {
    height: 236px;
  }

  .ex_links .home_mission_and_vision,
  .ex_links .chairman_txt_cont,
  .ex_links .social_responsibility_txt {
    padding-bottom: 57px;
  }

  .ex_links .home_mission_and_vision {
    padding-bottom: 62px;
  }

  .ex_links .mission_img_container {
    height: 242px;
  }

  .facts-figure .figures p {
    padding-right: 10px;
    font-size: 12px;
  }

  .facts-figure .figures .title {
    margin-top: 0;
  }

  /************about**************/
  .compant_overview .overview_content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mission_vision .vission_cont img,
  .mission_vision .mission_cont img {
    max-width: 120%;
    width: 120%;
  }

  .map_cont {
    position: relative;
    overflow: hidden;
  }
  .map_cont img {
    width: 120%;
    max-width: 120%;
    margin-top: -10%;
  }

  /***************social responsibility*****************/
  .health_list ul li {
    min-height: 180px;
    padding: 35px 20px;
  }

  .health_content img {
    max-width: 110%;
  }

  .map_cont {
    padding-top: 100px;
  }

  .health_list .bg-cont.sm,
  .health_list .txt-cont.sm {
    padding: 50px 50px 50px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  header.primary .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .health_list .txt-cont {
    padding: 50px 50px 50px;
    height: auto;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  }

  .container {
    width: 100%;
  }

  .ex_links .bg_light {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 65px 30px;
    height: auto;
  }

  header.primary .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .banner .carousel-caption .title {
    font-size: 35px;
    line-height: 40px;
  }

  .banner .carousel-caption {
    top: 20%;
  }

  .home_activites:after {
    background: rgba(0, 0, 0, 0.6);
  }

  .home_activites .title .hr {
    width: 10%;
  }

  .ex_links .health_and_safetypolicy .content,
  .ex_links .quality_policy .content {
    padding-top: 50px;
  }

  .ex_links .mission_img_container img,
  .ex_links .chairman_img_cont img,
  .ex_links .social_responsibility_img img {
    width: 100%;
  }

  .ex_links .social_responsibility_img {
    float: right;
  }

  .facts-figure .figures .title {
    margin-top: 5px;
  }

  footer .contact_footer {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    margin-top: 20px;
    padding-top: 20px;
  }

  footer {
    background-position: top center;
    padding-bottom: 20px;
  }

  footer .lnk li {
    display: inline-block;
    width: 48%;
  }

  footer .main {
    margin-top: 10px;
  }

  /**************about*******************/
  .compant_overview .overview_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .compant_overview .overview_content {
    text-align: center;
  }

  .compant_overview .overview_content .title .hr,
  .map_cont .content .title .hr {
    margin-right: auto;
    margin-left: auto;
  }

  .compant_overview .overview_img:after {
    width: 100%;
  }

  .mission_vision .vission_cont img,
  .mission_vision .mission_cont img {
    max-width: 100%;
    width: 100%;
  }

  .map_cont img {
    display: block;
  }

  .map_cont .content {
    position: absolute;
    padding-top: 70px;
  }

  .map_cont,
  .map_cont .container {
    text-align: center;
  }

  /***************activities*******************/
  .actity_list.compant_overview .overview_img.left:after {
    left: 0;
  }

  .actity_list.compant_overview .overview_content,
  .actity_list.compant_overview .overview_content.activity_content {
    padding-top: 30px;
    min-height: inherit;
  }

  .actity_list.compant_overview .overview_content.activity_content .title {
    margin-top: 0px;
  }

  .actity_list.compant_overview .overview_content.left,
  .actity_list.compant_overview .overview_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .acticle_details .sidebar {
    margin-top: 30px;
  }

  /**************social responsibility********************/
  .health_content img {
    max-width: 110%;
  }

  .health_content .content p {
    font-size: 15px;
    line-height: 30px;
  }

  .health_list ul li {
    width: 50%;
  }

  .mission_vision {
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  header.primary {
    position: relative;
    background: #fff;
    top: 0;
  }

  .secondary {
    display: none;
  }

  header.primary .navbar-toggle {
    background: #fff;
    margin-top: 20px;
    border-radius: 2px;
  }

  header.primary .container {
    padding: 0 !important;
  }

  header.primary .container .navbar-collapse.collapse.in {
    background: rgb(0 0 0);
    padding-bottom: 30px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    width: 100%;
  }

  header.primary .navbar-nav > li  .sub-menu{
    display: block;
    position: relative;
    background: none;
  }

    header.primary .navbar-nav > li  .sub-menu a{
        color: #fff
    }

  header.primary .navbar-nav > li > a {
    padding-bottom: 12px;
    color: #fff;
  }

  header.primary .navbar-nav > li > a:after {
    border: none;
    border-left: solid 5px #fbd70c;
    top: 0;
  }

  header .navbar-nav {
    margin: 0;
  }

  header .navbar-collapse {
    background: rgba(0, 0, 0, 0.06);
    padding-bottom: 20px;
    padding-left: 0px;
  }

  header.primary .navbar-nav > li > a {
    padding-left: 30px;
  }

  header.primary .navbar-toggle .icon-bar {
    background: #233754;
  }

  h2.title,
  .about_summary .title {
    font-size: 30px;
    line-height: 33px;
  }

  .about_summary .title {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    max-width: 180%;
    margin-left: -40%;
    width: 180%;
  }

  .banner .carousel-caption .title {
    font-size: 30px;
    line-height: 35px;
  }

  .banner .carousel-caption {
    top: 30%;
  }

  .facts-figure .img-cont {
    display: none;
  }

  .facts-figure .figures {
    height: 120px;
  }

  .brand_capion {
    text-align: center;
  }

  .about_summary {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .map_cont .content {
    background: #6cc2ef;
  }

  .experts .team_list .team.lg,
  .experts .team_list .team {
    width: 45%;
  }

  .ex_links .bg_light {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 65px 30px;
    height: auto;
  }

  .ex_links .mission_img_container,
  .ex_links .chairman_img_cont,
  .ex_links .social_responsibility_img {
    height: auto;
  }

  .home_activites {
    background-position: center;
  }

  .facts-figure {
    text-align: center;
  }

  .facts-figure .figures {
    text-align: center;
    margin-top: 20px;
  }

  .facts-figure .figures .icon {
    float: none;
    display: inline-block;
  }

  .facts-figure .figures .content {
    width: 100%;
    display: block;
  }

  .facts-figure .figures .title {
    margin-top: 5px;
  }

  .facts-figure .figures p {
    font-size: 12px;
    padding: 0px;
  }

  .ex_links .social_responsibility_img {
    float: right;
  }

  .newsletter {
    text-align: center;
  }

  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  footer .about_footer {
    display: none;
  }

  footer .lnk {
    text-align: center;
  }

  footer .about_footer p {
    padding-left: 40px;
  }

  footer .lnk .title {
    margin: 30px 0px 0px;
  }

  footer .lnk li {
    display: inline-block;
    padding: 10px;
  }

  footer .main {
    margin-top: 10px;
  }

  footer .main p {
    width: 100%;
    text-align: center;
  }

  footer .main ul {
    width: 100%;
    text-align: center;
  }

  footer .main ul li {
    float: none;
    display: inline-block;
  }

  .facts-figure h1.title {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    margin-top: 0;
  }

  .ex_links .chairman_txt_cont,
  .ex_links .social_responsibility_txt,
  .ex_links .mission_img_container,
  .ex_links .chairman_img_cont,
  .ex_links .social_responsibility_img,
  .ex_links .home_mission_and_vision,
  .ex_links .chairman_txt_cont,
  .ex_links .social_responsibility_txt {
    width: 100%;
  }

  .ex_links .mission_img_container img,
  .ex_links .chairman_img_cont img,
  .ex_links .social_responsibility_img img {
    width: 100%;
  }

  .home_activites:after {
    background: rgba(0, 0, 0, 0.6);
  }

  /**************about******************/
  .compant_overview .overview_content {
    padding-right: 20px;
  }

  .brand_capion.static .title {
    font-size: 20px;
    line-height: 21px;
  }

  .compant_overview .overview_content {
    text-align: center;
  }

  .compant_overview.overview_content .title .padding: 20px 30px;
  .overview_contenthr,
  .map_cont .content .title .hr;

  .map_cont img {
    display: none;
  }

  .map_cont .content {
    position: relative;
    padding-top: 50px;
  }

  .map_cont .content .hr,
  .compant_overview .overview_content .hr {
    margin-left: auto;
    margin-right: auto;
  }

  .map_cont,
  .map_cont .container {
    text-align: center;
  }

  /****************activities******************/
  /***************activities*******************/
  .actity_list.compant_overview .overview_img.left:after {
    left: 0;
  }

  .actity_list.compant_overview .overview_content,
  .actity_list.compant_overview .overview_content.activity_content {
    padding-top: 30px;
    min-height: inherit;
  }

  .actity_list.compant_overview .overview_content.activity_content .title {
    margin-top: 0px;
    font-size: 30px;
  }

  .actity_list.compant_overview .overview_content.left,
  .actity_list.compant_overview .overview_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .acticle_details .sidebar {
    margin-top: 30px;
  }

  /**************social responsibility********************/
  .health_content img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .health_content .content p {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
  }

  .health_list ul li {
    width: 100%;
    min-height: inherit;
  }

  .health_content {
    max-height: inherit;
  }

  .health_list .txt-cont {
    padding: 50px 50px 50px;
    height: auto;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  }

  .banner.static.social_responsibility {
    padding-top: 100px;
  }

  .health_list .bg-cont {
    background: #000;
    height: 300px;
  }
}

@media (max-width: 480px) {
  .carousel-inner > .item > a > img,
  .carousel-inner > .item > img {
    max-width: 300%;
    margin-left: -70%;
  }

  .banner.static,
  .activiies.banner.static,
  .banner.static.social_responsibility {
    padding: 100px 0 100px;
  }

  .home_activites.oil {
    padding-top: 100px;
  }

  .experts .team_list .team,
  .experts .team_list .team.lg {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .about_summary.oil .title,
  .home_activites.oil .title {
    font-size: 35px;
  }

  .banner .carousel-caption {
    top: 20%;
  }

  .home_activites .title {
    line-height: 35px;
  }

  .company_list ul li {
    padding: 0px 5px;
    float: none;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  }

  .banner .carousel-caption .btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .brand_capion .btn,
  .home_activites .btn,
  .newsletter form .btn,
  footer .contact_footer .btn {
    width: 100%;
  }

  .ex_links .health_and_safetypolicy .content,
  .ex_links .quality_policy .content {
    padding-top: 70px;
  }

  .ex_links .bg_light {
    padding: 50px 30px;
  }

  .ex_links .quality_policy img,
  .ex_links .health_and_safetypolicy img {
    max-width: 130%;
  }

  .facts-figure {
    padding: 50px 0 50px;
  }

  .facts-figure .figures {
    width: 100%;
  }

  /*********************about***********************/

  .brand_capion.static {
    padding-top: 30px 0 40px;
  }

  .brand_capion.static p {
    padding: 0px;
  }

  .mission_vision .vission_cont,
  .mission_vision .mission_cont {
    max-height: inherit;
    min-height: inherit;
  }

  .mission_vision .vission_txt,
  .mission_vision .mission_txt {
    padding: 20px 30px 50px;
    max-height: inherit;
    min-height: inherit;
  }

  /********************activites*************************/
  .actity_list.compant_overview .overview_content.activity_content br {
    display: none;
  }

  .actity_list.compant_overview .overview_content.activity_content .btn {
    width: 100%;
  }
}
