@media (max-width: 992px) {
	.dropdown-animate {
		animation: none;
	}
	#dtr-header-global,
	#dtr-header-global.on-scroll {
		padding: 10px 0;
	}
	.logo-light {
		display: none;
	}
	.logo-dark {
		display: block;
	}
	.dropdown-menu {
		padding: 0;
		margin: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		text-align: right;
	}
	.navbar-collapse {
		margin-top: 10px;
		text-align: right;
	}
	.dropdown-item {
		padding: 10px 1rem;
	}
	#dtr-header-global .nav-link {
		border-top-width: 1px;
		border-top-style: solid;
	}
	.dropdown-menu a:last-child {
		padding-bottom: 30px;
	}
	.dtr-menu .show > .dropdown-toggle::after {
		transform: rotate(-90deg);
	}
	.text-left {
		text-align: right !important;
	}
	.dtr-rounded-right,
	.dtr-rounded-left {
		border-radius: 0;
	}
	/* single page */
	.dtr-sidebar {
		width: 100%;
		max-width: 100%;
	}
	.dtr-has-left-sidebar,
	.dtr-has-right-sidebar {
		display: block;
	}
	.dtr-has-left-sidebar .dtr-main {
		padding-left: 0;
	}
	.dtr-has-right-sidebar .dtr-main {
		padding-right: 0;
	}
}
@media (max-width: 576px) {
	.dtr-sm-mb-30px {
		margin-bottom: 30px;
	}
	.dtr-sm-mb-50px {
		margin-bottom: 50px;
	}
	.dtr-sticky-tabs-nav {
	}
	.text-left {
		text-align: right !important;
	}
}
@media (max-width: 768px) {
	.dtr-sm-mb-30px {
		margin-bottom: 30px;
	}
	.dtr-sm-mb-50px {
		margin-bottom: 50px;
	}
	.dtr-sticky-tabs .nav-item {
		text-align: center;
	}
	.dtr-sticky-tabs .nav-item:after {
		content: none;
		display: none;
	}
	.text-left {
		text-align: right !important;
	}
	.dtr-rounded-right,
	.dtr-rounded-left {
		border-radius: 0;
	}
	.dtr-about {
		text-align: center;
	}
	.dtr-about img:first-child {
		margin: 10px 0;
	}
	.dtr-about img:last-child {
		margin: 10px 0;
	}
}
