@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;700;900&display=swap");
*,
*::after,
*::before {
  box-sizing: border-box;
}

.nav__btn{
background: #000;
padding: 5px 6px;
color: #fff;
font-size: 1.3rem;
border: solid 1px #ddd;
}

.theo-secondary-color.vjs-control-bar {
  opacity: 1 !important;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

.btn-primary {
  background: #e58a17;
  color: #fff;
  border: none;
  transition: all 250ms linear;
}

.btn-primary:hover {
  filter: brightness(90%);
  background: #e58a17;
}

.btn-dark {
  background: #111;
}

.btn-dark:hover {
  background: #000;
}

/*16px*/
body {
  background: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  scroll-behavior: smooth;
}

p {
  margin-bottom: 1rem;
}

span {
  color: #e58a17;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

small,
.text_small {
  font-size: 0.8rem;
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px 15px;
  background: #000000;
}

.nav__logo {
  text-decoration: none;
}

.nav__logo img {
  transition: all 350ms linear;
}

.nav__logo:hover {
  text-decoration: none;
}

.nav__logo:hover img {
  opacity: 0.8;
}

.nav__ebarman {
  max-width: 120px;
}

.nav__barmix {
  max-width: 120px;
}

.nav__menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media(max-width:1200px){

	.nav__menu{
	display:flex;
		text-align:center;
		align-items:center;
		justify-content:center;
		flex-direction:column;
		width:100%;
		padding:5px;
	}
	
	.nav__menu li{
	margin:10px auto;
	}
}

@media (min-width: 1200px) {
  .nav__menu {
    flex-direction: row;
  }
  .nav__menu li {
    margin: 0 10px;
  }
}

.nav__menu a {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  padding-bottom: 3px;
  transition: all 250ms linear;
  border-bottom: solid 2px transparent;
	font-weight:700;
}

.nav__menu a:hover {
  text-decoration: none;
  border-bottom: solid 2px #e58a17;
  color: #e58a17;
}

.slider {
  position: relative;
  width: 100%;
  height: 600px;
  background: #111;
}

.slider__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  filter: brightness(50%);
  z-index: 1;
}

@media(max-width:1200px){
	.slider__bg{
		  filter: brightness(40%);

	}

}

.slider .container {
  position: relative;
  z-index: 3;
}

.slider__video {
  width: 100%;
  border: solid 5px #e58a17;
}

.about {
  padding: 100px 15px;
}

.about__title {
  margin-bottom: 20px;
}

.about__title::after {
  content: "";
  width: 130px;
  height: 5px;
  border-radius: 5px;
  background: #e58a17;
  display: block;
  margin: 0 auto;
}

.about__item {
  margin: 30px 0;
}

.about__item figure {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-bottom: solid 6px #e58a17;
  margin-bottom: 30px;
}

.about__item figure img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: all 500ms ease-in-out;
}

.about__item h4 {
  text-transform: uppercase;
  color: #e58a17;
}

.about__item:hover img {
  filter: brightness(70%);
  transform: scale(1.2) rotate(3deg);
}

.why {
  position: relative;
  padding: 100px 15px;
  background: #000;
}

.why ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  color: #fff;
}

.why ul img {
  filter: invert(100%);
}

.why ul li {
  border-bottom: dashed 1px rgba(255, 255,255 , 0.3);
  padding: 10px 5px;
}

.why ul li img {
  margin-right: 5px;
}



.why ul li:nth-child(2n) img {
  filter: invert(100%);
}

.contactwithus {
  background: #e58a17;
  color: #fff;
  padding: 50px 15px;
  text-align: center;
  position: relative;
}

.contactwithus__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  opacity: 0.3;
  filter: grayscale(100%);
}

.footer {
  padding: 100px 15px;
  background: #000;
  color: #fff;
}

.subfooter {
  background: #111;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
}

.subfooter a {
  color: #e58a17;
}

.subfooter p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.title{
padding:60px 15px;
	background:#111;
	text-align:center;
	color:#fff;
	
}

.title h1{
color:#fff}



.title h1::after {

    content: '';
    width: 200px;
    display: block;
    height: 5px;
    margin-top: 10px;
    background: #e58a17;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 20px;
    border-radius: 5px;

}

article{
padding:100px 15px;
}


article a{
color:#e58a17}

article a:hover{
color:#e58a17;
text-decoration:none;
}

form{
width: 100%;
padding: 15px;
background: #f2f2f2;
border: solid 1px rgba(0,0,0,0.3);
border-radius: 5px;}

input,textarea{
	border:solid 1px #ddd;
	border-radius:5px;
	padding:5px;
width:100%;
}

#m_smtp_c_Submit_395ed33a5ae4476{
background: #e58a17 !important;
	color:#fff;
	width:50%;
}

#m_smtp_c_agree_395ed33a5ae4476{
all:revert;}


@media(max-width:1200px){

	.lead{font-size:1rem;}
}
