body{
    
}

.img-180{
    max-height: 180px;
    width: 100%;
    object-fit: cover;
}
#main{
    font-family: "Times New Roman", Times, serif;
        font-size: 14px;
}
/* #header .myheader-top{
    background-color: #F9F9F9;
} */

#header .header-logo {
    margin: .5rem 0 !important;
    position: relative;
    z-index: 1;
}

#header .myheader-top-content{
    margin: .5rem 0;
    
}
#header .myheader-logo {
    /* margin: .5rem 0; */
    position: relative;
    z-index: 1;
}
#header .mysearch {
    /* margin: .5rem 0; */
    position: relative;
    z-index: 1;
}


#owl-demo .item img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 10px;
}

#owl-demo .owl-nav .owl-prev {
    background: #000;
    opacity: 0.8;
    margin-left: 20px;
    width: 40px;
    height: 40px;
    padding: 20px;
    border-radius: 50%;
}

#owl-demo .owl-prev:hover {
    opacity: 1;
}

#owl-demo .owl-nav .owl-next {
    background: #000;
    opacity: 0.8;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    padding: 20px;
    border-radius: 50%;
}

#owl-demo .owl-next:hover {
    opacity: 1;
}


#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #7fc242;
}

#progressBar {
    width: 100%;
    background: #EDEDED;
}

#slider-owl .item img {
    display: block;
    width: 100%;
    height: 440px;
    max-height: 440px;
    object-fit: cover;
    
}
#slider-owl .radius{
    border-radius: 20px;
}

#slider-owl .owl-nav .owl-prev {
  
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 1px rgba(100,100,100,.5);
    color: #000;
    font-size: 14pt;
}

#slider-owl .owl-prev:hover {
    opacity: 1;
}

#slider-owl .owl-nav .owl-next {
  
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 1px rgba(100,100,100,.5);
    color: #000;
    font-size: 14pt;
}

#slider-owl .owl-next:hover {
    opacity: 1;
}

#slider-owl .owl-dots {
    padding-top: 30px;
}

.owl-nav-circle .owl-nav .owl-prev,
.owl-nav-circle .owl-nav .owl-next {
    border-radius: 50%;
    /* padding: 25px; */
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 1px 3px 1px rgba(100, 100, 100, .5);
    color: #000;
    font-size: 14pt;

}

.owl-nav-white .owl-nav .owl-prev,
.owl-nav-white .owl-nav .owl-next {
    background: #fff !important;
    box-shadow: 0px 1px 3px 1px rgba(100, 100, 100, .5);
    color: #000 !important;
    font-size: 14pt;


}

.owl-nav-white .owl-dots {
    margin-top: 30px;
   
}



@media screen and (max-width: 768px) {

    /* For mobile phones: */
    #slider-owl .item img {
        display: block;
        width: 100%;
        /* height: 440px; */
        /* max-height: 440px; */
        /* object-fit: cover; */
    
    }
}