@media (max-width: 1400px) {
    .banner_cont h3 {
    font-size: 46px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 519px) {
    .portfolio::before{
        display: none;
    }
    .portfolio_top_title h3 {
    font-size: 33px;
    text-align: center;
}
    header.header {
        display: none;
    }
    .responsive_menu {
        display: block;
    }
    .responsive_logo img {
        width: 114px;
        filter: brightness(0) invert(1);
    }
    .open_menu {
        font-size: 28px;
    }
    .side_menu li a {
        font-size: 11px;
    }
    .banner_cont h3 {
        font-size: 30px;
        line-height: 1;
    }
    .transforming_book_cont::before {
        display: none;
    }
    .banner_cont h6 {
        font-size: 13px;
    }
    .banner_cont p {
        font-size: 12px;
    }
    .themebtn {
        padding: 9px 22px;
        font-size: 12px;
    }
    .home_banner {
        min-height: auto;
        padding: 40px 0px;
    }
    .banner_cont h3 span small {
        bottom: -3px;
        left: 20%;
        font-size: 11px;
    }
    .banner_cont {
        width: auto;
    }
    .banner_btn {
        gap: 20px;
    }
    .contact_form {
        width: 100%;
        padding: 40px 30px;
    }
    .banner_form {
        margin-top: 40px;
    }
    .banner_person {
        display: none;
    }
    h3.form_title {
        font-size: 28px;
    }
    .business_main h3 {
        font-size: 22px;
    }
    .business_main {
        padding: 0;
    }
    p.agency {
        display: none;
    }
    .business::before {
        display: none;
    }
    .bussiness_sub_img {
        height: auto;
        margin-bottom: 20px;
    }
    .business_services_item {
        display: block;
    }
    .bus_cont h4 {
        font-size: 23px;
        margin-bottom: 16px;
    }
    .business_main p {
        font-size: 11px;
    }
    .business::after {
        display: none;
    }
    .business {
        padding: 40px 0px;
    }
    .about {
        padding: 40px 0px;
    }
    .about_cont h3 {
        font-size: 25px;
    }
    .about_cont h6 {
        font-size: 16px;
    }
    .about_cont p {
        width: auto;
        font-size: 11px;
    }
    .about_main::before {
        display: none;
    }
    .about_img {
        height: auto;
        width: 100%;
        margin-top: 30px;
    }
    .about_arrow {
        width: 50px;
        height: 50px;
        padding: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 13px;
    }
    p.launch {
        width: 60%;
        font-size: 12px;
    }
    .about_arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .services {
        padding: 40px 0px;
    }
    .services .row {
        margin: 0;
    }
    .section_title h3 {
        font-size: 26px;
        margin: 7px 0px;
    }
    .section_title h6 {
        font-size: 17px;
    }
    .section_title p {
        font-size: 12px;
    }
    .services_icon {
        position: absolute;
        width: 120px;
        height: 120px;
        top: -29px;
        right: -40px;
        animation: ser_icon 5s linear infinite;
    }
    @keyframes ser_icon {
        100% {
            transform: rotate(360deg);
        }
    }
    .section_title h6 {
        top: 0;
        left: 0;
    }
    .services_icon img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .services_item {
        margin-top: 12px;
    }
    .services_cont h3 {
        font-size: 22px;
    }
    .services_cont p {
        font-size: 15px;
        font-weight: 200;
    }
    .get-in-touch {
        display: block;
        min-height: auto;
        padding: 40px 0px;
    }
    .get_in_touch_img {
        position: unset;
        width: 100%;
        transform: none;
        margin-top: 30px;
    }
    .get-in-touch_main h3 {
        font-size: 30px;
    }
    .get-in-touch_main p {
        font-size: 12px;
    }
    .live_chart a {
        font-size: 12px;
    }
    .get-in-touch_btn .themebtn {
        padding: 9px 20px;
        font-size: 10px;
    }
    .portfolio {
        padding: 40px 0px;
    }
    .portfolio_title {
        display: block;
        padding: 20px 10px;
        border: none;
    }
    .portfolio_img {
        position: unset;
        transform: none !important;
        width: 100%;
        height: auto;
    }
    .portfolio_title h3 {
        width: auto;
        font-size: 15px;
        margin: 7px 0px;
    }
    .portfolio_person::before {
        display: none;
    }
    .portfolio_person {
        display: none;
    }
    .banner_marquee {
        display: none;
    }
    .portfolio_main {
        background: #e9e9e9;
        border-radius: 20px;
        border: 1px solid var(--c1);
        padding: 30px 16px;
    }
    .portfolio_main .row {
        margin-top: 0;
    }
    .portfolio_top_title img {
        width: 100%;
    }
    .portfolio_top_btn {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 13px;
    }
    .portfolio_top_title {
        margin-bottom: 30px;
    }
    .transforming_book_cont h3 {
        font-size: 24px;
    }
    .transforming_book_cont {
        padding: 0;
        border: none;
    }
    span.agency {
        display: none;
    }
    .transforming_book {
        padding: 40px 0px;
    }
    .transforming_book_cont p {
        font-size: 11px;
        margin-top: 10px;
    }
    .transforming_book_btn {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .live_chat_btn a {
        font-size: 10px;
    }
    .transforming_book_cont::after {
        display: none;
    }
    .transforming_book_img {
        height: auto;
    }
    .project_crd {
        height: auto;
    }
    .testimonial {
        padding: 40px 0px;
    }
    .test_top {
        display: block;
    }
    .test_top h3 {
        width: auto;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .test_crd p {
        font-size: 17px;
        height: 150px;
        overflow-y: auto;
    }
    .test_crd {
        padding: 24px;
    }
    .test_user p {
        font-size: 12px;
        height: auto;
    }
    .test_user p span {
        font-size: 10px;
    }
    .slick-slide img {
        width: 100%;
        margin: 0;
    }
    .test_user {
        width: 50%;
    }
    .test_logo {
        width: 50%;
    }
    .faq_crd {
        padding: 13px 10px;
        display: block;
    }
    .faqcrd_left {
        width: 100%;
        padding: 10px 15px;
    }
    .faq_crdRigth.active {
        width: 100%;
        display: flex;
    }
    .faq_crdRigth {
        padding: 0px 12px;
        justify-content: flex-end;
        border: none;
        display: none;
    }
    .faq_crdRigth p {
        width: 100%;
        position: unset;
        font-size: 12px;
        transform: none;
    }
    .faqcrd_left h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .faq_btn a {
        display: none;
    }
    .faq_head h3 {
        font-size: 48px;
    }
    .flower_img {
        width: 30px;
        height: auto;
    }
    .faqs {
        padding-bottom: 40px;
    }
    .mainCta_sec {
        padding: 20px 0px 40px;
    }
    .form_top_title h3 {
        font-size: 27px;
    }
    .contact_main {
        padding: 40px 26px;
        margin: 0;
    }
    .form_top_title h6 {
        font-size: 17px;
    }
    textarea.contact_fields {
        height: 100px;
    }
    .contact_fields {
        height: 44px;
        font-size: 12px;
    }
    .contact_fields::placeholder {
        font-size: 12px;
    }
    .footer_main p {
        font-size: 13px;
        margin-bottom: 31px;
    }
    .foo_logo {
        width: 80%;
        margin-bottom: 10px;
    }
    .footer_link h4 {
        font-size: 15px;
    }
    .footer_link li a {
        font-size: 14px;
    }
    .footer_linksMain {
        display: block;
    }
    .footer_newsLetter h3 {
        font-size: 21px;
        margin-top: 20px;
    }
    .foo_btns li a {
        width: 50px;
        height: 50px;
    }
    .footer {
        padding: 40px 0px;
    }
    .banner_form::before {
        width: 300px;
        height: 300px;
        right: -160px;
        top: 150px;
    }
    .never_stop {
        z-index: 9;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    header.header {
        display: none;
    }
    .responsive_menu {
        display: block;
    }
    .responsive_logo img {
        width: 114px;
        filter: brightness(0) invert(1);
    }
    .open_menu {
        font-size: 28px;
    }
    .side_menu li a {
        font-size: 11px;
    }
    .banner_cont h3 {
        font-size: 30px;
        line-height: 1;
    }
    .banner_cont h6 {
        font-size: 13px;
    }
    .banner_cont p {
        font-size: 12px;
    }
    .themebtn {
        padding: 9px 22px;
        font-size: 12px;
    }
    .home_banner {
        min-height: auto;
        padding: 40px 0px;
    }
    .banner_cont h3 span small {
        bottom: -3px;
        left: 20%;
        font-size: 11px;
    }
    .banner_cont {
        width: auto;
    }
    .banner_btn {
        gap: 20px;
    }
    .contact_form {
        width: 100%;
        padding: 40px 30px;
    }
    .banner_form {
        margin-top: 40px;
    }
    .banner_person {
        display: none;
    }
    h3.form_title {
        font-size: 28px;
    }
    .business_main h3 {
        font-size: 22px;
    }
    .business_main {
        padding: 0;
    }
    p.agency {
        display: none;
    }
    .business::before {
        display: none;
    }
    .bussiness_sub_img {
        height: auto;
        margin-bottom: 20px;
    }
    .business_services_item {
        display: block;
    }
    .bus_cont h4 {
        font-size: 23px;
        margin-bottom: 16px;
    }
    .business_main p {
        font-size: 11px;
    }
    .business::after {
        display: none;
    }
    .business {
        padding: 40px 0px;
    }
    .about {
        padding: 40px 0px;
    }
    .about_cont h3 {
        font-size: 25px;
    }
    .about_cont h6 {
        font-size: 16px;
    }
    .about_cont p {
        width: auto;
        font-size: 11px;
    }
    .about_main::before {
        display: none;
    }
    .about_img {
        height: auto;
        width: 100%;
        margin-top: 30px;
    }
    .about_arrow {
        width: 50px;
        height: 50px;
        padding: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 13px;
    }
    p.launch {
        width: 60%;
        font-size: 12px;
    }
    .about_arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .services {
        padding: 40px 0px;
    }
    .services .row {
        margin: 0;
    }
    .section_title h3 {
        font-size: 26px;
        margin: 7px 0px;
    }
    .section_title h6 {
        font-size: 17px;
    }
    .section_title p {
        font-size: 12px;
    }
    .services_icon {
        position: absolute;
        width: 120px;
        height: 120px;
        top: -29px;
        right: -40px;
        animation: ser_icon 5s linear infinite;
    }
    @keyframes ser_icon {
        100% {
            transform: rotate(360deg);
        }
    }
    .section_title h6 {
        top: 0;
        left: 0;
    }
    .services_icon img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .services_item {
        margin-top: 12px;
    }
    .services_cont h3 {
        font-size: 22px;
    }
    .services_cont p {
        font-size: 15px;
        font-weight: 200;
    }
    .get-in-touch {
        display: block;
        min-height: auto;
        padding: 40px 0px;
    }
    .get_in_touch_img {
        position: unset;
        width: 100%;
        transform: none;
        margin-top: 30px;
    }
    .get-in-touch_main h3 {
        font-size: 30px;
    }
    .get-in-touch_main p {
        font-size: 12px;
    }
    .live_chart a {
        font-size: 12px;
    }
    .get-in-touch_btn .themebtn {
        padding: 9px 20px;
        font-size: 10px;
    }
    .portfolio {
        padding: 40px 0px;
    }
    .portfolio_title {
        display: block;
        padding: 20px 10px;
        border: none;
    }
    .portfolio_img {
        position: unset;
        transform: none !important;
        width: 100%;
        height: auto;
    }
    .portfolio_title h3 {
        width: auto;
        font-size: 15px;
        margin: 7px 0px;
    }
    .portfolio_person::before {
        display: none;
    }
    .portfolio_person {
        display: none;
    }
    .banner_marquee {
        display: none;
    }
    .portfolio_main {
        background: #e9e9e9;
        border-radius: 20px;
        border: 1px solid var(--c1);
        padding: 30px 16px;
    }
    .portfolio_main .row {
        margin-top: 0;
    }
    .portfolio_top_title img {
        width: 100%;
    }
    .portfolio_top_btn {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 13px;
    }
    .portfolio_top_title {
        margin-bottom: 30px;
    }
    .transforming_book_cont h3 {
        font-size: 24px;
    }
    .transforming_book_cont {
        padding: 0;
        border: none;
    }
    span.agency {
        display: none;
    }
    .transforming_book {
        padding: 40px 0px;
    }
    .transforming_book_cont p {
        font-size: 11px;
        margin-top: 10px;
    }
    .transforming_book_btn {
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .live_chat_btn a {
        font-size: 10px;
    }
    .transforming_book_cont::after {
        display: none;
    }
    .transforming_book_img {
        height: auto;
    }
    .project_crd {
        height: auto;
    }
    .testimonial {
        padding: 40px 0px;
    }
    .test_top {
        display: block;
    }
    .test_top h3 {
        width: auto;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .test_crd p {
        font-size: 17px;
        height: 150px;
        overflow-y: auto;
    }
    .test_crd {
        padding: 24px;
    }
    .test_user p {
        font-size: 12px;
        height: auto;
    }
    .test_user p span {
        font-size: 10px;
    }
    .slick-slide img {
        width: 100%;
        margin: 0;
    }
    .test_user {
        width: 50%;
    }
    .test_logo {
        width: 50%;
    }
    .faq_crd {
        padding: 13px 10px;
        display: block;
    }
    .faqcrd_left {
        width: 100%;
        padding: 10px 15px;
    }
    .faq_crdRigth.active {
        width: 100%;
        display: flex;
    }
    .faq_crdRigth {
        padding: 0px 12px;
        justify-content: flex-end;
        border: none;
        display: none;
    }
    .faq_crdRigth p {
        width: 100%;
        position: unset;
        font-size: 12px;
        transform: none;
    }
    .faqcrd_left h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .faq_btn a {
        display: none;
    }
    .faq_head h3 {
        font-size: 48px;
    }
    .flower_img {
        width: 30px;
        height: auto;
    }
    .faqs {
        padding-bottom: 40px;
    }
    .mainCta_sec {
        padding: 20px 0px 40px;
    }
    .form_top_title h3 {
        font-size: 27px;
    }
    .contact_main {
        padding: 40px 26px;
        margin: 0;
    }
    .form_top_title h6 {
        font-size: 17px;
    }
    textarea.contact_fields {
        height: 100px;
    }
    .contact_fields {
        height: 44px;
        font-size: 12px;
    }
    .contact_fields::placeholder {
        font-size: 12px;
    }
    .footer_main p {
        font-size: 13px;
        margin-bottom: 31px;
    }
    .foo_logo {
        width: 80%;
        margin-bottom: 10px;
    }
    .footer_link h4 {
        font-size: 15px;
    }
    .footer_link li a {
        font-size: 14px;
    }
    .footer_linksMain {
        display: block;
    }
    .footer_newsLetter h3 {
        font-size: 21px;
        margin-top: 20px;
    }
    .foo_btns li a {
        width: 50px;
        height: 50px;
    }
    .footer {
        padding: 40px 0px;
    }
    .banner_form::before {
        width: 300px;
        height: 300px;
        right: -160px;
        top: 150px;
    }
    .never_stop {
        z-index: 9;
    }
    .transforming_book_cont::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 992px) and (max-width: 1250px) {}