@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333333;
  font-size: 1rem;
}

.img-full {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 3.15rem;
  font-weight: 700;
}

h3 {
  font-size: 2.85rem;
  font-weight: 700;
}

h4 {
  font-size: 1.75rem;
  font-weight: 600;
}

/* --------------------
   # Primary Header
--------------------- */

.header {
  display: flex;
  align-items: center;
  min-height: 100px;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);

  z-index: 99;
}

.header .logo {
  width: 270px;
}

.header .menu-icon {
  display: none;
  cursor: pointer;
  margin: auto 0;
}

.header .menu-icon .bar {
  width: 24px;
  height: 2px;
  margin: 6px 0;
  background-color: #000;
  transition: transform 0.3s ease;
}

.header .menu-icon .bar:nth-child(2) {
  transform: translateX(4px);
  width: 20px;
}

.rotate-down {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.rotate-up {
  transform: rotate(45deg) translate(-5px, -6px);
}

.hide-bar {
  opacity: 0;
}

.header .header-content {
  display: flex;
  justify-content: space-between;
}

.header .header-content .nav-menu {
  display: flex;
  align-items: center;
}

.header .nav-menu ul.menu {
  display: flex;
  list-style: none;
  margin: 0;
}

.header .nav-menu ul.menu li.country {
  margin-left: 1.25rem;
}

.header .nav-menu ul.menu li.country {
  background-color: #eee;
  border-radius: 0.25rem;
}

.header .nav-menu ul.menu li.country a {
  display: flex;
  align-items: center;
  padding-right: 6rem;
  white-space: nowrap;
  padding-left: 1rem;
}

.header .nav-menu ul.menu li.country .country-icon {
  background-image: url(../images/country-icon.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  left: -5px;
}

.header .nav-menu ul.menu li.country .dropdown-toggle::after {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .nav-menu ul.menu li .nav-link {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  color: #212121;
  padding: 0.5rem 1.5rem;
}

.header .nav-menu ul.menu li .active {
  color: #e54e37;
}

/* ---------------------
    # Hero Section
-----------------------*/

.hero-section {
  background-size: cover;
  background-position: center top;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  position: relative;
  background: #39b1e0;
  background: linear-gradient(
    90deg,
    rgba(57, 177, 224, 1) 0%,
    rgba(18, 96, 125, 1) 50%,
    rgba(17, 93, 122, 1) 100%
  );
  min-height: 400px;
}

.hero-section.inner {
  min-height: 225px;
  padding: 1rem;
}

.hero-section.inner h1 {
  margin: 0;
  padding: 0;
}

.hero-section h1 {
  font-size: 2.15rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  margin: 0;
}

.hero-section p {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 0;
  opacity: 0.9;
  margin: 0;
}

.btn.btn-primary {
  background-color: #10759d;
  border: 0;
  font-size: 1rem;
  padding: 0.5rem 1.5rem;
  font-weight: 400;
  position: relative;
  border: solid 1px #10759d;
}

.btn.btn-primary:hover {
  background-color: #0f84b2;
}

/* -------------------------

---------------------------*/
.content-section {
  padding: 3.5rem 0;
}

.border-btm {
  border-bottom: solid 1px #c4c4c4;
}

h2.title {
  padding-bottom: 0.5rem;
  position: relative;
  margin-bottom: 2rem;
  font-size: 2rem;
}

h2.title:after {
  width: 60px;
  height: 3px;
  background-color: #444;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
}

.content-section p {
  font-size: 1rem;
}

.content-section .content-right {
  max-width: 700px;
  float: right;
}

.benefits {
  padding: 4rem 0 4rem 0;
  background-color: #f5f6f7;
  border-top: solid 1px #c4c4c4;
}

.benefits .benefit-block {
  border: solid 1px #4dae38;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.5rem;
  min-height: 360px;
  transition: 0.3s;
  text-align: center;
}

.benefits .benefit-block:hover {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
}

.benefits .benefit-block h5 {
  font-size: 1.15rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  color: #e54e37;
  text-transform: uppercase;
}

.benefits .benefit-block p {
  margin: 0;
}

.benefits .benefit-block .icn-row {
  display: flex;
  align-items: center;
  min-height: 120px;
  justify-content: center;
}

.subtitle {
  color: #00b3ea;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 1rem;
  display: block;
  letter-spacing: 0.02rem;
}

.form-control,
.form-select {
  height: 48px;
  border-color: #a6a6a6 !important;
  box-shadow: none !important;
}

.form-control.textarea {
  height: 100px;
}

.contact-us {
  padding: 5rem 0 5rem 0;
  font-size: 1.25rem;
}

.contact-us h3 {
  font-size: 2.25rem;
}

.contact-us span.req {
  color: #d60000;
}

.get-in-touch .form-label {
  margin-bottom: 0.2rem;
  font-size: 0.85rem;
}

.form-control::placeholder {
  color: #999;
}

footer {
  background-color: #35abda;
  padding: 5rem 0 3rem 0;
  color: #fff;
  text-align: center;
}

footer .footer-logo {
  display: flex;
  justify-content: center;
}

footer .footer-menu {
  padding: 4rem 0 3rem 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

footer .footer-menu li {
  display: inline-block;
  padding-left: 1rem;
}

footer .footer-menu li a {
  padding: 0.5rem;
  display: block;
  position: relative;
}

footer .footer-menu li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  background-color: #fff;
  width: 0%;
  height: 2px;
  opacity: 0.7;
  transition: 0.2s ease-in;
}

footer .footer-menu li a:hover:before {
  width: 100%;
  left: 0;
}

footer .copyright {
  color: rgba(255, 255, 255, 1);
  padding: 1.25rem 0 0;
  margin-top: 2rem;
}

footer a {
  color: rgba(255, 255, 255, 1);
  transition: 0.2s;
}

footer .counter {
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  border-bottom: solid 1px #9ad5ed;
}
footer .counter span.number {
  font-size: 3rem;
  display: block;
  font-weight: 700;
  text-align: left;
}

.list-tick {
  padding: 1rem 0 0;
  margin: 0;
  list-style: none;
}

.list-tick li {
  padding-left: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.list-tick li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url(../images/tick-mark.svg);
  width: 15px;
  height: 15px;
}

.flag-d {
  width: 24px;
  margin-right: 0.5rem;
}

.country-list {
  padding: 4rem 0 2rem 0;
  background-color: #f0f0f0;
  border-bottom: #c4c4c4 solid 1px;
}

.country-list h2 {
  font-size: 1.8rem;
  margin-bottom: 3.5rem;
  color: #e54e37;
  font-weight: 700;
  position: relative;
}

.country-list h2:before {
  width: 170px;
  height: 3px;
  background-color: #212121;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
}

.country-list .flat-img {
  width: 40px;
}

.country-list .name-title {
  font-weight: 600;
  font-size: 1.25rem;
}

.country-list .name-title a {
  color: #212121;
}

.country-list .mlist {
  padding: 1rem 0 1rem 0;
  margin: 0;
  list-style-type: none;
  line-height: 1.75;
  font-size: 1rem;
}
.country-list .mlist a {
  color: #444;
}
.country-list .mlist a:hover {
  color: #e54e37;
}

.banner-logo {
  justify-content: end;
}

@media screen and (max-width: 1199px) {
  .header .nav-menu ul.menu li .nav-link {
    margin-right: 2rem;
  }

  footer .footer-menu li {
    padding-left: 0rem;
  }

  .header .header-content .nav-menu.show-menu {
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #ccc;
    transition: 0.3s;
  }

  .header .header-content .nav-menu {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    background-color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 5px 5px rgba(0, 0, 0, 0.12);
  }

  .header-content .nav-menu ul {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .header .nav-menu ul.menu li .nav-link {
    margin-right: 0;
  }

  .header .menu-icon {
    display: block;
  }

  .section-header h2 {
    font-size: 2.5rem;
  }

  .header .nav-menu ul.menu li {
    border-bottom: solid 1px #eee;
  }

  .benefits .benefit-block {
    min-height: 330px;
  }
  .header .nav-menu ul.menu li.country {
    margin: 1rem;
  }
}

/**** ****/
.header ul.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0.5rem 0rem;
  background: #fff;
  width: 200px;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.5rem 0.5rem;
}

.header ul.dropdown li {
  list-style-type: none;
}

.header ul.dropdown li a {
  padding: 0.5rem;
  display: block;
  color: #212121;
  font-weight: 400;
  font-size: 0.9rem;
}

.header ul.dropdown li a:hover {
  font-weight: 600;
}

.header .nav-menu ul.menu ul.dropdown li {
  padding: 0.1rem 0;
}

.hero-section .hero-content {
  position: relative;
  z-index: 4;
}

@media (max-width: 1199px) {
  .header .nav-menu ul.menu {
    display: none;
  }

  .header .header-content .nav-menu ul.menu {
    display: block;
  }

  .hero-section .hero-content h1 {
    font-size: 2rem;
  }

  .content-section {
    padding: 2.5rem 0;
  }

  .benefits {
    padding: 2.5rem 0;
  }

  .header ul.dropdown {
    position: relative;
  }

  .header ul.dropdown {
    width: auto;
  }

  .header .header-content .nav-btn {
    display: inline-block;
    margin: 1rem;
  }

  .header ul.dropdown {
    margin: 0;
    padding: 0 1rem 0 1rem;
  }

  .header .nav-menu ul.menu li {
    padding: 0.5rem 0;
  }
  .header .nav-menu ul.menu li.country {
    padding: 0;
  }
}

@media (max-width: 992px) {
  footer .footer-logo {
    padding-bottom: 2rem;
  }

  footer .footer-menu {
    float: none;
  }

  footer .footer-menu li {
    padding: 0.3rem;
  }

  footer .footer-menu li {
    display: block;
  }

  footer .copyright {
    text-align: center;
    margin-top: 0;
    opacity: 0.7;
  }

  footer .copyright a {
    display: inline-block;
  }

  footer .copyright a {
    padding: 0 1rem 1rem 1rem;
    font-size: 1rem;
  }

  .hero-section {
    min-height: auto;
    padding: 4rem 0;
    height: auto;
  }

  .contact-us .get-in-touch {
    padding-left: 0;
    border-left: 0;
    padding-bottom: 4rem;
  }

  .partner-service .section-partner {
    max-width: none;
  }

  .country-list .name-title {
    font-size: 1rem;
  }

  footer .counter span.number {
    font-size: 2rem;
  }

  footer .footer-menu {
    padding-top: 2rem;
  }
  footer .counter {
    font-size: 1rem;
  }
}

.d-none {
  display: none;
}

.font-normal {
  font-weight: normal;
}

@media (max-width: 767px) {
  footer .footer-menu {
    display: block;
  }

  footer .footer-menu li a {
    font-weight: 700;
  }
  footer .counter {
    padding-bottom: 3rem;
  }

  .hero-section .hero-content {
    padding-top: 2rem;
  }

  .hero-section {
    padding: 1rem 0 3rem 0;
  }
  .blogo {
    max-width: 30%;
  }

  .cblock {
    justify-content: center;
  }
  .cblock .icon {
    width: 40px;
  }
  .banner-logo {
    justify-content: center;
  }
}
