.navigation {
    z-index: 1045;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    position: fixed;
    min-width: 100%;
}
.navigation p, .navigation li {
    font-family: var(--bs-font-sans-serif);
}
.scroll_added {
    position: fixed;
    inset: 0 0 auto;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.offcanvas {
    top: 3rem;
    width: 450px;
    border: none;
    background-image: linear-gradient(180deg,#ffffff 12%,#e7bfc7 56%,#e7bfc7 87%,#e7bfc7 100%);
}
.offcanvas-body {
    padding: 0;
    /* overflow: unset; */
    padding-top: 0.75rem;
}
.offcanvas-body::-webkit-scrollbar,
.mega-menu::-webkit-scrollbar {
    width: 0;
}
.offcanvas-backdrop {
    top: 3rem;
    height: calc(100vh - 3rem);
    background-color: var(--bs-dark);
}
.offcanvas-backdrop.show {
    opacity: 0.85;
}
.navbr-brand {
    width: 10rem;
}
/* Anniversary GIF */
.anniversary-gif {
    aspect-ratio: 2 / 1;
}
/* Anniversary GIF Ends */
.navbar-toggler {
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: 0;
    display: block;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler span {
    width: 28px;
    height: 3px;
    margin: 5px 0;
    display: block;
    background: #333;
    border-radius: 5rem;
    -webkit-animation: width_anim 0.5s infinite ease-in-out forwards alternate-reverse;
    animation: width_anim 0.5s infinite ease-in-out forwards alternate-reverse;
}
.navbar-toggler span.middle {
    animation-delay: 0.1s;
}
.navbar-toggler span.bottom {
    animation-delay: 0.2s;
}
.navbar-toggler.menu__active span {
    animation: none;
}
.navbar-toggler.menu__active span:nth-child(2) {
    display: none;
}
.navbar-toggler.menu__active span:nth-child(1) {
    transform: rotate(45deg) translate(20%);
}
.navbar-toggler.menu__active span:nth-child(3) {
    transform: rotate(-45deg) translate(20%);
}
.navbar-nav .nav-link {
    display: flex;
    align-items: center;
    color: var(--bs-dark);
}
.nav_menu_main_ul .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(247, 55, 87, 0.1);
}
.nav_menu_main_ul .nav-link {
    font-size: 17px;
    padding: 1rem 0.725rem;
    justify-content: space-between;
}

.dropdown-menu{
    font-size: 16px;
}

.menu-header, .menu-header a {
    color:var(--bs-dark);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: 0.5px;
}

.nav-menu-new h4{
    font-weight: 600 !important;
}
.mega_menu_ul {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}
.mega_menu_ul::before {
    content: '';
    width: 0.2rem;
    inset: 0 auto 0 0;
    position: absolute;
    border-radius: 5rem;
    background-color: rgba(244, 101, 125, 0.25);
}
.mega_menu_list:not(:last-child) {
    margin-bottom: 0.75rem;
}
.secondary_menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding-left: 1.5rem;
}
.secondary_menu::after, .secondary_menu::before {
    content: '';
    height: 12px;
    width: 1px;
    inset: 0 auto 0 0;
    position: absolute;
    transform: rotateZ(0deg);
    background-color: var(--bs-primary);
}
.secondary_menu::after {
    transform-origin: bottom;
    transform: rotateZ(90deg);
}
.mega_menu_list a {
    display: flex;
    color: var(--bs-dark);
}
.mega_menu_list a:hover,
.mega_menu_list a:focus,
.mega_menu_list a:active {
    color: var(--bs-primary);
}


/* .btn-top-section{
    background: #fff;
    border-radius: 10px;
} */


/*new service section */

.service-sec .mega_menu_list{
    display: flex;
}

.service-sec .mega_menu_list img{
    padding-right: 10px;
}

.service-sec .secondary_menu p{
    font-size: 14px;
}

.service-sec .secondary_menu::after, 
.service-sec .secondary_menu::before{
    content: unset;
}

.service-sec::before{
    content: unset !important;
}

.service-sec .mega_menu_list a:hover::before{
    content: unset !important;
}

.service-sec .mega_menu_list a{
    display: flex;
    align-items: center;
}

.box-section{
    border-radius: 10px;
    height: 90%;
    width: 100%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-section h4{
    font-size: 18px;
}

.box-section h2{
    font-size: 24px;
    font-weight: 500;
    font-style: italic;
}

.box-1 .btn{
    padding: 10px;
    border-radius: 10px;
}

.box-section .box-botton a{
    background: #32325D;
    color: #fff !important;
}

.box-section .box-botton :hover{
    background: #fff;
    color: #ff0042 !important;
    transition: ease 0.2s;
}

.box-section .box-botton a i{
    transition: ease 0.5s;
}

.service-sec-1 li{
    margin-bottom: 20px !important;
}



/*new change end*/


.btn-sec-conatent .content-sec p{
    color:#000 ;
    font-size: 20px;
    font-weight: 500;
}

.btn-sec-conatent .btn-section  a{
    background: #ff0042 !important;
    color: #fff !important;
}
.btn-section{
    display: flex;
    align-items: center;
    justify-content: center;
}


.celebrating{
    cursor: pointer;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 1rem;
}
.celebrating img {
    filter: drop-shadow(0px 5px 5px rgba(19, 18, 18, 0.25));
}
.header-testimonial {
    display: flex;
    color: var(--bs-dark);
    flex-direction: column;
}
.header-testimonial .client-img {
    width: 4rem;
    height: 4rem;
}
.header-testimonial .quotes_symbol {
    width: 35px;
    margin-bottom: 0.5rem;
    fill: var(--bs-primary);
}
.nav-divider {
    position: relative;
    padding: 0 0.75rem;
}
.nav-divider::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    content: "";
    height: 16px;
    margin: auto;
    position: absolute;
    border-radius: 5rem;
    background: var(--bs-primary);
}
.cont-nav .nav-divider::before {
    background-color: var(--bs-dark);
}
.cont-nav .nav-link {
    font-size: 17px;
    line-height: 1;
}
.cont-nav .nav-link i {
    font-size: 15px;
}
.dropdown-toggle::after {
    border: 0;
    line-height: 1;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav_menu_main_ul .dropdown-toggle::after {
    margin-left: 0;
    font-size: 1.25rem;
    content: "\f13a";
}
.nav_menu_main_ul .dropdown-toggle.show {
    font-weight: 600;
    color: var(--bs-primary);
    background-color: rgba(255, 0, 68, 0.1);
}
.nav_menu_main_ul .dropdown-toggle.show::after {
    transform: rotate(180deg);
}
.nav_menu_main_ul .dropdown-menu {
    padding: 0;
    border: none;
    margin-top: 0;
    z-index: 1050;
    display: block;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.cont-nav .dropdown-toggle::after {
    content: "\f0d7";
}
.nav_menu_main_ul .dropdown-menu.mega-menu {
    opacity: 0;
    cursor: auto;
    max-height: 0;
    overflow-y: scroll;
    visibility: hidden;
    scroll-behavior: smooth;
}
.nav_menu_main_ul .dropdown-menu.mega-menu.show {
    opacity: 1;
    padding: 1rem 0;
    max-height: 100%;
    visibility: visible;
}
.mega-menu .mob_card {
    padding: 1rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0rem 0.5rem 1rem 0rem rgb(247 55 87 / 20%);
}
.nav_menu_main_ul.cont-info li,
.nav_menu_main_ul.cont-info-pad li {
    font-size: 17px;
    font-weight: 400;
    position: relative;
}
.com-inquiry-block {
    top: 150%;
    opacity: 0;
    z-index: 9999;
    right: -1rem;
    width: 384px;
    visibility: hidden;
    position: absolute;
    transition: all ease 0.2s;
}

.nav-menu-new .list-unstyled.mega_menu_ul::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.25rem;
    background: #fff;
    border-radius: 10px;
    transition: all .25s ease;
}

/* ul .list-unstyled .mega_menu_ul a:hover {
    height: 100%;
} */


.nav-menu-new .list-unstyled.mega_menu_ul:has(li a:hover)::after{
    height: 100%;
    transform: scale(0.01px) translateY(0px);
} 

.nav-menu-new ul li a{
    margin-bottom: 10px;
}

.nav-menu-new .nav-divider::before {
    top: -7px;
}

.btn-sec-conatent .btn-section a {
    margin-left: 0 !important;
}

.mega-menu-suplimentry a{
    margin-bottom: 10px;
}

.mega-menu-suplimentry .nav-divider{
    top: -5px;
}



.shake-animate {
    animation: shake 1.5s cubic-bezier(.36,.07,.19,.97) infinite both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.cont-nav li:hover .nav-link,
.cont-nav li:active .nav-link,
.cont-nav li:focus .nav-link {
    color: var(--bs-primary);
}
.cont-nav li.number:hover .shake-animate {
    animation: none;
}
.cont-nav li.number:hover .com-inquiry-block {
    top: 75%;
    opacity: 1;
    visibility: visible;
}
.com-inquiry {
    padding: 0;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    backdrop-filter: blur(5px);
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 0 5px rgb(247 55 87 / 30%);
}

.com-inquiry:after {
    top: -14px;
    right: 14px;
    content: '';
    z-index: -1;
    position: absolute;
    transition: all 1s ease;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid rgb(247 55 87 / 90%);
    filter: drop-shadow(0 0 5px rgb(247 55 87 / 30%));
}
.com-inquiry .con-heading {
    font-size: 16px;
    color: #212529;
    line-height: 1.2;
    font-weight: 800;
    padding: 10px 20px;
    letter-spacing: .5px;
}
.com-inquiry .inquiry-block {
    gap: 1rem;
    display: flex;
    text-align: left;
    min-height: 110px;
    padding: 15px 20px;
    align-items: center;
    border-top: 1px solid rgb(247 55 87 / 10%);
}
.dark_clr_path {
    fill:var(--bs-dark);
}
.primary_clr_path {
    fill:var(--bs-primary);
}
.svg_divider {
    fill:#FFC5D3;
}
.btn_quote {
    width: 10rem;
}
.com-inquiry .inquiry-block .inq_head {
    margin: 0;
    font-size: 16px;
    color: #212529;
}

.nav-menu-new h4 a{
    font-weight: 700;
}
.com-inquiry .inquiry-block ul {
    padding: 0;
    margin: 1rem 0 0;
}
.com-inquiry .inquiry-block ul li {
    display: flex;
    font-size: 16px;
    column-gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
}
.com-inquiry .inquiry-block ul li .fa {
    margin-right: 0.725rem;
}
.com-inquiry .inquiry-block ul li a,
.inquiry_cont span a {
    color: #f73757;
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.com-inquiry .inquiry-block ul li a:hover,
.inquiry_cont span a:hover {
    color: #212529;
}
.com-inquiry .inquiry-block span {
    font-size: 13px;
    color: #828282;
}
.com-info-inquiry .inquiry-block span a {
    color: #f73757;
}
.nav_menu_main_ul > li span.accordion{
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    position: relative;
}
/* .nav_menu_main_ul > li span.accordion:after {
    content: '';
    width: 0%;
    height: 6px;
    bottom: 0;
    left: 0;
    z-index: 999;
    position: absolute;
    transition:ease 0.2s;
    background: rgba(247, 55, 87, 0.95);
} */
.nav_menu_main_ul > li span.accordion:after {
    top: 16px;
    right: -5px;
    color: #333;
    line-height: 1;
    content: "\f13a";
    font-size: 1rem;
    position: absolute;
    font-family: 'FontAwesome';
    transition: all .2s ease-in-out;
}
.blog_link a {
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 15px;
}
.blog_link a:hover {
    color: #f73757;
}
.float_nav__menu{
    left:0;
    top: 81px;
    opacity: 0;
    z-index: 9;
    width: 100%;
    padding:35px 0;
    position: absolute;
    visibility: hidden;
    transition:ease 0.2s;
    background:rgba(247, 55, 87, 0.95);
}
.fd_menu__list:hover .float_nav__menu{
    visibility: visible;
    opacity: 1;
    transition: ease 0.2s;
}
.fd_menu__list:hover  span.accordion {
    color: #f73757;
}
/* .fd_menu__list:hover span.accordion:after{
    width:100%;
} */
.fd_menu__list:hover span.accordion:after{
    color: #f73757;
    transform: rotate(180deg);
}

.float_nav__menu .comp_sub__menus {
    padding-left: 20px;
    position: relative;
}
.float_nav__menu .comp_sub__menus:before,
.float_nav__menu .ser_sub_menus_inner::before {
    left: 0;
    width: 4px;
    content: '';
    height: 100%;
    position: absolute;
    border-radius: 5rem;
    background-color: #f4657d;
}
.float_nav__menu .comp_sub__menus li:not(:last-child),
.float_nav__menu .ser_sub__menus li:not(:last-child) {
    margin-bottom: 1rem;
}
.float_nav__menu .comp_sub__menus li a,
.float_nav__menu .ser_sub__menus li a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding: 0;
    position: relative;
    width: fit-content;
    width: -webkit-fit-content;
    width: -mox-fit-content;
}
.float_nav__menu .comp_sub__menus li a:after,
.float_nav__menu .ser_sub__menus li a:after {
    top: 0;
    content: '';
    width: 4px;
    height: 0%;
    left: -20px;
    background: #fff;
    position: absolute;
    border-radius: 5rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.float_nav__menu .comp_sub__menus li a:hover:after,
.float_nav__menu .ser_sub__menus li a:hover:after {
    height: 100%;
}
.float_nav__menu .ser_sub_menus_inner {
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
}
.float_nav__menu .ser_sub_menus_inner li{
    font-size: 16px;
    color:#fff;
    line-height: 24px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 1.25rem;
    justify-content: flex-start;
}
.float_nav__menu .ser_sub_menus_inner li:last-child::before,
.float_nav__menu .ser_sub_menus_inner li:last-child::after {
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    background-color: #ffffff;
}
.float_nav__menu .ser_sub_menus_inner li:last-child::before {
    width: 1px;
    height: 10px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child::after {
    top: 10px;
    width: 10px;
    height: 1px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child span{
    color:#fff;
    font-size: 16px;
    padding: 0 12px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child  a {
    position: relative;
    white-space: nowrap;
}
.float_nav__menu .ser_sub_menus_inner li:last-child  a:after {
    width: 0%;
    left: 0;
    top: 100%;
    bottom: 0;
    height: 1px;
}
.float_nav__menu .ser_sub_menus_inner li:last-child  a:hover:after{
    width: 100%;
}

.celebrating span {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 24px!important;
    color: #ffffff!important;
}
.fd-test-quote{
    filter:invert(1) brightness(100);
    width: 35px;
    margin-bottom: 10px;
}
.header-card {
    top: -10px;
    padding: 1rem;
    display: flex;
    position: relative;
    border-radius: 0.5rem;
    flex-direction: column;
    transition: all 0.3s ease-in;
}
.header-card:hover {
    border-radius: 0.5rem;
    background-color: #f73757;
    box-shadow: 0 0.5rem 1rem 0 rgba(58, 57, 57, 0.1);
}
.header-card p{
    color:#fff;
    font-size: 16px;
    line-height:24px;
}
.fd-hd-test-con {
    padding-left: 20px;
}
.fd-hd-test-img h5 {
    font-size: 20px;
    margin: 0;
    color: #fff !important;
}
.developer__btns {
    gap:20px;
    display: flex;
    min-height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.comp_sub__menus.others a{
    padding:8px 5px;
}
.float_nav__menu .ser_sub_menus_inner .ser_sub_menu_exception{
    gap: 0.5rem;
    flex-wrap: wrap!important;
}
.ser_sub_menu_exception div{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.developer__btns a {
    display: block;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    color: #f73757;
    padding: 15px 20px;
    border-radius: 8px;
    text-align: center;
    background: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1rem 1.5rem 0 rgba(58, 57, 57, 0.1);
}
.developer__btns a:hover {
    color: #fff;
    background: #f73757;
    border: 1px solid #ffffff;
    box-shadow: none;
}
.nav__menu__buttons a {
    display: block;
    color:#fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    background: #f73757;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 1px solid #f73757;
    transition: all 0.3s ease-in-out;
}
.nav__menu__buttons a:hover {
    color:#f73757;
    background:#ffffff;
}
/* .sticky__Header{
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.85);
} */
.nav_menu_main_ul.cont-info-pad {
    display: none;
}

.header-hire-btn.header-hire-btn {
    padding: 14px 13px;
    letter-spacing: normal;
    font-size: 16px;
    background: var(--bs-primary);
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-transform: unset;
    border-radius: 10px;
}

/* .header-menu-wave {
    z-index: 1;
    background-color: #fff;
} */
/* .nav-header {
    position: fixed;
    min-width: 100%;
} */

/* Media Query */

@media(max-width:1400px){
    .box-section {
        height: 80%;
}
}

@media (max-width: 1200px) {
    .fd-hd-test-con .hd-test-text {
        font-size: 14px;
        line-height: 1.2;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .float_nav__menu .ser_sub_menus_inner li.ser_sub_menu_unique {
        flex-wrap: wrap;
    }
}

/* @media(min-width:992px){
    .celebrating-mobs{
        display: none !important;
    }
} */

@media (max-width: 992px) {
    .nav-header {
        display: flex;
    }
    .header-menu-wave {
        min-width: 100%;
    }
    .top-rated {
        display: none;
    }
    /* header .container{
        max-width: 100%;
    } */
    .nav_menus__inner .nav_menu_main_ul.contact{
        display: none;
    }
    .nav_menus__inner .nav_menu_main_ul {
        gap: 0;
        flex-direction: column;
    }
    .nav_menus__inner .nav_menu_main_ul .fd_menu__list {
        border-bottom: 1px solid rgba(247, 55, 87, 0.1);
    }
    .nav_menus__inner .nav_menu_main_ul.cont-info {
        display: none;
    }
    .nav_menu_main_ul.cont-info-pad {
        display: flex;
    }
    .nav__menu__buttons {
        display: none;
    }
    .nav_menus__inner .nav_menu_main_ul .fd_menu__list span{
        font-size: 18px;
        padding:16px;
        color: #333;
        display: block;
        position: relative;
    }
    .fd_menu__list span.accordion:before {
        right: 20px;
        top: 20px;
        content: "\f13a";
        color: #333;
        position: absolute;
        font-family: 'FontAwesome';
        font-size: 1.25rem;
        line-height: 1;
        transform: rotate(0deg);
        transition: all .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    
    .fd_menu__list span.accordion.active:before {
        color: #f73757;
        font-weight: 400;
        transform: rotate(180deg);
    }
    .nav_menus__inner .nav_menu_main_ul .blog_link a {
        font-size: 18px;
        color:#333;
        padding: 16px;
        display: block;
    }
    .float_nav__menu{
        opacity: 1;
        padding: 0;
        max-height: 0;
        position: unset;
        overflow: hidden;
        visibility: visible;
        background: transparent;
    }
    .float_nav__menu h4, .float_nav__menu h4 a {
        color:#333;
        margin-bottom: 15px;
    }
    .float_nav__menu .ser_sub_menus_inner li:last-child::before,
    .float_nav__menu .ser_sub_menus_inner li:last-child::after {
        background-color: #f73757;
    }
    .header-card {
        top: 0;
        padding: 0;
        align-items: flex-start;
    }
    .float_nav__menu .comp_sub__menus li a,
    .float_nav__menu .ser_sub__menus li a,
    .float_nav__menu .ser_sub_menus_inner li,
    .header-card p,
    .fd-hd-test-img h5 {
        color:#333 !important;
    }
    .float_nav__menu .ser_sub_menus_inner li:last-child {
        padding-left: 1.25rem;
    }
    .fd-hd-test-img .tetimonial-client-img {
        width: 64px;
        height: 64px;
    }
    .header-card p {
        text-align: left;
    }
    .float_nav__menu .comp_sub__menus:before, .float_nav__menu .ser_sub_menus_inner::before {
        width: 3px;
        background-color: rgba(244, 101, 125, 0.5);
    }
    .float_nav__menu .comp_sub__menus li a:after, .float_nav__menu .ser_sub__menus li a:after {
        width: 3px;
        background: #f73757;
    }
    .float_nav__menu .ser_sub_menus_inner li:last-child span{
        color:#f73757;
    }
    .float_nav__menu .container{
        max-width:100%;
    }
    .fd_menu__list span.accordion:after{
        display: none;
    }
    .float_nav__menu .ser_sub_menus_inner li span {
        padding: 0 10px !important;
    }
    .developer__btns {
        gap: 10px;
        margin-top: 1rem;
        min-height: auto;
        flex-direction: row;
    }
    .developer__btns.single__btn {
        margin-top: 2rem;
    }
    .developer__btns a {
        color: #fff;
        font-size: 16px;
        padding: 12px 13px;
        background: #f73757;
        border:1px solid #f73757;
    }
    .developer__btns a:hover {
        color: #f73757;
        background: #fff;
        border:1px solid #f73757;
    }
    .single__btn a {
        width: 100%;
        padding: 12px 30px;
    }
    .fd-test-quote{
        filter:unset;
    }
    .hamburger_menu span {
        width: 28px;
        height: 3px;
        margin: 5px 0;
        display: block;
        background: #333;
        border-radius: 5rem;
        animation: width_anim 0.5s infinite ease-out forwards alternate-reverse;
    }
    .hamburger_menu span.middle {
        animation-delay: 0.1s;
    }
    .hamburger_menu span.bottom {
        animation-delay: 0.2s;
    }
    .menu__active .hamburger_menu span {
        animation: none;
    }
    .menu__active .hamburger_menu span:nth-child(2){
        display: none;
    }
    .menu__active .hamburger_menu span:nth-child(1){
        transform: rotate(45deg) translate(20%);
    }
    .menu__active .hamburger_menu span:nth-child(3){
        transform: rotate(-45deg) translate(20%);
    }
    .nav_menu_main_ul > li span.accordion.active{
        color: #f73757;
        font-weight: 600;
        background:rgb(247 55 87 / 10%);
    }

    .service-sec .mega_menu_list img{
        filter:invert(30%) sepia(116%) saturate(7483%) hue-rotate(341deg) brightness(101%) contrast(101%) ;
    }

    .box-section{
        padding: 15px;
        background: #ff0042;
    }

    .box-section .text-box{
        padding-top: 15px;
    }
    .box-section .box-botton{
        padding-bottom: 10px;
    }

    .box-section {
        height: 90%;
    }

    /* .celebrating a{
        display: none;
    } */

    .mob-ce{
        margin-bottom: 10px;
    }

    
}
@media (max-width: 575.99px) {
    .nav_menu_main_ul.cont-info-pad {
        display: none;
    }
}


/* CSS Animation used in Header */

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    40%, 60% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}
@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }
    40%, 60% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}
@-webkit-keyframes width_anim {
    0% {
        width: 0px;
    }
    100% {
        width: 28px;
    }
}
@keyframes width_anim {
    0% {
        width: 0px;
    }
    100% {
        width: 28px;
    }
}
/* CSS Animation used in Header ends here */

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbr-brand {
        width: 12rem;
    }
    .com-inquiry:after {
        right: 21px;
    }
    .navbar-expand-lg {
        padding: 0;
    }
    .navbar-expand-lg .offcanvas {
        width: auto;
        background-image: none;
    }
    .nav_menu_main_ul .nav-item:not(:last-child) {
        cursor: pointer;
        border-bottom: none;
    }
    .nav_menu_main_ul .nav-link {
        padding: 0.5rem 0.75rem !important;
    }
    .nav_menu_main_ul .nav-link:not(:last-child) {
        pointer-events: none;
    }
    /* .nav_menu_main_ul .dropdown-toggle {
        pointer-events: none;
        cursor: pointer !important;
    } */
    .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-toggle,
    .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-toggle,
    .nav_menu_main_ul .nav-item:not(:last-child):active .dropdown-toggle {
        font-weight: 500;
        color: var(--bs-primary);
        background-color: transparent;
    }
    .nav_menu_main_ul .dropdown-toggle::after {
        font-size: 1rem;
        margin-left: 0.5rem;
    }
    .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-toggle::after,
    .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-toggle::after,
    .nav_menu_main_ul .nav-item:not(:last-child):active .dropdown-toggle::after {
        transform: rotate(180deg);
    }
    .nav_menu_main_ul .dropdown-menu.mega-menu {
        left: 0;
        right: 0;
    }
    .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-menu.mega-menu,
    .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-menu.mega-menu,
    .nav_menu_main_ul .nav-item:not(:last-child):active .dropdown-menu.mega-menu {
        left: 0;
        right: 0;
        opacity: 1;
        padding: 2.5rem 0;
        visibility: visible;
        max-height: fit-content;
        backdrop-filter: blur(5px);
        background: rgb(255 0 66 / 90%);
    }

    .nav_menu_main_ul .nav-item:not(:last-child):hover .dropdown-menu.mega-menu.border,
    .nav_menu_main_ul .nav-item:not(:last-child):focus .dropdown-menu.mega-menu.border,
    .nav_menu_main_ul .nav-item:not(:last-child):active .dropdown-menu.mega-menu.border {
        border-bottom: 2px solid #fff !important;
    }


    .mega-menu .mob_card {
        padding: 0rem;
        box-shadow: none;
        border-radius: 0rem;
        background-color: transparent;
    }
    .mega_menu_ul:last-child {
        margin-bottom: 0rem;
    }
    .mega_menu_ul::before {
        width: 0.25rem;
        background-color: rgb(255 255 255 / 20%);
    }
    .mega_menu_list a,
    .mega_menu_list a:hover,
    .mega_menu_list a:focus,
    .mega_menu_list a:active {
        display: flex;
        position: relative;
        color: var(--bs-white);
    }
    .mega_menu_list a::before, .mega_menu_list.secondary_menu a::before {
        top: 0;
        height: 0%;
        left: -1rem;
        content: '';
        width: 0.25rem;
        position: absolute;
        border-radius: 5rem;
        background-color: var(--bs-white);
        -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .mega_menu_list a:hover::before,
    .mega_menu_list a:focus::before,
    .mega_menu_list a:active::before {
        bottom: 0;
        height: 100%;
    }
    .mega_menu_list.secondary_menu a::before {
        left: 0;
        top: auto;
        bottom: 0;
        width: 0%;
        height: 1px;
    }
    .mega_menu_list.secondary_menu a:hover::before,
    .mega_menu_list.secondary_menu a:focus::before,
    .mega_menu_list.secondary_menu a:active::before {
        width: 100%;
    }
    .menu-header, .menu-header a {
        color: var(--bs-white);
    }
    .celebrating {
        margin-bottom: 0;
    }
    .celebrating img {
        filter: none;
        transform: scale(0.9);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }
    .celebrating img:hover {
        transform: scale(1);
    }
    .header-testimonial {
        padding: 1rem;
        border-radius: 1rem;
        color: var(--bs-white);
        background-color: transparent;
    }
    .header-testimonial:hover {
        color: var(--bs-white);
        background-color: var(--bs-primary);
        box-shadow: 0rem 0.5rem 0.5rem rgba(247, 55, 87, 0.25);
    }
    .header-testimonial .quotes_symbol {
        width: 50px;
        fill: var(--bs-white);
    }
    .dropdown-menu.mega-menu .btn_primary {
        width: 10rem;
        margin-left: auto;
        color: var(--bs-primary);
        background-color: var(--bs-white);
        box-shadow: 0rem 0.5rem 1rem rgba(255, 255, 255, 0.15);
    }
    .dropdown-menu.mega-menu .btn_primary:hover,
    .dropdown-menu.mega-menu .btn_primary:active,
    .dropdown-menu.mega-menu .btn_primary:focus {
        color: var(--bs-white);
        box-shadow: 0rem 0.5rem 1rem rgb(35 44 59 / 15%);
    }
    .secondary_menu::after, .secondary_menu::before, .nav-divider::before {
        background-color: var(--bs-white);
    }

    .btn-sec-conatent p{
        color: #fff;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    
}