@charset "utf-8";

/***************************************************************************/

/********************************  $Content  *******************************/

/**

* + Content

* + Imports Fonts and Icons

* + General Tags

* + Home

* + Form

* + Gallery

* + Partners

* + Footer

* + Tooltip

* + Parallax

* + Newsletter

* + Animate Itemas on Start



*/

/* ---------------------------------------------------------------------- */

/*	Import styles

 /* ---------------------------------------------------------------------- */

/*Google Fonts*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");

/*Responsive */

@import url("media-queries.css");

/*******************************  $General Tags  *******************************/

body {
  background: #eee;

  font-family: "Open Sans", sans-serif;

  color: #fff;

  overflow-x: hidden;
}

body > section {
  overflow: hidden;
}

a,
a:hover,
a:active {
  outline: 0 !important;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}
a {
  color: #24549d;
}
a:hover {
  color: #ffffff !important;

  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 2.5em;
}

h2 {
  color: #cd9f7a;

  font-size: 2.375em;

  font-weight: 700;

  text-align: center;
}

h3 {
  font-size: 1.625em;

  font-weight: 300;

  margin: 97px 0 0 0;

  padding: 0;
}

h4 {
  font-size: 1.563em;

  font-weight: 700;
}

h5 {
  color: #f5d7bf;

  font-size: 1.1em;

  font-weight: 700;
}

img {
  max-width: 100%;
}

i {
  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

p {
  color: #d7d7d7;

  font-size: 1em;

  line-height: 30px;
}

.content-bg {
  margin: 0 auto;

  width: 200px;
}

.content-bg figure img {
  height: 31px;

  margin: 0 0 30px 0;

  width: 215px;
}

.generic {
  padding: 50px 0;
}

.generic-2 {
  padding: 0 0 50px 0;

  background: #fff;

  color: #0f1018;

  text-align: center;
}

/*******************************  $Home  *******************************/

.home {
  background-color: transparent;

  min-height: 625px;

  padding: 0;

  position: relative;
}

.home figure {
  position: absolute;

  width: 631px;

  padding: 2em 0 0 0;

  margin: 0;

  left: 160px;
}

.home figure.man {
  left: 160px;

  margin: 0;

  padding: 2em 0 0 0;

  position: absolute;

  width: 529px;
}

.home .bg.img {
  background-image: url("../img/bg/home.jpg");
  background-position: top center;
}

.home .bg.img-2 {
  background-image: url("../img/bg/home-4.jpg");
  background-position: top center;
}

.home .bg {
  -webkit-background-size: cover;

  -moz-background-size: cover;

  background-size: cover;

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: -1;
}

.home .bg:before {
  background-color: #666;

  content: "";

  height: 100%;

  left: 0;

  opacity: 0.3;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  filter: alpha(opacity=30);

  position: absolute;

  top: 0;

  width: 100%;
}

#home .contform h1 {
  color: #fff;

  line-height: 37px;

  margin: 11px 0 23px 0;

  font-weight: 700;

  padding-left: 0px;
}

#home .contform textarea.form-control {
  height: 123px;
}

#home .contform .btn {
  display: block;

  margin: 0px auto;

  width: 100%;
}

#home .inner {
  margin: 0 0 50px 0;
}

/*******************************  $Form  *******************************/

.brand {
  display: block;
}

.btn-lg {
  max-width: 100%;
}

.btn-info {
  background-color: #06c;

  border-color: #06c;
}

.btn {
  border-radius: 3px 3px 3px 3px;

  font-family: "lato", sans-serif;

  font-weight: 700;

  padding: 23px 38px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;
}

.btn:hover {
  background: #085bc2;

  border-color: #085bc2;
}

.btn-lg {
  border-radius: 3px 3px 3px 3px;

  font-family: "lato", sans-serif;

  font-size: 1.063em;

  font-weight: 700;

  line-height: 1.33;

  padding: 18px 38px;
}

.btn-lg i {
  font-size: 1.25em;
}

.contform {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.74);

  padding: 15px 60px 1px 60px;
}

.form-control {
  height: 44px;
}

.form-group {
  margin: 20px 0;
}

.input-lg,
.form-control {
  border-radius: 4px;

  font-size: 1em;

  height: 44px;

  line-height: 1.33;

  padding: 10px 16px;
}

/*******************************  $Features  *******************************/

#features p {
  color: #fff;

  font-size: 1em;
}

#features h4 {
  font-weight: 800;
}

.bg-color {
  background: #02a9c2;
  /*
background: -moz-linear-gradient(top, rgba(34,70,103,1) 0%, rgba(8,41,75,1) 41%, rgba(2,36,68,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,70,103,1)), color-stop(41%, rgba(8,41,75,1)), color-stop(100%, rgba(2,36,68,1)));
background: -webkit-linear-gradient(top, rgba(34,70,103,1) 0%, rgba(8,41,75,1) 41%, rgba(2,36,68,1) 100%);
background: -o-linear-gradient(top, rgba(34,70,103,1) 0%, rgba(8,41,75,1) 41%, rgba(2,36,68,1) 100%);
background: -ms-linear-gradient(top, rgba(34,70,103,1) 0%, rgba(8,41,75,1) 41%, rgba(2,36,68,1) 100%);
background: linear-gradient(to bottom, rgba(34,70,103,1) 0%, rgba(8,41,75,1) 41%, rgba(2,36,68,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224667', endColorstr='#022444', GradientType=0 ); */
  padding: 40px 0;
}

/*******************************  $Gallery  *******************************/

#gallery h4 {
  padding: 20px 20px 0 20px;
}

#gallery p,
#gallery h5 {
  line-height: 30px;

  padding: 0px 20px 0 20px;
}

#gallery .content {
  border: 1px solid #3a3a3a;

  margin: 20px 0 20px 0;
}

#gallery .content h4 a {
  color: #cd9f7a;
}

/*******************************  $Video  *******************************/

.video-yt iframe {
  height: 310px;

  width: 100%;
}

.video-yt h3 {
  color: #83858c;

  font-weight: 500;

  margin: 35px 0 20px 0;
}

.video-yt p i {
  color: #cd9f7a;

  font-size: 1.75em;

  vertical-align: sub;
}

/*******************************  $Testimonials  *******************************/

.testimonials {
  background: #0f1018;
}

.testimonials .media {
  margin-top: 35px;
}

.testimonials .media img {
  height: 122px;

  width: 122px;
}

.testimonials .media-body {
  display: inline-block;

  vertical-align: middle;

  color: grey;

  font-size: 1em;

  margin: 15px;
}

/*******************************  $Footer  *******************************/

footer {
  background: rgba(34, 70, 103, 1);

  background: -moz-linear-gradient(
    top,
    rgba(34, 70, 103, 1) 0%,
    rgba(8, 41, 75, 1) 41%,
    rgba(2, 36, 68, 1) 100%
  );

  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(34, 70, 103, 1)),
    color-stop(41%, rgba(8, 41, 75, 1)),
    color-stop(100%, rgba(2, 36, 68, 1))
  );

  background: -webkit-linear-gradient(
    top,
    rgba(34, 70, 103, 1) 0%,
    rgba(8, 41, 75, 1) 41%,
    rgba(2, 36, 68, 1) 100%
  );

  background: -o-linear-gradient(
    top,
    rgba(34, 70, 103, 1) 0%,
    rgba(8, 41, 75, 1) 41%,
    rgba(2, 36, 68, 1) 100%
  );

  background: -ms-linear-gradient(
    top,
    rgba(34, 70, 103, 1) 0%,
    rgba(8, 41, 75, 1) 41%,
    rgba(2, 36, 68, 1) 100%
  );

  background: linear-gradient(
    to bottom,
    rgba(34, 70, 103, 1) 0%,
    rgba(8, 41, 75, 1) 41%,
    rgba(2, 36, 68, 1) 100%
  );

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224667', endColorstr='#022444', GradientType=0 );

  padding: 40px 0;
}

footer h5 {
  color: #4c7296;

  font-weight: 300;
}

footer .social li a {
  color: #ccc;

  font-size: 1.2em;
}

footer .container li {
  display: inline-block;
}

footer .list-unstyled {
  font-size: 1.875em;
}

/*******************************  $facilities  *******************************/

.service figure {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  height: 303.33px;
  width: 100%;
  background-position: center;
  background-size: cover;
  text-align: center;
  cursor: pointer;
}
figure.effect-bubba:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.service figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  color: #02a9c2;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-bubba figcaption:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
figure.effect-bubba figcaption:before,
figure.effect-bubba figcaption:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.service figure figcaption img {
  padding-top: 20%;
}
.service figure h2,
.service figure p {
  margin: 0;
}
.service figure h2 {
  font-weight: 500;
  font-size: 1.25rem;
}
figure.effect-bubba h2 {
  font-size: 20px;
  color: #02a9c2;
  padding-top: 30%;
  transition: transform 0.35s;
  transform: translate3d(0, -20px, 0);
}
figure.effect-bubba p {
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
.service figure p {
  font-size: 68.5%;
  background: rgba(255, 255, 255, 0.8);
  color: #02a9c2;
  line-height: 1.6;
}
figure.effect-bubba figcaption:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
figure.effect-bubba:hover:before {
  background: rgba(255, 255, 255, 0);
}
figure.effect-bubba:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.effect-bubba:hover figcaption:before,
figure.effect-bubba:hover figcaption:after {
  opacity: 1;
  transform: scale(1);
}
figure.effect-bubba:hover figcaption img {
  display: none;
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
figure.effect-bubba:hover h2 {
  color: #fff;
  padding-bottom: 15%;
  padding-top: 10%;
}
figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*******************************  $Tooltip  *******************************/

.tooltip-inner {
  background: #cd9f7a;

  border-radius: 2px;

  font-weight: bold;

  font-size: 0.813em;

  opacity: 1;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #cd9f7a;
}

/*******************************  $Animate Itemas on Start  *******************************/

.animated {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.centerelem{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.centerelem p{
  color: #FFF;
  font-size: 1.8rem !important;
}

