/*
  ---------------------------
   Mixins
  ---------------------------
*/
/*
  ---------------------------
   Resets
  ---------------------------
*/
body {
  font-size: 16px;
  line-height: 120%;
}

*:focus {
  outline: none !important;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
img {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

a:hover,
a:active,
btn:hover,
btn:active {
  text-decoration: none;
}

.btn {
  border-radius: 0;
}

ul {
  list-style-type: none;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .xs-mt-30 {
    margin-top: 30px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-mr-30 {
    margin-right: 30px;
  }
  .xs-ml-30 {
    margin-left: 30px;
  }
  .xs-mt-15 {
    margin-top: 15px;
  }
  .xs-mb-15 {
    margin-bottom: 15px;
  }
  .xs-mr-15 {
    margin-right: 15px;
  }
  .xs-ml-15 {
    margin-left: 15px;
  }
  .xs-mt-40 {
    margin-top: 40px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .xs-mr-40 {
    margin-right: 40px;
  }
  .xs-ml-40 {
    margin-left: 40px;
  }
  .xs-p-0 {
    padding: 0;
  }
  .xs-pl-0 {
    padding-left: 0;
  }
  .xs-pr-0 {
    padding-right: 0;
  }
  .xs-pt-0 {
    padding-top: 0;
  }
  .xs-pb-0 {
    padding-bottom: 0;
  }
  .xs-no-gutter > [class*=col-] {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .sm-mt-30 {
    margin-top: 30px;
  }
  .sm-mb-30 {
    margin-bottom: 30px;
  }
  .sm-mr-30 {
    margin-right: 30px;
  }
  .sm-ml-30 {
    margin-left: 30px;
  }
  .sm-mt-15 {
    margin-top: 15px;
  }
  .sm-mb-15 {
    margin-bottom: 15px;
  }
  .sm-mr-15 {
    margin-right: 15px;
  }
  .sm-ml-15 {
    margin-left: 15px;
  }
  .sm-mt-40 {
    margin-top: 40px;
  }
  .sm-mb-40 {
    margin-bottom: 40px;
  }
  .sm-mr-40 {
    margin-right: 40px;
  }
  .sm-ml-40 {
    margin-left: 40px;
  }
  .sm-p-0 {
    padding: 0;
  }
  .sm-pl-0 {
    padding-left: 0;
  }
  .sm-pr-0 {
    padding-right: 0;
  }
  .sm-pt-0 {
    padding-top: 0;
  }
  .sm-pb-0 {
    padding-bottom: 0;
  }
  .sm-no-gutter > [class*=col-] {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .md-mt-30 {
    margin-top: 30px;
  }
  .md-mb-30 {
    margin-bottom: 30px;
  }
  .md-mr-30 {
    margin-right: 30px;
  }
  .md-ml-30 {
    margin-left: 30px;
  }
  .md-mt-15 {
    margin-top: 15px;
  }
  .md-mb-15 {
    margin-bottom: 15px;
  }
  .md-mr-15 {
    margin-right: 15px;
  }
  .md-ml-15 {
    margin-left: 15px;
  }
  .md-mt-40 {
    margin-top: 40px;
  }
  .md-mb-40 {
    margin-bottom: 40px;
  }
  .md-mr-40 {
    margin-right: 40px;
  }
  .md-ml-40 {
    margin-left: 40px;
  }
  .md-p-0 {
    padding: 0;
  }
  .md-mr--30 {
    margin-right: -30px;
  }
  .md-pl-0 {
    padding-left: 0;
  }
  .md-pr-0 {
    padding-right: 0 !important;
  }
  .md-pt-0 {
    padding-top: 0;
  }
  .md-pb-0 {
    padding-bottom: 0;
  }
  .md-no-gutter > [class*=col-] {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-l-15 {
    padding-left: 7.5px;
  }
  .p-r-15 {
    padding-right: 7.5px;
  }
  .p-t-15 {
    padding-top: -15px;
  }
  .p-b-15 {
    padding-bottom: -15px;
  }
}
.m-t-30 {
  margin-top: 30px;
}

.dropdown-menu {
  padding-bottom: 0;
}

@media screen and (max-width: 992px) {
  div[class*=sm-align] {
    text-align: center;
  }
}
.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .is-table-row {
    display: table;
  }
  .is-table-row [class*=col-] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
}
.no-border {
  border: none !important;
}

.ribbon:after, .ribbon:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #043961;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: -1;
}

.news-single, .news-listing-section {
  padding: 100px 0;
}

.news-widget, .news-single .news-single-wrap, .news-listing-section .news-category-wrap .news-category-item, .news-events .news-wrap .news-list {
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  border-top: 4px solid #b75656;
  padding: 20px 20px 10px;
  border-radius: 4px;
}

.news-single .news-single-wrap h6 {
  font-size: 14px;
  font-weight: 300;
}

.news-img-wrap img, .news-single .news-single-wrap .category-img-hold img, .news-listing-section .news-category-wrap .news-category-item .category-img-hold img, .search-listing .search-item .search-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.listing-main .list-item .img-container h3,
.search-listing .search-item h4 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 30px 25px;
  text-shadow: 2px 1px rgba(0, 0, 0, 0.368627451);
  z-index: 9;
}

.search-listing .search-item h4::after, .listing-main .list-item .img-container h3:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 42, 73, 0.9);
  z-index: -1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.search-listing .search-item p, .listing-main .list-item .caption p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.news-listing-section .news-category-wrap .news-category-item a, .news-events .news-event-btn, .search-listing .search-item a {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background-color: #b75656;
  padding: 14px 40px;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.news-listing-section .news-category-wrap .news-category-item a:hover, .news-events .news-event-btn:hover, .search-listing .search-item a:hover {
  -webkit-box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
  box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
  -webkit-transform: translateY(-2px) !important;
  transform: translateY(-2px) !important;
}

body {
  font-family: "Open Sans", sans-serif;
}

@font-face {
  font-family: "optimabold";
  src: url("../webfonts/optima_b-webfont.woff2") format("woff2"), url("../webfonts/optima_b-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-icons li {
  margin-left: 10px;
}
.social-icons li a {
  color: #fff;
  font-size: 16px;
  background-color: #4b94bd;
  height: 28px;
  width: 28px;
  display: block;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.site-btn {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background-color: #b75656;
  padding: 14px 40px;
  border-radius: 4px;
  display: inline-block;
}
.site-btn:hover {
  -webkit-box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
          box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
  -webkit-transform: translateY(-2px) !important;
          transform: translateY(-2px) !important;
  color: #fff;
}

.inner-banners {
  position: relative;
  height: 530px;
  background-position: center !important;
  background-size: cover !important;
}
.inner-banners::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  top: 0;
  left: 0;
}
.inner-banners .banner-caption {
  position: absolute;
  bottom: 50px;
}
.inner-banners .banner-caption h3 {
  font-weight: 700;
  font-size: 116px;
  line-height: 116px;
  color: #ffffff;
  font-family: "optimabold";
}

.inner-navs {
  background-color: #043961;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
.inner-navs ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
.inner-navs ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inner-navs ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 25px 20px;
  display: block;
  text-align: center;
}
.inner-navs ul li a.active {
  font-weight: 700;
  background: #b75656;
}
.inner-navs ul li a:hover {
  background: #b75656;
}
.inner-navs ul li.dropdown {
  position: relative;
}
.inner-navs ul li.dropdown .dropdown-list-container {
  background-color: transparent;
  margin: 0;
  padding: 0;
  max-height: 600px;
  overflow-y: scroll;
  position: absolute;
  display: none;
}
.inner-navs ul li.dropdown .dropdown-list-container .dropdown-item {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 15px 30px;
  background: rgba(4, 57, 97, 0.95);
  text-align: left;
}
.inner-navs ul li.dropdown .dropdown-list-container .dropdown-item:hover {
  background: #044b7f;
}
.inner-navs ul li.dropdown .dropdown-list-container::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(4, 57, 97, 0.95);
  padding: 0 4px;
}
.inner-navs ul li.dropdown .dropdown-list-container::-webkit-scrollbar-thumb {
  width: 10px;
  background-color: #012a49;
  border-radius: 5px;
}
.inner-navs ul li.dropdown:hover .dropdown-list-container {
  display: block;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 1;
  background-color: rgba(4, 57, 97, 0.6);
}
.site-header .head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .top-head {
  padding: 14px 0;
}
.site-header .top-head .head-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .top-head .head-left h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding-right: 30px;
  position: relative;
}
.site-header .top-head .head-left h4:before {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  height: 24px;
  width: 3px;
  background-color: #fff;
}
.site-header .top-head .head-left p {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
}
.site-header .site-nav {
  background-color: rgba(0, 0, 0, 0.3);
}
.site-header .site-nav .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-nav .nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-nav .nav-main li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  display: block;
  padding: 19px 22px;
}
.site-header .site-nav .nav-main li a.active, .site-header .site-nav .nav-main li a:hover {
  background-color: #b75656;
}

.menu-dropdown .dropdown-content {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  padding-bottom: 30px;
}
.menu-dropdown .dropdown-content .container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-dropdown .dropdown-content .container-wrapper .dropdown-column h3 a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #044b7f;
  padding: 15px 15px;
}
.menu-dropdown .dropdown-content .container-wrapper .dropdown-column h3 a:hover {
  background: none;
}
.menu-dropdown .dropdown-content .container-wrapper .dropdown-column ul li {
  margin-bottom: 2px;
}
.menu-dropdown .dropdown-content .container-wrapper .dropdown-column ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #2c2c2c;
  padding: 15px 15px;
  border-radius: 3px;
}
.menu-dropdown .dropdown-content .container-wrapper .dropdown-column ul li a:hover {
  background-color: #b75656;
  color: #fff;
}
.menu-dropdown:hover .dropdown-content {
  display: block;
}

.banner-section {
  height: 100vh;
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.banner-section .banner-caption {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.banner-section .banner-caption h2 {
  font-weight: bold;
  font-size: 132px;
  line-height: 144px;
  color: #ffffff;
}
.banner-section .banner-caption h3 {
  font-weight: bold;
  font-size: 42px;
  line-height: 46px;
  color: #174f6f;
  margin-bottom: 45px;
}
.banner-section .banner-caption form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(75, 148, 189, 0.6);
  border-radius: 40px;
}
.banner-section .banner-caption form .form-group .form-control {
  background-color: transparent;
  border: none;
  height: auto;
  padding: 19px 40px;
  color: #fff;
}
.banner-section .banner-caption form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.banner-section .banner-caption form .form-group .form-control::-webkit-input-placeholder {
  color: #fff;
}
.banner-section .banner-caption form .form-group .form-control::-moz-placeholder {
  color: #fff;
}
.banner-section .banner-caption form .form-group .form-control:-ms-input-placeholder {
  color: #fff;
}
.banner-section .banner-caption form .form-group .form-control::-ms-input-placeholder {
  color: #fff;
}
.banner-section .banner-caption form .form-group .form-control::placeholder {
  color: #fff;
}
.banner-section .banner-caption form .form-group .btn {
  font-size: 24px;
  color: #fff;
  padding: 10px 45px 10px 30px;
  border-radius: 0 40px 40px 0;
}
.banner-section .banner-caption form .form-group .btn:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner-section .banner-caption p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  margin: 30px auto 25px auto;
  width: 70%;
}
.banner-section .banner-caption a {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background-color: #b75656;
  padding: 14px 50px;
  border-radius: 4px;
  display: inline-block;
}

.banner-thumbs {
  margin-top: 70px;
  padding-top: 50px;
}
.banner-thumbs .thumb-item {
  text-align: center;
  padding: 0 35px;
}
.banner-thumbs .thumb-item .thumb-img {
  background-color: #f5fdff;
  padding: 40px 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.banner-thumbs .thumb-item .thumb-img svg {
  height: 90px;
}
.banner-thumbs .thumb-item h3 {
  font-size: 16px;
  line-height: 22px;
  color: #2c2c2c;
  font-weight: 700;
}
.banner-thumbs .thumb-item:hover .thumb-img svg .svg-path {
  fill: #b75656;
}
.banner-thumbs .thumb-item:hover h3 {
  color: #b75656;
  font-weight: 700;
}

.welcome-section {
  padding: 50px 0;
}
.welcome-section .welcome-wrapper {
  padding-left: 20%;
}
.welcome-section .welcome-wrapper h2 {
  font-weight: 300;
  font-size: 92px;
  line-height: 92px;
  color: #2c2c2c;
  padding-top: 30px;
  margin-bottom: 10px;
}
.welcome-section .welcome-wrapper h3 {
  font-size: 30px;
  line-height: 41px;
  color: #2c2c2c;
  margin-bottom: 40px;
}
.welcome-section .welcome-wrapper p {
  font-size: 16px;
  line-height: 26px;
  color: #2c2c2c;
  margin-bottom: 20px;
}
.welcome-section .welcome-wrapper a {
  margin-top: 10px;
  background-color: #b75656;
}
.welcome-section .welcome-wrapper a:hover {
  -webkit-box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
          box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
  -webkit-transform: translateY(-2px) !important;
          transform: translateY(-2px) !important;
  color: #fff;
}
.welcome-section .welcome-wrapper .img-container {
  position: relative;
}
.welcome-section .welcome-wrapper .img-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.welcome-section .welcome-wrapper .img-container:before {
  position: absolute;
  content: "";
  background: url("../images/cloud-top.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
.welcome-section .welcome-wrapper .img-container:after {
  position: absolute;
  content: "";
  background: url("../images/cloud-left.png");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.expedetion-section .exp-header {
  text-align: center;
  margin-bottom: 60px;
}
.expedetion-section .exp-header h2 {
  font-weight: 300;
  font-size: 92px;
  line-height: 125px;
  color: #2c2c2c;
  margin-bottom: 30px;
}
.expedetion-section .exp-header .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: none;
}
.expedetion-section .exp-header .nav-tabs .nav-item {
  border-bottom: 2px solid #b75656;
}
.expedetion-section .exp-header .nav-tabs .nav-item .nav-link {
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #2c2c2c;
  padding: 12px 30px;
  display: block;
}
.expedetion-section .exp-header .nav-tabs .nav-item .nav-link.active {
  background-color: #b75656;
  color: #fff;
  border-radius: 4px 4px 0 0px;
  border-color: #b75656;
}
.expedetion-section .exp-header .nav-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}
.expedetion-section .exp-header .nav-tabs .nav-item:first-child {
  padding-left: 0;
}
.expedetion-section .expedetions-carousel .owl-item {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.expedetion-section .expedetions-carousel .owl-item.center {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.expedetion-section .expedetions-carousel .owl-item .item {
  position: relative;
  overflow: hidden;
}
.expedetion-section .expedetions-carousel .owl-item .item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(51.22%, rgba(202, 202, 202, 0.04)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(202, 202, 202, 0.04) 51.22%, rgba(0, 0, 0, 0.6) 100%);
}
.expedetion-section .expedetions-carousel .owl-item .item img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: ease all 0.7s;
  transition: ease all 0.7s;
}
.expedetion-section .expedetions-carousel .owl-item .item .caption {
  position: absolute;
  padding: 60px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.expedetion-section .expedetions-carousel .owl-item .item .caption h3 {
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 10px;
}
.expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper .caption-para {
  width: calc(100% - 140px);
}
.expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper .caption-para a {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper .caption-btn {
  position: relative;
}
.expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper .caption-btn a {
  background-color: #b75656;
  color: #fff;
  padding: 13px 20px;
  border-radius: 2px;
  display: block;
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
}
.expedetion-section .expedetions-carousel .owl-item .item .caption .caption-wrapper .caption-btn a:hover {
  -webkit-box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
          box-shadow: 2px 3px 7px 1px rgba(0, 0, 0, 0.3098039216);
  -webkit-transform: translateY(-2px) !important;
          transform: translateY(-2px) !important;
}
.expedetion-section .expedetions-carousel .owl-item .item:hover .caption .caption-wrapper .caption-btn a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.expedetion-section .expedetions-carousel .owl-item .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.expedetion-section .expedetions-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px !important;
  margin-bottom: 60px;
}
.expedetion-section .expedetions-carousel .owl-dots .owl-dot span {
  border: 2px solid #b75656;
  background: none;
}
.expedetion-section .expedetions-carousel .owl-dots .owl-dot.active span {
  background-color: #b75656;
  height: 14px;
  width: 14px;
}

.video-section .img-container {
  position: relative;
}
.video-section .img-container img {
  width: 100%;
}
.video-section .img-container .img-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.video-section .img-container .img-caption i {
  font-size: 50px;
  color: #fff;
  margin-bottom: 30px;
}
.video-section .img-container .img-caption p {
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  margin-bottom: 70px;
}
.download-section {
  background-color: #4b94bd;
  text-align: center;
  padding: 24px 0;
}
.download-section a {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.download-section a i {
  padding-right: 10px;
  font-size: 26px;
  top: 4px;
  position: relative;
}

.associations-section {
  background: #043961;
  padding: 25px 0;
}
.associations-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.associations-section ul li {
  width: 80px;
  height: 80px;
  background: #d8eeff;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  margin: 0 25px;
}
.associations-section ul li img {
  max-height: 70px;
  padding: 8px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: ease all 0.2s;
  transition: ease all 0.2s;
}
.associations-section ul li img:hover {
  -webkit-filter: none;
          filter: none;
}

.footer-section {
  background-color: #044b7f;
}
.footer-section .footer-top {
  padding: 80px 0 60px 0;
}
.footer-section .footer-top h3 {
  font-size: 22px;
  line-height: 25px;
  color: #ffffff;
}
.footer-section .footer-top h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer-section .footer-top p {
  font-size: 13px;
  line-height: 22px;
  color: #84bae1;
  margin-bottom: 25px;
}
.footer-section .footer-top h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.footer-section .footer-top ul li {
  margin-bottom: 10px;
}
.footer-section .footer-top ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #84bae1;
}
.footer-section .footer-top ul li a:hover {
  color: #fff;
}
.footer-section .footer-top .social-icons li {
  margin-right: 10px;
  margin-left: 0;
}
.footer-section .footer-top .social-icons li a {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.footer-section .footer-mid {
  background: #043961;
  padding: 30px 0 40px 0;
}
.footer-section .footer-mid h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-section .footer-mid ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #7eabcd;
}
.footer-section .footer-mid ul li span {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.footer-section .footer-mid p {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}
.footer-section .footer-mid form .form-control {
  background: #39688b;
  border-radius: 4px;
  border: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.footer-section .footer-mid form ::-webkit-input-placeholder {
  color: #fff;
}
.footer-section .footer-mid form ::-moz-placeholder {
  color: #fff;
}
.footer-section .footer-mid form :-ms-input-placeholder {
  color: #fff;
}
.footer-section .footer-mid form ::-ms-input-placeholder {
  color: #fff;
}
.footer-section .footer-mid form ::placeholder {
  color: #fff;
}
.footer-section .footer-mid form .btn {
  background: #b75656;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  border: none;
  padding: 8px 30px;
}
.footer-section .footer-bottom {
  padding: 30px 0;
}
.footer-section .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-section .footer-bottom .container p {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
.footer-section .footer-bottom .container p a {
  color: #4b94bd;
}

.country-desc {
  padding: 60px 0;
}
.country-desc h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #043961;
  margin-bottom: 30px;
}
.country-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.country-desc a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  padding: 13px 40px;
  border-radius: 4px;
  background: #b75656;
  display: inline-block;
  margin-top: 15px;
}

.gallery-section {
  padding-bottom: 60px;
}
.gallery-section .gallery-grid {
  display: grid;
  grid-column: 3;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  grid-template-areas: "grid1 grid3 grid4" "grid2 grid3 grid5";
  padding: 0 3%;
}
.gallery-section .gallery-grid .item {
  position: relative;
}
.gallery-section .gallery-grid .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery-section .gallery-grid .grid1 {
  grid-area: grid1;
}
.gallery-section .gallery-grid .grid2 {
  grid-area: grid2;
}
.gallery-section .gallery-grid .grid3 {
  grid-area: grid3;
}
.gallery-section .gallery-grid .grid3:before {
  position: absolute;
  content: "";
  top: 110px;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("../images/countries/gallery-title.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.gallery-section .gallery-grid .grid4 {
  grid-area: grid4;
}
.gallery-section .gallery-grid .grid5 {
  grid-area: grid5;
}

.country-stat {
  background: url("../images/countries/stats-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  padding: 90px 0;
  position: relative;
}
.country-stat:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(4, 57, 97, 0.65);
}
.country-stat h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}
.country-stat h2:before {
  position: absolute;
  content: "";
  bottom: -15px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.country-stat .stat-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-count: 7;
     -moz-column-count: 7;
          column-count: 7;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  position: relative;
}
.country-stat .stat-wrapper .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.country-stat .stat-wrapper .item h3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.country-stat .stat-wrapper .item p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.country-overview {
  padding: 100px 0;
}
.country-overview .overview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.country-overview .overview-wrapper .item {
  border-radius: 10px;
  padding: 0 5px;
  width: 20%;
}
.country-overview .overview-wrapper .item a {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.country-overview .overview-wrapper .item a img {
  border-radius: 10px;
  width: 100%;
}
.country-overview .overview-wrapper .item a .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(4, 57, 97, 0.8);
  padding: 14px 5px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.country-overview .overview-wrapper .item a .caption h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
.country-overview h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #2c2c2c;
  text-align: center;
  margin: 30px 0;
  width: 100%;
}

.overview-modal {
  background: rgba(0, 0, 0, 0.8);
}
.overview-modal .modal-content {
  background-color: transparent;
  border: none;
}
.overview-modal .modal-content .modal-body {
  padding: 0;
}
.overview-modal .modal-content .modal-body .close {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  opacity: 1;
}
.overview-modal .modal-content .modal-body .tab-content {
  background-color: #043961;
  border-radius: 10px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left {
  padding: 80px 25px 80px 70px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #ffffff;
  margin-bottom: 40px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left .overview-desc {
  max-height: 47vh;
  overflow-y: scroll;
  padding-right: 70px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left .overview-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #84bae1;
  margin-bottom: 20px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left .overview-desc::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(255, 255, 255, 0.1411764706);
  padding: 0 4px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-left .overview-desc::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-right .img-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  width: 100%;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: cover !important;
  border-radius: 0 10px 0 10px;
}
.overview-modal .modal-content .modal-body .tab-content .overview-main .overview-right h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #84bae1;
  padding-top: 15px;
  padding-bottom: 20px;
}
.overview-modal .modal-content .modal-body .nav-tabs {
  border-bottom: none;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 10px;
}
.overview-modal .modal-content .modal-body .nav-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link {
  background: none;
  padding: 0;
  border: none;
  position: relative;
  overflow: hidden;
}
.overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link img {
  height: 125px;
  width: 100%;
  border-radius: 10px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link h3 {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  width: 100%;
  height: 32px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5vh;
  bottom: -5vh;
  border-radius: 0 0 10px 10px;
  left: 0;
  background-color: rgba(4, 57, 97, 0.9);
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
}
.overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link:hover img, .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link.active img {
  -webkit-filter: none;
          filter: none;
}
.overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link:hover:before, .overview-modal .modal-content .modal-body .nav-tabs .nav-item .nav-link.active:before {
  bottom: 0;
}

.category-desc {
  padding: 60px 0;
}
.category-desc h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #043961;
  margin-bottom: 30px;
}
.category-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
}

.listing-main {
  padding-bottom: 90px;
}
.listing-main .list-item {
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
.listing-main .list-item .img-container {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
}
.listing-main .list-item .img-container img {
  height: 420px;
  width: 100%;
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-main .list-item .caption {
  padding-left: 25px;
}
.listing-main .list-item:hover .img-container img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.listing-main .list-item:hover .img-container h3:after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.package-main {
  padding: 100px 0;
  position: relative;
}
.package-main .package-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  position: sticky;
  top: 70px;
  background-color: #fff;
  padding: 15px 0;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.package-main .package-header.relocated-header {
  top: 0;
}
.package-main .package-header h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #043961;
}
.package-main .package-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.package-main .detail-wrapper .package-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2c2c2c;
  margin-bottom: 15px;
}
.package-main .detail-wrapper .package-desc h1,
.package-main .detail-wrapper .package-desc h3,
.package-main .detail-wrapper .package-desc h2,
.package-main .detail-wrapper .package-desc h4,
.package-main .detail-wrapper .package-desc h5,
.package-main .detail-wrapper .package-desc h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #043961;
  margin: 25px 0;
}
.package-main .detail-wrapper .custom-infos {
  margin-top: 30px;
}
.package-main .detail-wrapper .custom-infos h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #043961;
  margin-bottom: 20px;
}
.package-main .detail-wrapper .custom-infos .ck-text table tr {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package-main .detail-wrapper .custom-infos .ck-text table tr td:first-child {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #043961;
  margin-right: 60px;
}
.package-main .detail-wrapper .custom-infos .ck-text ul {
  padding-left: 20px;
}
.package-main .detail-wrapper .custom-infos .ck-text ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #2c2c2c;
  list-style: disc;
}
.package-main .detail-wrapper .extra-infos {
  margin-top: 30px;
}
.package-main .detail-wrapper .extra-infos h1,
.package-main .detail-wrapper .extra-infos h2,
.package-main .detail-wrapper .extra-infos h3,
.package-main .detail-wrapper .extra-infos h4,
.package-main .detail-wrapper .extra-infos h5,
.package-main .detail-wrapper .extra-infos h6 {
  font-size: 16px;
  font-weight: 700;
  color: #043961;
  margin-bottom: 20px;
  margin-top: 30px;
}
.package-main .detail-wrapper .extra-infos p {
  color: #2c2c2c;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
}
.package-main .package-sidebar {
  position: sticky;
  top: 80px;
  margin-top: 120px;
}
.package-main .package-sidebar .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.package-main .package-sidebar .sidebar-header h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #043961;
}
.package-main .package-sidebar .sidebar-header a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #b75656;
}
.package-main .package-sidebar .sidebar-item {
  margin-bottom: 30px;
}
.package-main .package-sidebar .sidebar-item .img-container {
  border-radius: 10px;
  margin-bottom: 15px;
}
.package-main .package-sidebar .sidebar-item .img-container img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.package-main .package-sidebar .sidebar-item h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1f5596;
  margin-bottom: 3px;
}
.package-main .package-sidebar .sidebar-item h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #969696;
  margin-bottom: 10px;
}
.package-main .package-sidebar .sidebar-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  background-color: #b75656;
  border-radius: 4px;
  padding: 9px 20px;
  display: inline-block;
}

.contact-main {
  background: url("../images/contact-bg.png");
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  position: relative;
}
.contact-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 24, 43, 0.8);
}
.contact-main:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 90px;
  width: 260px;
  background: url("../images/stay_connected.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-main .contact-wrapper {
  padding: 150px 0;
}
.contact-main .contact-wrapper .contact-left h2 {
  font-weight: 700;
  font-size: 66px;
  line-height: 74px;
  color: #ffffff;
}
.contact-main .contact-wrapper .contact-left h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #64a1ce;
}
.contact-main .contact-wrapper .contact-left .contact-infos {
  margin-top: 35px;
}
.contact-main .contact-wrapper .contact-left .contact-infos .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.contact-main .contact-wrapper .contact-left .contact-infos .info-item .icon {
  height: 62px;
  width: 62px;
  line-height: 65px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
.contact-main .contact-wrapper .contact-left .contact-infos .info-item .icon i {
  font-size: 32px;
  color: #043961;
}
.contact-main .contact-wrapper .contact-left .contact-infos .info-item .infos h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 5px;
}
.contact-main .contact-wrapper .contact-left .contact-infos .info-item .infos p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
.contact-main .contact-wrapper .contact-right .contact-form {
  background: rgba(27, 86, 131, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  border-radius: 10px;
  padding: 30px 35px;
}
.contact-main .contact-wrapper .contact-right .contact-form h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: #ffffff;
  margin-bottom: 40px;
}
.contact-main .contact-wrapper .contact-right .contact-form .form-group {
  margin-bottom: 20px;
}
.contact-main .contact-wrapper .contact-right .contact-form .form-group .form-control {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  height: auto;
  padding: 15px 20px;
  border-radius: 4px;
}
.contact-main .contact-wrapper .contact-right .contact-form .btn {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background-color: #b75656;
  padding: 12px 40px;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
}

.contact-strip {
  padding: 60px 0;
}
.contact-strip .strip-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.contact-strip .strip-wrapper h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: #043961;
}
.contact-strip .strip-wrapper h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #043961;
}
.contact-strip .strip-wrapper p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #043961;
}

.map-section {
  padding-bottom: 100px;
}
.map-section .map-frame {
  width: 100%;
  height: 450px;
}

.booking-main {
  background: url("../images/booking-bg.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  position: relative;
}
.booking-main::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#062f55), to(rgba(183, 86, 86, 0.4)));
  background: linear-gradient(270deg, #062f55 0%, rgba(183, 86, 86, 0.4) 100%);
}
.booking-main .booking-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}
.booking-main .booking-wrapper .booking-left {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.booking-main .booking-wrapper .booking-left .booking-caption img {
  width: auto;
}
.booking-main .booking-wrapper .booking-left .booking-caption p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 20px;
}
.booking-main .booking-wrapper .booking-right {
  padding: 60px 45px 50px 45px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 20px;
}
.booking-main .booking-wrapper .booking-right h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: #ffffff;
  margin-bottom: 40px;
}
.booking-main .booking-wrapper .booking-right form .form-group label {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
}
.booking-main .booking-wrapper .booking-right form .form-group .form-control {
  font-size: 14px;
  line-height: 19px;
  color: #7fa3bf;
  padding: 14px 10px 14px 15px;
  border-radius: 4px;
  height: auto;
  border: none;
}
.booking-main .booking-wrapper .booking-right form .form-group .form-control::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #7fa3bf;
}
.booking-main .booking-wrapper .booking-right form .form-group .form-control::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #7fa3bf;
}
.booking-main .booking-wrapper .booking-right form .form-group .form-control:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #7fa3bf;
}
.booking-main .booking-wrapper .booking-right form .form-group .form-control::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #7fa3bf;
}
.booking-main .booking-wrapper .booking-right form .form-group .form-control::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #7fa3bf;
}
.booking-main .booking-wrapper .booking-right form .form-group .form-control.smaller-input {
  width: 70px;
  padding: 5px 12px;
}
.booking-main .booking-wrapper .booking-right form .form-group.inline-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.booking-main .booking-wrapper .booking-right form .btn-container {
  margin-top: 30px;
}
.booking-main .booking-wrapper .booking-right form .btn-container .btn-filled {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  background-color: #b75656;
  padding: 12px 40px;
  border-radius: 4px;
}
.booking-main .booking-wrapper .booking-right form .btn-container .btn-ghost {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  border: solid 1px #b75656;
  padding: 12px 40px;
  border-radius: 4px;
}
.booking-main .booking-wrapper .booking-right form .date-wrapper {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.popular-choice {
  padding: 80px 0;
}
.popular-choice h3 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #043961;
  margin-bottom: 30px;
  text-align: center;
}
.popular-choice .popular-carousel .item img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 8px;
  margin-bottom: 20px;
}
.popular-choice .popular-carousel .item h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #043961;
}
.popular-choice .popular-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -80px;
  font-size: 140px;
  color: #b75656;
}
.popular-choice .popular-carousel .owl-nav .owl-prev:hover {
  background: none;
}
.popular-choice .popular-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -80px;
  font-size: 140px;
  color: #b75656;
}
.popular-choice .popular-carousel .owl-nav .owl-next:hover {
  background: none;
}
.popular-choice .btn-container {
  text-align: center;
  margin-top: 50px;
}
.about-banner {
  height: 520px;
  background-image: url("../images/about-banner.jpg");
  background-size: cover;
  background-position: center;
}

.about-brief {
  padding: 60px 0;
  text-align: center;
}
.about-brief h3 {
  font-weight: 300;
  font-size: 36px;
  line-height: 56px;
  color: #2c2c2c;
  margin: 0 auto 40px auto;
  width: 90%;
}
.about-brief h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #2c2c2c;
  width: 45%;
  margin: 0 auto 30px auto;
}

.about-parallax {
  background: url("../images/parallax-bg.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 60px 0;
  background-position: bottom;
}
.about-parallax h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #ffffff;
  margin-bottom: 30px;
}
.about-parallax p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.about-services {
  padding: 60px 0;
}
.about-services .img-left .desktop-layout img {
  max-width: 100%;
}
.about-services .img-right .desktop-layout img {
  max-width: 100%;
}
.about-services .services-text .text-block {
  margin-bottom: 30px;
}
.about-services .services-text .text-block h3 {
  font-size: 36px;
  line-height: 49px;
  color: #043961;
  margin-bottom: 25px;
}
.about-services .services-text .text-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #043961;
}

.team-section {
  padding-bottom: 60px;
}
.team-section .team-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.team-section .team-header h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #043961;
  position: relative;
}
.team-section .team-header h2::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -10%;
  width: 120%;
  height: 1px;
  background-color: #043961;
}
.team-section .team-carousel .item .team-item .team-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.team-section .team-carousel .item .team-item .team-img img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border: solid 8px #044b7f;
  border-radius: 22px;
}
.team-section .team-carousel .item .team-item .caption h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #043961;
}
.team-section .team-carousel .item .team-item .caption h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #043961;
}
.team-section .team-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: -60px;
  font-size: 80px;
  color: #b75656;
}
.team-section .team-carousel .owl-nav .owl-prev:hover {
  background: none;
}
.team-section .team-carousel .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: -60px;
  font-size: 80px;
  color: #b75656;
}
.team-section .team-carousel .owl-nav .owl-next:hover {
  background: none;
}

.faq-section {
  padding: 60px 0;
  background: rgb(2, 47, 79);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(2, 47, 79)), color-stop(35%, rgb(4, 75, 127)), to(rgb(4, 75, 112)));
  background: linear-gradient(0deg, rgb(2, 47, 79) 0%, rgb(4, 75, 127) 35%, rgb(4, 75, 112) 100%);
}
.faq-section h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 25px;
}
.faq-section .faq-main {
  padding: 30px;
  background: #c5e0f4;
  border-radius: 10px;
}
.faq-section .faq-main h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #043961;
  text-align: center;
  margin-bottom: 20px;
}
.faq-section .faq-main .accordion {
  max-height: 700px;
  overflow-y: scroll;
  padding-right: 30px;
}
.faq-section .faq-main .accordion::-webkit-scrollbar {
  width: 7px;
  padding: 0 5px;
}
.faq-section .faq-main .accordion::-webkit-scrollbar-track {
  background-color: #e4eff7;
  border-radius: 10px;
}
.faq-section .faq-main .accordion::-webkit-scrollbar-thumb {
  background: #044b7f;
  border-radius: 10px;
}
.faq-section .faq-main .accordion .card {
  margin-bottom: 10px;
  border-radius: 10px;
}
.faq-section .faq-main .accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.faq-section .faq-main .accordion .card .card-header h2 .btn {
  padding: 27px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #043961;
}
.faq-section .faq-main .accordion .card .card-header h2 .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-section .faq-main .accordion .card .card-body {
  padding: 0px 30px 30px 30px;
}
.faq-section .faq-main .accordion .card .card-body p {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #043961;
}

.tagline {
  padding: 30px 0;
}
.tagline .tagline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fixed-departure {
  padding: 60px 0;
}
.fixed-departure .departure-main {
  margin-bottom: 60px;
}
.fixed-departure .departure-main h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #043961;
}
.fixed-departure .departure-main p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #2c2c2c;
}
.fixed-departure .departure-main table thead {
  background-color: #043961;
  color: #fff;
}
.fixed-departure .departure-main table thead tr th {
  font-size: 15px;
}
.fixed-departure .departure-main table tbody tr td a {
  font-size: 14px;
  margin-right: 15px;
  display: inline-block;
  border-radius: 3px;
  color: #043961;
  text-decoration: underline;
  font-weight: 600;
  padding: 1px 5px;
  padding-left: 0;
}
.fixed-departure .departure-main table tbody tr td a:hover {
  color: #b75656;
}

.feedback-section {
  padding: 100px 0;
}
.feedback-section .feedback-form-wrapper {
  background: #044b7f;
  border-radius: 10px;
  padding: 50px 60px;
}
.feedback-section .feedback-form-wrapper h4 {
  color: #fff;
  font-family: "optimabold";
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 34px;
}
.feedback-section .feedback-form-wrapper .form-group {
  margin-bottom: 35px;
}
.feedback-section .feedback-form-wrapper .form-group label {
  display: none;
}
.feedback-section .feedback-form-wrapper .form-group .form-control {
  height: 50px;
  font-size: 15px;
}
.feedback-section .feedback-form-wrapper .form-group .form-control::-webkit-input-placeholder {
  font-size: 15px;
}
.feedback-section .feedback-form-wrapper .form-group .form-control::-moz-placeholder {
  font-size: 15px;
}
.feedback-section .feedback-form-wrapper .form-group .form-control:-ms-input-placeholder {
  font-size: 15px;
}
.feedback-section .feedback-form-wrapper .form-group .form-control::-ms-input-placeholder {
  font-size: 15px;
}
.feedback-section .feedback-form-wrapper .form-group .form-control::placeholder {
  font-size: 15px;
}
.feedback-section .feedback-form-wrapper .form-group textarea.form-control {
  height: 120px;
}
.feedback-section .feedback-form-wrapper button.btn {
  background-color: #b75656;
  border: 0;
  height: 60px;
  width: 100%;
  border-radius: 4px;
  font-family: "optimabold";
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.feedback-section .feedback-form-wrapper button.btn:hover {
  background-color: #066ab2;
}

.banner-inner-item video {
  background: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search-listing .row {
  padding: 0 15px;
}
.search-listing .search-item {
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
.search-listing .search-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.search-listing .search-item:hover h4::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.search-listing .search-item .search-content {
  margin-top: 25px;
  padding-left: 25px;
}
.search-listing .search-item .search-title {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.search-listing .search-item .search-img-wrap {
  height: 420px;
}
.search-listing .search-item .search-img-wrap img {
  -webkit-transition: ease all 0.4s;
  transition: ease all 0.4s;
}
.news-events {
  text-align: center;
}
.news-events h2 {
  font-weight: 300;
  font-size: 92px;
}
.news-events .news-event-btn {
  margin-top: 50px;
}
.news-events .news-wrap {
  margin-top: 40px;
}
.news-events .news-wrap button {
  background: #b75656;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  z-index: 2;
  left: 2px;
}
.news-events .news-wrap button:last-child {
  right: -8px;
  left: auto;
}
.news-events .news-wrap button:last-child i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.news-events .news-wrap button i {
  color: #fff;
  font-size: 20px;
}
.news-events .news-wrap button::before {
  display: none;
}
.news-events .news-wrap .slick-track {
  padding: 15px;
  margin-left: -10px;
}
.news-events .news-wrap .news-list {
  color: #212529;
  background: #fff;
  text-align: left;
  margin: 0 15px;
  padding: 20px 20px 25px;
  position: relative;
}
.news-events .news-wrap h5 {
  font-weight: 600;
  font-size: 18px;
}
.news-events .news-wrap h6 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.news-listing-section .col-12 {
  padding: 0;
}
.news-listing-section h2 {
  color: #044b7f;
  margin-bottom: 50px;
  padding: 0 15px;
}
.news-listing-section .news-category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-listing-section .news-category-wrap .news-category-item {
  background: #fff;
  width: 30.9%;
  margin: 0 10px 30px;
}
.news-listing-section .news-category-wrap .news-category-item h3 {
  font-size: 20px;
  margin: 25px 0 10px;
}
.news-listing-section .news-category-wrap .news-category-item h6 {
  font-size: 14px;
  font-weight: 300;
}
.news-listing-section .news-category-wrap .news-category-item a {
  margin: 25px 0;
  padding: 8px 20px;
  font-size: 14px;
}
.news-listing-section .news-category-wrap .news-category-item .category-img-hold {
  height: 150px;
  overflow: hidden;
}
.news-listing-section .news-category-wrap .news-category-item .category-img-hold img {
  border-radius: 4px;
}

.news-single .news-sticky {
  position: sticky;
  top: 0;
  left: 0;
}
.news-single .news-single-wrap .category-img-hold {
  height: 350px;
  margin-bottom: 20px;
}
.news-single .news-single-wrap .category-img-hold img {
  border-radius: 4px;
  margin-bottom: 20px;
}
.news-single .news-single-wrap h2 {
  margin-bottom: 5px;
  font-size: 34px;
}
.news-single .news-single-wrap h6 + p {
  margin-top: 25px;
}
.news-single .news-single-wrap p {
  margin-bottom: 25px;
}

.news-widget {
  margin-bottom: 30px;
}
.news-widget h4 {
  color: #043961;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.news-widget ul {
  list-style-type: disc;
  color: #043961;
  font-size: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.news-widget ul a {
  color: #2c2c2c;
}
.news-widget ul a:hover {
  color: #b75656;
}

.news-post-links {
  margin-top: 50px;
}
.news-post-links .news-next {
  float: right;
}
.news-post-links a {
  color: #043961;
}
.news-post-links a:hover {
  color: #000;
}

.news-social-share {
  position: sticky;
  margin-top: 50px;
  left: 0;
  top: 40px;
}
.news-social-share li {
  margin-bottom: 15px;
}
.news-social-share a {
  height: 40px;
  width: 40px;
  background: #b75656;
  border-radius: 20px;
  display: block;
  text-align: center;
}
.news-social-share a i {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
}
.news-social-share a:hover {
  opacity: 0.9;
}

.news-description {
  margin-top: 25px;
}
.news-description * {
  margin-bottom: 15px;
}
.news-description table {
  width: 100%;
}

body .news-single-wrap .news-description h1 {
  font-size: 28px;
}
body .news-single-wrap .news-description h2 {
  font-size: 26px;
}
body .news-single-wrap .news-description h3 {
  font-size: 24px;
}
body .news-single-wrap .news-description h4 {
  font-size: 22px;
}

.pdf-news {
  text-align: right;
  margin-bottom: 35px;
  font-size: 20px;
}
.pdf-news i {
  margin-left: 5px;
}

.news-img-wrap {
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
.news-img-wrap img {
  border-radius: 4px;
}

.ribbon {
  position: absolute;
  width: 160px;
  color: #fff;
  text-align: center;
  padding: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 20px;
  left: -40px;
  z-index: 2;
  background-color: #044b7f;
  font-size: 14px;
  font-weight: 600;
  border: 1px dashed rgba(255, 255, 255, 0.85);
}
.ribbon:before {
  left: 148px;
  top: 37px;
}
.ribbon:after {
  left: 2px;
  top: 36px;
}

.package-days {
  height: 50px;
  width: 50px;
  background-color: #B75656;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  line-height: 1.15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-transform: capitalize;
}

.package-widget ul {
  list-style-type: none;
}
.package-widget li {
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
}
.package-widget a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.package-widget span {
  background: #f5fdff;
  padding: 18px;
  height: 80px;
  width: 80px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}/*# sourceMappingURL=custom.css.map */