
@font-face{
	font-family: "raleway";
	src:url(../fonts/raleway.ttf);
}

.pullpadbg{
	padding-top: 30px;
}
.pullpadbg2{
	display: none;
}
  .affix {
      top: 0;
      width: 100%;
      z-index: 9999 !important;
  }

  
  .bannerbody{
	  margin-bottom: 80px;
  }
/* --------------------------------

07.TEAM

-------------------------------- */

.team {
		padding: 0 0 100px;
}


.process-numbers {
		color: #ffeedb;
		font-weight: 700;
		font-size: 150px;
		text-transform: uppercase;
		letter-spacing: 2px;
		z-index: 1;
}

.team h3{
		color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 10px;
}

@media (min-width: 1200px) {
	.top-separator {
    	top: -48px;
 	}
 	#facts .bottom-separator{
 		bottom: -48px;
 	}
}

.member-thumb {
    overflow: hidden;
    position: relative;
}

.team-member span {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: .5;
}

.member-thumb .overlay h6 {
		font-size: 16px;
		line-height: 24px;
		margin-top: 30%;
		text-transform: uppercase;
		color: #000;
		font-weight: 500;
		
}

.member-thumb .overlay p {
    font-size: 15px;
    color: #000;
    opacity: .5;
    font-weight: 400;
}

.member-thumb .overlay {
    padding: 100px 0;
    line-height: 24px;
}

.team-member h6 {
		font-size: 15px;
		font-family: "Cantarell", "Times New Roman", sans-serif;
		line-height: 10px;
		margin: 30px 0 15px;
		color: #333;
		text-transform: uppercase;
		font-weight: 700;
}

.member-thumb:hover .overlay {
    cursor: url(../images/home/eye.png), auto;
    opacity: 0.8;
    -webkit-transform: rotateY(0deg) scale(1,1);
    -moz-transform: rotateY(0deg) scale(1,1);
    -ms-transform: rotateY(0deg) scale(1,1);
    -o-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}

.team-member:hover h6 {
    color: #333;
}

.social-links {
    font-size: 13px;
    cursor: pointer;
}

.social-links a {
    display: inline-block;
    padding: 3px 7px;
    color: #333;
}

.social-links a:hover {
    text-decoration: none;
    color: #000;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 15px;
}

.overlay {
    background-color: rgb(255, 255, 255);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 7px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 850ms ease-in-out;
    -moz-transition: all 850ms ease-in-out;
    -o-transition: all 850ms ease-in-out;
    transition: all 850ms ease-in-out;

}
.headingbg h6{
	font-size: 16px;
	color: #000;
	margin: 20px 0px 15px 0px;
	text-align: left;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
}
.arbanbg{
	float: right;
}


/*-- deals --*/
.deals{
	padding: 50px 0px;
}
.focus-grid a {
    color: #000;
    text-align: center;
    padding: 2em 0;
} 
.focus-grid a.wthree-btn.wthree1 {
    color: #000;
}
.focus-grid a.wthree-btn.wthree2 {
    color: #000;
}
.focus-grid a.wthree-btn.wthree3 {
    color: #000;
}
.focus-grid a.wthree-btn.wthree4 {
    color: #000;
}
.focus-grid a.wthree-btn.wthree5 {
    color: #000;
}
.wthree-btn { 
	position: relative;
	display: block;
	margin: 1em auto;
	width: 100%; 
	text-transform: uppercase;
	overflow: hidden;
} 
.focus-image i.fa {
    font-size: 3em; 
}
h4.clrchg {
    font-size: 1.1em;
    margin-top: 1em;
	font-weight: 300;
} 
/*-- deals-effect --*/
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
 
.wthree-btn:before, .wthree-btn:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 20px;
	background: #38B5E6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	transition:.5s all;
}
.wthree-btn:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); 
}
.wthree-btn:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%); 
}
.wthree-btn:hover {
	color: #f5f5f5 !important;
}
.wthree-btn:hover:before {
	-webkit-animation: criss-cross-left 0.8s both;
	-moz-animation: criss-cross-left 0.8s both;
	-o-animation: criss-cross-left 0.8s both;
	-ms-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
}
.wthree-btn:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	-moz-animation: criss-cross-right 0.8s both;
	-o-animation: criss-cross-right 0.8s both;
	-ms-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
} 
/*-- //deals-effect --*/
/*-- //deals --*/
h3.page__title {
    font-size: 40px;
    font-weight: 100;
    padding: 20px 0 20px 0;
    background: url('../images/heading_sep.png') repeat-x left center, url('../images/heading_sep.png') repeat-x right center;
    color: #000;

  
}

  
  /*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);

	width: 1920px;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.btn {
	background: #38B5E6;
	box-shadow: none;
	text-transform: uppercase;
	-webkit-transition: 300ms;
	-moz-transition: 300ms ;
	-ms-transition: 300ms ;
	-o-transition: 300ms ;
	transition: 300ms ;
	border-radius:0px!important;
}
.btn:hover {
	text-shadow: none;
	box-shadow: none;
}
.btn.btn-action {
    
    color: #fff;
    margin-top: 27px;
    font-size: 12px;
    padding: 10px 30px;
    background-color: #000;
	border: 1px solid #000;
	border-radius:none!important;
}

.btn-action:hover {
	background: transparent;
	color: #000;
	border: 1px solid #000;
}
.filtr-item p {
	color:#777;
	line-height: none !important;
}
figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
	-moz-transition:all 0.7s ease-in-out;
	-o-transition:all 0.7s ease-in-out;
	-ms-transition:all 0.7s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
}
.add-products{
	padding-bottom: 50px;
}
.banner2{
	padding: 0px;
	margin: 0px;
	background:
}



/* ==SCROLLBG SECTION ==*/
.scrollbg{
  color: white;
  margin-top: 70px;
  background: url('../images/6.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.scrollbg2{
  color: white;
  background: url('../images/7.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.scrollbg3{
  color: white;
  background: url('../images/8.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.vertical-align{
    padding: 30px;
    font-weight: 300;
    font-family: 'Abel', sans-serif;
    text-align: center;

}
.vertical-align h2{
font-weight: 700;

    font-size: 60px;
    letter-spacing: 1px;
}
.vertical-align p{
   font-size: 18px;
   text-align:justify;
}



.parallax-image {
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	/*background-size:cover;*/
	 position:relative;
}
.wrapsection {
	padding:0px 0;
	position:relative;
	margin:0px 0;
}
.parallax-content {
	position:relative;
	z-index:4;
	padding:125px 0;
}
.parallax .overlay {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity:0.0;
	z-index:2;
}
.scrolltext{
	margin: 160px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}
.scrolltext h2{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: raleway;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
letter-spacing: 17px;
}
#contact-page h1{
	color: #c1c1c1;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: 100;
	margin-bottom: 60px;
	margin-top: 10px;
	text-align: center;
}
#contact-page h2{
	color: #c1c1c1;
	margin-bottom: 35px;
}
/* ==SCROLLBG SECTION ==*/
.acbg{
	  background: url('../images/1.jpg') no-repeat repeat fixed center center / cover ;
	  position: relative;
}
.acbg2{
	  background: url('../images/7.jpg') no-repeat repeat fixed center center / cover ;
	  position: relative;
}
.acbg3{
	  background: url('../images/8.jpg') no-repeat repeat fixed center center / cover ;
	  position: relative;
}
.acbg4{
	  background: url('../images/9.html') no-repeat repeat fixed center center / cover ;
	  position: relative;
}
.acbg5{
	  background: url('../images/10.html') no-repeat repeat fixed center center / cover ;
	  position: relative;
}
.acbg6{
	  background: url('../images/11.jpg') no-repeat repeat fixed center center / cover ;
	  position: relative;
}
.acbg7{
	  background: url('../images/2.jpg') no-repeat repeat fixed center center / cover ;
	  position: relative;
}
.scrollbg{
  color: white;
  background: url('../images/6.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.scrollbg12{
  color: white;
  background: url('../images/12.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.scrollbg13{
  color: white;
  background: url('../images/13.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.scrollbg14{
  color: white;
  background: url('../images/14.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.scrollbg2{
  color: white;
  background: url('../images/4.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}
.scrollbg3{
  color: white;
  background: url('../images/5.jpg') no-repeat repeat fixed center center / cover ;
  height: 100vh;
}


/*-- about --*/
.w3ls_about_grid_left p{
	color:#999;
	line-height:1.8em;
	margin-bottom:2em;
}
.w3ls_about_grid_left2 p{
	color:#999;
	line-height:1.8em;
}
.w3ls_about_grid_left1 {
    text-align: center;
}
.w3ls_about_grid_left1 span{
	color:#38B5E6;
	font-size:1.5em;
	top: 1em;
}
/*-- //about --*/

.headbg1{
	margin: 70px 0px 100px 0px;
}
.headbg1 p{
font-size: 15px;
    color: #333;
    /* margin-top: 25px; */
    width: 65%;
    margin: 25px auto 25px;
}
.multi-column-dropdown{
	padding-top: 15px;
}
.probg p{
	color: #000;
text-align: left;
font-size: 15px;
}
.quotesbg{
	text-align: center;
	padding: 80px 0px 20px 0px;
}
.quotesbg h2{
	font-size: 50px;
	font-weight: 700px;
}






.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
	margin-bottom: 30px;
}
.gal-item .box{
	height: 310px;
	overflow: hidden;
	border: 1px solid #ececec;
	background-color: #f1f1f1;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{

	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-bottom:75px;
}
.footbg{
	text-align: center;
}
.footbg h3{
	font-size: 18px;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left{
	background-image: none;
}

.sectionbg1{
	position: relative;
}
.sectionbg2{
	position: absolute;

left: 20%;

top: 45%;
}



/*
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}*/


.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #141414;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: left;
	width: 100%;
	left: 0;
    top: 60px;
	padding: 20px 0px 20px 25px;
}

.dropdown-content a {
    color: #cdcdcd;
    padding: 7px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}


.menubg1{
	float: left;
	width: 150px;
}


.deals0{
	    margin-bottom: 70px;
}
.boxbg12{
	background-color: #f1f1f1;
	text-align: center;
	    padding: 10px 40px 40px 40px;
}
.boxbg13 span{
	background-color:#f1f1f1;
	background-image:none;
	padding:0px 20px;
}