html{
    scroll-behavior: smooth;
}


/* preloader */
.preloader{
    width:100%;
    height:100%;
    background-color: white;
    position: fixed;
    z-index:9000;
    top:0;
    left:0;
}
.preloader.inactive{
    display:none;
}
.preloader .loader{
    margin:auto;
    display:block;
    margin-top:40vh;
    width:120px;
    height:120px ;
}
.preloader .loader img{
    width:100%;
    height:100%;

}

* {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

body{
    overflow-x: hidden;
    font-family: "Roboto", "Padauk", sans-serif;
}

.whatsapp{
    position: fixed;
    bottom: 10px;
    left: 15px;
    z-index: 5000;
}

.whatsapp .fa-whatsapp{
    padding: 10px;
    color: white;
    background: #25D366;
    font-size: 35px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

a {
  text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5{
    font-family: inherit;
}

button, select, input, input:focus, input:hover, input:active {
    outline: none;
    box-shadow:none;  
    -webkit-appearance: none;
    -moz-appearance: none;
}

a:hover { text-decoration: none; }

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

header{
    padding: 10px 20px;
    padding-bottom: 0px;
    position: relative;
}

header .blog{
    border: 1px solid black;
    padding: 5px 25px;
    margin-top: 5px;
    margin-left: 130px
}

header .logo{
    float: left;
}

header .logo img{
    width: 105px
}

header ul{
    float: right;
    list-style: none;
    padding-top: 5px;
}

header ul li{
    float: left;
}

header ul li a{
    display: block;
    padding: 10px;
    height: 100%;
    color: black;
    font-family: 'Padauk';
    font-size: 1.1em;
}

header ul li ul{
    background: rgb(250, 250, 250, 0.9);
    float: none;
    position: absolute;
    top: 65px;
    right: 0px;
    z-index: 200;
    font-size: .8em;
    padding: 0px 10px;
    transform: scale(1, 0);
    transition: 200ms;
    transform-origin: top;
    min-width: max-content;
    letter-spacing: 0.5px;
    width: 100%;
    padding: 5px;
}

header ul li ul .container{
    width: max-content;
    margin: auto;
}

header ul li ul li{
    float: left;
}

header ul li:hover > ul {
    transform: scale(1, 1);
}


.goog-te-gadget {
    font-size: 0px !important;
    margin: 15px 0px 0px 5px;
} 

.goog-te-gadget select{
    padding: 6px 8px;
    margin: 0px;
    display: block;
    border: 1px solid #205AAC;
    transition: 500ms;
    background: white;
    color: #205AAC;
    font-weight: bold;
    font-size: 11px;
    border-radius: 3px;
    position: absolute;
    right: 110px;
    top: 18px;
}

.goog-te-gadget select:focus{
    outline: none;
    background: white;
    color: #205AAC;
    border: 1px solid #205AAC;
}

#google_translate_element a{
    display: none;
}


@media only screen and (max-width: 920px){
    
    header{
        padding: 5px 10px;
        padding-bottom: 0px;
    }
    
    header label{
        position: absolute;
        top: 20px;
        right: 75px;
        font-size: 1.1em;
    }

    header .logo{
        padding-bottom: 5px;
    }
    
    header .logo img{
        width: 100px;
    }
    
    .disappear{
        display: none;
    }
    
    header .menu_btn{
        display: block;
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
        z-index: 400;
    }
    
    header .menu_btn span{
        display: block;
        width: 29px;
        background-color: rgb(0, 0, 0, 0.7);
        height: 4px;
        margin: 6px 0px;
        border-radius: 5px;
        transition:0.5s;
    }
    
    header ul{
        float: none;
        padding: 10px;
        position: absolute;
        z-index: 300;
        background-color: white;
        width: calc(100% - 20px);
        left: 0px;
        top: 55px;
        transform: scale(1, 0);
        transform-origin: top;
        transition: 500ms;
    }
    
    header ul li{
        float: none;
        list-style: none;
    }
    
    header .blog{
        width: max-content;
        margin: auto;
    }
    
    header ul li:last-child{
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 17px 0px
    }
    
    header ul li ul .container{
        width: max-content;
        margin: auto 10px;
    }
    
    header ul li ul{
        float: left;
        position: relative;
        top: -10px;
        left: 0px;
        z-index: 200;
        background: transparent;
        font-size: .9em;
        padding: 0px 20px;
        transform: scale(1, 0);
        transition: 200ms;
        border-top: 0px solid red;
        display: none;
    }
    
    header ul li ul li{
        float: none
    }
    
    header ul li ul li a{
        padding: 5px;
    }
    
    header ul li ul li:last-child{
        border: 0px;
        padding: 5px 0px;
    }
    
    header ul li:hover > ul {
        display: block;
        transform: scale(1, 1);
    }
    
    header ul.show{
        transform: scale( 1, 1);
    }
    
    header ul.show a{
        opacity: 1;
        transition: opacity 100ms ease-in-out 300ms;
    }

    .goog-te-gadget select{
        right: 85px;
        top: 14px;
    }
}

@media only screen and (max-width: 450px){

    header .logo img{
        width: 95px;
    }

    .goog-te-gadget select{
        right: 60px;
        top: 12px;
        padding: 5px 7px;
        font-size: 10px;
    }

    header .menu_btn{
        top: 12px;
        right: 12px;
    }
}
