body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
  color: #2F3642;
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
body main {
  overflow-x: clip;
}
body:not(body.home) #footer-boxes-area {
  padding-top: 40px;
}
p a {
  color: #2F3642;
}
.mobile-hamburger-menu {
  z-index: 999;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  padding: 6px;
  width: 36px;
  height: 26px;
}
.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #000;
  transition: all 0ms 300ms;
  width: 24px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #2F3642;
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #2F3642;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after,
.mobile-hamburger-menu .hamburger-menu:before {
  width: 24px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #2F3642;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #2F3642;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gen-col-mb {
  margin-bottom: 30px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 50px;
  width: 85%;
  max-width: 450px;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  position: relative;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content .sidebar-close-btn {
  position: absolute;
  right: 20px;
  top: 30px;
  cursor: pointer;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu li.current-menu-item > a {
  font-weight: bold;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  height: auto;
  max-height: 400px;
  overflow-y: auto;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #2F3642;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: #2F3642;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  height: 0;
  overflow: hidden;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: #131B2E;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #192541;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
  filter: invert(1);
}
#side-menu .content .lang-list {
  margin-top: 20px;
}
#side-menu .content .lang-list li.opened.menu-item-has-children div svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content .lang-list li div {
  display: flex;
  align-items: center;
  height: 48px;
  color: #2F3642;
  font-size: 14px;
  padding: 0 16px;
  font-weight: 500;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content .lang-list li div svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #2F3642;
  cursor: pointer;
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-top: 30px;
}
#side-menu .content ul.social-menu li {
  margin: 5px;
}
#side-menu .content ul.social-menu li a {
  border: 1px solid #2F3642;
  padding: 5px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#side-menu .content ul.social-menu li a svg {
  color: #2F3642;
}
#right-whatsapp {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9;
}
#right-whatsapp a {
  height: 60px;
  width: 60px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#right-whatsapp a:hover {
  padding-right: 5px;
  width: 65px;
}
#right-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2F3642;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 10px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #57B7E4;
  /* Old browsers */
  background: -moz-linear-gradient(top, #57B7E4 0%, #49a3cc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #57B7E4 0%, #49a3cc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #57B7E4 0%, #49a3cc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
.iti__country-list {
  background-color: #fff;
  color: #2F3642;
}
.iti__country-list .iti__flag-box,
.iti__country-list .iti__country-name {
  color: #000;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 52px !important;
}
.success {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all, 0.4s;
}
.show {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
.unsuccessful {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: red;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all, 0.4s;
}
.unsuccessful.show {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
.gen-btn {
  min-width: 220px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #2F3642;
  width: max-content;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
}
.gen-btn:hover {
  background-color: #57B7E4;
}
header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  -webkit-box-shadow: 0 3px 20px rgba(57, 63, 72, 0.2);
  -moz-box-shadow: 0 3px 20px rgba(57, 63, 72, 0.2);
  box-shadow: 0 3px 20px rgba(57, 63, 72, 0.2);
}
header .h-inner-area {
  position: relative;
  padding-left: 350px;
  height: 100%;
}
header .h-top {
  background-color: #2F3642;
  padding: 10px 0;
}
header .h-top .top-contacts {
  gap: 20px;
}
header .h-top .top-contacts .top-contact {
  font-size: 14px;
  color: #fff;
}
header .h-top .top-contacts .top-contact svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
header .h-top .top-socials {
  gap: 5px;
  padding-left: 10px;
  border-left: 1px solid #fff;
  margin-left: 20px;
}
header .h-top .top-socials li a {
  color: #fff;
  font-size: 15px;
}
header .h-top .top-socials li a svg {
  color: #fff;
}
header .h-bottom {
  background-color: #fff;
  position: relative;
}
header .h-bottom .top-logo {
  position: absolute;
  left: 0;
  bottom: 5px;
}
header .h-bottom .top-logo img {
  width: 320px;
  height: auto;
}
header .h-bottom .top-menu {
  display: flex;
  margin-right: 20px;
}
header .h-bottom .top-menu > li {
    position:relative;
}
header .h-bottom .top-menu > li > a {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #1A2134;
  padding: 30px 10px;
  font-weight: 500;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu li:not(.mega-menu) ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  left: 0%;
  background-color: #ffffff;
  border: none;
  pointer-events: none;
  min-width: 100%;
  -webkit-box-shadow: 0 15px 20px 3px rgba(57, 63, 72, 0.2);
  -moz-box-shadow: 0 15px 20px 3px rgba(57, 63, 72, 0.2);
  box-shadow: 0 15px 20px 3px rgba(57, 63, 72, 0.2);
  padding: 25px 15px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  gap: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .top-menu li:not(.mega-menu):hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .top-menu li:not(.mega-menu) ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .top-menu li:not(.mega-menu) ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu li:not(.mega-menu) ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .top-menu li:not(.mega-menu) ul.sub-menu li:after {
  display: none;
}
header .top-menu li:not(.mega-menu) ul.sub-menu li ul.sub-menu {
  left: 100%;
  margin: 0;
  transform: translateX(0);
}
header .top-menu li:not(.mega-menu) ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header .h-bottom .top-menu li:not(.mega-menu) ul.sub-menu li a {
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #2F3642;
  padding: 4px 12px;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu li:not(.mega-menu) ul.sub-menu li a:hover {
    color: #0A5A90;
}
header .h-bottom .top-menu > li::after {
  content: '';
  display: block;
  background-color: #1A2134;
  width: 100%;
  height: 2px;
  transform: translateY(-10px);
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu > li.mega-menu {
    position:unset;
}
header .h-bottom .top-menu li.mega-menu:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .h-bottom .top-menu li.mega-menu:hover::after {
  transform: none;
  opacity: 1;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  top: 80%;
  left: 0%;
  background-color: #ffffff;
  border: none;
  pointer-events: none;
  min-width: 100%;
  -webkit-box-shadow: 0 15px 20px 3px rgba(57, 63, 72, 0.2);
  -moz-box-shadow: 0 15px 20px 3px rgba(57, 63, 72, 0.2);
  box-shadow: 0 15px 20px 3px rgba(57, 63, 72, 0.2);
  padding: 25px 15px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  gap: 10px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 40px;
  position: absolute;
  top: -10px;
  background: None;
  left: 0;
  z-index: 0;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li {
  padding: 0;
  margin: 0;
  width: calc(25% - 10px);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li:after {
  display: none;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li a {
  font-size: 16px;
  font-weight: 600;
  color: #57B7E4;
  padding: 4px 12px;
  display: block;
  white-space: normal;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li ul.sub-menu {
  padding: 0;
  opacity: 1;
  position: unset;
  box-shadow: none;
  display: block;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li ul.sub-menu li {
  width: 100%;
  padding: 0;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li ul.sub-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #2F3642;
  padding: 4px 12px;
  display: block;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  white-space: normal;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li ul.sub-menu li a:hover {
  color: #0A5A90;
}
header .h-bottom .top-menu li.mega-menu ul.sub-menu li ul.sub-menu li ul.sub-menu {
  padding: 5px 10px;
}
header .h-bottom .header-btn {
  display: block;
  padding: 6px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  background-color: #57B7E4;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .h-bottom .header-btn:hover {
  background-color: #2F3642;
}
header .web-lang {
  cursor: pointer;
  z-index: 9;
  margin: 0 12px;
}
header .web-lang > li {
  background-color: #2F3642;
  padding: 8px 12px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
header .web-lang > li svg {
  width: 20px;
  height: 20px;
}
header .web-lang > li:after {
  content: ' ';
  border: 5px solid;
  transform: translateY(50%);
  border-color: #fff transparent transparent transparent;
  margin-left: 10px;
}
header .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #fff;
  pointer-events: none;
  width: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #fff transparent;
}
header .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
}
header .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #2F3642;
  margin: 0;
  padding: 5px 15px 5px 10px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.section-title {
  font-size: 40px;
  color: #2F3642;
  font-weight: bold;
  line-height: 1.2;
}
.section-title.underlined {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-title.underlined::after {
  content: '';
  display: block;
  width: 110px;
  height: 3px;
  background-color: #57B7E4;
  margin-top: 30px;
}
.section-top-title {
  font-size: 28px;
  color: #2F3642;
  font-weight: bold;
  line-height: 1.2;
}
.section-text {
  font-size: 18px;
  color: #2F3642;
}
#footer-boxes-area {
  padding: 120px 0;
}
#footer-boxes-area .footer-box {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  padding: 25px 75px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer-boxes-area .footer-box .box-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
#footer-boxes-area .footer-box .box-title::after {
  content: '';
  display: block;
  width: 110px;
  height: 4px;
  background-color: #fff;
  margin-top: 10px;
}
#footer-boxes-area .footer-box .box-text {
  font-size: 18px;
  color: #fff;
}
#footer-boxes-area .footer-box .box-btn {
  margin-top: 20px;
  background-color: transparent;
  border: 2px solid #fff;
  font-size: 18px;
  padding: 8px 24px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  width: max-content;
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#footer-boxes-area .footer-box .box-btn:hover {
  background-color: #fff;
  color: #2F3642;
}
#footer-boxes-area .footer-box .box-icon-wrapper {
  margin-left: 40px;
}
#footer-boxes-area .footer-box .box-icon-wrapper .box-icon {
  width: 120px;
  height: auto;
}
#footer-boxes-area .footer-box.box-left {
  background-color: #57B7E4;
}
#footer-boxes-area .footer-box.box-right {
  background-color: #0A5A90;
}
footer {
  background-color: #2F3642;
}
footer .footer-top {
  padding: 100px 0 50px;
  border-bottom: 1px solid #fff;
}
footer .footer-top .footer-text {
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
footer .footer-top .footer-text a {
  color: #57B7E4;
}
footer .footer-top .footer-col {
  margin-bottom: 20px;
}
footer .footer-top .footer-logo {
  display: block;
}
footer .footer-top .footer-logo img {
  width: 400px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-socials {
  display: flex;
}
footer .footer-top .footer-socials li {
  margin: 5px;
}
footer .footer-top .footer-socials li a {
  display: block;
  background-color: #fff;
  color: #1A2134;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 4px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-socials li a:hover {
  background-color: #57B7E4;
  color: #fff;
}
footer .footer-top .footer-title {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .footer-top .footer-menu {
  list-style: disc;
  color: #fff;
  padding-left: 5px;
}
footer .footer-top .footer-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer-top .footer-contacts .footer-contact {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
footer .footer-top .footer-contacts .footer-contact .contact-text {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
footer .footer-top .footer-contacts .footer-contact .contact-icon {
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  padding: 6px;
  color: #fff;
  height: max-content;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .footer-top .footer-contacts .footer-contact:hover .contact-icon {
  background-color: #fff;
  color: #57B7E4;
}
footer .footer-top .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-copyright {
  padding: 15px 0;
}
footer .footer-copyright .copyright {
  font-size: 14px;
  color: #fff;
}
footer .footer-copyright .footer-cr-logo img {
  width: 150px;
  height: auto;
}
@media (max-width: 1440px) {
  header .h-right {
    width: 100%;
  }
  header .h-inner-area {
    padding-left: 260px;
  }
  header .h-bottom .top-menu > li > a {
    font-size: 14px;
    padding: 24px 8px;
  }
  header .h-bottom .top-menu li ul.sub-menu li a {
    font-size: 14px;
  }
	header .h-bottom .top-menu li.mega-menu ul.sub-menu, header .h-bottom .top-menu li:not(.mega-menu) ul.sub-menu {
		padding: 15px 5px;
	}
  header .h-bottom .top-menu li ul.sub-menu li ul.sub-menu li a {
    font-size: 14px;
  }
	header .h-bottom .top-menu li.mega-menu ul.sub-menu li ul.sub-menu li a , header .h-bottom .top-menu li.mega-menu ul.sub-menu li a, header .h-bottom .top-menu li:not(.mega-menu) ul.sub-menu li a{
   	 font-size: 14px;
	}
  header .h-bottom .header-btn {
    font-size: 18px;
  }
  header .h-bottom .top-logo img {
    width: 240px;
  }
  .section-top-title {
    font-size: 24px;
  }
  .section-title {
    font-size: 32px;
  }
  .section-text {
    font-size: 16px;
  }
  #footer-boxes-area {
    padding: 80px 0;
  }
  #footer-boxes-area .footer-box {
    padding: 25px 50px;
  }
  #footer-boxes-area .footer-box .box-title {
    font-size: 36px;
  }
  #footer-boxes-area .footer-box .box-text {
    font-size: 16px;
  }
  #footer-boxes-area .footer-box .box-icon-wrapper {
    margin-left: 30px;
  }
  #footer-boxes-area .footer-box .box-btn {
    font-size: 16px;
    padding: 6px 24px;
    margin-top: 15px;
  }
  footer .footer-top {
    padding: 60px 0 20px;
  }
  footer .footer-top .footer-logo img {
    width: 360px;
  }
  footer .footer-top .footer-text {
    font-size: 16px;
    margin-top: 20px;
  }
  footer .footer-top .footer-title {
    margin-bottom: 10px;
  }
  footer .footer-top .footer-menu li a {
    font-size: 16px;
  }
  footer .footer-top .footer-contacts .footer-menu li a {
    font-size: 16px;
  }
  footer .footer-top .footer-contacts .footer-contact {
    margin-bottom: 15px;
  }
  footer .footer-top .footer-contacts .footer-contact .contact-text {
    font-size: 16px;
  }
  footer .footer-top .footer-socials li a svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1200px) {
  header .h-inner-area {
    padding-left: 200px;
  }
  header .h-top .top-contacts .top-contact {
    font-size: 12px;
  }
  header .h-bottom .top-menu > li > a {
    padding: 18px 6px;
  }
  header .h-bottom .header-btn {
    font-size: 16px;
    padding: 4px 16px;
  }
  header .h-bottom .top-logo img {
    width: 200px;
  }
  #footer-boxes-area {
    padding: 60px 0;
  }
  #footer-boxes-area .footer-box {
    padding: 20px 40px;
  }
  #footer-boxes-area .footer-box .box-title {
    font-size: 28px;
  }
  #footer-boxes-area .footer-box .box-icon-wrapper {
    margin-left: 30px;
  }
  #footer-boxes-area .footer-box .box-icon-wrapper .box-icon {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .section-top-title {
    font-size: 22px;
  }
  .section-title {
    font-size: 28px;
  }
  header .h-inner-area {
    padding: 0;
  }
  header .h-bottom {
    padding: 5px 0;
  }
  header .h-bottom .top-logo {
    position: unset;
  }
  #footer-boxes-area {
    padding: 40px 0;
  }
  #footer-boxes-area .footer-box {
    padding: 15px 30px;
  }
  #footer-boxes-area .footer-box .box-title {
    font-size: 24px;
  }
  #footer-boxes-area .footer-box .box-icon-wrapper {
    margin-left: 20px;
  }
  #footer-boxes-area .footer-box .box-icon-wrapper .box-icon {
    width: 80px;
  }
  footer .footer-top {
    padding: 40px 0 20px;
  }
  footer .footer-top .footer-logo img {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .section-top-title {
    font-size: 20px;
  }
  .section-title {
    font-size: 26px;
  }
  #footer-boxes-area .footer-box {
    height: auto;
  }
  #footer-boxes-area .footer-box .box-text {
    font-size: 14px;
  }
  #footer-boxes-area .footer-box .box-btn {
    font-size: 14px;
    margin-top: 10px;
  }
  #footer-boxes-area .box-left {
    margin-bottom: 30px;
  }
  footer .footer-top .footer-logo img {
    width: 280px;
  }
  footer .footer-top .footer-text {
    font-size: 14px;
    margin-top: 15px;
  }
  footer .footer-top .footer-title {
    margin-bottom: 5px;
  }
  footer .footer-top .footer-menu li a {
    font-size: 14px;
  }
  footer .footer-top .footer-contacts .footer-menu li a {
    font-size: 14px;
  }
  footer .footer-top .footer-contacts .footer-contact {
    margin-bottom: 10px;
  }
  footer .footer-top .footer-contacts .footer-contact .contact-text {
    font-size: 14px;
  }
  footer .footer-copyright {
    padding: 20px 0 80px;
  }
  footer .footer-copyright .copyright {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .section-top-title {
    font-size: 18px;
  }
  .section-title {
    font-size: 24px;
  }
}
