/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fusion-logo img {
    width: 250px !important;
}.fusion-social-links-header .fusion-social-networks a {
    color: #fff !important;
}.cstm-footer a {     
	color: #fff !important; 
}.fusion-main-menu {
    float: none !important;
    overflow: hidden !important;
    padding-left: 6% !important;
}






.services-section {
  display: flex;
  width: 100%;
}

/* LEFT SIDE */
.services-left {
  background: #103521;
  color: #fff;
  width: 50%;
  padding: 60px 50px;
  float: left;
}


.services-left h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 40px;
}

.services-left h2 span {
  font-weight: 700;
}

.services-list {
  list-style: none;
  padding: 0;
}

.services-list li {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
  font-size: 17px;
}

/* ICON CIRCLE */
.icon {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 12px;
}
.services-left h2 {
    color: #fff;
    text-shadow: 0 0 1px #000;
}
/* RIGHT SIDE */
.services-right {
    background: #f2f2f2;
    width: 50%;
    padding: 60px 50px;
    float: left;
    height: 100%;
}

.services-right h2 {
  font-size: 42px;
  font-weight: 300;
  margin-bottom: 40px;
}

.services-right .blue {
  color: #000;
  font-weight: 700;
}

/* TIMELINE */
.timeline {
  list-style: none;
  padding-left: 30px;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #cbd5db;
}

.timeline li {
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  color: #333;
}

.timeline li::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #5da9d6;
  border-radius: 50%;
}

.timeline .desc {
  margin-top: 20px;
  font-size: 18px;
  color: #666;
}

.clients-grid .col .row {
    font-size: 13px !important;
    text-align: center;
}


.clients-section {
  background: #f5f5f5;
  padding: 80px 50px;
  text-align: center;
}

.clients-section h2 {
  font-size: 48px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #0d3f2d;
}

/* GRID */
.clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.col {
  display: flex;
  flex-direction: column;
}

/* ITEMS */
.item {
  padding: 12px 15px;
  font-size: 18px;
  margin-bottom: 10px;
  background: #dfe6eb;
  text-align: left;
}

.item.alt {
  background: transparent;
}







/* HEADER */
.clients-header {
  background: #0b3f2c;
  padding: 70px 20px;
  text-align: center;
}

.clients-header h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
}

/* GRID */
.clients-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* ROWS */
.row {
  padding: 12px 18px;
  font-size: 18px;
  margin-bottom: 12px;
  color: #333;
}

/* BLUE STRIP */
.row.blue {
    background: #e6f1f8;
    margin: 0px !important;
}

.fusion-top-header .fusion-header {
    background-color: var(--header_bg_color) !important;
}.fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {
    color: #ffffff !important;
}.fusion-mobile-menu-icons a {
    margin-top: 20px !important;
}



@media only screen and (max-width: 768px) {
	#custom-img-box-new .fusion-layout-column {
  margin-bottom: 0 !important;
}
.services-left {
    width: 100%;
    padding: 60px 30px;
    float: none;
}.services-right {
    background: #f2f2f2;
    width: 100%;
    padding: 60px 30px;
    float: none;
    height: unset !important;
}
  .sec-services {
    flex-direction: column;
  }

  .sec-services .left,
  .sec-services .right {
    width: 100%;
  }

  .clients-grid {
    grid-template-columns: 1fr;
  }

  .sec-services h2 {
    font-size: 30px;
  }
.fusion-header {
    display: none;
}
}