@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,800;0,900;1,200;1,300;1,400;1,500;1,800;1,900&display=swap");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
.container {
  margin: 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 546px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 972px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9375rem;
}
.row .col-3 {
  flex-basis: 100%;
}
.row .col-4 {
  flex-basis: 100%;
}
.row .col-6 {
  flex-basis: 100%;
}
.row img {
  width: 100%;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .row .col-4 {
    flex-basis: calc(50% - 0.71rem);
  }
  .row .col-3 {
    flex-basis: calc(50% - 0.63rem);
  }
}
@media (min-width: 992px) {
  .row .col-4 {
    flex-basis: calc(25% - 0.71rem);
  }
  .row .col-6 {
    flex-basis: calc(50% - 0.5rem);
  }
  .row .col-8 {
    flex-basis: calc(66.9% - 0.5rem);
  }
}
@media (min-width: 1200px) {
  .row .col-3 {
    flex-basis: calc(33.3333333333% - 0.63rem);
  }
}

.btn-cont {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 2rem;
  background: #013220;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .btn {
    padding: 1.2rem 2rem;
    font-size: 1.3rem;
  }
}
.btn:hover {
  background-color: #000;
}
.btn.black {
  background-color: #000;
}
.btn.black:hover {
  background-color: #6AE34E;
}
.btn.green {
  background-color: #6AE34E;
  color: #00160E;
}
.btn.green:hover {
  background-color: #6AE34E;
}

.heading {
  text-align: center;
}
.heading.left {
  text-align: left;
}
.heading h2 {
  color: #fff;
}
.heading p {
  max-width: 48.3125rem;
  margin: auto;
}
.heading h6 {
  color: #6AE34E;
}

.work-info {
  position: relative;
  background-color: #00160E;
  padding: 1.4rem;
  box-shadow: 0rem 0rem 0.5rem rgba(0, 0, 0, 0.02);
  border-radius: 0.5rem;
}
.work-info ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-info ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 33%;
}
.work-info ul li h6 {
  color: #6AE34E;
}
.work-info ul li p {
  font-weight: 600;
}
.work-info ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.2rem;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #6AE34E;
}
.work-info ul li i svg {
  fill: #6AE34E;
}

.tags {
  padding: 0.62rem;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0px 24px 50px 0px rgba(0, 0, 0, 0.15);
  margin: 0.8rem 0;
}
@media (min-width: 768px) {
  .tags {
    position: absolute;
  }
  .tags.top {
    top: 6rem;
    left: 0;
  }
  .tags.bottom {
    bottom: 0;
    right: 0;
  }
  .tags.right {
    right: 0;
    top: 0;
  }
}
.tags i {
  background-color: #013220;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 1rem;
}
.tags i svg {
  fill: white;
}
.tags p {
  padding-left: 1rem;
}
.tags p b {
  display: block;
  font-weight: 500;
  color: #013220;
  line-height: 1rem;
}
.tags p span {
  font-size: 1rem;
  color: #1E1E1E;
}

.tabs-nav {
  display: flex;
  justify-content: center;
}
.tabs-nav li a {
  padding: 1rem 2rem;
  display: inline-block;
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  border-bottom: 0.2rem solid #fff;
  background-color: rgba(112, 111, 111, 0);
  margin: 0 0.1rem;
}
.tabs-nav li.tab-active a {
  color: #6AE34E;
  border-color: #6AE34E;
  background-color: rgba(112, 111, 111, 0.1);
}
.tabs-nav li:hover a {
  color: #6AE34E;
}

.mage_hover {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.mage_hover .img {
  height: 300px;
}

.grid_box {
  padding: 2.69rem 0;
}
.grid_box ul {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.grid_box ul li {
  background-size: cover;
  background-position: center;
  border-radius: 1rem;
}
.grid_box ul li:nth-child(odd) {
  height: 20rem;
}
.grid_box ul li:nth-child(even) {
  height: 20rem;
}
.grid_box ul li:nth-child(5) {
  margin-top: 0;
}
@media (min-width: 992px) {
  .grid_box ul {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid_box ul li:nth-child(odd) {
    height: 30rem;
  }
  .grid_box ul li:nth-child(even) {
    height: 17.5rem;
  }
  .grid_box ul li:nth-child(5) {
    margin-top: -200px;
  }
}

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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Poppins", sans-serif;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: normal;
  background-color: #101820;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

a {
  text-decoration: none;
}

p {
  font-size: 1rem;
  color: #fff;
}
@media (min-width: 768px) {
  p {
    font-size: 1.125rem;
  }
}

h1 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.4rem;
  }
}

h2 {
  font-size: 1.8rem;
  line-height: normal;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.8125rem;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: normal;
}
@media (min-width: 576px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 2.125rem;
  }
}

h4 {
  font-size: 1.3rem;
}
@media (min-width: 576px) {
  h4 {
    font-size: 1.75rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1rem;
  line-height: normal;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.25rem;
  }
}

section {
  padding: 2rem 0;
}
@media (min-width: 992px) {
  section {
    padding: 4rem 0;
  }
}

.header {
  background-color: #101820;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.01);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.1rem solid rgba(1, 50, 32, 0.9);
}
@media (min-width: 992px) {
  .header {
    display: block;
    z-index: 999;
    position: relative;
  }
}
.header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-cont .brand_logo a {
  font-size: 1.3rem;
}
.header-cont .brand_logo a img {
  width: 13rem;
  padding: 0.2rem;
}
.header-cont .brand_logo a:hover {
  opacity: 0.8;
}
.header-cont nav {
  display: none;
}
.header-cont nav ul.menu > li > a, .header-cont nav ul.menu > li > span {
  font-size: 1rem;
  color: #fff;
  opacity: 0.7;
  padding: 0.2rem 0.2rem;
}
.header-cont nav ul.menu > li > a svg, .header-cont nav ul.menu > li > span svg {
  fill: #6AE34E;
  margin-right: 0.4rem;
}
.header-cont nav ul.menu > li > a:not(:only-child):after, .header-cont nav ul.menu > li > span:not(:only-child):after {
  content: "\f107";
  font: normal 1rem/1 FontAwesome;
  padding-left: 0.4rem;
  color: #6AE34E;
}
@media (min-width: 992px) {
  .header-cont nav {
    display: block;
    position: relative;
    flex: 1;
    padding-top: 0;
  }
  .header-cont nav > ul.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .header-cont nav > ul.menu > li > a, .header-cont nav > ul.menu > li > span {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 1.2rem;
  }
  .header-cont nav > ul.menu > li > ul.sub_menu {
    display: none;
    width: 350px;
    position: absolute;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.01);
    padding: 0.8rem 0;
    border-top: 0.2rem solid #6AE34E;
    background-color: rgba(0, 22, 14, 0.9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .header-cont nav > ul.menu > li > ul.sub_menu > li {
    padding: 0.2rem 1rem;
    cursor: pointer;
  }
  .header-cont nav > ul.menu > li > ul.sub_menu > li > a {
    display: block;
    padding: 0.8rem;
    border-radius: 0.5rem;
  }
  .header-cont nav > ul.menu > li > ul.sub_menu > li > a i {
    color: #fff;
    display: flex;
    align-items: center;
  }
  .header-cont nav > ul.menu > li > ul.sub_menu > li > a svg {
    fill: #fff;
    margin-right: 0.4rem;
  }
  .header-cont nav > ul.menu > li > ul.sub_menu > li > a span {
    font-size: 0.8rem;
    color: #706F6F;
  }
  .header-cont nav > ul.menu > li:hover {
    background-color: #013220;
  }
  .header-cont nav > ul.menu > li:hover a, .header-cont nav > ul.menu > li:hover span {
    color: #6AE34E;
  }
  .header-cont nav > ul.menu > li:hover a svg, .header-cont nav > ul.menu > li:hover span svg {
    fill: #6AE34E;
  }
  .header-cont nav > ul.menu > li:hover > ul {
    display: block;
  }
  .header-cont nav > ul.menu > li:hover > ul > li:hover a {
    background-color: #013220;
  }
  .header-cont nav > ul.menu > li:hover > ul > li:hover a i {
    color: #6AE34E;
  }
  .header-cont nav > ul.menu > li:hover > ul > li:hover a i svg {
    fill: #6AE34E;
  }
  .header-cont nav > ul.menu > li:hover > ul > li:hover a span {
    color: #fff;
  }
}

.mobile-toggle {
  display: inline-block;
  width: 2rem;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle span {
  display: block;
  border-radius: 0.2rem;
  width: 2rem;
  height: 4px;
  margin: 0.4rem 0;
  background-color: #6AE34E;
  transition: 300ms;
}
.mobile-toggle.active span:first-child, .mobile-toggle.active span:last-child, .mobile-toggle:hover span:first-child, .mobile-toggle:hover span:last-child {
  width: 1rem;
}

.hero_banner {
  position: relative;
  background: center center;
  background-size: auto;
}
.hero_banner.inner {
  background-color: #00160E;
}
.hero_banner .cont {
  position: relative;
  z-index: 1;
  align-items: center;
  flex-direction: row-reverse;
}
.hero_banner .cont .text {
  text-align: center;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero_banner .cont .text {
    text-align: left;
    padding-bottom: 1.5rem;
  }
}
.hero_banner .cont .text ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 0rem 0rem;
}
.hero_banner .cont .text ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.hero_banner .cont .text ul li a i, .hero_banner .cont .text ul li a span {
  display: inline-block;
}
.hero_banner .cont .text ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.2rem;
  margin-right: 0.6rem;
  width: 3rem;
  height: 3rem;
}
.hero_banner .cont .text ul li a i svg {
  fill: #fff;
}
.hero_banner .cont .text ul li a span {
  color: #706F6F;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1rem;
}
.hero_banner .cont .text ul li a:hover i {
  background: rgba(106, 227, 78, 0.8);
}
.hero_banner .cont .text ul li a:hover span {
  color: #6AE34E;
}
.hero_banner .cont .text span {
  color: #6AE34E;
  font-size: 1.3rem;
  display: block;
}
.hero_banner .cont .text h1 {
  color: #fff;
}
.hero_banner .cont .text h1 b {
  font-weight: 600;
  color: #6AE34E;
}
.hero_banner .cont .text h3 {
  color: #fff;
  padding: 4rem 0;
  text-align: center;
}
.hero_banner .cont .Image {
  overflow: hidden;
  border-radius: 4rem;
}
.hero_banner .cont .Image img {
  width: 100%;
}
.hero_banner::after {
  content: "";
  position: absolute;
  background-color: rgba(16, 24, 32, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.service {
  background: center no-repeat;
  background-attachment: fixed;
}

.slider-service {
  padding: 3rem 0;
  margin-bottom: 0 !important;
  border-radius: 0.5rem;
}
@media (min-width: 992px) {
  .slider-service .cont-img {
    padding-right: 2rem;
  }
}
.slider-service .cont-text ul {
  margin-bottom: 1.5rem;
  display: flex;
}
.slider-service .cont-text ul li {
  display: flex;
  align-items: center;
}
.slider-service .cont-text ul li span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #6AE34E;
}
.slider-service .cont-text ul li:not(:last-child) {
  margin-right: 1.4rem;
}
.slider-service .cont-text p {
  color: #706F6F;
}
.slider-service .slick-arrow {
  display: none !important;
}
@media (min-width: 992px) {
  .slider-service .slick-arrow {
    display: block !important;
  }
  .slider-service .slick-prev, .slider-service .slick-next {
    background-color: rgba(0, 0, 0, 0.4);
    width: 3.0625rem;
    height: 3.0625rem;
    border-radius: 50%;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  }
  .slider-service .slick-prev:hover, .slider-service .slick-prev:focus, .slider-service .slick-next:hover, .slider-service .slick-next:focus {
    background-color: #6AE34E;
  }
  .slider-service .slick-prev::before, .slider-service .slick-next::before {
    color: #fff;
    opacity: 1;
    font-size: 1.3rem;
  }
  .slider-service .slick-prev {
    left: -3.5rem;
  }
  .slider-service .slick-prev::before {
    content: "\f177";
  }
  .slider-service .slick-next {
    right: -3.5rem;
  }
  .slider-service .slick-next::before {
    content: "\f178";
  }
}
.slider-service .slick-dots {
  bottom: 1rem;
  left: 0;
}
.slider-service .slick-dots li {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(112, 111, 111, 0.4);
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  border-radius: 1rem;
}
.slider-service .slick-dots li button:before {
  display: none;
}
.slider-service .slick-dots li.slick-active {
  width: 8rem;
  background-color: rgba(106, 227, 78, 0.8);
}

.tab_section {
  padding: 2.69rem 0;
}
.tab_section .tab_cont {
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}
@media (min-width: 992px) {
  .tab_section .tab_cont {
    padding: 0 4.81rem;
  }
}
.tab_section .tab_cont li {
  cursor: pointer;
  flex-basis: calc(50% - 1rem);
  margin: 0 0.5rem;
  background-color: #00160E;
  padding: 1rem;
  border-radius: 1.25rem;
  text-align: center;
  color: #706F6F;
  position: relative;
}
@media (min-width: 992px) {
  .tab_section .tab_cont li {
    padding: 3.375rem;
  }
}
.tab_section .tab_cont li::before {
  content: "";
  position: absolute;
  left: 3.5rem;
  right: 3.5rem;
  height: 0.625rem;
  bottom: -0.3rem;
  border-radius: 1rem;
  background-color: #013220;
}
.tab_section .tab_cont li.active {
  background-color: #013220;
  color: #fff;
}
.tab_section .tab_cont li.active::before {
  background-color: #6AE34E;
}
.tab_section .tab_cont li:hover::before {
  background-color: #6AE34E;
}

.section-about {
  padding-top: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-about .cont {
  background-color: #013220;
  padding: 1rem;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .section-about .cont {
    padding: 4rem;
  }
}
.section-about .row .cont-img {
  position: relative;
}
@media (min-width: 992px) {
  .section-about .row .cont-text {
    padding-right: 3rem;
  }
}
.section-about .row .cont-text h6 {
  color: #6AE34E;
}
.section-about .row .cont-text h2 {
  color: #fff;
  padding: 0.62rem 0;
}
@media (min-width: 992px) {
  .section-about .row {
    flex-direction: row-reverse;
  }
  .section-about .cont-img {
    padding: 0 3rem;
  }
}

.work-process {
  padding-top: 2rem;
}
.work-process h6 {
  color: #6AE34E;
}
.work-process ul {
  display: flex;
  -ms-flex-item-align: center;
  padding-top: 1rem;
  flex-wrap: wrap;
}
.work-process ul li {
  padding-right: 1.9rem;
}

@keyframes progressAnimation {
  0% {
    width: 5%;
  }
  100% {
    width: 95%;
  }
}
.progress2 {
  margin-top: 0.62rem;
  padding: 0.2rem;
  border-radius: 1rem;
  background: #00160E;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar2 {
  height: 0.3rem;
  border-radius: 1rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
  transition: 0.4s linear;
  transition-property: width, background-color;
}

.progress-moved .progress-bar2 {
  width: 95%;
  background-color: #6AE34E;
  animation: progressAnimation 6s;
  position: relative;
}
.progress-moved .progress-bar2 span {
  display: flex;
  position: absolute;
  right: -24px;
  top: 0;
  padding: 0.2rem;
  bottom: -26px;
  color: #fff;
  text-align: center;
  border-radius: 0.2rem;
  align-items: center;
  font-size: 0.7rem;
}
@media (min-width: 768px) {
  .progress-moved .progress-bar2 span {
    font-size: 1.2rem;
    right: -40px;
    bottom: 2px;
  }
}

.focus {
  background-color: #00160E;
  position: relative;
}
.focus .heading {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .focus .heading {
    margin-bottom: 4rem;
  }
}
.focus .cont {
  position: relative;
  z-index: 1;
}
.focus .cont-img {
  border-radius: 1.2rem;
  overflow: hidden;
}
.focus .cont-text {
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .focus .cont-text {
    padding: 1.8rem;
  }
}
.focus .cont-text h3 {
  color: #6AE34E;
  padding-bottom: 0.2rem;
}
.focus::after {
  content: "";
  background-image: url(/assets/Image/bg-1.svg);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.service_section {
  background: center no-repeat;
  background-size: 100% 100%;
}
.service_section .row {
  align-items: stretch;
}
@media (min-width: 992px) {
  .service_section .cont_row {
    display: grid;
    align-items: center;
    grid-template-columns: 27.8125rem 1fr;
  }
}
.service_section .cont_right {
  text-align: center;
  padding: 2rem;
}
@media (min-width: 992px) {
  .service_section .cont_right {
    width: 27.8125rem;
  }
}
.service_section .cont_right h3 {
  color: #6AE34E;
}
.service_section .cont_left .cont {
  background: #013220;
  padding: 1.25rem;
  border-radius: 1rem;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  .service_section .cont_left .cont {
    text-align: left;
  }
}
.service_section .cont_left .cont img {
  width: 3.0625rem;
}
.service_section .cont_left .cont h4 {
  color: #fff;
}
.service_section .cont_left .cont span {
  color: #6AE34E;
  font-weight: 500;
}

.section_team {
  padding-top: 0;
}
.section_team .cont_right {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.section_team .cont_right h5 {
  color: #6AE34E;
}
.section_team .about_team ul {
  display: flex;
  height: 33.75rem;
  gap: 1rem;
}
.section_team .about_team ul li {
  border-radius: 1rem;
  flex: 1;
  position: relative;
  background: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
}
.section_team .about_team ul li a {
  position: absolute;
  color: #00160E;
  bottom: 0rem;
  padding: 0.5rem;
  font-weight: 600;
  left: 0rem;
  transform-origin: top left;
  transform: translateY(100%) rotate(-90deg);
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .section_team .about_team ul li a {
    padding: 1rem;
    bottom: 2.3rem;
    left: 1rem;
  }
}
.section_team .about_team ul li a::before {
  content: "";
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
  background-color: #6AE34E;
  border-radius: 0 1rem 1rem 0;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 3.5rem;
  z-index: -1;
}
.section_team .about_team ul li:hover {
  flex: 5;
}
.section_team .about_team ul li:hover a {
  left: 0rem;
  transform: rotate(0deg);
}
.section_team .about_team ul li:hover a::before {
  width: 100%;
}

.testimonials_cont.slick-slide .avatar_info {
  transition: all 0.8s cubic-bezier(0.25, 0.4, 0.45, 1.4);
  background-color: #00160E;
  text-align: center;
  padding: 1.87rem 2.44rem;
  color: #fff;
  border-radius: 1.25rem;
  width: 15.625rem;
}
.testimonials_cont.slick-slide .avatar_info .avatar {
  width: 3.75rem;
  height: 3.75rem;
  flex-shrink: 0;
  border-radius: 6.375rem;
  background: no-repeat center;
  background-size: cover;
  margin: auto;
}
.testimonials_cont.slick-slide .avatar_info h5 {
  font-size: 1rem;
}
.testimonials_cont.slick-slide .avatar_info h6 {
  font-size: 0.75rem;
}
.testimonials_cont.slick-slide .avatar_info p {
  font-size: 0.6rem;
}
.testimonials_cont.slick-slide svg {
  transform: scale(0.5);
}
.testimonials_cont.slick-active .avatar_info {
  width: 43.75rem;
  margin: auto;
  background-color: #013220;
}
.testimonials_cont.slick-active .avatar_info .avatar {
  width: 6.375rem;
  height: 6.375rem;
}
.testimonials_cont.slick-active .avatar_info h5 {
  padding-top: 0.8rem;
  font-size: 1.5rem;
}
.testimonials_cont.slick-active .avatar_info h6 {
  padding-bottom: 0.8rem;
  font-size: 1.125rem;
}
.testimonials_cont.slick-active .avatar_info p {
  font-size: 1.125rem;
}
.testimonials_cont.slick-active .avatar_info svg {
  transform: scale(1);
}

.post_section .cont {
  padding-top: 3rem;
}
.post_section .cont .img {
  width: 100%;
  height: 16.875rem;
  border-radius: 1rem;
  position: relative;
  background: no-repeat center;
  background-size: cover;
}
.post_section .cont .img .tag {
  position: absolute;
  background-color: #013220;
  color: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 0.625rem;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  right: 1rem;
  top: 1rem;
}
.post_section .cont .text span {
  color: #6AE34E;
  display: block;
  padding: 0.7rem 0;
}
.post_section .cont .text h6 {
  color: #fff;
  font-weight: 500;
}

.two_box img {
  border-radius: 1.25rem;
}
.two_box .text {
  padding-left: 0rem;
  text-align: center;
}
.two_box .text h3 {
  color: #fff;
}
@media (min-width: 768px) {
  .two_box .text {
    text-align: left;
    padding-left: 2rem;
  }
}

.contact_section {
  padding-bottom: 0;
}
.contact_section .text_contact {
  padding: 0 2rem;
}
.contact_section .text_contact h6 {
  color: #fff;
  padding: 0 0 0.5rem 0;
}
.contact_section .text_contact h5 {
  color: #fff;
  padding-bottom: 0.5rem;
}
.contact_section .text_contact p {
  padding-bottom: 2rem;
}
.contact_section .text_contact ul, .contact_section .text_contact ol {
  padding-left: 1rem;
  list-style-type: circle;
  padding-bottom: 2rem;
}
.contact_section .text_contact ul li, .contact_section .text_contact ol li {
  color: #fff;
  padding: 0.2rem 0;
}
.contact_section .text_contact ul li a, .contact_section .text_contact ol li a {
  color: #fff;
}
.contact_section .text_contact ul li a:hover, .contact_section .text_contact ol li a:hover {
  color: #6AE34E;
}

.contact_section_2 .contact_box {
  background-color: #013220;
  border-radius: 1.25rem;
  padding: 1.31rem;
}
@media (min-width: 992px) {
  .contact_section_2 .contact_box {
    padding: 3.31rem;
  }
}
@media (min-width: 992px) {
  .contact_section_2 .cont_row {
    display: grid;
    align-items: center;
    grid-template-columns: 27.8125rem 1fr;
  }
  .contact_section_2 .cont_row .work-info {
    margin-top: 0;
  }
}
.contact_section_2 .cont_row .work-info {
  margin-top: 2rem;
}
.contact_section_2 .cont_row h5 {
  color: #6AE34E;
  padding-bottom: 0.5rem;
}
.contact_section_2 .cont_row ul {
  padding-left: 1.4rem;
}
.contact_section_2 .cont_row ul li {
  color: #fff;
  list-style: circle;
}

.contact_btm {
  padding-top: 2rem;
}
.contact_btm h5 {
  padding-bottom: 1rem;
  color: #fff;
}
.contact_btm h6 {
  color: #fff;
  font-weight: 500;
}
.contact_btm p {
  padding-bottom: 1rem;
}

.progress_row {
  padding-bottom: 2rem;
  align-items: flex-end;
}
.progress_row h6 {
  font-size: 0.9rem;
}
.progress_row .icon {
  display: flex;
  flex-wrap: wrap;
}
.progress_row .icon li {
  padding: 0 0.5rem;
  display: flex;
}

.av_1 {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .av_1 {
    padding: 4rem;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
  }
  .av_1 img {
    width: 100%;
  }
  .av_1 .btn {
    margin-top: 0;
  }
}
.av_1 .avtar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.av_1 .avtar .img {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  border-radius: 4rem;
  overflow: hidden;
  background-color: #FDD231;
  margin-right: 1rem;
}
.av_1 .avtar .text h6 {
  font-size: 1rem;
  color: #fff;
}
.av_1 .avtar .text h6 span {
  color: #6AE34E;
}
.av_1 .avtar .text p {
  font-size: 0.8rem;
}

.icon_sof {
  padding: 1.2rem 0;
  display: flex;
  justify-content: center;
}
.icon_sof li {
  margin: 0 0.5rem;
}

.most_pop {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.most_pop li a {
  display: inline-block;
}
.most_pop li a img {
  width: 100%;
  border-radius: 1.25rem;
}

.product_page {
  padding: 0;
}
.product_page .heading h4 {
  padding: 2rem 0;
  color: #fff;
}
.product_page .heading h4 span {
  color: #6AE34E;
}
.product_page img {
  width: 100%;
}

.product_slider {
  padding: 2rem;
  background-color: #013220;
  margin-bottom: 3rem;
}
.product_slider .slied {
  padding: 0.4rem;
}
.product_slider .slied img {
  width: 100%;
  border-radius: 1.25rem;
}
.product_slider .slied h6 {
  padding-top: 1rem;
  color: #fff;
}

footer .row {
  align-items: flex-start;
}
footer .cont_row .cont_left {
  text-align: center;
}
footer .cont_row .cont_left img {
  margin: auto;
}
footer .cont_row .cont_right {
  padding: 2rem;
  background-color: #00160E;
  border-radius: 0.625rem;
}
@media (min-width: 768px) {
  footer .cont_row .cont_right {
    padding: 0 2rem;
  }
}
footer .cont_row .cont_right h6 {
  color: #fff;
  padding-top: 1rem;
}
footer .cont_row .cont_right ul li {
  display: inline-block;
}
footer .cont_row .cont_right ul li a {
  color: #fff;
  padding: 0.4rem;
}
footer .cont_row .cont_right ul li:hover a {
  color: #6AE34E;
}
@media (min-width: 992px) {
  footer .cont_row {
    display: grid;
    grid-template-columns: 20rem 1fr;
  }
  footer .cont_row .cont_right ul li {
    display: block;
  }
}
footer .media_link {
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
footer .media_link li {
  padding: 0 0.8rem;
}
footer .copyright {
  text-align: center;
  padding: 1rem 0;
  background-color: #013220;
}
footer .copyright a {
  color: #6AE34E;
}
footer .copyright a:hover {
  color: #000;
}

.work_in {
  background-color: #00160E;
  padding: 1rem;
  border-radius: 0.625rem;
  margin: 1rem 0rem;
}
@media (min-width: 768px) {
  .work_in {
    margin: 1rem 1rem;
  }
}
.work_in h6 {
  color: #6AE34E;
  font-size: 1rem;
}
.work_in ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  flex-wrap: wrap;
}
.work_in ul li {
  padding: 0 0.8rem;
}/*# sourceMappingURL=Style.css.map */