@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova Lt';
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

* {
  font-family: 'Proxima Nova lt';
}

body {
  color: #000;
}

html {
  /*max-width: 1920px;*/
  margin: 0 auto;
  background: #ddd;
}

.container {
  /*max-width: 1400px;*/
}

a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}

.button {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 4px;
  background: none;
  border: 2px solid #FF5E00;
  color: #FF5E00;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-transform: uppercase;
}
.button:hover {
  text-decoration: none;
  color: #ffffff;
  background: #FF5E00;
}

.slick-slide {
  text-align: center;
}
.slick-slide img {
  margin: 0 auto;
}

.popover-body {
  background: #FF5E00;
  color: #fff;
  border: none;
}

.bs-popover-top .arrow:after {
  border-top-color: #FF5E00;
}

@media (max-width: 1199px) {
  .button {
    font-size: 16px;
    padding: 7px 30px;
  }
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 60px 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
header .logo img {
  width: 185px;
}
header nav {
  float: right;
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 35px;
}
header nav ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
header nav ul li a:hover {
  color: #FF5E00;
  text-decoration: none;
}
header.inner-header {
  position: static;
  background: url(../images/bg-banner1.png) #001F33 center no-repeat;
}

@media (max-width: 1199px) {
  header {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  header .navbar-toggler {
    color: #FF5E00 !important;
    position: absolute;
    top: -36px;
    right: 20px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 30px 0;
  }
  header nav {
    text-align: center;
  }
  header nav ul {
    margin: 20px 0 0;
  }
  header nav ul li {
    margin: 0 10px;
  }
  header .logo img {
    width: 155px;
  }
}
.banner {
  background: url("../images/banner-bg.gif") #001F33 center no-repeat;
  background-size: cover;
  padding: 230px 0 50px;
  color: #fff;
}
.banner h1 {
  font-size: 70px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  font-weight: 700;
}
.banner h2 {
  font-family: 'Proxima Nova Rg';
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 44px;
}
.banner h3 {
  font-size: 38px;
  text-align: center;
}
.banner ul {
  margin: 100px auto 120px;
  padding: 0;
  overflow: hidden;
  width: 1050px;
  max-width: 100%;
}
.banner ul li {
  font-size: 24px;
  list-style: none;
  width: 50%;
  float: left;
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 40px;
}
.banner ul li:before {
  content: "\f00c";
  font: normal normal normal 24px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #FF5E00;
}

.services {
  padding: 80px 0 0;
}
.services h2 {
  text-align: center;
  font-size: 48px;
  margin: 0 0 20px;
}
.services .service-desc {
  text-align: center;
  font-size: 18px;
  /*max-width: 990px;*/
  margin: 0 auto;
}
.services .service-desc b {
  font-family: 'Proxima Nova Rg';
  font-weight: 700;
}
.services .service-details {
  /*max-width: 450px;*/
  /*padding: 140px 0;*/
  padding: 0;
  z-index: 9;
  position: relative;
}
.services .service-item {
  position: relative;
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 100px;
    margin-left: 0px;}


.services .service-item h3 {
  font-size: 32px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
.services .service-item p {
  font-size: 18px;
}
.services .service-item ul {
  margin: 0 0 30px;
  padding: 0;
}
.services .service-item ul li {
  list-style: none;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 18px;
  font-weight: bolder;
}
.services .service-item ul li:before {
  content: "\f00c";
  font: normal normal normal 17px/.8 FontAwesome;
  position: absolute;
  left: 0;
  top: 5px;
  color: #FF5E00;
}
.services .service-item .service-image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  bottom: 0;
  height: 650px;
  margin: auto;
}
.services .service-item .service-image img {
  width: 900px;
}
.services .service-item.left .service-image {
  right: auto;
  left: 0;
}

.latest-projects {
  background: #001F33;
  color: #fff;
  padding: 40px 0;
}
.latest-projects .container-fluid {
  max-width: 1680px;
}
.latest-projects .project-title {
  max-width: 450px;
  padding: 0 20px;
}
.latest-projects .project-title h3 {
  font-size: 48px;
  margin: 0;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
.latest-projects .project-title p {
  margin: 20px 0;
}
.latest-projects .project-item {
  position: relative;
  margin: 20px 0;
}
.latest-projects .project-item figure {
  margin: 0;
}
.latest-projects .project-item .project-desc {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  height: 100px;
}
.latest-projects .project-item .project-desc figure {
  margin: 0;
}
.latest-projects .project-item .project-desc figure img {
  width: 60%;
}
.latest-projects .project-item .project-desc h3 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bolder;
}

.how-to-start {
  padding: 80px 0;
  text-align: center;
}
.how-to-start h3 {
      font-weight: bolder;
  font-size: 48px;
  margin: 0 0 20px;
}
.how-to-start .start-desc {
    font-size: 18px;
    line-height: 27px;  
  margin: 0 0 50px 0;
}
.how-to-start .start-desc b {
  font-family: 'Proxima Nova Rg';
  font-weight: 700;
}
.how-to-start .steps {
  max-width: 350px;
  margin: 0 auto;
}
.how-to-start .steps img {
  max-width: 90px;
  max-height: 90px;
}
.how-to-start .steps h4 {
  color: #FF5E00;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin: 20px 0;
  font-size: 32px;
}
.how-to-start .steps p {
  margin: 0;
}
.how-to-start .start-button {
  margin: 40px 0 0;
}

@media (max-width: 1199px) {
  .banner {
    padding: 200px 0 50px;
  }
  .banner h1 {
    font-size: 60px;
  }
  .banner h2 {
    font-size: 40px;
  }
  .banner h3 {
    font-size: 30px;
  }
  .banner ul {
    width: 850px;
    margin: 50px auto;
  }
  .banner ul li {
    font-size: 22px;
  }

  .services h2 {
    font-size: 40px;
  }
  .services .service-item .service-image {
    height: 400px;
  }
  .services .service-item .service-image img {
    width: 500px;
  }
  .services .service-item h3 {
    font-size: 24px;
  }
  .services .service-item p {
    font-size: 16px;
  }
  .services .service-item ul li {
    font-size: 18px;
  }
  .services .service-details {
    padding: 30px 0;
    max-width: 350px;
  }

  .latest-projects .project-title h3 {
    font-size: 40px;
  }

  .how-to-start h3 {
    font-size: 40px;
  }
  .how-to-start .steps h4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .banner {
    padding: 150px 0 50px;
  }
  .banner h1 {
    font-size: 50px;
  }
  .banner h2 {
    font-size: 28px;
  }
  .banner h3 {
    font-size: 22px;
  }
  .banner ul {
    width: 850px;
    margin: 50px auto;
  }
  .banner ul li {
    font-size: 18px;
  }

  .services .service-item .service-image {
    height: 300px;
  }
  .services .service-item .service-image img {
    width: 350px;
  }
  .services .service-details {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 150px 0 50px;
  }
  .banner h1 {
    font-size: 25px;
  }
  .banner h2 {
    font-size: 17px;
  }
  .banner h3 {
    font-size: 18px;
  }
  .banner ul {
    margin: 40px auto;
    width: 85%;
  }
  .banner ul li {
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 0 0 0 25px;
  }
  .banner ul li:before {
    top: 4px;
    font: normal normal normal 14px/1 FontAwesome;
  }

  .services {
    padding: 30px 0;
  }
  .services h2 {
    font-size: 25px;
  }
  .services .service-desc {
    font-size: 15px;
  }
  .services .service-item .service-image {
    height: auto;
  }
  .services .service-item {
    overflow: hidden;
  }
  .services .service-item .service-image {
    position: static;
    float: none;
    text-align: right;
  }
  .services .service-item.left .service-image {
    float: none;
    text-align: left;
  }

  .how-to-start {
    padding: 30px 0;
  }
  .how-to-start h3 {
    font-size: 25px;
  }
  .how-to-start .start-desc {
    font-size: 18px;
  }
  .how-to-start .steps {
    margin: 0 0 50px;
  }
  .how-to-start .steps h4 {
    font-size: 24px;
  }

  .latest-projects .project-title h3 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .services .service-item .service-image {
    height: 520px;
  }
  .services .service-item .service-image img {
    width: 650px;
  }
  .services .service-details {
    padding: 0;
    /*padding: 100px 0;*/
  }
}
@media (min-width: 1401px) and (max-width: 1680px) {
  .services .service-item .service-image {
    height: 600px;
  }
  .services .service-item .service-image img {
    width: 750px;
  }
  .services .service-details {
    padding: 0;
    /*padding: 100px 0;*/
  }
}
@media (min-width: 1681px) {
  .services .service-item .service-image {
    height: auto;
  }
  .services .service-item .service-image img {
    width: 100%;
  }
  .services .service-details {
    padding: 0;
    /*padding: 120px 0;*/
    /*padding: 180px 0;*/
  }
}
footer {
  background: #0B162F;
  color: #fff;
  padding: 80px 0 30px;
}
footer .footer-title {
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 30px;
}
footer .client-testimonial .author figure {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0;
}
footer .client-testimonial .author p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  margin: 0;
}
footer .client-testimonial .author p span {
  display: block;
}
footer .blog-items article {
  margin-bottom: 20px;
}
footer .blog-items article a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
footer .blog-items article a p {
  opacity: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
}
footer .blog-items article a:hover p {
  opacity: 1;
}
footer .featured-logos ul {
  margin: 0;
  padding: 0;
  text-align: justify;
}
footer .featured-logos ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 5px 20px;
}
footer address {
  font-family: 'Proxima Nova Lt';
  font-size: 16px;
}
footer address p {
  margin: 40px 0;
}
footer address a {
  color: #fff;
  text-decoration: none;
  margin: 10px 20px 0 0;
  display: inline-block;
  font-size: 16px;
  font-family: 'Proxima Nova Rg';
}
footer address a.orange-link {
  color: #FF5E00;
}
footer address a:hover {
  color: #fff;
  text-decoration: none;
}
footer .footer-menu {
  text-align: right;
}
footer .footer-menu ul {
  margin: 0;
  padding: 0;
}
footer .footer-menu ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 0 0 20px;
}
footer .footer-menu ul li a {
  color: #FF5E00;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
footer .footer-menu ul li a:hover {
  color: #fff;
}
footer .copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
footer .regions {
  text-align: right;
}
footer .regions ul {
  margin: 0;
  padding: 0;
}
footer .regions ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: default;
}
footer .search-form {
  display: none;
  position: absolute;
  right: 50px;
  bottom: -40px;
}
footer .search-form input[type="text"] {
  background: #eee;
  border: none;
  padding: 3px 10px;
}
footer .search-form button {
  background: none;
  border: none;
  color: #FF5E00;
  position: absolute;
  right: 0;
  top: 2px;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
  footer .footer-menu {
    text-align: left;
    margin-bottom: 30px;
  }
  footer .footer-menu ul li {
    margin: 0 10px 0 0;
  }
  footer .latest-blog {
    margin: 50px 0;
  }
  footer .copyright {
    margin: 20px 0;
  }
  footer .regions {
    text-align: left;
  }
  footer .regions ul li {
    margin: 0 10px 0 0;
  }
  footer .search-form {
    bottom: -7px;
  }
}
.content-wrap {
  padding: 80px 0;
}
.content-wrap h1 {
  font-size: 48px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
.content-wrap h2 {
  font-size: 32px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
.content-wrap p {
  font-size: 18px;
  line-height: 27px;
}
.content-wrap a {
  font-size: 18px;
  text-decoration : none;
  color: #FF5E00;
/*  font-weight: 600;
*/}
.content-wrap ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}


@media screen and (max-width:1500px) {
 
.content-wrap ul {
  
  margin-top: 14px;
}

}
.content-wrap ul li {
  font-size: 18px;
  list-style: none;
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
}
.content-wrap ul li:before {
  content: "\f00c";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 3px;
  color: #FF5E00;
}

.contact-block {
  text-align: center;
  padding: 0 0 80px;
}
.contact-block h2 {
  font-size: 48px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-bottom: 40px;
}

.faqs {
  margin-top: 40px;
}
.faqs .faq-item {
  margin-bottom: 20px;
}
.faqs .faq-question {
  font-size: 20px;
  position: relative;
  padding: 10px 0 10px 45px;
  text-decoration: none;
  display: block;
  background: #fff;
}
.faqs .faq-question:before {
  content: "\f077";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  left: 10px;
  top: 14px;
  color: #FF5E00;
}
.faqs .faq-question:not(.collapsed) {
  background: #F9F9F9;
}
.faqs .faq-question.collapsed:before {
  content: "\f078";
}
.faqs .faq-answer p {
  font-size: 18px;
  line-height: 38px;
  margin: 0;
  padding: 0 45px 20px;
}
.faqs .faq-answer.show p, .faqs .faq-answer.collapsing p {
  background: #F9F9F9;
}

@media (max-width: 1199px) {
  .content-wrap {
    padding: 70px 0;
  }
  .content-wrap h1 {
    font-size: 42px;
  }
  .content-wrap h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .content-wrap {
    padding: 50px 0;
  }
  .content-wrap h1 {
    font-size: 40px;
  }
  .content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .content-wrap {
    padding: 30px 0;
  }
  .content-wrap h1 {
    font-size: 30px;
  }
  .content-wrap h2 {
    font-size: 20px;
  }
  .content-wrap p, .content-wrap a, .content-wrap li {
    font-size: 16px;
  }

  .contact-block {
    text-align: center;
    padding: 0 0 30px;
  }
  .contact-block h2 {
    font-size: 30px;
  }

  .faqs .faq-question {
    font-size: 18px;
  }
  .faqs .faq-question:before {
    top: 14px;
    font-size: 16px;
  }
  .faqs .faq-answer p {
    font-size: 18px;
    line-height: 28px;
  }
}
.pricing .plan-item figure {
  text-align: center;
}
.pricing .plan-item h3 {
  text-align: center;
  font-size: 32px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin: 20px 0;
}
.pricing .plan-item p {
  font-size: 18px;
}
.pricing .plan-item h5 {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  margin: 30px 0 0;
}
.pricing .pricing-offers {
  background: #F9F9F9;
  padding: 50px;
  margin: 80px 0 80px;
  border: 1px solid #ededed;
}
.pricing .pricing-offers figure {
  text-align: center;
}
.pricing .pricing-offers img {
  max-width: 80px;
}
.pricing .pricing-offers h3 {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 24px;
}
.pricing .pricing-offers p {
  font-size: 18px;
}

.contact-form {
  background: #0B162F;
  color: #fff;
  padding: 80px 0;
}
.contact-form h3 {
  text-align: center;
  font-size: 38px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin: 0 0 40px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: none;
  padding: 10px 28px;
  border: 1px solid rgba(0, 31, 51, 0.2);
  border-radius: 3px;
  outline: none;
  resize: none;
}
.contact-form select {
  height: 56px;
}
.contact-form input[type="submit"] {
  border: 2px solid #fff;
  background: none;
  color: #fff;
  padding: 10px 20px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  border-radius: 3px;
}
.contact-form input[type="submit"]:hover {
  background: #FF5E00;
  border-color: #FF5E00;
  cursor: pointer;
}
.contact-form .form-element {
  margin: 0 0 30px 0;
}
.contact-form form {
  max-width: 900px;
  margin: 0 auto;
}

.locate {
  padding: 80px 0;
}
.locate .office-locations ul li {
  margin: 0 10px 0 0;
}
.locate .office-locations ul li a {
  display: block;
  line-height: 1;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 0 5px;
}
.locate .office-locations ul li a.active, .locate .office-locations ul li a:hover {
  /* border-color: #FF5E00; */
}
.locate .office-locations ul li img {
  max-width: 35px;
}
.locate .office-locations .tab-content {
  margin: 30px 0;
}
.locate .office-locations .tab-content h4 {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 32px;
  margin: 0 0 20px;
}
.locate .office-locations .tab-content p {
  font-size: 18px;
}
.locate .office-locations .tab-content a {
  color: #FF5E00;
  font-size: 18px;
}

.project-header {
  padding: 80px 0;
}
.project-header .project-categories ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.project-header .project-categories ul li {
  list-style: none;
  display: inline-block;
      margin-bottom: 10px;
}
.project-header .project-categories ul li a {
  display: block;
  font-size: 16px;
  margin: 0 10px;
  color: #001F33;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}
.project-header .project-categories ul li a.active, .project-header .project-categories ul li a:hover {
  color: #FF5E00;
}
.featured-project {
  margin: 80px 0 0;
}
.featured-project .project-details {
  max-width: 430px;
}
.featured-project h5 {
  font-size: 22px;
  color: rgba(0, 31, 51, 0.36);
  text-transform: uppercase;
}
.featured-project h2 {
  font-size: 44px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
.featured-project p {
font-size: 16px;    
line-height: 27px;
}
.featured-project ul {
  margin: 0 0 20px;
  padding: 0;
}

.featured-project ul li {
  list-style: none;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bolder;
}

.featured-project ul li:before {
  content: "\f00c";
  font: normal normal normal 10px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 7px;
  color: #FF5E00;
}

.project-grid {
  padding: 80px 0;
  background: #001F33;
}
.project-grid .project-item {
  position: relative;
  margin: 20px 0;
  color: #fff;
}
.project-grid .project-item figure {
  margin: 0;
}
.project-grid .project-item .project-desc {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 0;
  bottom: 0;
  height: 120px;
}
.project-grid .project-item .project-desc figure {
  margin: 0;
}
.project-grid .project-item .project-desc figure img {
  width: 60%;
}
.project-grid .project-item .project-desc h3 {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
}

.project-expand {
  margin: 40px 0;
  color: #fff;
  position: relative;
}
.project-expand .close-project {
  text-decoration: none;
  color: #FF5E00;
  position: absolute;
  right: 40px;
  top: -40px;
  font-size: 30px;
}
.project-expand figure {
  margin: 0;
}
.project-expand h4 {
  font-size: 34px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
}
.project-expand p {
  font-size: 18px;
}
.project-expand ul.project-categories {
  margin: 20px 0;
  padding: 0;
}
.project-expand ul.project-categories li {
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
}
.project-expand ul.project-feat {
  margin: 0 0 20px;
  padding: 0;
}
.project-expand ul.project-feat li {
  list-style: none;
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  font-size: 18px;
}
.project-expand ul.project-feat li:before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  top: 7px;
  color: #FF5E00;
}

.quote {
  padding: 80px 0;
  text-align: center;
}
.quote h3 {
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  font-size: 48px;
}
.quote p {
  margin: 20px 0;
  font-size: 18px;
}
/*.grecaptcha-badge {
    display: none !important;
} */
.blog-textarea{
    background-color: #ecebeb;
    border: 0;
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 3px 0;
    padding: 6px 5px 6px 15px;
    height: auto;
    width: 100%;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
textarea, textarea:focus{
color: #a9a9a9;
}

/* Pop Up CSS */
.sticky-qcontact {

}
.sticky-qcontact:hover, .sticky-qcontact:focus{
	background: #1a2732 none repeat scroll 0 0;
	color: #fff;  
}
.popup-newbg{
	z-index: 9999;
}
.popup-new{
	background-color: #fafafa;
	background-image: url("http://go-gulf.com/wp-content/themes/go-gulf/images/popup-topbg.png");
	background-repeat: no-repeat;
	background-position:  top left;
	margin-left: -330px;
	padding: 70px 95px;
	width: 660px;
	z-index: 10000;
}
.popup-new h2{
	color: #14213d;
	font-family: 'Proxima Nova Lt';
	font-size: 43px;
	text-transform: none;
}
#myModal.popup-new h2{
    color: #14213d;
    font-family: 'Proxima Nova Rg';
    font-weight: 400;
    font-size: 26px;
    text-align: center;
}
.popup-new > ul{
	margin-bottom: 30px;
	margin-top: 22px;
	text-align: center;
}
.popup-new > ul li {
	list-style: none;
	display: inline-block;
	margin: 0 13px;
}
.reveal-modal .close-reveal-modal.closepopup{
	background: url("http://go-gulf.com/wp-content/themes/go-gulf/images/close-popup.png") no-repeat top left;
	top: 24px;
	right: 24px;
	height: 16px;
	width: 16px;
}

.reveal-modal .close-reveal-modal.closepopup:hover{
	background: url("http://go-gulf.com/wp-content/themes/go-gulf/images/close-popup-hover.png") no-repeat top left;
	top: 24px;
	right: 24px;
	height: 16px;
	width: 16px;
}

.popupinput input[type="text"] {
	background: #fff none repeat scroll 0 0;
	font-family: 'Proxima Nova Lt';
	font-size: 13px;
	width: calc(100% - 121px);
}
.popupinput input.error{ border:red solid 1px; }
.popupinput input[type="submit"] {
	background: #ff5000 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 13px;
	line-height: 42px;
	max-width: 121px;
	padding: 0 20px;
	text-transform: uppercase;
	font-family: "Proxima Nova Lt";
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	padding: 15px 14px;
	cursor:pointer;
}
.popupinput input[type="submit"]:hover {
	background: #1a2732 none repeat scroll 0 0;
	color: #fff;
}

@media only screen and (max-width:660px) {
	.sticky-qcontact{
		font-size: 11px;
		padding: 8px 7px;
	}
	.sticky-qcontact span{
		display: inline-block;
	}
	.popup-new{
		left: 0;
		margin-left: 3%;
		margin-right: 3%;
		padding: 25px;
		width: 94%;
	}
}

@media only screen and (max-width: 800px) and (min-width: 480px){
	.sticky-qcontact {
	
	}
}
@media only screen and (max-width: 660px) and (min-width: 480px){
	.sticky-qcontact {
	
	}
}

@media only screen and (max-width:480px){.row .home-elements li{display:none;}
.bottom-contact{margin-left:0;}
.popupinput{text-align:center;}
.popupinput input{text-align:left;}
.popupinput input[type="text"]{width:100% !important;margin-bottom:10px;}
.posts-widget article{margin:0 5px 10px;}
#featuredcont, div.footer-wrap h5{margin:0 5px;;text-align:center}
}
.popup-contact{
	margin-top: 20px;
	text-align: center;
	font-size: 17px;
	font-weight: bold!important;
}

.popup-contact p {
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
}

.popupinput input[type="submit"]{
	/*padding: 0 10px;*/
}
.popup-new > ul li{
	margin: 0 10px;
}
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,0.45);
	z-index: 40;
	display: none;
	top: 0;
	left: 0
}
.reveal-modal {
	background: white;
	visibility: hidden;
	display: none;
	top: 100px;
	left: 50%;
	margin-left: -260px;
	width: 520px;
	position: absolute;
	z-index: 41;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
	box-shadow: 0 0 10px rgba(0,0,0,0.4)
}
.reveal-modal *:first-child {
	margin-top: 0
}
.reveal-modal *:last-child {
	margin-bottom: 0
}
.reveal-modal .close-reveal-modal {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
	font-weight: bold;
	cursor: pointer
}
.reveal-modal.small {
	width: 30%;
	margin-left: -15%
}
.reveal-modal.medium {
	width: 40%;
	margin-left: -20%
}
.reveal-modal.large {
	width: 60%;
	margin-left: -30%
}
.reveal-modal.xlarge {
	width: 70%;
	margin-left: -35%
}
.reveal-modal.expand {
	width: 90%;
	margin-left: -45%
}
.reveal-modal .row {
	min-width: 0;
	margin-bottom: 10px
}

.grecaptcha-badge {
  display: none !important;
}
.emojiWrap_mA{display: none !important;}