@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Theme Name: Adventure - Tour and Travel Agency Template
    Description: Tour and Travel Agency Template
    Author: Chitrakoot Web
    Version: 1.0

-----------------------------------------------------------------------------------*/
/* ----------------------------------

    01. Common styles
    02. Top header and Navigation
    03. Main banner area
    04. Page title
    05. Testmonial
    06. Others 
    07. Portfolio masonry
    08. Accordion style
    09. Tabs
    10. Owl carousel
    11. Copy elements
    12. Pages
    13. Blogs
    14. Contact info
    15. Footer
    
---------------------------------- */
/* ===================================
    Common styles
====================================== */
/* loader */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: table;
  text-align: center; }

.loader {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 200px;
  height: 200px; }

.loader-icon {
  width: 80px;
  height: 80px;
  border: 5px solid #ffac33;
  border-right-color: #eee;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
/* theme color and basic options */
a:hover, a:active {
  color: #ffac33;
  text-decoration: none; }

.bg-theme {
  background-color: #ffac33; }

.theme-overlay[data-overlay-dark]:before {
  background: #ffac33; }

.text-theme-color {
  color: #ffac33; }

.cursor-pointer {
  cursor: pointer; }

.height-100vh {
  height: 100vh; }

@media screen and (max-width: 991px) {
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 575px) {
  .mb-margin-20px-bottom {
    margin-bottom: 20px; } }
.list-style-none li {
  list-style: none; }

.list-style-1 li {
  padding: 5px 0; }

/* scroll to top */
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #000;
  border: 1px solid #2a2a2a;
  width: 35px;
  height: 35px;
  line-height: 30px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all 0.3s ease; }
  .scroll-to-top i {
    color: #fff; }
  .scroll-to-top:hover {
    color: #232323;
    background: #fff; }
    .scroll-to-top:hover i {
      color: #232323; }
  .scroll-to-top:visited {
    color: #232323;
    text-decoration: none; }

/* button style */
.butn {
  background: #ffac33;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 28px;
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all linear 300ms;
  transition: all linear 300ms;
  border: none; }
  .butn:hover, .butn:active, .butn:focus {
    color: #fff;
    background: #232323; }

a.butn:hover, a.butn:active, a.butn:focus {
  color: #fff;
  background: #232323; }

.butn:focus {
  color: #fff; }
.butn.white {
  background: #fff;
  color: #ffac33; }
  .butn.white:hover {
    color: #fff;
    background: #232323; }

a.butn.white:hover, a.butn.white:active, a.butn.white:focus {
  color: #fff;
  background: #232323; }

.butn.dark {
  background: #232323;
  color: #fff; }
  .butn.dark:hover, .butn.dark:active, .butn.dark:focus {
    color: #fff;
    background: #ffac33; }

.butn.disable {
  background: #d4d4d4;
  color: #fff; }
  .butn.disable:hover, .butn.disable:active, .butn.disable:focus {
    color: #fff;
    background: #d4d4d4; }

.butn.small {
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  padding: 8px 20px; }
.butn.transparent {
  background: none;
  border: 1px solid #dee2e6;
  color: #232323; }
  .butn.transparent:hover {
    background: #ffac33;
    border: 1px solid #ffac33;
    color: #fff; }

@media screen and (max-width: 991px) {
  .butn {
    padding: 10px 24px;
    font-size: 13px; } }
@media screen and (max-width: 767px) {
  .butn {
    padding: 10px 22px;
    font-size: 12px; }
    .butn.small {
      padding: 6px 18px; } }
.btn-link:hover, .btn-link:focus {
  text-decoration: none; }

.common-form {
  border: 20px solid #fff;
  background: #fbfbfd;
  padding: 60px 50px;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05);
  box-shadow: 0px 50px 100px 0px rgba(12, 0, 46, 0.05); }

@media screen and (max-width: 1199px) {
  .common-form {
    padding: 50px; } }
@media screen and (max-width: 767px) {
  .common-form {
    padding: 30px;
    border: 10px solid #fff; } }
input[type=checkbox], input[type=radio] {
  width: auto;
  margin-bottom: 0; }

/* mobile screen size */
@media screen and (max-width: 575px) {
  .mobile-margin-15px-bottom {
    margin-bottom: 15px !important; }

  .mobile-margin-20px-bottom {
    margin-bottom: 20px !important; }

  .mobile-margin-25px-bottom {
    margin-bottom: 25px !important; }

  .mobile-margin-30px-bottom {
    margin-bottom: 30px !important; }

  .mobile-padding-15px-bottom {
    padding-bottom: 15px !important; }

  .mobile-padding-20px-bottom {
    padding-bottom: 20px !important; }

  .mobile-padding-25px-bottom {
    padding-bottom: 25px !important; }

  .mobile-padding-50px-bottom {
    padding-bottom: 50px !important; }

  .mobile-display-none {
    display: none; }

  .mobile-no-margin-right {
    margin-right: 0 !important; }

  .mobile-padding-15px-lr {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .mobile-no-padding-lr {
    padding-right: 0px !important;
    padding-left: 0px !important; }

  .mobile-padding-fifteen-top {
    padding-top: 15%; } }
@media screen and (min-width: 1400px) {
  .container.lg-container {
    max-width: 80%; } }
.tags li {
  display: inline-block;
  margin-right: 7px;
  padding: 0 !important; }
  .tags li a {
    border: 1px solid #ced4da;
    padding: 5px 20px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px; }
  .tags li:last-child {
    margin-right: 0; }
  .tags li a:hover {
    background: #ffac33;
    color: #fff; }

label {
  margin-bottom: 0; }
  label.error {
    color: #EC5E69;
    font-weight: 500;
    display: inline-block;
    font-size: 12px; }

.label.label-default {
  background: #F1F1F1;
  color: #526069; }
.label.label-primary {
  background: #ff4c52; }
.label.label-success {
  background: #63CB89; }
.label.label-info {
  background: #5893DF; }
.label.label-warning {
  background: #F1C205; }
.label.label-danger {
  background: #EC5E69; }

.form-list input, .form-list textarea, .form-list select {
  border-left: none !important;
  border-radius: 0;
  border-right: none;
  border-top: none; }

/* ===================================
    Top header and Navigation
====================================== */
.header-icon {
  border: 1px solid #ffac33;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center; }
  .header-icon .fa-clock {
    -webkit-padding-start: 2px; }
  .header-icon i {
    vertical-align: sub; }

.navbar-nav li.current > a, .navbar-nav > li.active > a {
  color: #ffac33; }

.navbar > ul > li.current > a:after {
  border-color: transparent #ffac33 #ffac33 transparent; }

@media screen and (max-width: 991px) {
  .navbar ul ul li.active > a {
    color: #ffac33; }

  .navbar-nav li.active > a {
    opacity: 1;
    color: #ffac33; } }
.navbar-brand img {
  max-height: 35px;
  transition-duration: 0.5s; }

/* ===================================
    Main banner area
====================================== */
/*banner style-03*/
.cd-headline.loading-bar .cd-words-wrapper:after {
  background: #ffac33; }

.line-banner {
  overflow: hidden;
  position: relative; }
  .line-banner .header-text {
    position: absolute;
    width: 100%;
    top: 30%;
    z-index: 4; }
    .line-banner .header-text h1 {
      font-size: 100px;
      color: #fff;
      letter-spacing: 1px;
      margin: 0 auto;
      font-weight: 700;
      font-family: 'Caveat', cursive;
      width: 80%; }

.banner-form {
  margin-top: -60px;
  position: relative;
  z-index: 99; }
  .banner-form .form-control {
    padding: 10px 20px; }

@media screen and (max-width: 1199px) {
  .line-banner .header-text h1 {
    font-size: 90px;
    line-height: 110px; } }
@media screen and (max-width: 991px) {
  .line-banner .header-text {
    top: 50%;
    transform: perspective(1px) translateY(-50%); }
    .line-banner .header-text h1 {
      font-size: 68px;
      line-height: 70px; } }
@media screen and (max-width: 767px) {
  .line-banner .header-text h1 {
    font-size: 52px;
    line-height: 65px;
    width: 100%; } }
@media screen and (max-width: 575px) {
  .line-banner .header-text h1 {
    font-size: 38px;
    line-height: 52px; } }
/* ===================================
    Page title
====================================== */
.page-title-section {
  padding: 215px 0 25px; }
  .page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0; }
  .page-title-section ul {
    margin-bottom: 0; }
    .page-title-section ul li {
      display: inline-block; }
      .page-title-section ul li:last-child a {
        color: #fff;
        font-weight: 600; }
      .page-title-section ul li:after {
        content: '\f105';
        font-weight: 700;
        vertical-align: middle;
        color: #fff;
        font-family: Font Awesome\ 5 Free;
        padding: 0 5px 0 10px; }
      .page-title-section ul li:last-child:after {
        content: none; }
      .page-title-section ul li a {
        color: #fff;
        font-size: 14px;
        font-weight: 500; }
  .page-title-section .active {
    color: #ffac33; }

@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 150px 0 25px; }
    .page-title-section h1 {
      font-size: 36px;
      line-height: 42px; } }
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 130px 0 25px; }
    .page-title-section h1 {
      font-size: 30px;
      line-height: 1; }
    .page-title-section ul {
      margin-top: 0; }
      .page-title-section ul li a {
        font-size: 13px; } }
@media screen and (max-width: 767px) {
  .page-title-section h1 {
    font-size: 26px; }
  .page-title-section ul li a {
    font-size: 12px; } }
/* ===================================
    Testimonial
====================================== */
.testimonial-style .testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
.testimonial-style .testimonial-review p {
  margin-bottom: 0; }
.testimonial-style .testimonial-left-col {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 177px;
  flex: 1 0 177px;
  margin-right: 100px;
  text-align: center; }
.testimonial-style .testimonial-pic {
  position: relative;
  margin: 0 0 25px; }
  .testimonial-style .testimonial-pic:before {
    content: '\f10d';
    font-weight: 700;
    font-family: Font Awesome\ 5 Free;
    display: block;
    position: absolute;
    top: 48%;
    right: -62px;
    margin-top: -8px;
    font-size: 21px;
    color: #ffac33; }
.testimonial-style .testimonial-separator:before {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: -53px;
  background-color: #c5c3c3; }
.testimonial-style .testimonial-separator:after {
  content: '';
  display: block;
  width: 1px;
  height: 60px;
  position: absolute;
  right: -53px;
  background-color: #c5c3c3;
  bottom: 0; }
.testimonial-style .client-info h6 {
  margin-bottom: 0;
  font-size: 15px;
  color: #232323; }
.testimonial-style .testimonial-review {
  padding-bottom: 70px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300; }

@media screen and (max-width: 991px) {
  .testimonial-style .testimonial-review {
    padding-bottom: 65px; } }
@media screen and (max-width: 767px) {
  .testimonial-style .client-info h6 {
    font-style: 14px; }
  .testimonial-style .custom-dot {
    margin-top: 20px; } }
@media screen and (max-width: 575px) {
  .testimonial-style .testimonial-review {
    padding-bottom: 0; }
  .testimonial-style .testimonial-left-col {
    margin-bottom: 20px;
    text-align: left; }
  .testimonial-style .testimonial-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .testimonial-style .testimonial-separator, .testimonial-style .testimonial-pic:before {
    display: none; } }
/* ===================================
    Others
====================================== */
/* popular destination section */
.destination .form-control {
  border: none;
  border-bottom: 1px solid #eee;
  padding-left: 0; }
.destination .btn {
  border: none;
  border-bottom: 1px solid #eee; }

#destination .owl-nav {
  position: absolute;
  left: -75%;
  bottom: 40px;
  margin-top: 0; }
  #destination .owl-nav .owl-prev, #destination .owl-nav .owl-next {
    line-height: 33px; }

@media screen and (max-width: 1199px) {
  #destination .owl-nav {
    bottom: 13px; } }
/* packages section */
.lebel {
  background-color: #ffac33;
  padding: 4px 10px 1px 10px;
  color: #fff;
  font-size: 11px;
  border-radius: 25px;
  margin-left: 10px; }

.contact-us {
  margin-top: -90px; }

.package img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.package:hover {
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.13);
  transition: all 0.5s;
  border: 1px solid transparent !important; }

.country:hover {
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.13);
  transition: all 0.5s;
  border: 1px solid transparent !important; }

/*Tour details page*/
.tour-inner li {
  border-top: 1px solid #eee;
  padding: 10px 0; }

/* portfolio */
.portfolio-1 {
  position: relative; }

.portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 4px;
  filter: alpha(opacity=0);
  overflow: hidden;
  transition: opacity .5s ease-out;
  background-color: rgba(0, 0, 0, 0.6); }
  .portfolio-overlay i {
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    width: 22px;
    height: 22px;
    margin: auto;
    bottom: 0; }

.portfolio-1:hover .portfolio-overlay {
  opacity: 1; }

/*booking-page */
.booking .nav-link {
  padding: 1.5rem 1rem; }
.booking .nav-tabs {
  border-bottom: none; }
  .booking .nav-tabs .nav-link:focus, .booking .nav-tabs .nav-link:hover {
    border: none; }
.booking .nav-pills .nav-link.active, .booking .nav-pills .show > .nav-link {
  background-color: #ffac33; }
.booking .nav-tabs .nav-link {
  border: none; }
.booking .form-control {
  padding: 0.575rem .75rem; }
.booking input {
  margin-bottom: 0; }

/* sidebar */
.side-bar h3 {
  position: relative;
  font-size: 20px;
  font-weight: 600; }

.side-bar input[type=checkbox], .side-bar input[type=radio] {
  margin-top: 0.5rem; }

/*price range*/
.irs-grid {
  bottom: -6px; }

.irs--flat .irs-min, .irs--flat .irs-max {
  display: none; }
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  background-color: #ededed;
  padding: 4px 8px;
  font-size: 12px;
  color: #232323; }
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  border-top-color: #ededed; }
.irs--flat .irs-handle {
  top: 32px;
  width: 6px;
  height: 16px;
  background-color: #ffac33;
  border-radius: 4px; }
  .irs--flat .irs-handle > i:first-child {
    display: none; }
.irs--flat .irs-line {
  top: 37px;
  background-color: #ededed;
  height: 6px; }
.irs--flat .irs-bar {
  top: 37px;
  background-color: #ffac33;
  height: 6px; }

/*progress bars */
.progress {
  box-shadow: none !important;
  height: 4px;
  border-radius: 0;
  margin-bottom: 35px;
  overflow: hidden; }

.progress-bar {
  background-color: #ffac33;
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px; }

.progress.progress-sm {
  height: 8px !important; }
  .progress.progress-sm .progress-bar {
    line-height: 10px; }
.progress.progress-md {
  height: 15px !important; }
  .progress.progress-md .progress-bar {
    line-height: 15px; }
.progress.progress-lg {
  height: 20px !important; }
  .progress.progress-lg .progress-bar {
    line-height: 20px; }

.progress-rounded {
  border-radius: 60px; }

/* ===================================
    Portfolio masonry
====================================== */
.masonry {
  margin: 10px;
  padding: 0;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  transition-duration: .4s;
  -webkit-transition-duration: .4s; }
  .masonry a {
    display: block;
    margin-top: 10px; }
    .masonry a:first-child {
      margin-top: 0; }

.masonry-item {
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .4s;
  transition-duration: .4s; }
  .masonry-item img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition-duration: .4s;
    transition-duration: .4s; }
  .masonry-item:first-child {
    margin-top: 0; }

@media screen and (min-width: 576px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media screen and (min-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }
@media screen and (min-width: 992px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
@media screen and (min-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }
/* ===================================
    Accordion
====================================== */
.accordion > .card {
  overflow: hidden;
  border: none; }
  .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card .card-header {
    background: none;
    padding: 0;
    margin: 0; }
  .accordion > .card .btn-link {
    padding: 1.5rem 0 1.5rem 60px;
    width: 100%;
    text-align: left; }
    .accordion > .card .btn-link.collapsed:before {
      background: #ffffff;
      box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.19);
      content: "\f105";
      font-weight: 700;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
      font-size: 20px;
      font-family: Font Awesome\ 5 Free;
      top: 17px;
      left: 2px;
      position: absolute;
      color: #ffac33; }
    .accordion > .card .btn-link:before {
      background: #ffac33;
      content: "\f107";
      font-weight: 700;
      font-size: 20px;
      font-family: Font Awesome\ 5 Free;
      top: 17px;
      left: 0;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50px;
      position: absolute;
      color: #fff; }

/* ===================================
    Tabs
====================================== */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none; }

.tab-content > .active, .pill-content > .active {
  display: block; }

.nav-tabs.nav-justified {
  border-bottom: 1px solid #E2E2E2; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: -1px;
    margin-left: 0px; }
  .nav-tabs.nav-justified > .active > a {
    border-color: transparent;
    border-bottom: 1px solid #1B2733;
    color: #1B2733; }
    .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
      border-color: transparent;
      border-bottom: 1px solid #1B2733;
      color: #1B2733; }

.tab-content {
  margin-top: 15px; }

/* ===================================
    Owl carousel
====================================== */
.custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px; }
  .custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #d5d5d5;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s; }
    .custom-dot span:hover {
      background: #d5d5d5;
      -webkit-backface-visibility: visible;
      border-radius: 30px; }
  .custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #ffac33;
    border-color: #ffac33;
    -webkit-transition-duration: .3s;
    transition-duration: .3s; }

.owl-nav i {
  color: #232323;
  font-size: 18px;
  padding-top: 6px; }
.owl-nav .owl-next {
  color: #ffac33;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important; }
.owl-nav .owl-prev {
  color: #ffac33;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  left: 0;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }
.owl-nav .owl-next {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1); }

.owl-theme .owl-nav {
  margin-top: 50px; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #6f6f6f;
    line-height: 30px;
    border-radius: 0; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      color: #232323; }

@media screen and (max-width: 991px) {
  .owl-theme .owl-nav {
    margin-top: 30px; } }
@media screen and (max-width: 991px) {
  .custom-dot {
    margin-top: 20px; } }
/* ===================================
    Copy Elements
====================================== */
pre[class*="language-"] {
  max-height: 45vh;
  height: 100%;
  margin: 35px 0 15px 0;
  padding-top: 0; }

.html-code {
  background-color: #fbfbfb;
  position: relative;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ededed; }
  .html-code:before {
    color: #a8d2f5;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }

.copy-element {
  position: absolute;
  top: -50px;
  right: 100px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.source-element {
  position: absolute;
  top: -50px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.html-code .copy-element {
  top: 15px;
  right: 30px; }
.html-code:hover .copy-element, .html-code:hover .source-element {
  opacity: 1; }

.box-hover:hover .copy-element, .box-hover:hover .source-element {
  opacity: 1; }

.copy-element > a, .source-element > a {
  border-radius: 0.25rem;
  background: #dde1e6;
  color: #777 !important;
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: capitalize;
  cursor: pointer !important;
  font-weight: 600; }

.copy-element > a:hover, .source-element > a:hover {
  background: #249af9;
  color: #fff !important; }

.copy-clipboard {
  cursor: pointer;
  padding: 5px 15px; }

.white-popup-block {
  background-color: #fbfbfb;
  position: relative;
  max-width: 650px;
  box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
  padding: 60px 30px 30px 30px;
  border-radius: 5px;
  margin: 40px auto;
  border: 1px solid #ededed; }
  .white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0; }
  .white-popup-block:before {
    color: #c8dfab;
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px; }
  .white-popup-block:hover .copy-element {
    opacity: 1; }
  .white-popup-block .copy-element {
    top: 45px;
    right: 30px; }

.box-hover {
  position: relative; }
  .box-hover .container {
    position: relative; }

.summary-list {
  padding: 20px; }
  .summary-list li {
    margin-bottom: 15px; }
    .summary-list li:last-child {
      margin-bottom: 0; }

.box-shadow {
  box-shadow: 0 0.1rem 0.6rem rgba(0, 0, 0, 0.1) !important; }

/* ===================================
    Pages
====================================== */
/*search page*/
.search-form_input {
  color: #ffac33; }

.search-frame h4 a:hover {
  color: #ffac33; }
.search-frame .search_list .match {
  color: #ffac33; }
.search-frame .search_list li:before {
  color: #ffac33; }
.search-frame .search_list li + li {
  border-top: 3px solid #ffac33; }
.search-frame .search {
  color: #ffac33; }

/*404 page*/
.page-container .title {
  font-size: 240px;
  line-height: 1;
  margin-bottom: 30px; }

@media screen and (max-width: 1199px) {
  .page-container .title {
    font-size: 200px; } }
@media screen and (max-width: 991px) {
  .page-container .title {
    font-size: 125px; } }
@media screen and (max-width: 767px) {
  .page-container .title {
    font-size: 75px;
    margin-bottom: 10px; } }
/*coming soon */
.coming-soon .social-links li {
  display: inline-block;
  font-size: 22px;
  margin-right: 30px; }
  .coming-soon .social-links li:last-child {
    margin-right: 0; }
  .coming-soon .social-links li a {
    color: #fff; }
    .coming-soon .social-links li a:hover {
      color: rgba(255, 255, 255, 0.65); }

/*count down */
ul.countdown li {
  border-right: 1px solid #c5c5c5;
  display: inline-block;
  padding: 0 25px;
  text-align: center;
  color: #fff; }
  ul.countdown li:last-child {
    border: medium none;
    padding-right: 0; }
  ul.countdown li span {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative; }
    ul.countdown li span::before {
      content: "";
      height: 1px;
      position: absolute;
      width: 100%; }
  ul.countdown li p.timeRefDays, ul.countdown li p.timeRefHours, ul.countdown li p.timeRefMinutes, ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

@media screen and (max-width: 767px) {
  .coming-soon .social-links li {
    margin-right: 15px;
    font-size: 16px; }

  ul.countdown li {
    padding: 0 5px; }

  .social-links li {
    margin-right: 15px; }

  ul.countdown li span {
    font-size: 22px; } }
/* ===================================
    Blogs
====================================== */
/*blog-details page */
.widget-list li {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  transition: all .3s ease;
  z-index: 0; }
  .widget-list li a {
    float: left;
    clear: both;
    position: relative;
    text-align: left;
    background-color: #fff;
    padding-right: 25px; }
    .widget-list li a:before {
      width: 7px;
      height: 1px;
      content: '';
      background-color: #ffac33;
      display: inline-block;
      margin-right: 11px;
      vertical-align: middle; }

/*blog post */
.blogs .post {
  margin-bottom: 50px; }
  .blogs .post .content {
    padding-top: 30px; }
    .blogs .post .content .post-title h5 {
      font-size: 26px;
      line-height: normal;
      font-weight: 500;
      margin-bottom: 0px; }
      .blogs .post .content .post-title h5 a {
        color: #232323; }
        .blogs .post .content .post-title h5 a:hover {
          color: #F24259; }
    .blogs .post .content .meta {
      margin-bottom: 20px; }
      .blogs .post .content .meta li {
        display: inline-block;
        font-size: 12px;
        padding: 0 5px;
        position: relative; }
        .blogs .post .content .meta li:first-child {
          padding-left: 0; }
    .blogs .post .content .special {
      padding: 15px;
      margin: 50px 0 40px 0;
      border-left: 2px solid #111;
      background: #f4f4f4;
      font-size: 16px; }
    .blogs .post .content .btn {
      border-color: #6f6f6f;
      color: #6f6f6f;
      min-width: auto;
      padding: 6px 20px;
      font-size: 12px; }
      .blogs .post .content .btn:hover {
        color: #fff;
        border-color: #F24259; }
  .blogs .post .share-post {
    padding: 35px 0;
    border-bottom: 1px dashed #ddd;
    text-align: left; }
    .blogs .post .share-post span {
      font-weight: 700; }
    .blogs .post .share-post ul {
      float: right; }
      .blogs .post .share-post ul li {
        display: inline-block;
        margin: 0 10px; }
  .blogs .post .post-img img {
    width: 100%; }
.blogs .posts .title-g h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px; }

/* blogs comments */
.blogs .comments-area .comment-box {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee; }
  .blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px; }
  .blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px; }
.blogs .comment-box .author-thumb {
  width: 80px;
  float: left; }
.blogs .comment-box .comment-info {
  margin-left: 100px; }
  .blogs .comment-box .comment-info h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px; }
  .blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600; }
    .blogs .comment-box .comment-info .reply i {
      padding-right: 5px;
      font-size: 12px; }

/* pagination */
.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0; }
  .pagination li {
    display: inline; }
    .pagination li:first-child a {
      border-left-width: 1px; }
  .pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff; }
    .pagination a:hover {
      background-color: #232323;
      color: #fff; }
  .pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default; }
  .pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default; }

/* wizard */
.pagination.wizard li:first-child a {
  border-left-width: none; }
.pagination.wizard a {
  float: left;
  padding: 12px 28px;
  line-height: 20px;
  text-decoration: none;
  border: none;
  border-left-width: 0;
  background: #ffac33; }
  .pagination.wizard a:hover {
    background-color: #232323;
    color: #fff; }
.pagination.wizard .disabled .butn {
  background: #d4d4d4;
  color: #fff;
  cursor: default; }
  .pagination.wizard .disabled .butn:hover, .pagination.wizard .disabled .butn:active, .pagination.wizard .disabled .butn:focus {
    color: #fff;
    background: #d4d4d4; }

/* blockquote */
.blockquote {
  background: #f1f1f1;
  border-left: 4px solid #ffac33;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0;
  padding: 20px 30px 30px; }
  .blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #232323;
    letter-spacing: .5px; }
  .blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #232323;
    letter-spacing: .5px; }

/* sidebar */
.side-bar .widget {
  margin-bottom: 45px; }
  .side-bar .widget:last-child {
    margin-bottom: 0; }
  .side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    .side-bar .widget .widget-title h6:after {
      content: '';
      width: 30px;
      height: 1px;
      background: #ffac33;
      position: absolute;
      bottom: 0;
      left: 0; }
  .side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    color: #6f6f6f; }
    .side-bar .widget li:last-child {
      margin: 0; }
  .side-bar .widget .social-listing {
    margin-bottom: 0; }
    .side-bar .widget .social-listing li {
      list-style: none;
      display: inline-block; }
      .side-bar .widget .social-listing li:after {
        background: none; }
      .side-bar .widget .social-listing li:first-child {
        padding-left: 0; }
.side-bar .search form input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #d1d1d1;
  background: #f7f7f7; }
.side-bar .search form button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 0;
  float: right;
  border-radius: 0;
  padding: 0; }
  .side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0; }

@media screen and (max-width: 767px) {
  .blog-list-simple {
    margin-bottom: 20px;
    padding-bottom: 20px; } }
/*  blog page*/
.blog-block1 .img {
  overflow: hidden;
  position: relative; }
  .blog-block1 .img a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffac33;
    color: #fff;
    padding: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    z-index: 3; }
    .blog-block1 .img a span {
      display: block;
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.blog-block1 img {
  -webkit-transition: all .5s;
  transition: all .5s; }
.blog-block1:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

/* blog section */
.blog-block {
  display: block;
  padding: 60px 50px 50px 100px;
  text-align: right;
  border: 8px solid #ffac33;
  margin-left: -60px; }

.blog .owl-dots {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0; }

@media screen and (max-width: 991px) {
  .blog-block {
    border: none;
    text-align: left;
    padding: 30px 30px 0 70px; } }
/* ===================================
    Contact info
====================================== */
/*social links */
.social-icon-style li {
  display: inline-block;
  margin-right: 10px; }
  .social-icon-style li:last-child {
    margin-right: 0; }
  .social-icon-style li a {
    font-size: 14px;
    border: 1px solid #232323;
    color: #232323;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 32px;
    display: inline-block;
    text-align: center; }
    .social-icon-style li a:hover {
      color: #fff;
      background: #ffac33;
      border: 1px solid #ffac33; }

@media screen and (max-width: 767px) {
  .social-icon-style li a {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px; } }
.popover {
  z-index: 999999; }

.datepicker.dropdown-menu {
  z-index: 999999 !important; }

/* newsletter */
.email-box {
  width: 80%;
  position: relative;
  background: none;
  overflow: hidden; }
  .email-box input {
    width: 99%;
    height: 45px;
    min-height: auto;
    margin-bottom: 7px;
    border-radius: 5px;
    border: 1px solid rgba(78, 78, 84, 0.2);
    outline: none;
    padding-left: 20px;
    padding-right: 70px;
    z-index: 1;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.67px; }
  .email-box .butn {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: none;
    cursor: pointer;
    padding: 13px 18px;
    border-top-left-radius: 0;
    box-shadow: none;
    border-bottom-left-radius: 0; }

/* contact us section */
.contact-form {
  margin-top: -90px; }

@media screen and (max-width: 1199px) {
  .contact-form {
    margin-top: -70px; } }
@media screen and (max-width: 991px) {
  .contact-form {
    margin-top: -50px; } }
.contact-map {
  width: 100%;
  height: 400px; }

/* ===================================
    Footer
====================================== */
footer {
  color: #232323; }
  footer .list-style-1 a {
    color: #232323; }

.footer-list-style {
  margin-bottom: 0; }
  .footer-list-style li {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 0; }
    .footer-list-style li a {
      vertical-align: middle; }
    .footer-list-style li span {
      vertical-align: baseline;
      font-size: 16px;
      line-height: normal;
      display: inline-block;
      margin-right: 6px; }
    .footer-list-style li:last-child {
      margin-right: 0; }

footer p {
  margin-bottom: 0; }
footer h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: relative; }

.footer-bar {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: transparent; }
  .footer-bar span {
    color: #ffac33;
    font-size: 15px;
    font-weight: 400; }

@media screen and (max-width: 767px) {
  .footer-bar p {
    font-size: 12px; }

  footer .list-style-1 li {
    padding: 0 0 5px 0; }
    footer .list-style-1 li:last-child {
      padding: 0; }
    footer .list-style-1 li a {
      color: #232323; } }
.footer-title-style1 {
  position: relative;
  font-size: 20px;
  font-weight: 600; }

/*# sourceMappingURL=styles.css.map */

/*# sourceMappingURL=styles.css.map */
