header {
  background-image: url(/assets/image/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 850px;
}
header .logo img {
  width: 128px;
  height: 58px;
}
header .navbar ul li a {
  font-size: 20px;
  color: #FFF;
}
header .navbar ul li a:hover {
  color: #FFF;
}
header .navbar .dropdown-menu a {
  transition: 0.3s;
  color: #000;
}
header .navbar .dropdown-menu a:hover {
  background-color: #00296B;
}
header .navbar .dropdown:hover > .dropdown-menu,
header .navbar .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
header .navbar .dropend:hover > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
}
header .banner {
  margin-top: 6% !important;
}
header .banner h1 {
  font-size: 70px;
}
header .banner p {
  font-size: 25px !important;
  line-height: 145%;
}

.secondary-header {
  box-shadow: 0px 3px 25px 0px rgba(0, 0, 0, 0.1) !important;
}
.secondary-header .logo img {
  width: 128px;
  height: 58px;
}
.secondary-header nav ul li a {
  font-size: 20px;
  color: #000;
}
.secondary-header nav .dropdown-menu a {
  transition: 0.3s;
}
.secondary-header nav .dropdown-menu a:hover {
  background-color: #00296B;
  color: #fff;
}
.secondary-header nav .dropdown:hover > .dropdown-menu,
.secondary-header nav .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
.secondary-header nav .dropend:hover > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
}

.header-icon a {
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
}
.header-icon a i {
  transition: transform 1s;
  color: rgb(37, 37, 33);
}
.header-icon a:hover {
  border: 1px solid rgba(0, 0, 0, 0.01);
}
.header-icon a:hover i {
  transform: scale(1.1);
  /* transform: translate(0px, -6px); */
}
.header-icon a:hover .fa-facebook {
  color: #3b5998 !important;
}
.header-icon a:hover .fa-instagram {
  color: #f14843 !important;
}
.header-icon a:hover .fa-x-twitter {
  color: black !important;
}
.header-icon a:hover .fa-linkedin-in {
  color: #0077b5 !important;
}

.mobile-menu .navbar .offcanvas .offcanvas-body {
  background-color: #00296B;
}
.mobile-menu .navbar .offcanvas .offcanvas-body ul li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.mobile-menu .navbar .offcanvas .offcanvas-body ul li .dropdown-item {
  color: #000 !important;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .containar .width-100 {
    width: 100% !important;
  }
  .containar .padding {
    padding: 40px !important;
  }
  .containar header {
    padding: 10px;
  }
  .containar header .header {
    display: none !important;
  }
  .containar header .banner {
    padding: 40px;
  }
  .containar header .banner p {
    width: 80% !important;
  }
  .containar .content-header p {
    width: 100%;
  }
  .containar .new-tech {
    display: none !important;
  }
  .containar .works {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .containar .works .work {
    width: 50% !important;
    margin-bottom: 20px;
  }
  .containar .mobile-header {
    display: block !important;
  }
  .containar .secondary-banner img {
    display: none;
  }
  .containar .partner-company img {
    width: 20%;
  }
  .containar .secondary-header .header {
    display: none !important;
  }
  .containar .secondary-header .mobile-header {
    display: block !important;
  }
  .containar .secondary-header .mobile-header .header-section .logo a img {
    width: 35%;
  }
  .containar .secondary-header .mobile-header .header-section .menu img {
    width: 8% !important;
  }
  .containar .offcanvas {
    width: 100% !important;
  }
  .containar .offcanvas .logo-dark img {
    width: 45% !important;
  }
  .containar .offcanvas .navbar-nav {
    width: 90% !important;
  }
  .containar .offcanvas .navbar-nav li a {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .containar .width-100 {
    width: 100% !important;
  }
  .containar header {
    padding: 0px !important;
  }
  .containar header .banner h1 {
    font-size: 50px !important;
    margin-bottom: 10px !important;
  }
  .containar header .banner p {
    font-size: 20px !important;
    width: 100% !important;
  }
  .containar .works .work {
    width: 100% !important;
  }
  .containar .works .work img {
    height: 480px;
    object-fit: cover;
  }
  .containar .secondary-header .mobile-header .header-section .logo a img {
    width: 50%;
    height: 40px;
  }
  .containar .secondary-header .mobile-header .header-section .menu img {
    width: 13% !important;
  }
  .containar .secondary-header .secondary-banner {
    padding: 15px !important;
  }
  .containar .secondary-header .secondary-banner img {
    display: none;
  }
  .containar .secondary-header .secondary-banner h1 {
    font-size: 45px !important;
  }
  .containar .offcanvas .logo-dark img {
    width: 65% !important;
  }
  .containar .offcanvas .navbar-nav {
    width: 100% !important;
  }
  .containar .offcanvas .navbar-nav li a {
    font-size: 20px !important;
    margin-bottom: 0px;
  }
  .containar .partner-company {
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
  }
  .containar .partner-company img {
    width: 50%;
    margin: 10px 0;
  }
}
.max-width {
  max-width: 1440px !important;
  margin: 0 auto !important;
}

.active {
  /* border-bottom: 2px solid #1DE9B6 !important; */
  color: #1DE9B6 !important;
}

.color-font {
  color: #F40057;
}

.bg-pink {
  background: #F40057;
  opacity: 0.6 !important;
}

.background-light-pink {
  background-color: rgb(244, 244, 244);
}

.bg-blue {
  background: #00AFFE !important;
  opacity: 0.6;
}

.bg-green {
  background: #1DE9B6;
  opacity: 0.6 !important;
}

/* .bg-light-pink{
    background: rgba(248, 102, 154, 0.05);
} */
.bg-cofee {
  background: #3F3F3F;
}

.icon-facebook:hover {
  fill: #316FF6;
}

.icon-linkedin:hover {
  fill: #0077b5;
}

.icon-insta:hover {
  fill: #cd486b;
}

.icon-x:hover {
  fill: red !important;
}

.features {
  width: 33%;
  box-shadow: 0px 2px 6px 2px rgba(136, 136, 136, 0.15);
  transition: 1.5s;
}
.features img {
  width: 13%;
}

.features:hover {
  transform: scale(1.03);
}

/* .features-width{
    width: 45%;
    img{
        width: 10%; 
    }
} */
/* .feature-w{
    width: 30%;
    img{
        width: 5%; 
    }
} */
.sap {
  margin-bottom: 15px !important;
  margin-top: 55px !important;
}

.sapp li {
  font-size: 18px !important;
  margin: 15px 0px;
}

.content-header h2 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 30px;
}
.content-header p {
  font-size: 24px;
  font-weight: 400;
  width: 1460px;
  margin-bottom: 45px;
}

.dropdown-item.active {
  background-color: #FFF !important;
}

.dropdown-item.active:hover {
  background-color: #00296B !important;
  color: #fff !important;
  border-bottom: none !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ps-60 {
  padding-left: 80px !important;
}

.pe-60 {
  padding-right: 80px !important;
}

.padding {
  padding: 60px 20px;
}

.fs-18 {
  font-size: 20px !important;
}

.view-more {
  border: 1px solid #000;
  border-radius: 7px;
  padding: 4px 10px;
  transition: 2s;
  width: 22%;
}
.view-more p {
  font-size: 16px !important;
  color: #000;
  font-weight: 600;
  margin: 0 !important;
  width: 130px;
}
.view-more i {
  color: #000;
  font-size: 13px;
}

.bck-image {
  bottom: 300px;
}

.current-bck {
  background-image: url(/assets/image/3f3f3f-bck.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.w-30 {
  width: 30%;
}

.w-48 {
  width: 48%;
}

.w-15 {
  width: 15%;
}

.w-8 {
  width: 8%;
}

.card {
  width: 30%;
  border-radius: 15px;
  border: none !important;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 7px 15px 15px 0px rgba(0, 0, 0, 0.04);
  transition: 1s;
}

.card:hover {
  transform: scale(1.05);
}

/* ol{
    li{
        width: 45%;
        list-style-type: decimal-leading-zero;
    }
    li::marker {
        font-size: 55px;
        font-weight: 700;
      }
} */
.use-case {
  list-style-type: none;
  counter-reset: ordered;
}
.use-case li {
  width: 45%;
}
.use-case li::before {
  content: counter(ordered);
  counter-increment: ordered;
  font-size: 55px;
  font-weight: 700;
  margin-left: -80px;
  margin-top: -30px;
  position: absolute;
}

.work {
  position: relative;
  overflow: hidden !important;
  border: 1px solid #000;
}
.work img {
  display: block;
  transition: transform 0.5s;
}
.work .layer {
  width: 100%;
  height: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.055));
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  transition: height 0.9s;
}
.work .layer a {
  color: #4AEDC5;
  border: 1px solid #fff;
  padding: 0 10px;
  transition: 0.5s;
}
.work .layer a:hover {
  background-color: #4AEDC5;
  border: 1px solid #4AEDC5;
  color: #fff;
}

.work:hover .layer {
  height: 100%;
}

/* .work:hover img {
    transform: scale(1.1);
  } */
@media (max-width: 900px) {
  .display-none {
    display: none !important;
  }
  .w-48 {
    width: 100% !important;
  }
  .width-100 {
    width: 100% !important;
  }
  .card {
    width: 100%;
  }
  .current-bck {
    background-image: none !important;
  }
  .current-bck h2 {
    color: #000 !important;
    text-align: center;
  }
  .current-bck p {
    color: #000 !important;
    text-align: center;
  }
  .use-case li {
    width: 100% !important;
  }
  .use-case-img img {
    display: none;
  }
  .feature {
    display: flex !important;
  }
  .feature .features {
    width: 50% !important;
  }
  .feature .features img {
    width: 20%;
  }
}
@media (max-width: 680px) {
  .section .view-more {
    width: 45% !important;
  }
  .section .padding {
    padding: 40px !important;
  }
  .section .ps-60 {
    padding: 0px !important;
  }
  .section .pe-60 {
    padding: 0px !important;
  }
  .section .display-none {
    display: none !important;
  }
  .section .width-100 {
    width: 100% !important;
  }
  .section ul li {
    width: 100% !important;
  }
  .section .current-bck {
    background-image: none !important;
  }
  .section .current-bck h2 {
    color: #000 !important;
  }
  .section .current-bck p {
    color: #000 !important;
  }
  .section .card {
    width: 100% !important;
    margin: 20px 0 !important;
  }
  .use-case {
    list-style-type: none;
    counter-reset: ordered;
  }
  .use-case li {
    width: 100%;
  }
  .feature .features {
    width: 100% !important;
  }
  .feature .features img {
    width: 20%;
  }
}
.new-tech {
  background-image: url(/assets/image/our-tech.png);
  /* width: 365px; */
  height: 662px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.new-tech h2 {
  width: 335.736px;
}
.new-tech button a {
  color: #fff;
  transition: 0.3s;
}
.new-tech button a:hover {
  color: #000 !important;
}

.whatdo-card {
  width: 350px;
}
.whatdo-card img {
  width: 60px;
}

.why-choose-us {
  background-color: #fff;
}
.why-choose-us .card {
  width: 100%;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1) !important;
  border-color: #EBEBEB;
  border-width: 1px;
  padding: 60px 30px 60px 30px;
}
.why-choose-us .card h5 {
  font-size: 23px !important;
  margin-bottom: 15px;
}
.why-choose-us .card i {
  font-size: 30px;
  margin-bottom: 20px;
  color: #01286b;
}
.why-choose-us .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #000;
}
.why-choose-us .box-sh {
  border: 1px solid #01286b !important;
}

.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list .list-main {
  width: 45%;
  margin: 20px 0px;
}
.list .list-main h3 {
  margin-bottom: 25px !important;
}
.list .list-main ul li {
  font-size: 20px;
  margin: 18px 0px;
}

@media (max-width: 680px) {
  .list .list-main {
    width: 100%;
  }
}
.hex-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding-bottom: 40px;
}
.hex-grid .category-label {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  font-size: 25px;
  padding: 8px;
  border-radius: 8px;
  font-weight: 600;
}
.hex-grid .hex {
  width: 150px;
  height: 120px;
  background: linear-gradient(145deg, #ffffff, #e0e0e0);
  color: #333;
  text-align: center;
  position: relative;
  margin: 10px 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  transition: all 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  animation: popIn 0.5s ease-in-out;
}
.hex-grid .hex i {
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.hex-grid .hex p {
  margin: 0;
  font-weight: 600;
  font-size: 14px !important;
}
.hex-grid .hex:hover {
  transform: scale(1.08);
  background: #F40057;
  color: white;
}

@keyframes popIn {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .hex-grid .hex {
    width: 100px;
    height: 87px;
  }
  .hex-grid .category-label {
    font-size: 1rem;
  }
}
.ready {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ready ul li {
  font-size: 20px;
  margin: 15px 0px;
}
.ready .image {
  display: flex;
  justify-content: center;
}
.ready .image img {
  text-align: center;
}

@media (max-width: 680px) {
  .containar .section .width-100 {
    width: 100% !important;
  }
  .containar .section .new-tech {
    display: block !important;
    display: flex !important;
    text-align: center !important;
    height: 380px;
  }
  /* .containar{
      .content-header{
          padding: 25px;
          h2{
              width: 100%;
              font-size: 35px;
              text-align: center;
          }
          p{
              width: 100%;
              font-size: 20px;
          }
      }
          .tech{
              flex-direction: column;
              align-items: center !important;
              .what-do-cards{
                  flex-direction: column;
              }
          }
      .keeping-good{
          .partner-images{
              flex-direction: column;
              img{
                  width: 30%;
                  margin-bottom: 20px;
              }
          }
      }
  } */
}
@media (max-width: 1200px) {
  .ready {
    flex-direction: column;
  }
  .ready .ready-content {
    width: 100% !important;
  }
  .ready .image img {
    width: 100%;
  }
}
footer {
  padding: 30px 0;
}
footer p {
  font-size: 18px !important;
}
footer ul li {
  font-size: 18px !important;
}
footer .footer-top {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  /* .footer-social{
      a{
          margin-right: 20px !important;
          img{
              width: 100% !important;
          }
      }
  } */
}
footer .footer-top ul {
  padding-left: 0 !important;
}
footer .footer-top .footer-social {
  border-radius: 15px;
}
footer .footer-top .footer-social a {
  margin: 0 8px;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
  padding: 5px 5px;
}
footer .footer-top .footer-social a i {
  transition: transform 1s;
}
footer .footer-top .footer-social a:hover {
  border: 1px solid rgba(0, 0, 0, 0.01);
}
footer .footer-top .footer-social a:hover i {
  transform: scale(1.1);
}
footer .footer-top .footer-social a:hover .fa-facebook {
  color: #3b5998 !important;
  transition: 0.5s;
}
footer .footer-top .footer-social a:hover .fa-instagram {
  color: #f14843 !important;
  transition: 0.5s;
}
footer .footer-top .footer-social a:hover .fa-x-twitter {
  color: black !important;
  transition: 0.5s;
}
footer .footer-top .footer-social a:hover .fa-linkedin-in {
  color: #0077b5 !important;
  transition: 0.5s;
}
footer .footer-bottom a img {
  width: 25% !important;
}

@media (max-width: 820px) {
  footer .footer {
    padding: 0 20px !important;
  }
  footer .footer .footer-top {
    flex-wrap: wrap !important;
  }
  footer .footer .footer-top .footer-about {
    width: 48% !important;
    margin-bottom: 20px;
  }
  footer .footer .footer-top .footer-expertise {
    width: 48% !important;
    margin-left: 20px !important;
  }
  footer .footer .footer-top .footer-quick {
    width: 48% !important;
  }
  footer .footer .footer-top .footer-contact {
    width: 48% !important;
  }
  footer .footer .footer-top .footer-contact p {
    width: 80% !important;
  }
  footer .footer .footer-top .footer-contact .contact-support {
    flex-direction: column !important;
  }
}
@media (max-width: 680px) {
  footer .footer .footer-top {
    flex-direction: column;
    margin: 20px;
  }
  footer .footer .footer-top h5 {
    margin-bottom: 10px !important;
  }
  footer .footer .footer-top .footer-about {
    width: 100% !important;
    margin-bottom: 20px;
  }
  footer .footer .footer-top .footer-expertise {
    margin-left: 0 !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
  footer .footer .footer-top .footer-quick {
    width: 100% !important;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  footer .footer .footer-top .footer-contact {
    width: 100% !important;
  }
  footer .footer .footer-top .footer-contact .contact-support {
    flex-direction: column !important;
  }
  footer .footer .footer-bottom {
    margin-left: 20px;
  }
  footer .footer .footer-bottom img {
    display: none;
  }
}
.section .layout-content h3 {
  font-size: 35px;
  margin-bottom: 25px;
}
.section .layout-content ul {
  padding: 0px !important;
}
.section .layout-content ul li {
  font-size: 20px;
  color: #3f3f3f;
  margin-bottom: 15px;
}
.section .gitmakers img {
  width: 685px;
}
.section .gitmakers p {
  width: 685px;
}
.section .we-have-partner {
  margin-bottom: 90px !important;
}

@media (max-width: 820px) {
  .containar .width-100 {
    width: 100% !important;
  }
  .containar .section .ps-60 {
    padding: 0 !important;
  }
  .containar .section .pe-60 {
    padding: 0 !important;
  }
}
@media (max-width: 680px) {
  .containar .section .layout-content {
    width: 100% !important;
  }
  .containar .section .gitmakers img {
    width: 100%;
  }
  .containar .section .gitmakers p {
    width: 100%;
  }
  .containar .section .we-have-partner img {
    width: 20% !important;
  }
}
.section form .form-group label {
  width: 200px;
  font-size: 18px;
}
.section form .form-group input {
  background: rgba(248, 248, 248, 0.8274509804);
  border: 1px solid rgb(211, 211, 211) !important;
  box-shadow: none !important;
}
.section form .form-group textarea {
  background: rgba(248, 248, 248, 0.8274509804);
  border: 1px solid rgb(211, 211, 211) !important;
  box-shadow: none !important;
}
.section form button {
  border: 1px solid #F8669A !important;
  background: #F8669A;
  font-size: 18px;
  transition: 0.5s;
}
.section form button:hover {
  background-color: #fff;
  color: #F8669A !important;
}
.section .contact h2 {
  font-size: 28px !important;
}
.section .contact-card {
  box-shadow: 0px 4px 10px 3px rgba(143, 143, 143, 0.17);
}
.section .contact-card h5 {
  font-size: 22px !important;
}
.section .contact-card img {
  width: 18px;
}
.section .contact-card p {
  font-size: 18px !important;
}

@media (max-width: 820px) {
  .containar .section form {
    width: 100% !important;
    margin-bottom: 10% !important;
    padding: 0 !important;
  }
  .containar .section .contact {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media (max-width: 680px) {
  .containar .section form {
    width: 100% !important;
    padding-bottom: 50px !important;
  }
  .containar .section .contact {
    width: 100% !important;
  }
  .containar .section .contact h2 {
    font-size: 38px !important;
  }
  .containar .section .contact p {
    font-size: 18px !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: sans-serif;
  overflow-x: hidden;
}

.containar {
  max-width: 100% !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

p {
  font-size: 18px !important;
}

h1 {
  font-size: 55px !important;
}

h2 {
  font-size: 35px !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
}

h5 {
  font-size: 30px !important;
  font-weight: 500 !important;
}

ul li {
  font-size: 24px;
}