*,html, body {      font-family: 'Noto Sans', sans-serif;  }
body { overflow-x: hidden; }
section {  background: #f8f9fa; }
.nav-link {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
}
.bg-danger-hard { background: #b30000; }
.dropdown-menu li { border-bottom: 1px solid #ddd; }
.dropdown-menu { padding-top: 0px;
padding-bottom: 0px; }

a.dropdown-item { font-size: 19px; }
a.dropdown-item small { color: #888888; font-size: 14px; }
#videoDiv {
 position: relative;
}

video.fullscreen {
  object-fit: cover;
  width: 100%;
margin-bottom: -6px;
}
video.fullscreen::-webkit-media-controls {
  display: none !important;
}
.fs-1x { font-size: 160px; }

.circled {  background: #b30000; color: #fff; border-radius: 50%;  }
.fw-x { font-size: 18px; }

.background-sky {
    background-color: #b30000;
    background: linear-gradient(145deg,#8c2300,#d90000);
    color: #fff;
}
.hero .container {
	  margin-top: -60px;
	 -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
	
}
.hero {
   
  
    position: absolute;
    width: 100%;
   
    height: 40vh;
    max-height: 560px;
    box-sizing: border-box;
    padding: 48px 48px 32px;
    overflow: hidden;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
	
}
.padding-hero { padding-top: 50px; padding-bottom: 200px; }
.padding-hero-end { padding-top: 200px; padding-bottom: 60px;
margin-top: 180px;   }


.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}


#connect-us {
    padding: 50px 0;
    background-color: #f8f9fa;
    text-align: center;
    position: relative;
    width: 100%;
    overflow:hidden;
    z-index: 1;
	
}

#connect-us:after {
    width: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 100px;
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    transform: skewY(-4deg);
    background-color: #b30000;
    z-index: 2;
	
}
footer a {color: #fff; }
.content-wrapper {
    position: relative;
    z-index: 3;
	padding-top: 60px;
	margin-bottom: -20px;
	margin-top: 40px;
}
  
  
  
.contact-form { border: 2px solid #b30000;  background: #ddd;  padding: 20px; }


@media only screen and (max-width: 600px) {
	body { overflow-x: hidden; }
	.padding-hero-end { padding: 0px !important; margin-top: 10px !important; }
	.hidden-xs { display: none; }
	.navbar-brand img { max-width: 80%; }
	.navbar-toggler { position: absolute; right: 12px; top: 20px; }
	.bg-danger-hard { text-align: center; }
	.skew, .padding-heros { display: none; }
	
	.padding-hero {     padding-bottom: 10px !important; }
 }

