/* ================================
    *CSS INDEX
    *BASE CSS
    *HEADER AREA CSS
    *HERO AREA CSS
    *TRAVEL INFO AREA CSS
    *TRAVEL PLACE AREA CSS
    *FEEDBACK AREA CSS
    *SUBSCRIBE AREA CSS
    *VIDEO AREA CSS
    *COUNTING AREA CSS
    *TESTIMONIAL AREA CSS
    *CALL TO ACTION AREA CSS
    *MAP AREA CSS
    *FOOTER AREA CSS
================================ */

/* ================================
    *BASE CSS
================================ */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700|Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;display=swap');

html
{
    scroll-behavior: smooth;
}
.alignleft {
    float: left;
    margin-right: 15px;
}

a{
    text-decoration: none !important;
    color: #000 !important;
}
.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus, textarea:focus, input:focus, button:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    margin: 0 0 15px;
    font-weight: 300;
    color: #161c2d;
}

body {
    font-family: 'Quicksand', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: #2F2E41;
}

a:hover { text-decoration: none }

.pdt-10 {
    padding-top: 10px;
}

.pdt-20 {
    padding-top: 20px;
}

.pdt-30 {
    padding-top: 30px;
}

.pdt-40 {
    padding-top: 40px;
}

.pdt-50 {
    padding-top: 50px;
}

.pdt-60 {
    padding-top: 60px;
}

.pdt-70 {
    padding-top: 70px;
}

.pdt-80 {
    padding-top: 80px;
}

.pdt-90 {
    padding-top: 90px;
}

.pdb-10 {
    padding-bottom: 10px;
}

.pdb-20 {
    padding-bottom: 20px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.pdb-40 {
    padding-bottom: 40px;
}

.pdb-50 {
    padding-bottom: 50px;
}

.pdb-60 {
    padding-bottom: 60px;
}

.pdb-70 {
    padding-bottom: 70px;
}

.pdt-100 {
    padding-top: 85px;
}

.pd-50 {
    padding: 50px 0;
}

.pdb-100 {
    padding: 85px 0;
}

.pd-100 {
    padding: 85px 0;
}

.button {
  display: inline-block;
  background-color: #031c4f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.button::after {
  content: "\f10b";
  font-family: Flaticon;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.button:hover {
  cursor: pointer;
  background-color: #2F2E41;
}
.button:active {
  background-color: #CF5603;
}
.button.show {
  opacity: 1;
  visibility: visible;
}

.same-heading {
    margin-bottom: 55px;
}

.same-heading h2 {
    font-size: 35px;
    padding-bottom: 5px;
}

.light-gray-bg {
    background: #f6f6f6;
}

.slicknav_menu {
    display: none;
}

/* ================================
    *HEADER AREA CSS
================================ */
.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu li {
    display: inline-block;
}

.mainmenu li a {
    display: block;
    padding: 0 13px;
    color: #161c2d;
    transition: all .3s ease-in-out;
}

.mainmenu li a:hover {
    color: #031c4f;
}

a.search-btn:hover {
    color: #031c4f;
}

.header-area {
    padding: 55px 0;
}

.header-area.header-absolute {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.about-mainmenu a, .about-mainmenu li a {
    color: #fff;
}

a.search-btn i:before {
    font-size: 17px;
    color: #fff;
}

/* ================================
    *HERO AREA CSS
================================ */
.hero-area {
    background-image: url(../img/hero-area-bg.jpg);
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    height: 800px;
}

.hero-content {
    padding-top: 85px;
}

.hero-area-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.hero-content h4 {
    font-size: 25px;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 45px;
    line-height: 1.33;
}

a.default-btn {
    display: inline-block;
    padding: 15px 78px;
    border-radius: 5px;
    background: #031c4f;
    color: #fff;
    margin-top: 28px;
    position: relative;
    bottom: 0;
    transition: all .3s ease-in-out;
}

a.default-btn:hover {
    bottom: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

.about-hero {
    background-image: url(../img/about-hero-bg.jpg);
    height: 800px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
}

.about-hero:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #121E40;
    z-index: -1;
    opacity: .5;
}


.about-hero-content {
    padding-top: 0;
    color: #fff;
}

.about-hero-content h1 {
    color: #fff;
}

.place-hero {
    background-image: url(../img/place-area-bg.jpg);
    height: 800px;
    position: relative;
    z-index: 1;
}

.place-hero:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #161C2D;
    opacity: .5;
    content: "";
    z-index: -1;
}

.contact-hero {
    background-image: url(../img/contact-hero-bg.jpg);
}


/* ================================
    *TRAVEL INFO AREA CSS
================================ */
.single-travel-info-box {
    background: #fdfdfd;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 30px 20px 15px 20px;
    transition: all .5s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.travel-icon i:before {
    font-size: 65px;
    margin: 0;
    transition: all .5s ease-in-out;
}

.single-travel-info-box:hover i:before {
    color: #031c4f;
}

.single-travel-info-box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    transition: all .5s ease-in-out;
}

/* ================================
    *TRAVEL PLACE AREA CSS
================================ */

.single-travel-place:hover {
    bottom: 10px;
}

.travel-place-overflow {
    overflow: hidden;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.single-travel-place-bg {
    position: relative;
    height: 300px;
    background-size: cover;
    background-position: top;
    background-color: #ddd;
    transition: all .5s ease-in-out;
}

.place-bg-1 {background-image: url(../img/place-bg-1.jpg);}
.place-bg-2 {background-image: url(../img/place-bg-2.jpg);}
.place-bg-3 {background-image: url(../img/place-bg-3.jpg);}
.place-bg-4 {background-image: url(../img/place-bg-4.jpg);}
.place-bg-5 {background-image: url(../img/place-bg-5.jpg);}
.place-bg-6 {background-image: url(../img/place-bg-6.jpg);}
.place-bg-7 {background-image: url(../img/place-bg-7.jpg);}
.place-bg-8 {background-image: url(../img/place-bg-8.jpg);}

.travel-place-carousel.owl-carousel .owl-stage-outer {
    overflow: inherit;
}

.travel-place-area.pdt-100.overflow-hidden {
    overflow: hidden;
}

.single-travel-place {
    background: #fdfdfd;
    box-shadow:  0 1px 5px 0 rgba(0, 0, 0, 0.1);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: relative;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.single-travel-place:hover .single-travel-place-bg {
    transform: scale(1.1);
}

.place-content {
    padding: 28px 20px 0 30px;
}

.place-content h4 {
    font-size: 18px;
}

.place-content h4 span {
    font-size: 15px;
    margin-top: 10px;
    display: block;
}

.place-content p {
    padding-top: 5px;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.place-content p span {
    font-size: 15px;
    font-weight: 300;
    text-decoration: line-through;
    margin-right: -5px;
}

.place-btn {
    text-align: right;
}

.place-btn a.place-icon {
    position: relative;
    top: -7px;
    right: -17px;
    border: 1px solid #e5e8ed;
    text-align: center;
    padding: 10px 15px 10px 0px;
    border-radius: 5px 5px 50px 5px;
    color: #202020;
}

.place-btn a.place-icon i:before {
    margin-right: 10px;
    transition: all .5s ease-in-out;
}

.place-btn a.place-icon:hover i:before {
    margin-right: 0;
}

.place-btn a.place-icon:hover {
    color: #fff;
    background: #031c4f;
}

.place-item-bg-1 {background-image: url(../img/place-item-bg-1.jpg);}
.place-item-bg-2 {background-image: url(../img/place-item-bg-2.jpg);}
.place-item-bg-3 {background-image: url(../img/place-item-bg-3.jpg);}
.place-item-bg-4 {background-image: url(../img/place-item-bg-4.jpg);}
.place-item-bg-5 {background-image: url(../img/place-item-bg-5.jpg);}
.place-item-bg-6 {background-image: url(../img/place-item-bg-6.jpg);}
.place-item-bg-7 {background-image: url(../img/place-item-bg-7.jpg);}
.place-item-bg-8 {background-image: url(../img/place-item-bg-8.jpg);}
.place-item-bg-9 {background-image: url(../img/place-item-bg-9.jpg);}
.place-item-bg-10 {background-image: url(../img/place-item-bg-10.jpg);}
.place-item-bg-11 {background-image: url(../img/place-item-bg-11.jpg);}
.place-item-bg-12 {background-image: url(../img/place-item-bg-12.jpg);}

.single-place-item {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}

.single-place-item.small-size {
    height: 200px;
}

ul.place-title {
    margin: 0;
    padding-bottom: 50px;
    list-style: none;
}

ul.place-title li {
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.place-hover {
    padding: 25px;
    height: 100%;
    position: relative;
    z-index: 1;
    transform: scale(.5);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.place-hover a i {
    float: right;
    color: #fff;
}

.place-hover h4 {
    color: #c54c4c;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    margin-left: 25px;
}

.place-hover h4 span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

ul.place-title li.active {
    border-bottom: 3px solid #031c4f;
    padding-bottom: 7px;
}


ul.place-title:after {
    position: absolute;
    left: 31%;
    width: 41%;
    height: 1px;
    top: 133px;
    content: "";
    background: #C4C6CA;
}

.single-place-item:hover .place-hover {
    transform: scale(1);
    opacity: 2;
    visibility: visible;
}

.place-hover:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #161C2D;
    transform: scale(.5);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.single-place-item:hover .place-hover:after {
    opacity: .5;
    visibility: visible;
    transform: scale(1);
}

.row.place-list .col-md-4:nth-child(1) .single-place-item, .row.place-list .col-md-4:nth-child(3) .single-place-item, .row.place-list .col-md-4:nth-child(6) .single-place-item, .row.place-list .col-md-4:nth-child(7) .single-place-item, .row.place-list .col-md-4:nth-child(9) .single-place-item, .row.place-list .col-md-4:nth-child(12) .single-place-item{
    height: 200px;
}

a.place-more-btn {
    color: #4B576B;
    transition: all .3s ease-in-out;
}

a.place-more-btn:hover {
    color: #031c4f;
}

/* ================================
    **FEEDBACK AREA CSS
================================ */

.single-feedback {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background: #fdfdfd;
    margin: 15px;
    padding: 30px 20px 15px 20px;
    transition: all .5s ease-in-out;
    position: relative;
    bottom: 0;
}

.single-feedback:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    bottom: 10px;
}

.feedback-author {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.feedback-author-bg-1 {background-image: url(../img/feedback-author-1.png);}
.feedback-author-bg-2 {background-image: url(../img/feedback-author-2.png);}
.feedback-author-bg-3 {background-image: url(../img/feedback-author-3.png);}
.feedback-author-bg-4 {background-image: url(../img/feedback-author-4.png);}
.feedback-author-bg-5 {background-image: url(../img/feedback-author-5.png);}
.feedback-author-bg-6 {background-image: url(../img/feedback-author-6.png);}

.feedback-meta {display: inline-block;}

.feedback-meta h5 {
    font-size: 18px;
    margin-left: 20px;
}

.feedback-meta h5 span {
    display: block;
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
}

.feedback-rating i:before {
    font-size: 10px;
    margin-left: 10px;
    color: #031c4f;
}

.feedback-rating {
    margin-bottom: 10px;
}

.feedback-carousel .owl-dots div {
    display: inline-block;
    width: 15px;
    height: 4px;
    background: #ccc;
    text-align: center;
    margin: 15px 3px 5px 3px;
    border-radius: 25px;
}

.feedback-carousel .owl-dots {
    text-align: center;
}

.feedback-carousel .owl-dots div.active {
    width: 25px;
    background: #031c4f;
}

/* ================================
    **VIDEO AREA CSS
================================ */

.about-video-box-bg {
    background-image: url(../img/about-video-box.jpg);
    height: 450px;
    background-position: center;
    width: 100%;
    display: table;
    position: relative;
    z-index: 1;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.about-video-box-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.about-video-icon i:before {
    font-size: 50px;
    color: #031c4f;
    z-index: 99;
    position: relative;
    left: -9px;
    top: 1px;
}

.about-video-box-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #141b5d;
    opacity: .25;
    z-index: -1;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
}

.about-video-icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  opacity: 0.25;
  background-color: #ffffff;
}

.about-video-icon:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fff;
  opacity: .5;
  border-radius: 50%;
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.about-video-heading.same-heading {
    margin-bottom: 55px;
}


/* ================================
    **SUBSCRIBE/CONTACT AREA CSS
================================ */

.subscribe-form input[type=text], .subscribe-form input[type=tel], .subscribe-form textarea {
    width: 100%;
    border: 1px solid #363637;
    padding: 20px;
    background: #fdfdfd;
    border-radius: 0 25px 0 25px;
}

.subscribe-form textarea {
    resize: none;
}

.subscribe-form input:focus, .subscribe-form textarea:focus {
    border-color: #031c4f;
}

.subscribe-button {
    text-align: center;
    margin-top: 50px;
}

.subscribe-button input[type=submit] {
    background: #031c4f;
    border: none;
    color: #fff;
    border-radius: 5px;
    padding: 15px 84px;
    display: inline-block;
    position: relative;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.subscribe-form input[type=text], .subscribe-form input[type=tel] {
    margin-bottom: 45px;
}

.contact-subscribe.subscribe-form input[type=submit] {
    margin-bottom: 15px;
}

/* ================================
    **TESTIMONIAL AREA CSS
================================ */
.team-achieve-icon i:before {
    font-size: 80px;
    margin: 0;
}

.single-team-achieve-wrap {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single-team-achieve-box {
    display: table;
    width: 100%;
    height: 350px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fdfdfd;
    border-radius: 0 50px 0 50px;
    transition: all .3s ease-in-out;
    position: relative;
    bottom: 0;
}

.single-team-achieve-wrap h1 {
    font-size: 35px;
    font-weight: 500;
    font-family: Quicksand;
    display: inline-block;
}

.single-team-achieve-wrap span {
    font-size: 35px;
    font-weight: 500;
}

.single-team-achieve-wrap p {
    font-size: 20px;
    font-weight: 700;
}

.single-team-achieve-box:hover {
    background: #031c4f;
    color: #fff;
    box-shadow: 0 14px 28px rgba(0,0,0,0.2), 0 10px 10px rgba(0, 0, 0, 0.07);
    bottom: 5px;
}

.single-team-achieve-box:hover .team-achieve-icon i:before {
    color: #fff;
}

.single-team-achieve-box:hover h1, .single-team-achieve-box:hover span {
    color: #fff;
}

.team-member-bg {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    border-radius: 0 50px 0 50px;
}

.single-team-member {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #fdfdfd;
    border-radius: 0 50px 50px 0;
    transition: all .3s ease-in-out;
    position: relative;
    bottom: 0;
}

.team-member-bg-1 {background-image: url(../img/team-member-1.jpg);}
.team-member-bg-2 {background-image: url(../img/team-member-2.jpg);}
.team-member-bg-3 {background-image: url(../img/team-member-3.jpg);}

.team-member-content h4 {
    font-size: 25px;
    padding-left: 30px;
}

.team-member-content h4 span {
    font-size: 20px;
    display: block;
}

.single-team-member:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
    bottom: 10px;
}

.single-contact-team {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fdfdfd;
    border-radius: 0 50px 0 50px;
    padding: 30px;
    height: 200px;
    position: relative;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.contact-team-icon i:before {
    font-size: 45px;
    margin: 0;
    border: 5px solid #031c4f;
    padding: 15px;
    border-radius: 50%;
    color: #031c4f;
    background: #fff;
}

.single-contact-team h4 {
    font-size: 25px;
}

.single-contact-team h4 span {
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.contact-team-icon {
    margin-top: -70px;
}

.single-contact-team:hover {
    background: #031c4f;
    transition: all .3s ease-in-out;
}

.single-contact-team:hover h4 {
    color: #fff;
}

.single-contact-team:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.2), 0 10px 10px rgba(0, 0, 0, 0.07);
    bottom: 10px;
}

.subscribe-button input[type=submit]:hover {
    bottom: 5px;
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}

.team-member-area.pd-100 {
    padding-bottom: 100px;
}

/* ================================
    *CALL TO ACTION  CSS
================================ */
.cta-area {
    background: #F9F9F9;
    border-bottom: 1px solid #E1E2E6;
}

.cta-area.pd-100 {
    padding-bottom: 100px;
}
/* ================================
    **FOOTER AREA CSS
================================ */

.footer-wrap .logo {
    margin-bottom: 15px;
}

.social-links a {
    color: #161c2d;
    border: 1px dashed #161c2d;
    padding: 6px 11px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    margin-top: 5px;
    transition: all .3s ease-in-out;
}

.social-links a i:before {
    margin: 0;
}

.social-links a:hover {
    color: #ffff;
    border-color: #031c4f;
    background: #031c4f;
}

.footer-wrap h4 {
    font-size: 20px;
    font-family: Quicksand;
}

.footer-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-wrap li a {
    color: #161c2d;
    line-height: 2;
    transition: all .3s ease-in-out;
}

.footer-wrap li a:hover {
    color: #031c4f;
}

.footer-border {
    border-bottom: 1px solid #E1E2E6;
    padding: 100px 0;
}

.footer-area {
    background: #F8F8FB;
}

.copyright-area {
    padding: 40px 0;
    background: #F8F8FB;
}

