/* 1) Header_section*/
/* 2) Navbar_section*/
/* 3) Slider_section*/
/* 4)introduction_section*/
/* 5)intro_page*/
/* 5)breadcrums*/
/* 6)books_section*/
/* 7)videos_section*/
/* 8)gallery_section*/
/* 9)event_update_section*/
/* 10)centers_section*/
/* 11)projects_section*/
/* 12)footer_section*/
/* ------------------------- Header_section ------------------------- */
.topbar_section .header-top-area {
    background: #ce1127;
}

/* ------------------------- Header_section ------------------------- */
/* ------------------------- Navbar_section ------------------------- */
.dreamit_menu>ul>li>a {
    margin: 25px 5px;
    font-size: 15px;
    background: linear-gradient(to right, #ce1127, #ce1127, 50%, #232323 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
}

.navbar_section .dreamit_menu ul {
    margin-left: -30px;
}

.navbar_section .dreamit_menu {
    float: inherit;
}

.navbar_section .header-button .dtbtn {
    background: #ce1127;
}

/* ------------------------- Navbar_section ------------------------- */
/* ------------------------- Slider_section ------------------------- */
.slider_section .slider_head {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.slider_section .slider_text h2 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 85px;
    font-family: 'Poppins';
    word-spacing: 12px;
    font-weight: 900;
}

.slider_section .slider_text p {
    font-family: didot-w01-italic;
    font-style: italic;
    font-size: 30px;
    color: white;
}

.slider_section .carousel-indicators {
    display: none;
}

.slider_section .contact-button a {
    background-color: #ce1127;
    padding: 5px 20px;
    font-size: 18px;
    margin: 10px 15px;
    color: #ffffff;
}

.slider_section .donate-button a {
    background-color: #ce1127;
    padding: 5px 20px;
    font-size: 18px;
    margin: 10px 15px;
    color: #ffffff;
}

.slider_section .donate-button a:hover {
    background-color: #ffffff;
    color: #ce1127;
    border: 2px #ffffff solid;
}

.slider_section .contact-button a:hover {
    background-color: #ffffff;
    color: #ce1127;
    border: 2px #ffffff solid;
}

.slider_section .buttons_area {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.slider_section .slider_img {
    height: unset !important;
    /* aspect-ratio: 317/132; */
    width: 100% !important;
}

.mean-container .mean-bar::before {
    background: url(../images/new_images/top.jpg);
}

/* ------------------------- Slider_section ------------------------- */
/* ------------------------- introduction_section ------------------------- */
.introduction_section .dreamit-section-title p {
    padding: 10px 0px;
    font-size: 17px;
    font-style: unset;
    border: 0px;
    line-height: 35px;
}

.introduction_section .dreamit-button a {
    font-size: 14px;
    padding: 10px 25px;
}

.introduction_section .dreamit-button {
    margin-top: 5px;
}

.banner_img {
    height: unset !important;
    /* aspect-ratio: 1585/537; */
    width: 100% !important;
}

/* ------------------------- introduction_section ------------------------- */
/* ------------------------- intro_page ------------------------- */
.intro_page .dreamit-section-title p {
    padding: 0px 0px;
    line-height: 25px;
    font-size: 16px;
    text-align: left !important;
    font-style: unset;
    border: 0px;
}

.intro_page .intro_img.mt-3.mb-5 {
    padding: 30px 20px;
}

.intro_page .dreamit-section-title.text-center {
    margin-top: -65px;
}

.intro_page .intro_img2.mt-3.mb-5 {
    padding: 0px 50px;
}

.intro_page .intro_img2.mt-3.mb-5 img {
    width: 100%;
    margin: 70px -28px;
}

.intro_page .dreamit-section-title h5 {
    font-size: 17px;
    margin-bottom: 20px;
    color: #ce1127;
    line-height: 25px;
    text-transform: unset;
    letter-spacing: unset;
    font-style: unset;
}

/* ------------------------- intro_page ------------------------- */
/*------------------------------------------  breadcrumbs section  ------------------------------------------*/
.breadcrumbs__section {
    direction: ltr;
    text-align: left;
    margin-top: 5px;
    background: #ce1127;
    padding: 15px 5px;
}

.breadcrumbs__section ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.breadcrumbs__section ul li {
    margin: 0px 15px 0px 0px;
}

.breadcrumbs__section ul li span {
    margin-left: 10px;
}

.breadcrumbs__section ul li a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.breadcrumbs__section ul li a:hover {
    text-decoration: none;
}

/*------------------------------------------  breadcrumbs section  ------------------------------------------*/
/*------------------------------------------  books section  ------------------------------------------*/
.books_section .dreamit-button a {
    font-size: 12px;
    padding: 5px 18px;
    color: #8c222a;
    background: #ffffff;
}

.books_section .single-service-thumb img {
    width: 70%;
    margin: auto;
}

.books_section .dreamit-service-title h2 {
    font-size: 17px;
    background: linear-gradient(to right, #000000, #000000, 50%, #ffffff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
    height: 51px;
    line-height: 25px;
    max-width: 350px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dreamit-single-service-box {
    transition: 0.5s;
}

.books_section .service-area {
    padding: 10px;
}

.books_section .dreamit-button {
    margin: 10px;
}

.books_section .dreamit-button-two a {
    font-size: 15px;
    color: #cd293b;
    background: #ffffff;
    padding: 10px 30px;
}

.books_section .dreamit-button-two {
    margin-top: 30px;
    float: none;
}

.books_section .books_img {
    height: unset !important;
    aspect-ratio: 97/152;
    width: 194px !important;
}

.owl-dots {
    margin-top: 10px !important;

}

.owl-dot {
    background-color: rgb(255, 255, 255) !important;
    border: none;
}

.owl-dot.active {
    background-color: rgb(68, 68, 68) !important;
}

/*------------------------------------------  books section  ------------------------------------------*/
/*------------------------------------------  videos section  ------------------------------------------*/
.videos_section .case-study-title-area {
    background: url(../images/new-images/vd_section.jpg);
    position: relative;
    overflow: hidden;
}

.videos_section .case-study-title-area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000007a;
}

.videos_section .owl-stage-outer {
    margin-top: -30px;
}

.videos_section .dreamit-section-title h2 {
    margin-top: -55px;
}

.videos_section .video-icon4 {
    left: 50%;
    position: absolute;
    top: -100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.videos_section .video-icon4 a {
    width: 75px;
    height: 75px;
    line-height: 78px;
}

.videos_section .owl-carousel .owl-item img {
    overflow: hidden;
}

.videos_section .owl-dots {
    text-align: center;
    margin: 15px;
}

.videos_section .dreamit-button-two {
    margin-top: 10px;
    float: unset;
}

.videos_section .dreamit-button-two a {
    font-size: 14px;
    padding: 10px 25px;
}

.videos_section .vd_img {
    height: unset !important;
    aspect-ratio: 763/432;
    width: 763px !important;
}

/*------------------------------------------  videos section  ------------------------------------------*/
/*------------------------------------------  gallery_Section  ------------------------------------------*/
.gallery_section .single_portfolio_thumb:before {
    background: #a604174f !important;
}

.gallery_section .dreamit-button-two {
    margin-top: 10px;
    float: unset;
}

.gallery_section .dreamit-button-two a {
    font-size: 14px;
    padding: 10px 25px;
}

.view-more-btn {
    width: fit-content;
    margin: 10px auto;
    padding: 8px 0px;
    box-shadow: 4px 4px 2px #77000a;
    transition: .8s;
}

.view-more-btn:hover {
    box-shadow: none;
}

.view-more-btn a {
    padding: 10px 15px;
    background-color: #ce1127;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
}

.gallery_section .galleryImg {
    height: unset !important;
    aspect-ratio: 1/1;
    width: 248px !important;

}

/*------------------------------------------  gallery_Section  ------------------------------------------*/
/*------------------------------------------  gallery_page  ------------------------------------------*/
.gallery_page .single_portfolio_thumb:before {
    background: #a604174f !important;

}

.gallery_page .gallerypage_img {
    height: unset !important;
    aspect-ratio: 1/1;
    width: 255px !important;
}

/*------------------------------------------  gallery_page  ------------------------------------------*/
/*------------------------------------------  about_Section  ------------------------------------------*/
.email-p {
    margin: 0px auto;
}

.about-list-div p {
    margin: 0px auto;
}

.about-social-links p {
    margin: 0px auto;
}

/*------------------------------------------  about_Section  ------------------------------------------*/
/*------------------------------------------  events_update_Section  ------------------------------------------*/
.event_update_section .dreamit-section-title h5 {
    font-style: unset;
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;

}

.event_update_section .style-three .dreamit-team-thumb-inner:before {
    background: rgb(196 39 56 / 62%);
}

.event_update_section .dreamit-section-title p {
    padding: 0px 20px;
    font-size: 14px;
}

/* .style-three .team-title h2 {

} */
.style-three .team-title h2 a {
    font-size: 20px;
    height: 50px;
    line-height: 25px;
    max-width: 350px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* border: solid rgb(0, 216, 205); */

}

.style-three .team-title span {

    height: 40px;
    line-height: 20px;
    padding: 0px 15px;
    max-width: 350px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* border: solid seagreen; */
}

.event_update_section .evnt_img {
    height: unset !important;
    aspect-ratio: 1/1;
    width: 192px !important;
}

/*------------------------------------------  events_update_Section  ------------------------------------------*/
/*------------------------------------------  centers_Section  ------------------------------------------*/
.centers_section img {
    max-width: 100%;
    margin: 185px -20px;
}

.centers_section .dreamit-button-two {
    margin-top: 10px;
    float: unset;
}

.centers_section .dreamit-button-two a {
    font-size: 12px;
    padding: 8px 22px;
}

.centers_section h4 {
    font-size: 18px !important;
}

.centers_section a {
    font-size: 14px !important;
}

.centers_section .img_map {
    width: 540px;
    height: unset !important;
    aspect-ratio: 270/103;
}

/*------------------------------------------  centers_Section  ------------------------------------------*/
/*------------------------------------------  projects_section  ------------------------------------------*/
.projects_section .counter-area.style-two {
    background: url(../images/new-images/mainb);
    position: relative;
    overflow: hidden;
    padding: 30px 0px;
}

.projects_section .counter-area.style-two:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(183deg, #670000 0%, #ce1127 100%);
    top: 0;
    top: 0;
    left: 0;
}

.projects_section .dreamit-section-title h2 {
    color: white;
}

.projects_section .dreamit-section-title h2 {
    color: white;
}

/*------------------------------------------  projects_section  ------------------------------------------*/
/*------------------------------------------  footer_section  ------------------------------------------*/
.footer_section .dreamit-logo img {
    width: 100%;
}

.footer_section .menu-quick-link-content ul li a {
    font-size: 12px !important;
    line-height: 16px;
    display: block;
}

.footer_section .menu-quick-link-content ul li {
    display: block;
    padding-bottom: 8px;
    padding-left: 35px;
    position: relative;
}

.footer_section .menu-quick-link-content ul li:before {
    left: 15px;
    top: 10px;
    width: 10px;
    height: 1px;
    font-size: 14px;
}

.footer_section .widget.widget-nav-menu h4 {
    font-size: 19px;
    color: #f8f9fe;
    margin: 16px 0px 20px 0px;
    font-weight: 600;
}

.footer_section .widget-footer-title h2 {
    font-size: 19px;
    font-weight: 600;
    margin: 16px 0px 20px 0px;
}

.footer_section .company_icon i:hover {
    background: #ce1127;
    color: #ffffff;
}

.footer_section h4.widget-title {
    font-size: 19px;
    margin: 16px 0px 20px 0px;
    font-weight: 600;
}

.footer_section .footer-socail-icon i {
    font-size: 22px;
}

.footer_section .company_icon i {
    font-size: 15px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin-right: 2px;
    border-radius: 5px;
}

.dreamit-logo-div {
    padding-right: 50px;
}

.footer-socail-info .web-email {
    word-wrap: break-word !important;
}

.footer_section .footer_logo {
    aspect-ratio: 75/22;
    width: 300px !important;
    height: unset !important;
}


::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #eeeeee;
    box-shadow: 2px 2px 4px #6c8d88;
}

::-webkit-scrollbar-thumb {
    background: #444;
}

::-webkit-scrollbar-thumb:hover {
    background: #ce1127;
}

/*------------------------------------------  footer_section  ------------------------------------------*/

/*------------------------------------------  second-post_section  ------------------------------------------*/

.second-post {
    display: flex;
    justify-content: center;
}

.second-post p {
    padding-right: 10px !important;
    width: 70%;
}

.second-post .hazrat-sahab-img {
    height: 100%;
    width: 30%;
    padding-top: 20px;
}

/*------------------------------------------  second-post_section  ------------------------------------------*/

/* ------------------------- Media Queries ------------------------- */
@media (max-width: 1440px) {
    .slider_section .slider_text h2 {
        font-size: 80px;
        margin: 10px -25px;
    }

}

@media (max-width: 1199px) {
    .logo img {
        width: 100%;
        margin: 15px -10px !important;
    }

    .navbar_section .dreamit_menu ul {
        margin: 0 auto;
        width: 100% !important;
    }

    .navbar_section .dreamit_menu>ul>li>a {
        font-size: 12px !important;
        margin: 25px 8px !important;
    }

    .header-button .dtbtn {
        font-size: 12px !important;
        padding: 8px 15px !important;
    }

    .books_section .dreamit-service-title h2 {
        font-size: 15px;
        padding: 0px 15px;
    }

    .books_section .dreamit-button a {
        font-size: 11px;
        padding: 6px 10px;
    }

    .footer-socail-info p {
        font-size: 13px;
    }
}

@media (max-width: 1280px) {
    .slider_section .slider_text h2 {
        font-size: 70px;
        margin: 10px -93px
    }
}

@media (max-width: 1130px) {
    .slider_section .slider_text h2 {
        font-size: 65px;
        margin: 10px -25px;
    }

    .slider_section .slider_text p {
        font-size: 25px;
    }
}

@media (max-width: 1024px) {
    .slider_section .slider_text h2 {
        font-size: 60px;
        margin: 10px -75px;
    }

    .slider_section .slider_text p {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .navbar_section a.logo_img img {
        width: 100% !important;
    }

    .navbar_section .dreamit_menu>ul>li>a {
        margin: 25px 8px !important;
    }

    .navbar_section a.main_sticky img {
        width: 100% !important;
    }

    .slider_section .slider_text {
        top: 25%;
    }

    .slider_section .slider_text h2 {
        font-size: 73px;
        margin: 20px 10px;
    }

    .slider_section .slider_text p {
        font-size: 20px;
    }

    .slider_section .donate-button a {
        background-color: #ce1127;
        padding: 3px 12px;
    }

    .slider_section .contact-button a {
        background-color: #ce1127;
        padding: 3px 12px;
    }

    .books_section .dreamit-button a {
        font-size: 10px;
    }

    .active.center .dreamit-single-case-study .case-study-content {
        bottom: 0px !important;
    }

    .event_update_section .dreamit-button a {
        font-size: 13px;
        padding: 10px 25px;
    }

    .event_update_section .style-three .team-title h2 a {
        font-size: 16px;

    }

    .event_update_section .team-title h3 a {
        font-size: 17px;
    }

    .event_update_section .style-two .team-title p {
        font-size: 11px;
    }

    .dreamit-logo-div {
        padding-right: 0 !important;
    }

    .footer_section .menu-quick-link-content ul li:before {
        left: 0px;
    }

    .footer_section .menu-quick-link-content ul li {
        padding-left: 20px;
    }

    .centers_section img {
        margin: 185px 0px;
    }
}

@media (max-width: 991px) {
    .books_section .dreamit-service-title h2 {
        font-size: 18px;
        padding: 0px 40px;
    }

    .footer-socail-info p {
        font-size: 14px;
    }

    .style-three .team-title h2 a {
        height: 45px;
        line-height: 22px;
        padding: 0px 30px;
    }

    .style-three .team-title span {
        padding: 0px 30px;
    }
}

@media (max-width: 800px) {
    .slider_section .slider_text h2 {
        font-size: 55px;
        margin: 15px 10px;
    }

    .slider_section .slider_text p {
        font-size: 17px;
    }

    .slider_section .donate-button a {
        padding: 5px 15px;
        font-size: 12px;
    }

    .slider_section .contact-button a {
        padding: 5px 15px;
        font-size: 12px;
    }

    .books_section .dreamit-button:after {
        right: -2px;
        bottom: -2px;
        height: 90%;
    }

    .books_section .dreamit-button-two a {
        padding: 7px 25px;
        font-size: 12px;
    }

    .books_section .pt-20 {
        padding: 0px;
    }

    .active.center .dreamit-single-case-study .case-study-content {
        bottom: -55px !important;
    }

    .dreamit-single-case-study .case-study-content {
        bottom: 0px !important;
    }

}

@media (max-width: 768px) {
    .introduction_section .dreamit-section-title p {
        padding: 5px 0px;
        font-size: 15px;
        line-height: 25px;
    }

    .introduction_section .dreamit-button a {
        font-size: 12px;
        padding: 8px 15px;
    }

    .books_section .dreamit-service-title h2 {
        height: 60px;
    }

    .books_section .dreamit-button a {
        padding: 5px 10px;
    }

    .slider_section .slider_text h2 {
        font-size: 55px;
        margin: 8px 8px;
    }

    .footer_section .dreamit-logo img {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .books_section .single-service-thumb img {
        width: 80%;
        margin-top: 20px;
    }

    .books_section .dreamit-service-title h2 {
        padding: 0px 10px;
        line-height: 30px;
        height: 65px !important;
    }

    .books_section .dreamit-section-title span {
        font-size: 35px;
    }

    .books_section .dreamit-section-title h2 {
        font-size: 35px !important;
    }

    .books_section .pb-20 {
        padding-bottom: 0px;
    }

    .books_section .dreamit-button a {
        padding: 6px 10px;
        font-size: 12px;
    }

    .books_section .pt-15 {
        padding-top: 5px;
    }

    .books_section .dreamit-button-two a {
        padding: 10px 40px;
        font-size: 15px;
    }

    .style-three .team-title h2 a {
        font-size: 25px !important;
        height: 50px;
        line-height: 25px;
        padding: 0px 60px;
    }

    .style-three .team-title span {
        font-size: 15px;
        height: 45px;
        line-height: 20px;
        padding: 5px 95px;
    }

    .about-social-links p a {
        font-size: 14px;
    }


    .second-post {
        flex-direction: column-reverse;

    }

    .second-post p {
        padding-right: 0px !important;
        width: 100%;
    }

    .second-post .hazrat-sahab-img {
        width: 100%;
        padding-top: 20px;
    }

    .second-post .hazrat-sahab-img img {
        display: block;
        margin: 0 auto;
    }

}

@media (max-width: 640px) {
    .slider_section .slider_text h2 {
        font-size: 25px;
    }

    .slider_section .slider_text p {
        font-size: 15px;
    }

    .slider_section .donate-button a {
        padding: 5px 15px;
        font-size: 10px;
    }

    .slider_section .contact-button a {
        padding: 5px 15px;
        font-size: 10px;
    }

    .books_section .dreamit-button-two a {
        padding: 10px 35px;
        font-size: 14px;
    }

    .slider_section .slider_text h2 {
        font-size: 48px;
        margin: 9px -3px;
    }
}

@media (max-width: 576px) {
    .slider_section .slider_text h2 {
        font-size: 40px;
    }

    .videos_section .video-icon4 {
        top: -80%;
    }

    .videos_section .video-icon4 a {
        width: 65px;
        height: 65px;
        line-height: 68px;
        font-size: 25px;
    }

    .videos_section .dreamit-section-title h2 {
        font-size: 30px !important;
        margin: -10px 15px;
    }

    .dreamit-logo-div {
        font-size: 14px;
    }

    .footer-col2 {
        display: inline-block;
        width: 50%;
    }

    .centers_section img {
        margin: 185px -3px;
    }
}

@media (max-width: 575px) {
    .books_section .single-service-thumb img {
        width: 50%;
    }

    .books_section .dreamit-service-title h2 {
        padding: 0px 20px;
    }
}

@media (max-width: 513px) {
    .about-social-links p a {
        display: block;
    }

}

@media (max-width: 480px) {
    .slider_section .slider_text h2 {
        letter-spacing: 10px;
        font-size: 20px;
    }

    .slider_section .slider_text p {
        font-size: 12px;
    }

    .slider_section .buttons_area {
        margin-top: 0px;
    }

    .slider_section .slider_text {
        top: 17%;
    }

    .introduction_section .dreamit-button a {
        font-size: 10px;
        padding: 7px 14px;
    }

    .books_section .dreamit-button-two a {
        padding: 9px 31px;
        font-size: 14px;
    }

    .videos_section .case-study-title h2 {
        margin-top: 35px;
        margin-bottom: -50px;
    }

    .videos_section .video-icon4 a {
        width: 60px;
        height: 60px;
        line-height: 65px;
        font-size: 23px;
    }

    .videos_section .dreamit-section-title h2 {
        font-size: 30px !important;
    }

    .videos_section .case-study-title h2 {
        margin-top: 35px;
        font-size: 15px;
    }

    .videos_section .case-study-title p {
        margin-top: 12px;
    }

    .active.center .dreamit-single-case-study .case-study-content {
        bottom: 0px !important;
    }

    .style-three .team-title h2 a {
        font-size: 20px !important;
        padding: 0px 80px;
    }

    .style-three .team-title span {
        font-size: 14px;
    }

}

@media (max-width: 451px) {
    .footer-col2 {
        width: 100% !important;
    }
}

@media (max-width: 414px) {
    .slider_section .slider_text h2 {
        letter-spacing: 7px;
    }

    .slider_section .slider_text p {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .slider_section .slider_text h2 {
        letter-spacing: 7px;
        margin-bottom: -2px;
    }

    .slider_section .donate-button a {
        padding: 3px 6px;
        font-size: 9px;
    }

    .slider_section .contact-button a {
        padding: 3px 6px;
        font-size: 9px;
    }

    .introduction_section .dreamit-section-title p {
        padding: 8px 0px;
        font-size: 12px;
    }

    .introduction_section .dreamit-button a {
        font-size: 10px;
        padding: 6px 10px;
    }

    .books_section .dreamit-service-title h2 {
        font-size: 16px;
        padding: 0px 40px;
    }

    .books_section .dreamit-button a {
        padding: 5px 12px;
    }

    .books_section .dreamit-button-two a {
        padding: 10px 30px;
        font-size: 13px;
    }

    .videos_section .video-icon4 a {
        width: 48px;
        height: 48px;
        line-height: 50px;
        font-size: 20px;
    }

    .videos_section .video-icon4 {
        top: -55%;
    }

    .about-social-links p a {
        font-size: 12px;
    }

}

@media (max-width: 384px) {
    .slider_section .slider_text h2 {
        letter-spacing: 6px;
        margin-bottom: -2px;
    }

    .books_section .dreamit-section-title h2 {
        font-size: 30px !important;
    }

    .books_section .dreamit-section-title span {
        font-size: 30px;
    }
}

@media (max-width: 378px) {
    .slider_section .slider_text h2 {
        letter-spacing: 5px;
        margin-bottom: -2px;
    }
}

@media (max-width: 360px) {
    .slider_section .buttons_area {
        margin-top: -6px;
    }

    .books_section .dreamit-button-two a {
        padding: 9px 30px;
        font-size: 12px;
    }

    .videos_section .video-icon4 a {
        width: 45px;
        height: 45px;
        line-height: 48px;
        font-size: 18px;
    }

    .videos_section .video-icon4 {
        top: -45%;
    }

    .style-three .team-title h2 a {
        font-size: 18px !important;
    }

    .style-three .team-title span {
        font-size: 13px;
        padding: 0px 85px;
    }

}

@media (max-width: 340px) {
    .footer-socail-info p {
        font-size: 13px;
    }

    .books_section .dreamit-service-title h2 {
        padding: 0px 30px;
    }

    .about-social-links p a {
        font-size: 11px;
    }
}

@media (max-width: 320px) {
    .slider_section .slider_text h2 {
        letter-spacing: 3px;
        margin-bottom: 7px;
    }

    .slider_section .slider_text {
        top: 15%;
    }

    .books_section .dreamit-service-title h2 {
        font-size: 15px;
    }

    .books_section .dreamit-button a {
        padding: 3px 9px;
    }

    .videos_section .active.center .dreamit-single-case-study .case-study-content {
        bottom: -12px !important;
    }

    .videos_section .dreamit-single-case-study .case-study-content {
        bottom: -12px !important;
    }

    .videos_section .case-study-title p {
        margin: 15px;
        font-size: 15px;

    }
}

/* ------------------------- Media Queries ------------------------- */