﻿.slider-area .single-slide-item .slider-heading .slider__title {
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
    letter-spacing: -.15px;
}

.slider-area .single-slide-item .slider-heading .sub-title {
    color: #ff1f59;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 32px;
}

.slider-area .single-slide-item .slider-heading .slider-desc {
    font-size: 14px;
    letter-spacing: -.18px;
    line-height: 70px;
    font-weight: 400;
    color: #000;
}

.about-area .about-fun-item .funfact-item .card-pb-24 {
    padding-bottom: 24px !important;
}

.about-area .about-fun-item .funfact-item .card-pb-48 {
    padding-bottom: 48px !important;
}

.add_pad_bottom {
    padding-bottom: 30px;
}

.color-black {
    color: #222222 !important;
}

.section-with-text {
    text-align: center;
}

    .section-with-text .centered-content h3 {
        font-family: "GT Walsheim Pro", Arial, sans-serif !important;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4em;
        text-align: center;
        /*max-width: 960px;*/
        margin: 0px auto;
    }

@media (max-width: 576px) {
    .slider-area .single-slide-item .slider-heading .slider-desc {
        display: none !important;
    }

    .img-about {
        max-width: 100% !important;
        padding-bottom: 50px;
    }

    .hidden-xs {
        display: none !important;
    }
}



   /*custome css*/
   /* ############### button section start ############################*/
.btn-split {
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    background: #6a00ff;
    color:white;
}
    .btn-split:hover {
        background: #e5f2ff !important;
        color: #6a00ff !important;
    }

   /* ############### button section end ############################*/



/*sandip custom css */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container{
    margin-top:3%;
}


.hero-wrap {
    width: 100%;
    height: 750px;
    position: relative;
}

    .hero-wrap.hero-wrap-2 {
        height: 600px;
    }

    .hero-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: .7;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a00ff', endColorstr='#ffd900', GradientType=1 );
    }

.slider-text {
    color: #fff;
    height: 600px;
}

    .slider-text h1 {
        font-size: 60px;
        color: #fff;
        line-height: 1.2;
        font-weight: 400;
    }

@media (max-width: 991.98px) {
    .slider-text h1 {
        font-size: 40px;
    }
}

.slider-text p {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
}

    .slider-text p strong {
        font-weight: 700;
    }

        .slider-text p strong a {
            color: #1b212c;
        }

.slider-text .breadcrumbs {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99;
}

    .slider-text .breadcrumbs span {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.7);
    }

        .slider-text .breadcrumbs span a {
            color: #fff;
        }

.slider-text .bread {
    font-weight: 400 !important;
}

.slider-text .btn-primary {
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

    .slider-text .btn-primary:hover, .slider-text .btn-primary:focus {
        background: #fff !important;
        color: #1b212c;
    }

.owl-carousel {
    position: relative;
}

    .owl-carousel .owl-item {
        opacity: .4;
    }

        .owl-carousel .owl-item.active {
            opacity: 1;
        }

    .owl-carousel .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }

        .owl-carousel .owl-nav .owl-prev,
        .owl-carousel .owl-nav .owl-next {
            position: absolute;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin-top: -10px;
            color: #167ce9 !important;
            -moz-transition: all 0.7s ease;
            -o-transition: all 0.7s ease;
            -webkit-transition: all 0.7s ease;
            -ms-transition: all 0.7s ease;
            transition: all 0.7s ease;
            opacity: 0;
        }

            .owl-carousel .owl-nav .owl-prev span:before,
            .owl-carousel .owl-nav .owl-next span:before {
                font-size: 30px;
            }

        .owl-carousel .owl-nav .owl-prev {
            left: 0;
        }

        .owl-carousel .owl-nav .owl-next {
            right: 0;
        }

    .owl-carousel .owl-dots {
        text-align: center;
    }

        .owl-carousel .owl-dots .owl-dot {
            width: 10px;
            height: 10px;
            margin: 5px;
            border-radius: 50%;
            background: #adb8cc;
            position: relative;
        }

            .owl-carousel .owl-dots .owl-dot:after {
                position: absolute;
                top: -2px;
                left: -2px;
                right: 0;
                bottom: 0;
                width: 14px;
                height: 14px;
                content: '';
                border: 1px solid #adb8cc;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
            }

            .owl-carousel .owl-dots .owl-dot.active {
                background: #55688b;
            }

    .owl-carousel:hover .owl-nav .owl-prev,
    .owl-carousel:hover .owl-nav .owl-next {
        opacity: 1;
    }

    .owl-carousel:hover .owl-nav .owl-prev {
        left: -25px;
    }

    .owl-carousel:hover .owl-nav .owl-next {
        right: -25px;
    }

.owl-custom-nav {
    float: right;
    position: relative;
    z-index: 10;
}

    .owl-custom-nav .owl-custom-prev,
    .owl-custom-nav .owl-custom-next {
        padding: 10px;
        font-size: 30px;
        background: #ccc;
        line-height: 0;
        width: 60px;
        text-align: center;
        display: inline-block;
    }

.bg-light {
    background: #f8faff !important;
}

.bg-primary {
    background: #167ce9;
}

.btn {
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .btn:hover, .btn:active, .btn:focus {
        outline: none;
    }

    .btn.btn-primary {
        background: #167ce9;
        border: 1px solid #167ce9;
        color: #fff;
    }

        .btn.btn-primary:hover {
            border: 1px solid #167ce9;
            background: transparent !important;
            color: #167ce9;
        }

        .btn.btn-primary.btn-outline-primary {
            border: 1px solid #167ce9;
            background: transparent;
            color: #167ce9;
        }

            .btn.btn-primary.btn-outline-primary:hover {
                border: 1px solid transparent;
                background: #167ce9;
                color: #fff;
            }

    .btn.btn-secondary {
        background: #6a00ff;
        border: 1px solid #6a00ff;
        color: #fff;
    }

        .btn.btn-secondary:hover {
            border: 1px solid #6a00ff;
            background: transparent;
            color: rgba(255, 255, 255, 0.8);
        }

        .btn.btn-secondary.btn-outline-secondary {
            border: 1px solid #007eff ;
            background: transparent;
            color:#fff;
        }

            .btn.btn-secondary.btn-outline-secondary:hover {
                border: 1px solid transparent;
                background: #007eff ;
                color: #fff;
            }

    .btn.btn-outline-white {
        border-color: rgba(255, 255, 255, 0.8);
        background: none;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        border-width: 1px;
        color: #fff;
    }

        .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
            background: #fff;
            border-color: #fff;
            color: #167ce9;
        }



        /*dddd*/
.ftco-section {
    padding: 7em 0;
    position: relative;
}

.services .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: #eceef3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

    .services .icon span {
        font-size: 50px;
        color: #167ce9;
    }

.services h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.hotel-img, .hero-wrap, .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
./*ftco-animate {
    opacity: 0;
    visibility: hidden;
}*/
h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.4;
    color: #1b212c;
    font-weight: 400;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.blog-entry {
    border: 1px solid #f5f7f9;
    background: #fff;
    -webkit-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 66px -24px rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog-entry {
        margin-bottom: 30px;
    }
}

.blog-entry .text {
    position: relative;
    border-top: 0;
    border-radius: 2px;
    width: 100%;
}

    .blog-entry .text .heading {
        font-size: 20px;
        margin-bottom: 16px;
        font-weight: 400;
    }

        .blog-entry .text .heading a {
            color: #1b212c;
        }

            .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
                color: #167ce9;
            }

    .blog-entry .text .time-loc {
        font-size: 14px;
    }

        .blog-entry .text .time-loc span {
            color: #96a1af;
        }

            .blog-entry .text .time-loc span i {
                color: #167ce9;
            }

.blog-entry .meta > div {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 15px;
}

    .blog-entry .meta > div a {
        color: #8d9db9;
        font-size: 15px;
    }

        .blog-entry .meta > div a:hover {
            color: #6d81a6;
        }
/*comman*/
p {
    margin-top: 0;
    margin-bottom: 1rem;
}


.heading-section .subheading {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.heading-section h2 {
    font-size: 30px;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 28px;
    }
}

.heading-section.heading-section-white .subheading {
    color: rgba(255, 255, 255, 0.9);
}

.heading-section.heading-section-white h2 {
    font-size: 30px;
    color: #fff;
}

.heading-section.heading-section-white p {
    color: rgba(255, 255, 255, 0.9);
}

.hotel-img,
.hero-wrap,
.img,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 767.98px) {
    .img-about {
        height: 400px;
        margin-bottom: 30px;
    }
}




.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}


.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 270px;
}





 /*444444444444444444444444444444444444444*/
 .ftco-freeTrial {
  background: #ff0000;
  color: #fff;
  padding: 3em 0; }
  .ftco-freeTrial h3 {
    color: #1b212c; }
  .ftco-freeTrial p {
    color: #1b212c;
    margin-bottom: 0;
    padding-top:30px;
  }
  .ftco-freeTrial .free-trial {
    width: calc(100% - 120px); }
  .ftco-freeTrial .btn-join {
    width: 120px; }
