:root {
    --background: 222 47% 4%;
    --foreground: 210 40% 98%;
    --card: 222 47% 8%;
    --card-foreground: 210 40% 98%;
    --popover: 222 47% 8%;
    --popover-foreground: 210 40% 98%;
    --primary: 199 89% 48%;
    --primary-foreground: 222 47% 4%;
    --secondary: 222 47% 12%;
    --secondary-foreground: 210 40% 98%;
    --muted: 222 30% 15%;
    --muted-foreground: 215 20% 65%;
    --accent: 38 92% 50%;
    --accent-foreground: 222 47% 4%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 210 40% 98%;
    --border: 222 30% 18%;
    --input: 222 30% 18%;
    --ring: 199 89% 48%;
    --radius: .75rem;
    --gradient-primary: linear-gradient(135deg, hsl(199 89% 48%) 0%, hsl(210 100% 60%) 100%);
    --gradient-accent: linear-gradient(135deg, hsl(38 92% 50%) 0%, hsl(28 100% 55%) 100%);
    --gradient-dark: linear-gradient(180deg, hsl(222 47% 4%) 0%, hsl(222 47% 8%) 100%);
    --gradient-card: linear-gradient(145deg, hsl(222 47% 10%) 0%, hsl(222 47% 6%) 100%);
    --gradient-hero: linear-gradient(135deg, hsl(222 47% 6%) 0%, hsl(222 47% 4%) 50%, hsl(210 60% 8%) 100%);
    --shadow-glow: 0 0 60px -12px hsl(199 89% 48% / .4);
    --shadow-card: 0 25px 50px -12px hsl(0 0% 0% / .5);
    --shadow-button: 0 10px 40px -10px hsl(199 89% 48% / .5);
    --sidebar-background: 222 47% 6%;
    --sidebar-foreground: 210 40% 98%;
    --sidebar-primary: 199 89% 48%;
    --sidebar-primary-foreground: 222 47% 4%;
    --sidebar-accent: 222 47% 12%;
    --sidebar-accent-foreground: 210 40% 98%;
    --sidebar-border: 222 30% 18%;
    --sidebar-ring: 199 89% 48%;
}
*, :before, :after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}
.container {
    max-width: 1320px;
    margin: 0 auto;
}
.footer_CTA {
    background: #0fb698;
    padding: 30px 40px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: max-content max-content;
    grid-column-gap: 20px;
    align-items: center;
    position: relative;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: -60px;
    margin-top: -96px;
        max-width: 900px;
}
.ast-desktop .main-header-menu.ast-menu-shadow .sub-menu li a {
    color: #333;
}
.cta_left {
    display: grid;
    grid-template-columns: max-content auto;
    grid-column-gap: 20px;
    align-items: center;
    color: #fff;
    justify-content: center;
}
.cta_left a {
    font-size: 35px;
    font-weight: 600;
color:#fff;
}
.cta_left a span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-links ul {
    margin-top: 5px;
    text-align: center;
    margin-top: 0;
    margin: 0;
}
.footer-links ul li {
    font-size: 14px;
    display: inline-block;
}
.main-footer {
    background: #0A2640;
    padding-top: 110px;
    padding-bottom: 30px;
}
.footer-links ul li a {
    color: #fff;
    padding: 8px 10px;
    display: flex;
    position: relative;
}

.copy-right {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #9F9F9F;
    background: #061E35;
}

.foot-address a {
    color: #fff;
    text-align: center;
}

.foot-address {
    text-align: center;
}

.copy-right p {
    margin: 0;
    color: #fff;
}
.customrow {
    display: grid;
    grid-template-columns: repeat(3, 33%);
    gap: 20px;
}

.project-card {
    background: #0b111e;
    padding: 2em;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    animation-duration: .5s;
    border-radius: 1rem;
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
    --tw-gradient-to: hsl(var(--primary) / .05) var(--tw-gradient-to-position);
    --tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    color: #ccc;
}

.project-card:hover {
    box-shadow: var(--shadow-glow);
}

.card-header {
    display: flex;
    justify-content: space-between;
}

.card-header svg {  transition-duration: .3s;
    animation-duration: .3s;
    --tw-translate-y: -.25rem;
                  
}

.project-card:hover .card-header svg {     transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    animation-duration: .3s;
    --tw-translate-y: -.25rem;
    color: hsl(var(--primary));
    --tw-translate-x: .25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
 }

.project-card h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

li {}

.project-card ul {
    margin: 0;
    list-style: none;
}

.project-card ul li {
    padding-bottom: 10px;
    font-size: .875rem;
    line-height: 1.25rem;
    display: flex;
    gap: 10px;
}

.project-card ul li svg {
    width: 24px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
    height: 24px;
}


.project-card ul li svg circle {
    width: 12px;
    height: 12px;
}

.card-content p {
    font-size: 14px;
    margin-bottom: 15px;
}
.industry-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.duration-300 {
    animation-duration: .3s;
}
.duration-300 {
    transition-duration: .3s;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.backdrop-blur-sm {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.text-center {
    text-align: center;
}
.p-6 {
    padding: 1.5rem;
}
.bg-background\/50 {
    background-color: hsl(var(--background) / .5);
}
.border-border\/50 {
    border-color: hsl(var(--border) / .5);
}
.border {
    border-width: 1px;
}
.rounded-xl {
    border-radius: .75rem;
}
.relative {
    position: relative;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.bg-primary\/10 {
    background-color: hsl(var(--primary) / .1);
}
.rounded-lg {
    border-radius: var(--radius);
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.w-12 {
    width: 3rem;
}
.h-12 {
    height: 3rem;
}
.flex {
    display: flex;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.text-primary
 {
    color: hsl(var(--primary));
}

.w-6 {
    width: 1.5rem;
}
.h-6 {
    height: 1.5rem;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.text-foreground {
    color: hsl(var(--foreground));
}
.leading-tight {
    line-height: 1.25;
}
.font-medium {
    font-weight: 500;
}
.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}
.hover\:bg-primary\/5:hover {
    background-color: hsl(var(--primary) / .05);
}
.hover\:border-primary\/50:hover {
    border-color: hsl(var(--primary) / .5);
}
.hover\:shadow-glow:hover {
    box-shadow: var(--shadow-glow);
}
/* Tablet */
@media (max-width: 1024px) {
    .industry-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


.industry-grid img {
    filter: brightness(0) invert(1);
    width: 30px;
}
.icon-bg img {
    width: 45px;
    filter: brightness(0) invert(1);
}
.project-card h3 a { color: #fff; }
.card-header { margin-bottom: 10px; }
.approchiconbox .elementor-icon-box-wrapper {
    border: 1px solid #3c4459f5;
    background-color: hsl(var(--card) / .5);
    --tw-backdrop-blur: blur(24px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    border-radius: .75rem;
    padding: 20px;
}

* {--border: #3c4459f5;}

.approchiconbox  span.elementor-icon {
    background: #fff;
    padding: 4px;
    border-radius: 5px;
}

.approchiconbox span.elementor-icon svg {
    width: 30px;
    height: 30px;
}

.approchiconbox .elementor-icon-box-wrapper:hover {
    border-color: hsl(var(--primary) / .5);
}

.approchiconbox  h3.elementor-icon-box-title {
    font-size: 15px;
}

.approchiconbox  p.elementor-icon-box-description {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.ourvision  ul {
    margin: 0;
    padding-left: 19px;
    margin-top: 10px;
}

.ourvision {
    border: 1px solid #3c4459f5;
    border-left: 5px solid #0da2e7;
    border-radius: 10px;
    padding: 10px 15px;
}
.ourapprochtext p { margin: 0; }
.side-header {
    background: #0fb698;
    padding: 15px 15px;
    border-radius: 7px 7px 0 0;
}

.side-menu {
    padding: 1rem;
    border-radius: 0px 0px 7px 7px;
    background: #ffffff;
}

.side-menu ul {
    padding: 0;
    margin: 0;
        list-style: none;
}
.side-nav ul li {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}
.side-nav ul li a.active {
    color: var(--oc_green);
    padding-left: 5px;
    transition: all 0.2s linear;
}
* {     --oc_green: #0FB698;}
.side-nav ul li a {
    padding: 12px 0;
    display: block;
    font-weight: 600;
    color: #444941;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    text-decoration: none!important;
}
.side-nav ul li:last-child {
    border-bottom: none;
}
.side-nav ul li a:hover {
    color: var(--oc_green);
    padding-left: 5px;
    transition: all 0.2s linear;
}

.titlepagenew {
    border-bottom: solid 1px var(--oc_green);
    padding: 0;
    margin-bottom: 15px;
}

.titlepagenew  h2 {
    background: var(--oc_green);
    color: #fff;
    padding: 7px 16px 7px;
    display: inline-block;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}

.moreleftbox {
    background: #fff;
    padding: 1.5rem!important;
    border-radius: 10px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 5%);
    padding-bottom: 0!important;
    margin-bottom: 0;
}
.titlepagenew { padding: 0 !important; }
.morerightbox {
    padding: 0;
}
.side-header span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.timeline ul {
  padding: 50px 0;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background:var(--oc_green);
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li .line-box {
  bottom: 0;
  background: var(--white);
  padding: 30px 25px;
  box-shadow: var(--box-shadow);
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  min-height: 280px;
  position: relative;
  align-items: center;
  align-content: center;
  grid-row-gap: 20px;
  width: 480px;
}

.timeline ul li .line-box::before {
  content: "";
  position: absolute;
  bottom: 35px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) .line-box {
  left: 45px;
}

.timeline ul li:nth-child(odd) .line-box::before {
  left: -12px;
  border-width:10px 12px 10px 0;
  border-color: transparent #fff transparent transparent;
}

.timeline ul li:nth-child(even) .line-box {
  left: -520px;
}

.timeline ul li:nth-child(even) .line-box::before {
  right: -13px;
  border-width: 12px 0 12px 13px;
  border-color: transparent transparent transparent #fff;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline ul li::after {
  transition: all 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #11253f;
}

.timeline ul li .line-box {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) .line-box {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) .line-box {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view .line-box {
  transform: none;
  visibility: visible;
  opacity: 1;
}




/* EXTRA/CLIP PATH STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}


.timeline {
  overflow: hidden;
}

.timeline ul {
  padding: 50px 0;
  background: url('http://localhost/techfiber/wp-content/uploads/2026/01/foot_1.svg');
  background-repeat: repeat-y;
  background-position: center;
}



.num_s {
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  font-weight: 700;
  font-size: 45px;
  background: var(--oc_green);
  text-align: center;
  bottom: 0;
  transform: translate(30px, -50px);
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
    * {     --box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); }

.timeline ul li.in-view .line-box {
    background: #fff;
}
.title1 {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: var(--oc_green);
    position: relative;
}
.team-box {
    padding: 30px 25px;
    box-shadow: var(--box-shadow);
    border-radius: 10px;
    text-align: center;
    min-height: 265px;
    height: 100%;
    background: #fff;
}
.title2 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.team-box p {
    color: rgba(0, 0, 0, 0.4);
}
.text-link {
    font-weight: 600;
    font-size: 15px;
    color: var(--oc_green);
}
.text-link:hover { color:#333;}
.our-team {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    margin-block-start: 40px;
}

@media screen and (max-width: 900px) {
  .timeline ul li .line-box {
    width: 250px;
  }
  .timeline ul li:nth-child(even) .line-box {
    left: -289px;
    
  }
}

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

  .timeline ul li .line-box {
    min-width: 390px;
}
.timeline ul li:nth-child(even) .line-box {
  left: -430px;
}

}

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


  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li .line-box {
    width: calc(100vw - 91px);
    min-width:fit-content;
    padding: 20px;
    grid-row-gap: 10px;
  }
  .timeline ul li:nth-child(even) .line-box {
    left: 30px;
  }
  .timeline ul li:nth-child(odd) .line-box {
    left: 30px;
  }
  .timeline ul li:nth-child(even) .line-box::before {
    left: -12px;
    border-width: 10px 12px 10px 0;
    border-color: transparent #fff transparent transparent;
  }

  .num_s {
    position: relative;
    width: 55px;
    height: 55px;
    font-size: 35px;
    transform: translate(0px, 0px);
}

.line-box .title1 {
  width: 100%;
}

.timeline ul {
  background-position: left;
}



}

/* =====custom css start===== */

.cf7-form.formmain p {
    margin: 0px !important;
}

.cf7-form.formmain textarea {
    height: 100px !important;
}


.cf7-form.formmain input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-success {
    background: #0FB698;
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

a.btn-whatsapp-pulse.btn-whatsapp-pulse-border:hover, a.btn-whatsapp-pulse.btn-whatsapp-pulse-border:focus {
    color: #fff;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}




.blog-section {
    padding: 150px 0 150px 0px;
    background: #f5f7f8;
}

.blog-section .container
 {
    max-width: 70%;
}

.blog_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}



.blog-items {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.blog-content {
    padding: 20px 16px;
}



.blog-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.blog-tag {
    background: #0b2c4d;
    color: #fff;
    font-size: 13px;
    padding: 6px 14px;
/*     border-radius: 6px; */
}

.blog-date {
    font-size: 14px;
    color: #666;
}

.blog-title a {
    font-size: 20px;
    font-weight: 600;
    color: #00a884;
    text-decoration: none;
    line-height: 1.3;
}
.blog-excerpt {
    margin: 18px 0;
    font-size: 15px;
    color: #333;
    line-height: 1.8;
}

.read-more {
    font-size: 15px;
    font-weight: 600;
    color: #00a884;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}


@media (max-width: 768px) {
    .blog_row {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .blog-image img {
        height: 240px;
    }
	
	.blog-section .container {
    max-width: 100%;
}
	
	.blog-section {
    padding: 70px 0 150px 0px;
    background: #f5f7f8;
}
	
.cta_left a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
	
	.cta_left img {
    width: 80%;
}
	
	.cta_left a span {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
	
	.single-post div#content .ast-container {
    max-width: 100% !important;
}
	
	
	.single-post h1.entry-title
 {
    font-size: 30px !important;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
	
}


/* simgle====post=== */

.single-post div#content {
	margin-bottom: 80px;
    background: #fff !important;
}

.single-post h3 {
    font-size: 16px !important;
}

.single-post .entry-content.clear img {
    width: 100%;
}

.single-post div#content .ast-container {
    max-width: 66.66666667% ;
}

.single-post article {
    background: transparent !important;
}

.single-post nav.navigation.post-navigation, .single-post div#comments {
    display: none !important;
}


.single-post .entry-meta {
    display: none;
}

.single-post  h1.entry-title {
    font-size: 35px !important;
    font-weight: 600;
	text-align:center;
}

.single-post .entry-content.clear p {
    font-size: 16px !important;
    font-weight: 400;
}


.single-post strong {
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 767px) {
	
.customrow {
    display: block;
}

.project-card {
    margin: 10px;
    margin-bottom: 20px;
}
	.imagefirt { min-height: 350px; }
}