/*----------------------------------------*/
/*----- 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 {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1110px;
  }
}

.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: 1110px;
  } 
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-center {
  justify-content: center !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-image: linear-gradient(180deg,#0f4b99 0%,#00375a 100%) !important;
	padding: 10px 0 7px;
	display: block;
  line-height: 23px;
  font-weight: 500;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  /* z-index: 99999; */
}
#dtr-header-global a {
  color: #fff;
}
#dtr-header-global p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 0.5em;
  padding-top: 0.25em;
}
#dtr-header-global.on-scroll {
	padding: 10px 0;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.03);
	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;
}
.dtr-header-right a.active {
  color: #ffcc33;
}
.dtr-header-right a:hover,
.dtr-header-right a:focus {
  opacity: .7;
}
/*== 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: 10px 0;
	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 a[href^=tel] {
	color: #fff;
}
.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: .5rem 1rem;
}

.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 {
    color: #fff;
    font-family: var(--fifth-font);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35em;
    padding-left: 20px;
    padding-right: 0;
    text-align: left;
    display: block;
    padding: .5rem 1rem;
	}
}

.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(255, 255, 255, 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;
	}
}
@media (max-width: 994px) {
	.navbar-nav .nav-link {
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.35em;
		padding-left: 20px;
		padding-right: 0;
		text-align: left;
	}
}

.dtr-section {
  position: relative;
}
.dtr-hero-section-top-padding {
  padding-top: 80px;
}

@media (max-width: 994px) {
  .dtr-hero-section-top-padding {
    padding-top: 88px;
  }
}

.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
  }
 }