@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  outline: none;
}
html {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  /* position: relative; */
  /* z-index: -2; */
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

/* main-padding */
.main-padding {
  padding: 60px 0;
}
.heading {
  font-size: 30px;
  color: #093b5c;
  font-weight: 500;
}
.heading-2 {
  font-size: 25px;
  color: #093b5c;
  font-weight: 500;
}
.d-button {
  font-size: 14px;
  padding: 8px;
  background-color: #0e86c3;
  color: #ffffff;
  border-radius: 6px;
  border: 1px solid transparent;
}
.content {
  color: #0c3d5c;
  font-size: 15px;
}
/* Header-Section */
.header-section .nav-section .mobile-menu {
  display: none;
}
.header-section .nav-section .mobile-menu .menu-items ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
  padding: 0 30px;
  width: 100%;
  margin-top: 50px;
}
.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0 0 0 / 28%);
  z-index: 1;
  display: none;
}
.header-section .nav-section .mobile-menu .menu-items {
  position: fixed;
  font-size: 16px;
  background-color: #ffffff;
  width: 100%;
  top: 0px;
  left: 0px;
  padding: 14px;
  box-shadow: 1px 2px 12px 4px lightgray;
  display: none;
  z-index: 2;
  height: 100%;
}
.header-section .nav-section .mobile-menu .menu-items .fa-xmark {
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 30px;
}
.header-section .nav-section .mobile-menu .ham-icon {
  position: absolute;
  z-index: 3;
  top: -14px;
  left: 0px;
}
.header-section .nav-section .mobile-menu .menu-items ul li a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
}
.dis-desk {
  display: block;
}
.dis-mob {
  display: none;
}
.nav-section .mobile-menu {
  display: none;
}
.header-section .nav-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px;
  background-color: #ffffff;
  margin-top: 25px;
  border-radius: 50px;
}
.header-section .nav-section .nav-logo-links {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-section .nav-section .nav-logo-links .nav-logo img {
  width: 120px;
}
.header-section .nav-section .nav-logo-links .nav-links ul {
  display: flex;
  gap: 40px;
}
.header-section .nav-section .nav-logo-links .nav-links ul li {
  list-style-type: none;
}
.header-section .nav-section .nav-logo-links .nav-links ul li a {
  text-decoration: none;
  color: #6e757c;
  font-size: 13px;
}
.header-section .nav-section .nav-logo-links .nav-links ul li .active {
  color: #027ebf;
  font-weight: 500;
}
.header-section .nav-section .nav-logo-links .nav-links ul li a:hover {
  cursor: pointer;
  color: #027ebf;
  font-weight: 500;
}
.header-section .nav-section .nav-number {
  color: #6e757c;
  font-size: 14px;
  text-decoration: none;
}
.header-section .nav-section .nav-number:hover {
  cursor: pointer;
  color: #027ebf;
}
.header-section .nav-section .nav-number .fa-phone {
  font-size: 13px;
  margin-right: 8px;
}

/* Hero */
.hero-section {
  background-image: url(./assets/images/header-bg.webp);
  background-size: cover;
  margin-top: -87px;
  padding: 140px 0px;
}
.hero-section .hero-left-content {
  padding-left: 30px;
}
.hero-section .hero-left-content .heading {
  font-size: 40px;
  line-height: 45px;
}
.hero-section .hero-left-content .heading span {
  color: #027ebf;
  font-weight: bold;
  display: block;
}
.hero-section .hero-left-content .heading .text-line {
  text-decoration-thickness: from-font;
  text-underline-offset: 5px;
}
.hero-section .hero-left-content .content {
  margin: 15px 0px;
}
.hero-section .hero-left-content .trans-web .heading-2 {
  font-size: 25px;
  color: #093b5c;
  font-weight: bold;
}
.hero-section .hero-left-content .trans-web .heading-2 span {
  color: #027ebf;
  font-weight: 400;
  display: inline-block;
  font-size: 25px;
}
.hero-section .hero-left-content .trans-web .transmit-link ul {
  margin-left: 28px;
}
.hero-section .hero-left-content .trans-web .transmit-link ul li {
  color: #027ebf;
  font-size: 15px;
  margin-top: 10px;
}
.hero-section .hero-left-content .trans-web .transmit-link ul li::marker {
  color: #0c3d5c;
}
/* Hero-right-content */
.hero-section .hero-right-content {
  position: relative;
}
.hero-section .hero-right-content .hero-right-phone-img img {
  display: block;
}
.hero-section .hero-right-content .hero-right-mob-img img {
  display: block;
}
.hero-section .hero-right-content .hero-call-mob-img {
  display: none;
}
.hero-section .hero-right-content .hero-mobile-image {
  display: none;
}
.hero-section .hero-right-content .heading-2 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}
.hero-section .hero-right-content .heading-2 span {
  color: #027ebf;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
}
.hero-section .hero-right-content .form {
  background-color: #ffffff;
  padding: 30px 25px;
  width: 80%;
  margin-left: 60px;
}
.hero-section .hero-right-content .form .form-field-1 {
  display: flex;
  gap: 20px;
}
.hero-section .hero-right-content .form .form-field-1 .field12 {
  width: 41%;
}
.hero-section .hero-right-content .form .field-1 input {
  background-color: #f8f8fa;
}
.hero-section .hero-right-content .form .field-1 .form-control:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.hero-section .hero-right-content .form .field-1 {
  width: 55%;
  margin-top: 10px;
}
.hero-section .hero-right-content .form .field-1 .form-label {
  margin-bottom: 3px;
  font-size: 13px;
  color: #0c3d5c;
  font-weight: 500;
}
.hero-section .hero-right-content .form .field-1 .form-label span {
  color: red;
  font-weight: bold;
}
.hero-section .hero-right-content .form .field-2 {
  width: 100%;
}
.hero-section .hero-right-content .form .field-2 .last-in {
  padding: 12px;
  background-color: #f8f8fa;
  height: 65px;
}
.hero-section
  .hero-right-content
  .form
  .form-field-1
  .field-1
  .form-control:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.hero-section .hero-right-content .form .form-button {
  margin-top: 20px;
}
.hero-section .hero-right-content .form .form-button .d-button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  transition: all 0.3s ease;
}
.hero-section .hero-right-content .form .form-button button:hover {
  cursor: pointer;
  color: #0e86c3;
  border: 1px solid #0e86c3;
  background-color: #ffffff;
}
.hero-section .hero-right-content .hero-right-circle-img {
  position: absolute;
  bottom: 53px;
  left: -12px;
  z-index: -1;
}
.hero-section .hero-right-content .hero-right-circle-img img {
  width: 60%;
}
.hero-section .hero-right-content .hero-right-phone-img {
  position: absolute;
  top: -9px;
  right: -29px;
}
.hero-section .hero-right-content .hero-right-phone-img img {
  width: 70px;
}
.hero-section .hero-right-content .hero-right-mob-img {
  position: absolute;
  bottom: -8px;
  right: -12px;
}
.hero-section .hero-right-content .hero-right-mob-img img {
  width: 80px;
}

/* Brand-section */
.brand-section {
  margin-top: -20px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 21px;
  box-shadow: 0px 0px 5px #f5f5f5;
  position: relative;
  z-index: 12;
}
.brand-section .brand-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0px;
}
.brand-section .brand-content .brand-img img {
  width: 130px;
}

/* Tranform-Section */
.transform-section {
  background-image: url(./assets/images/tranform-bg.webp);
  background-size: cover;
  position: relative;
  z-index: 10;
  margin-top: -20px;
}
.transform-section .heading-2 {
  text-align: center;
  font-weight: 400;
  margin: 60px 0px;
}
.transform-section .heading-2 span {
  color: #027ebf;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
}
.transform-section .transform-box-1 {
  padding: 20px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 6px;
}
.transform-section .transform-box-1 .tranform-img-1 img {
  width: 80px;
  height: 90px;
}
.transform-section .transform-box-1 .text {
  color: #027ebf;
  font-weight: 500;
  font-size: 22px;
  margin: 10px 0px;
}
.transform-section .transform-box-1 .content {
  color: #093b5c;
  font-size: 14px;
}
.transform-section .transform-button {
  text-align: center;
  margin: 70px 0px;
}
.transform-section .transform-button .bt-1 {
  padding: 8px 35px;
  transition: all 0.3s ease;
}
.transform-section .transform-button .bt-1:hover {
  cursor: pointer;
  color: #0e86c3;
  border: 1px solid #0e86c3;
  background-color: #ffffff;
}
.transform-section .transform-button .bt-2 {
  background-color: #ffffff;
  color: #0c3d5c;
  border: 1px solid #e9e9e9;
  padding: 8px 35px;
  font-weight: 500;
  margin-left: 15px;
  transition: all 0.3s ease;
}
.transform-section .transform-button .bt-2:hover {
  cursor: pointer;
  color: #0e86c3;
  border: 1px solid #0e86c3;
  background-color: #ffffff;
}

/* Footer-Section */

.hs-footer-section {
  background-color: #0c3d5c;
  padding: 30px 0px;
  margin-top: -10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  z-index: 100;
}
.hs-footer-section .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hs-footer-section .footer-content .footer-logo-text .footer-logo img {
  width: 120px;
}
.hs-footer-section .footer-content .footer-logo-text .text {
  color: #ffffff;
  margin: 8px 0px;
  font-weight: 300;
  font-size: 13px;
}
.hs-footer-section .footer-content .footer-links {
  display: flex;
  gap: 12px;
}
.hs-footer-section .footer-content .footer-links .footer-icon {
  border: 2px solid transparent;
  height: 24px;
  font-size: 14px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 51px;
  transition: all 0.2s ease;
  text-align: center;
  transition: all 0.2s ease;
}
.hs-footer-section .footer-content .footer-links .footer-icon:hover {
  cursor: pointer;
  background-color: #027ebf;
  color: #ffffff;
  transform: scaleY(1, 1);
}
.hs-footer-section .mar-btm {
  border: 1px solid #fffbfb17;
  margin: 20px 0px;
}
.hs-footer-section .footer-bottom-text {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
}
.hs-footer-section .footer-bottom-text span a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 300;
}
.hs-footer-section .footer-bottom-text span a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 991px) {
  /* .overlay {
    display: block;
  } */
  .header-section .nav-section .nav-logo-links {
    width: 100%;
  }
  .nav-links {
    display: none;
  }
  .nav-number {
    display: none;
  }
  .header-section .nav-section .mobile-menu {
    display: block;
    position: relative;
  }
  .menu-items ul {
    list-style-type: none;
  }
  .menu-items ul li a {
    text-decoration: none;
    color: #2d3134;
  }
  .menu-items ul li a:hover {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
    transition: all 0.3;
  }
  .fas {
    font-size: 25px;
  }
  .heading-2 {
    font-size: 22px;
  }
  .header-section .nav-section {
    background-color: transparent;
    padding: 10px 0px;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    /* gap: 250px; */
  }
  .hero-section .hero-left-content {
    padding: 0px;
  }
  .hero-section .hero-left-content .heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-section .hero-left-content .content {
    font-size: 13px;
    width: 70%;
  }
  .hero-section .dis-mob .heading-2 span {
    font-size: 22px;
    color: #027ebf;
    font-weight: 400;
  }
  .hero-section .dis-mob .transmit-link ul li {
    font-size: 12px;
    color: #027ebf;
    margin: 5px 0px;
  }
  .hero-section .dis-mob .heading-2 {
    margin-top: 20px;
  }
  .hero-section .dis-mob .heading-2 span {
    font-size: 22px;
  }
  .hero-section .dis-mob .transmit-link ul {
    margin-left: 25px;
  }
  .hero-section .dis-mob .transmit-link ul li::marker {
    color: #0c3d5c;
  }
  .hero-right-content .hero-right-phone-img {
    top: -16px;
    right: 0px;
  }
  .hero-right-content .hero-right-mob-img {
    right: 16px;
  }
  .brand-section .brand-content {
    padding: 25px 0px;
    gap: 30px;
    height: 100px;
    width: 822px;
  }
  .transform-section .heading-2 span {
    font-size: 22px;
  }
  .transform-section .transform-box-1 {
    height: 300px;
  }
  .transform-section .transform-box-1 .text {
    font-size: 18px;
    margin: 13px 0px;
  }
}
@media only screen and (max-width: 776px) {
  .header-section .nav-section {
    margin-top: 10px;
    width: 100%;
  }
  .header-section .nav-section .nav-logo-links .nav-logo {
    text-align: center;
    /* margin-left: 70px; */
    margin: auto;
    width: 100%;
  }
  .dis-desk {
    display: none;
  }
  .dis-mob {
    display: block;
    margin: 30px 0px;
  }
  .hero-section .hero-left-content .heading span .text-line {
    text-decoration: none;
  }
  .hero-section {
    padding: 110px 0px 50px 0px;
  }
  .hero-section .hero-right-content .form {
    margin-left: 0px;
    width: 100%;
    padding: 18px 20px;
  }
  .hero-section .hero-right-content .form .field-1 .form-label {
    font-size: 11px;
    color: #0c3d5c;
    font-weight: 500;
  }
  .hero-section .hero-right-content .form .form-field-1 .field-1 input {
    padding: 2px 0px;
  }
  .hero-section .hero-right-content .form .field-1 input {
    padding: 2px 0px;
  }
  .hero-section .hero-right-content .form .field-2 .last-in {
    padding: 8px 0px;
  }
  .hero-section .hero-right-content .form .form-button .d-button {
    padding: 8px;
    font-size: 12px;
  }
  .hero-section .hero-right-content .hero-right-phone-img img {
    display: none;
  }
  .hero-section .hero-right-content .hero-right-mob-img img {
    display: none;
  }
  .hero-section .hero-right-content .hero-call-mob-img {
    display: block;
    position: absolute;
    top: 3px;
    right: -8px;
  }
  .hero-section .hero-right-content .hero-call-mob-img img {
    width: 45px;
  }
  .hero-section .hero-right-content .hero-mobile-image {
    display: block;
    position: absolute;
    bottom: 0;
    right: -11px;
  }
  .hero-section .hero-right-content .hero-mobile-image img {
    width: 32px;
  }
  .hero-section .hero-left-content .heading {
    text-align: center;
    font-size: 28px;
    line-height: 31px;
  }
  .hero-section .hero-left-content .content {
    margin: auto;
    width: 100%;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 16px;
  }
  .transform-section .transform-box-1 {
    height: 260px;
    margin-top: 25px;
  }
  .transform-section .transform-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .transform-section .heading-2 {
    margin: 40px 0px 0px 0px;
  }
  .transform-section .transform-button .bt-1 {
    padding: 8px 25px;
    width: 55%;
    font-size: 13px;
  }
  .transform-section .transform-button .bt-2 {
    padding: 8px 25px;
    width: 45%;
    font-size: 13px;
  }
  .transform-section .transform-box-1 .text {
    font-size: 16px;
  }
  .transform-section .transform-box-1 .content {
    font-size: 13px;
  }
  .transform-section .transform-button {
    margin: 50px 0px;
  }
  .hs-footer-section .footer-content {
    display: flex;
    flex-direction: column;
  }
  .hs-footer-section .footer-content .footer-logo-text .text {
    color: #ffffffa6;
    font-size: 10px;
    margin: 5px 0px 16px 0px;
  }
  .hs-footer-section .footer-content .footer-links .footer-icon {
    height: 28px;
    font-size: 16px;
    width: 28px;
  }
  .hs-footer-section .footer-bottom-text {
    font-size: 10px;
    color: #ffffffa6;
  }
}
