
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css";




.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid black;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}




body{ background: #000; font-family: nexa_light-webfont; }
.img-fluid{ width: 100%; height: auto; }

@font-face {
  font-family: nexa_light-webfont;
  src: url(../font/nexa_light-webfont.woff);
}
@font-face {
  font-family: nexa_bold-webfont;
  src: url(../font/nexa_bold-webfont.woff);
}

.mb-5{ margin-bottom: 30px; }
/*=========================BANNER-CSS=========================*/

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.1, 1.1);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s; /*height: 100vh;*/
}

p{ color: #fff; font-size: 15px; line-height: 24px;}


/*=========================End=========================*/


.header-wrap{ position: fixed; top: 0; width: 100%; }
.logo{ max-width: 120px; height: auto; position: fixed; top: 0; left: 25px; }
.header-wrap .navbar-default{ background: none; border: none; padding: 0; margin: 0; }
.header-wrap .navbar-nav li a{ color: #fff; font-size: 16px; }
.header-wrap .navbar-nav li a:hover{ color: #f9ab5c; }


.home-wrap-1{ padding: 80px 35px; }
.home-wrap-1 h3{ font-size: 40px; font-family: nexa_bold-webfont; color: #f9ab5c; text-align: center; }
.home-wrap-1 p{ color: #fff; text-align: center; font-size: 17px; }

 /* Hover Blur Effect */
    .text-white {
      color: #fff;
    }
    .hover-blur a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-blur img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-blur:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-filter: grayscale(0.6) blur(1px);
      filter: grayscale(0.6) blur(1px);
    }
    .hover-blur a span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 0 35px;
      text-align: center;
      background-color: rgba(0,0,0,0.5);
      /*background dotted*/
      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      -webkit-background-size: 3px 3px;
      -moz-background-size: 3px 3px;
      background-size: 3px 3px;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur:hover a span	 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-blur .text-white {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;

      color: #fff;
	top: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 25px;
	right: 25px;
    }
    .hover-blur:hover .text-white {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }



    .hover-blur .text-white-2 {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;

      color: #fff;
top: 70px;
position: absolute;
text-align: center;
margin: 0;
left: 25px;
right: 25px;
    }
    .hover-blur:hover .text-white-2 {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }





 /* Hover Blur 2 Effect */
    .text-white {
      color: #fff;
    }
    .hover-blur-2{ margin-bottom: 35px; }
    .hover-blur-2 a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-blur-2 img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-blur-2:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-filter: grayscale(0.6) blur(1px);
      filter: grayscale(0.6) blur(1px);
    }
    .hover-blur-2 a span {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 0 35px;
      text-align: center;
      background-color: rgba(0,0,0,0.5);
      /*background dotted*/
      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      -webkit-background-size: 3px 3px;
      -moz-background-size: 3px 3px;
      background-size: 3px 3px;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur-2:hover a span	 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-blur-2 .text-white {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;

      color: #fff;
	top: 30%;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
    }
    .hover-blur-2:hover .text-white {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }



    #home5 {
    position: relative;
    padding: 7rem 0;
    background:#343434 url(../images/of-map.png) no-repeat top right;
    background-size: 40%;
}

#home5 h3{ text-align: left; }
#home5 p{ text-align: left; }



.home-accolades{ padding: 80px 35px; }
.home-accolades h3{ font-size: 40px; font-family: nexa_bold-webfont; color: #f9ab5c; text-align: center; margin-bottom: 35px; }




.ehover5 h2, .ehover5 img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.ehover5 img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.ehover5:hover img {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.ehover5 .overlay {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.ehover5:hover .overlay {
  background-color: rgba(170, 170, 170, .4)
}

.info{ font-size: 18px; text-align: center; margin-top: 15px; }
.ehover5 p.info {
  /*opacity: 0;*/
  transition: 0.5s;
  padding: 5px 0;
  font-weight: 400;
  width: 100%;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 18px;
  bottom: -10px;
  background: rgb(0, 0, 0, 0.7);
}
.ehover6 h2, .ehover6 hr, .group1, .group2 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity .35s, -webkit-transform .35s
}
.ehover5:hover p.info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0, 0, 0, .4)
}


.ehover5:hover p.info {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0, 0, 0, .4)
}
.ehover5{ overflow: hidden; position: relative; }


footer{ background: #343434; padding: 20px 50px; }

footer h3 {
      font-size: 18px;
    color: #f9ab5c;
    font-weight: bold;
    letter-spacing: 1px;
}
footer p {
  display: block;
  color: rgba(255, 255, 255, 0.7);
}
footer a {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer ul li {
  list-style-type: none;
  display: block;
}


footer .social {
  padding: 0;
  margin: 8px 0 0 0;
}
footer .social li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
}
footer .social li a {
  color: #fff;
  transition: 0.5s;
}
footer .social li a:hover {
  opacity: 0.5;
}
footer .copywrite {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  display: block;
  margin-top: 70px;
}


.darkheader{ background: #000; z-index: 666; }
.draklogo{ max-width: 120px; top: -15px; left: 25px; z-index: 8888; transition: 0.5s; }

.inner-banner{ width: 100%; max-height: 400px; overflow: hidden; }
.inner-banner img{ width: 100%; height: auto; }

.inner-title h3{ font-size: 34px;
    text-align: center;
    background: #000;
    display: table;
    padding: 20px 50px;
    margin: -44px auto 0 auto;
    z-index: 1;
    position: relative;
    color: #f9ab5c;
	margin-bottom: 30px;
}

.inner-title-2{ font-size: 34px;
    text-align: center;
    background: #000;
    display: table;
    margin: 40px auto 0 auto;
    z-index: 8888;
    position: relative;
    color: #f9ab5c;
  margin-bottom: 30px;
}

.team-wrap{ margin-bottom: 35px; }
.team-wrap h3{ font-size: 40px; font-weight: bold; color: #fff; }
.team-wrap h4{ font-size: 24px; color: #f9ab5c; }
.team-wrap h5{ font-size: 17px; color: #ccc; }

.inner-title-3{ font-size: 24px; font-family: nexa_bold-webfont; color: #fff; letter-spacing: 1px; }
.inner-link1{ font-size: 15px; color: #fff; display: block; margin-bottom: 5px; }
.inner-link1:hover{ color: #f9ab5c; text-decoration: none;}

.contact-from{ margin: 70px 0; }
.contact-from h4{ font-size: 34px; color: #f9ab5c; }
.contact-from label{ color: #fff; }
.contact-from .btn-coustom{ font-size: 18px; float: right; background: #f9ab5c; color: #fff; }
.contact-from .btn-coustom:hover{ background-color: #fff; color: #f9ab5c; }





.protfolio-bt{ 
  position: fixed;
    top: 200px;
    right: -48px;
    background: #f9ab5c;
    color: #fff;
    font-size: 15px;
    padding: 5px 15px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.5s;
    z-index: 777;
}
.protfolio-bt:hover{
  text-decoration: none;
  background: #fff;
  color: #f9ab5c;
}
.prot-download{
  position: fixed;
  top: 153px;
  right: 0; 
  background: #c8c8c8;
  display: none;
  padding: 20px;
  z-index: 888;

}

.btn-coustom1 {
    color: #000000;
    background-color: #f9ab5c;
    border-color: #f9ab5c;
    transition: 0.5s;
}
.btn-coustom1:hover{ background: #000; color: #fff; border-color: #000; }
.btn-coustom2 {
    color: #fff;
    background-color: #7b7b7b;
    border-color: #7b7b7b;
    transition: 0.5s;
}
.btn-coustom2:hover{ background: #f9ab5c; color: #000; border-color: #f9ab5c; }




@import url(https://fonts.googleapis.com/css?family=Varela+Round);




.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #FFF;
}
.button_container.active .middle {
  opacity: 0;
  background: #FFF;
}
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #FFF;
}
.button_container span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #c8c8c8;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 88;
}
.overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-family: "Varela Round", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
/*.overlay ul li {
  display: block;
  height: 25%;
  height: calc(100% / 4);
  min-height: 50px;
  position: relative;
  opacity: 0;
}*/

.overlay ul li {
  display: block;
  height: auto;
  /*height: calc(100% / 4);*/
  min-height: 50px;
  position: relative;
  opacity: 0; margin: 40px 0;
}


.overlay ul li a {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
  overflow: hidden;
   font-family: nexa_light-webfont;
   font-size: 36px;
}
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  transform: translateX(-50%);
  height: 3px;
  background: #FFF;
  transition: 0.35s;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}


/* *********************************TEAM-PAGE******************************** */
.team-pic-1{ position: relative; top: 0; max-width: 360px;  }
.team-pic-2{ position: relative; top: 0; max-width: 60%;  }
.team-wrap-1{ 
  padding: 0 15%;
    margin-top: -65px;
    position: relative;
    z-index: 2; 
  }
.team-wrap-1 h2{ font-size: 4.5rem; color: #fff; }
.team-wrap-1 h4{
      font-size: 14px;
    opacity: 0.5;
}

.team-wrap-2{ margin: 100px 0; }
.team-wrap-2 h2{
  display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    font-size: 4.5rem;
    color: #fff;
}
.team-wrap-2 .block1{ 
  border: solid 1px rgb(255, 255, 255, 0.5);
  padding: 15px;
      margin: 0 10px;
   }
.team-wrap-2 .block1 h3{
  padding: 0;
    margin: 0;
    font-size: 23px;
    color: #fff;
} 
.team-wrap-2 .block1 p{
  padding: 0;
    margin: 0;
    opacity: 0.5;
}  
/* *********************************END******************************** */


.ci {
  width: 15.5rem;
  height: 15.5rem;
}
.ci > svg {
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.ci > svg.ci-bold {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}
.ci-animation .ci-bold {
  animation: clipPathCI linear 3s infinite;
}

.c-scrolldown {
  width: 2px;
height: 50px;
position: absolute;
bottom: -10px;
left: 9px;
margin: 0 auto;
overflow: hidden;
}
.c-scrolldown .c-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -50px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -50px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 50px;
  }
}

.scroll-down {
 position: absolute;
top: 75%;
left: 35px;
height: 125px;
}
.scroll-down a {
  writing-mode: vertical-rl;
  font-size: 1.5rem !important;
  color: #fff;
}

.scroll-down2 {
  position: absolute;
  bottom: 0;
  left: 35px;
}
.scroll-down2 a {
  writing-mode: vertical-rl;
  font-size: 1rem !important;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  fill: #fff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1rem;
  margin: 80px 0;
  transition: 0.5s;
}

.c-scrolldown2 {
  width: 1px;
  height: 50px;
  position: absolute;
  bottom: 139px;
  left: 7px;
  margin: 0 auto;
  overflow: hidden;
}
.c-scrolldown2 .c-line2 {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -50px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 50px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -50px;
  }
}


.project-bt{ display: table; margin: 50px auto; background: #f9ab5c; color: #fff; font-size: 20px; font-weight: bold; padding: 10px 30px; transition: 0.5s; }
.project-bt:hover{ text-decoration: none; background: #000; color: #fff; border: solid 1px #f9ab5c; }

.gal-wrap .container-fluid > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2em; position: relative; overflow: hidden;
}

.gal-wrap .container-fluid::before{ display: none; }

.gal-wrap .gal-title{ 
background: rgb(62, 62, 62, 0.9);
font-size: 18px;
padding: 10px 0;
position: absolute;
bottom: -10px;
width: 100%;
text-align: center;
color: #fff;
}

.gal-wrap .gal-title span{
  display: block;
font-size: 13px;
margin-top: 5px;
color: #e1e1e1;
}


.gal-wrap .container-fluid > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 2px 16px var(--shadow);

  transition: 1s;
}
.gal-wrap .container-fluid > a > img:hover{ transform: scale(1.1); }

.gal-wrap .container-fluid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  grid-auto-rows: 350px;
  grid-auto-flow: dense;
}

.horizontal {
  grid-column: span 2;
}

.vertical {
  grid-row: span 2;
}

.big {
  grid-column: span 2;
  grid-row: span 2;
}



 /*.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  border: solid 1px #000;
  transition: 0.5s;
}

.m-p-g__thumbs-img:hover{ transform: scale(0.90); }
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}


.demo-btn {
  display: inline-block;
  margin: 0 2.5px 4vh 2.5px;
  text-decoration: none;
  color: grey;
  padding: 15px;
  line-height: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
.demo-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 640px) {
  .demo-btn {
    min-width: 0;
    font-size: 14px;
  }
}*/


.mob-dis{ display: none !important; }
.container-fluid::after{ display: none; }


.gallery {
  
}

.gallery img {
  width: 100%;
  margin-bottom: 40px;
}

.pro-det p span{ color: #a3a3a3; }  


.mt-5{ margin-top: 35px; }

.media-title-2{
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: bold;
}

