@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("ttf"); }
.m0 {
  margin: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 45px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr15 {
  padding-right: 15px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb90 {
  padding-bottom: 90px !important; }

a:hover {
  text-decoration: none; }

/*================================ FONTS ================================= */
body {
  font-family: "Roboto", sans-serif; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: "Roboto", sans-serif; }

.pl0 {
  padding-left: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

/*================================ COLORS ================================= */
/*================================ FLOATS ================================= */
/*================================ LIST STYLES ================================= */
/*================================ DISPLAY ================================= */
/*================================ WIDTH ================================= */
/*================================ TEXT ================================= */
/*================================ POSITION ================================= */
/*================================ BACKGROUND ================================= */
/*================================ OVERFLOW ================================= */
section {
  position: relative;
  overflow: hidden; }

.bootstrap-select .bs-ok-default::after {
  width: 0.3em;
  height: 0.6em;
  border-width: 0 0.1em 0.1em 0;
  transform: rotate(45deg) translateY(0.5rem); }

.btn.dropdown-toggle:focus {
  outline: none !important; }

.view_more {
  text-align: center; }

/*================================ WRAPPER ================================= */
.page-wrapper {
  background: url(../images/wrappers/wrapper-1.png) no-repeat;
  width: 100%;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  height: 197px;
  background-position: center;
  background-size: cover;
  position: relative; }
  .page-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .page-wrapper .wrapper_text {
    width: 100%;
    position: absolute;
    bottom: 115px;
    text-align: center; }
    .page-wrapper .wrapper_text .wrapper-content {
      position: relative;
      padding: 0; }
      .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1 {
        text-transform: uppercase;
        font-weight: 800;
        letter-spacing: 1px;
        margin: 50px 0 10px;
        color: #fff;
        font-size: 2.1rem; }
        .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:before, .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:after {
          display: inline-block;
          width: 50px;
          height: 1px;
          content: '';
          vertical-align: middle;
          background: #fff; }
        .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:before {
          margin-right: 10px !important; }
        .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner h1:after {
          margin-left: 10px !important; }
      .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0.1);
        font-size: 13px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 0px !important;
        padding: 10px;
        border-radius: 5px;
        text-transform: uppercase; }
        .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles a {
          color: rgba(255, 255, 255, 0.6);
          display: inline-block;
          margin: 0;
          padding: 0;
          cursor: pointer; }
        .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles .divider {
          display: inline-block;
          opacity: 0.7;
          margin: 0em 0.21428571rem 0em;
          font-size: 0.92857143em;
          color: #fff;
          vertical-align: baseline; }
        .page-wrapper .wrapper_text .wrapper-content .wrapper-content-inner .wrapper_sub_titles .active {
          display: inline-block;
          margin: 0;
          padding: 0;
          font-weight: bold;
          color: #fff; }
  .page-wrapper .cloud_bottom {
    position: absolute;
    bottom: 0; }

/*================================ HEADER ================================= */
header .top-header {
  background: #004f76;
  padding-top: 10px !important;
  padding-bottom: 40px !important; }
header .bottom-header {
  position: relative;
  top: -30px; }
  header .bottom-header .bg-light {
    background: #fff !important; }
header .left-side {
  float: left;
  width: 50%; }
header .right-side {
  float: right;
  width: 50%; }
header .header-contact ul {
  list-style: none;
  padding-left: 0px !important;
  display: inline-block;
  margin-bottom: 0px !important; }
  header .header-contact ul li {
    display: inline-block;
    margin-left: 20px !important; }
    header .header-contact ul li a {
      color: #fff !important; }
    header .header-contact ul li i {
      margin-right: 10px !important; }
    header .header-contact ul li i.fa-phone {
      transform: rotate(90deg); }
header .header-social {
  text-align: right; }
  header .header-social ul {
    list-style: none;
    padding-left: 0px !important;
    display: inline-block;
    margin-bottom: 0px !important; }
    header .header-social ul li {
      display: inline-block;
      margin-left: 5px !important; }
      header .header-social ul li a {
        color: #fff !important; }
      header .header-social ul li i {
        margin-right: 5px !important;
        color: #fff !important; }
header .navbar-dark .navbar-nav .nav-link {
  color: #004f76;
  text-transform: uppercase;
  font-weight: 600; }
header .navbar-dark .navbar-nav .active > .nav-link,
header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .nav-link.show,
header .navbar-dark .navbar-nav .show > .nav-link {
  color: #004f76; }
header .navbar-dark .navbar-nav .nav-link:focus,
header .navbar-dark .navbar-nav .nav-link:hover {
  color: #b74f6f; }

.fixed-top.sticky {
  position: fixed !important;
  top: 0 !important;
  z-index: 99 !important;
  width: 100% !important; }
  .fixed-top.sticky .top-header {
    display: none; }
  .fixed-top.sticky .bottom-header {
    top: 0;
    background: #fff;
    box-shadow: 0 0 4px grey; }

.navbar-dark .navbar-brand {
  color: #000 !important;
  font-size: 37px;
  font-weight: 900; }

/*================================ TITLE ================================= */
.main-title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px !important; }
  .main-title h2 {
    position: relative;
    display: inline-block;
    color: #b74f6f; }
    .main-title h2:before {
      content: "";
      position: absolute;
      width: 80px;
      height: 2px;
      top: 50%;
      left: -100px;
      background-color: #b74f6f; }
    .main-title h2:after {
      content: "";
      position: absolute;
      width: 80px;
      height: 2px;
      top: 50%;
      right: -100px;
      background-color: #b74f6f; }

.view_more_btn {
  background: #004f76;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 36px 0 36px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  transition: .2s all linear;
  margin-top: 15px !important;
  border: none; }
  .view_more_btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    background: #6d6e71;
    z-index: -1;
    transition: .2s all linear; }
  .view_more_btn:hover {
    color: #fff; }

.join_now {
  background: #DC143C;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 36px 0 36px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  transition: .2s all linear;
  border: none;
  font-weight: bolder; }
  .join_now:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    background: #6d6e71;
    z-index: -1;
    transition: .2s all linear; }
  .join_now:hover {
    color: #fff;
    background: #B22222; }

.join_now_white {
  background: #fff;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  padding: 0 36px 0 36px;
  color: #DC143C;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  transition: .2s all linear;
  border: none;
  font-weight: bolder;
  top: 18px;
  width: 500px;
  text-align: center;
  font-size: 28px;
  text-shadow: 1px 1px 3px #000; }
  .join_now_white:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    background: #6d6e71;
    z-index: -1;
    transition: .2s all linear; }
  .join_now_white:hover {
    color: #353535;
    background: #dfec12; }

/*================================ SLIDER ================================= */
/*================================ WELCOME ================================= */
.welcome-section {
  margin-top: 30px !important;
  margin-bottom: 60px !important; }
  .welcome-section .welcome-description {
    position: relative;
    padding: 0px 0 0; }
    .welcome-section .welcome-description .welcome-title {
      margin-bottom: 25px !important; }
      .welcome-section .welcome-description .welcome-title h1 {
        text-transform: capitalize;
        color: #004f76;
        text-align: center;
        font-weight: 700; }
      .welcome-section .welcome-description .welcome-title h2 {
        font-style: italic;
        font-weight: 500; }
      .welcome-section .welcome-description .welcome-title p {
        text-align: justify;
        font-size: 17px;
        font-weight: 400; }
  .welcome-section .btn-link {
    color: #DC143C;
    float: right; }

#more {
  display: none; }

#more1 {
  display: none; }

/*================================ HOME WRAPPER ================================= */
.home-wrapper {
  background: url(../images/wrappers/home-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  height: auto;
  position: relative; }
  .home-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .home-wrapper .home-wrapper-text {
    text-align: center;
    position: relative;
    z-index: 3;
    color: #fff; }
    .home-wrapper .home-wrapper-text h1 {
      font-weight: 700; }
    .home-wrapper .home-wrapper-text p {
      font-size: 20px; }
    .home-wrapper .home-wrapper-text .view_more_btn:hover {
      color: #fff; }
      .home-wrapper .home-wrapper-text .view_more_btn:hover:after {
        top: 0;
        height: 100%; }
  .home-wrapper .welcome-title {
    padding: 11px 15px; }
    .home-wrapper .welcome-title h2 {
      color: #fff;
      font-weight: 500;
      font-style: italic; }
    .home-wrapper .welcome-title p {
      color: #fff;
      font-size: 17px;
      text-align: justify;
      font-weight: 400; }

.statement {
  background: #ffa7b6;
  padding: 17px; }
  .statement .home-wrapper-text {
    text-align: center;
    position: relative;
    color: #fff;
    margin-bottom: 25px; }
    .statement .home-wrapper-text h2 {
      font-weight: 700; }

.details-section {
  background: #eaeaea; }
  .details-section .home-wrapper-text {
    text-align: center;
    position: relative;
    color: #000; }
    .details-section .home-wrapper-text h1 {
      font-weight: 700; }
  .details-section .details p {
    text-align: justify; }

.video-section .home-wrapper-text {
  text-align: center;
  position: relative;
  color: #000; }
  .video-section .home-wrapper-text h1 {
    font-weight: 700; }
  .video-section .home-wrapper-text p {
    font-size: 20px; }
  .video-section .home-wrapper-text .view_more_btn:hover {
    color: #fff; }
    .video-section .home-wrapper-text .view_more_btn:hover:after {
      top: 0;
      height: 100%; }

.join-now-section {
  background: #DC143C; }
  .join-now-section .title-text h1 {
    color: #fff;
    padding: 17px 44px;
    font-style: italic;
    font-weight: 700; }
  .join-now-section .title-button {
    text-align: right; }

.check-list {
  display: inline-flex; }

/*================================ ABOUT ================================= */
.about-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  .about-section .about-wrapper-bg {
    color: #fff;
    background: #6d6e71;
    float: left;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    line-height: 20px;
    margin-top: 60px;
    position: relative;
    right: 0;
    padding: 70px 30px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    left: -100px;
    width: 118%; }
    .about-section .about-wrapper-bg .about-wrapper-title h1 {
      text-transform: capitalize;
      color: #fff; }
      .about-section .about-wrapper-bg .about-wrapper-title h1:after {
        content: '';
        width: 60px;
        height: 2px;
        background: #fff;
        display: inline-block;
        vertical-align: bottom;
        margin-left: 20px; }
      .about-section .about-wrapper-bg .about-wrapper-title h1 span {
        text-transform: uppercase; }

/*================================ CONTACT ================================= */
.contact_section {
  position: relative;
  padding-top: 50px !important;
  padding-bottom: 50px !important; }
  .contact_section .contact-form-wrapper {
    background: #fff;
    padding: 50px 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }
    .contact_section .contact-form-wrapper .input-css {
      height: 45px;
      padding-left: 35px;
      border-radius: 0px;
      border: 1px solid #004f76; }
    .contact_section .contact-form-wrapper .textarea-css {
      height: 100px;
      padding-left: 35px;
      border-radius: 0px;
      border: 0px;
      border: 1px solid #004f76; }
    .contact_section .contact-form-wrapper:hover .view_more_btn {
      color: #fff; }
    .contact_section .contact-form-wrapper:hover .view_more_btn:after {
      top: 0;
      height: 100%; }
  .contact_section .contact-social-icon {
    margin-top: 30px; }
    .contact_section .contact-social-icon .social-icon-links {
      display: inline-block;
      padding-left: 0px !important; }
      .contact_section .contact-social-icon .social-icon-links li {
        display: inline-block;
        padding-right: 10px !important; }
        .contact_section .contact-social-icon .social-icon-links li a {
          position: relative;
          text-decoration: none;
          display: block;
          height: 40px;
          width: 40px;
          border-radius: 50%;
          overflow: hidden;
          text-align: center; }
          .contact_section .contact-social-icon .social-icon-links li a i.front, .contact_section .contact-social-icon .social-icon-links li a i.back {
            position: absolute;
            width: 100%;
            left: 0;
            transition: all .40s linear;
            border-radius: 50%;
            height: 100%;
            line-height: 40px; }
          .contact_section .contact-social-icon .social-icon-links li a i.front {
            background: #b74f6f;
            color: #fff; }
            .contact_section .contact-social-icon .social-icon-links li a i.front.fa-facebook-f {
              background: #3b5998; }
            .contact_section .contact-social-icon .social-icon-links li a i.front.fa-twitter {
              background: #00acee; }
            .contact_section .contact-social-icon .social-icon-links li a i.front.fa-instagram {
              background: #3f729b; }
            .contact_section .contact-social-icon .social-icon-links li a i.front.fa-linkedin-in {
              background: #0e76a8; }
          .contact_section .contact-social-icon .social-icon-links li a i.back {
            background: #fff;
            transform: translateY(40px);
            color: #b74f6f; }
          .contact_section .contact-social-icon .social-icon-links li a:hover i.front {
            transform: translateY(-40px); }
          .contact_section .contact-social-icon .social-icon-links li a:hover i.back {
            transform: translateY(0px); }
            .contact_section .contact-social-icon .social-icon-links li a:hover i.back.fa-facebook-f {
              color: #3b5998; }
            .contact_section .contact-social-icon .social-icon-links li a:hover i.back.fa-twitter {
              color: #00acee; }
            .contact_section .contact-social-icon .social-icon-links li a:hover i.back.fa-instagram {
              color: #3f729b; }
            .contact_section .contact-social-icon .social-icon-links li a:hover i.back.fa-linkedin-in {
              color: #0e76a8; }
  .contact_section .contact-block {
    margin-top: 30px !important;
    padding: 31px 30px;
    position: relative;
    overflow: hidden;
    color: #b74f6f;
    text-align: center; }
    .contact_section .contact-block:before {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 1px;
      height: 79%; }
    .contact_section .contact-block:after {
      content: '';
      position: absolute;
      left: 0px;
      top: 0px;
      width: 89%;
      height: 1px; }
    .contact_section .contact-block:before, .contact_section .contact-block:after {
      background: #b74f6f; }
    .contact_section .contact-block .border-shape:before {
      content: '';
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 1px;
      height: 79%; }
    .contact_section .contact-block .border-shape:after {
      content: '';
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 89%;
      height: 1px; }
    .contact_section .contact-block .border-shape:before, .contact_section .contact-block .border-shape:after {
      background: #b74f6f; }
    .contact_section .contact-block i {
      font-size: 40px;
      margin-bottom: 20px; }
    .contact_section .contact-block p {
      font-size: 20px;
      margin-bottom: 0px; }
    .contact_section .contact-block .contact-page-contact {
      padding-left: 0;
      list-style: none;
      display: inline-block;
      margin-bottom: 0; }
      .contact_section .contact-block .contact-page-contact li {
        display: inline-block;
        padding-right: 15px; }
        .contact_section .contact-block .contact-page-contact li a {
          color: #b74f6f;
          font-size: 15px; }
          .contact_section .contact-block .contact-page-contact li a i {
            margin-bottom: 0;
            font-size: 20px; }

/*================================ GALLERY ================================= */
.gallery-section .gallery-box-inner {
  padding-left: 10px;
  padding-bottom: 20px;
  padding-right: 10px; }
.gallery-section .gallery-box {
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center; }
  .gallery-section .gallery-box .image {
    overflow: hidden;
    position: relative; }
    .gallery-section .gallery-box .image img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8;
      opacity: 0.95;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1); }
    .gallery-section .gallery-box .image .overlay:after {
      content: '';
      display: table; }
    .gallery-section .gallery-box .image .overlay:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.5);
      content: '';
      display: table-cell;
      -webkit-transition: -webkit-transform 0.6s;
      transition: transform 0.6s;
      -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
      transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); }
    .gallery-section .gallery-box .image .overlay-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .gallery-section .gallery-box .image .overlay-content .overlay-icon {
        position: absolute;
        left: 0px;
        top: 0px;
        height: 100%;
        display: table;
        width: 100%; }
        .gallery-section .gallery-box .image .overlay-content .overlay-icon a {
          position: relative;
          display: table-cell;
          vertical-align: middle;
          height: 100%;
          color: #ffffff;
          z-index: 234;
          opacity: 0;
          -webkit-transform: scale(0, 0);
          -moz-transform: scale(0, 0);
          -ms-transform: scale(0, 0);
          -o-transform: scale(0, 0);
          transform: scale(0, 0);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
  .gallery-section .gallery-box:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .gallery-section .gallery-box:hover .overlay:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); }
  .gallery-section .gallery-box:hover .overlay-content {
    opacity: 1;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .gallery-section .gallery-box:hover a {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    .gallery-section .gallery-box:hover a i {
      opacity: 1;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

/*================================ FOOTER ================================= */
.footer-section {
  background-color: #f8f8f8;
  padding-bottom: 30px !important;
  padding-top: 60px !important;
  position: relative; }
  .footer-section .footer-wrapper .footer-title {
    margin-bottom: 20px !important; }
    .footer-section .footer-wrapper .footer-title h3 {
      color: #333e48;
      text-transform: uppercase;
      font-size: 20px; }
  .footer-section .footer-wrapper .footer-address ul {
    list-style: none;
    padding-left: 0px !important; }
    .footer-section .footer-wrapper .footer-address ul li {
      margin-bottom: 10px !important; }
  .footer-section .footer-wrapper .footer-address span {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #333e48;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle; }
    .footer-section .footer-wrapper .footer-address span i {
      color: #333e48;
      font-size: 18px;
      line-height: 40px; }
  .footer-section .footer-wrapper .footer-address p {
    display: inline-block;
    color: #333e48;
    font-size: 16px;
    margin-left: 10px !important; }
  .footer-section .footer-wrapper .footer-quick-links ul {
    list-style: none;
    padding-left: 0px !important; }
    .footer-section .footer-wrapper .footer-quick-links ul li {
      padding-bottom: 5px !important; }
      .footer-section .footer-wrapper .footer-quick-links ul li a {
        color: #333e48;
        text-transform: capitalize; }
      .footer-section .footer-wrapper .footer-quick-links ul li i {
        color: #333e48;
        padding-right: 5px !important; }
  .footer-section .footer-wrapper .footer-social-icon .social-icon-links {
    display: inline-block;
    padding-left: 0px !important; }
    .footer-section .footer-wrapper .footer-social-icon .social-icon-links li {
      display: inline-block;
      padding-right: 10px !important; }
      .footer-section .footer-wrapper .footer-social-icon .social-icon-links li a {
        position: relative;
        text-decoration: none;
        display: block;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        overflow: hidden;
        text-align: center; }
        .footer-section .footer-wrapper .footer-social-icon .social-icon-links li a i.front, .footer-section .footer-wrapper .footer-social-icon .social-icon-links li a i.back {
          position: absolute;
          width: 100%;
          left: 0;
          transition: all .40s linear;
          border-radius: 50%;
          height: 100%;
          line-height: 40px; }
        .footer-section .footer-wrapper .footer-social-icon .social-icon-links li a i.front {
          background: #b74f6f;
          color: #fff; }
        .footer-section .footer-wrapper .footer-social-icon .social-icon-links li a i.back {
          background: #333e48;
          transform: translateY(40px);
          color: #fff; }
        .footer-section .footer-wrapper .footer-social-icon .social-icon-links li a:hover i.front {
          transform: translateY(-40px); }
        .footer-section .footer-wrapper .footer-social-icon .social-icon-links li a:hover i.back {
          transform: translateY(0px); }
  .footer-section .cloud_top {
    position: absolute;
    top: -1px;
    transform: rotate(180deg); }

.footer-mail-1 {
  margin-left: 49px; }

.footer-social {
  list-style: none;
  padding-left: 0; }
  .footer-social li {
    display: inline-block; }
    .footer-social li a i {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
      transition: 0.3s linear;
      border: 1px solid rgba(160, 160, 160, 0.5); }

i.fa.fa-angle-right {
  color: #8CC53D; }

i.fa-facebook-f {
  color: #4267B2; }
  i.fa-facebook-f:hover {
    background: #4267B2;
    color: #fff;
    border: transparent; }

i.fa-twitter {
  color: #00abef; }
  i.fa-twitter:hover {
    background: #00abef;
    color: #fff;
    border: transparent; }

i.fa-instagram {
  color: #d93e2d; }
  i.fa-instagram:hover {
    background: #d93e2d;
    color: #fff;
    border: transparent; }

i.fa-linkedin-in {
  color: #2969B1; }
  i.fa-linkedin-in:hover {
    background: #2969B1;
    color: #fff;
    border: transparent; }

i.fa-tumblr {
  color: #2D4E6D; }
  i.fa-tumblr:hover {
    background: #2D4E6D;
    color: #fff;
    border: transparent; }

i.fa-pinterest {
  color: #E13138; }
  i.fa-pinterest:hover {
    background: #E13138;
    color: #fff;
    border: transparent; }

i.fa-youtube {
  color: #CD201F; }
  i.fa-youtube:hover {
    background: #CD201F;
    color: #fff;
    border: transparent; }

i.fa-rss {
  color: #F18934; }
  i.fa-rss:hover {
    background: #F18934;
    color: #fff;
    border: transparent; }

.destination-single-thumb .carousel-indicators {
  z-index: 1; }
  .destination-single-thumb .carousel-indicators li {
    width: 88px;
    height: 50px;
    background: transparent; }

/*================================ COPYRIGHT ================================= */
.copyright-sec {
  background: #004f76;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }
  .copyright-sec p {
    margin-bottom: 0px !important;
    color: #fff;
    text-align: left;
    font-size: 14px; }
    .copyright-sec p.author_web {
      text-align: right; }
  .copyright-sec a {
    color: #fff; }

h4.steps {
  color: #264653;
  margin-top: 30px; }

hr.steps_hr {
  color: #264653; }

h2.yvp {
  text-align: center;
  font-weight: 700; }

img.logo {
  width: 100px; }

sup.star {
  color: #c1121f;
  font-size: 14px; }

/*# sourceMappingURL=style.css.map */
