.sec-2 .articles h2:after {
    content: "";
  display: block;
  width: 230px;
height: 5px;
  background: #1e7011;
 background: -moz-linear-gradient(left, rgba(255,185,16,1) 0%, rgba(255,185,16,1) 67%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(left, rgba(255,185,16,1) 0%,rgba(255,185,16,1) 67%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,185,16,1) 0%,rgba(255,185,16,1) 67%,rgba(255,255,255,0) 100%); 
   }

.gform_validation_container {display: none !important;}
.case-study-link {
  text-align: right;
  float: right;
  color: #1E2C55;
  transition: all 0.3s ease-in-out;
    font-size: 16px;
}
.case-study-link:hover {
 color: #00aad7; 
}
.single-service .main-content {
  padding-right: 30px;
}
.about {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  
}
.about.side-list {
  margin-top: 0;
  padding: 0 0 20px 0;
  border-width: 0px;
  background-color: #fff;
}


.about.side-list ul li:before {
top: 0;
 padding-top: 40px;
}

.about.side-list h2 {
  color: #1E2C55;
  font-size: 24px;
}
/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 560px;
  /*define the height of slide*/
  transition: height 0.3s ease;
}
#home-slider .row {
  height: 100%;
}
#home-slider .row .slider-caption {
 /* position: absolute;
  top: 50%;
left: 10%;*/
  width: 100%;
  max-width: 520px;
  padding: 120px 15px 20px 0;
 /* text-align: center;*/
  text-align: left;
  /*-ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
 /*background-color: rgba(0,73,124,0.7);*/
}
#home-slider .row .slider-caption h3 {
  font: 700 58px/1.4 "Lato", sans-serif;
  color: #fff;
  text-shadow: ;
   margin-bottom: 0;
  text-transform: uppercase;
}

#home-slider .row .slider-caption p {
  font: 700 42px/1.4 "Lato", sans-serif;
  color: #fff;
  text-shadow: ;
   margin-bottom: 20px;
}
#home-slider .row .slider-caption a {
 display: inline-block;
  font: 700 18px/1 "Lato", sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 30px;
 border: 2px solid #FFB910;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(0,0,0,0.5);

}
#home-slider .row .slider-caption a:hover {
  background-color: #FFB910;
}
.slick-prev, .slick-next {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.slick-prev:hover, .slick-next:hover {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
  #home-slider .row {
    height: 100%;
  }
  #home-slider .row .slider-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 500px;
    padding: 5px 10px 15px;
    text-align: center;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #home-slider .row .slider-caption p, #home-slider .row .slider-caption h3 {
    font: 400 28px/1.5 "Lato", sans-serif;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  #home-slider .row .slider-caption a {
    display: inline-block;
    font: 700 16px/1 "Lato", sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 30px;
   /* border: 2px solid #fff;
    border-radius: 10px;*/
  }
 
}
@media only screen and (max-width: 634px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
----------------------------------------- */
.gform_wrapper ul {
  list-style: none;
}
.gform_fields {
  margin: 0;
}
.gfield {
  list-style: none;
  margin-bottom: 20px;
}
.gfield_label {
  display: none;
}
.ginput_container ul {
  margin-left: 0;
}
.gfield_error input, .gfield_error textarea {
  border-color: red !important;
}
.gfield_description {
  margin-top: 10px;
}
.gform_confirmation_message {
  margin-bottom: 15px;
}
.gform_footer {
  text-align: center;
  /*aligning of submit button*/
}
.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red;
}
.validation_message {
  margin-bottom: 10px;
  color: #990000;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
html, body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  position: static;
}

.row {
  max-width: 1200px;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  /* STYLES GO THERE */
  margin-bottom: 0;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #1E2C55;
  color: #fff;
  font-family: "Lato", sans-serif;
  transition: all 0.3s ease;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #002b49;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #3f4b51;
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: inherit;
}
h4 {
  font-weight: 700;
}
h2 {
	font-weight: 600;
}
h5 {
  font-size: 28px;
  font-weight: 400;
  color: #5C6FA5;
}
/* Services detail */
.single-service h2, .about-page h2, .main-content h2, h2 {
 font-size: 26px; 
  color: #1E2C55;
}
h1 {
  /*basic heading styles*/
}

h2 {
  /*basic heading styles*/
}

h3 {
  /*basic heading styles*/
  font: 400 18px/22px "Lato", sans-serif;
}

h4 {
  /*basic heading styles*/
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  /*basic paragraph styles*/
}
p:empty {
  display: none;
}
p a {
 /* text-decoration: underline;*/
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #5C6FA5;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #1E2C55;
  outline: none;
}

.sec-general {
  padding: 20px 0;
}

.no-pd.columns {
  padding: 0;
}

/* _____  More link _____*/
.more-link span {
  text-decoration: none;
  display: inline-block;
  float: right;
}

/* ------------------------------------
    Basic Styles
------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Button additional styles */
.button {
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

/* Align Middle */
.align-middle {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #1E2C55;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

/* ------------------------------------
    Align middle content in grid
------------------------------------- */
.pm-table {
  font-size: 0;
}

.pm-table-cell {
  display: inline-block;
  float: none;
  vertical-align: top;
}

#home-slider .slick-slide, .sec-1 .sec-img, .serv-p .serv-item .serv-img, .sector-p .sector-item .sector-img, .case-p .case-item .case-img, .proj-p .bg-img, .news-p .serv-item .serv-img {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.singl-top-sec .slick-slide {
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  background-color: #1E2C55;
  border-bottom: 4px solid #1e2c55;
}
.logo img {
  max-height: 150px;
  padding-top: 10px;
}
.header .header-right {
  padding-top: 20px;
}
.header .header-contact {
  font-size: 17px;
  font-weight: 400;
  color: #fff;
}
.header .header-contact .hd-tel a, .header .header-contact .hd-mail a, .header .header-contact .hd-twitter a  {
 /* font-weight: bold;*/
  color: #fff;
 padding-left: 10px;
}
.header-contact .hd-tel:before, .header-contact .hd-mail:before, .header-contact .hd-twitter:before {
 font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
 color: #ffb910;
  font-size: 20px;
  top: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header-contact .hd-tel:before {
  content: "\f095";
}
.header-contact .hd-mail:before {
  content: "\f003";
}
.header-contact .hd-twitter:before {
  content: "\f099";
}
.header .header-contact .hd-tel a:hover, .header .header-contact .hd-mail a:hover, .header .header-contact .hd-twitter a:hover {
 color: #FFB910 !important; 
}
.header-contact .hd-space {
 padding: 0 20px 3px; 
  font-size: 14px;
  color: #686868;
}
.header .bg_col {
  background-color: #fff;
  position: relative;
}
.header .bg_col:before {
  position: absolute;
  display: block;
  content: '';
  height: 34px;
  width: 1000px;
  background-color: #fff;
  left: -1000px;
  bottom: 0;
}
.header .bg_col:after {
  position: absolute;
  display: block;
  content: '';
  height: 34px;
  width: 1000px;
  background-color: #fff;
  right: -1000px;
  bottom: 0;
}

/* ------------------------------------
    Content Styles
------------------------------------- */
/*______ Titles ______*/
.title-main {
  font: 400 42px/1.2 "Lato", sans-serif;
  text-align: center;
  color: #1E2C55;
}
h1.title-main:after {
    content: "";
    display: block;
    width: 230px;
    height: 5px;
    background: #1e7011;
    background: -moz-linear-gradient(left, rgba(255,185,16,1) 0%, rgba(255,185,16,1) 67%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,185,16,1) 0%,rgba(255,185,16,1) 67%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,185,16,1) 0%,rgba(255,185,16,1) 67%,rgba(255,255,255,0) 100%);
}

.title-main p {
  margin-bottom: 0px;
  line-height: 1.4;
  font-size: 38px;
}
.page-title {
  padding: 50px 0 45px 0;
  text-align: left;
  text-transform: uppercase;
  font: 400 30px/40px "Lato", sans-serif;
  color: #1E2C55;
}
.title-top-page {
  padding: 50px 0 0 0;
}
.title-top-page .title-main {
  text-align: left;
/*  text-transform: uppercase;*/
}
.title-top-page p {
  font-size: 20px;
  color: #3f4b51;
}
/* Blog page */
.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.posts-list .entry-meta {
  margin-bottom: 0;
}
.posts-list #searchform {
  margin-bottom: 40px;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #1E2C55;
}
.not-found .label:hover {
  background-color: #003153;
  color: #fff;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}


.about-page p {
  font-size: 16px;
}
/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
/* Section 1 */
.sales-message {
padding-bottom: 20px;
   background: #fff;
}
.text-row {
  padding-top: 50px;
  max-width: 1000px;
  margin: 0 auto;
}
.text-row h3 {
  color: #1E2C55;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.text-row p {
  font-size: 20px;
}

.sec-1 {
  padding-top: 30px;
}
.sec-1 .sec-img {
  min-height: 250px;
}
.sec-1 .desc {
  padding: 25px;
  background-color: #1e2c55;
  color: #fff;
  position: relative;
}
.sec-1 .desc h4{
  font-size: 17px;
  margin-bottom: 0;
  text-shadow: ;
}
.sec-1 .desc a {
  position: absolute;
  font: 400 16px/1 "Lato", sans-serif;
  color: #fff;
  bottom: 10px;
  left: 15px;
}
/*.sec-1 .desc a:hover {
  color: #FFB910;
}*/
.sec-1:hover .desc {
 background-color: #5C6FA5; 
}
/* Section 2 */
.sec-2 .articles h2 {
 padding-left: 15px; 
  padding-top: 30px;
  color: #1E2C55;
  font-size: 36px;
  font-weight: 700;
}
.sec-2 .articles {
  padding: 25px 0;
}
.sec-2 .articles .wrapper {
  padding: 15px 0;
}
.sec-2 .articles .art-desc {
  text-align: left;
}
.sec-2 .articles .art-desc h3 {
  font: 700 26px/1.5 "Lato", sans-serif;
  color: #1E2C55;
}
.sec-2 .articles .art-desc h4 {
  font: 400 20px/1.5 "Lato", sans-serif;
  color: #3f4b51;
}
.sec-2 .articles .art-desc p, .sec-2 .articles .art-desc a {
  font-size: 18px;
}
.sec-2 .articles .art-desc a.art-link {
  float: left;
}
.sec-2 .articles .pm-table {
  padding-bottom: 30px;
}
/* New home button */
.sec-2 .articles .art-desc a.art-link {
  transition: all 0.3s ease-in-out;
  color: #5C6FA5;
   text-decoration: none;
  font: 400 16px/1 "Lato", sans-serif;
padding-top: 10px;
}
.sec-2 .articles .art-desc a.art-link:hover{
  color: #1E2C55;
   text-decoration: underline;
}
.sec-2 .articles .art-desc a.art-link i {
 padding-left: 5px; 
}
.sec-2 .icon-row {
background-color: #f7f7f7;
  color: #686868;
  padding: 50px 0;
}
.sec-2 .icon-row .icon-image {
    width: 70px;
  margin: 0 auto;
}
.sec-2 .icon-row .icon-title {
 font-size: 20px;
   text-transform: uppercase;
  color: #1e2c55;
  padding: 20px 0;
}
.sec-2 .icon-row .icon-link {
 font-size: 14px;
   text-transform: uppercase;
  width: 100px;
  background-color: #525357;
  margin: 0 auto;
  padding: 4px 10px;
  }
.sec-2 .icon-row .icon-link a {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
.icon-row-border {
 border-left: 1px solid #ccc; 
  }
  .icon-row-border:last-child {
 border-right: 1px solid #ccc; 
}
}
@media only screen and (max-width: 1024px) {
.icon-row-border {
  margin-bottom: 40px;
}
}

.icon-row-border:hover .icon-link {
background-color: #FFB910;
}
/*---------------------------------------
	TMPL: Service Page
---------------------------------------*/
.serv-p {
  /*padding-bottom: 15px;*/
}
.serv-p .serv-item, .news-p .serv-item {
  padding: 20px 0;
}

.serv-p .serv-item .serv-img  {
  position: relative;
  min-height: 306px;
}
 .news-p .serv-item .serv-img  {
  position: relative;
  min-height: 280px;
}
.serv-p .serv-item .serv-img .title-opac {
  position: absolute;
  display: inline-block;
  background-color: #1E2C55;
  padding: 18px;
  bottom: 0;
  width: 100%;
}
.serv-p .serv-item .serv-img .title-opac h4, .serv-p .serv-item .serv-img .title-opac h2 {
  margin: 0;
    padding: 0;
  color: #fff;
  font: 400 21px/1 "Lato", sans-serif;
  text-transform: uppercase;
}
.serv-p .serv-item .desc, .news-p .serv-item .desc {
  padding: 15px 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
  }
 .news-p .serv-item .desc {
  padding: 15px 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 65px;
  background-color: #f7f7f7;
  }
.serv-p .serv-item .desc .more-link, .grid-page .more-link {
  transition: all 0.3s ease-in-out;
  position: absolute;
  color: #5C6FA5;
  float: right;
  text-decoration: none;
  font: 400 16px/1 "Lato", sans-serif;
  bottom: 10px;
  right: 15px;
 }
.serv-p .serv-item .desc .more-link i, .grid-page .more-link i {
  padding-left: 5px;
}
.serv-p .serv-item .desc .more-link:hover, .grid-page .more-link:hover {
  color: #1E2C55;
  text-decoration: underline;
}
.news-p .serv-item .desc .more-link i {
  display: none;
}
.news-p .news-more {
 border: 1px solid #1e2c55;
  padding: 5px 20px;
  color: #1e2c55;
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.news-p .news-more:hover {
color: #fff;
  background-color: #1e2c55;
}
.products-image {
 height: 200px; 
  position: relative;
background-position: 50% 50%;
  background-repeat: no-repeat;
background-size: cover;
  margin-bottom: 5px;

}
.products-image-row {
   border-bottom: 10px solid #1E2C55; 
}
.products-image h1 {
 color: #fff; 
  font-size: 42px;
  font-weight: 700;
  position: absolute;
  bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*---------------------------------------
	TMPL: Case studies Page
---------------------------------------*/
.case-p .case-item {
  padding: 0 0 30px 0;
}
.case-p .case-item .case-img {
  position: relative;
  min-height: 306px;
}
.case-p .case-item .desc {
  padding: 15px;
  position: relative;
  background-color: #EAEAEA;
}
.case-p .case-item .desc .title {
  font: 400 22px/1 "Lato", sans-serif;
  color: #3f4b51;
}
.case-p .case-item .desc h3 {
  margin-top: 5px;
  font-size: 16px;
}
.case-p .case-item .desc .more-link {
  transition: all 0.3s ease-in-out;
  position: absolute;
  color: #1E2C55;
  float: right;
  text-decoration: none;
  font: 400 14px/1 "Lato", sans-serif;
  bottom: 15px;
  right: 15px;
}
.case-p .case-item .desc .more-link:hover {
  color: #00AAD7;
}

.sngl-case .row-padding {
  padding: 0 0 30px 0;
}
.sngl-case h4 {
  font-size: 1.2rem;
}
.sngl-case h2 {
 font-size: 1.4rem;
  color: #1E2C55;
  }
/*---------------------------------------
	TMPL: Project Page
---------------------------------------*/
.proj-p {
 /* padding-bottom: 15px;*/
}
.proj-p .bg-img {
  position: relative;
  min-height: 306px;
}
.proj-p .project {
  width: 100%;
  padding: 15px 0;
  float: left;
}
.proj-p .project .bg-img {
  position: relative;
}
.proj-p .project .bg-img .title-opac {
  position: absolute;
  display: inline-block;
  background-color: #1E2C55;
  padding: 18px;
  bottom: 0;
  width: 100%;
}
.proj-p .project .bg-img .title-opac h4 {
  color: #fff;
  font: 400 24px/1 "Lato", sans-serif;
  margin: 0;
  padding: 0;
}
.proj-p .project .desc {
  padding: 15px 15px 0 30px;
  background-color: #f7f7f7;
}
.proj-p h5 {
  font-size: 20px;
  margin-bottom: 0;
  color: #1E2C55;
}
/* Refurbished units */
.page-id-1226 .proj-p .project .bg-img .title-opac {
 display: none; 
}
.page-id-1226 h2 {
 font-size: 28px; 
  color: #1E2C55;
}
/* Grid Page */

.grid-page h2 {
  color: #1e2c55;
  font-size: 24px;
  line-height: 1.2;
  /*margin: 0;*/
}
.grid-page p {
 margin-bottom: 30px; 
}
.grid-page .serv-item .serv-img {
  position: relative;
  min-height: 280px;
}
.grid-page .serv-item .serv-img .title-opac {
  position: absolute;
  display: inline-block;
  background-color: #1E2C55;
  padding: 18px;
  bottom: 0;
  width: 100%;
}
.grid-page .desc {
  background-color: #f6f6f6;
  padding: 18px 18px 10px;
  position: relative;
 }
.grid-page .serv-item {
 margin-bottom: 20px; 
}
.page .about-p {
 padding-bottom: 50px; 
}
/*---------------------------------------
	TMPL: Contact Page
---------------------------------------*/
.contact-p .bg-color {
  background-color: #f7f7f7;
}
.contact-p .bages {
  padding-bottom: 40px;
}
.contact-p .bages .round {
  position: relative;
  width: 80px;
  height: 80px;
  padding: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #1e2c55;
}
.contact-p .bages .round img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-p .bages h2, .contact-p .bages h4 {
  font: 400 24px/1 "Lato", sans-serif;
  color: #3f4b51;
}
.contact-p .bages p {
  font: 400 18px/1.3 "Lato", sans-serif;
  color: #3f4b51;
  word-wrap: break-word;
}
.contact-p .bages p a {
  color: #3f4b51;
  text-decoration: none;
}
.contact-p .bages p a:hover {
  color: #5c6fa5;
}
.contact-p .map {
  line-height: 0;
}
.contact-p .map iframe {
  width: 100%;
  height: 364px;
  font-size: 0;
}
/*---------------------------------------
	TMPL: Single Page
---------------------------------------*/
.single-item.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
  display: none !important;
}
.side-list2 {
  float: right;
}
.side-list ul {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 5px;
  list-style: none;
}
 .side-list2 ul {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
.side-list ul li {
  position: relative;
   color: #3F4B51;
margin-bottom: 15px;
  line-height: 1.4;
  font-size: 18px;
  padding-left: 20px;
} 
.side-list2 ul li {
  position: relative;
   color: #3F4B51;
margin-bottom: 15px;
  line-height: 1.4;
  font-size: 18px;
  padding-left: 35px;
} 
.side-list ul li:before {
  content: "\f054";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #5C6FA5;
  font-size: 20px;
  position: absolute;
  left: -5px;
  top: 0;
   padding-top: 24px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.side-list, .side-list2 {
  padding: 0;
  margin-top: 30px;
  background-color: #f7f7f7;
  border: solid 1px #1E2C55;
 }
.side-list .fa { 
padding-right: 30px;
text-align: left;
}

.side-list h2, .side-list2 h2 {
font-size: 24px;
    color: #fff;
  margin-bottom: 0;
}
.side-list-title {
  background-color: #1E2C55;
  padding: 10px 10px 10px 20px;
}
.side-list p a {
  text-decoration: none;
}
.side-list-text, .side-list-text2 {
  padding: 0 20px 10px 20px;
}
.side-list-text2 a {
  color: #1E2C55;
}
.side-list-text2 a:hover {
  text-decoration: underline;
}

.bg-ex-work {
  background-color: #E8e8e8;
  padding: 30px 0;
}
.bg-ex-work .ex-rec-work .read-more {
  float: right;
}

.row-padding-top {
  padding: 30px 0;
}

.row-padding {
  padding: 30px 15px;
}

.singl-top-sec {
  min-height: 100px;
  position: relative;
}
.singl-top-sec .page-title {
  position: absolute;
  bottom: 0;
  font: 400 40px/70px "Lato", sans-serif;
  color: #fff;
  text-shadow: ;
  background-color: #1E2C55;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0 10px;
}

/*---------------------------------------
	STYLE: Contact form
---------------------------------------*/
.contact-p .form .gform_wrapper {
  margin: 80px 0;
}
.contact-p .form .gform_wrapper .top_label .gfield_label {
  display: none;
}
.contact-p .form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.contact-p .form .gform_wrapper textarea.medium {
  border-color: #1E2C55;
}
.contact-p .form .gform_wrapper span.gform_description {
  font: 400 24px/1 "Lato", sans-serif;
  color: #3f4b51;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.contact-p .form .gform_wrapper ul.gform_fields li.gfield {
  padding: 0;
}
.contact-p .form #field_1_1.gfield.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
  width: 49%;
  float: left;
  display: inline-block;
}
.contact-p .form #field_1_2.gfield.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
  width: 49%;
  float: right;
  display: inline-block;
}
.contact-p .form .gform_wrapper .gform_footer input.button, .contact-p .form .gform_wrapper .gform_footer input[type=submit], .contact-p .form .gform_wrapper .gform_page_footer input.button, .contact-p .form .gform_wrapper .gform_page_footer input[type=submit] {
  font: 400 18px/1 "Lato", sans-serif;
  padding: 10px 80px;
  background-color: #fff;
  color: #1E2C55;
  border: 1px solid #1E2C55;
}
.contact-p .form .gform_wrapper .gform_footer input.button:hover, .contact-p .form .gform_wrapper .gform_footer input[type=submit]:hover, .contact-p .form .gform_wrapper .gform_page_footer input.button:hover, .contact-p .form .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background-color: #1E2C55;
  color: #fff;
  border-color: #1E2C55;
}
.contact-p .form .gform_wrapper .gform_footer {
  padding: 0;
  margin: 20px 0 0 0;
}
.contact-p .form .gform_wrapper ul li.gfield {
  clear: none;
}
.contact-p .form .gform_wrapper ul li:after, .contact-p .form .gform_wrapper ul li:before, .contact-p .form .gform_wrapper ul.gform_fields {
  padding: 0 120px;
}
.contact-p .form .gform_wrapper .gform_heading {
  margin-bottom: 0;
}
.contact-p .form .gform_wrapper ul li.gfield {
  margin-top: 5px;
}
.contact-p .form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  display: none;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
 background-color: #1f2329;
  background: -webkit-linear-gradient(#373D48, #1F2329); 
    background: -o-linear-gradient(#373D48, #1F2329); 
    background: -moz-linear-gradient(#373D48, #1F2329);  
    background: linear-gradient(#373D48, #1F2329); 
}
.footer p a {
  color: #fff;
  text-decoration: none;
}
.footer .services-foot {
  padding-left: 150px;
}
.footer .services-foot img {
 max-width: 300px; 
}
.footer .qlink-foot {
  padding-left: 100px;
}
.footer .services-foot p,
.footer .qlink-foot p {
  font: 400 16px/22px "Lato", sans-serif;
  margin-bottom: 5px;
}
.footer .services-foot p a:hover,
.footer .qlink-foot p a:hover {
  text-decoration: underline;
}
.footer .custom-logo {
 max-width:  300px;
}
.footer .add-footer {
  padding-top: 5px;
}
.footer .mail-footer, .footer .tel-footer {
  padding-top: 10px;
}
.footer .foo-title {
  font: 400 24px/30px "Lato", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.footer .foo-add,
.footer .foo-tel,
.footer .foo-mail {
  font: 400 14px/36px "Lato", sans-serif;
  color: #fff;
  position: relative;
  padding-left: 28px;
}
.footer .foo-add:before,
.footer .foo-tel:before,
.footer .foo-mail:before {
 font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.footer .foo-tel a:hover,
.footer .foo-mail a:hover {
  text-decoration: underline;
}
.footer .foo-add:before {
  content: "\f041";
}
.footer .foo-tel:before {
  content: "\f095";
}
.footer .foo-mail:before {
  content: "\f003";
}
.foo-add p, .foo-tel a, .foo-mail a {
  font-size: 16px;
}
.foo-add p, .footer .foo-tel, .footer .foo-mail {
  margin-bottom: 10px;
}
.footer .pre-footer {
  padding-top: 20px;
  background-color: #fff;
}
.footer .pre-footer .col-bord {
  border-right: 2px solid #fff;
  float: left;
  display: inline-block;
}
.footer .pre-footer .col-bord .accred {
  display: inline-block;
  float: right;
  font: 400 30px/70px "Lato", sans-serif;
  color: #fff;
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.footer .pre-footer .col-logo {
  display: block;
}
.footer .pre-footer .col-logo .cont ul {
  display: table;
  width: 100%;
  text-align: justify;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.footer .pre-footer .col-logo .cont ul li {
  display: table-cell;
  text-align: center;
  line-height: 70px;
}
.footer .pre-footer .col-logo .cont ul li img {
  max-height: 70px;
}

.footer .copy {
  text-align: center;
  padding-top: 20px; 
  padding-bottom: 20px;
}
.footer .copy .copy-bord {
  border-top: 1px solid #adadad;
  max-width: 700px;
 }
.footer .copy p, .footer .copy a {
  font: 400 14px/45px "Lato", sans-serif;
  color: #fff;
  margin: 10px 0 0 0;
}
.footer .copy a {
  text-decoration: none;
  line-height: 45px;
}
.footer .copy a:hover {
  text-decoration: underline;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li a {
  display: block;
  padding: 5px 10px;
}
.bottom-footer {
 padding-top: 40px;
  }
.top-footer {
 color: #1E2C55;
  background-color: #f7f7f7;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 26px;
  font-weight: 700;
  border-top: 4px solid #1e2c55;
}
.top-footer a {
  border: 1px solid #1E2C55;
  padding: 5px 15px;
  margin: 5px 0 0 40px;
  font-weight: 700;
  white-space: nowrap;
  color: #1E2C55;
  font-size: 17px;
  text-transform: uppercase;
}
.top-footer a:hover {
  color: #fff;
    background-color: #1e2c55;
}
/* SALES ICONS */
.sales-icons {
 padding: 50px 0; 
  background-color: #f7f7f7;

}
.sales-icon-message {
 position: relative; 
}
.sales-icon-image {
  position: absolute;
}
.sales-icon-text {
  position: relative;
  padding-left: 100px;
  width: 100%;
}
.sales-icon-image img {
 height: 80px; 
}
.sales-icon-text1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #1E2C55;
}
.sales-icon-text2 {
  font-size: 16px;
}
@media only screen and (min-width:1025px){
.sales-icon-message:nth-child(2){
 padding-left: 20px; 
}
  .sales-icon-message:nth-child(3){
 padding-left: 40px; 
}
}
/* GALLERY */
.gallery-img{
	display: block;
	padding-bottom: 66%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
  border: 5px solid #e8e8e8;
}
.gallery-img:hover {
 border: 5px solid #ffb910; 
}
.single_bottom_img {
 margin-bottom: 20px; 
  margin-top: 0;
}
.single_bottom_img .columns {
 margin-bottom: 20px; 
}

/* Emada */
.emada-row {
 padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
.emada-text {
  max-width: 1100px;
}
.emada-row h2 {
  color: #3f4b51;
  font-size: 30px;
}
.emada-row p {
    color: #3f4b51;
  font-size: 20px;
}
.emada-row a {
       font-size: 14px;
    text-transform: uppercase;
        background-color: #525357;
    margin: 0 auto;
    padding: 8px 15px;
  color: #fff;
}
.emada-row a:hover {
        background-color: #ffb910;
}
/* Share buttons */
.heateorSssEmailBackground {
 background-color: #515151 !important;
}
.heateor_sss_sharing_container {
 margin-bottom: 50px;
  margin-top: 20px;
}
div.heateor_sss_horizontal_sharing div {
  float: left;
  line-height: 25px;
  margin-right: 10px;
  padding-top: 5px;
}
.fa-twitter {
 color: #ffb910; 
  border-radius: 15px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  text-align: center;
  padding-top: 4px;
 }
.fa-twitter:hover {
        background-color: #5C6FA5;
}