/**
 * font-family: 'ProximaNova-Regular';
 * 	font-family: 'ProximaNova-Black';
 * 	font-family: 'ProximaNova-Bold';
 * 	font-family: 'DroidSans';
 * 	font-family: 'FontAwesome';
 *
 * @format
 */
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("☺"), url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
    url("../fonts/ProximaNova-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Black";
  src: url("../fonts/ProximaNova-Black.eot");
  src: local("☺"), url("../fonts/ProximaNova-Black.woff") format("woff"),
    url("../fonts/ProximaNova-Black.ttf") format("truetype"),
    url("../fonts/ProximaNova-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("☺"), url("../fonts/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/ProximaNova-Bold.ttf") format("truetype"),
    url("../fonts/ProximaNova-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DroidSans";
  src: url("../fonts/DroidSans.eot");
  src: url("../fonts/DroidSans.eot") format("embedded-opentype"),
    url("../fonts/DroidSans.woff2") format("woff2"),
    url("../fonts/DroidSans.woff") format("woff"),
    url("../fonts/DroidSans.ttf") format("truetype"),
    url("../fonts/DroidSans.svg#DroidSans") format("svg");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: "DroidSans";
  color: #333333;
  overflow-x: hidden;
}
.fleft {
  float: left;
}
.frite {
  float: right;
}
.clrfix {
  clear: both;
  display: block;
}
.demostyle {
  border: solid 1px #ccc;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-align: left;
}
a,
a:hover,
a:focus,
:hover {
  text-decoration: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
p {
  font-size: 16px;
  font-family: "Lato-Regular";
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
}
section,
span {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
}
/*===== Common Class ==================*/
.main-page-wrapper {
  width: 100%;
}
.main-wrapper {
  width: 100%;
  position: relative;
}
.middle-container {
  /*width:1160px;*/
  width: 100%;
  float: none;
  margin: 0 auto;
  position: relative;
  display: table;
  padding: 0 15px;
}
.vertical-center-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.vertical-center-container {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.heading-01,
.heading-02,
.heading-03,
.heading-04 {
  float: left;
  width: 100%;
  font-family: "ProximaNova-Bold";
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.heading-02 {
  font-size: 20px;
}
.heading-03 {
  font-size: 30px;
}
.heading-04 {
  font-size: 30px;
  letter-spacing: 5px;
}
.heading-line {
  float: left;
  background: #ee1d28;
  width: 70px;
  height: 2px;
  margin-bottom: 20px;
}
.know-more-btn {
  border: solid 2px #ee1d28;
  float: left;
  font-family: "ProximaNova-Bold";
  font-size: 12px;
  color: #ee1d28;
  text-transform: uppercase;
  line-height: 45px;
  letter-spacing: 2px;
  padding: 0 20px;
}
.know-more-btn:hover {
  background: #ee1d28;
  color: #fff;
}
p {
  font-family: "DroidSans";
  font-size: 16px;
  color: #666666;
  text-align: left;
  line-height: 30px;
  margin: 0 0 25px 0;
}
/*===== Start Header ==================*/
header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header:before {
  background: #fff;
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
header .logo-img {
  width: 110px;
}
header .navbar {
  background: transparent;
  line-height: 50px;
  margin: 0;
  padding-top: 12px;
  border: none;
  border-bottom: solid 0 #747c93;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
header .navbar-nav {
  float: right;
  margin-left: 60px;
}
header .navbar-default .navbar-nav > li > a {
  font-family: "ProximaNova-Regular";
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
header .navbar-nav > li > a {
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 17px;
}
header .navbar-default .navbar-nav > li > a:focus,
header .navbar-default .navbar-nav > li > a:hover {
  color: #333;
}
header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:focus,
header .navbar-default .navbar-nav > .active > a:hover {
  font-family: "ProximaNova-Black";
  color: #333;
  background-color: transparent;
  border-bottom: solid 5px #3056b2;
}
header .social-media-block {
  position: absolute;
  top: 28px;
  right: 0;
  display: none;
}
header .social-media-block li {
  float: left;
  padding: 0;
  margin: 0 5px;
}
header .social-media-block li a {
  float: left;
  width: 25px;
  height: 25px;
  background: #3056b2;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding: 0;
}
/*-- Home Page Header --*/
.home-page-wrapper header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.home-page-wrapper header .navbar {
  border-bottom: solid 1px #747c93;
}
.home-page-wrapper header .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.home-page-wrapper header .navbar-default .navbar-nav > li > a:focus,
.home-page-wrapper header .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.home-page-wrapper header .navbar-default .navbar-nav > .active > a,
.home-page-wrapper header .navbar-default .navbar-nav > .active > a:focus,
.home-page-wrapper header .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  border-bottom: solid 5px #fff;
}
.home-page-wrapper header .social-media-block li a {
  background: #fff;
  color: #2e4f9c;
}
/*-- Fixed Header --*/
header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  /*box-shadow:0px -2px 10px #ccc;*/
}
header.fixed-header:before {
  height: 100%;
}
header.fixed-header .logo-img {
  width: 80px;
}
header.fixed-header .navbar {
  border-bottom: solid 0 #fff;
  padding-top: 5px;
}
header.fixed-header .navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 12px;
}
header.fixed-header .navbar-default .navbar-nav > li > a {
  color: #333;
}
header.fixed-header .navbar-default .navbar-nav > li > a:focus,
header.fixed-header .navbar-default .navbar-nav > li > a:hover {
  color: #333;
}
header.fixed-header .navbar-default .navbar-nav > .active > a,
header.fixed-header .navbar-default .navbar-nav > .active > a:focus,
header.fixed-header .navbar-default .navbar-nav > .active > a:hover {
  color: #333;
  border-bottom: solid 5px #3056b2;
}
header.fixed-header .social-media-block {
  top: 15px;
}
header.fixed-header .social-media-block li a {
  background: #3056b2;
  color: #fff;
}
/*===== End Header ==================*/
/*===== Start Container ==================*/
/*-- Start Home Page ------------------------------------------------------*/
/*---- Banner Section ----*/
.home-banner-section {
  width: 100%;
  float: left;
  overflow: hidden;
}
.home-banner-section .carousel,
.home-banner-section .carousel-inner,
.home-banner-section .carousel-inner > .item {
  height: 100%;
}
.home-banner-section .carousel-inner > .item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.home-banner-section .item img {
  width: 100%;
}
.home-banner-section .banner-containt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "ProximaNova-Bold";
  color: #fff;
  text-transform: uppercase;
  /*background:#3157ac;*/
}
.home-banner-section span {
  float: none;
  width: auto;
}
.home-banner-section .banner-text-01 {
  float: left;
  width: 100%;
  font-size: 30px;
  letter-spacing: 3px;
}
.home-banner-section .banner-text-02,
.home-banner-section #typed,
.home-banner-section #typed-2,
.home-banner-section #typed-3,
.home-banner-section #typed-4,
.home-banner-section #typed-5,
.home-banner-section #typed-6 {
  font-size: 90px;
  letter-spacing: 30px;
  line-height: 90px;
  margin: 0 auto;
  border: solid 1px transparent;
}
.home-banner-section .carousel-control {
  width: 5%;
  font-size: 20px;
  text-shadow: none;
  background-color: transparent;
  display: none;
}
.home-banner-section .carousel-control .glyphicon-chevron-left,
.home-banner-section .carousel-control .glyphicon-chevron-right,
.home-banner-section .carousel-control .icon-next,
.home-banner-section .carousel-control .icon-prev {
  width: 30px;
  height: auto;
  margin-top: -10px;
  font-size: 40px;
}
.home-banner-section .glyphicon-chevron-left::before {
  font-family: "FontAwesome";
  content: "\f104";
}
.glyphicon-chevron-right::before {
  font-family: "FontAwesome";
  content: "\f105";
}
.home-banner-section .carousel-indicators {
  bottom: 20px;
}
.home-banner-section .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  border-radius: 100%;
}
.home-banner-section .typed-cursor {
  color: #ee1d28;
  font-size: 85px;
  line-height: 100px;
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--- Home Section-01 ---*/
.home-section-01 {
  background: #f1f1f1;
  padding: 70px 0 60px 0;
}
.home-section-01 .home-block-01 {
  width: 100%;
  float: left;
}
.home-section-01 .home-block-01 .left-col {
  width: 50%;
  float: left;
  padding-right: 60px;
}
.home-section-01 .home-block-01 .right-col {
  width: 50%;
  float: right;
  text-align: right;
}
.home-section-01 .heading-01 {
  margin-bottom: 10px;
}
.home-section-01 .home-block-02 {
  background: #fff;
  width: 100%;
  float: left;
}
.home-section-01 .home-block-02 {
  width: 80%;
  float: left;
  text-align: center;
  padding: 20px 0;
  margin-top: -50px;
  box-shadow: 0px 0px 15px #ccc;
}
.home-section-01 .content-block {
  float: left;
  width: 25%;
  border-right: solid 1px #ccc;
  padding: 0 30px;
}
.home-section-01 .content-block .title {
  font-size: 14px;
  line-height: 18px;
  padding-top: 5px;
}
.home-section-01 .content-block:nth-last-child(1) {
  border-right: 0;
}
/*--- Home Section-02 ---*/
.home-section-02 {
  background: #fff;
  padding: 70px 0 70px 0;
}
.home-section-02 .left-col {
  width: 35%;
  float: left;
  padding-right: 60px;
}
.home-section-02 .right-col {
  width: 65%;
  float: right;
  text-align: right;
}
.home-section-02 .heading-01 {
  margin-bottom: 20px;
}
.home-section-02 .home-services-list {
  float: left;
  width: 100%;
}
.home-section-02 .home-services-list li {
  width: 33.33%;
  float: left;
  padding: 0 0 18px 18px;
}
.home-section-02 .home-services-list li a {
  cursor: pointer;
}
.home-section-02 .content-block {
  float: left;
  width: 100%;
  position: relative;
}
.home-section-02 .content-block img {
  width: 100%;
}
.home-section-02 .content-block .service-containt-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-section-02 .content-block .service-containt-block img {
  width: auto;
}
.home-section-02 .content-block .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.home-section-02 .content-block:hover .overlay {
  background: #ee1d28;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.home-section-02 .service-containt-block .title {
  font-size: 16px;
  color: #fff;
  padding-top: 5px;
}
/*--- Home Section-03 ---*/
.home-section-03 {
  background: #3056ac;
  border-top: solid 1px #ccc;
  position: relative;
}
.home-section-03:before {
  width: 100%;
  height: 280px;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.home-section-03 .heading-01 {
  text-align: center;
}
.home-section-03 .heading-line {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
  display: table;
}
.home-section-03 #home-projects-slider {
  float: left;
  width: 100%;
  margin-top: 35px;
}
#home-projects-slider .project-container {
  position: relative;
}
#home-projects-slider .project-details-col {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 100px;
}
#home-projects-slider .project-details-col .containt-block {
  float: left;
  width: 100%;
  border: solid 2px #ee1d28;
  color: #fff;
  text-align: left;
  padding: 40px 50px;
}
#home-projects-slider .project-details-col .title {
  font-family: "ProximaNova-Regular";
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 20px;
}
#home-projects-slider .project-details-col .desc {
  font-size: 16px;
}
#home-projects-slider .project-details-col .desc p {
  color: #fff;
}
#home-projects-slider .know-more-btn {
  color: #fff;
  margin-top: 15px;
}
#home-projects-slider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#home-projects-slider .project-container:hover .overlay {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
#home-projects-slider
  .project-container:hover
  .project-details-col
  .containt-block {
  background: #ee1d28;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
#home-projects-slider .project-container:hover .know-more-btn {
  background: #ee1d28;
}
#home-projects-slider .owl-controls .owl-nav [class*="owl-"] {
  background: #fff;
  z-index: 1;
  position: relative;
}
#home-projects-slider .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #ee1d28;
}
#home-projects-slider .owl-controls {
  margin-top: 0;
}
#home-projects-slider .owl-nav {
  position: absolute;
  top: 46%;
  width: 100%;
}
#home-projects-slider .owl-prev {
  float: left;
  margin-left: -22px !important;
}
#home-projects-slider .owl-next {
  float: right;
  margin-right: -22px !important;
}
#home-projects-slider .owl-dots {
  display: none !important;
}
.home-section-03 #home-logo-slider {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.home-section-03 #home-logo-slider .logo-col {
  width: 100%;
  float: left;
  text-align: center;
}
.home-section-03 #home-logo-slider .logo-col img {
  width: auto;
  display: inline-block;
}
#home-logo-slider .owl-controls {
  display: none;
}
/*--- Home Section-04 ---*/
.home-section-04 {
  position: relative;
}
.home-section-04 .heading-01 {
  margin-bottom: 40px;
}
.home-section-04 #map_canvas {
  height: 650px;
}
.home-section-04 .map-content-block {
  width: 40%;
  height: 100%;
  float: left;
  background: #000000b3;
  position: absolute;
  top: 0;
  left: 0;
}
.home-section-04 .content-block {
  float: left;
  color: #fff;
  text-align: left;
  padding-left: 70px;
  font-family: "ProximaNova-Regular";
}
.home-section-04 .content-block .address-col {
  float: left;
  position: relative;
  margin-bottom: 50px;
  padding-left: 42px;
}
.home-section-04 .content-block .address-col:before {
  width: 26px;
  height: 33px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/location-icon.png") center no-repeat;
}
.home-section-04 .content-block .address-col:nth-last-child(1) {
  margin-bottom: 0;
}
.home-section-04 .content-block .address-col .location-title {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 0;
}
.home-section-04 .content-block .address-col .location-add {
  font-size: 16px;
}
/*--- Home Section-05 ---*/
.home-section-05 {
  border-top: solid 1px #ccc;
  position: relative;
  margin-top: 50px;
  padding-bottom: 10px;
}
.home-section-05 .heading-01 {
  text-align: center;
}
.home-section-05 .heading-line {
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
  display: table;
}
.home-section-05 .clients-slider-block {
  float: left;
  width: 100%;
  padding: 40px 0 0 0;
  position: relative;
}
.home-section-05 .clients-slider-block li {
  width: 20%;
  display: inline-table;
  vertical-align: middle;
  padding: 0;
}
.home-section-05 .clients-slider-block li img {
  float: left;
  display: block;
  margin: 25px 0;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.home-section-05 .clients-slider-block .left_blur {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 30%;
  z-index: 1;
}
.home-section-05 .clients-slider-block .right_blur {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 30%;
  z-index: 1;
}
/*-- End Home Page ------------------------------------------------------*/
/*-- Start About Us Page ------------------------------------------------*/
/*---- Banner Section ----*/
.inner-page-banner-section {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inner-page-banner-section img {
  width: 100%;
}
.inner-page-banner-section .banner-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.inner-page-banner-section .banner-content .title,
.inner-page-banner-section .banner-content .sub-title {
  font-size: 90px;
  letter-spacing: 30px;
  line-height: 90px;
  font-family: "ProximaNova-Bold";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.inner-page-banner-section .banner-content .sub-title {
  font-size: 40px;
  letter-spacing: 5px;
  line-height: 50px;
  margin-top: 5px;
}
.inner-page-banner-section .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
/*---- Breadcrumbs Section ----*/
.breadcrumb-section {
}
.breadcrumb-section .breadcrumb {
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 0;
}
.breadcrumb-section .breadcrumb > li {
  font-size: 14px;
}
.breadcrumb-section .breadcrumb > li a {
  color: #929191;
}
.breadcrumb-section .breadcrumb > li.active {
  color: #333;
}
/*---- About Us Section-01 ----*/
.aboutus-section-01 {
}
.aboutus-section-01 .about-sec-01 {
  float: left;
  width: 100%;
}
.aboutus-section-01 .col-left,
.aboutus-section-01 .col-right {
  float: left;
  width: 50%;
}
.aboutus-section-01 .col-left {
  padding-right: 40px;
}
.aboutus-section-01 .col-right {
  padding-left: 40px;
}
.aboutus-section-01 .heading-01 {
  margin-bottom: 20px;
}
.aboutus-section-01 .about-sec-01 p {
  text-align: justify;
}
.aboutus-section-01 .about-img-01 {
  margin-top: -130px;
}
.aboutus-section-01 .about-sec-02 {
  padding: 15px 0;
}
.aboutus-section-01 .about-sec-02 .block-title {
  position: relative;
  font-family: "ProximaNova-Bold";
  font-size: 25px;
  color: #171717;
  padding-top: 80px;
}
.aboutus-section-01 .about-sec-02 .block-title:before {
  width: 60px;
  height: 52px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/left-quate.png") left top no-repeat;
  background-size: 60px auto;
}
.aboutus-section-01 .about-sec-02 .block-title:after {
  width: 60px;
  height: 52px;
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0px;
  background: url(../images/left-quate.png) left top no-repeat;
  background-size: 60px auto;
  transform: rotate(180deg);
}
.aboutus-section-01 .about-sec-02 .heading-line {
  margin: 30px 0 0 0;
}
.aboutus-section-01 .about-sec-03 {
  padding: 30px 0 60px 0;
}
.aboutus-section-01 .about-sec-03 .heading-04 {
  margin-top: 5px;
  margin-bottom: 25px;
}
.aboutus-section-01 .aboutus-list-block {
  float: left;
  width: 100%;
  font-size: 16px;
  color: #666666;
  margin-bottom: 45px;
}
.aboutus-section-01 .aboutus-list-block:nth-last-child(1) {
  margin-bottom: 0;
}
.aboutus-section-01 .aboutus-list-block li {
  float: left;
  width: 100%;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
  position: relative;
}
.aboutus-section-01 .aboutus-list-block li:before {
  padding: 0;
  width: 6px;
  height: 6px;
  background: #ee1d28;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}
/*---- About Us Section-02 ----*/
.aboutus-section-02 {
  border-top: solid 1px #ccc;
  text-align: center;
  padding-bottom: 30px;
}
.aboutus-section-02 .middle-container {
  display: block;
}
.aboutus-section-02 .heading-line {
  float: none;
  margin: 0 auto;
  margin-bottom: 30px;
  display: table;
}
.aboutus-section-02 .heading-04 {
  text-align: center;
  margin-bottom: 15px;
}
.aboutus-section-02 .sec-desc {
  font-size: 14px;
  text-align: center;
  line-height: 25px;
}
#our-management-slider {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
}
#our-management-slider .management-content-col {
  float: left;
  width: 100%;
  border: solid 2px #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
#our-management-slider .management-content-col:hover {
  border: solid 2px #ee1d28;
  box-shadow: 0px 10px 25px #ccc;
}
#our-management-slider .management-img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
#our-management-slider .management-content-col:hover .management-img {
  padding: 30px 30px 15px 30px;
}
#our-management-slider .management-info {
  float: left;
  width: 100%;
  padding: 20px 30px;
}
#our-management-slider .name {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  text-transform: uppercase;
}
#our-management-slider .designation {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  color: #666666;
}
#our-management-slider .desc {
  font-size: 14px;
  color: #666666;
  margin-top: 15px;
}
#our-management-slider .owl-controls {
  margin-top: 50px;
}
#our-management-slider .owl-controls .owl-dots {
  display: none !important;
}
/*-- End About Us Page ------------------------------------------------*/
/*-- Start Services Page ----------------------------------------------*/
/*---- Services Section-01 ----*/
.services-section-01 {
  border-top: solid 1px #ccc;
  padding-bottom: 50px;
}
.accordian-content-list {
  float: left;
  width: 100%;
}
.accordian-content-list li {
  float: left;
  width: 50%;
  position: relative;
  font-size: 14px;
  padding: 0 8px 0px 15px;
  text-transform: uppercase;
  min-height: 42px;
}
.accordian-content-list li:before {
  background: #3056b2;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}
.services-section-01 .accordion h1 {
  position: relative;
  padding-left: 50px;
}
.accordion .title-icon {
  float: left;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -8px;
  left: 0;
}
.accordion .title-icon.refineries-icon {
  background: url("../images/icons/refineries.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.refineries-icon {
  background: url("../images/icons/refineries-hover.png") center no-repeat;
}
.accordion .title-icon.chemicals-icon {
  background: url("../images/icons/chemicals.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.chemicals-icon {
  background: url("../images/icons/chemicals-hover.png") center no-repeat;
}
.accordion .title-icon.fertilizers-icon {
  background: url("../images/icons/fertilizers.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.fertilizers-icon {
  background: url("../images/icons/fertilizers-hover.png") center no-repeat;
}
.accordion .title-icon.pharmaceuticals-icon {
  background: url("../images/icons/pharmaceuticals.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.pharmaceuticals-icon {
  background: url("../images/icons/pharmaceuticals-hover.png") center no-repeat;
}
.accordion .title-icon.air-separation-unit-icon {
  background: url("../images/icons/air-separation-unit.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.air-separation-unit-icon {
  background: url("../images/icons/air-separation-unit-hover.png") center
    no-repeat;
}
.accordion .title-icon.power-plants-icon {
  background: url("../images/icons/power-plants.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.power-plants-icon {
  background: url("../images/icons/power-plants-hover.png") center no-repeat;
}
.accordion .title-icon.petrochemicals-icon {
  background: url("../images/icons/petrochemicals.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.petrochemicals-icon {
  background: url("../images/icons/petrochemicals-hover.png") center no-repeat;
}
.accordion .title-icon.vegetable-oil-processing-icon {
  background: url("../images/icons/vegetable-oil-processing.png") center
    no-repeat;
}
.accordion .accordion-header-active .title-icon.vegetable-oil-processing-icon {
  background: url("../images/icons/vegetable-oil-processing-hover.png") center
    no-repeat;
}
.accordion .title-icon.paint-industries-icon {
  background: url("../images/icons/paint-industries.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.paint-industries-icon {
  background: url("../images/icons/paint-industries-hover.png") center no-repeat;
}
.accordion .title-icon.tankages-icon {
  background: url("../images/icons/tankages.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.tankages-icon {
  background: url("../images/icons/tankages-hover.png") center no-repeat;
}
.accordion .title-icon.cryogenics-icon {
  background: url("../images/icons/cryogenics.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.cryogenics-icon {
  background: url("../images/icons/cryogenics-hover.png") center no-repeat;
}
.accordion .title-icon.heavy-equipment-icon {
  background: url("../images/icons/heavy-equipment.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.heavy-equipment-icon {
  background: url("../images/icons/heavy-equipment-hover.png") center no-repeat;
}
.accordion .title-icon.revamp-icon {
  background: url("../images/icons/revamp.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.revamp-icon {
  background: url("../images/icons/revamp-hover.png") center no-repeat;
}
.accordion .title-icon.fire-fighting-systems-icon {
  background: url("../images/icons/fire-fighting-systems.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.fire-fighting-systems-icon {
  background: url("../images/icons/fire-fighting-systems-hover.png") center
    no-repeat;
}
.accordion .title-icon.cross-country-piping-icon {
  background: url("../images/icons/cross-country-piping.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.cross-country-piping-icon {
  background: url("../images/icons/cross-country-piping-hover.png") center
    no-repeat;
}
.accordion .title-icon.list-of-consultants-icon {
  background: url("../images/icons/list-of-consultants.png") center no-repeat;
}
.accordion .accordion-header-active .title-icon.list-of-consultants-icon {
  background: url("../images/icons/list-of-consultants-hover.png") center
    no-repeat;
}
/*-- End Services Page ------------------------------------------------*/
/*-- Start Projects Page ----------------------------------------------*/
/*---- Projects Section-01 ----*/
.projects-section-01 {
  padding-bottom: 0;
}
.projects-section-01 .heading-line {
  float: none;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.projects-section-01 .heading-01 {
  text-align: center;
}
.projects-section-01 .projects-tab-section {
  float: left;
  width: 100%;
  margin: 50px 0;
}
.projects-section-01 .projects-filter-container {
  float: left;
  width: 100%;
}
.projects-tab-section .projects-list {
  margin: 0;
  padding: 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
}
.projects-tab-section .projects-list li {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 0 5px 0;
  margin-right: 140px;
}
.projects-tab-section .projects-list li:nth-last-child(1) {
  margin-right: 0;
}
.projects-tab-section .projects-list .tab-icon {
  float: none;
  display: table;
  width: 50px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.projects-tab-section .projects-list .tab-text {
  position: relative;
}
.projects-tab-section .projects-list .active .tab-text {
  color: #ed1c24;
}
.projects-tab-section .projects-list .active .tab-text:before {
  background: #ee1d28;
  width: 40px;
  height: 4px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.projects-tab-section .projects-list .tab-all {
  background: url("../images/icons/project-tab-all.png") center no-repeat;
}
.projects-tab-section .projects-list .active .tab-all {
  background: url("../images/icons/project-tab-all-hover.png") center no-repeat;
}
.projects-tab-section .projects-list .tab-india {
  background: url("../images/icons/project-tab-india.png") center no-repeat;
}
.projects-tab-section .projects-list .active .tab-india {
  background: url("../images/icons/project-tab-india-hover.png") center
    no-repeat;
}
.projects-tab-section .projects-list .tab-jordan {
  background: url("../images/icons/project-tab-jordan.png") center no-repeat;
}
.projects-tab-section .projects-list .active .tab-jordan {
  background: url("../images/icons/project-tab-jordan-hover.png") center
    no-repeat;
}
.projects-tab-section .projects-list .tab-malaysia {
  background: url("../images/icons/project-tab-malaysia.png") center no-repeat;
}
.projects-tab-section .projects-list .active .tab-malaysia {
  background: url("../images/icons/project-tab-malaysia-hover.png") center
    no-repeat;
}
.projects-tab-section .projects-list .tab-nigeria {
  background: url("../images/icons/project-tab-nigeria.png") center no-repeat;
}
.projects-tab-section .projects-list .active .tab-nigeria {
  background: url("../images/icons/project-tab-nigeria-hover.png") center
    no-repeat;
}
.projects-tab-section .projects-list .tab-dubai {
  background: url("../images/icons/project-tab-dubai.png") center no-repeat;
}
.projects-tab-section .projects-list .active .tab-dubai {
  background: url("../images/icons/project-tab-dubai-hover.png") center
    no-repeat;
}
.projects-tab-section .select-filed-block,
.job-search-col .select-filed-block {
  width: 50%;
  float: left;
  padding: 0 30px 0 0;
  margin: 50px 0 50px 0;
}
.projects-tab-section .select-filed-block:nth-child(2),
.job-search-col .select-filed-block:nth-child(2) {
  padding: 0 0 0 30px;
}
.projects-tab-section .select-filed-block label,
.job-search-col label {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom: 0;
}
.projects-tab-section .select-filed-block .select-textbox,
.job-search-col .select-textbox {
  float: left;
  width: 100%;
  background: url("../images/select-down-arrow.png") right center no-repeat;
  font-size: 13px;
  color: #969696;
  height: 35px;
  border: 0;
  border-bottom: solid 1px #999999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 20px;
  outline: none;
}
.projects-tab-section .project-block {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.filter {
  margin-top: 50px;
}
.projects-tab-section .project-title {
  font-family: "ProximaNova-Bold";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.projects-tab-section .project-desc {
  font-size: 16px;
  line-height: 26px;
}
.projects-tab-section .project-container {
  float: left;
  width: 100%;
  border: solid 1px #ccc;
  margin-bottom: 25px;
}
.projects-tab-section .project-container:hover {
  border: solid 1px #fff;
  box-shadow: 0 0px 15px #dbdbdb;
}
.projects-tab-section .detail-col-right {
  /* width: calc(100% - 190px); */
  width: 100%;
  float: left;
  padding: 20px 0;
}
.projects-tab-section .project-image-col {
  width: 190px;
  float: left;
  position: relative;
}
.projects-tab-section .project-image-col .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.projects-tab-section .project-container:hover .project-image-col .overlay {
  display: none;
}
.projects-tab-section .project-details-col {
  width: 65%;
  float: left;
  padding: 0 25px;
}
.projects-tab-section .project-info-col {
  width: 35%;
  float: left;
  font-size: 14px;
  color: #666666;
  border-left: solid 1px #e1e1e1;
  padding: 0 25px;
}
.projects-tab-section .project-details-col .title {
  font-family: "ProximaNova-Bold";
  font-size: 18px;
  margin-bottom: 10px;
}
.projects-tab-section .project-details-col .desc {
  font-size: 14px;
  color: #666666;
  margin-bottom: 18px;
}
.projects-tab-section .project-info-col .list-inline {
  padding-top: 5px;
}
.projects-tab-section .project-info-col .list-inline li {
  padding: 0 10px;
}
.projects-tab-section .project-info-col span {
  padding-bottom: 20px;
}
.projects-tab-section .project-info-col span:nth-last-child(1) {
  padding-bottom: 0;
}
.projects-tab-section .project-info-col span ul img {
  width: 25px;
}
.projects-tab-section .project-info-col strong {
  font-family: "ProximaNova-Bold";
  color: #333333;
  font-weight: normal;
}
.projects-tab-section .know-more-btn {
  height: 40px;
  line-height: 40px;
}
.projects-tab-section .pagination-block {
  float: left;
  width: 100%;
  text-align: center;
}
.projects-tab-section .pagination-block .pagination {
  margin: 30px 0 0 0;
}
.projects-tab-section .pagination > li > a,
.projects-tab-section .pagination > li > span {
  width: 30px;
  height: 40px;
  padding: 0;
  margin-left: 0;
  line-height: 1.42857143;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 42px;
  background-color: #fff;
  border: 0;
}
.projects-tab-section .pagination > li > a:hover,
.projects-tab-section .pagination > li > span:hover {
  color: #ee1d28;
}
.projects-tab-section .pagination > li:first-child > a,
.projects-tab-section .pagination > li:first-child > span,
.projects-tab-section .pagination > li:last-child > a,
.projects-tab-section .pagination > li:last-child > span {
  width: 40px;
  height: 40px;
  margin: 0 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 30px;
  border: solid 1px #8f8f8f;
}
.projects-tab-section .pagination > li:first-child > a:hover,
.projects-tab-section .pagination > li:first-child > span:hover,
.projects-tab-section .pagination > li:last-child > a:hover,
.projects-tab-section .pagination > li:last-child > span:hover {
  border: solid 1px #ee1d28;
}
#page_navigation {
  float: none;
  width: auto;
  display: table;
  margin: 0 auto;
  padding-top: 30px;
}
#page_navigation a {
  float: left;
  width: 30px;
  height: 40px;
  padding: 0;
  margin-left: 0;
  line-height: 1.42857143;
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  color: #999999;
  text-align: center;
  line-height: 40px;
  background-color: #fff;
  border: 0;
}
#page_navigation a.active_page {
  color: #ee1d28;
}
#page_navigation a:first-child,
#page_navigation a:last-child {
  width: 40px;
  height: 40px;
  margin: 0 15px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  border: solid 1px #8f8f8f;
  position: relative;
}
#page_navigation a:first-child:before,
#page_navigation a:last-child:before {
  width: 38px;
  height: 38px;
  background: #fff;
  font-family: "FontAwesome";
  content: "\f053";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
#page_navigation a:last-child:before {
  content: "\f054";
}
.projects-tab-section .pagination {
  float: left;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.projects-tab-section .pagination > li {
  display: inline-block;
}
.projects-tab-section .pagination > .active > a,
.projects-tab-section .pagination > .active > a:focus,
.projects-tab-section .pagination > .active > a:hover,
.projects-tab-section .pagination > .active > span,
.projects-tab-section .pagination > .active > span:focus,
.projects-tab-section .pagination > .active > span:hover {
  background-color: transparent;
  color: #ee1d28;
}
/*-- End Projects Page ------------------------------------------------*/
/*-- Start Contact Us Page ------------------------------------------------*/
.contact-section-01 {
  width: 100%;
  float: left;
}
.contact-section-01 .contact-location-details,
.contact-section-01 .contact-info-col {
  width: 100%;
  float: left;
}
.contact-section-01 .contact-location-details span,
.contact-section-01 .contact-info-col span {
  width: 100%;
  float: left;
  text-align: center;
}
.contact-section-01 .contact-location-details .loc-title {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  text-transform: uppercase;
}
.contact-section-01 .contact-location-details .loc-icon {
  margin: 10px 0;
}
.contact-section-01 .contact-location-details .loc-address {
  font-family: "ProximaNova-Regular";
  font-size: 16px;
}
.contact-section-01 .contact-info-col {
  border-top: solid 1px #cccccc;
  margin: 50px 0 80px 0;
}
.contact-section-01 .contact-info-col span {
  text-align: left;
}
.contact-section-01 .contact-info-col .col-title {
  width: auto;
  float: none;
  display: table;
  margin: 0 auto;
  margin-top: -12px;
  margin-bottom: 20px;
  padding: 0 10px;
  background: #fff;
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  color: #999999;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.contact-section-01 .contact-info-col .info-inner-col {
  width: 50%;
  float: left;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  padding-bottom: 10px;
}
.contact-section-01 .contact-info-col .info-inner-col:nth-last-child(1) {
  border-left: solid 1px #ccc;
  padding-left: 30px;
}
.contact-section-01 .contact-info-col .info-inner-col a {
  color: #333333;
  word-wrap: break-word;
}
.contact-section-01 .contact-info-col .info-inner-col .contact-email a {
  font-size: 14px;
}
.contact-section-01 .contact-info-col .info-inner-col .title {
  font-family: "ProximaNova-Bold";
  font-size: 16px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 45px;
  position: relative;
}
.contact-section-01 .contact-info-col .info-inner-col .title:before {
  width: 31px;
  height: 25px;
  content: "";
  background: url("../images/mail-icon.png") center left no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-section-01 .contact-info-col .info-inner-col .tel-no {
  padding: 20px 0 5px 0;
}
.contact-section-01 .locate-form-section #map_canvas {
  height: 600px;
  margin-bottom: 0;
}
/*-- End Contact Us Page ------------------------------------------------*/
/*-- Start Career Page ----------------------------------------------*/
.career-section-01 {
  padding-bottom: 60px;
}
.career-section-01 .heading-01,
.career-section-02 .heading-01 {
  font-size: 45px;
}
.career-section-01 .career-quate {
  float: left;
  width: 100%;
  position: relative;
  font-family: "ProximaNova-Bold";
  font-size: 28px;
  line-height: 35px;
  color: #171717;
  padding-left: 80px;
  margin: 20px 0 40px 0;
}
.career-section-01 .career-quate:before {
  width: 60px;
  height: 52px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/left-quate.png") left top no-repeat;
  background-size: 60px auto;
}
.career-section-01 .career-quate:after {
  width: 60px;
  height: 52px;
  content: "";
  position: absolute;
  bottom: -30px;
  right: 0px;
  background: url(../images/left-quate.png) left top no-repeat;
  background-size: 60px auto;
  transform: rotate(180deg);
}
.career-section-02 {
  border-top: solid 1px #979a89;
}
.career-section-02 .heading-line {
  margin-bottom: 40px;
}
.career-section-02 .container {
  position: relative;
}
.job-search-col .select-filed-block {
  margin: 0;
}
.career-section-02 .job-search-col {
  float: right;
  width: 60%;
  position: absolute;
  top: 35px;
  right: 15px;
}
.job-search-col label {
  text-transform: none;
  margin-bottom: 0;
}
.job-search-col .textbox-2 {
  background: none;
  outline: none;
}
.work-withus-container {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.work-withus-container .job-profile-col {
  float: left;
  width: 100%;
  background: #f4f4f4;
  text-align: center;
  border: solid 1px #cccccc;
  margin-bottom: 12px;
}
.job-profile-col .default-col {
  float: left;
  border-right: solid 1px #cccccc;
  padding: 15px 20px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.job-profile-col .default-col:nth-last-child(1),
.job-profile-col .default-col:nth-last-child(2) {
  border-right: 0;
}
.job-profile-col .col-1 {
  width: 18%;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.job-profile-col .col-2 {
  width: 28%;
  font-weight: 400;
}
.job-profile-col .col-3 {
  width: 12%;
}
.job-profile-col .col-4 {
  width: 12%;
}
.job-profile-col .col-5 {
  width: 12%;
}
.job-profile-col .col-6 {
  width: 18%;
}
.job-profile-col .default-col span:nth-child(2) {
  font-weight: 400;
}
.job-profile-col .apply-now-btn {
  float: right;
  border: solid 2px #f01924;
  font-family: "ProximaNova-Bold";
  font-size: 12px;
  color: #f01924;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 15px;
  cursor: pointer;
}
.job-profile-col .apply-now-btn:hover {
  background: #f01924;
  color: #fff;
}
.job-expanded-col {
  float: left;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 35px 25px;
  display: none;
}
.job-expanded-col .desc-col {
  padding: 0 20px;
  margin-top: 20px;
}
.job-application-form {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.job-application-form li {
  width: 33.33%;
  float: left;
  padding: 0 25px;
  position: relative;
}
.job-application-form label {
  width: 100%;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.job-application-form .textbox {
  width: 100%;
  float: left;
  line-height: 35px;
  border: 0;
  border-bottom: solid 1px #464646;
  font-size: 14px;
  color: #acacac;
  margin-bottom: 30px;
  padding-right: 30px;
  outline: none;
}
.job-application-form .name-box {
  background: url(../images/name-icon.png) right center no-repeat;
}
.job-application-form .education-box {
  background: url(../images/education-icon.png) right center no-repeat;
}
.job-application-form .email-box {
  background: url(../images/emailid-icon.png) right center no-repeat;
}
.job-application-form .contact-box {
  width: calc(100% - 40px);
  background: url(../images/phone-icon.png) right center no-repeat;
}
.job-application-form .landline-code {
  width: 40px;
}
.job-application-form input#file-uplad-Input,
.job-application-form input.file-uplad-Input {
  width: 100%;
  display: block;
  line-height: 35px;
  border: 0;
  border-bottom: solid 1px #464646;
  font-size: 14px;
  color: #acacac;
  padding-right: 105px;
}
.job-application-form #buttonImage {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 92px;
  background: url("../images/attachment-icon.png") left center no-repeat;
  line-height: 35px;
  font-family: "ProximaNova-Bold";
  font-size: 12px;
  color: #4664cb;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
}
.job-application-form #file-upload-col {
  width: 100%;
  position: relative;
  display: inline-block;
}
.job-application-form #selecteUploadFile,
.job-application-form .selecteUploadFile {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 35px;
}
.job-application-form .upload-note {
  font-size: 12px;
  padding-top: 10px;
}
.job-profile-col .job-application-form .apply-now-btn {
  background: transparent;
  float: left;
  margin-top: 18px;
  color: #f01924;
}
.job-profile-col .job-application-form .apply-now-btn:hover {
  background: #f01924;
  color: #fff;
}
.work-withus-container .job-profile-col.active-expandable-block {
  background: #fff;
  border: 0;
  padding-top: 15px;
  -moz-box-shadow: 0px 0px 15px #ccc;
  -webkit-box-shadow: 0px 0px 15px #ccc;
  box-shadow: 0px 0px 15px #ccc;
  margin: -12px 0 0 0;
}
.active-expandable-block .job-expanded-col {
  display: block;
}
.active-expandable-block .apply-now-btn {
  background: #f01924;
  color: #fff;
}
/*-- End Career Page ------------------------------------------------*/
/*-- Start Privacy Policy Page ---------------------------*/
.privacy-policy-section-01 {
  margin-top: 20px;
}
.privacy-policy-section-01 .heading-03 {
  font-size: 25px;
  color: #222;
  margin-bottom: 20px;
}
.privacy-policy-section-01 p {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 15px 0;
}
.privacy-policy-section-01 .content-block {
  float: left;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-bottom: 20px;
  margin-bottom: 35px;
  font-size: 15px;
  color: #666666;
}
.privacy-policy-section-01 .content-block a {
  color: #666666;
  font-weight: bold;
}
.privacy-policy-section-01 .content-block:nth-last-child(1) {
  border-bottom: 0;
  margin-bottom: 0;
}
.privacy-policy-section-01 .content-block ul {
  float: left;
  width: 100%;
  padding-left: 15px;
  margin-bottom: 15px;
}
.privacy-policy-section-01 .content-block ul li {
  padding-bottom: 10px;
}
/*-- End Privacy Policy Page ---------------------------*/
.thankyou-msg-section {
  width: 600px;
  margin: 0 auto;
  display: table;
  padding: 70px 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 15px #ccc;
}
.thankyou-msg-section .msg-txt {
  float: left;
  width: 100%;
  font-family: "ProximaNova-Bold";
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  position: relative;
}
/*===== End Container ==================*/
/*===== Start Footer ==================*/
footer {
  float: left;
  width: 100%;
  background: url("../images/footer-bg.png") left bottom repeat-x;
  border-top: solid 1px #cccccc;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 70px;
  font-family: "ProximaNova-Regular";
}
footer .footer-links-block {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 40px 0;
}
footer .footer-links-block li {
  padding: 0 40px 0 0;
}
footer .footer-links-block li:nth-last-child(1) {
  padding: 0;
}
footer .footer-links-block li a {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .footer-links-block li a:hover {
  color: #3056ac;
}
footer .copyright-text-block {
  float: left;
  width: 55%;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 3px;
  margin-bottom: 35px;
  position: relative;
}
footer .copyright-text-block:before {
  content: "";
  background: #ee1d28;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 45px;
}
footer .subscription-block {
  width: 400px;
  float: right;
}
footer .subscription-block form {
  float: left;
  width: 100%;
  position: relative;
}
footer .subscription-block .subscribe-text {
  float: left;
  width: 100%;
  font-size: 13px;
  color: #3056ac;
  position: relative;
  padding-left: 32px;
  padding-top: 3px;
  margin-bottom: 7px;
}
footer .subscription-block .subscribe-text:before {
  width: 23px;
  height: 21px;
  background: url("../images/subs-mail-icon.png") left center no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
footer .subscription-block .textbox {
  height: 30px;
  width: calc(100% - 90px);
  float: left;
  padding-right: 15px;
  border: 0;
  border-bottom: solid 1px #ed1d24;
  outline: none;
}
footer .subscription-block .subscribe-btn {
  width: 90px;
  height: 30px;
  float: left;
  background: #ed1d24;
  font-family: "DroidSans";
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 27px;
  letter-spacing: 1px;
  padding: 0;
  margin: 0;
}
footer .foot-botton-sec {
  float: left;
  width: 100%;
}
footer .social-media-block {
  float: left;
  width: 50%;
  padding-left: 20px;
  display: none;
}
footer .social-media-block ul {
  margin-top: 10px;
}
footer .social-media-block li {
  float: left;
  padding: 0;
  margin: 0 5px;
}
footer .social-media-block li a {
  float: left;
  width: 25px;
  height: 25px;
  background: #2e4f9c;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding: 0;
}
footer .social-media-block li a:hover {
  background: #ee1d28;
}
footer .made-by-col {
  float: right;
  /*width:50%;*/
  width: 100%;
  text-align: right;
  position: relative;
  padding-right: 20px;
  padding-top: 12px;
}
footer .made-by-col:before {
  content: "";
  background: #ee1d28;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 45px;
}
footer .made-by-col a {
  color: #333;
}
footer .made-by-col a:hover {
  color: #2e4f9c;
}
.erroemsg {
  background: #ed1d24;
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 12px;
  color: #fff;
  padding: 3px 8px;
}
.erroemsg::before {
  width: 12px;
  height: 12px;
  background-color: #ed1d24;
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(47deg);
  top: -7px;
}
/*===== End Footer ==================*/
/*======start Project Detail==============*/
.project-banner {
  margin: 0 0 0 0;
}
.project-banner img {
  width: 100%;
}
.project-detail-section-01 {
  padding: 30px 0 48px 0;
}
.col-left-pd-section {
  float: left;
  width: 50%;
}
.inn-left-pd {
  padding: 0 43px 0 0;
}
.acid-storage-title {
  width: 100%;
  display: inline-block;
  margin: 11px 0 31px 0;
}
.as-img {
  float: left;
  width: 9%;
}
.as-text {
  width: 91%;
  float: left;
  padding-left: 0;
  font-family: "ProximaNova-Bold";
  font-size: 30px;
}
.col-right-pd-section {
  float: left;
  width: 50%;
}
.inn-right-pd {
  padding: 14px 0 0 26px;
}
.right-pd-title {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
}
.si-section {
  padding: 0px 0 40px 0;
  border-bottom: 1px solid #b7b7b7;
}
.si-section ul {
  margin-top: 33px;
}
.major-work-sec {
  margin-top: 33px;
  padding: 0px 0 40px 0;
  border-bottom: 1px solid #b7b7b7;
}
.si-section li {
  float: left;
  list-style: none;
  text-align: center;
  margin: 0 8px;
}
.si-img {
  height: 55px;
}
.major-work-sec ul {
  width: 100%;
  float: left;
}
.major-work-sec li {
  width: 50%;
  float: left;
  position: relative;
  list-style: none;
  font-family: "DroidSans";
  font-size: 16px;
  padding: 20px 10px 0px 20px;
}
.major-work-sec li:before {
  background: url(../images/r-bullet.jpg) no-repeat;
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
}
.je-logo {
  border: 1px solid #b7b7b7;
  padding: 5px;
  width: 150px;
  float: left;
}
.target-com-sec {
  margin-top: 33px;
}
.targetted-com-block {
  float: left;
  margin-left: 35px;
  padding-top: 23px;
  display: none;
}
.targetted-com-block span {
  font-size: 20px;
  font-family: "ProximaNova-Bold";
}
.targetted-com-block span:nth-child(1) {
  margin-top: 10px;
}
.targetted-com-block span:nth-child(2) {
  display: none;
}
.major-work-sec ul:nth-child(3) {
  padding-left: 40px;
}
.gallary-section {
  border-top: 1px solid #cccccc;
  padding-bottom: 80px;
}
.inner-gallery-section {
  margin-top: -1px;
}
.main-gallery-section {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 45px;
}
#project-photogallery-slider .image-col img {
  border: 5px solid transparent;
}
#project-photogallery-slider .image-col img:hover {
  border: 5px solid #ff0000;
}
#project-photogallery-slider .image-col img {
  width: auto;
}
#about-photogallery-slider .owl-dots {
  display: none !important;
}
.main-laction-form-section {
  margin-top: -1px;
}
.locate-form-section {
  border-top: 1px solid #cccccc;
}
.left-location-area {
  width: 50%;
  float: left;
  padding-right: 40px;
}
.right-location-area {
  float: left;
  width: 50%;
  padding-left: 40px;
  /*float: none;
    width: 90%;
    padding-left: 0;
    margin: 0 auto;*/
}
/*.inn-loc-form-block{
	padding-left:80px;
}*/
.locate-form-section .heading-03 {
  margin-bottom: 35px;
}
.locate-form-section #map_canvas {
  float: left;
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.contact-box label,
.contact-box1 label {
  font-size: 16px;
  width: 100%;
  font-family: "ProximaNova-Regular";
  color: #333333;
  font-weight: normal;
}
.contact-box input,
.contact-box select,
.contact-box .landline-code,
.contact-box1 .message-box {
  border: 0 none;
  border-bottom: 1px solid #cccccc;
  outline: none;
  color: #333333;
  width: 100%;
  padding: 5px 0;
  height: 38px;
}
.contact-box1 input {
  border: 0 none;
  border-bottom: 1px solid #cccccc;
  outline: none;
  color: #000000;
  width: 100%;
  padding: 5px 0;
}
.contact-box1 .message-box {
  height: auto;
}
.errormsg {
  display: none;
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  color: #ff0000;
}
.contact-box li {
  width: 50%;
  float: left;
  list-style: none;
  position: relative;
  padding-bottom: 30px;
}
.contact-box1 li {
  list-style: none;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.contact-box li:first-child {
  padding-right: 20px;
}
.contact-box li:nth-child(2) {
  padding-left: 20px;
}
.contact-box1 input[type="name"] {
  background: url(../images/name-icon.png) no-repeat;
  background-position: center right;
}
.contact-box input[type="email"] {
  background: url(../images/emailid-icon.png) no-repeat;
  background-position: center right;
}
.contact-box input[type="number"] {
  background: url(../images/phone-icon.png) no-repeat;
  background-position: center right;
}
.contact-box input[type="text"] {
  background: url(../images/com-name-icon.png) no-repeat;
  background-position: right 1px;
}
.contact-box input[type="text"].contact-number {
  /*width: 90%;*/
  width: calc(100% - 40px);
  background: url(../images/phone-icon.png) no-repeat;
  background-position: center right;
}
.contact-box .landline-code {
  width: 40px;
  line-height: 28px;
}
.contact-box select {
  display: inline-block;
  width: 100%;
  /*color: #adadad;*/
  font-size: 16px;
  font-family: "ProximaNova-Regular";
  background: url(../images/select-icon.png) no-repeat scroll 98% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 0;
}
.g-recaptcha {
  position: relative;
  display: inline-block;
  width: 100%;
}
.inn-loc-form-block input[type="submit"] {
  background: #fff;
}
.inn-loc-form-block input[type="submit"]:hover {
  background: #ee1d28;
}
.jon-address-section li {
  list-style: none;
  padding: 25px 0 0 0;
}
.r-add-text h5 {
  font-family: "ProximaNova-Bold";
  font-size: 20px;
  text-transform: uppercase;
}
.r-add-text p {
  font-size: 16px;
  font-family: "ProximaNova-Regular";
  margin-top: 7px;
  margin-bottom: 0;
  line-height: 22px;
  color: #333333;
}
.l-add-img {
  width: 5%;
}
.r-add-text {
  width: 95%;
  padding-left: 25px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #adadad;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #adadad;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #adadad;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #adadad;
}
/*======End Project Detail==============*/
/*======start Hse Page==============*/
.main-hse-section {
  margin-top: 10px;
}
.hse-left-col,
.hse-right-col {
  float: left;
  width: 50%;
}
.hse-left-col {
  padding-right: 40px;
}
.hse-img-block {
  position: relative;
}
.hse-img-block img {
  width: 100%;
}
.hse-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 60px 60px;
}
.hse-title-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.hse-title-container {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: solid 2px #ffffff;
}
.hse-left-col .containt-block {
  float: left;
  width: 100%;
  border: 0;
  color: #ffffff;
  text-align: center;
  padding: 0;
  font-family: "ProximaNova-Bold";
  font-size: 45px;
  line-height: 54px;
}
.hse-info-block {
  padding-left: 40px;
}
.hse-info-block p {
  color: #333333;
  font-family: "DroidSans";
  /*font-weight:bold;*/
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 11px;
}
.hse-info-block li {
  position: relative;
  list-style: none;
  font-family: "DroidSans";
  font-size: 14px;
  padding: 20px 0 0px 20px;
}
.hse-info-block li:before {
  background: url(../images/hse/b-bullet.png) no-repeat;
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
}
.quality-section02 {
  margin-top: 67px;
}
.quality-left-col {
  padding-right: 40px;
  float: left;
  width: 50%;
}
.quality-right-col {
  padding-left: 40px;
  float: left;
  width: 50%;
}
.quality-img-block {
  position: relative;
}
.quality-img-block img {
  width: 100%;
}
.quality-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 60px 60px;
}
.quality-title-wrapper {
  width: 100%;
  height: 100%;
  display: table;
}
.quality-title-container {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: solid 2px #ffffff;
}
.quality-img-block .containt-block {
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0;
  font-family: "ProximaNova-Bold";
  font-size: 45px;
  line-height: 54px;
}
.quality-info-block p {
  color: #333333;
  font-family: "DroidSans";
  /*font-weight: bold;*/
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 11px;
}
.quality-info-block li {
  position: relative;
  list-style: none;
  font-family: "DroidSans";
  font-size: 14px;
  padding: 20px 0 0px 20px;
}
.quality-info-block li:before {
  background: url(../images/hse/b-bullet.png) no-repeat;
  position: absolute;
  top: 28px;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
}
.main-achievement-section {
  border-top: 1px solid #cccccc;
  margin-top: 91px;
}
.achievement-section {
  margin-top: -1px;
}
#hse-achievements-slider {
  margin-top: 37px;
  padding: 0 75px;
}
.achievement-section .owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
}
#hse-achievements-slider .owl-dots,
#project-photogallery-slider .owl-dots {
  display: none !important;
}
#hse-achievements-slider .owl-controls,
#project-photogallery-slider .owl-controls {
  margin-top: 0;
  display: none;
}
#hse-achievements-slider .owl-nav,
#project-photogallery-slider .owl-nav {
  position: absolute;
  width: 100%;
  top: 42%;
  left: 0;
  right: 0;
}
#hse-achievements-slider .owl-prev,
#project-photogallery-slider .owl-prev {
  float: left;
}
#hse-achievements-slider .owl-next,
#project-photogallery-slider .owl-next {
  float: right;
}
#project-photogallery-slider .owl-prev {
  margin-left: -70px;
}
#project-photogallery-slider .owl-next {
  margin-right: -50px;
}
/*======start CSR Page==============*/
.csr-banner-section {
  background: #3056b2;
  padding: 80px 0 260px 0;
}
.inner-csr-banner-info {
  width: 755px;
  margin: 0 auto;
}
.inner-csr-banner-info h1,
.inner-csr-banner-info h3 {
  text-align: center;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  color: #ffffff;
}
.inner-csr-banner-info h1 {
  font-size: 73px;
}
.inner-csr-banner-info h3 {
  font-size: 30px;
}
.inner-csr-banner-info p {
  font-family: "DroidSans";
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  margin-top: 42px;
}
.recent-activity-section {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.recent-activity-section .banner-image-col {
  position: relative;
  box-shadow: 0px 0px 25px #353535;
}
.recent-activity-section .banner-controls {
  width: 100%;
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
}
.recent-activity-section .banner-controls .arrow-btn a {
  width: 45px;
  height: 45px;
  line-height: 50px;
  background: #dedede;
  color: #333;
  font-size: 17px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
}
.recent-activity-section .banner-controls .arrow-btn a:hover {
  background: #ee1d28;
  color: #fff;
}
.recent-activity-section .banner-controls .prev-arrow {
  float: left;
  margin-left: -100px;
}
.recent-activity-section .banner-controls .next-arrow {
  float: right;
  margin-right: -100px;
}
.inner-ra-block {
  margin-top: -221px;
}
.inner-ra-block h4 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-bottom: 32px;
}
.ra-section {
  padding: 37px 0 0 20px;
}
.ra-section h2 {
  font-size: 45px;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-top: 13px;
}
.ra-section p {
  margin-top: 32px;
  font-size: 16px;
  font-family: "DroidSans";
}
.rafimg {
  display: none;
}
.rafimg li {
  list-style: none;
  float: left;
  padding: 0 8px;
  width: 25%;
}
.rafimg li img {
  width: 100%;
}
#csr-image-slider {
  float: left;
  width: 100%;
}
#csr-image-slider .csr-slider-image {
  border: 5px solid transparent;
}
#csr-image-slider .csr-slider-image:hover {
  border: solid 5px #ee1c27;
}
#csr-image-slider .owl-controls {
  margin-top: 20px;
  /*display:none;*/
}
#csr-image-slider .owl-dots {
  display: none !important;
}
/******Start Resources Page Css*******/
.inner-resources-title {
  display: table;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0;
}
.resources-left-col {
  padding-left: 90px;
  width: 15%;
  display: inline-block;
}
.resources-left-col a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 13px;
}
.resources-left-col a:hover,
.resources-right-col a:hover {
  border-bottom: 2px solid #ff0000;
}
.resources-left-col.resource-active a,
.resources-right-col.resource-active a {
  border-bottom: 2px solid #ff0000;
}
.resources-left-col span {
  text-align: center;
}
.resources-left-col a .title-img-01 {
  background: url(../images/resources/equipment-icon.png) no-repeat;
  width: 42px;
  height: 32px;
  margin: 0 auto;
  float: none;
  display: inherit;
}
.resources-left-col a:hover .title-img-01 {
  background: url(../images/resources/equipment-ho-icon.png) no-repeat;
}
.resources-left-col.resource-active a .title-img-01 {
  background: url(../images/resources/equipment-ho-icon.png) no-repeat;
}
.resources-left-col h4 {
  text-align: center;
  font-family: "ProximaNova-Bold";
  color: #333333;
  text-transform: uppercase;
  margin-top: 17px;
  display: inline-block;
}
.resources-left-col a:hover h4,
.resources-right-col a:hover h4 {
  color: #ee1d28;
}
.resources-left-col.resource-active a h4,
.resources-right-col.resource-active a h4 {
  color: #ee1d28;
}
.resources-midd-col {
  width: 68%;
  display: inline-block;
  position: relative;
  top: -14px;
}
.resources-midd-col h1 {
  text-align: center;
  font-family: "ProximaNova-Bold";
  text-transform: uppercase;
  margin-top: 21px;
}
.resources-midd-col span.heading-line {
  margin: 0 auto;
  display: flex;
  float: inherit;
}
.resources-right-col {
  width: 15%;
  display: inline-block;
  padding-right: 90px;
  float: right;
}
.resources-right-col span {
  text-align: center;
}
.resources-right-col h4 {
  text-align: center;
  font-family: "ProximaNova-Bold";
  color: #333333;
  text-transform: uppercase;
  margin-top: 17px;
  display: inline-block;
}
.resources-right-col a .title-img-02 {
  background: url(../images/resources/manpower-icon.png) no-repeat;
  width: 58px;
  height: 33px;
  margin: 0 auto;
  float: none;
  display: inherit;
}
.resources-right-col a:hover .title-img-02 {
  background: url(../images/resources/manpower-ho-icon.png) no-repeat;
}
.resources-right-col.resource-active a .title-img-02 {
  background: url(../images/resources/manpower-ho-icon.png) no-repeat;
}
.resources-right-col a {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-bottom: 13px;
}
.inner-left-content .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  background: #3056ac;
  color: #ffffff;
  font-family: "ProximaNova-Regular";
  font-weight: normal;
  border-left: 2px solid #ffffff;
  text-align: center;
}
.inner-left-content .table > thead > tr > th:nth-child(1) {
  text-align: left;
}
.inner-left-content .table > thead > tr > th:nth-child(2) {
  /* border-left:2px solid transparent; */
}
.inner-left-content .table > tbody > tr > td {
  text-align: center;
  padding: 11px 8px;
  font-family: "DroidSans";
  font-size: 14px;
}
.inner-left-content .table > tbody tr:last-child {
  border-bottom: 1px solid #cccccc;
}
.inner-left-content .table > tbody > tr > td:nth-child(1) {
  text-align: left;
}
.description-title {
  font-size: 18px;
  font-family: "ProximaNova-Bold";
  color: #3056ac;
}
.main-cranes-resources {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 2px solid transparent;
}
.inner-national-section {
  padding: 29px 43px 29px 39px;
  border: 2px solid transparent;
  bottom: 30px;
  left: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
}
.main-cranes-resources img:nth-child(1) {
  display: inline-block;
}
.main-cranes-resources img:nth-child(2) {
  display: none;
}
.main-cranes-resources:hover img:nth-child(2) {
  display: inline-block;
}
.main-cranes-resources:hover img:nth-child(1) {
  display: none;
}
.cranes-title {
  position: absolute;
  top: 0;
  transform: translate(6%, 17%);
  left: 0;
  color: #fff;
  width: 90%;
  text-align: center;
  height: 100px;
  line-height: 100px;
  border: 1px solid transparent;
  font-size: 16px;
}
.cranes-title:hover {
  border: 1px solid #ffffff;
}
.resp-tab-active .cranes-title {
  border: 1px solid #ffffff;
}
.resp-tab-active .main-cranes-resources img:nth-child(2) {
  display: inline-block;
}
.resp-tab-active .main-cranes-resources img:nth-child(1) {
  display: none;
}
.left-content-col {
  width: 62.6%;
  display: inline-block;
  padding-right: 60px;
}
.right-content-col {
  width: 37%;
  display: inline-block;
  vertical-align: top;
}
.gallary-title h3 {
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.c-gallery-section li {
  list-style: none;
  display: inline-block;
  margin: 0 5.7px 12px 5.7px;
}
.project-detail-section-01 .scrollbox {
  height: 350px;
}
.projects-tab-section .project-details-col.Project_LEFT {
  width: 75%;
}
.projects-tab-section .project-info-col.Project_RIGHT {
  width: 25%;
}
#consolPopup {
  display: none;
  width: 400px !important;
  margin: 0;
  padding: 0;
}
#consolPopup h1 {
  text-align: center;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  background: #3275ae;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3275ae 0%, #005093 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #3275ae),
    color-stop(100%, #005093)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3275ae 0%, #005093 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3275ae 0%, #005093 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3275ae 0%, #005093 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3275ae 0%, #005093 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3275ae', endColorstr='#005093', GradientType=0);
  /* IE6-9 */
}
#consolPopup p {
  padding: 10px;
}
.fancybox-skin {
  padding: 0 !important;
}
#our-management-slider .owl-nav {
  display: none;
}
.InputEmail_subscribe_erroemsg {
  position: absolute;
  bottom: -20px;
  font-size: 12px;
  color: #ff0000;
}
.mt-4 {
  margin-top: 2rem;
}
.location-title-inner {
  font-size: 18px !important;
}
.contact-info-col.offices-address {
  margin: 0;
  padding: 2rem 0;
}
.mt-110 {
  margin-top: 110px !important;
}
