/* Homepage-only core styles extracted from the shared theme bundles. */

html, body {
  overflow-x: hidden;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #106eea;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

.clear {
  clear: both;
}

.fix::after {
  content: "";
  display: table;
  clear: both;
}

.rg-50 {
  row-gap: 50px;
}

.y-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top-links {
  background: #ffffff;
}

.top-links .social-links {
  margin-left: 0 !important;
  padding: 6px 14px;
  text-align: right;
}

.top-links .social-links li {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

.top-links .social-links li .confirm {
  margin-left: 0 !important;
  margin-top: 0 !important;
  width: auto !important;
}

.top-links .social-links li a {
  color: #0b6fb3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
}

.top-links .social-links li:not(.facebook):not(.twitter):not(.linkedin) a {
  color: #7d7d7d;
}

.top-links .social-links li.facebook a,
.top-links .social-links li.twitter a,
.top-links .social-links li.linkedin a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #f1f6fc;
}

.top-links .social-links li.facebook a:hover,
.top-links .social-links li.twitter a:hover,
.top-links .social-links li.linkedin a:hover {
  background: #106eea;
  color: #ffffff;
}

.humburger {
  max-width: 45px;
  display: flex !important;
  flex-wrap: wrap;
  margin: -5px;
}

.humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #101010;
  border-radius: 50%;
  list-style: none;
  transition: all 0.3s ease;
  margin: 4px 5px;
}

.humburger span.dot2,
.humburger span.dot4,
.humburger span.dot6,
.humburger span.dot8 {
  background: #106eea;
}

.humburger:hover span {
  background: #106eea;
}

.humburger:hover span.dot2,
.humburger:hover span.dot4,
.humburger:hover span.dot6,
.humburger:hover span.dot8 {
  background: #101010;
}

.full-width-header .toolbar-area {
  background: #0b6fb3;
}

.full-width-header .toolbar-area .toolbar-contact ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 13px 20px 11px 0;
  border-right: 1px solid #1273eb;
  color: #ffffff;
  font-size: 14px;
}

.full-width-header .toolbar-area .toolbar-contact ul li i {
  margin-right: 7px;
  color: #ffffff;
}

.full-width-header .toolbar-area .toolbar-contact ul li i:before {
  font-size: 14px;
}

.full-width-header .toolbar-area .toolbar-contact ul li a {
  color: #ffffff;
}

.full-width-header .toolbar-area .toolbar-contact ul li a:hover {
  color: #cccccc;
}

.full-width-header .toolbar-area .toolbar-contact ul li:last-child {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

.full-width-header .toolbar-area .toolbar-sl-share ul {
  text-align: right;
}

.full-width-header .toolbar-area .toolbar-sl-share ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding: 11px 0;
}

.full-width-header .toolbar-area .toolbar-sl-share ul li.opening {
  color: #ffffff;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #1273eb;
}

.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i {
  margin-right: 5px;
}

.full-width-header .toolbar-area .toolbar-sl-share ul li.opening i:before {
  font-size: 15px;
  font-weight: 600;
}

.full-width-header .toolbar-area .toolbar-sl-share ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
}

.full-width-header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #cccccc;
}

.full-width-header .toolbar-area .toolbar-sl-share ul li:last-child {
  margin: 0;
}

.full-width-header .rs-header {
  z-index: 99;
}

.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .logo-area {
  position: relative;
  height: 115px;
  line-height: 111px;
}

.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  max-height: 30px;
  width: auto;
}

.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}

.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 40px;
  padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  height: 115px;
  line-height: 115px;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #101010;
  position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #106eea;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
  position: absolute;
  content: "+";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:hover.menu-item-has-children > a:before {
  content: "-";
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #0b6fb3;
  margin: 0;
  padding: 15px 0;
  border-radius: 0 0 5px 5px;
  right: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu .sub-menu {
  right: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0;
  border: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  height: unset;
  line-height: unset;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 30px !important;
  text-transform: capitalize;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
  color: #cccccc !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:before {
  display: none;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right-menu {
  left: unset;
  right: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #106eea !important;
}

.full-width-header .rs-header .menu-area .expand-btn-inner ul {
  display: flex;
  align-items: center;
}

.full-width-header .rs-header .menu-area .expand-btn-inner ul li {
  display: inline-block;
  margin-right: 32px;
}

.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a {
  color: #101010;
  display: inline-block;
}

.full-width-header .rs-header .menu-area .expand-btn-inner ul li > a:hover {
  color: #106eea;
}

.full-width-header .rs-header .menu-area .expand-btn-inner ul li:last-child {
  margin-right: 0;
}

.full-width-header .rs-header .menu-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff !important;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}

.full-width-header .rs-header .menu-area.sticky .logo-area {
  height: 72px;
  line-height: 68px;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  height: 72px;
  line-height: 72px;
  color: #494949;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a:hover {
  color: #106eea;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li > a {
  color: #494949;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger span {
  background: #101010;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot2,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot4,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot6,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger span.dot8 {
  background: #106eea;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span {
  background: #106eea;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot2,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot4,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot6,
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li .humburger:hover span.dot8 {
  background: #101010;
}

.full-width-header .rs-header .right_menu_togle {
  background: #ffffff;
  padding: 25px 30px 50px 50px;
  z-index: 999999;
}

.full-width-header .rs-header .right_menu_togle .close-btn {
  overflow: visible;
  padding: 0;
  text-align: right;
  margin-bottom: 17px;
}

.full-width-header .rs-header .right_menu_togle .close-btn .humburger {
  margin: 0 0 0 auto;
  background: #f1f6fc;
  padding: 10px;
  max-width: 65px;
  cursor: pointer;
  border-radius: 4px;
}

.full-width-header .rs-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 55px;
}

.full-width-header .rs-header .right_menu_togle .canvas-logo img {
  width: 176px;
  height: auto;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-text {
  margin-bottom: 57px;
}

.full-width-header .rs-header .right_menu_togle .offcanvas-text p {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact {
  padding: 0 0 60px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li {
  padding: 0 0 26px;
  display: flex;
  align-items: center;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:nth-child(1) {
  font-size: 18px;
  line-height: 1.7;
  padding-right: 40px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i {
  padding-right: 20px;
  color: #106eea;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li i:before {
  font-size: 26px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a {
  color: #363636;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li a:hover {
  color: #106eea;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .contact li:last-child {
  padding: 0;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
  padding-right: 8px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #106eea;
  text-align: center;
  border-radius: 3px;
}

.full-width-header .rs-header .right_menu_togle .canvas-contact .social li a:hover {
  opacity: 0.82;
}

.rs-menu-toggle {
  color: #106eea;
  text-align: right;
}

.footer-modern {
  background: #4e4e4f;
  color: #e6e6e6;
}

.footer-modern .footer-top-area {
  padding: 70px 0 50px;
  border-bottom: 1px solid #22262b;
}

.footer-modern .footer-title .title,
.footer-modern .newsletter-title .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.footer-modern .footer-contact-infos .infos-item {
  margin-bottom: 18px;
}

.footer-modern .footer-contact-infos .infos-item span {
  display: block;
  font-weight: 600;
  color: #9cc5ff;
  margin-bottom: 6px;
}

.footer-modern .footer-contact-infos .infos-item p,
.footer-modern .copyright p {
  margin: 0 0 6px;
  color: #d1d5db;
}

.footer-modern .footer-contact-infos .infos-item a {
  color: #ffffff;
}

.footer-modern .footer-contact-infos .infos-item a:hover {
  color: #9cc5ff;
}

.footer-modern .footer-contact-infos .info-inline p {
  margin: 0 0 6px;
  color: #d1d5db;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-modern .footer-contact-infos .info-inline i {
  color: #9cc5ff;
  width: 16px;
  text-align: center;
}

.footer-modern .widget-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-modern .widget-menu li {
  margin-bottom: 10px;
}

.footer-modern .widget-menu a {
  color: #d1d5db;
}

.footer-modern .widget-menu a:hover {
  color: #ffffff;
}

.footer-modern .newsletter-form .form-input {
  position: relative;
  display: flex;
}

.footer-modern .newsletter-form input[type="email"] {
  width: 100%;
  height: 48px;
  padding: 0 52px 0 14px;
  border-radius: 8px;
  border: 1px solid #2a2f36;
  background: #14181d;
  color: #ffffff;
}

.footer-modern .newsletter-form input::placeholder {
  color: #94a3b8;
}

.footer-modern .tj-footer-input-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  height: 36px;
  width: 42px;
  border-radius: 6px;
  border: none;
  background: #106eea;
  color: #ffffff;
}

.footer-modern .newsletter-consent {
  margin: 12px 0 0;
  font-size: 12px;
  color: #d1d5db;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-modern .newsletter-consent input[type="checkbox"] {
  margin: 2px 0 0;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  accent-color: #106eea;
}

.footer-modern .newsletter-consent a {
  color: #ffffff;
  text-decoration: underline;
}

.footer-modern .newsletter-consent a:hover {
  color: #9cc5ff;
}

.footer-modern .footer-bottom {
  border-top: 1px solid #22262b;
}

.footer-modern .footer-bottom-row {
  align-items: center;
}

.footer-modern .footer-social {
  display: inline-flex;
  gap: 10px;
}

.footer-modern .footer-social li {
  margin-right: 0;
}

.footer-modern .footer-social li a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1f2937;
  color: #ffffff;
}

.footer-modern .footer-social li a:hover {
  background: #106eea;
  color: #ffffff;
}

.footer-modern .footer-bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 14px;
  color: #9aa4b2;
}

.footer-modern .footer-bottom-links li {
  position: relative;
}

.footer-modern .footer-bottom-links li + li::before {
  content: "\2022";
  position: absolute;
  left: -10px;
  color: #5b6470;
}

.footer-modern .footer-bottom-links a {
  color: #c7cdd5;
}

.footer-modern .footer-bottom-links a:hover {
  color: #ffffff;
}

#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  background: #106eea;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #ffffff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

#scrollUp i:hover {
  background-color: #106eea;
}

.pb-70 {
  padding-bottom: 15px;
}

.pr-65 {
  padding-right: 54px;
}

#wrapper {
  padding: 0 40px 4px !important;
}

@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1350px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .hidden-md {
    display: none;
  }

  .full-width-header .toolbar-area .toolbar-contact ul li,
  .full-width-header .toolbar-area .toolbar-sl-share ul li {
    margin-right: 6px;
  }

  .full-width-header .toolbar-area .toolbar-sl-share ul {
    text-align: left;
  }

  .full-width-header .toolbar-area .toolbar-sl-share ul li.opening {
    margin-right: 12px;
    padding-right: 12px;
  }

  .full-width-header .rs-header .menu-area .rs-menu-toggle {
    display: block;
  }

  .full-width-header .rs-header .menu-area .logo-area .dark {
    display: block;
  }

  .full-width-header .rs-header .menu-area .logo-area .light,
  .full-width-header .rs-header .menu-area .expand-btn-inner,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li > a::before {
    display: none;
  }

  .full-width-header .rs-header .menu-area .rs-menu-area {
    display: block;
    align-items: unset;
    justify-content: unset;
  }

  .full-width-header .rs-header .menu-area .logo-area {
    height: 90px;
    line-height: 86px;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu {
    padding-right: 30px;
    position: absolute;
    z-index: 9;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu.pr-65 {
    padding-right: 30px;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu {
    background: #106eea;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li {
    margin-right: 0;
  }

  .full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li > a {
    height: unset;
    line-height: normal;
    padding: 18px 20px !important;
    border-bottom: 1px solid #257be5;
    color: #ffffff;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu > li:last-child > a {
    border-bottom: none;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #ffffff !important;
    border-radius: 0;
    padding: 0;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #363636 !important;
  }

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a {
    color: #cccccc !important;
  }

  .full-width-header .rs-header .menu-area.sticky {
    position: unset;
    background: transparent;
    box-shadow: none;
  }

  .md-pt-50 {
    padding-top: 50px;
  }

  .md-pb-50 {
    padding-bottom: 50px;
  }

  .sm-text-center {
    text-align: center !important;
  }

  .sm-mb-21 {
    margin-bottom: 21px;
  }

  #wrapper {
    padding: 0 14px 4px !important;
  }

  .top-links .social-links {
    text-align: center;
  }

  .top-links .social-links li a.confirm {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-modern .footer-bottom-links,
  .footer-modern .footer-social {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-modern .footer-contact-infos .info-inline p {
    justify-content: center;
  }
}
