﻿.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: #ff4d29;
    color:white;
}
    .btn-split:hover {
        background: #e5f2ff !important;
        color: #ff4d29 !important;
    }

   /* ############### button section end ############################*/


   /* ############### banner section start ############################*/

.page-banner {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    height: 320px;
    background-color: #F6F5FC;
    color: #645F88;
    border-radius: 30px;
}

    .page-banner.home-banner {
        margin-top: 100px;
        height: auto;
        background-color: #fff;
        border-radius: 0;
    }

        .page-banner.home-banner h1 {
            color: #2D2B3A;
        }

        .page-banner.home-banner .img-place {
            max-width: 400px;
            margin: 0 auto;
        }

        .page-banner.home-banner .btn-scroll {
            position: absolute;
            bottom: -14px;
            left: 0;
            right: 0;
            margin: auto;
            width: 26px;
            height: 40px;
            line-height: 44px;
            background-color: #fff;
            color: #645F88;
            text-align: center;
            border-radius: 40px;
            box-shadow: 0 2px 6px rgba(100, 95, 136, 0.24);
            transition: all .2s ease;
        }

            .page-banner.home-banner .btn-scroll:hover {
                text-decoration: none;
                background-color: #ff4d29;
                color: #fff;
            }

@media (min-width: 768px) {
    .page-banner.home-banner {
        height: 600px;
    }
}

@media (min-width: 992px) {
    .page-banner.home-banner {
        margin-top: 0;
    }
}

.page-hero.overlay-dark::before,
.page-banner.overlay-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 53, 49, 0.7);
    z-index: 1;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
    font-size: 14px;
}

.home-banner .row > *:first-child {
    padding-left: 8%;
}
/* ############### banner section end ############################*/


page-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
    overflow: hidden;
}

.page-section p {
    color: #898798;
}
.features {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #e9e8f5;
    border-bottom: 1px solid #e9e8f5;
}

    .features .container {
        max-width: 980px;
    }

    .features h5 {
        color: #2D2B3A;
    }

    .features p {
        font-size: 13px;
        color: #898798;
    }
.img-place {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

    .img-place img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

.title-section {
    max-width: 450px;
    color: #2D2B3A;
    font-weight: 600;
}

    .title-section .marked {
        position: relative;
        color: #ff4d29;
    }

        .title-section .marked::before {
            content: '';
            position: absolute;
            bottom: 4px;
            left: 0;
            width: 100%;
            height: 8px;
            background-color: #d3ccff;
            z-index: -1;
        }

.text-center .title-section {
    margin-left: auto;
    margin-right: auto;
}

.divider {
    display: block;
    margin-top: 16px;
    margin-bottom: 32px;
    width: 32px;
    height: 3px;
    border-radius: 40px;
    background-color: #ff4d29;
}

.subhead {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #898798;
    font-weight: 500;
    margin-bottom: 8px;
}


/*sandippp*/
section#about {
    padding-top: 80px;
    padding-bottom: 80px;
}
.info-box {
    align-items: center;
    display: flex;
}

    .info-box img {
        width: 90px;
    }

#about .right_side img{
    width:100%
}



.intro {
    margin-bottom: 36px;
    margin-top:30px;
    text-align: center;
}

    .intro p {
        max-width: 500px;
    }

    .intro h6 {
        color: #d64022;
        font-weight: 400;
        text-transform: uppercase;
    }

    .intro h1 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

.info-box {
    align-items: center;
    display: flex;
}

    .info-box img {
        width: 90px;
    }




.service {
    padding: 32px;
    margin: 10px;
    background-color: #f8f9fa;
}

    .service h5 {
        margin-top: 24px;
        margin-bottom: 14px;
    }

    .service img {
        width: 90px;
    }

    #team{
        padding-bottom:22px;
    }
.team-member {
    text-align: center;
}

.team-member .image {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .image img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
}
    .team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

    .team-member .social-icons a {
        width: 40px;
        height: 40px;
    }

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

/*----------new design--------*/



.overlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #1a1a37;
    opacity: 0.5;
}

.hero-section {
    padding: 250px 0 290px;
    background-image: url('../images/banner-1.jpg');
}

@media (max-width: 991px) {
    .hero-section {
        padding: 250px 0 200px;
    }
}

.hero-slider .prevArrow,
.hero-slider .nextArrow {
    position: absolute;
    bottom: -123px;
    z-index: 9;
    padding: 15px;
    color: rgba(255, 255, 255, 0.5);
    border: 0;
    font-size: 30px;
    transition: all linear 0.2s;
    background: transparent;
}

    .hero-slider .prevArrow:focus,
    .hero-slider .nextArrow:focus {
        outline: 0;
    }

    .hero-slider .prevArrow:hover,
    .hero-slider .nextArrow:hover {
        color: #ffbc3b;
    }

.hero-slider .prevArrow {
    right: 60px;
}

.hero-slider .nextArrow {
    right: 0;
}

.hero-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -100px;
    padding-left: 0;
}

    .hero-slider .slick-dots li {
        display: inline-block;
        margin: 0 6px;
    }

        .hero-slider .slick-dots li.slick-active button {
            background: #ffbc3b;
        }

        .hero-slider .slick-dots li button {
            color: transparent;
            padding: 0;
            overflow: hidden;
            height: 10px;
            width: 10px;
            background: rgba(255, 255, 255, 0.5);
            border: 0;
            outline: 0;
        }

/*-------section 2-------*/

@media (max-width: 1400px) {
    .feature-blocks {
        padding-right: 10%;
    }
}

.feature-blocks {
    margin-top: -100px;
    padding-left: 65px;
    padding-top: 80px;
}

.bg-gray {
    background: white;
}

@media (max-width:375px){
    .feature-blocks .col-sm-6{
        padding-right: 2.5pc;
    }
}

/*-----about us-----*/

.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.section-title {
    margin-bottom: 30px;
}