/*----- header.css---- */
.bg-orange {background-color: rgb(255, 136, 0);}
.bg-lightorange{background-color: rgb(255, 205, 163);}
.bg-lightgray{background-color:rgb(242, 242, 242);}
.border-orange{border: 1.5px solid  rgb(255, 136, 0);}
border-orange{border: 1.5px solid  black;}
.fs15{font-size: 15px;}
.fs14{font-size: 14px;}
.fs17{font-size: 17px;}
.fs12{font-size: 12px;}
.fs10{font-size: 10px;}
.h20{height: 20px;}
.h40{height: 40px;}
   .vh-91{
       height:87vh;
   }
/* font weight */
.fw500{font-weight: 500;} .fw600{font-weight: 600;}
/* height */
.h-20{height:20px;} .h-50{height: 50px;} .h-60{height:60px;} .h-70{height: 70px;} .h-100{height: 100px;}
.font-cursive{font-family: cursive;}
.honharlogo{width: 50px;}
.outline-none{outline: none;}
.width-100{width: 100px;}
.width-150{width: 150px;}
.width-200{width: 200px;}
.width-250{width: 250px;}
.width-300{width: 300px;}
.width-400{width: 400px;}
.fixed-left{
    position: fixed;
    left: 0px;
    top: 0px;
}
.top200{
    top:200px;
}
.border-none{border:0px solid;}
.full-carousel-caption {
    position: absolute;
    right: 10%;
    bottom:0px;
    height:100%;
    left: 10%;
    padding: 5px;
    color: #fff;
    text-align: center;
  }
  .videoimg{width: 90%;}
.text-lightgray{color: rgb(148, 148, 148);}
.text-orange{color: rgb(255, 136, 0);}
.text-white{color: rgb(255, 255, 255);}
.text-darkgray{color:rgb(105, 105, 105);}
.login-container{width:800px;border-radius:5px;overflow:hidden;}
.loginad{background-image:url(images/bkgrd2.jpg);height: 440px;}
.loginusertxt{font-size: 14px;color:rgb(92, 92, 91);font-weight: 600;}
.capchecreatebox{background-image:url(images/capbackg.jfif);background-size: cover;}
.d-flex-column3{display: flex;justify-content:space-around;}
.d-flex-column2{display: flex;justify-content: space-evenly;}
.d-flex-column1{display: flex;justify-content: space-between;}
.carousel-img{width: 180px;}
.carousel2-height{height: 300px;}
.offcanvas-menu:hover{color: rgb(255, 136, 0);font-weight: 500;}

.captche-font{font-family:Georgia, 'Times New Roman', Times, serif;color: rgb(160, 160, 160);}
.clr{color:rgb(255, 235, 219);}
.font-cursive{font-family: cursive;}

.nav-menu:hover{
    background-color:white ;
    color: black;
    }
    .maindiv{
        margin-top:80px;
    }
    
  .socail-media .media{
    display: block;
    text-decoration: none;
    font-size:28px; 
  }
  .socail-media .media-link{
    display: inline-block;
    width: 50px;
    height:50px;
    text-align: center;  
  }
  .media-link:hover{
    display: inline-block;
    width: 100px;
    height:50px;  
    text-align: end;
    padding-right: 10px;
  }
 
@media (max-width:800px) {
    .nav-menu{
        padding: 0px;
    }
    .maindiv{
        margin-top:40px;
    }
    .honharlogo{width: 40px;}
    .loginad{display: none;}
    .logininput{width: 90%;}
    .d-flex-column1{display: flex;justify-content:space-evenly;flex-flow: column;}
    .d-flex-column2{display: flex;justify-content: space-evenly;flex-flow: column;}
    .d-flex-column3{display: flex;justify-content:space-around;flex-flow: column;}
    .carousel-img{width: 100px;}
    .carousel2-height{height: 500px;}

    }
/*----- header.css---- */


/* ----body.css------ */

.text-footer{
    font-size: 14px;
    font-weight: 600;
}
.carousel-height{
    height: 470px;
}
@media (max-width:800px) {
    .carousel-height{
        height: 550px;
    }   
    .full-carousel-caption {
        position: absolute;
        right: 5%;
        bottom:0px;
        height:100%;
        left: 5%;
        padding: 5px;
        color: #fff;
        text-align: center;
      }
        
} 
