.Plainblack-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: black;
    opacity: 0.7;
}

textarea {
	width: 100%;
}

#footer{
	background-color: #1C2541; 
	color: #fff;
}

#ppe{
	
	background-color: #1C2541;
	margin-top: -6px;
	
}

.hero-text {
	color: #fff;
	font-size: 50px;
}

span.text {
	
	font-size: 24px;
	font-weight: 700;
	
}

span.typed-cursor {
	font-size: 24px;
}


.mouse {
	width: 28px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 14px;
}

.scroll {
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #fff;
	position: relative;
	left: 10px;
	-webkit-animation: scrolls 1.3s ease-out infinite;
}

@-webkit-keyframes scrolls {
	0% {
		top: 8px;
		opacity: 0;
		-webkit-transform: scaleY(1) scaleX(1);
	}
	5% {
		top: 8px;
		opacity: 0.8;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	10% {
		top: 8px;
		opacity: 1;
		-webkit-transform: scaleY(1.6) scaleX(1.6);
	}
	15% {
		top: 8px;
		opacity: 1;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	20% {
		top: 8px;
		opacity: 1;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	30% {
		top: 15px;
		opacity: 1;
		-webkit-transform: scaleY(1.2) scaleX(1.2);
	}
	100% {
		top: 30px;
		opacity: 0;
		-webkit-transform: scaleY(1.2) scaleX(0.8);
	}
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1070px;
  }
}
/* .web-in { */
  /* opacity: 0; */
  /* transition: 1.7s opacity ease; */
/* } */

/* .web-in.fade-in { */
  /* opacity: 1; */
/* } */

body,
html {
  height: 100%;
}


@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1700px;
  }
  .container-fluid.no-max {
    max-width: 100%;
  }
}
.container-fluid.no-pad {
  padding: 0;
}

section,
footer {
  background-size: 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 20px;
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  section,
  footer {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  section,
  footer {
    padding: 45px 20px;
  }
}

.row {
  padding-bottom: 30px;
}
.row:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .row {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .row {
    padding: 12px 0;
  }
}

.m-space > [class*='col-'] {
  padding-top: 0px;
  padding-bottom: 24px;
}
.m-space > [class*='col-']:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .m-space > [class*='col-'] {
    padding-top: 0;
    padding-bottom: 26px;
  }
  .m-space > [class*='col-']:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .m-space > [class*='col-'] {
    padding-bottom: 26px;
    padding-top: 0;
  }
  .m-space > [class*='col-']:last-child {
    padding-bottom: 0;
  }
}


hr {
  border: 0;
  border-top: 1px solid #E9ECEF;
}


.center {
  text-align: center;
}


/* ----------------------------------
   3. T Y P O G R A P H Y
---------------------------------- */
:focus {
  outline: none;
  text-decoration: none !important;
}

.title {
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .title {
    padding-bottom: 0px;
  }
}


nav li a {
  font: 500 12px/21px "Poppins", sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  nav li a {
    font: 600 20px/22px "Poppins", sans-serif;
    letter-spacing: 0;
    text-transform: initial;
  }
}

nav.minimal li a {
  font: 600 25px/37px "Poppins", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
i,
textarea,
ul,
blockquote {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

p,
a,
input,
label,
span,
textarea,
blockquote {
  font: 400 16px/26px "Lato", sans-serif;
}

label {
  color: #1C2541;
  font-size: 14px;
}

h1 {
  font: 600 45px/48px "Poppins", sans-serif;
  color: #fff;
  margin: 15px 0;
}
h1.h2 {
  font: 600 30px/40px "Poppins", sans-serif;
}
h1.h3 {
  font: 400 18px/29px "Poppins", sans-serif;
}
@media (max-width: 767px) {
  h1 {
    font: 600 26px/37px "Poppins", sans-serif;
  }
  
  span.text {
	font-size: 20px;
}
}

h2 {
  font: 600 30px/40px "Poppins", sans-serif;
  color: #1C2541;
  margin: 10px 0;
}
@media (max-width: 767px) {
  h2 {
    font: 600 22px/32px "Poppins", sans-serif;
  }
}

h3 {
  font: 400 20px/29px "Poppins", sans-serif;
  color: #1C2541;
  margin: 20px 0 15px;
}
@media (max-width: 767px) {
  h3 {
    margin: 5px 0;
	font: 400 18px/29px "Poppins", sans-serif;
  }
}

h4 {
  font: 300 20px/29px "Poppins", sans-serif;
  color: #1C2541;
  margin: 15px 0;
}
@media (max-width: 767px) {
  h4 {
    font: 300 17px/25px "Poppins", sans-serif;
  }
}

footer h5 {
  font: 400 11px/14px "Poppins", sans-serif;
  color: #fff;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 20px 0 20px;
}

h5 {
  font: 400 11px/14px "Poppins", sans-serif;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin: 20px 0 20px;
}


h6 {
  font: 300 20px/32px "Poppins", sans-serif;
  color: #fff;
  margin: 10px 0;
}
@media (max-width: 767px) {
  h6 {
    font: 300 15px/25px "Poppins", sans-serif;
  }
}

p {
  font: 400 16px/27px "Lato", sans-serif;
  color: #868A90;
}
p a {
  margin: 0;
  text-decoration: underline;
}

i { 
   color: #fff;
} 

a {
  font: 400 16px/26px "Lato", sans-serif;
  color: #1C2541;
  margin: 15px 0;
  text-decoration: none;
  -webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
a:hover {
  color: #224B7D;
  text-decoration: none;
}

a.btn {
  width: 100%; 
  text-align: center;
  border: 2px solid #1C2541;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  padding: 8px 20px 9px;
  background: none;
  text-decoration: none;
  margin-left: 15px;
  -webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
a.btn:first-of-type {
  margin-left: 0;
}
a.btn span {
  color: #1C2541;
  position: relative;
  z-index: 3;
}
a.btn::after {
  content: '';
  background: #1C2541;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  opacity: 0;
  -webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
a.btn:hover {
  color: white;
  text-decoration: none;
}
a.btn:hover span {
  color: white;
}
a.btn:hover::after {
  width: 100%;
  opacity: 1;
}
@media (max-width: 767px) {
  a.btn {
    min-width: 46%;
    text-align: center;
    padding: 13px 20px 14px;
  }
  a.btn::after {
    width: 100%;
    opacity: 1;
  }
  a.btn span {
    color: white;
  }
}

.headroom--top a.btn.white {
  border-color: white;
}
.headroom--top a.btn.white span {
  color: white;
}

@media (max-width: 767px) {
  .primary a.btn span {
    color: #1C2541;
  }
}

a.btn.alt {
  border-color: #E9ECEF;
  -webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
a.btn.alt span {
  color: #868A90;
}
a.btn.alt::after {
  background: transparent;
}
a.btn.alt:hover {
  border-color: #C8CED4;
}
a.btn.alt:hover span {
  color: #868A90;
}


/* ----------------------------------
   4. N A V I G A T I O N
---------------------------------- */
@media (max-width: 991px) {
  nav .container .row, nav .container-fluid .row {
    padding: 0;
  }
}
nav#light .nav-content > ul > li > a {
  color: #fff;
}


@media (min-width: 991px) {
  nav .nav-content > ul {
    padding-left: 25px;
  }
  nav .nav-content > ul > li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
  }
  nav .nav-content > ul > li > a {
    padding: 3px 0px;
    display: inline-block;
    position: relative;
    opacity: .9;
  }
  nav .nav-content > ul > li > a::after {
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    content: '';
    background: white;
    left: 0;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  nav .nav-content > ul > li:hover a {
    opacity: 1;
  }
  nav .nav-content > ul > li:hover a::after {
    width: 100%;
    opacity: 1;
  }
}
nav#light li a:after {
  background: #868A90;
}

nav {
  width: 100%;
  padding: 0 25px;
  top: 0;
  position: absolute;
  z-index: 1005;
}
@media (max-width: 767px) {
  nav {
    padding: 0 10px;
  }
}
nav .n_ {
  height: 77px;
  display: table;
  -webkit-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
}
nav .n_ > div, nav .n_ > ul {
  display: table-cell;
  vertical-align: middle;
}

nav .nav-ui {
  display: none;
}



@media (max-width: 991px) {
	
nav .nav-ui {
  display: block;
  float: right;
  height: 20px;
  margin-top: 25px;
}
nav .nav-ui .search {
  padding: 9px 0;
  top: 0px;
  position: relative;
  border-radius: 4px;
  margin-left: 17px;
  display: inline-block;
}
nav .nav-ui .search img {
  position: relative;
  top: 0px;
}
}


@media (max-width: 991px) {
  nav .nav-content {
    opacity: 0;
    display: none;
    visibility: hidden;
    transition: visibility .5s ease, opacity .5s ease;
  }
  nav .nav-content ul {
    opacity: 0;
    visibility: hidden;
  }

}

/* ----------------------------------
   5. HEADER
---------------------------------- */
.header-in {
  display: table;
  width: 100%;
  height: 100%;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: 50px;
  cursor: pointer;
  margin-left: -15px;
}

header#agency {
  height: 100vh;
  min-height: 600px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
header#agency .caption {
  padding: 0 20px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}


/* ----------------------------------
   12. SCROLL
---------------------------------- */

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 4800;
  right: 25px;
  bottom: 30px;
  background: #1C2541;
  border-radius: 50px;
  display: block;
  visibility: hidden;
  transform: translateY(60px) scale(0.5);
  opacity: 0;
  text-align: center;
  -webkit-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 400ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  cursor: pointer;
}
.scrollup.vis {
  visibility: visible;
  transform: translateY(0) scale(1);
  opacity: 1;
}
.scrollup.vis:hover {
  transform: translateY(0) scale(1.1);
}
.scrollup i {
  color: white;
  font-size: 30px;
  position: relative;
  top: 3px;
}

/* ----------------------------------
   12. F O R M S
---------------------------------- */
form input,
form textarea {
  border: 2px solid #E9ECEF;
  border-radius: 4px;
  padding: 8px 15px 9px;
  background: none;
  -webkit-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1);
  color: #868A90;
}

input[type="submit"] {
  width: 100%;
  text-align: center;
  background: transparent;
  color: #1C2541;
  border-color: #1C2541;
}

input[type="submit"].disabled:hover {
  background: transparent;
  color: #1C2541;
  cursor: initial;
}
input[type="submit"]:hover {
  background: #1C2541;
  color: white;
}
@media (max-width: 767px) {
  input[type="submit"] {
    background: #1C2541;
    color: white;
  }
}


/* ----------------------------------
   16. P A R A L L A X
---------------------------------- */
.parallax-container {
  position: relative;
  overflow: hidden;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: transform;
}

video {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  will-change: transform;
}
