@font-face {
  font-family: 'latobold';
  src: url('font/lato-bol-webfont.eot');
  src: url('font/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
  url('font/lato-bol-webfont.woff') format('woff'),
  url('font/lato-bol-webfont.ttf') format('truetype'),
  url('font/lato-bol-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'latoblack_italic';
  src: url('font/lato-blackitalic-webfont.eot');
  src: url('font/lato-blackitalic-webfont.eot?#iefix') format('embedded-opentype'),
  url('font/lato-blackitalic-webfont.woff') format('woff'),
  url('font/lato-blackitalic-webfont.ttf') format('truetype'),
  url('font/lato-blackitalic-webfont.svg#latoblack_italic') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'latoregular';
  src: url('font/lato-reg-webfont.eot');
  src: url('font/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
  url('font/lato-reg-webfont.woff') format('woff'),
  url('font/lato-reg-webfont.ttf') format('truetype'),
  url('font/lato-reg-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family:"Lato Black";
  src:url("font/Lato-Black.eot?") format("eot"),url("font/Lato-Black.woff") format("woff"),url("font/Lato-Black.ttf") format("truetype"),url("font/Lato-Black.svg#Lato-Black") format("svg");font-weight:normal;font-style:normal;}



@font-face {
  font-family:"Lato Light";
  src:url("font/Lato-Light.eot?") format("eot"),url("font/Lato-Light.woff") format("woff"),url("font/Lato-Light.ttf") format("truetype"),url("font/Lato-Light.svg#Lato-Light") format("svg");font-weight:normal;font-style:normal;}



@font-face {
  font-family: 'playfair_displayitalic';
  src: url('font/playfairdisplay-italic-webfont.eot');
  src: url('font/playfairdisplay-italic-webfont.eot?#iefix') format('embedded-opentype'),
  url('font/playfairdisplay-italic-webfont.woff2') format('woff2'),
  url('font/playfairdisplay-italic-webfont.woff') format('woff'),
  url('font/playfairdisplay-italic-webfont.ttf') format('truetype'),
  url('font/playfairdisplay-italic-webfont.svg#playfair_displayitalic') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'playfair_displayregular';
  src: url('font/playfairdisplay-regular-webfont.eot');
  src: url('font/playfairdisplay-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('font/playfairdisplay-regular-webfont.woff2') format('woff2'),
  url('font/playfairdisplay-regular-webfont.woff') format('woff'),
  url('font/playfairdisplay-regular-webfont.ttf') format('truetype'),
  url('font/playfairdisplay-regular-webfont.svg#playfair_displayregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
/*= TYPOGRAPHY
---------------------------------------------------------------------------------------------- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #666;
  font-size: 14px;
  font-family: 'latoregular', Arial, sans-serif;
  font-weight: 300;
  overflow-y:scroll ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'latoregular', Arial, sans-serif;
  font-weight: 500;
  color: #444;
  margin-top: 0;
  line-height: 1.15;

}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 12px;
  margin: 0 0 0 5px;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 32px;
  text-align: center;
}
.modh2{
  text-align: center;
  margin-right: 4%;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
}
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
}
small,
.small {
  font-size: 13px;
}
ul,
menu,
dir {
  list-style-type: square;
}
form {
  margin: 0;
}
form fieldset {
  border: 1px solid #e5e6e7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 25px;
}
label {
  font-family: inherit;
  font-weight: inherit;
}
.lead {
  font-size: 15px;
  line-height: 24px;
}
.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fic:hover{
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}
.gap-15 {
  height: 15px;
}
.gap-30 {
  height: 30px;
}
.gap-50 {
  height: 30px;
}
.gap-70 {
  height: 30px;
}
/*= FORM
---------------------------------------------------------------------------------------------- */
.form-control {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
.quoteSection{
  padding: 0 0 40px 0;
}
.quoteText {
  font-family: 'Lato Light';
  font-size: 21px;
  color: #2e2e2d;
  margin: auto;
}
.mx{
  max-height: 700px;
  margin: auto;
}
.quoteName {
  font-family: 'playfair_displayitalic';
}
.imageMat{
  min-height: 145px

}
.paragMat{
  font-family: "Latobold";
  font-size: 25px;
  color: #2e2e2d;
  padding: 20px 0;
  text-align: center;
}
.sectionMaterial{
  background: -webkit-linear-gradient(#fff 60%, #C0C0C0 40%);
  background: -o-linear-gradient(#fff 60%, #C0C0C0 40%);
  background: -moz-linear-gradient(#fff 60%, #C0C0C0 40%);
  background: linear-gradient(#fff 60%, #C0C0C0 40%);
padding: 33px 0;
  text-align: center;
}
.sectionMaterial h2 {
  font-family: "Lato Light";
  color: #2e2e2d;
  font-size: 30px;
  letter-spacing: 6px;
}
.materialText{
  color: #585857;
  font-size: 15px;
  font-family: 'latoregular';
  margin: 15px 0 85px 0;
}
/*= BUTTONS
---------------------------------------------------------------------------------------------- */
.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 2px;
  font-family: 'latoregular', Arial, sans-serif;
  border-color: #444;
  -o-transition: color .2s ease-out, background .2s ease-in;
  -ms-transition: color .2s ease-out, background .2s ease-in;
  -moz-transition: color .2s ease-out, background .2s ease-in;
  -webkit-transition: color .2s ease-out, background .2s ease-in;
  transition: color .2s ease-out, background .2s ease-in;
}
.btn:hover {
  border-color: #444;
}
.navbar-default .navbar-nav > .active {
position:relative;
}
.navbar-default .navbar-nav > .active:after {
content: ' ';
position:absolute;
height:4px;
background: #d2d5d1;
width:100%;
bottom:0;
}
.delay{
  -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
  animation-delay: 0.5s;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
.swiper-container, .swiper-container1 {
  width: 100%;
  height: 100%;
}
.about-title{
  font-family: 'latobold';
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
}
.slider-layer-container {
  position: absolute;
  left: 10px;
  bottom: 40px;
  padding: 15px;
  font-size: 40px;
  font-family: 'Lato Light';
  line-height: 40px;
  color: #fff;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.space{

  padding-top: 20px;
  padding-bottom: 20px;
}
.about-title a{
color: #2e2e2d;
font-size:14px;
  margin-left: 7px;
  margin-right: 7px;
  text-decoration: none;
}

.content-title {
   font-family: 'playfair_displayitalic';
   font-size: 18px;
   color: #fff;
   text-align: center;
   letter-spacing: 5px;
  text-transform: uppercase;


 }
.content-title1 {
  font-family: 'playfair_displayitalic';
  font-size: 18px;
  color: #2e2e2d;
  text-align: center;
  letter-spacing: 5px;
  
}
.content-break {
   width: 30px;
   height: 1px;
   background-color: #a2a2a2;
   margin: 16px auto 60px auto;
 }

.content-break1 {
  width: 30px;
  height: 1px;
  background-color: #2e2e2d;
  margin: 16px auto 50px auto;
}
.container-about {
  background: #1e1e1e;
  padding-bottom: 60px;
  padding-top: 55px;
  position: relative;
}

.meta-centered {
  display:inline-block;
  float:none;
  text-align:left;
  margin-right:-4px;
}

.container-services {
  background: #a5a5a5;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
}

.image-content{
  width: 100%
}

.arrow-right, .arrow-right1, .arrow-right2, .arrow-right3, .arrow-right4, .arrow-right5, .arrow-right6, .arrow-right7, .arrow-right8  {
  background: url(../img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: -27px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}


.arrow-left, .arrow-left1, .arrow-left2, .arrow-left3, .arrow-left4, .arrow-left5, .arrow-left6, .arrow-left7, .arrow-left8  {
  background: url(../img/arrows.png) no-repeat left top;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -27px;
  width: 17px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}
.arrow-left5, .arrow-left6, .arrow-left2, .arrow-left3{
  left: 20px !important;
 }
.arrow-right5, .arrow-right6, .arrow-right2, .arrow-right3{
  right: 20px !important;
}
.toggleInt{
  margin-right: 30px;
  color:#fff;
  cursor: pointer;
}

.toggleCon{
  margin-right: 30px;
  color:#fff;
  cursor: pointer;
}
.container-fluid.sectionTitle {
    margin: 0;
}
.toggleVid{
  color:#fff;
  cursor: pointer;
}
.type-6, .type-4{
padding-top:45px !important;
}

.toggleExt{
  margin-right: 30px;
  color:#fff;
  cursor: pointer;
}
.projects-box-container{
  cursor: pointer;
  overflow: hidden;
}
.projects-box-img{
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;

  height:250px;
  max-height:250px;
}

/*@media (min-width:768px) {
    .projects-box-img {
        height: auto;
        max-height: 500px;
    }
}*/


.left-control, .right-control {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-control {


  background: url(../img/arrows.png) no-repeat left top;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  background: url(../img/arrows.png) no-repeat left top;
  /*position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;*/

}
.right-control {

  background: url(../img/arrows.png) no-repeat left bottom;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
  width: 17px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  
  /*position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -15px;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;*/
}
.left-control {
  left: 30px;
}

.right-control {
  right: 30px;
}

.projects-box-layer-container {
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}

.projects-box-desc-layer {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0px;
}

.project-box-desc-layer-content-subtitle {
  font-family: 'playfair_displayregular';
  font-size: 12px;
  text-transform:uppercase;
  letter-spacing: 1.2px;
}
.project-box-desc-layer-content {
  border: 1px #fff solid;
  padding: 4px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  width: 58%;
  font-family: 'latobold';
  font-size: 15px;
}
.swiper-button-disabled{
  display: none;
}

.portfolio-modal .close-modal {
  position: fixed;
  width: 75px;
z-index:22222;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal .lr {
  height: 48px;
  width: 3px;
  margin-left: 35px;
  background-color: #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 48px;
  width: 3px;
  background-color: #fff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  min-height: 100%;
  padding:0;
  text-align: center;
  width: 85%;
  margin: auto;
  max-width: 1200px;
}

.modal-body h2{
  color: #2e2e2d;
  font-size: 24px;
  letter-spacing: 7px;
  font-family: "Lato Light";
}
.modal-body p{
  color: #585857;
  font-size: 15px;
  font-family: 'latoregular';
}
.btn-outline {
  border-color: #444;
  border-color: #444;
  background: none;
  color: #444;
}
.btn-outline:hover,
.btn-outline.active {
  border-color: #00a1e4;
  background: #00a1e4;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-inverse {
  background: #1e1e1e;
  color: #fff;
}
.btn-inverse:hover {
  background: #2f2f2f;
  color: #fff;
}
.filter-btn {
  background-color: #fefefe;
  font-size: 15px;
  padding: 5px;
  letter-spacing: 1px;
  color: #333;
  display: inline-block;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #fff;
}

.projects-filter-content {
  display: none;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  padding-bottom: 25px;
  padding-top: 30px;
  font-family: "Lato Light";
}

.filter-btn:hover {
  background-color: transparent;
  color: #fefefe;
}

.projects-arrow {
  position: absolute;
  top: -9px;
  left: 49.4%;
  width: 25px;
  display: none;
}


.planSection{
  background: url('../img/plans_bg.jpg');
  padding-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.planSection h2{
  color: #b5b5b5;
  font-size: 26px;
  letter-spacing: 7px;
  text-align: center;
  font-family: "Lato Light";
  padding: 40px 0 25px 0;
}
.rowMod{
  margin-left: 40px;
  margin-right: 40px;
}

.newsContainer {
  position: relative;
  background-color: #cacaca;
}

.news-box-content {
  margin: 0 auto;
  width: 900px;
}

.news-desc-container {
  background-color: #585857;
  border-bottom: 1px #fff solid;
  display: none;
}

.news-desc-content {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
  color: #fff;
  font-family: "Lato Light";
  font-size: 15px;
}

.news-title {
  font-size: 20px;
  padding-top: 15px;
  color: #2e2e2d;
  text-align: center;
  font-family: 'latobold';

}

.news-title1 {
  font-size: 20px;

  color: #2e2e2d;
  text-align: center;
  font-family: 'latobold';
  padding: 15px 0;
}

.people-box-container {
  position: relative;
  cursor: pointer;
}

.people-layer-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-size: 15px;
  background:rgba(0,0,0,0.4);
  opacity: 0;
}

.poeple-box-more-container {
  display: none;
  opacity: 0;
  background-color: #2e2e2d;
  position: absolute;
  top: 0px;
  z-index: 1000;
  height: 100%;
}
.people-layer-text-container{
  position: absolute;
  top:30%;
  right: 0;
  left:0;
  margin-left:auto;
  margin-right: auto;

}

.people-box-more-text-container {
  padding: 20px;
  color: #fff;
  cursor: text;
}

.people-box-more-text {
  font-family: "Lato Light";
  color: #a6a6a6;
  font-size: 12px;
  margin-top: 5px;
}

.people-box-more-break {
  height: 1px;
  width: 100%;
  background-color: #818181;
  margin-top: 20px;
  margin-bottom: 5px;
}

.people-box-more-title {
  font-family: 'latoregular';
}

.people-box-more-title span {
  font-family: 'playfair_displayitalic';
  margin-left: 6px;
}

.newsletter-box-container {

  position: relative;
  cursor: pointer;
}
.newsletter-layer-text-container{
  position: absolute;
  top:45%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.newsletter-layer-plus{
  margin-top :10px;
  opacity: 0;
}
.newsletter-layer-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-size: 15px;

}

.newsletter-layer-container2 {
  /*width: 100%;*/
  width:260px;
  height: 100%;
  position: absolute;
  top: 0px;
  background:rgba(0,0,0,0.4);
  left: 0px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-size: 15px;

}
.rowNews{
  background: #d2d5d1;
  padding: 15px 0 15px 0;
}
.news-box-container {
  margin: 0 auto;
  color: #585857;
  border-bottom: 1px #fff solid;
  cursor: pointer;
  padding-top: 17px;
  padding-bottom: 10px;
  height:60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-box-title {
  display: inline;
  font-family: 'latobold';
  letter-spacing: 2px;
}
.news-box-subtitle {
  display: inline;
  font-family: 'playfair_displayitalic';
  letter-spacing: 2px;
  padding-left: 12px;
  word-spacing: 5px;
}
.filter-submit{
  cursor: pointer;
}

.plus {
  background-image: url(../img/plus.png);
  height: 25px;
  width: 25px;
  background-size: 100% 100%;
  margin-top: 5px;
}
.contact-container {
  background-color: #a5a5a5;
}
.minus {
  background-image: url(../img/minus.png);
}
.footer-container {
padding-top: 10px;
  margin-bottom: -40px;
  color: #1c1c1c;
  font-size: 11px;
  font-family: "Lato Black";
}

/*= HEADER
---------------------------------------------------------------------------------------------- */
.header .navbar {
  background: #fff;
}
.header .navbar-nav > li > a {
   font-size: 15px;
   color: #2e2e2d;
   font-family: "Lato Black";
   letter-spacing: 2px;
   o-transition: all .2s ease-in-out;
   -ms-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   -webkit-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
 }
.header .navbar-nav > li {
  border-right: 2px solid #f2f2f2;
}


.social{
  width: 20px;
}
.soc{
    float: right;
    margin-top: 14px;
    margin-left: 14px;
}
.sectionTitle{
   padding: 33px 0;
   background: #d2d5d1;
  text-align: center;
 }
.sectionTitle2{
  padding: 15px 0 10px 0;
  background: #d2d5d1;
}
.sectionTitle2 h2 > span{
  font-family: "Lato Light";
  font-size: 22px;
  letter-spacing: 6px;
}
.sectionTitle h2{
  font-family: "Lato Light";
  color: #fff;
  font-size: 30px;
  letter-spacing: 6px;
}
.projects-filter-container {
  position: relative;
}
.filter-item {
  background-image: url(../img/uncheck.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 15px 15px;
  font-size: 15px;
  display: inline;
  color: #fff;
  padding-left: 25px;
  cursor: pointer;
}
.checked{
  background-image: url(../img/check.png);
}
.unchecked{
  background-image: url(../img/uncheck.png);
}

.filter-title {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: 'latoregular';
  text-align: center;
}
.handle{
  padding:0 10px;
}

.rowFilter{
  margin: 0;

}
.borderFilter{
  border-right: 1px solid #fff;
}
.filter-items-container {
  text-align: left;
  width: 160px;
  margin: auto;
  position: relative;
  left: 25px;
}
.filter-submit {
  background-color: #fff;
  color: #555353;
  text-decoration: none;
  padding: 2px;
  text-align: center;
  width: 50%;
  margin: auto;
}
.filter-reset {
  background-color: #fff;
  color: #555353;
  text-decoration: none;
  padding: 2px;
  cursor: pointer;
  text-align: center;
  width: 50%;
  margin: 10px auto;

}

.filter-submit:hover {
  background-color: #CCC;
}
.filter-reset:hover {
  background-color: #CCC;
}
.filterHeight{
  min-height: 150px;

}
.centerFilter {
  align-items: center;
  display: flex;
  justify-content: center;
}


/*= SECTIONS
---------------------------------------------------------------------------------------------- */
.section {
  padding: 20px 0;
}


.logoB{
  width: 90px;
  margin-left: 4px;
  margin-top: -4px;

}
.logoB:hover{

  opacity: 0.7;
  filter: alpha(opacity=70); /* For IE8 and earlier */


}
.section.type-1 h1,
.section.type-1 h2,
.section.type-1 h3,
.section.type-1 h4,
.section.type-1 h5,
.section.type-1 h6,
.section.type-1 strong,
.section.type-1 b {
  color: #fff;
}
.section.type-1 h4 {
  color: #a5b3bf;
  border-color: #313b44;
}
.section.type-1 hr {
  border-color: #313b44;
}
.section.type-1 .form-control {
  background: #384048;
  border-color: transparent !important;
  color: #a5b3bf;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  /* ...and now override with proper CSS property */

  transition: background-color 0.3s linear;
}
.type-2{
  padding-top: 0;
}
.scroll{
  padding: 10px 0;

}
.carousel-indicators {
  bottom: 50%;
  left: inherit;
  position: absolute;
  right: 30px;
  text-align: center;
  z-index: 100;
  width: 25px;
  margin-bottom: -38px;
  visibility: hidden;

}



.carousel-indicators li {
  background-color: #dcdfe6;
  border: 1px solid #dcdfe6;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
.carousel-indicators .active {
  border-color: #2E2E2D;
  background: #2E2E2D;
}
.splash {
  background: url(../img/slider.png) no-repeat;
  position: relative;
  background-size:cover;


}



.carousel-indicators .active {
  height: 13px;
  width: 13px;
}
.logo-img{
position:absolute;
  top:10px;
  width: 111px;
}


.bright:hover{

  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  -moz-filter: brightness(70%);
  -o-filter: brightness(70%);
  -ms-filter: brightness(70%);
  o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.people-text {
  color: #a6a6a6;
  font-family: "Lato Light";
  font-size: 15px;
  text-align: left;
}

.people-text1 {
  color: #2e2e2d;
  font-family: "Lato Light";
  font-size: 15px;
}
/*= SPLASH
---------------------------------------------------------------------------------------------- */

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 100px 0;
}
.callout {
  display: table;
  width: 100%;
  height: 400px;
  color: #fff;
  background: url(../img/slider.png) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  -o-background-size: cover;
}
.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/*= JUMPER
---------------------------------------------------------------------------------------------- */
.jumper {
  height: 0;
  position: relative;
  top: -35px;
}
/*= FOOTER
---------------------------------------------------------------------------------------------- */
.footer {
/*  background: #090c11;*/
background :#e7e7e7;
  color: #fff;
  font-size: 13px;
 /* padding: 20px 0;*/
 padding:0px 0;
}
.footer * {
  line-height: 20px;
}
@media (max-width:992px) {
.arrow-right, .arrow-right1, .arrow-right2, .arrow-right3, .arrow-right4, .arrow-right5, .arrow-right6, .arrow-right7, .arrow-right8{
right:20px;
background: url(../img/arrowshover.png) no-repeat left bottom;
}
.soc{
display:none;
}
.header .navbar-nav > li > a{
letter-spacing:0;
}
.arrow-left, .arrow-left1, .arrow-left2, .arrow-left3, .arrow-left4, .arrow-left5, .arrow-left6, .arrow-left7, .arrow-left8{
left:20px;
background: url(../img/arrowshover.png) no-repeat left top;
}
}

@media (max-width:767px) {
p{
text-align:center !important;
}
.swiper-container1 .col-md-6{
padding :0 15px !important;
}
.swiper-container .col-md-6{
padding :0 15px !important;
}

.portfolio-modal .modal-content{
width:100% !important;
}
.sectionTitle{
padding-top:85px;
}
.portfolio-modal .close-modal{
position:absolute;
}
.news-desc-content{
width:100%;
}
.logo-img{
left:15px;
}

}
@media (min-width:992px) {
.projects-box-container, .people-box-container{
min-height:208px;
/*min-height:169px;*/
min-width:208px;
/*min-width:auto;*/
}
.container-fluid {
margin-left:40px;
margin-right:40px;
}
.newsletter-box-container{
min-height:250px;
min-width:250px;
}
.content-title{
    /*padding-left:50%;*/
}
.content-title1{
    /*padding-left:50%;*/
}
.content-break{
     /*margin: 16px auto 60px 70%;*/
}
.content-break1{
     /*margin: 16px auto 60px 70%;*/
}
}
