/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*======================================>
    HTML - CSS
=========================================	>*/

html {
    scroll-behavior: auto !important;
}


/*======================================>
    Slider - CSS
=========================================	>*/

.Roket {
    /*animation: Roket 1.2s ease-in infinite;*/
}

@keyframes Roket {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.Roket_BG {
    /*animation: Roket_BG 3s ease-in infinite;*/
}

@keyframes Roket_BG {

    0%,
    100% {
        translate: 0px 36px;
    }

    50% {
        translate: 0px 46px;
    }
}

/* .Your_Orbit {
	animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(0.9);
  }
} */




.button-icon {
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
}









/*======================================>
    GSAP - CSS
=========================================	>*/

.Client_Name .word {
    /*clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
}





/*======================================>
    Home Slide Bar - CSS
=========================================	>*/

.Slider_Bar:after {
    position: absolute !important;
    content: '' !important;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/sidepanel-bg.png) no-repeat;
    width: 389px !important;
    height: 272px !important;
    background-size: 100% !important;
    /*top: -10%;*/
    left: 1%;
    bottom: -59.5%;
    background-position: bottom;
    transition: all 0.6s ease-out;
    /*z-index: 99;*/
    /*transform: rotate(30deg);*/
    /*animation: spin 10s infinite alternate-reverse;*/
}








/*======================================>
    Header - CSS
=========================================	>*/


.MenuBtn {
    visibility: hidden !important;
    display: none !important;
}

.MenuBtn {
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
    /*visibility: hidden;*/
}

a.menuMobie {
    display: inline-flex;
    flex-wrap: wrap;
    width: 30px;
    justify-content: flex-end;
}

.icnline {
    background-color: #F37435;
}

.icnline {
    background-color: #000000;
    transition: all 0.2s ease;
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    line-height: 1;
    border-radius: 10px;
}

a.menuMobie .icnline:last-child {
    margin: 0px;
    width: 20px;
}

a.menuMobie:hover .icnline:last-child {
    width: 100%;
}




.Header_Menu_List #menu-main-menu {
    gap: 50px !important;
}


@media screen and (max-width: 1666px) {
    .Header_Menu_List #menu-main-menu {
        gap: 40px !important;
    }
}

@media screen and (max-width: 1586px) {
    .Header_Menu_List #menu-main-menu {
        gap: 25px !important;
        font-size: 15px !important;
    }
}

@media screen and (max-width: 1394px) {
    .Header_Menu_List #menu-main-menu {
        gap: 15px !important;
        font-size: 15px !important;
    }
}


@media screen and (max-width: 1350px) {

    .Header_Menu_Col,
    .icons-info {
        visibility: hidden !important;
        display: none !important;
    }

    .icons-info {
        visibility: hidden !important;
        display: none !important;
    }

    .MenuBtn {
        visibility: visible !important;
        display: block !important;
    }

    .Side_Menu_Button_Col {
        /*visibility: visible !important;*/
        /*display: block !important;*/
    }
}

.icons-info .header-info-text {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.icons-info .header-info-text .icons {
    margin-right: 15px;
    flex-basis: 40px;
    width: 40px;
}

.icons-info .header-info-text .info {
    color: rgba(0, 0, 0, 0.4);
    font-family: Outfit !important;
    font-size: 17px;
}

.icons-info .header-info-text .info a {
    color: var(--awb-color4);
}

.icons-info .header-info-text .info a.dot {
    border-bottom: 1px dotted rgba(0, 0, 0, .5);
}






.fusion-sticky-container.fusion-sticky-transition {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #ffffff !important;
}







.Page_Title_Section .fusion-column-wrapper {
    clip-path: polygon(30px 0%, calc(100% - 0px) 0%, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0% calc(100% - 30px), 0% 0px);
}







.marquee {
    grid-column-gap: 16px;
    width: 100%;
    padding-bottom: .1rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.marquee-content {
    grid-column-gap: 1rem;
    justify-content: space-around;
    /*min-width: 100%;*/
    min-width: max-content;
    display: flex;
}

.scroll {
    animation: scroll 24s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 1rem));
    }
}

.Tag_Line_Box {
    display: flex;
    align-items: center;
    padding: .875rem 0rem .875rem 0rem;
}

.Tag_Line_Bol {
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.Tag_Line_Bol svg {
    width: 3rem;
}

.label-text {
    text-transform: capitalize;
}











.Online_Platform_Logo {
    width: 180px;
}










.Shaddocck_About {
    background: linear-gradient(90deg, #f2f7fe 0%, #f2fcf5 100%);
    padding: 12px 20px;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    width: fit-content;
}







/*======================================>
    Galaxy of Services - CSS
=========================================	>*/

/*.Galaxy_Services_Section::before {*/
/*    content: '' !important;*/
/*    position: absolute !important;*/
/*    background: url(https://shaddocck.com/wp-content/uploads/2025/05/white-p-1.png) no-repeat;*/
/*    width: 300px !important;*/
/*    height: 315px !important;*/
/*    background-size: 100% !important;*/
/*    top: 6%;*/
/*    left: -10%;*/
/*    background-position: top;*/
/*    transition: all 0.6s ease-out;*/
/*    z-index: 99;*/
/*    transform: rotate(30deg);*/
/*    animation: spin 10s infinite alternate-reverse;*/
/*}*/
/*@keyframes spin {*/
/*    0% {*/
/*        transform: rotate(0);*/
/*    }*/

/*    100% {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/






#cursor_G {
    position: fixed;
    top: 0;
    left: 0;
    height: 4.5vw;
    width: 4.5vw;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    opacity: 0;
    /*transform: translate(-50%, -50%);*/
}

#cursor_G a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cursor_G svg {
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
}

#cursor_G span {
    font-size: 14px;
    text-transform: lowercase;
}


.Galaxy_Services .fusion-column-wrapper {
    margin: 10px;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
}

.Galaxy_Services .fusion-column-wrapper:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.Galaxy_Services .fusion-column-wrapper:hover svg g path,
.Galaxy_Services .fusion-column-wrapper:hover svg path {
    fill: #ffffff !important;
}

.Galaxy_Services .fusion-column-wrapper:hover .fusion-text p {
    color: #ffffff;
}

.Galaxy_Services .fusion-column-wrapper:hover .fusion-title h5 {
    color: #ffffff !important;
}

.Galaxy_Icon_Section .fusion-column-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
}

.Galaxy_Services .fusion-column-wrapper:hover .Galaxy_Icon_Section .fusion-column-wrapper {
    box-shadow: none !important;
}


.Galaxy_Services_Section::after {
    content: '' !important;
    position: absolute !important;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Shaddocck-Image.png) no-repeat;
    width: 689px !important;
    height: 926px !important;
    background-size: 85% !important;
    /* top: -10%; */
    /* left: -7%; */
    right: 0%;
    bottom: 0%;
    background-position: bottom;
    transition: all 0.6s ease-out;
}











.services_title_box {
    border-radius: 50px;
    color: #151515;
    border: .0625rem solid #1515151a;
    margin: 0 auto 1rem;
    padding: .375rem .75rem;
    font-size: .75rem;
    line-height: 150%;
    width: fit-content;
}



.marquee {
    grid-column-gap: 16px;
    width: 100%;
    padding-bottom: .1rem;
    display: flex;
    position: relative;
    overflow: hidden;
}

.marquee-content {
    grid-column-gap: 1rem;
    justify-content: space-around;
    min-width: 100%;
    display: flex;
}

.scroll {
    animation: scroll 20s linear infinite;
}

.reverse {
    animation-direction: reverse;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 1rem));
    }
}

.marquee-content {
    min-width: max-content;
}



.industries_label.is-green {
    color: #5cb13e;
    border-color: #5cb13e66;
}

.industries_label.is-baby_blue {
    color: #99d2fb;
    border-color: #99d2fb66;
}

.industries_label.is-orange {
    color: #ff5924;
    border-color: #ff592466;
}

.industries_label.is-pink {
    color: #ff7dd3;
    border-color: #ff7dd366;
}

.industries_label,
.marquee-image {
    -webkit-transform: translateZ(0);
}

.industries_label {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #000;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: .875rem 1.5rem .875rem 1.25rem;
    display: flex;
}

.industries_label_icon {
    width: 2rem;
    height: 1.25rem;
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.label-text {
    color: #151515;
    font-size: .875rem;
    font-weight: 400;
    line-height: 120%;
}

.linear-gradient.is-1 {
    inset: 0% auto 0% 0%;
}

.linear-gradient {
    background-image: linear-gradient(90deg, #f7f6f4, #f7f6f400);
    width: 18.75rem;
    height: 100%;
    position: absolute;
}

.linear-gradient.is-2 {
    background-image: linear-gradient(270deg, #f7f6f4, #f7f6f400);
    inset: 0% 0% 0% auto;
}












/*======================================>
    Counter BOX - CSS
=========================================	>*/





.Counter_Box .fusion-column-wrapper .fusion-counters-box .fusion-counter-box {
    /*padding: 0px !important;*/
}

.Counter_Box .fusion-column-wrapper .fusion-counters-box .fusion-counter-box .counter-box-container {
    /*padding: 0px !important;*/
    /*border: none !important;*/
}

.Counter_Box .fusion-column-wrapper .fusion-counters-box .fusion-counter-box .counter-box-container .content-box-percentage {
    /*color: #15438c !important;*/
    /*   font-weight: bold !important;*/
}

/*.Counter_Center_Box::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0px;*/
/*    bottom: 0;*/
/*    width: 1px;*/
/*    background: linear-gradient(180deg, #ffffff00 0%, #15438c 50%, #ffffff00 100%);*/
/*    border-radius: 2px;*/
/*}*/

/*.Counter_Center_Box::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0px;*/
/*    bottom: 0;*/
/*    width: 1px;*/
/*    background: linear-gradient(180deg, #ffffff00 0%, #15438c 50%, #ffffff00 100%);*/
/*    border-radius: 2px;*/
/*}*/



.counter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
}

.odometer.odometer-auto-theme,
.Plus_Icon {
    font-family: 'outfit' !important;
    font-size: 35px;
    color: #000000;
}

.odometer {
    font-family: 'outfit' !important;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    color: #15438c;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    transition-duration: 9s !important
}








.Social_Media_Link_Section {
    background: linear-gradient(-90deg, #78c55e 0%, #2ab6e5 100%);
}











.ViewallButton_view-btn {
    transition: all .3s ease-in-out;
    border-radius: 100px;
    width: 125px;
    min-width: 125px;
    height: 125px;
    border: 1px solid #555;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
    cursor: pointer;
}

.ViewallButton_view-btn::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    left: 0;
    bottom: -100%;
    border-radius: 100px;
    transition: all ease 0.4s;
}

.ViewallButton_view-btn:hover::after {
    bottom: 0%;
    transition: 0.4s all;
}

.ViewallButton_view-btn a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ViewallButton_view-btn a span {
    color: #000000;
    font-size: 14px;
    z-index: 9;
}

.ViewallButton_view-btn a svg {
    z-index: 9;
}

.ViewallButton_view-btn:hover a svg,
.ViewallButton_view-btn:hover a span {
    color: #ffffff;
}


.slide-container-cliente {
    width: 100%;
}

.slide-container-cliente {
    overflow: hidden;
}

.slide-container-cliente .Client_card {
    border-radius: 10px;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 20px;
}

.slide-container-cliente .Client_1,
.slide-container-cliente .Client_4,
.slide-container-cliente .Client_7 {
    border-top: 3px solid #0057a9;
}

.slide-container-cliente .Client_2,
.slide-container-cliente .Client_5,
.slide-container-cliente .Client_8 {
    border-top: 3px solid #0894d8;
}

.slide-container-cliente .Client_3,
.slide-container-cliente .Client_6,
.slide-container-cliente .Client_9 {
    border-top: 3px solid #e60d2d;
}

.slide-container-cliente .image-content .card-image img {
    margin-bottom: 20px;
}

.slide-container-cliente .image-content .card-image .description {
    font-size: 16px;
    color: #3d4751;
}

.slide-container-cliente p {
    font-size: 16px;
    color: #8c8c8c;
}

.slide-container-cliente .swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.slide-container-cliente .swiper-navBtn:hover {
    color: #4070F4;
}



.slide-container-cliente .swiper-pagination-bullet {
    background-color: #6E93f7 !important;
}

.slide-container-cliente .swiper-pagination-bullet-active {
    background-color: #4070F4 !important;
}

@media screen and (max-width: 768px) {
    .slide-container-cliente .slide-container-cliente {
        margin: 0 10px;
    }

    .slide-container-cliente .swiper-navBtn {
        display: none;
    }
}











/*======================================>
    Case Studies - CSS
=========================================	>*/

/*.wrapper .carousel {*/
/*  display: grid;*/
/*  grid-auto-flow: column;*/
/*  grid-auto-columns: calc((85% / 2) - 20px);*/
/*  overflow-x: auto;*/
/*  scroll-snap-type: x mandatory;*/
/*  gap: 16px;*/
/*  scroll-behavior: smooth;*/
/*  scrollbar-width: none;*/
/*  margin-top: 0px;*/
/*    padding-left: 0px;*/
/*}*/

/*.carousel::-webkit-scrollbar {*/
/*  display: none;*/
/*}*/

/*.carousel.no-transition {*/
/*  scroll-behavior: auto;*/
/*}*/

/*.carousel.dragging {*/
/*  scroll-snap-type: none;*/
/*  scroll-behavior: auto;*/
/*}*/

/*.carousel.dragging .card {*/
/*  cursor: grab;*/
/*  user-select: none;*/
/*}*/


/*.carousel .card {*/
/*  scroll-snap-align: start;*/
/*  list-style: none;*/
/*  cursor: pointer;*/
/*  padding-bottom: 15px;*/
/*  flex-direction: column;*/
/*  border-radius: 8px;*/
/*}*/

/*.carousel .card .content {*/
/*    padding: 0px 20px;*/
/*}*/

/*.carousel .card .content .fusion-separator-border {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.carousel .card .content p {*/
/*    width: 400px;*/
/*}*/

/*.carousel .card h4 {*/
/*    margin-top: 5px !important;*/
/*    margin-bottom: 15px !important;*/
/*}*/

/*.content .word {*/
/*    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
/*	color: #000000;*/
/*}*/


/*.wrapper .carousel a:hover .card .content p {*/
/*	color: #000000;*/
/*}*/

/*@media screen and (max-width: 900px) {*/
/*  .wrapper .carousel {*/
/*    grid-auto-columns: calc((100% / 2) - 9px);*/
/*  }*/
/*}*/

/*@media screen and (max-width: 600px) {*/
/*  .wrapper .carousel {*/
/*    grid-auto-columns: 100%;*/
/*  }*/
/*}*/












#cursor_P {
    position: fixed;
    width: 17vw;
    top: 0;
    left: 0;
    z-index: 99999999999;
    /*opacity: 0;*/
}

#cursor_P>div {
    opacity: 0;
    pointer-events: none;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .3s;
    position: absolute;
    z-index: 99999999999;
}

#cursor_P .crow {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: .7vw;
}

#cursor_P .crow .ccapsule {
    padding: 10px 25px;
    border-radius: 100px;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
}


#Case_Studies_Section {
    transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 2s;
    background-color: #edeef2;
}


.slide-container {
    width: 100%;
}

.slide-container .slide-content {
    overflow: hidden;
}

.slide-container .card {
    border-radius: 10px;
    /*background-color: #ffffff;*/
    /*-webkit-border-radius: 10px;*/
    /*-moz-border-radius: 10px;*/
    /*-ms-border-radius: 10px;*/
    /*-o-border-radius: 10px;*/
    /*padding: 20px;*/
    transition: all 0.3s ease;
}

.slide-container:hover> :not(:hover) {
    /*filter: blur(0.5);*/
    /*opacity: 0.5;*/
}

.slide-container .image_Client .card-image {
    /*overflow: hidden;*/
    /*border-radius: 10px;*/
}

.slide-container .image_Client .card-image img {
    transition: all 0.3s ease;
    margin-bottom: 20px;
    border-radius: 10px;
}

.slide-container .card:hover .card-image img {
    /*transform: scale(1.03);*/
}


.slide-container .slide-content .card-wrapper .swiper-slide .image_Client {
    /*cursor: none;*/
}

.slide-container .image-content .card-image .description {
    font-size: 16px;
    color: #3d4751;
    z-index: 1;
}

.slide-container .card-content p {
    font-size: 16px;
    color: #000000;
    z-index: 1;
}


@media screen and (max-width: 768px) {
    .slide-container .slide-content {
        margin: 0 10px;
    }

    .slide-container .swiper-navBtn {
        display: none;
    }
}




















/*======================================>
   Case Studies : Roket Animation's - CSS
=========================================	>*/

.Line-1 {
    animation: lineone 1s ease-in infinite;
}

@keyframes lineone {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}

.Line-2 {
    animation: linetwo 1s ease-in infinite;
}

@keyframes linetwo {
    0% {
        transform: translateY(-1px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-1px);
    }
}

.Line-3 {
    animation: linethree 1s ease-in infinite;
}

@keyframes linethree {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-5px);
    }
}








/*======================================>
    SEO : Page - CSS
=========================================	>*/

.SEO_What_We_Do_Section::before {
    content: '';
    position: absolute;
    top: -15%;
    bottom: 0px;
    left: 0;
    right: 0;
    /* max-width: 800px; */
    width: 770px;
    height: 770px;
    background-image: url(https://shaddocck.com/wp-content/uploads/2025/07/svgviewer-output-2.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    margin: auto;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    /* z-index: -1; */
    /* opacity: 0.1; */
    filter: opacity(0.2) blur(0px);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.SEO_What_We_Do_Card .searvice_box .icon_box {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*     background: #eeecff; */
}

.searvice_box:hover .icon_box {
    transition: all .8s ease-in-out !important;
    transform: rotateY(360deg) !important;
}

.SEO_What_We_Do_Card:nth-child(1) .searvice_box .icon_box,
.SEO_What_We_Do_Card:nth-child(5) .searvice_box .icon_box {
    background: #b2bff773;
}

.SEO_What_We_Do_Card:nth-child(2) .searvice_box .icon_box,
.SEO_What_We_Do_Card:nth-child(7) .searvice_box .icon_box {
    background: #e0f8f2;
}

.SEO_What_We_Do_Card:nth-child(3) .searvice_box .icon_box {
    background: #f5c1cb87;
}

.SEO_What_We_Do_Card:nth-child(4) .searvice_box .icon_box,
.SEO_What_We_Do_Card:nth-child(6) .searvice_box .icon_box {
    background: #e2c2ff73;
}

.SEO_What_We_Do_Card .searvice_box .icon_box img {
    width: 40px;
    height: 40px;
}

.SEO_What_We_Do_Card .fusion-column-wrapper {
    /*margin: 20px;*/
}

.SEO_What_We_Do_Card:nth-child(odd) .searvice_box {
    margin-top: 50px;
}

.SEO_What_We_Do_Card:nth-child(1) .searvice_box {
    background: #F4F6FF;
    border-top: 4px solid #b2bff7;
}

.SEO_What_We_Do_Card:nth-child(2) .searvice_box {
    background: #F2FBF9;
    border-top: 4px solid #75d5bf;
}

.SEO_What_We_Do_Card:nth-child(3) .searvice_box {
    background: #FEF3F5;
    border-top: 4px solid #f5c1cb;
}

.SEO_What_We_Do_Card:nth-child(4) .searvice_box {
    background: #F5EDFC;
    border-top: 4px solid #e2c2ff;
}

.SEO_What_We_Do_Card:nth-child(5) .searvice_box {
    background: #F4F6FF;
    border-top: 4px solid #b2bff7;
}

.SEO_What_We_Do_Card:nth-child(6) .searvice_box {
    background: #F5EDFC;
    border-top: 4px solid #e2c2ff;
}

.SEO_What_We_Do_Card:nth-child(7) .searvice_box {
    background: #F2FBF9;
    border-top: 4px solid #75d5bf;
}

.searvice_box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 30px 20px;
    clip-path: polygon(30px 0%, calc(100% - 0px) 0%, 100% 30px, 100% calc(100% - 30px), calc(100% - 30px) 100%, 30px 100%, 0% calc(100% - 0px), 0% 0px);
}


.SEO_Why_Choose_Us_Card .fusion-column-wrapper {
    margin: 15px;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.09);
}

.SEO_Why_Choose_Us_Card .fusion-column-wrapper .fusion-builder-row .fusion-layout-column .fusion-column-wrapper {
    margin: 0px 10px;
    box-shadow: none
}




/*======================================>
    Social Media : Page - CSS
=========================================	>*/



.Social_Media_Marketing_Process_Section::before {
    content: '';
    position: absolute;
    top: -5%;
    bottom: 0px;
    left: 0;
    right: 0;
    /*     max-width: 800px; */
    width: 769px;
    height: auto;
    background-image: url(https://shaddocck.com/wp-content/uploads/2025/09/Social-Media-BG-Image-1.png);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    margin: auto;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    /*z-index: -1;*/
    /*opacity: 0.1; */
    filter: opacity(0.6);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.Social_Media_Marketing_Process_Section_Card .searvice_box .icon_box {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*     background: #eeecff; */
}

.Social_Media_Marketing_Process_Section_Card:nth-child(1) .searvice_box .icon_box,
.Social_Media_Marketing_Process_Section_Card:nth-child(5) .searvice_box .icon_box {
    background: #b2bff73d;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(2) .searvice_box .icon_box,
.Social_Media_Marketing_Process_Section_Card:nth-child(7) .searvice_box .icon_box {
    background: #75d5bf40;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(3) .searvice_box .icon_box {
    background: #f5c1cb57;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(4) .searvice_box .icon_box,
.Social_Media_Marketing_Process_Section_Card:nth-child(6) .searvice_box .icon_box {
    background: #e2c2ffa6;
}

.Social_Media_Marketing_Process_Section_Card .searvice_box .icon_box img {
    width: 40px;
    height: 40px;
}


.Social_Media_Marketing_Process_Section_Card .fusion-column-wrapper {
    /*margin: 20px;*/
}

.Social_Media_Marketing_Process_Section_Card:nth-child(odd) .searvice_box {
    /* 	margin-top:50px; */
}

.Social_Media_Marketing_Process_Section_Card:nth-child(1) .searvice_box {
    background: #F4F6FF;
    border-top: 4px solid #b2bff7;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(2) .searvice_box {
    background: #F2FBF9;
    border-top: 4px solid #75d5bf;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(3) .searvice_box {
    background: #FEF3F5;
    border-top: 4px solid #f5c1cb;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(4) .searvice_box {
    background: #F5EDFC;
    border-top: 4px solid #e2c2ff;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(5) .searvice_box {
    background: #F4F6FF;
    border-top: 4px solid #b2bff7;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(6) .searvice_box {
    background: #F5EDFC;
    border-top: 4px solid #e2c2ff;
}

.Social_Media_Marketing_Process_Section_Card:nth-child(7) .searvice_box {
    background: #F2FBF9;
    border-top: 4px solid #75d5bf;
}

.Social_Media_Marketing_Process_Section_Card .searvice_box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 30px 20px;
}




.Social_Media_Why_Choose_Card .fusion-column-wrapper .icon_box {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
}

.Social_Media_Why_Choose_Card .fusion-column-wrapper .icon_box img {
    width: 40px;
    height: 40px;
}

.Social_Media_Why_Choose_Card .fusion-column-wrapper {
    margin: 15px;
}




/*======================================>
    PPC : Page - CSS
=========================================	>*/

.PPC_Services_Card .fusion-column-wrapper {
    margin: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}


.PPC_Services_Card .service-img {
    width: 95px;
    height: 90px;
    background: url(https://shaddocck.com/wp-content/uploads/2025/09/services-icon-bg-shape.png) no-repeat center right / contain;
    margin-bottom: 25px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.PPC_Services_Card .service-img img {
    width: 50px;
    height: 50px;
    margin-left: -10px;
    transition: all 0.5s linear;
}

.PPC_Services_Card .fusion-column-wrapper:hover .service-img img {
    margin-left: 20px;
    transform: scale(1.1);
}

.Platforms_We_Specialize_Section::before {
    content: '';
    position: absolute;
    top: -5%;
    bottom: 0px;
    left: 0;
    right: 0;
    /*     max-width: 800px; */
    width: 769px;
    height: auto;
    background-image: url(https://shaddocck.com/wp-content/uploads/2025/09/PPC_Specialize_BG.png);
    background-repeat: no-repeat;
    background-size: 85%;
    background-position: center;
    margin: auto;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 25s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    /*z-index: -1;*/
    /*opacity: 0.1; */
    filter: opacity(0.6);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.PPC_Specialize_Card .searvice_box .icon_box {
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eeecff;
}

.PPC_Specialize_Card:nth-child(1) .searvice_box .icon_box {
    background: #fdf3ea;
}

.PPC_Specialize_Card:nth-child(2) .searvice_box .icon_box {
    background: #e0f8f2;
}

.PPC_Specialize_Card .searvice_box .icon_box img {
    width: 40px;
    height: 40px;
}

.PPC_Specialize_Card .fusion-column-wrapper {
    /*margin: 20px;*/
}

.PPC_Specialize_Card:nth-child(odd) .searvice_box {
    /* 	margin-top:50px; */
}

.PPC_Specialize_Card:nth-child(1) .searvice_box {
    background: #fffcf9;
    border-top: 4px solid #f7c89f;
}

.PPC_Specialize_Card:nth-child(2) .searvice_box {
    background: #F2FBF9;
    border-top: 4px solid #75d5bf;
}

.PPC_Specialize_Card:nth-child(3) .searvice_box {
    background: #f7f6fe;
    border-top: 4px solid #ccc6fff7;
}

.PPC_Specialize_Card:nth-child(4) .searvice_box {
    background: #F5EDFC;
    border-top: 4px solid #e2c2ff;
}

.PPC_Specialize_Card:nth-child(5) .searvice_box {
    background: #F4F6FF;
    border-top: 4px solid #b2bff7;
}

.PPC_Specialize_Card .searvice_box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 30px 20px;
}


.PPC_Marketing_Process .fusion-column-wrapper {
    margin: 15px;
}

.PPC_Marketing_Process .fusion-column-wrapper .Number {
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #eaedf2;
    color: #000000;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.PPC_Why_Choose {
    margin-bottom: 0px !important;
}



/*======================================>
    Branding : Page - CSS
=========================================	>*/

.Branding_Services .fusion-column-wrapper .Number {
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    background: #eaedf2;
    color: #000000;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}







/*======================================>
    White Label Services : Page - CSS
=========================================	>*/

.Label_Services .fusion-column-wrapper {
    box-shadow: 6px 6px 40px 0 #0000001A !important;
    border-radius: 24px !important;
    position: relative !important;
    overflow: hidden !important;
    padding: 30px 22px !important;
    margin: 0 10px 20px !important;
}

.Label_Services .fusion-column-wrapper:after {
    /*content: url(https://shaddocck.com/wp-content/uploads/2026/02/Label-Services-BG.svg);*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
}

.Label_Services .fusion-column-wrapper .fusion-imageframe {
    width: 64px;
    height: 64px;
    background: #2589d6;
    box-shadow: 1.28px 1.28px 12.8px 0 #00000024 inset;
    border: 6px solid #ffffffd4;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 50%;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}



.design-industry {
    padding: 24px;
    background: #e7e6e675;
    border-radius: 50px;
    text-align: center;
    width: auto;
}




/*======================================>
    DiscoveryForm : Page - CSS
=========================================	>*/


.Contact_Title {
    /* width: fit-content !important;
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    padding: 5px 5px 5px 25px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px; */
}

.MAP_Section .fusion-column-wrapper {
    position: relative !important;
    z-index: 1 !important;
    /*     padding: 10px; */
    /*     --color-scheme: #9a552e; */
    --color-scheme: #f9ad00;
    background: repeating-radial-gradient(circle at 30vw 150px, rgb(from var(--awb-color4) r g b / .1), rgb(from var(--awb-color4) r g b / .1) 10px, rgb(from var(--awb-color4) r g b / .04) 10px, rgb(from var(--awb-color4) r g b / .04) 20px), linear-gradient(180deg, rgb(from var(--awb-color4) r g b / .03), rgb(from var(--awb-color4) r g b / .01)) !important;
    border-radius: 12px !important;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px !important;
}

.MAP_Section .fusion-column-wrapper {
    padding: 20px !important;
}

.MAP_Section .fusion-column-wrapper {
    margin-bottom: 0px !important;
}

.MAP_Section .fusion-column-wrapper {
    height: 550px;
}

.MAP_Section .fusion-column-wrapper iframe {
    border-radius: 20px;
}

.MAP_Section .fusion-column-wrapper::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 12px;
    background-color: #ffffff;
    z-index: -1;
    /*border: 1px solid red;*/
}


.support-info {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-radius: 12px;
    overflow: hidden;
}

.support-info li {
    border-right: 1px solid #d2d0d0ba;
    padding: 24px;
    font-size: 20px;
    list-style: none;
}



/*======================================>
    Contact Form 7 - CSS
=========================================	>*/

.Contact-Form .form-group {
    position: relative;
    /*margin-bottom: 25px;*/
}

.Contact-Form .form-icon {
    /* position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-20%);
    color: #878898; */
}

.Contact-Form .inputname {
    font-weight: 500;
    color: #12141d;
}

.Contact-Form .inputname sup {
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #e53535;
}

.Contact-Form .input_box p {
    margin-bottom: 50px;
}

.Contact-Form .input_box p:nth-child(1) {
    margin-bottom: 30px;
}

.Contact-Form .input_box input {
    border: 1px solid #c7c9d9;
    border-radius: 0px;
    padding: 5px 20px;
    height: 50px;
    line-height: 1.5;
    margin-top: 10px !important;
}

.Contact-Form .Services_Chek_Box {
    display: flex;
    align-items: center;
}

.Contact-Form .Services_Chek_Box p {
    margin-bottom: 20px;
    background-color: #f7f7f8;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    max-width: revert;
    width: calc(100% + 40px * 2);
}

.Contact-Form .Services_Chek_Box p .wpcf7-form-control-wrap .wpcf7-checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.Contact-Form .Services_Chek_Box p .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
    margin-top: 0px;
}


.Contact-Form .Message_box textarea {
    border: 1px solid #c7c9d9;
    border-radius: 0px;
    height: 112px;
    padding: 12px 20px;
    resize: vertical;
    line-height: 1.5;
}

.Contact-Form .input_box {
    /*height: 50px;*/
}

.Contact-Form .Message_box {
    /*height: 250px;*/
}

.Contact-Form .input_box input::placeholder,
.Contact-Form .Message_box textarea::placeholder {
    color: rgba(28, 28, 40, .4);
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    text-transform: capitalize;
}

.Submit_Button {
    margin-top: 30px;
}

.Submit_Button .submit_button {
    padding: 16px 30px;
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border-radius: 0px !important;
    width: 100% !important;
}






/*======================================>
    Successful Launches : Page - CSS
=========================================	>*/






/*======================================>
    Hairika : Page - CSS
=========================================	>*/


.Hairika_Section::before {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/gradiantorgbol.svg) no-repeat;
    width: 20px;
    height: 20px;
    left: 5%;
    top: 10%;
    background-size: cover;
    animation: Hairika 4s ease-in-out infinite;
}

.Hairika_Section::after {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/gradiantbol.svg) no-repeat;
    width: 20px;
    height: 20px;
    /* bottom: -100px; */
    right: 70px;
    bottom: 20%;
    background-size: cover;
    animation: Hairika 4s ease-in-out infinite;
}

@keyframes Hairika {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}



.Client_Main_Image img {
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px  !important;*/
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}


/*#Hairika_Title h3::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 2px;*/
/*    height: 65px;*/
/*    transform: rotate(-90deg);*/
/*    flex-shrink: 0;*/
/*    background: #15438c;*/
/*    left: -25px;*/
/*    top: -3px;*/
/*    bottom: 0;*/
/*}*/


.Hairika-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.Hairika-icon-wrapper .gradient-image-wrapper {
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(262deg, #e24c4a 0%, #386bb7 100%);
    width: max-content;
    flex-shrink: 0;
}


.Hairika-icon-wrapper .gradient-image-wrapper img {
    display: block;
    border-radius: 50%;
    padding: 8px;
    background-color: white;
    width: 80px;
    height: 80px;
}

.Hairika-icon-wrapper .Icon_Title {
    font-size: 22px;
    font-family: 'Manrope' !important;
}


.Hairika_Counter_Section::before {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse-sec2.png) no-repeat;
    width: 151px;
    height: 151px;
    right: -70px;
    bottom: -70px;
    background-size: cover;
    animation: Hairika_Counter_Section 2s infinite linear;
}

.Hairika_Counter_Section::after {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse1.png) no-repeat;
    width: 151px;
    height: 151px;
    left: -70px;
    top: -70px;
    background-size: cover;
    animation: Hairika_Counter_Section 2s infinite linear;
}

@keyframes Hairika_Counter_Section {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.Counter_Box .fusion-counter-box {
    padding: 0px;
    margin-bottom: 0px;
}

.Counter_Box .fusion-counter-box .counter-box-container {
    padding: 0px;
    border: none;
}

.Counter_Box .fusion-counter-box .counter-box-container .content-box-percentage .display-counter,
.Counter_Box .fusion-counter-box .counter-box-container .content-box-percentage .unit {
    font-weight: bold;
}



.Hairika_Banner {
    background-attachment: fixed !important;
}

.parallax {
    /*     position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: fixed !important; */
}

.section-parallax-block {
    /*     min-height: 730px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}



/*.paid-video-laptop {*/
/*    position: relative;*/
/*}*/
/*.paid-video-laptop .video-card {*/
/*    position: absolute;*/
/*    transform: translate(10.7%, -109%);*/
/*    max-width: 83%;*/
/*    height: 91%;*/
/*    padding: 0 0;*/
/*    background-color: #fff;*/
/*    border: 1px solid #1e1e1e;*/
/*    border-radius: 10px 10px 0 0;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*}*/
/*.paid-video-laptop iframe {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/






.global-data-Hairika {
    /*     font-size: 18px; */
    list-style: none;
    /*float: left;*/
    padding-left: 0;
    /*     color: #000000; */
}

.global-data-Hairika li {
    /* float: left; */
    margin-left: 50px;
    padding: 7px 0;
    width: auto;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    text-align: left;
}

.global-data-Hairika li:before {
    background-image: url(https://shaddocck.com/wp-content/uploads/2025/06/Hairika-Logo-1.png);
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat;
    width: 25px;
    content: "";
    display: block;
    background-size: contain;
    left: -35px;
    height: 25px;
    top: 12px;
}


.Hairika_Website_Development_Card .fusion-column-wrapper {
    margin: 15px;
}

.Hairika_Marketing_Content .fusion-column-wrapper {
    /*     margin: 15px; */
}

.Hairika_Highlights .fusion-column-wrapper {
    margin: 15px;
}


/*.Shaddocck_Did {*/
/*	color: #ffffff;*/
/*    background-color: #15438c;*/
/*    align-items: center;*/
/*    padding: 10px 30px 10px 30px;*/
/*    border-radius: 5px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 20px;*/
/*    backdrop-filter: blur(3px);*/
/* filter: blur(1px); */
/*    width: 80%;*/
/*    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);*/
/*}*/

/*.Shaddocck_Did::before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: "";*/
/*    border: 1px dashed #15438c;*/
/*    animation: cirs 2s linear infinite;*/
/*    z-index: -1;*/
/*    border-radius: 5px;*/
/*}*/
/*@keyframes cirs {*/
/*    50%{*/
/*        transform: translateY(-10px) translateX(-10px);*/
/*    }*/
/*    80%{*/
/*        transform: translateY(10px) translateX(10px);*/
/*    }*/
/*}*/


/*.Shaddocck_Did .neuros_tab_icon img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    margin: 5px 25px 5px 0px;*/
/*}*/

/*.Shaddocck_Did .neuros_tab_content .neuros_tab_title p {*/
/*    font-size: 20px;*/
/*    margin-bottom: 0px !important;*/
/*    font-weight: 500;*/
/*}*/



/*======================================>
    Harsh Papad : Page - CSS
=========================================	>*/

.Harsh-icon-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.Harsh-icon-wrapper .gradient-image-wrapper {
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(262deg, #e24c4a 0%, #386bb7 100%);
    width: max-content;
    flex-shrink: 0;
}


.Harsh-icon-wrapper .gradient-image-wrapper img {
    display: block;
    border-radius: 50%;
    padding: 8px;
    background-color: white;
    width: 80px;
    height: 80px;
}

.Harsh-icon-wrapper .Icon_Title {
    font-size: 16px;
    text-align: center;
    font-family: 'Manrope' !important;
}

.Harsh_Counter_Section::before {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse-sec2.png) no-repeat;
    width: 151px;
    height: 151px;
    right: -70px;
    bottom: -70px;
    background-size: cover;
    animation: Hairika_Counter_Section 2s infinite linear;
}

.Harsh_Counter_Section::after {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse1.png) no-repeat;
    width: 151px;
    height: 151px;
    left: -70px;
    top: -70px;
    background-size: cover;
    animation: Harsh_Counter_Section 2s infinite linear;
}

@keyframes Harsh_Counter_Section {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.Harsh_Key_Features_Card .fusion-column-wrapper {
    margin: 15px;
}

.Harsh_Marketing_Content .fusion-column-wrapper {
    margin: 15px;
}

.Harsh_SEO .fusion-column-wrapper {
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;*/
}

.Harsh_SEO::after {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/09/shape-5.webp) no-repeat;
    width: 137px;
    height: 123px;
    /* left: 0%; */
    right: -10%;
    top: 0%;
    background-size: cover;
    /* animation: Hairika_Counter_Section 2s infinite linear; */
    /*transform: rotate(-25.011deg);*/
}


.Harsh_Social_Midia::before {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/09/shape-5.webp) no-repeat;
    width: 137px;
    height: 123px;
    left: -13%;
    /*right: -10%;*/
    top: 0%;
    background-size: cover;
    transform: rotateY(-190deg);
}

.Harsh_Social_Results {
    transform: rotate(-4.989deg);
}






/*======================================>
    HK Gopal : Page - CSS
=========================================	>*/

.Gopal-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.Gopal-icon-wrapper .gradient-image-wrapper {
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(262deg, #e24c4a 0%, #386bb7 100%);
    width: max-content;
    flex-shrink: 0;
}

.Gopal_Counter_Section::before {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse-sec2.png) no-repeat;
    width: 151px;
    height: 151px;
    right: -70px;
    bottom: -70px;
    background-size: cover;
    animation: Hairika_Counter_Section 2s infinite linear;
}

.Gopal_Counter_Section::after {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse1.png) no-repeat;
    width: 151px;
    height: 151px;
    left: -70px;
    top: -70px;
    background-size: cover;
    animation: Harsh_Counter_Section 2s infinite linear;
}

@keyframes Harsh_Counter_Section {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



.Gopal-icon-wrapper .gradient-image-wrapper img {
    display: block;
    border-radius: 50%;
    padding: 8px;
    background-color: white;
    width: 80px;
    height: 80px;
}

.Gopal-icon-wrapper .Icon_Title {
    font-size: 22px;
    font-family: 'Manrope' !important;
}

/* .Gopal_Objective .fusion-column-wrapper {
    position: relative;
    border-radius: 5px;
    margin: 15px;
    box-shadow: 1px 4px 64px 0 #00000021;
}

.Gopal_Objective .fusion-column-wrapper:before {
    content: "";
    width: 10px;
    height: 58px;
    background: #fadb08;
    left: -9px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
} */

.Gopal_Key_Features_Card .fusion-column-wrapper {
    margin: 15px;
}

.Gopal_Marketing_Content .fusion-column-wrapper {
    /*margin: 15px;*/
}

/*.Gopal_Key_Features {*/
/*    background: #fff;*/
/*    padding: 15px;*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 100%;*/
/*    margin-top: 30px;*/
/*    height: -webkit-fill-available;*/
/*}*/

/*.Gopal_Key_Features .icon-img {*/
/*    position: absolute;*/
/*    top: -18%;*/
/*    right: 10%;*/
/*    float: left;*/
/*}*/

/*.Gopal_Key_Features img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    float: left;*/
/*}*/

/*.Gopal_Key_Features h5 {*/
/*    font-size: 18px !important;*/
/*    padding-top: 10px;*/
/*    font-weight: 400 !important;*/
/*    margin-bottom: 15px;*/
/*    font-family: 'Manrope';*/
/*    line-height: 1.8 !important;*/
/*    letter-spacing: 0.015em !important;*/
/*    color: #000000;*/
/*    text-align: center;*/
/*}*/





/*======================================>
    Praful Sweets : Page - CSS
=========================================	>*/

.Praful-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.Praful-icon-wrapper .gradient-image-wrapper {
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(262deg, #e24c4a 0%, #386bb7 100%);
    width: max-content;
    flex-shrink: 0;
}


.Praful-icon-wrapper .gradient-image-wrapper img {
    display: block;
    border-radius: 50%;
    padding: 8px;
    background-color: white;
    width: 80px;
    height: 80px;
}

.Praful-icon-wrapper .Icon_Title {
    font-size: 22px;
    font-family: 'Manrope' !important;
}

.global-data-Praful-Sweets {
    list-style: none;
    padding-left: 0;
}

.global-data-Praful-Sweets li {
    /* float: left; */
    margin-left: 50px;
    padding: 7px 0;
    width: auto;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    text-align: left;
}

.global-data-Praful-Sweets li:before {
    background-image: url(https://shaddocck.com/wp-content/uploads/2025/09/Praful_Logo_Icon.png);
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat;
    width: 25px;
    content: "";
    display: block;
    background-size: contain;
    left: -35px;
    height: 25px;
    top: 12px;
    transform: rotate(-50deg);
}



.Praful_Key_Features_Card .fusion-column-wrapper {
    margin: 15px;
}

/* .Praful_Key_Features {
    background: #fff;
    padding: 15px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 30px;
    height: -webkit-fill-available;
}

.Praful_Key_Features .icon-img {
    position: absolute;
    top: -18%;
    right: 10%;
    float: left;
}

.Praful_Key_Features img {
    width: 100%;
    height: auto;
    float: left;
}

.Praful_Key_Features h5 {
    font-size: 18px !important;
    padding-top: 10px;
    font-weight: 400 !important;
    margin-bottom: 15px;
    font-family: 'Manrope';
    line-height: 1.8 !important;
    letter-spacing: 0.015em !important;
    color: #000000;
    text-align: center;
} */

.Praful_Marketing_Content .fusion-column-wrapper {
    margin: 15px;
}





/*======================================>
    Olwen Hospital : Page - CSS
=========================================	>*/

.Olwen-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.Olwen-icon-wrapper .gradient-image-wrapper {
    display: inline-block;
    padding: 1px;
    border-radius: 50%;
    background: linear-gradient(262deg, #08b4b7 0%, #38af72 100%);
    width: max-content;
    flex-shrink: 0;
}


.Olwen-icon-wrapper .gradient-image-wrapper img {
    display: block;
    border-radius: 50%;
    padding: 8px;
    background-color: white;
    width: 80px;
    height: 80px;
}

.Olwen-icon-wrapper .Icon_Title {
    font-size: 16px;
    font-family: 'Manrope' !important;
}

.Olwen_Counter_Section::before {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse-sec2.png) no-repeat;
    width: 151px;
    height: 151px;
    right: -70px;
    bottom: -70px;
    background-size: cover;
    animation: Olwen_Counter_Section 2s infinite linear;
}

.Olwen_Counter_Section::after {
    content: "";
    position: absolute;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/Ellipse1.png) no-repeat;
    width: 151px;
    height: 151px;
    left: -70px;
    top: -70px;
    background-size: cover;
    animation: Olwen_Counter_Section 2s infinite linear;
}

@keyframes Olwen_Counter_Section {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.Objectives_Section_Olwen::after {
    content: "";
    position: absolute;
    left: 0px;
    top: -80px;
    width: 100%;
    background: url(https://shaddocck.com/wp-content/uploads/2025/06/four-pathfance.webp) no-repeat center center / cover;
    background-size: 100%;
    height: 734px;
    width: 1920px;
    z-index: 1;
}


.Objectives_Text::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 137px;
    height: 123px;
    background: url(https://shaddocck.com/wp-content/uploads/2025/07/shape-5.webp) no-repeat center center / cover;
    background-size: 100%;
}


.global-data-Olwen {
    /*     font-size: 18px; */
    list-style: none;
    /*float: left;*/
    padding-left: 0;
    /*     color: #000000; */
}

.global-data-Olwen li {
    /* float: left; */
    margin-left: 50px;
    padding: 7px 0;
    width: auto;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    text-align: left;
}

.global-data-Olwen li:before {
    background-image: url(https://shaddocck.com/wp-content/uploads/2025/06/Olwen-Icon.webp);
    position: absolute;
    background-position: left center;
    background-repeat: no-repeat;
    width: 25px;
    content: "";
    display: block;
    background-size: contain;
    left: -35px;
    height: 25px;
    top: 12px;
}


.Shaddocck_Olwen_Services .fusion-column-wrapper {
    margin: 20px;
    position: relative;
    z-index: 1;
    padding: 36px;
    --color-scheme: #15438c;
    background: repeating-radial-gradient(circle at 30vw 150px, rgb(from var(--color-scheme) r g b / .1), rgb(from var(--color-scheme) r g b / .1) 10px, rgb(from var(--color-scheme) r g b / .04) 10px, rgb(from var(--color-scheme) r g b / .04) 20px), linear-gradient(180deg, rgb(from var(--color-scheme) r g b / .03), rgb(from var(--color-scheme) r g b / .01));
    border-radius: 12px;
}

.Shaddocck_Olwen_Services .fusion-column-wrapper::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 12px;
    background-color: #ffffff;
    z-index: -1;
    /*border: 1px solid red;*/
}

.casthemweb-main {
    position: relative !important;
}

.casthemweb-img img {
    width: 100%;
}

.casthemweb-iframe {
    position: absolute;
    top: 50px;
    left: 22.60%;
    width: 53.70%;
    height: 70.1%;
}

.casthemweb-iframe iframe {
    height: 100%;
    width: 100%;
}


.Olwen_Did_Box_Title_L_T h4,
.Olwen_Did_Box_Title_R_T h4,
.Olwen_Did_Box_Title_L_B h4,
.Olwen_Did_Box_Title_R_B h4 {
    width: fit-content;
    background: rgb(21 67 140 / 16%);
    padding: 10px 21px !important;
}

.Olwen_Did_Box_Title_L_T h4 {
    border-radius: 0 0 20px 0;
}

.Olwen_Did_Box_Title_R_T h4 {
    border-radius: 0 0 0 20px;
}

.Olwen_Did_Box_Title_L_B h4 {
    border-radius: 0 20px 0 0;
}

.Olwen_Did_Box_Title_R_B h4 {
    border-radius: 20px 0 0 0;
}










/*======================================>
    Portfolio - CSS
=========================================>*/

.Client_Logo_Col .fusion-column-wrapper {
    margin: 0px 10px;
}

.Client_Logo_Col .fusion-column-wrapper .fusion-builder-row .fusion-layout-column .fusion-column-wrapper {
    margin: 10px;
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.04);
    height: 160px;
    background-color: #ffffff;
}

.Ani_Title_wave h2 {
    background: conic-gradient(from 0deg, #79c460, #79c460, #184a07, #409b22, #4b8b36, #79c460, #79c460);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: wave_Title_BG 5s linear infinite;
    width: fit-content;
}

@keyframes wave_Title_BG {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}








/*======================================>
    Responsive - CSS
=========================================>*/


@media (max-width: 1750px) {
    .Galaxy_Services_Section::after {
        background-size: 80% !important;
        right: -3%;
    }
}

@media (max-width: 1630px) {
    .Galaxy_Services_Section::before {
        left: -10%;
    }

    .Galaxy_Services_Section::after {
        background-size: 78% !important;
        right: -3%;
    }
}

@media (max-width: 1610px) {
    .Galaxy_Services_Section::after {
        background-size: 75% !important;
        right: -5%;
        bottom: 5%;
    }
}



@media only screen and (max-width: 1495px) {

    .Galaxy_Services_Section::after {
        background-size: 70% !important;
        right: -5%;
        bottom: 8%;
    }

}


@media (max-width: 1450px) {

    .Galaxy_Services_Section::after {
        background-size: 65% !important;
        right: -8%;
        bottom: 12%;
    }

}


@media only screen and (max-width: 1400px) {
    .Galaxy_Services_Section::before {
        left: -14%;
    }

    .Galaxy_Services_Section::after {
        background-size: 60% !important;
        right: -9%;
        bottom: 10%;
    }
}

@media only screen and (max-width: 1245px) {
    .Galaxy_Services_Section::before {
        left: -17%;
    }

    .Galaxy_Services_Section::after {
        background-size: 50% !important;
        right: -14%;
        bottom: 14%;
    }
}

@media only screen and (max-width: 1135px) {

    .Gopal_Key_Features .icon-img {
        top: -16%;
    }
}

@media only screen and (max-width: 1044px) {
    .Galaxy_Services_Section::before {
        width: 250px !important;
        height: 270px !important;
    }

    .Galaxy_Services_Section::after {
        background-size: 45% !important;
        right: -14%;
        bottom: 14%;
    }
}



@media only screen and (max-width: 1358px) {
    .Header_Social_Linkn {
        display: none;
    }
}



@media only screen and (max-width: 1320px) {}

@media only screen and (max-width: 1170px) {}

@media only screen and (max-width: 1050px) {}


@media (min-width: 1025px) and (max-width: 1500px) {}


@media (min-width: 1024px) and (max-width: 1228px) {}




@media (min-width: 200px) and (max-width: 699px) {}


@media (min-width: 700px) and (max-width: 1024px) {}

@media (min-width: 0px) and (max-width: 699px) {}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}



/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {}

/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {}

/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .Galaxy_Services_Section::before {
        width: 250px !important;
        height: 270px !important;
        top: -5%;
        left: -15%;
    }

    .Galaxy_Services_Section::after {
        display: none;
    }

    /* Counter CSS */
    .content-box-percentage .display-counter,
    .content-box-percentage .unit {
        font-size: 34px;
    }


    /* Herika : Page */
    .Hairika-icon-wrapper .gradient-image-wrapper img {
        width: 70px;
        height: 70px;
    }

    .Hairika-icon-wrapper .Icon_Title {
        font-size: 18px;
    }


    /* H.K Gopal : Page */
    .Gopal_Objective .fusion-column-wrapper .fusion-text {
        font-size: 16px;
    }


    .Gopal_Key_Features h5 {
        font-size: 16px !important;
    }

    .Gopal_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
    }


    /* Praful : Page */
    .Praful_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -ms-border-radius: 0px !important;
        -o-border-radius: 0px !important;
    }

}

/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* ##Device = Low Resolution Tablets, Mobiles (Landscape) ##Screen = B/w 481px to 767px */
@media (min-width: 481px) and (max-width: 767px) {
    .Galaxy_Services_Section::before {
        display: none;
    }

    .Galaxy_Services_Section::after {
        display: none;
    }

    /* Counter CSS */
    .content-box-percentage .display-counter,
    .content-box-percentage .unit {
        font-size: 24px;
    }


    /* Herika : Page */
    .Hairika-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Hairika-icon-wrapper .Icon_Title {
        font-size: 16px;
    }


    /* H.K Gopal : Page */
    .Gopal-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Gopal-icon-wrapper .Icon_Title {
        font-size: 16px;
    }

    .Gopal_Objective .fusion-column-wrapper .fusion-text {
        font-size: 16px;
    }


    .Gopal_Key_Features h5 {
        font-size: 16px !important;
    }

    .Gopal_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
    }


    /* Praful : Page */
    .Praful-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Praful-icon-wrapper .Icon_Title {
        font-size: 16px;
    }

    .Praful_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -ms-border-radius: 0px !important;
        -o-border-radius: 0px !important;
    }
}

/* ##Device = Most of the Smartphones Mobiles (Portrait) ##Screen = B/w 320px to 479px */
@media (min-width: 320px) and (max-width: 480px) {
    .Galaxy_Services_Section::before {
        display: none;
    }

    .Galaxy_Services_Section::after {
        display: none;
    }

    /* Counter CSS */
    .content-box-percentage .display-counter,
    .content-box-percentage .unit {
        font-size: 24px;
    }



    /* Herika : Page */
    .Hairika-icon-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Hairika-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Hairika-icon-wrapper .Icon_Title {
        font-size: 16px;
        text-align: center;
    }

    .Hairika_Counter_Section::after,
    .Hairika_Counter_Section::before {
        display: none;
    }


    /* H.K Gopal : Page */
    .Gopal-icon-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Gopal-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Gopal-icon-wrapper .Icon_Title {
        font-size: 16px;
        text-align: center;
    }

    .Gopal_Counter_Section::after,
    .Gopal_Counter_Section::before {
        display: none;
    }

    .Gopal_Objective .fusion-column-wrapper .fusion-text {
        font-size: 16px;
    }

    .Gopal_Key_Features h5 {
        font-size: 16px !important;
    }

    .Gopal_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
    }


    .Gopal_Key_Features h5 {
        font-size: 16px !important;
    }




    /* Harsh : Page */
    .Harsh_Counter_Section::before,
    .Harsh_Counter_Section::after {
        display: none;
    }


    /* Praful : Page */
    .Praful-icon-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Praful-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Praful-icon-wrapper .Icon_Title {
        font-size: 16px;
        text-align: center;
    }

    .Praful_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -ms-border-radius: 0px !important;
        -o-border-radius: 0px !important;
    }



}




@media only screen and (max-width: 320px) {
    .Galaxy_Services_Section::before {
        display: none;
    }

    .Galaxy_Services_Section::after {
        display: none;
    }

    /* Counter CSS */
    .content-box-percentage .display-counter,
    .content-box-percentage .unit {
        font-size: 24px;
    }



    /* Herika : Page */
    .Hairika-icon-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Hairika-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Hairika-icon-wrapper .Icon_Title {
        font-size: 16px;
        text-align: center;
    }

    .Hairika_Counter_Section::after,
    .Hairika_Counter_Section::before {
        display: none;
    }


    /* H.K Gopal : Page */
    .Gopal-icon-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Gopal-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Gopal-icon-wrapper .Icon_Title {
        font-size: 16px;
        text-align: center;
    }

    .Gopal_Counter_Section::after,
    .Gopal_Counter_Section::before {
        display: none;
    }

    .Gopal_Objective .fusion-column-wrapper .fusion-text {
        font-size: 16px;
    }

    .Gopal_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
    }




    /* Harsh : Page */
    .Harsh_Counter_Section::before,
    .Harsh_Counter_Section::after {
        display: none;
    }

    /* Praful : Page */
    .Praful-icon-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .Praful-icon-wrapper .gradient-image-wrapper img {
        width: 60px;
        height: 60px;
    }

    .Praful-icon-wrapper .Icon_Title {
        font-size: 16px;
        text-align: center;
    }

    .Praful_Features_Result .fusion-column-wrapper {
        border-radius: 0px !important;
        padding: 20px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -ms-border-radius: 0px !important;
        -o-border-radius: 0px !important;
    }


}



@media only screen and (max-width: 970px) {}

@media (min-width: 0px) and (max-width: 640px) {}




@media (min-width: 640px) and (max-width: 1024px) {
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 38px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    .fusion-page-title-bar .fusion-page-title-row h1 {
        font-size: 24px !important;
    }

    .entry-title {
        font-size: 24px !important;
    }

    .blog-shortcode-post-title {
        font-size: 18px !important;
    }
}

@media (min-width: 0px) and (max-width: 640px) {
    h1 {
        font-size: 35px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 24px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    .fusion-page-title-bar .fusion-page-title-row h1 {
        font-size: 18px !important;
    }

    p {
        font-size: 16px !important;
    }

    .entry-title {
        font-size: 18px !important;
    }

    .blog-shortcode-post-title {
        font-size: 18px !important;
    }
}




.grecaptcha-badge {
    /* 	visibility: hidden; */
}







/*======================================>
    Footer - CSS
=========================================	>*/

.Footer_info_Link p a,
.Footer_info_Link li .fusion-li-item-content a {
    color: #ffffff;
}

.Footer_info_Link p a:hover,
.Footer_info_Link li .fusion-li-item-content a:hover {
    color: #6bca2a;
}