<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Sandeep Kumar(Sean)

Author: Arun Sharma

Author URI: https://www.fdk.one/ 

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
/*----------   CSS Backup Customiser   -------------- 


@keyframes slideUp1 {
    from {
        transform: translateY(-20% )  !important; 
    }
    to {
        transform: translateY(00)  !important;
    } 
}
.menu-item {
    transition: transform 0.3s ease ;
}
.menu-item:hover {
    animation: slideUp 0.3s ease forwards  ;
} 
 
.m-a-box-content-middle {
    position: relative;
    margin-top: 20px; 
padding-top:10px; 
}  
.m-a-box-item.m-a-box-social.molongui-align-self-flex-start {
    padding: 0px !important;
}   
 
.m-a-box-tab.m-a-box-content.m-a-box-profile {
    padding: 0px;  
}
 .m-a-box-content-middle {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
 
.m-a-box-content.m-a-box-profile .m-a-box-data .m-a-box-bio {
    margin-top: 0!important;
    border-top: 1px solid #ccc;
    padding-top: 12px !important;
}  

.m-a-box-container .m-a-box-content .m-a-box-item {
    -webkit-align-self: start !important;
    -ms-align-self: start !important;
    align-self: start !important;
}
.m-a-box-container[min-width~="600px"] .m-a-box-social-icon {
    margin: 0px;
} 
.m-a-box-item.m-a-box-avatar {
    margin-top: -15px;
}
.m-a-box-item.m-a-box-social {
    position: absolute;
    right: 0px;
    top: -5px;
}
 

.gradient-text p{ 
  background: linear-gradient(to right, #ee4f22,#ab3cac,#6ec448, #d47515);
  background-size: 200% 200%;
  animation: rainbow 2s ease-in-out infinite;
  background-clip: text;
  -webkit-background-clip:text; 
  transition: color .2s ease-in-out;
}

.gradient-text p:hover{
  color:rgba(0,0,0,0); 
}

@keyframes rainbow { 
  0%{background-position:left}
  50%{background-position:right}
  100%{background-position:left}
}  

.footmenu-1 a:hover {
    color: #7b51af !important;
}   
.footmenu-2 a:hover {
    color: #7b51af !important;
} 
.footmenu-3 a:hover {
    color: #7b51af !important;
}
 
.lets-work:after {
    content:' ';
	height:1.5px; 
	max-width:523px;
	display:block;
	background:transparent;
	margin:0 auto; 
	transition:0.5s all ease-in-out;
}
.lets-work:hover:after {
    content:' ';
	display:block; 
	background  :#ffffff; 
}

.lets-work2:after {
    content:' ';
	height:1.5px;
	max-width:523px;
	display:block;
	background:transparent;
	margin:0 auto; 
	transition:0.5s all ease-in-out;
}
.lets-work2:hover:after {
    content:' ';
	display:block; 
	background  :#000000; 
}

.lets-work .elementor-button-icon svg, .lets-work2 .elementor-button-icon svg {
    width: 25px;
    height: auto;
    margin-left: 7px;
} 
 
.fdkArchiveItemPostCategories {
    margin-top: 35px !important;
} 

.elementor-toc__header {
    display: none;
}
 .post-content a {
    word-wrap: break-word;
}

body {
    overflow: scroll;
}

 ------------------*/

/*------------- Global ---------*/
 @keyframes slideUp1 {
    from {
        transform: translateY(-20%) !important;
    }

    to {
        transform: translateY(00) !important;
    }
}

 .menu-item {
     transition: transform 0.3s ease !important;
}

.menu-item:hover {
    animation: slideUp 0.3s ease forwards !important;
}
 
.jet-custom-nav&gt;.jet-custom-nav__item&gt;a:hover .jet-menu-icon:before,
.menu-item:hover a .jet-menu-icon:before {
    color: #ffffff !important;
    font-size: 16px !important;
}


/*-----------------*/
section#naturesection1 {
    position: fixed;
    bottom: 30px;
    width: 100%;
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: initial;
}

.logo-main,
.logo-main img:hover {
    animation: none !important;
}


/*----------   Language  ---------*/
.fdkLanguageBody {
    align-items: center;
    color: #000;
    display: grid;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    gap: 25px;
    grid-template-columns: 1fr 1fr;
}

.fdkLanguageCard {
    background-color: #F9F8F8;
    border-radius: 20px;
    min-height: 100%;
    padding: 85px 60px;
}

h2.fdkLanguageHeading {
    font-size: 56px;
    font-weight: 500;
}

.fdkLanguageItems {
    color: #000;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    list-style: none;
    padding: 0;
}

.fdkLanguageItems:has(.active) {
    color: rgba(0, 0, 0, 0.20);
}

.fdkLanguageItem {
    --active-color: transparent;
    padding: 0 15px;
    position: relative;
}

.fdkLanguageItem.active {
    --active-color: currentcolor;
    color: #000;
}

.fdkLanguageItem::before {
    background-color: var(--active-color);
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 10px;
}


.fdkLanguageImageContainer&gt;img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.fdkLanguageItem {
    font-size: 16px;
    font-family: 'Inter';
    line-height: 22px;
    cursor: pointer;
}

.lang-title {
    margin-bottom: 5px !important;
    padding-bottom: 0px !important;
}

.fdkDropdownContainer {
    position: relative;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    color: #fff;
    background-color: #000 !important;
    text-decoration: none;
}

.fdkDropdownList {
    background-color: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    bottom: 100%;
    display: none;
    gap: 20px;
    max-height: calc(100vh - 100px);
    overflow: auto;
    padding: .75em;
    position: absolute;
    width: 100%;
}

.fdkDropdownItem {
    padding: 0 15px;
}

.fdkDropdownToggle {
    background-color: #000;
    border: 2px solid currentColor;
    border-radius: 2em;
    color: #fff;
    width: 100%;
}

.fdkDropdownToggle:focus {
    outline: none;
}

.fdkDropdownToggle svg {
    display: inline-block;
    margin: .5em;
    vertical-align: middle;
    width: 1em;
}

/*----------   fdkSlider  ---------*/
.fdkSlider .swiper-wrapper {
    overflow: unset !important;
}

.fdkSliderItem {
    background-color: var(--secondary-color, #FFFFFF);
    border-radius: 1.66em;
    color: var(--primary-color, #0C0C0C);
    font-family: "Inter", poppins;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden !important;
    padding: 2.5em 3.33em;
    text-align: center;
}

.fdkSliderItem&gt;* {
    position: relative;
    z-index: 2;
}

.elementor img.fdkSliderItemImage {
    position: relative;
    z-index: 1;
}

.fdkSliderItemPostCategories {
    text-align: left;
}

.fdkSliderItemPostTitle {
    font-size: 1.66em;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
}

.fdkSliderItemExcerpt {
    padding: 1.25em 0;
    text-align: left;
}

.fdkSliderItem .fdkSliderItemLink:visited,
.fdkSliderItem .fdkSliderItemLink {
    /* background-color: var(--secondary-color, #FFFFFF); */
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color, #0C0C0C);
    border-radius: 3.66em;
    color: var(--primary-color, #0C0C0C);
    font-family: "Inter", poppins;
    font-size: 1.16em;
    padding: 1.4em 1.8em;
    margin: 0 auto;
}

.fdkSliderItem .fdkSliderItemLink:hover {
    color: var(--secondary-color, #FFFFFF);
    background-color: var(--primary-color, #0C0C0C);
    border-color: var(--secondary-color, #FFFFFF);
}

.fdkSliderNavWrapper {
    display: flex;
    gap: 8px;
}

.fdkSliderItem .elementor-button span {
    flex-direction: row-reverse;
    gap: 7px;
}

.fdkSliderNavWrapper .swiper-button-disabled {
    opacity: .3;
}

/*-------*/
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    min-height: 400px;
}

.fdkSlider .swiper-wrapper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    overflow: unset;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.fdkSlider-team .swiper-wrapper .swiper-slide {
    display: block;
    justify-content: flex-start;
    padding: 2.66em;
    padding-bottom: 3.33em;
}

.fdkSlider-team img {
    display: block;
}

.fdkSlider-team .swiper-wrapper .fdkSliderItem {
    padding: 0;
}

.fdkSlider-team:has(.fdkSliderItemWithImage) .swiper-wrapper .swiper-slide {
    flex-direction: row;
    padding: 0;
}

.fdkSliderItemWithImage {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 50%;
    object-fit: cover;
    padding: 2.66em;
    padding-bottom: 3.33em;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    width: 100%;
    z-index: 2;
}

.fdkSlider.fdkSlider-post .swiper-wrapper .swiper-slide {
    height: auto;
}

.fdkSlider.fdkSlider-post .swiper-wrapper .swiper-slide .fdkSliderItem {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fdkSlider.fdkSlider-post .swiper-wrapper .swiper-slide .fdkSliderItemLink {
    margin-top: auto;
}

.fdkSlider-team .swiper-wrapper .fdkSliderItemLink {
    margin-top: auto;
}

.slider-col {
    overflow: hidden;
}

.fdkSliderItem {
    zoom: 1.02;
    transform: scale(1);
    transition: transform 0.5s ease-out;
}

.fdkSliderItem:hover {
    transform: scale(1.07) !important;
    overflow: visible;
}

.fdkSlider .swiper-wrapper {
    overflow: visible !important;
}

.swiper {
    overflow: visible !important;
}

.fdkSliderItemPostCategories {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 5px;
}

.fdkSliderItemPostTitle {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--primary-color, #0C0C0C);
}

.fdkSliderNavPrev,
.fdkSliderNavNext {
    transition: scale 0.7s ease-out;
    cursor: pointer;
}

.fdkSliderNavPrev:hover,
.fdkSliderNavNext:hover {
    scale: 1.1;
}

div#gallery-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/*-----*/

.elementor-widget-container&gt;div&gt;.jet-custom-nav&gt;.jet-custom-nav__item,
.elementor-widget-container&gt;div&gt;.jet-custom-nav&gt;.jet-custom-nav__item.hover-state {
    margin: 0 !important;
}

.elementor-widget-container&gt;div&gt;.jet-custom-nav&gt;.jet-custom-nav__item.hover-state-top {
    animation: top .25s ease-in !important;
}

.elementor-widget-container&gt;div&gt;.jet-custom-nav&gt;.jet-custom-nav__item.hover-state-bottom {
    animation: bottom .25s ease-in !important;
}

@keyframes top {
    0% {
        translate: 0 -50%;
    }

    100% {
        translate: 0 0%;
    }
}

@keyframes bottom {
    0% {
        translate: 0 50%;
    }

    100% {
        translate: 0 0%;
    }
}

.elementor-nav-menu--main:has(.white-text .elementor-item-active) .elementor-item {
    color: rgb(255 255 255 / 22%) !important;
}

.elementor-nav-menu--main:has(.white-text .elementor-item-active) .elementor-item.elementor-item-active {
    color: rgb(255 255 255 / 100%) !important;
}

/*------- Arrow Button CSS--------------*/

.arrow-btn .elementor-widget-container:has(.fdkSliderNavWrapper) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.arrow-btn {}

.arrow-btn a:hover path {
    fill: black
}

.get-quote-form .elementor-mark-required .elementor-field-label:after {
    display: none;
}

/*-------arun CSS--------------*/

.get-quote-form button.elementor-button.elementor-size-sm.e-form__buttons__wrapper__button.e-form__buttons__wrapper__button-previous {
    height: 49px;
    width: 49px;
    background: transparent url(img/left-arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    border: 1px solid #000 !important;
    border-radius: 49px;
    font-size: 0px !important;
}

.get-quote-form button.elementor-button.elementor-size-sm.e-form__buttons__wrapper__button.e-form__buttons__wrapper__button-next {
    height: 49px;
    width: 49px;
    background: transparent url(img/right-arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    border: 1px solid #000 !important;
    border-radius: 49px;
    font-size: 0px !important;
}

button.elementor-button.elementor-size-sm.e-form__buttons__wrapper__button {
    height: 49px;
    width: 49px;
    background: transparent url(img/right-arrow-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    border: 1px solid #000 !important;
    border-radius: 49px;
    font-size: 0px !important;

}

/*-------*/

.about-sec-parent .thrive-sec {
    position: absolute !important;
    top: 22% !important;
    left: -30px !important;
    max-width: 305px;
    border-radius: 20px;
}

.about-sec-parent .thrive-sec div&gt;.elementor-row {
    display: flex;
    flex-direction: column;
}

.thrive-sec div&gt;.elementor-row&gt;div {
    width: 100%;
}

.thrive-sec .elementor-widget-image-box {
    margin-bottom: 0px;
}

.thrive-sec .elementor-image-box-img {
    width: 10%;
    min-width: 38px;
}

.gallery-sec div.gallery figure.gallery-item {
    margin: 25px 0px !important;
}

.gallery-sec .gallery {
    max-width: 323px;
}

/*-------*/
.trusted-col .elementor-row .elementor-column-wrap.elementor-element-populated:after {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #8230FF;
    right: -100%;
}


/*-------------------*/
.fox-menu .elementor-image a:after {
    content: '';
    display: block;
    height: 1px;
    width: 35px;
    background: url(img/teeth.svg);
    margin-top: 0;
    margin-left: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.fox-menu a img {
    transform: rotate(0deg);
    padding: 0px 0px 11px 0px;
    margin: 0px;
    transition: padding 0.5s, margin 0.5s, transform 0.5s ease-out;
}

.fox-menu a:hover img {
    transform: rotate(20deg);
    padding: 0px 0px 15px 0px;
    margin: 0px -5px 0px 0px;
}

/*-------- service  Page ---------*/
.sticky-service {
    position: absolute;
    left: -200px !important;
    display: block;
}

.sticky-service a.elementor-item.elementor-item-anchor.elementor-item-anchor:before {
    content: '⚫';
    display: inline-block;
    position: absolute;
    top: 15px;
    opacity: 0;
    padding-left: 0px;
    -webkit-transition: all ease-out .7s;
    -moz-transition: all ease-out .7s;
    -o-transition: all ease-out .7s;
    transition: all ease-out .7s;
}

.sticky-service a.elementor-item.elementor-item-anchor.elementor-item-active:before {
    content: '⚫';
    display: inline-block;
    position: absolute;
    top: 15px;
    opacity: 1;
}


.sticky-service .white-text a.elementor-item.elementor-item-anchor.elementor-item-active:before {
    content: '⚪' !important;
    display: inline-block !important;
    position: absolute;
    top: 15px !important;
    opacity: 1;
}

a.elementor-item.elementor-item-anchor.elementor-item-active {
    padding-left: 30px !important;
}

.bg-image .elementor-widget-container {
    background-position: 30px 0px !important;
}

/*-------  accordian-------*/
.accordian-custom .elementor-accordion-item {
    border-left: 0px !important;
    border-right: 0px !important;

}

.accordian-custom .elementor-accordion-item .elementor-tab-content {
    padding-top: 0px !important;
    border-top: 0px !important;
}

.accordian-custom .elementor-tab-title.elementor-active {
    border-top: 0px solid #000;
}

.accordian-custom .elementor-accordion-icon-opened svg {
    width: 20px;
    height: 28px;
}

.product-list span.elementor-icon-list-text {
    text-indent: 15px;
}

.seo-means-power {
    background-position: bottom left;
    background-size: contain;
}

/*----lets-work-------*/
.lets-work .elementor-column-wrap&gt;div {
    width: 100%;
    position: relative;
    display: flex !important;
    justify-content: space-around;
}

.elementor-column.lets-work .elementor-column-wrap .elementor-widget-wrap&gt;* {
    width: auto !important;
}

.elementor-column.lets-work .elementor-column-wrap .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-content: center;
}

.elementor-column.lets-work .elementor-column-wrap .elementor-widget-wrap .elementor-widget.elementor-widget-heading {
    margin: 0px 15px 0px 0px !important;
}

/*----------*/
section.naturesection {
    background-size: cover;
}

.menu-setting a.jet-custom-nav__item-link {
    padding: 0px;
}

.naturesection&gt;div&gt;div {
    height: 100vh;
}

/*----------------*/
.header-main {
    position: fixed !important;
    top: 25px !important;
    width: 100%;
    z-index: 999 !important;
}



/*-----------header-------*/
.header-main-popup {
    position: fixed !important;
    top: 25px !important;
    width: 100% !important;
    z-index: 999 !important;
}

.header-main {
    background: transparent;
    padding: 18px;
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

.header-main.active {
    background: rgb(0 0 0 / 38%);
    top: 0px !important;
    box-shadow: 5px 5px 6px #0000002e;
}

.home-carosal .slick-slide span.content-section&gt;p {
    display: none;
}

/*-----------------*/
 

section#seo-means-power {
    background-image: url(/wp-content/uploads/2023/10/seo-power-1.png) !important;
    background-position: 0px -120px !important;
    background-repeat: no-repeat !important;
    background-size: 65% !important;
    max-width: 1600px !important;
    margin: 0 auto !important;
}

/*------------------*/
section#game-section-bg {
    background-position: 0px 300px !important;
}

/*----------*/
section#game-section-bg {
    background-position: -150px 300px !important;
}
 
/*---------- tab bodysec  -------*/
.tab-bodysec .elementor-tab-title {
    border: 0px;
}

.tab-bodysec .elementor-tabs-content-wrapper {
    border: 0px solid !important;
}

.tab-bodysec .elementor-tabs-wrapper {
    max-width: 305px !important;
}

.tab-bodysec .elementor-tabs-wrapper {
    background: #F3F3F3;
    padding: 30px 0px;
    border-radius: 20px;
    overflow: visible !important;
}

.tab-bodysec .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 35px !important;
    font-weight: 700;
    line-height: 1;
    border: solid transparent;
    border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
    padding-left: 40px;
    padding-right: 40px;
}

.tab-bodysec .elementor-tab-desktop-title.elementor-active {
    width: calc(100% + 50px);
    margin-left: -25px;
    background: #ffffff;
    padding-left: 85px !important;
    border-radius: 30px;
}

.tab-bodysec .elementor-tabs-wrapper:before {
    content: 'How we do it efficiently';
    color: #000000;
    font-family: "Inter", poppins;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
    padding-left: 25px;
    margin-top: 20px;
}

/*--------------------*/
.tab-bodysec .elementor-tabs-content-wrapper {
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.dark-image-bg {
    background: url(img/black-bg.svg);
    background-repeat: no-repeat;
    background-position: 76px 1px;
    padding-top: 3px;
}

/*-----------------------*/
.elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title {
    position: relative;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title:before {
    content: '⚫';
    display: inline-block;
    position: absolute;
    top: 15px;
    opacity: 0;
    padding-left: 0px;
    -webkit-transition: all ease-out .7s;
    -moz-transition: all ease-out .7s;
    -o-transition: all ease-out .7s;
    transition: all ease-out .7s;
    height: auto !important;
}

.elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title.elementor-active:before {
    content: '⚫';
    display: inline-block;
    position: absolute;
    top: 21px !important;
    opacity: 1;
    transform: none !important;
    left: 60px;
    height: auto !important;
}

.trusted-col2:before {
    content: 'sss ';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    background: #ffffff;
    left: -100%;
}

/*------------------*/


.lets-work a.elementor-button.elementor-button-link.elementor-size-sm.elementor-animation-pulse:hover {
    border-bottom: 1px solid #ffffff !important;
}

.lets-work a.elementor-button.elementor-button-link.elementor-size-sm.elementor-animation-pulse .elementor-button-icon svg {
    width: 25px !important;
    height: 25px !important;
    margin-left: 8px !important;
}

.jet-custom-nav&gt;.jet-custom-nav__item&gt;a {
    padding: 0px 15px !important;
} 
.fdkPostTaxonomies ul {
    display: flex;
    font-size: 14px;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fdkPostTaxonomies a.fdkPostTaxonomy {
    border: 1px solid currentColor;
    border-radius: 2em;
    display: flex;
    color: #fff;
    padding: 15px 35px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-family: "Inter", poppins;
    font-weight: 500;
}


.fdkPostTaxonomies a.fdkPostTaxonomy.active,
.fdkPostTaxonomies a.fdkPostTaxonomy:hover {
    background-color: #fff;
    color: #000;
}

.fdkArchive .fdkArchiveContainer {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
}

.fdkArchive .fdkArchiveItem .fdkArchiveItemLink {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
}

.fdkArchive .fdkArchiveContainer .fdkArchiveItemImageWrapper {
    padding-bottom: 67%;
    position: relative;
}

.fdkArchive .fdkArchiveContainer .fdkArchiveItemImage {
    height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.fdkArchive .fdkArchiveitemContext {
    background-color: #F3F3F3;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 35px 50px 50px;
}

.fdkArchive .fdkArchiveItemPostTitle {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: "Inter", poppins;
}

.fdkArchiveItemPost {
    color: #484747;
}

.fdkArchive .fdkArchiveItemPostCategories {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-top: auto;
}

.fdkArchiveItemPostCategory {
    color: var(--color);
    font-weight: 500;
}

.fdkArchiveItemPostCategory::before {
    background-color: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 0.75em;
    margin-right: .25em;
    width: 0.75em;
}

.fdkArchive .fdkSliderItem {
    box-shadow: 0 0 1em rgb(0 0 0 / 15%);
}
 

.fdkSlider.fdkArchive .swiper-wrapper .swiper-slide.fdkSliderItem {
    padding: 0;
    text-align: left;
}

.fdkSlider.fdkArchive .swiper-wrapper .swiper-slide.fdkSliderItem .fdkArchiveitemContext {
    padding: 35px 50px 50px;
}

.arrow-btn.hide-btn .elementor-widget-container {
    flex-direction: row;
}

.arrow-btn.hide-btn .elementor-button-wrapper {
    display: none;
}


.gallery-icon.landscape .img.attachment-full.size-full {
    max-width: 130px !important;
}

.highlight-text-dark span {
    background: #000;
    padding: 4px 8px;
    border-radius: 30px;
}

.fdkLanguagesHideDesktop,
.fdkLanguagesHideMobile {}


/*-------------------*/
@media only screen and (min-width: 768px) {
    .fdkLanguagesHideDesktop {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .fdkArchive .fdkArchiveContainer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .fdkArchive .fdkArchiveContainer {
        grid-template-columns: 100%;
    }

    .fdkLanguagesHideMobile {
        display: none;
    }
}



/*------------------*/
.gradient-text p {
    background: linear-gradient(to right, #ee4f22, #ab3cac, #6ec448, #d47515);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    transition: color .2s ease-in-out;
}

.gradient-text p:hover {
    color: rgba(0, 0, 0, 0);
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}

.footmenu-1 a:hover {
    color: #7b51af !important;
}

.footmenu-2 a:hover {
    color: #7b51af !important;
}

.footmenu-3 a:hover {
    color: #7b51af !important;
}

.lets-work:after {
    content: ' ';
    height: 1.5px;
    max-width: 523px;
    display: block;
    background: transparent;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}

.lets-work:hover:after {
    content: ' ';
    display: block;
    background: #ffffff;
}

.lets-work2:after {
    content: ' ';
    height: 1.5px;
    max-width: 523px;
    display: block;
    background: transparent;
    margin: 0 auto;
    transition: 0.5s all ease-in-out;
}

.lets-work2:hover:after {
    content: ' ';
    display: block;
    background: #000000;
}

.lets-work .elementor-button-icon svg,
.lets-work2 .elementor-button-icon svg {
    width: 25px;
    height: auto;
    margin-left: 7px;
}

/*------------------*/
.fdkArchiveItemPostCategories {
    margin-top: 35px !important;
}

/*-----------------*/
.related-post-set .fdkSliderItem {
    padding: 0px;
}

.related-post-set .fdkSlider.fdkArchive .swiper-wrapper .swiper-slide.fdkSliderItem .fdkArchiveitemContext {
    padding: 20px 30px 20px !important;
}

.related-post-set .fdkArchive .fdkArchiveitemContext {
    background-color: #F3F3F3;
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 25px 20px 20px !important;
}

/*--------*/
.header-main.active {
    background: rgb(0 0 0 / 38%);
    top: 0px !important;
    box-shadow: 5px 5px 6px #0000002e;
    padding: 10px 0px !important;
}
.carosal-set {
    height: 100vh;
} 
/*----------------  min Mobile Screens------------------*/
@media(min-width:981px) {
 

}

/*----------------  Max Mobile Screens------------------*/

@media (max-width: 980px) {
    .slider-home {
        display: none;
    }

    .lets-work .elementor-button-icon svg,
    .lets-work2 .elementor-button-icon svg {
        width: 16px !important;
        height: auto;
        margin-left: 7px; 
    }

    .arrow-btn .elementor-button {
        min-width: 261px !important;
    }

    section.slider-sec {
        position: relative;
    }

    section.top-setting-item {
        position: absolute;
        top: 100px;
        z-index: 2;  
    }

    section.bottom-setting-item {
        position: absolute;
        bottom: 100px;
        z-index: 2;
    }

    section.tm-slider .slick-prev {
        left: 20px !important;
    }

    section.tm-slider .slick-next {
        right: 20px !important;
    }

    .carosal-set p,
    .carosal-set br {
        display: none;
    }

    .mobile-insight {
        overflow: hidden;
    }


    a.jet-custom-nav__item-link jet-menu-link-text {
        font-size: 16px !important;
    }
    .dark-m {
        color: #000;
    }

    .dark-m * {
        color: #000 !important;
        fill: #000000 !important;
    }

    .dark-m .elementor-button {
        border-color: #000000 !important;
    }

    .dark-m .svg {
        fill: #000000 !important;
        color: #000000 !important;
    }

    .dark-m .elementor-button:hover {
        background-color: #000 !important;
    }

    .dark-m .elementor-button:hover .elementor-button-text,
    .dark-m .elementor-button:hover svg {
        color: #fff !important;
        fill: #fff !important;
        border-color: #000000 !important;
    }


}

@media (max-width: 767px) {

    .lets-work .elementor-button-icon svg,
    .lets-work2 .elementor-button-icon svg {
        width: 16px !important;
        height: auto;
        margin-left: 7px;
    }

    section#seo-means-power {
        background-image: url(/wp-content/uploads/2023/12/seo-means-power-mobile-1.png) !important;
        background-position: top right !important;
        background-size: 100% !important;
    }

    .fdkSliderItem:hover {
        transform: scale(1) !important;
      }
      
      .swiper-slide:not(.swiper-slide-active) .fdkSliderItem {
        transform: scale(0.9);
      }
	  
 
 .elementor-accordion .elementor-tab-title{
	 position:relative; 
 }
  
 .how-we-doit .elementor-tab-title.elementor-active:before {
    content: ' ';
    width: 20px;
    height: 41px !important;
    background: #fff !important;
    position: absolute;
    left: -18px;
    top: 0px;
    border-radius: 20px 0px 0px 20px;
}

.how-we-doit .elementor-tab-title.elementor-active:after {
    content: ' ';
    width: 20px;
    height: 41px !important;
    background: #fff !important; 
    position: absolute;
    right: -18px;
    top: 0px; 
    border-radius:  0px 20px 20px  0px;
}
.how-we-doit  .elementor-active, .how-we-doit  .elementor-tab-title.elementor-active {
    background:  #ffffff !important;  
}   
.trusted-col2:before{
	display:none !important;
}
.gallery-sec .gallery {
    max-width: 323px;
    margin: 0 auto !important;
}
.gallery-sec div.gallery  .gallery-item {
    padding: 19px !important; 
    margin: 0px !important;
    width: 50%;
} 

.welike-sec{background-image:none !important;} 
.cross-any-culture {
    background-repeat: no-repeat !important;   
} 
 .how-we-doit span.elementor-accordion-icon-closed {
    opacity: 0 !important; width:0px !important; 
}

/*------------------*/
.m-black-bg {
    background: #000 !important;
}

.header-main.active {
    background: rgb(0 0 0 / 68%);
    top: 0px !important;
    box-shadow: 5px 5px 6px #0000002e; 
}

.fdkPostTaxonomies ul {
     font-size: 12px !important;
    gap: 6px !important;  
    text-align: center;   
    justify-content: space-around;
}  
.fdkPostTaxonomies a.fdkPostTaxonomy {
    padding: 14px 8px !important;
    gap: 2px;
    border-radius: 30px !important;
}  

.insights-page   
.fdkSliderItemPostCategories:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;

} 
 section.header-main {
       box-sizing: border-box !important;
    padding: 10px 20px !important;
    margin: 0px;
    width: 100% !important; 
    max-width: 100% !important;
} 
   .header-main .elementor-container.elementor-column-gap-no {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px !important;
} 
.related-postsec .fdkSliderNavWrapper {
    /* display: none !important; */
    position: absolute;
    top: 90px;   
} 
.related-postsec .elementor-column.related-post-set {
    margin-top: 80px !important;  
}
.related-postsec {
    overflow: hidden; 
} 
  
.arrow-btn .elementor-widget-container:has(.fdkSliderNavWrapper) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

section.contact-us-page , section.contact-us-page  .elementor-container.elementor-column-gap-no {
    height: auto !important;
    min-height: auto !important;
}
 
 .no-bg-m{ background-image:none !important; }
 
 
}             </pre></body></html>