/*
  1. Main stuff
  2. Header
  3. Carousel
  4. About us
  5. Why fly
  6. Gallery
  7. Contact us
  8. Footer
*/

/**
 * 1. Main stuff
 */
* {
  margin: 0;
  padding: 0;
}

body {

}

.clearfix {
  clear: both;
}

.title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #204a5d;
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
}

/**
 * 2. Header
 */
header {
  width: 100%;
  height: 100vh;
}

header .container {
  max-width: 1000px;
}

header .navbar {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  border: 0;
}

header .navbar-nav {
  float: right;
}

header .navbar-nav li a {
  padding-left: 20px !important;
  padding-right: 20px !important;
  color: #ffffff !important;
  background: none !important;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

header .navbar-nav li a:hover {
  background-color: #FFFFFF !important;
  border-radius: 70px;
  color: #168ab9 !important;
}


header .navbar-top {
  background-color: transparent;
  padding-top: 20px;
}

header .navbar-scroll {
  background-color: #ffffff;
  -webkit-box-shadow: -1px -1px 5px black;
          box-shadow: -1px -1px 5px black;
}

header .navbar-scroll li a {
  color: #168ab9 !important;
}

header .navbar-scroll li a:hover,
header .navbar-scroll li a:active {
  background-color: #168ab9 !important;
  border-radius: 0;
  color: #ffffff !important;
}


header .navbar-top .navbar-brand {
  width: 250px !important;
  margin-top: -15px;
}

header .navbar-scroll .navbar-brand {
  width: 200px !important;
  margin-top: -5px;
} 

header .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}

#header2 {
  width: 100%;
  height: 100px;
}

#header2 .carousel-fade .carousel-inner .item {
  height: 100px;
}

@media only screen and (max-width : 768px) {
  header .navbar-top {
    background: rgba(0, 0, 0, .3);
    -webkit-box-shadow: -1px -1px 5px black;
            box-shadow: -1px -1px 5px black;
  }
  header .navbar-collapse {
    width: 100%;
  }
  header .navbar-nav {
    width: 100%;
    text-align: center;
  }
  header .navbar-top li a {
    color: #ffffff !important;
  }
  header .navbar-top li a:hover,
  header .navbar-top li a:active {
    background-color: #ffffff !important;
    border-radius: 0;
    color: #168ab9 !important;
  }
}

/**
  * 3. Carousel
  */
.carousel-fade {
  width: 100%;
  height: 100%;
}

.carousel-fade .carousel-inner .item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}
.carousel-fade .carousel-inner .item .item-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 35%;
  -webkit-transform: transalteY(-35%);
          transform: transalteY(-35%);
  z-index: 999;
}
.carousel-fade .carousel-inner .item .item-container .item-content {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.carousel-fade .carousel-inner .item .item-container .item-content .item-title {
  width: 100%;
  position: relative;
}
.carousel-fade .carousel-inner .item .item-container .item-content .item-title h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  /*text-shadow: -1px -1px 5px black;*/
  margin: 0;
}
.carousel-fade .carousel-inner .item .item-container .item-content h3 {
  margin-top: 45px;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  color: #ffffff;
  /*text-shadow: -1px -1px 5px black;*/
}
.carousel-fade .carousel-inner .item .item-container .item-content .joinus {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 35px;
  margin-top: 20px;
  color: #fff;
  background: #168ab9;
  border-color: #168ab9;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}
.carousel-fade .carousel-inner .item .item-container .item-content .joinus:hover {
  opacity: .7;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel .carousel-indicators li {
  background: none;
  border: 1px solid #B9B9B9;
}

.carousel .carousel-indicators li.active {
  border: 1px solid #B9B9B9;
  background-color: #FFFFFF;
  width: 10px;
  height: 10px;
  margin: 1px;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
}

@media (max-width: 1200px) {
  .carousel-fade .item-title:after {
    width: 100px !important;
    margin-right: -50px !important;
  }
  .carousel-fade .item-title h1 {
    font-size: 40px !important;
  }
  .carousel-fade h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .carousel-fade .item-title:after {
    width: 50px !important;
    margin-right: -25px !important;
  }
  .carousel-fade .item-title h1 {
    font-size: 30px !important;
  }
  .carousel-fade h3 {
    font-size: 15px;
  }
}

/**
 * 4. About
 */
#aboutus {
  width: 100%;
  padding-top: 100px;
}
#aboutus .container1 {
  max-width: 1000px;
}
#aboutus .container1 .about {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  position: relative;
}
#aboutus .container1 .about:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  margin-right: -25px;
  right: 50%;
  bottom: -6px;
  background-color: #ccecf8;
}
#aboutus .container1 .about:before {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  margin-right: -25px;
  right: 50%;
  top: 6px;
  background-color: #ccecf8;
}
#aboutus .container2 {
  width: 100%;
  background-color: #FAFAFA;
  margin-top: 60px;
}
#aboutus .container2 .row {
  font-family: 'Raleway', sans-serif;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#aboutus .container2 .row div {
  padding: 15px;
}
#aboutus .container2 .row h3 {
  position: relative;
}
#aboutus .container2 .row h3:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  margin-right: -25px;
  right: 50%;
  bottom: -10px;
  background-color: #ccecf8;
}
#aboutus .container2 .row p {
  padding-top: 20px;
}

/**
  * 5. Why fly
  */
#whyfly {
  width: 100%;
}
#whyfly .title {
  width: 100%;
  text-align: center;
  position: relative;
  color: #204a5d;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: bold;
}
#whyfly .content {
  background: #03a2de;
  background: -webkit-gradient(linear, left top, left bottom, from(#03a2de), color-stop(69%, #2fb9e0), color-stop(69%, #2989d8), color-stop(69%, #2989d8), color-stop(69%, #2989d8), color-stop(69%, #00a1de), to(#7db9e8));
  background: linear-gradient(to bottom, #03a2de 0%, #2fb9e0 69%, #2989d8 69%, #2989d8 69%, #2989d8 69%, #00a1de 69%, #7db9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03a2de', endColorstr='#7db9e8',GradientType=0 );
}
#whyfly .content .wf-carousel {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
#whyfly .content .wf-carousel:hover .owl-nav .owl-prev,
#whyfly .content .wf-carousel:hover .owl-nav .owl-next,
#whyfly .content .wf-carousel:hover .owl-dots {
  opacity: 1;
}
#whyfly .content .wf-carousel .owl-nav [class*=owl-] {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  text-align: center;
}
#whyfly .content .wf-carousel .owl-nav [class*=owl-]:hover {
  color: #FFF;
}
#whyfly .content .wf-carousel .owl-nav .owl-prev,
#whyfly .content .wf-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 30px;
  font-size: 30px;
  margin: auto !important;
  opacity: 0;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}
#whyfly .content .wf-carousel .owl-nav .owl-prev {
  left: 45px;
}
#whyfly .content .wf-carousel .owl-nav .owl-next {
  right: 10px;
}
#whyfly .content .wf-carousel .owl-dots {
  text-align: center;
  opacity: 0;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
}
#whyfly .content .wf-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#whyfly .content .wf-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #ffffff;
}
#whyfly .content .wf-carousel .owl-dots .owl-dot.active span, #whyfly .content .wf-carousel .owl-dots .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffffff;
}
#whyfly .content .wf-carousel .item .wf-carousel-image {
  width: 100%;
  float: right;
}
#whyfly .content .wf-carousel .item .wf-carousel-image img {
  width: 212px;
  float: right;
  opacity: 1;
}
#whyfly .content .wf-carousel .item .wf-carousel-text {
  opacity: 1;
  font-family: 'Raleway', sans-serif;
}
#whyfly .content .wf-carousel .item .wf-carousel-text .wf-carousele-header {
  font-size: 22px;
  color: #FFF;
  text-shadow: 0 1px rgba(0, 49, 69, 0.3);
}
#whyfly .content .wf-carousel .item .wf-carousel-text .wf-carousel-slide-text {
  font-size: 18px;
  line-height: 1.2em;
  padding: 12px 0;
  max-width: 876px;
}

@media (max-width: 768px) {
  #whyfly .content {
    background: #2fb9e0 !important;
    -webkit-filter: none !important;
            filter: none !important;
  }
  #whyfly .content .owl-nav {
    display: none !important;
  }
  #whyfly .content .wf-carousel-image {
    float: none !important;
    text-align: center !important;
  }
  #whyfly .content .wf-carousel-image img {
    float: none !important;
    margin: 0 auto !important;
  }
}

/**
  * 6. Career
  */
#career {
  width: 100%;
  min-height: 70vh;
  padding-top: 60px;
  padding-bottom: 60px;
}
#career .container {
  max-width: 1000px;
}
#career .container .title {
  position: relative;
  padding-bottom: 20px;
}
#career .container .title:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  margin-right: -25px;
  right: 50%;
  bottom: 6px;
  background-color: #ccecf8;
}
#career .container .row {
  padding-top: 20px;
  font-family: 'Raleway', sans-serif;
}
#career .container .row .table-responsive {
  border: 0;
  padding-top: 60px !important;
  padding-left: 25px !important;
}
#career .container .row .table {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Raleway', sans-serif;
}
#career .container .row .table th {
  font-size: 11px;
  border: 0;
}
#career .container .row .table td {
  border: 0;
}

/**
  * 7. Our Team
  */
#ourteam {
  width: 100%;
  background: #FAFAFA;
  margin-top: -20px;
}
#ourteam .title-container,
#ourteam .footer-container {
  width: 100%;
  height: 150px;
  text-align: center;
  margin-bottom: 60px;
  background: #F6F6F6;
}
#ourteam .title-container .title,
#ourteam .footer-container .title {
  line-height: 150px;
  position: relative;
}
#ourteam .title-container .title:after,
#ourteam .footer-container .title:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  margin-right: -25px;
  right: 50%;
  bottom: 36px;
  background-color: #ccecf8;
}
#ourteam .container {
  padding-bottom: 60px !important;
}
#ourteam .member {
  padding-top: 20px;
  padding-bottom: 20px;
}
#ourteam .member:hover .image .image-wrapper {
  opacity: .9;
}
#ourteam .member .image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 4px solid #EDEDED;
  -webkit-box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 20px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}
#ourteam .member .image .image-wrapper {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  padding: 5px;
}
#ourteam .member .image .image-wrapper .image-content {
  width: 100%;
  height: 100%;
  background: #2894BD;
  margin-top: -20px;
}
#ourteam .member .image .image-wrapper .image-content h1,
#ourteam .member .image .image-wrapper .image-content h4 {
  padding: 20px;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
  width: 100%;
  text-align: center;
  font-family: 'Raleway', sans-serif;
  color: #fff;
}
#ourteam .member .image .image-wrapper .image-content h4 {
  padding-top: 0 !important;
}
#ourteam .member .name {
  width: 100%;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
#ourteam .footer-container {
  margin: 0 !important;
  padding: 0 !important;
}

/**
  * 7. Our Partners
  */
#ourpartners {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
#ourpartners .container {
  max-width: 1000px;
}
#ourpartners .container .op-carousel {
  padding-top: 50px;
}
#ourpartners .container .op-carousel .owl-dots {
  text-align: center;
}
#ourpartners .container .op-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#ourpartners .container .op-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 1px solid #525252;
}
#ourpartners .container .op-carousel .owl-dots .owl-dot.active span, #ourpartners .container .op-carousel .owl-dots .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #525252;
}
#ourpartners .container .title {
  position: relative;
}
#ourpartners .container .title:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  margin-right: -25px;
  right: 50%;
  bottom: -16px;
  background-color: #ccecf8;
}
#ourpartners .container a img {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
#ourpartners .container a img:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/**
  * 6. Gallery
  */
#gallery {
  width: 100%;
}

#gallery .title {
  padding-top: 60px;
  padding-bottom: 60px;
}

#gallery .row {
  width: 100%;
  padding: 0;
  margin: 0;
}

#gallery .row .image {
  background-size: cover;
  background-position: center;
  height: 400px;
  padding: 0;
}

#gallery .row .image:hover .content {
  opacity: 1;
  cursor: pointer;
}

#gallery .row .image .content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: .5s ease all;
  transition: .5s ease all;
}

#gallery .row .image .content h1 {
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  padding: 30px;
}

#gallery .row .image .content p {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 50px;
  font-family: 'Raleway', sans-serif;
}

.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.modal .modal-content img {
  width: 80%;
}
.modal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
.modal .modal-content, .modal #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #ffffff !important;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.modal .close:hover,
.modal .close:focus {
  color: #bbbbbb;
  text-decoration: none;
  cursor: pointer;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

/**
 * 7. Contact us
 */
#contactus {
  width: 100%;
}

#contactus .title {
  padding-top: 60px;
  padding-bottom: 30px;
}

#contactus p {
  position: relative;
}

#contactus p:after {
  width: 50px;
  height: 2px;
  content: "";
  position: absolute;
  margin-right: -25px;
  right: 50%;
  bottom: -10px;
  background-color: #ccecf8;
}

#contactus form .form-group label {
  padding-bottom: 10px !important;
  font-family: 'Raleway', sans-serif;
}

#contactus form button {
  margin-top: 20px;
  margin-bottom: 20px;
}

/**
  * 8. Footer
  */
footer {
  width: 100%;
  background-color: #1c1c1c;
  color: #C1C1C1;
  padding: 20px;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
footer a {
  color: #ffffff;
}
footer a:hover {
  color: #C1C1C1;
}