@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');
*{
  margin:0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}
body{
  position: relative;
  overflow-x: hidden;
}

.navbar-fixed{
  position: fixed;
  width: 100%;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1) !important;
  transition: .05s;
}
.navbar-page{
  left: 0;
  right: 0;
  border-bottom:solid 2px #800020;
  background: #fff;
  box-shadow: none;
  position: fixed;
  z-index: 10;
}
.navbar-page .nav-wrapper{
  margin-left: 10%;
  width: 80%;
}
.navbar-page ul li>a{
  color: #333;
}
.navbar-page ul li>a:hover{
  color: #800020;
}
.navbar-page ul li > a.active{
 background: #800020;
 color: #fff;
}
.navbar-page ul li:not(.active){
  border-right: solid 1px rgba(0, 0, 0, 0.1);
}
.navbar-page ul li a.active span.first{
  color: #fff;
}
.navbar-page ul li a:not(.active) span.first{
  color: #800020;
}
.navbar-page ul li:last-child{
  border-right: none;
}
.navbar-brand img{
  height: 62px;
  /* object-fit: fill */
}
.navbar-brand  .sm-menu-trigger{
  color: #333;
}

.navbar-menu-sm{
  width: 100%;
  z-index: 3;
  position: fixed;
  top: 52px;
  /* height: 0; */
  display:none;
  /* transition: .5s; */
}
.navbar-menu-sm-backdrop{
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.navbar-menu-sm .collection{
  margin: 0;
  border: none;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}
.navbar-menu-sm .collection  a{
  color: #333;
}
.navbar-menu-sm .collection .active{
  background: #800020;
  color: #fff;
}

.parallax-brand{
  position: fixed;
  width:100%;
  height: 100%;
}
.parallax-brand .parallax-container{
  width: 100%;
  height: 100%;
}
.parallax-brand .parallax-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parallax-brand .carousel{
  height: 100% !important;
}
.parallax-brand .carousel .carousel-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.parallax-brand .indicators{
  z-index: 1;
}
.parallax-brand .carousel-fixed-item{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 62px;
}
.parallax-over-image{
  position: absolute;
  width: 50%;
  height: 100%;
}
.parallax-logo{
  width: 40%;
  margin-right: 64px;
}
.parallax-over-bg{
  background: rgba(182, 171, 162, 0.8 );
}
.over-right{
  right: 0;
}
.parallax-over-image .collection{
  flex: 50;
  flex-direction: column;
  text-align: left;
  /* margin-top: 50%; */
}
.parallax-over-image .collection{
  border : none;
}
.parallax-over-image .collection .collection-item{
  border : none;
  background: none;
  font-size:2.5em;
  padding: 32px;
  color: #fff;
}
.title-item{
  font-size:1.5em;
  /* margin-right: 10px; */
  color: #800020;
  font-weight: 400;
}
.aligner {
  display: flex;
  align-items: center;
  min-height: 100%;
  justify-content: center;
}

.aligner-item {
  flex: 1;
}

.aligner-item--top {
  align-self: flex-start;
}

.aligner-item--bottom {
  align-self: flex-end;
}

.aligner-item--fixed {
  flex: none;
  max-width: 50%;
}
.content-section{
  position: absolute;
  margin-top: calc(80% - 62px);
  width: 100%;
}
.parallax-container .parallax {
  z-index: 2;
}
.page-container{
  width:80%;
}

.content-section h2{
  font-size: 32px;
  margin-top: 32px;
  margin-bottom:0px;
}
.content-section .dec-title{
  height: 6px;
  margin-top: 8px;
  margin-bottom:16px;
}
.content-section p{
  font-size: 16px;
  font-weight: 300;
}
.content-section .section{
  background: #fff;
}
.content-section .page-red{
  background: #800020;
  color:#fff;
  font-weight: 400;
}
.content-section .page-brow{
  background: #706662;
  color:#fff;
  font-weight: 400;
}
#projectSubPage{
  padding:0;
  height: 510px;
}
.hidden{
  visibility: hidden;
}
.page-half-about{
  padding: 0;
  margin-top: -1px;
}
.page-half-about img{
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3)
}

.page-half-about .page-container{
  margin-bottom: 0;
}
.page-half-bg{
  position: relative;
  width: 100%;
  height: 200px;
  background: #800020;
}
.page-half-about .first img{
  height: 400px;
}
.page-half-content{
  position: relative;
  margin-top: -200px;
}
.half-right-first img{
  height : 215px;
  margin-bottom:10px;
}
.half-right-last img{
  height : 170px;
}
.page-container .card{
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3)
}
.page-container .card img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px 5px 0px 0px;
}
.page-container .card .card-content{
  background: #f0faf3;
  min-height: 195px;
  text-align: left;
  line-height: 24px;
}
.page-container .card .card-content p {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #800020;
  font-size: 1em;
}

.img-over-bg{
  width: 100%;
  height: 200px;
  position:absolute;
  background-image:
    linear-gradient(180deg,
    rgba(255,255,255,0 ) 40%, rgba(128,0,32,0.7));
  z-index: 1;
}

.page-container .card .card-title{
  z-index:2;
  width: 100%;
  margin: 0;
  padding: 7.5px;
}
.page-container .card .card-title b{
  font-weight: 600;
}
.approach-content img{
  width: 35%;
  margin:10px;
}
.approach-content h3{
  font-size: 24px;
  margin: 0;
  margin-bottom: 10px;
}
.page-img-bg{
  position: absolute;
}
.page-img-bg img{
  width: 100%;
  opacity: .2;
}
#whatwedo .page-container{
  position: relative;
}
#capabilities{
  padding: 0;
  margin-bottom: -20px;
}
.over-bg{
  position: relative;
  margin-top: -500px;
}
.over-bg-project{
  position: relative;
  margin-bottom: 0;
}
#whatwedo .over-bg{
  margin-top: -896px;
}
.cap .owl-carousel .owl-stage-outer{
  padding: 10px 0px;
  /* overflow: initial; */
}
.cap .item{
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  min-height: 350px;
  background: #fff;
  border-radius: 5px;
}
.cap .item h3{
  font-size: 24px;
  margin: 0px;
  color:#800020;
  margin-bottom: 10px;
}
.cap .item p{
  text-align: center;
  font-weight: 400;
  font-size: .9em;
}
.bg-opacity{
  position: relative;
  width: 100%;
  height: 510px;
  margin-top: -15px;
  margin-bottom: -15px;
  opacity: 1;
  overflow: hidden;
}
.bg-opacity.bg-project{
}
.bg-color{
  width: 100%;
  height: 100%;
  background: rgba(182,171,162, 0.5);
  position: absolute;
}
.bg-opacity img{
  opacity: .3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#whatwedo .bg-opacity{
  height: 896px;
}
#capabilities .bg-opacity img{
  opacity: .5;
  width: 100%;
  object-fit: cover;
}
.cap-card-bottom{
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin-left: -20px;
}
.owl-nav {
    position: absolute;
    margin-top: -260px !important;
    width: 100%;
    z-index: -1;
}
.owl-prev{
  float: left;
  margin-left: -64px !important;
}
.owl-next{
  float: right;
  margin-right: -64px !important;
}
.owl-prev, .owl-next{
  padding: 24px !important;
  font-size: 48px;
}
.cap-card-bottom img.img-desc{
  display:inline !important;
  width: 50%;
  border-radius: 50%;
  width: 102px !important;
  height: 102px !important;
  object-fit: cover;
}
#approach .col{
  padding-top: 30px;
  padding-bottom: 30px;
}
.title-red{
  color: #800020;
}
.sm-menu-trigger{
  display: none;
}
.owl-carousel p{
  color: #333;
}
.owl-carousel .item .item-content{
  padding: 15px;
}
#projectSubPage .item img{
  border-radius: 5px 5px 0px 0px;
  height: 200px;
  object-fit: cover;
}
#projectSubPage .owl-carousel .item{
  padding: 0px;
}
#projectSubPage .over-bg{
  margin-top: -460px;
}
#contact .contact-contents{
  padding: 15px 0
}
#contact .social img{
  height: 48px;
  width: 48px;
  margin: 5px 10px;
  object-fit: contain;
}
.contact-logo{
  height: 48px;
}
.moda-loading{
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
}
.moda-loading .loading-contents{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.moda-loading .loading-contents img{
  width: 300px;
  -webkit-animation:flash 5s ease infinite;animation:flash 5s ease infinite;
}
.content-careers{
  margin-top: 64px;
}
.content-careers .over-bg{
  margin-bottom: 0px;
}
.img-bg{
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
}
.content-careers .page-container .page-header{
  position: relative;
  z-index: 2;
}
.page-bg{
  height: 100%;
  width: 100%;
  background: rgba(128, 0, 32, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content-section h1 {
  font-size: 48px;
  margin-top: 48px;
  margin-bottom: 0px;
}
.careers-header{
position: absolute;
width: 100%;
height: 200px;
}
.careers-contents{
position: absolute;
width: 100%;
margin-top: 200px;
padding-top: 25px;
}
.break-careers{
  border-top: solid 1px rgba(128, 0, 32, 0.8);
  margin: 40px 0px;
  margin-bottom: 20px;
}
.job-header{
  color : #800020;
}
.job-description{
  color: #666;
  font-size: .9em;
  margin-bottom: 15px;
}
.job-list{
  margin-left: 15px;
}
.job-list li{
  margin-bottom: 15px;
  color: #333;
  list-style-type: disc !important;
}
.img-career{
width: 100%;
border-radius: 5px;
}
.flex{
width: 100%;
flex-direction: row;
display: -webkit-flex;
-webkit-align-items: center;
display: flex;
align-items: center;
}
.flex .input{
width: calc(100% - 32px);
}
.flex .icon{
width: 32px;
}
.search-box{
width: calc(100% - 128px);
margin-left: 64px;
}
.btn-full-width{
width: 100%;
}
.btn-outline{
background: white;
color: #333;
border: solid 1px #333;
}
.btn-outline:focus, .btn-outline:active, .btn-outline:hover{
background: white;
}
#contact{
  border-top: solid 2px #800020;
  background: #fafafa;
}
#partner .card-content{
 border-radius: 5px;
}
.partner{
  margin-top:-48px;
}
.partner img{
  width: 86px ;
  height: 86px ;
  margin-right:16px;
  margin-bottom:10px;
  object-fit: cover;
}
@media screen and (max-width: 1199.98px) {
  .page-container .card .card-content{
    /* display: none; */
  }
  .parallax-brand .carousel{
    height: 758px !important;
  }
}

@media  screen and (max-width: 991.98px) {
  .cap .owl-carousel .owl-stage-outer{
    overflow: hidden;
  }
  .navbar-page .nav-wrapper{
    width:90%;
    margin-left: 5%;
  }
  .sm-menu-trigger{
    display: block;
  }
  .parallax-brand .carousel{
    height: 680px !important;
  }

}
@media screen and (max-width: 820.98px) {
  .navbar .navbar-brand {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .partner{
    margin: 16px 0px;
  }
  .partner img{
    width: 64px ;
    height: 64px ;
  }
  .navbar-brand img{
    width: 150px;
    object-fit: contain;
  }
  .page-content{
    padding: 20px 20px;
  }
  .page-content p{
    font-size: .9em;
   }
   .cap .owl-carousel .owl-stage-outer{
     overflow: hidden;
   }
   .parallax-brand .carousel{
     height: 570px !important;
   }
   .parallax-over-image .collection .collection-item{
     font-size:2em;
     padding: 20px;
   }
   .title-item{
     font-size:1.5em;
   }
   .partner .col{
    width: auto !important;
    float: initial;
    display: inline-grid;
    margin-top:24px;
   }
  .time{
     text-align:right;
  }
  .kp{
      text-align: left;
  }
}


@media screen and (max-width: 575.98px) {
  .parallax-brand .parallax-container{
    height: 400px;
  }
  .bg-opacity img{
    width: 100%;
    object-fit: cover;
    height: 510px;
  }
  .content-section{
    position: absolute;
    margin-top: 450px;
    width: 100%;
  }
  .parallax-brand .carousel{
    height: 450px !important;
  }
  .page-container{
    width:95%;
  }
  .parallax-over-image{
    height: calc(100% - 52px);
  }
  .parallax-brand .carousel-fixed-item{
    top: 54px;
  }
  .parallax-over-image .collection .collection-item{
    font-size:1.5em;
    padding: 12px;
  }
  .title-item{
    font-size:1.5em;
  }
  .parallax-logo{
    width: 60%;
    margin-right: 0px;
  }
  #contact .left-align{
    text-align: center !important;
  }
  #overLeftBg{
    width: 40%;
  }
  #overRightBg{
    width: 60%;
  }
  .owl-prev, .owl-next{
    display: none !important;
  }

}
