


body {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

:root{
       --primary-color: #3d484e;
            --accent-color: #ff7c01;
            --text-light: #6c757d;
            --bg-light: #f8f9fa;
            --shadow-light: rgba(61, 72, 78, 0.08);
            --shadow-medium: rgba(61, 72, 78, 0.15);
}

.hidden {
    display: none !important;
}
.m_b15 {
    margin-bottom: 15px;
}
.applying_job_title {
    margin-bottom: 15px;
    font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a,
a:hover {
    text-decoration: none;
}
figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #2c353a;
}
p {
    font-size: 16px;
    color: #2c353ab5;
    line-height: 31px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #fff;
    transition: 500ms ease all;
}
header.sticky {
    background: rgb(255 255 255 / 96%);
    -moz-box-shadow: 2px 1px 3px 0px #ccc;
    -webkit-box-shadow: 2px 1px 3px 0px #ccc;
    box-shadow: 2px 1px 3px 0px #ccc;
}
.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo img {
    height: 40px;
    width: auto;
    transition: 500ms ease all;
}
.sticky .logo img {
    height: 30px;
}
.navigation {
    display: block;
    width: 100%;
    text-align: right;
}
.navigation ul li {
    display: inline-block;
    position: relative;
    padding: 30px 0;
    transition: 500ms ease all;
}
.sticky .navigation ul li {
    padding: 5px 0;
}
.navigation ul li a {
    display: inline-block;
    padding: 10px 0;
    margin: 0 15px;
    text-transform: uppercase;
    color: #2c353a;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    transition: 300ms ease all;
    position: relative;
    width: 70px;
    text-align: left;
}
ul.sub_menu li {
    text-align: left !important;
}
.navigation ul li a::before {
    content: "";
    position: absolute;
    top: 100%;
    background: #f6921e;
    width: 50px;
    height: 2px;
    transition: 300ms ease all;
    opacity: 0;
    left: 0;
}
.navigation ul li:hover a::before {
    opacity: 1;
}
.all_btn {
    border: 2px solid #d0e4ea;
    background-color: transparent;
    border-radius: 100px;
    padding: 9px 0;
    font-size: 16px;
    color: #2c353a;
    text-align: center;
    font-weight: 400;
    display: block;
    width: 180px;
    transition: 300ms ease all;
    text-transform: uppercase;
}
.navigation ul li .header_btn:hover,
.all_btn:hover {
    background: #f48120;
    border-color: #f48120;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
}
.navigation ul li:last-child {
    padding: 0;
}
.navigation ul li .header_btn {
    padding: 7px 0;
    letter-spacing: 0;
    width: 180px;
}
.navigation ul li .header_btn::before {
    display: none;
}
.navigation ul li:hover .sub_menu {
    opacity: 1;
    visibility: visible;
}
.sub_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 360px;
    background: #2c353a;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms ease all;
    z-index: 3;
}
.navigation .sub_menu li {
    display: block;
    padding: 0;
}
.navigation ul li:hover .sub_menu li a {
    background: none;
    color: inherit;
    font-weight: inherit;
    letter-spacing: 1px;
    color: #fff;
}
.navigation .sub_menu li a {
    color: #fff;
    padding: 10px 0;
    width: auto;
    text-align: left;
}
.navigation ul li .sub_menu li a::before {
    height: 1px;
    opacity: 1;
}
.navigation ul li .sub_menu li a:hover,
.navigation ul li:hover a {
    color: #f6921e;
    letter-spacing: 2px;
    font-weight: 700;
}
.header-push {
    display: block;
    width: 100%;
    height: 103px;
    position: relative;
}
.banner_top_circle {
    position: absolute;
    top: 0;
    left: 40%;
    transform: translate(-60%, 0);
    z-index: 6;
}
.banner_top_circle img {
    width: 80px;
    height: auto;
}
.top_menu_bar {
    z-index: 99;
    position: relative;
    display: none;
}
.menu_line {
    display: block;
    height: 2px;
    border-radius: 10px;
    width: 30px;
    margin: 5px 0;
    background: #303030;
    transition: 500ms ease all;
}
.top_menu_bar.active .menu_line:nth-child(1) {
    transform: rotate(45deg) translateX(10px);
}
.top_menu_bar.active .menu_line:nth-child(2) {
    opacity: 0;
}
.top_menu_bar.active .menu_line:nth-child(3) {
    transform: rotate(-45deg) translateX(10px);
}
.main_banner {
    position: relative;
    padding-bottom: 160px;
}
.banner_slider .slick-dots {
    left: -100px;
    top: 50%;
    bottom: auto;
    width: auto;
    transform: translate(30px, -50%);
}
.banner_slider .slick-dots li {
    display: block;
}
.banner_slider .slick-dots li button:before {
    color: transparent;
    content: "";
    background: #2c353a;
    opacity: 1;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid #2c353a;
}
.banner_slider .slick-dots li button:hover::before,
.banner_slider .slick-dots li.slick-active button:before {
    border-color: #f48120;
    background: #fff;
}
.banner_slider .banner_wrapper {
    align-items: center;
    display: flex !important;
    margin: 0;
}
.banner_image_side {
    position: relative;
    text-align: right;
}
.slide_image {
    position: absolute;
    top: 11%;
    right: 28%;
}
.slide_image img {
    width: 500px;
}
.banner_slider .slick-slide img {
    display: inline-block;
}
.small_circle {
    position: absolute;
    bottom: 15px;
    left: 160px;
}
.small_circle img {
    width: 45px;
}
.rectangle {
    position: absolute;
    bottom: 0;
    transform: translate(-13%, 0);
}
.all-sec-padding {
    padding: 80px 10px;
}
.banner_content h1 {
    font-size: 40px;
    line-height: 58px;
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    position: relative;
    text-transform:uppercase;
}
.banner_content h1::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    background: #f48120;
    width: 65px;
    height: 3px;
    border-radius: 10px;
    margin-left: 2px;
}
.banner_content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 35px;
}
section.counter_section {
    padding-bottom: 80px;
  
}
.counter_wrapper li {
    display: flex;
    align-items: center;
    margin: 0 60px;
}
.counter_wrapper li img {
    height: 117px;
    width: auto;
}
.counter_wrapper li img:last-child {
    transform: rotate(180deg);
}
.count_wrapp {
    display: flex;
}
.counter_container .count_wrapp p,
.counter_container span {
    color: #f48120;
    font-size: 58px;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    margin-top: 10px;
}
.counter_container p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.counter_container {
    padding: 0 5px;
    text-align: center;
}
ul.counter_wrapper {
    display: flex;
    justify-content: center;
}
.design-section {
    border-bottom: 2px solid #f48120;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.title_wrapper {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.title_wrapper h2 {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    padding-bottom: 15px;
    font-weight: 900;
    position: relative;
    display: inline-block;
}
.title_wrapper h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 65px;
    height: 3px;
    background-color: #f48120;
    border-radius: 10px;
    transform: translateX(-50%);
}


.service-section .title_wrapper h2::before {
    content: "";
    position: absolute;
    top: 100%;
     left: 0; 
    width: 65px;
    height: 3px;
    background-color: #f48120;
    border-radius: 10px;
     transform: unset; 
}

.design_content {
    max-width: 655px;
    text-align: center;
    margin: 0 auto;
}
.design_content p {
    color: #f1f1f1;
}
.design_btn {
    position: absolute;
    bottom: -25px;
    left: 50%;
    background: #f48120;
    border-color: #f48120;
    transform: translate(-50%, -3px);
}
.service_wrapper {
    padding-right: 40px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    background:#fff;
    padding: 25px;
    border-radius: 15px;
}
.service_title {
    display: block;
    margin-bottom: 20px;
}

.service-section {
    background: #f9f9f9;
}
.service_title h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 900;
}
.service_wrapper p {
    margin-bottom: 20px;
}
.service_image_wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.title_black h2 {
    color: #2c353a;
}
.products_wrapp {
    padding-right: 40px;
    margin-bottom: 60px;
}
.products_wrapp li a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.products_wrapp li a img {
    height: 60px;
    width: 90px;
    margin-left: 40px;
}
.service_detail_wrapp li a h4,
.products_wrapp li a h4 {
    -webkit-transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    -webkit-transition-timing-function: ease-in-out;
    transition-duration: 0.3s;
    transition-delay: 0s;
    transition-timing-function: ease-in-out;
    font-size: 18px;
    font-weight: 500;
}
.service_detail_wrapp li a h4:hover,
.products_wrapp li a h4:hover {
    color: #f48120;
    letter-spacing: 1px;
    font-weight: 700;
}
.products_parent:nth-child(2) .products_wrapp {
    padding-right: 0;
    padding-left: 40px;
}
.products_parent:nth-child(2) .products_wrapp li a {
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.products_parent:nth-child(2) .products_wrapp li a img {
    margin-left: 0;
    margin-right: 40px;
}
/*.products_btn {*/
/*    margin: 0 auto;*/
/*}*/
.review_section .review_parent:nth-child(odd) {
    transform: translate(0px, 600px);
    opacity: 0;
    visibility: hidden;
    transition: all 600ms ease-in-out;
}
.review_section .review_parent.animate {
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
}
.review_title {
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
.review_title::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 180px;
    background: #2c353a;
}
.review_title::after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 2px;
    width: 180px;
    background: #2c353a;
}
.review_title img {
    height: 44px;
    width: auto;
}
.review_wrapper {
    position: relative;
    padding: 50px 30px;
    border: 2px solid #6b7b83;
    border-bottom-right-radius: 45%;
    padding-bottom: 100px;
    padding-right: 50px;
}
.review_icon {
    position: absolute;
    top: -23px;
    right: -2px;
}
.client_image {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, 0);
    border: 2px solid #6b7b83;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    padding: 7px;
    background: #fff;
}
.client_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_wrapper p {
    margin-bottom: 40px;
}
.client {
    position: relative;
}
.client::before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #f48120;
    border-radius: 10px;
}
.client h4 {
    font-size: 17px;
    font-weight: 700;
}
.client span {
    font-weight: 400;
}
.review_parent:nth-child(3) .review_wrapper,
.review_parent:nth-child(2) .review_wrapper {
    border-bottom-left-radius: 45%;
    text-align: center;
    padding-right: 30px;
}
.review_parent:nth-child(3) .review_wrapper .client,
.review_parent:nth-child(2) .review_wrapper .client {
    display: inline-block;
}
.review_parent:nth-child(2) .review_wrapper .review_icon {
    display: none;
}
.review_parent:nth-child(3) .review_wrapper {
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: inherit;
    text-align: right;
    padding-left: 50px;
}
.review_parent:nth-child(3) .review_wrapper .review_icon {
    transform: rotateY(180deg);
    right: auto;
    left: -2px;
}
.review_parent:nth-child(2) .review_wrapper .client::before {
    left: 50%;
    transform: translate(-50%, 0);
}
.review_parent:nth-child(3) .review_wrapper .client::before {
    left: auto;
    right: 0;
}
.chat_content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.chat_content form {
    margin-top: 80px;
}
.chat_content form input {
    display: block;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-bottom: 2px solid #d0e4ea;
    margin-bottom: 40px;
}
.chat_content form input::placeholder {
    font-size: 14px;
    color: #d0e4ea;
    font-weight: 300;
}
.chat_title_icon {
    position: absolute;
    top: -20px;
    left: -10%;
}
.chat_title_icon img {
    height: 80px !important;
    width: auto;
}
.blog_image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.blog_content {
    background: #d0e4ea;
    padding: 42px 30px;
    height: 100%;
    position: relative;
    margin-left: -15px;
    max-height: 360px;
}
.blog_title {
    display: block;
    margin-bottom: 40px;
    position: relative;
}
.blog_row:nth-child(even) .blog_col_wrapp .blog_image .blog_second_title h3::before,
.blog_title::before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 70px;
    height: 3px;
    background: #f48120;
    border-radius: 10px;
}
.blog_title h3 {
    transition: 300ms ease all;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.blog_title h3:hover {
    letter-spacing: 1px;
}
.blog_title h3 span {
    display: block;
}
.blog_content p {
    font-size: 16px;
    padding-top: 50px;
    max-height: 160px;
    overflow: hidden;
}
.blog_second_title {
    position: absolute;
    bottom: 10px;
    left: 40px;
}
.blog_second_title h3 {
    color: #fff;
}
.blog_second_title::before {
    bottom: auto;
    top: -20px;
}
.blog_row {
    margin-bottom: 30px;
}
.blog_row:nth-child(even) {
    flex-direction: row-reverse;
}
.blog_row:nth-child(even) .blog_col_wrapp .blog_image .blog_second_title {
    position: static;
    background: #d0e4ea;
    margin-bottom: 0;
    padding: 38px 20px;
    padding-top: 20px;
}
.blog_row:nth-child(even) .blog_col_wrapp .blog_image .blog_second_title h3 {
    color: #2c353a;
    position: relative;
}
.blog_row:nth-child(even) .blog_col_wrapp .blog_image .blog_second_title::before {
    display: none;
}
.long_flag {
    margin-top: 30px;
}
.about_content {
    max-width: 745px;
    margin: 0 auto;
}
.about_content p {
    font-size: 16px;
    line-height: 28px;
}
.about_btn {
    margin-top: 17px;
}
footer {
    background: #2c353a;
    position: relative;
}
.footer_media {
    margin-bottom: 40px;
}
.footer_media li {
    display: inline-block;
}
.footer_media li a {
    color: #fff;
    font-size: 18px;
}
.footer_media li a img {
    height: 20px;
    width: auto;
}
.footer_media li:nth-child(2) {
    margin-left: 20px;
}
.all_footer_ul li a,
.all_footer_ul li {
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 400;
    transition: 300ms ease all;
}
.footer_links li a:hover {
    letter-spacing: 1px;
    font-weight: 600;
}
.all_footer_ul li {
    margin-bottom: 10px;
}
.footer_icon {
    position: absolute;
    bottom: 0;
    right: 40%;
    transform: translate(40%, 0);
}
.footer_icon img {
    transform: rotate(180deg);
}
.footer_social_media {
    margin-top: 40px;
}
.footer_social_media li {
    display: inline-block;
}
.footer_social_media li a {
    color: #6b7a83;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid #6b7a83;
    display: block;
    margin: 0 7px;
    text-align: center;
    transition: 300ms ease all;
}
.footer_social_media li:nth-child(1) a:hover {
    color: #3b5998;
    border-color: #3b5998;
}
.footer_social_media li:nth-child(2) a:hover {
    color: #0e76a8;
    border-color: #0e76a8;
}
.footer_social_media li:nth-child(3) a:hover {
    color: #0e76a8;
    border-color: #0e76a8;
}
.footer_social_media li:nth-child(4) a:hover {
    color: #ff0000;
    border-color: #ff0000;
}
.blog_detail_side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}
.blog_detail_title h2 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 900;
}
.blog_detail_title {
    margin: 40px 0;
    margin-bottom: 60px;
}
.service_detail_side p,
.blog_detail_side p {
    color: #5e6b72;
}
.service_detail_page,
.blog_detail_page {
    padding-bottom: 80px;
    overflow: hidden;
}
.blog_detail_page .container,
.service_detail_page .container {
    position: relative;
}
.service_detail_side,
.blog_detail_side {
    padding-right: 50px;
}
.blog_sidebar_title h2 {
    color: #2c353a;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.blog_detail_image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.blog_sidebar_title {
    margin: 20px 0;
}
.blog_sidebar {
    margin-bottom: 80px;
}
.blog-top-image-side {
    text-align: center;
}
.blog-top-image-side img {
    width: 300px;
    height: auto;
}
.blog-top-content-side h2 {
    font-size: 35px;
    font-weight: 600;
    color: #ee4d8e;
}
.blog-top-content-side h2 span {
    color: #faaf40 !important;
}
.blog-top-content-side p {
    color: #5e6b72;
}
.sub-title-wrapp {
    font-style: italic;
    display: block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #0f0d0fab;
    letter-spacing: 1px;
    font-family: Kaushan Script !important;
}
.detail_icon {
    position: absolute;
    left: -130px;
    top: 15%;
    display: flex;
    align-items: center;
    transform: translate(5%, 30%);
}
.blog-section .container {
    position: relative;
}
.service_top_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    object-fit: cover;
    background: #592189;
    border-bottom-right-radius: 222px;
}
.service_detail_side img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.service_detail_wrapp li a {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.service_detail_wrapp li a img {
    width: 80px;
    height: auto;
    margin-right: 20px;
}
.service_detail_wrapp li a h4 {
    font-size: 16px;
}
.service_sidebar {
    margin-top: 40px;
    padding-left: 40px;
    border-left: 1px solid #d0e4ea;
    padding-bottom: 40px;
}
.tea_section {
    margin-top: 160px;
}
.tea_section .title_wrapper h2::before {
    display: none;
}
.tea_section .title_wrapper h2 {
    padding-bottom: 15px;
}
.tea_section .title_wrapper span {
    display: block;
    color: #2c353a;
    font-size: 18px;
    font-weight: 500;
}
.service_long_flag {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 0;
}
.no-gutters {
    padding: 0;
}
@media (max-width: 992px) {
    .blog-top-image-side {
        text-align: left;
    }
    .blog-top-content-side h2 {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .navigation {
        text-align: left;
    }
}
.newquote p {
    text-align: center;
}
@media (max-width: 767px) {
    .newquote h1 {
        font-size: 1rem;
    }
    .newbanner {
        background-image: none;
        min-height: auto;
    }
    .newbanner h1 {
        font-size: 28px;
    }
    .review_title{
        padding:0;
    }
    .counter-item .counter{
        font-size:32px !important;
    }
}




.bg-parallax {
    background-attachment: fixed;
}
.bg-img {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.pt-130 {
    padding-top: 130px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.banner-layout5 .sticky-top {
    top: 125px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
}
.divider {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #e7ebef;
}
.divider-white {
    background-color: #ffffff;
}
.banner-layout5 .divider {
    width: 270px;
}
.heading__title {
    font-size: 37px;
    margin-bottom: 10px;
    color:#1F4566;
}

.heading_desc {
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 300;
}
.heading-light .heading__title, .heading-light .heading__desc {
    color: #ffffff;
}
.banner__content {
    background-color: #fff;
    padding:30px 40px 40px 40px;
}
.banner-layout5 .quote__icon, .banner-layout5 .scroll__icon {
    position: absolute;
    top: -31px;
    left: 50%;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner-layout5 .scroll__icon {
    color: #ffffff;
    border: 2px solid #f48120;
}
.banner-layout5 .banner__content .heading__desc {
    font-size: 15px;
}
.heading-light .heading__title, .heading-light .heading__desc {
    color:#fff;
}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.semi-banner .semi-banner__content {
    padding: 40px;
}
.semi-banner .heading__title {
    font-size: 24px;
    color:#1F4566;
}
/*.row-no-gutter>[class*="col"] {*/
/*    padding-right: 0;*/
/*    padding-left: 0;*/
/*}*/
.counter-item .counter {
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
}
.counter-item .counter__desc {
    color: #264050;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.counters-light .counter-item .counter, .counters-light .counter-item .counter__desc {
    color: #ffffff;
}
.mt-70 {
    margin-top: 70px !important;
}
.counter-item{
    text-align:center;
}
.btn__icon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 20px;
}
.btn__xl {
    min-width: 169px;
    height: 70px;
    line-height: 70px;
}
.btn__white.btn__bordered {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.btn__white.btn__bordered:hover {
    color: #f48120;
    background-color: #ffffff;
}
.heading{
    margin-bottom:30px;
}
.counter-item span {
    font-size:33px;
    margin-left:15px;
}
.review-google i{
    color:#f48120;
}
.review-google a{
    color:#000;
    text-decoration:underline;
}
.bg-prim {
    background-color: #f48120 !important;
}
.banner__subheading{
    font-size:18px;
    color:#f48120;
    
}

.cta__icon img{
    height:47px;
}

.banner-layout5{
    padding:70px 0;
    position:relative;
}

.banner-layout5:before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    opacity:0.6;
}
.sab{
    color:#f48120;
}
.scroll__icon img{
    height:25px;
}
.cta-banner{
    padding:40px;
    height:100%;
}

.banner-layout5 .container-fluid {
    padding-left: 100px;
}
.cr-img{
    height:500px;
}

.service-section {
    position: relative;
    padding-top: 130px;
}
/*.service-section:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    height: 549px;*/
/*    width: 22rem;*/
/*    background: url(/assets/front/images/shape1-w.png);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    right: -178px;*/
/*    top: 18px;*/
/*}*/
.r-title {
    position: relative;
    right: -78%;
    transform: rotate(269deg);
    top: -74%;
}
.products_section {
    position: relative;
    padding: 80px 0;
}

.products_section:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -13rem;
    height: 100%;
    width: 100%;
    background: url(/assets/front/images/shape1-w.png);
    background-size: contain;
    opacity: 0.07;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.row_style {
    position: absolute !important;
    z-index: 5 !important;
    width: 100%;
    bottom: -75px;
    left: 0;
    right: 0;
}

.client-wrapper{
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align:center;

}

.client-wrapper p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    color: #000;
}

.client-wrapper img{
    height:55px;
    object-fit:contain;
}

.about_section {
    padding-top: 90px;
}

.tool-item img{
    width:120px;
    object-fit:contain;
}

.circle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #f48120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.circle.c-ex{
    background:#fff;
    color:#f48120;
}

.cookieinfo {
			background: rgb(100 88 98 / 69%) !important;
		}

		.animated-button.contact_us {
			font-family: 'Open Sans', sans-serif;
			color: #000;
			font-size: 14px;
			font-weight: 500;
			cursor: pointer;
			display: block;
			position: relative;
			overflow: hidden;
			padding: 15px 20px;
			border: 1px solid #000;
			border-radius: 0;
			transition: all .4s cubic-bezier(.42, 0, .58, 1);
			max-width: 150px;
			z-index: 2;
		}

		.animated-button.contact_us:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 0;
			z-index: -1;
			color: #000 !important;
			background: #041e9d;
			transition: all .4s cubic-bezier(.42, 0, .58, 1);
		}

		.animated-button.contact_us:hover {
			color: #fff !important;
			background-color: transparent;
		}

		.animated-button.contact_us:hover:after {
			right: 0;
			left: auto;
			width: 100%;
			color: #fff
		}
		.navigation ul li:nth-child(1) a,.navigation ul li:nth-child(5) a{
		    width:35px;
		}
		ul.sub_menu li a{
		    width:unset !important;
		}
		.sticky-contact{
            position:fixed;
            bottom:-10px;
            display:inline-block;
            /*background:none;*/
            padding:15px;
            display: inline-block;
            /*background: #f48120;*/
            padding: 10px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            /*box-shadow: 3px 4px 6px rgb(0 0 0 / 50%);*/
            /*right:30px;*/
            width: 100%;
margin: 0 auto;
text-align: center;
        }
        
        .sticky-contact ul li{
            list-style: none;
            display: inline-block;
            background: #f48120;
            padding: 8px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            /*margin-right: 6px;*/
        }
        .sticky-contact .fab.fa-whatsapp{
                font-weight: 900;
        padding-right: 4px;
        }
        
        .sticky-contact ul li a{
            font-size: 15px;
            padding: 15px 3px;
            color: #fff;
        }
        .sticky-contact ul li a:hover{
            color:#000;
        }
        @media(min-width:768px){
           .sticky-contact{
               display:none;
           } 
        .design-section
        {
            background-image:url('/assets/front/images/home_parallax.webp');
        }
            .all_btn:hover, .navigation ul li .header_btn:hover{
        letter-spacing:1px !important;
    }
    .navigation .sub_menu{
        min-width:407px !important;
    }
    
    }
    
  @media (max-width: 767px) { /* Adjust the max-width value as needed */
    .cookieinfo {
      display: none;
    }
    .all_footer_ul li {
    margin-bottom: 18px;
    }
    .slide_image img {
    width: 500px;
    height: 205px;
}
  }
  
  
  
  
  
  
   .titleSection h2 {
   color: #101828;
   font-size: 45px;
   line-height: 64px;
   font-weight: 600;
   }
   .counter {
   color: #FF7C00;
   font-size: 30px;
   font-weight: bold;
   }
   
.counter-wrapper {
    background: linear-gradient(145deg, #ffffff 0%, #ff7c0069 100%);
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
   
   .counter-wrapper:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(249, 115, 22, 0.3);
}




   .titleSection p {
   color: #475467;
   font-size: 20px;
   line-height: 30px;
   }
   .counterBlock h4 {
   color: #667085;
   font-size: 16px;
   font-weight: 300;
   line-height: 28px;
   }
   .scoService h3 {
   color: #101828;
   font-size: 30px;
   line-height: 39px;
   font-weight: bold;
   }
   .scoService p {
   color: #475467;
   font-size: 16px;
   line-height: 26px;
   }
   .counterBlock p {
   color: #101828;
   font-size: 16px;
   line-height: 28px;
   }
   .topTitle h1 {
   font-size: 50px;
   font-weight: bold;
   }
   .topTitle p {
   color: #475467;
   font-size: 20px;
   line-height: 32px;
   margin: 33px 0 44px;
   }
   .b-title {
   font-size: 70px;
   margin-bottom: 21px;
   }
   .b-box{
   border:1px solid #FCB040;
   border-radius:20px;
   padding:30px;
   }
   .f-box{
   border:1px solid #475467;
   border-radius:15px;
   padding:20px;
   height:100%;
   }
   .b-bg{
   background-color:#3D484E;
   }
   .b-bg h3, .b-bg p{
   color:#fff;
   }
   .f-box img{
   height:40px;
   }
   .b-pill{
   display:inline-block;
   background: unset;
   border-radius:50px;
   padding:10px;
   font-size: 28px;
   font-weight: bold;
   }
   .u-box{
   background:#D1ECFD;
   padding:30px;
   border-radius:20px;
   height:100%;
   }
   .u-box h3{
   margin-top:10px;
   margin-bottom:10px;
   }
   .u-box img{
   height:30px;
   }
   .p-box{
   background:#FFF3EA;
   }
   .c-icon{
   border-radius:50%;
   height:40px;
   width:5%;
   box-shadow: 14px 14px 36px #999999;
   display:grid;
   place-items:center;
   }
   .c-box{
   display:flex;
   gap:20px;
   margin-bottom:20px;
   }
   .c-box h3 {
   font-size: 19px;
   margin-bottom: 8px;
   color: #006D77;
   }
   .c-icon img{
   height:27px;
   }
   .c-content{
   width:95%;
   }
   .accordion .card-header {
   cursor: pointer;
   background:#2A353B;
   color:#fff;
   }
   .accordion>.card {
   margin-bottom:20px;
   }
   .accordion .card-header h5 {
   color:#fff;
   }
   .accordion .card-header i {
   transition: transform 0.2s ease;
   }
   .accordion .card-header.collapsed i {
   transform: rotate(0);
   }
   .accordion .card-header:not(.collapsed) i {
   transform: rotate(180deg);
   }
   .t-border{
   border:5px solid #FCB040;
   padding:20px;
   }
   .l-border{
   border:5px solid #3D484E;
   }
   .contact-btn{
   background:#2A353B;
   padding:30px;
   }
   .fixed-contact {
   position: sticky;
   top: 90px;
   }
   .call-btn {
   background: #FFAF00;
   color: #fff;
   border-radius: 5px;
   padding: 8px 15px;
   }
   .app-btn{
   background: #FF7C00;
   color: #fff;
   border-radius: 5px;
   padding: 8px 15px;
   margin-left:15px;
   }
   .contact-list a{
   color:#F58220;
   }
   .slick-slide{
   height:unset;
   }
   .q-btn{
   background:#FF7C00;
   border-radius:50px;
   padding:10px 20px;
   color:#fff;
   }
   
   .c-btn.big{
   padding:18px 20px;
   }
   
   .animated-icon {
    height: 30px;
    }
   
 .c-btn{
   background:transparent;
   border-radius:50px;
   padding:10px 20px;
   color:#FF7C00;
   border:1px solid #FF7C00 ;
   }
   
.w-btn {
    background: linear-gradient(45deg, #009b33, #009b33);
    border-radius: 50px;
    padding: 10px 20px;
    color: #fff;
    margin-left: 5px;
    margin-right: 9px;
}
   
   .w-btn:hover, .c-btn:hover, .q-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(45deg, #e55a00, #e6ac00);
    color:#fff;
}

.testimonial-item{
    border: 1px solid #d6d6d6;
    padding: 30px;
    border-radius: 15px;
}

.testimonial-item h4{
    font-size:15px;
}

.testimonial-item span {
    font-size: 13px;
    font-weight: 300;
}
   
   
   
   
   .seoExport p {
   color: #3D484E;
   font-size: 16px;
   line-height: 30px;
   }
   .orantTitle h2 {
   color: #FF7C00;
   font-size: 50px;
   line-height: 60px;
   font-weight: bold;
   }
   .searchEngine p {
   color: #475467;
   font-size: 16px;
   line-height: 26px;
   }
   p.starReviews {
   color: #000000;
   text-align: center;
   font-size: 36px;
   font-weight: bold;
   }
    .seoServices h2 {
        color: #101828;
        font-size: 40px;
        line-height: 40px;
        font-weight: bold;
    }
   .text-24 {
   color: #475467;
   font-size: 18px;
   line-height: 30px;
   font-weight:300;
   }
   .text-24 p {
   color: #475467;
   font-size: 20px;
   line-height: 30px;
   font-weight:300;
   }
   .btnOrange {
   border-radius: 10px;
   padding: 16px 20px;
   font-size: 18px;
   font-weight: bold;
   margin-top:33px;
   display: inline-block;
   }
   .btnWhite {
   background: white;
   color: #101828;
   font-weight: bold;
   font-size: 18px;
   line-height: 22px;
   padding: 19px 28px;
   margin-top:22px;
   display: inline-block;
   }
   section.pricePlan h2 {
   font-size: 50px;
   font-weight: bold;
   line-height: 60px;
   }
   .text-35{
   font-size:30px;
   line-height: 38px;
   font-weight: bold;
   }
   .bg-101828{
   background:#101828;
   }
   .text-475467{
   color:#475467;
   }
   .text-18{
   font-size: 17px;
   line-height:26px;
   }
   .text-475467{
   }
   .brnMdRounded {
   border-radius: 6px;
   padding: 0;
   color: white;
   margin-bottom: 9px;
   }
   .howItIcons {
   width: 80px;
   background: white;
   padding: 18px;
   border-radius: 50px;
   height: 80px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
   margin-bottom: 15px;
   }
   .checkUl {
   font-size: 28px;
   color: #000000;
   border-bottom: 2px solid #D9D9D9;
   padding-bottom: 10px;
   }
   li.checkUlLi {
   background: #D9D9D9;
   margin-bottom: 10px;
   border-radius: 20px;
   padding: 6px 15px;
   color: #000000;
   font-size: 15px;
   }
   .checkImg img {
   height: 100%;
   object-fit: fill;
   }
   .checkImg {
   height: 100%;
   }
   .text-12 {
   font-size: 12px;
   line-height: 18px;
   font-weight: bold;
   }
   .seoCostWrap span {
   color: #98A2B3;
   }
   .text-22 {
   font-size: 22px;
   color: #101828;
   font-weight: bold;
   }
   .c-box {
   display: flex
   ;
   gap: 0px;
   margin-bottom: 20px;
   }
   .c-icon img {
   height: 74px;
   width: 74px;
   }
   .seoCostWrap {
   border: 1px solid #101828;
   border-radius: 10px;
   padding: 29px;
   }
   ul.seoCostli li {
   color: #667085;
   font-size: 14px;
   margin-top: 19px;
   }
   .c-icon {
   border-radius: 50%;
   height: unset;
   width: unset;
   box-shadow: unset;
   display: grid
   ;
   place-items: center;
   }
   .t-border {
   border: 5px solid #EDD3AE;
   padding: 20px;
   }
   .text-28 {
   font-size: 25px;
   line-height: 34px;
   color: #016d77;
   font-weight: bold;
   transition:.3s;
   }
   .text-28:hover {
   color: #0e282b;
   font-weight: bold;
   letter-spacing: .3px;
   }
   section.wLogo.all-sec-padding {
   position: relative;
   }

   p.starReviews:hover {
   color: #064a2e;
   letter-spacing: .2px;
   transition: .4s;
   }
   @media(min-width:768px){
   .b-banner{
   width:70%;
   margin-inline:auto;
   }
   .b-head{
   width:70%;
   margin-inline:auto;
   }
   .s-width{
   width:70%
   }
   }
   @media (max-width:768px){
   .accordion .card-header h5 {
   font-size: 15px;
   line-height: 24px;
   }
   p.starReviews {
   font-size: 31px;
   margin-bottom: 25px;
   line-height: 40px;
   }
   .b-box {
   padding: 15px;
   }
   .searchEngine p {
   font-size: 16px;
   line-height: 25px;
   }
   .counter {
   font-size: 28px;
   }
   .titleSection p,.seoExport p ,.text-24 p{
   font-size: 15px;
   line-height: 27px;
   }
   .titleSection h2 ,.orantTitle h2 ,.seoServices h2 ,section.pricePlan h2{
   font-size: 30px;
   line-height: 40px;
   font-weight: 400;
   }
   .all-sec-padding {
   padding: 40px 10px;
   }
   .b-title{
   font-size:30px;
   }
   .c-icon{
   width:14%;
   }
   .topTitle h1 {
   font-size: 29px;
   }
   .topTitle p,.text-28 {
   font-size: 18px;
   line-height: 28px;
   margin: 17px 0 44px;
   width: 100%;
   }
   html, body {
   overflow-x: hidden !important;
   }
   }
   .lighGreen {
   background: #DBECE5 ! IMPORTANT;
   border: 0;
   }
   .lightBlue {
   background: #D1ECFD;
   border: 0;
   }
   .lightYello {
   background: #FFF3EA;
   }
   .seoSport {
   border: 2px solid #6b7b83;
   padding: 29px;
   background: white;
   border-radius: 10px;
   height: 100%;
   }
   .grayDark{
   background:#3D484E;
   height: 100%;
   }
   .Industry {
   background: #FFF3EA;
   }
   .howItWorkBlock {
   padding: 37px;
   text-align: center;
   border-radius: 10px;
   height: 100%;
   }
   .pinkBg {
   background: #FDE2E4;
   }
   .grayText {
   color: #667085 !important;
   font-weight: 400 !important;
   }
   .howItWorkBlock p {
   color: #101828;
   font-weight: bold;
   }
   .bgOrange {
   background: #FF7C00;
   width: 100%;
   padding: 51px;
   }
   a.contactNow {
   border: 1px solid white;
   border-radius: 7px;
   color: white;
   padding: 8px 28px;
   display:inline-block;
   }
   .borderBottom {
   border-bottom: 1px solid #D0D5DD;
   }
   ul.seoCostli li {
   color: #E4E7EC;
   }
   ul.seoCostGray li {
   color: #667085;
   }
   p.moreDetail {
   color: #000000;
   font-weight: 200 !important;
   }
   .whySeoNormal {
   font-family: "Noto Sans", serif;
   font-weight: 300;
   }
   .seomeBg {
   background: #D9D9D9;
   }
   .skayBlue {
   background: #006D77;
   }
   .userIcons {
    width: 45px;
    height: 45px;
    background: #2a353b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.userIcons i {
    color: white;
}
.seo-reporting h3 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 10px;
}
	.p-icon {
    width: 155px;
    margin-right: 10px;
    }
    
    .process-wrapper{
        display:flex;
        border-bottom:1px solid #E4E7EC;
    }
    
    
    
    /*new css */
 .processSection {
            padding: 60px 0;
            background: linear-gradient(135deg, #dadada 0%, #e7e7e7 100%);
            position: relative;
            overflow: hidden;
        }
        
        #processWrapSec::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            pointer-events: none;
        }
        
        #processWrapSec .container {
            position: relative;
            z-index: 2;
        }
        
        #processWrapSec .section-title {
            text-align: center;
            margin-bottom: 50px;
            color: white;
        }
        
        #processWrapSec .section-title h2 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
            font-family: 'Inter', sans-serif;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        #processWrapSec .section-title p {
            font-size: 1.1rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }
        
        #processWrapSec .process-wrapper {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 30px 25px;
            text-align: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        #processWrapSec .process-wrapper::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
            transform: rotate(45deg);
            transition: all 0.6s ease;
            opacity: 0;
        }
        
        #processWrapSec .process-wrapper:hover::before {
            animation: shimmer 1.5s ease-in-out;
        }
        
        @keyframes shimmer {
            0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); opacity: 0; }
            50% { opacity: 1; }
            100% { transform: translateX(100%) translateY(100%) rotate(45deg); opacity: 0; }
        }
        
        #processWrapSec .process-wrapper:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            background: rgba(255, 255, 255, 1);
        }
        
        #processWrapSec .p-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #667eea, #764ba2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.4s ease;
            box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
        }
        
        #processWrapSec .process-wrapper:hover .p-icon {
            transform: rotate(10deg) scale(1.1);
            box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
        }
        
        #processWrapSec .p-icon img {
            width: 40px;
            height: 40px;
            filter: brightness(0) invert(1);
            transition: all 0.3s ease;
        }
        
        #processWrapSec .p-icon .step-number {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 30px;
            height: 30px;
            background: #ff6b6b;
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            font-weight: 600;
            box-shadow: 0 2px 10px rgba(255, 107, 107, 0.4);
        }
        
        #processWrapSec .p-content {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        #processWrapSec .p-content h3 {
            font-size: 1.4rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 15px;
            font-family: 'Inter', sans-serif;
            line-height: 1.3;
        }
        
        #processWrapSec .p-content p {
            color: #4a5568;
            line-height: 1.6;
            font-size: 0.95rem;
            margin-bottom: 0;
            flex-grow: 1;
        }
        
        #processWrapSec .process-connector {
            position: absolute;
            top: 50%;
            right: -25px;
            width: 50px;
            height: 2px;
            background: linear-gradient(90deg, rgba(255,255,255,0.8), rgba(255,255,255,0.3));
            transform: translateY(-50%);
            z-index: 1;
        }
        
        #processWrapSec .process-connector::after {
            content: '';
            position: absolute;
            right: -8px;
            top: -6px;
            width: 0;
            height: 0;
            border-left: 10px solid rgba(255,255,255,0.6);
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
        }
        
        /* Animation delays for staggered entrance */
        #processWrapSec .col-lg-4:nth-child(1) .process-wrapper { animation-delay: 0.1s; }
        #processWrapSec .col-lg-4:nth-child(2) .process-wrapper { animation-delay: 0.2s; }
        #processWrapSec .col-lg-4:nth-child(3) .process-wrapper { animation-delay: 0.3s; }
        #processWrapSec .col-lg-4:nth-child(4) .process-wrapper { animation-delay: 0.4s; }
        #processWrapSec .col-lg-4:nth-child(5) .process-wrapper { animation-delay: 0.5s; }
        
        /* Entrance animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        #processWrapSec .process-wrapper.animate {
            animation: fadeInUp 0.6s ease-out forwards;
        }
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            #processWrapSec .process-connector {
                display: none;
            }
            
            #processWrapSec {
                padding: 40px 0;
            }
            
            #processWrapSec .section-title h2 {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 767px) {
            #processWrapSec .process-wrapper {
                margin-bottom: 20px;
            }
            
            #processWrapSec .section-title h2 {
                font-size: 1.8rem;
            }
            
            #processWrapSec .p-content h3 {
                font-size: 1.2rem;
            }
        }
        
        /* Progress indicator */
        #processWrapSec .progress-indicator {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: rgba(255,255,255,0.2);
            overflow: hidden;
        }
        
        #processWrapSec .progress-bar {
            height: 100%;
            background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1);
            width: 0;
            transition: width 2s ease-in-out;
        }
        
        /* Custom step icons */
        #processWrapSec .custom-icon {
            font-size: 2rem;
            color: white;
        }





/*call to action css start */



 .cta-section {
            position: relative;
            /* min-height: 100vh; */
            display: flex;
            align-items: center;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            overflow: hidden;
            padding: 80px 0;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('https://images.unsplash.com/photo-1557804506-669a67965ba0?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center/cover;
            opacity: 0.3;
            z-index: 1;
        }

        .cta-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.8) 100%);
            z-index: 2;
        }

        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 2;
        }

        .shape {
            position: absolute;
            opacity: 0.1;
            animation: float 6s ease-in-out infinite;
        }

        .shape-1 {
            top: 10%;
            left: 10%;
            width: 80px;
            height: 80px;
            background: white;
            border-radius: 50%;
            animation-delay: 0s;
        }

        .shape-2 {
            top: 70%;
            right: 10%;
            width: 60px;
            height: 60px;
            background: white;
            transform: rotate(45deg);
            animation-delay: 2s;
        }

        .shape-3 {
            top: 40%;
            left: 80%;
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            animation-delay: 4s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(10deg); }
        }

        .cta-content {
            position: relative;
            z-index: 3;
            text-align: center;
            color: white;
        }

        .cta-title {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            animation: slideInUp 1s ease-out;
        }

        .cta-subtitle {
            font-size: 1.25rem;
            font-weight: 300;
            margin-bottom: 3rem;
            opacity: 0.9;
            animation: slideInUp 1s ease-out 0.3s both;
        }

        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
            animation: slideInUp 1s ease-out 0.6s both;
        }

        .cta-btn {
            padding: 15px 35px;
            font-size: 1.1rem;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            min-width: 180px;
            justify-content: center;
        }

        .cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .cta-btn:hover::before {
            left: 100%;
        }

        .btn-call {
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
        }

        .btn-call:hover {
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(255, 107, 107, 0.6);
        }

        .btn-whatsapp {
            background: linear-gradient(135deg, #25d366, #128c7e);
            color: white;
            box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
        }

        .btn-whatsapp:hover {
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(37, 211, 102, 0.6);
        }

       .btn-quote {
            background: linear-gradient(135deg, #2c353a, #2c353a);
            color: white;
            box-shadow: 0 8px 25px rgba(79, 172, 254, 0.4);
        }

        .btn-quote:hover {
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(79, 172, 254, 0.6);
        }

        .pulse-effect {
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
            70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
        }

        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .cta-title {
                font-size: 2.5rem;
            }
            
            .cta-subtitle {
                font-size: 1.1rem;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .cta-btn {
                width: 100%;
                max-width: 280px;
            }
        }

        @media (max-width: 576px) {
            .cta-title {
                font-size: 2rem;
            }
        }

        /* Particle effect */
        .particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 2;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            animation: particles 8s linear infinite;
        }

        @keyframes particles {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 1;
            }
            100% {
                transform: translateY(-10vh) rotate(360deg);
                opacity: 0;
            }
        }

.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(255 255 255 / 76%) 0%, rgb(244 129 33) 100%);
    z-index: 2;
}
.cta-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    animation: slideInUp 1s ease-out;
}


/*ceo start */




  section#seoSection {
            padding: 60px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            /* min-height: 100vh; */
            display: flex;
            align-items: center;
        }

        .seoCostWrap {
            background: #ffffff;
            border-radius: 15px;
            padding: 40px 30px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
            border: 2px solid transparent;
            margin-bottom: 30px;
        }

        .seoCostWrap:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        }

        .seoCostWrap::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #6c757d, #adb5bd);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .seoCostWrap:hover::before {
            transform: scaleX(1);
        }

        .seoCostWrap.skayBlue {
            background: linear-gradient(135deg, #6c757d 0%, #5a6268 100%);
            color: white;
            transform: scale(1.05);
            border: 2px solid #6c757d;
        }

        .seoCostWrap.skayBlue::before {
            background: linear-gradient(90deg, #ffffff, #f8f9fa);
        }

        .seoCostWrap.skayBlue:hover {
            transform: scale(1.05) translateY(-10px);
        }

        .text-35 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            letter-spacing: -1px;
        }

        .text-22 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 25px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .priceMonth {
            font-size: 0.9rem;
            font-weight: 400;
            opacity: 0.8;
        }

        .borderBottom {
            height: 2px;
            background: linear-gradient(90deg, #dee2e6, transparent);
            margin: 25px 0;
            border-radius: 2px;
        }

        .seoCostWrap.skayBlue .borderBottom {
            background: linear-gradient(90deg, rgba(255,255,255,0.3), transparent);
        }

        .seoCostli {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .seoCostli li {
            padding: 15px 0;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            border-bottom: 1px solid rgba(233, 236, 239, 0.5);
            transition: all 0.3s ease;
        }

        .seoCostli li:last-child {
            border-bottom: none;
        }

        .seoCostli li:hover {
            padding-left: 10px;
            background: rgba(248, 249, 250, 0.5);
            border-radius: 8px;
        }

        .seoCostWrap.skayBlue .seoCostli li {
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        }

        .seoCostWrap.skayBlue .seoCostli li:hover {
            background: rgba(255, 255, 255, 0.1);
        }

        .tick-icon {
            width: 20px;
            height: 20px;
            background: #28a745;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .tick-icon i {
            color: white;
            font-size: 10px;
        }

        .seoCostWrap.skayBlue .tick-icon {
            background: #ffffff;
        }

        .seoCostWrap.skayBlue .tick-icon i {
            color: #6c757d;
        }

        .feature-text {
            flex: 1;
            font-weight: 500;
        }

        .popular-badge {
            position: absolute;
            top: -2px;
            right: 20px;
            background: #ffc107;
            color: #212529;
            padding: 8px 20px;
            border-radius: 0 0 15px 15px;
            font-size: 0.8rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .plan-title {
            position: relative;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .seoCostWrap.skayBlue {
                transform: scale(1);
                margin-top: 20px;
            }
            
            .text-35 {
                font-size: 2rem;
            }
            
            .seoCostWrap {
                padding: 30px 20px;
            }
        }

        /* Animation for page load */
        .seoCostWrap {
            opacity: 0;
            animation: slideUp 0.6s ease forwards;
        }

        .seoCostWrap:nth-child(1) { animation-delay: 0.1s; }
        .seoCostWrap:nth-child(2) { animation-delay: 0.3s; }
        .seoCostWrap:nth-child(3) { animation-delay: 0.5s; }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        



#processWrapSec .p-icon .step-number {

    background: #060202;
 
}
   
        #processWrapSec .p-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 25px;
            background: linear-gradient(135deg, #b5b5b5, #f48121);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.4s ease;
            box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
        }



/*seo tools start */



/* Main Container */
#toolsSliderWrap {
  
  
    overflow: hidden;
    position: relative;
}

#toolsSliderWrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   
    pointer-events: none;
}

/* Tool Slider Container */
#toolsSliderWrap .tool-slider {
    display: flex;
    animation: slide 25s linear infinite;
    gap: 40px;
    align-items: center;
    padding: 20px 0;
    position: relative;
}

/* Gap decorative items */
#toolsSliderWrap .tool-slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    /*background: linear-gradient(90deg, transparent 0%, rgba(108, 117, 125, 0.1) 25%, rgba(108, 117, 125, 0.1) 75%, transparent 100%);*/
    transform: translateY(-50%);
    z-index: -1;
}

/* Add connecting dots between items */
#toolsSliderWrap .tool-item + .tool-item::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #6c757d;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0.4;
    animation: pulse 2s ease-in-out infinite;
}

/* Individual Tool Items */
#toolsSliderWrap .tool-item {
    flex-shrink: 0;
    width: 180px;
    height: 120px;
    background: #ffffff;
    border-radius: 16px;
    /*box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(233, 236, 239, 0.5);
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* Shimmer effect */
#toolsSliderWrap .tool-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);*/
    transition: left 0.6s ease;
}

#toolsSliderWrap .tool-item:hover::before {
    left: 100%;
}

/* Hover effects */
#toolsSliderWrap .tool-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    border-color: #6c757d;
}

/* Links styling */
#toolsSliderWrap .tool-item a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* Image styling */
#toolsSliderWrap .tool-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: grayscale(20%) brightness(1.1);
}

#toolsSliderWrap .tool-item:hover img {
    transform: scale(1.1);
    filter: grayscale(0%) brightness(1);
}

/* Animation keyframes */
@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-180px * 7 - 40px * 7));
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Pause animation on hover */
#toolsSliderWrap:hover .tool-slider {
    animation-play-state: paused;
}

/* Staggered animation delays for items */
#toolsSliderWrap .tool-item:nth-child(1) { animation-delay: 0.1s; }
#toolsSliderWrap .tool-item:nth-child(2) { animation-delay: 0.2s; }
#toolsSliderWrap .tool-item:nth-child(3) { animation-delay: 0.3s; }
#toolsSliderWrap .tool-item:nth-child(4) { animation-delay: 0.4s; }
#toolsSliderWrap .tool-item:nth-child(5) { animation-delay: 0.5s; }
#toolsSliderWrap .tool-item:nth-child(6) { animation-delay: 0.6s; }
#toolsSliderWrap .tool-item:nth-child(7) { animation-delay: 0.7s; }

/* Gradient edges for fade effect */
#toolsSliderWrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        linear-gradient(90deg, 
            #f8f9fa 0%, 
            transparent 15%, 
            transparent 85%, 
            #f8f9fa 100%);
    pointer-events: none;
    z-index: 1;
}

/* Tool item variations for visual interest */
#toolsSliderWrap .tool-item:nth-child(odd) {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

/* Responsive design */
@media (max-width: 768px) {
    #toolsSliderWrap .tool-slider {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 20px;
        animation: none;
        padding: 20px;
    }

    #toolsSliderWrap .tool-item {
        width: 100%;
        height: 100px;
    }

    #toolsSliderWrap {
        padding: 40px 0;
    }

    #toolsSliderWrap::after {
        display: none;
    }
}

@media (max-width: 480px) {
    #toolsSliderWrap .tool-slider {
        grid-template-columns: repeat(2, 1fr);
    }
    
    #toolsSliderWrap .tool-item {
        height: 80px;
        padding: 15px;
    }
}

#toolsSliderWrap {

    background: unset !important;
   
}
#toolsSliderWrap::before {
   
    background: unset !important;
   
}

  /* the slides */
  #toolsSliderWrap .slick-slide {
      margin: 0 27px;
  }

  /* the parent */
  #toolsSliderWrap .slick-list {
      margin: 0 -27px;
  }
  section#seoSection a.cta-btn.btn-quote {
    background: #f48121;
    margin-top: 33px;
}

.report-side .btn-quote{
    background: #f48121;
    color:#fff;

}
.report-side .btn-quote a{
    color:#fff;

}

p.text20 {
      color: #faaf3f !important;
    font-size: 17px;
    line-height: 28px;
}

.borderBottom {
    height: 2px;
    background: linear-gradient(90deg, #dee2e6, transparent);
    margin: 17px 0;
    border-radius: 2px;
}
p.text20 {
    color: #0b0a0a !important;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.text-22 {
    font-size: 22px;
    color: #f48121 !important;
    font-weight: bold;
    margin-bottom: 6px;
}
ul.seoCostli li {
    color: #667085;
    font-size: 14px;
    margin-top: 0;
}
p.text20 {
    color: #666d75 !important;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.explore-btn {
  display: inline-block;
  padding: 12px 20px;
 
  color: #524e4e;
  font-size: 16px;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  position: relative;
}




.explore-btn:hover::after {
  transform: translateX(5px);
}
.seoCostWrap {
    border: 1px solid #101828;
    border-radius: 10px;
    padding: 29px;
    padding-bottom: 0;
}
.seoCostWrap {
 
    padding-bottom: 0 !important;
}
p.midCompetition {
    color: white !important;
}
a.midExplor {
    color: white;
}
a.midExplor:hover {
    color: #f48121 !important;
}

.text-28 {
    font-size: 20px !important;
    color: #016d77 !important;
    font-weight: bold !important;
    transition: .3s !important;
    text-align: left !important;
    display: block !important;
    line-height: 29px !important;
}
.btn-outline-primary {
    
    border-color: #d6d6d6 ! IMPORTANT;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #f48121 !important;
    border-color: #007bff !important;
    color: white !important;
    font-weight: 400 !important;
      border-color: #d6d6d6 ! IMPORTANT;
}



/*industry css */



        .industries-section {
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            position: relative;
            overflow: hidden;
        }


        .section-title {
            position: relative;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.8rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 20px;
            position: relative;
            display: inline-block;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: var(--accent-color);
            border-radius: 2px;
        }

        .section-title p {
            font-size: 1.1rem;
            color: var(--text-light);
            line-height: 1.7;
            max-width: 600px;
            margin: 0 auto;
        }

        .section-title a {
            color: var(--accent-color);
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .section-title a:hover {
            color: var(--primary-color);
            text-decoration: none;
        }

        .industry-card {
            background: white;
            border-radius: 16px;
            padding: 40px 30px;
            height: 100%;
            box-shadow: 0 8px 30px var(--shadow-light);
            transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            position: relative;
            overflow: hidden;
            border: 1px solid rgba(61, 72, 78, 0.05);
        }

        .industry-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--accent-color), #ffb366);
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .industry-card:hover::before {
            transform: scaleX(1);
        }

        .industry-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 60px var(--shadow-medium);
        }

        .industry-card.featured {
            background: var(--primary-color);
            color: white;
        }

        .industry-card.featured::before {
            background: var(--accent-color);
        }

        .card-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--accent-color), #ffb366);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            font-size: 24px;
            color: white;
            transition: transform 0.3s ease;
        }

        .industry-card.featured .card-icon {
            background: rgba(255, 124, 1, 0.2);
            color: var(--accent-color);
        }

        .industry-card:hover .card-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .card-title {
            font-size: 1.5rem;
            font-weight: 600;
            color: var(--primary-color);
            margin-bottom: 20px;
            line-height: 1.3;
        }

        .industry-card.featured .card-title {
            color: white;
        }

        .card-text {
            font-size: 0.95rem;
            line-height: 1.7;
            color: var(--text-light);
            margin-bottom: 15px;
        }

        .industry-card.featured .card-text {
            color: rgba(255, 255, 255, 0.9);
        }

        .card-text a {
            color: var(--accent-color);
            text-decoration: none;
            font-weight: 500;
        }

        .card-text a:hover {
            text-decoration: underline;
        }

        .industry-card.featured .card-text a {
            color: var(--accent-color);
        }

        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.6s ease forwards;
        }

        .fade-in:nth-child(1) { animation-delay: 0.1s; }
        .fade-in:nth-child(2) { animation-delay: 0.2s; }
        .fade-in:nth-child(3) { animation-delay: 0.3s; }
        .fade-in:nth-child(4) { animation-delay: 0.4s; }
        .fade-in:nth-child(5) { animation-delay: 0.5s; }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .floating-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            overflow: hidden;
        }

        .floating-shapes::before,
        .floating-shapes::after {
            content: '';
            position: absolute;
            background: linear-gradient(45deg, var(--accent-color), #ffb366);
            opacity: 0.05;
            border-radius: 50%;
            animation: float 20s infinite linear;
        }

        .floating-shapes::before {
            width: 200px;
            height: 200px;
            top: -100px;
            right: -100px;
        }

        .floating-shapes::after {
            width: 150px;
            height: 150px;
            bottom: -75px;
            left: -75px;
            animation-delay: -10s;
        }

        @keyframes float {
            0% { transform: rotate(0deg) translate(0, 0); }
            100% { transform: rotate(360deg) translate(0, 0); }
        }

        @media (max-width: 768px) {
            .industries-section {
                padding: 60px 0;
            }

            .section-title h2 {
                font-size: 2.2rem;
            }

            .industry-card {
                padding: 30px 25px;
                margin-bottom: 25px;
            }

            .card-title {
                font-size: 1.3rem;
            }
        }
    
  


@media (min-width: 1500px)
{
.banner-layout5 .banner__content {
    padding: 30px 75px 10px;
}

.semi-banner .cta-banner {
    padding: 90px 50px;
    height:100%;
}
.about_content {

    padding-left: 30px;
}
}




.section-title span{
    color:var(--accent-color);
}

.report-side {
    background: #ffffff94;
    padding: 20px;
    border-radius: 15px;
}

.report{
    background: linear-gradient(135deg, rgb(255 255 255 / 76%) 0%, rgb(244 129 33) 100%);
    padding:30px;
    border-radius:15px;
}


.featured-wrapper{
    background:#fff;
    padding:10px;
}

.featured-wrapper img{
    height:55px;
    width:100%;
    object-fit:contain;
}

.sticky-featured {
    position: sticky;
    top: 75px;
}

.logo-wrapper {
    display: flex;
    align-items:center;
    justify-content:center;
    gap:30px
    
}

.logo-box{
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding:15px;
}

.logo-box img {
    height: 30px;
    width: 70px;
    object-fit: contain;
    margin-inline:auto;
}



@media (max-width:767px){
   .banner-layout5 .container-fluid {
    padding-left: 15px;
}

.section-title{
    margin-bottom:25px;
}
.r-title{
    display:none;
}
.row_style{
    display:none;
}
}


@media(max-width:992px){
 .r-title{
    display:none;
}
.row_style{
    display:none;
}   
}

.cookieinfo {
			background: rgb(100 88 98 / 69%) !important;
		}

		.animated-button.contact_us {
			font-family: 'Open Sans', sans-serif;
			color: #000;
			font-size: 14px;
			font-weight: 500;
			cursor: pointer;
			display: block;
			position: relative;
			overflow: hidden;
			padding: 15px 20px;
			border: 1px solid #000;
			border-radius: 0;
			transition: all .4s cubic-bezier(.42, 0, .58, 1);
			max-width: 150px;
			z-index: 2;
		}

		.animated-button.contact_us:after {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 0;
			z-index: -1;
			color: #000 !important;
			background: #041e9d;
			transition: all .4s cubic-bezier(.42, 0, .58, 1);
		}

		.animated-button.contact_us:hover {
			color: #fff !important;
			background-color: transparent;
		}

		.animated-button.contact_us:hover:after {
			right: 0;
			left: auto;
			width: 100%;
			color: #fff
		}
		.navigation ul li:nth-child(1) a,.navigation ul li:nth-child(5) a{
		    width:35px;
		}
		ul.sub_menu li a{
		    width:unset !important;
		}
		.sticky-contact{
            position:fixed;
            bottom:-10px;
            display:inline-block;
            /*background:none;*/
            padding:15px;
            display: inline-block;
            /*background: #f48120;*/
            padding: 10px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            /*box-shadow: 3px 4px 6px rgb(0 0 0 / 50%);*/
            /*right:30px;*/
            width: 100%;
margin: 0 auto;
text-align: center;
        }
        
        .sticky-contact ul li{
            list-style: none;
            display: inline-block;
            background: #f48120;
            padding: 8px;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
            /*margin-right: 6px;*/
        }
        .sticky-contact .fab.fa-whatsapp{
                font-weight: 900;
        padding-right: 4px;
        }
        
        .sticky-contact ul li a{
            font-size: 15px;
            padding: 15px 3px;
            color: #fff;
        }
        .sticky-contact ul li a:hover{
            color:#000;
        }
        @media(min-width:768px){
           .sticky-contact{
               display:none;
           } 
        .design-section
        {
            background-image:url('/assets/front/images/home_parallax.webp');
        }
            .all_btn:hover, .navigation ul li .header_btn:hover{
        letter-spacing:1px !important;
    }
    .navigation .sub_menu{
        min-width:407px !important;
    }
    
    
    }
    

  @media (max-width: 767px) { /* Adjust the max-width value as needed */
    .cookieinfo {
      display: none;
    }
    .all_footer_ul li {
    margin-bottom: 18px;
    }
    .slide_image img {
    width: 500px;
    height: 205px;
}
.checkImg img {
    height: auto;
    object-fit: contain;
}
.searchEngine h2 {
    font-size: 24px;
    line-height: 34px;
}
.scoService h3 {
   font-size: 23px;
   line-height: 39px;
}

.text-35 {
    font-size: 25px;
    line-height: 33px;
    font-weight: 500;
}
.b-pill {
    font-size: 22px;
    font-weight: 500;
}
.bgOrange {
  
    padding: 27px;
    text-align: center;
}
.p-content h3 {
    font-size: 20px;
}

.q-btn {
    padding: 10px 13px;
    font-size: 14px;
}

.c-btn {
    padding: 10px 13px;
    font-size: 14px;
}

.w-btn {
    padding: 10px 13px;
    font-size: 14px;
}

.counter-wrapper h2{
    font-size:20px;
}
.counterBlock p {
    color: #101828;
    font-size: 12px;
    line-height: 21px;
}


  }
