
.sub-header {
  height: 600px;
  background-size: cover;
  position: relative;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-image: url(../images/background-shape.png);
  mask-image: url(../images/background-shape.png);
  margin-bottom: 10px;
  background-position: center;
  z-index: 1;
}
.clr-white{
  color: #ffffff;
}
.clr-gray{
  color: #898989;
}
.sub-header:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(123, 196, 167, .25);
}
.page-title {
  color: #3C57A5;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 7%;
}
.page-template-case-studies .page-title{
    top: 17%;
}
.sub-header .inner-container {
  position: relative;
  height: 100%;
}
.sub-elements {
  position: relative;
  height: 350px;
  margin-top: -120px;
}
.sub-elements img {
  position: absolute;
}
.ele-two {
  right: 4%;
}
.ele-one {
  left: 4%;
  top: -90%;
}
.ele-four {
    position: absolute;
    bottom: -80px;
}
.inner-container {
  width: 85%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.vm-section {
  padding-bottom: 200px;
}
.sub-title {
  color: #3C57A5;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.fcol-mtop {
  margin-top: -10%;
}
.fcol-mtop p {
  margin-bottom: 20px;
}
.ele-three {
  position: absolute;
  bottom: -5%;
  right: -5%;
  z-index: -1;
}
.page-title:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.46);
  position: absolute;
  z-index: -1;
  top: 25%;
  left: 50%;
  border-radius: 100%;
  box-shadow: 0 0 100px 100px rgba(255,255,255,0.46);
  transform: translate(-50%, -50%);
}
.projects{
  width: 100%;
}
#projects {
  width: 100%;
  margin-top: 30px;
  text-align: justify;
  display: block;
}
#projects .project-col {
  display: inline-block;
  width: 33%;
  position: relative;
  margin-bottom: 40px;
  vertical-align: top;
}
#projects .project-col img{
  max-width: 100%;
  height: auto;
}
#filters{
  z-index: 1;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
#filters .works-filter{
  display: block;
  color: #3C57A5;
  padding: 0px 15px;
  font-size: 1.2em;
}
#filters .control.mixitup-control-active{
  color: #898989;
}
#filters .types .control.mixitup-control-active{
  background-color: #898989;
  color: #FFFFFF;
}
#filters .projectButton, #filters .serviceButton{
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
#filters .types{
  display: none;
  border: 2px solid #3C57A5;
}
#filters .buttonType{
  font-size: 36px;
  font-weight: bold;
  color: #3C57A5;
  background-color: transparent;
  border: none;
  margin-right: 40px;
  padding-left: 0px;
  text-transform: uppercase;
  line-height: 2;
}
#filters .types .works-filter{
  display: block;
}
#projects .project-col .sub-title {
  font-weight: 400;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: left;
}
.page-template-case-studies #projects .project-col .sub-title{
    margin-right: 45px;
}
#projects .project-col .location{
  color: #666666;
}
#projects .workItem {
  display: none;
}
#projects .show-workItem {
  display: inline-block;
  transition: all .35s ease;
}
#filters .works-filter {
  display: inline-block;
  text-decoration: none;
  transition: all .35s ease;
}
#filters .works-filter:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all .35s ease;
}
#filters .works-filter-active {
  transition: all .35s ease;
}
#filters .works-filter-active::before {
  content: "\f058";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  text-transform: none;
  transition: all .35s ease;
  color: #3C57A5;
  margin-right: 5px;
}

.single-project{
  margin-top: 20px;
}
.back{
  justify-content: flex-end;
}
.back a{
  font-size: 18px;
  line-height: 1px;
  border: 2px solid #3C57A5;
  display: inline-block;
  padding: 18px 30px;
  font-weight: bold;
  color: #3C57A5;
  border-radius: 10px;
  transition: .5s;
}
.back a:hover{
  background: #3C57A5;
  color: #ffffff;
}
.back a i{
  display: inline-block;
  padding-left: 54px;
  transition: .5s;
  position: relative;
  left: 0px;
  transform: rotate(-180deg);
}
.back a:hover i{
  left: -10px;
  color: #ffffff;
}
.project-row{
  margin-top: 50px;
}
.project-row .image{
  flex-basis: 50%;
  max-width: 50%;
}
.project-row .image img{
  max-width: 88%;
  width: 100%;
  height: auto;
}
.project-row .image .featured ,.project-row .image .image1{
  margin-bottom: 40px;
}
.project-row .content{
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-row .content .sec-title{
  color: #3C57A5;
  font-size: 90px;
}
.project-row .content .title{
  color: #898989;
  text-transform: none;
  font-weight: 400;
  font-size: 60px;
}
.project-row .content .details p, .project-row .content .disclaimer{
  padding-left: 50px;
}
.project-row .content p{
  color: #292C33;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.project-row .content p::before{
  content: '\f111';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #3B57A5;
}
.gallery-row{
  margin-bottom: 5%;
}
#projectGallery{
  display: flex;
  flex-direction: column;
}
.single-cases #projectGallery{
  display: block;
}
.gallery-row .item{
  float: left;
  width: 50%;
  margin-top: 40px;
}
#projectGallery .item:first-child img, #projectGallery .item:nth-child(4) img{
  max-width: 88%;
}
.gallery-row .image img{
  max-width: 90%;
  height: auto;
}
.gallery-row .item img{
  max-width: 94%;
  width: 100%;
  height: auto;
}
.project-col .title .case-link{
  font-size: 18px;
  line-height: 1px;
  border: 2px solid #3C57A5;
  display: inline-block;
  padding: 18px 30px;
  font-weight: bold;
  color: #3C57A5;
  border-radius: 10px;
  transition: .5s;
  text-align: left;
}
.project-col .title .case-link:hover{
  background: #3C57A5;
  color: #ffffff;
}
.project-col .title .case-link i{
  display: inline-block;
  padding-left: 30px;
  transition: .5s;
  position: relative;
  left: 0px;
}
.project-col .title .case-link:hover i{
  left: 10px;
  color: #ffffff;
}
.page-template-case-studies .project-col {
  width: 33%;
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  margin-top: 40px;
}
.page-template-case-studies .project-col .title p{
  width: 85%;
  margin-top: 20px;
  text-align: left;
  min-height: 290px;
}
.promise{
  color: #898989;
  font-size: 60px;
  font-weight: 400;
}
.project-row .content .case-excerpt{
  padding-left: 10px;
  color: #666666;
}
.project-row .content .case-excerpt::before{
  content: none;
}
.single-cases .project-row .content .sub-title{
  font-weight: bold;
  color: #3C57A5;
}
.single-cases .project-row .details{
  padding-left: 10px;
}
.single-cases .project-row .details .sub-title{
  margin-top: 50px;
}
.back:last-child{
  padding-bottom: 50px;
}

/* Responsive */
@media only screen and (min-width: 1941px){
    .sub-header {
      height: 650px;
    }
    .gallery-row .item img{
      max-width: 95%;
    }
}
@media only screen and (min-width: 2100px){
    .sub-header {
      height: 720px;
    }
}
@media only screen and (min-width: 2300px){
    .sub-header {
      height: 780px;
    }
    .gallery-row .item img{
      max-width: 96%;
    }
}

@media only screen and (max-width: 1820px){
  .sub-elements {
    margin-top: -150px;
  }
  #filters .buttonType{
    font-size: 34px;
  }
  .project-row .content .sec-title{
      font-size: 80px;
  }
}
@media only screen and (max-width: 1720px){

  .ele-two {
    top: -10%;
  }
  #filters .buttonType{
    font-size: 32px;
  }
  .page-template-case-studies .project-col .title p{
    min-height: 325px;
  }
  .project-row .content .sec-title{
      font-size: 70px;
  }
}
@media only screen and (max-width: 1681px){

  .sub-header {
    height: 550px;
  }
  .sub-elements {
    margin-top: -110px;
  }
  .fcol-mtop {
    margin-top: -15%;
  }
  .project-row .content .title{
    font-size: 52px;
  }
  .gallery-row .item img {
    max-width: 93.5%;
  }
  .page-template-case-studies .project-col .title p{
    min-height: 260px;
  }

}
@media only screen and (max-width: 1599px){
  .sub-header {
    height: 500px;
  }
  .ele-one {
    top: -80%;
  }
  .fcol-mtop {
    margin-top: -18%;
  }
  #filters .buttonType{
    font-size: 30px;
  }
  .project-row .content .title{
    font-size: 45px;
  }
  .gallery-row .item img {
    max-width: 92.5%;
  }
  .project-row .content p::before{
    font-size: 17px;
  }
  .project-row .content .details p, .project-row .content .disclaimer {
    padding-left: 35px;
  }
  .page-template-case-studies .project-col .title p{
    min-height: 220px;
  }
  .project-row .content .sec-title{
      font-size: 65px;
  }
}
@media only screen and (max-width: 1560px){

}
@media only screen and (max-width: 1520px){

}
@media only screen and (max-width: 1480px){
  .sub-header {
    height: 475px;
  }
  .ele-one {
    top: -65%;
  }
  .ele-two {
    top: -5%;
    width: 180px;
  }
  .ele-one {
    top: -60%;
    width: 220px;
  }
  .ele-three {
    width: 320px;
  }
  .ele-four {
    width: 165px;
  }
  .fcol-mtop p {
    margin-bottom: 40px;
  }
  #filters .buttonType{
    font-size: 28px;
    margin-right: 30px;
  }
  .page-template-case-studies .project-col .title p {
    min-height: 205px;
  }

}
@media only screen and (max-width: 1440px){
    
}
@media only screen and (max-width: 1400px){
  .project-row .content .sec-title{
      font-size: 60px;
  }
  .gallery-row .item img {
    max-width: 92%;
  }
}
@media only screen and (max-width: 1366px){
  .sub-header {
    height: 450px;
  }
  .os-section {
    padding-bottom: 80px;
  }
  #filters .buttonType{
    font-size: 26px;
  }
  .project-row .content .title{
    font-size: 42px;
  }
}

@media only screen and (max-width: 1359px){
  .fcol-mtop {
    margin-top: -20%;
  }
  .project-row .content .title{
    font-size: 40px;
  }
  .page-template-case-studies .project-col .title p {
    min-height: 195px;
  }
  .project-row .content .sec-title{
      font-size: 50px;
  }
}
@media only screen and (max-width: 1320px){

}
@media only screen and (max-width: 1280px){
  .sub-header {
    height: 400px;
  }
  #filters .buttonType{
    font-size: 24px;
  }
}

@media only screen and (max-width: 1279px){
  .page-template-case-studies .project-col .title p {
    min-height: 150px;
    width: 90%;
  }
}

@media only screen and (max-width: 1199px){
  .sub-header {
    height: 375px;
  }
  .ele-one {
    top: -50%;
  }
  .vm-section {
    padding-bottom: 50px;
  }
  .ele-four {
    width: 140px;
    bottom: -50px;
  }
  .os-section {
    padding-bottom: 60px;
  }
  .ele-five {
    bottom: -50px;
    right: -50px;
    width: 150px;
  }
  .page-template-our-team .owl-theme .owl-nav .owl-next {
    right: 17%;
  }
  .project-row .content .title{
    font-size: 32px;
  }
  .gallery-row .item img {
    max-width: 89.5%;
  }
  .project-row .content p::before{
    font-size: 15px;
  }
  .project-row .content .details p, .project-row .content .disclaimer {
    padding-left: 30px;
  }
  .page-template-case-studies .project-col .title p {
    min-height: 170px;
  }
  .project-row .content .sec-title{
      font-size: 45px;
  }
}

@media only screen and (max-width: 1100px){
  .sub-header {
    height: 350px;
  }
  .ele-one {
    top: -44%;
    width: 200px;
  }
  #filters .buttonType{
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px){
  .sub-header {
    height: 330px;
  }
  .ele-two {
    top: -2%;
    width: 150px;
  }
  .ele-one {
    top: -36%;
  }
  .ele-four {
    width: 100px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 999px){
  .vm-area {
    max-width: 400px;
  }
  .ele-three {
    width: 200px;
    bottom: -4%;
  }
  .ele-one {
    width: 160px;
  }
  .ele-two {
    width: 130px;
  }
}

@media only screen and (max-width: 991px){
  .padd-lft-zero {
    padding-left: 15px;
  }
  .ele-five {
    bottom: -40px;
    right: -40px;
    width: 120px;
  }
  .page-template-our-team .owl-theme .owl-nav{
    position: absolute;
    width: 100%;
  }
  .page-template-our-team .owl-theme .owl-nav .owl-prev{
    bottom: 80px;
    left: -25%;
  }
  .page-template-our-team .owl-theme .owl-nav .owl-next{
    bottom: 80px;
    right: 0px;
  }
  .vm-area{
    position: relative;
    bottom: 0px;
  }
  .design-row {
    margin-bottom: 0;
  }
  .vm-section ul{
    padding-left: 30px;
  }
  .vm-section ul li::before{
    left: -30px;
  }
  #projects .project-col {
    width: 49%;
  }
  .page-template-case-studies .project-col {
    width: 49%;
  }
  .project-row .content .title{
    font-size: 28px;
  }
  .gallery-row .item img {
    max-width: 87%;
  }
  .page-template-case-studies .project-col .title p {
    min-height: 127px;
  }
  .project-row .content .sec-title{
      font-size: 35px;
  }
}

@media only screen and (max-width: 900px){
 
}
@media only screen and (max-width: 800px){
  .sub-header {
    height: 300px;
    -webkit-mask-image: url(../images/background-shape-mobile.png);
    mask-image: url(../images/background-shape-mobile.png);
  }
  .ele-one {
    top: -28%;
  }
}
@media only screen and (max-width: 767px){
  .logo {
    padding: 0px;
  }
  .menu {
        padding: 0px;
   }
  .fcol-mtop p {
    margin-bottom: 30px;
  }
  .sub-header {
    height: 275px;
  }
  .vm-area {
    max-width: 360px;
  }
  .ele-one,.ele-three {
    width: 130px;
  }
  .ele-two {
    width: 100px;
  }
  .sub-elements {
    margin-top: -80px;
  }
  .page-title {
    font-size: 40px;
    left: 30px;
  }
  .inner-container {
    width: 95%;
  }
  .ele-four {
    width: 90px;
  }
  .ot-section{
    padding-bottom: 0px !important;
  }
  .ele-five {
    bottom: -30px;
    right: -30px;
    width: 100px;
  }
  .sec-title {
    font-size: 45px !important;
  }
  .padd-rit-normal{
    padding-right: 15px;
  }
  #projects .project-col img {
    width: 95%;
  }
  #filters .buttonType{
    font-size: 20px;
  }
  .fcol-mtop {
    margin-top: -40%;
  }
  .project-row .content .title{
    font-size: 24px;
  }
  .project-row, .gallery-row{
    flex-direction: column;
  }
  .project-row .image, .project-row .content{
      max-width: 100%;
  }
  .gallery-row .item{
    width: 100%;
  }
  .gallery-row .image img, .gallery-row .item img{
    max-width: 100%;
  }
  .project-row .image img, #projectGallery .item:first-child img, #projectGallery .item:nth-child(4) img{
    max-width: 100%;
  }
  .project-row .image .featured-project{
    margin-bottom: 40px;
  }
  .gallery-row .image .image1{
    margin-bottom: 40px;
  }
  .back{
    padding-top: 30px;
  }
  .page-template-case-studies .project-col .title p {
    min-height: 170px;
  }
}
@media only screen and (max-width: 650px){
  .sub-header {
    height: 250px;
  }
  .sub-elements {
    margin-top: -60px;
  }
  #projects .project-col{
    margin-bottom: 30px;
    width: 100%;
  }
  #projects .project-col .sub-title{
    margin-top: 20px;
  }
  .page-template-case-studies #projects .project-col .sub-title{
    margin-right: 0px;
  }
}
@media only screen and (max-width: 600px){
  .ele-two {
    top: -6%;
  }
  .page-template-case-studies .project-col .title p {
    min-height: 130px;
  }
}
@media only screen and (max-width: 580px){
    .sub-header {
    height: 220px;
  }

  .page-title {
    font-size: 30px;
    left: 20px;
  }
  .ele-four {
    width: 80px;
  }
  .sec-title {
    font-size: 40px !important;
  }
  .ele-five {
    bottom: -25px;
    right: -25px;
    width: 80px;
  }
  #filters .buttonType{
    font-size: 18px;
    margin-right: 20px;
  }
  #filters{
    width: 95%;
    margin: 0 auto;
    flex-direction: column;
  }
  #projects{
    flex-direction: column;
  }
  .page-template-case-studies .project-col .title p {
    width: 100%;
    min-height: auto;
  }
  .project-row .content .title{
    font-size: 21px;
  }
  .single-cases .project-row .details .sub-title {
    margin-top: 20px;
  }
  .gallery-row .image .image1 {
    margin-bottom: 20px;
  }
  .gallery-row .item{
    margin-top: 20px;
  }
  #projects .project-col img {
    width: 100%;
  }
  #filters .projectButton, #filters .serviceButton{
    display: block;
  }
}
@media only screen and (max-width: 540px){
  .sub-elements {
    height: 250px;
  }
}
@media only screen and (max-width: 480px){
    .sub-header {
    height: 180px;
  }
  .ele-one {
    width: 100px;
  }
  .ele-three {
    right: 0;
    bottom: 0px;
  }
  .ele-two {
    width: 70px;
  }
  .sec-title {
    font-size: 35px !important;
  }
  .ele-five {
    bottom: -20px;
    right: -20px;
    width: 70px;
  }
  .project-row .content .details p, .project-row .content .disclaimer {
    padding-left: 25px;
  }
  .project-row .content p::before{
    font-size: 13px;
  }
}
@media only screen and (max-width: 479px){
  .fcol-mtop {
    margin-top: -60%;
  }
}
@media only screen and (max-width: 430px){
    .sub-header {
    height: 170px;
  }
  .page-title {
    font-size: 25px;
  }
  .vm-section{
      margin-top: 30px;
  }
}
@media only screen and (max-width: 400px){
  .sub-elements {
    margin-top: -80px;
  }
  .vm-section {
    margin-top: 65px;
  }
  .page-title {
    font-size: 20px;
  }
  .project-row .content .title{
    font-size: 19px;
  }
}
@media only screen and (max-width: 380px){
  .sec-title {
    font-size: 30px !important;
  }
  .fcol-mtop {
    margin-top: -67%;
  }
  #filters .buttonType {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 359px){
  #filters .buttonType{
    font-size: 14px;
  }
  .fcol-mtop {
    margin-top: -74%;
  }
  .back a{
    padding: 13px 10px;
  }
}
