@charset "utf-8";
/* CSS Document */

body {
  	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

header {
	background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1));
	width:100%;
	padding:5px 5px;
	color:#333;
	text-align:center;
}

nav{
	position:fixed;
	z-index:999;
	alignment-baseline:central;
	width:100%;
	margin-top:200;
}

nav ul{
	background:linear-gradient(rgba(250,250,250,1), rgba(250,250,250,1));
	overflow:hidden;
	color:#333;
	padding:30px;
	text-align:center;
	margin:0;
	transition:max-height 0.4s;
}

nav ul li{
	display:inline-block;
	padding:30px;
}

nav ul li a{
	text-decoration:none;
	color:inherit;
}

nav ul li:hover {
	background:linear-gradient(rgba(240,240,240,1), rgba(240,240,240,1));
}

.menu-fixed {
	height:70px;
	width:100%;
	position:fixed;
	z-index:100;
	background:#FFFFFF;
}

.menu-icon {
	width:100%;
	background:linear-gradient(rgba(250,250,250,1), rgba(250,250,250,1));
	text-align:right;
	box-sizing:border-box;
	padding:15px 10px;
	cursor:pointer;
	color:#333;
	display:none;
}

.menu-logo {
	width:200;
}

.mobilelogo {
	width:100%;
	text-align:right;
	box-sizing:border-box;
	padding:15px 10px;
	cursor:pointer;
	color:#333;
	display:none;
}

.mobilelogonone {
	width:200;
}

.text-color-change {
	color:#999936;
}

.row.no-gutters {
	margin-right:0;
	margin-left:0;
}

.row.no-gutters > [class^="col-"],

.row.no-gutters > [class*=" col-"] {
	padding-right:0;
	padding-left:0;
}

section.banner {
	color:#fff;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(../images/banners/banner.jpg);
	top: 0px;
}

section.banner2 {
	color:#fff;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/banners/banner1.jpg);
	top: 0px;
}

section.banner3 {
	color:#fff;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/banners/banner3.jpg);
	top: 0px;
}

section.banner4 {
	color:#fff;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/banners/banner4.jpg);
	top: 0px;
}

section.camera {
	color:#333;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(240,240,240,1), rgba(240,240,240,1));
	top: 0px;
}

section.camera2 {
	color:#333;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1));
	top: 0px;
}

section.camera3 {
	color:#333;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.8));
	top: 0px;
}

section.camera4 {
	color:#fff;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8));
	top: 0px;
}

section.camera5 {
	color:#fff;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(153,153,54,1), rgba(153,153,54,1));
	top: 0px;
}

section.footer {
	color:#FFF;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(28,7,3,0.9), rgba(28,7,3,0.9)), url(../images/banners/banner1.jpg);
	top: 0px;
}

section.copyright {
	color:#FFF;
	background-position: 50% 50% !important;
	background-size: cover !important;
	width:100%;
	background: linear-gradient(rgba(5,5,5,1), rgba(5,5,5,1));
	top: 0px;
}

.section-fullscreen {
	min-height: 100vh;
}

.section-banner {
	min-height: 85vh;
}

.section-testimonials {
	min-height: 50vh;
}

.section-menu {
	margin-top:0px;
	min-height: 10vh;
	position:fixed;
	z-index:100;
}

.section-xlg {
	padding: 100px 0;
}

.section-lg {
	padding: 60px 0;
}

.section-md {
	padding: 40px 0;
}

.section-sm {
	padding: 20px 0;
}

.section-tny {
	padding: 10px 0;
}

.section-tny2 {
	min-height: 62px;
}

.section-menu2 {
	padding: 5px 0;
}

.flex-vertical-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

#fsbg {
	position: fixed;
	z-index: -100;
	left: 0px;
	top: 0px;
	min-height: 100%;
	min-width: 100%;
}

.custom_btn{
	background-color:none;
	overflow:hidden;
	color:#FFF;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	margin:0;
	display:inline-block;
	padding:5px;
	width:200px;
	border:#FFF;
	border-style:solid;
	border-width:1px;
	border-radius:0px;
	-webkit-transition:max-height 0.4s;
	-ms-transition:max-height 0.4s;
	-moz-transition:max-height 0.4s;
	-o-transition:max-height 0.4s;
	transition:max-height 0.4s;
}

.custom_btn:hover{
	background-color:#FFF;
	text-color:#FFF;
	color: #016452;
}

.custom_btn2{
	background-color:none;
	overflow:hidden;
	color:#999936;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	margin:0;
	display:inline-block;
	padding:5px;
	width:200px;
	border:#999936;
	border-style:solid;
	border-width:2px;
	border-radius:5px;
	-webkit-transition:max-height 0.4s;
	-ms-transition:max-height 0.4s;
	-moz-transition:max-height 0.4s;
	-o-transition:max-height 0.4s;
	transition:max-height 0.4s;
}

.custom_btn2:hover{
	background-color:#FFF;
	text-color:#FFF;
	color: #999;
}

video {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	z-index:-50;
}

.h7 {
	font-family: sans-serif;
	font-size: 48pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}

#social {
	font-size:24pt;
}

#social2 {
	font-size:72pt;
}

img.profile1{
	background-color:#FFF;
	padding:1px;
	display:block;
	border-color:#FFFFFF;
	border:1px;
	width:150px;
}

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.container {
    padding: 2px 20px;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 70px;
    line-height: 70px;
    border-radius: 35px;
    background-color: #f1f1f1;
	width:250px;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: center;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	float:left;
	width:100%;
    display: none;
    padding: 6px 12px;
    border-top: none;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* button 2 style */
.btn2 {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  margin: 0 10px 10px 10px;
  text-shadow: none;
  box-shadow: none;  
  background: none;
  border: 2px solid rgba(255,255,255,1);
  color: rgba(255,255,255,.8);
  background-color: transparent;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;

  -webkit-transition: .3s;
  transition: .3s;
}
  .btn2:hover {    
    border-color: #fff;
    color: #fff;
  }
  .btn2:active {
    top: 2px;
  }
  .btn2.active {
    background-color: rgba(0,0,0,.1);
    border-color: #fff;
    color: #fff;
  }
  .btn2:focus {
    color: #fff;
    outline: none;
  }



@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}



@media (max-width: 580px){
	nav ul{
		max-height:0px;
	}
	
	nav ul li{
		box-sizing:border-box;
		width:100%;
		padding:15px;
		text-align:left;
	}
	
	.menu-icon {
		display:block;
	}
	
	.menu-logo {
		display:none;
	}
	
	.mobilelogo {
		display: block;
	}
	
	.mobilelogonone {
		display:none;
	}
	
	.showing {
		max-height:30em;
	}
	
	img.mobile {
		width:360px;
	}
}
