/* 
  Website Name : INCA Hammocks
  Author : Scorpio Technologies
  Author : https://scorpiotechnologies.com/
  Developer : D.Rajiv Gandhi
*/

/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
    background-color: #e6282a;
    color: #fff;
}

.back-to-top:hover {
    background-color: #b1b1b1;
    color: #fff;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.wpdevart_menu_link_conteiner a {color:#0000FF;}

.btn-more {
    color: #fff;
    background-color: #2d2b6c;
}

.btn-more:hover {
    color: #fff;
    background-color: #d72a7a;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    margin-right: 8px;
}

.bg-darks {background-color: #e6282a;}

.nav-link {color: #fff;}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e6282a;
}

.icon-bar {
    padding: 0.25rem 0.75rem;
    border: 1px solid #111;
    color: #111;
    border-radius: 6px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bg-nav {background-color: #fff;}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 52px;
    padding: 10px 0;
    color: #111;
    font-weight: 500;
    outline: none;
    font-family: 'Montserrat', sans-serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {color: #e6282a;}

.navbar.sticky-top {top: -100px;transition: .5s;}

.text-darks {color: #e7e8ea;}

.dropdown-menu {padding: 0;border-top: 3px solid #e7e8ea;}

.dropdown-item {padding: 10px 15px;color: #fff;}

.dropdown-item:hover {background-color: #e6282a;color: #fff;}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  margin: 0;
  padding: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #B60003;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  list-style-type: none;
}

.navbar .dropdown ul li {min-width: 200px;}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
}

.navbar .dropdown ul a i {font-size: 12px;}

.navbar .dropdown ul li a:hover,
.navbar .dropdown ul .active:hover {color: #FFF;}

.navbar .dropdown ul li:hover>a {color: #fff;}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  right: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  right: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    right: -113%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    right: -113%;
  }
}

.vn, .mn {width: 10%; height: 10%;} 

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 8px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
    .navbar .dropdown ul li {min-width: 100%;}

    .navbar .dropdown .dropdown ul {right: -20%;}

    .navbar .dropdown .dropdown:hover>ul {right: -20%;}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        position: absolute;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
        background: #B60003;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {width: 10%;}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/top-banner.png) center center no-repeat;
    background-size: cover;
}

.page-header {
    position: relative;
    padding: 50px 0;
    z-index: 2;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.breadcrumb {background-color: transparent;}

.breadcrumb-item+.breadcrumb-item::before {color: var(--secondary);}

.page-header .breadcrumb-item+.breadcrumb-item::before {color: var(--light);}

 .breadcrumb-item.active {color: #d61d37;}

.page-title {
    font-size: 40px;
    letter-spacing: 3px;
    line-height: 40px;
    font-weight: 600!important;
    text-transform: uppercase;
}

.abt {text-align: justify;line-height: 32px;}

.bg-abt {background-color: #f9f9f9;}

.abt-img {padding: 0;text-align: center;margin: 0 auto;}

.abt-img-sec {border-right: 2px solid #d7d7d7;}

.abt-img img {
    border-radius: 50%;
    margin-bottom: 10px;
    width: 195px;
}

.main-container {
    min-height: 350px;
    padding: 25px 0 0;
}

.abt-page {
    margin-bottom: 10px;
}

h3.abt-widget-title {
    color: #b1b1b1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    border-bottom: 2px solid rgba(177, 177, 177, 0.5);
    padding: 0 0px 5px 2px;
}

.wpdevart_menu_ul, .wpdevart_menu_ul ul, .wpdevart_menu_ul li {
    list-style: none;
}
.wpdevart_menu_ul>li.current-menu-item, .wpdevart_menu_ul>li.current-menu-ancestor {
    background-color: #fff !important;
}

.wpdevart_menu_ul>li>div {
    padding-top: 10px !important;
    padding-right: 0 !important;
    padding-bottom: 10px !important;
    padding-left: 0px !important;
    border-bottom: 0px transparent;
}

.widget_text .textwidget {
    font-size: 14px;
}

.page-template-our-story .about-sidebar {
    display: block;
}

.about-sidebar {
    background: #f9f9f9;
    padding: 3px 7px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.abt-sidebar-img {
    width: 80%;
    margin: 5px auto 10px;
    text-align: center;
}

.abt-sidebar-img img {
    border-radius: 50%;
    width: 100%;
}

.abt-sidebarcnt, .abt-sidebarcnt p, .abt-sidebarcnt h4 {
    text-align: center;
    font-family: avenir !important;
    word-spacing: 0px;
    letter-spacing: 0;
    padding-bottom: 0;
    color: #6a6a6a;
}

.abt-cnt-blk {
    background: #f9f9f9;
    padding: 20px 20px;
}

.row.abt-page:nth-child(odd) .abt-img-blk {
    float: right;
}
.intro-blk {
    padding-bottom: 15px;
}
h3.intro-blk-title {
    text-align: left;
    color: #b1b1b1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    border-bottom: 2px solid rgba(177, 177, 177, 0.5);
    padding-top: 0;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.text-title {color: #b1b1b1;}

/*** Facts ***/
.info-box-1.text-center {
    background: #142a51 !important;
    padding: 7px;
}

.info-box-1 {
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.info-box-1 h5 {
    color: #ffffff;
    padding: 20px;
    border: 2px solid #ffffff;
    font-size: 17px;
    margin-bottom: 0;
}

/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    border: 1px solid #DEE2E6;
}

.service-item h5 {padding: 10px;}
.inca-box {
    background: #f2f2f4;
    text-align: center;
    margin-top: 20px;
}

.inca-box h4 {
    padding: 25px 10px 12px 10px;
    color: #b1b1b1;
}

/* Blog*/
.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {margin-bottom: 0.3rem;}

.blog-date {
    background-color: #2d2b6c;
    border-top: 3px solid #d72a7a;
    text-align: center;
    padding: 7px;
    color: #fff;
    width: 50px;
}

.card-img-overlay {
    position: absolute;
    top: 235px;
    right: 0;
    bottom: 0;
    left: 280px;
    padding: 1rem;
    border-radius: 5px;
}

/*** contact us ***/
.contact-frm {
   background-color: #f9f9f9;
   padding: 65px 30px;
}

.text-red {color: #e6282a;}

.btn-darks {
    background-color: #e6282a;
    color: #fff;
}

.btn-darks:hover {
    background-color: transparent;
    border: 1px solid #e6282a;
    color: #e6282a;
}

/*** Footer ***/
.bg-footer {background-color: #f9f9f9;} 

.footer h5 {
    color: #111;
    font-size: 16px;
    border-bottom: 3px solid rgba(177, 177, 177, 0.4);
    margin-bottom: 15px;
    padding: 7px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #111;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #e6282a;
    letter-spacing: 1px;
    box-shadow: none;
    text-decoration: none;
}

.btn-outline {
    color: #e6282a;
    background-color: #fff;
}


.ficon-f:hover {
    background-color: #3b5998;
    color: #fff;
}

.ficon-i:hover {
    background-color: #8a3ab9;
    color: #fff;
}

.ficon-g:hover {
    background-color: #db4a39;
    color: #fff;
}

.ficon-l:hover {
    background-color: #0077b5;
    color: #fff;
}

.ficon-t:hover {
    background-color: #1DA1F2;
    color: #fff;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 15px;
    background-color: #e6282a;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {color: #fff;}

.footer .copyright a:hover {color: #fff;text-decoration: none;}

.ft-img {width: 100%;}

/* Inner pages css */

.sp-ctitle {
    background: #e6282a;
    padding: 7px;
}

.sp-ctitle h3 {
    color: #ffffff;
    text-transform: uppercase;
    border: 3px solid #ffffff;
    padding: 15px;
    text-align: center;
    margin-bottom: 0;
}

.enqbtn {
    background-color: #e6282a;
    border: 1px solid #e6282a;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px !important;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
    box-shadow: none;
    height: auto;
}

.enqbtn:hover {
    background-color: transparent;
    border: 1px solid #e6282a;
    color: #e6282a;
}

.pro-dtl h3{
    text-align: left;
    color: #b1b1b1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    border-bottom: 2px solid rgba(177, 177, 177, 0.5);
    padding-top: 0;
    margin-bottom: 20px;
}

.panel {
    border: 1px solid #d61d37;
    padding: 0;
    border-radius: 0;
}

.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

.shop_attributes {
    margin-top: 0;
    margin-bottom: 0;
}
tr#strow p, tr#standrow p {
    color: #ffffff;
}

tr#strow, tr#standrow {
    background: #e6282a;
}

.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}

.shop_attributes td {
    font-style: normal;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

th.Bed.Length:after {
    content: " ";
    background-image: url(../img/M-Icon-2-1.png);
    background-size: 40px;
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 25px;
}

.pro-chat h3 {
    text-align: left;
    color: #b1b1b1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    border-bottom: 2px solid rgba(177, 177, 177, 0.5);
    padding-top: 0;
    margin-bottom: 20px;
}

.custom-desc-sec {
    clear: both;
    /* display: none; */
    padding: 30px 0 0 0;
}

.custom-desc-img img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    border: 2px solid #e6e6e6;
}
.custom-desc-img {
    text-align: center;
}
.custom-desc {
    margin-bottom: 3rem;
}
.custom-desc, .custom-desc p {
    text-align: center;
}

.custom-desc .readbtn {
    background: transparent;
    border: transparent;
    box-shadow: none;
    font-size: 14px;
    font-family: avenir !important;
    font-weight: 400 !important;
    color: #e6282a;
}
.single-product button {
    padding: 13px 10px;
}

.icons {width: 15%;}
.iconss {width: 8%;}
.Swing {width: 6%;}

.Stand {width: 4%;}
.Bag {width: 5%;}
.Rain {width: 7%;}

.tp {width: 5%;}

.related h2 {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 20px;
    background-color: #fafafa;
    border-left: 4px solid #d61d37;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #555;
    font-size: 16px;
    font-weight: 500;
}

h3.cat-title {
    padding: 20px 10px;
    border: 1px solid #eaeaea;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 15px;
    color: #db230b;
    background-size: cover;
    background-position: center 53%;
    text-align: center;
    background: #f7f7f7;
    font-weight: 700;
}

.color-options {
    margin-bottom: 40px;
}

.wc-tabs {
    margin-bottom: 15px;
}
.wc-tabs h3 {
    text-align: left;
    color: #b1b1b1;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 28px;
    border-bottom: 2px solid rgba(177, 177, 177, 0.5);
    padding-top: 0;
    margin-bottom: 20px;
}
.color-box {
    width: 113px;
    float: left;
    min-height: 180px;
    text-align: center;
}
.selected-color.marigold {
    background: url(../img/colors/marigold.jpg);
}
.selected-color {
    width: 80px;
    height: 80px;
    background: red;
    border-radius: 50%;
    margin: 0 auto;
}
.selected-color.armygreen {
    background: url(../img/colors/army-green.jpg);
}
.selected-color.darkcream {
    background: url(../img/colors/darkcream.jpg);
}
.selected-color.darkgreen {
    background: url(../img/colors/darkgreen.jpg);
}
.selected-color.scubablue {
    background: url(../img/colors/scuba-blue.jpg);
}
.selected-color.fusciapink {
    background: url(../img/colors/fusciapink.jpg);
}
.selected-color.grey {
    background: url(../img/colors/grey.jpg);
}
.selected-color.oceanblue {
    background: url(../img/colors/ocean-blue.jpg);
}
.selected-color.salem {
    background: url(../img/salem.jpg);
}
.selected-color.lime {
    background: url(../img/colors/lime.jpg);
}
.selected-color.silvergrey {
    background: url(../img/colors/silvergrey.jpg);
}
.selected-color.maroon {
    background: url(../img/colors/maroon.jpg);
}
.selected-color.bungeecord {
    background: url(../img/colors/bungeecord.jpg);
}
.selected-color.hawaiiocean {
    background: url(../img/colors/hawaiiocean.jpg);
}
.selected-color.saharagold {
    background: url(../img/colors/saharagold.jpg);
}
.selected-color.red {
    background: url(../img/colors/red.jpg);
}
.selected-color.flame {
    background: url(../img/colors/flame.jpg);
}
.selected-color.brightgreen {
    background: url(../img/colors/bright-green.jpg);
}
.selected-color.blackforest {
    background: url(../img/colors/blackforest.jpg);
}
.selected-color.passionflower {
    background: url(../img/colors/passionflower.jpg);
}

/*.entry-content h3 {*/
/*    color: #d61d37;*/
/*    font-weight: normal;*/
/*    font-size: 20px;*/
/*    letter-spacing: 1px;*/
/*    padding: 15px 0 5px 0;*/
/*}*/



.wrapper{
  max-width: 485px;
  width: 100%;
  /*background: #fff;
  padding: 22px 30px 40px;*/
  border-radius: 10px;
 /* box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.05);*/
}

.wrapper header{
  color: #4db2ec;
  font-size: 33px;
  font-weight: 500;
  text-align: center;
}
.wrapper .captcha-area{
  display: flex;
  height: 65px;
  margin: 30px 0 20px;
  align-items: center;
  justify-content: space-between;
}
.captcha-area .captcha-img{
  height: 100%;
  width: 345px;
  user-select: none;
  background: #000;
  border-radius: 5px;
  position: relative;
}
.captcha-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  opacity: 0.95;
}
.captcha-img .captcha{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  font-size: 35px;
  text-align: center;
  letter-spacing: 10px;
  transform: translate(-50%, -50%);
  text-shadow: 0px 0px 2px #b1b1b1;
  font-family: 'Noto Serif', serif;
}
.wrapper button{
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #e6282a;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.wrapper button:hover{
  background: #2fa5e9;
}
.captcha-area .reload-btn{
  width: 75px;
  height: 100%;
  font-size: 25px;
}
.captcha-area .reload-btn i{
  transition: transform 0.3s ease;
}
.captcha-area .reload-btn:hover i{
  transform: rotate(15deg);
}
.wrapper .input-area{
  height: 60px;
  width: 100%;
  position: relative;
}
.input-area input{
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid #bfbfbf;
}
.input-area input:is(:focus, :valid){
  padding-left: 19px;
  border: 2px solid #4db2ec;
}
.input-area input::placeholder{
  color: #bfbfbf;
}
.input-area .check-btn{
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 17px;
  height: 45px;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%);
}
.input-area input:valid + .check-btn{
  opacity: 1;
  pointer-events: auto;
}
.wrapper .status-text{
  display: none;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 -5px;
}

@media (max-width: 506px){
  body{
    padding: 0 10px;
  }
  .wrapper{
    padding: 22px 25px 35px;
  }
  .wrapper header{
    font-size: 25px;
  }
  .wrapper .captcha-area{
    height: 60px;
  }
  .captcha-area .captcha{
    font-size: 28px;
    letter-spacing: 5px;
  }
  .captcha-area .reload-btn{
    width: 60px;
    margin-left: 5px;
    font-size: 20px;
  }
  .wrapper .input-area{
    height: 55px;
  }
  .input-area .check-btn{
    height: 40px;
  }
  .wrapper .status-text{
    font-size: 15px;
  }
  .captcha-area .captcha-img{
    width: 250px;
  }
}


/*** Blog Start ***/

.blog-carousel {
    width: 100%;
    height: 100%;
    top: 15px;
    position: relative;
}


.blog-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 80px;
    height: 50px;
    background: #e6282a;
    top: -51px;
    left: 0;
    border: 0;
    border-radius: 10px 30px 30px 10px;
}

.blog-carousel .owl-nav .owl-prev {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
    transition: .5s;
}

.blog-carousel .owl-nav .owl-prev:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark);
    color: #fff !important;
}

.blog-carousel .owl-prev,
.blog-carousel .owl-next {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-carousel .owl-nav .owl-next {
    position: absolute;
    width: 80px;
    height: 50px;
    background: #e6282a;
    top: -51px;
    right: 0;
    border-radius: 30px 10px 10px 30px;
}

.blog-carousel .owl-nav .owl-next {
    box-shadow: inset 0 0 0 0 #000000;
    transition: .5s;
}

.blog-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 200px 0 0 0 #000000;
    color: #fff !important;
}

/*** Blog End ***/