/* Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Mukta+Vaani:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* ||CSS RESET */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
}

/* ||UTILITY CLASSES */

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

img {
  width: 100%;
}

section {
  margin: 25px;
}

.hero {
  margin: 0px !important;
}

.width-60 {
  width: 60%;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.d-block {
  display: block !important;
}

img {
  vertical-align: middle;
  border-style: none;
}

.justify {
  text-align: justify;
}
.pv-40{
  padding-top: 40px;
  padding-bottom: 40px;
}
.rg-10 {
  row-gap: 10px;
}

.center {
  text-align: center;
}

/* ||General Styles */

body,
html {
  font-family: "Mukta Vaani", sans-serif;
  font-size: 16px;
}

._btn-yellow{
    background-color: #00173e;
    color: #fff;
    border: 1px solid transparent;
}

._btn-yellow:hover{
    background-color: #fff;
    border: 1px solid #ffc107;
    color: #ffc107;
}

/* Header  */

.header {
  padding: 20px 60px 0 60px ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header ._logo img {
  width: 90px;
}

.year {
  color: #fff;
  font-size: 20px;
}

.header .links{
    display: flex;
    gap: 20px;
}

.header .links a {
  font-size: 22px;
  color: #fff;
}

/* Hero Section */

.hero{
    position: relative;
}

.hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0.4);
    width: 100%;
    height: 100%;
}

.hero ._text{
   position: absolute;   
   bottom: 25%; 
   left: 50%;
   transform: translate(-50%, 0);
   text-align: center;
   width: 80%;
   margin: 0 auto;
}

.hero ._text h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;

}

.btn:hover {
  background-color: #eda60e;
  color: #fff;
  border: 1px solid white;
}


/* services */

.services h2 {
  color: #00173e;
  padding-top: 1rem;
  /* margin-top: 3px; */
  margin-bottom: 30px;
  line-height: 60px;
  font-size: 32px;
  font-family: "Lora", serif;
}

.services h4 {
  /* padding-top: 28px; */
  padding-bottom: 25px;
  font-size: 35px;
  font-weight: bold;
  color: #ff9800;
  font-family: "Roboto", sans-serif;
}

.services .row {
  align-items: center;
  justify-content: center;
}

.services img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.challenges li {
  font-size: 20px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 50px;
  padding-bottom: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.challenges li:before {
  content: "\f03d";
  font-family: FontAwesome;
  width: 50px;
  height: 50px;
  background: #eee;
  position: absolute;
  left: -22px;
  top: -6px;
  padding: 10px 9px 7px 16px;
  border-radius: 50%;
  color: #124396;
}

/* Solutions */
.solutions h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  color: #ff9800;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

.solutions .row {
  row-gap: 20px;
  /* align-items: center; */
  /* justify-content: center; */
}

.solutions .card {
  padding: 15px;
  border: 1px solid #dff5ff;
  background: white;
  box-shadow: 0px 5px 5px #d4d4d4;
  margin-bottom: 30px;
  margin-top: 20px;
  border-radius: 0px;
  height: 100%;
}

.solutions h3 {
  font-size: 24px;
  font-weight: bold;
  color: #124396;
  font-family: "Roboto", sans-serif;
}

.solutions ul {
  list-style-type: disc;
  padding-left: 40px;
}

.solutions ul li {
  margin-top: 10px;
  color: #777;
  font-size: 14.3px;
}

/* Benefits */

.benefits h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 60px;
  color: #ff9800;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  padding-top: 2.5rem;
}

.benefits .row {
  row-gap: 40px;
}

.benefits img {
  width: 70px;
  display: block;
  margin: 0 auto;
}

.benefits p {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  font-family: "Roboto";
  font-weight: 400;
  padding-left: 10px;
  padding-right: 10px;
}

/* Customers */

.customers h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 60px;
  color: #ff9800;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}

#customer-slider {
  padding: 15px 50px;
}

#customer-slider .item img {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 60%;
}

/* Slider */

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: 70px;
  object-fit: contain;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 50px;
  /* height: 50px; */
  color: inherit;
  background: none;
  border: none;
  z-index: 100;

  i {
    font-size: 2.5rem;
    color: white;
    background-color: #cecece;
  }
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.owl-dots {
  margin-top: 40px !important;
}

/* Partners */

.partners {
  background: radial-gradient(closest-side, #7db7cf, #ebf8e1);
}

.partners h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 60px;
  color: #ff9800;
  /* margin-bottom: 30px; */
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  padding-top: 30px;
}

.partners-logo {
  display: flex;
  justify-content: center; /* align horizontal */
  align-items: center;
}

.partners-logo img {
  width: 200px;
  padding: 10px;
  margin: 10px;
}

/* Footer */

/* .footer {
  padding: 10px;
  padding-bottom: 10px;
  background: #000;
  color: #fff;
} */

.footer {
    padding: 30px;
    background: #000;
    color: #fff;
}


footer h3 {
  color: #ff9800;
  padding-bottom: 15px;
}

.footer .link {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  color: #cce4ff;
}

.footer .btn {
  background-color: transparent;
  color: white;
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 10px 30px 10px 30px;
}

.footer .btn:hover {
  background-color: grey;
}

.footer .btn:active {
  background-color: transparent;
}

/* Modal */

.modal-content {
  background: #001b25;
  color: #fff;
}

.btn-close {
  background-color: white;
}


/* Projects */

.projects h2{
  font-size: 40px;
    font-weight: bold;
    line-height: 60px;
    color: #ff9800;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
}

.projects .row{
  row-gap: 20px;
}

.projects ._text{
  padding-top: 10px;
  text-align: center;
}

.projects .item ._img img{
  height: 100%;
  aspect-ratio: 1/1;
}
.projects ._text p{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}