*{
  box-sizing: border-box;
}

html,body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

@font-face {
  font-family: 'Futura';
  /*src: url('../../fonts/FuturaLT-Bold.ttf') format('truetype');*/
  src: url('../fonts/FuturaLT.eot'?v=4.6.6); /* IE9 Compat Modes */
  src: url('../fonts/FuturaLT.eot?#iefix&v=4.6.6') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/FuturaLT.woff?v=4.6.6') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/FuturaLT.ttf?v=4.6.6')  format('opentype'); /* Safari, Android, iOS */
  font-weight: 600;
}

/* Top Bar */
.top-bar {
  width: 100%;
  display: inline-flex;
}

.menu-action {
  cursor: pointer;
  position: absolute;
  top: 45px;
  left: 75px;
}

.top-bar .logo {
  text-align: center;
  margin: 0 auto;
}

.overlay {
  height: 85vh;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 155px;
  right: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 8%;
  width: 100%;
  text-align: center;
  margin-top: 30px;  
}

.overlay-content a {
  font-family: 'Futura';
  color: #fff;
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  text-align: left;
  font-size: 54px;
  text-transform: uppercase;
  margin: 0px 0px 0px 75px;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: -o-max-content;
}

.overlay a:hover, 
.overlay a:focus {
  color: #fff;
  text-decoration: none;
}

.closebtn {
  position: absolute;
  top: 15px;
  right: 80px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  font-size: 54px;
}

/* Home Banner */
.bg-home-banner {
  background-image: url(../images/home-banner.png);
  margin: 10px 0px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
}

/* Our Services */
.services-bg {
  background-color: #CC0000;
  height: auto;
  margin-top: -210px;  
}

.services-bg .row {
  margin-top: -57px;
}

#left, 
#right {
  background-color: #CC0000;
  display: inline-block;
  padding: 10px 0px 10px 0px;
  width: 400px;
  border: 2px solid #fff;
  margin: 5px; 
}

.services-bg p {
  font-family: 'Futura';
  font-size: 24px;
  color: #000;
  text-align: center;
  margin: 70px 0px 0px 0px;
}

.services-bg h1 {
  font-family: 'Futura';
  font-size: 24px;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0px;
}

.mkdf-v-align {
  border-left: 1px solid #fff;
  height: 110px;
  margin: 20px 0px;
}

.mt-20 {
  margin: 20px 0px;
  height: 110px;
} 

.mkdf-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* About Us */
.about-us-bg {
  background-image: url(../images/about---us.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-us-bg h1 {
  font-family: 'Futura';
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin-top: 65px;
}

.about-us-bg a {
  font-family: 'Futura';
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 90px auto;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 25px 0px;
  width: 350px;
  height: auto;
  cursor: pointer;
}

.about-us-bg a:hover ,
.about-us-bg a:active {
  border: 2px solid #fff;
  padding: 25px 0px;
  text-decoration: none;
  width: 350px;
  height: auto;
  cursor: pointer;
  color: #fff;
}

/* Gallery */

.mkdf-gallery .col-md-6:nth-child(1) {
  background-image: url(../images/1.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 0px;
  background-position: center center;
}

.mkdf-gallery .col-md-6:nth-child(2) {
  background-image: url(../images/2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 0px;
  background-position: center center;
}

.mkdf-gallery .col-md-6:nth-child(3) {
  background-image: url(../images/3.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 0px;
  background-position: center center;
}

.mkdf-gallery .col-md-6:nth-child(4) {
  background-image: url(../images/4.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding: 0px;
  background-position: center center;
}

.label-bg {
  background-color: #333333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  padding: 20px 30px;
}

.label-bg h1 {
  text-align: right;
  font-size: 24px;
  font-family: 'Futura';
  margin-top: 10px;
}

.mkdf-label-left {
  float: left;
}

/* Project */
.mkdf-project {
  padding-left: 0px !important;
}

.mkdf-project h1{
  background-color: #000;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Futura'; 
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.mkdf-project .col-md-3 {
  flex: 25%; 
  padding: 0px;
}

.mkdf-project img {
  width: 100%;
}


/* Footer */
.footer-bg {
  background-color: #CC0000;
}

.footer-bg h1:nth-child(1) {
  color: #000;
  margin-top: 70px;
}

.footer-bg h1{
  font-family: 'Futura';
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.footer-bg a h1{
  margin-top: 20px !important;
  text-decoration: underline;
  text-align: center;
  color: #fff !important;
  text-transform: lowercase !important;
}

.footer-bg a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.redirect {
  margin-bottom: 70px;
  font-size: 16px !important;
}

.redirect a {
  margin-top: 20px !important;
  text-decoration: underline;
  text-align: center;
  color: #fff !important;
}


/* Generic Class */
.upper-case {
  text-transform: uppercase;
}

/* For Mobile */
@media(min-width: 0px) and (max-width: 550px) {

  .top-bar .logo img {
    width: 75%;
  }

  .menu-action  {
    margin: 45px 0px 45px 30px;
    position: unset;
    top: unset;
    left: unset;
  }

  .menu-action img{
    width: 40%;
  }

  .overlay {
    top: 109px;
    height: 65vh;
  }

  .overlay-content a {
    font-size: 24px;
    margin: 0px 0px 0px 30px;
  }

  .closebtn {
    right: 25px;
    font-size: 44px;
  }

  /* Home Banner*/
  .bg-home-banner {
    margin: 0px 0px;
    background-position: 20% 0%;
  }

  #left, 
  #right {
    background-color: #CC0000;
    display: inline-block;
    padding: 0px;
    width: 300px;
    border: 2px solid #fff;
    margin: 10px;
  }

  .mkdf-v-align {
    border-left: unset;
    height: unset;
    margin: 0px 0px;
  }

  .mt-20 {
    height: unset;
    margin: 0px 0px;
  }

  /* Services */
  .services-bg h1 {
    font-size: 18px; 
  } 

  .services-bg .row {
    margin-top: -110px;
  }

  .services-bg p {
    font-size: 18px;
    margin: 40px 0px 0px 0px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  /* About Us */
  .about-us-bg {
    height: auto;
  }

  .about-us-bg a {
    width: auto;
    height: 50px;
    margin: 60px auto;
    font-size: 18px;
  }

  .about-us-bg a:hover ,
  .about-us-bg a:active {
    width: auto;
    height: 50px;
    color: #fff;
  }

  .about-us-bg h1 {
    font-size: 18px;
    margin-top: 45px !important;
    line-height: 32px;
  }

  /* Gallery */
  .mkdf-gallery .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .label-bg {
    width: 100%;
    padding: 10px 0px;
  }

  .label-bg h1 {
    text-align: center;
    float: unset;
    font-size: 18px;
    margin: 10px 0px;
  }

  .mkdf-gallery .col-md-6:nth-child(1) {
    height: 60.5vh;
    background-position: unset;
  }

  .mkdf-gallery .col-md-6:nth-child(2) {
    height: 70vh;
    background-position: bottom;
  }

  .mkdf-gallery .col-md-6:nth-child(3) {
    order: 4;
    height: 65vh;
    background-position: unset;
  }

  .mkdf-gallery .col-md-6:nth-child(4) {
    height: 65vh;
    background-position: unset;
  }

  /* Project */
  .mkdf-project .row {
    display: inherit;
  }

  .mkdf-project h1 {
    font-size: 18px;
    height: 90px;
  }

  /* Footer */ 
  .footer-bg h1 {
    font-size: 18px !important;
  }

  .footer-bg h1:nth-child(1) {
    margin-top: 45px;
  }

  .redirect {
    margin-bottom: 40px;
  }

  .redirect a {
    line-height: 32px;
  }
}


/* Tablet */
@media(min-width: 551px) and (max-width: 767px) {
  .menu-action  {
    margin: 45px 0px 45px 30px;
    top: unset;
    left: unset;
  }

  .mkdf-v-align {
    border-left: unset;
    height: unset;
    margin: 0px 0px;
  }

  .mt-20 {
    height: unset;
    margin: 0px 0px;
  }

  .bg-home-banner {
    background-position: 20% 0%;
  }

  .about-us-bg {
    height: auto;
  }

  .about-us-bg a:hover ,
  .about-us-bg a:active {
    color: #fff;
  }

  .services-bg {
    margin-top: -15px; 
  } 

  .services-bg .row {
    margin-top: -150px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  /* Gallery */
  .label-bg {
    width: 100%;
  }

  /* Project */
  .mkdf-project h1 {
    font-size: 36px;
    height: 90px;
  }

  .mkdf-project .row {
    display: inherit;
  }

  /* Footer */
  .footer-bg h1 , 
  .about-us-bg h1{
    font-size: 32px;
    line-height: 46px;
  }
}

/* Desktop */
@media(min-width: 767px) and (max-width: 993px) { 
  .mkdf-v-align {
    border-left: unset;
    height: unset;
    margin: 0px 0px;
  }

  .mt-20 {
    height: unset;
    margin: 0px 0px;
  } 

  .mb-40 {
    margin-bottom: 40px;
  }

}

@media screen and (max-height:450px){
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}






