/* ========================
   🌐 Root Variables
   Green - #196963
   brown - #c09843
   brown 2 - #796c40
   Green D - #549c9c
   
   https://indeedseo.com/off-page-optimization
=========================== */

:root {
    --page-primary-bg: linear-gradient(90deg, #218474 0%, #3e8048 100%);
    --page-secondary-bg: rgba(62, 128, 72, .09);
    --page-fade: #f5f7f6;
    --text-theme: #1e1e1e;
    --text-grey: #4e5356;
    --tick-icon: url(https://cdn-kelfh.nitrocdn.com/begWoDQDZEUcpvmaVrpuAYEsFreFVIlI/assets/images/optimized/rev-c1e3a60/indeedseo.com/wp-content/themes/twentytwenty-child/images/off-seo-images/check-icon.webp);
	--font-family: "Manrope", sans-serif;;
}
body {
	font-family: var(--font-family);
}

body .w-semibold {
    font-weight: 600 !important;
}


.z-1 {
    position: relative;
    z-index: 1;
}

.container {
    max-width: 1440px;
}

h1 {
	font-size:70px;
	font-weight:700;
	line-height:86px;
	font-family: var(--font-family);
}
h2 {
    font-size: 50px;
    font-family: var(--font-family);
    line-height: 1.4;
    font-weight: 700;
}
h3 {
    font-size: 40px;
    line-height: 1.3;
}
p {
	font-size:20px;
	font-weight: 500;
	color: #7E7E7E;
	line-height: 1.6;
}

/*-- Styles --*/
a.nav-link {
    font-size: 20px;
    font-family: var(--font-family);
    font-weight: 500;
    text-decoration: none !important;
}
ul.navbar-nav li {
    margin: 0 10px;
}
header {
	position: sticky;
	top:0;
	background-color:rgba(255, 255, 255, 0.95);	
	z-index: 2;
	border-bottom: 1px solid #eee;
}
ul.check-list {
    padding: 0;
    margin-left: 0;
}

ul.check-list li {
    font-size: 18px;
    padding: 5px 0 5px 35px;
    position: relative;
    font-weight: 500;
    margin: 5px 0;
}

ul.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 24px;
    background-image: url(../images/check-icon.webp);
}
a.cmn-btn {
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 700;
    background: #000;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    column-gap: 5px;
    min-height: 64px;
    justify-self: flex-start;
}
a.cmn-btn:hover {
	background-color:#000;
	border-color:#000;
}

.four-image-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.four-image-box > div {
    display: flex;
    flex-flow: column;
    row-gap: 30px;
}

.four-image-box > div > div {
    border-radius: 30px;
    overflow: hidden;
}

.four-image-box > div:last-child {
    margin-top: 50px;
}
.left-box-hero {
    padding-right: 50px;
}

.single-image-box  img:hover {
    transform: scale(1.05);
}

.single-image-box img {
    transition: all 0.5s ease;
    width: 100%;
}
section.hero-banner {
    /*-- background-color: #e0f8f8; --*/
}
span.pre-heading-pin {
    font-size: 20px;
    font-weight: 700;
    background: #549c9c;
    padding: 8px 18px;
    border-radius: 50px;
    color: #fff;
}
.heading-block {
    display: flex;
    flex-flow: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 4rem;
    text-align: center;
}
.service-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}
.single-service-box {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.py-5 {
    padding-top: 5rem!important;
    padding-bottom: 5rem!important;
}
.single-service-box h6 {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    font-weight: 700;
    background-color: #fff;
    color: #222;
    padding: 15px 50px;
    border-radius: 50px;
    font-family: var(--font-fmaily);
    min-width: 80%;
    text-align: center;
}
.single-service-box img {
	transition: all 0.5s ease;
}
.single-service-box:hover img {
    transform: scale(1.05);
}


section.web-design-serivce {
    background-color: #f4f4f4;
}
.icon-box {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box img {
    max-width: 70px;
}

.single-web-service {
    display: flex;
    align-items: flex-start;
    column-gap: 30px;
    background-color: #e0f8f8;
    padding: 40px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.content-box h6 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px;
}

.content-box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
}

img.img-corner-round {
    border-radius: 30px;
}
.web-service-list {
    padding: 0 0 0 30px;
}
.left-web-service {
    padding: 0 30px 0 0;
    position: sticky;
    top: 120px;
}

section.counter {
    background: var(--page-primary-bg);
    position: relative;
    overflow: hidden;
}
.counter-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
    align-items: start;
}
.counter-block {
    padding: 30px 30px 0;
    width: 100%;
    color: var(--white-color);
    text-align: center;
}
.counter-wrap {
    background: rgba(255,255,255,.1);
    box-shadow: 0px 12px 16px 0px rgba(255,255,255,.1) inset;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-block {
    background: var(--page-primary-bg);
    padding: 50px 50px 0;
    border-radius: 20px;
    overflow: hidden;
}
.solution-listing {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.service--block {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 30px 30px;
    transition: all .3s;
    position: relative;
    background-color: var(--page-fade);
}
.text-grey {
    color: var(--text-grey);
}
.service--block::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    margin: auto;
    width: 100%;
    height: 0%;
    border-radius: 20px 20px;
    transition: all .3s;
    background: var(--page-primary-bg);
}
.service--block:hover {
    box-shadow: -15px 15px 0px 0px rgba(33,132,116,.4);
}
.service--block:hover::before {
    height: 100%;
}
.service--block:hover h3, .service--block:hover p {
    color: #fff !important;
}
.sticky-column {
    position: sticky;
    top: 150px;
}
.page-primary {
    background: var(--page-primary-bg);
}
.industry-block {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.1);
    padding: 20px 20px;
    border-radius: 20px;
    transition: all .3s;
}
.industry-block:hover {
    background-color: #fff;
    box-shadow: -15px 15px 0px 0px rgba(9,61,53,.4);
}   
.industry-block:hover h4 {
    color: var(--text-theme) !important;
}
.industry-block:hover p {
    color: var(--text-grey) !important;
}
ul.navbar-nav {
    align-items: center;
}
a.cmn-btn.nav-link {
    padding: 16px 20px !important;
    min-height: inherit;
}
a.cmn-btn.nav-link:hover {
    background-color:#196963;
    color:#fff;
}
footer a {
    text-decoration: none;
}
footer a:hover {
    color:#000;
}

.marquee-slider .slick-slide {
  margin: 0;
}

.marquee-slider img {
  width: 100%;
  display: block;
}

.slick-track {
  display: flex;
  align-items: center;
}
.marquee-slider img {
    border-radius: 30px;
}
.marquee-slider .slick-slide {
  margin: 0 10px; /* Adds 10px margin on left and right */
}

.marquee-slider .slick-list {
  margin: 0 -10px; /* Compensates for the extra space so alignment stays intact */
}
.marquee-slider {
    display: none;
}
footer h6 {
    font-size: 20px;
    color: #000;
}
footer .col-md-4 p {
    line-height: 1;
}
footer .col-md-4 p a {
    line-height: 1.3;
}



@media (max-width:1599px) {
.container {
    max-width: 1200px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 45px;
}
.single-service-box h6 {
    font-size: 20px;
}
}

@media (max-width:1199px) {
.counter-block {
    padding: 0;
}
.service-boxes {
    gap: 20px;
}
}

@media (max-width:991px) {
.counter-wrapper {
    gap: 30px;
    grid-template-columns: repeat(2,1fr);
}
.service-boxes {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
}
.left-box-hero {
    padding-right: 0;
}
ul.check-list {
    padding: 0;
    margin-left: 0;
    text-align: left;
    margin: 0 auto;
    display: table;
}
.four-image-box {
    display: none;
}
h1 {
    font-size: 50px;
    line-height: 65px;
}
.text-md-center {
    justify-content: center;
    display: flex;
    align-items: center;
}
ul.navbar-nav {
    margin: 0;
    align-items: flex-start;
    padding: 20px;
}
div#navbarMenu {
    background: #222;
    padding: 0;
    margin: 0 -20px;
}
a.nav-link {
    color: #fff !important;
}
a.nav-link.cmn-btn {
    padding: 0 !important;
    background-color: transparent !important;
    font-size: 20px;
    font-weight: 500;
}
a.nav-link {
    padding: 0;
    line-height: 1;
    margin: 15px 0;
}
.marquee-slider {
    display: block;
}
.d-ipad-none {
    display:none;
}
.text-ipad-center {
    text-align: center;
    align-items: center;
}
a.navbar-brand img {
    max-width: 200px;
}
button.navbar-toggler {
    background: transparent !important;
    border: 2px solid #000;
}
}

@media (max-width:767px){
.marquee-slider img {
    border-radius: 15px;
}
h1 {
    font-size: 35px;
    line-height: 45px;
}
h2 {
    font-size: 30px;
}
.counter-wrapper {
    grid-template-columns: 1fr;
}
.service-boxes {
    grid-template-columns: 1fr;
}
.heading-block {
    margin-bottom: 2rem;
}
h3 {
    font-size: 25px;
}
.cta-block {
    padding: 20px 20px 0;
}
a.cmn-btn {
    padding: 15px 25px;
    font-size: 16px;
    min-height: 55px;
}
.service--block {
    padding: 20px 20px;
}
p.block {
    width: 100%;
    display: block;
}
.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important;
}
}