/* ====================common css start ===================  */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');
body {
    font-family: 'Sora', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    color: var(--thm-text);
}

:root {
    --thm-base: #0B1F43;
    --thm-primary: #452FF4;
    --thm-text: #354764;
    --thm-white: #ffffff;
    --thm-light-bg: #F6F5FF;
    --thm-font: 'Sora', sans-serif;
}

.btn {
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
}

.btn-primary {
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
}

.btn-primary:hover {
    background-color: var(--thm-primary);
    border-color: var(--thm-primary);
    opacity: 0.9;
}

.cw-site.menu-active {
    overflow: hidden;
}


/* ==================== common css end ===================  */


/* ==================== Home page start ===================  */


/* Header start */

.cw-header-section {
    /* background-color: #0C0637; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.9s ease-in-out;
}

.nav-item {
    margin-right: 10px;
    margin-left: 10px;
}

.nav-link {
    color: var(--thm-white);
    padding: 20px 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.nav-link::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--thm-white);
    position: absolute;
    bottom: 10px;
    left: 0;
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
    transition: opacity 300ms, transform 300ms;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--thm-white);
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--thm-white);
}

.navbar-nav .nav-link.active:after,
.navbar-nav .show>.nav-link::after {
    opacity: 0.7;
    transform: scale(1);
}

.nav-link:focus::after,
.nav-link:hover::after {
    opacity: 0.7;
    transform: scale(1);
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #162557;
}

.navbar-toggler {
    border: none;
    padding: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: unset;
    width: 35px;
    height: 3px;
    background-color: var(--thm-white);
    margin-bottom: 7px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.navbar-toggler-icon:last-child {
    margin-bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    margin-bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
    transform: rotate(-45deg);
    margin-top: -5px;
}


/* sticky header  */

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 99;
    transition: all 0.9s ease-in-out;
    animation: smoothHeader 1s;
}

.cw-header-section.fixed {
    background-color: #08162E;
}

.cw-header-section.fixed .navbar {
    border: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

@keyframes smoothHeader {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }
}


/* Header end */


/* hero section start */

.cw-hero-section {
    padding-top: 208px;
    padding-bottom: 460px;
    background-color: #0C0637;
    position: relative;
    /* overflow: hidden; */
    background-image: url('../images/hero-bg-image.png');
    background-position: center -20px;
    background-repeat: no-repeat;
}

.cw-hero-content {
    text-align: center;
    position: relative;
    z-index: 5;
}

.cw-hero-title {
    margin-bottom: 24px;
    font-size: 48px;
    font-weight: 700;
    color: var(--thm-white);
}

.cw-hero-description {
    margin-bottom: 30px;
    color: var(--thm-white);
    margin-left: 200px;
    margin-right: 200px;
}

.cw-hero-image {
    text-align: center;
    position: absolute;
    bottom: -228px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.cw-hero-image::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -90px;
    width: 787px;
    height: 490px;
    opacity: 0.35;
    background: #68D3A7;
    filter: blur(150px);
    transform: translateX(-50%);
    z-index: -1;
}

.cs-hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cw-hero-botoom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.cw-hero-element-1 {
    position: absolute;
    top: 280px;
    left: 180px;
    animation: zoomscale 4s linear infinite;
}

.cw-hero-element-2 {
    position: absolute;
    top: 240px;
    right: 171px;
    animation: zoomscale 4s linear infinite;
}

.cw-hero-element-3 {
    position: absolute;
    bottom: 248px;
    left: 334px;
    animation: zoomscale 4s linear infinite;
}

.cw-hero-element-4 {
    position: absolute;
    bottom: 157px;
    right: 334px;
    animation: zoomscale 4s linear infinite;
}

.cw-hero-element-5 {
    position: absolute;
    bottom: 440px;
    right: 414px;
    animation: zoomscale 4s linear infinite;
}


/* hero section end */


/* feature section start */

.cw-feature-section {
    position: relative;
    overflow: hidden;
}

.cw-feature-section::before {
    content: '';
    width: 300px;
    height: 300px;
    /* opacity: 0.4; */
    background-color: rgba(65, 226, 149, 0.15);
    filter: blur(150px);
    position: absolute;
    top: 300px;
    left: 0;
    z-index: -1;
}

.cw-feature-section::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 300px;
    height: 300px;
    background-color: rgba(69, 47, 244, 0.20);
    filter: blur(150px);
    z-index: -1;
}

.cw-section-heading {
    margin-bottom: 50px;
    text-align: center;
}

.cw-section-label {
    font-size: 18px;
    font-weight: 600;
    color: var(--thm-primary);
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
}

.cw-section-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--thm-text);
    margin-bottom: 0;
}

.cw-feature-section {
    padding: 350px 0 120px;
}

.cw-feature-list {
    margin-bottom: 0;
}

.cw-feature-list-left {
    text-align: right;
}

.cw-feature-item:not(:last-child) {
    margin-bottom: 40px;
}

.cw-feature-list-left .cw-feature-item:nth-of-type(2) {
    padding-right: 50px;
}

.cw-feature-list-right .cw-feature-item:nth-of-type(2) {
    padding-left: 50px;
}

.cw-feature-item-icon {
    margin-bottom: 15px;
}

.cw-feature-item-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-text);
    margin-bottom: 5px;
}

.cw-feature-item-description {
    margin-bottom: 0;
}

.cw-feature-image {
    text-align: center;
}


/* feature section end */


/* about section start */

.cw-about-section {
    padding: 120px 0;
    background-color: var(--thm-light-bg);
}

.cw-about-image {
    padding: 70px 70px 70px 0px;
    border-radius: 20px;
    background: linear-gradient(102deg, #103045 -2.7%, #131F55 98.81%);
}

.cw-about-content .cw-section-heading {
    text-align: left;
    margin-bottom: 24px;
}

.cw-about-description {
    margin-bottom: 24px;
}

.cw-about-info-list {
    margin-bottom: 34px;
}

.cw-about-info-item {
    display: flex;
    margin-bottom: 24px;
    align-items: center;
}

.cw-about-info-item:last-child {
    margin-bottom: 0;
}

.cw-about-info-item-icon {
    margin-right: 10px;
}

.cw-about-info-item-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}


/* about section end */


/* client secttion start */

.cw-client-section {
    padding: 120px 0;
}

.slick-slider {
    margin: 0 -12px;
}

.slick-slide {
    margin-right: 12px;
    margin-left: 12px;
}

.slick-arrow {
    border: none;
    font-size: 0;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--thm-base);
    background-image: url('../images/slick-arrow.png');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slick-arrow.slick-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.slick-next {
    transform: translateY(-50%) rotate(180deg);
    left: unset;
    right: 20px;
}

.slick-arrow:hover {
    background-color: var(--thm-primary);
}

.slick-dots {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    line-height: 0;
}

.slick-dots li:not(:last-child) {
    margin-right: 10px;
}

.slick-dots li button {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    background-color: var(--thm-base);
    opacity: 0.3;
}

.slick-dots .slick-active button {
    background-color: var(--thm-primary);
    opacity: 1;
}

.cw-client-heading {
    margin-bottom: 50px;
    text-align: center;
}

.cw-client-counter-text {
    font-size: 76px;
    font-weight: 700;
    color: var(--thm-text);
    margin-bottom: 15px;
}

.cw-client-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--thm-text);
    margin-bottom: 0;
}

.cw-client-item img {
    text-align: center;
    margin: 0 auto;
}


/* client secttion end */


/* testimonial section start */

.cw-testimonial-section {
    padding-bottom: 120px;
    overflow: hidden;
}

.cw-testimonial-item__inner {
    padding: 40px;
    border-radius: 20px;
    background: #F3F5F8;
}

.cw-testimonial-profile {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.cw-testimonial-image img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    border-radius: 100%;
}

.cw-testimonial-profile-content {
    margin-left: 20px;
}

.cw-testimonial-name {
    font-size: 20px;
    color: var(--thm-text);
    font-weight: 600;
    margin-bottom: 5px;
}

.cw-testimonial-designation {
    color: var(--thm-text);
    font-size: 18px;
    margin-bottom: 0;
}

.cw-testimonial-rating-list {
    list-style: none;
    margin: 0 0 24px 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.cw-testimonial-rating-item:not(:last-child) {
    margin-left: 10px;
}

.cw-testimonial-title {
    font-size: 20px;
    font-weight: 600;
}

.cw-testimonial-description {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}


/* testimonial  section end */


/* pricing section start */

.cw-pricing-section {
    background-color: #F6F5FF;
    padding: 120px 0;
    position: relative;
}

.cw-pricing-wrapper {
    position: relative;
    z-index: 1;
}

.cw-pricing-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.cw-pricing-switch .form-check-label {
    font-size: 18px;
    font-weight: 600;
}

.cw-pricing-switch .form-switch {
    margin: 0 20px;
}

.cw-pricing-switch .form-switch .form-check-input {
    width: 90px;
    height: 40px;
    background-image: url('../images/price-switch.svg');
    margin-top: 0;
    border-color: var(--thm-text);
    background-color: transparent;
    cursor: pointer;
}

.cw-pricing-switch .form-check-input:focus {
    box-shadow: none;
    border-color: var(--thm-text);
}

.cw-pricing-switch .form-switch .form-check-input:checked {
    background-color: var(--thm-text);
    background-image: url('../images/price-switch-white.svg');
}

.cw-pricing-card-wrapper {
    background-color: var(--thm-white);
    border: 2px solid var(--thm-white);
    border-radius: 20px;
    padding: 50px 40px;
    text-align: center;
    height: 100%;
    position: relative;
}

.cw-pricing-card-head {
    margin-bottom: 20px;
}

.cw-pricing-card-title {
    font-size: 18px;
    color: var(--thm-primary);
    margin-bottom: 10px;
    display: block;
}

.cw-pricing-card-price {
    font-size: 32px;
    color: var(--thm-text);
    margin-bottom: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.cw-pricing-card-btn {
    display: block;
    padding: 20px 0;
}

.cw-pricing-card-btn .btn {
    min-width: 240px;
}

.cw-pricing-card-btn .btn-outline-secondary {
    color: var(--thm-text);
}

.cw-pricing-card-btn .btn-outline-secondary:hover {
    background-color: var(--thm-primary);
    color: var(--thm-white);
}

.cw-pricing-card-list {
    padding: 15px 0 0 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0;
}

.cw-pricing-card-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.cw-pricing-card-item:not(:last-child) {
    margin-bottom: 15px;
}

.cw-pricing-card-item-icon {
    margin-right: 15px;
}

.cw-pricing-card-item-text {
    margin-bottom: 0;
    text-align: left;
}

.cw-pricing-card-wrapper.popular {
    border: 2px solid var(--thm-primary);
}

.cw-pricing-card-popular-label {
    background-color: var(--thm-primary);
    padding: 5px 10px;
    border-radius: 50px;
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 20px;
}

.cw-pricing-cards-year {
    display: none;
}

.cw-pricing-element-1 {
    position: absolute;
    top: 52px;
    right: 64px;
    animation: zoomscale 4s linear infinite;
}

.cw-pricing-element-2 {
    position: absolute;
    bottom: 62px;
    left: 67px;
    animation: zoomscale 4s linear infinite;
}

.cw-pricing-element-3 {
    position: absolute;
    bottom: 36px;
    right: 44px;
    animation: smothx 5s linear infinite;
}

@keyframes smothx {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

@keyframes zoomscale {
    50% {
        opacity: 1.5;
        transform: translateX(-10px);
    }
    80% {
        opacity: 1.1;
        transform: scale(0.8);
    }
}


/* pricing section end */


/* faq section start */

.cw-faq-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    border: 1px solid #CAC6FD !important;
    border-radius: 10px !important;
    color: var(--thm-text);
}

.accordion-item:not(:last-child) {
    margin-bottom: 15px;
}

.accordion-button {
    border-radius: 10px !important;
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 500;
    color: var(--thm-text);
    align-items: center;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: var(--thm-primary);
}

.accordion-body {
    padding: 10px 20px;
}

.accordion-button::after {
    background-image: url('../images/plus.svg');
    background-size: 18px;
    background-position: center;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.png');
    /* transform: rotate(0); */
}

.cw-faq-section::before {
    content: '';
    width: 300px;
    height: 300px;
    /* opacity: 0.4; */
    background-color: rgba(65, 226, 149, 0.15);
    filter: blur(200px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cw-faq-section::after {
    content: "";
    position: absolute;
    bottom: 180px;
    right: 0;
    width: 220px;
    height: 220px;
    background-color: rgba(69, 47, 244, 0.20);
    filter: blur(200px);
    z-index: -1;
}


/* faq section end */


/* call to action start */

.cw-cta-section {
    padding-bottom: 120px;
}

.cw-cta-section__inner {
    padding: 70px 50px;
    background-color: #F6F5FF;
    background-image: url('../images/call-to-action-bg.png');
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.cw-cta-button {
    text-align: right;
}

.cw-cta-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cw-cta-description {
    margin-bottom: 0;
}


/* call to action end */


/* footer start */

.cw-footer-section {
    padding-top: 160px;
    background-color: #0C0637;
    position: relative;
    background-image: url('../images/footer-shape.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    overflow: hidden;
}

.cw-footer-section::after {
    content: '';
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 720px;
    height: 130px;
    background-color: rgba(69, 47, 244, 0.40);
    filter: blur(150px);
}

.cw-footer-center {
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cw-footer-block-list {
    padding: 20px 0;
    margin: 24px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    left: 0;
}

.cw-footer-block-item:not(:last-child) {
    margin-right: 40px;
}

.cw-footer-block-link {
    color: var(--thm-white);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.cw-footer-block-link:hover {
    color: var(--thm-primary);
}

.cw-footer-social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-footer-social-item:not(:last-child) {
    margin-right: 30px;
}

.cw-footer-social-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid var(--thm-white);
    display: inline-block;
    color: var(--thm-white);
    fill: var(--thm-white);
    transition: all 0.3s ease-in-out;
}

.cw-footer-social-link:hover {
    border-color: var(--thm-primary);
    fill: var(--thm-white);
    color: var(--thm-white);
    background-color: var(--thm-primary);
}

.cw-footer-bottom {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cw-footer-bootom__inner {
    padding: 30px 0;
    border-top: 1px solid rgba(168, 255, 250, 0.15);
}

.cw-copyright-text {
    margin-bottom: 0;
    font-size: 18px;
    color: #F5F6F7;
    font-weight: 400;
}


/* footer end */


/* scroll to top button start*/

.scroll-to-top {
    width: 45px;
    height: 45px;
    line-height: 48px;
    background-color: var(--thm-primary);
    color: var(--thm-white);
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 18px;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 16px;
    display: none;
}

.scroll-to-top:hover {
    background-color: var(--thm-base);
    color: var(--thm-white);
}


/* scroll to top button End*/


/* ====================Home Page end ===================  */


/* ====================media Query start ===================  */

@media (min-width: 992px) {
    .cw-about-image {
        margin-right: 50px;
    }
}

@media (max-width: 1599px) {
    .cw-hero-section {
        padding-top: 180px;
        padding-bottom: 270px;
    }
    .cw-hero-image::before {
        width: 687px;
        height: 390px;
    }
}

@media (max-width: 1199px) {
    .cw-hero-image {
        bottom: -128px;
    }
    .cw-hero-image::before {
        width: 587px;
        height: 290px;
    }
    .cw-hero-description {
        margin-left: 0px;
        margin-right: 0px;
    }
    .cw-feature-section {
        padding: 200px 0 80px;
    }
    .cw-section-title {
        font-size: 36px;
    }
    .cw-about-section {
        padding: 80px 0;
    }
    .cw-client-section {
        padding: 80px 0;
    }
    .cw-client-counter-text {
        font-size: 65px;
        margin-bottom: 10px;
    }
    .cw-client-title {
        font-size: 36px;
    }
    .cw-testimonial-section {
        padding-bottom: 80px;
    }
    .cw-pricing-section {
        padding: 80px 0;
    }
    .cw-pricing-element-3,
    .cw-pricing-element-2 {
        opacity: 0.2;
    }
    .cw-faq-section {
        padding: 80px 0;
    }
    .cw-cta-section {
        padding-bottom: 80px;
    }
    .cw-cta-section__inner {
        padding: 50px 30px;
    }
    .cw-footer-section {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .navbar-brand img {
        width: 170px;
    }
    .navbar {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .nav-item {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .nav-link {
        padding: 10px 10px;
    }
    .nav-link::after {
        display: none;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transition: all 0.4s ease-in-out;
        z-index: 100;
    }
    .navbar-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-y: auto;
        background-color: #0C0637;
        height: 100%;
        transition: all 0.4s ease-in-out;
    }
    .navbar-toggler {
        z-index: 101;
        order: 2;
        margin-left: 20px;
    }
    .cw-header-btn {
        margin-left: auto;
        order: 1;
    }
    .cw-hero-section {
        padding-top: 150px;
        padding-bottom: 180px;
    }
    .cw-hero-title {
        margin-bottom: 15px;
        font-size: 36px;
    }
    .cw-hero-description {
        margin-bottom: 20px;
    }
    .cw-hero-image::before {
        width: 517px;
        height: 220px;
    }
    .cw-hero-image {
        bottom: -108px;
    }
    .cw-feature-section {
        padding: 170px 0 60px;
    }
    .cw-section-title {
        font-size: 32px;
    }
    .cw-section-heading {
        margin-bottom: 30px;
    }
    .cw-feature-section .col-12:nth-of-type(2) {
        order: 1;
    }
    .cw-feature-section .col-12:nth-of-type(1) {
        order: 2;
    }
    .cw-feature-section .col-12:nth-of-type(3) {
        order: 3;
    }
    .cw-feature-list-left {
        text-align: left;
    }
    .cw-feature-item:not(:last-child) {
        margin-bottom: 24px;
    }
    .cw-feature-list-left .cw-feature-item:nth-of-type(2) {
        padding-right: 0px;
    }
    .cw-feature-list-right .cw-feature-item:nth-of-type(2) {
        padding-left: 0px;
    }
    .cw-feature-image {
        margin-bottom: 30px;
    }
    .cw-feature-section::before,
    .cw-feature-section::after {
        display: none;
    }
    .cw-about-section {
        padding: 60px 0;
    }
    .cw-section-label {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .cw-about-info-item {
        margin-bottom: 10px;
    }
    .cw-about-info-list {
        margin-bottom: 20px;
    }
    .cw-about-content .cw-section-heading {
        margin-bottom: 15px;
    }
    .cw-client-section {
        padding: 60px 0;
    }
    .cw-client-heading {
        margin-bottom: 30px;
    }
    .cw-client-counter-text {
        font-size: 54px;
    }
    .cw-client-title {
        font-size: 32px;
    }
    .cw-testimonial-section {
        padding-bottom: 60px;
    }
    .cw-testimonial-item__inner {
        padding: 30px;
    }
    .cw-pricing-section {
        padding: 60px 0;
    }
    .cw-pricing-switch {
        margin-bottom: 30px;
    }
    .cw-pricing-cards .col-12:not(:last-child) .cw-pricing-card-wrapper {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
    .cw-pricing-card-wrapper {
        padding: 30px 20px;
    }
    .cw-faq-section {
        padding: 60px 0;
    }
    .accordion-button {
        font-size: 18px;
    }
    .cw-cta-section {
        padding-bottom: 60px;
    }
    .cw-cta-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .cw-cta-section__inner {
        padding: 40px 30px;
    }
    .cw-footer-section {
        padding-top: 60px;
    }
    .cw-footer-center {
        padding: 40px 0;
    }
    .cw-footer-block-list {
        margin: 10px 0;
    }
    .cw-copyright-text {
        font-size: 16px;
    }
    .cw-footer-section::after {
        filter: blur(110px);
        width: 560px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .cw-header-btn {
        width: 100%;
        margin-top: 10px;
        order: 2;
    }
    .cw-header-btn .btn {
        width: 100%;
    }
    .navbar-toggler {
        order: 1;
    }
    .cw-hero-section {
        padding-top: 170px;
        padding-bottom: 60px;
    }
    .cw-hero-title {
        margin-bottom: 15px;
        font-size: 28px;
    }
    .cw-hero-image {
        position: unset;
        transform: none;
        margin-top: 40px;
        order: 1;
    }
    .cw-hero-content {
        position: relative;
        order: 2;
    }
    .cw-hero-image::before {
        display: none;
    }
    .cw-hero-botoom-shape,
    .cw-hero-elements {
        display: none;
    }
    .cw-feature-section {
        padding: 40px 0 40px;
    }
    .cw-section-heading {
        margin-bottom: 24px;
    }
    .cw-section-title {
        font-size: 26px;
    }
    .cw-feature-list-left {
        margin-bottom: 24px;
    }
    .cw-about-section {
        padding: 40px 0;
    }
    .cw-about-image {
        margin-bottom: 30px;
    }
    .cw-about-description {
        margin-bottom: 15px;
    }
    .cw-client-section {
        padding: 40px 0;
    }
    .cw-client-heading {
        margin-bottom: 24px;
    }
    .cw-client-counter-text {
        font-size: 46px;
    }
    .cw-client-title {
        font-size: 26px;
    }
    .cw-client-heading {
        margin-bottom: 24px;
    }
    .cw-testimonial-section {
        padding-bottom: 40px;
    }
    .cw-testimonial-profile {
        margin-bottom: 15px;
    }
    .cw-testimonial-rating-list {
        margin: 0 0 15px 0;
    }
    .cw-testimonial-description {
        font-size: 16px;
    }
    .cw-testimonial-designation {
        font-size: 16px;
    }
    .cw-pricing-section {
        padding: 40px 0;
    }
    .cw-pricing-switch {
        margin-bottom: 24px;
    }
    .cw-pricing-card-btn {
        padding: 10px 0;
    }
    .cw-pricing-card-head {
        margin-bottom: 10px;
    }
    .cw-faq-section {
        padding: 40px 0;
    }
    .cw-faq-section::before {
        width: 230px;
    }
    .accordion-button {
        font-size: 16px;
    }
    .accordion-button::after {
        background-size: 16px;
    }
    .cw-faq-section::after {
        width: 150px;
    }
    .cw-cta-section {
        padding-bottom: 40px;
    }
    .cw-cta-content {
        text-align: center;
        margin-bottom: 20px;
    }
    .cw-cta-title {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .cw-cta-button {
        text-align: center;
    }
    .cw-cta-section__inner {
        padding: 30px 20px;
    }
    .cw-footer-block-list {
        flex-direction: column;
    }
    .cw-footer-block-item:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .cw-footer-social-item:not(:last-child) {
        margin-right: 15px;
    }
    .cw-footer-section {
        padding-top: 40px;
    }
    .cw-footer-center {
        padding: 30px 0;
    }
    .cw-footer-section::after {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .cw-footer-bootom__inner {
        padding: 20px 0;
    }
    .cw-header-section.fixed .cw-header-btn {
        display: none;
    }
}


/* ====================media Query end===================  */