@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
:root{
    --white: #fff;
    --bg-primary-color:#F2F2F2;
    --bg-secondary-color:#D7D7D7;
    --text-primary-color:#3E3E3E;
    --text-secondary-color:#404040;
    --text-success-color:#392C2C;
    --font-primary:"Gelasio";
    --font-secondary:'Helvetica';
    --h1-font-size: 3.75rem;
    --h2-font-size: 2.375rem;
    --bs-body-font-family: var(--font-primary); 
    --bs-body-line-height: 1.4;
    --bs-body-font-size: 16px;
    --bs-body-color: #3E3E3E;
    --font-weight-primary: normal;
    --font-weight-secondary: bold; 
}


*{
    box-sizing: border-box;
}

.container-fluid {
    --bs-gutter-x: 8rem;
}
.bg-primary-color {
    background-color: var(--bg-primary-color);
}
.bg-secondary-color {
    background-color: var(--bg-secondary-color);
}
.text-primary-color{
   color:  var(--text-primary-color)
}
.text-secondary-color{
    color:  var(--text-secondary-color)
 }

 .btn{
    --bs-btn-border-radius: 0.25rem;
    --bs-btn-font-family: var(--font-secondary);
    --bs-btn-padding-x: 1.75rem;
    --bs-btn-padding-y: 0.625rem;
    --bs-btn-font-size: 1rem;
}
.btn:hover {
    font-weight: var(--bs-btn-hover-font-weight);
}
.btn-primary {
    --bs-btn-color: #000;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #000000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--text-secondary-color);
    --bs-btn-hover-border-color: var(--text-secondary-color);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000000;
    --bs-btn-active-border-color: #000000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #000000;
    --bs-btn-disabled-border-color: #000000;


}

.btn-secondary {
    --bs-btn-color: var( --text-success-color);
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg:var(--text-secondary-color);
    --bs-btn-hover-font-weight: var(--font-weight-secondary);
    --bs-btn-font-size: 1.125rem;
    
}
.btn-secondary.active-btn {
    font-weight: var(--bs-btn-hover-font-weight);
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}
.btn-secondary.active-btn:hover {
    background-color: var(--bs-btn-hover-color);
    color: var( --text-success-color);
    font-weight: 500;
}
h2{
    color: var(--text-secondary-color);
    font-weight: 600;
    position: relative;
    display: inline-block;
}

h2:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #98CE2E;
    bottom: 0;
    left: 0;
}

p{
    font-family: var( --font-secondary);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    
}

img{
    max-width: 100%;
}
/* ===========Header Section Css Start================ */

.header-main {
    padding: 34px 0;
}
/* .header-main a.nav-link{
    font-family: var(--font-secondary);
    color: var(--text-success-color);
}

.header-main a.dropdown-item{
    font-family: var(--font-secondary);
}
.header-main .current-menu-item a.nav-link{
    font-weight: var(--font-weight-secondary);
} */

.header-main ul.navbar-nav a {
    font-family: var(--font-secondary);
    color: var(--text-success-color);
    text-decoration: none;
    font-size: 18px;
}

.header-main ul.navbar-nav .current-menu-item>a {
    font-weight: var(--font-weight-secondary);
}
.header-main ul.navbar-nav {
    gap: 65px;
}
.header-main .navbar-nav>li.menu-item-has-children>a {
    position: relative;
     padding-right: 24px;
}
.header-main .navbar-nav>li.menu-item-has-children>a:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    right: 0;
    position: absolute;
    top: 0px;
    border-color: var(--text-success-color);
    width: 10px;
    border-top: 0;
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
    border-left: 0;
    transition: 0.4s;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu {
    display: flex;
    position: absolute;
    max-width: 665px;
    top: 37px;
    background: #fff;
    border: 1px solid #CECECE;
    padding: 20px 30px;
    border-radius: 4px;
    width: max-content;
    gap: 16px;
    left: 50%;
    translate: -50% 0;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul {
    padding: 0;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul li {
    margin-top: 2px;
    width: 100%;
}
.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul li a {
    font-size: 16px;
    padding: 8px 0px;
    color: #4D4545;
    width: 100%;
    display: inline-block;
}
.header-main .navbar-nav>li.menu-item-has-children:hover a:after {
    transform: rotate(-135deg);
    top: 6px;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu>li>a {
    font-size: 18px;
    font-family: var(--font-primary);
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
    border-bottom: solid 1px #D7D7D7;
    padding-bottom: 7px;
    color: #161414;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu>li>a span {
    display: block;
    margin-bottom: 10px;
    position: relative;
    max-width: 52px;
    pointer-events: none;
}
.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu>li>a span:after {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 15 20' fill='none'%3e%3cpath d='M11.0537 1.68938L1.88858 18.2288M11.0537 1.68938L13.2874 9.5789M11.0537 1.68938L3.17995 3.97798' stroke='black' stroke-width='2.16667' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    top: 0;
    left: 52px;
    max-width: 52px;
    height: 52px;
    width: 100%;
    background-repeat: no-repeat;
    transition: 0.4s;
    pointer-events: auto;
    border-radius: 50px;
    border: solid 1px #D8D8D8;
    background-position: center;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu>li>a span:hover:after {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='20' viewBox='0 0 10 14' fill='none'%3e%3cpath d='M7.49873 0.938781L1.15363 12.3892M7.49873 0.938781L9.04512 6.40076M7.49873 0.938781L2.04766 2.5232' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-color: #808080;
    border-color: transparent;
}

.header-main .navbar-nav>li.menu-item-has-children {
    position: relative;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li {
    list-style: none;
    display: inline-block;
    max-width: 265px;
}
.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu> li {
    background: #F2F2F2;
    padding: 20px 15px;
    border-radius: 15px;
    position: relative;
}
.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu> li:after {
    width: 0;
    height: 0;
    border-top: 48px solid #ffffff;
    border-left: 100px solid #f2f2f200;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    
}
.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul li.current-menu-item {
    background: #EFEFEF;
    border-radius: 4px;
}
.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul li.current-menu-item a {
    font-weight: normal;
}

.header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul li a:hover {
    color: #000;
    /* font-weight: 700; */
}

.header-main .navbar-nav>li.menu-item-has-children:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.header-main a.navbar-brand img {
    max-height: 46px;
}
/* ===========Header Section Css End================ */

/* ===========Hero Banner Section Css Start================ */

.hero-banner-section{
    background-color: var(--bg-primary-color);
    padding: 102px 0;
}

.hbs-content p{
    color: var(--text-success-color);
    max-width: 800px;
}
.hbs-content p a {
    color: var(--text-success-color);
}
.hbs-content strong {
    font-size: 72px;
    color: var(--text-secondary-color);
}
.hbs-cta a.btn {
    width: 185px;
    height: 58px;
    font-weight: 500;
}
.hbs-image img {
    width: 100%;
}
.hbs-content {
    padding-top: 36px;
}
.hero-inner-page .hbs-cta {
    margin-top: 36px;
}
.hero-inner-page h1 {
    font-weight: 700;
}
/* ===========Hero Banner Section Css End================ */

/* ===========Our Services Section Css Start================ */

.our-services-section {
    padding: 80px 0 120px;
}
.oss-wrap {
    max-width: 1194px;
}
.our-services-section h2 {
    margin-bottom: 26px;
}
.oss-wrap p {
    margin-bottom: 33px;
}
.oss-wrapper {
    max-width: 1194px;
}
.our-services-section .box {
    background: var(--bg-primary-color);
    padding: 20px 56px;
    height: 100%;
}

.our-services-section h4 {
    margin: 24px 0 14px;
    color: var(--text-secondary-color);
    font-weight: 600;
}
.our-services-section .box p {
    color: #6D6161;
    margin-bottom: 36px;
}
/* ===========Our Services Section Css End================ */

/* ===========Our Work Section Css Start================ */


.our-work-section{
    padding: 40px 0;
    background-color: var(--bg-primary-color);
}
.our-work-section p {
    margin-bottom: 36px;
}

.our-work-section .ows-wrap {
    margin-bottom: 54px;
}
.masonry .work-img {
    border-radius: 1rem;
}
.masonry img {
    width: 100%;
    object-fit: cover;
  }
  
.last-col .masonry {
    padding-top: 150px;
}
.masonry .work-img {
    aspect-ratio: 1 / 1.525;
    height: auto;
}

.center-col .masonry .work-img {
    aspect-ratio: 1/0.58;
}
.our-work-section .overlay {
    position: relative;
    line-height: 0;
    margin-bottom: 24px;
}

.our-work-section .hover-logo {
    position: absolute;
    bottom: 34px;
    left: 26px;
    z-index: 9;
    width: auto;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.our-work-section .overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    opacity: 0;
    transition: 0.4s;
}

.our-work-section .overlay:hover:after {
    opacity: 70%;
}

.our-work-section .overlay:hover .hover-logo {
    visibility: visible;
    opacity: 1;
}

/* ===========Our Work Section Css End================ */

/* ===========Our Expertise Section Css Start================ */   
.our-expertise-section {
    padding: 120px 0;
}

.our-expertise-section .oes-wrap {
    max-width: 1194px;
}

.our-expertise-section p {
    margin: 16px 0 36px;
}

/* ===========Our Expertise Section Css End================ */

/* ===========Our Customers Section Css Start================ */
.testimonials-section {
    padding: 42px 0;
    background-color: var(--bg-primary-color);
}
.testimonials-section h2 {
    max-width: 494px;
    margin-bottom: 56px;
}
.testimonials-section .content {
    max-width: 1042px;
    margin-left: auto;
}
.testimonials-section h5 {
    font-weight: 700;
    margin-top: 35px;
}
.testimonials-section .content span {
    font-size: 18px;
    font-family: var(--font-secondary);
}
.testimonials-section button {
    border: 0;
    padding: 0;
}
.testimonials-section button.control-prev{
    margin-right: 9px;
}
.testimonials-section .carousel-inner {
    margin-bottom: 35px;
}
.ts-overlay-image {
    position: relative;
}

.ts-overlay-image.ts-active:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    inset: 0;
    opacity: 60%;
}
.ts-overlay-image .ts-youtube-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    width: 115px;
    height: 115px;
    background: #747474;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.ts-overlay-image .ts-youtube-btn svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.testimonials-section .ts-overlay-image {
    position: relative;
}
.testimonials-section .ts-overlay-image img {
    filter: grayscale(1);
}
.testimonials-section .ts-overlay-image img {
    filter: grayscale(1);
    aspect-ratio: 1/0.7666;
    object-fit: cover;
}
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
}

.video-modal .vm-backdrop {
    position: absolute;
    background: #000000d1;
    inset: 0;
}

.video-modal .modal-content {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 35px 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.video-modal .close-modal {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    color: var(--white);
}

.video-modal .close-modal svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linejoin: bevel;
    stroke-linecap: round;
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
    pointer-events: none;
}

.video-modal iframe {
    height: 100%;
}
/* ===========Our Customers Section Css End================ */

/* ===========Footer Section Css Start================ */

.footer-section {
    margin-top: 120px;
    background: var(--bg-secondary-color);
    padding: 46px 0 16px;
}

.footer-section .fs-wrap {
    max-width: 865px;
    margin: 0 auto 52px;
}
.fs-wrap h2 {
    position: unset;
    margin-bottom: 12px;
    font-size: 48px;
}
.fs-wrap h2::after{
    display: none;
}
.fs-wrap p {
    margin-bottom: 35px;
}
.footer-section hr {
    margin-bottom: 46px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style: none;
    line-height: 1.1;
    margin-bottom: 22px;
}

.footer-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: var(--font-secondary);
    color: var(--text-primary-color);
}
.footer-menu .zest-mail {
    display: flex;
    align-items: center;
    gap: 10px;

}

.footer-menu .zest-mail .icon {
    width: 24px;
    height: 20px;
    line-height: 0;
}

.footer-menu .zest-mail a {
    text-decoration: none;
    font-size: 16px;
    font-family: var(--font-secondary);
    color: var(--text-primary-color);
}
ul.social-icon {
    display: flex;
    margin: 22px 0;
    gap: 14px;
    align-items: center;

}

ul.social-icon li {
    margin: 0;
    background: var(--text-primary-color);
    width: 28px;
    height: 28px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.footer-menu.icons {
    max-width: 200px;
    margin-left: auto;
}
.service-icons a.shopify-icon img {
    margin-bottom: 12px;
}
.service-icons img {
    width: 100%;
}
/* ===========Footer Section Css End================ */

/* ===========Copyright Section Css Start================ */
.copy-right-section {
    padding: 12px 0;
    background-color: #F1F1F1;
}

.copy-right-section .row {
    align-items: center;
}

.crs-wrap {
    max-width: 1570px;
    margin: 0 auto;

}

.crs-wrap p {
    margin-bottom: 0;
}

.crs-wrap ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 36px;
}

.crs-wrap ul li {
    list-style: none;
}

.crs-wrap ul li a {
    text-decoration: none;
    font-size: 18px;
    font-family: var(--font-secondary);
    color: #121212;
}

/* ===========Copyright Section Css End================ */

.hero-services-section {
    background: var(--bg-primary-color);
    padding: 10px 0;
}
.hero-services-section h1{
    font-weight: 600;
}
.hero-services-section .hss-image {
    text-align: right;
}

.hero-services-section .row {
    align-items: center;
}

.breadcrumbs-section {
    margin: 38px 0 80px;
}

.breadcrumbs-section ul {
    display: flex; 
    gap: 65px;
    padding: 0;
}

.breadcrumbs-section ul li {
    list-style: none;
    position: relative;
}

.breadcrumbs-section ul li a,
.breadcrumbs-section ul li:last-child {
    font-size: 18px;
    text-decoration: none;
    line-height: 1.5;
    color: #392C2C;
    font-family: var(--font-secondary);
}


.breadcrumbs-section ul li:not(:last-child):after {
    position: absolute;
    top: 50%;
    width: 45px;
    content: "";
    height: 1px;
    background: #8E8E8E;
    right: -55px;
    transform: translateY(-50%);
}

.breadcrumbs-section ul li:last-child {
    font-weight: 700;
    line-height: 1.5;
}
.service-ecommerce-section .ses-wrap {
    max-width: calc(var(--max-width, 1000) * 1px);
    margin: 0 auto;
}
.ses-wrap h2 {
    margin-bottom: 25px;
    line-height: 1.27;
}
.platforms-section .ses-wrapper {
    margin: 0 0 36px;
}
.platforms-section .ses-inner {
    border: solid 1px #DEDEDE;
    border-radius: 4px;
    padding: 20px 25px;
    height: 100%;
    background: #fff;
}
.platforms-section .row {
    --bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.page-organic-seo-services .platforms-section .ses-inner {
    background: transparent;
}

.page-organic-seo-services .platforms-section .ses-inner h4 {
    color: var(--text-secondary-color);
}
.ses-img img {
    aspect-ratio: 1/1;
    object-fit: contain;
    max-width: 80px;
}
.ses-inner h4 {
    margin: 28px 0 14px;
    font-weight: 600;
}

.ses-inner p {
    color: #6D6161;
}
.service-ecommerce-section.bg-color {
    background: var(--bg-primary-color);
    padding: 32px 0;
}
.platforms-section.bg-color {
    background: var(--bg-primary-color);
    padding: 32px 0;
}
.platforms-section {
    margin-bottom: 120px;
}

.service-ecommerce-section:not(.bg-color) {
    margin-bottom: 80px;
}
.service-ecommerce-section:not(.bg-color)+.platforms-section.bg-color {
    margin-top: 120px;
}

.our-credentials-section .ocs-wrap {
    max-width: 1480px;
    margin: 36px auto 0;
    display: flex;
    gap: 120px;
    justify-content: center;
    flex-wrap: wrap;
}

.circle-section .logo-image {
    border: solid 1px #D8D8D8;
    border-radius: 100%;
    max-width: 200px;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ocs-wrap .logo-image img {
    width: auto;
}
.recent-work-section {
    margin-top: 120px;
    padding: 42px 0;
    
}

.recent-work-section .rws-content {
    margin-bottom: 26px;
}
.recent-work-section .rws-content h2 {
    margin-bottom: 25px;
}
.recent-work-section .recent-image {
    height: 100%;
}

.recent-work-section a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.inner-shopify-section {
    margin: 120px 0;
}

.inner-shopify-section .shopify-warp {
    justify-content: center;
    margin-top: 34px;
}

.simple-section .logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    gap: 18px;
    margin: 0 104px;
}

.simple-section .logo-image:not(:first-child):before {
    border-left: 1px solid #909090;
    position: absolute;
    content: "";
    top: 15px;
    bottom: 15px;
    display: block;
    left: -159px;
}

.simple-section .logo-image h3 {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
}


.earned-links-section .els-wrap {
    margin-top: 36px;
}
.els-logo:nth-child(odd) {
    margin-top: 120px;
}
.benefits-section .bs-wrap {
    position: relative;
    border-left: 4px solid #E3E3E3;
    height: 100%;
    padding-left: 15px;
}

section.benefits-section h2 {
    margin-bottom: 20px;
}

.benefits-section .bs-wrap h4 {
    font-weight: 600;
    color: #404040;
}

.benefits-section .bs-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    left: -4px;
    width: 4px;
    background: #5F5F5F;
    height: 50px;
}

.contact-form .cf-wrapper {
    max-width: 890px;
    margin: 26px auto 0;
    background: var(--bg-primary-color);
    padding: 30px 30px 20px;
    border-radius: 4px;
}

form .cf-form-control label {
    font-size: 18px;
    font-family: var(--font-secondary);
    margin: 20px 0 14px;
    width: 100%;
    color: var(--text-secondary-color);
}

form .cf-form-control input {
    height: 56px;
    border-color: #E0E0E0;
    font-family: var(--font-secondary);
    width: 100%;
    color: var(--text-secondary-color);
}

form .cf-form-control input::placeholder {
    font-size: 16px;
    font-family: var(--font-secondary);
    color: #c4c4c4;
}
form .cf-form-control .wpcf7-select {
    height: 56px;
    border-color: #E0E0E0;
    font-family: var(--font-secondary);
    width: 100%;
    background: #fff;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    -webkit-appearance: none;
}
form .cf-form-control input[type="url"] {
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}

form .cf-textarea label{
    font-size: 18px;
    font-family: var(--font-secondary);
    margin: 20px 0 14px;
    width: 100%;
    color: var(--text-secondary-color);
}

form .cf-textarea textarea{
    border-color: #E0E0E0;
    font-family: var(--font-secondary);
    width: 100%;
    color: var(--text-secondary-color);
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: .375rem;

}
form .cf-textarea textarea::placeholder {
    font-size: 16px;
    font-family: var(--font-secondary);
    color: #c4c4c4;
}

form .cta-Submit input {
    border: 0;
    border-radius: 4px;
    font-size: 18px;
}
.cf-wrapper form .wpcf7-response-output {
    font-size: 16px;
    font-family: var(--font-secondary);
    width: 100%;
    color: var(--text-secondary-color);
    padding: 6px 10px;
}
.cf-wrapper form span.wpcf7-not-valid-tip {
    font-size: 15px;
    font-family: var(--font-secondary);
    margin-top: 6px;
}

.cta-Submit .wpcf7-spinner {
    position: absolute;
}
.contact-form form .arrow-down {
    position: relative;
}

.contact-form form .arrow-down:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 10px;
    right: 21px;
    position: absolute;
    top: 50%;
    border-color: #5C5C5C;
    width: 10px;
    border-top: 0;
    transform: rotate(45deg);
    margin-left: 0;
    vertical-align: 0;
    border-left: 0;
    translate: 0 -50%;
    pointer-events: none;
}
form .cf-form-control input:focus::placeholder {
    color:transparent;
}

form .form-control:focus {
    border-color: unset;
    box-shadow: unset;
    border: solid 2px #000;
}
.we-are-zestard-section {
    margin-bottom: 120px;
}

.we-are-zestard-section .wazs-wrap h4 {
    font-family: var(--font-secondary);
    margin-top: 16px;
}
.we-are-zestard-section .wazs-wrapper p {
    margin-bottom: 40px;
}

.we-are-zestard-section .counter-wrap {
    --bs-gutter-y: 100px;
}

.we-are-zestard-section .counter-count {
    font-size: 46px;
    margin-bottom: 30px;
    line-height: 1.3;
}

.we-are-zestard-section .count-up h4 {
    font-family: var(--font-secondary);
    margin: 0;
}
.page-about-us .platforms-section .ses-inner {
    background: transparent;
    border: 2px solid #C5C5C5;
    border-radius: 8px;
}
.page-about-us .platforms-section .ses-wrapper{
    text-align: center;
}
.awards-section {
    margin-bottom: 120px;
}

.awards-section .awards-item {
    text-align: center;
    border: solid 1px #6A6A6A;
    border-radius: 6px;
    padding: 20px;
    transition: 0.7s;
}
.awards-section .awards-item:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 10.46px 0px #38383840;
    border: solid 1px #6a6a6a00;
}


.awards-section .awards-item img {
    margin-bottom: 18px;
    width: auto;
}

.awards-section .awards-item h4 {
    margin-bottom: 14px;
    color: var(--text-secondary-color);
    font-weight: 700;
}

.awards-section .awards-item p {
    font-size: 16px;
    line-height: 1.3;
    color: var(--text-success-color);
}
.awards-section .awards-item:nth-child(odd) {
    margin-top: 187px;
    min-height: 380px;

}
.awards-section .awards-wrap.row {
    align-items: flex-start;
    margin-left: -295px;
    gap: 60px;
}
.page-about-us .our-credentials-section {
    padding: 50px 0;
}

.page-about-us .our-credentials-section h2 {
    margin-bottom: 24px;
}

.page-about-us .our-credentials-section p {
    max-width: 1500px;
    margin: auto;
    margin-bottom: 36px;
}

.page-about-us .our-credentials-section .ocs-wrap {
    justify-content: flex-start;
    gap: 50px;
    max-width: 1500px;
    margin: 0 auto;
}

.page-about-us .our-credentials-section .logo-image {
    max-width: 253px;
    height: auto;
    border: 0;
}

.portfolio-section .tab-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  
  .portfolio-section .image-wrapper {
    grid-column: span 3;
    position: relative;
    border-radius: 8px;
  }
  
  
  .tab-item .image-wrapper:nth-child(5n+3),
  .tab-item .image-wrapper:nth-child(5n+4),
  .tab-item .image-wrapper:nth-child(5n+5) {
    grid-column: span 2;
  }
  
  .portfolio-section .image-wrapper img {
    width: 100%;
    border-radius: 8px;
  }

  .portfolio-section .image-wrapper:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    inset: revert;
    background: #000;
    border-radius: 8px;
    transition: 0.4s;
    opacity: 18%;
}

.portfolio-section .image-wrapper .hover-logo {
    position: absolute;
    bottom: 48px;
    left: 48px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.image-wrapper .hover-logo img {
    width: auto !important;
}
 
.image-wrapper:hover::before {
    opacity: 80%;
}

.image-wrapper:hover .hover-logo {
    opacity: 1;
    visibility: visible;
}
  .portfolio-list ul li:hover,
  .portfolio-list ul li.active {
    border-bottom: 4px solid #98CE2E;
  }
  
  
  .tab-content.active {
    display: block;
  } 


  .portfolio-list h3.filter-title {
    display: none;
}

.portfolio-list ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 20px;
    gap: 60px;
}

.portfolio-list ul li {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--text-success-color);
    padding: 0 15px;
    font-family: var(--font-secondary);
    border-bottom: 4px solid #98ce2e00;
    transition: 0.4s;
}

.portfolio-list ul li .active {
    opacity: 1 !important;
    background-color: #666;
    color: white;
}


.portfolio-boxes .all-portfolio-list {
    display: block;
    padding-bottom: 35px;
}

.portfolio-section .image-wrapper .hover-logo h3.portfolio-title {
    color: #fff;
}
.pagination-wrapper {margin-top: 80px;}

.pagination-wrapper .portfolio-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
}

.pagination-wrapper .portfolio-pagination a {
    width: 56px;
    height: 56px;
    border: solid 1px #E0E0E0;
    color: var(--text-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--font-secondary);
    border-radius: 4px;
    font-weight: 400;
}

.pagination-wrapper .portfolio-pagination a.pagination-link.active {
    background: #D7D7D7;
    font-weight: 600;
}
.pagination-wrapper .portfolio-pagination svg {
    width: 28px;
    fill: #4E4E4E;
}
.pagination-wrapper .portfolio-pagination a.pl-dots {
    font-size: 30px;
    letter-spacing: -1.5px;
}
.pagination-wrapper:empty {
    display: none;
}
.zest-loader {
    padding: 30px 0;
}

.zest-loader .zest-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgb(167 161 161 / 37%);
    border-top: 4px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 50%;
    translate: -50% 0;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
  .content-pages .page-title {
    width: 100%;
    text-align: center;
    background: var(--bg-primary-color);
    padding: 69px 0;
    margin-bottom: 40px;
}
.content-pages .entry-content {
    max-width: 1500px;
    margin: 0 auto;
}

.content-pages .entry-content h5 {
    background: var(--bg-primary-color);
    padding: 11px 10px;
    margin-bottom: 22px;
}

.content-pages .entry-content p {
    font-size: 16px;
    line-height: 1.5;
}




@media (min-width: 767px) {
    .hero-banner-section.hero-inner-page {
        padding: 10px 0;
        min-height: 522px;
        display: flex;
        align-items: center;
    }
}
@media (min-width:1200px) {
    h1 {
        font-size: 3.75rem;
        line-height: 4.65rem;
    }
    h2 {
        font-size: 2.625rem;
        line-height: 3rem;
    }
    .footer-menu h3 {
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 26px;
    }
    
    .page-about-us h2 {
        font-size: 42px;
    }
}




@media (max-width:1610px) {

    .our-credentials-section .ocs-wrap {
        gap: 50px;
    }
    .simple-section .logo-image {
        margin: 0 80px;
    }
    
    .simple-section .logo-image:not(:first-child):before {
        left: -106px;
    }
    .awards-section .awards-wrap.row {
        gap: 30px;
        margin-left: -153px;
    }
    .awards-section .awards-item:nth-child(odd) {
        min-height: 401px;
    }
}


@media (max-width:1400px) {
   
    .footer-menu.icons {
        max-width: 100%;
    }
    .service-icons {
        max-width: 200px;
    }
    .our-credentials-section .ocs-wrap {
        gap: 30px;
    }
    .circle-section .logo-image {
        max-width: 150px;
        height: 150px;
    }

    .ocs-wrap .logo-image img {
        max-width: 110px;
        height: 110px;
    }
    .simple-section .logo-image img {
        max-width: 100%;
        height: 100%;
    }
    .simple-section .logo-image:not(:first-child):before {
        left: -96px;
    }
    .awards-section .awards-wrap.row {
        gap: 15px;
        margin-left: -120px;
    }
    .awards-section .awards-item {
        padding: 20px 10px;
    }
    .awards-section .awards-item:nth-child(odd) {
        min-height: 401px;
    }
    .page-about-us .our-credentials-section .logo-image img {
        max-width: 100%;
        height: unset;
     }
    .page-about-us .our-credentials-section .logo-image {
        width: calc(100% / 4 - 30px);
        margin: 0 15px 30px;
    }
    
    .page-about-us .our-credentials-section .ocs-wrap {
        margin: 0 -15px;
        width: calc(100% + 30px);
        gap: 0;
    }
    .awards-section .as-wrap p {
        max-width: 275px;
    }

    
}

@media (max-width:1200px) {

    .hero-services-section{
        padding: 50px 0;
    }
    .hero-services-section img {
        width: 100%;
    }
    .simple-section .logo-image {
        margin: 0 50px;
    }
    .simple-section .logo-image:not(:first-child):before {
        left: -66px;
    }
    .earned-links-section .els-wrap img {
        max-width: 150px;
    }
    .we-are-zestard-section .counter-count {
        font-size: 36px;
        margin-bottom: 20px;
    }
    
    .we-are-zestard-section .count-up h4 {
        font-size: 18px;
    }
    .awards-section .awards-wrap.row{
        margin-left: 0;
        height: 100%;
    }

    .awards-section .as-wrap {
        margin-bottom: 140px;
    }
    .awards-section .awards-item:nth-child(odd) {
        margin-top: -90px;
        min-height: unset;
    }
    .awards-section .awards-item {
        height: 100%;
    }
    .awards-section .as-wrap p {
        max-width: 100%;
    }
}

@media (max-width: 991px) {

    .container-fluid {
        padding: 0 20px;
    }
    button.navbar-toggler.collapsed span.navbar-toggler-icon {
        transition-duration: 0.5s;
        position: relative;
        height: 3px;
        width: 30px;
        background-color: #212121;
        border-radius: 4px;
    }
    
    button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #212121;
        content: "";
        top: -10px;
        border-radius: 4px;
        left: 0;
        transform: unset;
    }
    
    button.navbar-toggler.collapsed span.navbar-toggler-icon:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: #212121;
        content: "";
        top: 10px;
        border-radius: 4px;
        left: 0;
        transform: unset;
    }
    
    button.navbar-toggler span.navbar-toggler-icon {
        position: relative;
        height: 3px;
        width: 30px;
        border-radius: 4px;
        transition-duration: 0.5s;
        background: transparent;
    }
    
    button.navbar-toggler span.navbar-toggler-icon:before {
        transition-duration: 0.5s;
        position: absolute;
        width: 26px;
        height: 3px;
        background-color: #212121;
        content: "";
        top: -10px;
        border-radius: 4px;
        left: 0;
        transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    }
    
    button.navbar-toggler span.navbar-toggler-icon:after {
        transition-duration: 0.5s;
        position: absolute;
        width: 26px;
        height: 3px;
        background-color: #212121;
        content: "";
        top: 10px;
        border-radius: 4px;
        left: 0;
        transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    }
    
    button.navbar-toggler {
        border: 0;
    }
    .header-main .navbar-toggler:focus {
        box-shadow: none;
        
    }
    .header-main {
        padding: 16px 0;
    }
    
    .header-main ul.navbar-nav {
        gap: 0px;
        margin-bottom: 25px !important;
        padding-top: 42px;
    }
    .header-main .dropdown-toggle::after {
        right: 7px;
        top: 15px;
    }
    
    .header-main a.nav-link {
        border-bottom: solid 1px #ccc;
        padding: 12px 0 !important;
    }
    .navbar-nav .dropdown-menu {
        margin-top: 0;
        border: 0;
        padding: 0;
    }
    .header-main .dropdown-menu .dropdown-item {
        padding: 0;
    }
    .navbar-nav .dropdown-menu a {
        padding: 12px 0;
        border-bottom: solid 1px #ccc;
    }
    .header-main ul.navbar-nav>li> a {
        border-bottom: solid 1px #ccc;
        padding: 12px 0 !important;
        width: 100%;
        display: inline-block;
    }
    
    .header-main .navbar-nav>li.menu-item-has-children>a:after {
       display: none;
    }
    .header-main .navbar-nav>li.menu-item-has-children>a span {
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-right-style: solid;
        border-right-width: 2px;
        content: "";
        display: inline-block;
        height: 10px;
        right: 2px;
        position: absolute;
        top: 17px;
        border-color: var(--text-success-color);
        width: 10px;
        border-top: 0;
        transform: rotate(45deg);
        margin-left: 0;
        vertical-align: 0;
        transition: 0.3s;
        border-left: 0;
    }

    .header-main .navbar-nav>li.menu-item-has-children>a span.open {
        transform: rotate(-135deg);
        top: 21px;
    }
    
    .header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        border: 0;
        max-width: 100%;
        translate: unset;
        position: static;
        transition: unset;
        padding: 10px 0 0;
    }
    .header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu>li>a {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul li a {
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
    }

    .header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li ul li {
        margin-top: 5px;
    }
    .hbs-content{
        padding-top: 0;
    }
    .hbs-content strong {
        font-size: 48px;
    }
    
    .hero-banner-section {
        padding: 50px 0;
    }
    .hbs-cta a.btn {
        padding: 8px 12px;
        width: 155px;
        height: 48px;
    }
    .hero-inner-page .hbs-cta {
        margin-top: 20px;
    }
    .our-services-section{
        padding: 50px 0;
    }

    .oss-wrap p {
        margin-bottom: 20px;
    }
    .our-services-section .box {
        padding: 20px;
    }
    .our-work-section {
        padding: 50px 0;
     
    }
    .our-expertise-section{
        padding: 50px 0;
    }
    .testimonials-section{
        padding: 50px 0;
    }

    .footer-section{
        padding: 50px 0;
        margin-top: 70px;
    }
    .fs-wrap h2{
        font-size: calc(1.325rem + .9vw);
    }
    .footer-menu ul li {
        margin-bottom: 14px;
    }
    .footer-menu h3 {
        margin-bottom: 10px;
    }
    
    .footer-section .row {
        row-gap: 20px;
    }
    .platforms-section .ses-inner {
        padding: 20px 15px;
    }  
    .platforms-section .row {
        --bs-gutter-y: 1rem;
        --bs-gutter-x: 1rem;
    }
    .breadcrumbs-section {
        margin: 35px 0;
    }

    .platforms-section .ses-wrapper {
        margin: 0 0 30px;
    }
    .service-ecommerce-section .box-wrap {
        margin-top: 20px;
        height: calc(100% - 20px);
        padding: 20px 15px;
    }  
    .breadcrumb {
        margin: 35px 0;
    }
    
    .service-ecommerce-section .ses-wrapper {
        margin-top: 50px;
    }
    .inner-shopify-section .shopify-warp {
        gap: 30px;
    }
    
    .shopify-warp .logo-image {
        padding: 0 40px;
    }
    .simple-section .logo-image {
        margin: 0;
        width: 100%;
    }    
    .simple-section .logo-image:not(:first-child):before {
        display: none;
    }
    .earned-links-section .els-wrap img {
        max-width: 125px;
    }
    .we-are-zestard-section{
        margin-bottom: 70px;
    }
    .platforms-section {
        margin-bottom: 70px;
    }
    .awards-section {
        margin-bottom: 70px;
    }
    .awards-section .as-wrap {
        margin-bottom: 30px;
    }
    .awards-section .awards-wrap.row {
        height: auto;
        align-items: unset;
        gap: 0;
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 16px;
        width: calc(100% + 20px);
        margin: 0 0 0 -10px ;
        flex-wrap: wrap;
    }
    
    .awards-section .awards-item:nth-child(odd) {
        margin-top: 0;
    }
    
    .awards-section .awards-item {
        height: auto;
        width: calc(100% / 3 - 20px);
        margin: 0 10px 20px;
        flex: unset;
    }
    .ts-overlay-image .ts-youtube-btn {
        width: 75px;
        height: 75px;
    }
    
    .ts-overlay-image .ts-youtube-btn svg {
        width: 30px;
    }
    .recent-work-section{
        margin-top: 70px;;
    }
    .service-ecommerce-section:not(.bg-color)+.platforms-section.bg-color{
        margin-top: 70px;;
    }
    .recent-work-section .rws-content br {
        display: none;
    }
    .page-about-us .our-credentials-section .logo-image {
        width: calc(100% / 3 - 30px);
    }
    .portfolio-list ul {
        gap: 30px;
    }
    
    .portfolio-list ul li {
        font-size: 18px;
    }
    
    .portfolio-section .tab-item {
        gap: 12px;
    }
    .header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu> li:after {
        display: none;
    }
    
    .header-main .navbar-nav>li.menu-item-has-children>ul.sub-menu li {
        max-width: 100%;
        border-radius: 8px;
    }
    section.benefits-section .row.pt-3 {
        row-gap: 30px;
    }
    

}

@media (max-width: 767px) {

    p{
        font-size: 16px;
       
    }
    h2:after {
        left: 50%;
        transform: translateX(-50%);
        bottom: -8px;
    }
    
    .hbs-content strong {
        font-size: 42px;
        display: block;
    }
    .hbs-content {
        padding-bottom: 30px;
        text-align: center;
    }
    .hbs-content :is(h1, p) br {
        display: none;
    }
    .hbs-cta {
        justify-content: center;
        gap: 8px !important;
    }
    .hbs-cta a.btn {
        padding: 11px 10px;
        font-size: 16px;
        height: auto;
    }
    .oss-wrapper .row {
        gap: 25px;
    }
    .testimonials-section h2 {
        max-width: 100%;
        text-align: center;
        display: block;
    }
    .testimonials-section p {
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    .testimonials-section h5 {
        margin-top: 20px;
    }
    .copy-right-section .row {
        row-gap: 12px;
    }
    .overlay-image span {
        width: 80px;
        height: 80px;
    }
    
    .overlay-image span svg {
        width: 35px;
        height: 35px;
    }
    .crs-wrap ul {
        justify-content: flex-start;
        gap: 15px;
    }

    .crs-wrap ul li a {
        font-size: 16px;
    }
    .hero-banner-section {
        padding: 40px 0;
    }
    
    .our-services-section {
        padding: 40px 0;
    }
    
    .our-expertise-section {
        padding: 40px 0;
    }
    
    .testimonials-section {
        padding: 40px 0;
    }

    .our-work-section p {
        margin-top: 15px;
    }
    
    .our-work-section .ows-wrap {
        margin-bottom: 35px;
        text-align: center;
    }

    .last-col .masonry {
         padding-top: 0px;
    }
    .masonry .work-img {
        aspect-ratio: unset;
    }
    
    .center-col .masonry .work-img {
        aspect-ratio: unset;
    }
    .our-work-section .overlay:after {
        height: 65px;
        bottom: 0;
        top: auto;
        border-radius: 0 0 1rem 1rem;
        opacity: 70%;
    }
    
    .our-work-section .hover-logo {
        bottom: 12px;
        opacity: 1;
        visibility: visible;
        height: 40px;
        width: auto;
    }
   

    .footer-section {
        padding: 30px 0;
        margin-top: 40px;
    }
    .hero-services-section .hss-image {
        max-width: 400px;
        margin: 0 auto;
    }
    
    .hero-services-section .hss-wrap {
        padding: 30px 0;
        text-align: center;
    }
    .platforms-section .ses-wrapper {
        margin: 0 0 40px;
        text-align: center;
        
    }
    .breadcrumbs-section ul {
        justify-content: center;
        padding: 0;
    }
    .service-ecommerce-section .ses-wrap h2 {
        margin-bottom: 26px;
    }
    .platforms-section {
        margin-bottom: 60px;
    }
    .service-ecommerce-section:not(.bg-color) {
        margin-bottom: 50px;
    }
    .service-ecommerce-section:not(.bg-color)+.platforms-section.bg-color {
        margin-top: 60px;
    }
    .hero-inner-page .hbs-image {
        text-align: center;
    }
    .recent-work-section{
        margin-top: 60px;
    }
    .recent-work-section .row {
        gap: 20px;
    }
    .recent-work-section .rws-content {
        text-align: center;
    }
    .recent-work-section .rws-content h2{
        margin-bottom: 26px;
    }
    .earned-links-section .els-wrap .els-logo {
        margin: 0 15px 30px;
    }
    
    .els-logo:nth-child(odd) {
        margin: 0;
    }
    
    .earned-links-section .els-wrap {
        justify-content: center;

    }
    .we-are-zestard-section{
        text-align: center;
        margin-bottom: 50px;
    }
    .we-are-zestard-section .counter-wrap {
        --bs-gutter-y: 45px;
    }
    .we-are-zestard-section .counter-count {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .awards-section {
        margin-bottom: 50px;
    }

    .awards-section .as-wrap {
        text-align: center;
    }
    
    .awards-section .as-wrap h2 {
        margin-bottom: 26px;
    }

    .awards-section .awards-item {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .awards-section .awards-wrap.row {
        width: 100%;
        margin: 0;
    }
    .page-about-us .our-credentials-section .ocs-wrap {
        justify-content: flex-start;
    }
    .page-about-us .our-credentials-section .logo-image {
    max-width: 100%;
    width: calc(100% / 2 - 30px);
}
    form .cf-form-control label {
        margin-bottom: 5px;
        font-size: 16px;
        margin-top: 15px;
    }

    form .cf-form-control input {
        height: 40px;
    }

    .cf-wrapper form span.wpcf7-not-valid-tip {
        font-size: 13px;
    }

    form .cf-form-control .wpcf7-select {
        height: 40px;
    }

    form .cf-textarea label {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .contact-form .cf-wrapper {
        max-width: 100%;
        padding: 15px;
    }

    .cf-wrapper form .wpcf7-response-output {
        font-size: 15px;
        text-align: center;
    }

    .portfolio-list ul {
        gap: 15px;
        flex-wrap: wrap;
    }
    
    .portfolio-list ul li {
        font-size: 16px;
        padding: 0 10px;
    }
    .portfolio-section .tab-item {
        gap: 8px;
    }
    .breadcrumbs-section ul li a, .breadcrumbs-section ul li:last-child {
        font-size: 16px;
    }
    .breadcrumbs-section ul li:not(:last-child):after {
        left: 50%;
        width: 1px;
        height: 20px;
        top: 25px;
        right: auto;
        transform: unset;
    }
    .breadcrumbs-section ul li {
        display: block;
        width: 100%;
        text-align: center;
    }
    .breadcrumbs-section ul {
        gap: 25px;
        flex-wrap: wrap;
    }
    .breadcrumbs-section ul li:last-child {
        line-height: 1.8;
    }
    .tab-item .image-wrapper:nth-child(5n+3), .tab-item .image-wrapper:nth-child(5n+4), .tab-item .image-wrapper:nth-child(5n+5) {
        grid-column: span 3;
    }
    .portfolio-section .image-wrapper .hover-logo {
        bottom: 10px;
        left: 10px;
        opacity: 1;
        visibility: visible;
    }
    
    .portfolio-section .image-wrapper:before {opacity: 60%;}
}



@media(max-width: 480px){
    .header-main a.navbar-brand img {
        max-height: 35px;
    }
    .earned-links-section .els-wrap{
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }
    .earned-links-section .els-wrap .els-logo{
        margin: 0 0px 30px;
        width: 100%;
    }
 
    .portfolio-section .image-wrapper .hover-logo h3.portfolio-title {
        font-size: 16px;
    }
}