@charset "UTF-8";
/*------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
** Navbar Area
--------------------------
** Header Area
--------------------------
** Top bar
--------------------------
** Support Bar
--------------------------
** About Us Area
--------------------------
** Why choose us
--------------------------
** Portfolio
--------------------------
** Service
--------------------------
** Pricing Plans
--------------------------
** Team Member
--------------------------
** Testimonial Area
--------------------------
** Fun Fact Area
--------------------------
** News Feed
--------------------------
** Brands logo
--------------------------
** Sidebar
--------------------------
** Footer Area
--------------------------
** About Page
--------------------------
** Services Pages
--------------------------
** Pricing Page
--------------------------
** Destinations
--------------------------
** Crews Page
--------------------------
** Airlines Page
--------------------------
** Flight Schedule
--------------------------
** Book Flight
--------------------------
** Contact Page
--------------------------
** Blog Page
--------------------------
** Blog Details Page
--------------------------
** Profile Page
--------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url('https://fonts.googleapis.com/css?family=Lato');
/*---------------------------
** Global Scss
---------------------------*/
.remove-col-padding {
  padding: 0; }

.remove-col-padding-right {
  padding-right: 0; }

.remove-col-padding-left {
  padding-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.margin-top-10 {
  margin-top: 10px; }

.margin-top-20 {
  margin-top: 20px; }

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

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

.margin-top-50 {
  margin-top: 50px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-0 {
  margin-bottom: 0px; }

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

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

.margin-bottom-20 {
  margin-bottom: 20px; }

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

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

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-top-100 {
  margin-bottom: 100px; }

.margin-top-120 {
  margin-top: 120px; }

.padding-left-0 {
  padding-left: 0px !important; }

.section-subtitle {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #d02027;
  font-weight: 700; }

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #d02027;
  background-image: none;
  color: #fff; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem; }

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #d02027;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  z-index: 99;
  cursor: pointer; }
  .back-to-top i {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg); }

.boxed-btn {
  display: inline-block;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  width: 200px;
  background-color: #d02027;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .boxed-btn:hover {
    color: #fff;
    background-color: #151525; }
  .boxed-btn.btn-rounded {
    border-radius: 30px; }
  .boxed-btn.blank {
    background-color: transparent;
    border: 2px solid #d02027;
    color: #d02027; }
    .boxed-btn.blank:hover {
      background-color: #d02027;
      color: #fff; }

.section-title {
  margin-bottom: 77px; }
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 15px; }
  .section-title p {
    color: #b1b1c1;
    line-height: 24px;
    font-size: 14px;
    max-width: 70%;
    margin: 0 auto; }

.c-white {
  color: #fff; }

.c-red {
  color: #d02027; }

.bg-red {
  background-color: #d02027; }

.c-green {
  color: #00cf92; }

.submit-btn {
  width: 250px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  background-color: #d02027;
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #151525; }
  .submit-btn.btn-rounded {
    border-radius: 30px; }
  .submit-btn.btn-center {
    display: block;
    margin: 0 auto;
    margin-top: 25px; }
  .submit-btn:focus {
    outline: none; }

.section-title-inner {
  text-align: center;
  margin-bottom: 45px; }
  .section-title-inner .subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    color: #d02027;
    margin-bottom: 20px;
    display: block; }
  .section-title-inner .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px; }

.form-element.margin-bottom-30 {
  margin-bottom: 27px; }

.form-element label {
  color: #151525;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px; }
  .form-element label span {
    color: #BE1F27; }

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.has-icon {
  position: relative;
  display: block; }
  .has-icon.textarea .the-icon {
    top: 25px; }
  .has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .has-icon .the-icon {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    color: #7c7c90; }

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 30px;
  border-radius: 5px;
  color: #7c7c90; }
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #7c7c90; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7c7c90; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7c7c90; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7c7c90; }
  .input-field.borderd {
    border: 2px solid rgba(0, 0, 0, 0.1); }
    .input-field.borderd:focus {
      border: 2px solid rgba(0, 0, 0, 0.1); }
  .input-field.textarea {
    min-height: 120px;
    padding: 20px 30px;
    resize: none; }
  .input-field.error {
    border: 2px solid #d02027; }
    .input-field.error::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #d02027; }
    .input-field.error:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #d02027; }
    .input-field.error::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #d02027; }
    .input-field.error:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #d02027; }
    .input-field.error:focus {
      border-color: #d02027; }

.blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content .title {
  display: none; }

.email-success {
  display: block;
  width: 100%; }

.checkbox-element {
  display: inline-block; }

.checkbox-wrapper {
  display: inline-block; }

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #585869;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-inner .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1); }
  .checkbox-inner input:checked ~ .checkmark {
    background-color: transparent; }
  .checkbox-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-inner input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-inner .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #d02027;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.table-responsive {
  display: table; }

/*---------------------
    Breadcumb Area
----------------------*/
.breadcumb-area {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 180px 0 185px 0; }
  .breadcumb-area .title {
    color: #fff;
    font-size: 60px;
    line-height: 75px; }
  .breadcumb-area p {
    color: #e3e3eb;
    font-size: 14px;
    line-height: 24px;
    max-width: 530px;
    margin: 0 auto; }
  .breadcumb-area.service-breadcumb-bg {
    background-image: url("../img/bg/service-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.flight-schedule-breadcumb-bg {
    background-image: url("../img/bg/flight-schedule-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.book-flight-breadcumb-bg {
    background-image: url("../img/bg/book-flight-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.destination-breadcumb-bg {
    background-image: url("../img/bg/destination-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.crews-breadcumb-bg {
    background-image: url("../img/bg/crews-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.airline-breadcumb-bg {
    background-image: url("../img/bg/airline-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.profile-breadcumb-bg {
    background-image: url("../img/bg/profile-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.contact-breadcumb-bg {
    background-image: url("../img/bg/contact-breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area.breadcumb-bg {
    background-image: url("../img/bg/breadcumb-bg.jpg");
    background-size: cover;
    background-position: center; }
  .breadcumb-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 37, 0.5);
    z-index: -1; }

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; }

.preloader-body {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  left: 50%;
  -webkit-animation: speeder .4s linear infinite;
  animation: speeder .4s linear infinite; }

.preloader-body > span {
  height: 5px;
  width: 35px;
  background: #d02027;
  position: absolute;
  top: -19px;
  left: 60px;
  border-radius: 2px 10px 1px 0; }

.base span {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 100px solid #d02027;
  border-bottom: 6px solid transparent; }

.base span:before {
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #d02027;
  position: absolute;
  right: -110px;
  top: -16px; }

.base span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 55px solid #d02027;
  border-bottom: 16px solid transparent;
  top: -16px;
  right: -98px; }

.face {
  position: absolute;
  height: 12px;
  width: 20px;
  background: #d02027;
  border-radius: 20px 20px 0 0;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
  right: -125px;
  top: -15px; }

.face:after {
  content: "";
  height: 12px;
  width: 12px;
  background: #d02027;
  right: 4px;
  top: 7px;
  position: absolute;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  border-radius: 0 0 0 2px; }

.preloader-body > span > span:nth-child(1),
.preloader-body > span > span:nth-child(2),
.preloader-body > span > span:nth-child(3),
.preloader-body > span > span:nth-child(4) {
  width: 30px;
  height: 1px;
  background: #d02027;
  position: absolute;
  -webkit-animation: fazer1 .2s linear infinite;
  animation: fazer1 .2s linear infinite; }

.preloader-body > span > span:nth-child(2) {
  top: 3px;
  -webkit-animation: fazer2 .4s linear infinite;
  animation: fazer2 .4s linear infinite; }

.preloader-body > span > span:nth-child(3) {
  top: 1px;
  -webkit-animation: fazer3 .4s linear infinite;
  animation: fazer3 .4s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.preloader-body > span > span:nth-child(4) {
  top: 4px;
  -webkit-animation: fazer4 1s linear infinite;
  animation: fazer4 1s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes fazer1 {
  0% {
    left: 0; }
  100% {
    left: -80px;
    opacity: 0; } }

@keyframes fazer1 {
  0% {
    left: 0; }
  100% {
    left: -80px;
    opacity: 0; } }

@-webkit-keyframes fazer2 {
  0% {
    left: 0; }
  100% {
    left: -100px;
    opacity: 0; } }

@keyframes fazer2 {
  0% {
    left: 0; }
  100% {
    left: -100px;
    opacity: 0; } }

@-webkit-keyframes fazer3 {
  0% {
    left: 0; }
  100% {
    left: -50px;
    opacity: 0; } }

@keyframes fazer3 {
  0% {
    left: 0; }
  100% {
    left: -50px;
    opacity: 0; } }

@-webkit-keyframes fazer4 {
  0% {
    left: 0; }
  100% {
    left: -150px;
    opacity: 0; } }

@keyframes fazer4 {
  0% {
    left: 0; }
  100% {
    left: -150px;
    opacity: 0; } }

@-webkit-keyframes speeder {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
    transform: translate(-1px, -3px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
    transform: translate(-2px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
    transform: translate(-1px, 3px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
    transform: translate(-1px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
    transform: translate(-2px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }

@keyframes speeder {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
    transform: translate(-1px, -3px) rotate(-1deg); }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
    transform: translate(-2px, 0px) rotate(1deg); }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg); }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
    transform: translate(-1px, 3px) rotate(-1deg); }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
    transform: translate(-1px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
    transform: translate(-2px, -1px) rotate(1deg); }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0deg); }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg); } }

.longfazers {
  position: absolute;
  width: 100%;
  height: 100%; }

.longfazers span {
  position: absolute;
  height: 2px;
  width: 20%;
  background: #000; }

.longfazers span:nth-child(1) {
  top: 20%;
  -webkit-animation: lf .6s linear infinite;
  animation: lf .6s linear infinite;
  -webkit-animation-delay: -5s;
  animation-delay: -5s; }

.longfazers span:nth-child(2) {
  top: 40%;
  -webkit-animation: lf2 .8s linear infinite;
  animation: lf2 .8s linear infinite;
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.longfazers span:nth-child(3) {
  top: 60%;
  -webkit-animation: lf3 .6s linear infinite;
  animation: lf3 .6s linear infinite; }

.longfazers span:nth-child(4) {
  top: 80%;
  -webkit-animation: lf4 .5s linear infinite;
  animation: lf4 .5s linear infinite;
  -webkit-animation-delay: -3s;
  animation-delay: -3s; }

@-webkit-keyframes lf {
  0% {
    left: 200%; }
  100% {
    left: -200%;
    opacity: 0; } }

@keyframes lf {
  0% {
    left: 200%; }
  100% {
    left: -200%;
    opacity: 0; } }

@-webkit-keyframes lf2 {
  0% {
    left: 200%; }
  100% {
    left: -200%;
    opacity: 0; } }

@keyframes lf2 {
  0% {
    left: 200%; }
  100% {
    left: -200%;
    opacity: 0; } }

@-webkit-keyframes lf3 {
  0% {
    left: 200%; }
  100% {
    left: -100%;
    opacity: 0; } }

@keyframes lf3 {
  0% {
    left: 200%; }
  100% {
    left: -100%;
    opacity: 0; } }

@-webkit-keyframes lf4 {
  0% {
    left: 200%; }
  100% {
    left: -100%;
    opacity: 0; } }

@keyframes lf4 {
  0% {
    left: 200%; }
  100% {
    left: -100%;
    opacity: 0; } }

/*====================
** Normalize
====================*/
html {
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0;
  color: #7d7c8f;
  overflow-x: hidden; }

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333; }

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444; }

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333; }

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151525;
  font-weight: 700;
  font-family: "Lato", serif; }

p {
  font-size: 14px;
  color: #151525;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #151525;
  text-decoration: none; }

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

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

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

/*------------------------------
    Navbar Area
------------------------------*/
.dropdown:hover > .dropdown-menu {
  display: block; }

.navbar-area {
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  background-color: #151525;
  padding: 0; }
  .navbar-area.nav-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; }
  .navbar-area .navbar-collapse {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in; }
    .navbar-area .navbar-collapse .navbar-nav .nav-item {
      display: inline-block;
      font-size: 14px;
      line-height: 45px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 20px 16px;
      position: relative; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:first-child {
        padding-left: 0; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu {
        padding: 0;
        border-radius: 0;
        margin: 0;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item {
          font-size: 14px;
          font-weight: 700;
          color: #737286;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .dropdown-menu .dropdown-item:hover {
            background-color: #d02027;
            color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
          padding: 0;
          border-radius: 0; }
          .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item {
            font-size: 14px;
            font-weight: 700;
            color: #737286;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in; }
            .navbar-area .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show .dropdown-item:hover {
              background-color: #d02027;
              color: #fff; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
        color: #d02027; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item:last-child {
        padding-right: 0; }
      .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: #fff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .navbar-area .navbar-collapse .navbar-nav .nav-item .nav-link.pl-0 {
          padding-left: 0; }
  .navbar-area .navbar-btn-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .navbar-area .navbar-btn-wrapper .boxed-btn {
      width: 200px;
      height: 50px;
      line-height: 50px; }
      .navbar-area .navbar-btn-wrapper .boxed-btn:hover {
        background-color: rgba(208, 32, 39, 0.9); }

/*------------------------------
    Header Area
------------------------------*/
.header-area .header-slider .single-header-item {
  position: relative;
  z-index: 0;
  padding-top: 185px;
  padding-bottom: 190px;
  overflow: hidden; }
  .header-area .header-slider .single-header-item:after {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(21, 21, 37, 0.5);
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1; }


  .header-area .header-slider .single-header-item.slider-bg-1 {
    background-image: url("../img/bg/header-bg.jpg");
    background-size: cover;
    background-position: center; }


    .slider-bg-2 {
    background-image: url("../img/bg/header-bg-2.jpg");
    background-size: cover;
    background-position: center; }

.header-area:hover .header-slider .owl-nav div {
  opacity: 1; }

.header-area .header-slider .owl-nav div {
  position: absolute;
  left: -30px;
  top: 50%;
  height: 60px;
  width: 60px;
  font-size: 16px;
  color: #fff;
  background-color: #d02027;
  border-radius: 50%;
  line-height: 60px;
  padding-left: 35px;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0; }

.header-area .header-slider .owl-nav div.owl-next {
  left: auto;
  right: -30px;
  padding-left: 15px; }

.header-area .single-header-item .subtitle {
  font-size: 30px;
  line-height: 38px;
  color: #eaeaea;
  margin-bottom: 15px;
  display: inline-block; }

.header-area .single-header-item h1 {
  color: #fff;
  font-size: 80px;
  line-height: 90px;
  font-weight: 800;
  margin-bottom: 45px; }

.header-area .single-header-item .btn-wrapper .boxed-btn {
  margin: 0 10px;
  border: 2px solid transparent; }
  .header-area .single-header-item .btn-wrapper .boxed-btn:hover {
    background-color: transparent;
    border: 2px solid #fff; }
  .header-area .single-header-item .btn-wrapper .boxed-btn.blank {
    color: #fff;
    border-color: #fff; }
    .header-area .single-header-item .btn-wrapper .boxed-btn.blank:hover {
      border-color: #d02027;
      background-color: #d02027; }

/*----------------------
    Top bar 
-----------------------*/
.topbar-bar {
  background-color: #f3f3f3;
  padding: 15px 0; }
  .topbar-bar .topbar-inner .topbar-left-content {
    display: inline-block; }
    .topbar-bar .topbar-inner .topbar-left-content ul li {
      display: inline-block;
      margin: 0 5px; }
      .topbar-bar .topbar-inner .topbar-left-content ul li:first-child {
        margin-left: 0; }
      .topbar-bar .topbar-inner .topbar-left-content ul li a {
        color: #4e4e62;
        font-size: 14px;
        line-height: 100%;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .topbar-bar .topbar-inner .topbar-left-content ul li a:hover {
          color: #d02027; }
  .topbar-bar .topbar-inner .topbar-right-content {
    display: inline-block;
    float: right; }
    .topbar-bar .topbar-inner .topbar-right-content ul li {
      display: inline-block;
      margin: 0 13px; }
      .topbar-bar .topbar-inner .topbar-right-content ul li:last-child {
        margin-right: 0; }
      .topbar-bar .topbar-inner .topbar-right-content ul li a {
        color: #4e4e62;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .topbar-bar .topbar-inner .topbar-right-content ul li a:hover {
          color: #d02027; }

/*--------------------
    Support Bar
--------------------*/
.support-bar-area {
  padding: 21px 0; }
  .support-bar-area .logo {
    margin-top: 5px;
    display: block; }
  .support-bar-area .support-bar-content {
    text-align: right; }
    .support-bar-area .support-bar-content ul li {
      display: inline-block;
      margin: 0 20px; }
      .support-bar-area .support-bar-content ul li:last-child {
        margin-right: 0; }
    .support-bar-area .support-bar-content .single-support-item {
      text-align: left;
      position: relative; }
      .support-bar-area .support-bar-content .single-support-item .icon {
        position: absolute;
        left: 0;
        top: 0;
        color: #d02027; }
      .support-bar-area .support-bar-content .single-support-item .content {
        padding-left: 30px; }
        .support-bar-area .support-bar-content .single-support-item .content .subtitle {
          font-size: 14px;
          line-height: 24px;
          color: #7c7c90; }
        .support-bar-area .support-bar-content .single-support-item .content h5 {
          font-size: 16px;
          line-height: 24px;
          color: #151525; }

/*-----------------------
    About Us Area
-----------------------*/
.about-area {
  padding: 120px 0 100px 0; }
  .about-area .right-content-area {
    padding-left: 10px; }
    .about-area .right-content-area .section-subtitle {
      margin-bottom: 18px;
      display: block; }
    .about-area .right-content-area h3 {
      font-size: 47px;
      line-height: 58px;
      color: #151525;
      margin-bottom: 22px; }
    .about-area .right-content-area p {
      font-size: 14px;
      line-height: 24px;
      color: #7c7c90; }

/*-----------------------
    Why choose us
------------------------*/
.why-us-area {
  background-color: #151525;
  padding: 120px 0;

  background-image: url("../img/bg/services.jpg"); }
  .why-us-area .section-title h2 {
    margin-bottom: 25px; }

.single-why-us-box {
  padding: 40px 30px 20px 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .single-why-us-box:hover {
    background-color: #d02027; }
    .single-why-us-box:hover .icon {
      color: #fff; }
  .single-why-us-box .icon {
    font-size: 60px;
    color: #d02027;
    line-height: 60px;
    margin-bottom: 27px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .single-why-us-box .icon i:before {
      font-size: 60px; }
  .single-why-us-box .content h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 22px; }
  .single-why-us-box .content p {
    color: #b1b1c1;
    font-size: 14px;
    line-height: 24px; }

/*----------------------
    Portfolio
----------------------*/
.portfolio-area {
  padding: 118px 0 120px 0; }
  .portfolio-area .section-title h2 {
    color: #151525;
    margin-bottom: 13px;
    margin-top: 0; }
  .portfolio-area .section-title p {
    color: #7c7c90; }
  .portfolio-area .portfolio-menu-wrapper {
    margin-bottom: 30px; }
    .portfolio-area .portfolio-menu-wrapper ul {
      font-size: 0;
      display: inline-block; }
      .portfolio-area .portfolio-menu-wrapper ul li {
        display: inline-block;
        font-size: 14px;
        width: 115px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-weight: 700;
        color: #7c7c90;
        font-family: "Lato", serif;
        cursor: pointer;
        position: relative;
        z-index: 9; }
        .portfolio-area .portfolio-menu-wrapper ul li:after {
          content: '';
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #e0e0e0;
          z-index: 0; }
        .portfolio-area .portfolio-menu-wrapper ul li.active {
          background-color: #d02027;
          border-radius: 25px;
          border-color: transparent;
          color: #fff; }
          .portfolio-area .portfolio-menu-wrapper ul li.active:after {
            z-index: -2; }
  .portfolio-area .portfolio-content-wrapper .single-portfolio-wrapper {
    float: left; }
    .portfolio-area .portfolio-content-wrapper .single-portfolio-wrapper:nth-child(2) {
      padding-left: 30px; }
    .portfolio-area .portfolio-content-wrapper .single-portfolio-wrapper:nth-child(3) {
      padding-left: 30px;
      padding-top: 30px; }
    .portfolio-area .portfolio-content-wrapper .single-portfolio-wrapper:nth-child(4) {
      padding-left: 15px;
      padding-top: 30px; }

/*---------------------
    Service 
----------------------*/
.service-area .service-area-top {
  background-color: #151525;
  padding: 116px 0 120px 0; }

.service-area .service-area-bottom .service-bottom-inner {
  background-color: #fff;
  margin-top: -120px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 50px 10px 50px; }
  .service-area .service-area-bottom .service-bottom-inner .single-service-box {
    position: relative;
    margin-bottom: 42px; }
    .service-area .service-area-bottom .service-bottom-inner .single-service-box:hover .content h4 {
      color: #d02027; }
    .service-area .service-area-bottom .service-bottom-inner .single-service-box .icon {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 50px;
      line-height: 50px;
      color: #d02027; }
      .service-area .service-area-bottom .service-bottom-inner .single-service-box .icon i:before {
        font-size: 50px;
        line-height: 50px; }
    .service-area .service-area-bottom .service-bottom-inner .single-service-box .content {
      padding-left: 70px; }
      .service-area .service-area-bottom .service-bottom-inner .single-service-box .content h4 {
        color: #151525;
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
      .service-area .service-area-bottom .service-bottom-inner .single-service-box .content p {
        font-size: 14px;
        line-height: 26px;
        color: #7c7c90;
        margin-bottom: 0; }

/*--------------------
    Pricing Plans
---------------------*/
.pricing-plan-area {
  padding: 115px 0 100px 0; }
  .pricing-plan-area .section-title p {
    color: #7c7c90; }
  .pricing-plan-area .single-wide-plans {
    padding: 40px 60px 42px 60px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px; }
    .pricing-plan-area .single-wide-plans .header .price {
      font-size: 14px;
      line-height: 34px;
      color: #d02128;
      display: block; }
    .pricing-plan-area .single-wide-plans .header .title {
      font-size: 40px;
      line-height: 50px;
      font-weight: 700; }
    .pricing-plan-area .single-wide-plans .rules ul {
      display: block; }
      .pricing-plan-area .single-wide-plans .rules ul li {
        font-size: 14px;
        color: #7c7c90;
        line-height: 30px; }
        .pricing-plan-area .single-wide-plans .rules ul li i {
          color: #00cf92;
          padding-right: 5px; }
    .pricing-plan-area .single-wide-plans .btn-wrapper {
      padding-top: 30px; }
      .pricing-plan-area .single-wide-plans .btn-wrapper .boxed-btn {
        background-color: transparent;
        border: 2px solid rgba(0, 0, 0, 0.1);
        color: #7c7c90; }
        .pricing-plan-area .single-wide-plans .btn-wrapper .boxed-btn:hover {
          background-color: #d02027;
          border-color: #d02027;
          color: #fff; }

/*--------------------
    Team Member
---------------------*/
.team-area-top {
  padding: 113px 0 120px 0;
  background-color: #151525; }
  .team-area-top .section-title p {
    color: #b1b1c1; }

.team-area-bottom {
  margin-top: -120px; }
  .team-area-bottom .single-team-member {
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .team-area-bottom .single-team-member:hover {
      -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
      -ms-transform: scale(1.01);
      /* IE 9 */
      -webkit-transform: scale(1.01);
      /* Chrome, Safari, Opera */
      transform: scale(1.01); }
    .team-area-bottom .single-team-member .thumb {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .team-area-bottom .single-team-member .thumb img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
    .team-area-bottom .single-team-member .content {
      padding: 27px 0;
      text-align: center;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
      .team-area-bottom .single-team-member .content .title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 700; }
      .team-area-bottom .single-team-member .content .post {
        font-size: 12px;
        color: #d02027;
        font-weight: 700; }

/*----------------------
    Testimonial Area
-----------------------*/
.testimonial-area {
  padding: 115px 0 120px 0; }
  .testimonial-area .subscribe-form-wrapper {
    padding: 0 15px; }

.testimonial-wrapper .single-testimonial-item {
  padding: 0 15px;
  padding-top: 05px; }
  .testimonial-wrapper .single-testimonial-item .descripton {
    padding: 37px 40px 20px 40px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
    color: #7c7c90; }
    .testimonial-wrapper .single-testimonial-item .descripton:after {
      position: absolute;
      bottom: -14px;
      left: 70px;
      width: 26px;
      height: 26px;
      background-color: #fff;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 0;
      border-left: 0;
      content: '';
      -ms-transform: rotate(45deg);
      /* IE 9 */
      -webkit-transform: rotate(45deg);
      /* Chrome, Safari, Opera */
      transform: rotate(45deg); }
    .testimonial-wrapper .single-testimonial-item .descripton .ratigs {
      margin-bottom: 32px; }
      .testimonial-wrapper .single-testimonial-item .descripton .ratigs li {
        display: inline-block;
        font-size: 14px; }
        .testimonial-wrapper .single-testimonial-item .descripton .ratigs li a {
          color: #ffae00;
          font-size: 14px; }
  .testimonial-wrapper .single-testimonial-item .clients-details {
    margin-left: 45px;
    position: relative; }
    .testimonial-wrapper .single-testimonial-item .clients-details .thumb {
      position: absolute;
      left: 0px; }
      .testimonial-wrapper .single-testimonial-item .clients-details .thumb img {
        width: 80px;
        height: 80px;
        border-radius: 50%; }
    .testimonial-wrapper .single-testimonial-item .clients-details .content {
      height: 80px;
      padding-left: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .testimonial-wrapper .single-testimonial-item .clients-details .content .title {
        color: #151525;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
        margin-bottom: 10px; }
      .testimonial-wrapper .single-testimonial-item .clients-details .content .post {
        font-weight: 700;
        line-height: 12px;
        font-weight: 12px;
        color: #d02027; }

/*----------------------
Fun Fact Area
-----------------------*/
.some-fun-fact-area {
  position: relative;
  padding: 113px 0 110px 0;
  z-index: 0; }
  .some-fun-fact-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 37, 0.8);
    content: '';
    z-index: -1; }
  .some-fun-fact-area.fun-fact-bg {
    background-image: url("../img/bg/fun-fact-bg.jpg");
    background-position: center;
    background-size: cover; }
  .some-fun-fact-area .single-fun-item {
    text-align: center; }
    .some-fun-fact-area .single-fun-item .icon {
      font-size: 60px;
      line-height: 60px;
      color: #d02027;
      margin-bottom: 25px; }
    .some-fun-fact-area .single-fun-item .content .count-number {
      color: #fff;
      font-size: 60px;
      font-weight: 600;
      line-height: 70px; }
    .some-fun-fact-area .single-fun-item .content .title {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      color: #b2b2bf;
      margin-top: 10px; }

/*------------------------
    News Feed
-------------------------*/
.news-feed-area {
  padding: 115px 0 105px 0; }
  .news-feed-area .section-title p {
    color: #7c7c90; }
  .news-feed-area .hr-separator {
    padding-top: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 35px; }
  .news-feed-area .single-new-feed-items .thumb {
    border-radius: 5px;
    margin-bottom: 25px; }
    .news-feed-area .single-new-feed-items .thumb img {
      border-radius: 5px; }
  .news-feed-area .single-new-feed-items .content .meta-tags {
    margin-bottom: 22px; }
    .news-feed-area .single-new-feed-items .content .meta-tags ul li {
      display: inline-block;
      margin: 0 12px; }
      .news-feed-area .single-new-feed-items .content .meta-tags ul li:first-child {
        margin-left: 0; }
      .news-feed-area .single-new-feed-items .content .meta-tags ul li:last-child {
        margin-right: 0; }
      .news-feed-area .single-new-feed-items .content .meta-tags ul li a {
        color: #7c7c90;
        font-size: 12px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .news-feed-area .single-new-feed-items .content .meta-tags ul li a:hover {
          color: #d02027; }
        .news-feed-area .single-new-feed-items .content .meta-tags ul li a i {
          padding-right: 5px; }
  .news-feed-area .single-new-feed-items .content .title {
    font-size: 23px;
    line-height: 34px;
    color: #151525;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .news-feed-area .single-new-feed-items .content .title:hover {
      color: #d02027; }

/*---------------------
Brands logo
-----------------------*/
.brand-logo-area {
  padding: 75px 0 75px 0;
  background-color: #f2f2f2; }
  .brand-logo-area .single-brand-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer; }
    .brand-logo-area .single-brand-logo img:hover {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

/*----------------------
    Sidebar 
-----------------------*/
.sidebar .sidebar-separator {
  padding-top: 40px;
  margin: 0 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eaeaea; }
  .sidebar .sidebar-separator.category {
    padding-top: 37px; }
  .sidebar .sidebar-separator.latest-post {
    padding-top: 4px; }

.widget-area {
  padding: 0px 30px 0px 30px; }
  .widget-area.instagram .instagram-feed {
    text-align: center;
    margin-top: 27px; }
    .widget-area.instagram .instagram-feed li {
      display: inline-block;
      margin: 3px;
      margin-bottom: 5px; }
      .widget-area.instagram .instagram-feed li.margin-bottom-0 {
        margin-bottom: 0; }
  .widget-area.social {
    text-align: center; }
    .widget-area.social .social-links {
      margin-top: 25px; }
      .widget-area.social .social-links li {
        display: inline-block;
        margin: 0 2px; }
        .widget-area.social .social-links li a {
          display: inline-block;
          width: 40px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          border-radius: 50%;
          border: 1px solid #e3e3e3;
          color: #555555;
          font-size: 16px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .widget-area.social .social-links li a:hover.twitter {
            background-color: #55acee;
            border-color: #55acee;
            color: #fff; }
          .widget-area.social .social-links li a:hover.pinterest {
            background-color: #bd081c;
            border-color: #bd081c;
            color: #fff; }
          .widget-area.social .social-links li a:hover.facebook {
            background-color: #3b5999;
            border-color: #3b5999;
            color: #fff; }
          .widget-area.social .social-links li a:hover.instagram {
            background-color: #e4405f;
            border-color: #e4405f;
            color: #fff; }
          .widget-area.social .social-links li a:hover.wordpress {
            background-color: #0073AA;
            border-color: #0073AA;
            color: #fff; }
  .widget-area.category .categories {
    margin-top: 15px; }
    .widget-area.category .categories li {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid #eaeaea; }
      .widget-area.category .categories li:last-child {
        padding-bottom: 0;
        border: none; }
      .widget-area.category .categories li a {
        font-size: 14px;
        line-height: 24px;
        color: #7d7c8f;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .widget-area.category .categories li a:hover {
          color: #d02027; }
        .widget-area.category .categories li a .count {
          float: right; }
  .widget-area.latest-post {
    padding-bottom: 36px; }
    .widget-area.latest-post .single-latest-post {
      margin-bottom: 18px;
      margin-top: 25px; }
      .widget-area.latest-post .single-latest-post:last-child {
        margin-bottom: 0; }
      .widget-area.latest-post .single-latest-post .media .media-body {
        padding-left: 5px; }
        .widget-area.latest-post .single-latest-post .media .media-body h5 {
          font-size: 16px;
          line-height: 20px;
          font-weight: 600;
          margin-bottom: 0;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .widget-area.latest-post .single-latest-post .media .media-body h5:hover {
            color: #d02027; }
        .widget-area.latest-post .single-latest-post .media .media-body .meta-time {
          font-size: 14px;
          line-height: 100%;
          color: #7d7c8f; }
  .widget-area.tags {
    padding-bottom: 30px; }
    .widget-area.tags .tags-list {
      margin-top: 30px; }
      .widget-area.tags .tags-list li {
        display: inline-block; }
        .widget-area.tags .tags-list li a {
          display: inline-block;
          color: #7d7c8f;
          font-size: 14px;
          line-height: 24px;
          padding: 7px 13px;
          border: 1px solid #eaeaea;
          margin: 0 3px;
          margin-bottom: 10px;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .widget-area.tags .tags-list li a:hover {
            background-color: #d02027;
            color: #fff;
            border-color: #d02027; }
  .widget-area .widget-title {
    text-align: center; }
    .widget-area .widget-title h4 {
      font-size: 28px;
      line-height: 38px;
      display: inline-block;
      font-weight: 700;
      color: #2e3841;
      position: relative; }
      .widget-area .widget-title h4:after {
        position: absolute;
        left: -60px;
        top: 50%;
        width: 40px;
        height: 2px;
        background-color: #ebebeb;
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%); }
      .widget-area .widget-title h4:before {
        position: absolute;
        right: -60px;
        top: 50%;
        width: 40px;
        height: 2px;
        background-color: #ebebeb;
        content: '';
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%); }

/*---------------------
    Footer Area
---------------------*/
.footer-area {
  background-color: #151525; }
  .footer-area .copyright-area {
    display: block;
    text-align: center;
    padding: 25px 0;
    color: #b5b5c1;
    font-size: 14px; }

/*---------------------
    About Page
----------------------*/
.video-area .video-area-inner .thumb {
  position: relative; }
  .video-area .video-area-inner .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(208, 32, 39, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .video-area .video-area-inner .thumb .hover .video-play-btn {
      border: 2px solid rgba(255, 255, 255, 0.4);
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: inline-block;
      line-height: 80px;
      text-align: center;
      color: #fff;
      font-size: 16px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .video-area .video-area-inner .thumb .hover .video-play-btn:hover {
        background-color: #d02027;
        border-color: #d02027; }

.about-page-content-area {
  padding: 115px 0 80px 0; }
  .about-page-content-area .left-content-area .section-title-inner {
    text-align: left;
    margin-bottom: 35px; }
    .about-page-content-area .left-content-area .section-title-inner .title {
      font-size: 40px;
      line-height: 50px; }
  .about-page-content-area .left-content-area .descripton {
    max-width: 95%; }
    .about-page-content-area .left-content-area .descripton p {
      color: #7c7c90;
      line-height: 24px;
      font-size: 14px; }
  .about-page-content-area .right-content-area .single-about-box-item {
    position: relative;
    margin-bottom: 35px; }
    .about-page-content-area .right-content-area .single-about-box-item .icon {
      position: absolute;
      left: 0;
      top: 0;
      color: #d02027; }
      .about-page-content-area .right-content-area .single-about-box-item .icon i {
        font-size: 40px;
        line-height: 40px; }
        .about-page-content-area .right-content-area .single-about-box-item .icon i:before {
          font-size: 40px;
          line-height: 40px; }
    .about-page-content-area .right-content-area .single-about-box-item .content {
      padding-left: 60px; }
      .about-page-content-area .right-content-area .single-about-box-item .content .title {
        font-size: 26px;
        line-height: 36px;
        color: #151525;
        margin-bottom: 15px; }
      .about-page-content-area .right-content-area .single-about-box-item .content p {
        color: #7c7c90;
        font-size: 14px;
        line-height: 24px; }

.about-page-testimonial {
  position: relative;
  z-index: 1;
  padding: 118px 0 117px 0; }
  .about-page-testimonial:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 37, 0.8);
    z-index: -1; }
  .about-page-testimonial:before {
    position: absolute;
    content: '“';
    left: 70%;
    top: 75%;
    width: 100%;
    height: 100%;
    z-index: 1;
    font-size: 800px;
    line-height: 800px;
    color: rgba(255, 255, 255, 0.06);
    font-family: "Lato", serif;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%); }
  .about-page-testimonial.about-testimonial-bg {
    background-image: url("../img/bg/about-testimonial-bg.jpg");
    background-position: center;
    background-size: cover; }
  .about-page-testimonial .single-about-testimonial {
    text-align: center; }
    .about-page-testimonial .single-about-testimonial .icon {
      height: 140px; }
      .about-page-testimonial .single-about-testimonial .icon .qoute-icon {
        position: relative;
        display: block; }
        .about-page-testimonial .single-about-testimonial .icon .qoute-icon:before {
          position: absolute;
          content: '“';
          font-size: 200px;
          line-height: 200px;
          font-family: "Lato
          ", serif;
          color: #fff;
          left: 50%;
          top: 0;
          -ms-transform: translateX(-50%);
          /* IE 9 */
          -webkit-transform: translateX(-50%);
          /* Chrome, Safari, Opera */
          transform: translateX(-50%); }
    .about-page-testimonial .single-about-testimonial .description p {
      font-size: 16px;
      line-height: 30px;
      color: #bab9bd;
      font-style: italic;
      max-width: 690px;
      margin: 0 auto; }
    .about-page-testimonial .single-about-testimonial .title {
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      margin-bottom: 0; }
    .about-page-testimonial .single-about-testimonial .post {
      font-size: 14px;
      line-height: 24px;
      color: #d4d4d4; }
    .about-page-testimonial .single-about-testimonial .separator {
      height: 70px;
      width: 1px;
      display: block;
      margin: 0 auto;
      background-color: #6c6c74;
      margin-top: 35px;
      margin-bottom: 38px; }

.about-page-testimonial .owl-nav div {
  position: absolute;
  left: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%); }
  .about-page-testimonial .owl-nav div:hover {
    background-color: #d02027;
    color: #fff;
    border-color: #d02027; }

.about-page-testimonial .owl-nav div.owl-next {
  left: auto;
  right: 0; }

/*----------------------
    Services Pages
-----------------------*/
.service-page {
  padding: 120px 0 102px 0; }
  .service-page .single-services-box-2 {
    text-align: center; }
    .service-page .single-services-box-2:hover .icon {
      background-color: #d02027;
      color: #fff; }
    .service-page .single-services-box-2:hover .content .title {
      color: #d02027; }
    .service-page .single-services-box-2 .icon {
      height: 100px;
      width: 100px;
      text-align: center;
      line-height: 100px;
      font-size: 30px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      color: #d02027;
      margin: 0 auto;
      margin-bottom: 27px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-page .single-services-box-2 .content .title {
      font-size: 26px;
      line-height: 36px;
      font-weight: 700;
      color: #151525;
      margin-bottom: 17px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .service-page .single-services-box-2 .content p {
      color: #7c7c90;
      font-size: 14px;
      line-height: 24px; }

.mission-vission-area {
  background-color: #151525;
  padding: 113px 0 90px 0; }
  .mission-vission-area .right-conent-area {
    padding: 0 15px; }
    .mission-vission-area .right-conent-area h3 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 25px; }
    .mission-vission-area .right-conent-area p {
      color: #b1b1c1;
      font-size: 14px;
      line-height: 24px; }
    .mission-vission-area .right-conent-area .btn-wrapper {
      margin-top: 35px; }
      .mission-vission-area .right-conent-area .btn-wrapper .boxed-btn {
        width: 190px;
        height: 52px;
        line-height: 50px;
        margin: 0 10px;
        border: 2px solid transparent; }
        .mission-vission-area .right-conent-area .btn-wrapper .boxed-btn:first-child {
          margin-left: 0; }
        .mission-vission-area .right-conent-area .btn-wrapper .boxed-btn:hover {
          background-color: transparent;
          border-color: #d02027; }
        .mission-vission-area .right-conent-area .btn-wrapper .boxed-btn.blank {
          width: 250px;
          color: #8c8d9b;
          border-color: rgba(255, 255, 255, 0.1); }
          .mission-vission-area .right-conent-area .btn-wrapper .boxed-btn.blank:hover {
            color: #fff;
            border-color: #d02027;
            background-color: #d02027; }

.progressbar {
  height: 350px;
  width: 75px;
  margin-top: 5px;
  margin-bottom: 25px;
  position: relative;
  background-color: #f4f4f4;
  border-radius: 30px; }

.proggress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #d02027;
  overflow: hidden;
  border-radius: 30px; }

.percentCount {
  float: right;
  font-size: 18px;
  color: #d02027;
  margin-top: -42px;
  clear: both;
  display: none; }

.vertical-progress-inner ul li {
  display: inline-block;
  margin: 0 15px; }
  .vertical-progress-inner ul li:first-child {
    margin-left: 0; }
  .vertical-progress-inner ul li:last-child {
    margin-right: 0; }
  .vertical-progress-inner ul li .flybuzz-progressbar {
    position: relative;
    display: inline-block;
    border-radius: 30px; }
    .vertical-progress-inner ul li .flybuzz-progressbar .progress-name {
      position: absolute;
      color: #fff;
      font-size: 14px;
      font-family: "Lato", serif;
      font-weight: 700;
      -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
      left: 50%;
      bottom: 55px;
      -ms-transform: translateX(-50%) rotate(180deg);
      /* IE 9 */
      -webkit-transform: translateX(-50%) rotate(180deg);
      /* Chrome, Safari, Opera */
      transform: translateX(-50%) rotate(180deg); }

/*-----------------------
    Pricing Page
-----------------------*/
.pricing-page-call-to-action {
  padding: 72px 0 82px 0; }
  .pricing-page-call-to-action .subtitle {
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
    color: #fff; }
  .pricing-page-call-to-action .title {
    font-size: 50px;
    line-height: 60px;
    color: #fff; }
  .pricing-page-call-to-action .right-content-area .btn-wrapper {
    text-align: right;
    margin-top: 20px; }
    .pricing-page-call-to-action .right-content-area .btn-wrapper .boxed-btn {
      background-color: #151525;
      border: 2px solid transparent; }
      .pricing-page-call-to-action .right-content-area .btn-wrapper .boxed-btn:hover {
        border-color: rgba(255, 255, 255, 0.8);
        background-color: transparent; }

.pricing-plan-page-content {
  padding: 120px 0 148px 0; }

.single-pricing-page-plan {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 47px 0 30px 0;
  position: relative; }
  .single-pricing-page-plan .header .price {
    font-size: 14px;
    line-height: 36px;
    color: #d02027; }
  .single-pricing-page-plan .header .name {
    font-size: 40px;
    line-height: 50px;
    color: #151525; }
  .single-pricing-page-plan .body {
    padding: 22px 0 43px 0; }
    .single-pricing-page-plan .body ul li {
      color: #7c7c90;
      font-size: 14px;
      line-height: 30px; }
      .single-pricing-page-plan .body ul li i {
        padding-right: 5px; }
  .single-pricing-page-plan .boxed-btn {
    position: absolute;
    left: 50%;
    bottom: -30px;
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    background-color: #fff; }
    .single-pricing-page-plan .boxed-btn.blank {
      color: #7c7c90;
      border-color: #e5e5e5; }
      .single-pricing-page-plan .boxed-btn.blank:hover {
        color: #fff;
        border-color: #d02027; }

/*------------------------
    Destinations
------------------------*/
.destinations-page-content-area {
  padding: 120px 0 120px 0; }
  .destinations-page-content-area .single-destinations-box .thumb {
    position: relative; }
  .destinations-page-content-area .single-destinations-box .hover {
    background-image: -moz-linear-gradient(90deg, #f6f6ff 0%, #151525 0%, rgba(21, 21, 37, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #f6f6ff 0%, #151525 0%, rgba(21, 21, 37, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #f6f6ff 0%, #151525 0%, rgba(21, 21, 37, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .destinations-page-content-area .single-destinations-box .hover .hover-inner {
      position: absolute;
      bottom: 20px;
      left: 30px; }
      .destinations-page-content-area .single-destinations-box .hover .hover-inner .ratings li {
        cursor: pointer;
        display: inline-block;
        color: #ffd200;
        font-size: 14px;
        line-height: 34px; }
      .destinations-page-content-area .single-destinations-box .hover .hover-inner .title {
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .destinations-page-content-area .single-destinations-box .hover .hover-inner .title:hover {
          color: #d02027; }

.faq-area {
  background-color: #151525;
  padding: 118px 0 100px 0; }
  .faq-area .section-title p {
    color: #b1b1c1; }
  .faq-area .faq-area-inner .card {
    margin-bottom: 20px;
    background-color: transparent; }
    .faq-area .faq-area-inner .card .card-header {
      padding: 0;
      background-color: transparent;
      border: none; }
      .faq-area .faq-area-inner .card .card-header a {
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        background-color: transparent;
        color: #848398;
        border: 2px solid rgba(255, 255, 255, 0.1);
        border-radius: 5px;
        display: block;
        padding: 20px 40px;
        position: relative; }
        .faq-area .faq-area-inner .card .card-header a:after {
          position: absolute;
          right: 40px;
          top: 50%;
          content: "";
          font-family: "Lato";
          font-weight: 900;
          -ms-transform: translateY(-50%);
          /* IE 9 */
          -webkit-transform: translateY(-50%);
          /* Chrome, Safari, Opera */
          transform: translateY(-50%); }
        .faq-area .faq-area-inner .card .card-header a[aria-expanded="true"] {
          border-color: rgba(0, 0, 0, 0.1);
          border-bottom: none;
          color: #fff; }
          .faq-area .faq-area-inner .card .card-header a[aria-expanded="true"]:after {
            content: "\f106"; }
    .faq-area .faq-area-inner .card .card-body {
      padding: 5px 40px 20px 40px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      border-top: none;
      color: #b1b1c1;
      font-size: 14px;
      line-height: 24px; }

/*-----------------------
    Crews Page
------------------------*/
.crew-page-content-area {
  padding: 120px 0 120px 0; }
  .crew-page-content-area .single-crew-team-member {
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 38px 40px 36px 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .crew-page-content-area .single-crew-team-member:hover {
      border-color: #d02027; }
      .crew-page-content-area .single-crew-team-member:hover .content .title {
        color: #d02027; }
    .crew-page-content-area .single-crew-team-member .thumb {
      display: block;
      margin: 0 auto;
      margin-bottom: 25px; }
      .crew-page-content-area .single-crew-team-member .thumb img {
        max-width: 160px;
        max-height: 160px;
        border-radius: 50%; }
    .crew-page-content-area .single-crew-team-member .content .title {
      color: #151525;
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 22px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .crew-page-content-area .single-crew-team-member .content p {
      margin-bottom: 0;
      color: #7c7c90;
      font-size: 14px;
      line-height: 24px; }

/*----------------------
    Airlines Page
------------------------*/
.airlines-page-content-area {
  padding: 120px 0 80px 0; }
  .airlines-page-content-area .single-airlines-item {
    text-align: center;
    margin-bottom: 35px; }
    .airlines-page-content-area .single-airlines-item .content {
      padding: 25px 30px 0 30px; }
      .airlines-page-content-area .single-airlines-item .content .title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        color: #151525;
        margin-bottom: 18px; }
      .airlines-page-content-area .single-airlines-item .content p {
        font-size: 14px;
        line-height: 24px;
        color: #7c7c90; }
      .airlines-page-content-area .single-airlines-item .content .read-more-link {
        font-size: 14px;
        font-weight: 700;
        color: #d02027;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        display: inline-block; }
        .airlines-page-content-area .single-airlines-item .content .read-more-link:hover {
          -ms-transform: scale(1.1);
          /* IE 9 */
          -webkit-transform: scale(1.1);
          /* Chrome, Safari, Opera */
          transform: scale(1.1); }

/*---------------------
    Flight Schedule
----------------------*/
.flight-schedule-content-area {
  padding: 120px 0 105px 0; }

.flight-schedule-content-inner .table thead th {
  background-color: #151525;
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 20px 30px; }

.flight-schedule-content-inner .table tbody tr:first-child td {
  border: none; }

.flight-schedule-content-inner .table tbody tr td {
  padding: 13px 30px;
  font-size: 14px;
  line-height: 24px;
  color: #636375;
  border-top: 1px solid #e2e2e2;
  background-color: #f6f6f6; }

.popular-destinations-top {
  background-color: #151525;
  padding: 118px 0 120px 0; }

.popular-destination-bottom {
  margin-top: -120px; }
  .popular-destination-bottom .single-destinations-box-2 {
    overflow: hidden; }
    .popular-destination-bottom .single-destinations-box-2 .thumb {
      position: relative; }
      .popular-destination-bottom .single-destinations-box-2 .thumb:hover .hover .hover-inner {
        bottom: 30px; }
        .popular-destination-bottom .single-destinations-box-2 .thumb:hover .hover .hover-inner .flight-fare {
          visibility: visible;
          opacity: 1; }
        .popular-destination-bottom .single-destinations-box-2 .thumb:hover .hover .hover-inner .small-vide-play-btn {
          visibility: visible;
          opacity: 1;
          bottom: 0px; }
    .popular-destination-bottom .single-destinations-box-2 .hover {
      background-image: -moz-linear-gradient(90deg, #f6f6ff 0%, #151525 0%, rgba(21, 21, 37, 0) 100%);
      background-image: -webkit-linear-gradient(90deg, #f6f6ff 0%, #151525 0%, rgba(21, 21, 37, 0) 100%);
      background-image: -ms-linear-gradient(90deg, #f6f6ff 0%, #151525 0%, rgba(21, 21, 37, 0) 100%);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .popular-destination-bottom .single-destinations-box-2 .hover .hover-inner {
        position: absolute;
        bottom: -7px;
        left: 30px;
        width: 100%;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .popular-destination-bottom .single-destinations-box-2 .hover .hover-inner .ratings li {
          cursor: pointer;
          display: inline-block;
          color: #ffd200;
          font-size: 14px;
          line-height: 34px; }
        .popular-destination-bottom .single-destinations-box-2 .hover .hover-inner .title {
          font-size: 18px;
          line-height: 28px;
          color: #fff;
          -webkit-transition: all 0.3s ease-in;
          -moz-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .popular-destination-bottom .single-destinations-box-2 .hover .hover-inner .title:hover {
            color: #d02027; }
        .popular-destination-bottom .single-destinations-box-2 .hover .hover-inner .flight-fare {
          font-size: 14px;
          line-height: 14px;
          color: #b1b1c1;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: 0.6s ease-in;
          -moz-transition: 0.6s ease-in;
          -o-transition: 0.6s ease-in;
          transition: 0.6s ease-in; }
        .popular-destination-bottom .single-destinations-box-2 .hover .hover-inner .small-vide-play-btn {
          display: inline-block;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          line-height: 40px;
          font-size: 14px;
          color: #d02027;
          border: 2px solid rgba(255, 255, 255, 0.1);
          text-align: center;
          position: absolute;
          bottom: -50px;
          right: 58px;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: 0.8s ease-in;
          -moz-transition: 0.8s ease-in;
          -o-transition: 0.8s ease-in;
          transition: 0.8s ease-in; }
          .popular-destination-bottom .single-destinations-box-2 .hover .hover-inner .small-vide-play-btn:hover {
            background-color: #d02027;
            color: #fff;
            border-color: #d02027; }

/*-----------------------
    Book Flight
------------------------*/
.popular-destinations-area.book-flight .popular-destinations-top {
  background-color: #f2f2f2; }
  .popular-destinations-area.book-flight .popular-destinations-top .section-title p {
    color: #7c7c90; }

.popular-destinations-area.book-flight .popular-destination-bottom {
  background-color: #f2f2f2;
  padding-bottom: 120px; }

.book-flight-page-content {
  padding: 120px 0 105px 0; }
  .book-flight-page-content .hotel-tab-content-inner .flight-tab-content-inner .top-area-content .left-content-area .hotel-title {
    margin-bottom: 20px; }
  .book-flight-page-content .flight-tab-menu-wrapper .nav-tabs {
    border-bottom: none; }
    .book-flight-page-content .flight-tab-menu-wrapper .nav-tabs .nav-item .nav-link {
      border: none;
      height: 60;
      width: 130px;
      line-height: 60px;
      padding: 0;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: #93939f;
      border-bottom: 2px solid #dedede; }
      .book-flight-page-content .flight-tab-menu-wrapper .nav-tabs .nav-item .nav-link.active {
        background-color: #d02027;
        color: #fff;
        border-bottom-color: #d02027; }
      .book-flight-page-content .flight-tab-menu-wrapper .nav-tabs .nav-item .nav-link:hover {
        background-color: #d02027;
        color: #fff;
        border-bottom-color: #d02027; }
  .book-flight-page-content .flight-tab-content-wrapper {
    padding: 30px 0 25px 0; }
    .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-tab-content-inner .left-content-area {
      display: inline-block; }
      .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-tab-content-inner .left-content-area .checkbox-element {
        margin-right: 38px; }
    .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-tab-content-inner .right-content-area {
      display: inline-block;
      float: right; }
      .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-tab-content-inner .right-content-area .title {
        color: #585869;
        font-size: 14px;
        line-height: 24px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-tab-content-inner .right-content-area .title:hover {
          color: #d02027; }
    .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul {
      text-align: center;
      font-size: 0; }
      .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li {
        display: inline-block;
        width: 12.5%;
        font-size: 14px;
        line-height: 24px; }
        .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li .form-element .label {
          text-align: left;
          display: block;
          padding-left: 30px; }
        .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li .form-element .has-icon .the-icon {
          color: #d02027; }
        .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li .form-element .input-field {
          border-radius: 0; }
          .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li .form-element .input-field.borderd {
            border-left: none; }
        .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li.width-25per {
          width: 25%; }
        .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li:first-child {
          width: 25%; }
          .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li:first-child .form-element .label {
            padding-left: 0; }
          .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li:first-child .form-element .input-field {
            border-radius: 0; }
            .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li:first-child .form-element .input-field.borderd {
              border-left: 2px solid rgba(0, 0, 0, 0.1); }
        .book-flight-page-content .flight-tab-content-wrapper .tab-content .flight-search-area ul li:last-child {
          width: 25%; }

.width-25per {
  width: 25%; }

.width-12per {
  width: 12.5%; }

input.input-field.borderd.datepicker {
  margin-top: -1px; }

.flight-area-bottom .flight-tab-content-inner .top-area-content {
  margin-top: 25px; }
  .flight-area-bottom .flight-tab-content-inner .top-area-content .left-content-area {
    padding-top: 15px; }

.padding-top-1 {
  padding-top: 1px; }

/*----------------------
    Contact Page
----------------------*/
.contact-top-area {
  padding: 120px 0 515px 0; }
  .contact-top-area.contact-top-bg {
    background-image: url("../img/bg/contact-page-bg.jpg");
    background-position: center;
    background-size: cover; }
  .contact-top-area .single-contact-info-box {
    position: relative;
    padding: 40px 40px 38px 40px;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-top: 35px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .contact-top-area .single-contact-info-box:hover {
      border-color: #d02027; }
      .contact-top-area .single-contact-info-box:hover .icon {
        -webkit-box-shadow: 0 8px 30px 0 rgba(208, 32, 39, 0.3);
        box-shadow: 0 8px 30px 0 rgba(208, 32, 39, 0.3); }
    .contact-top-area .single-contact-info-box .icon {
      font-size: 18px;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      color: #fff;
      position: absolute;
      left: 50%;
      top: -35px;
      border-radius: 50%;
      background-color: #d02027;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -ms-transform: translateX(-50%);
      /* IE 9 */
      -webkit-transform: translateX(-50%);
      /* Chrome, Safari, Opera */
      transform: translateX(-50%); }
    .contact-top-area .single-contact-info-box .content {
      padding-top: 23px; }
      .contact-top-area .single-contact-info-box .content .title {
        color: #484862;
        font-size: 18px;
        line-height: 18px; }

.contact-bottom-inner {
  -webkit-box-shadow: 0px 8px 30px 0px rgba(139, 139, 139, 0.2);
  box-shadow: 0px 8px 30px 0px rgba(139, 139, 139, 0.2);
  border-radius: 5px;
  margin-top: -433px;
  background-color: #fff; }
  .contact-bottom-inner .left-content-area #map {
    height: 513px;
    width: 100%; }
  .contact-bottom-inner .right-content-area {
    padding: 63px 60px 70px 32px; }
    .contact-bottom-inner .right-content-area .title {
      font-size: 40px;
      line-height: 50px;
      color: #0f0f1b;
      margin-bottom: 40px; }

/*--------------------
    Blog Page
--------------------*/
.news-feed-area.blog-page {
  padding-top: 120px;
  padding-bottom: 80px; }
  .news-feed-area.blog-page .single-new-feed-items {
    margin-bottom: 30px; }

/*--------------------------
    Blog Details Page
--------------------------*/
.single-post-separator {
  padding-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 40px; }

.blog-details-content {
  padding: 120px 0 118px 0; }
  .blog-details-content .single-blog-post {
    position: relative; }
    .blog-details-content .single-blog-post .meta-time {
      position: absolute;
      left: 0;
      top: 0;
      width: 100px;
      height: 100px;
      border-radius: 5px;
      text-align: center;
      background-color: #d02027;
      padding: 13px 0 0 0; }
      .blog-details-content .single-blog-post .meta-time .date {
        font-size: 50px;
        line-height: 50px;
        color: #fff;
        display: block; }
      .blog-details-content .single-blog-post .meta-time .month {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase; }
    .blog-details-content .single-blog-post .details-container {
      padding-left: 130px; }
      .blog-details-content .single-blog-post .details-container .meta-tags {
        margin-bottom: 10px; }
        .blog-details-content .single-blog-post .details-container .meta-tags ul li {
          display: inline-block;
          margin: 0 18px;
          color: #7c7c90;
          font-size: 14px;
          line-height: 24px;
          font-weight: 700; }
          .blog-details-content .single-blog-post .details-container .meta-tags ul li:first-child {
            margin-left: 0; }
          .blog-details-content .single-blog-post .details-container .meta-tags ul li i {
            padding-right: 5px; }
      .blog-details-content .single-blog-post .details-container .post-body .title {
        font-size: 30px;
        line-height: 40px;
        color: #262b49;
        margin-bottom: 25px; }
      .blog-details-content .single-blog-post .details-container .post-body p {
        font-size: 16px;
        line-height: 26px;
        color: #7c7c90; }
      .blog-details-content .single-blog-post .details-container .post-body .post-blockquote {
        padding: 23px 50px 27px 20px;
        border-radius: 5px;
        background-color: #151525;
        position: relative;
        margin-top: 42px;
        margin-bottom: 45px; }
        .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .icon {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 40px;
          line-height: 40px;
          padding-top: 45px;
          padding-left: 40px;
          color: #4a5462; }
        .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content {
          padding-left: 90px; }
          .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content p {
            font-size: 14px;
            line-break: 24px;
            color: #bdc4cf; }
          .blog-details-content .single-blog-post .details-container .post-body .post-blockquote .content .post {
            font-size: 14px;
            line-height: 24px;
            font-weight: 700;
            color: #d02027; }
      .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content {
        margin-top: 28px; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .title {
          font-size: 18px;
          line-height: 28px;
          color: #121821;
          margin-bottom: 17px; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .left-content {
          display: inline-block; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .top-content .right-content {
          float: right; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content {
          display: inline-block; }
          .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li {
            display: inline-block;
            border: 2px solid rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            -webkit-transition: all 0.3s ease-in;
            -moz-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            margin: 0 9px; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:first-child {
              margin-left: 0; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover {
              border-color: #d02027;
              background-color: #d02027; }
              .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li:hover a {
                color: #fff; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .left-content ul li a {
              color: #7c7c90;
              font-size: 14px;
              line-height: 24px;
              font-weight: 700;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in;
              text-transform: uppercase;
              display: inline-block;
              padding: 10px 20px; }
        .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content {
          float: right; }
          .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li {
            font-size: 14px;
            line-height: 24px;
            margin: 0 3px;
            display: inline-block; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li:hover a {
              color: #d02027; }
            .blog-details-content .single-blog-post .details-container .post-body .post-bottom-content .bottom-content .right-content ul li a {
              color: #939aa4;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
  .blog-details-content .comments-form-area .title {
    font-size: 26px;
    line-height: 36px;
    color: #121821;
    font-weight: 700;
    margin-bottom: 32px; }
  .blog-details-content .comments-area .title {
    margin-bottom: 35px; }
  .blog-details-content .comments-area .single-comment-item {
    position: relative; }
    .blog-details-content .comments-area .single-comment-item .thumb {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 100px;
      max-height: 100px;
      border-radius: 50%; }
    .blog-details-content .comments-area .single-comment-item .content {
      padding-left: 130px; }
      .blog-details-content .comments-area .single-comment-item .content .meta-date {
        font-size: 14px;
        line-height: 24px;
        color: #7c7c90;
        display: block;
        padding-top: 10px; }
      .blog-details-content .comments-area .single-comment-item .content .author-name {
        font-size: 18px;
        line-height: 28px;
        color: #121821;
        margin-bottom: 12px; }
      .blog-details-content .comments-area .single-comment-item .content p {
        color: #7c7c90;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0; }
    .blog-details-content .comments-area .single-comment-item .reply-btn {
      position: absolute;
      top: 0;
      right: 0;
      color: #7c7c90;
      font-size: 14px;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .blog-details-content .comments-area .single-comment-item .reply-btn:hover {
        color: #d02027; }
      .blog-details-content .comments-area .single-comment-item .reply-btn i {
        padding-right: 5px; }

.single-blog-page-separator {
  padding-top: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

/*------------------------
    Profile Page
------------------------*/
.crew-page-content-area.profile-page {
  padding-top: 30px;
  padding-bottom: 90px; }

.profile-page-content {
  padding-top: 120px; }
  .profile-page-content .profile-sidebar {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 60px 0 38px 0;
    text-align: center; }
    .profile-page-content .profile-sidebar .profile-pic .title {
      font-size: 26px;
      line-height: 36px;
      font-weight: 700;
      color: #151525; }
    .profile-page-content .profile-sidebar .profile-pic .post {
      font-size: 14px;
      line-height: 24px;
      color: #d02027;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      margin-bottom: 17px; }
    .profile-page-content .profile-sidebar .profile-pic .details {
      font-size: 14px;
      line-height: 24px;
      color: #8f8f8f;
      font-weight: 700; }
    .profile-page-content .profile-sidebar .profile-pic .thumb {
      position: relative;
      display: inline-block;
      margin-bottom: 35px; }
      .profile-page-content .profile-sidebar .profile-pic .thumb:hover .hover {
        visibility: visible;
        opacity: 1; }
      .profile-page-content .profile-sidebar .profile-pic .thumb .hover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 50%;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        background-color: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0; }
        .profile-page-content .profile-sidebar .profile-pic .thumb .hover .social {
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%);
          /* IE 9 */
          -webkit-transform: translate(-50%);
          /* Chrome, Safari, Opera */
          transform: translate(-50%); }
          .profile-page-content .profile-sidebar .profile-pic .thumb .hover .social li {
            display: inline-block;
            margin: 0 5px; }
            .profile-page-content .profile-sidebar .profile-pic .thumb .hover .social li:hover a {
              color: #d02027; }
            .profile-page-content .profile-sidebar .profile-pic .thumb .hover .social li a {
              color: #fff;
              -webkit-transition: all 0.3s ease-in;
              -moz-transition: all 0.3s ease-in;
              -o-transition: all 0.3s ease-in;
              transition: all 0.3s ease-in; }
  .profile-page-content .contact-info {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    padding: 28px 40px 25px 40px; }
    .profile-page-content .contact-info .title {
      font-size: 22px;
      font-weight: 700;
      line-height: 32px;
      color: #151525; }
    .profile-page-content .contact-info .details {
      color: #7c7c90;
      font-size: 14px;
      line-height: 24px; }
  .profile-page-content .profile-tab-content-wrapper .profile-tab-menu {
    display: block;
    border: 2px solid #e5e5e5;
    border-bottom: none; }
    .profile-page-content .profile-tab-content-wrapper .profile-tab-menu .nav-tabs {
      border: none;
      border-bottom: 2px solid #e5e5e5;
      padding-left: 40px; }
      .profile-page-content .profile-tab-content-wrapper .profile-tab-menu .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: 24px;
        color: #878799;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        padding: 20px 16px; }
        .profile-page-content .profile-tab-content-wrapper .profile-tab-menu .nav-tabs .nav-item .nav-link:hover {
          color: #d02027;
          border-bottom: 4px solid #d02027;
          padding-bottom: 16px; }
        .profile-page-content .profile-tab-content-wrapper .profile-tab-menu .nav-tabs .nav-item .nav-link.active {
          color: #d02027;
          border: none;
          border-bottom: 4px solid #d02027;
          padding-bottom: 16px; }
  .profile-page-content .profile-tab-content-wrapper .profile-tab-content .single-timeline-item {
    border: 2px solid #e5e5e5;
    border-top: 0;
    padding: 22px 40px 27px 40px; }
    .profile-page-content .profile-tab-content-wrapper .profile-tab-content .single-timeline-item .time {
      font-size: 18px;
      line-height: 28px;
      color: #d02027;
      font-weight: 700;
      display: block;
      margin-bottom: 8px; }
    .profile-page-content .profile-tab-content-wrapper .profile-tab-content .single-timeline-item .title {
      color: #151525;
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 15px; }
    .profile-page-content .profile-tab-content-wrapper .profile-tab-content .single-timeline-item .details {
      color: #7c7c90;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0; }
