@media (max-width: 992px){
	.cir-box{
		width: 300px;
		height: 300px;
		background-position: center;
	}
	.grid-container li:nth-child(1) {
	    height: 100%;
	    object-fit: cover;
	    width: 100%;
	}
	.grid-container li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}
.grid-container li:nth-child(5) {
    grid-column: 1;
    grid-row: 1;
}
.grid-container li:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
}
.navbar {
      height: auto;
      padding: 0
}

#stickynavbar.is-sticky .navbar {
    padding: 0rem 1rem;
}
.navbar-toggler{
	margin-left: 0px;
}
/*.nav-item {
    border-left: 0px solid #f5da73;
}
.nav-item:last-child {
    border-right: 0px solid #f5da73;
}*/
.banner-single-img img{
    width: 91%;
    margin: 0 auto;
    margin-bottom: 0px;
}
.sec-title h1 {
    font-size: 1.2em;
}
.abt-sec-btn {
    margin-top: 10px;
}
.navbar-nav{
        flex-direction: row;
            overflow-y: scroll;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    font-size: 12px;
}
.bottom-header .container{
    padding: 0
}
#google_translate_element {
    text-align: center;
}
footer{
    text-align: center;
}
.copyright {
    margin-top: 12px;
}
#scrollToTop{
    right: 5px;
    bottom: 2%;
}

.skitter-clean .info_slide_dots .image_number {
    width: 3px;
    height: 3px;
}
.skitter .info_slide_dots {
    bottom: 0;
    left: 98% !important;
}
.ql-styl li::before{
    display: none;
}
.ql-styl li {
    padding-left: 0;
}
.top-header{
        height: 50px;
}
.top-header img{
    height: 100%;
}
}