@charset "utf-8";

/* CSS Document */

html, body {
    
    overflow-x: hidden;
}
body {
    max-width: 100vw;
    overflow-x: hidden;
    background-attachment: fixed;
    background-size: cover;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #525252;
    color: #fff;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    background-image: url(/assets/img/futuristic2.jpg);
    background-position:center center;
    
}

.w-box,.d-flex {
    display: -webkit-box;
}
.bg-black {
    background: #18191d;
}
#pagetitle {
    margin-bottom: 35px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.16em;
}

h1,h2,h3,h4,h5 {
	font-family: "OpenSans-Regular", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
.heading-title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    padding: 30px;
}
.text-left {text-align:left;}
.text-right {text-align:right;}
.bx-content-section,
.bx-header-section.fixed {
	padding-bottom: 2px;
	background-color: transparent;
}

.bx-wrapper { }
.bx-f {display:-webkit-box;}
.bx-content {
    padding: 0;
    margin: 0;
}
/*region HEADER*/

.bx-header {
position:fixed;
z-index:1000;
width:100%;
background-color: #212529b8;
box-sizing: border-box;
 }

.bx-header-section { }

.bx-header-logo { order: 1 }
.bx-header-search {
    order: 3;
}
.bx-header-personal { order: 4;justify-content: flex-end; }

.bx-header-contact { 
      order: 2;
 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}
#masthead {
  z-index: 10;
    position: fixed;
    width: 100%;
    padding: 15px 0;
    height: 80px;
    background: #464e5600;
    border-bottom: 1px solid #8c838380;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#masthead.scrolled {
    height: 55px;
    background: #212529;
    padding: 0;
    border-bottom: 2px solid #333;
}
#masthead.scrolled hgroup {
  opacity: 0;
  -webkit-transform: translateY(-75px);
          transform: translateY(-75px);
}


@media (max-width: 767px) {
     body {
    background-image: url(/assets/img/pattern.gif);
    background-size: auto;

    
}

	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { 
    padding:15px;
    text-transform: uppercase;
    font-size: 16px;
}

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}




.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: #337ab7;text-decoration:none; }

a:hover,a:focus,
.btn-link:hover { color: #95c0ff;text-decoration:none; }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}
@media (min-width: 1200px){
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
}
}
@media (min-width: 768px){
.container, .container-sm, .container-md {
    max-width: 100vw;
}
}
@media (min-width: 576px){
.container, .container-sm {
    max-width: 100vw;
}
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    
    margin-right: auto;
    margin-left: auto;
}
.main {
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    margin-left: -10px;
    margin-right: -10px;
}
.main__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    z-index: -1;
    overflow: hidden;
}
.main__background-img, .main__background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
}
.main__background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .75;
}
.main__logo {
    position: absolute;
    top: 150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.main__content {
    padding-top: 55px;
}

/* CATALOG MENU*/

nav {
  display: table;
  margin: 0 auto;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu > li {

  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.topmenu > li > a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16em;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    align-items: center;
}
.fas.fa-bars {
    padding: 5px;
}
.topmenu li a:hover {color: #17a2b8;}

.bx-header .submenu {
    background: #151414;
    position: absolute;
    left: -30px;
    height: auto;
    margin: auto;
    width: 100vw;
    padding: 50px;
    top: 55px;
    z-index: 5;
    min-height: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}
.bx-header.scrolled  .submenu { top:45px;}
.submenu a {
  color: white;
    text-align: left;
    padding: 12px 15px;
    font-size: 13px;

}
.submenu li:last-child a {border-bottom: none;}
.topmenu > li:hover .submenu {
  opacity: 1;
    transform: scaleY(1);
}

/*SECOND NAVIGATION MENU FOR MOBILE DEVICES*/
.topmenu-sec {
    padding: 0;
    margin: 0;
}
.submenu-sec {
    padding: 0;
    margin: 0;
    display: flex;
    display: -mox-flex;
    display: -webkit-flex;
    justify-content: center;
}
@media screen and (max-width: 768px) {
.topmenu-sec:after {
  content: "";
  display: table;
  clear: both;
}
.topmenu-sec > li {

  float: left;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
.topmenu-sec > li > a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16em;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 15px;
    text-decoration: none;
    border-right: 1px solid #fff;
}
.fas.fa-bars {
    padding: 5px;
}
.topmenu-sec li a:hover {color: #17a2b8;}

.submenu-sec {
    background: #151414;
    position: absolute;
    left: -30px;
    height: auto;
    margin: auto;
    width: 100vw;
    padding: 50px;
    top: 40px;
    z-index: 5;
    min-height: 100%;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: .5s ease-in-out;
}
.submenu-sec a {
  color: white;
    text-align: left;
    padding: 12px 15px;
    font-size: 13px;

}
.submenu-sec li:last-child a {border-bottom: none;}
.topmenu-sec > li:hover .submenu-sec {
  opacity: 1;
    transform: scaleY(1);
}
.foot-lnk > .btn {
    display: block;
    padding: 6px 12px;
    margin: 15px auto;
    font-size: 12px;
}
}
/* Grid */
.grid {
    display: -webkit-box;
    min-height: 20vh;
    padding: 20px 0;
}
.grid__item {
    height: calc(50vh - 40px);
    z-index: 1;
    position: relative;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform: translate3d(0,0,0);
}
.grid__item p {
	font-size: 1.5em;
	font-weight: bold;
	color: #777;
}



/* BUTTON SCROLL */
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  bottom:150px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 200px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* ABOUT US HOVER BG */
canvas {
    display: inline-block;
}
.grid-bg__item {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100vw;
}

.grid-bg__item--bg {
	background-color: var(--item-bg);
	height: 100vw;
}

.grid-bg__item-content {
	width: 100%;
	padding: 6vw 8vw;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	pointer-events: none;
	background: var(--item-bg);
}

.grid-bg__item--bg .grid-bg__item-content {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.grid-bg__item-img {
	display: block;
	height: 100%;
	width: 100%;
}

.grid-bg__item-img canvas {
	height: 100%;
    position: absolute;
    top: 0;
}

.grid-bg__item-img img {
	height: 100%;
	display: block;
}

.grid-bg__item-img img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.grid-bg__item:hover .grid-bg__item-img img:nth-child(2) {
	opacity: 1;
}

.js .grid-bg__item-img img {
	display: none;
}

.grid-bg__item-title {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1;
	margin: 2rem 0 0 0;
	color: var(--item-title);
}

.grid-bg__item-title--small {
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1rem;
}

.grid-bg__item-meta {
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 0.25rem;
	font-size: 0.95rem;
	color: var(--item-meta);
}

.grid-bg__item-subtitle {
	display: block;
	margin: auto 0 0 0;
	font-weight: 400;
	font-size: 1.5em;
	color: var(--item-subtitle);
}

.grid-bg__item-subtitle span {
	display: block;
}

.grid-bg__item-text {
	font-size: 1rem;
	line-height: 1.75;
	margin: 2rem 0 0 0;
	color: var(--item-text);
}

.grid-bg__item-link {
	display: inline-block;
	color: currentColor;
	font-weight: 700;
	font-size: 0.95rem;
	position: relative;
	padding: 0 0 0.2rem;
	pointer-events: auto;
	color: var(--item-link);
    text-decoration: none;
}

.grid-bg__item-link:focus,
.grid-bg__item-link:hover {
	color: var(--item-link-hover);
}

.grid-bg__item-link::before {
	content: '';
	position: absolute;
	background: currentColor;
	width: 80%;
	height: 1px;
	bottom: 0;
	transform-origin: 0% 50%;
	transform: scale3d(0,1,1);
	opacity: 0;
	transition: all 0.3s;
	transition-property: opacity, transform;
}

.grid-bg__item-link:hover::before {
	opacity: 1;
	transform: scale3d(1,1,1);
}

.grid-bg__item-link + .grid-bg__item-link {
	margin: 0 0 0 3rem;
}

.grid-bg__item-text + .grid-bg__item-link {
	white-space: nowrap;
	margin-top: 1rem;
	align-self: flex-start;
	margin-top: auto;
}

.grid-bg__item-nav {
	display: flex;
}
.theme-19 {
    --item-bg: rgba(0,0,0,0.1);
    --item-link: #212529;
    --item-link-hover: #0f3977;
    --item-meta: #212529;
    --item-title: #fff;
    --item-subtitle: #212529;
    --item-text: #fff;
}

.theme-20 {
    --item-bg: rgb(222 222 225);
    --item-link: #6c757d;
    --item-link-hover: #343a40;
    --item-meta: #ffffff;
    --item-title: #6c757d;
     --item-subtitle: #6c757d; 
    --item-text: #343a40;
}

.theme-21 {
	--item-bg: #f7ac03;
    --item-link: #ffffff;
    --item-link-hover: #2d2c2c;
    --item-meta: #2d2c2c;
    --item-title: #ffffff;
    --item-subtitle: #2d2c2c;
    --item-text: #2d2c2c;
}

.theme-22 {
	--item-bg: rgba(0,0,0,0.2);
    --item-link: #fff;
    --item-link-hover: #fff;
    --item-meta: #fff;
    --item-title: #fff;
    --item-subtitle: #fff;
    --item-text: #fff;
}

@media screen and (min-width: 85em) {
	.grid-bg__item-text {
		width: 80%;
	}
}

@media screen and (min-width: 50em) {
	.grid-bg {
		display: flex;
		/*grid-template-columns: repeat(2,50vmax);*/
        margin: 0;
        padding: 0;
	}
	.grid-bg__item {
		height: 50vmax;
		width: 100%;
	}
	.grid-bg__item-subtitle * {
		opacity: 0;
		transform: translate3d(100px, 0, 0);
		transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
		transition-property: transform, opacity;
	}
	.grid-bg__item:hover .grid-bg__item-subtitle * {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
	.grid-bg__item:hover .grid-bg__item-subtitle span {
		transition-delay: 0.1s;
	}
	.grid-bg__item:hover .grid-bg__item-subtitle .grid-bg__item-link {
		transition-delay: 0s;text-decoration: none;
	}
	.grid-bg__item-title {
		font-size: 6vw;
	}
	.grid-bg__item-title--small {
		font-size: 3vw;
	}
	.grid-bg__item-text {
		margin-top: 2.5rem;
	}
}
/* ICONS SECTION MAINPAGE */
.section-padding {
    padding: 90px 0 100px;
}
.features-wrapper {
    display: -webkit-box;
    margin: 70px 0 0;
}
.icon-block {
    height: 100px;
    width: 100px;
    line-height: 92px;
    max-width: 100%;
    background: #95b3c1;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    color: #fff;
    font-size: 55px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0 auto 50px;
}
.action-form {
    height: 400px;
    min-height: 400px;
    background-image: url(/assets/img/corp-test.jpg);
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.action-form .form {
    height: 260px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.action-form .form__header {
    font-size: 16px;
    line-height: 18px;
    font-weight:600;
    padding:15px;
}
.action-form .form__desc {
    color: #000;
    margin-left: auto;
    margin-right: auto;
}
.form__desc > ul {
    list-style: none;
    padding: 10px 25px;
    font-size: 14px;
}
.nav_link {
    display: block;
    margin: 10px;
    color: #fff;
    padding: 15px 10px;
    border-radius: 70px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 14px;
}
.nav_link:hover {
    text-decoration: none;
    background: #525252;
    letter-spacing: 0.16em;
    font-weight: 600;
    color: #fff;
    transition-property: background;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.box {
    max-width: 100px;
}
.container-2{
 /* width: 400px;*/
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-2 .icon {
    position: absolute;
    top: 50%;
    margin-left: 6px;
    margin-top: 8px;
    z-index: 1;
    font-size: 26px;
    color: #eaeaea;
}
.container-2 input#search {
    width: 150px;
    height: 40px;
    margin: 3px;
    background: transparent;
    border: none;
    font-size: 10pt;
    float: left;
    color: #262626;
    padding-left: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}
.container-2 input#search::-webkit-input-placeholder {
 color: #65737e;
}

.container-2 input#search:-moz-placeholder { /* Firefox 18- */
 color: #65737e; 
}

.container-2 input#search::-moz-placeholder {  /* Firefox 19+ */
 color: #65737e; 
}

.container-2 input#search:-ms-input-placeholder { 
 color: #65737e; 
}
.container-2 .icon {
    position: absolute;
    top: 50%;
    margin-left: 6px;
    margin-top: 8px;
    z-index: 1;
    font-size: 26px;
    color: #eaeaea;
}
.container-2 input#search:focus, .container-2 input#search:active{
  outline:none;
  width: 380px;
  color: #fff;
}

.container-2:hover input#search{
width: 380px;
background: #343a40;
}

.container-2:hover .icon{
  color: #93a2ad;
}
@media (max-width: 1199px){


#masthead.scrolled {
    height: 55px;
    padding: 5px 0;
}
.submenu {
		top:35px;
}
}
@media (max-width: 500px){
.grid {
    display: flex;
    overflow-x: scroll;
}
.nav_link {
    margin: 15px;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    border: 1px solid #4e4d4b;
    box-shadow: 2px 3px 3px #212529;
}
.main__h1 {
    font-size: 3rem;
}
.section-padding {
    padding: 20px 0 40px;
}
.features-wrapper {
    margin: 40px 0 0;
    overflow-x: scroll;

}
.bx-news {
    display: block;
}
.bx-f {
    display: block;
}
}
@media (max-width: 768px){
.container, .container-fluid, .container-sm, 
.container-md, .container-lg, .container-xl,
.container-xxl {
    width: 100%;
    max-width: 100vw;
    padding-right: 15px;
    padding-left: 15px;
}
.bx-header-section.container.fixed {
    padding: 0;
}

}



#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 15px;
  left: 25px;
  color:#fff;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle .bars
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle .bars:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle .bars:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 100vw;
    height: 100vh;
    box-shadow: 0 0 10px #212529;
    margin: -50px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background-color: #212529;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
    padding: 10px;
    transition-delay: 2s;
    list-style: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.16em;

}

#menuToggle input:checked ~ ul
{
  transform: none;
}
@media (max-width: 1023px){
.main__background-video {
    display: none;
	}
.main__background-img {
    display: block;
}
}