body {
  font-family: 'Lato', sans-serif;
}


p {
  font-size: 17px;
  color: #585858;
  line-height: 1.5;
  font-weight: 400;
}

section {
  padding: 25px 0;
  width: 100%;
  float: left;
}

header {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  top: 0px;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 1020px) {
  .services_grid_home {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 412px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: -51%;
  left: -837%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .topnav ul .nav-item {
    padding: 5px 0;
  }
}

#top_bar {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1;
  top: 0;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}

.logo img {
  width: 180px;
  height: 60px;
}

.logo {
  width: 40%;
  justify-content: center;
  display: flex;
  height: auto;
}

.menu_bar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topnav a {
  display: inline;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 11px;
  }
}

.topnav .icon {
  display: none;
}

.topnav a:hover {
  color: #046c3c;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    padding: 0;
  }
}

@media (max-width:767px) {
  .blog_head .navbar-collapse {
    display: none;
  }
}

/* Home section */

.home_banner {
  /* background-image: url('images/banner.jpg'); */
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0px 0px;
}

.banner_image img {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.home h1 {
  font-size: 37px;
  font-weight: 900;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.home span {
  font-size: 18px;
  font-weight: 600;
  color: #0000007a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.home .content {
  width: 40%;
}


.banner_image{
  position: relative;
  padding: 10px;
}
.home figure {
  justify-content: center;
  display: flex;
  right: 69px;
  top: -62px;
  position: relative;
}
.circlebody{
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
.circles-wrapper {
  width: 200px;
  height: 50px;
}

.circle {
  border: 2px solid #046c3c47;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.circle::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  top: -6px;
  border-radius: 50%;
  box-shadow: 0 0 4px 5px rgb(4 108 60);
}

.circle-lg {
  width: 400px;
  height: 400px;
  animation: rotateCircles 9.1s linear infinite;
}

.circle-md {
  width: 300px;
  height: 300px;
  animation: rotateCircles 20s linear infinite;
}

.circle-md::before {
  width: 10px;
  height: 10px;
}

.circle-sm {
  width: 200px;
  height: 200px;
  animation: rotateCircles 5.5s linear infinite;
}

.circle-sm::before {
  width: 10px;
  height: 10px;
}


@keyframes rotateCircles {
  from {
    transform: rotate(0);
  } to {
    transform: rotate(360deg);
  }
}
.square_green{
  height: 400px;
  width: 157px;
  background-color: #046c3c;
  border-radius: 20px;
  transform: rotate(45deg);
  position: absolute;
  right: 0;
}
.square_red{
  height: 400px;
  width: 157px;
  background-color: #dd4d35;
  border-radius: 20px;
  transform: rotate(60deg);
  position: absolute;
  right: 0;
  top: 90px;
}
@media (max-width: 768px) {
  .talk_button {
    margin: 0 0 20px 0;
  }
}

.talk_button {
  background-color: #046c3c;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
  border: none;
  border-radius: 13px;
  height: 50px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .talk_button {
    margin: 0 0 20px 0;
  }
}

.home button {
  margin: 10px;
}

/* our services */
@media (min-width: 768px) {
  .title_h2_new h2.h4 {
    font-size: 15px;
  }
}

.services {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right top, #8acb8d, #96d18b, #a3d68a, #b1dc88, #bfe187, #c8e082, #d1df7e, #dadd7b, #dfd575, #e4cd6f, #e8c56c, #ebbd69);
  margin: 60px 0;
}

.services .title_h2 h2,
.new_portfolio_landing .title_h2_new h2,
.title_h2_new h2 {
  margin-bottom: 5px;
  text-align: left;
}

@media (max-width: 1199.98px) {
  .services h2 {
    font-size: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .services h2 {
    font-size: 28px;
  }
}

.services h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
  text-transform: none;
}

.title_h2_new h2.h4 {
  color: #312d2d;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
}

@media (min-width: 1200px) {
  .title_h2_new h2.h4 {
    font-size: 18px;
  }
}

.light-black {
  color: rgba(0, 0, 0, .7) !important;
}

.services_blocks {
  margin-top: 26px;
}

.services_blocks_row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .services_blocks_row {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .services_blocks_row {
    gap: 24px;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .services_blocks_row {
    gap: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .services_blocks_row {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}


.services_blocks_row .service_column img {
  height: 56px;
  width: auto;
  object-fit: contain;
  max-width: 60px;
}

.services_blocks_row .service_column {
  width: 100%;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 14px;
  min-height: 100%;
  max-height: 100%;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

@media (max-width: 767px) {
  .services_blocks_row .service_column {
    padding: 19px 16px;
    min-height: calc(100% - 0px);
    margin-right: 0;
    max-height: calc(100% - 0px);
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .services_blocks_row .service_column {
    padding: 28px 19px 22px;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .services_blocks_row .service_column:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
  }
}

.service_column h3 {
  color: #312d2d;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 0;
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .service_column h3 {
    font-size: 15px;
    margin-top: 16px;
  }
}

.services_icon img {
  max-width: 32px;
  max-height: 32px;
  margin: 0 10px 0 0;
}

@media (min-width: 1300px) and (max-width: 1680px) {
  .services_icon img {
    max-width: 24px;
    max-height: 24px;
  }
}

/* services 2 */
.serve {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right top, #8acb8d, #96d18b, #a3d68a, #b1dc88, #bfe187, #c8e082, #d1df7e, #dadd7b, #dfd575, #e4cd6f, #e8c56c, #ebbd69);
  margin: 0;
}

.serve h2 {
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}

.serve h3 {
  width: 40%;
  font-size: 35px;
  font-weight: 600;
  line-height: inherit;
}

.serve .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serve a {
  width: 18%;
}

.serve a button {
  background-color: #046c3c;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  padding: 10px 15px;
  border: none;
  border-radius: 13px;
  height: 50px;
}

.accordion__header {
  padding: 1em;
  background-color: #046c3ca8;
  margin-top: 2px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  --webkit-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  margin: 20px 0;
  --animation-speed:100 ;
}
.serve .accordion__body {
  display: none;
  overflow: hidden;
  transition: max-height 5s ease-in-out;
}

.serve .accordion__body.active {
  display: block;
  transition: transform 0.2s ease-in-out;

}

.accordion__header>* {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.accordion__header.is-active {
  background-color: #046c3c;
  color: #fff;
}

.serve h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.accordion__toggle {
  margin-left: 10px;
  height: 3px;
  background-color: #fff;
  width: 13px;
  display: block;
  position: relative;
  flex-shrink: 1;
  border-radius: 2px;
}

.accordion__toggle::before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 5px;
  border-radius: 2px;
}

.is-active .accordion__toggle {
  background-color: #fff;
}

.is-active .accordion__toggle::before {
  display: none;
}

.accordion__body {
  display: none;
  padding: 1em;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 15px;
  margin: 10px 0;
  background-color: #046c3c;
}

.accordion__body .card {
  color: #000;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.card .card2 img {
  width: 100%;
}

.card .card2 {
  width: 50%;
}

.card .card1 {
  width: 50%;
}

.card p {
  text-align: justify;
}

.accordion__body li::before {
  background-image: url('images/check.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 15px;
}

.accordion__body li {
  list-style: disc;
  font-size: 18px;
}

.accordion__body p {
  font-size: 18px;
}

.card .block {
  display: flex;
}

.accordion__body.is-active {
  display: block;
}

.serve h5 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.8;
}

/* how it work */
.how_we_work .work_part {
  counter-reset: section;
}
.how_we_work .work_place::before {
  counter-increment: section;
  content: " " counter(section) " ";
  color: #046c3c;
  font-size: 77px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: capitalize;
  position: absolute;
  bottom: 3px;
  right: 10px;
}
.work_part {
  margin-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.how_we_work .work_place {
  width: 100%;
  flex: 1;
  height: auto;
  border-radius: 14px;
  background-color: #c6e184c9;
  padding: 28px;
  position: relative;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
  max-height: 340px;
  min-height: 340px;
  overflow: hidden;
}

.how_we_work .work_place {
  padding: 20px;
}

.how_we_work .work_place:hover {
  padding: 20px;
  width: auto;
  max-width: 510px;
  flex: 4;
  min-height: 340px;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}

.how_we_work h3 {
  color: #312d2d;
  font-weight: 500;
  line-height: 1.5;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin: 20px 0;
}

.how_we_work h3 {
  font-size: 20px;
}


@media (min-width: 1200px) {
  .how_we_work .work_place:hover h3 {
    transform: rotate(0);
    writing-mode: horizontal-tb;
  }
}



@media (min-width: 1200px) {
  .how_we_work .work_place:hover {
    padding: 20px;
    width: auto;
    max-width: 510px;
    flex: 4;
    min-height: 340px;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .how_we_work .work_place {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .how_we_work .work_max {
    max-height: 100%;
    justify-content: center;
    display: flex;
    width: 0;
    height: 0;
    transition: width 0.7s, height 0.7s, ease-in-out;
  }
}

@media (min-width: 768px) {
  .work_max {
    overflow: hidden;
  }
}

.how_we_work .work_place em img {
  width: 56px;
}

@media (min-width: 1200px) {
  .work_place:hover .effect {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .how_we_work .work_place:hover .work_max {
    width: auto;
    height: auto;
  }
}

.how_we_work p {
  font-size: 18px;
  font-weight: 400;
  display: none;
}

@media (min-width: 1200px) {
  .how_we_work .work_place:hover p {
    text-align: left;
    display: block;
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .5s ease-in-out;
  }
}

@media (min-width: 1200px) {
  .how_we_work .work_place:hover em {
    margin-right: 20px;
  }
}

/* why choose us */
.why_us {
  background-color: #e1f5cb;
  text-align: center;
  padding: 20px 0;
}

.why_us p {
  padding: 0 60px;
}

.why_us h3 {
  font-size: 25px;
  font-weight: 600;
}

.why_us span {
  font-size: 18px;
  padding: 10px 0;
}

.service_label {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box {
  padding: 10px 15px 20px 15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #001A0E;
  border-radius: 15px 15px 15px 15px;
  margin: 10px;
  width: 30%;
}

/* contact us */
.input_text {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #056839;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 22px;
  width: 40%;
  margin: 10px 20px;
}

.contact_us {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}

.contact_us h4 {
  text-align: center;
  color: #056839;
  font-size: 34px;
}

.sep {
  width: 88%;
}

.form_width {
  width: 50%;
}

/* contact us page */
.contact_us_2 * {
  font-family: Nunito, sans-serif;
}

.contact_us_2 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.contact_us_2 .responsive-cell-block {
  min-height: 75px;
}

.contact_us_2 input:focus {
  outline-color: initial;
  outline-style: none;
  outline-width: initial;
}

.contact_us_2 .container-block {
  min-height: 75px;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
}

.contact_us_2 .submit-btn:hover {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: #046c3c;
}

.contact_us_2 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.contact_us_2 .responsive-container-block.big-container {
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  position: relative;
  height: auto;
}

.contact_us_2 .responsive-container-block.container {
  position: static;
  min-height: 75px;
  flex-direction: column;
  z-index: 2;
  max-width: 800px;
  margin-top: 120px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.contact_us_2 .container-block.form-wrapper {
  background-color: white;
  max-width: 799px;
  text-align: center;
  padding-top: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
  padding-left: 40px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .text-blk.contactus-head {
  font-size: 44px;
  line-height: 50px;
  font-weight: 900;
}

.contact_us_2 .text-blk.contactus-subhead {
  color: #9c9c9c;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}

.contact_us_2 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 26px;
  margin-left: 0px;
  min-height: 50px;
}

.contact_us_2 .input {
  width: 96%;
  height: 50px;
  padding-top: 1px;
  padding-right: 15px;
  padding-bottom: 1px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  color: black;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .textinput {
  width: 98%;
  min-height: 150px;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #eeeeee;
  border-right-color: #eeeeee;
  border-bottom-color: #eeeeee;
  border-left-color: #eeeeee;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  font-size: 16px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.contact_us_2 .submit-btn {
  width: 98%;
  background-color: #046c3c;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: outset;
  border-right-style: outset;
  border-bottom-style: outset;
  border-left-style: outset;
  border-top-color: #767676;
  border-right-color: #767676;
  border-bottom-color: #767676;
  border-left-color: #767676;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: pointer;
}

.contact_us_2 .form-box {
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .social-media-links {
  width: 250px;
  display: flex;
  justify-content: space-evenly;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.contact_us_2 .link-img {
  width: 30px;
  height: 30px;
}

.contact_us_2 .text-blk.input-title {
  text-align: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 18px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  color: #046c3c;
  font-weight: 600;
}

.contact_us_2 ::placeholder {
  color: #2e2c2c;
}

.contact_us_2 .blueBG {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 300px;
  background-color: #046c3c;
}

@media (max-width: 768px) {
  .contact_us_2 .submit-btn {
    width: 100%;
  }

  .contact_us_2 .input {
    width: 100%;
  }

  .contact_us_2 .textinput {
    width: 100%;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 500px) {
  .contact_us_2 .container-block.form-wrapper {
    padding-top: 50px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 35px;
    margin-left: 0px;
  }

  .contact_us_2 .text-blk.input-title {
    font-size: 12px;
  }

  .contact_us_2 .responsive-container-block.container {
    margin-top: 50px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .contact_us_2 .container-block.form-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .contact_us_2 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .contact_us_2 .text-blk.contactus-head {
    font-size: 26px;
    line-height: 34px;
  }

  .contact_us_2 .input {
    height: 45px;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

/* responsive for phn */
@media only screen and (max-width: 600px) {
  .home_banner {
    display: block;
  }

  .home .content {
    width: 100%;
  }

  .service_label {
    display: block;
  }

  .box {
    width: 95%;
  }

  .form_width {
    width: 100%;
  }

  .contact_us {
    display: block;
    width: 100%;
  }

  h2 {
    text-align: center;
  }

  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}



@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

/*what are colleague say*/
.colleague_say {
  background-image: url('images/collague.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  position: relative;
  margin: 40px 0;
}

.colleague_say .title_h2 h2 {
  text-align: center;
}

.colleague_say h2 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
  text-transform: none;
}

.colleague_say p {
  font-size: 28px;
  padding: 0 80px;
}

* {
  font-family: Nunito, sans-serif;
}

.responsive-cell-block {
  min-height: 75px;
}

.text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: space-evenly;
}

.team-head-text {
  font-size: 48px;
  font-weight: 900;
  text-align: center;
}

.team-head-text {
  line-height: 50px;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
}


.card-container .card {
  text-align: center;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  --bs-card-border: none;
  --bs-card-bg: transparent;
  --bs-card-box-shadow: none;
  --bs-card-border-color: none;
  margin: 0 40px;
}

.card-container {
  width: 100%;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.name {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}

.position {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.feature-text {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: rgb(122, 122, 122);
  line-height: 30px;
}

.social-icons {
  width: 70px;
  display: flex;
  justify-content: space-between;
}

.team-image-wrapper {
  clip-path: circle(50% at 50% 50%);
  width: 180px;
  height: 150px;
}

.team-member-image {
  max-width: 100%;
}

@media (max-width: 500px) {
  .card-container {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
}

.focus.error .ls-line {
  stroke-dashoffset: -30;
  transition-delay: 0.2s;
}

.focus.error .rs-close {
  animation: closeFocus 0.3s linear 0s 1 forwards;
  stroke-linecap: round;
}

.focus.error .rs-close-dot {
  opacity: 0;
}

@keyframes closeFocus {
  0% {
    stroke-dasharray: 11, 76;
  }

  50% {
    stroke-dasharray: 87.5, 0;
  }

  100% {
    stroke-dasharray: 87.5;
  }
}

.focus.success .ls-line {
  stroke-dashoffset: -30;
  transition-delay: 0.2s;
}

.focus.success .rs-tick {
  animation: closeSucFocus 0.3s linear 0s 1 forwards;
  stroke-linecap: round;
}

@keyframes closeSucFocus {
  0% {
    stroke-dasharray: 25, 97;
  }

  100% {
    stroke-dasharray: 122;
  }
}

.submitBtn {
  border: 2px solid #4486ed;
  color: #4486ed;
  font-size: 16px;
  background: #fff;
  margin-top: 5px;
  transition: 0.5s all ease;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  border-radius: 30px;
}

.submitBtn:hover {
  border: 2px solid #fff;
  color: #fff;
  background: #4486ed;
}

.submitBtn:focus {
  outline: none;
}

.error+.inputBdr input::-webkit-input-placeholder {
  color: #e74c3c;
  opacity: 0.7;
}

.error input::-moz-placeholder {
  color: #e74c3c;
  opacity: 0.7;
}

.error input:-ms-input-placeholder {
  color: #e74c3c;
  opacity: 0.7;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

.projHeader {
  position: static;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 15px;
}

.primaryText {
  font-weight: 300;
  font-size: 50px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.secondaryText {
  font-weight: 300;
  text-align: right;
  font-size: 25px;
}

.createdBy {
  font-weight: 300;
  color: #fff;
  text-align: right;
  font-size: 17px;
  margin-top: 10px;
}

.createdBy a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.footer {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  padding-left: 15px;
}

.footer a.social {
  display: inline-block;
  font-size: 17px;
  padding: 7px 0;
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 1200px) {
  .projHeader {
    position: static;
    transform: translate(0);
  }

  .primaryText {
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
  }

  .secondaryText {
    font-weight: 300;
    text-align: center;
    font-size: 20px;
  }

  .createdBy {
    font-weight: 300;
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
  }

  .createdBy a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
  }

  .footer {
    position: fixed;
    bottom: 0;
    right: auto;
    top: auto;
    left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    transform: translate(0);
    border: none;
    padding: 0;
    text-align: center;
    border-top: 1px solid #bfc7e4;
  }

  .footer div {
    display: inline-block;
  }

  .footer a.social {
    display: inline-block;
    font-size: 17px;
    padding: 7px 0;
    color: #fff;
    text-decoration: none;
    margin: 0px 20px;
  }
}

/* footer */
.social {
  background-color: #e1f5cb;
  text-align: center;
  padding: 30px 0;
  z-index: 1;
  position: relative;
}

.social h4 {
  font-size: 30px;
  font-weight: 600;
  color: #046c3c;
}

.social .row {
  margin: 0;
}

.social a {
  align-items: center;
  justify-content: center;
  display: flex;
  border: 2px solid #046c3c;
  width: 23%;
  margin: 60px 11px;
  text-decoration: none;
  padding: 6px 0px;
}

.social .social_block {
  align-items: center;
  justify-content: center;
  display: flex;
  text-decoration: none;
}

.social img {
  width: 50px;
  margin: 0 10px;
}

.social h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #046c3c;
}

/* footer */
.foot {
  background-color: #046c3c;
  position: relative;
  top: -119px;
  padding: 160px 0 0 0;
}

.foot .foot_part {
  display: flex;
}

.foot .foot_block {
  width: 32%;
  color: #fff;
  margin: 15px;
  text-align: center;
}

.foot a {
  text-decoration: none;
}

.foot .foot_block:first-child {
  margin-left: 0;
}

.foot .foot_block:last-child {
  margin-right: 0;
}

.foot h5 {
  font-size: 24px;
  font-weight: 800;
  border-bottom: 1px solid #e1f5cb;
  color: #e1f5cb;
  text-transform: capitalize;
}

.foot span {
  font-size: 18px;
  line-height: 1.7;
  text-transform: capitalize;
  color: #e1f5cb;
}

.foot img {
  width: 40px;
}

.get li {
  list-style-type: none;
  margin: 10px;
}

.foot a span {
  background: #fff;
  text-align: center;
  display: block;
  padding: 11px 0;
  border-radius: 10px 10px 0px 0px;
}

.foot a p {
  text-align: center;
  color: #046c3c;
  font-size: 16px;
  display: block;
  line-height: 26px;
  padding: 15px 10px;
  background: #e1f5cb;
  border-radius: 0px 0px 10px 10px;
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.foot a p b {
  font-size: 29px;
  padding: 10px 0 0 0;
  display: inline-block;
  color: #046c3c;
}

@media screen and (max-width:1020px) {
  .foot h5 {
    font-size: 19px;
  }

  .foot span {
    font-size: 11px;
  }

  .foot a span {
    padding: 2px 0;
  }

  .foot a p {
    font-size: 11px;
    padding: 15px 10px;
    line-height: 14px;
  }
}

/* select package */
.pricing-section {
  padding: 0;
  background-color: #e8f6d9;
}

.pricing-section1 {
  padding: 100px 0 90px;
}

.aboutus-head {
  padding: 0;
  text-align: center;
}

.aboutus-head strong {
  font-family: 'Rubik', sans-serif;
  font-size: 40px;
  margin: 0;
  color: #1d1d1d;
  font-weight: 600;
  text-transform: uppercase;
}

.aboutus-head p {
  color: #8a8a8a;
  font-size: 14px;
  margin: -6px 0 0 0;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-design {
  padding: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pricing-design1 {
  padding: 10px;
}

.pricing-design2 {
  padding: 0;
  background: #fff;
  border-radius: 10px;

}

.pricing-design3 {
  padding: 50px 0px;
  background: url(images/pricebg.jfif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 10px;
}

.pricing-design3 strong {
  font-size: 23px;
  margin: 0;
  color: #515151;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.pricing-design3 span {
  font-weight: 500;
  font-size: 42px;
  letter-spacing: -1px;
  display: block;
  padding: 4px 0 12px;
  margin: 0;
  color: #222;
  font-family: 'Rubik', sans-serif;
}

.pricing-design3 p {
  color: #222;
  font-size: 15px;
  padding: 0 0 13px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

.pricing-design3 a {
  color: #fff;
  border-radius: 9px;
  font-size: 14px;
  background: #222;
  display: inline-block;
  font-weight: 600;
  padding: 12px 30px;
  text-transform: capitalize;
  text-decoration: none;
}

.pricing-list {
  padding: 0;
  background: #fff;
}

.pricing-list ul {
  padding: 20px 0px 20px 0;
  margin: 0;
  list-style: none;
}

.pricing-list ul li {
  color: #222;
  text-align: left;
  padding: 11px 20px;
  border-bottom: 1px solid #eeee;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
}

/* end button */
.fixed-icon .fixewp {
  background: #47a91f;
  bottom: 42px;
}

.fixed-icon a {
  font-weight: 500;
  font-size: 24px;
  position: fixed;
  left: 0px;
  color: #fff !important;
  text-align: right;
  padding: 0px 20px 0px 0px;
  border-radius: 0 30px 30px 0px;
  display: inline-block;
  z-index: 1111;
  transition: all .5s ease-in-out;
  text-decoration: none !important;
  bottom: 110px;
  text-transform: capitalize;
  height: 50px;
  width: 70px;
  line-height: 48px;
}

.fixed-icon .quckqct {
  background: #ff0000;
}

.fixed-icon img {
  width: 35px;
}

/* our service page */
.service_main .our_service {
  padding: 70px 50px 0px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service_main .part1 {
  width: 60%;
}

.service_main .part2 {
  width: 40%;
}

.part1 h2 {
  font-size: 30px;
  font-weight: 800;
}

.part1 p {
  font-size: 20px;
}

.service_main {
  background-image: url('images/bg-12.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service_card_head {
  display: flex;
  flex-wrap: wrap;
}

.service_card_head .service_card {
  width: 29%;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  margin: 20px;
  height: fit-content;
}

.service_card img {
  width: 100%;
  width: 100%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 220px;
}

.serve_card img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-start-end-radius: 20px;
  border-start-start-radius: 20px;
}

.service_card figure {
  margin: 0;
}

.service_card h3 {
  font-size: 30px;
  padding: 20px 10px 10px 20px;
}

.service_card p {
  font-size: 18px;
  padding: 0px 10px 0px 20px;

}

.service_card a button {
  padding: 13px;
  border-radius: 17px;
  background: #cafdc5;
  margin: 5px 30px 10px;
  font-size: 22px;
  border: none;
}

@media (max-width: 776px) {
  .service_main .our_service {
    display: block;
    padding: 10px;
  }

  .service_main .part1 {
    width: 100%;
  }

  .service_main .part2 {
    width: 100%;
  }

  .service_card_head .service_card {
    width: 100%;
    margin: 10px 0;
  }

  .service_card_head {
    display: block;
  }
}

@media (min-width: 778px) and (max-width: 1180px) {

  .service_main .our_service {
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
  }

  .service_card_head .service_card {
    width: 45%;
    margin: 15px;
  }
}


/* General Styles */

/* Popup Styles */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.popup-content h2 {
  margin-top: 0;
}

.popup-content label {
  display: block;
  margin: 10px 0 5px;
}

.popup-content input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.popup-content button {
  background: #007BFF;
  color: #fff;
  padding: 10px 15px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.popup .close_btn {
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  background: #fff;
  width: 100%;
  text-align: right;
}

.popup-content .close_btn:hover {
  background: #fff
}

.popup-content button:hover {
  background: #0056b3;
}

.popup-content img {
  width: 50px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}

/* portfolio */
.portfolio h2 {
  color: #000;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
  text-transform: none;
  text-align: center;
}

.portfolio p {
  font-size: 26px;
  text-align: center;
}

.port_block {
  display: flex;
  flex-wrap: wrap;
}

.port_block img {
  width: 23%;
  margin: 11px;
}

/* our courses */
.courses {
  width: 100%;
  height: auto;
  background-color: #fff1e4;
  margin: -30px 0 0 0;
  padding-bottom: 50px;
}

.bg-white {
  background-color: #fff !important;
}

.services .services_icon {
  background-color: #fff1e4;
}

.service_item:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.services_icon {
  display: inline-flex;
  margin: 0 15px 0 0;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 6px;
  border-radius: 6px;
}

@media (min-width: 1200px) {
  .courses .service_item:first-child {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
}

@media (min-width: 1200px) {
  .courses .service_item:nth-child(3) {
    grid-row: 2 / 3;
  }
}

@media (min-width: 1300px) and (max-width: 1680px) {
  .services_icon {
    width: 36px;
    height: 36px;
  }
}

@media (min-width: 1200px) {
  .title_h2_new h2.h4 {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .title_h2_new h2.h4 {
    font-size: 15px;
  }
}

.title_h2_new h2.h4 {
  color: #312d2d;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: capitalize;
}

.new_portfolio_landing .title_h2 h2,
.new_portfolio_landing .title_h2_new h2,
.title_h2_new h2 {
  margin-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .new_portfolio_landing h2 {
    font-size: 28px;
  }
}

.new_portfolio_landing h2 {
  color: var(--base-color);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
  text-transform: none;
}

.courses p {
  font-size: 18px;
  color: #585858;
  line-height: 1.5;
  font-weight: 400;
}

.light-black {
  color: rgba(0, 0, 0, .7) !important;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

.fadeInUpSlide {
  -webkit-animation-name: fadeInUpSlide;
  animation-name: fadeInUpSlide;
}

.btn-primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .cta_btn {
    min-width: 160px;
    height: 44px;
  }
}

.cta_btn em {
  margin-right: 12px;
}

.cta_btn span {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}

.services_grid_home {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.cta_btn em img {
  max-width: 18px;
  max-height: 18px;
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .cta_btn {
    min-width: 160px;
    height: 44px;
  }
}

.btn-primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: var(--white-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cta_btn {
  position: relative;
  min-width: 210px;
  overflow: hidden;
  height: 50px;
  border-radius: 6px;
  box-shadow: 0 3px 20px 0 rgba(142, 64, 30, 0.22);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  line-height: 1.5;
  transition: all .7s cubic-bezier(.3, 0, .3, 1);
  -webkit-transition: all .7s cubic-bezier(.3, 0, .3, 1);
}

.service_item {
  border-radius: 15px;
  padding: 25px;
  width: 100%;
  transition: ease all .5s;
  -webkit-transition: ease all .5s;
}

@media (min-width: 1200px) {
  .services_grid_home {
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .services_grid_home .service_item:first-child {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
  }
}

@media (min-width: 1200px) {
  .services_grid_home .service_item:nth-child(4) {
    grid-row: 1 / 3;
    grid-column: 3 / 4;
  }
}

@media (min-width: 1200px) {
  .services_grid_home .service_item:last-child {
    grid-row: 1 / 3;
    grid-column: 5 / 5;
  }
}

.services_grid_home .service_item {
  border-radius: 14px;
  border: 1px solid #046c3c;
  background: var(--white-color);
  -webkit-box-shadow: 0px 0px 5px 7px rgba(4, 108, 60, 1);
  -moz-box-shadow: 0px 0px 5px 7px rgba(4, 108, 60, 1);
  box-shadow: 0px 0px 10px 1px rgba(4, 108, 60, 1);
}

.service_item i {
  margin-right: 15px;
  padding: 15px 0;
}

.service_item i img {
  width: 60px;
  max-height: 60px;
}

.services_grid_home .service_item h3 {
  font-weight: 600;
}

.service_item .h5 {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.3;
  color: var(--base-color);
}

.services_grid_home .service_grp p {
  margin-bottom: 0;
}

/* responsive for phone view*/
@media (min-width:767px) and (max-width:1024px) {
  .home .content {
    width: 100%;
  }

  .social a {
    width: 21%;
    margin: 14px 11px;
  }
  .social h6 {
    font-size: 15px;
  }

  .social img {
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .home_banner {
    display: block;
    padding: 60px 20px 20px 20px;
  }

  .home .content {
    width: 100%;
  }

  .serve .head {
    display: block;
  }

  .serve h3 {
    width: 100%;
    font-size: 28px;
  }

  .card .block {
    display: block;
  }

  .accordion__body .card {
    padding: 10px;
  }

  .card .card1 {
    width: 100%;
  }

  .card .card2 {
    width: 100%;
  }

  .colleague_say p {
    font-size: 18px;
    padding: 0;
  }

  .why_us p {
    padding: 0;
  }

  .port_block img {
    width: 42%;
    margin: 14px;
  }

  .pricing-section1 {
    padding: 35px 0;
  }

  .aboutus-head strong {
    font-size: 20px;
    margin: 0;
  }

  .pricing-design {
    padding: 10px;
    display: block;
  }

  .input_text {
    width: 100%;
  }

  .social a {
    width: 42%;
    margin: 14px 11px;
  }

  .social h6 {
    font-size: 15px;
  }

  .social img {
    width: 25px;
  }

  .foot .foot_part {
    display: block;
  }

  .foot .foot_block {
    width: 100%;
    margin: 10px 0;
  }

  .connect {
    display: none;
  }

  .effect {
    background-color: beige;
  }

  .how_we_work h3 {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(0deg);
  }

  .work_part {
    display: block;
  }

  .input_text {
    margin: 10px 2px;
  }

  .contact_us h4 {
    font-size: 28px;
  }

  .how_we_work {
    display: none;
  }

  .services_grid_home {
    display: block;
  }

  .services_grid_home .service_item {
    margin: 30px 0;
  }

  .logo {
    margin: 0 10px;
  }

}


/* training proceduce */
.tsf-hexagon {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 664px;
}

.section_sub_titile {
  letter-spacing: 0.03em;
  color: var(--text-blue-a4a);
  font-weight: 600;
  font-size: 42px;
}

.complex_grid {
  width: 100%;
  position: relative;
  margin-left: 55px;
}

.hexaBox.active {
  top: 160px;
}

.hexaBox {
  position: absolute;
  display: inline-block;
  width: 245px;
  overflow: hidden;

}

.hexaBox img.hexaIcon {
  width: 100%;
  transition: 0.5s ease-in-out;
}

.hexaBox img.hexaIcon.hexaIcon_blue {
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%) scale(0) rotate(360deg);
}

.hexaBox_content {
  z-index: 12;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hexaBox_content img {
  margin-bottom: 8px;
}

.hexaBox .hexaBox_content p {
  color: var(--text-124);
  font-size: 22px;
  line-height: 28px;
  text-transform: capitalize;
  transition: 0.3s ease-in;
  opacity: 0.5;
}

.hexaBox.active .hexaBox_content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  text-transform: capitalize;
  opacity: 1;
}

.hexaBox_assesment {
  left: 209px;
  top: 42px;
}

.hexaBox_courseview {
  left: 213px;
  top: 278px;
}

.hexaBox_hybrid {
  top: 160px;
  left: 420px;
}

.hexaBox_project {
  left: 587px;
  top: 158px;
}

.hexaBox_perf_track {
  top: 277px;
  left: 797px;
}

.hexaBox_examination {
  top: 519px;
  left: 796px;
}

.hexaBox_certification {
  left: 1002px;
  top: 400px;
}

.hexaBox_assistance {
  left: 1006px;
  top: 161px;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.hexaBox:hover img.hexaIcon.hexaIcon_blue {
  left: 0;
  top: 0;
  transform: translate(0, 0) scale(1) rotate(0);
}

.hexaBox.active .hexaBox_content img,
.hexaBox:hover .hexaBox_content img,
.hexaBox:hover .hexaBox_content p {
  opacity: 1;
}

.hexaBox:hover .hexaBox_content p {
  color: #fff;
}

.hexaBox.active .hexaBox_content img,
.hexaBox:hover .hexaBox_content img,
.hexaBox:hover .hexaBox_content p {
  opacity: 1;
}

@media screen and (max-width:1020px) {
  .hexaBox.active {
    top: 160px;
  }

  .hexaBox_assesment {
    left: 157px;
    top: 64px;
  }

  .hexaBox_courseview {
    left: 159px;
    top: 252px;
  }

  .hexaBox_hybrid {
    top: 160px;
    left: 320px;
  }

  .hexaBox_project {
    left: 323px;
    top: -16px;
  }

  .hexaBox_perf_track {
    top: 71px;
    left: 484px;
  }

  .hexaBox_examination {
    top: 338px;
    left: 322px;
  }

  .hexaBox_certification {
    left: 486px;
    top: 252px;
  }

  .hexaBox_assistance {
    display: none;
  }

  .hexaBox {
    width: 190px;
  }

}

@media screen and (max-width:1020px) {
  .services_grid_home {
    grid-template-columns: repeat(2, 1fr);
  }

  .serve a button {
    height: fit-content;
    font-size: 18px;
  }

  .how_we_work h3 {
    font-size: 18px;
  }

  .why_us h3 {
    font-size: 22px;
  }

  .why_us span {
    font-size: 14px;
  }

  .port_block img {
    width: 21%;
    margin: 13px;
  }

  .pricing-design3 {
    padding: 25px 0px;
  }

  .pricing-design3 span {
    font-size: 32px;
  }

  .pricing-design3 a {
    padding: 12px 20px;
  }

  .pricing-list ul {
    padding: 10px 0;
  }

  .pricing-list ul li {
    font-size: 15px;
  }

  .contact_us h4 {
    font-size: 30px;
  }

  .input_text {
    width: 88%;
  }

  .home_banner {
    padding: 50px 20px;
  }

  .serve h3 {
    width: 60%;
    font-size: 30px;
  }
}

@media screen and (max-width:776px) {
    .tsf-hexagon {
        height: 940px;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .complex_grid{
      margin: 0;
    }

  .section_sub_titile {
    font-size: 35px;
  }

  .hexaBox.active {
    top: 70px;
    left: 17px;
}
  .hexaBox {
    width: 185px;
  }

  .hexaBox_assesment {
    left: 178px;
    top: -15px;
}

  .hexaBox .hexaBox_content p {
    font-size: 15px;
    line-height: 20px;
  }

  .hexaBox_courseview {
    left: 11px;
    top: 249px;
}

.hexaBox_hybrid {
  top: 162px;
  left: 178px;
}

.hexaBox_project {
  left: 24px;
  top: 607px;
}

.hexaBox_perf_track {
  top: 517px;
  left: 185px;
}

.hexaBox_examination {
  top: 786px;
  left: 20px;
}

.hexaBox_certification {
  left: 184px;
  top: 698px;
}

.hexaBox_assistance {
  left: 170px;
  top: 717px;
}
}


/* waves */
@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }

  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }

  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}

.waveWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 70px;
  margin: auto;
}

.waveWrapperInner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 30%;
  background-image: linear-gradient(to right top, #8acb8d, #96d18b, #a3d68a, #b1dc88, #bfe187, #c8e082, #d1df7e, #dadd7b, #dfd575, #e4cd6f, #e8c56c, #ebbd69);
}

.bgTop {
  z-index: 15;
  opacity: 0.5;
}

.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}

.bgBottom {
  z-index: 5;
}

.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}

.waveTop {
  background-size: 50% 100px;
}

.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.waveMiddle {
  background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}

.waveBottom {
  background-size: 50% 100px;
}

.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

.waveWrapper h2 {
  font-size: 48px;
  width: 100%;
  text-align: center;
  font-weight: 800;
  color: #000;
}

/* blogs */

body {
  margin: 0;
  padding: 0;
}
.contenedor {
  position: relative;
  width: 100%;
  top: 150px;
margin-bottom: 50px;
  display: flex;
  justify-content: center;
  gap: 20px;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Arial", sans-serif;
}

.contenedor .card {
  width: 300px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contenedor .card-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  text-align: center;
  min-height: 210px;
  height: 40vh;
}

.contenedor .card-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.contenedor .card-content {
  padding: 20px;
  min-height: 220px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.contenedor .card-content h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #333;
}

.contenedor .card-content p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #666;
}

.contenedor .card-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contenedor .dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 5px;
  display: inline-block;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
}

@keyframes dot-animation {
  from {
    background-color: #bbb;
    width: 10px;
  }
  to {
    background-color: #333;
    width: 30px;
  }
}

@keyframes dot-animation-reverse {
  from {
    background-color: #333;
    width: 30px;
  }
  to {
    background-color: #bbb;
    width: 10px;
  }
}

.contenedor .active-dot {
  animation-name: dot-animation;
  animation-fill-mode: forwards;
}

.contenedor .dot:not(.active-dot) {
  animation-name: dot-animation-reverse;
  animation-fill-mode: forwards;
}

.contenedor .buttons {
  display: flex;
  gap: 20px;
}

.contenedor .next-button {
  background-color: #272727;
  color: white;
  border: 1px solid #272727;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.contenedor .next-button:hover {
  background-color: #939393;
  border: 1px solid #939393;
}

.previous-button {
  background-color: #fff;
  color: #272727;
  border: 1px solid #272727;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.previous-button:hover {
  color: white;
  border: 1px solid #939393;
  background-color: #939393;
}

.ocultar {
  display: none;
}

.principal {
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  z-index: 10;
  transition: 0.5s;
}

.siguiente {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50%);
  z-index: 8;
  transition: 0.5s;
  transform: scale(0.8) perspective(40px) rotateY(-0.5deg);
  filter: blur(3px);
}

.siguiente2 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% + 120px);
  z-index: 6;
  transition: 0.5s;
  transform: scale(0.6) perspective(40px) rotateY(-0.5deg);
  filter: blur(8px);
}

.anterior {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% - 300px);
  z-index: 8;
  transition: 0.5s;
  transform: scale(0.8) perspective(40px) rotateY(0.5deg);
  filter: blur(3px);
}

.anterior2 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: calc(50% - 420px);
  z-index: 6;
  transition: 0.5s;
  transform: scale(0.6) perspective(40px) rotateY(0.5deg);
  filter: blur(8px);
}

#div-transparent-previous {
  position: absolute;
  width: 250px;
  height: 100%;
  right: calc(50% + 150px);
  top: 0;
  z-index: 9;
  cursor: pointer;
}

#div-transparent-next {
  position: absolute;
  width: 250px;
  height: 100%;
  left: calc(50% + 150px);
  top: 0;
  z-index: 9;
  cursor: pointer;
}

@keyframes move_icone {
  0% {
    rotate: -5deg;
  }

  50% {
    rotate: 5deg;
  }

  100% {
    rotate: 0deg;
  }
}

.faq_7 * {
  font-family: Nunito, sans-serif;
}

.faq_7 .responsive-cell-block {
  min-height: 75px;
}

.faq_7 .text-blk {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  line-height: 25px;
}

.faq_7 .responsive-container-block {
  min-height: 75px;
  height: fit-content;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  justify-content: flex-start;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-content: center;
  align-items: center;
}

.faq_7 .faq-head-bg {
  background-color: #046c3c;
  color: white;
  padding-top: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: auto;
}

.faq_7 .text-blk.faq-heading1 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 900;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  color: #fff;
}

.faq_7 .text-blk.faq-subheading {
  font-size: 18px;
  line-height: 26px;
}

.faq_7 .faq-dropdown-bg {
  padding-top: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
}

.faq_7 .faq {
  display: block;
  flex-direction: column;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.faq_7 .faq-question-container {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq_7 .faq-question-container:hover {
  cursor: pointer;
}

.faq_7 .text-blk.faq-questions {
  color: #525252;
  font-size: 20px;
}

.faq_7 .text-blk.faq-answer {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  color: #9c9c9c;
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.faq_7 .text-blk.faq-subheading {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
  margin-left: 0px;
  max-width: 590px;
  color: #fff;
  font-size: 18px;
}

.faq_7 .answer-box {
  max-height: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition-duration: 3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: max-height;
}

.faq_7 .faq.active .openimg {
  transform: rotate(180deg);
}

.faq_7 .openimg {
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
  transition-property: transform;
}

.faq_7 .faq.active .answer-box {
  max-height: 550px;
}

.faq_7 .faq-head-content {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  max-width: 450px;
}

.faq_7 .container-block {
  max-width: 800px;
}
.accordion__body {
  overflow: hidden;
 transition: max-height 0.2s ease-out;
}

@media (max-width: 1024px) {
  .faq_7 .text-blk.faq-answer {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .faq_7 .text-blk.faq-heading1 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }

  .faq_7 .faq-head-content {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 500px;
    text-align: center;
  }

  .faq_7 .faq-head-bg {
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 30px;
    padding-left: 60px;
  }

  .faq_7 .faq-dropdown-bg {
    padding-top: 50px;
    padding-right: 60px;
    padding-bottom: 50px;
    padding-left: 60px;
  }

  .faq_7 .text-blk.faq-questions {
    font-size: 18px;
  }

  .faq_7 .text-blk.faq-answer {
    font-size: 16px;
  }

  .faq_7 .text-blk.faq-subheading {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}

@media (max-width: 500px) {
  .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-5.faq-head-bg {
    padding-top: 80px;
    padding-right: 30px;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-7.faq-dropdown-bg {
    padding-top: 80px;
    padding-right: 30px;
    padding-bottom: 80px;
    padding-left: 30px;
  }

  .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-5.faq-head-bg {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-7.faq-dropdown-bg {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
  }

  .faq_7 .text-blk.faq-answer {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 22px;
    font-size: 16px;
  }

  .faq_7 .text-blk.faq-questions {
    font-size: 18px;
  }

  .faq_7 .text-blk.faq-heading1 {
    font-size: 26px;
  }

  .faq_7 .text-blk.faq-subheading {
    font-size: 17px;
    line-height: 24px;
  }
}