html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  scroll-behavior: smooth !important;
  font-family: "Segoe UI" !important;
}

a {
  text-decoration: none !important;
  color: #333;
  outline: none !important;
}

* {
  transition: 0.7s;
}

.btn-apply {
  padding: 8px 30px !important;
  border: 1px solid #2563EB !important;
  background-color: #2563EB !important;
  color: #fff !important;
  transition: all 0.3s ease-out;
  letter-spacing: 0.5px;
  font-weight: 500 !important;
}
.btn-apply:hover {
  border: 1px solid #194fc3 !important;
  background: #194fc3 !important;
  text-decoration: none;
}

.btn-apply-outline {
  padding: 8px 30px !important;
  border: 1px solid #2563EB !important;
  background-color: #ffffff !important;
  color: #2563EB !important;
  transition: all 0.3s ease-out;
  letter-spacing: 0.5px;
  font-weight: 500 !important;
}
.btn-apply-outline:hover {
  border: 1px solid #194fc3 !important;
  background-color: transparent !important;
  color: #111827 !important;
  text-decoration: none;
}

header {
  position: fixed;
  display: grid !important;
  grid-template-columns: auto auto;
  left: 0;
  right: 0;
  top: 0;
  padding: 0 100px;
  height: 70px;
  background-color: #ffffff;
  z-index: 10;
  border-bottom: thin solid #e2e8f0;
}
header .site-name {
  margin: auto 0;
}
header .site-name img {
  width: 120px;
}
header nav {
  display: block;
  margin: auto 0;
  text-align: right;
  font-size: 18px;
}
header nav .link {
  color: #111827;
  font-weight: 500;
  padding: 6px;
  margin-left: 10px;
  border-radius: 5px;
}
header nav .link:hover {
  background-color: rgba(124, 27, 29, 0.1294117647);
  color: #2563EB !important;
}
header nav .dropdown {
  position: relative;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}
header nav .dropdown:hover .dropdown-content {
  display: block;
}
header nav .dropdown .dropbtn {
  color: #2563EB;
  padding: 6px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  border: none;
  display: block;
}
header nav .dropdown .dropbtn:hover {
  background-color: rgba(124, 27, 29, 0.1294117647);
  color: #2563EB !important;
}
header nav .dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 30px;
  left: -15px;
  background-color: #fff;
  min-width: 160px;
  text-align: left;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.47);
  z-index: 1;
}
header nav .dropdown .dropdown-content a {
  color: #2563EB;
  padding: 10px;
  text-decoration: none;
  display: block;
  font-size: 11px;
  border-bottom: thin solid #f1f1f1;
  border-radius: 0;
}
header nav .dropdown .dropdown-content a:hover {
  background-color: rgba(124, 27, 29, 0.1294117647);
  color: #2563EB !important;
}
header .btnm {
  display: none;
  margin: auto 0;
}
header .btnm .btnmenu {
  display: block;
  width: 28px;
  float: right;
  margin: auto 0;
  cursor: pointer;
}
header .btnm .btnmenu .bars {
  position: relative;
  display: block;
  height: 2px;
  border-radius: 100px;
  margin-bottom: 5px;
  background-color: #2563EB;
}

main {
  position: relative;
  height: calc(100vh - 70px);
  margin-top: 70px;
  background-color: #e0e7ff;
}
main .hero-heading {
  font-size: 4rem;
  color: #111827;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
main .hero-heading span {
  display: block;
  color: #2563EB;
}
main .desc {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  line-height: 1.625;
  color: #4b5563;
}
main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}
@media (max-width: 992px) {
  main {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 50px;
  }
  main .hero-heading {
    margin-top: 2rem;
  }
  main .btn-sec {
    margin-bottom: 1.5rem;
  }
}

section {
  padding: 80px 0;
}
section .heading, section .light-heading {
  position: relative;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #111827;
  font-weight: 700;
  padding: 16px 0;
  margin-bottom: 2rem;
}
section .heading:after, section .light-heading:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background-color: #2563EB;
}
section .light-heading {
  color: #ffffff;
}
section .light-heading:after {
  background-color: #ffffff;
}
section .content {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  line-height: 1.625;
  color: #4b5563;
}
section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 1rem;
}

.bg-grey {
  background-color: #f9fafb;
}

.bg-color {
  background-color: #2563EB;
}

.ourMisssion .box svg {
  width: 3rem;
  height: 3rem;
  color: #2563EB;
}
.ourMisssion .box .head {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.ourMisssion .box .desc {
  color: #4b5563;
}

.ourVision .heading::after {
  left: 0;
  right: unset !important;
}

.coreValues .card {
  border-color: #e2e8f0;
  padding: 1.5rem;
  min-height: 100%;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.coreValues .card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1019607843), 0 4px 6px -4px rgba(0, 0, 0, 0.1019607843);
}
.coreValues .card .icon {
  display: flex;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: rgba(37, 99, 235, 0.2);
}
.coreValues .card .icon svg {
  width: 2rem;
  height: 2rem;
  color: #2563EB;
}
.coreValues .card .head {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.coreValues .card .desc {
  color: #4b5563;
}

.ourServices .card, .contactUs .card {
  border-color: #e2e8f0;
  padding: 1.5rem;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.ourServices .card:hover, .contactUs .card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1019607843), 0 8px 10px -6px rgba(0, 0, 0, 0.1019607843);
}
.ourServices .card svg, .contactUs .card svg {
  width: 3rem;
  height: 3rem;
  color: #2563EB;
}
.ourServices .card .head, .contactUs .card .head {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
.ourServices .card .desc, .contactUs .card .desc {
  color: #4b5563;
}

.industryServe .slit {
  border: thin solid #e2e8f0;
  padding: 1.2rem;
  text-align: center;
  border-radius: 8px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background-color: #f9fafb;
  margin-bottom: 1.75rem;
  cursor: pointer;
}
.industryServe .slit:hover {
  background-color: rgba(37, 99, 235, 0.15);
}

.technologyPartners .slit {
  padding: 1rem;
  text-align: center;
  border-radius: 8px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  background-color: #ffffff;
  color: #4b5563;
  margin-bottom: 1.75rem;
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  cursor: pointer;
}
.technologyPartners .slit:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1019607843), 0 2px 4px -2px rgba(0, 0, 0, 0.1019607843);
}

.whyUs .content-pointers .item {
  display: flex;
  gap: 16px;
  margin-bottom: 2rem;
}
.whyUs .content-pointers .item:last-child {
  margin-bottom: 0;
}
.whyUs .content-pointers .item .icon {
  color: #16a34a;
}
.whyUs .content-pointers .item .item-content .head {
  color: #111827;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0.5rem;
}
.whyUs .content-pointers .item .item-content .desc {
  color: #4b5563;
}

.contactUs .card svg {
  width: 2rem;
  height: 2rem;
}
.contactUs .card svg, .contactUs .card .head, .contactUs .card .desc {
  color: #ffffff;
}
.contactUs .card .head {
  margin-bottom: 6px;
}
.contactUs .card .desc {
  color: rgba(255, 255, 255, 0.75);
}
.contactUs .card .desc p {
  margin-bottom: 0;
}

footer {
  padding: 45px 0;
  z-index: 1;
  background-color: #111827;
  position: relative;
}
footer .block .site-name {
  display: block;
  margin: auto 0 1rem;
}
footer .block .site-name img {
  width: 120px;
}
footer .block .head {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #ffffff;
}
footer .block .desc {
  color: rgba(255, 255, 255, 0.75);
}
footer .block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
footer .block ul li {
  margin-bottom: 8px;
}
footer .copyright {
  font-size: 14px;
  display: block;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}