.home-ul-custome-size {
    font-size: 14px;
    word-spacing: initial;
    font-weight: 500;
    line-height: initial;
    text-transform: initial;
    list-style-type: none;
    margin-top: 17px;
    color: #fff;
}

.home-ul-custome-size li {
    line-height: 25px;
}

.body-font-size {
    font-size: 15px !important;
}

/*owl coursel*/
.owl-item.active.center .feature-box-16 {
    margin-top: 50px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: 3px;
    background: transparent;
}

.owl-nav button:focus {
    outline: none;
}

#carousel-1 .owl-height {
    height: 700px !important;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}
    
.home-page-counter-section h6 {
    font-size: 15px;
    margin-top: 12px;
    font-weight: 600;
}
.home-page-counter-section .card {
    background: none;
    border: none;
    position: relative ;
    padding: 20px 8px;
    min-height: 174px;
    height: 174px;
}
.home-page-counter-section .card:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background-color: #84080c;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease;
}
.home-page-counter-section .card:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    background-color: #84080c;
    transition: all 1200ms ease;
    -moz-transition: all 1200ms ease;
    -webkit-transition: all 1200ms ease;
    -ms-transition: all 1200ms ease;
    -o-transition: all 1200ms ease
    }

    .home-page-counter-section .card:hover::after ,
    .home-page-counter-section .card:hover::before {
        width: 100%;
    }
    /* .home-page-counter-section .card:hover {
        background-color: #fff;
        
    } */
    .home-page-counter-section .card .bg-img{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/home/card-bg.png) center center no-repeat;
        opacity: 0.5;
        background-size: contain;
    }
    .home-page-counter-section .card-content .display-inline {
        font-size: 22px;
    }
    .home-page-counter-section .card-content h5.display-inline {
        font-size: 35px;
        color: #000;
    }
    
    .home-page-counter-section .card:hover .bg-img {
        -webkit-animation-name: rotateScale;
        -webkit-animation-duration: 20s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: rotateScale;
        -moz-animation-duration: 20s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: rotateScale;
        -ms-animation-duration: 20s;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        animation-name: rotateScale;
        animation-duration: 20s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    @keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
    @-webkit-keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
    @-moz-keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
    @-o-keyframes rotateScale {
        from {
            transform: rotate(0deg) scale(1);
        }
        to {
            transform: rotate(360deg);
        }
    }
    
 
@media only screen and (min-width: 1260px) {
    .home-page-counter-section .card-content h5.display-inline{
        font-size: 35px;
    }   
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .divider1:before {
        height: 50px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .divider1:before {
        height: 80px !important;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .divider1:before {
        height: 110px !important;
    }

    .divider:before {
        height: 127px !important;
    }

    .slider-text-middle h1 ,.slider-text-middle h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-text-middle h1,.slider-text-middle h2 {
        font-size: 32px;
        line-height: 37px;
        text-align: center;
        vertical-align: initial;
    }

    .home-ul-custome-size {
        font-size: 14px;
        word-spacing: initial;
        font-weight: 500;
        line-height: initial;
        text-transform: initial;
        list-style-type: none;
        padding-inline-start: 0;
        margin-top: 17px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .divider1:before {
        height: 120px !important;
    }

    .divider:before {
        height: 127px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .divider1:before {
        height: 140px !important;
    }

    .divider:before {
        height: 127px !important;
    }

    .slider-text-middle h1 ,.slider-text-middle h2 {
        font-size: 50px;
        line-height: 54px;
    }

    .home-page section {
        padding: 130px 0;
    }
}

@media only screen and (max-width:1200px) {
    .cover-background.background-position-right1 {
        background-position: right !important;
    }
    .home-ul-custome-size {
        padding-left: 25px;
    }
}
@media only screen and (max-width:900px) {
    .home-ul-custome-size {
        padding-left: 0;
        text-align: center;
    }
    
}
@media only screen and (max-width:900px) {
    .home-page-counter-section .card {
        min-height: auto;
        height: auto;
        margin-bottom: 20px;
    }
}

    
    
    


