
/* Responsive Designs */


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
    .nav-item a {
    padding: 1px 41px !important;
	}

	.head-main {
    background-color: blue;
	}

	.main {
    padding-top: 70px;
	}
}


/* Tablet & mobile Layout: 768px. */
@media only screen and (max-width: 991px) { 
    
}


/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

	.nav-item a {
    padding: 1px 21px !important;
	}

	#head-top-left h6 {
		font-size: 12px !important;
	}

	.head-main {
    background-color: blue;
	}

	.main {
    padding-top: 70px;
	}

	#head-top-right ul li a .fab {
	    font-size: 14px;
	    display: inline-block;
	}

	.profile {
		width: 100%;
		display: block;
	}

	.profile img {
		width: 200px;
		margin: 0px auto;
	}

	.text {
    width: 100%;
    display: block;
	}	

}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 
	.bangla, .bn {
		font-size: 14px;
	}

	.head-main {
    background-color: blue;
	}

	.main {
    padding-top: 50px;
	}

	nav {
		top: -15px;
	}

	.nav-item a {
    padding-left: 15px !important;
	}

	.ll {
		float: left;
	}

	.logo-nav, .head-top {
    display: none;
	}

	.head-main a img {
    width: 100%;
    height: auto;
	}

	.nav-item {
		padding-left: 15px;
		padding-top: 5px;
	}


	.slide-event {
    padding: 5px;
    bottom: 20px;
	}

	.slide-event h3 {
		font-size: 16px;
	}

	.owl-dots {
		height: 20px;
	}

	.owl-dots button.owl-dot {
    margin: 0px 3px;
    width: 5px;
    height: 5px;
    background: blue;
	}

	.owl-dots button.active {
    background: yellow;
    width: 6px;
    height: 6px;
	}

	.wc-txt h1 {
    font-size: 35px;
	}
}


/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.head-main {
    background-color: blue;
	}


	.head-main a img {
    width: 300px;
    height: auto;
	}

	.main {
    padding-top: 50px;
	}

	.head-top {
		display: flex;
		background-color: red;
	}

	.logo-nav, .head-top {
    display: none;
	}

	nav {
		display: inline-block;
		position: relative;
		float: right;
		top: -15px;
	}


	.nav-item a {
    padding-left: 15px !important;
	}

	.ll {
		float: left;
	}

	#nav {
		display: block;
	}

}