/*----------------------------------------*/
/*----- 10 Header -----*/
/*----------------------------------------*/
.container {
  width:100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1080px;
}

@media (min-width:576px) {
  .container,
  .inner,
  .content-wrapper {
    max-width: 540px !important;
  }
}

@media (min-width:768px) {
  .container,
  .inner,
  .content-wrapper {
    max-width: 720px !important;
  }
}

@media (min-width:992px) {
  .container,
  .inner,
  .content-wrapper {
    max-width: 960px !important;
  }
}

@media (min-width:1400px) {
  .container,
  .inner,
  .content-wrapper {
    max-width: 1152px !important;
  }
}

@media (min-width:1600px) {
  .container,
  .inner,
  .content-wrapper {
    max-width: 1280px !important;
  }
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width:100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
 }

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  } 
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#dtr-header-global {
  background: rgba(255,255,255,0.9) !important;
	padding: 0 0 5px;
	display: block;
  line-height: 23px;
  font-weight: 500;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
  z-index: 109;
}
#dtr-header-global.on-scroll {
	padding: 0 0 4px;
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
	z-index: 999;
}
.dtr-header-left {
	min-width: 120px; /* if long menu - set min-width equal to logo width for actual size logo */
}
.dtr-header-right {
	font-size: 14px;
	font-family: var(--fourth-font);
	font-weight: 600;
	margin-left: 30px;
}
.dtr-header-right a {
  transition: all .4s ease-in-out;
  font-size: 23px;
  color: rgba(0,0,0,.6);
  font-weight: 500;
  vertical-align: middle;
}
.dtr-header-right a.active {
  color: #ffcc33;
}
.dtr-header-right a:hover,
.dtr-header-right a:focus {
  opacity: 1;
}
/*== logo ==*/
#dtr-header-global .logo-alt,
#dtr-header-global.on-scroll .logo-default {
	display: none;
}
#dtr-header-global.on-scroll .logo-alt,
#dtr-header-global .logo-default {
	display: block;
}
/*== Menu  ==*/
.main-navigation {
	position: relative;
	margin-right: -20px;
	padding: 0;
	float: right;
}
.main-navigation .sf-menu:first-child > li a {
	position: relative;
	padding: 5px 10px 5px 0;
	margin-right: 10px;
	font-size: 22px;
	overflow: hidden;
}
.main-navigation .sf-menu:first-child > li a.active:before {
	transition-delay: 0.3s;
}
.main-navigation .sf-menu:first-child > li li a {
	line-height: 1em;
	padding: 12px 20px;
}
/*----------------------------------------*/
/*----- 11 Responsive header -----*/
/*----------------------------------------*/
.dtr-responsive-header {
	padding: 0 0 5px;
	box-shadow: 0 2px 40px 0 hsla(240, 0%, 6%, 0.05);
	z-index: 999;
}
.dtr-responsive-header .container {
	position: relative;
}
.dtr-responsive-header .dtr-logo.logo-default {
	display: inline-block;
}
.dtr-responsive-header,
.slicknav_menu,
#dtr-menu-button {
	display: none;
}
#dtr-menu-button {
	padding: 10px;
	z-index: 9999;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}
#dtr-menu-button:focus {
	outline: none;
}
.dtr-responsive-header-menu {
	position: relative;
}
.slicknav_menu {
	position: relative;
	z-index: 999;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .55rem 1rem 0;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 994px) {
	.navbar-nav .nav-link {
    border-bottom: 1px solid rgba(0,0,0,.03);
    display: block;
    font-family: var(--third-font);
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 5%;
    transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
	}
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(80, 80, 80, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background-size: 100% 100%;
}
.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler-icon:hover,
.navbar-toggler-icon:focus {
	border: 0;
	outline: none;
}

@media (max-width: 768px) {
	.navbar-nav ul li {
		margin-bottom: 0;
	}
}

.dtr-section {
  position: relative;
}
.dtr-hero-section-top-padding {
  padding-top: 51px;
}

@media (max-width: 994px) {
  .dtr-hero-section-top-padding {
    padding-top: 195px;
  }
}

@media (max-width: 994px) {
  .dtr-hero-section-top-padding {
    padding-top: 40px;
  }
}

.fade:not(.show) {
  opacity:0
 }
 .collapse:not(.show) {
  display:none
 }
 .collapsing {
  position:relative;
  height:0;
  overflow:hidden;
  transition:height .35s ease
 }
 @media (prefers-reduced-motion:reduce) {
  .collapsing {
   transition:none
  }
 }