/* Fonts */

html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  padding: 0px;
  font-family: "Calibri";
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a:hover,
a {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

button:focus,
input:focus,
img:focus,
.slick-slide:focus,
textarea:focus,
input:focus-visible {
  outline: none;
}
.section_spacing {
  padding: 20px 0;
}
.section_spacingfull {
    padding: 40px 0; 
}
.section_outerspacingfull {
    margin: 40px 0;
}    
.section_outerspacingtopfull {
    margin-top: 40px;
}
.section_outerspacingbottomfull {
    margin-bottom: 40px;
}
.section_spacingtopfull {
    padding-top: 40px;
}
.section_spacingbottomfull {
    padding-bottom: 40px;
}
.section_outerspacing {
  margin: 20px 0;
}
.section_outerbottomspacinghalf {
  margin-bottom: 20px;   
}
.section_outertopspacinghalf {
  margin-top: 20px;       
}
.section_spacing_top {
  padding-top: 40px;
} 
.section_spacing_bottom {
  padding-bottom: 40px;    
}
.container-custom {
  max-width: 100%;
  margin: auto;
  padding: 0 20px;   
}
@media screen and (min-width: 991px) {
  .container-custom {
    max-width: 910px;
    margin: auto;
  }
  .section_spacing {
    padding: 30px 0;
  }
  .section_spacingfull {
    padding: 60px 0;
  }
  .section_outerspacingfull {
    margin: 60px 0; 
}     
  .section_outerspacing {
    margin: 60px 0;
  }
  .section_spacing_top {
    padding-top: 60px;
  }
  .section_spacing_bottom {
    padding-bottom: 60px;
  }
  .section_outerbottomspacinghalf {
    margin-bottom: 30px; 
  }
  .section_outertopspacinghalf {
    margin-top: 30px;  
  }
  .section_outerspacingtopfull {
    margin-top: 60px;
}
.section_outerspacingbottomfull {
    margin-bottom: 60px;
}
.section_spacingtopfull {
    padding-top: 60px;
}
.section_spacingbottomfull {
    padding-bottom: 60px;
}
}
@media screen and (min-width: 1199px) {
  .container-custom {
    max-width: 1060px;
    margin: auto;
  }
  .section_spacing {
    padding: 50px 0;
  }
  .section_spacingfull {
    padding: 100px 0;
  } 
  .section_outerspacingfull {
    margin: 100px 0;
  }    
  .section_outerspacing {
    margin: 50px 0; 
  }
  .section_spacing_top {
    padding-top: 100px;
  }
  .section_spacing_bottom {
    padding-bottom: 100px;
  }
  .section_outerbottomspacinghalf {
    margin-bottom: 50px; 
  }
  .section_outertopspacinghalf {
    margin-top: 50px;  
  }
  .section_outerspacingtopfull {
    margin-top: 100px;
}
.section_outerspacingbottomfull {
    margin-bottom: 100px;
}
.section_spacingtopfull {
    padding-top: 100px;
}
.section_spacingbottomfull {
    padding-bottom: 100px;
}
}
@media screen and (min-width: 1599px) {
  .container-custom {
    max-width: 1366px;
    margin: auto;
  }
  .section_spacing {
    padding: 50px 0;
  } 
  .section_spacingfull {
    padding: 100px 0;
  } 
  .section_outerspacingfull {
    margin: 100px 0;
  }        
  .section_outerspacing {
    margin: 50px 0;
  }
  .section_spacing_top {
    padding-top: 100px;
  }
  .section_spacing_bottom {
    padding-bottom: 100px;
  }
  .section_outerbottomspacinghalf {
    margin-bottom: 50px;
  }   
  .section_outertopspacinghalf {
    margin-top: 50px;  
  }
  .section_outerspacingtopfull {
    margin-top: 100px; 
}
.section_outerspacingbottomfull {
    margin-bottom: 100px;
}
.section_spacingtopfull {
    padding-top: 100px;
}
.section_spacingbottomfull {
    padding-bottom: 100px;
}
}

.title_black h2 {
  font-family: "Century Gothic";
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.title_black {
  padding-left: 15px;
  border-left: 4px solid #51b747;
}
.title_white h2 {
  font-family: "Century Gothic";
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.title_white {
  padding-left: 15px;
  border-left: 4px solid #51b747;
}

/* Btn CSS Start */
.btn_green {
  position: relative;
  background-color: #51b747;
  z-index: 1;
  transition: all 0.5s ease-out;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn_green:hover {
  color: #fff;
  cursor: pointer;
}

.btn_green::after {
  content: " ";  
  position: absolute;  
  height: 100%;
  width: 0;
  background: #000;
  border-radius: 10px;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.btn_green:hover::after {
  width: 100%;
}

.btn_greentwo {
  position: relative;
  background-color: #51b747;
  z-index: 1;
  transition: all 0.5s ease-out;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border-radius: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn_greentwo:hover {
  color: #fff;
  cursor: pointer;
}

.btn_greentwo::after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 0;
  background: #132c5a;
  border-radius: 10px;
  right: 0;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease-out;
}

.btn_greentwo:hover::after {
  width: 100%;
}
/* Btn CSS End */
section {
    overflow-x: hidden;    
}

/* Header CSS Start */
.header {
  width: 100%;
  z-index: 99;
  position: relative;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  position: relative;
}
.header__logo a img {
  max-width: 180px;
  object-fit: contain;
  width: 100%;
}
.header__menu ul li a {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  font-weight: 700;
  transition: all 300ms ease-in-out;
  text-transform: uppercase;
  position: relative;
}
.header__menu ul li a::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #51b747;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.header__menu ul li a:hover::before,
.header__menu ul li.active a::before {
  content: "";
  transform: scaleX(1);
  transition: transform 0.5s;
  margin: auto;
}
.header__menu ul li a:hover,
.header__menu ul li.active a {
  color: #51b747;
}
.header__menu ul li {
  display: flex;
  position: relative;
  padding: 35px 0; 
}  
.header__menu ul li:last-child {
  padding-right: 0;
}
.header__menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  row-gap: 6px;
  column-gap: 40px;
}
.ctmbtn__group {
  opacity: 0;
  visibility: hidden;
  transition: all 500ms;
}
.ctmbtn__group.show {
  opacity: 1;
  visibility: visible;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transition: all 500ms;
}
.ctmbtn__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  transition: all 500ms;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 20px 50px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ctmbtn__group .ctmbtn__group--btn a {
  display: inline-flex;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  transition: all 500ms;
  text-transform: uppercase;
}
.ctmbtn__group .ctmbtn__group--btn a::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #51b747;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.ctmbtn__group .ctmbtn__group--btn a:hover::before,
.ctmbtn__group .ctmbtn__group--btn a.active::before {
  content: "";
  transform: scaleX(1);
  transition: transform 0.5s;
  margin: auto;
}
.ctmbtn__group .ctmbtn__group--btn a:hover,
.ctmbtn__group .ctmbtn__group--btn a.active {
  color: #51b747;
}
.toggle-menu {
  display: none;
  cursor: pointer;
}
.toggle-menu i {
  color: #333;
  font-size: 18px;
}
header .header .navbar-icon {
  width: 30px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  gap: 8px;
}
header .header .navbar-icon .line {
  height: 2px;
  width: 100%;
  border-radius: 999px;
  --tw-bg-opacity: 1;
  background-color: #000;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.hamburgermobile.active .line:nth-of-type(1),
.hamburgerdesktop.active .line:nth-of-type(1),
.hamburger-rev.active .line:nth-of-type(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburgermobile.active .line:nth-of-type(3),
.hamburgerdesktop.active .line:nth-of-type(3),
.hamburger-rev.active .line:nth-of-type(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.hamburgermobile.active .line:nth-of-type(1),
.hamburgermobile.active .line:nth-of-type(3),
.hamburgerdesktop.active .line:nth-of-type(1),
.hamburgerdesktop.active .line:nth-of-type(3),
.hamburger-rev.active .line:nth-of-type(1),
.hamburger-rev.active .line:nth-of-type(3) {
  transition-delay: 200ms;
}
.hamburgermobile.active .line:nth-of-type(2),
.hamburgerdesktop.active .line:nth-of-type(2),
.hamburger-rev.active .line:nth-of-type(2) {
  width: 0;
}
.sidebar .ctmbtn__group {
  position: unset;
  padding: 0;
  box-shadow: unset;
  opacity: 1;
  visibility: visible;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  margin-top: 10px;
  gap: 10px;
}
.ctmbtn__group .ctmbtn__group--btn a {
  font-size: 16px;
  line-height: 24px;
}
.header__right--botom {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
  height: 100%;
}
.wrapper {
  position: relative;
}
.header__right--btn {
  position: fixed;
  bottom: 60px;
  right: 0;
  z-index: 9999;
  text-align: center;
}
.header__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.header__right--btn .btn_green,
.btn_green::after {
  border-radius: 10px 0 0 10px;
}
.is-sticky {
  animation-name: stickySlideDown;
  animation-duration: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 500ms;
  z-index: 999;
  background-color: #fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__menu ul > li:hover > ul.sub-menu {
    transform: scaleY(1);          
}
.header__menu ul li > ul.sub-menu {
    position: absolute;  
    z-index: 9; 
    left: 0;      
    top: 100%;         
    overflow: hidden; 
    display: block;           
    width: 250px;     
    height: auto;    
    cursor: auto; 
    list-style-type: none; 
    padding: 15px 15px;    
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.5s;
    background-color: #132c5a;         
}  
.header__menu ul li > ul.sub-menu li a {
    color: #FFF;    
    transition: all 500ms;
}
.header__menu ul li > ul.sub-menu li a:hover {
    color: #51B747;       
}
.header__menu ul li.has-menuitem a::before {
    content: none !important;        
    background-color: transparent;    
    transition: none;  
}
.header__menu ul li > ul.sub-menu li.active a {
    color: #51B747; 
}
.header__menu ul li > ul.sub-menu li {
    padding: 0;  
    justify-content: center;  
}
.header__menu ul li.has-menuitem {
    position: relative;
    padding-right: 20px; 
}
.header__menu ul li.has-menuitem::before {
    content: "\f107"; 
    font-family: "Font Awesome 5 Pro";  
    font-size: 20px;
    line-height: 20px;  
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);  
    transition: all 500ms;   
}
.header__menu ul > li.has-menuitem:hover::before {
    content: "\f107"; 
    font-family: "Font Awesome 5 Pro"; 
    transform: rotate(180deg);       
    position: absolute;
    top: 38px;        
    color: #51B747;
}
/* Header CSS End */

/* Sidebar CSS Start */
.close-sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}

.close-sidebar.active {
  display: block;
}
.sidebar.active {
  transform: translateX(0px);
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 999;
  display: none;
  transform: translateX(-315px);
  transition: all 500ms;
}
.sidebar__inner {
  padding: 30px;
  overflow-x: hidden;
  height: 100%;
}
.sidebar__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar__logo img {
  max-width: 120px;
  object-fit: cover;
  margin: auto;
}
.sidebar__menu {
  padding: 20px 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar__menu ul li {
  margin-bottom: 10px;
  position: relative;
}
.sidebar__menu ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: "Calibri";
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 300ms ease-in-out;
  position: relative;
}
.sidebar__menu ul li a::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #51b747;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.sidebar__menu ul li a:hover::before,
.sidebar__menu ul li.active a::before {
  content: "";
  transform: scaleX(1);
  transition: transform 0.5s;
  margin: auto;
}
.sidebar__menu ul li a:hover,
.sidebar__menu ul li.active a {
  color: #51b747;
}
.sidebar__menu ul li a:hover,
.sidebar__menu ul li.active a {
  color: #51b747;
}
.sidebar__phonebtn a.btn_green {
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
}
/* Sidebar CSS End */

/* Footer Start */
.footer {
  background-color: #fff;
}
.footer__inner {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}
.footer__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.footer__copyright p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
  font-family: "Calibri";
}
.footer__copyright p a {
  transition: all 500ms;
  color: #000;
  font-weight: 700;
}
.footer__copyright p a:hover {
  color: #4fb948;
}
.footer__social ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  row-gap: 8px;
  column-gap: 20px;
}
.footer__social ul li a {
  color: #000;
  transition: all 500ms;
}
.footer__social ul li a:hover {
  color: #4fb948;
}
.footer__social ul li a i {
  font-size: 22px;
  line-height: 22px;
}
.footer__logo a {
  display: inline-block;
}
.footer__logo a img {
  max-width: 180px;
  object-fit: contain;
  width: 100%;
}
/* Footer End */

/* Hero Banner Start */
.hero-banner-wrapper {
  height: calc(100vh - 98px);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1130px;
  margin: 0;
  padding: 30px 0;
}
.hero-banner__content h1 {
  font-family: "Libre Franklin";
  font-size: 55px;
  line-height: 75px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
}
.hero-banner__content--title {
  padding-left: 20px;
  border-left: 4px solid #51b747;
}
/* Hero Banner End */

/* Image Animation CSS Start */
.scroll-animation {
  position: relative;
  display: block;
  overflow: hidden;
}
@-webkit-keyframes goRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}

@keyframes goRight {
  from {
    left: 0;
    right: 100%;
  }
  40% {
    left: 0;
    right: 0;
  }
  60% {
    left: 0;
    right: 0;
  }
  to {
    left: 100%;
    right: 0;
  }
}
.revealedBox-in.goRight > span {
  top: 0;
  height: 100%;
}
.revealedBox-in.goRight.childrenSpan-2 > span {
  height: 50%;
}
.revealedBox-in.goRight.childrenSpan-3 > span {
  height: 33.333333%;
}
.revealedBox-in.goRight.childrenSpan-4 > span {
  height: 25%;
}
.revealedBox-in.goRight.childrenSpan-5 > span {
  height: 20%;
}
.revealedBox .contentBox {
  opacity: 0;
}
.revealedBox > span {
  position: absolute;
  display: block;
  background-color: #132c5a;
  opacity: 0.6;
  border-radius: 10px;
}
.revealedBox-in > .contentBox {
  opacity: 1;
  transition-delay: 1.05s;
}
.revealedBox-in.goRight > span {
  -webkit-animation: goRight 1.9s;
  animation: goRight 1.9s;
}
.revealedBox-in > span {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.revealedBox-in > span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.revealedBox-in > span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.revealedBox-in > span:nth-child(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.revealedBox-in > span:nth-child(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
/* Image Animation CSS End */

/* Zigzag CSS Start */
.zigzag__grid--image {
  position: relative;
  padding-top: 67.5%;
}
.zigzag__grid--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.zigzag__grid--content-desc p,
.general-container__desc p {
  font-size: 18px;  
  line-height: 26px;
  font-weight: 400; 
  color: #000;
  font-family: "Calibri";
}
.zigzag__grid--content-desc p:not(:last-child) {
  margin-bottom: 15px;
}
.zigzag__grid--content-desc p span {
    font-weight: 600;        
}
.zigzag .connect-boxes__list ul {
  display: block;
  margin: 0;
  margin-top: 30px;
  padding: 0;
}
.zigzag .connect-boxes__list ul li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 10px 0;
}
.zigzag .connect-boxes__list ul li:last-child {
  margin-bottom: 0;
}
.zigzag .connect-boxes__list ul li::before {
  content: "";
  top: 0;
  width: 18px;
  height: 18px;
}
.zigzag .zigzag__grid--content-list ul {
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.zigzag .zigzag__grid--content-list ul li {
  padding-left: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin: 2px 0;
  position: relative;
}
.zigzag .zigzag__grid--content-list ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #132c5a;
}
/* Zigzag CSS End */

/* Vertical Zigzag Start */
.vertical-zigzag__image {
  position: relative;
  padding-top: 46.12%;
}
.vertical-zigzag__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}
.vertical-zigzag__inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.vertical-zigzag__content--desc p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  font-family: "Calibri";
}
.vertical-zigzag__content--desc p:not(:last-child) {
  margin-bottom: 10px;
}
/* Vertical Zigzag End */

/* Connect Boxes Start */
.connect-boxes {
  background-color: #132c5a;
  padding: 50px 0;
}
.connect-boxes__list ul {
  margin: 0;
  margin-top: 55px;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
}
.connect-boxes__list ul li {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.connect-boxes__list ul li::before {
  content: "";
  background-image: url("../images/correct.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0px;
  height: 25px;
  width: 25px;
}
/* Connect Boxes End */

/* Services List Start */
.services-list__row {
  display: grid;
  grid-template-columns: 1fr 1fr;   
  column-gap: 20px;
  row-gap: 30px;
  padding-top: 50px;      
}
.services-list__item--inner {
  height: 100%;
  padding: 35px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 500ms;
  cursor: pointer;
}
.services-list__item--inner:hover {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.services-list__item--inner:hover .services-list__item--icon i {
  color: #132c5a;
}
.services-list__item--icon i {
  font-size: 70px;
  line-height: 70px;
  color: #51b747;
  transition: all 500ms;
}
.services-list__item--text h6 {
  text-align: center;
  font-family: "Calibri";
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; 
  color: #000;
}
.services-list__item--text p {
    font-size: 18px;  
    line-height: 26px;
    font-weight: 400;
    color: #000;
    font-family: "Calibri";
    text-align: center;  
    margin-top: 15px; 
}
/* Services List End */

/* Contact Us Start */
.contact-us-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.contact-us-wrapper::before {
  content: "";
  background-color: rgba(19, 44, 90, 0.8);
  position: absolute;
  top: 0;  
  left: 0;
  height: 100%; 
  width: 100%;
}
.contact-us {
  padding: 60px 0;
  position: relative;
  z-index: 1;    
}  
.contact__form-input input,
.contact__form-input textarea {
  outline: none; 
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 12px 25px;  
  background-color: #fff;
  box-shadow: none;  
}   
.contact__form-input textarea {
    height: 130px;   
} 
.contact__form-input label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #FFF; 
}
.contact-form__submitbtn input[type="submit"] {
  border: 0;
  box-shadow: none;
  padding: 12px 30px;
  background-color: #51b747;
  border-radius: 10px;
  transition: all 500ms;
  font-size: 18px;
  line-height: 26px; 
  font-weight: 500;  
  color: #fff;
  width: 160px; 
}
.contact-form__submitbtn input[type="submit"]:hover {
  background-color: #fff;
  color: #51b747;   
}
.contact-form__submitbtn {
    padding-top: 20px; 
}  
.contact__form-main,
.contact__form-input,
.contact__form-input input {
  width: 100%;   
}            
.contact__form-input {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 20px;     
} 
.contact__form-input input::placeholder,
.contact__form-input textarea::placeholder {
    text-transform: uppercase;    
}
.contact-us__contactdetails--element:not(:last-child) {
    margin-bottom: 25px;
}
.contact-us__contactdetails--element h6 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #FFF;          
    text-transform: uppercase;        
}
.contact-us__contactdetails--element i {
    color: #51B747;  
    font-size: 20px; 
    line-height: 30px;
    display: inline-block;    
}
.contact-us__contactdetails--element {
    display: flex; 
    column-gap: 20px;    
}
.contact-us__contactdetails--element a,
.contact-us__contactdetails--element p {
    font-size: 16px;
    line-height: 22px; 
    font-weight: 400;  
    color: #FFF;  
}
.contact-us__contactdetails--element a {
    color: #FFF;
    transition: all 500ms;
}
.contact-us__contactdetails--element a:hover {
    color: #51B747;  
}
.contact-us__title {
    margin-bottom: 50px;  
}
.contact__form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;    
} 
.contact__form form span.success {
    padding: 5px 15px;
    border: 1px solid #51b747;
    color: #51b747;
    margin-top: 10px;
    display: flex;
    width: fit-content;
    font-size: 16px;
    line-height: 20px;
}
.contact__form form span.error {
    padding: 5px 15px;
    border: 1px solid #FF0000;
    color: #FF0000;
    margin-top: 10px;
    display: flex;
    width: fit-content;
    font-size: 16px;
    line-height: 20px;
}
/* Contact Us End */

/* Breadcrumb Banner Start */
.breadcrumb-banner-wrapper {
  height: 350px;       
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-banner-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);   
}
.breadcrumb-banner__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  height: 100%;
  max-width: 1130px;
  margin: 0;
  padding: 30px 0;
}
.breadcrumb-banner__content h1 {
  font-family: "Libre Franklin";
  font-size: 55px;
  line-height: 75px;
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
  text-align: left;
}
.breadcrumb-banner__content--title {
  padding-left: 20px;
  border-left: 4px solid #51b747;
}
/* Breadcrumb Banner End */

/* Benefits Start */
.benefits-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
}
.benefits-wrapper::before {
  content: "";
  background-color: rgba(19, 44, 90, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.benefits {
  padding: 60px 0;
}
.benefits__inner {
  position: relative;
  z-index: 1;
}
.benefits__listmain ul {
  margin: 0;
  margin-top: 30px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 20px;
}
.benefits__listmain ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.benefits__listmain ul li p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #fff;
}
.benefits__listmain ul li .benefits__listicon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
}
.benefits__listmain ul li .benefits__listicon i {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
/* Benefits End */

/* Areas Map Start */
.areas-map-wrapper {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;    
    position: relative;
}
.areas-map-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);  
}
.areas-map {
    position: relative;
    z-index: 1;  
}
.areas-map__main {
    margin-top: 50px; 
}
.areas-map__mobileimage .areas-map__image--inner {
    position: relative;
    padding-top: 70%;
}
.areas-map__mobileimage .areas-map__image--inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;     
    max-width: 100%;
    display: flex;      
}
.areas-map__image {
    position: relative;
}
.areas-map__image img {
    max-width: 980px;
    margin: auto;
    width: 100%;  
    display: block;     
}
.areas-map__image {
    width: fit-content;
    margin: auto; 
}
.map-pin__overlapcontent--inner {
    padding: 6px 20px;
    background-color: #132c5a; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
    border-radius: 10px;     
    text-align: center;
    width: fit-content; 
}
.map-pin__icon {
    width: fit-content; 
    display: flex; 
}
.map-pin__overlapcontent--inner h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;  
    color: #FFF;         
}
.map-pin__overlapcontent {
    transform: translateX(-50%); 
    bottom: 5px;  
    display: none;
    flex-wrap: wrap;
    height: 70px;
    justify-content: center;
    left: 50%;
    margin-bottom: 10px;
    position: absolute;
    width: 260px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    z-index: 9;
}
.map-pin__icon i {
    font-size: 20px;
    line-height: 20px;
    color: #51b747;                
    cursor: pointer;   
}
.map-pin__overlapcontent.active {
    display: flex; 
}
.areas-map__list .map-pin {
    position: absolute;
}
.areas-map__list .map-pin.chicago {
    top: 190px;
    right: 290px; 
}
.areas-map__list .map-pin.milwaukee {
    top: 165px;
    right: 300px;   
}
.areas-map__list .map-pin.indianapolis {
    top: 230px;
    right: 260px;   
}  
.areas-map__list .map-pin.cleveland {
    top: 180px;
    right: 185px;   
}   
.areas-map__list .map-pin.columbus {
    top: 215px;
    right: 205px;
} 
.areas-map__list .map-pin.minneapolis {
    top: 120px;
    right: 395px; 
} 
.areas-map__list .map-pin.baltimore {
    top: 220px;
    right: 90px;  
} 
.areas-map__list .map-pin.cincinnati {
    top: 242px;
    right: 225px;   
} 
.areas-map__list .map-pin.pittsburgh {
    top: 200px;  
    right: 160px;      
}   
.areas-map__list .map-pin.kansas-city {
    top: 270px;
    right: 390px;    
}   
.areas-map__list .map-pin.louisville {
    top: 270px;
    right: 240px;          
}   
.areas-map__list .map-pin.st-louis {
    top: 270px;
    right: 320px;                 
}        
/* Areas Map End */

/* General Container Start */
.general-container__content p {
    font-size: 18px;
    line-height: 26px;
    color: #000;     
}
.general-container__content p:not(:last-child) {
    margin-bottom: 15px;
}
.general-container__image {
    position: relative;
    padding-top: 38%;  
    margin-bottom: 40px; 
} 
.general-container__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;     
    border-radius: 10px;     
}
.general-container__content--list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; 
    row-gap: 20px;
}
.general-container__content--listitems {
    display: flex;
    align-items: center;
    column-gap: 15px;     
}
.general-container__content--listitems-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #51B747;
}
.general-container__content--listitems-icon i {
    font-size: 20px;
    line-height: 20px;      
    color: #51B747;     
}
.general-container__content--listitems-text {
    width: calc(100% - 60px); 
}
.general-container__content--listitems {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background-color: #FFF;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    gap: 20px;
    border-radius: 10px;
    transition: all 500ms;
    cursor: pointer;   
}
.general-container__content--listitems:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;  
}
/* General Container End */

/* Image Grid Start */
.image-grid__item--main {
    position: relative;
    padding-top: 82.88%;
}  
.image-grid__item--main img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;     
    border-radius: 10px;   
}
.image-grid__inner .row {
    row-gap: 30px;      
}
/* Image Grid End */

/* CD Benefits Start */
.cd-benefits__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;   
}
.cd-benefits__item {
    display: flex;  
    align-items: center;
    padding: 20px; 
    background-color: #FFF; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
    gap: 30px;
    border-radius: 10px; 
    transition:  all 500ms;
    cursor: pointer;
}  
.cd-benefits__item:hover {
    box-shadow: rgba(81, 183, 71, 0.4) 5px 5px, rgba(81, 183, 71, 0.3) 10px 10px, rgba(81, 183, 71, 0.2) 15px 15px, rgba(81, 183, 71, 0.1) 20px 20px, rgba(81, 183, 71, 0.05) 25px 25px;      
}
.cd-benefits__item--text {
    width: calc(100% - 80px);     
}             
.cd-benefits__item--icon {
    width: 60px;
    height: 60px;       
}
.cd-benefits__item--icon i {
    width: 100%;
    height: 100%;
    font-size: 45px;
    line-height: 45px; 
    color: #51B747;
    object-fit: contain;
    transition:  all 500ms;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cd-benefits__item--text p {
    font-size: 20px;
    line-height: 30px; 
    color: #000; 
    font-weight: 600;  
}
/* CD Benefits End */

/* Details Zigzag Start */
.details-zigzag-wrapper {
    background-color: #f9f9f9;  
}  
.details-zigzag__ownericonlist {
    display: grid;
    row-gap: 20px;  
}
.ownericonlist__item {
    display: flex;  
    align-items: center;
    padding: 12px 20px; 
    background-color: #FFF; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
    gap: 20px;    
    border-radius: 10px; 
    transition:  all 500ms;
    cursor: pointer;
}
.ownericonlist__text p,
.details-zigzag__imagedesc p {
    font-size: 16px;  
    line-height: 22px; 
    color: #000; 
    font-weight: 400;      
}
.ownericonlist__text p span,
.details-zigzag__imagedesc p span {
    color: #362F8E;    
    font-weight: 600;    
}
.ownericonlist__icon {
    width: 40px;
    height: 40px;     
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #132c5a;
}
.ownericonlist__icon i {
    font-size: 25px;
    line-height: 25px;
    color: #132c5a;   
}    
.ownericonlist__text {
    width: calc(100% - 60px);      
}              
.details-zigzag__image {
    position: relative;
    padding-top: 56%;
    border: 1px solid #132c5a;
    border-radius: 10px;      
}
.details-zigzag__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    object-fit: cover;  
    border-radius: 10px;  
    padding: 10px;  
}
.details-zigzag__textelement:not(:last-child) {
    margin-bottom: 20px; 
}
.details-zigzag__textelement h6 {
    font-size: 28px;
    line-height: 38px; 
    font-weight: 600;
    color: #132c5a;  
    margin-bottom: 5px;
    text-transform: capitalize;  
    display: flex;
    align-items: center;         
}
.details-zigzag__textelement i {
    font-size: 28px;
    line-height: 38px;
    display: flex;
    margin-right: 15px;  
    color: #51B747;
}
.details-zigzag__textelement ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; 
    row-gap: 8px;
}
.details-zigzag__textelement ul li {
    padding-left: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000; 
    position: relative;
}
.details-zigzag__textelement ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background-color: #132c5a;  
}
.details-zigzag__title {
    margin-bottom: 40px; 
}
/* Details Zigzag End */

/* Contact Us Start */
  .contact-uspage {
    position: relative;
    z-index: 1;    
  }  
  .contactpage__form-input input,
  .contactpage__form-input textarea {
    outline: none; 
    border: 1px solid #51b747;
    border-radius: 10px;
    padding: 12px 25px;  
    background-color: transparent;
    box-shadow: none;  
  }   
  .contactpage__form-input textarea {
      height: 130px;   
  } 
  .contactpage__form-input label {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      color: #FFF; 
  }
  .contact-form__submitbtn input[type="submit"] {
    border: 0;
    box-shadow: none;
    padding: 12px 30px;
    background-color: #51b747;
    border: 1px solid #51b747;
    border-radius: 10px;
    transition: all 500ms;
    font-size: 18px;
    line-height: 26px; 
    font-weight: 500;  
    color: #FFF;
    width: 160px; 
  }
  .contact-form__submitbtn input[type="submit"]:hover {
    background-color: transparent;
    color: #51b747;   
  }
  .contact-form__submitbtn {
      padding-top: 20px; 
  }  
  .contactpage__form-main,
  .contactpage__form-input,
  .contactpage__form-input input {
    width: 100%;   
  }            
  .contactpage__form-input {
      display: flex;
      flex-direction: column;
      row-gap: 5px;
      margin-bottom: 20px;     
  } 
  .contactpage__form-input input::placeholder,
  .contactpage__form-input textarea::placeholder {
      text-transform: uppercase;    
  }
  .contact-uspage__contactdetails--element:not(:last-child) {
      margin-bottom: 25px;
  }
  .contact-uspage__contactdetails--element h6 {
      font-size: 22px;
      line-height: 32px;
      font-weight: 600;
      color: #000;          
  }
  .contact-uspage__contactdetails--element i {
      color: #51B747;  
      font-size: 20px; 
      line-height: 30px;
      display: inline-block;    
  }
  .contact-uspage__contactdetails--element {
      display: flex; 
      column-gap: 20px;    
  }
  .contact-uspage__contactdetails--element a,
  .contact-uspage__contactdetails--element p {
      font-size: 16px;
      line-height: 22px; 
      font-weight: 400;  
      color: #000;  
  }
  .contact-uspage__contactdetails--element a {
      color: #000;
      transition: all 500ms;
  }
  .contact-uspage__contactdetails--element a:hover {
      color: #51B747;  
  }
  .contact-uspage__title {
      margin-bottom: 50px;  
  }
  .contactpage__form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 20px;    
  }   
  /* Contact Us End */

  /* Industries  Start */
    .industries__inner--gridboxes .row {
        row-gap: 40px;
    }
    .industries__inner--gridboxes-item {
        height: 100%;
        padding: 35px 20px;
        border-radius: 10px;
        border: 1px solid transparent;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; 
        row-gap: 20px;
        background-color: #FFF;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .industries__inner--gridboxes-item-image i {
        font-size: 60px;
        line-height: 60px;
        color: #311D95;    
    }
    .industries__inner--gridboxes-item-title h6 {
        text-align: center;
        font-family: 'Calibri';
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        color: #000; 
    }
    .industries__title {
        margin-bottom: 40px;
    }
    /* Industries End */