/*
Theme Name: BrandCrock Theme
Theme URI: https://brandcrock.com
Author: The BrandCrock Team
Author URI: https://brandcrock.com
Description: BrandCrock is an agency that brings this focus to e-commerce, developing platforms that turn brands into market leaders.
Version: 1.0

*/

* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  overflow-x: hidden;
}


/* --------- Header --------- */

.container {
  max-width: 1420px;
  margin: auto;
  padding: 0px 10px;
}

.site-header .header--top {
  display: flex;
  align-items: center;
  padding: 20px 10px;
}

.site-header .header--top .site-branding {
  width: 35%;
}

.site-header .header--top .header--info {
  width: 65%;
}

.site-header .site--contact-info {
  display: flex;
  justify-content: end;
  gap: 40px;
}

.site-header .site--contact-info .main--details {
  display: flex;
  gap: 25px;
}

.site-header .site--contact-info .contact--top-box {
  display: flex;
  align-items: center;
}

.site-header .site--contact-info .contact--top-box a {
  text-decoration: none;
  margin-left: 8px;
  font-weight: 600;
}

.site-header .site--contact-info .contact--top-box i {
  font-size: 16px;
}

.site-header .site--contact-info .contact--top-box i.fa-envelope {
  font-size: 18px;
  margin-top: 3px;
}

.site-header .site-branding .site-logo {
  max-width: 255px;
  width: 100%;
}

.site-header .site-branding .site-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-header .site--contact-info .social--contact {
  display: flex;
  gap: 10px;
  align-items: center;
}

.site-header .site--contact-info .social--contact a {
  color: var(--e-global-color-text);
  font-size: 18px;
}

.site-header .main--menu-wrap {
  padding: 27px 10px;
}

.site-header .main--menu-wrap .main-navigation ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.site-header .main--menu-wrap .main-navigation ul a {
  text-decoration: none;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-weight: 400;
}

.site-header .language--converter {
  float: right;
  margin-top: 20px;
}

.language--converter #gt_float_wrapper .gt_float_switcher {
  transition: none;
  font-family: var(--e-global-typography-133b196-font-family), Sans-serif;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  position: relative;
  overflow: visible;
}

.language--converter #gt_float_wrapper .gt_float_switcher .gt-current-lang {
  padding: 8px 25px;
}

.language--converter #gt_float_wrapper .gt_float_switcher img {
  width: 22px;
  margin-right: 5px;
}

.language--converter #gt_float_wrapper .gt_float_switcher-arrow {
  color: var(--e-global-color-ccc1d76);
  background: none;
  transform: none;
  position: relative;
  margin-left: 10px;
  height: 24px;
  width: 15px;
}

.language--converter #gt_float_wrapper .gt_float_switcher-arrow::before {
  content: "\2b";
  position: absolute;
  left: 50%;
  top: 2px;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.language--converter #gt_float_wrapper .gt_options {
  position: absolute;
  background: #fff;
  top: 40px;
  width: 100%;
}

.language--converter #gt_float_wrapper .gt_options img {
  display: none;
}

.language--converter #gt_float_wrapper .gt_options a:hover {
  color: #000;
  background: none;
}

footer {
  padding: 38px 10px;
}

.footer--inner-wrap {
  display: flex;
  align-items: center;
}

.footer--inner-wrap .logo--wrap {
  flex-basis: 15%;
}

.footer--inner-wrap .logo--wrap .footer-logo {
  width: 100%;
}

.footer--inner-wrap .logo--wrap .footer-logo img {
  width: 100%;
  object-fit: contain;
}

.footer--inner-wrap .menu--wrap {
  flex-basis: 70%;
  padding: 0px 10px;	
}

.footer--inner-wrap .social--contact {
  flex-basis: 15%;
  display: flex;
  justify-content: end;
  gap: 20px;
}

.footer--inner-wrap .menu--wrap ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.footer--inner-wrap .menu--wrap a {
  font-family: var(--e-global-typography-133b196-font-family), Sans-serif;
  text-decoration: none;
  font-weight: 400;
}

.footer--inner-wrap .social--contact a i {
  font-size: 24px;
}

.mob--header {
  display: none;
  padding: 0px 10px;
}

.mob--header .header--info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mob--menu-btn {
  display: none;
  width: 65%;
}

.mob--menu-btn button {
  float: right;
  border: none;
  outline: none;
  background-color: transparent !important;
  font-size: 24px !important;
  padding: 0 !important;
}

.mobile--main-menu-canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: -9;
  opacity: 0;
  visibility: 0;
  transition: 0.3s all;
  padding: 40px 10px;
  box-sizing: border-box;
}

.mobile--main-menu-canvas .container {
  position: relative;
  height: 100%;
}

.mobile--main-menu-canvas.active {
  right: 0;
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.offcanvas--close-btn button {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px !important;
  padding: 10px 14px 10px 14px !important;
}

.offcanvas-logo {
  max-width: 170px;
  width: 100%;
}

.offcanvas-logo img {
  width: 100%;
  object-fit: contain;
}

.mobile--main-menu-canvas .main-navigation ul {
  list-style-type: none;
}

.mobile--main-menu-canvas .main-navigation ul li {
  margin-bottom: 20px;
}

.mobile--main-menu-canvas .main-navigation ul li a {
  text-decoration: none;
  font-family: var(--e-global-typography-133b196-font-family), Sans-serif;
  font-weight: 400;
}

.mobile--main-menu-canvas .offcanvas--header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile--main-menu-canvas .offcanvas--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.mobile--main-menu-canvas .offcanvas--inner .site--contact-info .contact--top-box a {
  font-family: var(--e-global-typography-133b196-font-family), Sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.mobile--main-menu-canvas .offcanvas--inner .site--contact-info .contact--top-box {
  margin-bottom: 15px;
}

.mobile--main-menu-canvas .offcanvas--inner .site--contact-info .contact--top-box i {
  margin-right: 5px;
}

.sub--heading .elementor-heading-title {
  border-bottom: 2px solid var(--e-global-color-primary);
  padding-bottom: 5px;
}

.services--container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.services--container .service--item {
  flex-basis: calc(33.33% - 14px);
}

.services--container .service--item a {
  text-decoration: none;
}

.services--container .service--item .featured--img {
  width: 100%;
  overflow: hidden;
}

.services--container .service--item .featured--img img {
  width: 100%;
  object-fit: cover;
}

.services--container .service--item .content--wrap,
.service-category .category-content {
  padding: 40px 20px 20px;
  margin-top: 10px;
}

.services--container .service--item .content--wrap .title,
.service-category .category-content h3 {
  font-weight: 800;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
}

.services--container .service--item:hover .content--wrap .title,
.service-category:hover .category-content h3 {
  text-decoration: underline;
}

.services--container .service--item .content--wrap p,
.service-category .category-content p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 26px;
}

.services--container .service--item .content--wrap .post--content,
.service-category .category-content p {
  margin-bottom: 25px;
}

.services--container .service--item .content--wrap .post--link,
.service-category .category--link {
  display: flex;
  justify-content: end;
  gap: 10px;
  align-items: center;
}

.services--container .service--item .content--wrap .post--link i,
.service-category .category--link i {
  padding: 10px;
  transition: 0.3s all;
}

.features--img {
  width: 100%;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: block !important;
}

.services-carousel .owl-nav.disabled {
  display: block;
}

.services-carousel.owl-theme .owl-nav button {
  margin: 0;
  font-size: 28px;
  color: var(--e-global-color-4f6eba2);
}

.services-carousel.owl-theme .owl-nav button.owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.services-carousel.owl-theme .owl-nav button.owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.services-carousel.owl-theme .owl-nav button:hover {
  background: none;
  color: var(--e-global-color-4f6eba2);
}

.custom--testimonails .uc_carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
}

#uc_responsive_testemonial_carousel_elementor_d60dbc8 .owl-dot {
  width: 12px;
  height: 12px;
  background: none;
  border: 2px solid var(--e-global-color-primary);
  margin: 17px 4px 0px;
}

#uc_responsive_testemonial_carousel_elementor_d60dbc8 .owl-dot.active {
  background-color: var(--e-global-color-primary);
  width: 17px;
}

#uc_responsive_testemonial_carousel_elementor_d60dbc8 .owl-dot span {
  display: none;
}

#uc_responsive_testemonial_carousel_elementor_d60dbc8 .uc_stars + div {
  position: absolute;
  right: 38%;
  top: 18%;
}

#uc_responsive_testemonial_carousel_elementor_d60dbc8 .uc_stars + div .ue-icon {
  background: none;
  width: auto;
  height: auto;
}

#uc_responsive_testemonial_carousel_elementor_d60dbc8 .uc_stars + div .ue-icon i {
  color: var(--e-global-color-primary);
  font-size: 34px;
}

.form--row {
  display: flex;
  gap: 20px;
}

.form--row .form--column {
  flex-basis: 50%;
}

.form--row .form--column-full {
  flex-basis: 100%;
}

.form--row .form--column select,
.form--row .form--column input,
.form--row .form--column textarea,
.form--row .form--column-full textarea {
  width: 100%;
  padding: 0px 25px;
  margin-bottom: 20px;
  outline: none;
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form--row .form--column-full textarea {
  padding: 25px;
}

.wpcf7 form input[type="submit"] {
  float: right;
  font-weight: 400;
  cursor: pointer;
  border: none;
}

.view--more-wrap {
  width: 100%;
  text-align: center;
  display: none;
}

.view--more-wrap button {
  border: none;
  cursor: pointer;
}

.select-column {
  position: relative;
}

.select-column::before {
  content: "\f078";
  width: 18px;
  height: 18px;
  right: 20px;
  top: 23px;
  font-size: 14px;
  position: absolute;
  z-index: 1;
  font-family: "FontAwesome";
  color: #b6b6be;
}

.form--row .form--column .wpcf7-not-valid-tip {
  margin-bottom: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  color: #fff;
  padding: 10px;
}

.single--service-banner {
  min-height: 760px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.single--service-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000081;
}

.banner--content {
  position: relative;
}

.banner--content .title {
  text-align: center;
  font-weight: bold;
}

.main--info-container .container .row {
  display: flex;
  gap: 20px;
}

.main--info-container .container .row .col--left {
  flex-basis: 75%;
  display: flex;
  align-items: center;
  gap: 50px;
  position: relative;
  padding: 30px 30px 30px 0px;
}

.main--info-container .container .row .col--left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: #efefef;
  z-index: -1;
}

.main--info-container .container .row .col--right {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main--info-container .featured--img {
  flex-basis: 50%;
  overflow: hidden;
}

.main--info-container .featured--img img {
  width: 100%;
  object-fit: contain;
}

.main--info-container .content--wrap {
  flex-basis: 50%;
}

.main--info-container .content--wrap .post--title .title {
  font-weight: 900;
}

.main--info-container .service--features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 15px 20px;
}

.main--info-container .service--features p {
  margin-bottom: 20px;
  flex-basis: calc(50% - 10px);
  display: flex;
  justify-content: start;
  align-items: start;
}

.main--info-container .service--features p i {
  transform: rotate(-45deg);
  margin-right: 15px;
  font-size: 14px;
}

.main--info-container {
  padding: 130px 0px;
}

.all-services {
  padding: 25px 20px;
}

.all-services .services-list {
  list-style-type: none;
}

.all-services h2 {
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 25px;
  padding-right: 10px;
  padding-left: 10px;
}

.all-services .services-list li a {
  padding: 15px 10px;
  display: flex;
  text-decoration: none;
  align-items: center;
}

.all-services .services-list li a i {
  transform: rotate(-45deg);
  margin-right: 15px;
  font-size: 14px;
}

.all-services .services-list li:last-child {
  border: none;
}

.service--content .content--wrap {
  width: calc(75% - 20px);
}

.service--images .row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.service--images .row .image--col {
  flex-basis: calc(25% - 12px);
}

.service--images .row .image--col .img--wrap {
  width: 100%;
}

.service--images .row .image--col .img--wrap img {
  width: 100%;
  min-height: 345px;
  max-height: 345px;
  object-fit: cover;
}

.service--images {
  padding: 115px 0px 0px;
}

.related--services .section--heading {
  text-align: center;
  margin-bottom: 30px;
}

.related--services .section--heading h2 {
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.elementor-503 .elementor-icon-list-item a,
.elementor-503 .elementor-icon-list-item,
.elementor-670 .elementor-icon-list-item a,
.elementor-670 .elementor-icon-list-item {
  display: flex;
}

.elementor-503 .elementor-icon-list-item svg,
.elementor-670 .elementor-icon-list-item svg {
  margin-top: 7px;
  margin-right: 10px;
  width: 26px;
}

.elementor-element.owner-info {
  position: relative;
}

.elementor-element.owner-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  left: auto;
}

.not--found-page {
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.not--found-page h1 {
  font-size: 42px;
}

.all-services .view--more-services {
  margin-top: 20px;
}

.all-services .view--more-services button {
  border: none;
}

.service-category-page .category--items {
  margin-top: 90px;
}

.services--container .service-category {
  flex-basis: calc(33.33% - 14px);
}

.service-category .category-image {
  width: 100%;
}

.service-category .category-image img {
  object-fit: cover;
  width: 100%;
}

.coming--soon-wrap {
  display: block;
  width: 100%;
  text-align: center;
}

.coming--soon-wrap .title {
  font-size: 52px;
}

.related--services {
  margin-top: 115px;
}

.gallery .gallery-item a img {
  border: none !important;
}

#gallery-1 .gallery-item {
  margin-top: 0px !important;
  width: calc(33.33% - 10px) !important;
}

#gallery-1 .gallery-item .gallery-icon {
  width: 100%;
}

#gallery-1 .gallery-item .gallery-icon img {
  width: 100%;
}

.elementor-widget-image-gallery .elementor-image-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.elementor-widget-image-gallery .elementor-image-gallery .gallery br {
  display: none;
}

.site-header .site--contact-info .contact--top-box i {
  margin-top: 2px;
}

.service--get-a-quote {
  padding: 25px 20px;
  flex-grow: 1;
  margin-top: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service--get-a-quote a {
  text-decoration: none;
  padding: 17px 20px;
  margin-top: 30px;
  font-family: "Convergence", Sans-serif !important;
}

.service--get-a-quote h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}

.service-category-page .additional--information {
  margin-top: 90px;
}

@media (max-width: 1620px) {
  #ht-ctc-chat {
    bottom: 100px !important;
  }
}

@media (max-width: 1480px) {
  .services--container .services-carousel {
    width: calc(100% - 70px);
    margin: auto;
  }
}

@media (max-width: 1440px) {
  .site-header .site-branding .site-logo {
    max-width: 255px;
  }

  .single--service-banner {
    min-height: 480px;
  }

  .related--services .section--heading h2 {
    font-size: 30px !important;
  }

  .related--services .section--heading p {
    font-size: 16px !important;
  }
}

@media (max-width: 1280px) {
  .service--images .row .image--col .img--wrap img {
    min-height: 275px;
    max-height: 275px;
  }

  .footer--inner-wrap .menu--wrap ul li a {
    font-size: 16px !important;	
  }
}

@media (max-width: 1024px) {
  #ht-ctc-chat {
    bottom: 25px !important;
  }

  .footer--inner-wrap .menu--wrap {
    padding: 0px;	
  }

  .service--images .row .image--col {
    flex-basis: calc(33.33% - 10px);
  }

  .coming--soon-wrap .title {
    font-size: 42px;
  }

  .service-category .category-image img,
  .services--container .service--item .featured--img img {
    max-height: 220px !important;
    min-height: 220px !important;
  }

  .banner--content .title {
    font-size: 56px !important;
  }

  .services--container .service--item .content--wrap .title,
  .service-category .category-content h3 {
    height: 48px;
  }

  .services--container .service--item .content--wrap .post--content,
  .service-category .category-content p {
    margin-bottom: 35px;
  }

  .site-header .site--contact-info .social--contact {
    display: none;
  }

  .site-header .header--top .site-branding .site-logo {
    max-width: 215px;
  }

  .site-header .main--menu-wrap {
    padding: 17px 10px;
  }

  .footer--inner-wrap {
    flex-wrap: wrap;
  }

  .footer--inner-wrap .menu--wrap {
    border-right: none !important;
  }

  .footer--inner-wrap .menu--wrap ul {
    flex-direction: column;
    gap: 20px;
  }

  .footer--inner-wrap .menu--wrap {
    flex-basis: 100%;
    margin-top: 40px;
  }

  .footer--inner-wrap .social--contact {
    flex-basis: 100%;
    margin-top: 50px;
    justify-content: start;
  }

  footer .footer--inner-wrap .menu--wrap ul li a {
    font-size: 18px;
  }

  footer {
    padding: 70px 10px;
  }

  .main--info-container .container .row .col--left {
    flex-wrap: wrap;
    padding: 30px;
    flex-basis: 60%;
  }

  .main--info-container .container .row .col--right {
    flex-basis: 35%;
    justify-content: start;
  }

  .service--get-a-quote {
    flex-grow: 0;
  }

  .main--info-container .featured--img,
  .main--info-container .content--wrap {
    flex-basis: 100%;
  }

  .main--info-container .container .row .col--left::before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer--inner-wrap .logo--wrap {
    flex-basis: 100%;
  }

  .footer--inner-wrap .logo--wrap .footer-logo {
    max-width: 150px;
  }

  .main--info-container .container .row {
    flex-wrap: wrap;
  }

  .main--info-container .container .row .col--right,
  .main--info-container .container .row .col--left {
    flex-basis: 100%;
  }

  #gallery-1 .gallery-item {
    width: calc(50% - 10px) !important;
    max-width: 100%;
  }

  .site-header .header--top .site-branding .site-logo {
    max-width: 165px;
  }

  .main--info-container .col--right {
    display: none;
  }

  .main--info-container .container .row .col--left {
    flex-basis: 100%;
  }

  .main--info-container {
    padding: 70px 0px;
  }

  #uc_responsive_testemonial_carousel_elementor_d60dbc8 .uc_stars + div {
    right: 32%;
  }

  .service--content .content--wrap {
    width: 100%;
  }

  .service--images {
    padding: 70px 0px 0px;
  }

  .service--images .row .image--col {
    flex-basis: calc(50% - 8px);
  }

  .mob--menu-btn {
    display: block;
  }

  .site-header .header--top .header--info {
    display: none;
  }

  .mob--header {
    display: block;
    padding: 8px 10px;
  }

  .site-header .language--converter {
    margin-top: 0px;
  }

  .language--converter #gt_float_wrapper .gt_float_switcher .gt-current-lang {
    background-color: var(--e-global-color-e82babc);
    color: #000;
    padding: 5px 0px 5px 40px;
  }

  .language--converter #gt_float_wrapper .gt_float_switcher img {
    width: 20px;
  }

  .language--converter #gt_float_wrapper .gt_float_switcher-arrow {
    margin-left: 5px;
  }

  .language--converter #gt_float_wrapper .gt_float_switcher-arrow::before {
    top: 2px;
  }

  .site-header .site--contact-info .main--details {
    flex-wrap: wrap;
    gap: 10px;
  }

  .site-header .site--contact-info {
    flex-basis: 65%;
  }

  .site-header .language--converter {
    flex-basis: 35%;
  }

  .site-header .language--converter .gtranslate_wrapper {
    float: right;
  }

  .site-header .site--contact-info {
    justify-content: start;
  }

  .site-header .main--menu-wrap {
    display: none;
  }

  .mob--header .site--contact-info .contact--top-box a {
    font-size: 16px !important;
  }

  .services--container .service--item,
  .services--container .service-category {
    flex-basis: calc(50% - 10px);
  }

  .elementor-element.owner-info::before {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .single--service-banner {
    min-height: 375px;
  }

  .wpcf7 form input[type="submit"] {
    margin-top: 20px;
  }

  .site-header .header--top {
    padding: 25px 10px;
  }

  .service--images .row .image--col {
    flex-basis: 100%;
  }

  .main--info-container .service--features p {
    flex-basis: 100%;
  }

  .feature--box .elementor-image-box-content {
    margin-top: 15px;
  }

  #uc_responsive_testemonial_carousel_elementor_d60dbc8 .uc_stars + div {
    top: 20%;
  }

  .form--row {
    flex-wrap: wrap;
    gap: 0px;
  }

  .form--row .form--column {
    flex-basis: 100%;
  }

  .form--row .form--column .wpcf7-not-valid-tip {
    padding: 0px 10px;
  }

  .banner--content .title {
    font-size: 50px !important;
  }

  .services--container .service--item .featured--img img,
  .service-category .category-image img {
    max-height: 200px !important;
    min-height: 200px !important;
  }
}

@media (max-width: 475px) {
  .single--service-banner {
  	min-height: 300px;
  }

  .services--container .service--item,
  .services--container .service-category {
    flex-basis: 100%;
  }

  #uc_responsive_testemonial_carousel_elementor_d60dbc8 .uc_stars + div {
    right: 26%;
  }

  .services--container .service--item .content--wrap .title,
  .service-category .category-content h3 {
    height: auto;
  }
  
  .site-main .page--banner {
  	--min-height: 300px !important;
  }
}

@media (max-width: 375px) {
  .language--converter #gt_float_wrapper .gt_float_switcher .gt-current-lang {
    font-size: 14px;
  }

  .language--converter #gt_float_wrapper .gt_float_switcher img {
    width: 18px;
    margin-top: 2px;
  }

  .language--converter #gt_float_wrapper .gt_float_switcher-arrow::before {
    font-size: 16px;
  }

  .language--converter #gt_float_wrapper .gt_float_switcher-arrow {
    width: 10px;
  }

  .mob--header .site--contact-info .contact--top-box a,
  .site-header .site--contact-info .contact--top-box i {
    font-size: 14px !important;
  }

  .site-header .site--contact-info {
    flex-basis: 60%;
  }

  .site-header .language--converter {
    flex-basis: 40%;
  }
  
  .site-main .page--banner {
  	--min-height: 260px !important;
  }
}