
.home-03.home-wrap .item {
	background-size: cover;
}

.home-03.home-wrap .home-container .item {
	width: 100%;
	position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}



.home-03.home-wrap .home-container .item .content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.home-03.home-wrap .home-container .item .content-overlay .content-wrap {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}



.home-03.home-wrap {
	position: relative;
}

.home-03.home-wrap .home-container {
	width: 100%;
}

.home-03 .three-section-owl-nav-no-pag-contaner {
	width: 100%;
	position: relative;
}



.home-03 .three-section-owl-nav-no-pag-contaner .owl-controls .owl-nav .owl-prev {
	position: absolute;
	z-index: 1;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	left: 20px;
}

.home-03 .three-section-owl-nav-no-pag-contaner .owl-controls .owl-nav .owl-next {
	position: absolute;
	z-index: 1;
	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	right: 20px;
}

.home-03 .main-owl-nav {
	font-size: 20px;
    padding: 20px;
}

.home-03 .content-wrap .head {
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-03 .content-wrap .head h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    letter-spacing: 4px;
    padding-left: 4px;
    text-transform: uppercase;
}

.home-03 .content-wrap .sub-text span {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 19px;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
}


.home-03 .number-container {
    margin: 0 auto;
    border-radius: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-width: 47px;
    display: table;
    border: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;          /*background-color of the button*/ 
    text-decoration: none;
}

.home-03 .number-container .text {
    font-size: 30px;
    line-height: 37px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px;
    display: inline-block;
    border: 5px solid;              /*Border color of the button*/
}

.home-03  .number-container .btnBefore, .home-03 .number-container .btnAfter {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border: solid;
    border-width: 0;
    border-radius: 0;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0px;
}
.home-03 .number-container .btnBefore {
    right: 0;
    bottom: 0;
}
.home-03 .number-container .btnAfter {
    left: 0;
    top: 0;
}
.home-03 .content-overlay:hover .number-container .btnBefore {
    border-width: 0 0 5px 5px;
}
.home-03 .content-overlay:hover .number-container .btnAfter {
    border-width: 5px 5px 0 0;
}

.home-03 .content-overlay:hover .number-container .btnAfter, .home-03 .content-overlay:hover .number-container .btnBefore {
height: 100%;
width: 100%;
transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-webkit-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-moz-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-o-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
-ms-transition: width 0.5s ease, height 0.5s ease 0.5s, border-top-right-radius 0.1s ease 0.4s, border-bottom-left-radius 0.1s ease 0.4s, border-bottom-right-radius 0.1s ease 0.9s, border-top-left-radius 0.1s ease 0.9s;
}


