/* Add here all your CSS customizations */

.overlay:hover:before, .overlay.overlay-show:before, .overlay.show:before {
    opacity: 0.8 !important;
}

html #header.header-transparent-dark .header-body:before {
    background: #393850;
    box-shadow: 2px 2px 2px #e7e7e7
}

html #header .header-nav-main nav > ul > li > a.active {
    color: #68c252;
}

.nav-secondary.nav-secondary-style-2 .nav > li > a > span {
    position: absolute;
    top: 50%;
    right: calc(100% + 20px);
    background: #81d068;
    color: #fff;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 800;
    padding: 3.2px 16px;
    padding: 0.4rem 2rem;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    font-weight: 300;
    visibility: hidden;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}

.image-frame .image-frame-wrapper .image-frame-action .image-frame-action-icon {
    display: block;
    color: #FFF;
    font-size: 1.2307692308em;
    line-height: 2.9230769231em;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 100%;
    width: 2.9230769231em;
    height: 2.9230769231em;
    text-align: center;
    margin: 3.2px;
    margin: 0.2rem;
    border-radius: 50% !important;
    background: #555fb2 !important;
}
/*
    .scroll-box{
    	min-height: 300px;
    	padding-top: 100px;
    }*/

.custom-height-290{
    /*top:10%*/
}
#header .header-logo img{
    width: 200px;
    object-fit: contain;
}

/*.custom-bottom-60 {
    bottom: 0%;
}*/

.why-content{
    list-style: none
}

.why-content li:before{
    content: '';
    width: 12px;
    height: 12px;
    background: #7cc76d;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    margin-top: 8px;
    border: 1px solid white;

}

.banner-fade{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
}



.testimonial-author strong{
    background: #66c253;
    padding: 2px 20px;
    border-radius: 20px;
    font-weight: 300 !important;
    font-size: 15px !important;
}

html .owl-carousel:not(.mirrored) .owl-nav .owl-prev, html .owl-carousel:not(.mirrored) .owl-nav .owl-next {
 color: #71c95d;
    background: white;
    border-radius: 0;
    top: -60px;
    position: absolute;
    box-shadow: 0 0 3px #c6c6c6;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span {
    background: #71c95d !important;
    width: 20px;
    transition: .5s all;
}



.track{
    position: absolute;
    z-index: 1;
    width: 325px;
    background: #ffffffb5;
    height: 110px;
    padding: 20px;
    border-radius: 20px;
    padding-bottom: 10px;
    margin: auto;
    /* margin-top: 140px; */
    left: 38%;
    top: 27%;
}

.track .etk{
    width: 220px;
    background: #4a54a5;
    border: 0;
    padding: 3px;
}


.track button{
    border: 0;
    border-radius: 0;
    position: relative;
    top: -2px;
    padding: 5px 10px;
}


.track ::placeholder{
    color:#fff
}


.tracking-report{
    width: 100%;
    min-height: 480px;
    margin-top: 117px;
    clear: both;
    display: inline-block;
    padding-top: 30px;
}

.tleft{
    list-style: none;
    padding: 0
}
.tright{
    text-align: right;
    list-style: none
}


.track-table thead tr{
    background: #414696;
    color: #fff;
}

@media(min-width:320px) and (max-width:400px){
    .track{
        position: absolute;
        width: 80%;
        margin: auto;
        display: block;
        left: 38px;
        height: 140px;
    }
}


.tp-leftarrow, .tp-rightarrow{
    display:none
}

#services{
    padding-top:65px;
}
#services h2{
    padding-bottom: 40px
}

#services h3{
    font-size: 18px;
    color: #6bc86d;
    font-weight: 300;
    text-align:left;
}

#services .col-sm-4{

}

.service-box{
    text-align: justify;
    box-shadow: 0 0 4px #eeeeee;
    padding: 30px 30px;
    margin-bottom: 30px;

}

.image-frame .image-frame-wrapper > img{
    width: 350px;
    height: 300px;
    object-fit: cover;
}

.owl-carousel .owl-nav.disabled + .owl-dots{
    display:block;
}

