/* -------------------------------------------------------

 01. Basics style
 02. Helper style
 03. Selection style 
 04. Preloader style
 05. Owl-Theme custom style
 06. Section style
 07. Navbar style
 08. Header style
 09. Slider-fade style (Homepage Slider)
 10. Slider style (Inner Page Slider).single-project-area
 11. Page Banner Header style
 12. Video Background style
 13. Dynamic Background video styles
 14. About style
 15. Team style
 16. Tours 1 and Destination 1 style
 17. Tours 2 style
 18. Tours 3 style
 19. Tour Page style
 20. CountUp Numbers style
 21. Clients style
 22. Gallery style
 23. Promo Video style
 24. Testimonials style
 25. Booking style
 26. Accordion Box (for Faqs) style
 27. Blog style
 28. Blog 2 style
 29. Post style
 30. Contact style
 31. Buttons style
 32. Coming Soon
 33. 404 Page style
 34. Footer style
 35. toTop Button style
 36. Overlay Effect Bg image style
 37. Responsive (Media Query)
 
------------------------------------------------------- */

/* ======= Basic style ======= */
html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}
body {
    font-family:"Fredoka",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    color: black;
    overflow-x: hidden !important;
    letter-spacing:0.8px;

}
html{
     overflow-x: hidden !important;
}
p {
   
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: black;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:"Fredoka",sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    color: #0f2454;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f5f8;
}
span,
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #d48624;
}
/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"], input[type="date"],
textarea {
    outline: none;
    max-width: 100%;
    margin-bottom: 0px;
    border-width: revert;
    padding: 10px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border:1px dashed #0f2454;
    border-radius: 0px;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family:"Fredoka",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #676977;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #d48624;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
}
select {
    padding: 10px;
    background:white;
    border:1px dashed #0f2454;
  
}
table,
th,
tr,
td {
    border: 1px solid #f4f5f8;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
input[type="submit"] {
    font-weight: 400;
    font-family:"Fredoka",sans-serif;
    text-transform: uppercase;
    background: #d48624;
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
}
.alert-success {
    background: transparent;
    color: #676977;
    border: 1px solid #d48624;
    border-radius: 0px;
}

/* placeholder */
::-webkit-input-placeholder {
    color: #676977;
    font-size: 16px;
    font-weight: 400;
}
:-moz-placeholder {
    color: #676977;
}
::-moz-placeholder {
    color: #676977;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #676977;
}

/* blockquote */
blockquote {
    padding: 45px;
    display: block;
    position: relative;
    background-color: #f4f5f8;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75em;
    color: #676977;
}
.mobile{
    padding-top:2%;
    display: flex;
    justify-content:right;
    /*justify-content: space-evenly;*/
    align-content: center;
    align-items: center;

}
#top-bar-icon{
    z-index: 9;
    position: relative;
    background: white;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 5px 8px;
    color: #0f2454;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 17px;
}
blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width:100%;
    position:relative;
    z-index:3;
}
blockquote:before {
    content: '\e645';
    font-family:"Fredoka",sans-serif;
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #0f2454;
}
blockquote p {
    margin-bottom: 0;
}
blockquote p a {
    color:inherit;
}
blockquote cite {
    display:inline-block;
    font-size: 16px;
    position:relative;
    padding-left: 60px;
    border-color:inherit;
    line-height:1;
    margin-top: 22px;
    font-style:normal;
    color: #d48624;
    font-weight: 400;
}
blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 45px;
    height: 1px;
    border-top: 1px solid; 
    border-color:inherit;
    color: #d48624;
}


/* ======= Helper style ======= */
.mt-0 {
  margin-top: 0 !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.no-padding {
  padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.back-position-center {
    background-position: center;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 600;
}
.count {
    font-family:"Fredoka",sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}
.js .animate-box {
    opacity: 0;
}
/* background & color */
.bg-navy {
    background: #0f2454;
}
.bg-lightnav {
    background: #f4f5f8 ;
}
.color-1 {
color: #fff;
}
.color-2 {
color: rgba(255,255,255,0.8);
}
/* star-rating  */
.rating {
    margin-bottom: 5px;
    display: inline-flex;
}
.rating .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.7em;
  margin-right: 0.7em;
  margin-bottom: 2em;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 6px;
}
.rating .star:before, .star:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.rating .star:after {
  transform: rotate(35deg);
}
/* star-rating active */
.rating .star.active {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.8em;
  margin-right: 0.8em;
  margin-bottom: 2em;
  font-size:large;
  border-bottom: 0.8em solid #e4a853;
  border-left: 0.4em solid transparent;
  font-weight: 900;
  /* Controlls the size of the stars. */
}
.rating .star.active:before, .star.active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #e4a853;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.rating .star.active:after {
  transform: rotate(35deg);
}
.rating .reviews-count {
    width: auto;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
    line-height: 1;
}
.rating .reviews-count.color-2 {
    color: #676977;
}

/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: #d48624;
}
::-moz-selection {
    color: #fff;
    background: #d48624;
}
::selection {
    color: #fff;
    background: #d48624;
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}
#preloader {
    display: table;
    table-layout: fixed;
}
#preloader-status {
    display: table-cell;
    vertical-align: middle;
}
.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.loader {
    position: relative;
    width: 55px;
    height: 55px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid rgba(15, 36, 84, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.loader span {
    position: absolute;
    width: 55px;
    height: 55px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid #d48624;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme custom style ======= */
.owl-theme .owl-nav.disabled + .owl-dots {
    /*margin-top: 0px;*/
    line-height: 1.5;
    display: block;
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background: #d7ebf0;
    border: 1px solid #d7ebf0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background:#102636;
    border: 1px solid #d48624;
}
/* === owl carousel nav style  === */
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.blog .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,.testimonials-new .owl-theme .owl-nav,
.tour-page .owl-theme .owl-nav,
.destination1 .owl-theme .owl-nav,
.tours3 .owl-theme .owl-nav,
.tours2 .owl-theme .owl-nav,
.tours1 .owl-theme .owl-nav {
    position: absolute!important;
    top: 35%!important;
    bottom: auto!important;
    width: 100%
}
.clients .owl-theme .owl-nav,
.team .owl-theme .owl-nav,
.blog .owl-theme .owl-nav,
.testimonials .owl-theme .owl-nav,.testimonials-new .owl-theme .owl-nav,
.tour-page .owl-theme .owl-nav,
.destination1 .owl-theme .owl-nav,
.tours3 .owl-theme .owl-nav,
.tours2 .owl-theme .owl-nav,
.tours1 .owl-theme .owl-nav{
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.clients .owl-theme .owl-prev,
.team .owl-theme .owl-prev,
.blog .owl-theme .owl-prev,
.testimonials .owl-theme .owl-prev, .testimonials-new .owl-theme .owl-prev,
.tour-page .owl-theme .owl-prev,
.destination1 .owl-theme .owl-prev,
.tours3 .owl-theme .owl-prev,
.tours2 .owl-theme .owl-prev,
.tours1 .owl-theme .owl-prev {
    left: 10px!important
}
.clients .owl-theme .owl-next,
.team .owl-theme .owl-next,
.blog .owl-theme .owl-next,
.testimonials .owl-theme .owl-next,.testimonials-new .owl-theme .owl-next,
.tour-page .owl-theme .owl-next,
.destination1 .owl-theme .owl-next,
.tours3 .owl-theme .owl-next,
.tours2 .owl-theme .owl-next,
.tours1 .owl-theme .owl-next {
    right: 10px!important
}
.clients .owl-theme .owl-prev,
.clients .owl-theme .owl-next,
.team .owl-theme .owl-prev,
.team .owl-theme .owl-next,
.blog .owl-theme .owl-prev,
.blog .owl-theme .owl-next,
.testimonials .owl-theme .owl-prev,
.testimonials .owl-theme .owl-next,.testimonials-new .owl-theme .owl-prev,
.testimonials-new .owl-theme .owl-next,
.tour-page .owl-theme .owl-prev,
.tour-page .owl-theme .owl-next,
.destination1 .owl-theme .owl-prev,
.destination1 .owl-theme .owl-next,
.tours3 .owl-theme .owl-prev,
.tours3 .owl-theme .owl-next,
.tours2 .owl-theme .owl-prev,
.tours2 .owl-theme .owl-next,
.tours1 .owl-theme .owl-prev,
.tours1 .owl-theme .owl-next {
    color: #fff;
    position: absolute!important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #0f2454;
    border: 1px solid #0f2454;
    line-height: 0;
    text-align: center;
    font-size: 16px
}
.clients .owl-theme .owl-prev>span,
.clients .owl-theme .owl-next>span,
.team .owl-theme .owl-prev>span,
.team .owl-theme .owl-next>span,
.blog .owl-theme .owl-prev>span,
.blog .owl-theme .owl-next>span,
.testimonials .owl-theme .owl-prev>span,
.testimonials .owl-theme .owl-next>span,.testimonials-new .owl-theme .owl-prev>span,
.testimonials-new .owl-theme .owl-next>span,
.tour-page .owl-theme .owl-prev>span,
.tour-page .owl-theme .owl-next>span,
.destination1 .owl-theme .owl-prev>span,
.destination1 .owl-theme .owl-next>span,
.tours3 .owl-theme .owl-prev>span,
.tours3 .owl-theme .owl-next>span,
.tours2 .owl-theme .owl-prev>span,
.tours2 .owl-theme .owl-next>span,
.tours1 .owl-theme .owl-prev>span,
.tours1 .owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.clients .owl-theme .owl-nav [class*=owl-],
.team .owl-theme .owl-nav [class*=owl-],
.blog .owl-theme .owl-nav [class*=owl-],
.testimonials .owl-theme .owl-nav [class*=owl-], .testimonials-new .owl-theme .owl-nav [class*=owl-],
.tour-page .owl-theme .owl-nav [class*=owl-],
.destination1 .owl-theme .owl-nav [class*=owl-],
.tours3 .owl-theme .owl-nav [class*=owl-],
.tours2 .owl-theme .owl-nav [class*=owl-],
.tours1 .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    color: #fff;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.team .owl-theme .owl-nav [class*=owl-]:hover,
.blog .owl-theme .owl-nav [class*=owl-]:hover,
.testimonials .owl-theme .owl-nav [class*=owl-]:hover, .testimonials-new .owl-theme .owl-nav [class*=owl-]:hover,
.tour-page .owl-theme .owl-nav [class*=owl-]:hover,
.destination1 .owl-theme .owl-nav [class*=owl-]:hover,
.tours3 .owl-theme .owl-nav [class*=owl-]:hover,
.tours2 .owl-theme .owl-nav [class*=owl-]:hover,
.tours1 .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #d48624;
    color: #d48624;
}
@media screen and (max-width: 768px) {
    .clients .owl-theme .owl-nav,
    .team .owl-theme .owl-nav,
    .blog .owl-theme .owl-nav,
    .testimonials .owl-theme .owl-nav,
    .tour-page .owl-theme .owl-nav,
    .destination1 .owl-theme .owl-nav,
    .tours3 .owl-theme .owl-nav,
    .tours2 .owl-theme .owl-nav,
    .tours1 .owl-theme .owl-nav {
        display: none;
    }
}


/* ======= Section style ======= */
.section-padding {
    padding: 70px 0;
}
.section-padding2 {
    padding: 0 0 120px 0;
}
.section-padding h6 {
    color: #d48624;
    font-size: 20px;
    margin-bottom: 20px;
}
.section-subtitle {
    color: #d48624;
    font-size: 13px;
    font-family:"Fredoka",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 5px;
}
.section-subtitle span {
 color: #d48624;
}
.section-title {
    font-size: 45px;
    line-height: 1.2em;
    font-family:"Fredoka",sans-serif;
    font-weight: 700;
    color: #0f2454;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.section-title span {
    color: #d48624;
}
.section-title2 {
    font-size: 32px;
    
    font-weight: 700;
    color: #d48624;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.section-subtitle2 {
    
    font-size: 16px;
    color: #d48624;
    margin-bottom: 5px;
}
.section-title2 span {
    color: #fff;
}
.section-title i,
.section-title span i {
    color: #d48624;
}


/* ======= Navbar style ======= */
.navbar {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: white;
    z-index: 99999;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 90px;
}
.topBar.home2{
    background:#d48624;
}
.topBar {
    width: 100%;
    
    min-height: 50px;
}
.topDate {
    text-transform: none;
    letter-spacing: .03em;
    font-size: 15px;
    line-height: 10px;
    margin: 12px 0 0px 10px;
    font-weight: 600;
    color:white;
    
}
.topDate a{
    font-size: 17px;
    font-weight: 500;
    padding-left:15px;
}
.topDate i{
    z-index: 9;
    position: relative;
    background: white;
    border: 1px solid transparent;
    border-radius: 100%;
    padding: 5px 6px;
    color:#0f2454;
    display:inline-block;
    height:30px;
    width:30px;
    font-size:17px;
}
.text-right {
    text-align: right;
    color:white;
}
.social {
    width: 100%;
    margin-top: 5px;
    color:white;
}
.social.lightVer a {
    
    margin: 2px 0 3px;
}
.social.lightVer a p{
    margin-top:-5%;
    margin-left:6%;
}
.social a {
    width: 32px;
    height: 32px;
   
    color: #2a2a2a;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 15px;
    padding-top: 6px;
    position: relative;
}
.social a span{
    color:white;
    padding-left:10px;
}
.followUs a i, .social a i {
    z-index: 9;
    position: relative;
    background:white;
    border:1px solid transparent;
    border-radius:100%;
   padding: 6px 1.5px;
    color:#0f2454;
   display:inline-block;
   height:30px;
   width:30px;
   font-size:17px;
   
}
.fa {
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.navbar-new {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: blue;
    z-index: 100;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    color:black;
}
.navbar .container {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-scroll .container {
    border: none;
}
.navbar-toggler-icon {
    background-image: none;
}
.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #d48624;
}

.navbar .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: black;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 12px;
    padding-left: 12px;
    font-family:"Fredoka",sans-serif;
}



/* to override the existing css for "a" tag */





.navbar .navbar-nav .nav-link.nav-color {
    color: #fff;
}
.navbar .navbar-nav .nav-link:hover {
    color: #d48624;
}
.navbar .navbar-nav .active {
    /*color: #d48624 !important;*/
    background: #d48624 !important;
    /* border: 1px solid black; */
    background: red;
    color: white;
    animation: zoomIn 1s;
}
.navbar .navbar-nav .active:hover{
    color:#fff !important;
}
.navbar .navbar-nav .active i {
    color: #d48624;
}
.active{
    color:red;
}
.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
}
.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #d48624;
}
.nav-scroll .navbar-nav .nav-link {
    color: black;
}
.nav-scroll .navbar-nav .active {
    color: #fff !important;
}
.nav-scroll .navbar-nav .active:hover{
    color:#fff !important;
} 
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #fff;
}
.nav-scroll .logo-img {
    width: 140px;
}
.nav-scroll .logo-img {
    margin-bottom: 0px;
}
.nav-scroll .logo-wrapper .logo h2 {
    
    font-size: 27px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #d48624;
    margin-bottom: 0;
    padding: 23px 0;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    
    font-size: 9px;
    color: #0f2454;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
}
.nav-scroll .logo-wrapper {}
.logo-wrapper {
    float: left;
}
.logo-wrapper .logo h2 {
   
    font-size: 27px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 23px 0;
}
.logo-wrapper .logo h2 a i {
    color: #fff;
    font-size: 20px;
    vertical-align: super;
}
.logo-wrapper .logo span {
    display: block;
   
    font-size: 9px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
}
.logo {
    padding: 0;
}
.logo-img {
    padding: 20px 0;
    width: 140px;
    text-align: center;
}
.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
}
.nav-scroll .dropdown .nav-link i {
    color: rgba(15, 36, 84, 0.5);
}
.nav-scroll .navbar-nav .active i {
    color: #d48624;
}


.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
   
    font-size: 16px;
    font-weight: 400;
    color: #0f2454;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}
.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}
.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
}
.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: #d48624;
  
}
.navbar .dropdown-toggle::after {
    display: none;
}
.navbar .dropdown-menu {
    box-shadow: 0 16px 50px rgb(0 0 0 / 7%);
}
.navbar .dropdown-menu li {
   border-bottom: 1px solid rgba(15, 36, 84,.03);
}
.navbar .dropdown-menu li:last-child {
   border-bottom: none;
}
.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}
/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        
        padding: 15px;
        border-radius: 0;
        border: 0;
        background-color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }    
}
@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .nav-scroll {
        background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 26px 0 26px 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 21px 15px;
        background-color: transparent;
    }
    .nav-scroll .logo-img {
        width: 140px;
    }
    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }
    .nav-scroll .logo {}
    .logo-img {
        margin-bottom: 0px;
        width: 140px;
        padding: 0;
    }
    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }
    .navbar button:hover {
        background: transparent;
    }
    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }
    .navbar .container {
        max-width: 100%;
        padding: 0;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #0f2454;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #0f2454 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #d48624 !important;
    } 
    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 16px;
        line-height: 40px;
    }
    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }
    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 13px;
    }
    .navbar .dropdown-submenu:hover > .dropdown-toggle::after {
        transform: rotate(0deg);
    }
    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }
    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
        box-shadow: none;
    }
    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }
    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }
    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }
    .dropdown .nav-link i {
        color: rgba(15, 36, 84, 0.5);
    }
    .nav-scroll .dropdown .nav-link.active i {
    color: #d48624;
    }
   
    
}
@media screen and (max-width:1200px) {
    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
    }
}




/* ======= Header style ======= */
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption span i.star-rating {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption h3 {
    
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.header .caption .bann-tiltsd {
    position: relative;
    margin-bottom: 0;
   
    font-size: 75px;
    text-transform: uppercase;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}
.header .caption h1 span {
    color: transparent;
    -webkit-text-stroke: 1px #fff;  
}
.header .caption p {
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-right: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0f2454;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn-light {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption .butn-dark {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.header .caption .butn-dark a {
    font-weight: 400;
 
    background: #d48624;
    color: #fff;
    padding: 13px 25px;
    margin: 0;
    position: relative;
    font-size: 16px;
}
.header .social a {
    color: #eee;
    font-size: 20px;
    margin: 10px 15px;
}
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}

/* ======= Slider-fade style (Homepage Slider) ======= */
.header-mobile-content{
    z-index: 2;
    top: 120px;
    position: relative;
    font-size: 40px;
    line-height: 3rem;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
    padding: 10px;
    
}
.mobile-slider {
    /*background: url(https://website-designcompanyindia.com/tours-and-travel-1/img/slider/1.jpg) center center no-repeat;*/
    background: url(https://Guwahatitourstravelss.com/img/banner/Guwahati-banner.jpg)center center no-repeat;
    background-size: cover;
	background-position: center;
	background-attachment: fixed;
    display: none;
}
.mobile-slider::before{
    position: absolute;
    content: "";
    background: #000000;
    opacity: 0.5;
    width: 100%;
    /*height: 330px;*/
    height: 400px;
    z-index: 1;
}


.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider-fade .item .caption {
    z-index: 9;
}
/* slider-fade owl-nav next and prev */
.slider-fade .owl-nav {
    position: absolute;
    bottom: 3%;
    right: 12%;
}
.slider-fade .owl-prev {
    float: left;
}
.slider-fade .owl-next {
    float: right;
}
.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255,255,255,0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #d48624;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}
/* owl-dots for slider */
.slider-fade .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    
    margin-top: 0px;
    line-height: .7;
    display: block;
}
.slider-fade .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
}
.slider-fade .owl-dots .owl-dot.active span,
.slider-fade .owl-dots .owl-dot:hover span {
    background: #d48624;
    border: 1px solid #d48624;
}


/* ======= Slider style (Inner Page Slider) ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption{
    z-index: 9;
}
/* owl-dots */
.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}
.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.7);
}
.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #d48624;
    border: 1px solid #d48624;
}
/* bounce */
.header .arrow {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 8;
}
.header .arrow.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.header .arrow i {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 100%;
}
.header .arrow i:hover {
    border: 1px solid #fff;
}
.header .arrow i:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;

}


/* ======= Page Banner Header style ======= */
.banner-header {}
.banner-header h1 {
    font-size: 45px;
    color: #fff;
    position: relative;
    /*font-size: 48px;*/
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.banner-header h1 span {
    color: #d48624;
}
.banner-header h1 i {
    color: #d48624;
}
.banner-header h5 {
    color: #fff;
    font-size: 13px;
 
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
    font-weight: 400;
}
.banner-header h5 a i{
    font-size:24px;
}
.banner-header p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
}
.banner-header p a {
    color: #d48624;
}
/* author & date */
.banner-header .author .avatar {
    width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}
.banner-header .post {
    margin-top: 20px;
}
.banner-header .post div {
    display: inline-block;
}
.banner-header .post .author {
    margin-right: 20px;
    font-size: 13px;
}
.banner-header .post .date-comment {
    position: relative;
    font-size: 13px;
    color: #fff;
    margin-right: 20px
}
.banner-header .post .date-comment i {
    color: #fff;
    font-size: 16px;
    margin-right: 5px;
}
.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}
@media screen and (max-width: 767px) {
    .banner-header {}
    .banner-header h5 {}
    .banner-header h1 {
        font-size: 40px;
    }
}


/* =======  Video Background  ======= */
.video-fullscreen-wrap {
  height: 100vh;
  overflow: hidden;
}
.video-fullscreen-video {
    height: 100%;
}
.video-fullscreen-wrap video {
  width: 100vw;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-fullscreen-wrap .video-fullscreen-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
    
}
.video-lauch-wrapper {
  border: none;
  background: none;
  width: 100%;
  padding: 0;
}
.video-fullscreen-wrap .overlay {
/*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  text-align: center; 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}
.video-fullscreen-wrap .butn-dark a {
    color: #fff;
}
.position-relative {
  position: relative !important;
}


/* ======= Dynamic Background video style ======= */
.dynamic-video-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0;
    max-height: 500px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.dynamic-video-wrapper video {
    display: flex;
}
.dynamic-video-wrapper .wrap-content {
    position: absolute;
    width: 100%;
    margin: auto;
    z-index: 10;
    text-align: center;
}
.dynamic-video-wrapper .wrap-content p {
    font-size: 16px !important;
    color: #fff;
}
.dynamic-video-wrapper .wrap-content h4,
.dynamic-video-wrapper .wrap-content .h4 {
   
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.dynamic-video-wrapper .wrap-content h1,
.dynamic-video-wrapper .wrap-content .h1 {
    position: relative;
    
    font-size: 40px;
    line-height: 1.2em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 600;
}


/* ======= About style ======= */
/* about list */
.about-list {
    position: relative;
    display: block;
}
.about-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.about-list li + li {
    margin-top: 10px;
}
.about-list-icon {
    display: flex;
    align-items: center;
}
.about-list-icon span {
    font-size: 10px;
    color: #fff;
    background-color: #d48624;
    border-radius: 50%;
    padding: 10px;
}
.about-list-text {
    margin-left: 15px;
}
.about-list-text p {
    font-size: 16px;
    margin: 0;
}
/* about img */
.about h5 {
    color: #0f2454;
    font-size: 18px;
    line-height: 1.75em;
}
.about h5 span {
    color:#d48624;
}
.about .about-img img:hover {
    transform: scale(0.95);
}
.about .about-img {
    position: relative;
}
.about .about-img .img {
    padding: 0 30px 30px 15px;
    position: relative;
}
.about .about-img .img:before {
    content: '';
    position: absolute;
    top: 30px;
    right: 0;
    left: 45px;
    bottom: 0;
    background-color: #d48624;
}
.about .about-img .img:after {
    content: '';
    width: 50%;
    position: absolute;
    top: -6%;
    bottom: 60%;
    left: -3%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.about .about-img .img img {
    position: relative;
    z-index: 2;
    background: transparent;
}
/* circle */
.about #circle {
  position: absolute;
  top: 200px;
  right: -40%;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: .99;
  z-index: 2;
}
.about #circle text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
  
}
.about #circle svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}


/* ======= Team style ======= */
.team-card {
    text-align: center;
    position: relative;
    padding-bottom: 40px
}
.team .section-title {
    color: #fff;
}
.team-card .title-box {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
    border-radius: 0px;
    background: #d48624;
}
.team-card .title-box h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5em;
}
.team-card .title-box h3 span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: grid;
   
    text-transform: none;
    letter-spacing: 0px;
}
.team-card .team-img {
    position: relative
}
.team-card .team-img:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #d48624;
    opacity: 0.9;
    visibility: hidden
}
.team-card .team-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-bottom: 38px;
    margin-top: 50px;
    opacity: 0;
    visibility: hidden
}
.team-card .team-title {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.team-card .team-title span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    display: grid;
 
    text-transform: none;
    letter-spacing: 0px;
}
.team-card .team-text {
    font-size: 16px;
    color: #fff;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto
}
.team-card .title-box,
.team-card .team-content,
.team-card .team-img:before {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.team-card:hover .team-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    margin-top: 1px
}
.team-card:hover .title-box {
    opacity: 0;
    visibility: hidden;
    margin-bottom: 80px
}
.team-card:hover .team-img::before {
    height: 100%;
    visibility: visible
}
.team-card .social {
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.team-card .social a {
    font-size: 16px;
    color: #fff;
    margin: 0 5px;
}
.team-card .social a:hover {
    color: #fff;
}
@media (max-width: 1199px) {
    .team-card .title-box {
        left: 20px;
        right: 20px;
        padding: 25px 0
    }
    .team-card .team-text {
        max-width: 280px
    }
}


/* ======= Tours and Destination 1 style ======= */
.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    /*-webkit-filter: brightness(70%);*/
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}
.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    
    padding: 12px 6px;
    line-height: 1.5em;
    
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #d48624;
}

.tours1 .item .category-2,
.destination1 .item .category-2 {
    position: absolute;
    top: 14px;
    left: -27px;
    z-index: 3;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align:center;
    padding: 1px 30px;
    line-height: 1.5em;
    transform:rotate(-45deg);
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #d48624;
    text-transform: capitalize;
}

.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}

.tours1 .item .category-2 a,
.destination1 .item .category-2 a {
    color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}

.tours1 .item .category-2:hover,
.destination1 .item .category-2:hover {
    color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    /*background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgba(15, 36, 84, .75) 90%);*/
    /*background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);*/
    /*background: linear-gradient(to bottom, transparent 0, rgba(15, 36, 84, .01) 2%, rgba(15, 36, 84, .75) 90%);*/
}
.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
   
    display: inline;
}
.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}
.tours1 .item .con h5,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}
.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}
.tours1 .item .con i,
.destination1 .item .con i {
    color: #fff;
}
.tours1 .item .con i:hover,
.destination1 .item .con i:hover {
    color: #fff;
}
.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}
.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #d48624;
}
/* line animation */
.tours1 .item .line,
.destination1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 20px;
}
.tours1 .item:hover .line,
.destination1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
}
/* facilities */
.tours1 .facilities ul,
.destination1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.destination1 .facilities ul li,
.tours1 .facilities ul li {
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  padding-bottom: 0px;
  float: left;
  margin-right: 10px;
  padding-top: 7px;
}
.destination1 .facilities ul li:last-of-type,
.tours1 .facilities ul li:last-of-type {
    margin-right: 0px;
}
.destination1 .facilities ul li i,
.tours1 .facilities ul li i {
  font-size: 14px;
  margin-right: 1px;
}
/* permalink */
.tours1 .item .con .permalink,
.destination1 .item .con .permalink {
    
    font-size: 14px;
    color: #d48624;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline;
    
}
 .item:hover .con .permalink a{
   background: white;
    padding: 10px 7px;
    border-radius: 10%;
    color: #000;
}
.tours1 .item .con .permalink a, 
.destination1 .item .con .permalink a {
    
    text-align: center;
}
.tours1 .item .con .permalink i,
.destination1 .item .con .permalink i {
   
   color: #d48624;
    
}
.tours1 .item .con .permalink a:hover,
.tours1 .item .con .permalink i:hover,
.destination1 .item .con .permalink a:hover,
.destination1 .item .con .permalink i:hover {
color: #d48624;
}


/* ======= Tours 2 style  ======= */
.tours2 {
    position: relative;
}
.tours2:last-child {
    margin-bottom: 20px;
}
.tours2 figure {
    margin: 0;
    position: relative;
    width: 66.666667%;
    margin-left: auto;
}
.tours2.left figure {
    margin-left: 0;
    margin-right: auto;
}
.tours2 figure img:hover {
    transform: scale(0.98);
}
.tours2 .caption {
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    width: 50%;
    padding: 4% 4% 4% 4%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.tours2.left .caption {
    left: auto;
    right: 0;
    background: #fff;
}
.pack-icon{
    margin-bottom:-3px;
    font-size: 15px;
    
}
.tour-pack{
    padding:5% 5%;
}
.pack-sec-content{
    padding:0 5%;
}
.iteneray-pack{
    padding:2% 5%;
}
.inc-ex-sec{
    padding:2% 5%;
}
.pack-head-row{
        
    padding-left: 2%;
   

}
.icn-cnt{
    display: flex;
    gap: 10px;
}
.testimonials .pack-head-row{
    margin-bottom: 2rem;
}
.pack-head-content{
    margin-left: 55px;
    font-size: 18px;
    color:black;
    display: flex;
    align-items: center;
}
.img-width{
    max-width:100% !important;
}
.cross-icon{
    color:#ec0d0d;
    position:absolute;
    
    transform: rotate(90deg);
  
    margin-top: -6%;
    font-size: 65px;
}
.pack-head{
   position: relative;
    border-width:medium;
   display: flex;
    padding: 1%;
}
.pack-head-icon{
   
    font-size:20px;
}
.pack-head-gif{
    height:40px;
    width:40px;
    /*margin-top: -5px;*/
   /*transform: translateY(-70%);*/
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 10%;
}
.inc-ex-icon{
    font-size:40px;
    margin-top:-10%;
    padding-left:10px;
    padding-top:5px;
    background: linear-gradient(40deg, transparent, rgb(32 149 174 / 25%));
    /* margin-right: 20px; */
    height: 60px;
    width: 60px;
    border-radius: 50%;
    color: #d48624;
}
.inc-ex-row:hover .inc-ex-icon{
    background: linear-gradient(0deg, transparent, rgb(18 40 55 / 25%));
    color: #102636;
}

.extra-icon{
    position: absolute;
    font-size: 40px;
    z-index: 1;
    left: 3%;
}
.inc-ex-row{
    padding-top:6%;
    font-size:18px;
    transition:0.1s ease-in-out;
}
.content-place{
    font-size:20px;
    background:#d48624;
    color:white;
    
    padding: 1% 2%;
    
    border-radius: 25px;
}
.pad-content-head{
    padding-bottom:3%;
}
.accordion-inn-icon{
    color:#d48624;
    margin-bottom: -1%;
    padding-right: 2%;
}
.accordion-inn-head{
    border-bottom:3px solid #d48624;
    text-align:center;
    color:#0f2454;
}
.form-pad{
    padding-top:7%;
}
.pack-sec-content-head{
   padding: 3% 0% 3% 0%;
}
.content-days{
    font-size:20px;
     color:white;
    background:#0f2454;
    padding: 1% 2%;
    
    border-radius: 30px;
}
.tours2 .caption.padding-left {
    padding-left: 4%;
}
.tours2.left .caption.padding-left {
    padding-right: 4%;
}
.tours2 .caption h4,
.tours2 .caption h4 a {
    font-size: 30px;
    color: #0f2454;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.tours2 .caption h3,
.tours2 .caption h3 a {
    color: #d48624;
    font-size: 13px;
  
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.tours2 .caption h3 span {
    font-size: 16px;
    color: #676977;
  
    text-transform: uppercase;
}
.tours2 .caption h6 {
    display: inline-block;
    color: #676977;
   
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.tours2 .caption .info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tours2 .caption .info-wrapper .more {
    color: #d48624;
    text-decoration: none;
    font-size: 16px;
}
.tours2 .caption .info-wrapper .more i {
    color: #d48624;
    font-size: 10px;
}
.tours2 .caption .info-wrapper .date {
    color: #0f2454;
   
    font-size: 16px;
    background: transparent;
    border: 1px solid #d48624;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 3px 12px;
}
.tours2 .caption .info-wrapper .date:hover {
    background: transparent;
    border: 1px solid #0f2454;
    color: #0f2454;
}
/* country map */
.country {
    padding-top: 0px;
}
.country .section-title2 {
    color: #0f2454;
}
.country p{
    font-size:13px;
}
.country .section-subtitle span {
    color: #d48624;
    font-size: 16px;
   
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 3px;
}
.country1{ 
    background: url(../img/map1.png) center center no-repeat; 
    background-size: contain;
}
.country2{
    background: url(../img/map2.png) center center no-repeat; 
    background-size: contain; 
}
.country2 ul{
    display: inline-block;
}
@media (max-width: 991.98px) {
    .tours2 figure {
        width: auto;
        margin: 0;
    }
    .tours2 .caption {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        padding: 30px 20px;
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
/* hr style */
hr {
    margin-top: 5px;
    margin-bottom: 20px;
    border: 0;
}
hr.border-1 {
    border-top: 1px solid rgba(106,177,191, 0.2);
}
hr.border-2 {
    border-top: 1px solid rgba(106,177,191, 0.2);
    margin-bottom: 25px;
    margin-top: 10px;
}
/* button link */
.link-btn {
    display: inline-block;
    position: relative;
  
    font-size: 16px;
    font-weight: 400;
}
.link-btn i {
    margin-left: 3px;
    font-size: 16px;
    color: #d48624;
}
.link-btn:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #d48624;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}
.link-btn:hover::before {
    width: 100%
}
.about-three .text-col .f-block .inner-box h6{
        padding-top:15px;
    }
/* phone-call button */
.phone-call {
    display: flex;
    align-items: center;
}
.phone-call .icon {
    position: relative;
    top: 3px;
}
.phone-call .icon span {
    font-size: 36px;
    color: #d48624;
}
.phone-call .icon.color-1 span {
    font-size: 36px;
    color: #fff;
}
.phone-call .text {
    margin-left: 15px;
}
.phone-call .text p {
    font-size: 16px;
    margin: 0;
}
.phone-call .text a {
    font-size: 24px;
    color: #d48624;
  
}
.phone-call .text a.color-1 {
    color: #fff;
   
    font-weight: 400;
}


/* ======= Tours 3 ======= */
.tours3 {
    color: #676977;
}
.tours3 .square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
 
}
.tours3 .square-flip {
    min-height: 200px;
    margin-bottom: 30px;
}
.tours3 .square,
.tours3 .square2 {
    width: 100%;
    height: 100%;
}
.tours3 .square {
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tours3 .square .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
  
    padding: 12px 6px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
  
}
.tours3 .square .category a {
    color: #fff;
}
.tours3 .square .category:hover {
    color: #fff;
}
.tours3 .square h4 {
    color: #fff;
    font-size: 27px;
    text-align: left;
    margin-bottom: 10px;
    display: inline-flex;
}
.tours3 .square h6, .tours3 .square h6 a {
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
   
    margin-bottom: 0px;
}
.tours3 .square-flip .square {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}
.tours3 .square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tours3 .square2 {
   
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tours3 .square2.bg-white {
    background: #fff;
}
.tours3 .square.bg-white {
    background: #fff;
    outline: none;
  box-shadow: 20px 38px 34px -26px hsla(0, 0%, 0%, 0.2);
  border-radius: 255px 15px 225px 15px/15px 225px 15px 255px;
 border: solid 6px #d48624;
   
}
.square img{
   padding:10%;
}
.tours3 .square2:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}
.tours3 .square2 h4 {
    font-size: 27px;
    color: #0f2454;
    margin-bottom: 5px;
}
.tours3 .square2 h6 {
    position: relative;
    color: #d48624;
    font-size: 16px;
    font-weight: 400;
   
    margin-bottom: 20px;
}
.tours3 .square2 p {
    font-size: 16px;
    color: #676977;
}
.tours3 .square2 .icon img {
    width: 60px;
    color: #676977;
    margin-bottom: 20px;
}
.tours3 .btn-line a {
    border-bottom: 1px solid #d48624;
    color: #676977;
    padding-bottom: 5px;
}
.tours3 .btn-line a:hover {
    border-bottom: 1px solid #0f2454;
    color: #676977;
}
.tours3 .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}
.tours3 .square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.tours3 .square-container {
    padding: 40px;
    text-align: right;
    height: 450px;
    position: relative;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}
.tours3 .square-container .box-title {
    /*	width: 100%;*/
}
.tours3 .square-flip:hover .square-container {
    -webkit-transform: translateX(-650px) scale(0.88);
    -ms-transform: translateX(-650px) scale(0.88);
    transform: translateX(-650px) scale(0.88);
}
.tours3 .square-container2 {
    padding: 30px;
    text-align: left;
    position: relative;
    top: 50%;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}
.tours3 .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}
.tours3 .flip-overlay {
    display: block;
   
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}
@media screen and (max-width: 991px) {
    .tours3 .square-flip {
        margin-bottom: 30px;
    }
    .tours3 {
        padding-bottom: 70px;
    }
}


/* ======= Tour Page style ======= */
.tour-page h6 {
    position: relative;
  
    font-size: 27px;
    color: #0f2454;
}
/* page list */
.page-list {
    position: relative;
    display: block;
}
.page-list li {
    position: relative;
    display: flex;
    align-items: center;
}
.page-list li+li {
    margin-top: 10px;
}
.page-list-icon {
    display: flex;
    align-items: center;
}
.page-list-icon span {
    font-size: 18px;
    color: #d48624;
}
.page-list-text {
    margin-left: 15px;
}
.page-list-text p {
    font-size: 16px;
    margin: 0;
}
/* owl-nav next and prev */
.tour-page .owl-nav {
    position: absolute;
    bottom: 3%;
    left: 12%;
}
.tour-page .owl-prev {
    float: left;
}
.tour-page .owl-next {
    float: right;
}
.tour-page .owl-theme .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 34px;
    background: transparent;
    border-radius: 100%;
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    margin-right: 3px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.tour-page .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid #d48624;
    color: #d48624;
}
@media screen and (max-width: 768px) {
    .tour-page .owl-nav {
        display: none;
    }
}
/* tour-list */
.tour-list .wrap {
    background: #0f2454;
    padding: 30px;
}
.tour-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tour-list ul li {
  color: #676977;
  font-size: 16px;
  padding-bottom: 10px;
}
.tour-list ul li i {
    margin-right: 2px;
    color: #d48624;
    font-size: 16px;
}
/* tour details */
.tour-page .head-icon {
  display: grid;
  grid-template-columns: 46% auto;
  grid-auto-rows: 45px;
  align-items: center;
  padding: 20px 0;
}
.tour-page .head-icon p {
  display: flex;
  align-items: center;
  color: #676977;
}
.tour-page .head-icon p i {
    color: #d48624;
    margin-right: 10px;
    font-size: 18px;
}
.tour-page .head-icon p img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .tour-page .head-icon {
    grid-template-columns: auto auto;
  }
}
@media (max-width: 576px) {
  .tour-page .head-icon {
    grid-template-columns: 100%;
  }
}
.tour-page .time-table, 
.tour-page .time-table-price {
  padding: 15px 0;
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  border-bottom: 1px solid #f4f5f8;
}
.tour-page .time-table p {
    margin-bottom: 0px;
}
.tour-page .time-table-price {
  height: auto;
  align-items: unset;
  padding: 12px 0;
}
.tour-page .time-table-price span,
.tour-page .time-table span {
    color: #0f2454;
}
.tour-page .time-table ul, .tour-page .time-table-price ul {
  margin: 0;
}
.tour-page .time-table li i, .tour-page .time-table-price li i {
  font-size: 13px;
  margin-right: 10px;
}
.tour-page .time-table-price-include li i.ti-check {
    color: #d48624;
}
.tour-page .time-table-price-exclude li i.ti-close {
    color: #ff0000;
}
/* tourpage right-sidebar */
.right-sidebar {}
.right-sidebar .item h3 {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 100%;
    margin: 0;
    background: #d48624;
  
    font-size: 27px;
    color: #fff;
    font-weight: 600;
}
.right-sidebar .item h3 span {
  font-size: 20px;
}
.right-sidebar .item h3 span:empty {
  display: none;
}
.right-sidebar .item h3 span:nth-child(1) {
  margin-right: 20px;
}
.right-sidebar .item h3 span:nth-child(2) {
  color: #fff;
  text-decoration: line-through;
  margin-right: 9px;
}
.right-sidebar .item .get-fm-title, .right-sidebar .item h2 {
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 100%;
    margin: 0;
    background: #d48624;
   
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.right-sidebar .item-form {
  background: #f4f5f8;
  padding: 25px 25px;
}
.wrapper{
    padding-right:15px;
}
/*.wrapper #child_selection{*/
/*    margin-left:5px;*/
/*}*/
/* ======= CountUp Numbers style ======= */
.numbers {
  background-attachment: fixed;
}
.numbers .item img {
    position: absolute;
    width: 50%;
    right: -30%;
    top: 30%;
    z-index: 4;
}
.numbers .item img.tobotm {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    top: 15%;
}
.numbers .item:hover .icon .front {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.numbers .item:hover .icon .back {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.numbers .item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
    border-radius: 50%;
    border: 7px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.numbers .item .icon span,
.numbers .item .icon i {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.numbers .item .icon .back {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    background: rgba(255,255,255,0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #fff;
}
.numbers .item h3 {
    font-weight: 600;
  
    margin-bottom: 10px;
    font-size: 36px;
}
.numbers .item h6 {
    font-size: 16px;
    font-weight: 600;
  letter-spacing:1px;
}
.numbers .item h6 span {
    font-size: 16px;
    color: #d48624;
    margin-right: 5px;
}
ol.number {
   list-style: none;
   counter-reset: item;
   margin-bottom: 20px;
 }
ol.number li {
   counter-increment: item;
   margin-bottom: 10px;
 }
ol.number li:before {
    margin-right: 10px;
    content: counter(item);
    background: #d48624;
    border-radius: 100%;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
 }


/* ======= Clients style ======= */
.clients {
    background: #f4f5f8;
    height:100%;
    width:100%;
    /*padding:5% 0;*/
}
.clients .owl-carousel {
    margin: 20px 0;
}
.clients .clients-logo {
    opacity: 1;
    line-height: 0;
}
.clients .clients-logo:hover {
    opacity: 1;
}
.clients img {
    -webkit-filter: none;
    filter: none;
}
/*.clients img:hover {*/
/*    -webkit-filter: grayscale(100%);*/
/*    filter: grayscale(100%);*/
/*    -webkit-transition: all .5s;*/
/*    transition: all .5s;*/
/*}*/


/* ======= Gallery style ======= */
.gallery-item {
    position: relative;
    padding-top: 20px;
}
.gallery-box {
    overflow: hidden;
    position: relative;
}
.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.gallery-box .gallery-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.gallery-box .gallery-detail h4 {
    font-size: 18px;
}
.gallery-box .gallery-detail p {
    color: rgba(15, 36, 84, 0.4);
    font-size: 16px;
}
.gallery-box .gallery-detail i {
    color: #0f2454;
    padding: 8px;
}
.gallery-box .gallery-detail i:hover {
    color: #0f2454;
}
.gallery-box:hover .gallery-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}
.gallery-box:hover .gallery-img:after {
    background: rgba(15, 36, 84, 0.2);
}
.gallery-box:hover .gallery-img > img {
    transform: scale(1.05);
}
/* magnific popup custom */
.mfp-figure button {
    border: 0px solid transparent;
}
button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}


/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}
.play-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
}
.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.circle-fill circle {
    opacity: 1;
    fill: rgba(174, 140, 100, 0.7);
}
.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}
.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}
.play-button svg.circle-track {
    z-index: 0;
}
.play-button.color {
    color: #d48624;
}
.play-button.color .circle-fill circle {
    fill: #d48624;
}
/* video section */
.video-wrapper {
    min-height: 500px;
}
.video-wrapper .section-title {
    color: #fff;
}
.video-wrapper .section-title span {
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    opacity: .9;
}
.video-wrapper .vid {
    position: relative;
    z-index: 8;
}
.video-wrapper .vid .vid-butn:hover .icon {
    color: #fff;
}
.video-wrapper .vid .vid-butn:hover .icon:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.video-wrapper .vid .vid-butn .icon {
    color: #d48624;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}
.video-wrapper .vid .vid-butn .icon:after {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border: 1px solid #eee;
    border-radius: 50%;
    z-index: -1;
}
.video-wrapper .vid .vid-butn .icon:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    padding: 9px 8px 9px 10px;
    line-height: 0;
}
.video-gallery-polygon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #d48624;
}

.magnific-custom {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}
.video-gallery-icon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    padding: 9px 8px 9px 10px;
    line-height: 0;
}
.video-gallery-icon:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #d48624;
}

/* ======= Testimonials style ======= */
.testimonials-box {
    position: relative;
    background: #fff;
    padding: 60px 45px 45px 45px;
    margin-bottom: -70px;
}
.testimonials-box .head-box h6 {
 
    font-size: 13px;
    font-weight: 400;
    color: #d48624;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.testimonials-box .head-box h4 {
    font-weight: 700;
    font-size: 30px;
    color: #0f2454;
    border-bottom: 1px solid #f4f5f8;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.testimonials-box .head-box h4 span {
    color: #0f2454;
}
.line {
    width: 60px;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    margin-bottom: 10px;
}
.testimonials h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.5em;
}
@media screen and (max-width: 991px) {
    .testimonials-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}
.testimonials .item {
    margin-bottom: 0px;
    position: relative;
}
.testimonials .item .quote {
    position: absolute;
    right: 20px;
    top: 90px;
    width: 70px;
    margin: 0 auto 30px;
    opacity: .1;
}
.testimonials .item p {
    color: white;
    font-size:18px;
 
    line-height: 28px;
}
.testimonials .item .info {
    text-align: left;
    margin: 30px 0 20px 0;
}
.testimonials .item .info .author-img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    border: 4px solid #ffffff;
}
.testimonials .item .info .cont {
    margin-left: 80px;
    padding-top:20px;
}
.testimonials .item .info h6 {
    
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 0px;
    font-weight: 400;
    color: white;
    line-height: 0.5em;
    
}
.testimonials .item .info span {
    font-size: 14px;
    /*color: #676977;*/
    color:#ffffff;
    margin-right: 5px;
}
.testimonials .item .info .rate {
    float: right;
}
.testimonials .item .info .rating {
    margin-bottom: 0px;
    display: inherit;
}
.testimonials .item .info i {
    color: #fff;
    font-size: 5.5px;
}



/* ======= Booking style ======= */
.booking-wrapper {
    position: absolute;
    width: 100%;
    bottom: 5%;
    z-index: 5;
}
@media (min-width: 1200px) {
.booking-wrapper .container {
    max-width: 900px;
    }
}
.booking2-wrapper {
    position: relative;
    margin-bottom: 40px;
}
.tour-inner {
    position: relative;
    border-radius: 0;
/*    display: flex;*/
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0px;
    padding: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.form1 {
/*    display: block;*/
    display: contents;
    padding: 0;
    position: relative;
}
.form1 label {
    display: none;
}
.form1 .col1 {
    float: left;
    width: 20%;
}
.form1 .col2 {
    float: left;
    width: 28%;
}
.form1 .col3 {
    float: left;
    width: 20%;
}
.form1 .c1 {
    border-left: 1px solid #f4f5f8;
    height: 64px;
/*    margin-bottom: 15px;*/
}
.form1 .c2 {
border-left: 1px solid #f4f5f8;
    height: 64px;
/*    margin-bottom: 15px;*/
}
.form1 .c3 {
border-left: 1px solid #f4f5f8;
    height: 64px;
/*    margin-bottom: 15px;*/
}
.form1 .c4 {
border-left: 1px solid #f4f5f8;
    height: 64px;
/*    margin-bottom: 15px;*/
}
.form1 .c5 {
border-left: 1px solid #fff;
    height: 64px;
/*    margin-bottom: 15px;*/
}
.ui-datepicker .ui-datepicker-header {
    background: #d48624;
    border: #d48624;
    color: #fff;
}
.date-mobile-icon{
    display:none;
}
.ui-datepicker {
    outline: none;
    font-size: 16px;
    color: #0f2454;
    background: #fff;
    z-index: 100 !important;
    border: 1px solid #fff;
    border-radius: 0px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f4f5f8;
    background: #f4f5f8;
    color: #0f2454;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #d48624;
    background: #d48624;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker .ui-datepicker-prev:after {
    font-size: 10px;
    content: "\e64a";
    font-family: "themify";
    color: #fff;
}
.ui-datepicker .ui-datepicker-next:before {
    font-size: 10px;
    content: "\e649";
    font-family: "themify";
    color: #fff;
    float: right;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    background: transparent;
    border: 1px solid transparent;
}
.btn-form1-submit {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    width: 100%;
    background:#d48624;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 64px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.btn-form1-submit i { 
    font-size: 13px;
    margin-right: 5px;
}
.btn-form1-submit:hover {
    background: #0f2454;
}
.btn-form1-submit:focus {
    outline: none;
}
.btn-form1-submit:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: inherit;
}
.input1_inner {
    position: relative;
}
.input1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 23px;
    pointer-events: none;
    content: "\e6b6";
    font-family: "themify";
    font-size: 16px;
    color: #d48624;
    line-height: 1;
}
.input1_inner input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #676977;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input1_inner input::placeholder {
    font-size: 16px;
    color: #676977 !important;
}
.input1_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #0f2454 !important;
}
.input2_inner {
    position: relative;
    position: relative;
}
.input2_inner input {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #676977;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.input2_inner input::placeholder {
    font-size: 16px;
    color: #676977 !important;
}
.input2_inner input:focus {
    outline: none;
    box-shadow: none;
    background: #fff;
    color: #0f2454 !important;
}
.select1_wrapper {
    margin-bottom: 0;
}
.select1_inner {
    position: relative;
}
.select1_inner:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 30px;
    pointer-events: none;
    content: "\e64b";
    font-family: "themify";
    font-size: 12px;
    color: #d48624;
    line-height: 1;
}
.select2 {
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
}
.select2 *:focus {
    outline: none !important;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: 450px;
}
.select2-container--default .select2-selection--single {
    background: none;
    border-radius: 0;
    border: none;
    height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    padding: 18px 40px 18px 20px;
    color: #676977;
    letter-spacing: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-dropdown {
    background: none;
    border-radius: 0;
    z-index: 100;
    min-width: 0px;
    border: none;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid #f4f5f8;
}
.select2-container--open .select2-dropdown--below {
    border-top: 1px solid #f4f5f8;
}
.select2-results__option {
    padding: 12px 10px;
    background: #fff;
    font-size: 15px;
    line-height: 20px;
    color: #676977;
    border-top: 1px solid #f4f5f8;
    /*text-align: center;*/
}
.select2-results__option:first-child {
    border-top: none;
}
.small .select2-results__option {
    padding-left: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background: #d48624;
    color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #d48624;
    color: #fff;
}
/* responsive */
@media (max-width: 1259.98px) {
    .booking2-wrapper {
        margin-bottom: 30px;
    }
}
@media (max-width: 991.98px) {
    .booking2-wrapper {
        margin-bottom: 40px;
    }
    .form1 .col1 {
        width: 50%;
        border-bottom: 1px solid #f4f5f8;
    }
    .form1 .c2 {
        border-right: none;
    }
    .form1 .col2 {
        width: 25%;
    }
    .form1 .col3 {
        width: 25%;
    }
    .booking-wrapper {
        position: relative;
        bottom: auto;
        padding: 30px 0;
        background: #f4f5f8;
    }
}
@media (max-width: 767.98px) {
    .form1 .col1 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #f4f5f8;
    }
    .form1 .col2 {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #f4f5f8;
    }
    .form1 .col3 {
        width: 100%;
        border-right: 0;
    }
    .btn-form1-submit:after {
        background: none;
    }
    
}
/* booking form */
.booking-box {
    position: relative;
    background: rgba(255,255,255,0.3);
    padding: 60px 45px;
    margin-bottom: -75px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.booking-box .head-box h6 {
    font-size: 13px;
    
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.booking-box .head-box h4 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 15px;
}
.booking-box .head-box h4 span {
    color: #fff;
}
@media screen and (max-width: 991px) {
    .booking-box {
        margin-bottom: 90px;
        padding: 35px 20px;
    }
}

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

/* ======= Accordion Box (for Faqs) style ======= */
.accordion-box {
  position: relative;
    padding: 0;
}
.accordion-box .block {
  position: relative;
  background: #f4f5f8;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 15px;
  
}
.accordion-box .bg-border{
    border-top: 2px solid #d48624;
  border-right: 2px solid #d48624;
  border-left: 2px solid #d48624;
    border-bottom: 5px solid #d48624;
}
.accordion-box .block.active-block {
  background-color: #f4f5f8;
}
.accordion-box .block:last-child {
  margin-bottom: 0;
}
.accordion-box .block .acc-btn {
    position: relative;
    font-size: 19px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    padding: 20px 30px;
    padding-right: 60px;
    color: #0f2454;
    transition: all 500ms ease;

}
.accordion-box .block .acc-btn .count {
  color: #d48624;
  padding-right: 3px;
}
.accordion-box .block .acc-btn:before {
  position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #d48624;
    line-height: 30px;
    content: "\e61a";
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .new-btn:before{
     position: absolute;
    right: 35px;
    top: 20px;
    height: 30px;
    font-size: 25px;
    font-weight: normal;
    color: #d48624;
    line-height: 30px;
    content: "\25be" !important;
    font-family: "Themify";
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
  background-color: #d48624;
    color: white;
}
.disco-icon{
        font-size: 28px;
    margin-bottom: -3%;
    padding-right: 4%;
    color:#d48624;
}
.iteneray-pack-head{
    padding-bottom:3%;
}
.pack-inner-head{
    border-left: 5px solid #d48624;
    padding-left: 2%;
}


.pack-inner-head-new{
    border-left: 5px solid #d48624;
    padding-left: 1%;
    margin-left: 1%;
    font-size: 30px;
    line-height: 1.3;
    color:#0f2454;
    position:relative;
    text-transform: capitalize;
}

.pack-inner-head-new::before{
    content: "";
    position: absolute;
    height: 36px;
    left: -50px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 50%;
    width: 38px;
    background-image: url(../img/bg/title-icon.webp);
}


.pack-inner-head-new-two{
    border-left: 5px solid #d48624;
    padding-left: 2%;
    margin-left: 2%;
    font-size: 35px;
    color:#0f2454;
    position:relative;
}

.pack-inner-head-new-two::before{
    content: "";
    position: absolute;
    height: 36px;
    left: -50px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 72%;
    width: 38px;
    background-image: url(../img/bg/title-icon.webp);
}

.accordion-box .block .acc-btn.active .disco-icon{
    color:white;
}
.accordion-box .block .acc-btn.active:before {
  color: white;
  content: "\e622";
}
.accordion-box .block .new-btn.active:before{
     color: white;
     content: "\25be" !important;
     transform: rotate(180deg);
}
.accordion-box .block .acc-content {
  position: relative;
  display: none;
}
.accordion-box .block .content {
  position: relative;
    padding: 0px 30px 30px;
    background-color: #f4f5f8;
    color: #676977;
}
.accordion-box .block .content  ul li{
    position: relative;
    margin: 1.5rem 0;
}
.accordion-box .block .content  ul li:hover img{
    transform: rotateY(360deg);
}
.accordion-box .block .content  ul li p{
    margin-left: 2.5rem;
    text-align: justify;
    color: #676977;
}
.accordion-box .block .content  ul li img{
    position: absolute;
    top: 5%;
    width: 25px;
    filter: invert(46%) sepia(73%) saturate(494%) hue-rotate(143deg) brightness(93%) contrast(87%);
    transition: 0.7s linear;
}

.accordion-box .block .acc-content.current {
  display: block;
}
.accordion-box .block .content .text {
  display: block;
  position: relative;
  top: 15px;
  display: block;
  color: #000;
      text-align: justify;
}


/* ======= Blog style ======= */
.blog .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog .section-title {
    color: #fff;
}
.blog .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(75%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog .item:hover .con {
    bottom: 0;
}
.blog .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-filter: brightness(100%);
}
.blog .item .date {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    padding: 10px 10px 5px 10px;
    text-align: center;
    background: #d48624;
}
.blog .item .date span {
   
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 0px;
}
.blog .item .date i {

    display: block;
    font-size: 18px;
    font-style: normal;
    color: #fff;
    line-height: 1.5em;
    font-weight: 500;
}

.blog .item .con {
    margin: -160px 20px 90px;
    padding: 25px;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: .2s cubic-bezier(.3, .58, .55, 1);
    transition: .2s cubic-bezier(.3, .58, .55, 1);
    bottom: -90px;
    position: relative;
    background: #fff;
}
.blog .item .con .category {
  
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 2px;
}
.blog .item .con .category a {
    margin-right: 5px;
    position: relative;
    color: #d48624;
}
.blog .item .con .category a:hover {
    color: #d48624;
}
.blog .item .con .category a:last-child {
    margin-right: 0;
}
.blog .item .con .category a:last-child:after {
    display: none;
}
.blog .item .con h5,
.blog .item .con h5 a {
    color: #0f2454;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.5em;
}
.blog .item .con h5:hover,
.blog .item .con h5 a:hover {
    color: #0f2454;
}
.blog .item .con p {
    color: #fff;
    font-size: 17px;
}
.blog .item .con i {
    color: #fff;
    font-size: 20px;
}


/* ======= Blog 2 style ======= */
.blog2 .item {
    margin-bottom: 30px;
}
.blog2 .post-img {
    position: relative;
    overflow: hidden;
}
.blog2 .post-img:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.blog2 .post-img a {
    display: block;
}
.blog2 .post-img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.blog2 .post-img .date {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    padding: 12px 12px;
    text-align: center;
    background: #d48624;
}
.blog2 .post-img .date span {
  
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
}
.blog2 .post-img .date i {
   
    display: block;
    font-size: 20px;
    font-style: normal;
    color: #fff;
    font-weight: 600;
}
.blog2 .post-cont {
    padding: 30px 0;
}
.blog2 .post-cont .tag {
    display: block;
    font-weight: 400;
	font-size: 13px;
    letter-spacing: 2px;
    color: #d48624;
   
    text-transform: uppercase;
	margin-bottom: 5px;
}
.blog2 .post-cont h5 {
    font-size: 30px;
}
.blog2 .post-cont h5 a {
    color: #0f2454;
}
.blog2 .post-cont h5 a:hover {
    color: #0f2454;
}
.blog2 .post-cont .date {
  
    margin-top: 0px;
    font-size: 13px;
    text-align: right;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.blog2 .post-cont .date a {
    color: #d48624;
}
.blog2 .post-cont i {
    color: #ccc;
	margin: 0 10px;
	font-size: 13px;
}
/* blog sidebar */
.blog2-sidebar .widget {
    background: #f4f5f8;
    padding: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.blog2-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.blog2-sidebar .widget ul li {
    margin-bottom: 15px;
    color: #676977;
    font-size: 16px;
    line-height: 1.5em;
}
.blog2-sidebar .widget ul li a {
    color: #676977;
}
.blog2-sidebar .widget ul li a.active {
    color: #d48624;
}
.blog2-sidebar .widget ul li a:hover {
    color: #d48624;
}
.blog2-sidebar .widget ul li:last-child {
    margin-bottom: 0;
}
.blog2-sidebar .widget ul li i {
    font-size: 9px;
    margin-right: 10px;
}
.blog2-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}
.blog2-sidebar .widget .recent .thum {
    width: 90px;
    overflow: hidden;
    float: left;
}
.blog2-sidebar .widget .recent a {
    display: block;
    margin-left: 105px;
}
.blog2-sidebar .widget-title {
    margin-bottom: 20px;
}
.blog2-sidebar .widget-title h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid #e6eaf6;
    font-size: 20px;
    line-height: 1.75em;
    margin-bottom: 15px;
    color: #0f2454;
}
.select-option-form select{
    width:100%;
}
.blog2-sidebar .search form {
    position: relative;
}
.blog2-sidebar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #fff;
	margin-bottom: 0;
}
.blog2-sidebar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #0f2454;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.blog2-sidebar .tags li {
    margin: 3px !important;
    padding: 8px 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #676977 !important;
    float: left;
}
.blog2-sidebar ul.tags li a {
    font-size: 16px;
    color: #676977;
}
.blog2-sidebar ul.tags li:hover,
.blog2-sidebar ul.tags li a:hover {
    background-color: #d48624;
    color: #fff;
}
/* pagination */
.blog-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.blog-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.blog-pagination-wrap li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #676977;
    font-weight: 400;
    background: #fff;
  
    font-size: 16px;
    border-radius: 100%;
    border: 1px solid #f4f5f8;
}
.blog-pagination-wrap li a i {
    font-size: 11px;
}
.blog-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: #d48624;
    border: 1px solid #d48624;
    color: #fff;
}
.blog-pagination-wrap li a.active {
    background-color: #d48624;
    border: 1px solid #d48624;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .blog-pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}



/* ======= Post style ======= */
.blog-post-section {
    padding-top: 120px;
}
/* Post Comment */
.comments-area {
    padding: 30px 0;
}
.item-form {
    background: #f4f5f8;
    padding: 45px 25px;
}
.comments-area .comments-title {
    font-size: 24px;
    color: #0f2454;
    line-height: 1.2em;
    font-weight: 600;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px 30px 20px 90px;
    margin-left: 40px;
    color: red;
    position: relative;
}
ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0px;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 20px;
    left: -40px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-color: #f4f5f8;
}
ol.comment-list li.comment .comment-author .name {
    display: inline-block;
    font-size: 18px;
    color: #0f2454;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 0;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #676977;
}
ol.comment-list li.comment .comment-meta {
    color: #676977;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}
ol.comment-list li.comment .comment-meta a {
    color: #d48624;
}
ol.comment-list li.comment .comment-meta:before,
ol.comment-list li.comment .reply a:before {
    font-family: "FontAwesome";
    font-size: 16px;
    vertical-align: top;
}
ol.comment-list li.comment p {
    font-size: 16px;
    margin: 0 0 15px;
    color: #676977;
}
ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    font-size: 14px;
    color: #676977;
}
ol.comment-list li.comment .reply a:hover {
    color: #d48624
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 30px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -35px;
        height: 70px;
        width: 70px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}
@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 26px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -15px;
        top: 12px;
        width: 60px;
        height: 60px;
    }
    ol.comment-list li.comment .comment-body {
        padding-left: 55px;
    }
}



/* ======= Contact style ======= */
.mb-90{
    background-image: url(https://g2h4v2c9.stackpathcdn.com/themes/industrium/wp-content/uploads/2022/09/map.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto;
}
.contact h3 {
    font-size: 27px;
    color: #0f2454;
}
.map {	
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	}


/* ======= Buttons style ======= */
/* dark */
.butn-dark {
    position: relative;
    
    padding-top: 13px;
    padding-bottom: 13px;
}
.butn-dark-new {
    position: relative;
    
    padding-top: 6px;
    padding-bottom: 13px;
}
.butn-dark-new a {
    font-size: 22px;
    font-weight: 400;
    display:inline-block;
    border: none;
    z-index: 1;
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    padding: 5px;
    
    background: #d48624;
    color: #fff;
    text-align:center;
    margin-left:-20px ;
   
}
/*.butn-dark .radi{*/
/*    display:inline-block;*/
/*    height:40px;*/
/*    width:40px;*/
/*}*/
.butn-dark a {
    font-size: 16px;
    font-weight: 400;
   
    background: #d48624;
    color: #fff;
    padding: 8px 12px;
    margin-left:-20px ;
    position: relative;
}
.butn-dark-new a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #1288a2;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    background: #1288a2;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.butn-dark a span {
    position: relative;
    z-index: 2;
}
.butn-dark-new a span {
    position: relative;
    z-index: 2;
}
.butn-dark .radi{
    border-radius:100%;
}
.butn-dark .radi:hover{
    border-radius:100%;
}
.butn-dark-new a span i {
    
   
    border-radius:100%;
   
}
.butn-dark a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background-color:#102636;
}
.butn-dark-new .radi:hover:after{
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
    border-radius:50%;
    width: 100%;
    background-color:#102636;
    
}
.butn-dark a:hover span {
    color: #fff;
}
.butn-dark-new a:hover span {
    color: #fff;
}
/* light */
.butn-light {
    position: relative;
    line-height: 1.2em;
}
.butn-light a {
    font-weight: 400;
   
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    margin: 0;
    position: relative;
    font-size: 16px;
    letter-spacing: 2px;
    border: 1px solid rgba(255,255,255,0.5);
}
.butn-light a:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
}
.butn-light a span {
    position: relative;
    z-index: 2;
}
.butn-light a:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.butn-light a:hover span {
    color: #0f2454;
}


/* ====== Coming Soon ======= */
.comming{
	min-height: 100vh;
	height: auto;
	position: relative;
	background-blend-mode: overlay;
	background: rgba(15, 36, 84,.4);
	background-image: url("../img/slider/8.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
@media (max-width: 767px){
	.comming{
		min-height: 120vh;
	}
}
.comming .item {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 30px 15px;
    margin-bottom: 30px;
}
.comming h6 {
    color: #fff;
    font-size: 16px;
 
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.comming h3 {
    font-size: 48px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.comming h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.comming h1 {
    font-size: 160px;
    font-weight: 600;
    margin-bottom: 0px;
    position: relative;
    color: #fff;
    line-height: 1em;
}
.comming p {
	color: #fff;
	font-size: 16px;
}
/* coming form */
.comming form {
  margin-top: 30px;
  position: relative;
}
.comming form input {
    width: 100%;
    padding: 11px 50px 11px 11px;
    background-color: transparent;
    border: 1px solid #d48624;
    border-radius: 0px;
    color: #fff;
    margin-bottom: 15px;
	outline: none;
}
.comming form input::placeholder {
    color: #fff;
}
.comming form button {
    background-color: #d48624;
    padding: 6px 24px;
    border-radius: 0px;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
   
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

.comming form button i {
    font-size: 12px;
    margin-right: 5px;
}

.comming form button:hover {
  background-color: #0f2454;
  color: #fff;
	outline: none;
}
/* go home */
.go-back{
	margin-top: 45px;
}
.go-back a {
	color: #fff;
	display: inline-block;
  
	font-size: 16px;
}
.go-back a:hover {
	color: #d48624;
}
.go-back a span{
	transition: all .5s;
}
.go-back a span i {
	color: #fff;
	font-size: 13px;
}
.go-back a:hover span{
	padding-right: 15px;
}


/* ======= 404 Page style ======= */
.error-form {
  position: relative;
  max-width: 520px;
  margin: 50px auto 0;
}
.error-form form {
  position: relative;
}
.error-form .form-group {
  position: relative;
  margin: 0;
}
.error-form .form-group input[type="text"],
.error-form .form-group input[type="search"],
.error-form .form-group input[type="email"] {
  position: relative;
  width: 100%;
  line-height: 30px;
  padding: 20px 60px 20px 30px;
  height: 70px;
  display: block;

  font-size: 16px;
  background: #f4f5f8;
  color: #676977;
  border-radius: 7px;
  border: 1px solid #f4f5f8;
  transition: all 300ms ease;
}
.error-form .form-group input[type="text"]:focus,
.error-form .form-group input[type="email"]:focus,
.error-form .form-group input[type="search"]:focus {
  border-color: #f4f5f8;
}
.error-form .form-group input::-webkit-input-placeholder {
  color: #f4f5f8;
}
.error-form .form-group .theme-btn {
      position: absolute;
    right: 20px;
    top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: none;
    color: #676977;
}
.error-form .form-group .theme-btn span {
  vertical-align: middle;
    outline: none;
}



/* ======= Footer style ======= */
.footer {
    background: #102636;
}
.footer-logo {
    width: 160px;
    margin-bottom: 15px;
}
.footer .widget .widget-title {
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #fff;
}
/* first footer */
.first-footer {
    padding: 90px 0 0 0;
    /*    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
/* footer icon */
.icon-footer {
    width: 65px;
    max-height: 65px;
    min-height: 65px;
    min-width: 65px;
    background-color: #d48624;
    color: #fff;
    font-size: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-footer i {
    width: 100%;
    text-align: center;
}
/* footer link */
.links.dark {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    background-color: #102636;
    box-shadow: none;
    border-radius: 0px;
}
.links.dark.footer-contact-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    padding: 20px 20px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-contact-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-contact-links-divider {
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: rgba(255, 255, 255, 0.1);
}
.footer-contact-link-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.image-wrapper.footer-contact-link-icon {
    margin-right: 22px;
}
.footer-contact-link-wrapper h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}
.footer-contact-link-wrapper p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    margin-bottom: 0px;
    text-align:left;
}
/* second footer */
.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
}
.second-footer .widget-area .widget {
    padding: 45px 0;
}
.second-footer .widget-area .widget p {
    color: rgba(255,255,255,0.8);
}
/* usefull links */
.footer .usful-links ul {
    /*margin: 0;*/
    margin: 1rem;
    padding: 0;
    margin-left: 20px;
}
.footer .usful-links ul li {
    margin-bottom: 20px;
}
.footer .usful-links ul li:hover {
    color: #d48624;
}
.footer .usful-links ul li i {
    font-size: 7px;
    margin-right: 3px;
}
.footer .usful-links ul li a {
    color: rgb(255 255 255);
    /*color: rgba(255,255,255,0.8);*/
    position: relative;
    padding-left: 0px;
    display:block;
    line-height: 1.8;
    font-size:14px;
    text-transform: capitalize;
}
.footer .usful-links ul li a:hover {
    color: #d48624;
}
/* bottom footer */
.copyright {
    padding-top: 30px;
    padding-bottom: 30px;
}
.copyright p {
    color: rgba(255,255,255,0.8);
    /*font-size: 14px;*/
    font-size: 1rem;
}
.copyright p a {
   color: rgb(212 134 36);
}
.copyright p a:hover {
    color: #fff;
}
.copyright p span {
    color: rgba(255, 255, 255, 0.01);
    padding: 0 5px;
}
/* social icons */
.social-icons li {
    display: inline-block;
    border: none;
    z-index: 1;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d48624;
    margin-right: 5px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,0.1);
}
.social-icons li a {
    display: block;
    text-align: center;
    color: #fff;
}
.footer .social-icons li > a {
    font-size: 23px;
}
.social-icons li a:hover {
    background: #1288a2;
    color: #fff;
    border-radius: 100%;
    transform: scale(1.2);
}
/* newsletter */
.widget-newsletter {
    position: relative;
}
.widget-newsletter input {
    height: 60px;
    width: 100%;
    border: none;
    background: #fff;
    font-size: 16px;
    color: #676977;
    outline: none;
    padding: 0 90px 0 20px;
}
.widget-newsletter button {
    height: 50px;
    border: none;
    background: #d48624;
    font-size: 16px;
    color: #fff;
    outline: none;
    padding: 0 25px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
}
.widget-newsletter button:hover {
    background: #1288a2;
}
@media screen and (max-width: 767px) {
    .footer-contact-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0px;
    }
}


/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: normal;
    color: transparent;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: transparent;
    stroke-width: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}
.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 1px transparent;
    box-shadow: inset 0 0 0 1px transparent;
}
.progress-wrap::after {
    color: #d48624;
}
.progress-wrap svg.progress-circle path {
    stroke: #d48624;
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]:before {
  background: #0f2454;
}
[data-overlay-light]:before {
  background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: rgba(255,255,255,0.8);
}
[data-overlay-dark] p {
  color: #fff;
}
[data-overlay-light] p {
  color: rgba(255,255,255,0.8);
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    .header .caption h1 {
        font-size: 40px;
        margin-bottom: 15px;
        letter-spacing: 4px;
        line-height: 1.2em;
    }
    .topBar{
        display:none;
    }
    .nav-scroll{
        /*height:70px;*/
    }
    /*.navbar{*/
    /*    top:0;*/
    /*}*/
    .header .caption h4 {
        font-size: 13px;
        line-height: 1.75em;
    }
    .header .caption p {
        font-size: 16px;
        margin-right: 10px;
    }
    .header .caption .butn-light {
        margin-right: 10px;
    }
    
    .about #circle {
        display: none;
    }
    .dynamic-video-wrapper .wrap-content h1, 
    .dynamic-video-wrapper .wrap-content .h1 {
        font-size: 32px;
    }
    .dynamic-video-wrapper .wrap-content h4, 
    .dynamic-video-wrapper .wrap-content .h4 {
        font-size: 14px;
    }
    .numbers .item img { 
        display: none;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    .blog .item .con h5,
    .blog .item .con h5 a {
        font-size: 20px;
    }
    .post-comment-section h3 span {
        margin-left: 0px;
    }
}



.deals {
    padding: 40px 0;
}
.deals .common-title {
    position: relative;
}
.hover-carousel .common-title {
    position: relative;
    margin-top:30px;
}
.common-title {
    margin-bottom: 10px;
}
.common-title h5 {
 
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FE7524;
    margin-bottom: 10px;
}
.common-title h3 {
   
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    color: #094174;
}
.deals .common-title .deal-icon {
    position: absolute;
    top: 0;
    left: 450px;
}
.hover-carousel .common-title .deal-icon {
    position: absolute;
    top: 0;
    left: 450px;
}
.deal-icon img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.deals-slider-wrapper {
    margin: 0 -108px;
}    
@keyframes scroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(calc(-400px*6));
    }
}
.owl-carousel-1.owl-loaded {
    display: block;
}
.deals-slider {
    display: flex;
    animation:scroll 40s linear infinite;

}
.owl-carousel-1 {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel-1 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-1 .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel-1 .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.deals-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(141, 139, 139, 0.1);
    border-radius: 20px;
}
.deals-image img{
    border-radius: 20px;
}
.owl-carousel-1 .owl-item img {
    transform-style: preserve-3d;
}
.owl-carousel-1 .owl-item img {
    display: block;
    width: none;
    -webkit-transform-style: preserve-3d;
}
.deals-info {
    padding: 0px 20px 10px 20px;
}
.deals-info ul {
    display: flex;
    justify-content: space-between;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.fa-star {
    color: #FE7524;
}
.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.fa-star:before {
    content: "\f005";
}


.owl-carousel-1 .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-nav {
    display: none;
}
.fal {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.fal{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.owl-dots {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
}

.hover-carousel{
    height:100%;
    display:grid;
    overflow:hidden;
    margin-bottom:30px;
}
.slider-1{
    height:570px;
    margin:auto;
    position:relative;
    width:100%;
    display:grid;
    place-items:center;
    overflow:hidden;
}
@keyframes scroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(calc(-450px*9));
    }
}
.slide-track{
    display:flex;
    width:calc(450px * 18);
    animation:scroll 70s linear infinite;
}
.anime{
    animation:scroll .5s linear infinite;
}

.anime:hover{
    animation-play-state: paused;
}
.slide-track:hover{
    animation-play-state: paused;
}
.slide-1{
    height:530px;
     width: 100%;
    display:flex;
    align-items:center;
    perspective:100px;
    margin-right:24px;
    border-radius:10px;
}
.slide-1-new{
    height:530px;
    
   
    align-items:center;
    perspective:100px;
    
    border-radius:10px;
}
.slide-1 .hovering{
    width:100%;
    height:auto;
    transition:transform 1s;
    background: #FFFFFF;
    border-radius:20px;
    box-shadow: 0px 4px 20px rgb(11 97 234 / 20%);
    
}
.slide-1-new .hovering{
    
    height:auto;
    transition:transform 1s;
    background: #FFFFFF;
    border-radius:20px;
    box-shadow: 0px 4px 20px rgb(11 97 234 / 20%);
    
}
.slide-1 img{
    height:250px;
    padding:20px;
    
}
.slide-1-new img{
    height:250px;
    padding:20px;
    
}

.swiper-containter {
}
.swiper-container,
.swiper-wrapper {
  height: 100vh;
  background: green;
  display: flex;
  align-items: flex-end;
}

.swiper-wrapper {
  display: flex;
  align-items: flex-end;
}

.swiper-slide {
  display: flex;
  align-items: flex-end;
  width: auto;
  margin-right: 8px;
  img {
    max-width: 780px;
    max-height: 655px;
  }
}

.projectInfo {
  position: relative;
  margin: 14px 0 13px 0;
  position: relative;
  z-index: -1;
  text-transform: uppercase;
}
  h2 {
    margin: 0;
  }
  h3 {
    margin: 8px 8px 8px 0;
  }
  .category,
  .medium {
    text-transform: none;
    
  }
  .medium {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 100px;
    font-style: italic;
    padding: 0px 7px 1px 7px;
  }


.thumbContainer {
  opacity: 1;
  transform: translateY(60%);
}
  img,
  video {
    display: block;
    position: relative;
    max-width: calc(380px + 43vh);
    /*max-height: calc(255px + 43vh);*/
  }


.fadeInSlide {
  animation-name: fadeInSlide;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(1, 0.055, 0.32, 1);
  animation-fill-mode: forwards;
}

@keyframes fadeInSlide {
  0% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0);
  }
}


.slide-1 .hovering:hover{
    transform:translateZ(10px);
}
.slide-1-new .hovering:hover{
    transform:translateZ(10px);
}

.deals-info-link {
    display: flex;
    color:#0f2454 !important;
    font-weight: 600;
    font-size: 20px;
    text-transform:capitalize;
    justify-content: center;
    margin: 7px 0 10px 0;
    transition: 0.3s;
}
.deals-info p {
    padding-left: 27px;
}
.deals-info p i {
    color: #094174;
    font-size: 18px;
    position: absolute;
    top: 3px;
    left: 0;
}
.testimonial-color {
    background: #102636 !important;
}
.space-ptb {
    padding: 100px 0;
}
.section-title-new .sub-title-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 15px;
    
  
}
.section-title-new .justify-center{
     display: flex;
     justify-content:center;
}
@media (min-width: 992px){
.pe-lg-5 {
    padding-right: 3rem!important;
}
}
.img-fluid {
    max-width: 100%;
    height: 35px;
    
   
}
.img-fluid-new {
    max-width: 100%;
    height: auto;
}
@media (min-width: 992px){
.mb-lg-0 {
    margin-bottom: 0!important;
}}
@media (min-width: 768px){
.mb-md-5 {
    margin-bottom: 3rem!important;
}}
.text-white {
    color: #fff!important;
  
}
.text-white-new {
  border-style: solid;
  border-left-color: #d48624 !important;
  border-color:transparent;
  padding-left:10px;
  margin-left:10px;
  font-size:17px;
  position:relative;
  text-transform:uppercase;
}

.text-white-new::before{
    content:"";
    position:absolute;
    height: 36px;
    left:-50px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    top: 72%;
    width: 38px;
    background-image:url('../img/bg/title-icon.webp');
}


/*.section-title-new .sub-title-new span:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #3dd1d5;*/
/*    height: 25px;*/
/*    width: 3px;*/
/*    left: 150px;*/
    
/*}*/
.section-title-new .title {
    margin-bottom: 30px;
    text-transform:capitalize;
    font-size: 2rem;
}
.section-title-new .description {
    margin-bottom: 45px;
}
.inner-box .icon-1 img{
    height:60px;
    width:60px;
    position: relative;
   
    margin-bottom: 20px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.why-us .f-block-two h4 {
    position: relative;
    margin-bottom: 12px;
    line-height: 1.4;
}
.why-us .f-block-two .text {
       position: relative;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 17px;
    text-align: justify;
}
.inner-box h5{
    margin: 0 0 10px 0 !important;
}
/*style attribute {*/
/*    visibility: visible;*/
/*    animation-duration: 1500ms;*/
/*    animation-delay: 0ms;*/
/*    animation-name: fadeInRight;*/
/*}*/
/*.fadeInRight {*/
/*    -webkit-animation-name: fadeInRight;*/
/*    animation-name: fadeInRight;*/
/*}*/
.why-us .text-col .inner {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-top: 15px;
}
.about-us-new-para{
    font-size: 1rem;
    text-align: justify;
    /*margin-top: 2rem;*/
}
.paragraph{
    text-align:justify;
}

/*.zoom-in-out-box:hover {*/
 
/*  animation: zoom-in-zoom-out 1s ease infinite;*/
/*}*/

/*@keyframes zoom-in-zoom-out {*/
/*  0% {*/
/*    transform: scale(1, 1);*/
/*  }*/
/*  50% {*/
/*    transform: scale(1.2, 1.2);*/
/*  }*/
/*  100% {*/
/*    transform: scale(1, 1);*/
/*  }*/
/*}*/




.faq{
    
    height:100%;
    width:100%;
    background:grainsbro;
    padding:40px 30px;
}


.why-us .image-col .image-box {
    position: relative;
}
.why-us .image-col .image-box img {
    position: relative;
    width: 100%;
    max-height:1000px !important;
  padding-top:20px;
}

.accordion__header {
	padding: 0.4rem;
	background-color:#d48624;
	display: flex;
	margin-top: 1.8rem;
	align-items: center;
	border-radius:10px;
	cursor: pointer;
	color:black;
}
.accordion__header .num-new-1{
    
    color:white;
    background:#102636;
    border:5px solid white;
    border-radius:100%;
    padding:4px 15px 4px 15px;
    margin-left:-33px;
    z-index:2;
    font-weight:bold;
    opacity:0;
    text-align:center;
}
.accordion__header.is-active .num-new{
    display:none;
}
.accordion__header.is-active .num-new-1{
    opacity:1;
}
.accordion__header .num-new{
    color:white;
    background:#d48624;
    border:5px solid white;
    border-radius:100%;
    padding:4px 15px 4px 15px;
    margin-left:-33px;
    z-index:2;
    font-weight:bold;
    text-align:center;
}
.accordion__header h2{
   color:white;
   left: 0;
}
.accordion__header h4{
   color:white;
   left: 0;
   padding-left: 10px;
   line-height: 1.7;
   text-align: justify;
}
.accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	color:#fff;
	font-size: 18px;
    letter-spacing: 0.5px;
	
}
.accordion__header.is-active {
	background-color: #102636;
	color: white !important;
}
.accordion__header.is-active h2{
    color:white;
    left: 0;
    text-align:left;
    padding:10px;
}

.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: white;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
	color:white;
}

.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: white;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
	color:white;
}

.is-active .accordion__toggle {
	background-color: #fff;
}
.is-active .accordion__toggle::before {
	display: none;
}


.accordion__body {
	display: none;
	padding: 1rem;
	border: 1px solid #ccc;
	border-top: 0;
}
.accordion__body.is-active {
	display: block;
	border:1px solid #0f2454;
	border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

/*newsletter*/
.p-relative {
    position: relative;
}
.align-items-center {
    align-items: center!important;
}
[data-reveal].revealed {
    opacity: 1;
    transform: translate(0);
    
}
.glo-newsletter {
    position: relative;
    z-index: 1;
   
}
[data-reveal=left] {
    transform: translateX(-30px);
}
[data-reveal] {
    opacity: 0;
    transform: translateY(30px);
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
    transition: all 1s ease-out 0s;
}

.glo-newsletter-content {
    margin-inline-start: 30px;
}
.glo-newsletter-icon i{
    font-size:60px;
    color:#d48624;
}
                  
.glo-newsletter-title {
    font-size: 30px;
    font-weight: 400;
    color: white;
    line-height: 1;
    margin: 0;
}
.glo-newsletter-content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #f7f7f7;
}
.glo-newsletter-form {
    position: relative;
    z-index: 1;
    padding: 20px;
    margin-bottom: 30px;
}
.glo-newsletter-form-field {
    position: relative;
    flex-grow: 1;
    padding-top:10px;
}
.glo-newsletter-form-field i {
    position: absolute;
    left: 20px;
    top: 60%;
    transform: translateY(-50%);
    color:#d48624;
}
.fa-user:before {
    content: "\f007";
}
.glo-newsletter-form-field input {
        height: 55px;
    width: 100%;
    padding-left: 50px;
    padding-right: 15px;
    outline: 0;
    border: 0;
    border-left:7px solid #0f2454;
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.glo-btn-anim.btn-theme-2 {
    color: #ffffff;
    border: 0;
    background: #aa8453;
}
.glo-btn-anim.btn-theme-2::before, .glo-btn-anim.btn-theme-2::after {
    background: #181b1c;
}
.glo-btn-anim::before {
    top: 0;
    left: 0;
    right: auto;
}
.glo-btn-anim::before, .glo-btn-anim::after {
    content: "";
    background: #181b1c;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
}
[type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.glo-btn-anim {
    display: inline-block;
    position: relative;
    color: black;
    border: 1px solid #aa8453;
    letter-spacing: 1px;
    overflow: hidden;
}
[type=submit], button {
    -webkit-appearance: button;
}
.glo-newsletter-form-btn button.glo-btn-anim span {
    padding: 13px 25px;
}
.glo-btn-anim.btn-theme-2 span {
    color: white;
    padding: 15px 20px;
}
.glo-btn-anim span {
    padding: 13px 30px;
    display: inline-block;
    position: relative;
    z-index: 3;
    color: #1e2223;
    text-transform: capitalize;
}
.glo-btn-anim.btn-theme-2::before, .glo-btn-anim.btn-theme-2::after {
    background: #181b1c;
}
.glo-btn-anim::after {
    bottom: 0;
    right: 0;
    left: auto;
}
.glo-btn-anim::before, .glo-btn-anim::after {
    content: "";
    background: #181b1c;
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
}

.glo-btn-anim:hover .glo-btn-anim.btn-theme-2::before{
  background-position: left bottom;
}





.container-new {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}


/*more button*/


.center-new-form-more {
  width: 150px;
  height: 50px;
  position: absolute;
  margin-top:5px;
  margin-left: 490px;
}
.more-border-btn {
  width: 150px;
    height: 50px;
   
    display: flex;
    cursor: pointer;
    background: #d48624;
    border-radius: 10px;
    outline: none;
    transition: 1s ease-in-out;
    justify-content: center;
    align-items: center;
}
.more-border-btn:hover {
  transition: 1s ease-in-out;
  background: #102636;
}
.more-border-btn:hover svg {
  stroke-dashoffset: -480;
}
.more-border-btn span {
  color: white;
  font-size: 19px;
  font-weight: 100;
}


/*small button*/
.center-new-form-small {
  width: 180px;
  height: 50px;
  position: absolute;
  margin-top:5px;
}
.btn-form-small {
  width: 180px;
  height: 50px;
  cursor: pointer;
  background: #d48624;
  border-radius:10px;
  outline: none;
  transition: 1s ease-in-out;
}
.btn-form-small:hover {
  transition: 1s ease-in-out;
  background: #102636;
}
.btn-form-small:hover svg {
  stroke-dashoffset: -480;
}
.btn-form-small span {
  color: white;
  font-size: 20px;
  font-weight: 100;
}
/**/

/*small button*/
.center-new-form-toosmall {
  width: 95px;
  height: 35px;
  position: absolute;
  margin-top:10px;
  margin-left:-20px;
}
.btn-form-toosmall {
  /*width: 95px;*/
  /*height: 35px;*/
  cursor: pointer;
  background: #d48624;
  outline: none;
  transition: 1s ease-in-out;
  width: 180px;
  height: 50px;
}
.btn-form-toosmall:hover {
  transition: 1s ease-in-out;
  background: #102636;
}
.btn-form-toosmall:hover svg {
  stroke-dashoffset: -480;
}
.btn-form-toosmall span {
  color: white;
  font-size: 17px;
  font-weight: 100;
}
/**/
.center-new {
  width: 180px;
  height: 60px;
  position: absolute;
  margin-top:5px;
}
.btn {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: #d48624;
  
  outline: none;
  transition: 1s ease-in-out;
}

.center-new-form {
  width: 180px;
  height: 60px;
  position: absolute;
  margin-top:5px;
}
.btn-form {
  width: 180px;
  height: 60px;
  cursor: pointer;
  color: #fff;
  background:#d48624;
  border-radius:10px;
  outline: none;
  transition: 1s ease-in-out;
}



.btn-new {
  width: 180px;
  height: 60px;
  cursor: pointer;
  background: #0f2454;
   position: absolute;
  outline: none;
  transition: 1s ease-in-out;
  margin-left:-7%;
  margin-top:3%;
}
svg {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #fff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
}

.btn:hover {
  transition: 1s ease-in-out;
  background: #102636;
}
.btn-form:hover {
  transition: 1s ease-in-out;
  background: #102636;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}
.btn-form:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: white;
  font-size: 20px;
  font-weight: 100;
}
.btn-form span {
  color: white;
  font-size: 20px;
  font-weight: 100;
}
.btn-new:hover {
  transition: 1s ease-in-out;
  background: #102636;
}

.btn-new:hover svg {
  stroke-dashoffset: -480;
}

.btn-new span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}
.glo-newsletter-form-btn{
    margin-bottom: 10px;
   
}
.include-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    height:100%;
    width:100%;
}
.text-centre{
    text-align:center;
}
.margin-new{
    margin-left:45%;
}
.margin-top{
    padding-top:5%;
    margin-bottom:-5%;
}

/*sticky contact*/
.fixed_contact {
    position: fixed;
    right: -30px;
    z-index: 99999;
    top: 45%;
}
.fixed_contact ul {
    list-style-type: none;
}
.p-0 {
    padding: 0!important;
}
.m-0 {
    margin: 0!important;
}
.fixed_contact ul li {
    padding-bottom: 10px;
}
.fixed_contact li a {
    width: 100%;
    padding: 20px 20px;
    height: 55px;
    display: inline-flex;
    background: #d48624;
    border-right: unset !important;
    align-items: center;
    text-decoration: none;
    border-radius: 10px 100px / 120px;
    margin-bottom: 6px;
    justify-content: flex-start;
    position: relative;
    right: 10px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}
.side-images {
    width: 30px;
    height: 30px;
    margin-left: -10px;
}
.fixed_contact ul li a span.whats {
    margin-left: 9px;
    margin-right: 19px;
}
.fixed_contact ul li a.phone_icon i {
    margin-top: 6px;
    font-size:25px;
    margin-left:-10px;
}
.fixed_contact ul li a span.phones {
    margin-left: 14px;
}
a img {
    border: none;
}
.pl-2, .px-2 {
    padding-left: 0.5rem !important;
    color:red;
}

.fa-phone:before {
    content: "\f095";
}
.fixed_contact ul li a span.phones {
    margin-left: 14px;
}
.fixed_contact li a:hover {
  right: 0;
  background: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
}

.icon-1 img:hover{
      color: #ef43a1;
      transition:all 600ms cubic-bezier(.99,0,.57,.94);
      transform:rotate(360deg);
    }
 .why-us{
     padding:50px 0;
 }
 .news-letter{
     height:100%;
     width:100%;
    background:#80808045;
    padding: 30px 0px 30px 0px;
 }
 .left-new{
 margin-left:40%;
 }
 .left-align-new{
     margin-left:28%;
 }
 .left-align-contact{
     margin-left:8.5%;
 }
 .pb-50 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.section-title span.sub-title {
    margin-bottom: 13px;
}
.features-list_one{
    margin-left:-7%;
}
.single-features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.mb-40 {
    margin-bottom: 40px;
}
.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
.single-features-list .icon-inner .icon-check {
    line-height: 1;
}
.single-features-list .icon-inner .icon-check i {
    font-size: 24px;
    color: #d48624;
}
.fa-badge-check:before {
    content: "\f336";
}
.single-features-list .icon-inner .icon {
    position: relative;
    margin-left: 55px;
    margin-right: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 40px;
    -webkit-box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 60px rgb(66 229 213 / 23%);
    z-index: 1;
}


.single-features-list .icon-inner .icon:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    border: 1px dashed #ccc;
    top: 100%;
    z-index: -1;
    margin-left: 50%;
}

.single-features-list .content h4 {
    margin-bottom: 5px;
}
.single-features-list .content p {
    line-height: 25.6px;
}

.we-two_image-box {
    max-width: 630px;
}
.align-items-end {
    align-items: flex-end!important;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.we-two_image-box .we-image img {
    border-radius: 10px;
}
.img-height{
    height:50px !important;
    width:50px;
    margin-left: 20%;
    margin-top: 15%;
}

/*.img-width-new{*/
/*    padding:5%;*/
}
.about-title-mobile{
    display:none;
}
.about-three {
    position: relative;
    padding: 60px 0px 0px;
}
.about-three .floated-icon.right {
    position: absolute;
    right: 0px;
    bottom: 100px;
}
.about-three .text-col .upper-text {
    position: relative;
    margin-bottom: 30px;
    text-align:justify;
}
.about-three .text-col .f-blocks {
    position: relative;
    margin: 0 -30px;
}
.about-three .text-col .f-blocks .f-block {
    position: relative;
    float: left;
    /*width: 50%;*/
    padding: 0 30px;
    margin-bottom: 30px;
    margin-top:20px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.about-three .text-col .f-block .inner-box {
    position: relative;
    min-height: 60px;
    padding-left: 60px;
    padding-right: 25px;
}
.about-three .text-col .f-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    width:50px;
    height:50px;
    /*filter: invert(60%) sepia(47%) saturate(675%) hue-rotate(134deg) brightness(97%) contrast(95%);*/
    filter: invert(58%) sepia(99%) saturate(721%) hue-rotate(346deg) brightness(88%) contrast(86%);
}

.height-fix-new{
    width:300px;
}
.margin-bottom{
    padding-top:5%;
    margin-bottom:5%;
}

/*  booking page  */


#services {
    height:100%;
    width:100%;
	padding: 40px 0px;

	background-color: #d48624;
	
	padding-bottom: 40px;
}
#services .section_title h2 {
    color: #d1d3d4;
}

#services .section_title p {
    color: #444444;
}



#who-we-are {
    background-color: transparent;
}
#who-we-are.section_title h2 {
    color: #1a1a1a;
}

#who-we-are .section_title p {
    color: #444444;
}
.tabs_row
{
    margin-top:50px;
}
.landing-form .form-group label {
    color: #FFF;
}
.logo-new{
   /*height: 30px;*/
   /* width: 200px;*/
   /* margin-left: -2%;*/
   /* margin-top: -2%;*/
   /*margin-left: -5%;*/
}
.nav-new {
  width: 100%;
  margin: auto;
 
  text-align: center;
}

.nav-new a {
    display:inline-block;
    height:60px;
    width:48%;
  margin-right: 1rem;
  list-style: none;
  padding: 1rem;
  cursor: pointer;
  border-bottom: solid 4px #0f2454;
  color: #0f2454;
  background:white;
  font-weight:700;
  letter-spacing:2px;
  transition: all ease 0.4s;
}

.nav-new a:hover {
  
  font-size: 20px;
}

.nav-new a.active {
  color: white;
  border-color: white;
  background:#0f2454;
}

.tab_content {
  padding: 40px 80px;
}

.tab-content {
  display: none;
  text-align: center;
  color: whitesmoke;
  opacity: 0;
  transform: translateY(15px);
  animation: tab_fade 0.4s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes tab_fade {
  100% {
    opacity: 1;
    transform: none;
  }
}
@media (max-width: 900px) {
  .nav-new a {
    padding: 2rem;
    display: block;
  }
}

.service-wrapper {
    min-height: 100px;
    padding: 19px 10px 3px 227px;
    /*padding: 23px 10px 0px 130px;*/
    text-align:left;
}

.service-wrapper:hover .fun-facts_contain-new p{
    
    transform:scale(1.3);
}

.fun-facts_contain-new {
    text-align: center;
    margin: -1% -9%;
    position: absolute;
    width: 70px;
    height: 70px;
    display: inline-block;
}
.fun-facts_contain-new p {
    color: #64ab2b;
}
.fun-facts_contain-new p {
    display: block;
    position: absolute;
    width: 95px;
    text-align: center;
    color: white !important;
    padding-top: 18px;
    font-size: 33px;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-color, color, background-color;
    transition-property: border-color, color, background-color;
    left: -12px;
}

.service-wrapper h4{
    color:#fff !important;
}

.service-wrapper p {
    font-size: 30px;
    color: white;
    line-height: 24px;
}

.fun-facts_item {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 28px;
    position: relative;
    border: 2px dotted white;
    -o-text-overflow: clip;
    text-overflow: clip;
    background-color: transparent;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transform-origin: 0 100% 0deg;
    transform-origin: 0 100% 0deg;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-color, color, background-color;
    transition-property: border-color, color, background-color;
}
.fun-facts_item:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px dotted white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-color, color, background-color;
    transition-property: border-color, color, background-color;
}
.border-new{
    border:5px solid transparent !important;
}
.iconify-icon{
   position: absolute;
    font-size: 25px;
    right: 3%;
    top: 43%;
    transform: translateY(-50%);
    color: #0f2454;
}
.size-new select{
    width:100%;
    border:0px solid transparent;
    padding-left: 12%;
    padding-top:5%;
    padding-bottom:5%;
    border-left:7px solid #0f2454;;
}
.glo-newsletter-form-field select{
    color:gray;
    
}
.pad-new{
    padding-bottom:20px;
    
}
.pad-new{
   
}
.button{
    border:1px solid white;
    color:white;
    padding:5px;
    background:#0f2454;;
}
.iconic-icon{
    padding-left:2px;
    padding-top:2px;
    font-size:25px;
}
/*service*/
.pb-35 {
    padding-bottom: 35px;
}
.mb-55 {
    margin-bottom: 55px;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.fancy-icon-box-two .icon-title {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(28, 35, 31, 0.1);
    max-width: 370px;
    margin-bottom: 23px;
    height:115px;
}
.fancy-icon-box-two:hover{
   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    
     /*box-shadow: 2px 2px #d48624;*/
}
.fancy-icon-box-two{
    
      height:410px;
}
.fancy-icon-box-two .d-flex {
    display: flex!important;
}
.fancy-icon-box-two .icon-title .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    -webkit-margin-end: 35px;
    margin-inline-end: 35px;
}
.fancy-icon-box-two:hover .icon-title .icon {
    filter:drop-shadow(0 0 14px skyblue);
    
}
.fancy-icon-box-two .icon-title .icon {
    font-size: 60px;
    color:#d48624;
    padding-left:10px;
    
}
.fancy-icon-box-two .icon-title:after {
    position: absolute;
    bottom: -2.5px;
    left: 0;
    content: "";
    width: 100px;
    height: 4px;
    background-color: #d48624;
    transition:1.5s ease-in-out;
}
.fancy-icon-box-two .text p {
    margin-bottom: 15px;
    padding-right:9px;
    padding-left:20px;
}

.fancy-icon-box-two .title{
    padding-top: 20px;
    padding-left: 10px;
    padding-right:10px;
}
.fancy-icon-box-two:hover .icon-title:after{
    width:100%;
}
.fancy-icon-box-two:hover .service-button{
    opacity:1;
}
.service-button{
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    /*margin-top: -5%;*/
    opacity:0;
}
.mt-n-5{
    margin-top:-5%;
}
.service-button-color{
    height:40px;
    width:40px;
    text-align:left;
    background:#d48624;
    color:white;
    border-radius:50%;
    display: flex;
    align-items: center;
    justify-content: center; 
    padding-top:5px;
    filter: drop-shadow(2px 2px 4px black);
}
.icon-wheel{
    padding-right:10px;
}
.icon-contact{
        font-size: 40px;
    padding-top: 4%;
    background:#d48624;
    color:white;
    display:flex;
    justify-content:center;
    height:90px;
    width:90px;
    border-radius:100%;
    border:3px dotted white;
   
}
.content-contact:hover .iconify-contact{
     filter: drop-shadow(0 0 10px white);
}

.detail-contact{
    padding-left:9%;
}
.detail-contact a{
    cursor:pointer;
    color:black !important;
}
.content-contact{
    padding-top:5%;
}
.contact-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.conc-icon-mobile{
    display:none;
}
.map-new{
    width:100%;
    height:100%;
}

/*cluster*/
.icon-cluster{
    color:#d48624;
    padding-right:10px;
    padding-top:10px;
    font-size:20px;
}

.single-project-area {
    padding: 0px 49px 105px 30px;
    width: 400px;
}
.position-relative {
    position: relative!important;
}



.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}


.project-all-content {
    position: absolute;
    left: -10%;
    right: 20%;
    bottom: -70px;
  
}
.project-content {
    background: #fff;
    padding: 0px 31.5px;
    border-left: 6px solid #d48624;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cluster-contents li span{
    
    text-align:justify;
}
ul.project-ctg li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #444444;
    margin-right: 5px;
}



.cluster-contents{
    height:320px;
    background:white;
    padding-left: 8%;
    padding-top: 8%;
    padding-right:1%;
    transition:0.5s ease-in-out;
    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.cluster-contents:hover .cluster-icon{
    color:white;
}
.cluster-icon{
    color:#0f2454;
    font-size:19px;
   
    padding-top:1%;
}
.cluster-content-main{
    padding-top:4%
}
.cluster-content-detail{
    padding-left:7%;
}



.cluster-contents:hover{
    background:#d48624;
    color:white;
     border-right: 6px solid white;
}
.web-link-cluster a{
    font-weight:bold;
    cursor:pointer;
}


/*car rental detail page*/
.rental-car-img{
    /*height: 89%;*/
    /*background: #433e3e;*/
}
.rental-car-img img{
    max-height: 500px !important;
    max-width: 95% !important;
}
.vehicle-new-name{
   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   max-width: 95% !important;
    -webkit-box-pack: justify;
    /*-webkit-justify-content: space-between;*/
    -ms-flex-pack: justify;
    justify-content: center;
}
.seperate-content p {
   color:#fff;
    font-size: 17px;
    margin-bottom: 0px;
    text-align: left;
    padding-left:10px;
}
.seperate-content{
   display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin:15px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}
.seperate-content-border{
     /*background:#0f2454;*/
     background:#d48624;
    color:white;
    padding: 9px 13px;
    
    border: 6px double #fff;
    border-radius:10px;
}
.seperate-content-border:hover{
    border: 6px solid #d48624;
   
}
.vehicle{
    padding-bottom: 5%;
   margin-left:-4%;
    padding-top:2%;
}
.vehicle-name{
    text-align:center;
}
.vehicle-name .vehicle-name-content{
    background:#0f2454;
    color:white;
    padding: 6px 20px;
    border: 6px double #fff;
    border-radius:10px;
}
.vehicle-feature{
    
}
.vehicle-feature .vehicle-feature-content{
    background:#0f2454;
    color:white;
    padding: 9px 9px;
    margin-left:10px;
    /*margin-right: 15%;*/
    border: 6px double #fff;
    border-radius:10px;
}
.vehicle-feature-content i{
    padding-right:7px;
}
.seat-rental-icon-mobile{
       padding-right:2% !important;
   }
  
.rental-feature-icon{
    transform:translateY(4px);
    padding-right:3px;
    color: #d48624;
}
.vehicle-feature .vehicle-feature-content span{
    font-size:16px;
    
}
.vehicle-feature-one{
    text-align:right;
}
.vehicle-feature-margin{
       margin-left:-3%;
   }
.seat-rental-icon{
    font-size: 28px;
    margin-top: -30%;
    padding-right:1%;
    transform:translateY(9px);
}
.rental-icon-detail{
    margin-top:10px;
}






.cards-rental{
    height:100%;
    width:100%;
   background:#fff;
   padding:50px 10px;
}


 .card{
    position: relative;
    cursor: pointer;
    background:transparent !important;
    border:none !important;
   
    
}
.card-margin{
    margin-top:-20%;
}
 .card .face{
    width: 90%;
    height: 200px;
    transition: 0.5s;
    left:10%;
    border-top:5px solid #d48624;
   
}

 .card .face.face1{
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

 .card:hover .face.face1{
    background: #0f2454;
    transform: translateY(0);
    
}
.card:hover  .face.face1 .content h3{
    color:white !important;
}

.card:hover .svg-icon img{
    filter: invert(100%) sepia(74%) saturate(150%) hue-rotate(272deg) brightness(108%) contrast(100%);
}


 .card .face.face1 .content{
    opacity: 1;
    transition: 0.5s;
}
.rental-card-icon{
    font-size:100px;
    text-align:center;
    color:#d48624;
    z-index:1;
}
.card:hover .rental-card-icon{
    color:white;
}
.card:hover .face.face1 .content {
    opacity: 1;
   
  
}

.card .face.face1 .content img{
    max-width: 70px;
}

 .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: black;
    text-align: center;
    font-size: 1.5em;
}

 .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
    overflow:hidden;
}

 .card:hover .face.face2{
    transform: translateY(0);
    height:auto;
}

 .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

 .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
    
}

 .card .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}

.hidden {
            display: none;
        }
.radio-tab{
   padding: 10px;
    background: white;
    border: 1px dashed #0f2454;
    display: inline-block;
    width: 100%;
}
.clients-new {
    background: #f4f5f8;
    height: 100%;
    width: 100%;
     /*padding: 5% 0; */
}

/*car rental*/

.car-rental-icon{
    position:relative;
    margin-right:10px;
}
.car-rental-iconify{
   font-size: 25px;
    padding-left: 25px;
    transform: translateY(10px);
    transition:0.5s;
}
.car-rental-iconify:hover,  .car-rental-icon-content:hover .car-rental-iconify{
    transform:scale(0.8);
}
.car-rental-icon-content{
    padding-left: 23px;
    color:black !important;
    font-size:15px;
}

.slide-2{
    height:530px;
     width: 100%;
    display:flex;
    align-items:center;
    perspective:100px;
    margin-right:24px;
    border-radius:10px;
}

.slide-2 .hovering{
    width:100%;
    height:auto;
    transition:transform 1s;
    background: #FFFFFF;
    border-top-left-radius:40px;
    border-bottom-right-radius:40px;
    box-shadow: 0px 4px 20px rgb(11 97 234 / 29%);
    
}

.slide-2 img{
    height:250px;
    border-top-left-radius:40px;
    
    
}

.rental-content-pad{
    padding-top:15px;
}
.rental-content-pad ul{
   margin-bottom:5px !important;
   padding-top:10px;
}
.slide-2 .hovering:hover{
    transform:translateZ(10px);
}





.justify-center {
    display: flex;
    justify-content: center;
}

/*animation*/

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*itenerary timeline*/
.itenerary-timeline{
    background-image:url("../img/line-bg.png");
    background-position:center;
    height:100%;
    width:100%;
    background-color: #102636;
    padding:50px 0;
}
.timeline{
    position: relative;
    margin: 0 0 0 40px;
    max-width: 1000px;
    margin-left: 12rem;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
    margin-left: 9px;
  
}
.timeline-circle {
    padding: 15px 5px 15px 40px;
    position: relative;
    background-color: inherit;
}
.timeline-circle::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
 left:-3px;
  background-color: white;
  border: 4px solid #d48624;
  top: 20px;
  border-radius: 50%;
  z-index: 1;
   filter: drop-shadow(1px 1px 10px white);
}
.right-arrow::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 10px;
  width: 0;
  z-index: 1;
  left: -9px;
  border: medium solid #d48624;
  border-width: 10px 10px 10px 0;
  border-color: transparent #d48624 transparent transparent;
}
.timeline-content {
  
  background-color: white;
  position: relative;
  border-radius: 6px;
 
}
.timeline-content h2{
    text-transform: capitalize;
    font-size: 1.2rem;
}
.timeline-content p{
    padding:20px 25px;
}
.timeline-day{
    padding: 10px 15px 10px 10px;
    text-align: center;
    background: #d48624;
    color: white;
    border-radius:6px;

}
.timeline-circle:hover .timeline-circle:after{
   
}





/*why choose us*/
@keyframes react-reaveal{
0% {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.feature-item {
    box-shadow: 0 2px 9px 5px #e4e7eb;
    margin-bottom: 30px;
    background: #f4f5f8;
    margin-right:20px;
}
.feature-inner-text {
    padding: 30px;
    background: #fff;
    position: relative;
    margin-top: -1px;
    border-radius: 100% 0 0;
    height:300px;
    transition: 0.4s ease-in-out;
}
.feature_icon {
    height: 80px;
    line-height: 80px;
    margin-top: 10px;
    text-align: center;
    width: 80px;
    transition: all .4s ease 0s;
    display: inline-block;
    position: absolute;
    /*z-index: 99;*/
    top: -50px;
    background: #d48624;
    color:white;
    font-size: 40px;
    border: 1px solid #d48624;
    border-radius:50%;
    margin-left: 100px;
}
/*.feature_icon:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background:red;*/
/*    border-radius:50%;*/
/*    width: 69px;*/
/*    height: 69px;*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/
.feature-inner-meta{
    padding: 30px 10px 10px 10px;
}
.feature-item:hover .feature_icon {
    -webkit-transform: rotate(180deg) scale(-1);
    transform: rotate(180deg) scale(-1);
}
.feature-item:hover{
border-bottom: 4px solid #d48624;
}

/*active*/

.active-icon{
    display:flex;
    
    font-size:20px;
}
.noactive-icon{
    display:none;
}

/*===================new line of css 25-may-2024-start=======================*/

.tour-packages-card-img{
    z-index: 1;
    left: -200px;
    overflow: hidden;
    height:180px;
    width:180px;
    border-radius: 10px;
    position: absolute;
    border-left:4px solid white;
    border-bottom:4px solid white;
    border-top:4px solid white;
}

.timeline-circle:hover .tour-packages-card-img img{
    transform:scale(1.1);
}




/*===================new line of css 25-may-2024-end=======================*/


.shirdi-aurangabad-tour-banner{
    background-image: url('../img/banner/shirdi-aurangabad-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}

.shirdi-bhimashankar-tour-banner{
    background-image: url('../img/banner/shirdi-bhimashankar-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}

.shirdi-jyotirlinga-temple-tour-banner{
    background-image: url('../img/banner/shirdi-jyotirlinga-temple-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}

.igatpuri-tour-packages-banner{
    background-image: url('../img/banner/igatpuri-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}

.mahabaleshwar-panchgani-tour-banner{
    background-image: url('../img/banner/mahabaleshwar-panchgani-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}

.lonavala-mahabaleshwar-tour-banner{
    background-image: url('../img/banner/lonavala-mahabaleshwar-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}

.lonavala-khandala-tour-banner{
    background-image: url('../img/banner/lonavala-khandala-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}

.konkan-tarkarli-alibaug-tour-banner{
    background-image: url('../img/banner/konkan-tarkarli-alibaug-banner.webp');
    background-size: 1920px 400px;
    background-position: top;
}
 

.magnificent-new-img img{
    max-width: none;
}
.svg-icon img{
    filter: invert(45%) sepia(73%) saturate(503%) hue-rotate(143deg) brightness(94%) contrast(86%);
}

.footer-checks li{
    position:relative;
}

.footer-checks li::before{
    content: "";
    position: absolute;
    left: -30px;
    transform: translateY(-50%);
    top: 50%;
    height: 20px;
    background-position: bottom;
    background-size: cover;
    width: 20px;
    background-image: url(../img/beach.svg);
    filter: invert(100%) sepia(98%) saturate(24%) hue-rotate(5deg) brightness(104%) contrast(100%);
}

.content-center{
    text-align:center;
}

.owl-theme .owl-nav.disabled + .owl-dots{
    display: flex;
    justify-content: center;
    gap: 20px;
}


.dv-fl{
    position: relative;
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
}
.ddv-fl{
     position: relative;
    display: flex;
    flex-direction: column;
}

.sp-top{
    margin-top: 2rem;
}
.position-re:before{
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.sp-abv{
    margin-top: 2rem;
}

.btn-form-toosmadesll{
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1rem;
    color: white;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.error-pages-travels{
    position: relative;
    padding: 3.4rem 0 3rem;
}
.error-cantent h2 {
    font-size: 80px;
    font-weight: 900;
    }
.section-title h3 {
    margin-bottom: 15px;
    text-transform: capitalize;    
    font-size: 2rem;
    line-height: 1.9;
}

.error-cantent .section-title p{
    text-transform: capitalize;
    line-height: 1.6em;
    font-size: 18px;
}

.error-cantent {
        position: relative;
    margin-top: 6rem;
    padding-right: 4rem;
}

.booking-wrapper .tab-content{
    display:block !important;
}



.booking-wrapper .nav-link{
    display: block;
    padding: 0.5rem 2rem;
    font-size: 18px;
    font-weight:600;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}


.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width)* -1);
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.booking-wrapper select {
    padding: 20px;
    background: white;
    /*border: 1px dashed #ffffff;*/
    height:64px;
    
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 20px 40px 20px 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #d48624;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.d-elem-2 img, .image-box img{
   border-radius: 15px;
}

.hide-robot{
display:none !important;
}


.content-lkjy{
    position:relative;
    font-size:2rem;
}


.services-pookj{
    position:relative;
    height:100%;
}

.sucfsdfsdf{
    position:relative;
    padding:6rem 0;
}


.item .counter , .item .mjur{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 30px;
}

.blog-faq-sec{
    padding:5rem 0;
}
.blog-blog-sec{
    padding:5rem 0 ;
}
.blog-box-card .blog-img{
    position: relative;
    overflow: hidden;
}
.blog-box-card .title-content{
        padding:35px 25px 35px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid #d0d7de;
    position: relative;
}

.blog-box-card .title-content .title{
    font-size: 18px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom:15px;
}

.blog-box-card .title-content p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin:0;
    text-align:justify;
}
.blog-box-card .blog-ntn{
    margin-top:20px;
}
.blog-box-card .tremmbtn{
    display: inline-block;
    padding: 18px 40px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-color: #f3f7fb;
    color: #000;
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1.3px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.blog-box-card .tremmbtn i{
    font-size:14px;
    font-weight:400;
     color: #000;
}

.blog-box-card .tremmbtn:after{
        content: "";
    background-color:#d48624;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 0 0 10px 10px;
}
.blog-box-card .tremmbtn:hover:after, .blog-box-card .tremmbtn:hover:before{
    width: 100%;
}
.blog-box-card .tremmbtn:hover, .blog-box-card .tremmbtn:hover i{
    color:#fff;
}

.blog-box-card .blog-img img{
    border-radius: 10px 10px 0 0;
    transition: all 0.4s ease-in-out;
}
.blog-box-card:hover .blog-img img{
    transform: scale(1.1);
}
.blog-box-card .tremmbtn:before{
        content: "";
    background-color: #d48624;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 10px 10px 0 0;
}
.blog-box-card{
    margin-bottom:25px;
}

.blog-detai-sec{
    padding:5rem 0;
}

.blog-box-card .title-content{
    position:relative;
}
.blog-box-card .title-content span{
        padding: 8px 14px;
    border-radius: 10px;
    background-color: #d48624 ;
    color: #fff;
    position: absolute;
    right: 30px;
    top: -15px;
    font-size: 14px;
    line-height: 1.3;
}

.recent-blog-slid{
    padding: 30px;
    background: #f4f5f8;
    position:relative;
}

.recent-blog-slid ul{
    padding:0;
    margin:0;
}

.recent-blog-slid ul li{
    display: flex;
    gap: 15px;
    margin:0;
}

.recent-blog-slid ul li span{
        display: block;
    position: relative;
    margin: 0;
    font-size: 15px;
    padding-left: 30px;
}
.recent-blog-slid ul li span:before{
    position: absolute;
    content: "";
    background-image: url(../img/svg/calendar.svg);
    background-size: cover;
    background-position: center;
    width: 22px;
    height: 22px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto 0;
}

.recent-blog-slid ul li .title-box .title{
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.recent-blog-slid ul li .title-box .title:hover{
    color:#d48624;
}


.recent-blog-slid ul li .imag-blog{
     transition: all 0.6s ease;
     
}

.recent-blog-slid ul li .imag-blog img{
    width:71px;
}

.recent-blog-slid ul li  img:hover{
    transform: scale(1.08);
}
.recent-blog-slid .title{
    font-size: 25px;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.recent-blog-slid .linebord{
    width: 100%;
    height: 1px;
    position: absolute;
    top: 90px;
    left: 0;
}
.recent-blog-slid .linebord:before{
    width: 40px;
    background-color: #d48624;
    left: 40px;
    content: "";
    height: 100%;
    position: absolute;
    top: -15px;
    left: 40px;
}
.recent-blog-slid .linebord:after{
    width: 100%;
    background-color: #01133c;
    opacity: 0.2;
    content: "";
    height: 100%;
    position: absolute;
   top: -15px;
    left: 0;
}

.recent-blog-slid ul li:not(:last-child){
    margin-bottom:25px;
}
.blogs-title{
    margin:0 0 13px;
    text-transform: capitalize;
    font-size: 2rem;
}
.recent-img{
    margin-bottom: 20px;
    text-align: -webkit-center;
}

.blog-boxchec{
    padding: 30px;
    background: #f4f5f8;
    margin-bottom: 36px;
    display: flex;
    gap: 10px;
}

.blog-boxchec p{
    font-size: 18px;
    font-weight: 600;
    color: #01133c;
    margin:0;
}

.blog-boxchec img{
    width:70px;
    height:70px;
}

.blogs-title-smal{
        font-size: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-little-titles{
        font-size: 19px!important;
    margin-bottom: 10px;
     text-transform: capitalize;
}



.prev-sec .title {
    font-size: 15px;
    text-transform: capitalize;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin: 0;
}

.prev-sec{
    display: flex;
    gap: 20px;
    align-items: center;
}

.prev-sec .prev-img img{
    width:69px;
    height:69px;
}

.pre-next-sec{
  margin-top:30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  padding:20px;
  border:1px solid #d48624;
}

.prev-sec .title:hover{
    color:#d48624;
}

.prev-sec .title-btn-icon span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #d48624;
}

.blog-detai-sec .blog-content p{
    text-align:justify;
}

.link{
    font-weight:600;
}
/*.blg-checks{*/
/*     padding:10px;*/
/*     margin: 10px 0;*/
/*}*/
.blg-checks li{
    position:relative;
}

.blg-checks li::before{
    content: "";
    position: absolute;
    left: -1.8rem;
    /*transform: translateY(-50%);*/
    top: 0.5rem;
    height: 18px;
    background-position: bottom;
    background-size: cover;
    width: 18px;
    background-image: url(../img/bullet-point.svg);

}

.blogs-title-sml {
    margin: 0 0 13px;
    font-size: 26px;
}

.img-space img{
    margin-bottom: 22px !important;
}

.blog-imghy{
    text-align:center;
}