@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
  line-height: normal;
  font-family: "Roboto", sans-serif;
}
.hideText {
  display: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus-visible {
  outline: none;
}

/* Grid
==========================================*/
.container {
  position: relative;
  width: 1179px;
  margin: 0 auto;
  box-sizing: border-box;
}

#wrapper {
  display: grid;
  width: 100%;
  min-height: 100vh;
  grid-template-rows: auto 1fr auto;
}
/* Base Styles
========================================*/

body {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: #21235f;
  font-family: "Roboto", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
table,
th,
td {
  border-collapse: collapse;
  text-align: left;
}
a {
  text-decoration: none;
}
/* Typography
=====================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
}
h2 {
  font-size: 26px;
  color: #2d468a;
  line-height: 1.2;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
  color: #21235f;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  color: #21235f;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #21235f;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #21235f;
}
p {
  margin: 0;
}
/*====Header======*/

/*====== flex layout ======*/

.false-flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.false-flex_row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.false-flex_column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.false-flex_row_reserv {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.false-flex_jstcntnt {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.false-flex_jstcntnt_center {
  -webkit-justify-content: center;
  justify-content: center;
}
.false-flex_jstcntnt_end {
  -webkit-justify-content: end;
  justify-content: end;
}
.false-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-center {
  align-items: center;
}
.item-end {
  align-items: flex-end;
}

.list-none {
  list-style: none;
}
.overflowhidden {
  overflow: hidden;
}
.w-full {
  width: 100%;
}

/*==============Pagination============*/
.pagination a {
  font-size: 15px;
  color: #1e1e1e;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-right: 10px;
}
.pagination a:hover {
  background-color: #2d468a;
  color: #fff;
  font-weight: 700;
  border-color: #2d468a;
}

.pagination .first {
  width: 103px;
  border-right: 0;
}
.pagination .last {
  width: 57px;
  flex: 0 0 57px;
}

.pagination .active {
  background-color: #d0d0d0;
  color: #fff;
  border: 1px solid #d0d0d0;
}
.pagination .active:hover {
  background-color: #d0d0d0;
  border: 1px solid #d0d0d0;
  color: #fff;
}
/*===========Button========*/
.close_btn {
  width: 119px;
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid #7a98ce;
  background-color: #ffffff;
  font-size: 18px;
  color: #1e98d7;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
.close_btn:hover {
  background-color: #517caf;
  border-color: #517caf;
  color: #fff;
}

/*=====================Button=========*/
.sign_btn {
  font-size: 15px;
  color: #ffffff;
  padding: 5px 10px;
  width: 88px;
  text-align: center;
  cursor: pointer;
  background-color: #000;
}

.headerV1 {
  position: relative;
  padding-top: 40px;
}
.headerV1 .nav,
.headerV1 .brand {
  padding-top: 40px;
}
.headerV1 span {
  background-image: url(../images/header_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 321px;
  width: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.headerV1 .nav li {
  margin-right: 20px;
}

.headerV1 .nav a {
  font-weight: 700;
  color: #21235f;
  text-align: left;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
}
.headerV1 .nav a:hover {
  color: #1e98d7;
}
.brand a {
  width: 220px;
  height: 45px;
  display: block;
}

.brand a img {
  width: 100%;
  height: 100%;
}

/*===========Header End=====*/

/*============Footer ==========*/
#footer {
  position: relative;
  padding: 202px 0 0;
}

#footer::after {
  background-image: url("../images/footer_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  width: 100%;
  height: 222px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -9;
}

#footer .icon_f {
  width: 46px;
  height: 77px;
  position: absolute;
  z-index: 9;
  top: -278px;
}

#footer .icon_f img {
  width: 100%;
  height: 100%;
}

#footer h2 {
  font-weight: 700;
  color: #21235f;
  text-align: left;
  line-height: 24px;
  font-size: 20px;
  margin: 0 0 18px;
}

#footer .footer_nav a {
  color: #555555;
  text-align: left;
  line-height: 24px;
  font-size: 18px;
  display: block;
  margin: 0 0 6px;
}
#footer .footer_nav a:hover {
  color: #1e98d7;
}
#footer .footer_nav li:last-child a {
  margin-bottom: 0;
}

.contact_btn {
  color: #555555;
  text-align: left;
  line-height: 24px;
  font-size: 18px;
  display: block;
}
.contact_btn:hover {
  color: #1e98d7;
}
#footer .footer_nav {
  margin-right: 28px;
}

#footer .brand {
  width: 244px;
  height: 50px;
  display: block;
}

#footer .brand img {
  width: 100%;
  height: 100%;
}

#footer .one_half {
  position: relative;
}
#footer .nav_brand {
  margin: 0 0 34px;
}
.copyright {
  background-color: #f2f2f2;
  padding: 8px 0;

  position: relative;
}

.copyright .crab {
  width: 47px;
  height: 43px;
  position: absolute;
  top: -45px;
  left: 288px;
}

.copyright .crab img {
  width: 100%;
  height: 100%;
}

.copyright li a {
  color: #aaaaaa;
  font-size: 14px;
  line-height: 17px;
  position: relative;
  padding-right: 8px;
  padding-left: 4px;
}
.copyright li a:hover {
  color: #1e98d7;
  text-decoration: underline;
}
.copyright li:first-child a {
  padding-left: 0;
}

.copyright li:last-child a::after {
  display: none;
}

.copyright li a::after {
  position: absolute;
  content: "|";
  right: 0;
  color: #aaaaaa;
  font-size: 18px;
  top: 0;
}

.social_icon a {
  width: 20px;
  display: block;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.social_icon li a::after {
  display: none;
}
.social_icon .fb {
  background-image: url("../images/fb-icon.svg");
  margin-right: 6px;
}

.social_icon .fb:hover {
  background-image: url("../images/fb-icon-hover.svg");
}

.social_icon .linkdin {
  background-image: url("../images/linkdin-icon.svg");
}

.social_icon .linkdin:hover {
  background-image: url("../images/linkdin-icon-hover.svg");
}
.copyright ul {
  align-items: center;
}
.copyright .one-half li {
  line-height: 9px;
}
.copyright .one-half li:last-child {
  padding-left: 4px;
  font-size: 14px;
  color: #aaa;
  line-height: 24px;
  margin-top: 0;
  display: inline-block;
  vertical-align: super;
  position: relative;
  top: 1px;
}
.copyright .one-half li:last-child a {
  pointer-events: none;
}
/*===============footer End=====*/
#header .humburger {
  display: none;
}

/*=============Header V3=======*/
.page_thanks .headerv3 {
  padding: 0;
}
.page_thanks #header span {
  background: none;
  display: block;
  position: relative;
  height: auto;
  padding: 26px 0 30px;
  z-index: 999;
}
.page_thanks .headerv3 .nav,
.page_thanks .headerv3 .brand {
  padding: 0;
}
.page_thanks #header span::after {
  background-image: url("../images/h_shadow.png");
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  height: 51px;
  width: 100%;
  z-index: -9;
}
.mobile_nav {
  width: 285px;
  padding: 25px 24px 9px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 52px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.mobile_nav li {
  margin: 0 0 19px;
}
.mobile_nav a {
  color: #1e98d7;
  font-size: 20px;
  display: block;
}
.mobile_nav a:hover {
  color: #517caf;
}
.mobile_nav figure {
  width: 49px;
  height: 59px;
}
.mobile_nav figure img {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page_thanks .headerv3 {
    padding: 0;
  }
  .page_thanks #header span {
    background: none;
    display: block;
    position: relative;
    height: auto;
    padding: 26px 0 17px;
  }
  .page_thanks .headerv3 .nav,
  .page_thanks .headerv3 .brand {
    padding: 0;
  }
  .mobile_nav {
    padding-bottom: 0;
  }
  .mobile_nav a {
    font-size: 24px;
    line-height: 29px;
  }
  .page_thanks #header .brand {
    display: block;
  }
  .page_thanks #header .brand a {
    width: 225px;
    height: 46px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  #header .humburger {
    background-image: url("../images/hamburger_icon.svg");
    width: 41px;
    height: 36px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  }
  #header .humburger {
    display: block !important;
  }
  #header .humburger:hover {
    background-image: url("../images/hamburger_icon_hover.svg");
  }
  #header .humburger:hover .mobile_nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #header .nav {
    display: none;
  }
  #header .brand {
    display: none;
  }
  .headerV1 span {
    padding-top: 24px;
    height: 138px;
    z-index: -9;
    background-image: url(../images/header_bg.png);
    z-index: 999;
  }
  #footer::after {
    height: 83px;
  }
  #footer {
    padding: 90px 0 0;
  }
  #footer h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 25px;
  }
  #footer .icon_f {
    top: -218px;
    width: 62px;
    height: 103px;
  }
  .copyright .crab {
    width: 55px;
    height: 50px;
    top: auto;
    bottom: 19px;
    left: 383px;
  }

  /*.copyright .crab {
    width: 55px;
    height: 50px;
    top: auto;
    bottom: 19px;
    left: 50%;
    transform: translate(-50%);
  }*/
  #footer .footer_nav {
    margin-right: 45px;
  }

  #footer .footer_nav a {
    color: #1e98d7;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 13px;
  }

  #footer .contact_btn,
  #footer .contact_btn strong {
    color: #1e98d7;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0;
    display: inline-block;
  }
  #footer .nav_brand {
    margin: 0 0 31px;
  }
  .contact_btn strong {
    font-weight: normal;
  }
  #footer .footer_nav a:hover,
  .contact_btn:hover {
    color: #517caf;
  }
  .copyright {
    margin-top: 0;
  }
  .head {
    padding-top: 67px !important;
    position: relative;
    z-index: -99;
  }
  .copyright li a {
    font-size: 16px;
  }
  .copyright .one-half li + li a::after {
    display: none;
  }
  .copyright .one-half li:last-child {
    display: none;
  }
  #footer .brand {
    width: 250px;
    height: 52px;
  }
}

/*===============================
1.) Media Query for mobile
 ===============================*/
@media only screen and (max-width: 767px) {
  .page_thanks #header span::after {
    height: 26px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .mobile_nav {
    width: 230px;
    padding-bottom: 0;
  }
  .mobile_nav li {
    margin: 0 0 16px;
  }
  .mobile_nav li:last-child {
    margin: 0 0 0;
  }
  #header .humburger:hover {
    background-image: url("../images/hamburger_icon_hover.svg");
  }
  #header .humburger:hover .mobile_nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .page_thanks .headerv3 {
    padding: 0;
  }
  .page_thanks #header span {
    background: none;
    display: block;
    position: relative;
    height: auto;
    padding: 20px 0 20px;
  }
  .page_thanks .headerv3 .nav,
  .page_thanks .headerv3 .brand {
    padding: 0;
  }

  #header .humburger {
    display: block;
  }
  #header .nav {
    display: none;
  }
  #header .brand {
    display: none;
  }
  .mobile_header span {
    background-image: url(../images/header_bg_mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 90px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    padding-top: 24px;
  }
  .mobile_header {
    position: relative;
  }

  .mobile_header .humburger {
    background-image: url("../images/hamburger_icon.svg ");
    width: 32px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 999;
  }

  #footer {
    padding: 76px 0 0;
  }

  #footer h2 {
    font-size: 18px;
    margin: 0 0 17px;
  }

  #footer .icon_f {
    width: 29px;
    height: 48px;
    top: -124px;
    left: 16px;
  }

  #footer::after {
    height: 50px;
  }

  #footer .container {
    justify-content: end;
  }

  #footer .justify-content-start {
    justify-content: space-between;
  }

  #footer .brand {
    width: 192px;
    height: 40px;
  }

  #footer .footer_nav {
    margin-right: 38px;
  }

  #footer .footer_nav li {
    margin: 0 0 4px;
  }

  #footer .footer_nav li:last-child {
    margin-bottom: 0;
  }

  #footer .footer_nav a {
    color: #1e98d7;
    text-align: left;
    line-height: 24px;
    font-size: 18px;
  }

  .contact_btn strong {
    color: #1e98d7;
    text-align: left;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
  }

  #footer .social_icon {
    padding: 0;
  }

  .copyright {
    margin: 28px 0 0;
  }

  .copyright .crab {
    width: 47px;
    height: 43px;
    left: 13px;
  }

  #footer {
    padding: 76px 0 0;
  }

  #footer h2 {
    font-size: 18px;
    margin: 0 0 17px;
  }

  #footer .icon_f {
    width: 29px;
    height: 48px;
    top: -124px;
    left: 16px;
  }

  #footer::after {
    height: 50px;
  }

  #footer .container {
    justify-content: end;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  #footer .justify-content-start {
    justify-content: space-between;
  }

  #footer .brand {
    width: 192px;
    height: 40px;
    float: right;
    margin-top: 24px;
  }

  #footer .footer_nav {
    margin-right: 38px;
  }

  #footer .footer_nav li {
    margin: 0 0 4px;
  }

  #footer .footer_nav li:last-child {
    margin-bottom: 0;
  }

  #footer .footer_nav a {
    color: #1e98d7;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
  }
  #footer .contact_btn,
  #footer .contact_btn strong {
    color: #1e98d7;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
  }
  #footer .nav_brand {
    display: block;
    overflow: hidden;
    margin: 0 0 25px;
  }
  .contact_btn strong {
    color: #1e98d7;
    text-align: left;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
  }

  #footer .social_icon {
    padding: 0;
  }
  .copyright .container {
    justify-content: space-between !important;
    align-items: center;
  }
  .copyright {
    margin: 25px 0 0;
  }
  .copyright li:nth-child(2) a::after {
    display: none;
  }
  .copyright .one-half li:last-child {
    display: none;
  }
  .copyright .crab {
    width: 47px;
    height: 43px;
    left: 13px;
  }
  .head {
    padding-top: 39px !important;
    position: relative;
    z-index: -99;
  }
}

/*=================Mobile Landscape=============*/

@media (min-width: 360px) and (max-width: 970px) and (orientation: landscape) {
  #wrapper .mobile_header span {
    height: 179px;
  }

  .page_thanks #header span::after {
    height: 26px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .mobile_nav {
    width: 230px;
    padding-bottom: 0;
  }
  .mobile_nav li {
    margin: 0 0 16px;
  }
  .mobile_nav li:last-child {
    margin: 0 0 0;
  }
  #header .humburger:hover {
    background-image: url("../images/hamburger_icon_hover.svg");
  }
  #header .humburger:hover .mobile_nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .page_thanks .headerv3 {
    padding: 0;
  }
  .page_thanks #header span {
    background: none;
    display: block;
    position: relative;
    height: auto;
    padding: 20px 0 20px;
  }
  .page_thanks .headerv3 .nav,
  .page_thanks .headerv3 .brand {
    padding: 0;
  }

  #header .humburger {
    display: block;
  }
  #header .nav {
    display: none;
  }
  #header .brand {
    display: none;
  }
  .mobile_header span {
    background-image: url(../images/header_bg_mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 183px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    padding-top: 24px;
  }
  .mobile_header {
    position: relative;
  }

  .mobile_header .humburger {
    background-image: url("../images/hamburger_icon.svg ");
    width: 32px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    border: none;
    background-color: transparent;
    position: relative;
    z-index: 999;
  }

  #footer {
    padding: 76px 0 0;
  }

  #footer h2 {
    font-size: 18px;
    margin: 0 0 17px;
  }

  #footer .icon_f {
    width: 29px;
    height: 48px;
    top: -124px;
    left: 16px;
  }

  #footer::after {
    height: 50px;
  }

  #footer .container {
    justify-content: end;
  }

  #footer .justify-content-start {
    justify-content: space-between;
  }

  #footer .brand {
    width: 192px;
    height: 40px;
  }

  #footer .footer_nav {
    margin-right: 38px;
  }

  #footer .footer_nav li {
    margin: 0 0 4px;
  }

  #footer .footer_nav li:last-child {
    margin-bottom: 0;
  }

  #footer .footer_nav a {
    color: #1e98d7;
    text-align: left;
    line-height: 24px;
    font-size: 18px;
  }

  .contact_btn strong {
    color: #1e98d7;
    text-align: left;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
  }

  #footer .social_icon {
    padding: 0;
  }

  .copyright {
    margin: 28px 0 0;
  }

  .copyright .crab {
    width: 47px;
    height: 43px;
    left: 13px;
  }

  #footer {
    padding: 76px 0 0;
  }

  #footer h2 {
    font-size: 18px;
    margin: 0 0 17px;
  }

  #footer .icon_f {
    width: 29px;
    height: 48px;
    top: -124px;
    left: 16px;
  }

  #footer::after {
    height: 50px;
  }

  #footer .container {
    justify-content: end;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  #footer .justify-content-start {
    justify-content: space-between;
  }

  #footer .brand {
    width: 192px;
    height: 40px;
    float: right;
    margin-top: 24px;
  }

  #footer .footer_nav {
    margin-right: 38px;
  }

  #footer .footer_nav li {
    margin: 0 0 4px;
  }

  #footer .footer_nav li:last-child {
    margin-bottom: 0;
  }

  #footer .footer_nav a {
    color: #1e98d7;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
  }
  #footer .nav_brand {
    display: flex;
    overflow: hidden;
    margin: 0 0 25px;
  }
  .contact_btn strong {
    color: #1e98d7;
    text-align: left;
    line-height: 24px;
    font-size: 20px;
    font-weight: normal;
  }

  #footer .social_icon {
    padding: 0;
  }
  .copyright .container {
    justify-content: space-between !important;
    align-items: center;
  }
  .copyright {
    margin: 25px 0 0;
  }
  .copyright li:nth-child(2) a::after {
    display: none;
  }
  .copyright .one-half li:last-child {
    display: none;
  }
  .copyright .crab {
    width: 47px;
    height: 43px;
    left: 13px;
  }
  .head {
    padding-top: 39px !important;
    position: relative;
    z-index: -99;
  }

  .copyright .crab {
    width: 55px;
    height: 50px;
    top: auto;
    bottom: 19px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/*==============Tab Landscape===*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .page_thanks .headerv3 {
    padding: 0;
  }
  .page_thanks #header span {
    background: none;
    display: block;
    position: relative;
    height: auto;
    padding: 26px 0 17px;
  }
  .page_thanks .headerv3 .nav,
  .page_thanks .headerv3 .brand {
    padding: 0;
  }
  .mobile_nav {
    padding-bottom: 0;
  }
  .mobile_nav a {
    font-size: 24px;
    line-height: 29px;
  }
  .page_thanks #header .brand {
    display: block;
  }
  .page_thanks #header .brand a {
    width: 225px;
    height: 46px;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  #header .humburger {
    background-image: url("../images/hamburger_icon.svg");
    width: 41px;
    height: 36px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
  }
  #header .humburger {
    display: block !important;
  }
  #header .humburger:hover {
    background-image: url("../images/hamburger_icon_hover.svg");
  }
  #header .humburger:hover .mobile_nav {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #header .nav {
    display: none;
  }
  #header .brand {
    display: none;
  }
  .headerV1 span {
    padding-top: 24px;
    height: 138px;
    z-index: -9;
    background-image: url(../images/header_bg.png);
    z-index: 999;
  }
  #footer::after {
    height: 83px;
  }
  #footer {
    padding: 90px 0 0;
  }
  #footer h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 25px;
  }
  #footer .icon_f {
    top: -218px;
    width: 62px;
    height: 103px;
  }
  .copyright .crab {
    width: 55px;
    height: 50px;
    top: auto;
    bottom: 19px;
    left: 383px;
  }
  #footer .footer_nav {
    margin-right: 40px;
  }

  #footer .footer_nav a {
    color: #1e98d7;
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 13px;
  }

  #footer .contact_btn {
    color: #1e98d7;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    margin: 0 !important;
  }
  #footer .nav_brand {
    margin: 0 0 31px;
    align-items: flex-end;
  }
  .contact_btn strong {
    font-weight: normal;
  }
  #footer .footer_nav a:hover,
  .contact_btn:hover {
    color: #517caf;
  }
  .copyright {
    margin-top: 0;
  }
  .head {
    padding-top: 67px !important;
    position: relative;
    z-index: -99;
  }
  .copyright li a {
    font-size: 16px;
  }
  .copyright .one-half li + li a::after {
    display: none;
  }
  .copyright .one-half li:last-child {
    display: none;
  }
  #footer .brand {
    width: 250px;
    height: 52px;
  }
}

@media (min-width: 2090px) and (max-width: 3840px) {
  .headerV1 span {
    height: 448px;
  }
}

@media (min-width: 3841px) and (max-width: 4098px) {
  .headerV1 span {
    height: 657px;
  }
}
