.header .menu-item a{
    color: white ;
}
.boxshadow{
    box-shadow: none!important;
}
#kaushik-index p{
    font-size: 16px;
    text-align: center;
}
.index-box{
    width: 72px;
    height: 72px;
    background: linear-gradient(to bottom, #bd6b09 , #edb850);
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}
#kaushik-index h4{
    margin-bottom: 12px;
    margin-top: 12px;
}
.index-box:hover{
    box-shadow: 0px 0px 59px #969696
}
#service{
    background: linear-gradient(to bottom, #f2af5ffa , #f2d7a3);
    padding-bottom: 50px;
    padding-top: 50px;
}
#service p {
    text-align: center;
    font-size: 18px;
}
#service h4{
    padding-top: 15px;
    padding-bottom: 15px;

}
#service img:hover{
    cursor: pointer;
    outline: 1px solid white;
    outline-offset: -19px;
}
.kausikimg img{
    transition: all 0.5s ease-in;
    height: 279px;
    object-fit: cover;
   
}
#contact{
    padding-bottom: 50px;
    padding-top: 50px;
    background: linear-gradient(to bottom, #e5aa63fa , #f2d7a3);
}
#contact li{
    padding-top: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #747474;
}
#contact i{
    letter-spacing: 11px;
    color: #c27212;
}
#contact a{
    color: #747474 !important;
}
.kaushik-contact .form-control{
    width: 100% !important;
    height: 55px !important;
    border: 1px solid #ddd !important;
    background-color: #f7f7ff !important;
    padding: 0 20px !important;
    margin-bottom: 13px;
}
.contact-border{
    box-shadow: 0px 0px 40px 0px rgba(156, 156, 156, 0.25);
    background-color: #fff;
    padding: 24px;
}
#footer li{
    font-size: 20px;
    padding-top: 7px;
    color: #dad9d8;
}
#footer a{
    color: #dad9d8;
}
#footer ul{
    margin-top: 5px;
}
#footer h3{
    padding-top: 28px;
    color: #dad9d8;
}
#footer i{
    letter-spacing: 11px;
    color: #c27212;
}
#footer{
    /* padding-bottom: 50px; */
    padding-top: 50px;
    background-color: #0e0e0e;
}
#footer p{
    color: #dad9d8;
    font-size: 15px;
}
#kaushik_about{
    padding-bottom: 50px;
    padding-top: 50px;
}
.aboutus-b{
    box-shadow: 0px 0px 40px 0px rgb(242, 228, 199);
    padding: 14px;
    font-size: 15px;
}
#video{
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #faf4e9;
}
@media only screen and (max-width: 480px) and (min-width: 320px){
.header .logo img {
    width: 140px !important;
}}
.header .logo-img {
    max-height: 70px !important;
}
.header .main-menu {
    
    padding-top: 8px ! important;
}
@media only screen and (max-width: 991px){
.menu-mobile {
    color: #e6ac45 ! important;
    padding-top: 25px !important;
}}
.menu-mobile:after {
    content: "\f0c9" !important ;
    font-family: fontawesome !important;
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.menu-dropdown-icon:before {
    content: none !important;
}
.lightgallary{
    padding-bottom: 50px;
    padding-top: 50px;   
}
.kaushik-light{
    border: 6px solid #f2d7a3;
    transition: all 0.5s ease-in;
    margin: 5px;
}
.kaushik-light:hover{
    transform: scale(1.05);
}

.whatsapp-chat{
    position: fixed;
    right: 10px;
    bottom: 2vh;
        left: 9px;
}

.whatsapp-chat a{
    font-size: 50px;
    color:#01e675;
}
.copyright p{
    color: #e6ac45 !important;
}