
a {
    text-decoration: none !important;
}

.logo_image {
    width: 40% !important;
}

.bird {
    float: right;
    margin-top: 70px;
    width: 7%;
    margin-right: 16px;
    width: 70px;
}

.align-r{
    text-align: right;
}
.search-top {
    margin-top: 200px;
}

@media only screen and (max-width: 600px) {            

    .logo_image {
        width: 18% !important;
        margin-top: 5px;
    }

    .slicknav_btn {
        top: -42px
    }

    .search_button {
        background-color: #a14cec !important;
        width: 79%;
        color: white;
        margin-bottom: 11px;
    }

    .search_button_mobile_view {
        margin-left: -70px !important;
    }

    .search_li {
        text-align: center;
    }

    .slider_area .single_slider {
        height: 25vh !important;
        margin-top: 120px;
    }

    .slider_area .single_slider {
        font-size: 22px !important;
    }

    .slider_p {
        font-size: 8px !important;
    }

    .silder_div {
        display: none;
    }

    .slider_area .single_slider .slider_info h3 {
        font-size: 15px;
    }

    .salogan {
        position: absolute;
        top: 37px !important;
        font-weight: bold;
        left: 58px !important;
        font-size: 8px !important;
    }

    .bird {
        margin-top: 9px;
        margin-right: 115px;
        width: 60px;
        float: right;

    }

    .search-top {
        margin-top: 100px;
    }
}


    .ellipse {
        font-size: 12px;
    }

    a {
        text-decoration: none !important;
    }




    @media (max-width: 767px) {
        .sm-logo {
            width: 50%;
        }

        .thumb_size {
            width: 82px !important;

        }

        .thumb_sizes {
            width: 187px !important;
        }

        .img-size {
            width: 89px !important;
        }

        .card-width {
            width: 135px !important;
        }

        .sidebar {
            border-right: 0px !important;
        }

        .team_image_width {
            width: 150px !important;
        }

        .doubts_area_font_size {
            font-size: 13px !important;
        }

        .row-margin {
            margin-top: 0px !important;
        }

        .slider_bg_1 {
            background-image: none !important;
        }

        .about-margin {
            margin-top: 0px !important;
        }

        #test-form {
            top: -320px !important;
        }

        #test-form2 {
            top: -320px !important;
        }

    }


/* #myTab{
          display: flex;
          flex-direction: column;
        }
       */
#pp {
    width: 100%;
    /* adjust width as needed */
    text-align: center;
    /* centers the items horizontally */
}

#ppp {
    border: none;
    border-radius: 0;
    padding: 10px;
    margin-bottom: 5px;
    /* adjust spacing between items */
}


        @media only screen and (min-width:767px) {
            .card-width {
                width: 200px;
            }
        }
    
    
    swiper-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    swiper-slide {
        background-position: center;
        background-size: cover;
        width: 394px;
        height: 580px;
    }


    swiper-slide img {
        display: block;
        width: 100%;
    }

    .testimonial {
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        overflow: hidden;
        max-width: 100%;
        width: 400px;
    }

    .testimonial-body {
        padding: 40px 40px 80px;
    }

    .testimonial-body p {
        color: #555;
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }

    .testimonial-body .fa-quote-right {
        color: #eee;
        font-size: 40px;
        float: right;
    }

    .testimonial-footer {
        background-color: #686de0;
        color: #fff;
        padding: 40px;
        text-align: center;
    }

    .testimonial-footer img {
        border-radius: 50%;
        border: 5px solid #fff;
        height: 120px;
        width: 120px;
        margin-top: -110px;
        margin-left: 98px;
    }

    .testimonial-footer h3 {
        margin: 10px 0;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .testimonial-footer h4 {
        color: #b3b5ef;
        margin: 0;
        letter-spacing: 1px;
        margin-top: 15px;
    }


    .ellipsetxt {
        white-space: nowrap;
        color: black;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    @media (min-width:992px) {}

    .blog_image_width {
        width: 200px !important;
        display: inline !important;
    }


a {
    text-decoration: none;
}

.team_area {
    background: #fbfafa;
}

.team_title {
    color: #000;
    margin-bottom: 60px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}



@media only screen and (max-width:768px) {
    .our-team {
        margin-bottom: 30px
    }
}

.single-team {
    margin-bottom: 10px;
}

.single-team img {
    margin-bottom: 15px;
    border-radius: 2px;
    border: 10px solid #fff;
}

.single-team h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.single-team p {
    margin-bottom: 0px;
}

.our-team .social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    margin: 3px;
}

.our-team:hover .social li:nth-child(1) a {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.our-team:hover .social li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.our-team:hover .social li:nth-child(3) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.our-team:hover .social li:nth-child(4) a {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.our-team .social li a:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.facebook {
    background: #1C58A1;
}

.facebook:hover {
    background: #fff;
    color: #1C58A1 !important;
}

.twitter {
    background: #0CBCE3;
}

.twitter:hover {
    background: #fff;
    color: #0CBCE3 !important;
}

.google {
    background: #F04537;
}

.google:hover {
    background: #fff;
    color: #F04537 !important;
}

/*START BOARD DIRECTOR*/
.bod_area {
    padding-bottom: 80px;
    background: #fbfafa;
}



@media only screen and (max-width:768px) {
    .our-bod {
        margin-bottom: 30px
    }
}

.single-bod {
    margin-bottom: 10px;
}

.single-bod img {
    margin-bottom: 15px;
    width: 180px;
    border-radius: 2px;
    height: 180px;
    border: 10px solid #fff;
}

.single-bod h3 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.single-bod p {
    margin-bottom: 0px;
}

.our-bod .social {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.our-bod .social li {
    display: inline-block;
}

.our-bod .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 30px;
    margin: 3px;
}

.our-bod:hover .social li:nth-child(1) a {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.our-bod:hover .social li:nth-child(2) a {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.our-bod:hover .social li:nth-child(3) a {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.our-bod:hover .social li:nth-child(4) a {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.our-bod .social li a:hover {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.title_spectial {
    text-align: center;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
    font-size: 24px;
}

.bod_area {
    padding-bottom: 80px;
}

.section-padding {
    padding: 80px 0;
    padding-top: 10px;
}


@media (min-width:992px) {}

.team_image_width {
    width: 150px !important;
    display: inline !important;
    height: 150px !important;
}

        .loader-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            position: fixed;
            width: 100%;
            background-color: #0000007d;
            left: 0px;
            top: 0px;
            z-index: 9999;
        }

        .loader {
            border: 8px solid #f3f3f3;
            border-radius: 50%;
            border-top: 8px solid #3498db;
            width: 50px;
            height: 50px;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(360deg);
            }
        }
 
