/* External Fonts */
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto/Roboto-Regular.eot') format('embedded-opentype'),
       url('../fonts/Roboto/Roboto-Regular.woff') format('woff'),
       url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype'),
       url('../fonts/Roboto/Roboto-Regular.svg#roboto') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff'),
        url('../fonts/Roboto-Thin.ttf') format('truetype'),
        url('../fonts/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff2') format('woff2'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: 'Roboto-Regular';
}
html{overflow-x:hidden;}
a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #2c86ca;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #7a7979;display: block!important;
}

#topbar .contact-info a {
  line-height: 1;
  color: #7a7979;
}

#topbar .contact-info a:hover {
  color: #2c86ca;
}

#topbar .contact-info i {
  color: #7a7979;
  padding: 4px;
}

.top-divider {
  padding: 0 8px;
}

#topbar .contact-info .fa-phone {
  padding-left: 0;
  margin-left: 0;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #7a7979;
  padding: 4px 6px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #328dd2;
}

#topbar .social-links a:first-child {
  border-left: 0;
}
.mailto{background:url("../img/mailto.png") no-repeat left center;border-right:1px solid #7a7a7a; padding: 5px 20px 5px 30px;display: inline-block;}
.phone{background:url("../img/telephone.png") no-repeat left center;padding: 5px 0 5px 23px;margin-left:14px;}
.social-links .fa{font-size: 17px;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  height: 105px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);position:relative !important;
}
/*.sticky-wrapper{height: 105px !important;}
.is-sticky{height:85px !important;}
.is-sticky #header{height:85px;}
.is-sticky #nav-menu-container{margin: 23px -25px 0 0;}*/

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 73px;margin-top: -20px;
  }
}


/*--------------------------------------------------------------
# HERO SLIDER
--------------------------------------------------------------*/
.home-carousel-inner {
  position: relative;
  overflow: hidden;
}
.home-carousel-inner .item {
  background-position: center top;
  background-repeat: no-repeat;
  background-size:cover;
  width:100%;
  height: 650px;
}

.home-carousel-inner .item:before{
  background: rgba(0,0,0,.4);
  content: "";
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}

.carousel-caption {
  left: 107px;
  right: 15px;
  top: 50%;
  font-size: 15px;
  text-align: left;
  color: #fff;
  text-shadow: none;
  margin-top: -130px; 
}

.carousel-caption h2 {
  margin-bottom:0;
  font-family: "Roboto-Thin";
  font-size: 58px;
  font-weight: 400;
  line-height: 62px;
  text-transform: uppercase;
}

.carousel-caption h3 {
  font-family: 'Roboto-Bold';
  font-size: 58px;
  line-height: 62px;
  text-transform: uppercase;
}

.carousel-caption p {
  color: #ffffff;
  font-family: 'robotolight';
  font-size: 28px;
  line-height: 70px;
  position: relative;
}

.carousel-caption p:after {
  content: '';
  position: absolute;
  width: 333px;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.home-carousel .input-group span,
.home-carousel .input-group label {
  border: 1px solid #ffffff;
  background: rgba(0,0,0,0.4);
  padding: 10px 20px;
  margin: 0;font-size:20px;font-family: 'robotolight';
}
.home-carousel .input-group span{padding: 15px 20px 0;}
.home-carousel-left, 
.home-carousel-right {  
  background-color: #f0f0f0;
  color:#000;
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 32px;
  z-index: 999;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}

.home-carousel-inner .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.home-carousel-inner .owl-nav .fa {
    font-size: 30px;
    background: rgba(0,0,0,0.4);
    padding: 8px 19px 10px;
    border: 1px solid #fff;
    color: #fff;
}

.home-carousel-inner .owl-prev {
  position: absolute;
  left:20px;
}

.home-carousel-inner .owl-next {
  position: absolute;
  right:20px;
}
/* Carousel animation */

.home-carousel-inner .item h2, 
.home-carousel-inner .item h3, 
.home-carousel-inner .item p {
  opacity:0;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.home-carousel-inner .item h2 {
  -webkit-transition: all 0.5s ease-in-out 0.15s;
  -moz-transition: all 0.5s ease-in-out 0.15s;
  -ms-transition: all 0.5s ease-in-out 0.15s;
  -o-transition: all 0.5s ease-in-out 0.15s;
  transition: all 0.5s ease-in-out 0.15s;
}

.home-carousel-inner .owl-item.active h2, 
.home-carousel-inner .owl-item.active h3, 
.home-carousel-inner .owl-item.active p {
  opacity:1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.home-carousel-inner .item h3 {
  -webkit-transition: all 0.5s ease-in-out 0.30s;
  -moz-transition: all 0.5s ease-in-out 0.30s;
  -ms-transition: all 0.5s ease-in-out 0.30s;
  -o-transition: all 0.5s ease-in-out 0.30s;
  transition: all 0.5s ease-in-out 0.30s;
}

.home-carousel-inner .item p {
  -webkit-transition: all 0.5s ease-in-out 0.45s;
  -moz-transition: all 0.5s ease-in-out 0.45s;
  -ms-transition: all 0.5s ease-in-out 0.45s;
  -o-transition: all 0.5s ease-in-out 0.45s;
  transition: all 0.5s ease-in-out 0.45s;
}

/* ----------------------------------------------------------
 # TITLE BORDER
--------------------------------------------------------------*/
.title-border {position:relative;width:auto;height:auto;text-align: center;text-transform: uppercase;padding:10px;}
.title-border:before, .title-border:after, .title-border>:first-child:before, .title-border>:first-child:after {
    position:absolute;
    width:10px; height: 10px;
    border-color: #2e2e2e;
    border-style: solid;
    content: ' ';opacity: 0.5;
}
.title-border:before {top:0;left:0;border-width: 1px 0 0 1px}
.title-border:after {top:0;right:0;border-width: 1px 1px 0 0}
.title-border>:first-child:before {bottom:0;right:0;border-width: 0 1px 1px 0}
.title-border>:first-child:after {bottom:0;left:0;border-width: 0 0 1px 1px}


/* ----------------------------------------------------------
 # WELCOME TEXT
--------------------------------------------------------------*/
.welcome-description .container {
  background: #fff;
  margin-top: -50px;
  position: relative;
  z-index: 10;
  padding-top: 60px;
}
.welcome-description .container:before{content:'';position:absolute;opacity:0.4;left:-22px;top:0;height:196px;width:22px;background: url('../img/shadow_left.png') no-repeat; }
.welcome-description .container:after{content:'';position:absolute;opacity:0.4;right:-22px;top:0;height:196px;width:22px;background: url('../img/shadow_right.png') no-repeat; }
.welcome-description .title-border {
  width: 450px;
  padding: 10px;
  margin: 0 auto;
}

.welcome-description h2 {
  margin: 0;
}

.welcome-description .title-border h2 span {
  font-family: Roboto-Bold;
}

.welcome-description p {
  font-family: 'Roboto-Regular';
  width: 70%;
  text-align: justify;
  margin: 0 auto;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;
  padding-top: 55px;
}

.button-wrapper {
  text-align: center;
  margin:31px 0 75px 0;
  width: 100%;
}

/* ---------------------------------------------------------
# OUR WORKS
----------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

#our-works{
  padding-top: 130px;
  padding-bottom: 120px;
}

.portfolio-wrapper ul.filter{
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
  margin-top: 28px;
  overflow: hidden;
}

.portfolio-wrapper ul.filter li {
  display: inline;
  text-transform: uppercase;
  position: relative;
  padding: 0 20px 0 15px;
}

.portfolio-wrapper ul.filter li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 17px;
  background: #000;
  top: 0;
  right: 0;
}

.portfolio-wrapper ul.filter li:first-child:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 17px;
  background: #000;
  top: 0;
  left: 0;
}

.portfolio-wrapper ul.filter li a {
  color: #2e2e2e;
  font-family: 'Roboto-Regular';
  font-weight: 300;
  line-height: 40px;
}

.portfolio-wrapper {
  width: 100%;
  max-width:768px;
  margin:0 auto;
  text-align: center;
}
.portfolio-wrapper .project-items{margin: 65px 0 100px;}
.portfolio-wrapper ul.filter li a:hover,
.portfolio-wrapper ul.filter li a.active{
  color: #2c86ca;
}

.portfolio-wrapper .portfolio-items{
  clear: both;
}

.portfolio-wrapper .portfolio-content{
  position: relative;
  margin-bottom: 30px;
}

.portfolio-wrapper .portfolio-overlay {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.portfolio-wrapper .portfolio-overlay h5 {
  margin: 0;
  background: rgba(37,128,197,0.85);
  padding: 31% 0; height:100%;
  text-transform: uppercase;
  font-family: 'Roboto-Regular';
}

.portfolio-wrapper .portfolio-content:hover .portfolio-overlay{
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.portfolio-wrapper .portfolio-overlay a{
  color: #fff;
  font-size: 35px;
  width: 100%;
  display: block;
  background: rgba(37,128,197,0.85);
}

.portfolio-wrapper .portfolio-overlay a:hover{
  color: #fff;
}

.btn-primary {
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000;
  border-radius: 0;font-family: 'Roboto-Regular';font-size:16px;padding: 12px 46px;box-shadow:none !important;
}

#our-projects {
  padding-top: 100px;
  background: url("../img/project_bg.jpg") repeat;
}
#our-projects .title-border {
  width: 300px;
  margin: 0 auto;
}

.title-border h2 {
  font-family: 'robotolight';
  font-size: 34px;
  line-height: 32px;margin-bottom:0;
}

.title-border h2 .highlight {
  font-family: Roboto-Bold;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat fixed;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 34px -25px 0 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 7px 32px;
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #000000;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.menu-active {position:relative;width:auto;height:auto;text-align: center;text-transform: uppercase;}
.menu-active:after, .menu-active>:first-child:after {
    position:absolute;
    width:10px; height: 10px;
    border-color: #2c86ca;
    border-style: solid;
    content: ' ';
}
.menu-active:before {top:0;left:0;border-width: 1px 0 0 1px}
.menu-active:after {top:0;right:0;border-width: 1px 1px 0 0}
.menu-active>:first-child:after {bottom:0;left:0;border-width: 0 0 1px 1px}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #2c86ca;
}

.nav-menu > li {
  margin-left: 0px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: relative;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

#mobile-nav-toggle i.fa-times {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: block;float: right;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.5);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about-us h2 {
  color: #fff;
}

#about-us .title-border {
  width: 210px;
  margin: 0 auto 70px;
}
#about-us .container .row .col-xl-6{flex: 0 0 50%;max-width: 39%;}
#about-us .container .row .col-xl-6.content{flex: 0 0 54%;max-width:53%;}

#about-us p {
  color: #ffffff;
  font-family: 'Roboto-Thin';
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 0.56px;
  padding: 20px 0 20px 40px;
  border-left: 1px solid #fff;
}

.about-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 170px);
}
.about-img img{width:100%;height:auto;}
#about-us .button-wrapper {
  text-align: center;position:relative;z-index:1;
}

.btn-secondary {
  color: #fff;
  border-radius: 0;
  border: 1px solid #fff;
  background: none;
}
.btn-secondary:hover{background-color: #0069d9;border-color: #0062cc;}
#about-us .title-border:before, #about-us .title-border:after, #about-us .title-border>:first-child:before, #about-us .title-border>:first-child:after {
  border-color: #fff;.col-xl-6{    max-width: 39%;max-width: 39%;}

}

#about-us {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 70px;
}

.about-us-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}


/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0 60px;
  margin-top: 50px;
}

#contact .btn-primary {
  background-color: #262626;
  color: #fff;font-family: 'Roboto-Thin';font-size:16px;
}
#contact .btn-primary:hover{border-color:#262626;}
#contact .email-row {
  justify-content: center;
  margin-bottom: 50px;
}

#contact .title-border {
  width: 310px;
  margin: 0 auto;
}

.subscribe-subtitle {
  color: #2e2e2e;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: 300;
  line-height: 40px;letter-spacing: 0.5px;margin-top: 26px;
}
#contact .form-control{border-radius:0px;border-color:#e0e0e0;font-style: italic;letter-spacing:1.5px;color:#7e7e7e;}
#contact .form-control:focus{border-color:#e0e0e0;box-shadow:none;}
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #50d8af;
}

#contact .contact-info address, #contact .contact-info p, #contact .contact-info a {
  color: #545454;
  font-family: "Roboto-Regular";
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-align: left;margin-bottom:0;font-style: italic;
}

#contact .contact-info h3 {
  color: #231f20;
  font-family: Roboto-Regular;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.68px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;margin-bottom:5px;
}

.contact-container {
  margin-left: 30px;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 0px;
}

.contact-address {
  display: flex;
  flex-direction: row;background-color:#eeeeee;align-items: center;
}
.contact-icon{margin-left:25px;}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding:0;min-height:107px;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

/*------------------------------------------
#partners
-----------------------------------*/
#partners .title-border {
  width: 460px;
  margin: 0 auto;
}

#partners {
  padding: 70px 0;background: url('../img/banking_bg.jpg') repeat;
}

#partners .container {
  padding-top: 70px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #1b1b1b;
  padding: 0;
  font-size: 14px;
}

.footer-menu-wrapper {
  background-color: ##1b1b1b;
  padding: 25px 10px;
}

.footer-menu-wrapper .row {
  align-items: center;
  justify-content: center;
}

.footer-menu {
  font-family: "Roboto-Thin";
  font-size: 16px;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  padding: 0;
  text-align: center;
  margin: 0;
}

.footer-social {
  padding: 0;
  list-style-type: none;
}

.footer-social li a {
  width: 35px;
  height: 35px;
  float: left;
}

.ml-auto, .mx-auto {
  margin-left: auto!important;
}

.mr-auto, .mx-auto {
  margin-right: auto!important;
}

.fb-handle a {
  background: url('../img/social/facebook-icon.png') no-repeat;
}

.twitter-handle a {
  background: url('../img/social/twitter-icon.png') no-repeat;
}

.pinterest-handle a {
  background: url('../img/social/pinterest-icon.png') no-repeat;
}

.googleplus-handle a {
  background: url('../img/social/google-plus-icon.png') no-repeat;
}

.youtube-handle a {
  background: url('../img/social/youtube-icon.png') no-repeat;
}

.footer-social li {
  padding-right: 15px;
  float: left;
}

.footer-menu li {
  display: inline;
  position: relative;
  padding:0 29px 0 27px;
}

.footer-menu li:first-child {
  padding-left: 0;
}

.footer-menu li:last-child {
  padding-right: 0;
}

.footer-menu li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 14px;
  background: #fff;
  top: 3px;
  right: 0;
}

.footer-menu li:last-child:after {
  display: none;
}

.footer-menu li a {
  color: #ffffff;font-family: 'Roboto-Thin';
}
.footer-menu li a:hover{color:#33adec;}
#footer .copyright a {
  color: #33adec;
}

#footer .copyright {
  text-align: center;
  color: #6d6d6d;
  font-family: "Roboto-Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 0.16px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}


/*-------------------------------------------------
#OUR PROJECTS
-------------------------------------------------------*/
#projects-header {
  position: relative;
  padding: 122px 0 104px 0;
}
.projects-header-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.8);
}
#projects-header .title-border {
  width: 383px;
  margin: 0 auto;
}
#projects-header .title-border:before, #projects-header .title-border:after, #projects-header .title-border>:first-child:before, #projects-header .title-border>:first-child:after {
  border-color: #fff;
}
#projects-header .title-border h2 {
  color: #fff;font-size:44px;
}
.breadcrumb-container {
  background-color: #2c86ca;
}
.breadcrumb-container .breadcrumb {
  margin: 0;
  background: none;
}
.breadcrumb-container .breadcrumb-item, .breadcrumb-container .breadcrumb-item a {
  color: #ffffff;
  font-family: 'robotolight';
  font-size: 20px;
  font-weight: 300;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
  content: ">";
}
#project-in-detail {
  margin-top: 80px;
}
#project-in-detail h2 {
  color: #2e2e2e;
  font-family: "Roboto-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0;
}
#project-in-detail h3 {
  color: #2e2e2e;
  font-family: "Roboto-Regular";
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
}
#project-in-detail p {
  color: #2e2e2e;
  font-family: 'robotolight';
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  padding-top: 25px;
}
#project-in-detail .about_content p{margin-bottom:0;}
#project-in-detail h3:after {
  position: absolute;
  content: '';
  width: 200px;
  background: #000;
  height: 1px;
  bottom: 0;
  left: 0;
}
#project-in-detail .highlights {
  padding-top: 25px;
  list-style-type: none;
  padding-left: 0;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 25px;
}
#project-in-detail .highlights li {
  padding-bottom: 10px;
}
.project-image {
  background-size: cover;
  background-repeat: no-repeat;
}
/*.project-desc-wrapper{padding:0 80px;}*/
.project-desc-wrapper:first-child {
  padding-bottom: 60px;
}
.project-desc-wrapper:first-child .content {
  padding-left: 40px;
}
#contact.projectContact{background:url("../img/project_sub_bg.jpg") repeat left center;padding-top:60px;}
#partners.projectPartners{background:#fff;}
.about_content{padding-left:15px !important;}

#myModal .modal-content{border-radius:0px;border:0px;}
#myModal .modal-dialog{max-width:800px;}
#myModal .modal-header{background: url("../img/project_bg.jpg") repeat;}
.modal-left{width:60%;float:left;}
.modal-right{width:35%;float:right;}
#myModal .modal-body h4{font-size:20px;margin-top:10px;}
#myModal .modal-body p{margin-bottom:20px;}
#myModal .modal-title{font-size:25px;}
#myModal .contact-icon{margin-left:0;margin-right:20px;float:left;}
#contact-details a{color:#000;}
.highlights-image .button-wrapper{max-width:303px;float:right;margin-bottom:30px;}