@font-face {
    font-family: Poppins, sans-serif;
    src: url(../fonts/Poppins-Regular.ttf) format('truetype')
}

html,
body {
    margin: 0;
    font-size: 100%;
    color: #000!important;
    font-family: 'Poppins', sans-serif;
    background: #fff
}

body {
    overflow-x: hidden;
    color: #000!important
}

body a {
    text-decoration: none!important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
}

a:hover {
    text-decoration: none
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;text-transform: uppercase;
    color: #0720a6!important
}

p {
    margin: 0;
    font-size: 14px;
    color: #000!important
}

ul {
    margin: 0;
    padding: 0
}

label {
    margin: 0
}

header {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

img {
    width: 100%
}

.carousel-indicators li {
    cursor: pointer
}

.pull-right {
    float: right
}
@media(max-width:420px) {
   .daytours_box .price_sctn-1{
        
        display: unset !important;
    }
    .daytours_box .price_sctn-1 small {
    color: #0720a6;
    display: inline-table;
    width: 100%;
        text-align: center;
        
}
 .daytours_box .price_sctn small{
        text-align: center;
 }
}

@media(min-width:991px) {
    .navbar {
        display: block
    }
    .navbar-expand-lg .navbar-collapse {
        text-align: right;
        float: right
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #000!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700
}

.navbar {
    margin-bottom: 0
}

.carousel-indicators li {
    background-color: #f79f00;
    width: 3px;
    border: none;
    display: block;
    margin: 20px;
    position: relative;
    right: 30px;
    height: 30px
}

.carousel-indicators .active {
    background-color: #007bb3;
    width: 3px;
    border: none;
    height: 30px;
    margin: 20px
}

.carousel-indicators {
    display: block;
    left: 30px;
    bottom: 40%;
    margin: 0;
    width: auto
}

.fade-carousel {
    position: relative;
    max-height: 840px;
    overflow: hidden
}

.fade-carousel .carousel-inner .item {
    opacity: 0;
    left: 0!important;
    -webkit-transition: opacity .7s;
    -moz-transition: opacity .7s;
    -o-transition: opacity .7s;
    transition: opacity .7s
}

.fade-carousel .carousel-inner .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.fade-carousel .carousel-indicators>li {
    background-color: #f79f00;
    width: 3px;
    border: none;
    display: block;
    margin: 20px;
    position: relative;
    right: 30px;
    height: 30px
}

.fade-carousel .carousel-indicators>li.active {
    background-color: #0720a6;
    width: 3px;
    border: none;
    height: 30px;
    margin: 20px
}

.hero {
    width:85%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.hero h1 {
    font-size: 3em;
    font-weight: 700;
    margin: 0;
	color: #03A9F4 !important;
   /*  text-shadow: 2px 2px #fff; */
    padding: 0;
	-webkit-text-stroke: 2px #fff;  
  
}
.hero h2 {
	color: #ff5900 !important;
text-shadow: 2px 2px #fff;/* 
-webkit-text-stroke: 2px #fff;  */ 
  
}

.hero h3 {
    text-shadow: 2px 2px #fff;
    font-size: 29px
}
.item img{
        height: 214px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .1);
    opacity: .7
}

.btn.btn-lg {
    padding: 10px 40px
}

.banner-carousel .slides .slide-1,
.banner-carousel .slides .slide-2,
.banner-carousel .slides .slide-3 {
    height: 515px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto
}

.slider-common {
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.fade-carousel .slides .slide-1 {
    background-image: url(../images/slider/slider-1.jpg)
}

.fade-carousel .slides .slide-2 {
    background-image: url(../images/slider/slider-2.jpg)
}

.fade-carousel .slides .slide-3 {
    background-image: url(../images/slider/slider-3.jpg)
}

.fade-carousel .slides .slide-4 {
    background-image: url(../images/slider/slider-4.jpg)
}

@media screen and (min-width:980px) {
    
    .hero:after {
    -webkit-box-shadow: 0 0 40px rgba(47, 85, 212, .5);
    box-shadow: 0 0 40px rgba(47, 85, 212, .5);
    background: linear-gradient(115deg, rgb(249, 119, 148), rgb(98 0 255 / 51%), rgb(52 152 219 / 42%));
    content: " ";
    position: absolute;
    z-index: -1;
    top: -140px;
    left: 1rem;
    text-align:center;
    width: 35rem;
    height: 35rem;
    border-radius: 20rem;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    opacity: .9;
}
    .hero h1 {
            font-size: 35px;
        font-weight: 500;
        margin: 0;
        color: #FFFFFF !important;
        /* text-shadow: 2px 2px #fff; */
        padding: 0;
        -webkit-text-stroke: .3px #fff;
        line-height: 58px;
}
    .hero {
     width: 600px;
    position: absolute;
    top: 50%;
    left: 0%;
    z-index: 3;
    color: #fff;
    text-align:center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(21%, -50%, 0);
}

   
}

@media screen and (max-width:640px) {
    .hero h1 {
        font-size: 4em
    }
}

.blue_btn {
   background:linear-gradient(115deg, rgb(8 22 102), rgb(28 1 71), rgb(21 91 138));
    color: #fff!important;
    border: 1px solid #8e3200;
    outline: none!important;
    text-shadow: none;
}

	
.orange_btn {
       background: #e01f29;
    color: #fff !important;
    border: 1px solid #e01f29;
    outline: none!important;
   
}
.Featured_tours .orange_btn {
 min-width: 150px;
}
.blue_color {
    color: #0720a6
}

.orange_color {
    color: #e01f29
}

.featured-block {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all
}

.featured-gd-top1 {
    text-align: center;
    position: relative;
  
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
.featured-gd-top2 {
    text-align: center;
    position: relative;
   /*  max-height: 400px; */
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}
@media(min-width:992px)
{
.featured-gd-top1 {   
max-height: 306px;
}
}
.featured-gd-top img {
    width: 100%
}

.featured-gd-top h4 {
    font-size: 1.5em;
    color: #fff;
    padding: .4em 1em;
    background: #0f2453;
    font-weight: 300;
    position: absolute;
    top: 9.6em;
    right: 0em
}

.price-gd-bottom {
    background: #fff;
    text-align: center;
    padding: 0;
    min-height: 115px
}

.price-selet {
    text-align: center;
    min-height: 110px;
    background: #fff;
padding: 10px 0px 0 0;
    float: left;
    width: 100%;
    margin-bottom: 1em
}

#bs-example-navbar-collapse-1 {
    padding-top: 13px
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px
}

.top_tour_packages .top_tour_gd_top {
    text-align: center;
    position: relative;
    max-height: 270px;
    overflow: hidden;
      /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    margin-bottom: 0px;
}

.price_sctn {
     /* border-top: 1px solid #ccc; */
        padding: 8px 5px;
    text-align: left;
    background: linear-gradient(115deg, rgb(249 119 148), rgb(98 0 255), rgb(52 152 219));
    margin-top:13px;
}

.price_sctn small {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px 0 0;
    width: 40%;
	    vertical-align: top;
}

.price_sctn a {
    font-size: 12px
}

.price_sctn small span {
    color:#fdf4a3
}

.price_txts {
    text-align: left;
     padding: 0em 5px 0 5px;
    min-height: 174px
}

.top_tour_-block {
    margin-bottom: 30px
}
/* 
.featured-block:hover,
.w3layouts-pricing:hover,
.w3-agileits-vpn-grid:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    z-index: 1
} */

.featured-block {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .15);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    border-top-left-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px
}

.price-selet h3 {
    font-size: 18px;
    padding-bottom: 5px
}

.price-selet h4 {
      font-size: 16px;
    /* background: #e01f29; */
    padding: 5px;
   color: #000!important;
    text-align: left;
    font-weight: 700;
}
.price-selet h4 small{
    color: #b10009;
    text-transform: initial;
    font-size: 17px;
    padding-top: 25px;
    margin-top: 11px;
    line-height: 32px;
    font-weight: 600;
}
.price_txts ul {
    list-style: none;    padding: 5px;
}

.price_txts ul li {
    font-size: 12px;
    padding-left: 20px
}
.top_tour_container .col-md-3
{
	padding:3px;
}
.price_txts ul li:before {
  font-family: 'FontAwesome';
    content: "\f192";
    position: absolute;
    left: 25px;
    color: #0c71c7;
    font-size: 10px;
    font-weight: 100;
    padding-top: 0px;
}

.Featured_tours h3 {
    padding-bottom: .5em
}

.Featured_tours p {
  /*   text-align: justify */
}

.Featured_tours {
    margin-top: -85px;
    position: relative;
    z-index: 9
}

.top_tour_packages {
   /*  background: url(../images/daytour/top-tour-bg.jpg); */
    background: #dedddd;
    clear: both;
    margin-top: 2em;
    float: left;
    width: 100%;
    background-position: center;
    padding: 2em 0 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed
}

.price_sctn .orange_btn {
    float: right
}

.top_tour_packages .col-md-3 {
    width: 100%;
    float: none
}

.navbar-default {
    background: none;
    border: none
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    /* text-transform: uppercase; */
    color: #000!important;
    background: none!important;
    font-size: 14px
}

.featured_container {
    margin-left: 0;
    padding: 0 2em
}

.featured-text-block {
    padding-top: 7em;
    margin-bottom: 30px
}

.price-selet .btn {
    font-size: 12px
}

.top_tour_packages .price-selet .btn {
    font-size: 14px
}

.head_style h2 {
    text-transform: uppercase;
    color: #000!important;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 34px
}

.partner_ad {
    clear: both;
    margin: 2em 0;
    display: inline-block;
    width: 100%
}

.banner-carousel h2,
.banner-carousel h3,
.banner-carousel h4,
.banner-carousel p {
    color: #fff!important;
    text-shadow: none
}

.banner-carousel .slide2 h3,
.banner-carousel .slide2 h4,
.banner-carousel .slide2 p {
    color: #000!important;
    text-shadow: none;
    font-weight: 700
}

.banner-carousel h2,
.banner-carousel h3,
.banner-carousel h4 {
    padding-bottom: 10px
}

.banner-carousel p {
    text-transform: initial
}

.banner-carousel .hero h2 {
    font-size: 40px;
    font-weight: 700
}

.banner-carousel .slides .slide-1 {
    background-image: url(../images/slider/banner-slider-1.jpg);
    background-position: center;
    background-attachment: fixed
}

.banner-carousel .slides .slide-2 {
    background-image: url(../images/slider/banner-slider-2.jpg);
    background-position: center;
    background-attachment: fixed
}

.banner-carousel .slides .slide-3 {
    background-image: url(../images/slider/banner-slider-3.jpg);
    background-position: center;
    background-attachment: fixed
}

.banner-carousel .hero {
    position: absolute;
    top: 50%
}

.partner_ad .carousel-indicators {
    bottom: 25%
}

.read_more_li {
    padding-left: 6px;
    color: blue!important;
    outline: none!important;
    font-size: 14px;
    font-weight: 700
}

.modal_cntnt_styles .modal-body {
    padding-top: 1em
}

.modal_cntnt_styles .price_txts ul li {
    padding-left: 3em;
    font-size: 14px
}

.modal-header .close {
    margin-top: -2px;
    color: blue;
    outline: none!important;
    opacity: 1;
    font-size: 35px
}

.latest_news_section {
    padding: 3em 0
}

.latest_news_section h2 {
    color: #000!important;
    text-align: center;
    padding-bottom: 2em
}

.comment {
    width: auto
}

.morecontent span,
.thim-click-to-bottom {
    display: none
}

.latest_news_section a {
    color: #e01f29
}

.latest_news_section ul li {
    margin-bottom: 15px
}

.index-social {
    background: #036e9e;
    color: #fff
}

.link-area .fa-li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #fff;
    list-style-type: none;
    margin: 5px;
    display: inline-block
}

.index-social a {
    color: #fff;
    padding: 10px
}

.index-link h3 {
    text-align: center;
    color: #f1f1f1;
    text-align: left
}

.index-link {
    background: linear-gradient(115deg, rgb(249 119 148), rgb(98 0 255), rgb(52 152 219));
    background-size: cover;
    padding: 2em 0;
    background-attachment: fixed;
    background-position: top
}

.index-link ul {
    padding: 0
}

.index-link ul li {
    list-style-type: none;
    display: flex
}

.index-link p {
    color: #fff!important;
    padding-bottom: 15px
}

.index-link ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: left
}

.index-link ul li a:hover {
    text-decoration: underline
}

.copy-c {
    padding-top: 10px;
    color: #fff!important;
    padding-bottom: 10px!important;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.address .fa {
    color: #f79f00;
    margin-right: 10px;
    font-size: 18px;
    margin-top: 5px
}

.address li a,
.menu li a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px
}

.index-link h3 {
    color: #fff!important;
    font-weight: 700;
    padding-bottom: 1em
}

ul.social-icons3 {
    display: block;
    padding: 0;
    margin-top: .55em
}

.social-icons3 li {
    display: inline-block!important
}

.social-icons3 li a {
    display: block;
    height: 40px;
    width: 40px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    text-align: center!important
}

.social-icons3 li a.fa.fa-facebook.icon-border.facebook {
    background: #4D669C
}

.social-icons3 li a.fa.fa-twitter.icon-border.twitter {
    background: #1da1f2
}

.social-icons3 li a.fa.fa-google-plus.icon-border.googleplus {
    background: #d34836
}

.small_daytours_bg {
    background: url(../images/slider/daytour-banner.jpg) no-repeat!important;
    min-height: 350px;
    background-size: cover!important;
    background-position: center!important;
  /*   background-attachment: fixed!important */
}

.small_bg_txts {
    padding: 8em 0 4em 0;
    color: #fff;
    text-align: center
}

.daytour_lft_bg {
    padding-top: 2em
}

.small_bg_txts h1 {
    font-size: 3em;
    text-transform: uppercase;
    color: #03A9F4 !important;
    -webkit-text-stroke: 2px #fff !important;
    text-align: center;
}

#mtbuller_tour {
    margin-top: 0px;
    background: #fff;
   /*  box-shadow: 1px 1px 10px #888; */
    width: 100%;
    overflow-x: auto;
    max-width: 1370px;
    padding-top: 0;
    padding-bottom: 1.875rem
}

.brdr_btm {
    border-bottom: 1px solid #fc5b01
}

#mtbuller_tour h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #000!important
}

.orange_clr {
    color: #ff5900 !important
}

#mtbuller_tour h6 {
    padding: 15px 0;
    font-size: 18px;
    color: #000!important
}

#mtbuller_tour .ul_style {
    list-style: none;
    padding: 0 1.5em
}

#mtbuller_tour .ul_style li {
    font-size: 14px;
    padding-bottom: 10px
}

#mtbuller_tour .ul_style li:before {
    font-family: FontAwesome;
    content: "\f05d";
    position: absolute;
    left: 5px;
    color: #0c71c7;
    font-size: 16px;
    font-weight: 100
}

.daytours_lists {
    padding: 2em 0 0;
    margin: 2em
}

.daytours_box {
    margin-bottom: 1em;
    clear: both;
    float: left;
    width: 100%
}

.daytours_lists .details {
      padding: 10px 15px;
    text-align: left;
    position: relative;
     height: 362px;
    overflow: hidden
}

.dtls_mdl_sectn {
  /*   border-top-right-radius: 10px;
    border-bottom-right-radius: 10px */
}

.dtls_mdl_sectn {
     /* background: #f7f7f7; */
    border: 1px solid #dadada;
}

.daytour_img {
    position: relative;
   /*  border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
    overflow: hidden
}

.daytours_lists .details .title {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
	
}

.details .title small {
    color: #0720a6;
}
.dtls_rgt_sectn .price
{
max-width:160px;
margin:0 auto;
}
.daytours_lists .desc {
    font-weight: 700;
  /*   width: 92% */
      border-right: 1px solid #ccc;
    height: 100%;
}

.daytours_lists .facilities {
    font-weight: 100;
    padding-left: 0
}

.facilities li {
    
    display: flex;
        font-weight: 700;
        font-size: 13px;
}

.facilities li i,
.facilities li:before {
    padding-right: 10px;
    color: green
}

.facilities li:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome
}

.facilities_optns li {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px
}

.facilities_optns img {
    max-width: 40px
}

.no-padding {
    padding: 0
}

.dtls_rgt_sectn {
   /*  background: red;  color: #fff!important;*/
    border-radius: 10px!important;
    height: auto!important;
    position: relative;
   
}

.dtls_rgt_sectn h6 {
   /*  color: #fff!important; */
    text-align: center!important;
    font-size: 18px;
    padding-bottom: 15px
}

.book_now_btn {
    margin-top: 15px
}

.daytour_img_1,
.daytour_img_2,
.daytour_img_3,
.daytour_img_4,
.daytour_img_5,
.daytour_img_6,
.daytour_img_7,
.daytour_img_8,
.daytour_img_9,
.daytour_img_10,
.daytour_img_11,
 .daytour_img_111,
  .daytour_img_112,
   .daytour_img_113,
   .daytour_img_222,
   .daytour_img_223,
.daytour_img_12 {
    background-size: cover;
       min-height: 362px;
    width: 100%;
   /*  min-width: 718px */   
    background-position: center !important;
}

.daytour_img_1 {
    background: url(../images/daytour/daytour-1.jpg) no-repeat
}

.daytour_img_2 {
    background: url(../images/daytour/daytour-2.jpg) no-repeat
}

.daytour_img_3 {
    background: url(../images/daytour/daytour-3.jpg) no-repeat
}

.daytour_img_4 {
    background: url(../images/daytour/daytour-4.jpg) no-repeat
}

.daytour_img_5 {
    background: url(../images/daytour/daytour-5.jpg) no-repeat
}

.daytour_img_6 {
    background: url(../images/daytour/daytour-6.jpg) no-repeat
}

.daytour_img_7 {
    background: url(../images/daytour/daytour-7.jpg) no-repeat
}

.daytour_img_8 {
    background: url(../images/daytour/daytour-8.jpg) no-repeat
}

.daytour_img_9 {
    background: url(../images/daytour/daytour-9.jpg) no-repeat
}

.daytour_img_10 {
    background: url(../images/daytour/daytour-10.jpg) no-repeat
}
.daytour_img_111{
       background: url(../images/tour.jpg) no-repeat
}

.daytour_img_11 {
    background: url(../images/daytour/daytour-11.jpg) no-repeat
}

.daytour_img_12 {
    background: url(../images/daytour/daytour-12.jpg) no-repeat
}
.daytour_img_112 {
    background: url(../images/112.jpg) no-repeat
}
.daytour_img_113 {
    background: url(../images/113.jpg) no-repeat
}
.daytour_img_222 {
    background: url(../images/222.jpg) no-repeat
}
.daytour_img_223 {
    background: url(../images/223.jpg) no-repeat
}
.clr-div img {
    min-height: 20px;
    /* min-width: 20px; */
    width: 37px;
}
.container-contact100 {
    width: 100%;
    min-height: 70vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f2f2f2
}

.wrap-contact100 {
    width: 1120px;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse
}

.contact100-more {
    background-attachment: fixed;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px
}

.contact100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

.contact100-form {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 56px 55px 63px 55px
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 33px
}

.contact100-form input {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    color: #000;
    min-height: 51px;
    line-height: 1.2;
    padding: 0 25px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 0
}

.form-group {
    margin-bottom: 0
}

.alert_style {
    margin-top: 20px
}

.wrap-input100 {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    border: none
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
    width: 50%
}

.rs2-wrap-input100 {
    border-left: none
}

.label-input100 {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 55px;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 0
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    padding: 0 25px;
    border: none
}

input.input100 {
    height: 55px
}

textarea.input100 {
    min-height: 139px;
    padding-top: 19px;
    padding-bottom: 15px
}

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #e01f29;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3)
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 23px
}

.contact100-form-btn {
    display: -moz-box;
    display: -ms-flexbox;
    padding: 0 20px;
    min-width: 200px;
    height: 50px;
    border-radius: 2px;
    background: #e01f29;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    border: none
}

.contact100-form-btn:hover {
    background: #333
}

.left_cntct_sctn {
 /*    width: 100%;
    max-width: 355px;
    margin: 0 auto */
	    position: absolute;
    top: 50%;
    margin-top: -185px;
    margin-left: -130px;
    background: #f79f00;
    padding: 30px;
    min-width: 385px;
    min-height: 370px;
}

.addrs_sctn {
    width: 100%;
    color: #fff;
    padding-top: 2em
}

.fa.pull-left {
    margin-right: .3em
}

address {
    margin-bottom: 20px;
    font-style: normal;
    padding-left: 15px;
    line-height: 1.42857143
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0!important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 5px
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 20px
}

.social-network a {
    background-color: #fff;
    color: red
}

.social-circle li i {
    margin: 0;
    line-height: 45px;
    text-align: center
}

.social-circle i {
    color: red;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998
}

.social-network a.icoTwitter:hover {
    background-color: #3cf
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff
}

@media (max-width:992px) {
    .item img{
        height:unset !important;
    }
    .contact100-form {
        width: 60%;
        padding: 56px 30px 63px 30px
    }
    .contact100-more {
        width: 40%
    }
}

@media (max-width:768px) {
    .daytours_lists .details{
        height:unset !important;
    }
    .contact100-form {
        width: 100%
    }
    .contact100-more {
        width: 100%
    }
    .tour_ski, .tour_ski .new-1{
        display:unset !important;
    }
    
     
   
}

@media (max-width:576px) {
    .contact100-form {
        padding: 56px 15px 63px 15px
    }
    .rs1-wrap-input100,
    .rs2-wrap-input100 {
        width: 100%
    }
    .rs2-wrap-input100 {
        border-left: 1px solid #e6e6e6;
        border-top: none
    }
}

.validate-input {
    position: relative
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s
}

.lnr-map-marker:before {
    content: "\e833"
}

.lnr-phone-handset:before {
    content: "\e830"
}

.lnr-envelope:before {
    content: "\e818"
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1
}

@media (max-width:992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1
    }
}

@media(max-width:1699px) {
    .top_tour_packages {
        padding: 5em 10em
    }
}

@media(max-width:1599px) {
    .top_tour_packages {
        padding: 2em 0 !important;
    }
}

@media(max-width:1499px) {
    .top_tour_packages {
        padding: 5em
    }
}

@media(max-width:1399px) {
    .top_tour_packages {
        padding: 5em
    }
    .fade-carousel {
        max-height: 760px
    }
    .fade-carousel .carousel-inner .item {
        height: initial
    }
    .price_txts {
           min-height: 208px;
    }
}

@media(max-width:1299px) {
    .top_tour_packages {
        padding: 3em 1em
    }
    .fade-carousel {
        max-height: 660px
    }
    .slider-common {
        height: 660px
    }
    .price_txts {
        min-height: 145px
    }
    .daytours_lists .details,
    .daytours_box .daytour_img div {
        height: 340px
    }
    .facilities_optns li p {
        font-size: 12px
    }
}


@media(max-width:500px) {
.btn {
    display: inline-block;
    padding: 10px 16px;
    margin: 14px;
}
}





@media(max-width:400px) {

.container-fluid > .navbar-header{
        display: flex;
    flex-direction: row-reverse;
}
}





@media(max-width:1199px) {
    .top_tour_packages {
        padding: 2em
    }
    .price-selet h3 {
        font-size: 16px
    }
    .price-gd-bottom {
        min-height: 110px
    }
    .top_tour_packages .top_tour_gd_top {
        max-height: 200px
    }
    .facilities li {
        font-size: 13px!important
    }
    .facilities_optns li p {
        font-size: 11px
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px;
    }
    .price_txts {
    min-height: 160px;
    }
}

@media(max-width:991px) {
    .top_tour_packages .top_tour_gd_top {
        max-height: 400px
    }
    .fade-carousel {
        max-height: 500px
    }
    .slider-common {
        height: 500px
    }
    .hero h1 {
        font-size: 31px;
    }
	.hero h2
	{
	font-size: 22px;
	}
    .hero h3 {
        font-size: 20px
    }
    .partner_ad .carousel-indicators {
        bottom: 11%
    }
    .banner-carousel .hero h2 {
        font-size: 28px
    }
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
    .daytour_img_111,
    .daytour_img_112,
    .daytour_img_113,
     .daytour_img_222,
      .daytour_img_223,
    .daytour_img_12 {
        background-size: cover;
        min-height: 680px;
        min-width: 580px
    }
    .daytours_lists .details {
                height: unset !important;
    }
    .daytour_img,
    .dtls_mdl_sectn {
        border-radius: 0px!important
    }
    .banner-carousel .slides .slide-1,
    .banner-carousel .slides .slide-2,
    .banner-carousel .slides .slide-3 {
        height: 600px
    }
}

@media(max-width:767px) {
    .hero {
    width:unset;
    top: 23% !important;
    }
    .slider-common {
    height:321px !important;
}
.fade-carousel {
    max-height: 760px !important;
}
.slider-class{
margin-bottom:20px;
}
    .fade-carousel {
        max-height: 400px
    }
    .slider-common {
        height: 400px
    }
    .slider-common {
        position: relative;
        line-height: 40px;
        overflow: hidden
    }
    .banner-carousel .hero {
        top: 50%
    }
    .banner-carousel .hero h2 {
        font-size: 24px
    }
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
     .daytour_img_111,
     .daytour_img_112,
     .daytour_img_113,
      .daytour_img_222,
       .daytour_img_223,
    .daytour_img_12 {
        background-size: cover;
        min-height: 480px;
        min-width: 580px
    }
    .price_txts {
        min-height: initial
    }
    .featured-gd-top {
        max-height: 700px
    }
    .top_tour_packages .top_tour_gd_top {
        max-height: initial;
        overflow: visible
    }
    .top_tour_packages .col-md-3 {
        clear: both
    }
    .fade-carousel .carousel-indicators {
        bottom: 30%
    }
    .banner-carousel .carousel-inner .item {
        line-height: 20px
    }
}

@media(max-width:630px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
     .daytour_img_111,
     .daytour_img_112,
     .daytour_img_113,
      .daytour_img_222,
       .daytour_img_223,
    .daytour_img_12 {
        background-size: cover;
        min-height: 380px;
        min-width: 480px;
        background-position: center center
    }
}

@media(max-width:530px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
     .daytour_img_111,
      .daytour_img_112,
       .daytour_img_113,
        .daytour_img_222,
         .daytour_img_223,
    .daytour_img_12 {
        background-size: cover;
        min-height: 340px;
        min-width: 380px;
        background-position: center center
    }
}

@media(max-width:476px) {
    .facilities_optns {
        text-align: center
    }
    .facilities_optns li {
        width: 85px
    }
}

@media(max-width:430px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
     .daytour_img_111,
      .daytour_img_112,
       .daytour_img_113,
        .daytour_img_222,
         .daytour_img_223,
    .daytour_img_12 {
        background-size: cover;
        min-height: 200px;
        min-width: 260px;
        background-position: center center
    }
    .latest_news_section .pull-left {
        float: none!important
    }
}

@media(max-width:320px) {
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
     .daytour_img_111,
      .daytour_img_112,
       .daytour_img_113,
        .daytour_img_222,
         .daytour_img_223,
    .daytour_img_12 {
        background-size: cover;
        min-height: 170px;
        min-width: 230px;
        background-position: center center
    }
}

@media(max-width:414px) {
    .fade-carousel {
        max-height: 300px
    }
    .slider-common {
        height: 300px
    }
    .hero h1 {
        font-size: 2em
    }
    .hero h3 {
        font-size: 18px
    }
    .navbar-brand>img {
        display: block;
        max-width: 150px
    }
    .banner-carousel .slides .slide-1,
    .banner-carousel .slides .slide-2,
    .banner-carousel .slides .slide-3 {
        height: 600px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat
    }
}

@media(max-width:319px) {
    .facilities_optns {
        text-align: center
    }
}

@media(max-width:1399px) {
    .price-selet h4 {
        font-size: 14px
    }
}

@media(min-width:1200px) {
    .daytours_container {
        margin: 2em 2em
    }
}
@media(min-width:1300px) {
    .daytours_container {
        margin: 2em 6em
    }
}
@media(min-width:1400px) {
    .daytours_container {
        margin: 2em 10em
    }
}

@media(min-width:1700px) {
    .daytours_container {
        margin: 2em 16em
    }
}

@media(min-width:1199px) {
    .featured_container {
        margin-left: 16em
    }
    .featured-text-block {
        padding-top: 7em
    }
}

@media(min-width:992px) {
    .top_tour_packages .col-md-3 {
        width: 33.33%
    }
    .daytour_img_1,
    .daytour_img_2,
    .daytour_img_3,
    .daytour_img_4,
    .daytour_img_5,
    .daytour_img_6,
    .daytour_img_7,
    .daytour_img_8,
    .daytour_img_9,
    .daytour_img_10,
    .daytour_img_11,
     .daytour_img_111,
      .daytour_img_112,
       .daytour_img_113,
        .daytour_img_222,
         .daytour_img_223,
    .daytour_img_12 {
        background-size: cover;
    background-position: center !important;
    }
    .dtls_rgt_sectn {
       /*  left: -35px;
        top: 45px */
    }
    .banner-carousel {
        position: relative;
        max-height: 515px;
        line-height: 40px;
        overflow: hidden
    }
}

@media(min-width:768px) {
    .top_tour_packages .col-md-3 {
        width: 50%;
        float: left
    }
    .banner-carousel {
        position: relative;
        max-height: 650px;
        line-height: 40px;
        overflow: hidden
    }
}

@media(min-width:1199px) {
    .featured_container {
        margin-left: 8em
    }
    .top_tour_packages .col-md-3 {
        width: 25%
    }
}

.partner_ad blockquote {
    border: none
}

@media(max-width:414px) {
    .carousel-indicators li {
        height: 15px!important
    }
}

.age_limit {
    padding-top: 15px
}

.season_note {
  color: red!important;
    padding: 5px 0;
    font-weight: 700;
    line-height: 15px;
}

.age_limit h5 {
       padding: 0;
    color: #0720a6!important;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-size: 17px;
}
.left_cntct_sctn h3
{
color: #ffffff!important
}
.age_limit h6 {
      color: blue !important;
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 14px;
    text-transform: initial;
    font-weight: 700;
}
.title a{
	color:#000 !important;
}
.special_notes {
    padding: 15px
}
.dtls_rgt_sectn .btn {
       background: #5600d4;
    color: #fff !important;
    border: 1px solid #e30101;
    outline: none!important;text-transform: uppercase;
}
.desc_short {
  /*   width: 65%!important;
    float: left;
    display: inline-block */
}

.notes_short {
       /* width: 25%; */
    /* float: left; display: inline-block; */
   
    padding: 0 5px;
    text-align: center;
}

.notes_short .age_limit {
   /*  padding-top: 0px */
}

@media(max-width:650px) {
    .desc_short,
    .notes_short {
        width: 100%!important;
        float: none;
        display: block
    }
}
@media(max-width:1299px)
{
.top_tour_packages .price-selet .btn {
    font-size: 9px;
}
}

@media(max-width:1199px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 200px;
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px!important;
    }
    .price_txts {
    min-height: 160px;
    }
}


.shadow_head{text-shadow: 2px 1px 0 #fff;
    /* -webkit-text-stroke: 2px #fff; */
    color: #ff5900 !important}

@media (max-width: 375px)
{
.hero h1 {
    font-size: 24px;
}
.hero h2 {
    font-size: 18px;
}
}

@media(max-width:767px) {
 .top_tour_packages .top_tour_gd_top {
    max-height: initial;
}   
    
}


@media(max-width:1199px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 350px;
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px!important;
    }
    .price_txts {
    min-height: 160px;
    }
}
@media(max-width:1024px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 315px;
    }
    .top_tour_packages .price-selet .btn {
    font-size: 12px!important;
    }
    .price_txts {
    min-height: 160px;
    }
}

@media(max-width:991px) {
.mt_inner_bk
{
display: block;
    max-width: 150px;
    margin: 0 auto;    
}
}

@media(max-width:775px) {
   
    .top_tour_packages .top_tour_gd_top {
        max-height: 250px;
    }
}
@media(max-width:767px) {
 .top_tour_packages .top_tour_gd_top {
    max-height: initial;
}   
    
}

h2{
	padding:15px 0;
}

.index-social-link h6
{
    text-transform: initial;    
}



.three_optn_slider .carousel-indicators li {
    background-color: #ffffff;
}

.three_optn_slider .carousel-indicators .active {
    background-color: #0720a6;
}



/***** New Designs 7/12/19 ******/
.popular_tours
{
    padding:60px 0px;
	    /* margin: 40px 0px;  
	   display: inline-block;
     width: auto;*/
}
.abt_blcks {
color: #fff;
    border-radius: 0px;
    vertical-align: middle;
    text-align: center;
    padding: 17px;
    border: 1px solid #d6d4d4;
   /* display: table-cell;*/
 height:unset !important;
    margin-top: 30px;
    background-color: #007bb3;
	
}
.abt_blcks:hover {
background: #4681ff;
    color: #fff !important;
    border: 1px solid transparent;
	
}
.abt_blcks:hover h4, .abt_blcks:hover p
{
	color:#fff!important;	
}
.popular_tours .ski_ad {
      height: 480px;
	background-size: cover !important;
    background-position: center !important;
}
.popular_tours_right
{
float: right;
}	


.orange_btn {
    background: #f79f00;
    color: #fff;    text-shadow: none;
    border: 1px solid #f79f00;
    outline: none!important;
}

.tour_ski
{
	margin-top:10px;
	clear:both;
	    display: flex;
    -webkit-box-flex: 0;
}
.pos_center {
     position: unset !important;
    top: unset !important;;
    
    transform: unset !important;;
}
 .tour_ski .new-1{
      display: flex;
    -webkit-box-flex: 0;
}
.abt_blcks h4, .abt_blcks p
{
	margin: 5px 0;
    font-size: 13px;
    line-height: 21px;
    color: #f7e800 !important;
}

.pad_2em
{
	padding:2em 0;
}
.daytours_box .price_sctn {
    background: none;    display: flex;
    margin-top: 0px;
}
.daytours_box .price_sctn .age-limits {
    color: blue !important;
    text-transform: initial;
	font-size: 15px;
}
.daytours_lists .daytours_box .details .title small span {
    color: red !important;
}
.daytours_box .price_sctn small span {
    color: red;
}

.daytours_box .price_sctn small {
    color: #0720a6;
  }

.contact_bg
{
	height:550px;
	background-size:cover;
	background-position:center;
}
.form-control {
    height: 42px;
}
.contact_form
{
	    margin-top: 24px;
}
.contact_ads {
    background: #f4f4f4;margin:0;
}

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


     .slider-booknow h5{
        line-height: 21px;
      font-weight: 700;
    color: #FFFFFF !important;
        font-size: 15px !important;
        padding-bottom: 10px;
    }
    .slider-booknow{
               border-radius: 7px;
    background-color: #ff5900a3;
    padding: 34px 10px;
    background: url(../images/daytour/daytour-7.jpg) no-repeat;
    background-size: cover;
    background-position: center;
          background-image:     linear-gradient( rgb(3 5 49 / 66%) 100%, rgb(118 43 8 / 12%)100%),url(../images/daytour/daytour-7.jpg)
}
.slider-booknow .btn-lg{
        padding: 6px 16px;
    font-size: 14px;
    }
    .slider-booknow h2{padding: 0px 10px;}

.details .title a{
        margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    color:#465ae9 !important;
    
}
.s-swiper {
    position: relative; 
        overflow: hidden;
}

.s-swiper__arrow-v1--left,
.s-swiper__arrow-v1--right {
    position: absolute;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.s-swiper__arrow-v1--left {
    left: 2rem
}

.s-swiper__arrow-v1--right {
    right: 2rem
}

@media (max-width:47.9em) {
    .s-swiper__arrow-v1--left,
    .s-swiper__arrow-v1--right {
        opacity: 0
    }
    .s-swiper:hover .s-swiper__arrow-v1--left,
    .s-swiper:hover .s-swiper__arrow-v1--right {
        opacity: 1
    }
}

.s-swiper__pagination-v1--bc {
    position: absolute;
    bottom: 1.875rem!important;
    text-align: center;
    z-index: 1
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
    width: 1rem;
    border-radius: .9375rem;
    opacity: .7
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
    width: 1.875rem;
    background: #033d8e;
    opacity: 1
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
    background: #fff
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
    background: #13b1cd
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
    background: #d80002
}
.desc p small{
    font-weight: 400;
        font-size: 90%;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
    background: #033d8e
}

.form-block input {
    height: 50px;
    padding: 0 15px;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 4px;
}
.enquire-form .form-block input, .enquire-form .form-block textarea, .enquire-form .form-block select {
    margin: 0 0 15px;
    border: 0;
    width: 100%;
    color: #172b43;
    font-size: 16px;
    background: #d4edf9;
    outline: 0;
        min-height: 51px;
            border: 1px solid #e6e6e6;
}

.enquire-form .form-block textarea
{
resize:none;     height: 150px;  padding: 15px;    
}

.contact-details h4, .contact-details svg, .contact-details i {
    color: #ff5800;
}   
.contact-details svg, .contact-details i {
width: 1em;
}

#canvas, canvas {
    width: 200px;
    height: 60px;
    background-color: #fff7e8 !important;
}
.enquire-form address {
    padding-left: 0;
}
.index-social {
    background: #016fa0;
    color: #fff;
}

table th {
    color: #ffffff;
    background: #00b1ff !important;
    width: 284px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(222 245 255);
}
.tick_ul ul {
    padding-left: 0px;
}

.tick_ul ul li {
    display: flex;
    line-height: 37px;
}
.tick_ul ul li::before {
    content: "\f22d";
    font-family: FontAwesome;
    width: 30px;
    color: red;
    font-weight: 700!important;
    font-size: 18px!important;
}
.time_table {
    
        padding: 60px 0px;
}

.time_table  .table-responsive{
        padding-top: 25px;
}
.time_table h5{
    
    padding: 10px 0px;
}

.tawk-branding {
    display: none !important;
}


/* ------------------------
    Service Item
------------------------*/
.service-sec:before {
    content: "";
    position: absolute;
    top: 5%;
    left: -15%;
    width: 130%;
    height: 100%;
    transform: rotate(3deg);
    background-image: radial-gradient(var(--gradient_spot1_w) var(--gradient_spot1_h) at left var(--gradient_spot1_x) top var(--gradient_spot1_y), var(--gradient_spot1_color), transparent), radial-gradient(var(--gradient_spot2_w) var(--gradient_spot2_h) at left var(--gradient_spot2_x) top var(--gradient_spot2_y), var(--gradient_spot2_color), transparent), radial-gradient(var(--gradient_spot3_w) var(--gradient_spot3_h) at left var(--gradient_spot3_x) top var(--gradient_spot3_y), var(--gradient_spot3_color), transparent), radial-gradient(var(--gradient_spot4_w) var(--gradient_spot4_h) at left var(--gradient_spot4_x) top var(--gradient_spot4_y), var(--gradient_spot4_color), transparent);
}

.service-item.style-1 {
    position: relative;
    z-index: 9;
    padding: 50px;
    margin-top: 150px;
}
 .service-item:before, .service-item:after,  .service-item.style-3{
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.service-item.style-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#ffffff;
    z-index: -9;
    transform: skewY(10deg);
    border-radius: 30px;
    box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08)
}

.service-item.style-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, rgb(249 119 148), rgb(98 0 255), rgb(52 152 219));
    z-index: -9;
    transform: scale(0) skewY(10deg);
    border-radius: 30px;
}

.service-item.style-1 .service-images {
   
    margin: 0 auto;
    margin-top: -150px;
}

.service-item.style-1 .service-desc {
    padding-top: 30px
}

.service-item .service-btn {
    color: white;
    width: 80px;
    height: 80px;
    display: flex;
    background: linear-gradient(115deg, rgb(249 119 148), rgb(98 0 255), rgb(52 152 219));
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff
    font-size: 30px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -40px;
    border: 10px solid #ffffff;;
    background-size: 150% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service-item .service-btn:hover, .service-item .service-btn:focus {
    color:#ffffff;
    background-position: 100% 0;
}

.service-item.style-1:hover:before {
    transform: skewY(-10deg)
}
.service-title h4{
        font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 10px;
}
.service-item.style-1:hover:after {
    transform: scale(1) skewY(-10deg)
}

.service-item.style-1:hover h4, .service-item.style-1:hover p {
    color:#ffffff !important;
}

.service-item.style-2 {
    position: relative;
    z-index: 9;
    padding: 40px;
    background:#ffffff;
    border-radius: 20px
}

.service-top {
    display: flex;
    align-items: center;
}

.service-item.style-2 .service-images {
    flex-shrink: 0;
    width: 100px;
    margin-right: 15px;
}

.service-item.style-2 .service-desc p {
    margin: 20px 0
}

.service-item.style-2 h4 {
    margin-bottom: 0
}

.service-item.style-2 .service-btn, .service-item.style-3 .service-btn {
    position: relative;
    bottom: inherit;
    left: inherit;
    margin-left: 0;
    border: none;
    width: 40px;
    height: 40px
}

.service-item.style-3 {
    position: relative;
    text-align: center;
    padding: 40px 30px;
    border-radius: 20px;
}

.service-item.style-3 .service-icon {
    display: inline-block;
    margin-bottom: 20px
}

.service-item.style-3 .service-icon i {
    background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    font-size: 70px;
    display: inline-block;
}

.service-item.style-3 p {
    margin-bottom: 30px;
}

.service-item.style-3:hover {
    background: transparent;
}

.service-item.style-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#ffffff;
    z-index: -9;
    transform: skewY(-10deg);
    border-radius: 30px;
    box-shadow: 0 10px 35px 0 rgba(92.99999999999996, 72.00000000000001, 223, .08)
}

.service-item.style-3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(115deg, var(--themeht-primary-color2), var(--themeht-primary-color), var(--themeht-primary-color3));
    z-index: -9;
    transform: scale(0) skewY(10deg);
    border-radius: 30px;
}

.service-item.style-3:hover:after {
    transform: scale(1) skewY(-10deg)
}

.service-item.style-3:hover h4, .service-item.style-3:hover p, .service-item.style-3:hover .read-button {
    color: var(--themeht-white-color)
}

.service-item.style-3:hover .service-icon i {
    color: var(--themeht-white-color);
    background: inherit;
    -webkit-text-fill-color: inherit;
}

.service-item.style-3:hover .read-button::before {
    background: var(--themeht-white-color)
}

.service-sidebar {
    background: var(--themeht-white-color);
    padding: 30px;
    border-radius: 20px
}

.service-menu li {
    border-bottom: 1px dashed var(--themeht-border-light-color);
    padding-bottom: 15px;
    margin-bottom: 15px
}

.service-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.service-menu li a {
    color: var(--themeht-text-color);
    display: block;
    font-size: 16px;
    position: relative;
}

.service-menu li a:hover {
    color: var(--themeht-primary-color);
}

.service-menu li a:before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: bootstrap-icons !important;
    content: "\F135";
    font-size: 22px;
    display: flex;
    z-index: 99;
    height: 100%;
    color: var(--themeht-primary-color);
    justify-content: center;
    align-items: center;
}

.service-menu li a:hover:before {
    right: 10px;
}

.contact-widget {
    padding: 30px 30px 200px;
}




 .carousel.fade-carousel.slide:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 110px;
    display: block;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}
.footer {
    position: relative;
    padding-top: 107px;
}

 .footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 110px;
    display: block;
    background-image: url(../images/download-footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
     
 }
.about__list-content ul li{color:#FFF;font-size: 14px;}
.about__list-content{background:linear-gradient(115deg, rgb(249 119 148), rgb(75 10 177), rgb(52 152 219));padding: 50px;
    width: 700px;
    border-radius: 0px 0px 30px 0px;
    padding-right: 0;
       margin-top: 49px;
    margin-left: -106px;
    display: inline-block;
    position: relative;}
.about__list-content ul li:not(:last-child){margin-bottom:3px;}
.about__list-content:after{border-bottom:49px solid #d45f7e;border-left:76px solid transparent;border-top:58px solid transparent;position:absolute;top:-106px;left:0;content:"";}


@media only screen and (max-width: 1023px){
.about__list-content ul li{margin-right:25px;}
.about__list-content{padding:50px 30px;width:560px;}
}
@media (max-width: 992px){
.about__list-content{width:100%;margin-left:0;margin-top:60px;}
}
@media (max-width: 767px){
.about__list-content{width:100%;margin-left:0;margin-top:70px;}
}
@media (max-width: 430px){
.about__list-content{width:100%;margin:0;padding:30px;margin-top:50px;}
.about__list-content ul li{width:100%;}
}

