@media only screen and (max-width: 767px) {
    :root {
        --fontSize: 14px;
        --card-title-fontSize: 18px;
    }
    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-100 {
        padding-top: 50px;
    }
    .pb-100 {
        padding-bottom: 50px;
    }
    .ptb-70 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pt-70 {
        padding-top: 20px;
    }
    .pb-70 {
        padding-bottom: 20px;
    }
    .pt-30 {
        padding-top: 30px;
    }
    .pl-20 {
        padding-left: 0px;
    }
    .pr-20 {
        padding-right: 0px;
    }
    .default-section-title h3 {
        font-size: 20px;
    }
    .section-content {
        margin-top: 0px;
    }
    .title-btn-right {
        display: none;
    }
    /*================================================
    Index 01 Banner Area CSS
    =================================================*/
    .banner-text-area {
        margin-bottom: 30px;
    }
    .banner-text-area h1 {
        font-size: 32px;
    }
    .banner-text-area p {
        color: rgba(255, 255, 255, 0.9);
    }
    .main-banner-bg {
        padding-bottom: 130px;
        padding-top: 60px;
    }
    .banner-social-links {
        display: none;
    }
    /*================================================
    Index 01 Features Area CSS
    =================================================*/
    .feature-card {
        text-align: center;
        padding: 30px 15px 25px;
    }
    .feature-card .feature-icon-area {
        margin-bottom: 20px;
        position: relative;
        left: unset;
    }
    /*================================================
    Index 01 Service Area CSS
    =================================================*/
    .service-card {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*================================================
    Index 01 About Area CSS
    =================================================*/
    .about-img {
        margin-bottom: 30px;
    }
    /*================================================
    Index 01 Why We Area CSS
    =================================================*/
    .why-we-card {
        padding-left: 83px;
    }
    /*================================================
    Index 01 Why We Area CSS
    =================================================*/
    .portfolio-card .portfolio-card-text {
        width: 80%;
    }
    /*================================================
    Index 01 Team Area CSS
    =================================================*/
    .team-card .team-card-img-area .team-social-icons {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    /*================================================
    Index 01 Testimonial Area CSS
    =================================================*/
    .testimonial-card {
        padding-left: 15px;
        padding-right: 15px;
    }
    .testimonial-card p {
        font-size: 15px;
    }
    /*================================================
    Index 01 Play Button Area CSS
    =================================================*/
    .play-button a {
        height: 80px;
        width: 80px;
        font-size: 36px;
    }
    /*================================================
    Index 01 Fun Facts Area CSS
    =================================================*/
    .fun-facts-area {
        margin-top: 50px;
    }
    .fun-fact-card {
        padding: 25px 10px 0px;
        text-align: center;
    }
    .fun-fact-card i {
        margin-bottom: 15px;
        position: relative;
        left: unset;
    }
    .fun-fact-card p {
        font-size: 13px;
    }
    /*================================================
    Index 01 BLog Area CSS
    =================================================*/
    .blog-card .blog-card-text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog-date ul li {
        margin-right: 8px;
        font-size: 11px;
    }
    .blog-date ul li i {
        margin-right: 2px;
    }
    .blog-date ul li::before {
        right: -9px;
        top: -4px;
    }
    /*================================================
    Index Footer Area CSS
    =================================================*/
    .footer-links {
        margin-top: 30px;
        padding-left: 0px;
    }
    /*================================================
    Index 02 Banner Area CSS
    =================================================*/
    .home-banner {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    /*================================================
    Index 02 About Area CSS
    =================================================*/
    .about-img-2 {
        margin-bottom: 30px;
        text-align: center;
    }
    /*================================================
    Index 02 Features Area CSS
    =================================================*/
    .feature-card-2 i {
        position: relative;
        left: unset;
    }
    .feature-card-2 h4 {
        margin-top: 8px;
    }
    /*================================================
    Index 02 Services Area CSS
    =================================================*/
    .service-card-2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    /*================================================
    Index 02 NewsLetter Area CSS
    =================================================*/
    .newsletter .newsletter-content {
        text-align: center;
        padding: 50px 15px;
    }
    .newsletter .newsletter-content .newsletter-btn {
        margin-top: 30px;
        margin-bottom: -10px;
        text-align: center;
    }
    /*================================================
    Index 02 Portfolio Area CSS
    =================================================*/
    .portfolio-slider-area-2 .portfolio-card .portfolio-card-text {
        padding: 15px 20px;
        -webkit-transform: translate(-50%, -5px) rotateX(0deg);
        transform: translate(-50%, -5px) rotateX(0deg);
    }
    .portfolio-slider-area-2 .portfolio-card .portfolio-card-text p {
        margin-bottom: 5px;
        font-size: 13px;
    }
    /*================================================
    Index 02 Team Area CSS
    =================================================*/
    .team-card-2 .team-card-img-area .team-social-icons {
        -webkit-transform: translateY(-50%) rotateY(0deg);
        transform: translateY(-50%) rotateY(0deg);
    }
    /*================================================
    Index 03 Banner Area CSS
    =================================================*/
    .banner-slider-area .owl-nav {
        display: inline-block;
        position: absolute;
        top: unset;
        left: unset;
        bottom: -5%;
        -webkit-transform: translate(0);
        transform: translate(0);
        text-align: center;
    }
    /*================================================
    Index 03 About Area CSS
    =================================================*/
    .about-img-3 {
        background-image: unset;
        height: auto;
        margin-bottom: 30px;
    }
    .about-img-3 .main-img {
        display: block;
    }
    .about-img-3 .about-small-img {
        max-width: 50%;
    }
    .about-img-3 .about-small-img .play-button a {
        width: 60px;
        height: 60px;
        font-size: 25px;
        padding-left: 5px;
    }
    /*================================================
    Index 03 Why Choose Us Area CSS
    =================================================*/
    .why-we-img-3 {
        background-image: unset;
        height: auto;
        margin-top: 30px;
    }
    .why-we-img-3 .main-img {
        display: block;
    }
    .why-we-img-3 .why-we-small-img {
        max-width: 50%;
    }
    /*================================================
    Index 03 Portfolio Area CSS
    =================================================*/
    .portfolio-card-3::before {
        background-color: rgba(15, 18, 33, 0.8);
    }
    .portfolio-card-3 .portfolio-card-text-3 {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    /*================================================
    Uni Banner Area CSS
    =================================================*/
    .uni-banner-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .uni-banner-text h1 {
        font-size: 30px;
    }
    /*================================================
    Uni Pricing Area CSS
    =================================================*/
    .pricing-card .price-list {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*================================================
    FAQ CSS
    =================================================*/
    .faq-text-area {
        margin-top: 30px;
    }
    .faq-img-area .shape2 {
        max-width: 40%;
    }
    /*================================================
    Blog Details Area CSS
    =================================================*/
    .blog-quote {
        padding: 20px 15px;
    }
    .blog-quote p {
        font-size: 14px;
    }
    .comment-card {
        padding-left: 85px;
    }
    .bd-form,
    .sidebar-card {
        padding: 20px 15px;
    }
    .sd-tag ul li {
        margin-right: 8px;
    }
    .sd-tag ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*================================================
    Contact Area CSS
    =================================================*/
    .contact-form-area {
        padding: 20px 12px !important;
    }
    .contact-card {
        padding: 30px 15px;
        text-align: center;
    }
    .contact-card i {
        margin-bottom: 15px;
        position: relative;
        left: unset;
        top: unset;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    .google-map {
        height: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .title-btn-right {
        display: block;
    }
    /*================================================
    Index Footer Area CSS
    =================================================*/
    .footer-contact-list {
        margin-top: 0px;
    }
    .blog-date ul li {
        margin-right: 10px;
        font-size: 13px;
    }
    .blog-date ul li i {
        margin-right: 2px;
    }
    .blog-date ul li::before {
        right: -10px;
        top: -2px;
    }
    .banner-slider-area .owl-nav {
        bottom: -2%;
    }
    .faq-img-area .shape2 {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /*================================================
    Default CSS
    =================================================*/
    :root {
        --card-title-fontSize: 20px;
    }
    .ptb-100 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .pt-100 {
        padding-top: 80px;
    }
    .pb-100 {
        padding-bottom: 80px;
    }
    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pt-70 {
        padding-top: 50px;
    }
    .pb-70 {
        padding-bottom: 50px;
    }
    .pt-30 {
        margin-top: 30px;
    }
    .pl-20,
    .pr-20 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .section-content {
        margin-top: 0px;
    }
    .default-section-title h3 {
        font-size: 29px;
    }
    /*================================================
    Index 01 Banner Area CSS
    =================================================*/
    .banner-text-area {
        margin-bottom: 30px;
    }
    .banner-text-area h1 {
        font-size: 56px;
    }
    .main-banner-bg {
        padding-bottom: 150px;
        padding-top: 80px;
    }
    .banner-social-links {
        display: none;
    }
    /*================================================
    Index 01 About Area CSS
    =================================================*/
    .about-img {
        margin-bottom: 30px;
    }
    /*================================================
    Index 01 Team Area CSS
    =================================================*/
    .team-card .team-card-img-area .team-social-icons {
        -webkit-transform: translateX(-50%) rotate(0deg);
        transform: translateX(-50%) rotate(0deg);
    }
    /*================================================
    Index 01 Blog Area CSS
    =================================================*/
    .blog-date ul li {
        margin-right: 9px;
        font-size: 12px;
    }
    .blog-date ul li i {
        margin-right: 2px;
    }
    .blog-date ul li::before {
        right: -10px;
        top: -2px;
    }
    /*================================================
    Index Footer Area CSS
    =================================================*/
    .footer-links {
        margin-top: 30px;
        padding-left: 0px;
    }
    .footer-contact-list {
        margin-top: 0px;
    }
    /*================================================
    Index 02 Banner Area CSS
    =================================================*/
    .home-banner {
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .banner-text-area-2 h1 {
        font-size: 50px;
    }
    /*================================================
    Index 02 About Area CSS
    =================================================*/
    .about-img-2 {
        margin-bottom: 30px;
        text-align: center;
    }
    /*================================================
    Index 02 NewsLetter Area CSS
    =================================================*/
    .newsletter .newsletter-content {
        text-align: center;
    }
    .newsletter .newsletter-content .newsletter-btn {
        margin-top: 30px;
        margin-bottom: -10px;
        text-align: center;
    }
    /*================================================
    Index 02 Team Area CSS
    =================================================*/
    .team-card-2 .team-card-img-area .team-social-icons {
        -webkit-transform: translateY(-50%) rotateY(0deg);
        transform: translateY(-50%) rotateY(0deg);
    }
    /*================================================
    Index 03 Banner Area CSS
    =================================================*/
    .banner-slider-area .owl-nav {
        display: inline-block;
        position: absolute;
        top: unset;
        left: unset;
        bottom: -5%;
        -webkit-transform: translate(0);
        transform: translate(0);
        text-align: center;
    }
    /*================================================
    Index 03 About Area CSS
    =================================================*/
    .about-img-3 {
        background-image: unset;
        height: auto;
        margin-bottom: 30px;
    }
    .about-img-3 .main-img {
        display: block;
    }
    /*================================================
    Index 03 Why Choose Us Area CSS
    =================================================*/
    .why-we-img-3 {
        background-image: unset;
        height: auto;
        margin-top: 30px;
    }
    .why-we-img-3 .main-img {
        display: block;
    }
    /*================================================
    Index 03 Portfolio Area CSS
    =================================================*/
    .portfolio-card-3::before {
        background-color: rgba(15, 18, 33, 0.8);
    }
    .portfolio-card-3 .portfolio-card-text-3 {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    /*================================================
    Uni Banner Area CSS
    =================================================*/
    .uni-banner-text {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .uni-banner-text h1 {
        font-size: 36px;
    }
    /*================================================
    FAQ CSS
    =================================================*/
    .faq-text-area {
        margin-top: 30px;
    }
    /*================================================
    Contact area CSS
    =================================================*/
    .contact-card {
        padding: 30px 10px 30px 90px;
    }
    .contact-card i {
        left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    :root {
        --card-title-fontSize: 20px;
    }
    /*================================================
    Index 01 Banner Area CSS
    =================================================*/
    .banner-text-area h1 {
        font-size: 48px;
    }
    .banner-social-links {
        display: none;
    }
    /*================================================
    Index 01 Features Area CSS
    =================================================*/
    .feature-card {
        text-align: center;
        padding: 30px 15px 25px;
    }
    .feature-card .feature-icon-area {
        margin-bottom: 20px;
        position: relative;
        left: unset;
    }
    /*================================================
    Index 01 About Area CSS
    =================================================*/
    .about-img {
        text-align: center;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .about-img img {
        width: 100%;
    }
    /*================================================
    Index 01 Fun Facts Area CSS
    =================================================*/
    .fun-fact-card {
        padding-left: 92px;
        padding-right: 10px;
    }
    .fun-fact-card i {
        left: 15px;
    }
    .fun-fact-card p {
        font-size: 13px;
    }
    /*================================================
    Index 01 BLog Area CSS
    =================================================*/
    .blog-card .blog-card-text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .blog-date ul li {
        margin-right: 8px;
        font-size: 11px;
    }
    .blog-date ul li i {
        margin-right: 2px;
    }
    .blog-date ul li::before {
        right: -9px;
        top: -4px;
    }
    /*================================================
    Footer Area CSS
    =================================================*/
    .footer-logo-area .footer-social-icons span {
        margin-right: 5px;
        font-size: 14px;
    }
    /*================================================
    Index 02 Banner Area CSS
    =================================================*/
    .home-banner {
        padding-top: 100px;
        padding-bottom: 180px;
    }
    /*================================================
    Index 02 About Area CSS
    =================================================*/
    .about-img-2 {
        margin-bottom: 30px;
        text-align: center;
    }
    /*================================================
    Index 02 Features Area CSS
    =================================================*/
    .feature-card-2 i {
        position: relative;
        left: unset;
    }
    .feature-card-2 h4 {
        margin-top: 8px;
    }
    /*================================================
    Index 03 Banner area CSS
    =================================================*/
    .banner-slider-area .owl-nav {
        display: inline-block;
        position: absolute;
        top: unset;
        left: unset;
        bottom: -15%;
        -webkit-transform: translate(0);
        transform: translate(0);
        text-align: center;
    }
    /*================================================
    Index 03 Features area CSS
    =================================================*/
    .feature-card-3 {
        padding-left: 25px;
        padding-right: 25px;
    }
    /*================================================
    Index 03 About Area CSS
    =================================================*/
    .about-img-3 {
        background-image: unset;
        height: auto;
        margin-bottom: 30px;
    }
    .about-img-3 .main-img {
        display: block;
        width: 100%;
    }
    /*================================================
    Contact area CSS
    =================================================*/
    .contact-card {
        padding: 30px 10px 30px 90px;
    }
    .contact-card i {
        left: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    /*================================================
    Default Section Title Area CSS
    =================================================*/
    .default-section-title h3 {
        font-size: 35px;
    }
    /*================================================
    Index 01 Banner Area CSS
    =================================================*/
    .banner-text-area h1 {
        font-size: 56px;
    }
    /*================================================
    Index 01 Service Area CSS
    =================================================*/
    .service-card {
        padding-left: 15px;
        padding-right: 15px;
    }
    /*================================================
    Index 01 Fun Facts Area CSS
    =================================================*/
    .fun-fact-card p {
        font-size: 13px;
    }
    /*================================================
    Index 01 Testimonial Area CSS
    =================================================*/
    .testimonial-card {
        padding: 30px 25px 25px;
    }
    /*================================================
    Index 01 BLog Area CSS
    =================================================*/
    .blog-date ul li {
        margin-right: 8px;
        font-size: 13px;
    }
    .blog-date ul li i {
        margin-right: 2px;
    }
    .blog-date ul li::before {
        right: -9px;
        top: -2px;
    }
    /*================================================
    Index 02 Banner Area CSS
    =================================================*/
    .home-banner {
        padding-top: 100px;
        padding-bottom: 180px;
    }
    /*================================================
    Index 02 Why We Area CSS
    =================================================*/
    .why-we-card-2 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .why-we-card-2 h4 {
        font-size: 22px;
    }
    .banner-text-area-3 h1 {
        font-size: 56px;
    }
}

@media only screen and (min-width: 1550px) {
    .banner-slider-area .owl-nav {
        width: 95%;
    }
    .banner-slider-area .owl-nav button {
        margin: 0px 10px;
    }
    .banner-social-links {
        left: 6%;
    }
}

/*# sourceMappingURL=responsive.css.map */