::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
élément {

}
a:hover, a:focus, a:active, a.grey:hover, .ind-slide-caption h2, .ind-slide-caption a, .blog-title:hover h5, .breadcrumb a:hover, .fixed-responsive-nav #navigation .nav.navbar-nav li.open > a, .fixed-responsive-nav #navigation .nav.navbar-nav > li > a:hover, .fixed-responsive-nav #navigation .nav.navbar-nav > li > a:focus, .fixed-responsive-nav #navigation .nav.navbar-nav > li > a:active, .fixed-responsive-nav #navigation .nav.navbar-nav > li.current > a, .fixed-responsive-nav #navigation .navbar-nav > li.current-menu-parent > a, .fixed-responsive-nav #navigation .navbar-nav > li.current-menu-ancestor > a, .fixed-responsive-nav #navigation .navbar-nav > li.current-menu-item > a, #navigation .nav.navbar-nav .dropdown-menu li.open > a, #navigation .nav.navbar-nav .dropdown-menu li > a:hover, #navigation .nav.navbar-nav .dropdown-menu li > a:focus, #navigation .nav.navbar-nav .dropdown-menu li > a:active, #navigation .nav.navbar-nav .dropdown-menu li.current > a, #navigation .navbar-nav .dropdown-menu li.current-menu-parent > a, #navigation .navbar-nav .dropdown-menu li.current-menu-ancestor > a, #navigation .navbar-nav .dropdown-menu li.current-menu-item > a, .widget_nav_menu .current-menu-item a, .fake-thumb-holder .post-format, .comment-reply-link:hover, .service .service-icon-2, .testimonial-item .grade, .project-filters .active, .team-member .social a.woocommerce ul.products li.product h3:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .star-rating span, .woocommerce p.stars a, .footer_widget_section .widget a:not(.btn):hover {

    color: #fff;

}

.owl-carousel .owl-stage::after {

    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;

}
::before, ::after {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
élément {

    transform: translate3d(-5760px, 0px, 0px);
    transition: all 0.5s ease 0s;
    width: 8640px;

}
.owl-carousel .owl-stage {

    position: relative;
    -ms-touch-action: pan-Y;

}
html * {

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-font-feature-settings: normal;

}
*, ::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
body {

    font-family: "Open Sans", sans-serif;

}


::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
élément {
}


/* INDUSTRY SLIDER */
.industry-slider{
	display: none;
	margin-bottom: 75px;
}

.ind-slide{
	height: 450px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ind-slide-caption{
	position: absolute;
	opacity: 0;
	top: 50%;
	left: 0;
	right: auto;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ind-slide-overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0000;
	opacity: 0.6;
}

.ind-slide-caption{
	width: 40%;
}

.ind-slide-caption h2{
	color: #F7C51D;
	letter-spacing: 1px;
	font-size: 40px;
	margin: 20px 0px;
	font-weight: 700;
}

.ind-slide-caption p{
	color: #fff;
	font-size: 20px;
	margin: 20px 0px 30px 0px;
}

.ind-slide-caption a{
	border-radius: 3px;
	background: transparent;
	color: #fff;
	padding: 11px 17px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	line-height: 21px;
	color: #F7C51D;
	border: 2px solid #F7C51D;
}

.ind-slide-caption a:hover{
	background: #F7C51D;
	color: #202020;
}

.owl-carousel .owl-controls .owl-nav > div{
	position: absolute;
	top: calc(50% - 14px);
	text-align: center;
	font-size: 21px;
	color: #fff;
	background: #202020;
	line-height: 38px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;		
	z-index: 5;
	opacity: 0;
}

@media only screen and (max-width: 769px){
	.ind-slide-caption{
		width: auto;
		right: 5%;
	}

	.ind-slide-caption h2{
		font-size: 25px;
	}

	.ind-slide-caption p{
		font-size: 14px;
	}

	.ind-slide-caption a{
		font-size: 12px;
		padding: 5px 10px;
	}

	.industry-slider.owl-carousel .owl-controls .owl-nav > div{
		top: 89%;
	}
}

.owl-carousel:hover .owl-controls .owl-nav > div{
	opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev{
	left: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-next{
	right: 10px;
}

.owl-carousel .owl-controls{
	text-align: center;
}
.owl-theme .owl-controls{
	margin-top: 0px;
}
/* END INDUSTRY SLIDER */


::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::before, ::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
élément {
}
.ind-slide-caption h2 {
    color: #050505;
    letter-spacing: 1px;
    font-size: 40px;
    margin: 20px 0px;
    font-weight: 700;
}



élément {
}
.ind-slide-caption p {
    color: #020202;
    font-size: 20px;
    margin: 20px 0px 30px 0px;
}




.ind-slide-caption a{
	border-radius: 3px;
	background: transparent;
	color: #fff;
	padding: 11px 17px;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	line-height: 21px;
	color: #FF3600;
	border: 2px solid #FF3600;
}


.ind-slide-caption a:hover{
	background: #FF3600;
	color: #ffffff;
}
