owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.owl-carousel-news .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel-news .owl-animated-in {
	z-index: 0
}

.owl-carousel-news .owl-animated-out {
	z-index: 1
}

.owl-carousel-news .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}

#our-product .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	text-align: center;
	-webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

.owl-carousel .owl-item .item .owl-img {
	margin: 0;
	position: relative;
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-webkit-transition: all ease 1s;
	overflow: hidden;
	background: #fff
}

.owl-carousel .owl-item .item .owl-img:after {
	content: " ";
	width: 80px;
	height: 200px;
	background: #F37435;
	position: absolute;
	opacity: 0;
	transform: rotate(48deg);
	-webkit-transform: rotate(48deg);
	-moz-transform: rotate(48deg);
	-ms-transform: rotate(48deg);
	-o-transform: rotate(48deg);
	bottom: -119px;
	right: -78px;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item:hover .owl-img:after {
	width: 150px;
	opacity: 1
}

.owl-carousel .owl-item .item .owl-img:before {
	content: "\f0c1";
	color: #fff;
	font-size: 17px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'FontAwesome';
	opacity: 0;
	z-index: 99;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item:hover .owl-img:before {
	right: 17px;
	bottom: 15px;
	opacity: 1
}

.owl-carousel .owl-item .item .industries-info {
	position: absolute;
	bottom: -68px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	z-index: 999;
	padding-top: 25px;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item .industries-info:before {
    content: '';
    position: absolute;
    background: #0F62AC;
    width: 50px;
    height: 2px;
    left: 20px;
    top: 0px;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.owl-carousel .owl-item .item:hover .industries-info:before {
	width: 100px;
	background: #F37435
}

.owl-carousel .owl-item .item .industries-info h5 {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-family: "Montserrat", sans-serif;
    /* font-weight: 600; */
    margin: 0;
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 20px;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.owl-carousel .owl-item .item .industries-info h5:after {
	    content: "\f061";
    font-family: 'FontAwesome';
    right: 0;
    color: #053b6b;
    font-size: 10px;
    padding-left: 5%;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -webkit-transition: all ease .5s;
}

.owl-carousel .owl-item .item:hover .industries-info h5:after {
	padding-left: 5%
}

.owl-carousel .owl-item .item .owl-img .industries-info h6 {
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	margin-top: 30px
}

.owl-carousel .owl-item .item .owl-img .industries-info h6:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -8px;
	z-index: -1;
	background: #9D9E9E;
	transform-origin: bottom right;
	-ms-transform: skew(-26deg, 0deg);
	-webkit-transform: skew(-26deg, 0deg);
	transform: skew(-26deg, 0deg);
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item:hover .owl-img .industries-info h6:after {
	background: #000;
	left: 8px;
	-ms-transform: skew(22deg, 0deg);
	-webkit-transform: skew(22deg, 0deg);
	transform: skew(22deg, 0deg)
}

.owl-carousel .owl-item .item .owl-img .industries-info p {
	font-size: 14px;
	line-height: 16px;
	color: #F7941D;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	margin-top: letter-spacing:0.5px;
	margin-top: 20px;
	opacity: 0;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item:hover .owl-img .industries-info p {
	opacity: 1
}

.owl-carousel .owl-item .item {
	margin: 25px 0 0;
	display: block;
	position: relative;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 111;
	margin-bottom: 70px
}

.owl-carousel .owl-item .item b {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #000;
	margin: 0 0 0 20px;
	font-family: 'Muli', sans-serif;
	font-weight: 700;
	text-align: left;
	background: #fff;
	padding: 10px 30px;
	position: absolute;
	z-index: 999;
	bottom: -20px;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item:hover b {
	background: #000
}

.owl-carousel .owl-item .item p {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 8px 0 0;
	color: #666;
	line-height: 22px
}

.owl-carousel .owl-item .item a {
	font-size: 13px;
	color: #444;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 1;
	padding: 10px 20px 10px 0;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

.owl-carousel .owl-item .item a:before {
	content: '';
	display: block;
	position: absolute;
	top: 19px;
	right: -15px;
	width: 25px;
	height: 1px;
	background: #000;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item a:hover:before {
	width: 100%;
	right: 11px
}

.owl-carousel .owl-item .item:hover a {
	color: #ff7f00
}

.owl-carousel .owl-item .item a:hover {
	letter-spacing: 3px;
	color: #ff7f00;
	text-decoration: none
}

.owl-carousel .owl-item .item .owl-img img {
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-webkit-transition: all ease 1s
}

.owl-carousel .owl-item .item:hover {
	box-shadow: 0 0 25px 1px #00000047;
	transform: scale(1);
	z-index: 999;
	position: relative
}

.main_big_slider,
.main_big_slider .item03 {
	min-height: 768px
}

.item_mainslide_1 {
	background-image: url(../images/slider-1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.item_mainslide_2 {
	background-image: url(../images/slider-2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.item_mainslide_3 {
	background-image: url(../images/slider-3.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.item_mainslide_4 {
	background-image: url(../images/slider-4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.main_big_slider .psev_table {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover
}

.main_b_slider .container {
	position: relative;
	z-index: 5;
	top: 0
}

.item03 .slider-caption {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 8;
	display: block;
	-webkit-transform: translate(0, 85%);
	-moz-transform: translate(0, 85%);
	-ms-transform: translate(0, 85%);
	-o-transform: translate(0, 85%);
	transform: translate(0, 85%)
}

.item03 .slider-caption .slide-text {
	position: relative;
	width: 100%
}

.item03 .slider-caption .slide-text h1 {
	font-size: 55px;
	line-height: 65px;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	-webkit-transition: .6s;
	transition: .6s;
	position: relative;
	margin-bottom: 15px
}

.item03 .slider-caption .slide-text h1>strong {
	font-family: 'Muli', sans-serif;
	font-weight: 800
}

.item03 .slider-caption .slide-text p {
	margin: 0;
	color: #FFF;
	line-height: 25px;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin-bottom: 35px;
	-webkit-transition: .6s;
	transition: .6s
}

.item03 .slider-caption .slide-text a {
	border: 0;
	display: inline!important;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 16px;
	padding: 17px 25px;
	float: left;
	color: #1F2637;
	position: relative;
	margin-left: 75px;
	-webkit-transition: .6s;
	transition: .6s
}

.item03 .slider-caption .slide-text a:hover {
	color: #fff
}

.item03 .slider-caption .slide-text a:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -11px;
	z-index: -1;
	background: #fff;
	transform-origin: bottom right;
	-ms-transform: skew(-26deg, 0deg);
	-webkit-transform: skew(-26deg, 0deg);
	transform: skew(-26deg, 0deg);
	-webkit-transition: .6s;
	transition: .6s
}

.item03 .slider-caption .slide-text a:hover:before {
	background: #569f3b
}

.item03 .slider-caption .slide-text a>i {
	padding: 16px 22px;
	display: inline-block;
	line-height: 18px;
	font-size: 18px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: -59px;
	top: 0;
	-webkit-transition: .6s;
	transition: .6s
}

.item03 .slider-caption .slide-text a:hover>i {
	color: #1F2637
}

.item03 .slider-caption .slide-text a>i:after {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: -11px;
	z-index: -1;
	background: #569f3b;
	transform-origin: bottom right;
	-ms-transform: skew(-26deg, 0deg);
	-webkit-transform: skew(-26deg, 0deg);
	transform: skew(-26deg, 0deg);
	-webkit-transition: .6s;
	transition: .6s
}

.item03 .slider-caption .slide-text a:hover>i:after {
	background: #fff
}

.main_b_slider .owl-dots {
	display: none
}

.main_big_slider .main_b_slider .owl-nav .owl-prev,
.main_big_slider .main_b_slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	transition: all .5s ease
}

.main_b_slider .owl-prev:focus,
.main_b_slider .owl-next:focus {
	outline: none
}

.main_b_slider .owl-prev:hover,
.main_b_slider .owl-next:hover {
	background-color: #2b2a29!important;
	color: #fff!important;
	transition: all .3s ease
}

.main_b_slider .owl-prev {
	left: 4%
}

.main_b_slider .owl-next {
	right: 4%
}

.owl-carousel .owl-item .item1 .owl-img {
	width: auto;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	cursor: pointer;
	position: relative;
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-webkit-transition: all ease 1s
}

.owl-carousel .owl-item .item1 .owl-img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.owl-carousel .owl-item .item1 {
	margin: 0;
	padding: 35px 20px 35px 13px;
	display: block;
	background: transparent;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 111
}

.owl-carousel .owl-item .item1 b {
	font-size: 16px;
	color: #444;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0
}

.owl-carousel .owl-item .item1 p {
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0 0 14px;
	color: #666!important;
	text-align: left!important;
	line-height: 22px
}

.owl-carousel .owl-item .item1 p strong {
	color: #262626!important
}

.owl-carousel .owl-item .item1 a {
	font-size: 13px;
	color: #444;
	font-family: 'Montserrat Subrayada', sans-serif;
	position: relative;
	z-index: 1;
	padding: 10px 0;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

.owl-carousel .owl-item .item1 i {
	margin-left: 0;
	opacity: 0;
	visibility: hidden;
	width: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.owl-carousel .owl-item .item1:hover i {
	color: #2579f5;
	width: 14px;
	margin-left: 5px;
	opacity: 1;
	visibility: visible
}

.owl-carousel .owl-item .item1:hover a {
	color: #ff7f00;
	letter-spacing: 2px;
	color: #2579f5;
	text-decoration: none
}

.owl-carousel .owl-item .item1 .owl-img img {
	transition: all ease 1s;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-webkit-transition: all ease 1s
}

.owl-carousel .owl-item .item2 {
	margin: 35px 30px;
	display: block;
	text-align: center;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 111
}

.owl-carousel .owl-item .item2 b {
	font-size: 14px;
	line-height: 34px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	margin: 0;
	transition: all ease .5s;
	-moz-transition: all ease .5s;
	-ms-transition: all ease .5s;
	-webkit-transition: all ease .5s
}

.owl-carousel .owl-item .item2:hover b {
	color: #f7941d;
	letter-spacing: 1px
}

.owl-carousel .owl-item .item2 .owl-img {
	position: relative;
	width: 100%;
	max-width: 100%;
	transition: all ease 1s;
	margin: auto;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	cursor: pointer;
	opacity: 1;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-webkit-transition: all ease 1s
}

.owl-carousel .owl-item .item2 img {
	margin: 0;
	box-shadow: 0 0 25px 1px #0000003b;
	-moz-transition: all ease 1s;
	-ms-transition: all ease 1s;
	-webkit-transition: all ease 1s
}

.owl-carousel .owl-item .item2:hover img {
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15)
}

.owl-carousel .owl-item .item2:hover .owl-img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .75;
	transform: translateY(-10px)
}

#our-product .owl-theme .owl-controls {
	position: absolute;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	right: 19%;
	left: inherit;
	top: -60px
}

#our-product .owl-theme .owl-controls .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 12px;
	margin: 17px -45px;
	padding: 11px;
	background: transperent;
	display: inline-block;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#our-product .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	color: #21055f;
	text-decoration: none
}

#our-product .owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

#our-product .main_big_slider .owl-theme .owl-controls {
	position: static;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

#our-product .owl-theme .owl-controls .owl-nav01 [class*=owl-] {
	color: #666;
	position: relative;
	font-size: 15px;
	line-height: 40px;
	margin: 0;
	margin: 0 3px;
	border: 2px solid #999;
	height: 42px;
	width: 42px;
	cursor: pointer;
	border-radius: 100%;
	display: inline-block;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#our-product .owl-theme .owl-controls .owl-nav01 [class*=owl-]:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #999;
	opacity: 0;
	transition: all .2s ease 0;
	border-radius: 50%;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#our-product .owl-theme .owl-controls .owl-nav01 [class*=owl-]:hover:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	opacity: 1
}

#our-product .owl-theme .owl-controls .owl-nav01 [class*=owl-]:hover {
	color: #F37435;
	text-decoration: none
}

#our-product .owl-theme .owl-controls .owl-nav01 .disabled {
	opacity: .5;
	cursor: default
}

#clients .owl-carousel {
	position: inherit!important
}

#clients .owl-controls {
	position: absolute;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	left: 4%;
	bottom: 0;
	z-index: 99
}

#clients .owl-controls .owl-nav {
	position: relative;
	z-index: 99
}

#clients .owl-controls .owl-nav [class*="owl-"] {
	color: #F37435;
	font-size: 12px;
	margin: 0 1px;
	height: 36px;
	width: 36px;
	background: #fff;
	padding: 11px;
	background: transperent;
	display: inline-block;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

#clients .owl-controls .owl-nav [class*=owl-]:hover {
	color: #21055f;
	text-decoration: none
}

#clients .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.main_big_slider .owl-theme .owl-controls {
	position: static;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.owl-theme .owl-controls .owl-nav01 [class*=owl-] {
	color: #666;
	position: relative;
	font-size: 13px;
	line-height: 42px;
	margin: 0;
	margin: 0 4px;
	border: 2px solid #999;
	height: 42px;
	width: 42px;
	cursor: pointer;
	border-radius: 100%;
	display: inline-block;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

.owl-theme .owl-controls .owl-nav01 [class*=owl-]:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px solid #999;
	opacity: 0;
	transition: all .2s ease 0;
	border-radius: 50%;
	transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	-webkit-transition: all ease .3s
}

.owl-theme .owl-controls .owl-nav01 [class*=owl-]:hover:after {
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	opacity: 1
}

.owl-theme .owl-controls .owl-nav01 [class*=owl-]:hover {
	color: #1698cd;
	text-decoration: none
}

.owl-theme .owl-controls .owl-nav01 .disabled {
	opacity: .5;
	cursor: default
}