@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');



.header_holder{ width:100%;padding: 10px 0;background:#fff;box-shadow: 0 0 8pxrgba(0,0,0,0.3);position: relative;z-index: 999;}
.banner_holder{ padding:150px 0; background:#720c0c;}
.text h1{font-family: 'Open Sans', sans-serif; color:#fff; font-size:70px; margin:0; font-weight:400;}
.text span{ font-weight:800;}
.text_holder h2{font-family: 'Open Sans', sans-serif; color:#fff; font-size:40px; margin:0; font-weight:400; line-height:52px;}
.text_holder span{ font-weight:800;}
.text_holder{ margin:27px 0;}
.welcome{ width:100%; padding:60px 0; background:#eee;}
.box_holder{ width:100%; padding:15px 10px; background:#fff; box-shadow:0 0 15px rgba(0,0,0,0.2); border-radius:10px;}
.box_holder img{ width:100%; margin:0 0 15px;}
.box_holder h3{font-family: 'Open Sans', sans-serif; color:#000; text-align:center; font-size:19px; font-weight:400; margin:0; }
.box_holder span{ font-weight:700;}
.text_holder_grow h1{ font-size:68px; font-weight:800;font-family: 'Open Sans', sans-serif; margin:0; color:#000; text-transform:uppercase;}
.text_holder_grow span{ color:#720c0c;}
.grow{ width:100%; padding:60px 0;}
.text_holder_grow{ margin:107px 0 0;}

.partner{ width:100%; padding:60px 0; background:#eee;}
.hea h1{font-family: 'Open Sans', sans-serif; color:#000; text-align:center; font-weight:700;}
.icon_holder p{font-family: 'Open Sans', sans-serif; color:#000; text-align:center; font-size:16px; font-weight:400; margin:0;}
.icon_holder{ margin:30px 0 0 0;}
.about{ width:100%; padding:60px 0;}
.text_holeder_about h1{font-family: 'Open Sans', sans-serif; color:#000; text-align:center; font-size:36px; font-weight:700; margin:0;}
.text_holeder_about p{font-family: 'Open Sans', sans-serif; color:#000; text-align:center; line-height:24px; margin:30px 0 0 0;}
.logo{ width:100%; padding:60px 0; background:#e2e2e2;}
.testimonials{ padding:60px 0;}

#filters {
	margin:34px auto 34px auto;
	padding:0;
	list-style:none;
}

	#filters li {
		float:left;
	}
	
	#filters li span {
		display: block;
		padding:5px 10px;		
		text-decoration:none;
		color:#151515; font-size:13px; font-weight:600;
		cursor: pointer;font-family: 'Open Sans', sans-serif; text-transform:uppercase;
	}
	
	#filters li span.active {
		background: #e95a44;
		color:#fff;
	}
 

 
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width:23%;
	margin:1%;
	display:none;
	float:left;
	overflow:hidden;
}

	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		background: #666;
		cursor:pointer;
	}

	.portfolio img {
		max-width:100%;
		position: relative;
		top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);		
	}
	
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	}

		.portfolio .label-bg {
			background: #e95a44;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
	
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
			}
	
	.portfolio:hover .label {
    bottom:0;
  }
	.portfolio:hover img {
    top:-30px;
  }  

	



/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.container {
		width: 768px; 
	}
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

	
	#portfoliolist .portfolio {
		width:48%;
		margin:1%;
	}		

	#ads {
		display:none;
	}
	
}


.shadow-effect {
		    background: #fff;
		    padding: 20px;
		    border-radius: 4px;
		    text-align: center;
	border:1px solid #ECECEC;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .shadow-effect p {
		    font-family: inherit;
		    font-size: 17px;
		    line-height: 1.5;
		    margin: 0 0 17px 0;
		    font-weight: 300;
		}
		.testimonial-name {
		    margin: -17px auto 0;
		    display: table;
		    width: auto;
		    background: #3190E7;
		    padding: 9px 35px;
		    border-radius: 12px;
		    text-align: center;
		    color: #fff;
		    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 50px;
			
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		.owl-carousel .owl-item img {
		    -webkit-transform-style: preserve-3d;
		            transform-style: preserve-3d;
		    max-width: 90px;
    		margin: 0 auto 17px;
		}
		#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot.active span, #customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
		    background: #28CB75;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.7);
		            transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
		#customers-testimonials.owl-carousel.owl-theme .owl-dots .owl-dot span {
		    background: #C4C4CC;
		    display: block;
		    height: 20px;
		    margin: 0 2px 5px;
		    -webkit-transform: translate3d(0px, -50%, 0px) scale(0.3);
		            transform: translate3d(0px, -50%, 0px) scale(0.3);
		    -webkit-transform-origin: 50% 50% 0;
		            transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}


.sign{ width:100%; padding:60px 0; background:#720c0c;}
.sign_up{ padding:25px; border:solid 2px #fff;}
.sign_up h1{}
.sign_up a{font-family: 'Open Sans', sans-serif; text-transform:uppercase; font-size:50px; text-align:center; color:#fff; font-weight:800; margin:0; display:block;}
.sign_up a:hover{ text-decoration:none; color:#fff;}
.footer_holder{ width:100%; padding:60px 0; background:#353535;}
.holder_footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: 
    #d7d7d7;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
}
.imhg img{ height:40px;}
.imhg{width: 98px;margin: 20px auto 0 auto;}
.footer_down {
    width: 100%;
    padding: 20px 0;
    background: 
#595959;
color:
    #fff;
    font-size: 14px;
    text-align: center; font-family: 'Open Sans', sans-serif;
}



@media only screen and (max-width: 480px) {
.imjhg{ margin: -46px 0 0 0 !important;}
.box_holder{margin: 0 0 21px;}
.line img{ width:100%;}	
}

@media only screen and (max-width: 384px) {
.imjhg{ margin: -36px 0 0 0 !important;}
.box_holder{margin: 0 0 21px;}
.line img{ width:100%;}		
}

@media only screen and (max-width: 375px) {
.imjhg{ margin: -46px 0 0 0 !important;}
.box_holder{margin: 0 0 21px;}
.line img{ width:100%;}		
}


@media only screen and (max-width: 360px) {
.imjhg{ margin: -34px 0 0 0 !important;}
.box_holder{margin: 0 0 21px;}
.line img{ width:100%;}		
}

@media only screen and (max-width: 320px) {
.imjhg{ margin: -30px 0 0 0 !important;}
.box_holder{margin: 0 0 21px;}
.line img{ width:100%;}	
.text_holder_grow h1{font-size: 53px;}	
}
