.footer-bottom {
    background-color: #000000;
    text-align: center;
}
.bg-shadow {
	/*padding: 25px;
	background: #fff;
	box-shadow: 0 1px 15px #cfcfcf70;*/
}
.bor-shadow {
    border: 30px solid #ffffff;
    background: #fff;
    box-shadow: 0 1px 15px #cfcfcf70;
}
.pad-80 {
	padding: 80px 0;
}
.pad-160 {
    padding: 160px 0;
}
.pd-tp-80 {
    padding-top: 80px;
}
.pd-tp-30 {
    padding-top: 30px;
}
.mrg-btm-15 {
    margin-bottom: 15px;
}
.why-choose-area{
    position: relative;
    display: block;
    padding-bottom: 60px;
    z-index: 1;
}
.why-choose-area:before {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    background-image: url(../images/home/background/solar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
}
.choose-carousel.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.single-choose-box{
   position: relative;
    display: block;
    background: #ffffff;
    padding: 5px 0 5px;
    transition: all 700ms ease 400ms;
    z-index: 5;
    box-shadow: 0 1px 15px #cfcfcf70;
    margin-top: 10px;
    min-height: 200px;
}
.single-choose-box:hover{
	-webkit-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	-ms-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	-o-box-shadow: 0 15px 40px rgba(0,0,0,0.08);
	box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}
.single-choose-box h3 {
    margin: 0 0 24px;
}
.single-choose-box h3 a{
    color: #203260;
}
.single-choose-box span:before{
    color: #ff8a01;
    font-size: 80px;
    line-height: 80px;
    display: block;
}
.single-choose-box .button{
    position: relative;
    display: block;
    padding-top: 30px;
}
.single-choose-box .button a{
    position: relative;
    display: block;
    width: 55px;
    height: 55px;
    background: #f1f7f9;
    border-radius: 50%;
    margin: 0 auto;
}
.single-choose-box .button a span:before {
    display: block;
    color: #203260;
    font-size: 20px;
    line-height: 14px;
    transform: rotate(-90deg);
    padding: 20px 0 20px;
}
.single-choose-box .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 44px 30px 0;
    background: #ffffff;
    transition: all 700ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
}
.single-choose-box:hover .overlay-content {
	transform: perspective(1200px) rotateX(0deg) translateZ(0px);
	opacity: 1;
}
.single-choose-box .overlay-content h3{
    margin: 0 0 18px;    
}
.single-choose-box .overlay-content h3 a{
    color:#4caf50;
}
.single-choose-box .overlay-content p{
    margin: 0;
}
.single-choose-box .overlay-content .button{
    padding-top: 22px;    
}
.single-choose-box .overlay-content .button a{
    background: #45b653;
}
.single-choose-box .overlay-content .button a span:before{
    color: #ffffff;
    font-size: 20px;
    line-height: 14px;
    transform: rotate(0deg);    
}
.choose-carousel.owl-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -110px;
    margin: 0;
    display: block;
        visibility: hidden;
}
.choose-carousel.owl-carousel .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #83888d;
    font-size: 26px;
    font-weight: 300;
    width: 60px;
    height: 60px;
    border: 2px solid #dbe5ec;
    line-height: 54px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 100ms;
    border-radius: 50%;
    text-align: center;
}
.choose-carousel.owl-carousel .owl-nav [class*="owl-"] p {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color:#45b653;
    font-size: 16px;
    font-weight: 700;
    line-height: 58px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    transform: scale(0);
    transition: all 700ms ease 200ms;
}
.choose-carousel.owl-carousel .owl-nav .owl-next {
    margin-left: 10px;
}
.choose-carousel.owl-carousel .owl-nav [class*="owl-"]:hover{
    border-color: #45b653;
}
.choose-carousel.owl-carousel .owl-nav [class*="owl-"]:hover p{
    transform: scale(1.0); 
}
.single-choose-box .button i {
    font-size: 18px;
    display: block;
    font-size: 20px;
    line-height: 14px;
    padding: 20px 0 20px;
}
.single-choose-box .overlay-content .button i {
    color: #ffffff;
    font-size: 20px;
    line-height: 14px;
}
.service-area {
	position: relative;
}
.service-inner {
	margin: 0;
    padding: 45px 35px;
    z-index: 2;
}
.with_corners:before, .with_corners:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #fcca03;
    z-index: 2;
}
.with_corners:before, .cornered-heading:before {
    top: -15px;
    left: -22px;
    border-width: 2px 0 0 2px;
}
.with_corners:before, .with_corners:after {
    border-color: #ff8a01;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.with_corners:after, .cornered-heading:after {
    bottom: -15px;
    right: -22px;
    border-width: 0 2px 2px 0;
}
.with_corners:before {
    top: 20px;
    left: 32px;
}
.with_corners:after {
    bottom: 20px;
    right: 32px;
}
.service-icon {
    margin-bottom: 15px;
}
.service-content h4 {
    margin-bottom: 18px;
}
.separator-line {
    height: 2px;
    width: 40px;
    background: #ff8a01;
    margin: 0 auto;
}
.service-content p {
	margin: 25px 15px;
}
li.current-active a, .sticky-header .main-menu .navigation li.current-active a {
    font-weight: bold !important;
    color: #45b653  !important;
}
.vis-mis-section {
    position: relative;
    padding: 100px 0;
}
.cnct-comp-title {
    padding: 15px 0 15px 35px;
    margin-bottom: 25px;
}
.cnct-comp-title h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
}
ul.service-list-items li {
    list-style-type: disc;
    margin-left: 35px;
    padding: 6px 0;
}
.sec-title.no_mrg {
    margin: 0;
}
.more_show.btn {
    padding: 7px 20px;
    border: 1px solid #ffeb3b; 
    border-radius: 50px;
    color: #ffffff;
    background: #45b653;
    cursor: pointer;
    margin: 20px 0;
}
.moretext {
  display: none;
}
.solar-area-section{
    position:relative;
/*    padding: 80px 0px;*/
    overflow: hidden;
}
.solar-area-section .pattern-image-left{
    position: absolute;
    left: 0;
    bottom: 50px;
    width: auto;
    height: auto;
}
.solar-area-section .pattern-image-right{
    position: absolute;
    right: 0;
    bottom: 30px;
    width: auto;
    height: auto;
}
.solar-block{
    position: relative;
    margin-bottom: 30px;
}
.solar-block .image-column{
    position: relative;
    margin-bottom: 30px;
}
.solar-block .image-column .inner{
    position: relative;
    display: block;
    padding-right: 80px;
}
.solar-block .image-column .image,
.solar-block .image-column .image img{
    display: block;
    width: 100%;
}
.solar-block .image-column .icon-box{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    font-size: 54px;
    line-height: 95px;
    color: #52c306;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.solar-block.now-in-view .image-column .icon-box{
    -ms-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
    -webkit-transition: all 2000ms ease 500ms;
    -ms-transition: all 2000ms ease 500ms;
    -o-transition: all 2000ms ease 500ms;
    -moz-transition: all 2000ms ease 500ms;
    transition: all 2000ms ease 500ms;
}
.solar-block .text-column{
    position: relative;
    margin-bottom: 30px;
}
.solar-block .text-column .inner{
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 30px;
    padding-right: 150px;
}
.solar-block .text-column .title{
    position: relative;
    margin-bottom: 26px;
}
.solar-block .text-column .title h2{
    font-size: 30px;
  /*  font-weight: bold;*/
    text-transform: capitalize;
    margin: 0 0 3px;
    color: #040404;
}
.solar-block .text-column .title .sub-text{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: initial;
    margin: 0;
    color: #aaaaaa;
}
.solar-block .text-column .text{
    position: relative;
    margin-bottom: 30px;
    text-align: justify;
}
.solar-block .text-column .link-box a .icon{
    position: relative;
    font-size: 16px;
    padding-left: 7px;
    color: #52c306;
}
.solarenergy .solar-block:nth-child(even) .text-column{
    order: 0;
}
.solarenergy .solar-block:nth-child(even) .image-column .icon-box{
    right: auto;
    left: 20px;
}
.solarenergy .solar-block:nth-child(even) .image-column{
    order: 12;
}
.solar .solar-block:nth-child(even) .image-column .inner{
    padding-right: 0;
    padding-left: 80px;
}
.solarenergy .solar-block:nth-child(even) .text-column .inner{
    padding-right: 20px;
    padding-left: 150px;
    text-align: right;
}
.solarenergy .solar-block:nth-child(even) .image-column .inner {
    padding-right: 0;
    padding-left: 80px;
}
.icon-box img {
    width: 70%;
}
.solar-benefits{
    position:relative;
    padding: 80px 0px;
    z-index: 1;
}
.solar-benefits .bg-pattern-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f3fb;
}
.solar-benefits .bg-pattern-layer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:url(../images/background/bg-pattern-1.png) center center repeat;
    opacity: 0.70;
}
.solar-benefits .title-column{
    position: relative;
}
.solar-benefits .title-column .inner{
    position: relative;
    display: block;
}
.solar-benefits .title-column .text{
    margin-bottom: 40px;
}
.solar-benefits .image-column{
    position: relative;
}
.solar-benefits .image-column .inner{
    position: relative;
    display: block;
}
.solar-benefits .image-column .image,
.solar-benefits .image-column .image img{
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
}
.tabs-box{
    position: relative;
}
.tabs-box .tab-buttons{
    position: relative;
}
.tabs-box .tab-buttons .tab-btn{
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.tabs-box .tabs-content{
    position: relative;
}
.tabs-box .tabs-content .tab{
    position: relative;
    display: none;
}
.tabs-box .tabs-content .active-tab{
    display: block;
}
.solar-benefits-tabs{
    position: relative;
    margin-bottom: 88px;
}
.solar-benefits-tabs .tab .tab-inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.solar-benefits-tabs .tab .image{
    display: block;
    margin: 0;
}
.solar-benefits-tabs .tab img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.solar-benefits-tabs .buttons-box{
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;

}
.solar-benefits-tabs .tab-buttons .tab-btn{
    position: relative;
    float: left;
    font-size: 18px;
    color: #222222;
    text-transform: capitalize;
    min-height: 118px;
    width: 33.333%;
    padding: 15px 15px;
    line-height: 24px;
    border-bottom: 2px solid rgba(0,0,0,0.20);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.solar-benefits-tabs .tab-buttons .active-btn{
    border-bottom-color: #52c306;
    padding: 8px 15px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.solar-benefits-tabs .tab-buttons .tab-btn .btn-title{
    position: relative;
    display: block;
    line-height: 28px;
}
.solar-benefits-tabs .tab-buttons .tab-btn .info{
    position: relative;
    display: none;
    color: #777777;
    font-size: 15px;
    text-transform: initial;
    line-height: 20px;
    margin-top: 10px;
}
.solar-benefits-tabs .tab-buttons .active-btn .btn-title{
    font-weight: 700;
    font-size: 20px;
}
.solar-benefits-tabs .tab-buttons .active-btn .info{
    display: block;
}
.benefits_list {     
    font-weight: 400;    
    font-size: 13px;     
    letter-spacing: 0.5px;     
    color:#040404;    
    padding: 20px 0;
    text-align: justify;
} 
ul.benefits_list li {     
    padding: 5px; 
} 
.abt-page-sec .image-column, .abt-page-sec .content-column {
    padding: 0 15px; 
}
.about-section .bg-pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}
.about-inner .text {
    text-align: justify;
    line-height: 24px;
}
.abtpage-abtcontent{
    position: relative;
}
.abtpage-abtcontent .inner-box{
    position: relative;
}
.abtpage-abtcontent .image-box{
    position: relative;
}
.abtpage-abtcontent .single-item-carousel{
    position: relative;
}
.abtpage-abtcontent .image-box .owl-nav{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px;
}


.abtpage-abtcontent .image-box .owl-nav .owl-next,
.abtpage-abtcontent .image-box .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
       background-color: rgb(255 255 255 / 10%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.abtpage-abtcontent .image-box .owl-nav .owl-next{
    left: auto;
    right: 0;
}
.abtpage-abtcontent .image-box .owl-nav .owl-next:hover,
.abtpage-abtcontent .image-box .owl-nav .owl-prev:hover{
   /* background-color: rgba(0,0,0,.70);*/
    color: #ffffff;
}

/*.banner-section .ensun-slider {
    height: 780px !important;
}
.ensun-slider .owl-stage-outer.owl-height {
    height: 780px !important;
}
.banner-carousel .link-box {
    position: relative;
    top: -130px;
}*/
/*.ensun-slider .owl-stage-outer.owl-height {
    height: 650px !important;
}*/
.service-icon img {
    width: 50% !important;
    height: auto;
    margin: 0 auto;
}
.social {
    display:block;
    position:fixed;
    top:50%;
    left:0;
    z-index: 1092;
}
.social a {
    display:block;
    position:relative;
    margin-bottom:1px;
    padding:10px;
    border-radius:0 5px 5px 0;
    font-size:1.15em;
    color:#000000;
    text-align:right;
    text-decoration:none;
    left:calc(-100% + 45px);
    transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -webkittransition:all 0.5s ease-in-out;
}
.social a:after {
    display: inline-block;
    font-family: "FontAwesome";
    width:30px;
    font-size:18px;
    text-align:center;
    vertical-align:middle;
    margin-left:15px;
}
.social a:hover {
    left:0;
}
.social a:nth-child(1) {
    background: #45b653;
    color: #fff;
    border: 1px solid #45b653;
}
.social a:nth-child(2) {
    background: #ff8a01;
    color: #fff;
    border: 1px solid #ff8a01;
}
.social a:nth-child(3) {
    background: #3c5e94;
    color: #fff;
    border: 1px solid #3c5e94;
}
.social a:nth-child(4) {
    background: #404040;
    color: #fff;
    border: 1px solid #404040;
}
.social a[data-src="whatsapp"]:after {
    content:"\f232";
}
.social a[data-src="phone"]:after {
    content:"\f095";
}
.social a[data-src="calculator"]:after {
    content:"\f1ec";
}
.social a[data-src="email"]:after {
    content:"\f0e0";
}
.service-inner.rooftop {
    background: linear-gradient(to bottom,#cddc3914, #ffffffe0), url(../images/home/desing/Solar-Rooftop.jpg);
    background-size: cover;
}
.service-inner.carport {
    background: linear-gradient(to bottom, #cddc3914, #ffffffe0), url(../images/home/desing/solar-Carport.jpg);
    background-size: cover;
}
.service-inner.pump {
    background: linear-gradient(to bottom, #cddc3914, #ffffffe0), url(../images/home/desing/solar-ro.jpg);
}
.service-inner.g-mounted {
    background: linear-gradient(to bottom, #cddc3914, #ffffffe0), url(../images/home/desing/Ground-Mounted.jpg);
    background-size: cover;
}
.icon-box.partner-img img {
    width: 15%;
}
figure.image {
    margin: 0;
}
.project-place {
    text-align: center;
}
.project-block-two .overlay-box h5, .project-block-two .overlay-box p {
    color: #fff;
}
.project-place h3 {
    margin: 15px 0 0 0;
}
.project-block-two .overlay-box h5 {
    margin-bottom: 10px;
}
ul.value-list li {
    list-style-type: disc;
    padding: 10px;
}
.form-area .form-btn input {
    padding: 23px 0px;
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}
.form-area .form-btn input:focus {
    outline: 0;
}
.pad-btm-50 {
    padding-bottom: 50px;
}
.icon-section h4 {
    margin: 20px 0;
}
.icon-section h2 {
    margin: 20px 0;
}
.icon-section p {
    margin-top: 10px;
    font-family: 'Bree serif', sans-serif;
}


/*new desing*/
.vision-mission-cont {
    background: url(../images/about/vis-mis2.jpg) no-repeat 0 0;
    background-size: cover;
    display: inline-block;
    width: 100%;
    min-height: 545px;
    padding: 37px 36px;
    margin: 0 0 39px 0

}

.vision-mission-cont .vision {
    margin: 0 0 12px 0
}

.vision-mission-cont h2 {
    font-size: 30px;
    line-height: 34px;
    color: #FFF;
    font-weight: 600;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 17px 0
}

.vision-mission-cont h2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #FFF;
    position: absolute;
    left: 0;
    bottom: 0
}

.vision-mission-cont p {
    font-size: 15px;
    line-height: 22px;
    font-weight: lighter;
    color: #FFF
}

.vision-mission-cont .mission ul li {
    position: relative;
    list-style: none;
    font-size: 15px;
    line-height: 22px;
    font-weight: lighter;
    color: #FFF;
    padding: 0 0 11px 20px
}

.vision-mission-cont .mission ul li:after {
    content: '';
    background: url(../images/mission-arrow.png) no-repeat 0 0;
    width: 7px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 5px
}

.values-cont {
    display: inline-block;
    width: 100%
}

.values-cont h2 {
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0 0 17px 0;
    position: relative
}

.values-cont h2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0
}

.values-cont .values-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    padding-top: 25px
}

.values-cont .values-row .values-col {
    width: 33.3333333333%;
    float: left;
    padding: 0 14px;
    margin: 0 0 50px 0;
    position: relative
}

.values-cont .values-row .values-col:after {
    content: '';
    height: 60px;
    width: 1px;
    background: rgba(105, 105, 105, .2);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.values-cont .values-row .values-col:nth-child(3n+3):after {
    height: 0;
    width: 0
}

.values-cont .values-row .values-col strong {
    width: 100%;
    display: inline-block
}

.values-cont .values-row .values-col strong img {
    display: block;
    margin: auto;
    padding: 0 0 9px 0
}

.values-cont .values-row .values-col strong span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 21px;
    line-height: 27px;
    color: #1062ae;
    font-weight: 400;
    padding: 0 0 4px 0
}

.values-cont .values-row .values-col strong p {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    color: #1d1d1d;
    font-weight: lighter
}


/*new testimonial*/
.card {
    position: relative;
    border: solid 1px #212121;
    padding: 45px 50px 25px 60px;
    margin-top: 200px;
    background-color: #212121;
    border-radius: 10px;
    color: #fff
}

.post-txt {
    font-size: 20px;
    margin-bottom: 0
}

.quote-img {
    position: absolute;
    top: 32px;
    left: 25px;
    width: 30px;
    height: 30px
}

.nice-img {
    width: 20px;
    height: 25px;
    margin-bottom: 7px
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 20px solid #212121;
    margin-left: 85px
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.profile-pic {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    left: 65px;
    margin-top: 15px
}

.profile-name {
    position: absolute;
    font-size: 22px;
    margin-top: 60px;
    left: 210px;
    color: #616161
}
/*End testimonial*/



/*new carsoul test design*/

.abtpage-abtcontent1 .inner-box{
    position: relative;
}
.abtpage-abtcontent1 .image-box{
    position: relative;
}
.abtpage-abtcontent1 .single-item-carousel1{
    position: relative;
}
.abtpage-abtcontent1 .image-box .owl-nav{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -60px;
}


.abtpage-abtcontent1 .image-box .owl-nav .owl-next,
.abtpage-abtcontent1 .image-box .owl-nav .owl-prev{
    position: absolute;
    left: -176px;
    top: 0;
    width: 30px;
    height: 120px;
    text-align: center;
    line-height: 120px;
    font-size: 18px;
    color: #222222;
    font-weight: 400;
       background-color: rgb(255 255 255 / 33%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.abtpage-abtcontent1 .image-box .owl-nav .owl-next{
    left: auto;
    right: 176px;
}
.abtpage-abtcontent1 .image-box .owl-nav .owl-next:hover,
.abtpage-abtcontent1 .image-box .owl-nav .owl-prev:hover{
   /* background-color: rgba(0,0,0,.70);*/
    color: #ffffff;
}



