/* 
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 Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
:root {
    --Yellow: #e3f347;
    --black: #000;
    --font: 'Source Sans 3', sans-serif !important;
    --white: #fff !important;
}

html *:not(i, .elementor-icon, #wpadminbar .quicklinks>ul > li > a) {
    font-family: var(--font) !important;
}

html {
    font-size: calc(60% + 0.8vmin)!important;
	padding: 70px 0 0;
}

/* Scroll */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0/30%);
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background-color: var(--Yellow)
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

h1, h2, p, ul {
    margin-bottom: 13px !important;
}

h1 {
    font: normal normal 700 3.8rem/1.2 '' !important;
    color: var(--black) !important;
    z-index: 1;
    position: relative;
}

h2 {
    font: normal normal 300 2.7rem/1.2 '' !important;
    color: var(--black) !important;
}

h3 {
    font: normal normal 300 2rem/1.2 '' !important;
    color: var(--black) !important;
    margin: 0 !important;
}

h4 {
    font: normal normal 400 1.5rem/1 '' !important;
    color: var( --black ) !important;
}

h5 {
    font: normal normal 500 15px/1.3 '' !important;
    color: var(--black) !important;
    margin-bottom: 5px !important;
}

h6 {
    font: normal normal 600 1.16rem/1.1 '' !important;
    color: var(--Yellow) !important;
    margin-bottom: 0;
}

p,  .elementor-counter .elementor-counter-number-wrapper, .elementor-counter .elementor-counter-title {
    font: normal normal 300 1.7rem/1.3 '' !important;
    letter-spacing: 1px;
    color: var(--black) !important;
}

a {
    text-decoration: none !important;
}

/* Buttons */
.primaryBtn a, .secondaryBtn a, .outlineBtn a, header a.hfe-menu-item.elementor-button {
    margin-right: 0;
    font-size: 1.12rem;
    min-width: 155px;
    padding: 13px 15px 13px 15px !important;
    margin-top: 10px;
    text-decoration: none !important;
    background: var(--Yellow) !important;
    color: var(--black) !important;
}

.secondaryBtn a {
    background: var(--white) !important;
    color: var(--Yellow) !important;
}

.outlineBtn a {
    background: #b2e2fe !important;
    border: 1px solid var(--Yellow) !important;
    color: var(--Yellow) !important;
}

.primaryBtn a:hover, .secondaryBtn a:hover, .formCol .wpforms-submit:hover, .outlineBtn a:hover, header a.hfe-menu-item.elementor-button:hover {
    transform: translate(7px, 5px);
}

/* END Buttons */
/* Header */
header {
    background: var(--black) !important;
    position: fixed !important;
    top: 0;
}

header ul {
    margin-bottom: 0 !important;
}

header a.hfe-menu-item:not(header a.hfe-menu-item.elementor-button):hover, header .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover, header .elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, header .elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted, header .elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
    color: var(--Yellow) !important;
}

header a.hfe-menu-item, header .sub-menu a.hfe-sub-menu-item {
    color: var(--white) !important;
}

header.stick a.hfe-menu-item, header.stick .sub-menu a.hfe-sub-menu-item {
    color: var(--black) !important;
}

header a.hfe-menu-item.elementor-button {
    justify-content: center;
    margin: 0;
}

header .hfe-nav-menu li:last-child:before {
    height: 125%;
    top: -11%;
}

header .e-child {
    padding: 0;
}

header.stick {
    position: fixed !important;
    background: var(--white) !important;
    z-index: 999 !important;
    box-shadow: 2px 2px 9px 2px #00000014;
    animation: slideDown 0.4s cubic-bezier(0, 0, 0.2, 1);
    top: 0;
    width: 100%;
}

header.stick .hfe-site-logo-img {
    width: 90px;
}

header.stick .e-con-inner > div {
    padding: 0;
}

/* strokes */
.stroke h1 {
    position: relative;
}

.stroke h1:before {
    -webkit-text-stroke: 1px black;
    color: #ffffff00 !important;
    transform: scale(1.1);
    z-index: 0;
    top: 17px;
    position: absolute;
}

.aboutBanner .stroke h1:before {
    content: "About Us";
	top: 0;
}

.contactBanner .stroke h1:before {
    content: "Contact Us";
	top: 0;
}

.blackBox .stroke h1:before {
    content: "Why Us?";
    -webkit-text-stroke: 1px #ffffff5e;
    right: 15px;
}

/* banner */
.banner {
    overflow: hidden;
    /* background: var(--Yellow) !important; */
    padding: 90px 0 70px;
    margin-top: -30px;
}

.banner:before {
    /* content: '';
    position: absolute;
    background-color: var(--Yellow);
    width: 450px;
    height: 450px;
    border: 25px solid #000;
    border-radius: 50%;
    left: 83%;
    top: 32%;
    animation: slideDown 1s cubic-bezier(0, 0, 0.2, 1); */
}

.banner p:not(.formCol p) {
    font-size: 1.7rem !important;
}

/* secondSec */
.secondSec {
    padding: 40px 0 0;
}

/* logosSec */
.logosSec img {
    min-width: 70px;
    margin-bottom: 10px;
}

/* thirdSec */
.thirdSec {
    padding: 40px 0 60px;
}

.thirdSec h2 {
    margin-bottom: 110px !important;
}

.blackBox, .yellowCard {
    width: 90%;
    border-radius: 10px;
}

.yellowCard {
    background: var(--Yellow);
    z-index: -1;
    top: -20px;
    left: -30px;
    height: 200px;
    position: absolute;
}

.yellowCard {
    -webkit-animation: rotate-90-cw 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: rotate-90-cw 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.blackBox {
    background: var(--black);
    position: relative;
    z-index: 1;
    padding: 20px 15px 10px;
    overflow: hidden;
}

.blackBox h1, .blackBox p {
    color: #fff !important;
}

.blackBox p {
    font-size: 14px !important;
    max-width: 80%;
    margin: 17px auto 0;
}

.whiteBox p, .yellowCard * {
    color: transparent !important;
}

.whiteBox:before {
    content: '';
    position: absolute;
    background-color: transparent;
    width: 140px;
    height: 140px;
    border: 15px solid #fff;
    border-radius: 50%;
    left: 40%;
    top: 60%;
    z-index: -2;
}

.thirdSec .elementor-image-box-wrapper {
    margin-bottom: 30px;
}

.thirdSec figure {
    position: relative;
}

.thirdSec figure:not(.noBorder figure):before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ffae38;
    left: 50%;
    bottom: 71px;
    z-index: -5;
}

/* fourthSec */
.fourthSec {
    padding: 0 0 70px;
}

.fourthSec p {
    margin-bottom: 80px !important;
}

.fourthSec h2::before, .fourthSec h2::after {
    content: '';
    position: absolute;
    background: url(https://ecomlinkers.com/wp-content/uploads/2024/01/Artboard-28.png) no-repeat;
    width: 77px;
    height: 70px;
    background-size: cover;
    background-position: center;
    left: -90px;
    top: -30px;
}

.fourthSec h2::after {
    background-image: url(https://ecomlinkers.com/wp-content/uploads/2024/01/Artboard-26.png);
    z-index: 0;
    left: -67px;
    top: -33px;
}

.fourthSec h2 {
    position: relative;
    width: max-content;
}

/* fifthSec */
.fifthSec {
    margin: 0 0 0px;
}

.fifthSec h3 {
    color: var(--white) !important;
    font-weight: 600 !important;
}

.fifthSec path.elementor-shape-fill {
    fill: var(--Yellow) !important;
}

/* sixthSec */
.elementor-accordion {
    background: #eee;
    border-radius: 10px;
    padding: 16px 15px 1px;
}

.elementor-accordion-item {
    margin-bottom: 15px;
    background: var(--white);
}

.elementor-accordion-item h6 a {
    color: #000 !important;
    text-decoration: none !important;
}

.elementor-accordion-item h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse nowrap;
}

.elementor-accordion-item .elementor-tab-content {
    border-top: 1px solid #00000026 !important;
    color: var(--black);
}

.elementor-accordion-item svg {
    fill: var(--black) !important;
}

/* contact-sec */
.contact-sec {
    padding: 50px 0 50px;
}

.contact-sec .wpforms-field-label {
    margin-bottom: 7px !important;
    font-weight: 500 !important;
}

.contact-sec .wpforms-container {
    margin-top: 11px;
}

.contact-sec .wpforms-field {
    padding: 0px 0 14px !important;
}

.contact-sec ul {
    margin: 15px 0 0 !important;
}

.contact-sec li {
    margin-left: 0 !important;
}

.contact-sec h2 {
    font-weight: 600 !important;
}

.contact-sec h3 {
    font-weight: 500 !important;
    font-size: 27px !important;
    margin-top: 10px !important;
}

.contact-sec p {
	
}

/* formCol */
.formCol input, .formCol textarea, .formCol select {
    border: 1px solid rgba(240, 240, 240, 1) !important;
    background: #f4f8f7 !important;
    padding: 10px 10px 10px !important;
    border-radius: 5px !important;
    margin-top: 15px;
}

.formCol .wpforms-submit-container {
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

.formCol .wpforms-submit-container:before {
    left: 5%;
    top: 7% !important;
    height: 104%;
    width: 90%;
}

.formCol {
    background: #fff;
    border-radius: 13px;
    padding: 13px 15px 20px;
    border: 1px solid rgba(240, 240, 240, 1);
}

.formCol p {
    font-size: 15px !important;
    margin-bottom: 0px !important;
}

.formCol .wpforms-container-full {
    margin: 0;
}

.formCol h1 {
    font-size: 2.7rem !important;
}

.formCol .wpforms-submit, .formCol input[type="submit"] {
    background: #000 !important;
    padding: 10px 10px !important;
    min-width: 150px !important;
    border-radius: 50px !important;
    color: #fff;
    margin: 10px auto -20px;
    display: block;
}

.formCol .wpforms-field {
    padding-bottom: 0 !important;
}

/* thingWeKnowSec */
.thingWeKnowSec {
    padding: 10px 0 40px;
}

.thingWeKnowSec p {
    font-size: 15px !important;
}

.thingWeKnowSec h4 {
    font-size: 20px !important;
}

/* partnerSec */
.partnerSec {
    padding: 10px 0 80px;
}

.partnerSec .e-child:nth-child(even):not(.partnerSec .e-child:first-child) {
    background: lightgrey;
}

/* sol_banner */
.sol_banner {
    padding: 30px 0 40px;
}

.sol_banner h1 {
    font-weight: 300 !important;
}

.shapedBtn a {
    padding: 6px 8px !important;
    font-size: 24px;
    font-weight: 300 !important;
    border-radius: 11px;
}

.services_sec {
    padding: 60px 0 60px;
}

.services_sec h3 {
    margin: 4px 0 5px !important;
    font-weight: 700 !important;
    font-size: 2.2rem !important;
}

.services_sec h2 {
    padding-bottom: 40px;
}

h2 span {
    background: var(--Yellow);
    line-height: 44px !important;
    display: inline-block;
}

.marg-neg {
    margin-top: -100px;
}

/* footer */
footer {
    background: var(--black);
    padding: 60px 0 0;
}

footer p, .elementor-icon-list-text {
    color: var(--white) !important;
    font-size: 16px !important;
}

footer h5 {
    color: var(--white) !important;
    font-size: 20px !important;
    margin-bottom: 23px !important;
}

.footerBottom {
    border-top: 1px solid;
}

footer img {
    margin-bottom: 13px;
}

footer p {
    margin: 0 0 0 !important;
}

footer li {
    margin: 0 0 10px !important;
}

footer a.hfe-menu-item {
    padding: 9px 0 13px !important;
    color: var(--white) !important;
    font-weight: 400 !important;
}

footer .current-menu-item a.hfe-menu-item {
    color: var(--Yellow) !important;
}

.elementor-counter .elementor-counter-number-wrapper {
    font-weight: 600 !important;
    font-size: 2rem !important;
}

/* Frames */
@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg);
    }
}

@keyframes rotate-90-cw {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg);
    }
}

/* =================================== RESPONSIVE =========================== */
@media only screen and (max-width: 767px) {
    .hfe-nav-menu__toggle.elementor-clickable {
        margin-left: auto !important;
        margin-right: 0 !important;
    }

    header .hfe-nav-menu li:last-child:before {
        background: unset;
    }
	
	.hfe-nav-menu-icon svg {
		fill: #fff;
	}

	header a.hfe-menu-item, header .sub-menu a.hfe-sub-menu-item {
		background: var(--black) !important;
	}
	
	h1 {
		font-size: 33px !important;
	}

	p, .formCol p {
		font-size: 14px !important;
	}

	.banner p:not(.formCol p) {
		font-size: 16px !important;
	}

	.banner {
		padding: 60px 10px 30px;
		margin-top: -40px;
	}

	.formCol h1 {
		font-size: 27px !important;
	}

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

	.blackBox, .yellowCard {
		width: 100%;
	}

	.yellowCard {
		height: 270px;
		top: -40px;
	}
	
	.thirdSec figure:before {
		width: 0 !important;
	}
	
	br:not(h1 br) {
		display: none;
	}

	.fourthSec p {
		margin-bottom: 10px !important;
	}

	.fourthSec {
		padding: 0;
	}

	.thingWeKnowSec figure {
		width: 70px !important;
	}
	
	.marg-neg {
		margin-top: -40px;
	}
	.logosSec .e-child {
		max-width: 48%;
	}
}




