---------------------------------------------------------------------- */
.owl-carousel {
	position: relative;
	margin-bottom: 20px;
}
.owl-carousel .item {
	margin: 0;
	cursor: pointer;
}
#sync1 .item, #sync2 .item { margin: 5px; }
.owl-carousel .item img {
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.owl-client {
	padding: 30px 0px;
	margin: 10px;
}
.owl-theme .owl-controls .owl-buttons div {
	font-size: 50px;
	line-height: 50px;
	padding: 10px;
	width: 70px;
	height: 70px;
	margin: 0px;
	background: transparent;
	color: #ffffff;
	border-radius: 0px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover { background: transparent; }
.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	margin: auto;
	width: 70px;
	height: 70px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	background: #869791;
	margin: 5px 5px;
	width: 20px;
	height: 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	border-radius: 20px;
}
/* black arrow */
.owl-theme.black-arrow .owl-controls .owl-buttons div {
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
	width: 40px;
	height: 40px;
	margin: 0px;
	color: #ffffff;
	background: #009848;
	opacity: 1;
	border-radius: 0px;
}
.owl-theme.black-arrow .owl-controls.clickable .owl-buttons div:hover {
	background: #000000;
	background: rgba(0,0,0,0.8);
}
.owl-theme.black-arrow .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: -40px;
	bottom: auto;
	left: auto;
	right: 40px;
	margin: auto;
	width: 40px;
	height: 40px;
}
.owl-theme.black-arrow .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: -40px;
	bottom: auto;
	left: auto;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
}
/* Owl Carousel Slider */
.owl-slider .item {
	position: relative;
	width: 100%;
	height: 600px;
	margin:0;
	padding:0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.owl-slider .item:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: transparent;
	z-index: 0 !important;
	pointer-events: none;
}
.owl-caption, .owl-slider img {
	position: relative;
	z-index: 1;
}
.owl-slider .item1 { background-image: url("../indexd41d.html"); }
.owl-slider .item2 { background-image: url("../indexd41d.html"); }
.owl-slider .item3 { background-image: url("../indexd41d.html"); }
.owl-slider .item img {
	max-width: 400px;
	height: 600px;
	margin: auto 50px;
}
.owl-slider-right {
	text-align: right;
	margin-top: 150px;
	margin-right: 100px;
}
.owl-slider-left {
	text-align: left;
	margin-top: 150px;
	margin-left: 100px;
}
.owl-slider-center {
	text-align: center;
	margin-top: 150px;
}
.owl-caption { display: block; }
.owl-white-large {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 0px 15px;
	color: #ffffff;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}
.owl-white-medium {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 6px 15px;
	color: #ffffff;
	font-size: 35px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.owl-white-small {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 9px 15px;
	color: #ffffff;
	font-size: 18px;
}
.owl-black-large {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 0px 15px;
	color: #252525;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}
.owl-black-medium {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 6px 15px;
	color: #252525;
	font-size: 35px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.owl-black-small {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 9px 15px;
	color: #252525;
	font-size: 18px;
}
.owl-theme-large {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 0px 15px;
	color: #009848;
	font-size: 50px;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}
.owl-theme-medium {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 6px 15px;
	color: #009848;
	font-size: 35px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.owl-theme-small {
	display: inline-block;
	line-height: 1.6;
	margin: 0;
	padding: 9px 15px;
	color: #009848;
	font-size: 18px;
}
.owl-slider strong { font-weight: 900; }
.owl-slider .btn {
	display: inline-block;
	margin: 0 15px;
}
.owl-white-bg { background-color: #eeeeee; }
.owl-black-bg { background-color: #36414d; }
.owl-theme-bg { background-color: #009848; }
@media (max-width: 1200px) and (min-width: 992px) {
	
	.theme_menu .thm-btn {
		padding: 0 15px;
	}
	.theme_menu .right-column {
	    width: 225px;
	}
}

@media (max-width: 1199px) {
	.subscribe-form input {
		width: 100%;
		margin-bottom: 30px;
	}
	.awards .service-list li {
		width: 45%;
	}
	.about-us .video-image-box{
		margin-top: 40px;
	}
	.about-us.style-2 .video-image-box{
		margin-bottom: 40px;
		margin-top: 0px;
	}

	.mainmenu-area .navigation li a {
		margin: 0 10px;
	}
	.mainmenu-area .right-column .thm-btn {
    padding: 0px 15px;
	}
	.service-box-two .bigger-column{
		margin-bottom: 50px;
	}
	.service-box-one .single-service-box-one{
		margin-bottom: 20px;
	}
	.two-column .content-column{
		margin-top: 30px;
	}
	.two-column .content-column .inner-box{
		padding: 0px 0px 0px 0px;
    	max-width: 100%;
	}
	.single-projects .blog-sidebar{
		margin-top: 40px;
		padding-left: 0px;
	}
	.blog-sidebar{
		padding-left: 0px;
	}

}

@media (max-width: 1199px) and (min-width:992px){
	.why-choose .item:hover .inner-box {
	    padding: 0px 15px 0px 75px;
	    transition: .5s ease;
	}
	.why-choose .item:hover .icon_box span {
	    margin-top: -40px;
	}
}



@media (max-width: 991px) {


	
	.mainmenu-area.stricky-fixed .main-logo {
	    display: none;
	}
	.main-menu {
		background: #f7f7f7;
		position: relative;
	}
	.right-area {
	    position: absolute;
	    right: 15px;
	    top: 3px;
	}
	

	.mainmenu-area .menu-column{
		float: left;
		width: 100%;
	}


	.nav_side_content .search_option form {
	    width: 250px;
	    right: -25px;
	    top: 52px;
	}
	
	.main-logo {
	    margin: 15px 0 15px;
	}
	.nav_side_content {
		margin-top: 31px;
	}
	.why-choose .item:hover .inner-box {
	    padding: 11px 21px 32px 80px;
	    transition: .5s ease;
	}

	.default-two-column .default-text-column{
		margin-top: 30px;
	}

	.blog-sidebar{
		padding-top: 10px;
	}

	.page_pagination.style-2{
		padding: 20px 0px 0px;
	}

	.shop .sidebar_styleTwo{
		margin-top: 50px;
	}

	.contact_us .default-cinfo{
		margin-bottom: 40px;
	}

	.purchase-section .column{
		float: none;
		text-align: center;
	}

	.purchase-section .btn-column{
		margin-top: 20px;
		float: none;
		text-align: center;
	}


/*menu*/


.about-faq .img-box {
	margin-top: 30px;
}

.top-bar .social {
	width: 100%;
	text-align: center;
	
}
.why-choose {
	padding-bottom: 30px;
}
.why-choose .item {
	margin-bottom: 40px;
}
.about-faq .about-info {
	margin-bottom: 50px;
}

.latest-project .link {
	margin-bottom: 40px;
}

.awards .service-list li {
	width: 48%;
}
.awards:after {
	display: none;
}
.awards .service-list {
	text-align: center;
}
.awards .award-logo img {
	margin-bottom: 50px;
}

.sidebar_search {
    margin-top: 40px;
}

}

@media (max-width: 768px) {

.top-bar .top-bar-text {
	width: 100%;
	float: none;
	text-align: center;
}
.why-choose {
	text-align: center;
}
.why-choose .item {
	display: inline-block;
}
.why-choose .item:hover .inner-box {
    padding: 30px 21px 57px 80px;
    transition: .5s ease;
}

}

@media (max-width: 767px){
  .two-col-fluid .image-column{
    display: none;
  }
  .two-col-fluid .content-column {
    width: 100%;
    
  }
  .two-col-fluid .content-column .inner-box{
  	padding: 70px 15px 80px 15px;
  }
  .project-result .image-box{
  	margin-top: 30px;
  }
}

@media (max-width: 690px){
  .why-choose-us .image-box{
    margin-top:-50px;
  }
}

@media (max-width: 640px) {

}

@media (max-width: 600px) {

}

@media (max-width: 575px) {
	.nav_side_content .search_option form {
		right: -70px;
	}
}

@media (max-width: 550px) {
	
	.default-form-area {
		width: 100%;
	}
}
@media (max-width: 360px) {
	.nav_side_content .search_option>button{
		display: none;
	}
}



@media only screen and (min-width: 1200px){
.container {padding: 0;}
.container-fluid{padding: 0;}      
}

@media only screen and (min-width: 991px){
  .mobile-menu {
    display: none;
  }      
}
@media only screen and (max-width: 991px){
    

/*=================== mobile-menu ======================*/

  .navigation {
    display: none;
  } 

  .main-menu .collapse {
    border: 0px;
    max-height: 300px;
    display: none !important;
    overflow: auto !important;
  } 

  .main-menu .collapse.in, 
  .main-menu .collapsing {
    display: block !important;
  } 

  .main-menu .navbar-header{
    padding: 14px 0px;
    float: none;
  }  

  .main-menu .navbar-toggle {
    float: none;
    margin: 0;
    display: block;
  }  

  .main-menu .navbar-toggle .icon-bar {
    background: #23aef4;
    width: 30px;
  }  
/*=================================menu=======================*/     
}


 /* slide css */ 
 
 
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner img {
    width: 100%;
    max-height: 460px
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
 
}

.carousel-control.right span {
	 
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
 left: 45px;
 
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 45px;
}

 

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
  color:white;
	}

.header-text h2 span {
   color:white;
	padding: 10px;
 
}

.header-text h3 span {
  color:white;
	padding: 15px;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-top: 5px;
    margin-right: 15px;
	padding:10px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}
 /* slide css */
 .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url("../indexd41d.html") no-repeat center center
}
/* Owl Carousel CSS3 Transitions v1.3.2
================================================== */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/* Wide Box */
.skew-black-left:after {
	content: '';
	position: absolute;
	top: 0;
	left: -75px;
	right: auto;
	margin: auto;
	width: 150px;
	height: 100%;
	background: #4086c4;
	z-index: -1;
	-webkit-transform: skew(-10deg);
	transform: skew(-10deg);
}
.widebox-black {
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url("../images/widebox-black.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.widebox-white {
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url("../images/widebox-black.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.widebox-gray {
	margin: 0;
	padding: 0;
	position: relative;
	background-image: url("../images/widebox-black.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.absolute-right {
	position: absolute;
	bottom: 0;
	right: 100px;
	z-index: 5;
}
.absolute-left {
	position: absolute;
	bottom: 0;
	left: 100px;
	z-index: 5;
}
.absolute-right img, .absolute-left img {
	max-width: 100%;
	height: auto;
}
.absolute-left img{max-width: 400px;}
.text-white { color: #ffffff; }
@media (max-width: 991px) {
.absolute-right img, .absolute-left img { display: none; }
}
.widebox-black-content {
	position: relative;
	padding: 100px 50px;
	background: #4086c4;
	z-index: 1;
}
.widebox-white-content {
	position: relative;
	padding: 100px 50px;
	background: #ffffff;
	z-index: 1;
}
.widebox-gray-content {
	position: relative;
	padding: 100px 50px;
	background: #4086c4;
	z-index: 1;
}