
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* col-sm */
@media (min-width: 768px) {

}
/* col-md */
@media (min-width: 992px) {

  
}
/* col-lg */
@media (min-width: 1200px) {
  
}
/* col-xs */
@media (max-width: 767px) {
	.slide-text{
		margin: 20px 0px !important;
		border-radius: 5px;
		justify-content: center;
	    padding-left: 20px;
	    padding-right: 20px;	
	    text-align: center !important;    
	    height: auto !important;
	}
	.xs-wp{
		width: 100% !important;
		background-color: rgba(255,255,255,0.6) !important;
		padding: 200px 10px !important;
	}
	.xs-wp p{
		font-size: 16px;
		font-weight: 600;
	}
	.hero-area .slide-text .home-p:before{
		display: none !important;
	}
	.hero-area .slide-text .home-p,
	.hero-area .slide-text .b1,
	.hero-area .slide-text h2,
	.hero-area .slide-text p,
	.hero-area .slide-btn {
	    text-align: center !important;
	}	
	.hero-area .slide-text .upload {
	    margin:0px auto;
	}
	.rott{
		transform: rotate(90deg) !important;
	}	
	.header .logo {
		position: relative !important;
		top: -10px !important;
	}
	.call-xs{
		text-align: center;
		background-color: #ED1C24;
		padding: 5px;
	}
	.call-xs span,
	.call-xs i{
		color: #ffffff !important;
		font-size: 14px;
		font-weight: bold;
	}
	.col-main-35{
		width: 100% !important ;
	}
	.col-main-65{
		width: 100% !important ;
	}
	.team-1 .single-team{
		height: 400px !important;
	}
	.testimonials .owl-controls .owl-nav .owl-prev {
	    left: 10px;
	    top: 100px;
	}
	.testimonials .owl-controls .owl-nav .owl-next {
	    right: 10px;
	    top: 100px;
	}
	.team-1 .team-container:hover .team-innercontainer {
	  transform: none !important;
	  box-shadow: -5px 5px 5px #aaa;
	}
	.vs-img{
		background:url("../images/vision.jpg") no-repeat center scroll;
	}
	.ms-img{
		background:url("../images/mission.jpg") no-repeat center scroll;
	}
	.tm-img{
		background:url("../images/team.jpg") no-repeat center scroll;
	}
	.cl-img{
		background:url("../images/success-stories.jpg") no-repeat center scroll;
	}
	.cr-img{
		background:url("../images/career0.jpg") no-repeat center scroll;
	}
	.xs-view .slide-text{
	    padding: 30px 15px;
	    margin: 10px !important;
	    background: rgba(255,255,255,0.9);
	}
	.hero-area .rightside img{
		height: 400px !important;
	}
	.xs-slider .slide-text{
		position: absolute !important;
		z-index: 99 !important;
		padding: 30px 15px;
	    margin: 60px 10px !important;
	    background: rgba(255,255,255,0.9);
	}
}
/* visible sm */
@media (min-width: 768px) and (max-width: 991px) {
	.header .logo{
		bottom: -41px !important;
	}
	.header .single-widget h4{
		font-size: 12px !important;
	}
	.header .nav li a{
		padding: 12px 5px !important;
		font-size: 8px !important;
	}
	.hero-area .slide-text h2{
		font-size: 22px !important;
	}
	.hero-area .slide-text .b1{
		font-size: 18px !important;
	}
	.hero-area .slide-text .upload{
		font-size: 10px !important;
		width: 60% !important;
	}
	.hero-area .slide-text p{
		font-size: 12px;
	}
	.rott{
		transform: rotate(90deg) !important;
	}
	.team-1 .team-container:hover .team-innercontainer {
	  transform: none !important;
	  box-shadow: -5px 5px 5px #aaa;
	}

}
/* visible md */
@media (min-width: 992px) and (max-width: 1199px) {
	.header .single-widget{
		margin-right: 10px;
	}
	.header .single-widget h4{
		font-size: 12px !important;
	}
	.header .single-widget i{
		font-size: 18px !important;
		line-height: 20px;
	}	
	.hero-area .slide-text .upload {
	    width: 64% !important;
	}
	.header .nav li {
    margin-right: 3px;
	}
	.team-1 .team-container:hover .team-innercontainer {
  transform: rotateY(180deg);
  box-shadow: -5px 5px 5px #aaa;
}
	
}
/* Visible lg */
@media (min-width: 1200px) {
	.team-1 .team-container:hover .team-innercontainer {
	  transform: rotateY(180deg);
	  box-shadow: -5px 5px 5px #aaa;
	}
  
}