@font-face {
  font-family: biennaleRegular;
  src: url(fonts/Matter-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Matter-Medium;
  src: url(fonts/Matter-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Matter-SemiBold;
  src: url(fonts/Matter-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: Matter-Bold;
  src: url(fonts/Matter-Bold.ttf);
  font-weight: bold;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: Matter-Regular, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  background: #ffffff;
  color: #05203d;
}
a {
  text-decoration: none;
  color: #05203d !important;
}
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Matter-Bold, sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
.header_wrappr {
  background: #ffffff;
}
.container_full {
  width: 100%;
  max-width: 1920px;
  padding: 0px 30px;
  margin: 0px auto;
}
.container_box {
  max-width: 1440px;
  padding: 0px 30px;
  margin: 0px auto;
}
.header_row {
  padding: 18px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 100%;
}
.header_row .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-search-btn {
  display: flex;
  align-items: center;
}
.logo .country-btn img {
  max-width: 48px;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: -4px;
}
.top-search-btn a {
  font-size: 16px;
  transition: 0.26s ease-in-out;
}
.bootstrap-select > .dropdown-toggle {
  padding-right: 0px;
}
.top-search-btn  {
  margin-top: 6px;
}
.top-search-btn a:hover {
  color: #fe3a20;
}
.main_menu {
  width: 60%;
}
.main_menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.logo img {
  max-width: 140px;
  /* width: 100%; */
}
.lang-text ul li,
.main_menu ul li {
  margin-left: 0px;
  display: block;
  color: #0f3043;
  font-size: 16px;
  transition: 0.26s ease-in-out;
}

.lang-text ul li a,
.main_menu ul li a {
  transition: 0.26s ease-in-out;
}
.lang-text ul li a:hover,
.main_menu ul li a:hover {
  color: #fe3a20;
}
.btn_red {
  padding: 10px 28px;
  border-radius: 50px;
  color: #0f3043;
  border: 2px solid #fe3a20;
  color: #fe3a20;
  font-weight: bold;
  font-family: Matter-SemiBold, sans-serif;
  transition: 0.26s ease-in-out;
}

.main_menu ul li .btn_red:hover {
  background-color: #fe3a20;
  color: #ffffff !important;
}
/* Toggle button */
.menu_toggle {
  display: none;
  font-size: 28px;
  color: #0f3043;
  cursor: pointer;
  z-index: 1002;
}

/* Default nav styles */
.main_menu {
  display: flex;
  justify-content: flex-end;
}

.main_menu ul {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero_area {
  padding: 100px 0px;
  background-image: url(images/hero-bg.webp);
  background-size: cover;
  background-position: center;
}
.red-text {
  color: #fe3a20;
}
.hero_content {
  text-align: center;
}
.hero_content h1 {
  font-family: Matter-Bold, sans-serif;
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #ffffff;
}

.cta_content h2 span,
.hero_content h1 span {
  color: #fe3a20;
}

.hero_content p {
  font-size: 24px;
  max-width: 600px;
  margin: 0px auto 50px;
  color: #ffffff;
}
.form_box {
  position: relative;
  margin: 10px 0px;
  max-width: 1024px;
  margin: 0px auto;
}

.form_box form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.form_box form label#keywords {
  width: 46%;
}
.form_box form label#location {
  width: 54%;
}
.form_box .divider_line{
  height: 70px;
  width: 1px;
  background: #870000;
  display: inline-block;
  position: absolute;
  top: 2px;
}
#keywords img {
  position: absolute;
  left: 16px;
  top: 22px;
  max-width: 28px;
  width: 100%;
  margin: 0px;
}
#location img {
  position: absolute;
  left: 47.5%;
  top: 22px;
  max-width: 27px;
  width: 100%;
  margin: 0px;
}
.form_box form input[name="location"],
.form_box form input[name="keywords"] {
  padding: 27px 0px 26px;
  padding-left: 50px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 19px;
  background-color: #ffffff;
  border: 1px solid #fe3a20;
  outline: none;
  width: 100%;
}

.form_box form input[name="keywords"] {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  border-right: 0px;
}
.form_box form input[name="location"] {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border-left: 0px;
  padding-left: 50px;
}
.form_box form input[type="submit"] {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 20px;
  font-family: Matter-SemiBold, sans-serif;
  font-size: 17px;
  background-color: #fe3a20;
  border: none;
  outline: none;
  border-radius: 100px;
  width: 100%;
  max-width: 150px;
  color: #ffffff;
  font-weight: 500;
  transition: 0.26s ease-in-out;
  cursor: pointer;
}
.form_box form input[type="submit"]:hover {
  background-color: #c92b16;
}

.btns_row {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}
.btn_item a img {
  margin-right: 12px;
  max-width: 20px;
}
.btn_item {
  width: 19%;
  max-width: 320px;
}
.btn_item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  background: #051d37;
  border: 0px;
  font-family: Matter-SemiBold, sans-serif;
  outline: none;
  font-size: 17px;
  width: 100%;
  max-width: 320px;
  padding: 18px 24px;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.26s ease-in-out;
}

.btn_item a:hover {
  background-color: #193c78;
}
.heading_title {
  text-align: center;
}
.heading_title h3,
.heading_title h2 {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 30px;
}

.box_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta_section {
  padding: 80px 0px;
  background-color: #fef6f2;
}
.cta_section .container_box {
  max-width: 1024px;
  margin: 0px auto;
}
.cta_content,
.cta_img {
  width: 48%;
}
.cta_img img {
  max-width: 100%;
  margin: 0px auto;
}
.cta_content h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #0e213c;
}
.cta_btn_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cta_btn_wrapper a {
  font-weight: 600;
  color: #0e213c;
  transition: 0.26s ease-in-out;
}
.cta_btn_wrapper a:hover {
  color: #e34b31;
}
.cta_btn_wrapper .open_account_btn {
  display: inline-block;
  padding: 12px 26px;
  color: #e34b31 !important;
  font-weight: 600;
  border: 1.5px solid #fd6754;
  border-radius: 50px;
  margin-right: 16px;
}

.cta_btn_wrapper .open_account_btn:hover {
  background-color: #e34b31;
  color: #ffffff !important;
}

.footer_area {
  padding: 80px 0px;
  background: #ffffff;
  color: #0e213c;
}
.footer_row {
  align-items: flex-start;
  justify-content: flex-start;
}
.footer_row ul li a {
  display: inline-block;
  margin-bottom: 8px;
  color: #0e213c;
  transition: 0.26s ease-in-out;
}
.footer_row ul li a:hover {
  color: #e34b31;
}
.footer_row .box_item h5 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #0e213c;
  text-transform: capitalize;
}
.footer_row .box_item {
  width: 22%;
  padding: 0px;
  border: 0px;
  text-align: left;
}

.footer_row .box_flogo {
  width: 38%;
}
.footer_area .logo img {
  max-width: 210px;
}

.footer_copyright {
  text-align: center;
  padding-top: 50px;
}

.desktop_hide {
  display: none;
}
