body{
	 overflow-x: hidden;
	 font-family: 'Montserrat', sans-serif;
}

.header_area {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 200px;
    top: 0;
    left: 0;
    overflow-x: hidden;
}
.notfixed{position:absolute;}

.menu-open-close {
    width: 100px;
    background-color: transparent;
    height: 80px;
   
}
.navbar-brand {color:#fff; font-family: 'Montserrat', sans-serif;font-size:30px;}
.navbar-brand img{ max-width:190px;  position:absolute; }
.hide-menu {position:absolute; right:13%; color:#bfbfbf;}

.main-menu {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    top: 100%;
	opacity:0;
    padding-left: 15%;
    padding-top:10%;
    z-index: 990;
    transition: opacity 1s;
    transition-delay: 0s;
transition-delay: 0s;
 -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
	
}

.menu-area.menu-open .main-menu {
    opacity:1;
	top:0;
}

.menu-area .navbar {
    padding: 0;
}

.menu-area ul.navbar-nav {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}

.menu-area .nav-item .nav-link {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 500;
    padding: 10px 0;
}

.menu-area .nav-item .nav-link:hover,
.menu-area .nav-item.active .nav-link {
    color: #959595;
    font-weight: 500;
}
.active{
    color: #000;
    font-weight: 500;
}
.menu-area .nav-item .dropdown-toggle {
    color: #ff6c00;
}
#nav-icon {
    width: 60px;
    height: 30px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
	right:5%;
	top:49%;
	
}

#nav-icon span {
    
    display: block;
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #fff;
    border-radius: 9px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 5px;
    
}

#nav-icon span:nth-child(2) {
    top: 17.5px;
}

#nav-icon span:nth-child(3) {
    top: 30px;
}

#nav-icon.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	opacity:1;
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -100px;
}

#nav-icon.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
	opacity:1;
}
  .homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
  }

  .no-video .video-container video,
  .touch .video-container video {
    display: none;
  }

  .no-video .video-container .poster,
  .touch .video-container .poster {
    display: block !important;
  }

  .video-container {
    position: fixed;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
  }


  .video-container .filter {
    z-index: 9999;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    bottom:0;
    top:0;
  }

  .video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
  }

  .video-container video.fillWidth {
    width: 100%;
  }
section {
  position: relative;
  width: 100vw;
  height:auto;
  overflow: hidden;
  min-width:100vw;
  display: block;

}
#home {padding:0;}
.title1 {
	text-align:center;
	background:none;
	position:absolute;
	top:38%;
	color:#fff;
}
.title1 .h1 {
	font-size: 5vw;
   text-align: center;
  text-transform: uppercase;
}
.title1 h4 { font-size: 3vw;}
.home-content__scroll {
    position: absolute;
    left: 5rem;
    bottom: 8.4rem;
}
.home-content__scroll a {
    
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-left: 2.5rem;
}
.home-content__line {
    display: block;
    width: 1px;
    height: 10.2rem;
    background-color: #fff;
    position: absolute;
    right: 40.2rem;
    bottom: 0;
}
.about__line {
    display: block;
    width: 1px;
    height: 10.2rem;
    background-color: #FFFFFF;
    position: absolute;
    right: 7.2rem;
    top: 0;
}
.bg-black {background-color:#262a2d;}
/*About*/
.about-text {
	padding: 9rem 3rem;
	color:#fff;
}
.da-project-1 {
    position: relative;
   min-height:400px;
    background-size: cover;
    background-image: center center;
	
}
.about-name {
	margin-top: 15%;
	color:#00e6e6;
	text-transform: uppercase;
	font-weight:bold;
}
.about-name:hover {
    color:#ff6600;
    text-decoration:none;
}
.second-color {color:#ff6600;
    text-decoration:none;}
.second-color:hover {
	margin-top: 15%;
	color:#00e6e6;
	text-transform: uppercase;
}
.text-black{color:#000;}
.bl{
	padding-top:15%}
/*news*/
.card{
    height:100%;
}
	/*Gallery*/
	.gallery a img {
 
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;

}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
.modal-header .close {
	
	z-index:9999;
}
/*footer*/
.page-footer {background-color:#262a2d; color:#fff}
.brandy img {max-width:140px}
/*pages*/
.bg-blog {
    background: url(img/r1.jpg) 50% 0 no-repeat;
    background-size: cover;
	width:100%;
	 background-position: 0% 30%
}
.bg-blog1 {
    background: url(img/ryh1.jpg) 50% 0 no-repeat;
    background-size: cover;
	width:100%;
	 background-position: 0% 30%
}

.main-header {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: right;
    padding-left: 38.5vmin;
}
.main-inner {
    position: relative;
    z-index: 1;
    min-height: 0;
    padding: 33.7vmin 0 17vmin;
}
.main-header h1 {
    color: #fff;
    margin: 0;
    margin-right: -0.32em;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
	border-radius:0;
	
}
.nav-pills .nav-link {
    color: #fff;  
	text-transform:uppercase;
	font-size:20px;
}
.tab-pane {color:#fff; line-height:1.8;}
/*Contact*/
.s-contact {
     padding-top: 5rem;
    color: #fff;
    position: relative;
	font-size: 18px;
text-align:center;
}
.text-left {text-align: left;}
.s-contact span {color: #fff}
.subhead-green {color: #fff; padding-bottom:5%;}
.control-label {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
	margin-top: 3%;
}
.form-control {
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #39b54a;
	border-radius:0px;
       background-color: transparent;
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid rgba(255,255,255,.8);
    padding: 1rem;
    color: #aeaeae!important;
    position: relative;
-webkit-transform: translate3d(0,0,0);}
form {text-align:left}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .05rem rgba(255,255,255,.65);
}
textarea.form-control {
    height: auto;
	
}
.btn-default {
    color: #000;
    background-color: #fff;
	display: inline-block;
    padding: 12px 22px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.42857143;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
	
}
.btn-default:hover { transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;}

footer {

    text-align: center;
    color: rgba(255,255,255,.3);
    background-color: #222;
	display: block;
}