@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rajdhani:wght@600;700&display=swap");

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 17px;
  background: #fff;
  color: #000;
  font-family: "Montserrat";
  font-weight: 400;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: #304a6f;
}

form {
  margin-bottom: 0px;
}

a:hover {
  text-decoration: none;
  color: #232122;
}

a:focus {
  outline: none;
  color: #232122;
}

a.underline-text {
  text-decoration: underline;
}

input,
select,
textarea,
button,
label {
  outline: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border: 0px;
  max-width: 100%;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

::-webkit-input-placeholder {
  color: #828282 !important;
}

::-moz-placeholder {
  color: #828282 !important;
}

:-ms-input-placeholder {
  color: #828282 !important;
}

:-moz-placeholder {
  color: #828282 !important;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

:root {
  --first-color: #ce272e;
  --second-color: #5d5d5d;
  --white-color: #fff;
}

.container {
  max-width: 1440px;
  width: 100%;
}

.primary-btn {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  line-height: 20px;
  background-color: #0080ff;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding: 18px 20px;
  border-radius: 50px;
  min-width: 177px;
  text-transform: none;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
}

.primary-btn:hover,
.primary-btn:focus {
  background-color: #0080ff;
  color: var(--white-color);
  /* border-color: var(--first-color); */
}

.secondary-btn {
  line-height: normal;
  background-color: transparent;
  color: #32496b;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #32496b;
  padding: 15px 20px;
  border-radius: 0px;
  vertical-align: top;
  min-width: 164px;
  text-transform: none;
}

.secondary-btn:hover,
.secondary-btn:focus {
  background-color: #e7ded9;
  color: #32496b;
}

.sm-btn {
  padding: 8px 15px;
  min-width: inherit;
  font-size: 14px;
}

label.error {
  color: #f00 !important;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-20 {
  margin-bottom: 20px;
}

.logo img {
  height: 81px;
}

/* Common css starts */

header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.navbar.navbar-light {
  padding: 0;
}

.fixed .navbar.navbar-light {
  top: 0;
  background-color: #fcfafa;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-light .container-fluid {
  max-width: 1440px;
  padding: 14px 5.55%;
}

.fixed .navbar-light .container-fluid {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-light .head-nav .nav-link {
  color: #001f3f;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 0px 16px;
}

.navbar-light .head-nav .nav-link:hover {
  color: #5d5d5d;
}

.navbar-light .head-nav .nav-link.active {
  color: #0080ff;
}

.navbar-light .head-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-collapse {
  flex-grow: inherit;
}

.hamburger-menu {
  width: 25px;
  height: 20px;
  right: 0;
  top: 3px;
  border: none;
  outline: 0;
  box-shadow: none;
  background-color: initial;
  position: relative;
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  border: none;
}

.hamburger-menu span {
  opacity: 1;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  color: var(--first-color);
  background-color: var(--first-color);
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}

.hamburger-menu span:first-child {
  top: 0;
}

.hamburger-menu span:nth-child(2) {
  top: 9px;
}

.hamburger-menu span:nth-child(3) {
  top: 18px;
}

.hamburger-menu[aria-expanded="true"] span {
  background-color: var(--first-color);
}

.hamburger-menu[aria-expanded="true"] span:first-child {
  transform: translateY(9px) rotate(135deg);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  transform: translateY(0px);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-9px) rotate(-135deg);
}

.scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  text-align: center;
  color: var(--white-color);
  font-weight: 100;
  cursor: pointer;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin-bottom: 15px;
}

.scroll-down:hover {
  color: var(--white-color);
  margin-bottom: 30px;
}

  .hidden-sm {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
  
/* Common css ends */

/* Website css starts */

.about-section {
  margin: 80px 0px;
  max-width: 1440px;
  padding: 0px 5.55%;
  background: url(../images/about-sec-bg.png) no-repeat center;
  /* background-size: cover; */
}

.about-wrap {
  margin: auto;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.about-wrap .rhs {
  max-width: 615px;
}

.sub-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

h3 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  leading-trim: both;
  text-edge: cap;
  text-transform: uppercase;
  color: #0080ff;
}

h2 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  leading-trim: both;
  text-edge: cap;
  color: #001f3f;
}

p {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  leading-trim: both;
  text-edge: cap;
  color: #445375;
  margin-top: 20px;
}

.service-section {
  background: url(../images/services-sec-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 5.55%;
  padding-bottom: 150px;
}

.service-wrap {
  max-width: 1280px;
  margin: auto;
  position: relative;
}

.service-info {
  display: flex;
  justify-content: space-between;
}

.service-info .lhs {
  max-width: 450px;
}

.service-info .rhs {
  max-width: 598px;
}

.service-cards {
  display: flex;
  gap: 24px;
  position: absolute;
  margin-top: 50px;
}

.service-card {
  flex: 1 1 calc(20% - 24px);
  max-width: calc(20% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 20px;
  isolation: isolate;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.service-card h3 {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #001f3f;
}

.term-section {
  padding: 214px 5.55%;
  padding-bottom: 100px;
}

.term-wrap {
  max-width: 1280px;
  margin: auto;
}

.term-wrap .sub-title {
  justify-content: center;
}

.term-cards {
  display: flex;
  gap: 3.47%;
}

.term-card {
  flex: 1 1 calc(50% - 1.8%);
  max-width: calc(50% - 1.8%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  gap: 30px;
  background: #f5faff;
  border: 1px solid #d4dcff;
  border-radius: 30px;
  margin-top: 30px;
}

.term-card h2 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  color: #001f3f;
}

.term-card ul {
  padding-left: 20px;
}
.term-card li {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #445375;
  list-style: disc;
}

.contact-banner-section {
  padding: 0px 5.55%;
  background: url(../images/contact-sec-bg.jpg) no-repeat center;
  background-size: cover;
}

.contact-banner-wrap {
  max-width: 1280px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 200px;
}

.contact-banner-head h3,
.contact-banner-head h2 {
  color: #fff;
}

.contact-section {
  padding: 0px 5.55%;
}

.contact-wrap {
  max-width: 1280px;
  margin: auto;
  margin-top: -170px;
  margin-bottom: 100px;
}

.contact-body {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  /* align-items: center; */
  padding: 30px;
  gap: 3.47%;
  background: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  /* position: absolute; */
}

.contact-card {
  flex: 1 1 calc(50% - 1.8%);
  max-width: calc(50% - 1.8%);
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #d4dcff;
  border-radius: 10px;

  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  leading-trim: both;
  text-edge: cap;
  display: flex;
  align-items: center;
  color: #828282;

  margin-top: 20px;
}

.contact-card button {
  margin-top: 30px;
}

.contact-info {
  background: #001f3f;
  padding: 40px 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.contact-info h2 {
  font-family: "Rajdhani";
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  color: #ffffff;
  /* margin: 0px 20px;
  padding: 40px 0px; */
  padding-bottom: 20px;
}

.grey-border {
  border: 1px solid #d4dcff;
  border-radius: 20px;
  padding: 2%;
}

.grey-bg {
  background: #f5f6f8;
  padding: 0px 2.7% 32px 2.7%;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.contact-section .contact-wrap .info-wrap {
  display: flex;
  gap: 20px;
  /* margin: 20px 20px 0px 20px; */
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #ffffff;
  align-items: center;
  padding: 24px 0px;
  border-top: 1px solid #ffffff80;
}

.contact-section .contact-wrap .info-wrap p {
  margin: 0px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.footer {
  background: #0080ff;
}

.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}

.footer-menu .nav-link {
  padding: 28px 20px;
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
}
.success-message,
.error-message {
  display: none;
    font-family: "Plus Jakarta Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    leading-trim: both;
    text-edge: cap;
    color: #445375;
    margin-top: 20px;
}