@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;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: linear-gradient(
    178.86deg,
    rgba(2, 126, 191, 0) -13.19%,
    rgba(2, 126, 191, 0.224) 127.67%
  );

  overflow-x: hidden;
}

.main-padding {
  padding: 50px 0px;
}

a,
span {
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

.main-padding {
  padding: 70px 0;
}
.dis-desk {
  display: block;
}
.dis-mob {
  display: none;
}

.header {
  padding: 13px 0;
}

.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .main-header .main-logo {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header .main-header .main-logo .header-logo img {
  width: 110px;
  height: auto;
}

.header .main-header .main-logo .nav-list ul {
  display: flex;
  flex-direction: row;
  gap: 50px;
  width: 100%;
  padding: 20px 0px;
}

.header .main-header .main-logo .nav-list ul li {
  list-style-type: none;
}

.header .main-header .main-logo .nav-list ul li a.active {
  color: #027ebf;
  /* font-size: 14px; */
}

.header .main-header .main-logo .nav-list ul li a.active:hover {
  color: #6e757c;
}

.header .main-header .main-logo .nav-list ul li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #6e757c;
  transition: 0.3s all linear;
}

.header .main-header .main-logo .nav-list ul li a:hover {
  color: #027ebf;
}

.header .main-header .icon {
  margin-right: 70px;
}

.header .main-header .icon i {
  font-size: 14px;
  color: #6e757c;
  transition: 0.3s all linear;
  cursor: pointer;
}

.header .main-header .icon i:hover {
  color: #027ebf;
}

.header .main-header .icon span {
  font-size: 14px;
  font-weight: 400;
  color: #6e757c;
  margin-left: 2px;
  cursor: pointer;
  transition: 0.3s all linear;
}

.header .main-header .icon span:hover {
  color: #027ebf;
}

/* Hero-section */

.heropanel {
  position: relative;
}

.heropanel .main-hero .head-hero h1 span {
  font-weight: 600;
  color: #027ebf;
}

.heropanel .main-hero .head-hero h1 {
  font-size: 40px;
  font-weight: 500;
  color: #093b5c;
}

.heropanel .main-hero .title-hero p {
  font-size: 16px;
  font-weight: 400;
  color: #0c3d5c;
  margin: 20px 0;
}

/* .heropanel .head-list h1 span {
  font-weight: 500;
  color: #027ebf;
} */

.heropanel .head-list h1 {
  font-size: 25px;
  font-weight: 400;
  color: #093b5c;
}

.heropanel .main-hero .list ul {
  padding-left: 30px;
}

.heropanel .main-hero .list ul li {
  margin: 15px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #027ebf;
}

.heropanel .main-hero .list ul li::marker {
  color: #0c3d5c;
}

.heropanel .hero-right {
  position: relative;
}

.heropanel .hero-right .center {
  text-align: center;
}
.heropanel .hero-right .center h1 {
  color: #1981c2;
  font-weight: 500;
}
.heropanel .hero-right .center .sp2 {
  font-weight: 500;
  color: #093b5c;
}
.head-list span {
  color: #027ebf;
  font-weight: 500;
}
.heropanel .hero-right .main-form {
  padding: 20px 30px;
  border: 1.15px solid #027ebf96;
  border-radius: 5px;
  margin: 10px auto;
  width: 88%;
}

.heropanel .hero-right .main-form .main-input {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.heropanel .hero-right .main-form .main-input .in-text-1 {
  width: 55%;
}
.heropanel .hero-right .main-form .main-input .in-text-2 {
  width: 40%;
}

.heropanel .hero-right .main-form .main-input .in-text-1 input {
  width: 100%;
}
.heropanel .hero-right .main-form .main-input .in-text-2 input {
  width: 100%;
}
.heropanel .hero-right .main-form .input-text h4 {
  font-size: 14px;
  font-weight: 500;
  color: #093b5c;
  margin-top: 20px;
}

.heropanel .hero-right .main-form .input-text h4 span {
  color: red;
  font-weight: 400;
}

.heropanel .hero-right .main-form .input-text input {
  border: none;
  border-radius: 5px;
  margin-top: 7px;
  padding: 10px;
}

.heropanel .hero-right .main-form .input-text input.email {
  width: 100%;
}

.heropanel .hero-right .main-form .input-text input.about {
  width: 420px;
  height: 40px;
}
.heropanel .hero-right .main-form .input-text .text-area {
  margin: 5px 0px;
  border-radius: 8px;
  border: 1px solid transparent;
}
.heropanel .hero-right .main-form .input-text .form-control:focus {
  outline: none;
  border: 1px solid #ced4da;
  box-shadow: none;
}
.btn-call button {
  border: none;
  border-radius: 5px;
  padding: 10px 12px;
  background-color: #0c3d5c;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  width: 420px;
  margin: 30px 0;
  transition: 0.3s all linear;
}

.btn-call button:hover {
  opacity: 0.6;
}

.heropanel .telephone img {
  width: 115px;
  height: 140px;
}

.heropanel .telephone {
  position: absolute;
  bottom: -15px;
  left: -60px;
}

.heropanel .arrow {
  position: absolute;
  top: 50px;
  right: -115px;
}

.heropanel .arrow img {
  width: 150px;
  height: 390px;
}

.slider .padding {
  padding: 0;
}

.slider {
  background-color: #eff8fd;
  border-radius: 25px;
  box-shadow: 0px 0px 9px #8080800d;
}
.slider .brand-images {
  display: flex;
  gap: 100px;
  padding: 30px 0px;
  align-items: center;
}
/* .slider marquee {
  height: 100%;
} */
.communicate {
  position: relative;
}

.communicate .head-communicate {
  text-align: center;
}

.communicate .head-communicate h2 {
  font-size: 30px;
  font-weight: 400;
  color: #093b5c;
}

.communicate .image-dots {
  position: absolute;
  top: 0;
  right: 0;
}

.communicate .image-dots img {
  width: 400px;
  height: 400px;
}

.communicate .head-communicate h2 span {
  font-size: 30px;
  font-weight: 600;
  color: #027ebf;
}

.communicate .card-slider {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 40px 0px;
}

.communicate .card-slider .main-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin: 30px 0px; */
  padding: 20px;
  box-shadow: 0px 0.91px 10.93px 0px #0000000f;
  border-radius: 10px;
  background-color: #fdfcfc99;
  width: 230px;
  height: 200px;
}

.communicate .card-slider .main-card .card-image {
  text-align: center;
}

.communicate .card-slider .main-card .card-image img {
  display: block;
  margin: 0 auto;
  max-width: 70px;
  height: auto;
}

.communicate .card-slider .main-card .card-image h2 {
  font-size: 14px;
  font-weight: 500;
  color: #093b5c;
  margin-top: 20px;
}

.communicate .btn-call {
  text-align: center;
}

.communicate .btn-call button {
  width: 180px;
}

.communicate .btn-call button.call {
  background-color: #fff;
  color: #013b59;
  width: 130px;
  margin-left: 20px;
  border: 0.5px solid #00000033;
}

.communicate .left-image {
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: -1;
}

.communicate .left-image img {
  width: 600px;
  height: 400px;
}

.footer {
  background: linear-gradient(180.82deg, #027ebf -13.37%, #013b59 84.83%);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 40px 0;
}

.footer .main-footer .logo img {
  width: 150px;
}

.footer .main-footer .footer-text p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffffb2;
  margin: 10px 0;
}

.footer-links {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.footer .footer-links .footer-icon {
  border: 2px solid transparent;
  height: 24px;
  font-size: 14px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 51px;
  color: #027ebf;
  /* linear-gradient(180.82deg, #027ebf -13.37%, #013b59 84.83%); */
  transition: all 0.2s ease;
  text-align: center;
  transition: all 0.2s ease;
}
.footer .footer-links .footer-icon:hover {
  cursor: pointer;
  background-color: #027ebf;
  color: #ffffff;
  transform: scaleY(1, 1);
}

.footer .line {
  border: 0.5px solid #ffffff4d;
  margin: 15px 0;
}

.footer .text-last {
  text-align: center;
}

.footer .text-last p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffffb2;
  transition: all 0.2s ease;
}
.footer .text-last a {
  text-decoration: none;
  color: #ffffffb2;
}
.footer .text-last a:hover {
  opacity: 0.6;
}

.hamburger {
  display: none;
}

.cross {
  display: none;
}

.overlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
}

/* for Mobile Responsive  */

@media (max-width: 767px) {
  .main-padding {
    padding: 20px 0px;
  }
  .dis-desk {
    display: none;
  }
  .dis-mob {
    display: block;
    margin: 30px 0px;
  }
  .dis-mob .list {
    padding-left: 30px;
  }
  .dis-mob .list ul li {
    margin: 15px 0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: #027ebf;
  }
  .dis-mob .list ul li::marker {
    color: #0c3d5c;
  }
  .header {
    z-index: 100;
  }
  .hamburger {
    display: block;
  }
  .cross {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    cursor: pointer;
    z-index: 102;
  }
  .cross i {
    font-size: 22px;
  }
  .hamburger i {
    font-size: 20px;
  }
  .header .main-logo {
    justify-content: center;
  }
  .header .main-header .main-logo {
    margin: auto;
  }
  .header .main-logo .header-logo {
    text-align: center;
  }
  .nav-list {
    display: none;
  }
  .header .main-header .main-logo .nav-list ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: start;
    padding: 55px 35px;
  }
  .nav-list ul {
    position: fixed;
    background-color: #ffffff;
    align-items: center;
    flex-direction: column;
    gap: 0;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: xx-large;
    z-index: 102;
  }
  .header .icon {
    display: none;
  }
  .main-hero {
    text-align: center;
    margin: 15px 0;
  }
  .heropanel .main-hero .head-hero h1 {
    font-size: 28px;
    margin: auto;
    width: 66%;
  }
  .heropanel .main-hero .title-hero p {
    font-size: 11px;
    width: 100%;
    margin: 12px 0px;
  }
  .heropanel .head-list h1 {
    font-size: 22px;
  }
  .heropanel .hero-right .main-form {
    padding: 20px;
    width: 100%;
  }
  .heropanel .hero-right .main-form .main-input {
    width: 100%;
  }
  .heropanel .hero-right .main-form .input-text input {
    padding: 5px;
  }
  .heropanel .hero-right .main-form .main-input .in-text-1 {
    width: 55%;
  }
  .heropanel .hero-right .main-form .main-input .in-text-1 input {
    width: 100%;
  }
  .heropanel .hero-right .main-form .main-input .in-text-2 input {
    width: 100%;
  }
  .heropanel .hero-right .main-form .input-text input.email {
    width: 100%;
  }
  .heropanel .main-hero .list ul li {
    text-align: justify;
  }
  .heropanel .main-hero .list ul {
    padding-left: 90px;
  }
  .heropanel .arrow {
    display: none;
  }
  .heropanel .hero-right .main-form .input-text input.about,
  .btn-call button {
    width: 100%;
    font-size: 14px;
  }
  .heropanel .hero-right .main-form .input-text h4 {
    font-size: 12px;
  }
  .telephone,
  .image-dots {
    display: none;
  }
  .communicate .btn-call {
    display: none;
  }
  .communicate .left-image {
    display: none;
  }
  .communicate .head-communicate h2 {
    font-size: 18px;
    margin: 20px 0px;
  }
  .communicate .head-communicate h2 span {
    font-size: 22px;
  }
  .communicate .card-slider {
    margin: 0px;
    flex-direction: column;
    align-items: center;
  }
  .communicate .card-slider .main-card {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    width: 70%;
    height: 230px;
  }
  .footer {
    margin-top: 30px;
  }
  .footer .main-footer .footer-text p {
    font-size: 11px;
  }
  .social-icon {
    text-align: center;
    margin: 10px 0;
  }
  .footer .text-last p {
    font-size: 12px;
  }
  .slider .brand-images {
    padding: 10px 0px;
    gap: 25px;
  }
  .slider .brand-images .inner {
    display: contents;
  }
}
