
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&amp;display=swap');

html, body{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
    font-family: 'Open Sans', sans-serif;
}
.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-900{
    font-weight: 900 !important;
}
.fs-11{
    font-size: 11px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-45{
    font-size: 45px !important;
}
.lh-30{
    line-height: 30px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
a:hover,
a:focus{
    text-decoration: none;
}
/* section */
.section{
    padding: 80px 0px 100px;
    background-color: #fff;
}
.section-title {
    text-transform: capitalize;
    color: #4A4545;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    position: relative;
    font-size: 29px;
    line-height: 1;
    margin: 0;
    /* border-bottom: 1px dashed #ccc; */
    display: inline-block;
    padding-bottom: 15px;
    color: #212121;
    font-family: 'Roboto', sans-serif;
}
.section-header {
    margin-bottom: 40px;
    position: relative;
}
.section-header::after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    /* bottom: 10px; */
    background-image: -webkit-gradient(linear, left top, right top, from(#70b23a), to(#70b23a));
    /* background-image: -webkit-linear-gradient(left, #FF5782 0%, #FD8596 100%); */
    background-image: -o-linear-gradient(left, #FF5782 0%, #FD8596 100%);
    /* background-image: linear-gradient(to right, #FF5782 0%, #FD8596 100%); */
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    /* content: "\f005"; */
    /* font-family: fontawesome; */
    /* display: block; */
    /* font-size: 15px; */
    /* position: absolute; */
    right: 0;
    left: 80px;
    top: 50px;
    margin: 0 auto;
    /* color: #feaf54; */
}
/* header */
.js_fixedcontent{
	/* position:absolute; */
	z-index:9999;
	width:100%;
	height:auto;
	min-height:0;
	padding: 5px 0 5px;
	margin-bottom:0;
	border-radius:0;
	border:0;
	-webkit-backface-visibility:hidden;
	transition: all 0.3s ease-in-out;
	/* border-bottom: 1px solid #e2e2e2; */
}

.js_fixedcontent.stick{
    position: fixed;
    display: block;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
    -moz-box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
    box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
}
.navbar .navbar-nav > li {
    margin: 0 6px;
}
.navbar .navbar-nav > li > a {
    padding: 0.5em 0;
    font-weight: 500;
    color: rgba(25, 25, 25, 0.9);
    position: relative;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
}
.navbar .navbar-nav > li > a:before,
.navbar .navbar-nav > li > a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  left: 0.5em;
}
.js_fixedcontent.stick .navbar .navbar-nav > li > a,
.js_fixedcontent.stick .navbar-lang a{
  color: #333;
}
.navbar .navbar-nav > li > a:before {
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #70b23a;
}
.navbar .navbar-nav > li > a:after {
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #000000;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.js_fixedcontent.stick  .navbar .navbar-nav > li > a:after{
 color: #000;
}
.js_fixedcontent.stick .navbar .navbar-nav > li > a.highlighted{
  color:#35457d;
}
.js_fixedcontent .navbar-brand{
  padding: 0px;
}
.navbar .navbar-nav > li > a:hover:before,
.navbar .navbar-nav > li.active > a:before {
  opacity: 1;
  width: 100%;
}
.navbar .navbar-nav > li > a:hover:after,
.navbar .navbar-nav > li.active > a:after {
  max-width: 100%;
}
.navbar-nav{
  margin-left: 40px;
}
.navbar-lang a{
  color: #fff;
  padding: 0px 5px;
  position: relative;
}
.navbar-lang a:after{
  content: "|";
  position: absolute;
  right: -3px;
}
.navbar-lang a:last-child:after{
  content: "";
}
.js_fixedcontent .navbar-brand img.black,
.js_fixedcontent.stick .navbar-brand img.white{
  display: none;
}
.js_fixedcontent.stick .navbar-brand img.black{
  display: block;
}
/* slider */
.home_page_banner {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.fill{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    /* opacity: .2; */
}
.home_page_banner .carousel-inner{
    background: #000;
}
.home_page_banner .carousel-inner>.carousel-item{
    height: 100%;
}
.home_page_banner .carousel-caption {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    text-shadow: none;
    bottom: 0;
    right: 0;
    height: 100vh;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.home_page_banner .carousel-caption h1 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
}
.home_page_banner .carousel-caption h5{
    color: #fff;
    width: 65%;
    font-weight: 300;
    line-height: 25px;
    font-size: 15px;
    opacity: .8;
    letter-spacing: .5px;
    text-align: center;
    margin: 0 auto;
}
.home_page_banner .carousel-control-next, .home_page_banner .carousel-control-prev{
    width: 8%;
}
.home_page_banner .carousel-control-next svg, .home_page_banner .carousel-control-prev svg{
    width: 50px;
    height: 50px;
}
.circle-btn {
    cursor: pointer;
    display: inline-block;
    background: #2165e5;
    border: none;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    border-radius: 3px!important;
}
.home_page_banner .carousel-caption  .circle-btn {
    background: #fff;
    color: #033085;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
}
.home_page_banner .carousel-caption .circle-btn:nth-child(1) {
    border-radius: 0;
    margin-right: 10px;
}
.home_page_banner .carousel-caption .circle-btn.blue_btn {
    background: #2165e5;
    color: #fff;
}
.webHexagon {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 99;
    width: 53%;
}
.webHexagon>div {
    text-align: center;
    padding: 0px 1rem;
    position: relative;
}
.r-hex {
    overflow: hidden;
    display: inline-block;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 15px;
        width: 140px;
    height: 120px;
}
.r-hex *, .r-hex *:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}
.r-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transition: opacity .75s;
}
.r-hex .r-hex-inner:before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: #2165e5;
    content: '';
}
.webHexagon>div:hover .r-hex-inner:before{
    background-color: #2165e5;
}
.webHeaxText {
    position: absolute;
    top: 16%;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: default;
    z-index: 10;
    max-width: 100%;
}
.webHeaxText {
    top: 16%;
}
.webHeaxText>* {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.webHeaxText img {
    height: 55px;
    width: 55px;
    padding-bottom: 5px;
}
/* intro */
.intro-section{
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 25px;
}
.bg-bottom {
    background: url(../images/section-bg.html);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
/* features_one */
.solutions.bg-light {
    background-color: #f8f9fa!important;
}
.features_one {
    max-width: 400px;
}
.features_one .text-muted {
    color: #94989a !important;
}
.features_one .features_border {
    height: 3px;
    background: #ffe500;
    width: 40px;
    border-radius: 6px;
}
.features_one .features_desc{
    font-size: 17px;
    line-height: 29px;
    color: #242424;
    text-align: justify;
}
.features_more .fea_border_more{
    height: 1px;
    display: inline-block;
    width: 15px;
    position: relative;
    top: -4px;
    background-color: #ffe500;
    transition: all 0.5s;
}
.features_one .features_more:hover .fea_border_more {
    width: 30px;
}
.features_more a{
    color: #ffe500;
}
/* products */
.gradient {
    background-image: linear-gradient(134deg, #3266C6 0%, #00B1E2 100%);
    position: relative;

    overflow: hidden;
}
.gradient:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/section-bg-top.html) center top no-repeat;
    top: 0px;
    left: 0px;
}
.slider-area{
    position: relative;
}
.product-slide{
    position: relative;
}
.slider-2 {
    height: 400px;
    margin: 30px 0px;
}
.slider-content{
    position: relative;
    padding-top: 20px;
    color: #fff;
    max-width: 60%;
}
.slider-content h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
}
.slider-content h5{
    color: rgba(255, 255, 255, 0.65)
}
.slider-content .circle-btn{
    background: #fff;
    color: #ffe500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
.slider-content .circle-btn:hover{
    background:#ffe500;
    color: #fff;
}
.product-slide .carousel-inner{
    overflow: visible;
}
.makbook-img {
    position: absolute;
    right: -300px;
    top: 30px;
    width: 65%;
}
.dashbord-img {
    position: relative;
}
.makbook-img .dashbord-img img {
    max-width: 100%;
}
.produc-nav{
    color: rgba(255, 255, 255, 0.45);
    position: absolute;
    bottom: -80px;
    font-size: 40px;
    z-index: 4;
}
.produc-nav svg{
    width: 40px;
    height: 40px;
}
.produc-nav.prev{
    right: 100px;
}
.produc-nav.next{
    right: 50px;
}
.produc-nav:hover{
    color: rgba(255, 255, 255, 1)
}
/* services */
.services{
    overflow: hidden;
}
.solution-inner-hm {
    height: 210px;
    background: #f0f0f0;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    background-position: center center;
    transition: all .5s ease;
}
.solution-inner-hm:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    background-color: transparent;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    border-radius: 50%;
}

.solution-inner-hm:hover:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    border-radius: 0;
}
.solution-inner-hm.solution-inner-hm-1:hover:before {
    background-color: #6f7ae4a1;
}
.solution-inner-hm.solution-inner-hm-2:hover:before {
    background-color: #e96649a1;
}
.solution-inner-hm.solution-inner-hm-3:hover:before {
    background-color: #03A9F4a1;
}
.solution-inner-hm.solution-inner-hm-4:hover:before {
    background-color: #E91E63a1;
}
.solution-inner-hm.solution-inner-hm-5:hover:before {
    background-color: #FF9800a1;
}
.solution-inner-hm.solution-inner-hm-6:hover:before {
    background-color: #673AB7a1;
}
.text-left.inr-txt {
    position: absolute;
    bottom: 0px;
    vertical-align: bottom;
    display: table-cell;
    color: #fff;
    margin: 20px;
}
.text-left.inr-txt img {
    margin-bottom: 25px;
    display: block;
}
.text-left.inr-txt strong {
    font-size: 20px;
}
/* customer-logos */
.partners,
.testimonials{
    margin-bottom: 40px;
    padding-left: 30px;
}
.partners{
    margin-top: 150px;
    margin-bottom: 0px;
}
.partners h3{
    margin-bottom: 30px;
    font-size: 30px;
    color: #333;
}
.customer-logos img, .destinations img{
    /* display: block; */
    /* width: 120px; */
    -o-object-fit: contain;
    /* object-fit: contain; */
    /* height: 40px; */
    /* margin: 0px auto; */
    box-shadow: 0 0 1px #d2d2d2;
}
.customer-logos .slide,  .destinations .slide{
    padding: 0px 10px;
}
.test-e{
    margin-top: 20px;
    position: relative;
     z-index:2;
}
.test-e .slide{
    padding: 20px 0px;
    color: #fff;
    font-size: 16px;
    position: relative;

}
.test-e .slide h4{
    font-size: 18px;
    margin: 0px;
}

/* get in touch */
.touch_in{
    background: url(../images/get-in-touch.png) gray;
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide{from{background-position:0 0}to{background-position:0 385px}}
.touch_in::after{
    content: "";
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1565C0;
}
.touch_in .container{
    position: relative;
    z-index: 2;
}
.contact-wrap{
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    position: relative;
    z-index: 9;
    padding: 25px 30px 30px;
    width: 100%;
}
.contact-wrap {
    margin-bottom: 40px;
    max-width: 450px;
    -webkit-box-shadow: 0 8px 28px rgba(0,0,0,.19);
    box-shadow: 0 8px 28px rgba(0,0,0,.19);
    background: #fff;
}
.contact-wrap h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.contact-wrap h3 {
    color: #25272a;
    font-weight: 700;
    margin-bottom: 25px;
}
.form-group {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0px;
}
.material-form .form-control{
    border-radius: 0px;
    height: 40px;
    font-size: 16px;
    color: #333;
    border-width: 2px;
}
.material-form .form-control:focus{
    box-shadow: none;
    border-color: #25272a
}
.material-form textarea.form-control{
    height: auto;
}
.material-form .control-label {
    font-size: 16px;
    color: grey;
}

.material-form .btn{
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
}
/* captcha */
.captcha{
    padding-left: 70px;
}
.captcha + span{
    position: absolute;
    left:15px;
    font-size: 16px;
    top: 8px;
}
/* footer */
.top-footer{
    /* background: url(../images/footer-section-bg.jpg) center 300px no-repeat #25272a; */
    padding: 190px 0 0;
    position: relative;
    /* background-size: 510px; */
}
.top-footer:before {
    background: url(../images/footer-section-img.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.top-footer{
    background-color: #25272a;
    padding-bottom: 20px;
}
.footer-widget-title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
}
.footer-widget p{
    color: #a8adb3;
    line-height: 30px;
    margin-bottom: 0px;
}
.footer-widget p b{
    color: #e9e9e9;
}
.footer-widget p a{
    color: #a8adb3;
}
.footer-widget p a:hover,
.footer-widget p a:focus{
    color: #fff;
    text-decoration: none;
}
.footer-widget ul li {
    margin: 10px 0;
}
.footer-widget ul li:first-of-type {
    margin-top: 0;
}
.footer-widget ul li a {
    color: #a8adb3;
}
.footer-widget ul li a:hover,
.footer-widget ul li a:focus{
    color: #fff;
    text-decoration: none;
}
.bottom-footer{
    background-color: rgba(0, 0, 0, 0.95);
    padding: 13px 30px 13px;
    color: #d0d0d0;
}
.bottom-footer a{
    color: #d0d0d0;
}
.footer-member h4{
    color: #80DEEA;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.copyright{
    /* border-top: 1px solid #494949; */
    /* margin-top: 20px; */
    /* padding-top: 19px; */
    color: #bebebe;
}
.copyright p{
    margin-bottom: 0px;
}
#demo .carousel-caption h1{
    font-family: 'Playball', cursive;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: capitalize;
    text-shadow: 0 0 2px #0000008f;
}
.section-header p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 5px 0 10px;
    line-height: 1.25;
    color: #333;
}
.top-destination-item .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    line-height: 1;
    padding: 15px;
    z-index: 1;
}
.top-destination-item .image img {
    width: 100%;
}
.popular .col-sm-6, .popular .col-sm-4, .popular .col-sm-3 {
    padding: 0 4px;
    margin-bottom: 8px;
}
.top-destination-item a {
    display: block;
    color: #636363;
    position: relative;
}

.top-destination-item i.fa.fa-heart-o{
    position: absolute;
    top: 15px;
    right: -45px;
    font-size: 28px;
    color: #f5f5f5;
    background: rgba(153, 153, 153, 0.52);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 1.7;
    padding-left: 9px;
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.top-destination-item i:hover, .top-destination-item i.active  {
    background: #f95f5f;
    transition: all ease-in-out 0.4s;
}

.top-destination-item:hover i.fa.fa-heart-o{
    right: 15px;
}

.top-destination-item .image {
    overflow: hidden;
    position: relative;
    /* height: 300px; */
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-destination-item .image img{
    transition: all ease-in-out 0.3s;
}

.top-destination-item .image:hover img{
    transform:scale(1.2) rotate(5deg);
    transition: all ease-in-out 0.3s;
}
.top-destination-item .caption h5, .top-destination-item .caption h5 {
    display: inline-block;
    padding: 4px 19px;
    color: #fff;
    margin-bottom: 5px;
    background: #dc0d3b;
}

.tour-wrap {
    border: 1px solid #f3f3f3;
}
.tour-view-img {
    position: relative;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.tour-body {
    background: #fff;
    padding-top: 35px;
}
.tour-title a {
    color: #000;
}
.tour-showcase-icon {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.tour-showcase-icon>img {
    padding: 0 15px;
    display: initial;
}
.testimonial {
    background-color: #ffffff;
    text-align: center;
    padding: 30px 30px 20px;
    margin: 0px 15px 0px;
    position: relative;
    box-shadow: 0 0 2px #6363635e;
  }

  .testimonial::before,
  .testimonial::after {
    content: "";
    /* border-top: 40px solid #ffffff; */
    /* border-right: 125px solid transparent; */
    /* position: absolute; */
    /* bottom: -40px; */
    left: 0;
  }

  .testimonial::after {
    /* border-right: none; */
    /* border-left: 125px solid transparent; */
    left: auto;
    /* right: 0; */
    /* box-shadow: 0 0 0px black; */
  }

  .testimonial .icon {
    display: inline-block;
    font-size: 32px;
    color: #353535;
    margin-bottom: 20px;
    /* opacity: 0.6; */
    position: absolute;
    left: 15px;
    top: 155px;
  }

  .testimonial .description {
    font-size: 14px;
    color: #1b1b1b;
    text-align: justify;
    margin-bottom: 0;
    /* opacity: 0.9; */
    padding-left: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }

  .testimonial .testimonial-content {
    /* width: 100%; */
    /* left: 0; */
    /* position: absolute; */
    /* top: 125px; */
    padding-bottom: 12px;
  }

  .testimonial .pic {
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #70b23a87;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }

  .testimonial .pic img {
    width: 50px;
    height: 50px;
  }

  .testimonial .name {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
    /* font-family: 'Oswald', sans-serif; */
  }

  .testimonial .title {
    display: block;
    font-size: 14px;
    color: #77c13a;
    font-weight: 500;
  }

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

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

  .owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
  }

  .owl-page:hover,
  .owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .owl-page:not(first-item) {
    margin-left: 10px;
  }
  #testimonials {
    /* background-color: #e0e0e066; */
    background: transparent url(../images/testimonial.jpg) no-repeat center center/cover;
    position: relative;
}
@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }

  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }

  .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
  }
  .header-top {
	position: relative;
	background-color: #383838;
}

.top-left {
	position: relative;
	float: left;
}

.top-left .text {
	position: relative;
	padding: 2px 0;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}

.top-left .text .icon {
	color: #f8b546;
	margin-right: 5px;
}

.top-right {
	position: absolute;
	right: 0;
	top: 0px;
	background-color: #70b23a;
	/* padding-left: 30px; */
	height: 35px;
}

.top-right:before {
	position: absolute;
	left: -18px;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #70b23a;
	content: "";
	transform: skew(30deg);
}

.header-top .contact-info {
	position: relative;
	float: left;
	margin-right: 145px;
	margin-bottom: 0;
}

.header-top .contact-info li {
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	padding: 3px 0;
	margin-right: 45px;
}

.header-top .contact-info li .icon {
	position: relative;
	top: 1px;
	float: left;
	color: #ffffff;
	line-height: 30px;
	margin-right: 10px;
}

.header-top .contact-info li a {
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top .contact-info li a:hover {
	color: #222222;
}

.header-top .contact-info li a:hover {
	color: #ececec;
}

.header-top .social-icon-one {
	position: relative;
	float: right;
	padding: 3px 20px;
}

/*Social Icon One*/

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	float: left;
	margin-left: 20px;
}

.social-icon-one li:first-child {
	margin-left: 0;
}

.social-icon-one li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 29px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #ececec;
}
.top-right ul{
    list-style: none;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.slider-info-wrap {
    position: relative;
    z-index: 20;
    width: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item {
    float: left;
    width: 25%;
    height: 60px;
    position: relative;
    z-index: 1;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    width: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    line-height: 1;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price,
        .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp {
    font-size: 22px;
    display: inline-block;
    width: 49%;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price span,
          .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp span {
    color: #70b23a;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp {
    text-align: right;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
    margin-top: 30px;
    line-height: 1.55;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 13px;
    display: inline-block;
    padding-left: 20px;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price {
    font-size: 13px;
    color: #ffffff;
    line-height: 58px;
    display: block;
    float: right;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price span {
    color: #70b23a;
    font-size: 18px;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .button {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    font-size: 13px;
    color: #70b23a;
    border: 1px solid #70b23a;
    padding: 1px 10px;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .button:hover {
    color: #ffffff;
    background: #70b23a;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media {
    padding-top: 60%;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text .info-price,
        .slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text .info-temp, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text .info-price,
        .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text .info-temp {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text p.info-text, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text p.info-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    color: white;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title .price, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title .price {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title .button, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title .button {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1400px) {
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 12px;
    }
}

@media (max-width: 1200px) {
    .slider-info-wrap .slider-info-content .slider-info-item {
        width: 50%;
    }

    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 30px;
    }
}

@media (max-width: 698px) {
    .slider-info-wrap .slider-info-content .slider-info-item {
        width: 100%;
    }

    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 5px;
    }
}
.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    position: absolute;
    right: 15%;
    /* top: 130px; */
    left: 15%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}
.custom-search-input-2 .form-group {
    margin: 0;
}
.custom-search-input-2 input {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
}
.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}
.custom-search-input-2 input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 400;
    font-size: 19px !important;
    font-size: 0.875rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #70b23a;
    /* margin-right: -1px; */
}
.form-top {
    position: relative;
    bottom: 17em;
}


.popular-tour-image {
	position: relative;
	overflow: hidden;
}

.popular-tour-image {
	background: #111 none repeat scroll 0 0;
	display: block;
	max-width: 100%;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-transform: translate3d(0px, 0px, 300px);
	transform: translate3d(0px, 0px, 300px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.popular-tour-image img {
	background: #111 none repeat scroll 0 0;
	display: block;
	width: 100%;
	overflow: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-popular-tour:hover img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.popular-tour-hover {
	position: absolute;
	left: 0;
	top: 35%;
	-webkit-transform: scale(0);
	transform: scale(0);
	right: 0;
	text-align: center;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 15px;
}

.single-popular-tour:hover .popular-tour-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-popular-tour:hover .popular-tour-image img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.popular-tour-hover ul {
	text-align: center;
}

.popular-tour-hover ul li {
	display: inline-block;
}

.popular-tour-hover ul li a {
	display: block;
	background: #fff none repeat scroll 0 0;
	color: #1EC8E7;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px
}

.tour-desc-top {
	padding: 15px;
}

.tour-desc-top h3 {
	color: #464646;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	/* text-align: center; */
	margin-bottom: 2px;
}

.tour-desc-top h3 a {
	color: #333;
}

.tour-desc-top h3 a:hover {
	color: #70b23a
}

.tour_duration {
	margin-top: 9px;
}

.tour_duration p i {
	color: #70b23a;
	margin-right: 5px;
}

.tour-desc-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px;
}

.tour_feature {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.tour-rating {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tour-rating ul {
	text-align: left;
	padding: 0;
	margin-bottom: 0;
}

.tour-rating ul li {
	display: inline-block;
	font-size: 17px;
	margin: 0;
	line-height: 20px;
}

.tour-rating ul li i {
    color: #ffa11a;
    font-size: 14px;
}

.tour_feature a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #70b23a none repeat scroll 0 0;
	font-size: 15px;
	border-radius: 5px;
	color: #fff;
}

.tour_feature a:hover {
	background: #70b23a none repeat scroll 0 0;
}

.tour-desc-bottom {
	padding: 5px;
	border-top: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tour-desc-price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.tour-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tour-details a {
    display: inline-block;
    padding: 6px 12px;
    background: #70b23a none repeat scroll 0 0;
    color: #fff;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 400;
}

.tour-details a i {
	margin-right: 5px
}

.tour-details a:hover {
	background: #70b23a none repeat scroll 0 0
}
.single-destination {
	margin-top: 30px
}

.destination-image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	z-index: -1
}

.destination-image img {
	width: 100%
}

.destination-image:after {
	background: -webkit-linear-gradient(bottom, rgba(4, 4, 4, 0.9), rgba(1, 1, 1, 0));
	background: linear-gradient(to top, rgb(4, 4, 4), rgba(1, 1, 1, 0));
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.destination-title {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.destination-title h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	display: block;
	text-align: center;
}
.single-choose {
	padding: 40px 20px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	text-align: center;
	margin-top: 30px;
	position: relative
}

.choose-image {
	margin-bottom: 20px;
	text-align: left;
}

.choose-image img {
	width: 70px;
}

.choose-desc {
	overflow: hidden;
	text-align: left;
}

.single-choose>p {
	position: absolute;
	right: 10%;
	font-size: 60px;
	font-weight: 900;
	color: #666;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    font-family: 'Roboto', sans-serif;
	top: 10%;
	line-height: 60px;
}

.choose-desc h3 {
	color: #111;
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 10px;
}
#why-choose-us{
    background: transparent url(../images/testimonial.jpg) no-repeat center center/cover;
    position: relative;
}
.footer {
	padding: 60px 0 50px;
	background-color: #000000;
}
.copyright_text{
	color: #727272;
}
.foot-logo{
	margin-bottom: 10px;
}
.foot-logo img{
	width: 120px;
}
.footer .fot-title{
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}
.footer ul{
	list-style-type: none;
	padding: 0;
}
.footer ul li{
	line-height: 32px;
}
.footer ul li a{
	font-weight: 600;
	color: #727272;
}

.footer .copyright{
	padding-top: 30px;
}
.footer .copyright p{
	margin-bottom: 0;
	font-weight: 600;
}
.footer a{
	transition: .5s;
}
.footer a:hover,
.footer a:focus{
	color: #f05942;
}
.tour_feature i {
    font-size: 14px;
}
.hotel-item-list:hover {
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #70b23a;
}

.hotel-item-list {
    position: relative;
    margin: 0 0 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
}

.hotel-item-list .image {
    width: 250px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background-size: cover;
    background-position: center center;
}

.hotel-item-list .content {
    padding: 5px 2px 0;
}

.hotel-item-list .heading {
    margin: 0 0 8px;
}

.hotel-item-list .heading h4 a {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 10px;
    margin: 0 0 0px;
    font-weight: 700;
    color: #585858;
}

p:last-child {
    margin-bottom: 0;
}

.hotel-item-list .star-rate {
    float: left;
    margin-top: 5px;
}
.result-search-form-wrapper {
    /* background: #303030; */
    color: rgba(255, 255, 255, 0.7);
}

.result-search-form-wrapper h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    margin: 5px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 14px 20px;
}

.result-search-form-wrapper>.inner {
    padding: 10px 0px;
}

.form-icon,
.form-icon-right {
    position: relative;
}

.result-search-form-wrapper label {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    margin: 0 0 5px;
}

.result-search-form-wrapper .form-control {
    border-color: #FFF;
    font-size: 11px;
    padding: 10px;
}

.form-icon-right .form-control {
    padding-right: 28px;
    margin-bottom: 0;
}

.form-icon-right i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #999;
}

.form-group {
    margin-bottom: 10px;
}
.filter-list.overflow {
    height: 180px;
    overflow-y: scroll;
}

.filter-list li label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: 400;
}

.filter-list li:hover label {
    color: #0288D1;
}

.filter-list li label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    left: 0;
}

.filter-list li label span::before {
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid #9E9E9E;
    position: absolute;
    left: 0;
    top: 5px;
}

.filter-list li label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23409cd1' d='M0.543 5.647c0-3.119 2.531-5.647 5.65-5.647h19.309c3.12 0 5.65 2.511 5.65 5.647v20.705c0 3.119-2.531 5.647-5.65 5.647h-19.309c-3.12 0-5.65-2.511-5.65-5.647v-20.705zM5.313 17.587l7.039 6.839 13.831-13.439-2.636-2.561-10.929 10.62-4.442-4.317-2.862 2.858z'/%3E%3C/svg%3E");
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.filter-list li label span {
    padding-right: 30px;
}

.filter-list li label input[type='checkbox']:checked+span::before {
    background-color: transparent;
    border-color: transparent;
}

.filter-list li label input[type='checkbox']:checked+span::after {
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.filter-list li label .count {
    float: right;
    font-weight: 700;
    color: #bdbdbd;
    font-size: 12px;
}

.group-title {
    font-size: 14px;
    color: #1A2B48;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.hotel-item-list .star-rate {
    float: left;
    margin-top: 5px;
}

.rated-40 {
    background-position: -14px 0;
}

.star-rate {
    width: 85px;
    height: 14px;
    display: block;
    background: url(../images/star-rating.html) 0 0 no-repeat;
    margin: 0;
    margin-top: -2px;
}

.mr-10 {
    margin-right: 10px !important;
}

.hotel-item-list .short-info {
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: left;
    font-size: 13px;
    color: #616161;
}

.hotel-item-list .absolute-bottom {
    border-top: 1px solid #E8E8E8;
    padding: 12px 15px;
    padding-left: 0;
    line-height: 1;
}

.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


a.tripadvisor-module {
    text-decoration: none;
    line-height: 22px;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.tripadvisor-module .texting {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #D60D45;
}

.block {
    display: block;
}

.hotel-item-list .price .number {
    font-weight: 500;
    font-size: 20px;
    color: #005294;

}

.hotel-item-list .btn-sm {
    padding-left: 30px;
    padding-right: 30px;
}

.absolute-bottom i {
    margin-right: 5px;
    color: #70b23a;
}

.price-wrapper {
    text-align: center;
}

.absolute-bottom p {
    font-weight: 600;
    color: #70b23a !important;
}

.border-left {
    border-left: 1px solid #e6e1e1;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 175px;
}
.star-rating i {
    font-size: 14px;
    color: #70b23a !important;
    padding: 0 2px 0 0;
}

.star-rating {
    padding-top: 5px;
    display: -webkit-box;
}
.hotel-item-list .heading h4 a:hover {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 10px;
    margin: 0 0 0px;
    font-weight: 700;
    color: #70b23a;
}
.bookinginfo .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    opacity: .7;
}

.tripinfo h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.tripinfo p {
    width: auto;
    color: #333;
    font-size: 15px;
    margin: 0 0 10px;
    line-height: normal;
}

.price-section small:not(.pp) {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #484848;
    font-weight: 400;
}

.price-section p.price {
    color: #242424;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.price-section small.pp {
    font-size: 13px;
    color: #000;
}

.tripinfo .btn {
    margin-right: 0;
}

.tripinfo {
    border: 1px solid #e0e0e0;
    padding: 7px;
}
.price-wrapper {
    text-align: center;
}

.price-wrapper .btn.btn-sm
{
    display: block;
    margin:0px;
    padding-left:0px;
    padding-right:0px;
}
.price-wrapper .btn.btn-sm:last-child
{
    margin-top:10px;
}
.price.noPrice {
    font-size: 12px;
    font-weight: 600;
    color: dimgrey;
}
.star-rating p {
    color: #616161;
}

#breadcrumb {
    background-image: url(../images/parallax-top.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.title-box .page-title-heading {
    position: relative;
}
.title-box .page-title-heading h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-box .page-title-heading .title:before {
    background-color: #70b23a;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}
.breadcrumb-wrapper a {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}
.breadcrumb-wrapper span {
    color: #d6d6d6;
}
.ttm-page-title-row {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
}
#packageHeading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #444343;
}
#accordion .card-header {
    padding: 2px;
}
#accordion .card-header a {
    font-size: 17px;
    font-weight: 600;
    color: #70b23a;
    text-transform: capitalize;
}


.services-info i {
    font-size: 40px;
    width: 60px;
    color: #70b23a;
}

.services-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 8px;
    color: #313131;
}

.services-info p {
    margin: 0;
}
.navbar-brand img {
    height: 63px;
}
.quick_contact p {
    color: white;
}
.detail-content-sticky-nav {
    padding: 17px 17px;
    background-color: white;
    margin: 10px 0;
    border: 1px solid #e4e4e4;
}
.featured-icon-simple-wrapper {
    padding: 12px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(204, 204, 204, 0.69);
    /* margin-bottom: 5px; */
}
.featured-icon-simple-item {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    color: #AAA;
    padding: 0 10px;
}
.featured-icon-simple-item .icon {
    font-size: 18px;
    display: inline-block;
}
.featured-icon-simple-wrapper {
    padding: 8px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(204, 204, 204, 0.69);
    /* margin-bottom:5px; */
}

.featured-icon-simple-item {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    color: #6f6f6f;
    padding: 0 10px;
}

.featured-icon-simple-item .icon {
    font-size: 18px;
    display: inline-block;
    color: #717171 !important;
}

.featured-icon-lg {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
}

.featured-icon-lg .icon {
    font-size: 64px;
    color: #FE8800;
}

.featured-icon-lg h3 {
    line-height: 1.1;
    margin: 20px 0 15px;
    letter-spacing: 0.5px;
}

.featured-list-in-box {
    line-height: 1.2;
    background: rgba(247, 247, 247, 0.48);
    /* padding: 15px; */
    /* border: 1px solid rgba(204, 204, 204, 0.49); */
}

.featured-list-in-box ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.featured-list-in-box ul li:last-child{border: none; margin-bottom: 0px;}

.featured-list-in-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.featured-list-in-box ul li + li {
    margin-top: 15px;
}

.featured-list-in-box ul li .space {
    letter-spacing: 0.5px;
}

ul.featured-list-with-h {
    margin-top: 6px;
}

ul.featured-list-with-h li {
    line-height: 1.2;
    padding: 10px 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #DDD;
}

ul.featured-list-with-h li h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.2;
}

ul.featured-list-with-h li h5 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-top: -6px;
}

ul.featured-list-with-h.no-last-bb li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.featured-icon-circle-sm-wrapper {
    margin-top: -10px;
}

.featured-icon-circle-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FE8800;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.featured-icon-circle-sm .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FE8800;
    color: #FFF;
    line-height: 32px;
    margin: 2px;
    font-size: 24px;
}

.featured-icon-circle-sm.no {
    position: relative;
    border-color: #999;
}

.featured-icon-circle-sm.no:after {
    content: "";
    position: absolute;
    top: 18px;
    left: -3px;
    width: 46px;
    height: 4px;
    background: #EE001A;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.featured-icon-circle-sm.no .icon {
    background: none;
    color: #333;
}
.text-box-h-bb {
    border-bottom: 1px dashed #E6E6E6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.text-box-h-bb h4 {
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.2;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0px;
}
a.list-group-item.list-group-item-success {
    background: transparent;
    border-radius: 0px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(204, 204, 204, 0.6);
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.list-group.panel .pull-left h5 {
    float: left;
    background: #70b23a;
    padding: 10px 18px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-group.panel .pull-left h5 span {
    font-size: 28px;
    display: block;
}
.list-group.panel h4 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 17px;
    color: #333333;
}
a.list-group-item.list-group-item-success i {
    color: #666;
    position: absolute;
    right: 0;
    top: 42%;
    font-size: 20px;
}
.news-section {
	position: relative;
	padding: 100px 0 60px;
}

.news-block {
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box {
	position: relative;
}

.news-block .image-box {
	position: relative;
}

.news-block .image-box .image {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.news-block .image-box .icon-box {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	background-color: #252525;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .image-box:hover .icon-box {
	background-color: #f8b546;
}

.news-block .image-box .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -45px;
}

.news-block .image-box .owl-nav .owl-next,
.news-block .image-box .owl-nav .owl-prev {
	position: absolute;
	width: 25px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .80);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .image-box .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.news-block .image-box .owl-nav .owl-next:hover,
.news-block .image-box .owl-nav .owl-prev:hover {
	color: #222222;
	background-color: rgba(255, 255, 255, 0.80);
}

.news-block .image-box .image img {
	display: block;
	width: 100%;
	height: auto;
}

.news-block .lower-content {
	position: relative;
	padding: 24px 0 0;
}

.news-block .lower-content .post-info {
	position: relative;
	margin-bottom: 10px;
}

.news-block .lower-content .post-info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	padding-right: 13px;
	margin-right: 13px;
}

.news-block .lower-content .post-info li:before {
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	content: "|";
}

.news-block .lower-content .post-info li:last-child:before {
	display: none;
}

.news-block .lower-content h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.news-block .lower-content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
	color: #f8b546;
}

.news-block .lower-content .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 25px;
}

.news-block .lower-content .link-box {
	position: relative;
}

.news-block .lower-content .link-box a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #f8b546;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content .link-box a:hover {
	color: #222222;
}

.news-block .lower-content .link-box a i {
	margin-left: 5px;
}

.news-section .form-column {
	position: relative;
	margin-bottom: 40px;
}

.news-section .form-column .inner-column {
	position: relative;
	padding: 20px 20px 20px;
	overflow: hidden;
	background-color: #222222;
}

.news-section .form-column .inner-column:before {
	/* position: absolute; */
	/* left: 2px; */
	/* display: block; */
	/* bottom: 1px; */
	/* content: "\f1a7"; */
	font-family: 'Flaticon';
	font-size: 130px;
	color: #ffffff;
	opacity: 0.10;
}

.fw-300{
    font-weight: 300 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-500{
    font-weight: 500 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-900{
    font-weight: 900 !important;
}
.fs-11{
    font-size: 11px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-17{
    font-size: 17px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-45{
    font-size: 45px !important;
}
.lh-30{
    line-height: 30px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-50{
    padding-top: 50px !important;
}
a:hover,
a:focus{
    text-decoration: none;
}
/* section */
.section{
    padding: 80px 0px 100px;
    background-color: #fff;
}
.section-title {
    text-transform: capitalize;
    color: #4A4545;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    position: relative;
    font-size: 29px;
    line-height: 1;
    margin: 0;
    /* border-bottom: 1px dashed #ccc; */
    display: inline-block;
    padding-bottom: 15px;
    color: #212121;
    font-family: 'Roboto', sans-serif;
}
.section-header {
    margin-bottom: 40px;
    position: relative;
}
.section-header::after {
    content: "";
    width: 80px;
    height: 3px;
    position: absolute;
    left: 50%;
    /* bottom: 10px; */
    background-image: -webkit-gradient(linear, left top, right top, from(#ed8b03), to(#e35f02));
    /* background-image: -webkit-linear-gradient(left, #FF5782 0%, #FD8596 100%); */
    background-image: -o-linear-gradient(left, #FF5782 0%, #FD8596 100%);
    /* background-image: linear-gradient(to right, #FF5782 0%, #FD8596 100%); */
    border-radius: 4px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* transform: translateX(-50%); */
    /* content: "\f005"; */
    /* font-family: fontawesome; */
    /* display: block; */
    /* font-size: 15px; */
    /* position: absolute; */
    right: 0;
    left: 80px;
    top: 50px;
    margin: 0 auto;
    /* color: #feaf54; */
}
/* header */
.js_fixedcontent{
    /* position: absolute; */
    /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab); */
    /* background-size: 400% 400%; */
    /* animation: gradientBG 15s ease infinite; */
	z-index:9999;
	width:100%;
	height:auto;
	min-height:0;
	padding: 5px 0 5px;
	margin-bottom:0;
	border-radius:0;
	border:0;
	-webkit-backface-visibility:hidden;
	transition: all 0.3s ease-in-out;
	/* border-bottom: 1px solid #e2e2e2; */
}

.js_fixedcontent.stick{
    position: fixed;
    display: block;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
    -moz-box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
    box-shadow: 5px 5px 15px 0 rgba(31, 31, 31, 0.07);
}
.navbar .navbar-nav > li {
    margin: 0 6px;
}
.navbar .navbar-nav > li > a {
    padding: 0.5em 0;
    font-weight: 500;
    /* color: #fff; */
    position: relative;
    letter-spacing: .5px;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.navbar .navbar-nav > li > a:before,
.navbar .navbar-nav > li > a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  left: 0.5em;
}

.navbar .navbar-nav > li > a:before {
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #ed8b03;
}
.navbar .navbar-nav > li > a:after {
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #000000;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
.js_fixedcontent.stick  .navbar .navbar-nav > li > a:after{
 color: #000;
}
.js_fixedcontent.stick .navbar .navbar-nav > li > a.highlighted{
  color:#35457d;
}
.js_fixedcontent .navbar-brand{
  padding: 0px;
}
.navbar .navbar-nav > li > a:hover:before,
.navbar .navbar-nav > li.active > a:before {
  opacity: 1;
  width: 100%;
}
.navbar .navbar-nav > li > a:hover:after,
.navbar .navbar-nav > li.active > a:after {
  max-width: 100%;
}
.navbar-nav{
  margin-left: 40px;
}
.navbar-lang a{
  color: #fff;
  padding: 0px 5px;
  position: relative;
}
.navbar-lang a:after{
  content: "|";
  position: absolute;
  right: -3px;
}
.navbar-lang a:last-child:after{
  content: "";
}
.js_fixedcontent .navbar-brand img.black,
.js_fixedcontent.stick .navbar-brand img.white{
  display: none;
}
.js_fixedcontent.stick .navbar-brand img.black{
  display: block;
}
/* slider */
.home_page_banner {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
}
.fill{
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
    /* opacity: .2; */
}
.home_page_banner .carousel-inner{
    background: #000;
}
.home_page_banner .carousel-inner>.carousel-item{
    height: 100%;
}
.home_page_banner .carousel-caption {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 80%;
    text-shadow: none;
    bottom: 0;
    right: 0;
    height: 100vh;
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.home_page_banner .carousel-caption h1 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.5;
}
.home_page_banner .carousel-caption h5{
    color: #fff;
    width: 65%;
    font-weight: 300;
    line-height: 25px;
    font-size: 15px;
    opacity: .8;
    letter-spacing: .5px;
    text-align: center;
    margin: 0 auto;
}
.home_page_banner .carousel-control-next, .home_page_banner .carousel-control-prev{
    width: 8%;
}
.home_page_banner .carousel-control-next svg, .home_page_banner .carousel-control-prev svg{
    width: 50px;
    height: 50px;
}
.circle-btn {
    cursor: pointer;
    display: inline-block;
    background: #2165e5;
    border: none;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all .2s;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    border-radius: 3px!important;
}
.home_page_banner .carousel-caption  .circle-btn {
    background: #fff;
    color: #033085;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
}
.home_page_banner .carousel-caption .circle-btn:nth-child(1) {
    border-radius: 0;
    margin-right: 10px;
}
.home_page_banner .carousel-caption .circle-btn.blue_btn {
    background: #2165e5;
    color: #fff;
}
.webHexagon {
    position: absolute;
    bottom: 40px;
    right: 50px;
    z-index: 99;
    width: 53%;
}
.webHexagon>div {
    text-align: center;
    padding: 0px 1rem;
    position: relative;
}
.r-hex {
    overflow: hidden;
    display: inline-block;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 15px;
        width: 140px;
    height: 120px;
}
.r-hex *, .r-hex *:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}
.r-hex-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    transition: opacity .75s;
}
.r-hex .r-hex-inner:before {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: #2165e5;
    content: '';
}
.webHexagon>div:hover .r-hex-inner:before{
    background-color: #2165e5;
}
.webHeaxText {
    position: absolute;
    top: 16%;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: default;
    z-index: 10;
    max-width: 100%;
}
.webHeaxText {
    top: 16%;
}
.webHeaxText>* {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.webHeaxText img {
    height: 55px;
    width: 55px;
    padding-bottom: 5px;
}
/* intro */
.intro-section{
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 25px;
}
.bg-bottom {
    background: url(../images/section-bg.html);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
/* features_one */
.solutions.bg-light {
    background-color: #f8f9fa!important;
}
.features_one {
    max-width: 400px;
}
.features_one .text-muted {
    color: #94989a !important;
}
.features_one .features_border {
    height: 3px;
    background: #ffe500;
    width: 40px;
    border-radius: 6px;
}
.features_one .features_desc{
    font-size: 17px;
    line-height: 29px;
    color: #242424;
    text-align: justify;
}
.features_more .fea_border_more{
    height: 1px;
    display: inline-block;
    width: 15px;
    position: relative;
    top: -4px;
    background-color: #ffe500;
    transition: all 0.5s;
}
.features_one .features_more:hover .fea_border_more {
    width: 30px;
}
.features_more a{
    color: #ffe500;
}
/* products */
.gradient {
    background-image: linear-gradient(134deg, #3266C6 0%, #00B1E2 100%);
    position: relative;

    overflow: hidden;
}
.gradient:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/section-bg-top.html) center top no-repeat;
    top: 0px;
    left: 0px;
}
.slider-area{
    position: relative;
}
.product-slide{
    position: relative;
}
.slider-2 {
    height: 400px;
    margin: 30px 0px;
}
.slider-content{
    position: relative;
    padding-top: 20px;
    color: #fff;
    max-width: 60%;
}
.slider-content h1 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 20px;
}
.slider-content h5{
    color: rgba(255, 255, 255, 0.65)
}
.slider-content .circle-btn{
    background: #fff;
    color: #ffe500;
    font-size: 16px;
    line-height: 20px;
    margin-top: 20px;
}
.slider-content .circle-btn:hover{
    background:#ffe500;
    color: #fff;
}
.product-slide .carousel-inner{
    overflow: visible;
}
.makbook-img {
    position: absolute;
    right: -300px;
    top: 30px;
    width: 65%;
}
.dashbord-img {
    position: relative;
}
.makbook-img .dashbord-img img {
    max-width: 100%;
}
.produc-nav{
    color: rgba(255, 255, 255, 0.45);
    position: absolute;
    bottom: -80px;
    font-size: 40px;
    z-index: 4;
}
.produc-nav svg{
    width: 40px;
    height: 40px;
}
.produc-nav.prev{
    right: 100px;
}
.produc-nav.next{
    right: 50px;
}
.produc-nav:hover{
    color: rgba(255, 255, 255, 1)
}
/* services */
.services{
    overflow: hidden;
}
.solution-inner-hm {
    height: 210px;
    background: #f0f0f0;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    background-position: center center;
    transition: all .5s ease;
}
.solution-inner-hm:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    background-color: transparent;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    border-radius: 50%;
}

.solution-inner-hm:hover:before {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    border-radius: 0;
}
.solution-inner-hm.solution-inner-hm-1:hover:before {
    background-color: #6f7ae4a1;
}
.solution-inner-hm.solution-inner-hm-2:hover:before {
    background-color: #e96649a1;
}
.solution-inner-hm.solution-inner-hm-3:hover:before {
    background-color: #03A9F4a1;
}
.solution-inner-hm.solution-inner-hm-4:hover:before {
    background-color: #E91E63a1;
}
.solution-inner-hm.solution-inner-hm-5:hover:before {
    background-color: #FF9800a1;
}
.solution-inner-hm.solution-inner-hm-6:hover:before {
    background-color: #673AB7a1;
}
.text-left.inr-txt {
    position: absolute;
    bottom: 0px;
    vertical-align: bottom;
    display: table-cell;
    color: #fff;
    margin: 20px;
}
.text-left.inr-txt img {
    margin-bottom: 25px;
    display: block;
}
.text-left.inr-txt strong {
    font-size: 20px;
}
/* customer-logos */
.partners,
.testimonials{
    margin-bottom: 40px;
    padding-left: 30px;
}
.partners{
    margin-top: 150px;
    margin-bottom: 0px;
}
.partners h3{
    margin-bottom: 30px;
    font-size: 30px;
    color: #333;
}
.customer-logos img, .destinations img{
    /* display: block; */
    /* width: 120px; */
    -o-object-fit: contain;
    /* object-fit: contain; */
    /* height: 40px; */
    /* margin: 0px auto; */
    box-shadow: 0 0 1px #d2d2d2;
}
.customer-logos .slide,  .destinations .slide{
    padding: 0px 10px;
}
.test-e{
    margin-top: 20px;
    position: relative;
     z-index:2;
}
.test-e .slide{
    padding: 20px 0px;
    color: #fff;
    font-size: 16px;
    position: relative;

}
.test-e .slide h4{
    font-size: 18px;
    margin: 0px;
}

/* get in touch */
.touch_in{
    background: url(../images/get-in-touch.png) gray;
    width: 100%;
    margin: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
}
@-webkit-keyframes slide{from{background-position:0 0}to{background-position:0 385px}}
.touch_in::after{
    content: "";
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1565C0;
}
.touch_in .container{
    position: relative;
    z-index: 2;
}
.contact-wrap{
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
    position: relative;
    z-index: 9;
    padding: 25px 30px 30px;
    width: 100%;
}
.contact-wrap {
    margin-bottom: 40px;
    max-width: 450px;
    -webkit-box-shadow: 0 8px 28px rgba(0,0,0,.19);
    box-shadow: 0 8px 28px rgba(0,0,0,.19);
    background: #fff;
}
.contact-wrap h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.contact-wrap h3 {
    color: #25272a;
    font-weight: 700;
    margin-bottom: 25px;
}
.form-group {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 0px;
}
.material-form .form-control{
    border-radius: 0px;
    height: 40px;
    font-size: 16px;
    color: #333;
    border-width: 2px;
}
.material-form .form-control:focus{
    box-shadow: none;
    border-color: #25272a
}
.material-form textarea.form-control{
    height: auto;
}
.material-form .control-label {
    font-size: 16px;
    color: grey;
}

.material-form .btn{
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
}
/* captcha */
.captcha{
    padding-left: 70px;
}
.captcha + span{
    position: absolute;
    left:15px;
    font-size: 16px;
    top: 8px;
}
/* footer */
.top-footer{
    /* background: url(../images/footer-section-bg.jpg) center 300px no-repeat #25272a; */
    padding: 190px 0 0;
    position: relative;
    /* background-size: 510px; */
}
.top-footer:before {
    background: url(../images/footer-section-img.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.top-footer{
    background-color: #25272a;
    padding-bottom: 20px;
}
.footer-widget-title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 18px;
}
.footer-widget p{
    color: #a8adb3;
    line-height: 30px;
    margin-bottom: 0px;
}
.footer-widget p b{
    color: #e9e9e9;
}
.footer-widget p a{
    color: #a8adb3;
}
.footer-widget p a:hover,
.footer-widget p a:focus{
    color: #fff;
    text-decoration: none;
}
.footer-widget ul li {
    margin: 10px 0;
}
.footer-widget ul li:first-of-type {
    margin-top: 0;
}
.footer-widget ul li a {
    color: #a8adb3;
}
.footer-widget ul li a:hover,
.footer-widget ul li a:focus{
    color: #fff;
    text-decoration: none;
}
.bottom-footer{
    background-color: rgba(0, 0, 0, 0.95);
    padding: 13px 30px 13px;
    color: #d0d0d0;
}
.bottom-footer a{
    color: #d0d0d0;
}
.footer-member h4{
    color: #80DEEA;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.copyright{
    /* border-top: 1px solid #494949; */
    /* margin-top: 20px; */
    /* padding-top: 19px; */
    color: #bebebe;
}
.copyright p{
    margin-bottom: 0px;
}
#demo .carousel-caption h1{
    font-family: 'Playball', cursive;
    font-size: 70px;
    letter-spacing: 2px;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: capitalize;
    text-shadow: 0 0 2px #0000008f;
}
.section-header p {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 5px 0 10px;
    line-height: 1.25;
    color: #333;
}
.top-destination-item .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    line-height: 1;
    padding: 15px;
    z-index: 1;
}
.top-destination-item .image img {
    width: 100%;
}
.popular .col-sm-6, .popular .col-sm-4, .popular .col-sm-3 {
    padding: 0 4px;
    margin-bottom: 8px;
}
.top-destination-item a {
    display: block;
    color: #636363;
    position: relative;
}

.top-destination-item i.fa.fa-heart-o{
    position: absolute;
    top: 15px;
    right: -45px;
    font-size: 28px;
    color: #f5f5f5;
    background: rgba(153, 153, 153, 0.52);
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 1.7;
    padding-left: 9px;
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.top-destination-item i:hover, .top-destination-item i.active  {
    background: #f95f5f;
    transition: all ease-in-out 0.4s;
}

.top-destination-item:hover i.fa.fa-heart-o{
    right: 15px;
}

.top-destination-item .image {
    overflow: hidden;
    position: relative;
    /* height: 300px; */
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-destination-item .image img{
    transition: all ease-in-out 0.3s;
}

.top-destination-item .image:hover img{
    transform:scale(1.2) rotate(5deg);
    transition: all ease-in-out 0.3s;
}
.top-destination-item .caption h5, .top-destination-item .caption h5 {
    display: inline-block;
    padding: 4px 19px;
    color: #fff;
    margin-bottom: 5px;
    background: #dc0d3b;
}

.tour-wrap {
    border: 1px solid #f3f3f3;
}
.tour-view-img {
    position: relative;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.tour-body {
    background: #fff;
    padding-top: 35px;
}
.tour-title a {
    color: #000;
}
.tour-showcase-icon {
    padding-bottom: 10px;
    border-bottom: 1px solid #f3f3f3;
}
.tour-showcase-icon>img {
    padding: 0 15px;
    display: initial;
}
.testimonial {
    background-color: #ffffff;
    text-align: center;
    padding: 30px 30px 20px;
    margin: 0px 15px 0px;
    position: relative;
    box-shadow: 0 0 2px #6363635e;
  }

  .testimonial::before,
  .testimonial::after {
    content: "";
    /* border-top: 40px solid #ffffff; */
    /* border-right: 125px solid transparent; */
    /* position: absolute; */
    /* bottom: -40px; */
    left: 0;
  }

  .testimonial::after {
    /* border-right: none; */
    /* border-left: 125px solid transparent; */
    left: auto;
    /* right: 0; */
    /* box-shadow: 0 0 0px black; */
  }

  .testimonial .icon {
    display: inline-block;
    font-size: 32px;
    color: #353535;
    margin-bottom: 20px;
    /* opacity: 0.6; */
    position: absolute;
    left: 15px;
    top: 155px;
  }

  .testimonial .description {
    font-size: 14px;
    color: #1b1b1b;
    text-align: justify;
    margin-bottom: 0;
    /* opacity: 0.9; */
    padding-left: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }

  .testimonial .testimonial-content {
    /* width: 100%; */
    /* left: 0; */
    /* position: absolute; */
    /* top: 125px; */
    padding-bottom: 12px;
  }

  .testimonial .pic {
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #70b23a87;
    overflow: hidden;
    z-index: 1;
    position: relative;
  }

  .testimonial .pic img {
    width: 50px;
    height: 50px;
  }

  .testimonial .name {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
    /* font-family: 'Oswald', sans-serif; */
  }

  .testimonial .title {
    display: block;
    font-size: 14px;
    color: #77c13a;
    font-weight: 500;
  }

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

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

  .owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
  }

  .owl-page:hover,
  .owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .owl-page:not(first-item) {
    margin-left: 10px;
  }
  #testimonials {
    /* background-color: #e0e0e066; */
    background: transparent url(../images/testimonial.jpg) no-repeat center center/cover;
    background-attachment: fixed;
    position: relative;
}
@-webkit-keyframes zoom {
    from {
      -webkit-transform: scale(1, 1);
    }
    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }

  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.5, 1.5);
    }
  }

  .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
  }
  .header-top {
	position: relative;
	background-color: #383838;
}

.top-left {
	position: relative;
	float: left;
}

.top-left .text {
	position: relative;
	padding: 2px 0;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
}

.top-left .text .icon {
	color: #f8b546;
	margin-right: 5px;
}

.top-right {
	position: absolute;
	right: 0;
	top: 0px;
	background-color: #0a57a4;
	/* padding-left: 30px; */
	height: 35px;
}

.top-right:before {
	position: absolute;
	left: -18px;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0a57a4;
	content: "";
	transform: skew(30deg);
}

.header-top .contact-info {
	position: relative;
	float: left;
	margin-right: 145px;
	margin-bottom: 0;
}

.header-top .contact-info li {
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	padding: 3px 0;
	margin-right: 45px;
}

.header-top .contact-info li .icon {
	position: relative;
	top: 1px;
	float: left;
	color: #ffffff;
	line-height: 30px;
	margin-right: 10px;
}

.header-top .contact-info li a {
	color: #ffffff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.header-top .contact-info li a:hover {
	color: #222222;
}

.header-top .contact-info li a:hover {
	color: #ececec;
}

.header-top .social-icon-one {
    margin-bottom: 0;
	position: relative;
	float: right;
	padding: 3px 20px;
}

/*Social Icon One*/

.social-icon-one {
	position: relative;
}

.social-icon-one li {
	position: relative;
	float: left;
	margin-left: 20px;
}

.social-icon-one li:first-child {
	margin-left: 0;
}

.social-icon-one li a {
	position: relative;
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 29px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-one li a:hover {
	color: #ececec;
}
.top-right ul{
    list-style: none;
}
.overlay {
    background-color: rgb(0 0 0 / 36%);
    width: 100%;
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}
.slider-info-wrap {
    position: relative;
    z-index: 20;
    width: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item {
    float: left;
    width: 25%;
    height: 60px;
    position: relative;
    z-index: 1;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 60px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    width: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    line-height: 1;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price,
        .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp {
    font-size: 22px;
    display: inline-block;
    width: 49%;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price span,
          .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp span {
    color: #e76d03;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp {
    text-align: right;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
    margin-top: 30px;
    line-height: 1.55;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 13px;
    display: inline-block;
    padding-left: 20px;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price {
    font-size: 13px;
    color: #ffffff;
    line-height: 58px;
    display: block;
    float: right;
    margin-right: 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price span {
    color: #ed6403;
    font-size: 18px;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .button {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    font-size: 13px;
    color: #ed8b03;
    border: 1px solid #ed8b03;
    padding: 1px 10px;
    margin-right: 10px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
}

.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .button:hover {
    color: #ffffff;
    background: #ed8b03;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media {
    padding-top: 60%;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text .info-price,
        .slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text .info-temp, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text .info-price,
        .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text .info-temp {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text p.info-text, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text p.info-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    color: white;
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title .price, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title .price {
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title .button, .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title .button {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1400px) {
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 12px;
    }
}

@media (max-width: 1200px) {
    .slider-info-wrap .slider-info-content .slider-info-item {
        width: 50%;
    }

    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 30px;
    }
}

@media (max-width: 698px) {
    .slider-info-wrap .slider-info-content .slider-info-item {
        width: 100%;
    }

    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 5px;
    }
}
.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.3);
    position: absolute;
    right: 15%;
    /* top: 130px; */
    left: 15%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
}
.custom-search-input-2 .form-group {
    margin: 0;
}
.custom-search-input-2 input {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
}
.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}
.custom-search-input-2 input[type='submit'] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 400;
    font-size: 19px !important;
    font-size: 0.875rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #ed8b03;
}
.form-top {
    position: relative;
    bottom: 17em;
}
.single-popular-tour {
    padding: 5px;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 3px 3px 15px #888;
    margin-top: 0;
}

.popular-tour-image {
	position: relative;
	overflow: hidden;
}

.popular-tour-image {
	background: #111 none repeat scroll 0 0;
	display: block;
	max-width: 100%;
	-webkit-perspective: 1200px;
	perspective: 1200px;
	-webkit-transform: translate3d(0px, 0px, 300px);
	transform: translate3d(0px, 0px, 300px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.popular-tour-image img {
	background: #111 none repeat scroll 0 0;
	display: block;
	width: 100%;
	overflow: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.single-popular-tour:hover img {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.popular-tour-hover {
	position: absolute;
	left: 0;
	top: 35%;
	-webkit-transform: scale(0);
	transform: scale(0);
	right: 0;
	text-align: center;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	padding: 15px;
}

.single-popular-tour:hover .popular-tour-hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-popular-tour:hover .popular-tour-image img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.popular-tour-hover ul {
	text-align: center;
}

.popular-tour-hover ul li {
	display: inline-block;
}

.popular-tour-hover ul li a {
	display: block;
	background: #fff none repeat scroll 0 0;
	color: #1EC8E7;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 15px
}

.tour-desc-top {
	padding: 15px;
}

.tour-desc-top h3 {
	color: #505050 !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0px;
	display: inline-block;
	/* text-align: center; */
	margin-bottom: 2px;
}

.tour-desc-top h3 a {
	color: #333;
}

.tour-desc-top h3 a:hover {
	color: #0a57a4;
}

.tour_duration {
	margin-top: 9px;
}

.tour_duration p {
    color: #454648;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
}

.tour_duration p i {
	color: #0a57a4;
	margin-right: 5px;
}

.tour-desc-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2px;
}

.tour_feature {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: right;
}

.tour-rating {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tour-rating ul {
	text-align: left;
	padding: 0;
	margin-bottom: 0;
}

.tour-rating ul li {
	display: inline-block;
	font-size: 17px;
	margin: 0;
	line-height: 20px;
}

.tour-rating ul li i {
	color: #ffa11a;
}

.tour_feature a {
    display: inline-block;
    width: 35px;
    height: 32px;
    line-height: 47px;
    text-align: center;
    background: #70b23a none repeat scroll 0 0;
    font-size: 0px;
    border-radius: 5px;
    color: #fff;

}

.tour_feature a:hover {
	background: #70b23a none repeat scroll 0 0;
}

.tour-desc-bottom {
	padding: 5px;
	border-top: 1px solid #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tour-desc-price {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.tour-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tour-desc-price p {
	color: #111;
	font-weight: 600;
	font-size: 18px;
	position: relative;
	display: inline-block;
    font-family: 'Roboto', sans-serif;
	margin-bottom: 0;
}

.tour-details a {
    display: inline-block;
    padding: 6px 12px;
    background: #ed8b03 none repeat scroll 0 0;
    color: #fff;
    border-radius: 25px;
    text-transform: capitalize;
    font-weight: 400;
}

.tour-details a i {
	margin-right: 5px
}

.tour-details a:hover {
	background: #70b23a none repeat scroll 0 0
}
.single-destination {
	margin-top: 30px
}

.destination-image {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	z-index: -1
}

.destination-image img {
	width: 100%
}

.destination-image:after {
	background: -webkit-linear-gradient(bottom, rgba(4, 4, 4, 0.9), rgba(1, 1, 1, 0));
	background: linear-gradient(to top, rgb(4, 4, 4), rgba(1, 1, 1, 0));
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.destination-title {
	position: absolute;
	bottom: 20px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.destination-title h3 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
	letter-spacing: 0px;
	display: block;
	text-align: center;
}
.single-choose {
	padding: 40px 20px;
	background: #fff none repeat scroll 0 0;
	border-radius: 5px;
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	text-align: center;
	margin-top: 30px;
	position: relative
}

.choose-image {
	margin-bottom: 20px;
	text-align: left;
}

.choose-image img {
	width: 70px;
}

.choose-desc {
	overflow: hidden;
	text-align: left;
}

.single-choose>p {
	position: absolute;
	right: 10%;
	font-size: 60px;
	font-weight: 900;
	color: #666;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    font-family: 'Roboto', sans-serif;
	top: 10%;
	line-height: 60px;
}

.choose-desc h3 {
	color: #111;
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 0px;
	display: inline-block;
	margin-bottom: 10px;
}
#why-choose-us{
    background: transparent url(../images/testimonial.jpg) no-repeat center center/cover;
    position: relative;
    background-attachment: fixed;
}
.footer {
	padding: 60px 0 50px;
	background-color: #000000;
}
.copyright_text{
	color: #727272;
}
.foot-logo{
	margin-bottom: 10px;
}
.foot-logo img{
	width: 120px;
}
.footer .fot-title{
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}
.footer ul{
	list-style-type: none;
	padding: 0;
}
.footer ul li{
	line-height: 32px;
}
.footer ul li a{
	font-weight: 600;
	color: #727272;
}

.footer .copyright{
	padding-top: 30px;
}
.footer .copyright p{
	margin-bottom: 0;
	font-weight: 600;
}
.footer a{
	transition: .5s;
}
.footer a:hover,
.footer a:focus{
	color: #f05942;
}
.tour_feature i {
    font-size: 22px;
}
.hotel-item-list:hover {
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid #ff9800;
}

.hotel-item-list {
    position: relative;
    margin: 0 0 20px;
    background: #FFF;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #DEDEDE;
    transition: all .35s ease-in-out;
    padding: 20px;

}

.hotel-item-list .image {
    width: 250px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    background-size: cover;
    background-position: center center;
}

.hotel-item-list .content {
    padding: 5px 2px 0;
}

.hotel-item-list .heading {
    margin: 0 0 8px;
}

.hotel-item-list .heading h4 a {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 10px;
    margin: 0 0 0px;
    font-weight: 700;
    color: #585858;
}

p:last-child {
    margin-bottom: 0;
}

.hotel-item-list .star-rate {
    float: left;
    margin-top: 5px;
}
.result-search-form-wrapper {
    /* background: #303030; */
    color: rgba(255, 255, 255, 0.7);
}

.result-search-form-wrapper h3 {
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    margin: 5px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 14px 20px;
}

.result-search-form-wrapper>.inner {
    padding: 10px 0px;
}

.form-icon,
.form-icon-right {
    position: relative;
}

.result-search-form-wrapper label {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
    margin: 0 0 5px;
}

.result-search-form-wrapper .form-control {
    border-color: #FFF;
    font-size: 11px;
    padding: 10px;
}

.form-icon-right .form-control {
    padding-right: 28px;
    margin-bottom: 0;
}

.form-icon-right i {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #999;
}

.form-group {
    margin-bottom: 10px;
}
.filter-list.overflow {
    height: 180px;
    overflow-y: scroll;
}

.filter-list li label {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    width: 100%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: 400;
}

.filter-list li:hover label {
    color: #0288D1;
}

.filter-list li label input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    left: 0;
}

.filter-list li label span::before {
    width: 16px;
    height: 16px;
    content: "";
    border: 1px solid #9E9E9E;
    position: absolute;
    left: 0;
    top: 5px;
}

.filter-list li label span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cpath fill='%23409cd1' d='M0.543 5.647c0-3.119 2.531-5.647 5.65-5.647h19.309c3.12 0 5.65 2.511 5.65 5.647v20.705c0 3.119-2.531 5.647-5.65 5.647h-19.309c-3.12 0-5.65-2.511-5.65-5.647v-20.705zM5.313 17.587l7.039 6.839 13.831-13.439-2.636-2.561-10.929 10.62-4.442-4.317-2.862 2.858z'/%3E%3C/svg%3E");
    transform: scale(0);
    transition: all 0.2s ease-in-out;
}

.filter-list li label span {
    padding-right: 30px;
}

.filter-list li label input[type='checkbox']:checked+span::before {
    background-color: transparent;
    border-color: transparent;
}

.filter-list li label input[type='checkbox']:checked+span::after {
    transform: scale(1);
    transition: all 0.2s ease-in-out;
}

.filter-list li label .count {
    float: right;
    font-weight: 700;
    color: #bdbdbd;
    font-size: 12px;
}

.group-title {
    font-size: 14px;
    color: #1A2B48;
    line-height: 23px;
    margin: 0;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}
.hotel-item-list .star-rate {
    float: left;
    margin-top: 5px;
}

.rated-40 {
    background-position: -14px 0;
}

.star-rate {
    width: 85px;
    height: 14px;
    display: block;
    background: url(../images/star-rating.html) 0 0 no-repeat;
    margin: 0;
    margin-top: -2px;
}

.mr-10 {
    margin-right: 10px !important;
}

.hotel-item-list .short-info {
    line-height: 1.5;
    margin-bottom: 12px;
    text-align: left;
    font-size: 13px;
    color: #616161;
}

.hotel-item-list .absolute-bottom {
    border-top: 1px solid #E8E8E8;
    padding: 12px 15px;
    padding-left: 0;
    line-height: 1;
}

.mh-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}


a.tripadvisor-module {
    text-decoration: none;
    line-height: 22px;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.tripadvisor-module .texting {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 2px;
    color: #D60D45;
}

.block {
    display: block;
}

.hotel-item-list .price .number {
    font-weight: 500;
    font-size: 20px;
    color: #005294;

}

.hotel-item-list .btn-sm {
    padding-left: 30px;
    padding-right: 30px;
}

.absolute-bottom i {
    margin-right: 5px;
    color: #70b23a;
}

.price-wrapper {
    text-align: center;
}

.absolute-bottom p {
    font-weight: 600;
    color: #70b23a !important;
}

.border-left {
    border-left: 1px solid #e6e1e1;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 221px;
}
.star-rating i {
    font-size: 14px;
    color: #ed8b03 !important;
    padding: 0 2px 0 0;
}

.star-rating {
    padding-top: 5px;
    display: -webkit-box;
}
.hotel-item-list .heading h4 a:hover {
    font-size: 17px;
    text-transform: uppercase;
    line-height: 10px;
    margin: 0 0 0px;
    font-weight: 700;
    color: #70b23a;
}
.bookinginfo .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    opacity: .7;
}

.tripinfo h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.tripinfo p {
    width: auto;
    color: #333;
    font-size: 15px;
    margin: 0 0 10px;
    line-height: normal;
}

.price-section small:not(.pp) {
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #484848;
    font-weight: 400;
}

.price-section p.price {
    color: #242424;
    font-weight: 700;
    font-size: 24px;
    padding: 0;
    margin: 0;
}

.price-section small.pp {
    font-size: 13px;
    color: #000;
}

.tripinfo .btn {
    margin-right: 0;
}

.tripinfo {
    border: 1px solid #e0e0e0;
    padding: 7px;
}
.price-wrapper {
    text-align: center;
}

.price-wrapper .btn.btn-sm
{
    display: block;
    margin:0px;
    padding-left:0px;
    padding-right:0px;
}
.price-wrapper .btn.btn-sm:last-child
{
    margin-top:10px;
}
.price.noPrice {
    font-size: 14px;
    font-weight: 600;
    color: #323030;
}
.star-rating p {
    color: #616161;
}
.quick_contact {
    text-align: center;
    padding: 25px 15px;
    background: #ed8503 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 0 1px #000000a1;
}
#breadcrumb {
    background-image: url(../images/parallax-top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.title-box .page-title-heading {
    position: relative;
}
.title-box .page-title-heading h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    padding-left: 25px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.title-box .page-title-heading .title:before {
    background-color: #70b23a;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 6px;
}
.breadcrumb-wrapper a {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
}
.breadcrumb-wrapper span {
    color: #d6d6d6;
}
.ttm-page-title-row {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
}
#packageHeading {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #444343;
}
#accordion .card-header {
    padding: 2px;
}
#accordion .card-header a {
    font-size: 17px;
    font-weight: 600;
    color: #002d56;
    text-transform: capitalize;
}
.services-info {
    margin-bottom: 30px;
    padding: 30px;
    box-shadow: 1px 3px 6px #999;
    border-radius: 10px;
}

.services-info i {
    font-size: 40px;
    width: 60px;
    color: #70b23a;
}

.services-info h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 8px;
    color: #313131;
}

.services-info p {
    margin: 0;
}

.quick_contact p {
    color: white;
}
.detail-content-sticky-nav {
    padding: 17px 17px;
    background-color: white;
    margin: 10px 0;
    border: 1px solid #e4e4e4;
}
.featured-icon-simple-wrapper {
    padding: 12px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(204, 204, 204, 0.69);
    /* margin-bottom: 5px; */
}
.featured-icon-simple-item {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    color: #AAA;
    padding: 0 10px;
}
.featured-icon-simple-item .icon {
    font-size: 18px;
    display: inline-block;
}
.featured-icon-simple-wrapper {
    padding: 8px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(204, 204, 204, 0.69);
    /* margin-bottom:5px; */
}

.featured-icon-simple-item {
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.5;
    color: #6f6f6f;
    padding: 0 10px;
}

.featured-icon-simple-item .icon {
    font-size: 18px;
    display: inline-block;
    color: #717171 !important;
}

.featured-icon-lg {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
}

.featured-icon-lg .icon {
    font-size: 64px;
    color: #FE8800;
}

.featured-icon-lg h3 {
    line-height: 1.1;
    margin: 20px 0 15px;
    letter-spacing: 0.5px;
}

.featured-list-in-box {
    line-height: 1.2;
    background: rgba(247, 247, 247, 0.48);
    /* padding: 15px; */
    /* border: 1px solid rgba(204, 204, 204, 0.49); */
}

.featured-list-in-box ul li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.featured-list-in-box ul li:last-child{border: none; margin-bottom: 0px;}

.featured-list-in-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.featured-list-in-box ul li + li {
    margin-top: 15px;
}

.featured-list-in-box ul li .space {
    letter-spacing: 0.5px;
}

ul.featured-list-with-h {
    margin-top: 6px;
}

ul.featured-list-with-h li {
    line-height: 1.2;
    padding: 10px 0;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #DDD;
}

ul.featured-list-with-h li h5 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    line-height: 1.2;
}

ul.featured-list-with-h li h5 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-top: -6px;
}

ul.featured-list-with-h.no-last-bb li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.featured-icon-circle-sm-wrapper {
    margin-top: -10px;
}

.featured-icon-circle-sm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FE8800;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.featured-icon-circle-sm .icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #FE8800;
    color: #FFF;
    line-height: 32px;
    margin: 2px;
    font-size: 24px;
}

.featured-icon-circle-sm.no {
    position: relative;
    border-color: #999;
}

.featured-icon-circle-sm.no:after {
    content: "";
    position: absolute;
    top: 18px;
    left: -3px;
    width: 46px;
    height: 4px;
    background: #EE001A;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.featured-icon-circle-sm.no .icon {
    background: none;
    color: #333;
}
.text-box-h-bb {
    border-bottom: 1px dashed #E6E6E6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.text-box-h-bb h4 {
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.2;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0px;
}
a.list-group-item.list-group-item-success {
    background: transparent;
    border-radius: 0px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(204, 204, 204, 0.6);
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
.list-group.panel .pull-left h5 {
    float: left;
    background: #70b23a;
    padding: 4px 18px;
    margin-right: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.list-group.panel .pull-left h5 span {
    font-size: 28px;
    display: block;
}
/*.list-group.panel h4 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 17px;
    color: #333333;
}*/
.list-group.panel h4 {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 17px;
    color: #ffffff;
    background-color: #70b23a;
    padding: 15px;
    text-align: center;
}
a.list-group-item.list-group-item-success i {
    color: #fff7f7;
    position: absolute;
    top: 28%;
    font-size: 20px;
    right: 2%;
}
.news-section {
	position: relative;
	padding: 100px 0 60px;
}

.news-block {
	position: relative;
	margin-bottom: 40px;
}

.news-block .inner-box {
	position: relative;
}

.news-block .image-box {
	position: relative;
}

.news-block .image-box .image {
	position: relative;
	margin-bottom: 0;
	overflow: hidden;
}

.news-block .image-box .icon-box {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	background-color: #252525;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .image-box:hover .icon-box {
	background-color: #f8b546;
}

.news-block .image-box .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -45px;
}

.news-block .image-box .owl-nav .owl-next,
.news-block .image-box .owl-nav .owl-prev {
	position: absolute;
	width: 25px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 17px;
	color: #ffffff;
	font-weight: 400;
	background-color: rgba(0, 0, 0, .80);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .image-box .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.news-block .image-box .owl-nav .owl-next:hover,
.news-block .image-box .owl-nav .owl-prev:hover {
	color: #222222;
	background-color: rgba(255, 255, 255, 0.80);
}

.news-block .image-box .image img {
	display: block;
	width: 100%;
	height: auto;
}

.news-block .lower-content {
	position: relative;
	padding: 24px 0 0;
}

.news-block .lower-content .post-info {
	position: relative;
	margin-bottom: 10px;
}

.news-block .lower-content .post-info li {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	padding-right: 13px;
	margin-right: 13px;
}

.news-block .lower-content .post-info li:before {
	position: absolute;
	right: -4px;
	top: 0;
	font-size: 14px;
	line-height: 24px;
	color: #777777;
	font-weight: 400;
	content: "|";
}

.news-block .lower-content .post-info li:last-child:before {
	display: none;
}

.news-block .lower-content h3 {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 20px;
}

.news-block .lower-content h3 a {
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content h3 a:hover {
	color: #f8b546;
}

.news-block .lower-content .text {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 25px;
}

.news-block .lower-content .link-box {
	position: relative;
}

.news-block .lower-content .link-box a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #f8b546;
	text-transform: uppercase;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .lower-content .link-box a:hover {
	color: #222222;
}

.news-block .lower-content .link-box a i {
	margin-left: 5px;
}

.news-section .form-column {
	position: relative;
	margin-bottom: 40px;
}

.news-section .form-column .inner-column {
	position: relative;
	padding: 20px 20px 20px;
	overflow: hidden;
	background-color: #222222;
}

.news-section .form-column .inner-column:before {
	/* position: absolute; */
	/* left: 2px; */
	/* display: block; */
	/* bottom: 1px; */
	/* content: "\f1a7"; */
	font-family: 'Flaticon';
	font-size: 130px;
	color: #ffffff;
	opacity: 0.10;
}

.subscribe-form {
	position: relative;
	margin-bottom: 20px;
}

.subscribe-form h3 {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

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

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea,
.subscribe-form .form-group select {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	padding: 10px 12px;
	width: 100%;
	/* height: 40px; */
	border-radius: 0px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
	padding: 15px 30px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	border: 1px solid transparent;
	border-radius: 0;
	border-radius: 50px;
}

.news-section .form-column .call-us {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-family: "Archivo", sans-serif;
}

.news-section.alternate {
	background-color: #f5f5f5;
}

.news-section.alternate .sec-title {
	margin-bottom: 60px;
}

.news-section .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -45px;
}

.news-section .owl-next,
.news-section .owl-prev {
	position: absolute;
	top: 0px;
	left: -130px;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	border: 1px solid #222222;
	font-size: 14px;
	line-height: 38px;
	color: #222222;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-section .owl-next {
	left: auto;
	right: -130px;
}

.news-section .owl-next:hover,
.news-section .owl-prev:hover {
	background-color: #222222;
	color: #ffffff;
}

.news-section .news-block .owl-next,
.news-section .news-block .owl-prev {
	border-radius: 0;
	position: absolute;
	width: 25px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 17px;
	color: #222222 !important;
	font-weight: 400;
	background-color: rgba(255, 255, 255, .70) !important;
}

.news-section .news-block .owl-prev {
	left: 0;
}

.news-section .news-block .owl-next:hover,
.news-section .news-block .owl-prev:hover {
	background-color: rgba(255, 126, 0, .70) !important;
	color: #ffffff !important;
}
.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
	color: white;
	padding: 15px 30px;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
	border: 1px solid transparent;
	border-radius: 0;
	border-radius: 50px;
	background-color: #70b23a;
}

.news-section .form-column .call-us {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-family: "Archivo", sans-serif;
}
ul.list-with-icon li i {
    position: absolute;
    top: 0;
    left: 0;
}
ul.list-with-icon li {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    margin: 15px 0;
}
.sidebar-dt, .sidebar-dt-social {
    /* border: 1px solid #eee; */
    /* display: inline-block; */
    /* width: 100%; */
    /* padding: 10px 0; */
}
.sidebar-dt p {
    margin-bottom: 0px;
}
.sidebar-dt span {
    color: #FF9800;
    font-size: 17px;
    font-weight: bold;
}

.font-lg {
    margin-bottom: 20px;
}
.detail-content-sticky-nav iframe {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 1px #b9b7b7;
}
.featured-list-in-box h4 {
    /* padding-bottom: 15px; */
}
.with-heading h6 {
    font-size: 13px;
    font-weight: 500;
}
.font-lg {
    margin-bottom: 20px;
    /* font-family: 'Oswald'; */
    color: #404040;
}
.details-top h2 {
    /* font-family: 'Oswald'; */
    color: #383737;
    padding: 9px 8px;
    font-size: 24px;
    text-transform: capitalize;
}
.pkg-formHeading {
    padding: 9px 0 8px;
    background-color: #70b23a;
    border-bottom: 1px solid rgba(186,206,220,.35);
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    /* text-transform: uppercase; */
    /* text-shadow: 0 0 1px #0000005c; */
    letter-spacing: 1px;
}
.pkg-formHeading h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.pkg-form {
    box-shadow: 0 0 2px #00000073;
}
.widget-title {
    color: #3c3c3c;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    font-size: 20px;
}
.media-body span {
    color: #3c3c3c;
    font-size: 17px;
    font-weight: bold;
}
.media .feather {
    color: #70b23a;
}

.contact-page-section {
	position: relative;
	padding: 100px 0 50px;
}

.contact-page-section .column {
	position: relative;
	margin-bottom: 50px;
}

.contact-page-section .sec-title h2 {
	font-size: 30px;
}

.contact-page-section .contact-form {
	padding-right: 0;
	margin: 0;
}

.contact-page-section .contact-form .form-group input[type=submit],
.contact-page-section .contact-form .form-group button {
	margin-top: 20px;
}

.contact-page-section .text {
	position: relative;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 30px;
}

.contact-page-section .contact-info {
	position: relative;
	margin-bottom: 0px;
}

.contact-page-section .contact-info li {
	position: relative;
	padding-left: 70px;
	font-size: 14px;
	line-height: 24px;
	color: #3e3e3e;
	font-weight: 600;
	margin-bottom: 30px;
}

.contact-page-section .contact-info li .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 36px;
	line-height: 1.4em;
	color: #bbbbbb;
}

.contact-page-section .contact-info li strong {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #002121;
	font-weight: 700;
	margin-bottom: 5px;
}

.contact-page-section .contact-info li a {
	color: #3e3e3e;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-page-section .contact-info li a:hover {
	color: #f8b546;
}

.social-icon-three {
	position: relative;
	display: block;
}

.social-icon-three .title {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #002121;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
	margin-bottom: 20px;
}

.social-icon-three li {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #002121;
	margin-right: 22px;
}

.social-icon-three li:last-child {
	margin-right: 0;
}

.social-icon-three li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #002121;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.MAP {
    background-color: #ffffff;
    position: relative;
    padding: 10px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}
.social-icon-two li a:hover {
	color: #f8b546;
}
.subscribe-form {
	position: relative;
	margin-bottom: 20px;
}

.subscribe-form h3 {
	position: relative;
	font-size: 30px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

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

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea,
.subscribe-form .form-group select {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	padding: 10px 12px;
	width: 100%;
	/* height: 40px; */
	border-radius: 0px;
	background-color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
	padding: 15px 30px;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	border: 1px solid transparent;
	border-radius: 0;
	border-radius: 50px;
}

.news-section .form-column .call-us {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-family: "Archivo", sans-serif;
}

.news-section.alternate {
	background-color: #f5f5f5;
}

.news-section.alternate .sec-title {
	margin-bottom: 60px;
}

.news-section .owl-nav {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin-top: -45px;
}

.news-section .owl-next,
.news-section .owl-prev {
	position: absolute;
	top: 0px;
	left: -130px;
	height: 40px;
	width: 40px;
	background-color: #ffffff;
	border: 1px solid #222222;
	font-size: 14px;
	line-height: 38px;
	color: #222222;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-section .owl-next {
	left: auto;
	right: -130px;
}

.news-section .owl-next:hover,
.news-section .owl-prev:hover {
	background-color: #222222;
	color: #ffffff;
}

.news-section .news-block .owl-next,
.news-section .news-block .owl-prev {
	border-radius: 0;
	position: absolute;
	width: 25px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 17px;
	color: #222222 !important;
	font-weight: 400;
	background-color: rgba(255, 255, 255, .70) !important;
}

.news-section .news-block .owl-prev {
	left: 0;
}

.news-section .news-block .owl-next:hover,
.news-section .news-block .owl-prev:hover {
	background-color: rgba(255, 126, 0, .70) !important;
	color: #ffffff !important;
}
.subscribe-form .form-group input[type="submit"],
.subscribe-form button {
	color: white;
	padding: 15px 30px;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 30px;
	border: 1px solid transparent;
	border-radius: 0;
	border-radius: 50px;
	background-color: #70b23a;
}

.news-section .form-column .call-us {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-family: "Archivo", sans-serif;
}
ul.list-with-icon li i {
    position: absolute;
    top: 0;
    left: 0;
}
ul.list-with-icon li {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    margin: 15px 0;
}
.sidebar-dt, .sidebar-dt-social {
    /* border: 1px solid #eee; */
    /* display: inline-block; */
    /* width: 100%; */
    /* padding: 10px 0; */
}
.sidebar-dt p {
    margin-bottom: 0px;
}
.sidebar-dt span {
    color: #FF9800;
    font-size: 17px;
    font-weight: bold;
}

.font-lg {
    margin-bottom: 20px;
}
.detail-content-sticky-nav iframe {
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 1px #b9b7b7;
}
.featured-list-in-box h4 {
    /* padding-bottom: 15px; */
}
.with-heading h6 {
    font-size: 13px;
    font-weight: 500;
}
.font-lg {
    margin-bottom: 20px;
    /* font-family: 'Oswald'; */
    color: #404040;
}
.details-top h2 {
    /* font-family: 'Oswald'; */
    color: #383737;
    padding: 9px 8px;
    font-size: 24px;
    text-transform: capitalize;
}
.pkg-formHeading {
    padding: 9px 0 8px;
    background-color: #003b76;
    border-bottom: 1px solid rgba(186,206,220,.35);
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    /* text-transform: uppercase; */
    /* text-shadow: 0 0 1px #0000005c; */
    letter-spacing: 1px;
}
.pkg-formHeading h4 {
    color: #fff;
    margin: 0;
    font-size: 18px;
}
.pkg-form {
    box-shadow: 0 0 2px #00000073;
}
.widget-title {
    color: #3c3c3c;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    font-size: 20px;
}
.media-body span {
    color: #3c3c3c;
    font-size: 17px;
    font-weight: bold;
}
.media .feather {
    color: #70b23a;
}
.nav.nav-tabs {
    /* float: left; */
    display: block;
    /* margin-right: 20px; */
    /* border-bottom:0; */
    /* border-right: 1px solid #ddd; */
    /* padding-right: 15px; */
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #ffffff9c;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #70b23a !important;
    border-color: transparent !important;
}
.nav-tabs .nav-link {
    border: 1px solid #c7c7c7ad;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
}
.tab-pane .card-header h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #3c3c3c;
    /* text-shadow: 0 0 0px black; */
}
footer {
    clear: both;
}

footer img {
  
margin-bottom: 2%;
  
height: 60px;
}

.footer-bottom {
    padding: 0px 0;
}

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

.footer-social i {
    font-size: 22px;
}

.footer-social a {
    margin: 0 25px;
    display: inline-block;
}

.footer-social a:first-child {
    margin-left: 0
}

.footer-social a:last-child {
    margin-right: 0
}

.footer-social a i {
    color: #575757;
}

.footer-social a:hover i {
    color: #868686
}
.cover-background {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.opacity-light {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 1;
    top: 0;
    left: 0;
}
.bg-dark-blue {
    background: #1e2126 !important;
}
.footer-heading {
    margin-bottom: 18px;
    padding-bottom: 12px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.2);
    font-weight: 600;
    color: rgba(255,255,255,1);
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}
.footer-heading::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    bottom: 0;
}
.footer-list {
    padding-top: 10px;
}
.footer-list li:before {
    font-family: FontAwesome;
    content: "\f101";
    margin-right: 10px;
    color: #a7a7a7;
}
.footer-list li a {
    color: #a8adb3;
    line-height: 28px;
}
.position-relative {
    position: relative!important;
    z-index: 5;
}
.mailchimp-inputbox {
    height: 45px;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-bottom: 8px;
}
.mailchimp-inputbox i {
    position: absolute;
    left: 10px;
    top: 9px;
    opacity: .9;
    font-size: 14px;
    z-index: 1;
}
.mailchimp-inputbox input[type="email"] {
    background-color: #fff;
    width: 76%;
    border: 1px solid #e4e4e4;
    color: #5d6576;
    font-size: 13px!important;
    padding-left: 30px;
    float: left;
}
#btnnewsletter {
    width: 65px;
    background-color: #ed8b03;
    border: #ed8b03;
    height: 34px;
    color: white !important;
    font-size: 16px;
    cursor: pointer;
}
.companyBranch {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(255,255,255,1);
    padding-top: 10px;
}
.about-footer p {
    font-size: 13px;
    line-height: 26px;
    /* text-align: justify; */
    padding-right: 33px;
}
.padding-four {
    padding: 10px !important;
}
.light-gray-text {
    color: #ababab !important;
}
.blog-section .card-body h2 {
    font-size: 18px;
    padding: 10px 0 0;
    color: black;
}

.home-service .service-icon i {
    font-size: 30px;
    color: #ed8b03;
    border: 3px solid #ed8b03;
    padding: 15px;
    margin: 15px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.home-service {
    text-align: center;
}
.home-service h5 a:hover {
    color: #000;
}
li.nav-item.bn-btn a {
    background-color: #ff7e10;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.js_fixedcontent.stick .navbar .navbar-nav > li.bn-btn > a, .js_fixedcontent.stick .navbar-lang a {
    color: #fff;
}

@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*query form popup*/
.panel {
    border-radius: 4px;
    padding: 1rem;
    margin-top: 0.2rem;
    background-color: #fff;
    color: #323B40;
  }
  .panel.panel-blue {
    background-color: #E0F5FF;
    color: #00A5FA;
  }
  .panel.panel-big-height {
    min-height: 150px;
  }
  
  .item {
    border-radius: 4px;
    padding: 0.5rem;
    margin: 0.2rem;
  }
  .item.item-blue {
    background-color: #B9E5FE;
    color: #00A5FA;
  }
  .item.item-green {
    background-color: #B7E0DC;
    color: #019888;
  }
  .item.item-lime {
    background-color: #C7E8C8;
    color: #42B045;
  }
  .item.item-yellow {
    background-color: #FFEEBA;
    color: #FF9901;
  }
  .item.item-pink {
    background-color: #FABAD0;
    color: #EF075F;
  }
  .item.item-red {
    background-color: #FEC9C6;
    color: #FD3D08;
  }
  .item.item-big-width {
    min-width: 380px;
  }
  
  .payment-form {
    margin: auto;
    max-width: 600px;
    padding: 40px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 1px 3px 6px #ccc;
}

.about-img {
    position: relative;
}
.about-img img {
    width: 100%;
}
.flight-img {
    animation: MoveUpDown 5s linear infinite;
    position: absolute;
    top: 50%;
    left: 20%;
}

@keyframes MoveUpDown {
    0%, 100% {
        top: 40%;
    }
    50% {
        top: 50%;
        left: 40%;
    }
  }

.package-select-btn {
    padding: 15px;
}

span.navbar-toggler-icon i {
    font-size: 28px;
}


@media (max-width:500px){

.header-top {
    display: none;
}
#demo .carousel-caption h1 {
    font-size: 24px;
}
.section-title {
    font-size: 20px;
}
.section-header::after {
    top: 40px;
}
.navbar .navbar-nav > li {
    border-top: 1px solid #ccc;
}
.navbar-brand img {
    height: 70px;
    padding: 10px;
}
.single-popular-tour {
    margin-bottom: 25px;
}
p.about {
    line-height: 30px !important;
    font-size: 1rem !important;
}
.title-box .page-title-heading h1 {
    font-size: 24px;
    line-height: 50px;
    padding-left: 18px;
}
.list-group.panel h4 {
    font-size: 12px;
    cursor: pointer;
}
p {
    font-size: 12px;
}
.list-group.panel .pull-left h5 span {
    font-size: 22px;
}
.list-group.panel .pull-left h5 {
    font-size: 13px;
}
.tour-desc-top h3 {
    font-size: 16px;
}
.tour-details a {
    font-size: 12px;
}
.tour-desc-price p {
    font-size: 14px;
}
.choose-desc h3 {
    font-size: 18px;
}
#packageHeading {
    margin-top: 25px;
}
.center-block {
    width: 100%;
}


}
