@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;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

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: 50px 0;
}

.title {
  color: #093b5c;
  font-size: 37px;
  font-weight: 400;
}

.title span.dif {
  color: #027ebf;
  font-weight: 600;
}

.dis-desk {
  display: block;
}
.dis-mob {
  display: none;
}

/* header */

.header {
  background: linear-gradient(92.74deg, #067dbb 2.28%, #013b59 125.78%);
  padding: 25px 0px;
}

.header .logo img {
  width: 105px;
}

.header .header-l {
  display: flex;
  gap: 60px;
}

.header ul {
  display: flex;
  gap: 20px;
}

.header ul li {
  list-style: none;
  text-decoration: none;
}

.header ul li a {
  color: #fff;
  text-decoration: none;
}

.header ul li a:hover {
  transition: all 0.2 ease;
  opacity: 0.5;
}

.header .header-r {
  text-align: right;
  color: #fff;
  font-size: 14px;
}
.header .header-r i{
  font-size: 14px;
}

.header .menu-icon {
  display: none;
}

.header .mobile-menu {
  display: none;
}

.header .menu {
  overflow: hidden;
  padding: 0px;
  gap: 20px;
  align-items: center;
  /* position: absolute;
  left: 20%; */
  z-index: 1;
  display: flex;
}

.header .menu a {
  float: left;
  font-size: 14px;
  color: white;
  text-align: center;
  text-decoration: none;
}

.header .menu a:hover {
  transition: all 0.2 ease;
  opacity: 0.5;
}

.header .dropdown {
  float: left;
  overflow: hidden;
}

.header .dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.header .header-r a {
  text-decoration: none;
  list-style: none;
  color: #fff;
}

.header .header-r a:hover {
  transition: all 0.2 ease;
  opacity: 0.5;
}

.header .menu button.dropbtn:hover {
  transition: all 0.2 ease;
  opacity: 0.5;
}

.header .dropdown-content {
  display: none;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    92.74deg,
    #067dbb 2.28%,
    #013b59 125.78%
  ) !important;
  border-radius: 15px;
}

.header .dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.header .dropdown:hover .dropdown-content {
  display: block;
}

.header .dropdown-content:hover {
  display: block;
}

.header .for-mobile {
  display: none;
}

/* manage */
.manage {
  position: relative;
}
.manage .manage-left-img {
  position: absolute;
  top: 0;
  left: 0;
}
.manage .manage-left-img img {
  width: 65%;
}
.manage .manage-right-img {
  position: absolute;
  top: 50px;
  right: 0px;
}
.manage .manage-right-img img {
  width: 930px;
  height: 734px;
}
.manage-right .manage-r {
  position: relative;
  z-index: 9;
  background-color: transparent;
}

.manage .manage-r-m {
  position: absolute;
  bottom: -17px;
  left: -215px;
  display: block;
}

.manage .manage-r .title {
  font-size: 31px;
  text-align: center;
}

.manage .text {
  color: rgba(0, 0, 0, 0.56);
  font-size: 17px;
}

.manage .m-head-r {
  text-align: center;
}

.manage .provide {
  padding-top: 47px;
}

.manage .pro-text {
  font-size: 22px;
  color: #093b5c;
}

.manage .m-head-r .title {
  font-weight: 500;
}

.manage .provide span.dif {
  color: #027ebf;
}

.manage .provide ul {
  padding-left: 20px;
}

.manage .provide ul li {
  color: #027ebf;
  padding-top: 9px;
}

.manage .provide li::marker {
  color: #0c3d5c;
}

.manage .input {
  position: relative;
  width: 100%;
  border: 1px solid rgba(2, 126, 191, 0.59);
  padding: 30px;
  border-radius: 10px;
}

.manage .inner.first input {
  width: 100%;
}

.manage .input span {
  font-weight: bold;
  color: #ff0000;
}

.manage .input label {
  color: #0c3d5c;
  font-size: 14px;
  font-weight: 500;
}

.manage .input input {
  border: 1px solid rgba(2, 126, 191, 0.19);
  border-radius: 5px;
  padding: 6px;
  margin-top: 5px;
}

.manage .input textarea.text-area {
  width: 100%;
  border: 1px solid rgba(2, 126, 191, 0.19);
  outline: none;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px;
}

.manage .input-f-l {
  display: flex;
  gap: 20px;
  width: 100%;
}

.manage .input-f-l .inner.first {
  width: 50%;
}

.manage .input .email input {
  width: 100%;
}

.manage .inner.email {
  padding-top: 8px;
}

.manage .inner.email.tell input {
  padding: 15px 0px;
}

.manage .input button {
  background: #0c3d5c;
  color: #fff;
  margin-top: 12px;
  padding: 12px;
  outline: none;
  border: none;
  font-size: 14px;
  border-radius: 10px;
  width: 100%;
}

.manage .input button:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

/* marquee */

.marquee-container {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

.marquee-content img {
  width: 150px;
}

.marquee-content {
  /* font-size: 2em; */
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 100px;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes textAnimation {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* choose */
.choose .container {
  background-color: #e8f3f9;
  padding: 80px 40px;
  border-radius: 10px;
}

.choose .ch-title {
  color: #0e4568;
  font-size: 30px;
  text-align: center;
}

.choose .ch-title span {
  color: #0883c3;
  font-weight: 600;
}

/* .choose .choose-inner {
  display: flex;
  gap: 1px;
  width: 100%;
  padding-top: 75px;
} */

.choose .ch-inner {
  background: #fff;
  padding: 50px 16px;
  width: 100%;
  border-radius: 10px;
  margin-top: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.choose .ch-inner img {
  width: 70px;
}

.choose .ch-inner .des {
  padding-top: 28px;
  color: #0f071b;
  font-weight: 500;
}

.choose .ch-button {
  text-align: center;
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.choose .ch-button button:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

.choose .ch-button .btn-3 {
  background: #0c3d5c;
  color: #fff;
  padding: 8px 41px;
  border: none;
  outline: none;
  border-radius: 10px;
}

.choose .ch-button .btn-4 {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 8px 44px;
  border-radius: 10px;
  color: #0c3d5c;
  font-weight: 500;
}

/* footer */
.footer {
  background: linear-gradient(92.74deg, #067dbb 2.28%, #013b59 125.78%);
}

.footer .footer-r {
  text-align: right;
}

/* .footer .social-link img {
    width: 40px;
} */

.footer .social-link {
  display: flex;
  justify-content: right;
  gap: 15px;
}

.footer .social-link img:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

.footer .footer-l p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.footer hr {
  color: #e9ecef;
  margin-top: 35px;
}

.footer .footer-d-text {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-weight: 400;
}

.footer .footer-l img {
  width: 105px;
}

.footer .footer-d-text a {
  text-decoration: none;
  list-style: none;
  color: #fff;
}

.footer .footer-d-text a:hover {
  transition: all 0.3s ease;
  opacity: 0.5;
}

@media (max-width: 776px) {
  .dis-desk {
    display: none;
  }
  .dis-mob {
    display: block;
  }
  .main-padding {
    padding: 20px 0px;
  }

  .header .menu {
    width: 100%;
    margin-left: 30px;
  }

  .header .dropdown .dropbtn {
    padding: 0px;
  }

  .header .for-mobile-menu {
    display: none;
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 9999;
    height: 100%;
    top: 0px;
    left: 0;
  }

  .header .for-mobile .fa-xmark {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
  }

  .header .for-mobile .fas.fa-bars {
    color: #fff;
    font-size: 25px !important;
  }

  .header .menu a {
    color: #000;
    padding-top: 10px;
    font-size: 20px;
    font-weight: 600;
  }

  .header ul {
    margin-top: 35px;
    display: block;
  }

  .header .for-mobile-menu.show .menu ul {
    display: block;
    padding-top: 28px;
    padding-left: 15px;
  }

  .header .for-mobile-menu.show .menu ul li {
    padding-top: 10px;
  }

  .header .for-mobile-menu.show .m-header-r {
    padding-top: 10px;
    color: #fff;
  }

  .header .mobile-icon {
    cursor: pointer;
  }

  .header .for-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 25px;
  }

  .header .header-l {
    display: none;
  }

  .header .header-r {
    display: none;
  }

  .header .mobile-menu {
    display: block;
  }

  .manage .manage-head {
    text-align: center;
  }

  .manage .title {
    font-size: 23px;
  }

  .manage .text {
    width: 100%;
    font-size: 12px;
    padding: 10px 0px;
  }

  .manage .manage-r {
    margin: 12px 0px;
  }

  .manage .manage-r .title {
    text-align: center;
  }

  .manage .input {
    width: 100%;
    padding: 25px 15px;
    margin-top: 0px;
  }

  .manage .provide {
    padding: 20px;
  }

  .manage .row.rev {
    flex-direction: column-reverse;
  }

  .manage .input-f-l {
    gap: 10px;
  }

  .manage .inner.first input {
    width: 100%;
  }

  .manage .input label {
    font-size: 13px;
  }

  .manage .manage-r-m {
    display: none;
  }

  .manage .input button {
    padding: 14px;
    font-size: 11px;
    margin-top: 18px;
  }

  .manage .provide ul li {
    font-size: 14px;
  }
  .manage .manage-left-img img {
    width: 100%;
  }

  .manage .manage-right-img img {
    height: 800px;
    width: 100%;
  }
  .manage .manage-left-img img {
    height: 800px;
}
  .marquee-content img {
    width: 100px;
  }

  .marquee-content {
    gap: 20px;
  }

  .marquee-container {
    display: flex;
    overflow: initial;
    white-space: inherit;
    animation: marquee 20s linear infinite;
    gap: 0px;
    width: max-content;
  }
  .choose {
    padding: 20px 5px;
  }
  .choose .ch-title {
    font-size: 18px;
    margin: auto;
    width: 68%;
  }

  .choose .container {
    background-color: #e8f3f9;
    padding: 25px 0px;
    border-radius: 15px;
  }

  /* .choose .choose-inner {
    padding-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  } */
  .mob-row {
    padding: 20px;
  }
  .choose .ch-inner {
    background: #fff;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    margin-top: 15px;
  }

  .choose .ch-inner .des {
    padding: 15px 0px;
    font-size: 8px;
    color: #0f071b;
    font-weight: 500;
  }

  .choose .ch-inner img {
    width: 30px;
  }

  .choose .ch-button {
    gap: 10px;
    display: block;
    padding: 30px 10px;
  }

  .choose .ch-button .btn-3 {
    padding: 8px 20px;
    font-size: 12px;
  }

  .choose .ch-button .btn-4 {
    padding: 8px 30px;

    font-size: 12px;
  }

  .footer .social-link img {
    width: 20px;
  }

  .footer .social-link {
    gap: 5px;
  }

  .footer-l img {
    width: 40px;
  }

  .footer .footer-l p {
    color: rgba(255, 255, 255, 0.7);

    font-size: 7px;
  }

  .header .menu-icon {
    display: block;
  }

  .footer .footer-d-text {
    font-size: 8px;
  }
}
