* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
@media (min-width: 320px) {
  .card-service h3 {
    padding-top: 15px;
  }
  .contact-input input {
    width: 100%;
    padding: 8px 10px;
  }
  .about-card {
    padding-top: 15px;
  }
  .contact-details {
    padding-left: 10px;
  }

  .contact-details h5 {
    font-weight: 600;
  }

  .contact-input {
    padding: 5px 0 10px 0;
  }

  .contact-input input {
    padding: 8px 10px;
  }
  .contact-row {
    display: flex;
    flex-wrap: wrap;
  }
  .contact-col1 {
    width: 100%;
  }
  .contact-col2 {
    width: 100%;
  }
}
@media (min-width: 620px) {
  .contact-col-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .contact-input-same {
    width: 50%;
    padding: 10px;
  }

  .contact-input-subject {
    width: 100%;
    padding: 10px;
  }

  .contact-ta {
    width: 100%;
    padding: 10px;
  }

  .contact-col2 {
    padding-left: 10px;
  }

  .contact-input input {
    padding: 8px 10px;
  }
  .contact-col1 {
    padding-left: 15px;
  }
}
@media (min-width: 960px) {
  .card-service h3 {
    padding-top: 0px;
  }
  .contact-col-right {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .about-card {
    padding-top: 0px;
  }
  .contact-input-same {
    width: 50%;
    padding: 10px;
  }

  .contact-input-subject {
    width: 100%;
    padding: 10px;
  }

  .contact-ta {
    width: 100%;
    padding: 10px;
  }

  .contact-row {
    display: flex;
  }

  .contact-details {
    padding-left: 10px;
  }
  .last-h {
    font-size: 12px;
  }
  form > div {
    padding-top: 5px;
  }
  label {
    padding-left: 5px;
  }
  .con-mar {
    margin-top: 20px;
  }
  .last {
    padding-top: 20px;
  }
  .contact-col1 {
    width: 50%;
  }
  .contact-col2 {
    width: 50%;
  }
  .contact-input input {
    padding: 8px 10px;
  }
}
p,
a {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}
.side-1 a {
  text-decoration: none;
  color: #fff;
}
.side-panel {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;

  padding: 30px;
  gap: 15px;
  width: 100%;
  justify-content: flex-start;
}
.panel {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  right: 100%;
  z-index: 1000;
  background-color: #1b1b1b;
  bottom: 0;
  font-weight: 700;
  transition-timing-function: ease-out;
  transition-duration: 0.2s;
}
.pl {
  right: 30%;
}
.side-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}
#pan {
  visibility: hidden;
}
.bottom {
  color: #fff;
  padding-top: 4rem;
  margin-top: 4rem;
}

.panel h3 {
  color: #fff;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0%;
  z-index: 100;
  box-shadow: 5px 0 5px #1111117a;
  background-color: #fff;
  padding: 10px 0;
}
.logo {
  width: 170px;
}
.icon-header {
  font-size: 20px;
}
.nav-item a {
  font-size: 1.1rem;
  color: #111 !important;
  font-family: "Poppins", sans-serif;
}

.nav-item a:hover {
  color: rgb(44, 189, 92) !important;
  transition-duration: 0.4s;
}
.about-card p {
  line-height: 28px;
}
.vi-icon {
  color: rgb(44, 189, 92);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(44, 189, 92);
  border-radius: 50%;
}
.vision-left {
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 10px;
}
.vision-left:hover .vi-icon {
  background-color: rgb(44, 189, 92);
  color: #fff;
  transition: all 0.2s linear;
}
.vision-left:hover h4 {
  color: rgb(44, 189, 92);
}
.consult-icon {
  width: 70px;
  height: 70px;
}
.consult-icon img {
  width: 100%;
  height: 100%;
}

.consult-list ul {
  width: 95%;
  height: 100%;
  padding: 20px 0 20px 20px !important;
  line-height: 35px;
  background-color: #fff;
  box-shadow: 0 0 5px #11111165;
  display: flex;
}
.consult-list ul li::before {
  content: "\F231";
  font-family: "Bootstrap-icons";
  padding-right: 10px;
  position: relative;
  top: 3px;
}

.consult-list {
  height: 100%;
}
ul {
  margin: 0;
  padding-left: 0 !important;
}
.consult-list {
  align-items: center;
}
.product-con,
.consult-product,
.it-row,
.contact-row {
  margin-top: 3rem !important;
}
.it-icon {
  width: 100%;
  height: 200px;
  position: relative;
}
.os-icon {
  width: 100%;
  height: 250px;
  position: relative;
}
.contact-details a {
  color: #111;
}
.it-detail p {
  font-size: 20px;
  text-align: center;
}
.footer_section {
  padding: 15px 0;
}
.pull-right a {
  text-decoration: none;
  color: #fff;
}
.pull-right {
  margin-bottom: 0 !important;
}
.copyright {
  color: #fff;
  margin-bottom: 0 !important;
}
.it-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  background-color: #111111c5;
  color: #fff;
  transform: scaleX(0);
  display: flex;
  justify-content: center;
  align-items: center;
}
.os-detail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #11111159;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.navbar-nav .nav-item a {
  font-size: 1rem;
  color: #111 !important;
  padding: 10px 15px;
  font-family: "Poppins", sans-serif;
}

.navbar-nav .nav-item a.nav-btn {
  background-color: #2cbd5c;
  color: #fff !important;
  margin-left: 30px;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

.navbar-nav .nav-item a.nav-btn:after {
  content: "";
  background-color: #000;
  color: #fff;
  width: 0;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.card.about-image img {
  height: 100%;
}
.card.about-image {
  height: 500px;
}
.nav-item a:hover {
  color: rgb(44, 189, 92) !important;
  transition-duration: 0.4s;
}

.navbar-nav .nav-item a.nav-btn:hover {
  color: #fff !important;
}

.navbar-nav .nav-item a.nav-btn:hover:after {
  width: 100%;
  opacity: 1;
  color: #fff !important;
}
.os-detail p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  background-color: #111;
  padding: 5px 0;
}
.it-icon:hover .it-detail {
  transform: scaleX(1);
}
.it-icon img,
.os-icon img {
  width: 100%;
  height: 100%;
}
div.consult-row {
  margin-top: 3rem !important;
  padding-top: 2rem;
}
.consult-detail p {
  padding-top: 25px;
  font-size: 1.2rem;
  font-weight: 600;
}
.consult-card:hover {
  box-shadow: 0 0 5px rgb(159 159 159 / 44%);
  transition-duration: 0.2s;
}
.consult-card:hover .consult-detail {
  color: rgb(44, 189, 92);
  transition: all 0.2s linear;
}
div.consult-card {
  border: 1px solid #ddd !important;
  align-items: center;
  padding: 30px 20px;
}
.carousel-image {
  height: 100%;
}

.carousel-item {
  height: 65vh;
}
.carousel-caption .banner-head {
  font-size: 40px;
}
.banner-head {
  font-size: 3.5rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.partner-head {
  margin-bottom: 5rem !important;
}
.carousel-caption {
  bottom: 40% !important;
}
.carousel-control-next,
.carousel-control-prev {
  height: 50px !important;
  top: 47% !important;
  transition: all 0.2s linear;
}
#banner .carousel-control-next {
  right: 2% !important;
  transition: all 0.2s linear;
}
#banner .carousel-control-prev {
  left: 2% !important;
  transition: all 0.2s linear;
}
#banner:hover .carousel-control-next {
  right: 4% !important;
}
#banner:hover .carousel-control-prev {
  left: 4% !important;
}
#service,
#partners,
#services,
#about,
#it-service,
#consulting,
#open-source,
#contact {
  padding: 5rem 0;
}
.detail-all {
  line-height: 25px;
}
.nav-item {
  position: relative;
}

.dropdown-menu {
  display: block;
}

ul.dropdown-menu.head-on {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
  visibility: hidden;
}
a.dropdown-item:hover {
  color: var(--btn-bg);
  background-color: none;
}
.nav-item.dropdown:hover .dropdown-menu.head-on {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
ul.dropdown-menu.head-tree {
  display: block;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
  visibility: hidden;
}
.sub_banner_section {
  background: url("../images/bgsub.jpg") no-repeat;
  width: 100%;
  padding: 150px 0px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.sub_banner_section .sub_title {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: 50%;
}
.sub_banner_section .sub_title ul li {
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  font-size: 15px;
  position: relative;
}

.sub_banner_section .sub_title ul li a {
  color: #fff;
  font-size: 15px;
  position: relative;
  padding: 0px 0px;
  text-decoration: none;
}
.sub_banner_section .sub_title h2 {
  color: #fff;
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  text-transform: capitalize !important;
  font-weight: 600;
}
.sub_banner_section .about_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  content: "";
  z-index: 1;
}
.nav-item.dropdown:hover .dropdown-menu.head-tree {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.consult-card {
  position: relative;
  z-index: 3;
}
.white {
  opacity: 0;
  transition: all 0.2s linear;
}
.black {
  opacity: 1;
  transition: all 0.2s linear;
}
.consult-card:hover .white {
  opacity: 1;
}
.consult-card:hover .black {
  opacity: 0;
}
.consult-card::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2cbd5c;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.consult-card:hover .consult-detail {
  color: #fff;
}
.consult-card:hover:after {
  width: 100%;
  opacity: 1;
}
.consult-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  display: inline-block;
}
.consult-detail {
  margin-top: 6rem;
}
footer {
  margin-top: 4rem;
  background-color: rgb(76, 136, 96);
  padding: 15px;
}
li {
  list-style-type: none;
}
.foot-card ul {
  line-height: 35px;
}
a {
  text-decoration: none !important;
}
.foot-card ul li a,
.foot-card ul li,
address {
  color: rgb(220, 226, 224);
}
.foot-card ul li::before {
  content: "\F285";

  font-family: "Bootstrap-icons";
  padding-right: 10px;
}
.foot-card ul li a:hover {
  color: rgb(95, 207, 172) !important;
}
.foot-card ul li:hover {
  color: rgb(95, 207, 172);
}
.contact h4 {
  color: rgb(227, 243, 238);
}
.foot-card {
  background-color: rgb(76, 136, 96) !important;
}
.foot-card h3 {
  color: rgb(227, 243, 238);
}
.read {
  color: rgb(44, 189, 92);
  font-size: 1.2rem;
}
a:hover {
  color: #09e611 !important;
  transition-duration: 0.2s;
}

.card-service p {
  line-height: 30px;
  padding-bottom: 1rem;
}
.card-img-top {
  border: 0 !important;
}
.serv {
  height: 250px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.content-service {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0%;
  background-color: #11111179;
  transform: scale(0);
  transition: all 0.4s linear;
}
.service-row:hover .content-service {
  transform: scale(1);
}
.img-service {
  height: 100%;
}
.content-service button {
  padding: 7px 15px;
  border-radius: 5px;
  color: #fff;
  background-color: rgb(44, 189, 92);
  border: 1px solid rgb(44, 189, 92);
}
.card-service h3 {
  padding-bottom: 1rem;
  color: rgb(3, 196, 67);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.service-row {
  margin-top: 3rem !important;
}
.contact-icon {
  font-size: 20px;
  color: #8fc04e;
  width: 45px;
  height: 45px;

  background-color: #f3f8ec;
  border-radius: 50%;
  border: 1px solid #f3f8ec;
  line-height: 45px;
  text-align: center;
  transition-duration: 0.4s;
}

.contact-details h3 {
  font-size: 24px;
  padding-bottom: 3px;
}

.contact-col-left {
  display: flex;

  padding: 15px 0;
}

input {
  border: 1px solid #ccc;
  outline: none;
}

textarea {
  border: 1px solid #ccc;
}

.contact-ta textarea {
  padding: 10px;
  width: 100%;
}

.contact-button button {
  color: #f3f8ec;
  background-color: #8fc04e;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #f3f8ec;
}

.contact-button {
  display: flex;
  margin-left: 10px;
  padding-top: 2vh;
}

.contact-col-left:hover .contact-icon {
  background-color: #8fc04e;
  color: #ffff;
}
.partner-h::after {
  position: absolute;
  bottom: -13px;
  left: 46.5%;
  content: "";
  display: block;
  margin: auto;
  width: 8%;
  height: 3px;
  background-color: rgb(44, 189, 92);
  transition: all 0.2s linear;
}

.partner-h {
  position: relative;
  font-weight: 700;
}

.consult-product h4 {
  font-weight: 600;
}
.card {
  border: 0 !important;
}
.partner-image {
  justify-content: center;
  padding: 5px;
}
.partner-row {
  margin-top: 4rem !important;
}
.logo-footer {
  width: 200px;
  height: 150px;
}
address > p {
  padding-bottom: 10px !important;
  margin: 0;
}
.logo-footer img {
  width: 100%;
  height: 100%;
}
.partner-h::before {
  position: absolute;
  bottom: -12px;
  left: 43%;
  content: "";
  display: block;
  margin: auto;
  width: 15%;
  height: 1px;
  background-color: rgb(44, 189, 92);
}
.partner-image {
  height: 100px;
  transition: 0.2s;
}

.partner-h:hover:after {
  left: 43%;
  width: 15%;
}
.partner-image:hover {
  transform: scale(1.1);
}
.service-head,
.learn {
  color: rgb(36, 36, 109);
}
.title-sec h2 {
  color: rgb(60, 60, 207);
  padding-bottom: 15px;
}
.title-sec h2::after {
  content: "";
  display: block;
  margin: auto;
  width: 10%;
  height: 3px;
  background-color: rgb(100, 100, 165);
}
.title-sec {
  padding-bottom: 2rem;
}

.slide-img {
  width: 200px;
  height: 200px !important;
}
.partner-flex {
  display: flex;
  align-items: center !important;
}
.carousel-inner {
  position: relative;
}
.carousel-item::before {
  content: "";
  background-color: rgb(65, 65, 65, 0.6);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.carousel-control-next-icon {
  width: 80px !important;
  height: 25px !important;
}
.carousel-control-prev-icon {
  width: 80px !important;
  height: 25px !important;
}
.our_client_sec .news_list .item {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0px 10px;
  margin: 10px;
}

.client_img {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
}

.client_img {
  max-width: 70%;
  margin: auto;
}
.our_client_sec .owl-next {
  background: #2cbd5c;
  top: 55%;
  right: -2%;
}

.our_client_sec .owl-next:after {
  content: "\F135";
  font-family: "Bootstrap-icons";
  color: #fff;
  font-size: 20px;
}

.our_client_sec .owl-next:hover {
  color: #2cbd5c;
  background-color: #fff;
}
.our_client_sec .owl-next:hover:after {
  color: #2cbd5c;
}

.our_client_sec .owl-prev {
  background: #2cbd5c;
  top: 55%;
  left: -2%;
}

.our_client_sec .owl-prev:after {
  content: "\F12C";
  font-family: "Bootstrap-icons";
  font-size: 20px;
  color: #fff;
}

.our_client_sec .owl-prev:hover {
  color: #2cbd5c;
  background-color: #fff;
}

.our_client_sec .owl-prev:hover:after {
  color: #2cbd5c;
}
