@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
	font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 30px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    /* Small devices */
  }
  @media (max-width: 767px) {
	.burger-menu {
		top: 25px !important;
	}
    body {
      font-size: 14px;
      line-height: 24px;
    }
  }
  
  iframe {
    border: none;
    width: 100%;
  }
  
  .slick-slide:focus,
  button:focus,
  a:focus,
  a:active,
  input,
  input:hover,
  input:focus,
  input:active,
  textarea,
  textarea:hover,
  textarea:focus,
  textarea:active {
    outline: none;
  }
  
  input:focus {
    outline: none;
    box-shadow: none;
  }
  ul {
    list-style-type: disc;
  }
  
  ol {
    list-style-type: decimal;
  }
  
  table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid silver;
  }
  
  th {
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    color: #000000;
  }
  
  td,
  th {
    border: 1px solid silver;
    padding: 9px 12px;
  }
  
  a {
    color: #fc6601;
    text-decoration: none;
    outline: 0;
    transition: all ease 0.4s;
  }
  a:hover {
    color: #000000;
  }
  a:active, a:focus, a:hover, a:visited {
    text-decoration: none;
    outline: 0;
  }
  
  button {
    transition: all ease 0.4s;
  }
  
  img {
    border: none;
    max-width: 100%;
  }
  
  ins {
    text-decoration: none;
  }
  
  pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  
  span.ajax-loader:empty,
  p:empty {
    display: none;
  }
  
  p {
    margin: 0 0 18px 0;
    color: black;
    line-height: 1.8;

    /* Small devices */
  }
  @media (max-width: 767px) {
    p {
      line-height: 1.73;
    }
  }
  

  
  .h1,
  h1,
  .h2,
  h2,
  .h3,
  h3,
  .h4,
  h4,
  .h5,
  h5,
  .h6,
  h6 {
    font-family: "Rubik", sans-serif;
    color: #000000;
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px 0;
  }
  
  .h1,
  h1 {
    font-size: 65px;
  }
  
  .h2,
  h2 {
    font-size: 55px;
  }
  
  .h3,
  h3 {
    font-size: 45px;
  }
  
  .h4,
  h4 {
    font-size: 35px;
  }
  
  .h5,
  h5 {
    font-size: 25px;
  }
  
  .h6,
  h6 {
    font-size: 15px;
  }
  
  /* Large devices */
  @media (max-width: 1199px) {
    .h1,
    h1 {
      font-size: 40px;
    }
    .h2,
    h2 {
      font-size: 36px;
    }
    .h3,
    h3 {
      font-size: 30px;
    }
    .h4,
    h4 {
      font-size: 24px;
    }
    .h5,
    h5 {
      font-size: 20px;
    }
    .h6,
    h6 {
      font-size: 16px;
    }
  }
  /* Small devices */
  @media (max-width: 767px) {
    .h1,
    h1 {
      font-size: 36px;
    }
    .h2,
    h2 {
      font-size: 30px;
    }
    .h3,
    h3 {
      font-size: 24px;
    }
    .h4,
    h4 {
      font-size: 20px;
    }
    .h5,
    h5 {
      font-size: 18px;
    }
    .h6,
    h6 {
      font-size: 16px;
    }
  }
/* =============================================
Navbar
================================================ */
.navik-header,
.navik-header * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navik-header:before,
.navik-header:after,
.navik-header *:before,
.navik-header *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navik-header {
	position: relative;
	font-size: 16px;
	line-height: 1.42857143;
	background-color: #fff;
	z-index: 99999;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
    /* padding-bottom: 20px; */
}

.navik-header ul {
	margin-bottom: inherit;
}

.navik-header img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.navik-header a:hover,
.navik-header a:focus,
.navik-header a:active {
	text-decoration: none;
}

.navik-header a:focus,
.navik-header a:active {
	outline: none;
}

.navik-header-container {
	position: relative;
}

.navik-header-overlay .navik-header-container {
	position: inherit;
}

.navik-header .logo {
	text-align: center;
	padding: 30px 40px;
}

.navik-header .logo img {
    max-width: 180px;
    height: auto;
    min-width: 180px;
}

.burger-menu {
	position: absolute;
	top: 35px;
	right: 14px;
	width: 20px;
	height: 17px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
	transition: transform 330ms ease-out;
}

.burger-menu.menu-open {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.line-menu {
    background-color: #000000;
	border-radius: 2px;
	width: 100%;
	height: 3px;
}

.line-menu.line-half {
	width: 50%;
}

.line-menu.first-line {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
}

.menu-open .line-menu.first-line {
	-webkit-transform: rotate(-90deg) translateX(3px);
	-moz-transform: rotate(-90deg) translateX(3px);
	-o-transform: rotate(-90deg) translateX(3px);
	transform: rotate(-90deg) translateX(3px);
}

.line-menu.last-line {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
}

.menu-open .line-menu.last-line {
	-webkit-transform: rotate(-90deg) translateX(-3px);
	-moz-transform: rotate(-90deg) translateX(-3px);
	-o-transform: rotate(-90deg) translateX(-3px);
	transform: rotate(-90deg) translateX(-3px);
}

.navik-menu > ul {
	display: none;
	padding: 0 0 20px;
}

.navik-menu ul li {
	position: relative;
}

.navik-menu ul li > a {
    display: block;
    font-size: 15px;
    color: #000000;
    padding: 14px 15px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
 }

.navik-menu ul li.current-menu > a,
.navik-menu ul li:hover > a {
    color: #e28c1f;
	background-color: #f6f6f6;
}

.navik-menu ul ul li > a {
    font-size: 14px;
	text-transform: inherit;
	background-color: #efefef;
	padding: 14px 15px 14px 30px;
}

.navik-menu ul ul ul li > a {
	padding: 14px 15px 14px 45px;
}

.navik-menu ul ul li:hover > a {
	background-color: #efefef;
}

.dropdown-plus {
	width: 49px;
	height: 49px;
	line-height: 49px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.dropdown-plus:before,
.dropdown-plus:after {
	position: absolute;
	content: '';
	top: 24px;
	right: 18px;
	width: 13px;
	height: 1px;
	background-color: #111111;
}

.dropdown-plus:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navik-menu li > ul,
.dropdown-plus.dropdown-open:after {
	display: none;
}

.header-shadow-wrapper {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 30px;
	overflow: hidden;
	z-index: -1;
}

.header-shadow-wrapper:after {
	display: block;
	position: relative;
	content: "";
	width: 100%;
	height: 60px;
	top: -60px;
	border-radius: 50%;

	-webkit-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
	-o-box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
	box-shadow: 0px 10px 30px -5px rgba(0,0,0,0.1);
}


/* =============================================
Center menu
================================================ */
.logoCenter {
	display: none;
}

.center-menu-1 .navik-menu > ul:first-child {
	padding: 0;
}


/* =============================================
Dark version navigation menu
================================================ */
.navik-header.header-dark {
	background-color: #111111;
}

.navik-header.header-dark .line-menu,
.navik-header.header-dark .dropdown-plus:before,
.navik-header.header-dark .dropdown-plus:after {
	background-color: #fff;
}

.header-dark .navik-menu ul li > a {
	color: #fff;
}

.header-dark .navik-menu ul li.current-menu > a,
.header-dark .navik-menu ul li:hover > a {
	color: #26c6da;
	background-color: #313131;
}

.header-dark .navik-menu ul ul li > a {
	color: #c1c1c1;
	background-color: #212121;
}


/* =============================================
Menu overlay
================================================ */
.navik-header-overlay {
	position: absolute;
	font-size: 16px;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.navik-header-overlay img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.navik-header-overlay a:hover,
.navik-header-overlay a:focus,
.navik-header-overlay a:active {
	text-decoration: none;
}

.navik-header-overlay a:focus,
.navik-header-overlay a:active {
	outline: none;
}

.navik-header-overlay .logo {
	position: absolute;
	top: 30px;
	left: 15px;
	z-index: 2;
}

.navik-header-overlay .burger-menu,
.navik-fixed-sidebar + .burger-menu {
	display: block;
	position: fixed;
	flex-direction: inherit;
	justify-content: inherit;
	width: 50px;
	height: 47px;
	top: 30px;
	right: 15px;
	background: #111111;
	padding: 15px;
	z-index: 99999;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navik-header-overlay .burger-menu:hover {
	-webkit-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 25px -1px rgba(0,0,0,0.4);
}

.navik-header-overlay .burger-menu > span,
.navik-fixed-sidebar + .burger-menu > span {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 17px;

	-webkit-transition: transform 330ms ease-out;
	-moz-transition: transform 330ms ease-out;
	-o-transition: transform 330ms ease-out;
	transition: transform 330ms ease-out;
}

.navik-header-overlay .line-menu,
.navik-fixed-sidebar + .burger-menu .line-menu {
	background-color: #fff;
}

.navik-header-overlay .burger-menu.menu-open,
.navik-fixed-sidebar + .burger-menu.menu-open {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.navik-header-overlay .menu-open > span,
.navik-fixed-sidebar + .menu-open > span {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-menu-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	overflow-y: auto;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-menu-wrapper.overlay-menu-open {
	visibility: visible;
	opacity: 1;
}
.navik-menu-overlay {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.navik-menu-overlay > ul {
	padding: 80px 0 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.navik-menu-overlay ul li a {
	font-family: 'Fira Sans', sans-serif;
	text-decoration: none;
}

.navik-menu-overlay > ul > li {
	position: relative;
	padding: 0 65px 0 15px;
	margin-bottom: 12px;
}

.navik-menu-overlay > ul > li:last-child {
	margin-bottom: 0;
}

.navik-menu-overlay > ul > li > .menu-overlay-link a {
	display: inline-block;
	color: #212121;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2em;
	text-transform: uppercase;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a,
.navik-menu-overlay > ul > li > .menu-overlay-link a:hover,
.overlay-menu-hover > .menu-overlay-link a,
.overlay-dropdown-plus:hover + a {
	color: #26c6da !important;
}

.overlay-dropdown-plus {
	width: 20px;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 6px;
	right: 30px;
	opacity: 0;
	cursor: pointer;
}

.overlay-dropdown-plus:before,
.overlay-dropdown-plus:after {
	position: absolute;
	content: '';
	top: 9px;
	right: 5px;
	width: 10px;
	height: 2px;
	background-color: #616161;
}

.overlay-dropdown-plus:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navik-menu-overlay > ul > li > ul {
	display: none;
	padding: 10px 0 20px;
}

.overlay-dropdown-plus.overlay-dropdown-open:after {
	display: none;
}

.navik-menu-overlay > ul > li.menuFade > .menu-overlay-link a,
.navik-menu-overlay > ul > li.menuFade > ul,
.navik-menu-overlay > ul > li.menuFade > .menu-overlay-link .overlay-dropdown-plus {
	opacity: 0;
}

/* ===== IE Only ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navik-menu-overlay > ul > li.menuSlideIn > ul {
		opacity: 1;
	}
}
@supports (-ms-accelerator:true) {
	.navik-menu-overlay > ul > li.menuSlideIn > ul {
		opacity: 1;
	}
}
/* ===== End ===== */

.navik-menu-overlay > ul > li li,
.navik-menu-overlay > ul ul {
	display: inline;
}

.navik-menu-overlay > ul ul li {
	margin-left: 32px;
}

.navik-menu-overlay > ul ul li a {
	font-size: 14px;
	font-style: italic;
	color: #818181;
	white-space: nowrap;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.navik-menu-overlay > ul ul li a:hover {
	color: #26c6da !important;
}

.navik-menu-overlay > ul > li > ul > li,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li {
	position: relative;
}

.navik-menu-overlay > ul > li > ul > li:after,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a::before {
	position: absolute;
	content: "";
	top: 3px;
	left: -18px;
	width: 1px;
	height: 13px;
	background: #d1d1d1;

	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.navik-menu-overlay > ul > li > ul > li:first-child {
	margin-left: 0;
}

.navik-menu-overlay > ul > li > ul > li:first-child:after {
	display: none;
}

.navik-menu-overlay.submenu-no-separate > ul > li > ul li:after,
.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a::before {
	display: none !important;
}

.navik-menu-overlay.submenu-no-separate > ul ul li {
	margin-left: 20px;
}

@-webkit-keyframes menuFadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-80px, 0, 0);
	  transform: translate3d(-80px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

@keyframes menuFadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-80px, 0, 0);
	  transform: translate3d(-80px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

.navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a,
.navik-menu-overlay > ul > li.menuSlideIn > ul {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeInLeft;
	animation-name: menuFadeInLeft;
}

/* ===== IE Only ===== */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.navik-menu-overlay > ul > li.menuSlideIn > ul {
		animation-name: menuFadeIn;
	}
}
@supports (-ms-accelerator:true) {
	.navik-menu-overlay > ul > li.menuSlideIn > ul {
		animation-name: menuFadeIn;
	}
}
/* ===== End ===== */

@-webkit-keyframes menuFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}

@keyframes menuFadeIn {
	from {
	  opacity: 0;
	}
	to {
	  opacity: 1;
	}
}

.navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
}

.navik-menu-overlay > ul > li.menuSlideOut .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
}

.overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a,
.overlay-center-menu .navik-menu-overlay > ul > li.menuSlideIn > ul {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
}

@-webkit-keyframes subMenuFadeOut {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}

@keyframes subMenuFadeOut {
	from {
	  opacity: 1;
	}
	to {
	  opacity: 0;
	}
}

.overlay-submenu-close > li {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
}

/* ========== Submenu vertical ========== */
.submenu-vertical > ul ul li {
	margin-left: 0 !important;
}
.submenu-vertical > ul > li > ul li,
.submenu-vertical > ul > li > ul ul {
	display: block;
}

.submenu-vertical > ul > li > ul > li:after {
	display: none;
}

.submenu-vertical > ul > li > ul li {
	position: relative;
	margin-bottom: 5px;
}

.submenu-vertical > ul > li > ul li:last-child {
	margin-bottom: 0 !important;
}

.submenu-vertical > ul > li ul {
	position: relative;
	right: -30px;
	padding-right: 30px !important;
}

.submenu-vertical > ul > li > ul ul {
	display: none;
	padding-top: 5px;
}

.submenu-vertical > ul > li.menuFade > ul {
	opacity: 1;
}

.submenu-vertical > ul > li.menuSlideIn > ul {
	-webkit-animation-name: none;
	animation-name: none;
}

.submenu-vertical > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
	display: inline-block;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeInLeft;
	animation-name: menuFadeInLeft;
}

.submenu-vertical > ul > li ul:not(.overlay-submenu-close) a {
	opacity: 0;
}

.submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
	top: 1px;
	right: -35px;
}

.submenu-vertical > ul > li.menuSlideOut li a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: subMenuFadeOut;
	animation-name: subMenuFadeOut;
}

.overlay-center-menu .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
	right: -30px;
}

.overlay-center-menu .submenu-vertical > ul > li ul {
	right: 0 !important;
	padding-right: 0px !important;
}

.overlay-center-menu .submenu-vertical > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
	-webkit-animation-name: menuFadeIn;
	animation-name: menuFadeIn;
}
/* ========== END ========== */

.menu-social-media {
	position: absolute;
	right: 0;
	bottom: 24px;
	font-size: 0;
	width: 100%;
	text-align: right;
	padding: 0 65px;
}

.menu-social-media a {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 0 6px 6px;
	border: 3px solid #212121;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.menu-social-media a:hover {
	opacity: 0.8;
}

.menu-social-media a img {
	position: absolute;
	height: 14px;
	width: auto;
	top: 50%;
	left: 50%;

	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.header-dark .nav-menu-wrapper {
	background-color: #111111;
}

.navik-header-overlay.header-dark .burger-menu.menu-open {
	background-color: #000;
}

.overlay-center-menu .menu-social-media {
	text-align: center;
	padding: 0 15px;
}

.overlay-center-menu .menu-social-media a {
	margin: 0 3px 6px;
}

.overlay-center-menu .navik-menu-overlay > ul {
	text-align: center;
}

.overlay-center-menu .navik-menu-overlay > ul > li {
	padding: 0 15px;
}

.overlay-center-menu .navik-menu-overlay > ul > li > ul {
	padding: 15px 0 21px;
}

.overlay-center-menu .menu-overlay-link {
	position: relative;
	display: inline-block;
}

.overlay-center-menu .overlay-dropdown-plus {
	right: -30px;
}

.header-dark .navik-menu-overlay > ul > li > .menu-overlay-link a {
	color: #fff;
}

.header-dark .overlay-dropdown-plus:before,
.header-dark .overlay-dropdown-plus:after {
	background-color: #717171;
}

.header-dark .navik-menu-overlay > ul ul li a {
	color: #a1a1a1;
}

.header-dark .navik-menu-overlay > ul > li > ul > li:after,
.menu-slide.header-dark .navik-menu-overlay > ul ul li a::before {
	background-color: #515151 !important;
}

.header-dark .menu-social-media a {
	border-color: #fff;
	opacity: 0.2;
}

.header-dark .menu-social-media a:hover {
	opacity: 1;
}

.header-color-bg .nav-menu-wrapper {
	background-color: #006aa1;
}

.header-color-bg .navik-menu-overlay > ul > li > .menu-overlay-link a {
	color: #fff;
}

.header-color-bg .overlay-dropdown-plus:before,
.header-color-bg .overlay-dropdown-plus:after,
.header-color-bg .navik-menu-overlay > ul > li > ul li:after,
.menu-slide.header-color-bg .navik-menu-overlay > ul ul li a::before {
	background-color: #fff !important;
}

.header-color-bg .navik-menu-overlay > ul ul li a {
	color: #fff;
}

.header-color-bg .menu-social-media a {
	border-color: #fff;
}

.header-color-bg .navik-menu-overlay > ul > li.current-menu > .menu-overlay-link a,
.header-color-bg .overlay-menu-hover > .menu-overlay-link a,
.header-color-bg .overlay-dropdown-plus:hover + a {
	color: #fff !important;
}

.header-color-bg .navik-menu-overlay > ul > li > .menu-overlay-link a:hover,
.header-color-bg .navik-menu-overlay > ul ul li a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}

.header-bg-image .nav-menu-wrapper {
	background-color: inherit;
	background-image: url('../examples/demo/images/overlay-menu-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.header-bg-image .navik-menu-overlay > ul > li > .menu-overlay-link a {
	color: #fff;
}

.header-bg-image .overlay-dropdown-plus:before,
.header-bg-image .overlay-dropdown-plus:after {
	background-color: #fff;
}

.header-bg-image .navik-menu-overlay > ul ul li a {
	color: rgba(255, 255, 255, 0.6);
}

.header-bg-image .navik-menu-overlay > ul > li > ul > li:after {
	background-color: rgba(255, 255, 255, 0.25) !important;
}

.header-bg-image .menu-social-media a {
	border-color: #fff;
}

.header-bg-image .menu-social-media a:hover {
	opacity: 0.6;
}


/* =============================================
Menu slide
================================================ */
.navik-header-overlay.menu-slide .nav-menu-wrapper {
	width: 320px;
	left: inherit;
	right: 0;
	visibility: visible;
	opacity: 1;

	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);

	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.navik-header-overlay.menu-slide .nav-menu-wrapper.overlay-menu-open {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);

	-webkit-box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
	-moz-box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
	box-shadow: -15px 0px 60px -5px rgba(0,0,0,0.3);
}

.slidemenu-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.overlay-menu-open + .slidemenu-bg-overlay {
	visibility: visible;
	opacity: 1;

	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a {
	position: relative;
	display: block;
	padding-left: 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a {
	padding-left: 15px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul {
	display: block;
	text-align: left;
	padding: 120px 0 100px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li {
	padding: 0 35px 0 30px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
	top: -1px;
	right: -5px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay .menu-overlay-link {
	padding-right: 30px;
}

.navik-header-overlay.menu-slide .menu-social-media {
	right: inherit;
	left: 0;
	text-align: left;
	padding: 0 30px;
}

.navik-header-overlay.menu-slide .menu-social-media a {
	margin: 0 6px 6px 0;
}

@-webkit-keyframes menuFadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(40px, 0, 0);
	  transform: translate3d(40px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

@keyframes menuFadeInRight {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(40px, 0, 0);
	  transform: translate3d(40px, 0, 0);
	}
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > ul {
	opacity: 1;
	-webkit-animation-name: none;
	animation-name: none;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn > .menu-overlay-link a,
.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn ul:not(.overlay-submenu-close) a {
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: menuFadeInRight;
	animation-name: menuFadeInRight;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul:not(.overlay-submenu-close) a {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li.menuSlideIn .menu-overlay-link .overlay-dropdown-plus {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li li {
	display: block;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul {
	padding-top: 25px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul ul {
	display: none;
	padding-top: 5px;
	padding-left: 20px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li {
	margin-left: 0 !important;
	margin-bottom: 5px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul > li:after {
	display: none;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a:hover {
	padding-left: 30px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a:hover {
	padding-left: 25px;
}

.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a::before {
	top: 2px;
	left: 5px;
}


/* =============================================
Mega menu
================================================ */
.navik-menu .mega-menu-container ul li {
	position: relative;
}

.navik-menu .mega-menu-container ul li a {
	font-style: inherit;
	color: inherit;
	background-color: inherit;
	padding: inherit;
}

.header-dark .navik-menu .mega-menu-container ul li a,
.navik-menu .mega-menu-container ul li:hover a {
	background-color: inherit;
}

.navik-menu .mega-menu-container {
	padding: 15px 30px 0;
}

.navik-menu .mega-menu > ul .dropdown-plus {
	display: none;
}

.navik-menu .mega-menu-box {
	margin-bottom: 30px;
}

.navik-menu .mega-menu-heading {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #212121;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.navik-menu .mega-menu-heading a {
	color: #212121;
	text-decoration: none;

	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.header-dark .navik-menu .mega-menu-heading a {
	color: #fff;
}

.navik-menu .mega-menu-desc {
	font-family: 'Fira Sans', sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.42857143;
	color: #818181;
}

.navik-menu .mega-menu-container li > ul {
	display: block;
}

.navik-menu ul.mega-menu-list li a {
	font-size: 14px;
	font-style: italic;
	color: #818181;
	padding: 5px 0;
}

.navik-menu .mega-menu-heading a:hover,
.navik-menu ul.mega-menu-list li a:hover {
	color: #26c6da;
}

.navik-menu ul.mega-menu-list ul {
	padding-left: 15px !important;
}

.navik-menu .mega-menu-thumbnail {
	margin-bottom: 20px;
}

.navik-menu .mega-menu-thumbnail img {
	width: 100%;
	height: auto;
}

.navik-menu .mega-menu-thumbnail > a {
	display: block;
	position: relative;
}

.navik-menu .mega-menu-thumbnail > a:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);

	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.navik-menu .mega-menu-thumbnail:hover > a:before {
	background-color: rgba(0,0,0,0.2);
}


/* =============================================
Fixed sidebar menu
================================================ */
.body-fixed-sidebar {
	overflow-x: hidden;
}

.navik-fixed-sidebar {
	position: fixed;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 9999999;
	overflow-y: auto;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navik-sidebar-left {
	left: 0;

	-webkit-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
	-o-box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);
	box-shadow: 2px 0px 12px -2px rgba(0,0,0,0.15);

	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.navik-sidebar-right {
	right: 0;

	-webkit-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
	-o-box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);
	box-shadow: -2px 0px 12px -2px rgba(0,0,0,0.15);

	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.navik-sidebar-left.fixed-sidebar-open {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.navik-sidebar-right.fixed-sidebar-open {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.navik-fixed-sidebar .navik-header-container {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	padding: 0 28px;
}

.navik-fixed-sidebar .menu-social-media {
	position: inherit;
	bottom: inherit;
	align-self: flex-end;
	padding: 0 0 30px !important;
	text-align: left;
}

.navik-fixed-sidebar .menu-social-media a {
	margin: 0 6px 6px 0;
}

.navik-fixed-sidebar .menu-social-media a:last-child {
	margin-right: 0;
}

.navik-fixed-sidebar + .burger-menu {
	z-index: 9999999;
}

.navik-sidebar-left + .burger-menu {
	top: 0;
	right: inherit;
	left: 0;
}

.navik-sidebar-right + .burger-menu {
	top: 0;
	right: 0;
}

.fixedsidebar-bg-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.6);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navik-side-content {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navik-sidebar-left.fixed-sidebar-open ~ .navik-side-content {
	-webkit-transform: translateX(125px);
	-moz-transform: translateX(125px);
	-o-transform: translateX(125px);
	transform: translateX(125px);
}

.navik-sidebar-right.fixed-sidebar-open ~ .navik-side-content {
	-webkit-transform: translateX(-125px);
	-moz-transform: translateX(-125px);
	-o-transform: translateX(-125px);
	transform: translateX(-125px);
}

.navik-fixed-sidebar .logo {
	display: none;
	padding: 70px 0;
}

.navik-side-content > .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 47px;
	padding: 0 50px;
	z-index: 99999;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
	-o-box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 12px -2px rgba(0,0,0,0.15);
}

.navik-side-content > .logo img {
	max-width: inherit;
	max-height: 47px;
	width: auto;
}

.fixed-sidebar-open ~ .fixedsidebar-bg-overlay {
	visibility: visible;
	opacity: 1;
}

.fixed-menu-wrap {
	width: 100%;
}

/* ========== Navigation menu ========== */
.navik-menu-fixed {
	padding-top: 90px;
}

.navik-menu-fixed ul li {
	position: relative;
}

.navik-menu-fixed ul li a {
	font-family: 'Fira Sans', sans-serif;
	display: block;
	padding-right: 17px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.navik-menu-fixed > ul > li.current-menu > a,
.navik-menu-fixed ul li:hover > a {
	color: #26c6da !important;
}

.navik-menu-fixed > ul {
	margin-bottom: 40px;
}

.navik-menu-fixed > ul > li {
	margin-bottom: 14px;
}

.navik-menu-fixed > ul > li:last-child {
	margin-bottom: 0;
}

.navik-menu-fixed > ul > li > a {
	font-size: 18px;
	font-weight: 700;
	color: #212121;
	text-transform: uppercase;
}

.navik-menu-fixed > ul ul {
	display: none;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.navik-menu-fixed > ul ul.submenu-collapse {
	opacity: 1;
}

.navik-menu-fixed > ul ul li {
	margin-bottom: 6px;
}

.navik-menu-fixed > ul ul li:last-child {
	margin-bottom: 0;
}

.navik-menu-fixed > ul ul a {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	font-style: italic;
	color: #818181;
}

.navik-menu-fixed > ul ul a::before {
	position: absolute;
	content: "";
	top: 3px;
	left: 4px;
	width: 1px;
	height: 12px;
	background-color: #d1d1d1;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
}

.navik-menu-fixed > ul ul a:hover {
	padding-left: 24px;
}

.navik-menu-fixed > ul > li > ul {
	padding: 27px 0 15px;
}

.navik-menu-fixed > ul > li > ul ul {
	padding-top: 6px;
}

.navik-menu-fixed > ul > li > ul > li ul {
	padding-left: 18px;
}

.navik-menu-fixed .overlay-dropdown-plus {
	top: -1px;
	right: -7px;
	opacity: 1;
}

.navik-menu-fixed > ul ul .overlay-dropdown-plus {
	top: -3px;
}

.navik-menu-fixed.submenu-no-separate > ul ul a::before {
	display: none !important;
}

.navik-menu-fixed.submenu-no-separate > ul ul a,
.navik-menu-fixed.submenu-no-separate > ul > li > ul > li ul {
	padding-left: 12px;
}

.navik-menu-fixed.submenu-no-separate > ul ul a:hover {
	padding-left: 18px;
}
/* ========== END ========== */

/* ========== Color scheme ========== */
.navik-fixed-sidebar.sidebar-dark,
.sidebar-dark ~ .navik-side-content > .logo {
	background-color: #111111;
}

.navik-fixed-sidebar.sidebar-dark .menu-social-media a {
	border-color: #fff;
	opacity: 0.2;
}

.navik-fixed-sidebar.sidebar-dark .menu-social-media a:hover {
	opacity: 1;
}

.sidebar-dark .navik-menu-fixed > ul > li > a {
	color: #fff;
}

.sidebar-dark .navik-menu-fixed > ul ul a {
	color: #a1a1a1;
}

.sidebar-dark .navik-menu-fixed > ul ul a::before {
	background-color: #515151;
}

.sidebar-dark .overlay-dropdown-plus:before,
.sidebar-dark .overlay-dropdown-plus:after {
	background-color: #717171;
}

.navik-fixed-sidebar.sidebar-color-bg,
.sidebar-color-bg ~ .navik-side-content > .logo {
	background-color: #37ad00;
}

.navik-fixed-sidebar.sidebar-color-bg .menu-social-media a {
	border-color: #fff;
}

.sidebar-color-bg .navik-menu-fixed > ul > li > a,
.sidebar-color-bg .navik-menu-fixed > ul ul a {
	color: #fff !important;
}

.sidebar-color-bg .navik-menu-fixed > ul ul a::before,
.sidebar-color-bg .overlay-dropdown-plus:before,
.sidebar-color-bg .overlay-dropdown-plus:after {
	background-color: #fff;
}

.sidebar-color-bg .navik-menu-fixed ul li a:hover {
	color: rgba(255, 255, 255, 0.8) !important;
}
/* ========== END ========== */


/* =============================================
Menu icons
================================================ */
.navik-menu .navik-menu-icon {
	margin-right: 5px;
	color: #a1a1a1;
}

.navik-menu ul li > a .navik-menu-icon,
.navik-menu .mega-menu-heading a .navik-menu-icon {
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.navik-menu ul li.current-menu > a .navik-menu-icon,
.navik-menu ul li:hover > a .navik-menu-icon,
.navik-menu .mega-menu-heading a:hover .navik-menu-icon {
	color: #00660e !important;
}

.header-dark .navik-menu .navik-menu-icon {
	color: #717171;
}

.navik-menu-overlay .navik-menu-icon {
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.navik-menu-overlay > ul ul li a .navik-menu-icon {
	top: -1px;
	margin-right: 7px;
}

.menu-slide .navik-menu-overlay > ul ul li a .navik-menu-icon {
	margin-right: 5px;
}

.navik-menu-fixed .navik-menu-icon {
	margin-right: 5px;
}


/* =============================================
================================================
Media queries for responsive design
================================================
================================================ */
@media (max-width: 767px) {
    .navik-header .logo {
        padding: 0px!important;
        width: 186px!important;
    }
    .top-bar {
        display: none;
    }
}
@media (min-width: 768px) {
	.navik-header .logo {
		float: left;
		width: 180px;
		padding: 10px 10px 10px 0;
	}
    
	.navik-menu {
		clear: both;
	}
	.header-shadow-wrapper:after {
		-webkit-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
		-o-box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
		box-shadow: 0px 10px 40px -5px rgba(0,0,0,0.1);
	}
	.navik-header-overlay .logo {
		left: 30px;
	}
	.navik-header-overlay .burger-menu {
		right: 30px;
	}
	.navik-menu-overlay > ul > li {
		padding: 0 110px 0 30px;
		margin-bottom: 16px;
	}
	.overlay-center-menu .navik-menu-overlay > ul > li {
		padding: 0 30px;
	}
	.overlay-dropdown-plus {
		width: 24px;
		height: 24px;
		line-height: 24px;
		top: 7px;
		right: 43px;
	}
	.overlay-dropdown-plus:before,
	.overlay-dropdown-plus:after {
		top: 11px;
		right: 7px;
	}
	.navik-menu-overlay > ul > li > .menu-overlay-link a {
		font-size: 34px;
	}
	.navik-menu-overlay > ul ul li a {
		font-size: 16px;
	}
	.navik-menu-overlay > ul ul li {
		margin-left: 42px;
	}
	.navik-menu-overlay > ul > li > ul > li:after {
		top: 1px;
		left: -23px;
		height: 16px;
	}
	.navik-menu-overlay > ul > li > ul {
		padding: 13px 0 16px;
	}
	.overlay-center-menu .navik-menu-overlay > ul > li > ul {
		padding: 18px 0 21px;
	}
	.overlay-center-menu .overlay-dropdown-plus {
		right: -42px;
	}
	.submenu-vertical > ul > li ul {
		right: -60px;
		padding-right: 60px !important;
	}
	.submenu-vertical > ul > li > ul li {
		margin-bottom: 7px;
	}
	.submenu-vertical > ul > li > ul ul {
		padding-top: 7px;
	}
	.submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
		top: -2px;
		right: -67px;
	}
	.overlay-center-menu .submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
		right: -42px;
	}
	.menu-social-media {
		bottom: 34px;
		padding: 0 110px;
	}
	.overlay-center-menu .menu-social-media {
		padding: 0 40px;
	}
	.navik-header-overlay.menu-slide .nav-menu-wrapper {
		width: 400px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul {
		padding: 140px 0 100px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li {
		margin-bottom: 14px;
		padding: 0 60px 0 45px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a {
		padding-left: 23px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a {
		padding-left: 15px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a:hover {
		padding-left: 33px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay.submenu-no-separate > ul ul li a:hover {
		padding-left: 25px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul ul li a::before {
		left: 5px;
		height: 15px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul li {
		margin-bottom: 7px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul {
		padding: 28px 0 16px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li > ul ul {
		padding-top: 7px;
		padding-left: 23px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
		top: -2px;
		right: -17px;
	}
	.navik-header-overlay.menu-slide .menu-social-media {
		padding: 0 45px;
	}
	.navik-menu .mega-menu-media {
		display: table;
		width: 100%;
	}
	.navik-menu .mega-menu-media-img,
	.navik-menu .mega-menu-media-info {
		display: table-cell;
		vertical-align: top;
	}
	.navik-menu .mega-menu-media-img {
		width: 120px;
	}
	.navik-menu .mega-menu-media-img .mega-menu-thumbnail {
		margin-bottom: 0;
	}
	.navik-menu .mega-menu-media-img img {
		width: 100%;
		height: auto;
	}
	.navik-menu .mega-menu-media-info {
		padding-left: 20px;
	}
	.navik-menu-overlay .navik-menu-icon {
		margin-right: 12px;
	}
	.menu-slide .navik-menu-overlay .navik-menu-icon {
		margin-right: 10px;
	}
	.navik-menu-overlay > ul ul li a .navik-menu-icon {
		margin-right: 8px;
	}
	.navik-menu-overlay.submenu-no-separate > ul ul li {
		margin-left: 25px;
	}

}

@media (min-width: 1200px) {

	/* =============================================
	Viewport Breakpoint
	================================================ */
	.navik-header-container {
		height: 90px;
	}
	.navik-header-overlay .navik-header-container {
		height: auto;
	}
	.navik-header .logo {
		position: relative;
		padding: 0;
        top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.navik-header .logo img {
		max-width: inherit;  
		width:100%!important;
		/* padding: 8px; */
	}
	.burger-menu {
		display: none;
	}
	.navik-menu {
		float: right;
		clear: inherit;
        /* padding-top: 16px; */

	}
	.navik-menu > ul {
		display: block !important;
		padding: 0;
		font-size: 0;
	}
	.navik-menu > ul > li {
		display: inline-block;
	}
	.navik-menu ul li {
		position: relative;
	}
	.navik-menu > ul > li > a {
		position: relative;
		line-height: 90px;
		box-sizing: border-box;
		white-space: nowrap;
        padding: 0 12px;
	}
	a.btn.shadow-primary.btn-primary.btn-quote.btn-sm.d-sm-block.d-none {
		background-color: #e28c1f; 
		outline: none;
		border: none;
		border-radius:3px;
		padding: 10px 10px 10px 10px;
		width: 132px; font-weight:bold;
	}
	.navik-menu > ul > li:last-child > a {
		padding: 0 0 0 20px;
	}
	.navik-menu.menu-hover-2 > ul > li:last-child > a,
	.navik-menu.menu-hover-3 > ul > li:last-child > a,
	.navik-menu.menu-hover-4 > ul > li:last-child > a,
	.center-menu-1 .navik-menu > ul > li:last-child > a,
	.center-menu-2 .navik-menu > ul > li:last-child > a {
		padding: 0 20px;
	}
	.navik-menu.separate-line.menu-hover-2 > ul > li:last-child > a,
	.navik-menu.separate-line.menu-hover-3 > ul > li:last-child > a,
	.navik-menu.separate-line.menu-hover-4 > ul > li:last-child > a,
	.center-menu-1 .navik-menu.separate-line > ul > li:last-child > a,
	.center-menu-2 .navik-menu.separate-line > ul > li:last-child > a {
		padding: 0 28px;
	}
	.navik-menu ul li.current-menu > a,
	.navik-menu ul li:hover > a,
	.header-dark .navik-menu ul li.current-menu > a,
	.header-dark .navik-menu ul li:hover > a {
		background-color: inherit;
	}
	.dropdown-plus {
		display: none;
	}
	.navik-menu ul li.dropdown_menu > a > span:before {
		border-style: solid;
		border-width: 2px 2px 0 0;
		border-color: #454545;
        position: relative;
        content: '';
        display: inline-block;
        height: 6px;
        width: 6px;
        top: -3px;
        margin-left: 9px;
		box-sizing: content-box;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.header-dark .navik-menu ul li.dropdown_menu > a > span:before {
		border-color: #a1a1a1;
	}

		.navik-menu li.submenu-right > ul {
	        left: inherit !important;
		}
		ul.widinn3.list-unstyled {
			width: 250px;
			left: inherit!important;
		}
		ul.w-inn2.list-unstyled {
			width: 750px;
		}
		li.lef-main.submenu-right.dropdown_menu ul {
			left: 0px!important;
		}
	.navik-menu li > ul {
		display: block !important;
		position: absolute;
        width: 250px;
		top: 100%;
		left: 0;
		background-color: #fff;
		padding: 7px 0;
		visibility: hidden;
		opacity: 0;
		-webkit-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		
	}
	.header-dark .navik-menu li > ul {
		background-color: #111111;
	}
	.navik-menu li:hover > ul {
		visibility: visible;
		opacity: 1;
	}
	.navik-menu li.submenu-right > ul {
		left: inherit;
		right: 0;
	}
	.navik-menu li > ul ul {
		top: -27px;
		left: 100%;
	}
	.navik-menu li.submenu-right > ul ul {
		left: -100% !important;
	}
	.navik-menu ul ul li.dropdown_menu > a > span:before {
		float: right;
		top: 7px;
		right: -10px;
		margin: 0;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navik-menu ul ul li > a {
		position: relative;
        color: #363636;
        padding: 5px 9px 5px !important;
        color: #363636;
        background-color: transparent;
        margin-bottom: 5px;
        border-bottom: 1px solid #e28c1f57;
	}
	.navik-menu ul ul li > a,
	.navik-menu ul ul li:hover > a {
	    color: #363636;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li > a {
        color: #363636;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li:hover > a {
		color: #fff;
		background-color: transparent;
	}
	.header-dark .navik-menu ul ul li:hover > a .navik-menu-icon {
		color: #fff !important;
	}
	/* .navik-menu ul ul li:hover > a {
		padding-left: 55px !important;
	} */
	/* .navik-menu ul ul li > a:before {
		position: absolute;
		content: "";
		top: 17px;
		left: 35px;
		width: 0;
		height: 1px;
		background: #a1a1a1;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	} */
	.navik-menu ul ul li:hover > a:before {
		width: 10px;
	}
	.navik-menu ul li.dropdown_menu > a > span {
		display: none;
	}
	.navik-menu.menu-caret ul li.dropdown_menu > a > span {
		display: inline-block;
	}
	.navik-menu.menu-caret ul ul li.dropdown_menu > a > span {
		display: inline;
	}
	.navik-menu.separate-line > ul > li > a {
		position: relative;
	}
	.navik-menu.separate-line > ul > li > a:before {
		position: absolute;
		content: "";
		top: 50%;
		right: 0;
		width: 1px;
		height: 20px;
		background: #eeeeee;

		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header-dark .navik-menu.separate-line > ul > li > a:before {
		background: #333333;
	}
	.navik-menu.separate-line > ul > li:last-child > a:before {
		display: none;
	}
	.navik-menu.separate-line > ul > li > a {
		padding: 0 28px;
	}
	.navik-menu.separate-line > ul > li:last-child > a {
		padding: 0 0 0 28px;
	}

	/* =============================================
	Header sticky
	================================================ */
	.navik-header.sticky {
		width: 100%;
		/* -webkit-animation-duration: .5s;
		animation-duration: .5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: stickyTransition;
		animation-name: stickyTransition; */
		margin-top: 0px;
		position: sticky;
		top: 0;
		left: 0;
		box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
		/* transition: all 0.5s; */
	}
	.navik-header.sticky .navik-header-container {
		height: 70px;
	}
	.navik-header.sticky .navik-menu > ul > li > a {
		height: 70px;
		line-height: 70px;
	}
	.navik-header.sticky .logo {
		padding: 0 40px 0 0;
	}
	.navik-header.center-menu-1.sticky .logo {
		padding: 0;
	}
	.navik-header.sticky .logo img {
		max-width: 180px;
		min-width: 180px;
	}
	/* @-webkit-keyframes stickyTransition {
		from {
		  opacity: 0;
		  -webkit-transform: translate3d(0, -100%, 0);
		  transform: translate3d(0, -100%, 0);
		}
		to {
		  opacity: 1;
		  -webkit-transform: none;
		  transform: none;
		}
	}
	@keyframes stickyTransition {
		from {
		  opacity: 0;
		  -webkit-transform: translate3d(0, -100%, 0);
		  transform: translate3d(0, -100%, 0);
		}
	  
		to {
		  opacity: 1;
		  -webkit-transform: none;
		  transform: none;
		}
	} */

	/* =============================================
	Center menu
	================================================ */
	.navik-header.center-menu-1 {
		position: relative;
	}
	.navik-header.center-menu-1.sticky {
		position: fixed;
	}
	.navik-header.center-menu-1 .navik-header-container > .logo {
		display: none;
	}
	.logoCenter {
		text-align: center;
		display: table-cell !important;
		vertical-align: middle;
	}
	.navik-header.center-menu-1 .logoCenter .logo {
		float: none;
		top: 0;
		width: inherit;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.center-menu-1 .navik-menu {
		display: table !important;
		float: none;
		width: 100%;
	}
	.center-menu-1 .navik-menu > ul {
		display: table-cell !important;
		vertical-align: top;
	}
	.center-menu-1 .navik-menu > ul:first-child {
		text-align: right;
		padding: 0 40px;
	}
	.center-menu-1 .navik-menu > ul:first-child ul {
		text-align: left;
	}
	.center-menu-1 .navik-menu > ul:last-child {
		text-align: left;
		padding: 0 40px;
	}
	.navik-header.center-menu-2 .navik-header-container {
		height: auto;
	}
	.navik-header.center-menu-2 .logo {
		float: none;
		top: 0;
		padding: 36px 30px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.navik-header.center-menu-2 .logo img {
		max-width: 100%;
		max-height: inherit;
		height: auto;
	}
	.center-menu-2 .navik-menu {
		float: none;
		text-align: center;
		border-top: 1px solid #e9e9e9;
	}
	.center-menu-2.header-dark .navik-menu {
		border-color: #333333;
	}
	.center-menu-2 .navik-menu li > ul {
		text-align: left;
	}
	.center-menu-2 .navik-menu > ul > li > a {
		height: 62px;
		line-height: 62px;
	}
	.navik-header.center-menu-2.sticky .logo {
		display: none;
	}
	.navik-header.center-menu-2.sticky .navik-menu {
		border: none;
	}

	/* =============================================
	Header transparent
	================================================ */
	.header-transparent-on .header-shadow-wrapper,
	.header-opacity-on .header-shadow-wrapper {
		display: none;
	}
	.navik-header.header-transparent-on,
	.navik-header.header-opacity-on {
		position: absolute;
		width: 100%;
		background-color: transparent;
	}
	.navik-header.header-opacity-on {
		background-color: rgba(0,0,0,0.3);
	}
	.header-transparent-on .navik-menu > ul > li > a,
	.header-opacity-on .navik-menu > ul > li > a {
		color: #f7f7f7;
	}
	.header-transparent-on .navik-menu > ul > li:hover > a,
	.header-transparent-on .navik-menu > ul > li.current-menu > a,
	.header-opacity-on .navik-menu > ul > li:hover > a,
	.header-opacity-on .navik-menu > ul > li.current-menu > a {
		color: #26c6da;
	}
	.header-transparent-on .navik-menu > ul > li.dropdown_menu > a > span:before,
	.header-opacity-on .navik-menu > ul > li.dropdown_menu > a > span:before {
		border-color: #f7f7f7;
	}
	.header-transparent-on.center-menu-2 .navik-menu {
		border-color: rgba(255,255,255,0.25);
	}
	.header-opacity-on.center-menu-2 .navik-menu {
		border-color: rgba(255,255,255,0.2);
	}
	.header-transparent-on .navik-menu.separate-line > ul > li > a:before {
		background: rgba(255,255,255,0.25);
	}
	.header-opacity-on .navik-menu.separate-line > ul > li > a:before {
		background: rgba(255,255,255,0.2);
	}
	.header-transparent-on .navik-menu > ul > li > a .navik-menu-icon,
	.header-opacity-on .navik-menu > ul > li > a .navik-menu-icon {
		color: rgba(255, 255, 255, 0.85);
	}

	/* =============================================
	Hover transitions
	================================================ */
	.navik-menu.menu-hover-2 > ul > li.current-menu > a,
	.navik-menu.menu-hover-2 > ul > li:hover > a {
		background-color: #f8f8f8;
		color: #212121;
	}
	.navik-menu.menu-hover-2 > ul > li > a:after,
	.navik-menu.menu-hover-3 > ul > li > a:after {
		position: absolute;
		content: '';
		left: 0;
		bottom: -3px;
		width: 100%;
		height: 3px;
		background: #26c6da;
		opacity: 0;
		z-index: 0;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navik-menu.menu-hover-2 > ul > li.current-menu > a:after,
	.navik-menu.menu-hover-2 > ul > li:hover > a:after {
		opacity: 1;
	}
	.navik-menu.menu-hover-3 > ul > li.current-menu > a,
	.navik-menu.menu-hover-3 > ul > li:hover > a {
		color: #212121;
	}
	.navik-menu.menu-hover-3 > ul > li > a:after {
		width: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.navik-menu.menu-hover-3 > ul > li.current-menu > a:after,
	.navik-menu.menu-hover-3 > ul > li:hover > a:after {
		width: 100%;
		opacity: 1;
	}
	.navik-menu.menu-hover-4 > ul > li > a > .hover-transition {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		z-index: -1;
	}
	.navik-menu.menu-hover-4 > ul > li > a > .hover-transition:after {
		display: block;
		position: relative;
		content: "";
		width: calc(100% + 2px);
		height: 0;
		top: 50%;
		left: 50%;
		background: #26c6da;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.navik-menu.menu-hover-4 > ul > li.current-menu > a > .hover-transition:after,
	.navik-menu.menu-hover-4 > ul > li:hover > a > .hover-transition:after {
		opacity: 1;
		height: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.navik-menu.menu-hover-4 > ul > li > ul {
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s;
	}
	.navik-menu.menu-hover-4 > ul > li:hover > ul {
		-webkit-transition-delay: 0.13s;
		-moz-transition-delay: 0.13s;
		-o-transition-delay: 0.13s;
		transition-delay: 0.13s;
	}
	.navik-menu.menu-hover-4 > ul > li.current-menu > a,
	.navik-menu.menu-hover-4 > ul > li:hover > a {
		color: #fff;
	}
	.navik-menu.menu-hover-4 > ul > li.current-menu.dropdown_menu > a > span:before,
	.navik-menu.menu-hover-4 > ul > li.dropdown_menu:hover > a > span:before {
		border-color: #fff;
	}
	.header-dark .navik-menu.menu-hover-2 > ul > li.current-menu > a,
	.header-dark .navik-menu.menu-hover-2 > ul > li:hover > a {
		background-color: #222222;
		color: #fff;
	}
	.header-dark .navik-menu.menu-hover-3 > ul > li.current-menu > a,
	.header-dark .navik-menu.menu-hover-3 > ul > li:hover > a {
		color: #fff;
	}
	.header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a,
	.header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a {
		background-color: rgba(255, 255, 255, 0.25);
		color: #f7f7f7;
	}
	.header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a,
	.header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a {
		background-color: rgba(255, 255, 255, 0.2);
		color: #f7f7f7;
	}
	.header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a,
	.header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a,
	.header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a,
	.header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a {
		color: #f7f7f7;
	}
	.navik-menu.menu-hover-4 > ul > li.current-menu > a .navik-menu-icon,
	.navik-menu.menu-hover-4 > ul > li:hover > a .navik-menu-icon {
		color: #fff !important;
	}
	.header-transparent-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon,
	.header-transparent-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-2 > ul > li.current-menu > a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-2 > ul > li:hover > a .navik-menu-icon,
	.header-transparent-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon,
	.header-transparent-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-3 > ul > li.current-menu > a .navik-menu-icon,
	.header-opacity-on .navik-menu.menu-hover-3 > ul > li:hover > a .navik-menu-icon {
		color: rgba(255, 255, 255, 0.85) !important;
	}

	/* =============================================
	Submenu
	================================================ */
	.navik-menu.submenu-top-border li > ul {
		border-top: 5px solid #FF9800;
	}
	.navik-menu.submenu-top-border li > ul ul {
		top: -30px;
	}
	.navik-menu.submenu-list-border li > ul ul {
		top: -20px;
	}
	.navik-menu.submenu-top-border.submenu-list-border li > ul ul {
		top: -23px;
	}
	.navik-menu.submenu-list-border ul ul li > a {
		padding: 15px 35px 14px !important;
	}
	.navik-menu.submenu-list-border ul ul li:first-child > a {
		padding: 8px 35px 14px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:last-child > a {
		padding: 15px 35px 8px 35px !important;
	}
	.navik-menu.submenu-list-border ul ul li:after {
		position: absolute;
		content: "";
		bottom: 0;
		left: 35px;
		right: 35px;
		height: 1px;
		background: #eeeeee;
	}
	.navik-menu.submenu-list-border ul ul li:last-child:after {
		display: none;
	}
	.navik-menu.submenu-list-border ul ul li:hover > a {
		padding-left: 55px !important;
	}
	.navik-menu.submenu-list-border ul ul li:nth-child(n+2) > a:before {
		top: 24px;
	}
	.header-dark .navik-menu.submenu-list-border ul ul li:after {
		background: #333333;
	}

	/* =============================================
	Submenu transitions
	================================================ */
	.navik-menu.submenu-flip li > ul {
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
		
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		
		-webkit-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.navik-menu.submenu-flip li:hover > ul {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	.navik-menu.submenu-flip ul {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 200px;
		-ms-perspective: 200px;
		perspective: 200px;
	}
	.navik-menu.submenu-flip ul li {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 200px;
		-ms-perspective: 200px;
		perspective: 200px;
	}
	.navik-menu.submenu-scale li > ul {

	}
	.navik-menu.submenu-scale li.submenu-right ul {
		-webkit-transform-origin: 100% 0;
		transform-origin: 100% 0;
	}
	.navik-menu.submenu-scale li:hover > ul {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	/* =============================================
	Menu overlay
	================================================ */
	.navik-header-overlay .logo {
		top: 50px;
		left: 40px;
	}
	.navik-header-overlay .burger-menu {
		top: 40px;
		right: 40px;
	}
	.navik-menu-overlay > ul > li {
		padding: 0 130px 0 40px;
	}
	.overlay-center-menu .navik-menu-overlay > ul > li {
		padding: 0 40px;
	}
	.overlay-dropdown-plus {
		right: 53px;
	}
	.submenu-vertical > ul > li ul {
		right: -70px;
		padding-right: 70px !important;
	}
	.submenu-vertical > ul > li > ul li .overlay-dropdown-plus {
		right: -77px;
	}
	.navik-header-overlay.menu-slide .navik-menu-overlay > ul > li ul .overlay-dropdown-plus {
		right: -7px;
	}
	.menu-social-media {
		padding: 0 130px;
	}

	/* =============================================
	Mega menu
	================================================ */
	.navik-mega-menu.mega-menu-fullwidth .navik-header-container {
		position: inherit;
	}
	.navik-mega-menu .navik-header-container,
	.navik-mega-menu.mega-menu-fullwidth {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 200px;
		-ms-perspective: 200px;
		perspective: 200px;
	}
	.navik-menu .mega-menu-container {
		padding: 15px 15px 0;
	}
	.navik-mega-menu .navik-menu.submenu-flip > ul,
	.navik-mega-menu .navik-menu.submenu-flip ul li.mega-menu,
	.navik-mega-menu.mega-menu-fullwidth .navik-header-container {
		-webkit-transform-style: unset;
		transform-style: unset;
		-webkit-perspective: none;
		-ms-perspective: none;
		perspective: none;
	}
	.navik-menu.submenu-flip .mega-menu > ul {
		-webkit-perspective: inherit;
		-ms-perspective: inherit;
		perspective: inherit;
	}
	.navik-menu.submenu-scale li.mega-menu ul,
	.navik-menu.submenu-scale li.mega-menu.submenu-right ul {
		-webkit-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	.navik-menu.submenu-scale .mega-menu-container li > ul {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.navik-menu.submenu-flip .mega-menu-container li > ul {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
	.navik-menu ul li.mega-menu {
		position: inherit;
		font-size: initial;
	}
	.navik-menu li.mega-menu > ul {
		width: 100%;
		padding: 25px 20px 15px;
	}
	.navik-menu li.mega-menu:hover .mega-menu-container li > ul {
		visibility: visible;
		opacity: 1;
	}
	.navik-menu .mega-menu-container li ul,
	.navik-menu.submenu-top-border .mega-menu-container li ul,
	.navik-menu.submenu-list-border .mega-menu-container li ul {
		position: relative;
		top: 0 !important;
		left: inherit;
		width: 100%;
		border-top: none;
		padding: 0;

		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		-o-box-shadow: inherit;
		box-shadow: inherit;
	}
	.navik-menu.menu-caret .mega-menu-container li.dropdown_menu > a > span,
	.navik-menu .mega-menu-container ul li > a:before,
	.navik-menu.submenu-list-border .mega-menu-container ul li:after {
		display: none;
	}
	.navik-menu li.mega-menu.submenu-right > ul ul {
		left: inherit !important;
	}
	.navik-menu .mega-menu-container ul li a,
	.navik-menu .mega-menu-container ul li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:first-child a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:first-child:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:last-child a,
	.navik-menu.submenu-list-border .mega-menu-container ul li:last-child:hover a {
		padding: inherit !important;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li a,
	.navik-menu .mega-menu-container ul.mega-menu-list li:hover a,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li:hover a {
		padding: 5px 0 !important;
		color: #818181;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li a:hover,
	.navik-menu.submenu-list-border .mega-menu-container ul.mega-menu-list li a:hover {
		padding-left: 20px !important;
	}
	.navik-menu .mega-menu-container ul.mega-menu-list li > a:before {
		display: block;
		left: 0;
		top: 13px !important;
	}
	.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a {
		color: #a1a1a1;
	}
	.header-dark .navik-menu .mega-menu-container ul.mega-menu-list li a:hover {
		color: #fff;
	}

	/* =============================================
	Fixed sidebar menu
	================================================ */
	.navik-fixed-sidebar {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}
	.navik-side-content > .logo,
	.navik-fixed-sidebar + .burger-menu,
	.fixedsidebar-bg-overlay {
		display: none;
	}
	.navik-fixed-sidebar .logo {
		display: block;
	}
	.navik-side-content {
		width: calc(100% - 250px);

		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;

		-webkit-transform: translateX(0%) !important;
		-moz-transform: translateX(0%) !important;
		-o-transform: translateX(0%) !important;
		transform: translateX(0%) !important;
	}
	.navik-sidebar-left ~ .fixedsidebar-bg-overlay + .navik-side-content {
		margin-left: auto;
	}
	.navik-sidebar-right ~ .fixedsidebar-bg-overlay + .navik-side-content {
		margin-right: auto;
	}
	.navik-sidebar-left,
	.navik-sidebar-right {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
	.navik-menu-fixed {
		padding-top: 0;
	}

}
.top-bar .dz-topbar-right ul i {
    margin-right: 5px;
}
.top-bar .dz-topbar-left ul i, .top-bar .dz-topbar-right ul i {
    margin-right: 5px;
}
.top-bar {
    background: #e28c1f;
    position: relative;
    z-index: 1;
    border: 0;
    color: #fff;
    padding: 0; }
     .top-bar:after {
	    background: #e28c1f;
      content: "";
      position: absolute;
      z-index: -1;
      width: 70%;
      height: 100%;
      top: 0;
}
      @media only screen and (max-width: 1199px) {
         .top-bar:after {
          right: calc(50% + 250px); } }

         .dz-topbar-right ul li,
 .dz-topbar-left ul li {
  padding: 0;
  display: inline-block;
  font-size: 15px; }
 .dz-topbar-right ul li a,
 .dz-topbar-left ul li a {
    color: #fff;
    text-decoration: none;
	padding: 4px 12px;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px; }
 .dz-topbar-right ul li:last-child a,
 .dz-topbar-left ul li:last-child a {
    border-right: 1px solid rgba(255, 255, 255, 0.2); }

 .extra-nav {
  margin-left: 30px; }

  .construct-header .top-bar {
    background: #25282c;
    position: relative;
    z-index: 1;
    border: 0;
    color: #fff;
    padding: 0;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.top-bar .dz-topbar-center, .top-bar .dz-topbar-left, .top-bar .dz-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar .dz-topbar-left {
    float: left;
}
.top-bar .dz-topbar-center, .top-bar .dz-topbar-left, .top-bar .dz-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.top-bar .dz-topbar-right {
    float: right;
}

.top-bar .dz-topbar-center ul, .top-bar .dz-topbar-left ul, .top-bar .dz-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.extra-nav {
}
@media only screen and (max-width: 1680px){
.extra-nav {
        margin-left: 10px;
    }
}
.extra-nav .extra-cell {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 991px) {
     /* .extra-nav {
          height: 80px; } */
		  .top-bar {
			display: none;
		}
		 }
      @media only screen and (max-width: 1680px) {
     .extra-nav {
          margin-left: 10px; } }
          .extra-nav #quik-search-btn {
            color: #212529;
            cursor: pointer;
            margin-right: 0px;
            border: 0;
            width: 45px;
            height: 45px;
            background: #ebebeb;
            line-height: 45px;
            text-align: center;
            font-size: 18px;
            border-radius: 45px; }
.btn.btn-primary, .wp-block-button__link {
                color: #fff;
            }
            .btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .wp-block-button__link, .btn-sm.wp-block-button__link {
                font-size: 15px;
				padding: 7px 13px;
            }
            .btn-primary, .wp-block-button__link {
				border-color: #2d83d3;
				background-color: #2d83d3;
            }
            .btn, .wp-block-button__link {
                padding: 18px 30px;
                display: inline-flex;
                border-radius: 20px;
                font-size: 15px;
                font-weight: 400;
                position: relative;
                line-height: 1.5;
                align-items: center;
                overflow: hidden;
            }
            /*------------------- 4.8. Hero Area  -------------------*/
.hero-bg,
.hero-bg3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
  /* opacity: 0.3; */
  transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in;
}

.hero-bg3 {
  opacity: 1;
}
@media (max-width: 767px) {
  .hero-bg3 {
    background-position: -1000px 0;
  }
}

.hero-layout1 .hero-title,
.hero-layout1 .hero-text,
.hero-layout1 .hero-btns,
.hero-layout1 .play-btn,
.hero-layout1 .hero-subtitle, .hero--layout2 .hero-title,
.hero--layout2 .hero-text,
.hero--layout2 .hero-btns,
.hero--layout2 .play-btn,
.hero--layout2 .hero-subtitle, .hero--layout3 .hero-title,
.hero--layout3 .hero-text,
.hero--layout3 .hero-btns,
.hero--layout3 .play-btn,
.hero--layout3 .hero-subtitle {
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name:slideinup;
}
.hero-layout1 .slick-current, .hero--layout2 .slick-current, .hero--layout3 .slick-current {
  --animation-name: slideinup;
}
.hero-layout1 .hero-inner, .hero--layout3 .hero-inner {
  position: relative;
  /* min-height: 834px; */
  display: flex;
  align-items: center;
  background-color: #00000078;
  overflow: hidden;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .hero-layout1 .hero-inner, .hero--layout3 .hero-inner {
    min-height: 875px;
  }
}
@media (max-width: 1199px) {
  .hero-layout1 .hero-inner, .hero--layout3 .hero-inner {
    min-height: 775px;
  }
}
@media (max-width: 767px) {
  .hero-layout1 .hero-inner, .hero--layout3 .hero-inner {
    min-height: 550px;
    padding-top: 0px;
  }
}
@media (max-width: 319px) {
  .hero-layout1 .hero-inner, .hero--layout3 .hero-inner {
    min-height: 480px;
  }
}
.hero-layout1 .hero-content, .hero--layout3 .hero-content {
  position: relative;
  z-index: 4;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .hero-layout1 .hero-content, .hero--layout3 .hero-content {
    padding: 0 0;
  }
}
.hero-layout1 .hero-title, .hero--layout3 .hero-title {
  color: white;
  margin: -0.2em 0 20px 0;
  font-size: 70px;
  line-height: 1.3;
  animation-delay: 0s;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .hero-layout1 .hero-title, .hero--layout3 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .hero-layout1 .hero-title, .hero--layout3 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-layout1 .hero-title, .hero--layout3 .hero-title {
    font-size: 30px;
  }
}
@media (max-width: 319px) {
  .hero-layout1 .hero-title, .hero--layout3 .hero-title {
    font-size: 24px;
  }
}
.hero-layout1 .hero-text, .hero--layout3 .hero-text {
  font-size: 22px;
  color: white;
  margin: 0 0 40px 0;
  animation-delay: 0.2s;
}
@media (max-width: 1199px) {
  .hero-layout1 .hero-text, .hero--layout3 .hero-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .hero-layout1 .hero-text, .hero--layout3 .hero-text {
    font-size: 16px;
  }
}
.hero-layout1 .hero-btns, .hero--layout3 .hero-btns {
  animation-delay: 0.4s;
}
.hero-layout1 .slick-slide.slick-current.slick-active .hero-bg,
.hero-layout1 .slick-slide.slick-current.slick-active .hero-bg3 {
  transform: scale(1.35);
}
.hero-slider--buttons {
  margin-top: -92px;
  position: relative;
  padding-bottom: 49px;
}
@media (max-width: 767px) {
  .hero-slider--buttons {
    margin-top: -63px;
    padding-bottom: 20px;
  }
}
.hero .icon-btn {
  margin-right: 13px;
}
.hero-shape1 {
  z-index: 2;
  right: -303px;
  bottom: -15px;
}
@media (max-width: 1499px) {
  .hero-shape1 {
    right: -452px;
  }
}
@media (max-width: 1199px) {
  .hero-shape1 {
    right: -630px;
  }
}
@media (max-width: 991px) {
  .hero-shape1 {
    display: none;
  }
}
.hero-shape2 {
  z-index: 2;
  left: 0px;
  top: 0px;
}
@media (max-width: 1499px) {
  .hero-shape2 {
    left: -90px;
  }
}
@media (max-width: 767px) {
  .hero-shape2 {
    display: none;
  }
}
.hero-img1 {
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 1499px) {
  .hero-img1 {
    max-width: 710px;
  }
}
@media (max-width: 1199px) {
  .hero-img1 {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .hero-img1 {
    max-width: 380px;
  }
}
.hero--layout2 {
    padding-bottom: 43px;
  }
  @media (max-width: 767px) {
    .hero--layout2 {
      padding-bottom: 0;
    }
  }
  .hero--layout2 .vs-slider-tab {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -113px;
    position: relative;
  }
  @media (max-width: 767px) {
    .hero--layout2 .vs-slider-tab {
      flex-wrap: wrap;
      justify-content: flex-start;
      margin-top: 0;
      -moz-column-gap: 15px;
           column-gap: 15px;
    }
  }
  .hero--layout2 .vs-slider-tab .tab-btn {
    background: white;
    font-size: 16px;
    font-weight: 700;
    font-family: "Rubik", sans-serif;
    color: black;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    padding: 20px 43px;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 1199px) {
    .hero--layout2 .vs-slider-tab .tab-btn {
      padding: 20px 15px;
    }
  }
  @media (max-width: 991px) {
    .hero--layout2 .vs-slider-tab .tab-btn {
      padding: 10px 15px;
      text-align: left;
      font-size: 15px;
      line-height: 1.3;
    }
  }
  @media (max-width: 767px) {
    .hero--layout2 .vs-slider-tab .tab-btn {
      padding: 10px 0px;
    }
  }
  .hero--layout2 .vs-slider-tab .tab-btn span {
    color: #fc6601;
  }
  .hero--layout2 .vs-slider-tab .tab-btn.active {
    color: #fc6601;
  }
  @media (max-width: 319px) {
    .hero--layout2 .vs-slider-tab .tab-btn:last-of-type {
      padding-bottom: 0;
    }
  }
  .hero--layout2 .vs-slider-tab .tab-btn:hover {
    color: #fc6601;
  }
  .hero--layout2 .vs-slider-tab .tab-btn-anim {
    position: absolute;
    height: 4px;
    background-color: #fc6601;
    z-index: 1;
    left: 0;
    top: auto;
    transition: transform 0.3s cubic-bezier(0.68, 0, 0.27, 1) 0s, background-color 0.3s ease 0s;
    transform-origin: 0 50%;
    bottom: 0;
  }
  @media (max-width: 767px) {
    .hero--layout2 .vs-slider-tab .tab-btn-anim {
      display: none;
    }
  }
  .hero--layout3 .hero-inner {
    padding-top: 70px;
    /* min-height: 650px; */
    padding-bottom: 0px;

  }
  @media (max-width: 767px) {
    .hero--layout3 .hero-inner {
      min-height: 720px;
    }
  }
  .hero--layout3 .owl-nav {
    border: 1px solid #fc6601;
    background-color: transparent;
    font-size: 18px;
    background-color: #fc6601;
    color: white;
  }
  .hero--layout3 .owl-nav:hover {
    background-color: black;
    border-color: black;
  }
  .hero--layout3 .owl-nav {
    /* display: inline-flex; */
    width: var(--btn-size, 98px);
    position: relative;
    top: -116px;
    left: 118px;
}
  
  .hero-content3 {
    position: relative;
    z-index: 4;
    padding: 68px 50px 144px;
    margin-left: -50px;
    min-height: 611px;
  }
  @media (max-width: 1199px) {
    .hero-content3 {
      padding: 68px 20px 144px;
      margin-left: 0;
    }
  }
  @media (max-width: 991px) {
    .hero-content3 {
      max-width: 575px;
    }
  }
  @media (max-width: 767px) {
    .hero-content3 {
      padding: 15px;
      min-height: auto;
    }
  }
  .hero-content3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fc6601;
    background: linear-gradient(180deg, rgb(252 102 1) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-clip-path: polygon(74% 0, 100% 31%, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(74% 0, 100% 31%, 100% 100%, 0 100%, 0 0);
  }
  @media (max-width: 767px) {
    .hero-content3::before {
      -webkit-clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
              clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0 100%, 0 0);
      background: linear-gradient(180deg, rgba(252, 102, 1, 0.95) 50%, rgba(0, 0, 0, 0) 100%);
    }
  }
  .hero-content3 .hero-title {
    color: white;
    margin: -0.2em 0 10px 0;
    font-size: 50px;
    line-height: 1.2;
    animation-delay: 0s;
    font-weight: 800;
  }
  @media (max-width: 1199px) {
    .hero-content3 .hero-title {
      font-size: 60px;
    }
  }
  @media (max-width: 991px) {
    .hero-content3 .hero-title {
      font-size: 50px;
    }
  }
  @media (max-width: 767px) {
    .hero-content3 .hero-title {
      font-size: 25px;
    }
  }
  @media (max-width: 319px) {
    .hero-content3 .hero-title {
      font-size: 20px;
    }
  }
  .hero-content3 .hero-subtitle {
    display: inline-block;
    color: white;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-family: "Rubik", sans-serif;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 25px;
    z-index: 1;
    line-height: 1.2;
    animation-delay: 0.2s;
  }
  @media (max-width: 767px) {
    .hero-content3 .hero-subtitle {
      font-size: 13px;
    }
  }
  .hero-content3 .hero-subtitle::before, .hero-content3 .hero-subtitle::after {
    position: absolute;
    content: "";
    height: 1px;
    bottom: 0;
    left: 0;
  }
  .hero-content3 .hero-subtitle::before {
    width: 100%;
    background-color: white;
    z-index: -9;
  }
  .hero-content3 .hero-subtitle::after {
    width: 34px;
    background-color: #fc6601;
    z-index: -8;
  }
  .hero-content3 .hero-text {
	font-size: 17px;
    color: white;
    margin: 0px 0 12px 0;
  }
  @media (max-width: 1199px) {
    .hero-content3 .hero-text {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .hero-content3 .hero-text {
      font-size: 16px;
    }
  }
  
  .hero-inner--style2 {
    position: relative;
    padding-top: 142px;
    min-height: 972px;
    background-color: #dfeaf1;
  }
  .hero-inner--style2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 113px;
    bottom: -1px;
    background-color: white;
  }
  @media (max-width: 767px) {
    .hero-inner--style2::before {
      height: 52px;
    }
  }
  @media (max-width: 1499px) {
    .hero-inner--style2 {
      min-height: 875px;
    }
  }
  @media (max-width: 1199px) {
    .hero-inner--style2 {
      min-height: 775px;
      padding-top: 80px;
    }
  }
  @media (max-width: 767px) {
    .hero-inner--style2 {
      min-height: 550px;
      padding-top: 30px;
    }
  }
  @media (max-width: 319px) {
    .hero-inner--style2 {
      min-height: 480px;
    }
  }
  
  .hero-content--style2 {
    position: relative;
  }
  @media (max-width: 991px) {
    .hero-content--style2 {
      text-align: center;
    }
  }
  .hero-content--style2 .hero-text {
    font-size: 24px;
    padding-right: 5em;
    margin-bottom: 82px;
    animation-delay: 0.2s;
  }
  @media (max-width: 991px) {
    .hero-content--style2 .hero-text {
      padding-right: 0;
      margin-bottom: 30px;
    }
  }
  @media (max-width: 767px) {
    .hero-content--style2 .hero-text {
      font-size: 17px;
    }
  }
  .hero-content--style2 .play-btn {
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 9;
  }
  @media (max-width: 991px) {
    .hero-content--style2 .play-btn {
      position: relative;
      margin-bottom: 30px;
      left: 0;
    }
  }
  @media (max-width: 767px) {
    .hero-content--style2 .play-btn {
      --icon-size: 110px;
    }
  }
  @media (max-width: 767px) {
    .hero-content--style2 .play-btn > i::before {
      min-width: 90px;
      min-height: 90px;
    }
  }
  @media (max-width: 767px) {
    .hero-content--style2 .hero-title {
      font-size: 30px;
    }
  }
  
  .hero-shape21,
  .hero-shape22 {
    bottom: 113px;
  }
  @media (max-width: 767px) {
    .hero-shape21,
    .hero-shape22 {
      display: none;
    }
  }
  
  @media (max-width: 991px) {
    .hero-shape22 > svg {
      max-width: 395px;
      height: 100%;
    }
  }
  .vs-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #fc6601;
    color: white;
    font-family:"Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 42px;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
}
@media (max-width: 319px) {
    .vs-btn {
      padding: 18px 30px;
    }
  }
  .vs-btn__bar::before, .vs-btn__bar::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 42.07px;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    transition: width 0.5s ease-in-out, background-color 0.5s ease-in-out;
    z-index: -1;
  }
  .vs-btn__bar::before {
    left: auto;
    right: 0;
    width: 0px;
  }
  .vs-btn__bar::after {
    left: 0;
    right: auto;
  }
  .vs-btn__bar.black::before, .vs-btn__bar.black::after {
    background-color: black;
  }
  .vs-btn::after, .vs-btn::before {
    width: 110%;
    height: 110%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(#000000);
    transition: all ease 0.4s;
    z-index: -2;
    border-radius: inherit;
  }
  .vs-btn:before {
    transform: rotateX(90deg);
  }
  .vs-btn:after {
    transform: rotateY(90deg);
  }
  .vs-btn > i {
    margin-left: 8px;
  }
  .vs-btn.style3 {
    background-color: white;
    padding: 23px 61px;
    color: black;
  }
  .vs-btn.style3:hover {
    color: white;
  }
  .vs-btn.style3::before, .vs-btn.style3::after {
    background-color: black;
  }
  .vs-btn.style3 .vs-btn__bar::before, .vs-btn.style3 .vs-btn__bar::after {
    background-color: black;
  }
  /*------------------- 4.26. Product  -------------------*/
/* .cate-block--style {
    margin-bottom: 30px;
  } */
  .cate-block--style {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 10px 10px 20px 10px;
    margin-bottom: 0px;
    box-shadow: 0 0 10px #e2e2e2;
    margin: 0 0 30px 0;
}
  .cate-block--style .cate-block__img {
    position: relative;
    z-index: 1;
    display: block;
  }
  .cate-block--style .cate-block__icon {
    position: absolute;
    min-width: 90px;
    min-height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    bottom: -45px;
	right: -17px;
    background-color: #fc6601;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 1199px) {
    .cate-block--style .cate-block__icon {
      right: -15px;
    }
  }
  .cate-block--style .cate-block__icon > img {
    filter: brightness(0) invert(1);   
     width: 50px;

  }
  .cate-block--style .cate-block__icon::before, .cate-block--style .cate-block__icon::after {
    content: "";
    min-width: 77.14px;
    min-height: 77.14px;
    position: absolute;
    border: 1px solid white;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  .cate-block--style .cate-block__title {
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 0;
    position: relative;
/*    max-width: 63%;*/
    padding: 20px 10px 0px 0;
  }
  .cate-block--style .cate-block__title:hover > a {
    color: #fc6601;
  }
 
  .cate-block--style .cate-block__title > a {
    color: black;
    font-weight: 500;
  }
  .cate-block--style:hover .cate-block__icon {
    background-color: black;
    transition: all 0.3s ease-in-out;
  }
  .cate-block--style:hover .cate-block__icon::before, .cate-block--style:hover .cate-block__icon::after {
    transition: all 0.3s ease-in-out;
    border-color: white;
  }
  .cate-block--style:hover .cate-block__icon > img {
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
  }
  .z-index-common {
    position: relative;
    z-index: 3;
}
/* padding for all sections starts here */
.cate--layout1.space-top.space-extra-bottom {
    padding: 10px 0 50px;
}
section.space-top.space-extra-bottom.z-index-common.overflow-hidden {
    padding: 0px 0 50px;
}
section.choose--layout1.space-top.space-extra-bottom.z-index-common {
    padding: 50px 0 0px;
}
section.project--layout3.z-index-common.space-top.space-extra-bottom.overflow-hidden {
    padding: 50px 0 50px;
}
section.sucess--layout1.z-index-common.space-top {
    padding: 50px 0px 0px;
}
/* padding for all sections starts here */
.overflow-hidden {
    overflow: hidden!important;
}
/*------------------- 4.10. Feature  -------------------*/
/*------------------- 4.11. About  -------------------*/
.img-box1,
.img-box1--style2 {
  display: flex;
  gap: 41px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .img-box1,
  .img-box1--style2 {
    gap: 15px;
  }
}
.img-box1__shape,
.img-box1--style2__shape {
  position: absolute;
  min-width: 356px;
  min-height: 439px;
  background-color: #fc6601;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .img-box1__shape,
  .img-box1--style2__shape {
    min-width: 200px;
    min-height: 230px;
  }
}
.img-box1__img2,
.img-box1--style2__img2 {
  text-align: center;
  margin-bottom: 47.3px;
  padding-top: 18px;
}
@media (max-width: 767px) {
  .img-box1__img2,
  .img-box1--style2__img2 {
    margin-bottom: 15px;
  }
}
.img-box1 .vs-infobox--style,
.img-box1--style2 .vs-infobox--style {
  position: absolute;
  bottom: 48px;
  left: 0;
  min-width: 348px;
  box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}
@media (max-width: 767px) {
  .img-box1 .vs-infobox--style,
  .img-box1--style2 .vs-infobox--style {
    min-width: 100%;
    bottom: 0;
    box-shadow: 11px -18px 10px rgba(4, 4, 4, 0.0509803922);
  }
}

.img-box1--style2 {
  gap: 30px;
}
@media (max-width: 991px) {
  .img-box1--style2 {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .img-box1--style2 {
    flex-wrap: wrap;
  }
}
.img-box1--style2 .img-box1__img2,
.img-box1--style2 .img-box1__img1 {
  margin-bottom: 30px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .img-box1--style2 .img-box1__img1 > img,
  .img-box1--style2 .img-box1__img2 > img,
  .img-box1--style2 .img-box1__img3 > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.img-box1--style2 .img-box1__img1 {
  padding-top: 99px;
}
@media (max-width: 767px) {
  .img-box1--style2 .img-box1__img1 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .img-box1--style2 .img-box1__left,
  .img-box1--style2 .img-box1__right {
    width: 100%;
  }
}

.about--layout1 .about-overlay {
  right: -204px;
}
.about-overlay--style2 {
  opacity: 0.1;
  z-index: -1;
}
.about-content {
  max-width: 85%;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-content {
    max-width: 100%;
  }
}

.list-style4 {
  padding-top: 0px;
  margin-bottom: 0;
}
.list-style4 .list-unstyled {
  margin-bottom: 0;
}
.list-style4 li:last-child {
  margin-bottom: 0;
}
.list-style4 li::before {
  margin-right: 19px;
}

.about--layout3 .play-btn2 {
  position: absolute;
  bottom: -83.5px;
  right: 42px;
}
@media (max-width: 767px) {
  .about--layout3 .play-btn2 {
    position: absolute;
    bottom: auto;
    top: -36px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    --icon-size: 72px;
  }
}
.about-text--style3 {
  margin-bottom: 40px;
}
.about-widget {
  padding: 50px 53px 4px 40px;
  max-width: 456px;
  margin-top: -190px;
  background: white;
  position: relative;
  z-index: 1;
  margin-left: -218px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .about-widget {
    padding: 50px 53px 45px 40px;
  }
}
@media (max-width: 1199px) {
  .about-widget {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    background-color: transparent;
  }
}
/*------------------- 4.13. Counter  -------------------*/
.counter-box--style1 {
    min-height: 193px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: white;
    border: 7px solid #fc6601;
    gap: 5px;
  }
  .counter-box--style1 .counter-box__number {
    font-size: 60px;
    color: #fc6601;
    font-weight: 900;
    font-family: "Rubik", sans-serif;;
    line-height: 1.1;
  }
  .counter-box--style1 .counter-box__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
  }
  
  .offer-counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    background: white;
    margin-bottom: 36px;
    min-height: 110px;
    align-items: center;
  }
  @media (max-width: 767px) {
    .offer-counter {
      flex-direction: column;
    }
  }
  .offer-counter > li {
    line-height: 1;
    padding: 16px 30px 16px 30px;
    position: relative;
  }
  .offer-counter > li::before {
    content: "";
    position: absolute;
    height: 37px;
    width: 1px;
    background: #f7f7f7;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0.49px;
  }
  @media (max-width: 767px) {
    .offer-counter > li::before {
      display: none;
    }
  }
  .offer-counter > li:first-child {
    padding-left: 0;
  }
  .offer-counter > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .offer-counter > li:last-child::before {
    display: none;
  }
  @media (max-width: 767px) {
    .offer-counter > li {
      padding-right: 0;
      padding-left: 0;
    }
  }
  .offer-counter .count-number {
    font-size: 40px;
    font-weight: 800;
    color: #fc6601;
    font-family: "Rubik", sans-serif;;
    margin-bottom: 5px;
  }
  .offer-counter .count-name {
    font-size: 18px;
    color: black;
    font-family: "Rubik", sans-serif;;
    font-weight: 800;
    text-transform: lowercase;
    display: inline-block;
  }
  .list-style1 li, .list-style2 li, .list-style4 li, .list-style3 li, .list-style5 li {
    position: relative;
    display: flex;
    margin-bottom: 5px;
    color: black;
}
.list-style4 .list-unstyled {
    margin-bottom: 0;
}
.list-style4 li::before {
    margin-right: 19px;
}
.list-style1 li::before, .list-style2 li::before, .list-style4 li::before, .list-style3 li::before, .list-style5 li::before {
    content: "";
    min-width: 10px;
    min-height: 10px;
    background-color: #fc6601;
    border-radius: 0;
    align-self: self-start;
    margin-top: 5px;
    display: inline-block;
    /* margin-right: 50px; */
}
.list-style4 {
    padding-top: 0px;
    margin-bottom: 0;
}
.sec-subtitle5 {
    color: black;
}
.sec-subtitle5, .sec-subtitle4, .sec-subtitle3, .sec-subtitle2, .sec-subtitle {
    text-transform: uppercase;
    display: block;
    color: #fc6601;
    font-family: "Rubik", sans-serif;;
    font-size: 16px;
    font-weight: 700;
    margin: -0.25em 0 15px 0;
    letter-spacing: 0.11em;
}
.sec-title3, .sec-title { 
    line-height: 1.2;
    margin-bottom: 41px;
    font-weight: 700;
    font-size: 38px;
}
.sec-subtitle5, .sec-subtitle4, .sec-subtitle3, .sec-subtitle2, .sec-subtitle {
    text-transform: uppercase;
    display: block;
	color: #fc6601 !important;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: -0.25em 0 15px 0;
    letter-spacing: 0.11em;
	margin-top: 10px;
}
.sec-subtitle2 {
    color: black;
}
.about-overlay--style2 {
    opacity: 0.1;
    z-index: -1;
}
.start-0 {
    left: 0!important;
}
@media (min-width: 1199px) {
    .gx-60 {
        --bs-gutter-x: 60px;
    }
}
/*------------------- 4.26. Product  -------------------*/
.choose-img {
    margin-bottom: 30px;
  }
  @media (max-width: 991px) {
    .choose-img {
      text-align: center;
    }
  }
  .choose-blocks {
    margin-left: -90px;
  }
  @media (max-width: 991px) {
    .choose-blocks {
      margin-left: 0;
      margin-top: -90px;
    }
  }
  @media (max-width: 767px) {
    .choose-blocks {
      margin-top: 0px;
    }
  }
  .choose-block--style1 {
    border: none;
    box-shadow: 0 0 10px #e2e2e2;
    background-color: white;
	padding: 28px 18px 20px 22px;
    margin-bottom: 24px;
    min-height: 200px;
    transition: all 0.3s ease-in-out;
  }
  @media (max-width: 319px) {
    .choose-block--style1 {
      padding: 15px;
      min-height: auto;
    }
  }
  .choose-block--style1 .choose-block__text {
    margin-bottom: 0;
  }
  .choose-block--style1 .choose-block__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
  }
  .choose-block--style1 .choose-block__heading {
    margin-bottom: 0;
    line-height: 1.4;
  }
  .choose-block--style1 .choose-block__icon {
    font-size: 46px;
    color: #fc6601;
    transition: all 0.3s ease-in-out;
  }
  .choose-block--style1:hover, .choose-block--style1.hovered {
   box-shadow: 0 0 20px #ddd;
  }
  .choose-block--style1:hover .choose-block__icon, .choose-block--style1.hovered .choose-block__icon {
    color: black;
  }
  .z-index-n1 {
    z-index: -1;
}
.position-absolute {
    position: absolute!important;
}
.z-index-common {
    position: relative;
    z-index: 3;
}
.vs-infobox--style3 {
    padding: 0;
    border: 1px solid transparent;
    display: inline-flex;
    text-align: left;
}
.vs-infobox--style3 .vs-infobox__icon {
    min-width: 85px;
    min-height: 85px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fd7e14;
}
.vs-infobox--style3 .vs-infobox__content {
    margin-left: 0;
}
.vs-infobox--style .vs-infobox__content, .vs-infobox--style2 .vs-infobox__content, .vs-infobox--style3 .vs-infobox__content {
    padding-left: 26px;
    position: relative;
}
.vs-infobox--style .vs-infobox__title, .vs-infobox--style .vs-infobox__number, .vs-infobox--style2 .vs-infobox__title, .vs-infobox--style2 .vs-infobox__number, .vs-infobox--style3 .vs-infobox__title, .vs-infobox--style3 .vs-infobox__number {
    color: black;
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.vs-infobox--style .vs-infobox__number, .vs-infobox--style2 .vs-infobox__number, .vs-infobox--style3 .vs-infobox__number {
    font-size: 18px;
    font-weight: 800;
}
.vs-infobox--style .vs-infobox__title, .vs-infobox--style .vs-infobox__number, .vs-infobox--style2 .vs-infobox__title, .vs-infobox--style2 .vs-infobox__number, .vs-infobox--style3 .vs-infobox__title, .vs-infobox--style3 .vs-infobox__number {
    color: black;
    display: block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

/*------------------- 4.22. Projects  -------------------*/
.project--layout1, .project--layout3 {
	background-color: #eae9e9;
  }
  .project--layout3 .slick-dots {
	border: 0;
	justify-content: center;
	gap: 18px;
	display: flex;
	margin: 0 auto;
	max-width: 186px;
	overflow: hidden;
	padding-top: 25px;
	margin-bottom: 30px;
  }
  .project--layout3 .slick-dots > li {
	height: 5px;
  }
  .project--layout3 .slick-dots > li > button {
	background-color: black;
	min-width: 13px;
	height: 5px;
	transition: all 0.3s ease-in-out;
  }
  .project--layout3 .slick-dots > li.slick-active > button {
	background-color: #fd7e14;
	min-width: 92px;
	transition: all 0.3s ease-in-out;
  }
  .project-title {
	max-width: 600px;
  }
  .project-title2 {
	display: flex;
	gap: 25px;
	position: relative;
	z-index: 1;
  }
  @media (max-width: 991px) {
	.project-title2 {
	  flex-wrap: wrap;
	  justify-content: center;
	  text-align: center;
	  flex-direction: column;
	}
  }
  .project-title2 .sec-text2 {
	margin-bottom: 46px;
  }
  @media (max-width: 991px) {
	.project-title2 .sec-text2 {
	  margin-bottom: 25px;
	}
  }
  .project__backlay {
	top: 152px;
	left: 0;
	opacity: 0.1;
  }
  .project__shape {
	position: absolute;
	bottom: 0;
	min-height: 118px;
	background-color: white;
	width: 100%;
	z-index: -1;
  }
  .project-block {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 117px;
  }
  @media (max-width: 991px) {
	.project-block {
	  margin-bottom: 50px;
	}
  }
  @media (max-width: 767px) {
	.project-block {
	  margin-bottom: 30px;
	}
  }
  .project-block__img {
	transition: all 0.3s ease-in-out;
  }
  .project-block__img:nth-of-type(1) {
	transition-delay: 0.2s;
  }
  .project-block__img:nth-of-type(2) {
	transition-delay: 0.3s;
  }
  .project-block__img:nth-of-type(3) {
	transition-delay: 0.4s;
  }
  @media (max-width: 991px) {
	.project-block__img {
	  width: 100%;
	  -o-object-fit: cover;
		 object-fit: cover;
	}
  }
  .project-block__media {
	position: relative;
  }
  .project-block__media::before {
	background-color: #00000054;
	content: "";
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: 2;
	transition: all ease 0.4s;
  }
  .project-block__content {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 4;
	padding: 48px;
	transform: translateY(42%);
	transition: all 0.3s ease-in-out;
  }
  @media (max-width: 991px) {
	.project-block__content {
	  padding: 15px;
	  transform: translateY(50%);
	}
  }
  .project-block__subtitle {
	color: #fd7e14;
	display: inline-block;
	font-family: "Rubik", sans-serif;;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.06em;
  }
  .project-block__title {
	font-size: 26px;
  }
  @media (max-width: 991px) {
	.project-block__title {
	  font-size: 20px;
	}
  }
  .project-block__title__link {
	color: white;
  }
  .project-block__title__link:hover {
	color: #fd7e14;
  }
  .project-block__text {
	color: white;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
  }
  .project-block__text:nth-of-type(1) {
	transition-delay: 0.2s;
  }
  .project-block__text:nth-of-type(2) {
	transition-delay: 0.3s;
  }
  .project-block__text:nth-of-type(3) {
	transition-delay: 0.4s;
  }
  @media (max-width: 991px) {
	.project-block__text {
	  font-size: 14px;
	}
  }
  .project-block__link {
	align-items: center;
	color: white;
	display: flex;
	font-family: "Rubik", sans-serif;;
	font-size: 14px;
	font-weight: 700;
	gap: 13.5px;
	line-height: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
  }
  .project-block__link:nth-of-type(1) {
	transition-delay: 0.2s;
  }
  .project-block__link:nth-of-type(2) {
	transition-delay: 0.3s;
  }
  .project-block__link:hover {
	color: #fd7e14;
  }
  .project-block__shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
	transform: translateY(40%);
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
  }
  .project-block:hover .project-block__content,
  .project-block:hover .project-block__shape {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
  }
  .project-block:hover .project-block__link,
  .project-block:hover .project-block__text {
	opacity: 1;
	visibility: visible;
  }
  .project-block:hover .project-block__img {
	transform: scale(1.1);
  }
  .project-block:hover .project-block__media::before {
	opacity: 0.75;
	transition: all ease 0.4s;
  }
  .project-block--style3 {
	position: relative;
	margin: 0 6px 30px;
  }
  .project-block--style3 .project-block__content {
	bottom: 0;
	left: auto;
	right: 0;
	position: absolute;
	z-index: 4;
	padding: 0;
	transform: translateY(0%);
	transition: all 0.3s ease-in-out;
	writing-mode: vertical-rl;
	text-align: left;
	transform: scaleX(-1) scaleY(-1);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px 0 40px 20px;
  }
  .project-block--style3 .project-block__content__left {
	max-height: 60%;
  }
  .project-block--style3 .project-block__title {
	margin-bottom: 0;
	font-size: 20px;
  }
  .project-block--style3 .project-block__title > a:hover {
	color: black;
  }
  .project-block--style3 .project-block__location {
	font-size: 16px;
	font-weight: 500;
	color: white;
	display: block;
	padding-right: 10px;
  }
  .project-block--style3 .project-block__arrow {
	min-width: 53px;
	min-height: 53px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: black;
	border-radius: 50%;
	color: white;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	transform: scale(0.5);
  }
  .project-block--style3:hover .project-block__media::before {
	background-color: #fd7e14;
	opacity: 0.8;
  }
  .project-block--style3:hover .project-block__arrow {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
	transform: scale(1) rotate(90deg);
  }
  .project-block--style4 {
	margin-bottom: 60px;
  }
  @media (max-width: 767px) {
	.project-block--style4 {
	  text-align: center;
	}
  }
  .project-block--style4 .project-block__content {
	position: static;
	padding: 17px 0 0 0;
	transform: translateY(0px);
  }
  .project-block--style4 .project-block__title {
	margin-bottom: 0;
	font-size: 26px;
  }
  .project-block--style4 .project-block__title > a {
	color: black;
  }
  .project-block--style4 .project-block__title > a:hover {
	color: #fd7e14;
  }
  .project-block--style4 .project-block__media::before {
	display: none;
  }
  .project-estimate, .project-estimate2 {
	margin-right: -1100%;
	background: #fd7e14;
	padding: 90px 100px;
	background-repeat: no-repeat;
	background-position: left -9%;
	min-height: 458px;
  }
  @media (max-width: 767px) {
	.project-estimate, .project-estimate2 {
	  margin-right: 0;
	  padding: 20px 20px 15px;
	  background-position: left 0%;
	  min-height: 100%;
	  background-size: contain;
	}
  }
  .project-estimate__img, .project-estimate2__img {
	position: absolute;
	right: 139px;
	bottom: 0px;
	z-index: 1;
  }
  @media (max-width: 1919px) {
	.project-estimate__img, .project-estimate2__img {
	  right: 0;
	  max-width: 650px;
	}
  }
  @media (max-width: 1399px) {
	.project-estimate__img, .project-estimate2__img {
	  max-width: 550px;
	}
  }
  @media (max-width: 1199px) {
	.project-estimate__img, .project-estimate2__img {
	  max-width: 430px;
	}
  }
  @media (max-width: 991px) {
	.project-estimate__img, .project-estimate2__img {
	  display: none;
	}
  }
  .project-estimate__letter, .project-estimate2__letter {
	position: absolute;
	font-size: 300px;
	font-family: "Rubik", sans-serif;;
	font-weight: 700;
	color: white;
	opacity: 0.1;
	line-height: 1;
	right: 0;
	bottom: -40px;
  }
  @media (max-width: 991px) {
	.project-estimate__letter, .project-estimate2__letter {
	  font-size: 164px;
	}
  }
  .project-estimate2 {
	background-position: center bottom;
	padding: 98px 0 88px;
	min-height: 378px;
	overflow: hidden;
  }
  @media (max-width: 991px) {
	.project-estimate2 {
	  padding: 40px 0 40px;
	  min-height: 100%;
	  overflow: hidden;
	}
  }
  .project-estimate2 .project-estimate__img {
	right: 78px;
  }
  @media (max-width: 1499px) {
	.project-estimate2 .project-estimate__img {
	  right: 0;
	}
  }
  @media (max-width: 1199px) {
	.project-estimate2 .project-estimate__img {
	  max-width: 400px;
	}
  }
  @media (max-width: 991px) {
	.project-estimate2 .project-estimate__img {
	  display: none;
	}
  }
  .project--layout2 {
	background-color: #f7f7f7;
  }
  .project--layout2 .tab-content {
	margin-right: -100%;
	margin-left: -60px;
  }
  @media (max-width: 1199px) {
	.project--layout2 .tab-content {
	  margin-left: -40px;
	}
  }
  @media (max-width: 991px) {
	.project--layout2 .tab-content {
	  margin-left: 0;
	  margin-right: 0;
	  margin-top: -73px;
	  position: relative;
	  z-index: 9;
	}
  }
  @media (max-width: 767px) {
	.project--layout2 .tab-content {
	  margin-top: -60px;
	}
  }
  .project__col {
	margin-bottom: 56px;
  }
  .project-element1 {
	bottom: 102px;
  }
  .project-tabbtn--style {
	background-color: white;
	border: 1px solid #c1c1c1;
	border-radius: 0;
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 19px;
	transition: all 0.3s ease-in-out;
  }
  .project-tabbtn--style:last-child {
	margin-bottom: 0;
  }
  .project-tabbtn--style .project-tabbtn__number {
	min-width: 72px;
	min-height: 150px;
	border: 1px solid #858585;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: -1px 0 -1px -1px;
	font-family: "Rubik", sans-serif;;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	transition: all 0.3s ease-in-out;
  }
  @media (max-width: 767px) {
	.project-tabbtn--style .project-tabbtn__number {
	  min-width: 45px;
	  min-height: 115px;
	}
  }
  .project-tabbtn--style .project-tabbtn__content {
	padding: 0 43px;
	text-align: left;
  }
  @media (max-width: 767px) {
	.project-tabbtn--style .project-tabbtn__content {
	  padding: 0 15px;
	}
  }
  .project-tabbtn--style .project-tabbtn__name {
	display: block;
	font-size: 30px;
	font-weight: 700;
	font-family: "Rubik", sans-serif;;
	margin-bottom: 10px;
  }
  @media (max-width: 1199px) {
	.project-tabbtn--style .project-tabbtn__name {
	  font-size: 26px;
	}
  }
  @media (max-width: 767px) {
	.project-tabbtn--style .project-tabbtn__name {
	  font-size: 18px;
	}
  }
  .project-tabbtn--style .project-tabbtn__location {
	font-size: 16px;
	font-weight: 500;
	font-family: "Epilogue", sans-serif;;
	display: flex;
	align-items: center;
	gap: 20px;
  }
  @media (max-width: 767px) {
	.project-tabbtn--style .project-tabbtn__location {
	  font-size: 14px;
	}
  }
  .project-tabbtn--style.active, .project-tabbtn--style:hover {
	background-color: black;
	border-color: black;
  }
  .project-tabbtn--style.active .project-tabbtn__number, .project-tabbtn--style:hover .project-tabbtn__number {
	background-color: #fd7e14;
	border-color: #fd7e14;
	transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .project__text {
	padding-right: 60px;
  }
  @media (max-width: 1199px) {
	.project__text {
	  padding-right: 0;
	}
  }
  .project__title {
	font-size: 40px;
  }
  @media (max-width: 767px) {
	.project__title {
	  font-size: 22px;
	}
  }
  
  .nav-pills .nav-link {
	border-radius: 0;
  }
  .nav-pills .nav-link.active, .nav-pills .nav-link:hover {
	background-color: black;
	color: white;
  }
  
  .info-box {
	border: 1px solid #c1c1c1;
	margin-bottom: -138px;
	position: relative;
	z-index: 9;
	max-width: 415px;
  }
  @media (max-width: 991px) {
	.info-box {
	  margin-left: auto;
	  margin-right: auto;
	}
  }
  @media (max-width: 767px) {
	.info-box {
	  margin-bottom: 0;
	}
  }
  .info-box > ul {
	padding: 57px 57px 100px 57px;
	margin-bottom: 0;
	list-style: none;
  }
  @media (max-width: 991px) {
	.info-box > ul {
	  padding: 57px 57px 57px 57px;
	}
  }
  @media (max-width: 767px) {
	.info-box > ul {
	  padding: 20px;
	}
  }
  @media (max-width: 767px) {
	.info-box > ul > li {
	  margin-bottom: 10px;
	}
  }
  .info-box__title {
	display: block;
	font-size: 16px;
	font-weight: 800;
	font-family: "Rubik", sans-serif;;
	color: black;
  }
  .info-box__title.highlight {
	color: #fd7e14;
  }
  .info-box__title > a {
	color: black;
  }
  .info-box__title > a:hover {
	color: #fd7e14;
  }
  .info-budget {
	background-color: #fd7e14;
	padding: 35px 57px 35px 57px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: -1px;
  }
  .info-budget > span {
	color: white;
	display: block;
	font-family: "Rubik", sans-serif;;
	font-weight: 800;
  }
  .info-budget__title {
	font-size: 16px;
  }
  .info-budget__price {
	font-size: 40px;
  }
  .background-image, [data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/*------------------- 4.26. Product  -------------------*/
.sucess--layout1 {
	overflow: hidden;
  }
  .sucess__overlay, .sucess__shape {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.7;
	top: 0;
  }
  .sucess__overlay {
	z-index: -3;
  }
  .sucess__shape {
	height: 98px;
	background-color: #f5f5f5;
	opacity: 1;
	top: auto;
	bottom: -1px;
	z-index: -1;
  }
  .sucess__element1, .sucess__element2 {
	z-index: -2;
  }
  @media (max-width: 1199px) {
	.sucess__element1 {
	  width: 300px;
	  height: 240px;
	}
  }
  @media (max-width: 991px) {
	.sucess__element1 {
	  display: none;
	}
  }
  @media (max-width: 1199px) {
	.sucess__element1 > svg {
	  width: 100%;
	  height: 100%;
	}
  }
  .sucess-block--style1 {
	background-color: #1d1d1d;
	padding: 57px 47px 50px 47px;
	background-size: auto;
	background-position: right top;
	margin: 30px 1px 0 1px;
	background-repeat: no-repeat;
  }
  @media (max-width: 1199px) {
	.sucess-block--style1 {
	  padding: 45px 30px 45px 30px;
	}
  }
  @media (max-width: 991px) {
	.sucess-block--style1 {
	  margin: 2px 1px 0 1px;
	}
  }
  @media (max-width: 767px) {
	.sucess-block--style1 {
	  text-align: center;
	}
  }
  .sucess-block--style1 .sucess-block__icon {
	margin-bottom: 44px;
	position: relative;
	display: inline-block;
  }
  .sucess-block--style1 .sucess-block__icon::before {
	position: absolute;
	content: "";
	min-width: 85px;
	min-height: 85px;
	background-color: #fd7e14;
	opacity: 0.1;
	border-radius: 50%;
	top: 19px;
	left: auto;
	right: -30px;
  }
  .sucess-block--style1 .sucess-block__number {
	color: white;
	position: relative;
	padding-top: 20px;
  }
  .sucess-block--style1 .sucess-block__number > span {
	font-size: 40px;
	color: #fd7e14;
  }
  .sucess-block--style1 .sucess-block__number > sup {
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
  }
  .sucess-block--style1 .sucess-block__text {
	color: white;
	margin-bottom: 0;
  }
  .cl-img {
   background: #f9f9f9;
    padding: 7px;
    margin-bottom: 0px;
    box-shadow: 0 0 10px #e2e2e2;
    margin: 2px;
  }
  section.cl-secmain {
	padding: 70px 0 70px;
  }
  section.cl-sec {
    padding: 50px 0 50px;
    background: #f5f5f5;
}

.footer-layout3,
.footer-layout2,
.footer-layout1 {
  --body-color: #8a99b4;
  --title-color: #fff;
}

.footer-layout3 {
  background-color: #071a3e;
  position: relative;
  z-index: 1;
}
.footer-layout3__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}
.footer-layout3 .footer-top {
  border-bottom: 1px solid #152b54;
}
.widget-area {
    padding-top: 50px;
    padding-bottom: 14px;
  }
  @media (max-width: 767px) {
	.widget-area {
	  padding-top: 140px;
	  padding-bottom: 60px;
	}
  }
  
  .copyright-text {
	color: white;
	font-weight: 700;
	font-size: 16px; 
    margin-bottom: 0px;
  }
  .copyright-text > a {
	position: relative;
  }
  .copyright-text > a::before {
	position: absolute;
	content: "";
	width: 0%;
	left: auto;
	right: 0;
	height: 1px;
	background-color: #fc6601;
	transition: all 0.3s ease-in-out;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
  }
  .copyright-text > a:hover {
	color: #fc6601;
  }
  .copyright-text > a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
	opacity: 1;
	visibility: visible;
  }
  .footer-layout3 {
	background-color: #071a3e;
  }
  .footer-layout3 .footer-top {
	background-color: #0b2048;
  }
  /* Large devices */
@media (max-width: 1199px) {
	.footer-layout3 .footer-top,
	.footer-layout1 .footer-top {
	  padding: 50px 0;
	}
	.footer-layout3 .footer-top .row,
	.footer-layout1 .footer-top .row {
	  --bs-gutter-y: 40px;
	}
	.footer-layout5 .widget_title {
	  margin-bottom: 30px;
	}
	.footer-layout4 .shape1 {
	  max-width: 230px;
	}
  }
  .footer-info--style2.v2 .footer-info_label {
	color: #fc6601;
  }
  .footer-info--style2.v2 .footer-info_icon {
	width: 50px;
	height: 50px;
  }
  .footer-info--style2.v2 .footer-info_icon::before {
	right: auto;
	left: 0;
	min-height: 30px;
  }
  .widget--bg1 {
	background-color: #c0c0c0;
  }
  
  .vs-widget-about__text {
	color: white;
  }
  
  .footer-widget {
	margin-bottom: 40px;
  }
  .footer-widget,
  .footer-widget .widget {
	padding: 0;
	border: none;
	padding-bottom: 0;
	background-color: transparent;
  }
  .footer-widget .widget_title,
  .footer-widget .widget_title2 {
    margin: 0 0 20px 0;
	padding: 0 0px 6.1px 0;
	text-align: left;
	color: white;
  }
  .footer-widget .widget_title::before,
  .footer-widget .widget_title2::before {
	min-height: 1px;
  }
  .footer-widget .widget_title::after,
  .footer-widget .widget_title2::after {
	position: absolute;
	content: "";
	width: 100%;
	min-height: 1px;
	background-color: #272727;
	bottom: 0;
	left: 0;
	z-index: -1;
  }
  .footer-widget .widget_title2 {
    color: #ffffff;
    padding: 0 0px 10px 0;
    font-weight: 500;
    font-size: 18px;	
  }
  .footer-widget .widget_title2::after {
	background-color: #cecece;
  }
  .footer-widget .widget_title2::before {
	min-width: 50px;
  }

  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
	width: -moz-max-content;
	width: max-content;
	display: block;
	border: none;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	max-width: 100%;
	padding: 0;
  }
  .footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
	background-color: transparent;
	color: #fc6601;
  }
  .footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
	display: none;
  }
  .footer-widget.widget_meta li > span, .footer-widget.widget_pages li > span, .footer-widget.widget_archive li > span, .footer-widget.widget_categories li > span, .footer-widget.widget_nav_menu li > span {
	width: auto;
	height: auto;
	position: relative;
	background-color: transparent;
	color: var(--body-color);
	line-height: 1;
  }
  .footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
	margin-bottom: 0;
  }
  .footer-widget .footer-links > ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
  }
  .footer-widget .footer-links a {
	margin-bottom: 21px;
  }
  .footer-widget .footer-social a {
	min-height: 175.8px;
	min-width: 64.07px;
	padding: 22.4px;
	line-height: 1;
	border-radius: 0;
  }
  .footer-widget .footer-social a:nth-child(1) {
	background-color: rgba(var(252, 102, 1), 1);
  }
  .footer-widget .footer-social a:nth-child(2) {
	background-color: rgba(var(252, 102, 1), 0.6);
  }
  .footer-widget .footer-social a:nth-child(3) {
	background-color: rgba(var(252, 102, 1), 0.4);
  }
  .footer-widget .footer-social a:nth-child(4) {
	background-color: rgba(var(252, 102, 1), 0.2);
  }
  .footer-widget .footer-social a:hover {
	background-color: white;
	color: black;
  }
  
  .footer-logo {
	margin-bottom: 15px;
  }
  
  .footer-text {
	margin: -0.3em 0 25px 0;
	color: white;
	font-size: 16px;
  }
  
  .footer-info,
  .footer-info--style2,
  .footer-info--style3 {
    display: flex;
    align-items: center;
	padding: 4px;
    border: 1px solid #cecece;
    margin: -1px -1px 0 0;
    background-color: white;
    gap: 10px; padding:10px;
  }
  .footer-info_group,
  .footer-info--style2_group,
  .footer-info--style3_group {
	display: flex;
	justify-content: center;
	border-right: 1px solid #152b54;
	padding: 60px 0 60px 0;
  }
  .footer-info_group:last-child,
  .footer-info--style2_group:last-child,
  .footer-info--style3_group:last-child {
	border-right: none;
  }
  .footer-info_group.style2,
  .footer-info--style2_group.style2,
  .footer-info--style3_group.style2 {
	border: none;
  }
  .footer-info_group.style2 .footer-info_icon,
  .footer-info--style2_group.style2 .footer-info_icon,
  .footer-info--style3_group.style2 .footer-info_icon {
	background-color: transparent;
	border: 1px solid #35496f;
  }
  .footer-info_icon,
  .footer-info--style2_icon,
  .footer-info--style3_icon {
	width: 45px;
	height: 44px; border-radius:50%;
	line-height: 34px;
	text-align: center;
	background-color: #e28c1f;
	color: white;
	font-size: 35px;
	display: inline-block; 
  }
  @media (max-width: 1199px) {
	.footer-info_icon,
	.footer-info--style2_icon,
	.footer-info--style3_icon {
	  margin-bottom: 15px;
	}
  }
  .footer-info_label,
  .footer-info--style2_label,
  .footer-info--style3_label {
	color: black;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	display: block;
	line-height: 1.7;
  }
  .footer-info_link,
  .footer-info--style2_link,
  .footer-info--style3_link {
	color: #444444;
	font-size: 16px;
	line-height: 28px;
  }
  .footer-info_link a,
  .footer-info--style2_link a,
  .footer-info--style3_link a {
	color: inherit;
	background-color: transparent;
	display: inline-block;
  }
  .footer-info_link a:hover,
  .footer-info--style2_link a:hover,
  .footer-info--style3_link a:hover {
	color: #fc6601;
  }
  
  .footer-info--style3 {
	margin-bottom: 19px;
  }
  .footer-info--style3:last-child {
	margin-bottom: 0;
  }
  .widget__logo img {
    width: 120px;
}
.footer-widget.widget_meta, .footer-widget.widget_pages, .footer-widget.widget_archive, .footer-widget.widget_categories, .footer-widget.widget_nav_menu {
    margin-bottom: 0px;
}
.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}
.widget.footer-widget.widget_nav_menu .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 15px;
}
.widget_nav_menu ul, .widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.justify-content-lg-end {
    justify-content: flex-end!important;
}
.widget.footer-widget.widget_nav_menu .menu > li:first-child > a {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}
.widget.footer-widget.widget_nav_menu .menu > li > a {
    margin-bottom: 0;
    background-color: transparent;
    color: white; 
    font-size: 16px; 
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #515151;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    width: -moz-max-content;
    width: max-content;
    display: block;
    border: none;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    max-width: 100%;
    padding: 0;
}
.widget_nav_menu a, .widget_meta a, .widget_pages a, .widget_archive a, .widget_categories a {
    display: flex;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 27px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid  #f1f1f1;
    align-items: center;
    justify-content: space-between; 
    color: #141414; 
    font-family: "Rubik", sans-serif;;
}
.footer-layout--style, .footer-layout--style2 {
	background-color: black;
  }
  .footer-layout--style .footer-layout__bg, .footer-layout--style2 .footer-layout__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
  }
  .footer-layout--style .footer-layout__top, .footer-layout--style2 .footer-layout__top {
	padding-top: 100px;
	padding-bottom: 40px;
  }
  .footer-layout--style .widget__logo2,
  .footer-layout--style .social-style,
  .footer-layout--style .vs-infobox--style2, .footer-layout--style2 .widget__logo2,
  .footer-layout--style2 .social-style,
  .footer-layout--style2 .vs-infobox--style2 {
	margin: 15px 0;
  }
  .footer-layout--style2 {
	background-color: #f7f7f7;
  }
  .footer-layout--style2 .footer-layout__top {
	padding-top: 120px;
	padding-bottom: 60px;
  }
  .footer-layout--style2 .footer-layout__bg {
	opacity: 0.2;
  }
  .footer-layout--style2 .copyright-text {
	color: black;
  }
  .footer-layout--style2 .copyright-wrap {
	padding-top: 40px;
	border-top: 1px solid #cecece;
  }
  .footer-layout--style2 .widget.footer-widget.widget_nav_menu .menu > li > a {
	color: black;
	border-color: #cecece;
  }
  .footer-layout--style2 .widget.footer-widget.widget_nav_menu .menu > li > a:hover {
	color: #fc6601;
  }
  
  .footer-layout__bottom {
	background-color: #0d0d0d;
	padding: 0 15px;
	position: relative;
	z-index: 1;
	margin-bottom: 53px;
  }
  .footer-layout__bottom::before {
	position: absolute;
	content: "";
	left: -100%;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0d0d0d;
	z-index: -1;
  }
  
  .footer-menu--style > ul, .footer-menu--style2 > ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
  }
  .footer-menu--style > ul > li, .footer-menu--style2 > ul > li {
	float: left;
	width: 40%;
	margin-bottom: 15px;
  }
  .footer-menu--style > ul > li > a, .footer-menu--style2 > ul > li > a {
	font-size: 16px;
    color: white !important;

	display: inline-block;
	position: relative;
	padding-left: 20px;
  }
  .footer-menu--style > ul > li > a::before, .footer-menu--style2 > ul > li > a::before {
	position: absolute;
	content: "\f105";
	font-family: FontAwesome;
	top: calc((100% - 32px) / 2);
	left: 0;
	line-height: 30px;
	color: #fc6601;
	font-size: 17px;
  }
  .footer-menu--style > ul > li > a:hover, .footer-menu--style2 > ul > li > a:hover {
	color: #fc6601;
	transform: translateX(10px);
  }
  .footer-menu--style > ul > li > a:hover::before, .footer-menu--style2 > ul > li > a:hover::before {
	border-color: transparent transparent transparent #fc6601;
  }
  .footer-menu--style2 > ul > li {
	margin-bottom: 12px;
  }
  .footer-menu--style2 > ul > li > a {
	color: black;
  }
  .footer-menu--style2 > ul > li > a::before {
	border-color: transparent transparent transparent white;
  }
  .footer-menu--style2 > ul > li > a:hover {
	color: #fc6601;
  }
  .footer-menu--style2 > ul > li > a:hover::before {
	border-color: transparent transparent transparent #fc6601;
  }
  .footer-menu--style2 > ul > li:last-child {
	margin-bottom: 0;
  }
  
  .footer-widget2 {
	padding: 0;
	border: 0;
	margin-bottom: 0;
  }
  .social-style > ul, .social-style2 > ul, .social-style3 > ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 17px;
    flex-wrap: wrap;
}
.social-style > ul > li, .social-style2 > ul > li, .social-style3 > ul > li {
    display: inline-flex;
}
.social-style2 > ul > li > a {
    background-color: #fc6601;
    color: white;
    border: 1px solid #fc6601;
    box-shadow: 11px 18px 10px rgba(4, 4, 4, 0.0509803922);
}
.social-style > ul > li > a, .social-style2 > ul > li > a, .social-style3 > ul > li > a {
    background-color: #e28c1f;
    min-width: 45px;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: white;
    position: relative; border-radius:50%;
    z-index: 1;
}
.social-style2 > ul > li > a::before, .social-style2 > ul > li > a::after {
    background-color: black;
}
.social-style > ul > li > a::before, .social-style2 > ul > li > a::before, .social-style3 > ul > li > a::before {
    top: 0;
}
.social-style2 > ul > li > a::before, .social-style2 > ul > li > a::after {
    background-color: black;
}
.social-style > ul > li > a::after, .social-style2 > ul > li > a::after, .social-style3 > ul > li > a::after {
    bottom: 0;
}
p.footer-text2 {
    color: white;
}
.widget__logo2 img {
    width: 120px;
    margin-bottom: 20px;
}
.martp.signature-box--style1 {
    margin-top: 30px;
}
.sucess-block__number h4 {
    margin-bottom: 0px;
}
.sucess-block__number h4 {
	color: #fd7e14;
    padding-top: 3px;
    padding-bottom: 3px;
}


.breadcumb-wrapper {
       padding-top: 35px;
    padding-bottom: 35px;
    background-color: var(--title-color);
    position: relative;
    z-index: 1;
}.breadcumb-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: -1;
    background-color: #000;
}.z-index-common {
    position: relative;
    z-index: 3;
}.breadcumb-content {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}.breadcumb-title {
    color: #fff;
    margin: 0 0 -15px 0;
    max-width: 65%;
    width: 100%;
        font-size: 34px;
}.breadcumb-text {
    color: #c8c8c8;
    margin-bottom: 0;
    max-width: 50%;
    font-size: 22px;
}.breadcumb-menu-wrap {
    padding-top: 14px; 
    position: relative;
/*    margin-top: 35px;*/
}.breadcumb-menu-wrap::before {
    content: "";
    min-width: 34px;
    min-height: 1px;
    background-color: #fc6601;
    display: inline-block;
    top: -1px;
    position: absolute;
    left: 0;
}.breadcumb-menu {
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--title-font);
    color: #fff;
}.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--title-font);
    color: #fff;
}.breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span {
    white-space: normal;
    color: inherit;
    word-break: break-word;
    font-weight: 800;
    text-transform: none!important;
    font-size: 13px;
    font-family: var(--title-font);
    color: #fff;
}
.breadcumb-menu li {
    display: inline-block;
    list-style: none;
    position: relative;
}.breadcumb-menu li:after {
    content: "-";
    position: relative;
    margin: 0 10px;
}
.breadcumb-menu li:last-child:after {
    display: none;
}


.img-box5 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin-left: 30px;
    min-height: 618px;
    max-height: 100%;
}
.img-box5 .box1 {
    position: absolute;
    width: 378.31px;
    height: 334.8px;
    background-color:#e28c1f;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}.img-box5 .img1 {
    top: 0;
    right: 40px;
    z-index: -1;
}img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}.img-box5 .img2 {
    top: auto;
    bottom: 0;
    z-index: -2;
}.img-box5 .img3 {
    left: -24px;
    top: -29px;
    z-index: -2;
}.img-box5 .img4 {
    bottom: -24.59px;
    left: auto;
    right: -40.67px;
    z-index: -1;
}.img-box5 .img1, .img-box5 .img2, .img-box5 .img3, .img-box5 .img4 {
    position: absolute;
}.list-style6 > ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}.list-style6 > ul > li {
    display: flex;
    gap: 23px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    align-items: center;
    text-align: left;
}.about-content5 .divider1 {
    background-color: #515151;
    margin: 2.5rem 0;
}.item-style5 {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}.item-style5 .item-icon {
    min-width: 72px;
}.item-style5 .item-heading {
    font-size: 24px;
    margin-bottom: 12px;
}.item-style5 .item-text {
    margin-bottom: 0;
}.item-style5 {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}/*.img-box5 .box1 {
    position: absolute;
    width: 378.31px;
    height: 334.8px;
    background-color: #e28c1f;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.img-rez{
	    height: 400px !important;

}
.service-block {
  text-align: center;
  border: 1px solid #c1c1c1;
/*  padding: 32px 30px 38px;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 85px;
  background-color: #fff;
}
@media (max-width: 1199px) {
  .service-block {
    padding: 52px 20px 38px;
  }
}
@media (max-width: 767px) {
  .service-block {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.service-block__icon {
  margin-bottom: 40px;
  min-height: 75px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .service-block__icon {
    margin-bottom: 24px;
  }
}
.service-block__title {
  font-size: 22px;
}
.service-block__title__link {
  color: #000;
}
.service-block__title__link:hover {
  color:#e28c1f;
}
@media (max-width: 1199px) {
  .service-block__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .service-block__title {
    font-size: 18px;
  }
}
.service-block__text {
  margin-bottom: 39px;
}
.service-block__link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 6px 33px;
  border: 1px solid #000;
  min-width: 98px;
  background-color: #000;
  fill: white;
}
.service-block__link:hover {
  border-color:#e28c1f;
  background-color:#e28c1f;
}
.service-block__shape {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.service-block__shape path {
  transition: all 0.3s ease-in-out;
  fill:#e28c1f;
}
.service-block:hover .service-block__link {
  background-color:#e28c1f;
  border-color:#e28c1f;
}
.service-block:hover .service-block__shape {
  transform: scale(1.1);
}
.service-block:hover .service-block__shape path {
  fill: #000;
}
.block-box{
	 box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.5s;
        padding: 20px;
        margin-bottom: 20px;
}
.block-box .carousel-item img{
	height: 300px;
	object-fit: cover;
}
.clients-n .cl-img{
	    margin-bottom: 30px;
}
.clients-n img{
	    width: 100%;
	   
}
.contact__wrapper {
  background-color: #e28c1f45;
  padding: 50px 0 50px 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact__wrapper {
    padding: 30px;
  }
}
.contact__wrapper::before {
  position: absolute;
  content: "";
  width: 121px;
  height: 100%;
  background-color: #fff;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .contact__wrapper::before {
    display: none;
  }
}
.contact__info {
  background-color:#13579b;
    padding: 20px 30px 20px;

}

.contact__wrapper h2{
	font-weight: 500;
    /* text-transform: capitalize; */
    font-weight: bold;
    font-size: 33px;
}
.contact__info h4{
	font-weight: 500; 
    font-weight: bold;
    font-size: 33px;
}
@media (max-width: 1199px) {
  .contact__info {
    padding: 15px;
  }
}
.form--contact .form-group .form-control {
    padding: 18px 60px 18px 26px;
    color: #444444;
    border: 1px solid #cecece;
}.form--contact .form-group .form-icon {
    position: absolute;
    left: auto;
    right: 34px;
    line-height: 1;
    padding: 10px 0 10px 16px;
    top: calc((100% - 43px) / 2);
}.form-group {
    margin-bottom: 1.5rem;
    position: relative;
}.footer-info--style5 {
    display: flex;
    align-items: center;
    gap: 21px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 31px;
    margin-bottom: 31px;
    flex-wrap: wrap;
}.footer-info--style5 .footer-info_icon {
    position: relative;
    z-index: 1;
    border-radius: 0;
    margin-bottom: 0;
}.footer-info--style5 .footer-info_icon::before {
    position: absolute;
    content: "";
    min-width: 4px;
    min-height: 46px;
    background-color:#fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}.media-body {
    flex: 1;
}.footer-info--style5 .footer-info_label {
    color: #fff;
}
.footer-info--style5 .footer-info_link {
 color: #fff;
}.footer-info_link a, .footer-info--style2_link a, .footer-info--style3_link a {
    color: inherit;
    background-color: transparent;
    display: inline-block;
}
.contact-space{
	padding: 80px 0;
}.vs-btn.style3 {
    background-color: #e28c1f;
    padding: 23px 61px;
    color: #fff;
}
.cate-block__img .facncybox img {
    min-height: 360px;
    max-height: 360px;
    object-fit: cover !important;
}
@media(max-width:1400px){
	.cate-block__img .facncybox img {
		min-height: 280px;
		max-height: 280px;
		object-fit: cover !important;
	}
	.img-box5 .img1 {
		max-width: 300px;
	}
}
@media(max-width:575px){
	.breadcumb-title {
		max-width: 100%;
		width: 100%;
		font-size: 30px;
	}
	.img-box5 .img1 {
		max-width: 230px;
	}
	.img-box5 .img2 {
		max-width: 180px;
	}
	.img-box5 .img2 img{
		height: 300px !important;
	}
}
.cate-block__img img {
    width: 100%;
}