@charset "utf-8";
/* CSS Document */

*{
	font-family: 'Roboto Condensed', sans-serif;
	margin:0; 
	padding:0; 
	border:0; 
	text-decoration:none !important; 
	outline:none !important; 
	list-style:none; color:#666666;}
	a:hover{ text-decoration:none;} 
	p{ margin-bottom:0; line-height:22px;}
	ul{ margin:0; padding:0}
	h1, h2, h3, h4, h5, h6{ padding:0; margin:0	}
	.clr{ clear:both;}
	.container {
		width:1000px;
	}
	.img-responsive{
		max-width: 100%
	}
	/*top*/
	#logostrip{
		margin:0% 0;
		background:#fff;
	}
	.work {
		margin: 0;
		padding: 0;
	}
	.work li { 
		display: none;
		float: left;
		list-style: none;
		margin-right: 2%;
		width: 32%;
		margin-bottom: 2%

	}
	.work li:nth-child(3n) {
		margin-right: 0
	}


	.more, .less {
    background-color: #eee;
    clear: both;
    color: #000;
    cursor: pointer;
    display: table;
    font-size: 14px;
    padding:8px 10px 4px;
    text-align: center;
    text-transform: uppercase;
    /* width: 320px; */
    text-align: center;
    margin: 0 auto 15px auto;
}
 
	.work-portfolio a:link{text-decoration:none;}
	.work-portfolio article{ float:left;  height:400px; } /*cursor:pointer;opacity:0.5;*/
	.work-bg{ background-color:rgba(255,255,255,0.8);opacity:0; width:100%; height:100%; }
	.work-bg h4{font-size:16px;  text-align:center; padding:175px 40px 0; color: #000; font-weight:700}
	.work-bg p{    color:#000;    text-align: center;    margin-top:5px;      font-size: 13px;}
	.pic-wdt{ width:100% !important;     background-position: center center; 
    background-size: cover; }
	.a-center{ text-align:center; }
.work-portfolio iframe{
  position: relative;
}

.nanogallery_gallerytheme_dark_nanogallery2 .nGY2GThumbnail {
    border-radius: 0px;
    background: #fff !important;
    border-color: #fff !important;
}

.pic-wdt-video{ width:100% !important;     background-position: center center; 
    background-size: cover; position: relative; background: transparent; }
.pic-wdt-video:hover .work-bg-video{ 
  
 
  position: absolute; top: 0; width: 100%;}
 
.pic-wdt-video:hover .work-bg-video h4{ display:block; font-size:18px; width: 100%; text-align:center; padding:60px 40px 0; color: #fff; font-weight:700}
.pic-wdt-video:hover .work-bg-video p{  display:block;   color:#fff;  width: 100%;  text-align: center;    margin-top:5px; }

.pic-wdt-video .work-bg-video h4, .pic-wdt-video .work-bg-video p{
  display: none;
}

	/*details*/
.details h2{
font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.details h6{
font-size: 15px;
    text-transform: uppercase;
    line-height: 24px;
    color: #000;
}
.details span{
	    width:80px;
    display: inline-block;
     color: #000;
}
.details p{
margin-top: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    text-align: justify;
}


 
.lightboxsec {
 column-count: 2;
  column-gap: 10px;
  padding:0px;
  margin-top:10px;
}
.lightboxsec video{
  margin-bottom: 10px;
}

.lightboxsec img {
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  object-fit: cover;
    height: 400px;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
  left: 0;
  right: 0;
  z-index: 999;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background: #fff !important
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 200px;
  width: 50px;
 /* background: rgba(0, 0, 0, 0.4);*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
    width: 25px;
    height: 25px;
}

.arrowr {
  right: 15px;
}

.arrowr:after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}

.arrowl {
  left: 15px;
}

.arrowl:after {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

.lightbox .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  margin: 20px;
  cursor: pointer;
}

.lightbox .close:after,
.lightbox .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #000;
}

.lightbox .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lightbox .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lightbox .title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 20px 0;
}

.about{
  
  padding:5% 8% 2%
 }
.about p{
    font-size: 13px;
    color: #000;
    text-align: justify;
    height:auto;
 
}
.pl_0{
  padding-left: 0
} 
.pr_0{
  padding-right: 0
}
.blue {
    background: blue;
    padding: 5% 10% 5% 5%;
    margin-left: 15px;
    margin-right: -15px;
 }
 .blue p{
    font-size: 13px;
    color: #fff;
    text-align: justify; 
}
 .blue h3{
    font-size:20px;
    color: #fff;
    text-align:right; 
    font-weight: 600;
}
 .blue h4{
    font-size:17px;
    color: #fff;
    text-align:right; 
    font-weight:300;
}
 .blue h6{
    font-size:15px;
    color: #fff;
    text-align:right; 
    font-weight:300;
    margin-bottom: 25px;
}
 .mt-15{
  margin-top: 15px;
     }


     /*slider*/

.team-slider{
  margin-bottom: 5%;
 }
.contact-box{
  background: #fff;
  padding:35px;
height: 240px;
}
.contact-box h3{
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2.2px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000000a3;
    margin-bottom: 20px;
    font-weight:bold;
  }
  .contact-box .separator {
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #111;
    margin-bottom: 24px;
    -webkit-transition: background-color .3s ease-in;
    transition: background-color .3s ease-in;
}
.contact-box p{
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    color:#000;
    margin-bottom: 0px;
  }
  .contact-box strong{
  color: #000;
    margin: 0 0 5px;
    display: block;
    padding: 0;
  }
  .contact-box a{
     color: #000;
     padding:10px;
  }

  .contact-form{
    border:#f2f2f2 2px solid;
    padding: 35px;
    margin:20px 0
  }
 .contact-form h2{
      font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
 .contact-form .form-control {
    background: #fff;
    height: auto;
    border: #ddd solid 1px;
    padding:10px;
    color: #000;
    font-size: 13px;
}
.contact-form .btn1 {
    background: #000;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
}

.map{
   background: #f2f2f2;
  padding:35px;
  margin-bottom: 30px;
}
.map img{
   margin: 0 auto;
   display: table;
}
.home-ani{
  position: relative;
    color: #ffffff;
    background-color: #fafafa;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 110px;
    margin-bottom: 30px;
     height: 100vh;
}
.home-ani:before {
    position: absolute;
    content: '';
    background: #000;
    /* background-color: hsl(0, 0%, 0%, 0.3); */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.main-banner img{
  background-size: cover;
  width: 100%
}
  #preview-frame {
    width: 100%;
    background-color: #fff;
  }
  
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}
  .hidden-logo{
      height:105px;
      background:#fff;
  }
  
@media screen and (max-width:767px){
  .container {
    width: 100%;
}
.work li{
  margin-right:0%;
    width: 100%;
}
.details p{
  margin-bottom: 20px;
}
.details h6 {
    line-height: 28px;
}
.pr_0 {
    padding-right: 15px;
}
.blue {
    margin-left: 0;
    margin-right: 0;
}
.blue h3,
.blue h4,
.blue h6{
  text-align: left;
}
.contact-box {
    height: auto;
    margin-bottom: 15px;
}
.contact-form {
    padding: 15px;
}
.lightboxsec img {
    object-fit: inherit;
    height: auto;
}
.lightbox .close {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 20px;
    cursor: pointer;
    top:50px;
}
 .empty{
     display:none;
 }
}



.fancybox-bg{
      background: #ffffff !important;
}
.fancybox-infobar__body span {
    color: #ffffff !!important;
}
.fancybox-infobar__body span.js-fancybox-index, .fancybox-infobar__body span.js-fancybox-count {
    color: white !important;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    background: transparent !important;
}
button.fancybox-button.fancybox-button--play {
    display: none !important;
}
.fancybox-infobar {
    display: none;
}
button.fancybox-button.fancybox-button--close {
    right: 0;
    float: right;
    background: transparent !important;
}
button.fancybox-button.fancybox-button--zoom {
    background: transparent !important;
}
.fancybox-toolbar {
    width: 100%;
}
.nGY2GThumbnailLabel {
    display: none !important;
}