@charset 'UTF-8';
/*
	  ============================================================
		  Button Css Start
	  ============================================================
*/
.read-more,
.df-button{
  width: auto;
  border: none;
  font-size: 16px;
  line-height: normal;
  display: inline-block;
  font-weight: 500;
  padding:12px 45px 12px; 
  text-transform: uppercase;
  font-family: 'Saira Condensed', sans-serif;
}
.df-button.th-bg{
    color: #fff;
}
.df-button:hover{
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
}
/*Small Button*/
.sm-button{
  padding:8px 35px 9px;
}
/*Simple Button*/
.read-more{
  padding:0; 
  text-transform: capitalize;
}
.read-more:hover,
.df-button.read-more:hover{
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.04);
}
.arrows.read-more::before {
  float: right;
  font-size: 14px;
  content: "\e909";
  margin: 4px 0 0 10px;
  font-family: 'iqoniqthemes';
}
/*
      ============================================================
          Section Heading Css Start
      ============================================================
*/
.section-heading{
    float: left;
    width: 100%;
    margin: 0 0 40px;
}
.line-height-adj{
  margin-top:-6px; 
}
  .section-heading .title{
      float: left;
      width: 100%;
      color: #2e4d66;
      padding:0 0 16px; 
      font-weight: 500;
      line-height: 100%;
      position: relative;
      
  }
  .section-heading .title::after,
  .section-heading .title::before{
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    content: "";
    margin: 0 auto;
    position: absolute;
  }
  .section-heading .title::before{
    width: 12px;
    height: 12px;
    bottom: -6px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
/*Section Title 2 Strat*/
.section-title2{
  float: left;
  width: 100%;
  font-size: 18px;
  margin: 0 0 27px;
  line-height: 18px;
  text-transform: capitalize;
}
/*Heading 4*/
.heading-4{
  float: left;
  width: 100%;
  margin: 0 0 23px;
}
.heading-4 h6{
  float: left;
  width: 100%;
  font-size: 24px;
  margin: 0 0 9px;
  font-weight: bold;
}
.heading-4 p{
  margin: 0;
}
.with-bg{
  margin: 0 0 30px;
}
.with-bg h4{
  margin: 0;
  font-size: 24px;
  font-weight: bold;
}
/*
      ============================================================
          Section Heading Css End
      ============================================================
*/
.input-field{
    float: left;
    width: 100%;
    position: relative;
}
.form-control::-moz-placeholder {
    color: #545454;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #545454;
    opacity: 1;
}
/*With Icon*/

.input-field .search_icon {
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    z-index: 1;
    width: 70px;
    height: 100%;
    color: #1f2746;
    text-align: center;
    position: absolute;
}
.search_icon.th-bg{
    color: #fff;
}
.input-field .search_icon:before {
    left: 0;
    top: 50%;
    right: 0;
    z-index: -1;
    font-size: 20px;
    content: "\e936";
    position: absolute;
    font-family: 'iqoniqthemes';
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.input-field .clear.search_icon{
    font-size: inherit;
}
.input-field .search_icon input {
    height: 100%;
    font-size: 0;
    border: none !important;
    background-color: transparent !important;
}
/*Custom Select Menu*/
.time_picker::before,
.rq-check-inout-single-wrapper::before,
.styledselect::after {
    top: 50%;
    right: 10px;
    font-size: 14px;
    content: "\f107";
    position: absolute;
    font-family: 'fontawesome';
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.styledselect.active {
    border-bottom-color: transparent !important;
}
.options {
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 0;
    z-index: 999;
    display: none;
    margin: -2px 0 0;
    list-style: none;
    position: absolute;
    max-height: 150px;
    overflow-y: scroll;
    border: 1px solid #ccc;
    background-color: white;
    border-top-color: transparent !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.options li {
    margin: 0 0;
    padding: 10px;
    cursor: pointer;
    text-align: left;
}
.options li:hover {
    background-color: #39f;
    color: white;
}


.time_picker:before{
    top: 50%;
    left: 50px;
    z-index: -1;
    font-size: 14px;
    position: absolute;
    content: attr(title);
    text-transform: capitalize;
    transform:translateY(-60%);
    -o-transform:translateY(-60%);
    -ms-transform:translateY(-60%);
    -moz-transform:translateY(-60%);
    -webkit-transform:translateY(-60%);
}
/*Slider Dot Style Start*/
.dot-style .slick-dots li{
  width: 10px;
  height: 10px;
  margin: 0 2px;
  border-radius: 100%;
  background-color: #00172d;
}
.dot-style .slick-dots li button{
  display: none;
}
.dot-style .slick-dots li button::before{
  display: none;
}
/*Default Accordion*/
.faq-wrap .default-accordion:last-child{
  margin: 0 0 30px;
}
.faq-wrap .default-accordion:last-child .text:last-child{
  margin: 0 0 0px;
}
.default-accordion{
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 5px 0;
}
.default-accordion .accordion{
  cursor: pointer;
  font-size: 26px;
  position: relative;
  text-transform: capitalize;
  border-bottom: dashed 1px #ccc;
  padding: 15px 0px;
}
.default-accordion .accordion-open{
  cursor: no-drop;
}
.default-accordion .accordion::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  color: #1f2746;
  font-size: 36px;
  content: "\f107";
  line-height: 70px;
  position: absolute;
  text-align: center;
  font-family: 'fontawesome';
}
.default-accordion .accordion-open.accordion::before{
  content: "\f105";
}
.default-accordion .text {
  margin: 0 0 18px;
  padding: 24px 0 0 ;
}
.default-accordion .text p{
  margin: 0 0 16px;
}
.default-accordion .text p:last-child{
  margin: 0 0 0px;
}
/*
=================================================
    CHECKBOX AND RADIO BUTTON CSS
=================================================
*/
label {
  cursor: pointer;
}
label span{
  float: left;
  line-height: 20px;
}

/* hide the "real" radios visually */

.radio input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* style the "fake" radios */
.radio-value {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px; 
  border: 2px solid #d7dfe7;
  border-radius: 3px;
  display: inline-block;
  height:28px;
  margin-right:5px;
  position: relative;
  vertical-align: -0.5em;
  width: 28px;
}

input:checked + .radio-value {
  background-image:url(../images/tick.png);
  border-color:#88d3ff;
}
.input-field-check{
  float: left;
  width: auto;
}
.policy-agree-text{
  float: left;
  width: 100%;
  position: relative;
}
.policy-agree-text .input-field-check{
  margin: 0 !important;
}
.policy-agree-text > *{
  width: auto;
  float: none;
  display: inline-block;
}
.policy-agree-text a{
  text-decoration: underline;
}
.input-field-check .radio-value{
  width: 12px;
  height: 12px;
  margin: 0;
  border-radius: 100%;
  border: 1px solid #1f2746;
}
.input-field-check label{
  float: left;
  width: 100%;
  margin: 0;
}
.input-field-check .radio{
  margin:0 10px 0 0;
}
.input-field-check span{
  font-size: 12px;
  line-height: 10px;
  text-transform: capitalize;
}
/**/
.radio-1 label{
  width: auto;
  margin: 0 0 0 15px;
}
.radio-1 label:first-child{
  margin-left:0; 
}
.radio-1 .radio-value{
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: transparent;
}
.radio-1 span{
  font-size: 13px;
  line-height: 13px;
}
/*Feature List*/
.feature-list{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.feature-list li{
  float: left;
  width: 100%;
  color: #1f2746;
  font-size: 14px;
  margin: 0 0 16px;
  line-height: 14px;
  position: relative;
}
.feature-list li::before{
  width: 7px;
  float: left;
  content: "";
  height: 7px;
  border-radius: 100%;
  margin: 3px 10px 0 0;
  background-color: #1f2746;
}
/*Slider Arrows Start*/
.triangle-arrow .slick-arrow{
  width: 70px;
  height: 70px;
  z-index: 1;
  background-color: #00172d;
  transform: rotate(45deg) translate(-24px, -35%);
  -o-transform: rotate(45deg) translate(-24px, -35%);
  -ms-transform: rotate(45deg) translate(-24px, -35%);
  -moz-transform: rotate(45deg) translate(-24px, -35%);
  -webkit-transform: rotate(45deg) translate(-24px, -35%);
}
.triangle-arrow .slick-arrow::before{
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.triangle-arrow .slick-prev {
    left: -35px;
}
.triangle-arrow .slick-next {
    right: -35px;
}
.triangle-arrow .slick-prev::before {
  right: 31px;
  bottom: 39px;
  margin: 0 0px 0 0;
  position: absolute;
  transform: rotate(-45deg) translate(8px,8px);
  -o-transform: rotate(-45deg) translate(8px,8px);
  -ms-transform: rotate(-45deg) translate(8px,8px);
  -moz-transform: rotate(-45deg) translate(8px,8px);
  -webkit-transform: rotate(-45deg) translate(8px,8px);
}
.triangle-arrow .slick-next::before {
  left: 31px;
  top: 39px;
  margin: 0 0px 0 0;
  position: absolute;
  transform: rotate(-45deg) translate(-8px,-8px);
  -o-transform: rotate(-45deg) translate(-8px,-8px);
  -ms-transform: rotate(-45deg) translate(-8px,-8px);
  -moz-transform: rotate(-45deg) translate(-8px,-8px);
  -webkit-transform: rotate(-45deg) translate(-8px,-8px);
}
.slick-arrow::before,
.slick-arrow::before{
  opacity: 1;
  line-height: normal;
  font-family: 'fontawesome'; 
}
.box-arrow .slick-prev::before,
.triangle-arrow .slick-prev::before{
  content: "\f104";
}
.box-arrow .slick-next::before,
.triangle-arrow .slick-next::before {
  content: "\f105";
}
/*Box Arrows Start*/
.box-arrow .slick-arrow{
  color: #999;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
}
  .box-arrow .slick-arrow::before{
    opacity: 1;
    font-size: 40px;
    line-height: 37px;
    color: currentcolor;
  }
  .box-arrow .slick-prev{
    left: -50px;
  }
  .box-arrow .slick-next{
    right: -50px;
  }
/*Social List Start*/
.social{
  width:auto;
  padding:0; 
  list-style: none;
  margin: 0 0 -5px;
  display: inline-block;
}
.social li{
  margin: 0 7px;
  display: inline-block;
}
.social li:first-child{
  margin-left:0; 
}
.social li:last-child{
  margin-right:0; 
}
.page-navigation a,
.social_title strong,
.social li a{
  float: left;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
}
.social_title strong{
  width: auto;
}
.page-navigation a{
  width: auto;
  margin: 0 0 0 40px;
}
.page-navigation a:first-child{
  margin: 0;
}
.page-navigation a:first-child i{
  margin-right: 15px;
}
.page-navigation a:last-child i{
  margin-left: 15px;
}
/*Rating Css Start*/
.rating_down {
    width: 80px;
    height: 15px;
    text-align: left;
    position: relative;
    display: inline-block;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url("../images/stars.png");
}
.rating_up {
    float: left;
    height: 100%;
    text-align: left;
    background-repeat: repeat-x;
    background-position: 0 -16px;
    background-image: url("../images/stars.png");
}
/*Blog Meta Stat*/
.blog-meta {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
}
.blog-meta li {
    width: auto;
    margin: 0 10px;
    line-height: 14px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.blog-meta li:first-child {
    margin-left: 0 !important;
}
.blog-meta li:last-child {
    margin-right: 0 !important;
}
.blog-meta li i {
    margin: 0 10px 0 0;
}
.blog-meta li a {
    display: inline-block;
    color: #979aa5;
}
/*Pagination Start*/
.iqt-pagination {
  float: left;
  width: 100%;
  margin: 20px 0 30px;
}
.iqt-pagination .page-numbers {
  float: none;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  color: #a7a7a7;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eceeef;
}
.iqt-pagination .page-numbers.current,
.iqt-pagination .page-numbers:hover {
  color: #fff;
}
.page-numbers.border_none:hover,
.page-numbers.border_none {
  border: none !important;
  color: inherit !important;
  background-color: transparent !important;
}
/*Tabs Styles Css Start*/
/*Tabs Navigation 1 Css Start*/
.tab-nav-1{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  position: relative;
}
  .tab-nav-1::before{
    float: left;
    width: 100%;
    color:#010101;
    font-size: 16px;
    font-weight: 500;
    margin-bottom:26px; 
    content:attr(title);
    line-height: normal;
    text-transform: capitalize;
  }
  .tab-nav-1 li{
    float:none;
    width: auto;
    margin-left:17px;
    margin-bottom:-5px; 
    display: inline-block;
  }
  .tab-nav-1 li:first-child{
    margin-left:0; 
  }
    .tab-nav-1 li a{
      float: left;
      width: 120px;
      height: 120px;
      font-size: 14px;
      background: #fff;
      font-weight: 600;
      text-align: center;
      padding: 30px 0 0 0;
      text-transform: capitalize;
      -webkit-transition:background  0.3s ease-in-out, color 0.5s ease-in-out;
      -moz-transition:background  0.3s ease-in-out, color 0.5s ease-in-out;
      -moz-transition:background  0.3s ease-in-out, color 0.5s ease-in-out; 
      -o-transition:background  0.3s ease-in-out, color 0.5s ease-in-out;
      transition:background  0.3s ease-in-out, color 0.5s ease-in-out;
    }
      .tab-nav-1 li a span{
        float: left;
        width: 100%;
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 10px;
      }
    .tab-nav-1 li.active a,
    .tab-nav-1 li a:hover{
      color: #fff;
    }
/*Tabs Navigation 1 Css End*/
/*Tabs Navigation 2 Css Start*/
.tab-nav-2{
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
}
  .tab-nav-2 li{
      width: 20%;
      float: left;
      background: #fff;
  }
  .tab-nav-2 li a{
      float: left;
      width: 100%;
      font-size: 14px;
      font-weight: bold;
      line-height: normal;
      padding: 15px 0px 16px;
      text-transform: uppercase;
      transition: box-shadow 0.6s ease-in-out;
  }
  .tab-nav-2 li.active a,
  .tab-nav-2 li a:hover{
    color: #fff;
  }
 /* .tab-nav-2 li.active a{
      box-shadow: 30px 20px 40px -20px #fff inset;
  }*/
/*Tabs Navigation 2 Css Start*/
/*Tab Nav Style 3*/
.tab-nav-3{
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0 0 60px;
  text-align: center;
  position: relative;
}
  .tab-nav-3::before{
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #fff;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .tab-nav-3 > li{
    float: none;
    width: auto;
    margin: 0 0 -5px 30px;
    display: inline-block;
  }
  .tab-nav-3 > li:first-child{
    margin-left:0 !important; 
  }
  .tab-nav-3 > li a{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    position: relative;
  }
.tab-nav-3 > li a span{
  float: left;
  width: 100%;
  margin: 0 0 15px;
  max-height: 18px;
}
.tab-nav-3 > li a em{
  float: left;
  width: 100%;
  padding: 15px 0 0;
  font-style: normal;
  position: relative;
}
.tab-nav-3 > li a em::after,
.tab-nav-3 > li a em::before{
  left: 0;
  right: 0;
  top: 0%;
  width: 0px;
  height: 1px;
  content: "";
  margin: 0 auto;
  position: absolute;
}
.tab-nav-3 > li a em::after{
  width: 11px;
  height: 11px;
  margin-top:-5px;
  transform: rotate(0deg) scale(0);
  -o-transform: rotate(0deg) scale(0);
  -ms-transform: rotate(0deg) scale(0);
  -moz-transform: rotate(0deg) scale(0);
  -webkit-transform: rotate(0deg) scale(0);
}
.tab-nav-3 > li.active a em::before,
.tab-nav-3 > li a:focus em::before,
.tab-nav-3 > li a:hover em::before,
.tab-nav-3 > li.active a em::before{
  width: 100%;
}
.tab-nav-3 > li.active a em::after,
.tab-nav-3 > li:focus a em::after,
.tab-nav-3 > li a:hover em::after,
.tab-nav-3 > li.active a em::after{
  transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
}

#tabs-slides{
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.tab-content{
  float: left;
  width: 100%;
  position: relative
}
/*Tab Contant Style 1*/
.tab-content-1{
  margin: 0 0 46px;
}
  .tab-banner-caption{
    float: left;
    width: 100%;
  }
    .tab-banner-caption .title{
      font-size: 80px;
      margin: 0 0 23px;
    }
      .tab-banner-caption .title b{
        width: 100%;
        float: left;
        margin: 0 0 16px;
        font-weight: bold;
      }
    .tab-banner-caption .description{
      float: left;
      width: 100%;
      margin: 0 0 44px;
      font-size: 18px;
    }
    .banner-search-tab{
      float: left;
      width: 100%;
    }
    .tab-content-1 .banner-search-tab{
      padding: 25px;
      background: #fff;
      display: inline-flex;
    }
      .tab-content-1 .banner-search-tab .input-field{
        padding: 0 10px 0 0;
      }
        .tab-content-1 .banner-search-tab .input-field:last-child .df-button,
        .tab-content-1 .banner-search-tab .input-field .form-control{
          min-height: 46px;
        }
        .tab-content-1 .banner-search-tab .input-field label{
          font-size: 16px;
          font-weight: 500;
          margin: -6px 0 4px;
          text-transform: capitalize;
        }
        .tab-content-1 .banner-search-tab .input-field:last-child{
          padding: 0;
          max-width: 180px;
          min-width: 180px;
        }
        .tab-content-1 .banner-search-tab .input-field:last-child label{
          opacity: 0;
          z-index: -999;
          text-indent: -99999px;
        }
        .tab-content-1 .banner-search-tab .input-field:last-child .df-button{
          width: 100%;
          padding: 10px 0 9px;
        }
        .tab-content-1 .banner-search-tab .input-field:last-child .df-button i{
          margin-right:10px; 
        }
.tab-content-1.long{
  margin: 0;
  text-align: left;
}
.tab-content-1.long .banner-search-tab{
  padding: 0;
  background: transparent;
}
.tab-content-1.long .input-field-check{
  color: #fff;
  margin: 0 0 15px;
}
.tab-content-1.long .input-field-check label{
  color: #fff;
}
/*Tab Contant Style 2*/
.tab-content-2{
  float: left;
  width: 100%;
}
.tab-content-2 .banner-search-tab{
  padding:0 30px;
}
.tab-content-2 .banner-search-tab .input-field{
  margin: 0 0 30px;
}

.tab-content-2 .banner-search-tab [class*="col-md"]:last-child .input-field{
  margin: 0;
}
.tab-content-2 .input-field-check{
  margin: 0 0 15px;
}
.disable{
  cursor: default;
  position: relative;
}
.disable::before{
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  content: "";
  background: red;
  position: absolute;
}
.tab-content-2 .radio-1 span{
  color: #fff;
}
/*Table Css Start*/
.iq-table{
    width: 100%;
    display:table;
    border: 1px solid #eeeef6;
}
.iq-table ul{
    display: table-row;
}
.iq-table ul li{
    padding: 10px;
    color: #7d8386;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px solid #eeeef6;
}
.iq-table ul.iq-table_head:hover,
.iq-table .iq-table_head{
    background-color: #0c0c18 !important;
}
.iq-table .iq-table_head li{
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;  
}
.iq-table ul:last-child li{
    border:none;
}
.iq-table ul:hover{
    background-color: #f8f7f7;
}


/**/
.gray-bg, 
.choose-us, 
.df-button,
.df-button.th-bg:hover,
.blog-grid-2 .blog-thumb .text, 
.destination-thumb2 .text{
  background: #edf1f2;
}
.gray-bg1{
  background: rgba(233, 233, 233, .1);
}
.gray-bg2{
  background: rgba(233, 233, 233, .2);
}
.gray-bg3{
  background: rgba(233, 237, 383, .3);
}
.gray-bg4{
  background: rgba(233, 237, 383, .4);
}

.gray-bg5{
  background: rgba(233, 237, 383, .5);
}
.gray-bg6{
  background: rgba(233, 237, 383, .6);
}
.gray-bg7{
  background: rgba(233, 237, 383, .7);
}
.gray-bg8{
  background: rgba(233, 237, 238, .8);
}
.gray-bg9{
  background: rgba(233, 237, 38, .9);
}