/*!------------------------------------------------------------------
[MAIN STYLESHEET]

Template Name: BMN Company Profile
Description: Styling for BMN Website
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);

/* ################################ #TYPOGRAPHY / TEXTING STYLES ################################*/

body {
  background: #fff;
  color: #333;
}

body, p {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
  line-height: 26px;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #212121;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 36px;
  line-height: 48px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h3 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -.5px;
}

h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: -.2px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

.alert .icon {
  margin-right: 15px;
}


/* ################################ #GLOBAL STYLES ################################ */

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
}

.body-inner {
  position: relative;
  overflow: hidden;
}

.preload {
  position: fixed;
  background: #fff url(../images/preload.gif) center center no-repeat;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

a {
  color: inherit;
  transition: .2s ease;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #86c76d !important;
}

a:focus {
  outline: 0;
}

a.read-more {
  color: #ffb600;
  font-weight: 700;
  text-transform: uppercase;
}

a.read-more:hover {
  color: #222;
}

/* ################################ #SPACING STYLES ################################ */

section, .section-padding {
  padding: 70px 0;
  position: relative;
}
.no-padding {
  padding: 0;
}
.gap-60 {
  clear: both;
  height: 60px;
}
.gap-40 {
  clear: both;
  height: 40px;
}
.gap-30 {
  clear: both;
  height: 30px;
}
.gap-20 {
  clear: both;
  height: 20px;
}
.mrb-30 {
  margin-bottom: 30px;
}
.mrb-80 {
  margin-bottom: -80px;
}
.mrt-0 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.pab {
  padding-bottom: 0;
}
.ts-padding {
  padding: 60px;
}
.solid-bg {
  background: #f9f9f9;
}
.dark-bg {
  background: #252525;
  color: #fff;
}
.dark-bg h2, .dark-bg h3 {
  color: #fff;
}
.solid-row {
  background: #f0f0f0;
}
.bg-overlay {
  position: relative;
}
.bg-overlay .container {
  position: relative;
  z-index: 1;
}
.bg-overlay:after {
  background-color: rgba(0, 46, 91, 0.8);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.bg-overlay:after {
  position: relative;
}
.bg-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 0;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden;
}

/* ################################ #DROPCAP STYLES ################################ */
.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}

.dropcap.primary {
  background: #ffb600;
  color: #fff;
}

.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* ################################ #TITLE STYLES ################################ */
.title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
.section-title {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
}
.section-sub-title {
  font-weight: 900;
  font-size: 32px;
  line-height: 46px;
  margin: 0 0 70px;
  color: #212121;
}
@media (max-width: 575px) {
  .section-sub-title {
    font-size: 28px;
  }
}

.column-title {
  margin: 0 0 40px;
}

.column-title-small {
  font-size: 20px;
  margin: 0 0 25px;
}

.page-content-title.first {
  margin-top: 0;
}

/* ################################ #EMBED VIDEO STYLES ################################ */
.embed-responsive {
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.top-nav-wrapper{
  display: flex;
}
.left-navbar-section{
  display: flex;
  flex-direction: row;
}

/* ################################ #INPUT FORM STYLES ################################ */
.form-control {
  box-shadow: none;
  border: 1px solid #dadada;
  padding: 5px 20px;
  height: 44px;
  background: white;
  color: #959595;
  font-size: 14px;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ffb600;
}

hr {
  background-color: #e7e7e7;
  border: 0;
  height: 1px;
  margin: 40px 0;
}

.alert hr {
  background: initial;
  margin: initial;
  border-top: 1px solid;
  height: initial;
  margin-bottom: 1rem;
  opacity: .2;
}

blockquote {
  padding: 25px;
  margin: 20px 0;
  background: #f9f9f9;
  position: relative;
  border-left: 3px solid #86c76d;
  padding-left: 40px;
}

blockquote.text-center {
  border-top: 3px solid #86c76d;
  border-left: 0;
  padding-left: 25px;
  padding-top: 50px;
}

blockquote.text-center:before {
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

blockquote.text-right {
  border-right: 3px solid #ffb600;
  padding-right: 40px;
  border-left: 0;
  padding-left: 25px;
}

blockquote.text-right:before {
  left: auto;
  right: 5px;
}

blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 28px;
  color: #E5E5E5;
  top: 5px;
  left: 5px;
  font-weight: 700;
  z-index: 0;
}

blockquote p {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin-bottom: 0;
}

cite {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

/* ################################ #LISTING STYLES ################################ */
.list-round, .list-arrow, .list-check {
  list-style: none;
  margin: 0;
  padding: 0 0 0 15px;
}

.list-round li {
  line-height: 28px;
}

.list-round li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 10px;
  color: #ffb600;
  font-size: 12px;
}

.list-arrow {
  padding: 0;
}

ul.list-arrow li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  margin-right: 10px;
  color: #ffb600;
  font-size: 16px;
  font-weight: bold;
}

ul.list-check li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  margin-right: 10px;
  color: #ffb600;
  font-size: 14px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Button */
.btn:active, .btn:focus {
  box-shadow: none !important;
}

.btn-primary,
.btn-dark {
  border: 0;
  border-radius: 3px;
  padding: 12px 20px 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  transition: 350ms;
  font-size: 14px;
}

@media (max-width: 767px) {
  .btn-primary,
  .btn-dark {
    font-size: 13px;
  }
}

.btn-white.btn-primary {
  background: #fff;
  color: #ffb600;
}

.btn-primary {
  background: #86c76d;
}
.btn-primary.contactbutton {
  background: #386641;
  color: white;
  width: 175px;
  float: left;
  font-size: 14px;
}
.btn-dark {
  background: #23282d;
}

.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover {
  background: #111;
  color: #fff;
}

.btn-primary:hover:active, .btn-primary:hover:focus,
.btn-dark:hover:active,
.btn-dark:hover:focus,
.btn-white.btn-primary:hover:active,
.btn-white.btn-primary:hover:focus {
  color: #fff;
  background-color: #111 !important;
}

.general-btn {
  margin-top: 50px;
}

/* Bootstrap */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover,
.nav-tabs > li > a {
  border: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
}

.pattern-bg {
  background: #f5f5f5 url(../images/crossword.png);
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/* Top Bar
================================================== */
.top-bar {
  padding: 8px 0;
  background: #ebebeb;
  position: relative;
}

/* Top info */
ul.top-info {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-info li {
  position: relative;
  line-height: 10px;
  display: inline-block;
  margin-left: 0;
  padding-right: 15px;
}

ul.top-info li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

ul.top-info li p.info-text {
  margin: 0;
  line-height: normal;
  display: inline-block;
  flex-direction: column;
}

/* Top social */
.top-social .social-icon {
  display: inline-block !important;
}

.top-social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: -12px;
}

@media (max-width: 767px) {
  .top-social ul {
    margin-right: 0;
  }
}

.top-social ul li {
  display: inline-block;
  padding: 0;
}

.top-social ul li a {
  color: #2c2c2c;
  font-size: 14px;
  transition: 400ms;
  padding: 9px 12px;
}

.top-social ul li a:hover {
  color: #333;
}

/* Top bar border */
.top-bar-border {
  padding: 8px 20px 8px;
  border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info {
  color: #707070;
  font-weight: 400;
}

.top-bar-border .top-social li a {
  color: #7c7c7c;
}

.top-bar-border ul.top-info li i {
  color: #ffb600;
}


/* ################################ #HEADER AREA STYLES ################################ */

.header {
  background: #fff;
  position: relative;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.header-one, .header-one .site-navigation {
  background: #23282d;
}

.header-one .navbar-collapse {
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse {
    overflow-y: auto;
  }
}

.header-one ul.navbar-nav > li {
  padding-left: 0;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .header-one ul.navbar-nav > li {
    padding-right: 0;
  }
}

.header-one .logo-area {
  padding: 30px 0;
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

.header-two {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0;
}

.header-two .navbar-fixed {
  background-color: #fff;
}

ul.navbar-nav > li > a {
  padding: 15px 0 !important;
  color: #fff;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a {
    padding: 1px 0 !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
  }
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600 !important;
}

/* ################################ #LOGO STYLES ################################ */
.logo img {
  width: 120px;
  height: auto;
}

.header-two .logo img {
  height: auto;
}

/* header right */
.header-right {
  float: right;
}

ul.top-info-box {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 767px) {
  ul.top-info-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
}

ul.top-info-box li {
  position: relative;
  float: left;
  margin-left: 0;
  border-right: 1px solid #dedede;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 25px;
  margin-right: 25px;
}

@media (max-width: 767px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  ul.top-info-box li {
    border: 0;
    text-align: center;
    margin: 0;
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

ul.top-info-box li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

ul.top-info-box li.last {
  border-right: 0;
}

ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  margin: 2px 5px 0 0;
  position: relative;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  font-size: 15px;
  font-weight: 700;
  color: #111;
}

/*-- Search start --*/
ul.top-info-box > li.nav-search {
  cursor: pointer;
  padding-left: 30px;
  margin-left: 30px;
}

ul.top-info-box > li.nav-search:before {
  position: absolute;
  content: '';
  background: #ddd;
  left: 0;
  width: 1px;
  height: 40px;
  top: 50%;
  margin-top: -10px;
}

ul.top-info-box > li.nav-search i {
  font-size: 20px;
  top: 10px;
  position: relative;
  cursor: pointer;
  color: #999;
}

/* ################################ #MAIN NAVIGATION STYLES ################################ */
.menuarea {
  padding-top: 12px;
}

.navbar-toggler {
  float: left;
  margin-top: 10px;
  padding: 12px;
}

.navbar {
  border-radius: 0;
  border: 0;
  margin-bottom: 0 !important;
  padding-right: 0px !important;
}

.navbar-toggler {
  margin: 10px 0;
  padding: 6px;
  border-radius: 0;
  font-size: 1rem;
  background: #386641;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a {
  color: #ffb600;
  position: relative;
}

ul.navbar-nav > li {
  padding: 0 26px;
  position: relative;
}

@media (max-width: 1200px) {
  ul.navbar-nav > li {
    padding: 0 9px;
  }
  ul.navbar-nav > li .nav-link {
    font-size: 12px;
  }
}

.header-two .navbar-nav > .header-get-a-quote {
  top: -4px;
}

@media (max-width: 991px) {
  .header-two ul.navbar-nav > li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ededed;
  }
}
/* Anwar - special_case
ul.navbar-nav > li:last-child {
  padding-right: 0;
}
*/
ul.navbar-nav > li:last-child:after {
  background: none;
}

ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus {
  background: none;
}

ul.navbar-nav > li > a i {
  font-weight: 700;
}

@media (max-width: 991px) {
  ul.navbar-nav > li > a i {
    float: right;
    background: #222;
    padding: 6px 10px;
    margin-top: 7px;
  }
  .header-two ul.navbar-nav > li > a i {
    color: #fff;
  }
  .header-two ul.navbar-nav > li.active > a i,
  .header-two ul.navbar-nav > li > a.active i {
    color: #ffb600;
  }
}

ul.navbar-nav > li > a:after,
ul.navbar-nav > li > a:after {
  display: none;
}

ul.navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
  text-rendering: optimizeLegibility;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: -.2px;
  font-size: 14px;
  margin: 0;
  line-height: 40px;
  padding: 30px 0;
  transition: 350ms;
}

.navbar-light ul.navbar-nav > li > a {
  color: #000 !important;
  font-size: 13px;
}
.navbar-light ul.navbar-nav > li > a:hover {
  color: #86c76d !important;
}


/* Dropdown */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -2px;
  border-radius: 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  float: right;
  margin-top: 0;
  margin-right: -5px;
  border: 0;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 100;
  min-width: 200px;
  border-radius: 0;
  border: 0;
  border-top: 2px solid #ffb600;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media (max-width: 991px) {
  .dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  }
}

.dropdown-menu-large {
  min-width: 400px;
}

.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
  padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a {
  color: #ffb600 !important;
}

.navbar-nav > li > .dropdown-menu a {
  background: none;
}

.dropdown-menu li a {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  padding: 15px 0;
  letter-spacing: .3px;
  border-bottom: 1px solid #e5e5e5;
  color: #333333;
}

@media (max-width: 991px) {
  .dropdown-menu li a {
    padding: 12px 0;
  }
}

.dropdown-menu li:last-child > a {
  border-bottom: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #ffb600;
}

@media (min-width: 991px) {
  ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
  }
}

@media (min-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
  }
  ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu {
    display: block;
  }
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > .dropdown-menu > .active > a {
  background: none;
  color: #ffb600;
}

/* ################################ #NAV SEARCH STYLES ################################ */
.site-navigation .container,
.search-area {
  position: relative;
}

.search-area {
  min-height: 70px;
  padding-right: 0;
}

.nav-search {
  position: absolute;
  cursor: pointer;
  top: 22px;
  right: 18px;
  color: #999;
}

@media (max-width: 991px) {
  .nav-search {
    top: 17px;
  }
}

.search-block {
  background-color: rgba(0, 0, 0, 0.65);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 10px;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 300px;
  z-index: 10;
  margin-top: 0;
}

@media (max-width: 991px) {
  .search-block {
    top: 58px;
  }
}

.search-block .form-control {
  background-color: #222;
  border: none;
  color: #fff;
  width: 100%;
  height: 40px;
  padding: 0 12px;
}

.search-block .search-close {
  color: #999;
  position: absolute;
  top: -53px;
  right: -4px;
  font-size: 32px;
  cursor: pointer;
  background: #23282d;
  padding: 5px;
}

@media (max-width: 991px) {
  .search-block .search-close {
    top: -46px;
  }
}

.search-area .nav-search {
  top: 23px;
}

.search-area .search-block .search-close {
  top: -50px;
}

.search-area .search-block {
  right: 0;
}

/* Get a quote */
.header-get-a-quote .btn-primary {
  padding: 12px 25px !important;
  font-size: 13px;
  border-radius: 3px;
  line-height: normal;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 1200px) {
  .header-get-a-quote .btn-primary {
    padding: 12px !important;
  }
}

@media (max-width: 991px) {
  .header-get-a-quote .btn-primary {
    padding: 12px 30px !important;
  }
}

.header-get-a-quote .btn-primary:hover {
  background: #272d33;
  color: #ffb600 !important;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after {
  position: relative;
  content: no-close-quote;
}


/* ################################ #SLIDER CAROUSEL STYLES ################################ */

/*-- Main slide --*/
.team-slide button.carousel-control.left {
  background-image: none !important;
  left: 0px;
}

.team-slide button.carousel-control.right {
  background-image: none !important;
  right: -50px;
}


.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 53vw !important;
  }  
}

@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 146vw !important;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #ffb600;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}

@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
    line-height: 28px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 42px;
  line-height: 48px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}

@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 24px;
    line-height: 26px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid transparent;
}

@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #86c76d !important;
}

.slider.border:hover {
  background: #86c76d;
  border: 2px solid transparent;
  color: #fff !important;
}

/* Carousel control */
/*
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
*/

.banner-carousel button.carousel-control {
  background: #86c76d;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
}
.banner-carousel button.carousel-control:hover {
  background: #386641;
}
.banner-carousel .carousel-control.left {
  left: 20px;
}
.banner-carousel .carousel-control.right {
  right: 20px;
}
.banner-carousel .carousel-control i {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 700px) {
  
  .team-slide .carousel-control {
    opacity: 0.3;
    width: 35px !important;
    height: 35px !important;
  }
 
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #86c76d;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}

@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* ################################ #CTA STYLES ################################ */

.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #ffb600;
  padding: 30px;
}

.action-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/* Intro
================================================== */
/* Intro */
.ts-intro {
  padding-right: 20px;
}

.into-title {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}

.into-sub-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  line-height: normal;
  margin: 10px 0;
}

/*-- Featured Tab --*/
.featured-tab {
  padding-left: 15px;
}

.featured-tab .nav-tabs {
  border: 0;
}

.featured-tab .nav-tabs > li > a {
  font-family: 'Roboto Slab', serif;
  background: #272d33;
  color: #fff;
  text-shadow: none;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  line-height: 50px;
  margin: 0 1px 20px;
  padding: 0 20px;
  border: 0 !important;
  transition: all 300ms ease;
}

.featured-tab .tab-content {
  border-top: 0;
  padding: 0;
  overflow: hidden;
}

.featured-tab .nav.nav-tabs {
  margin-bottom: 10px;
}

.featured-tab .nav-tabs > li.active > a {
  color: #fff;
  background: #ffb600;
  position: relative;
}

.featured-tab .nav-tabs > li.active > a:after {
  position: absolute;
  content: " ";
  width: auto;
  height: auto;
  bottom: -20px;
  left: 50%;
  border-width: 10px;
  border-style: solid;
  border-color: #ffb600 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.featured-tab .lead {
  font-size: 18px;
  line-height: 28px;
  color: #303030;
  font-weight: 400;
}

.featured-tab .tab-pane img.pull-left {
  margin: 0 30px 10px 0;
}

.featured-tab .tab-pane img.pull-right {
  margin: 0 0 0 30px;
}

.featured-tab .tab-icon i {
  font-size: 230px;
}

.tab-image-content {
  padding-left: 0;
}

.featured-tab .border-title.border-left {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 20px;
}

/* Tab services */
.featured-tab.tab-services .nav-tabs > li > a {
  font-size: 14px;
  padding: 0 21px;
  text-transform: capitalize;
}

.featured-tab.tab-services .nav.nav-tabs {
  margin-bottom: 20px;
}

/* Facts
================================================== */
.facts-wrapper {
  text-align: center;
}

.facts-wrapper .ts-facts {
  color: #fff;
}

.ts-facts .ts-facts-icon i {
  font-size: 42px;
  color: #ffb600;
}

.ts-facts .ts-facts-content .ts-facts-num {
  color: #fff;
  font-size: 44px;
  margin: 30px 0 20px;
}

.ts-facts .ts-facts-content .ts-facts-title {
  font-size: 16px;
  color: #ffb600;
  margin: 0;
}

/* Services
================================================== */
/* Service box */
.ts-service-box .ts-service-icon i {
  font-size: 36px;
  float: left;
  color: #86c76d;
}

.ts-service-box .ts-service-box-content {
  margin-left: 62px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 25px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 16px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #333;
}

.service-box-title a:hover {
  color: #ffb600;
}

/* Service box bg */
.ts-service-box-bg {
  background: #252525;
  color: #fff;
  padding: 30px;
}

.ts-service-box-bg h4,
.ts-service-box-bg h3 {
  color: #fff;
}

/* Service box 

.ts-service-box .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: $color-primary;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.ts-service-box .ts-service-box-content {
  margin-left: 80px;
  margin-bottom: 30px;
}

.tab-content .ts-service-box .ts-service-box-content {
  margin-left: 90px;
}

.ts-service-box .ts-service-box-content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.ts-service-box .ts-service-box-info {
  margin-left: 90px;
  margin-bottom: 40px;
}

.service-box-title {
  font-size: 18px;
  margin: 0 0 10px;
}

.service-box-title a {
  color: #333;
}

.service-box-title a:hover {
  color: $color-primary;
}

.service-center-img {
  padding: 0 20px;
}
*/
/* Icon squre */
.ts-service-icon.icon-round i {
  font-size: 24px;
  color: #fff;
  background: #ffb600;
  text-align: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  float: none;
}

/* Icon left */
.ts-service-box.icon-left .ts-service-box-icon {
  float: left;
}

.ts-service-box.icon-left .ts-service-box-icon i {
  background: #ffb600;
  color: #fff;
}

.ts-service-box.icon-left .ts-service-box-info {
  margin-left: 90px;
}

.ts-service-box.icon-left .ts-service-box-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* Service no box */
.service-no {
  font-size: 48px;
  color: #dbdbdb;
  float: left;
  margin-top: 10px;
}

.ts-service-box-content .ts-service-box-info {
  margin-left: 90px;
}

/* Service Image */
.ts-service-image-wrapper {
  margin-bottom: 30px;
}

.ts-service-icon i {
  font-size: 28px;
  margin-right: 15px;
  margin-top: 2px;
}

.ts-service-info {
  margin-left: 30px;
}

@media (max-width: 1200px) {
  .ts-service-info {
    margin-left: 15px;
  }
}

.ts-service-info h3 {
  font-size: 16px;
}

.ts-service-info .learn-more {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.ts-service-info .learn-more:hover {
  color: #ffb600;
}

/* Service Classic */
.ts-service-classic .ts-service-icon i {
  font-size: 24px;
  float: left;
  color: #fff;
  background: #ffb600;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s;
}

.ts-service-classic .ts-service-box-info {
  margin-left: 80px;
}

.ts-service-classic:hover .ts-service-icon i {
  background: #ffb600;
}

/* Projects area
================================================== */
/* Project filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
  border-bottom: 3px solid #ffb600;
}

.shuffle-btn-group label {
  display: inline-block;
  color: #212121;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}

@media (max-width: 1200px) {
  .shuffle-btn-group label {
    padding: 3px 18px;
  }
}

@media (max-width: 991px) {
  .shuffle-btn-group label {
    padding: 3px 7px;
    font-size: 12px;
  }
}

.shuffle-btn-group label.active {
  color: #212121;
  background: #ffb600;
}

.shuffle-btn-group label input {
  display: none;
}

/* Project shuffle Item */
.shuffle-item {
  padding: 0;
}

.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
}

.shuffle-item .project-img-container img {
  -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
          transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover img {
  -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
          transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #ffb600;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
          transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
          transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}

.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
          transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #ffb600;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #ffb600;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}

.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
          transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #000;
}

/* Project owl */
.owl-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.project-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #ffb600;
}

.owl-theme.project-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.project-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #ffb600;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.project-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.project-info-content {
  font-size: 12px;
}

.project-info li {
  margin-bottom: 5px;
}

.project-link {
  margin-top: 15px;
}

/* Content area
================================================== */
/* Accordion */
.accordion-group .card {
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf !important;
}

.accordion-group .card-body {
  padding: 15px 20px;
}

.accordion-group .card-body img {
  max-width: 100px;
  margin-bottom: 10px;
}

.accordion-group .card-header .btn {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 13px 15px;
  padding-bottom: 10px;
}

.accordion-group .card-header .btn:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 16px;
  padding: 3px 8px 1px;
  text-align: center;
  border-radius: 3px;
  top: 12px;
  content: "\f107";
  font-weight: 700;
  background-color: #333;
  color: #fff;
  transition: .3s;
}

.accordion-group .card-header .btn[aria-expanded="true"] {
  color: #ffb600;
}

.accordion-group .card-header .btn[aria-expanded="true"]::before {
  content: "\f106";
  background-color: #ffb600;
}

.accordion-group.accordion-classic .card-header .btn:before {
  display: none;
}

/* Clients */
.clients-logo {
  margin: 0 0 30px;
  min-height: 105px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.clients-logo img {

}

/* Testimonial
================================================== */
.testimonial-area {
  padding: 100px 0;
  background-color: #ffb600;
  background-image: url(../images/parallax2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.testimonial-area .border-title,
.testimonial-area .border-sub-title {
  color: #fff;
}

.quote-item .quote-text {
  margin: 0 0 10px;
  display: inline-block;
  padding: 0 40px 10px 0px;
  background-color: transparent;
  position: relative;
  font-size: 18px;
  font-style: italic;
}

@media (max-width: 575px) {
  .quote-item .quote-text {
    padding: 0 40px 30px 50px;
  }
}

.quote-item .quote-text:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-size: 30px;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #ffc009;
}

.testimonial-slide .slick-dots {
  bottom: 0;
  transform: rotate(90deg);
  position: relative;
  left: -800px;
  bottom: 340px;
}

img.testimonial-thumb {
  max-width: 300px;
  border-radius: 5px;
  margin: auto;
}

.quote-item-info {
  padding-top: 15px;
  display: inline-block;
}

.quote-author {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 2px;
  font-weight: 700;
  display: block;
  color: #333333;
  font-style: italic;
}
.quote-item-footer {
  margin-top: 0;
  margin-left: 0;
}

@media (max-width: 575px) {
  .quote-item-footer {
    margin-left: 0;
  }
}

/* Testimonial Border */
.quote-item.quote-border .quote-text-border {
  border: 1px solid #ffb600;
  padding: 20px;
  position: relative;
  line-height: 28px;
  color: #666;
  font-size: 18px;
  text-align: center;
}

.quote-item.quote-border .quote-text-border:before {
  border: 12px solid;
  border-color: #e1e1e1 transparent transparent;
  border-top-color: #ffb600;
  bottom: -24px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-text-border:after {
  border: 12px solid;
  border-color: #fff transparent transparent;
  bottom: -22px;
  position: absolute;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 0;
  margin: 0 auto;
  right: 0;
}

.quote-item.quote-border .quote-item-footer {
  margin-left: 0;
  text-align: center;
  margin-top: 35px;
}

.quote-item.quote-border .quote-item-footer img.testimonial-thumb {
  float: none;
  margin: 0;
}

.quote-item.quote-border .quote-item-footer .quote-item-info {
  display: block;
}

/* Subscribe area
================================================== */
.subscribe {
  background: #ffb600;
  padding: 0;
}

/* Call to action */
.subscribe-call-to-acton {
  min-height: 115px;
  padding: 30px 0 0 30px;
}

@media (max-width: 575px) {
  .subscribe-call-to-acton {
    text-align: center;
    padding: 30px 0;
    min-height: auto;
  }
}

.subscribe-call-to-acton h3 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.subscribe-call-to-acton h4 {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

@media (max-width: 991px) {
  .subscribe-call-to-acton h4 {
    font-size: 20px;
  }
}

/* Newsletter */
.ts-newsletter {
  background: #252525;
  position: relative;
  min-height: 115px;
  padding: 15px 0 0 50px;
}

@media (max-width: 991px) {
  .ts-newsletter {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 40px;
  }
}

@media (max-width: 575px) {
  .ts-newsletter {
    padding: 30px 5px 15px 5px;
    min-height: auto;
    text-align: center;
  }
}

.ts-newsletter:after {
  content: "";
  position: absolute;
  background: #252525;
  display: block;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
}

@media (max-width: 767px) {
  .ts-newsletter:after {
    background: transparent;
  }
}

@media (max-width: 991px) {
  .ts-newsletter .newsletter-introtext p {
    font-size: 13px;
  }
}

.newsletter-form input {
  background: none;
  font-size: 12px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

/* News section
================================================== */
.latest-post {
  position: relative;
}

.latest-post .image-angle:before {
  border-bottom: 20px solid #f9f9f9;
}

.latest-post .post-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  font-weight: 600;
}

.latest-post .post-title a {
  color: #303030;
}

.latest-post .post-title a:hover {
  color: #ffb600;
}

.latest-post-meta {
  font-size: 13px;
  text-transform: uppercase;
}

.latest-post .post-body {
  padding: 20px 0 5px;
}

/* Footer
================================================== */
/*- Footer common */
.footer {
  background-color: #386641;
  color: #eeeeee;
}

.footer-main {
  padding: 50px 0 60px;
}

.footer .widget-title {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  margin: 0 0 20px;
  padding-left: 15px;
  text-transform: uppercase;
  color: #fff;
  border-left: 3px solid #86c76d;
}
.widget-title.contact_detail {
  margin-left: 16px;
}
.footer .widget-title.widget-title2 {
  margin-top: 20px !important;
}


/* Footer about us */
.footer-logo {
  margin-bottom: 12px;
  width: 250px;
}

/* Footer social */
.footer-social {
  margin-top: 15px;
}

.footer-social .widget-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -13px;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a i {
  display: block;
  font-size: 16px;
  color: #eeeeee;
  transition: 400ms;
  padding: 10px 13px;
}

.footer-social ul li:hover {
  color: #fff;
}

/* Links */
.footer-widget ul.list-arrow li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 4px 0;
}

.footer-widget ul.list-arrow li:last-child {
  border-bottom: 0;
}

.footer-widget ul.list-arrow li a,
.footer-widget ul.list-arrow li:before {
  color: #eeeeee;
}

.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover {
  color: #86c76d;
}

/* Contact Us */
.working-hours {
  padding-right: 10px;
}
.working-hours .text-right {
  float: right;
}
p.footercontacttext a {
  color: #eeeeee;
}
.footercontacticonwrapper {
  padding-top: 4px;
}

/*-- Copyright --*/
.copyright {
  background: #a8bdac;
  color: #242524;
  padding: 15px 0 10px;
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 12px;
}

.sub-footer{
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 23px 0px;
  color: #000;
  font-size: 16px;
}
.sub-footer h6{
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.sub-footer h6 a{
  color: green
}

.footer-menu ul li {
  display: inline-block;
  line-height: 12px;
  padding-left: 15px;
}

.footer-menu ul.nav li a {
  background: none;
  color: #111;
  padding: 0;
}

.footer-menu ul li a:hover {
  color: #fff;
}

#back-to-top {
  right: 40px;
  top: auto;
  z-index: 10;
  display: none;
}

#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  #back-to-top {
    right: 15px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  color: #86c76d;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}

@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
  color: #fff;
}

/* Sub Pages
================================================== */
/*-- Title border --*/
.main-container .border-left {
  margin-bottom: 30px;
}

/*-- Banner --*/
.banner-area {
  position: relative;
  min-height: 300px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}

.banner-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 58px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .banner-title {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  .banner-title {
    font-size: 32px;
  }
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-heading {
  text-align: center;
}

.breadcrumb {
  padding: 0;
  background: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb li a,
.breadcrumb .breadcrumb-item,
.breadcrumb li a:focus,
.breadcrumb li a:hover {
  color: #fff !important;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

/*-- About us page --*/
/* Slider pages */
.page-slider .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}

.page-slider .carousel-control.left {
  left: 0;
}

.page-slider .carousel-control.right {
  right: 0;
}

.page-slider .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 70px;
  width: 40px;
  height: 70px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.page-slider .carousel-control i:hover {
  background: #ffb600;
  color: #fff;
}

.page-slider.small-bg .item {
  min-height: 330px;
  background-size: cover;
}

.page-slider.small-bg .box-slider-content {
  left: 20%;
}

.page-slider.small-bg .box-slider-text {
  background: rgba(0, 0, 0, 0.55);
  padding: 5px 20px;
}

.page-slider.small-bg .box-slide-title {
  font-size: 28px;
  color: #fff;
  font-weight: 900;
}

/*-- Get a quote page --*/
.page-quote-form {
  background: #f2f2f2;
  padding: 30px 50px 50px;
}

.get-a-quote-img {
  margin-bottom: -190px;
}

/*-- Partners carousel --*/
.partner-logo {
  border: 1px solid #eee;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.partner-logo img {
  transition: 350ms;
  opacity: .6;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.partner-logo:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#partners-carousel .partner-logo {
  border: 0;
  border-right: 1px solid #eee;
  padding: 0 15px;
  margin-top: 20px;
}

#partners-carousel .partner-logo.last {
  border-right: 0;
}

/*-- Team page --*/
.team-slide .slick-slide {
  margin-left: 25px;
  padding-bottom: 60px;
}

.team-slide .slick-list {
  margin-left: -25px;
}
/*
.team-slide .carousel-control {
  position: absolute;
  bottom: -18px;
  left: 49px;
  border: 0;
  background-color: #86c76d;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  transition: .3s;
  z-index: 6;
  top: 25%;
  border-radius: 50%;
}
*/
.team-slide button.carousel-control {
  background: #86c76d;
  position: absolute;
  top: 25%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  color: #fff;
}
.team-slide button.carousel-control:hover {
  background: #386641;
}

.team-slide .carousel-control.slick-disabled:hover {
  background-color: #86c76d !important;
  color: #fff !important;
}
.team-slide .carousel-control.slick-disabled {
  opacity: .4;
}
.team-slide .carousel-control.slick-disabled:hover {
  background-color: #ddd;
  color: #000;
}
.team-slide .carousel-control.left {
  -webkit-transform: translateX(calc(-50% - 25px));
          transform: translateX(calc(-50% - 25px));
    left: 48px;
}
.team-slide .carousel-control.right {
  -webkit-transform: translateX(calc(-50% + 25px));
          transform: translateX(calc(-50% + 25px));
    right: 0;
}
.ts-team-wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .ts-team-wrapper {
    text-align: center;
  }
}

.ts-team-wrapper .ts-team-content {
  position: absolute;
  top: 76%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  margin-top: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: 350ms;
}

@media (max-width: 1200px) {
  .ts-team-wrapper .ts-team-content {
    top: 72%;
  }
}

@media (max-width: 575px) {
  .ts-team-wrapper .ts-team-content {
    text-align: center;
  }
}

.ts-team-wrapper .ts-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 3px;
  line-height: normal;
  color: #ffb600;
}

.ts-team-wrapper .ts-designation {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 700;
}

.ts-team-wrapper .team-social-icons a i {
  color: #fff;
  margin-right: 8px;
  text-align: center;
  transition: 400ms;
}

.ts-team-wrapper .team-social-icons a i:hover {
  color: #ffb600;
}

.ts-team-wrapper:hover .ts-team-content {
  top: 0;
  padding-top: 50px;
}

/* Team Classic */
.ts-team-content-classic {
  margin-top: 15px;
}

.ts-team-content-classic .ts-name {
  font-size: 16px;
  margin-bottom: 5px;
  color: #212121;
}

.ts-team-content-classic .ts-designation {
  color: #888;
  margin-bottom: 5px;
  font-weight: 600;
}

.ts-team-content-classic .team-social-icons a i {
  color: #999;
}

.ts-team-content-classic .team-social-icons a i:hover {
  color: #ffb600;
}

/*-- Pricing table  --*/
.ts-pricing-box {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  background: #f9f9f9;
  border-radius: 32px !important;
  box-shadow: 2px 2px 6px #909497;
  min-height: 665px;
}

.pricingtable.team-img-wrapper {
  padding: 10px;
}

.ts-pricing-box .ts-pricing-header {
  background: #252525;
  color: #fff;
  position: relative;
  padding: 16px 20px;
  border-radius: 32px 32px 0px 0px;
  height: 90px;
}

.ts-pricing-box .ts-pricing-header.bgheadergreen {
  background: #00875f;
}

.ts-pricing-box .ts-pricing-header.bgheaderblack {
  background: #012b39;
}

.ts-pricing-box .ts-pricing-header.bgheaderorange {
  background: #dc6d01;
}

h3.pricingstartfrom {
  margin-bottom: 0px;
  margin-top: 12px;
  color: #4b4b4b;
}

.ts-pricing-box .ts-pricing-name {
  font-size: 26px;
  line-height: normal;
  margin: 0 0 5px 0;
  color: #fff;
}

h2.ts-pricing-name {
  text-transform: capitalize;
}

.pricingnameoneline {
  padding-top: 32px !important;
}

.pricingsubtitle {
  font-size: 18px;
}

.ts-pricing-box .ts-pricing-price {
  font-size: 44px;
  color: #4b4b4b;
  margin: 15px 0 0;
  display: inline-block;
  text-transform: capitalize !important;
  font-size: 36px !important;
  margin-top: 8px;
  margin-bottom: 18px;
}

.ts-pricing-box .ts-pricing-price > small {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}

.ts-pricing-box .ts-pricing-features {
  padding: 15px 0;
}

.ts-pricing-box .ts-pricing-features ul {
  padding: 0 20px 0 60px;
}

.ts-pricing-box .ts-pricing-features ul > li {
  padding: 0px 6px 5px 6px;
  border-top: 1px dotted #e5e5e5;
  text-align: left !important;
  font-size: 16px;
  line-height: 24px;
}

.ts-pricing-box .ts-pricing-features ul > li:first-child {
  border-top: 0;
}

.ts-pricing-box .plan-action {
  padding-bottom: 40px;
}

ul.pricingul {
  list-style-image: url('../images/checkgreen18.png');
  padding-left: 24px;
}

/* Pricing featured */
.ts-pricing-box.ts-pricing-featured .ts-pricing-header {
  background: #ff9800;
}



/* News Listing
================================================== */
.post {
  border-bottom: 1px solid #dadada;
  padding: 0 0 30px;
  margin: 0 0 45px;
}

.post.last {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-body {
  padding: 20px 0;
}

.entry-header .entry-title {
  font-size: 24px;
  margin: 5px 0 15px;
  position: relative;
  line-height: 34px;
  text-transform: capitalize;
}

.entry-header .entry-title a {
  color: #303030;
}

.entry-header .entry-title a:hover {
  color: #86c76d;
}

.post-single .entry-header .entry-title {
  font-size: 28px;
}

/* Meta */
.post-meta {
  padding-bottom: 10px;
}

.post-meta a {
  color: #303030;
}

.post-meta a:hover {
  color: #ffb600;
}

.post-meta span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #dadada;
  line-height: 12px;
  display: inline-block;
}

.post-meta i {
  color: #bbb;
  margin-right: 3px;
}

.post-meta .post-comment {
  border-right: 0;
}

.post-meta .post-comment .comments-link {
  margin-left: 5px;
}

.post-footer .btn.btn-primary {
  font-size: 12px;
  margin-top: 10px;
}

/* Pagination */
.paging {
  margin-bottom: -5px;
}

.pagination li a {
  border-radius: 0 !important;
  margin-right: 8px;
  color: #7c7c7c;
}

.pagination li a.paginationnumber {
  color: #fff;
  background: #88939f;
}
.pagination li a.paginationnumber:hover {
  color: #fff !important;
  background: #86c76d;
}

.pagination li a.paginationfirstlast {
  color: #fff;
  background: #386641;
}
.pagination li a.paginationfirstlast:hover {
  color: #fff !important;
  background: #86c76d;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > li > a:hover {
  color: #fff;
  background: #86c76d;
  border: 1px solid transparent;
}

/* News Single
================================================== */
.tags-area {
  margin: 20px 0;
}

.post-tags a {
  border: 1px solid #dadada;
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 3px;
}

.post-tags a:hover {
  background: #ffb600;
  color: #fff;
  border: 1px solid transparent;
}


/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  text-transform: uppercase;
  border-left: 3px solid #86c76d;
}

/* Widget common */
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}

.widget.box.red {
  background: #ec483b;
  color: #fff;
}

.widget.box.red .widget-title {
  color: #fff;
}

.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a {
  color: #303030;
}

.sidebar .widget ul li a:hover {
  color: #ffb600;
}

.sidebar .widget ul li i {
  margin-right: 5px;
}

.sidebar .btn {
  font-weight: 700;
  font-size: 12px;
  margin-top: 15px;
  padding: 10px 25px;
}

/* Sidebar nav */
.sidebar ul.nav-tabs {
  border: 0;
}

.sidebar ul.nav-tabs li {
  width: 100%;
}

.sidebar ul.nav-tabs li a {
  color: #303030;
  border-radius: 0;
  padding: 15px 0;
  padding-left: 0;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
  color: #86c76d;
}

.sidebar ul.nav-tabs li {
  color: #303030;
  line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
  border-bottom: 0;
}

/* Service menu */
.sidebar ul.service-menu li {
  width: 100%;
}

.sidebar ul.service-menu li a {
  background-color: #f4f4f4;
  padding: 15px 20px;
  border: 0;
  margin-bottom: 8px;
  position: relative;
  transition: 400ms;
  display: block;
}

.sidebar ul.service-menu li.active a,
.sidebar ul.service-menu li:hover a {
  background: #ffb600;
  color: #fff;
  cursor: pointer;
}

/* Recent News */
.widget.recent-posts .widget-title {
  margin-bottom: 35px;
}
.widget.recent-posts ul li {
  border-bottom: 1px solid #dadada;
  padding-bottom: 15px;
  margin-bottom: 20px !important;
  clear: both;
  display: flex;
}
.widget .posts-thumb {
  float: left;
  width: 30% !important;
}
.widget .post-info {
  width: 70%;
  float: left;
}
.widget.recent-posts ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
  margin-right: 15px;
  width: 90px;
  height: 70px;
}

.widget.recent-posts .post-info .entry-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  text-transform: capitalize;
}

.widget.recent-posts .post-info .entry-title a {
  color: #303030;
  display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
  color: #86c76d;
}

.widget.recent-posts .post-date {
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}

/* Widget tags */
.widget-tags ul > li {
  float: left;
  margin: 3px;
}

.sidebar .widget-tags ul > li a {
  border: 1px solid #dadada;
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 3px 15px;
  transition: all 0.3s ease 0s;
}

.sidebar .widget-tags ul > li a:hover {
  background: #ffb600;
  color: #fff;
  border: 1px solid transparent;
}

/* Error page
================================================== */
.error-page .error-code h2 {
  display: block;
  font-size: 200px;
  line-height: 200px;
  color: #303030;
  margin-bottom: 20px;
}

.error-page .error-body .btn {
  margin-top: 30px;
  font-weight: 700;
}

/*GRID SYSTEM*/
.col-lg-2 {
  width: 16.66% !important;
  float: left !important;
}
.col-lg-3 {
  width: 25% !important;
  float: left !important;
}
.col-lg-4 {
  width: 33.33% !important;
  float: left !important;
}
.col-lg-5 {
  width: 41.66% !important;
  float: left !important;
}
.col-lg-6 {
  width: 50% !important;
  float: left !important;
}
.col-lg-7 {
  width: 58.33% !important;
  float: left !important;
}
.col-lg-8 {
  width: 66.66% !important;
  float: left !important;
}
.col-lg-9 {
  width: 75% !important;
  float: left !important;
}
.col-lg-10 {
  width: 83.33% !important;
  float: left !important;
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .col-xs-2 {
    width: 16.66% !important;
    float: left !important;
  }
  .col-xs-3 {
    width: 25% !important;
    float: left !important;
  }
  .col-xs-4 {
    width: 33.33% !important;
    float: left !important;
  }
  .col-xs-5 {
    width: 41.66% !important;
    float: left !important;
  }
  .col-xs-6 {
    width: 50% !important;
    float: left !important;
  }
  .col-xs-7 {
    width: 58.33% !important;
    float: left !important;
  }
  .col-xs-8 {
    width: 66.66% !important;
    float: left !important;
  }
  .col-xs-9 {
    width: 75% !important;
    float: left !important;
  }
  .col-xs-10 {
    width: 83.33% !important;
    float: left !important;
  }
  .col-xs-11 {
    width: 91.66% !important;
    float: left !important;
  }
  .col-xs-12 {
    width: 100% !important;
    float: left !important;
  }
}

/*ALIGNMENT SYSTEM*/
div.marginauto {
  margin: auto !important;
  float: none !important;
}
.textaligncenter {
  text-align: center !important;
}
.nopaddingright {
  padding-right: 0 !important;
}
.nopaddingleft {
  padding-left: 0 !important;
}
.pt28 {
  padding-top: 28px;
}



/*############################# NEW STYLE ############################# */
/*############################# NEW STYLE ############################# */
/*############################# NEW STYLE ############################# */

/*#CUSTOM GRID*/
.width_9prsn_dekstop {
  width: 9%;
  float: left;
}
.width_7prsn_dekstop {
  width: 7%;
  float: left;
}
.width_10prsn_dekstop {
  width: 10%;
  float: left;
}
.width_50prsn_dekstop {
  width: 50%;
  float: left;
}
.width_90prsn_dekstop {
  width: 90%;
  float: left;
}
.width_91prsn_dekstop {
  width: 91%;
  float: left;
}
.width_93prsn_dekstop {
  width: 93%;
  float: left;
}

/* ################################ #GENERAL STYLING ################################ */

section.sectiongeneral {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pageaboutus_section_vision, .pageaboutus_section_mission, .pageaboutus_section_ourvalue {
  padding: 42px 0;
}
.button_general_style_p1 {
  margin-top: 42px;
}
.button_general_style_link1 {
  background: #386641;
  color: white;
  padding: 10px 32px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 16px;
}
a.button_general_style_link1:hover {
  background: #86c76d;
  color: white !important;
}

.button_general_style_p2 {
  margin-top: 80px;
  text-align: center;
}

.button_general_style_link2 {
  color: #386641;
  padding: 14px 30px;
  border: 1px #000 solid;
  border-radius: 25px 25px 25px 2px;
  font-weight: 600;
  font-size: 16px;
}
a.button_general_style_link2:hover {
  background: #86c76d;
  color: white !important;
  border: 1px #86c76d solid;
}

.quote-item .quote-text::before {
  content: none !important;
}
.boldieblue1 {
  color: #386641;
  font-weight: 700;
}
section.firstsection {
  padding-top: 0px !important;
}
section.firstsectionpage {
  padding-top: 150px !important;
}
hr.hrunderheading {
  background-color: #a7c957;
  border: 0;
  height: 5px;
  width: 200px;
  margin: auto;
  margin-bottom: 64px;
}
hr.hrunderheadinggetintouch {
  margin-bottom: 24px !important;
}
hr.hrunderheadingkebijakan {
  margin-bottom: 32px !important;
}
hr.hrundercollapingsidebar {
  height: 1px;
  background-color: #dfdfdf;
  width: 391px;
  margin: auto;
}

h3.section-sub-title {
  margin-bottom: 12px;
}

/* ################################ #SECTION HEADER ################################ */
.header-two {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  padding: 0px 0 0 0;
  position: fixed;
  z-index: 999;
  width: 100%;
  background: rgba(225, 225, 225, 0.9);
  /* margin-top: 14px; */
}
.site-navigation {
  padding: 0px 0px 4px 0px;
}
.navbar-nav {
  float: right !important;
}
.col_logo {
  padding-top: 12px;
}
.logobg {
  background: white !important;
}

ul.nav li.nav-item {
   display:inline-block;
   position:relative;
}

/*dot under menu*/
ul.nav li.nav-item:hover:before {
   content:"";
   position:absolute;
   bottom:10px;
   background:#386641;
   width:10px;
   height:10px;
   border-radius:100%;
   /*left:calc(51% - 5px);*/
   left:45%;
}
/*
.site-navigation {
  padding: 8px;
  position: fixed;
  z-index: 999;
  width: 100%;
  background: white;
}
*/
/*
h3 {
  text-transform: capitalize !important;
}
*/


/* ################################ #SECTION FOOTER ################################ */
.footercontacticon {
  font-size: 18px;
}
.footer-widget ul.list-arrow li:hover a, .footer-widget ul.list-arrow li:hover {
  color: #86c76d;
}
.footer-social ul li a:hover i {
  color: #86c76d;
}

/* ################################ #PAGE HOME ################################ */
/* ############################################################################ */

/*SECTION SLIDER*/
section.section_slider {
  padding: 0;
}
/*SECTION PAGE TOP*/
.textaligncenter.page_top_heading.page_top_headinghome {
  font-size: 75px;
  color: #386641;
  font-weight: 700;
  -webkit-text-stroke: white 2px;
  font-family: roboto;
}

/*SECTION PRODUCT OVERVIEW*/
.section_productoverview {
  margin-top: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.productoverview_title_ul {
  padding-left: 0px;
}
ul.productoverview_title_ul li {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  list-style: none;
  padding: 5px 35px;
  background-image: url('../images/listoke.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
}
ul.productoverview_title_ul li.heading {
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  list-style: none;
  padding: 5px 35px;
  background-image: url('../images/listoke2.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
  color: #386641;
}
.productpreviewimgwrapper {
  text-align: center;
}
hr.hr_productoverview {
  background-color: #386641;
  border: 0;
  height: 2px;
  width: 264px;
  transform: rotate(90deg);
  left: -106px;
  position: absolute;
  bottom: 205px;
  z-index: -99;
}
/*
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.productoverview_title_ul li {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
*/
/*SECTION OUR PRINCIPALS*/
section.sectionpelanggansetia {
  padding-top: 24px;
}
.pelanggansetiaimg {
  width: 82% !important;
  margin: auto;
}
.sectionpelanggansetia .slick-slide img {
  margin : auto !important;
}
section.sectiontestimonial {
  padding-top: 50px !important;
  padding-bottom: 150px !important;
}
.testinavright {
  position: absolute;
  right: 0;
  bottom: 49%;
  background: #d3d3d3;
  border: solid 1px #d3d3d3;
  border-radius: 50%;
  padding: 7px 15px;
  z-index: 999;
}
.sectiontestimonial {
  padding-top: 100px !important;
}
.testimonialnewslide button.carousel-control {
  z-index: 999 !important;
  top: 35%;
  border-radius: 50%;
  border: none !important;
}
.testimonial-slide button.carousel-control {
  background: #86c76d;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: none;
  transition: all .25s ease;
  padding: 0;
  outline: 0;
  border: 0;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  color: #fff;
}
.testimonial-slide button.carousel-control:hover {
  background: #315dc0;
}

/*SECTION  OUR COMPANY NEWS*/
.home_news_wrapper {
  background: #386641;
  padding: 26px 8px 22px 8px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
}
.home_news_img {
  border-radius: 22px;
}
.home_news_wrapper_title {
  margin-top: 10px;
}
.home_news_title {
  color: white;
  font-size: 16px;
  width: 90%;
  padding-left: 4px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0px;
}
.home_news_wrapper_metatag {
  padding-top: 11px;
}
.home_news_wrapper_img{
  display: flex;
}
.home_news_wrapper_img img{
  margin: auto;
}
.home_news_metatag {
  color: white;
  font-size: 12px;
  padding-left: 4px;
  margin-bottom: 0;
}
.home_news_readmore {
  margin-bottom: 0;
}
.home_news_readmore_link {
  float: right;
  border: 1px #a4a5a4 solid;
  padding: 10px 16px;
  border-radius: 50%;
}
a.home_news_readmore_link:hover {
  border: 1px #86c76d solid;
  background: #86c76d;
}
.home_news_readmore_icon {
  color: white;
}
.news_cat {
  position: absolute;
  top: 14%;
  left: 17%;
  background: #ddeccb;
  padding: 4px 18px;
  border-radius: 25px;
  font-weight: 600;
}
/*SECTION GET IN TOUCH*/
.getintouchtext {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  width: 80%;
  margin: auto;
}

/* ################################ #PAGE PRODUCTS ################################*/
.section_page_top_home {
  height: 650px;
  background-size: cover;
}
.section_page_top {
  height: 650px;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: unset;
}
.section_page_top h3{
  margin-bottom: unset !important;
}
.page_top_heading_wrapper {
  /* top: 50%;
  position: absolute; */
}
.page_top_heading {
  font-weight: 700;
  font-size: 55px;
  color: #4c4848;
  text-transform: unset;
  width: fit-content;
  margin: auto;
  text-shadow: #fff 0px 0px 10px;
  box-shadow: rgb(255 255 255 / 100%) 0px 0px 20px;
  background-color: #ffffffa1;
  padding: 5px 20px;
  color: #454040;
}
.sectionproductlist{
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionproductlist .container{
  min-height: 700px;
}


.pageproduct_subtitle_wrapper {
  margin-bottom: 50px;
}
.pageproduct_subtitle {
  font-size: 16px;
  color: #000;
  line-height: 32px;
  font-weight: 600;
  width: 90%;
  margin: auto;
}
a.product_name_link {
  background: #b2d88f;
  padding: 16px;
  border-radius: 26px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  width: 80% !important;
  display: block;
  margin: auto;
  margin-bottom: 24px;
}
a.product_name_link:hover {
  background: #386641;
  color: #fff !important;
}

/* ################################ #PAGE NETWORKS ################################*/
.pagenetwork_networklist_wrapper {
  background: #386641;
  padding: 18px 0px 14px 0px;
  border-radius: 18px;
  margin-bottom: 32px;
  min-height: 226px;  
}
.pagenetwork_networklist_img {
  border-radius: 22px;
}
.pagenetwork_networklist_wrapper_title {
  margin-top: 10px;
}
.pagenetwork_networklist_title {
  color: white;
  font-size: 15px;
  padding-left: 4px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 0px;
  text-align: center;
}
.pagenetwork_networklist_title a {
  color: white;
}
/* ################################ #PAGE NEWS ################################*/
.row_pagenews_title {
  margin-bottom: 60px;
}
.post_item {
  margin-bottom: 48px;
}
.post_title {
  font-size: 18px;
  text-transform: capitalize;
}
.post_excerpt {
  margin-bottom: 8px;
}
.post_date {
  float: right;
  padding-top: 12px;
}
.row_pagenews_newspagination {
  margin-top: 48px;
}
.pagination {
  float: right;
  margin-right: 20px;
}

.sidebar .nav > li > a:focus, .sidebar .nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
a.a_linkblog {
  background: none;
  /* width: 175px; */
  display: block;
  color: #86c76d;
  font-weight: 600;
  text-align: center;
  border: 2px solid #86c76d;
  border-radius: 2px;
}
a.a_linkblog:hover {
  background: #86c76d;
  /* width: 175px; */
  display: block;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  border: 2px solid #86c76d;
  border-radius: 2px;
}

/* ################################ #PAGE CONTACT ################################*/
.line_contactdetail {
  margin-top: 60px;
}
.pagecontact_contacttitle {
  font-size: 14px;
  border-left: 1px solid #555;
  padding-left: 4px;
}
.pagecontact_text {
  font-size: 14px;
  margin-bottom: 6px;
}
p.pagecontact_text a {
  color: #555;
}
.halfsizeinputform {
  width: 48% !important; 
  float: left;
}
.halfsizeinputformfirst {
  margin-right: 12px;
}
.halfsizeinputformscnd {
  float: right;
}

.sectioncontacttitle {
  padding: 70px 0 16px;
}
.form-control {
  margin-bottom: 12px !important;
}
.iframemap {
  width:100%; 
  height:525px;
}
.displaygrid {
  display: initial;
}

/* ################################ #PAGE ABOUT ################################*/
.pageaboutus_section_overview {
  background: #86c76d !important;
  padding: 42px;
  margin-top: 100px;
  margin-bottom: 32px;
}
.overviewimg {
  width: 80%;
}
.overviewtext {
  font-size: 18px;
  line-height: 32px;
}
.pageabout_philoheading {
  margin: auto;
  text-transform: capitalize;
  font-size: 22px;
  margin-bottom: 32px;
}
.pageabout_phylosublist {
  margin-top: 16px;
  padding-left: 24px;
}
.pageabout_missionlist {
  width: 80%;
  margin: auto;
}
.pageabout_missionlist li {
  font-size: 20px;
  margin-bottom: 12px;
}
.pageaboutus_section_ourvalue {
  margin-bottom: 48px;
}
.valueheadingcol {
  margin-bottom: 18px;
}
.valuelinescnd {
  margin-top: 32px;
}
.valuelinefirst{
  justify-content: center;
  display: flex;
}
.valueitembottom {
  margin-left: 88px;
}
.valueimgitem {
  max-width: 50px;
  float: left;
}
.ourvalue_text {
  font-size: 16px;
  margin-bottom: 0px;
  padding-top: 30px;
  float: left;
  padding-left: 4px;
  text-transform: capitalize;
}
/* ################################ #PAGE PRODUCT DETAIL ################################*/
h3.pageproductdetail_productheading {
  background: #386641;
  padding: 12px 28px;
  border-radius: 26px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
}
.pageproductdetail_productvarianlist {
  margin: auto;
}
.pageproductdetail_productvarianlist li {
  font-size: 20px;
  margin-bottom: 12px;
}
.productdetail_img_wrapper {
  text-align: center;
}

.valueswrapper{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.colvalueitem{
  margin-bottom: 40px;
}


/* ############################################ #MOBILE ####################################### */
/* ############################################################################################ */
/* ############################################################################################ */

/* ################################ #MOBILE >360px ################################ */
@media screen and (min-width: 320px) and (max-width: 991px) {

  .sectionproductlist{
    background-repeat: repeat-y;
    background-size: contain;
  }

/*ALIGNMENT SYSTEM*/
.paddingleft15_mobile {
  padding-left: 15px !important;
}

  /* #################### #SECTION GENERAL ####################*/
  .mobiledisplaynone {
    display: none;
  }  
  section.firstsection {
    padding-top: 50px !important;
  }
  section.firstsectionpage {
    padding-top: 100px !important;
  }  
  section.sectiontestimonial {
    padding-bottom: 60px !important;
  }  
  section, .section-padding {
    padding: 32px 0 16px 0;
    position: relative;
  }
  .nopaddingleftmobile {
    padding-left: 0px !important;
  }
  .nopaddingrightmobile {
    padding-right: 0px !important;
  }
  .displaygrid {
    display: grid;
  }
  .button_general_style_p1 {
    margin-top: 32px;
  }
  .button_general_style_link1 {
    padding: 10px 24px;
    font-size: 13px;
  }
  .button_general_style_p2 {
    margin-top: 14px;
  }
  .button_general_style_link2 {
    padding: 10px 20px;
    font-size: 14px;
  }  
  .getintouchtext {
    font-size: 18px;
    line-height: 28px;
  }
  .section_page_top {
    height: 280px;
    background-size: cover;
    background-position: center;    
  }  
  .page_top_heading {
    font-size: 28px;
  }
  /* #################### #SECTION HEADER ####################*/
  .navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
  }
  .navbar-light ul.navbar-nav > li > a {
    font-size: 12px;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
    position: absolute !important;
    right: -72px !important;
    top: -2px !important;
    z-index: 999;
  }
  .navbar {
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    padding-right: 0px !important;
  }
  .navbar-nav {
    margin-bottom: 15px;
    margin-top: 57px !important;
    text-align: center;
    padding-right: 21%;
    z-index: 999;
    position: relative;
    background: white;
    width: 100%;
  }  
  div.navbar-collapse-area {
    position: relative !important;
    left: 80px !important;
  }  
  .header-two {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    padding: 0px 0 2px 0;
    margin-top: 0px;
  }
  ul.nav li.nav-item:hover:before {     
     bottom:0px;
     left:47%;
  }

  .col_logo {
    padding-left: 0px !important;
    padding-top: 6px !important;
  }
  .site-navigation {
    padding: 4px 8px;
  }
  .header-two .logo img {
    width: 85px;
    height: auto;
  }
  .search-block .search-close {
    top: -46px !important;
  }
  .bm_and_bls {
    position: absolute !important;
    right: 10px !important;
  }
  .languageswitchercol {
    padding-top: 6px !important;
    position: absolute !important;
    right: 43px !important;
    top: 3px !important;
  }

  /* #################### #SECTION FOOTER ####################*/
  .footer-main {
    padding: 0px 0 30px;
  }
  .footer-widget {
    margin-top: 32px;
  }
  .widget-title.contact_detail {
    margin-left: 0px;
  }
  .contactdetailline {
    padding-left: 0;
  }
  /* #################### #PAGE HOME MOBILE ####################*/
  /* ####### #SECTION SLIDER #######*/
  .banner-carousel button.carousel-control {
    width: 40px !important;
    height: 40px !important;
  }  
  .banner-carousel .carousel-control i {
    font-size: 16px;
  }  
  .banner-carousel-item {
    background-size: contain !important;
    background-repeat: no-repeat;
  }  
.banner-carousel .slick-dots {
   bottom: 30px;
}  
  .carousel-control {
    top: 25%;
  }
  img.testimonial-thumb {
    max-width: 140px;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 24px;
  }
  .section-sub-title {
    font-size: 19px;
  }
  h3.section-sub-title {
    margin-bottom: 1px;
  }

  /* ####### #SECTION PRODUCT OVERVIEW MOBILE#######*/
  ul.productoverview_title_ul li.heading {
    font-size: 18px;
    background-size: 20px;
  }  
  ul.productoverview_title_ul li {
    font-size: 16px;
    line-height: 22px;
    padding: 4px 35px;
    background-size: 20px;
  }
  .productpreviewimgwrapper {
    margin-top: 24px;
  }

  /* ####### #SECTION OUR COMPANY NEWS #######*/
  .home_news_readmore_link {
    padding: 5px 12px;
    border-radius: 50%;
    /* margin-top: 8px; */
  }
  .news_cat {
    top: 10%;
    left: 14%;
    padding: 2px 13px;
    font-size: 14px;
  }

  /* #################### #PAGE PRODUCTS ####################*/  
  .pageproduct_subtitle_wrapper {
    margin-bottom: 32px;
  }
  a.product_name_link {
    padding: 9px;
    font-size: 12px;
    width: 90% !important;
    margin-bottom: 12px;
    line-height: 20px;
  }
  .pageproduct_subtitle {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    width: 100%;
  }
  /* #################### #PAGE NETWORKS ####################*/  
  .pagenetwork_networklist_wrapper_img {
    text-align: center;
  }
  .pagenetwork_networklist_title {
    width: 100%;
  }

  /* #################### #PAGE NEWS ####################*/  
  .row_pagenews_title {
    margin-bottom: 20px;
  }
  .post_title {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: 12px;
  }
  a.a_linkblog {
    /* width: 100px; */
  }
  .widget .posts-thumb {
    margin-right: 10px !important;
  }


  /*#PAGE CONTACT*/
  .sectioncontacttitle {
    padding: 40px 0 16px;
  }
  .contactofficeheading {
    margin-top: 32px;
    padding-left: 0;
  }  
  .halfsizeinputformfirst {
    margin-right: 0px;
  }  
  .colformcontact {
    margin-top: 24px;
    margin-bottom: 32px;
  }  
  .iframemap {
    width:100%; 
    height:325px;
  }
  h2.pagecontacttitle {
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    line-height: 24px;
  }


  /*#PAGE ABOUTUS*/
  .pageaboutus_section_overview {
    background: #86c76d !important;
    padding: 32px 0px 12px 0px;
    margin-top: 48px;
    margin-bottom: 32px;
  }
  .overviewimg {
    width: 100%;
    margin-bottom: 16px;
  }
  .pageabout_philoheading {
    font-size: 18px;
    margin-bottom: 10px;
    width: 80%;
    text-align: center;
  }
  .pageabout_missionlist {
    width: 100%;
  }
  .pageabout_missionlist li {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .valueheadingcol {
    margin-bottom: 0px;
  }
  .valuelinescnd {
    margin-top: 0px;
  }
  .colvalueitem {
    margin-bottom: 16px;
  }
  .valueitembottom {
    margin-left: -3px;
  }
  .valueimgitem {
    width: 195px;
  }

  /* #################### #PAGE NEWS DETAIL ####################*/  
  .post-single .entry-header .entry-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
  }
  .sidebar .widget-title {
    font-size: 18px;
    margin: 0 0 4px;
  }

  /* #################### #PAGE PRODUCT DETAIL ####################*/  
  h3.pageproductdetail_productheading {
    padding: 12px 22px;
    font-size: 16px;
  }
  .pageproductdetail_productvarianlist li {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .pageproductdetail_productvarianlist {
    padding-left: 24px;
  }
  .pageproductdetail_productimg {
    width: 80%;
  }
}

@media screen and (min-width: 320px) and (max-width: 359px) {  
  .section_productoverview {
    margin-top: 0px;
    padding-top: 0px;
    background: none;
  }  
  hr.hr_productoverview {
    width: 290px;
    left: -120px;
    bottom: 193px;
  }
  .home_news_wrapper {
    background: #386641;
    padding: 18px 0px 32px 0px;
    border-radius: 28px;
    min-height: 285px;
    margin-bottom: 28px;

  }  
}
@media screen and (min-width: 360px) and (max-width: 429px) {
  .section_productoverview {    
    margin-top: 24px;
    padding-top: 0px;
    background: none;     
  }   
  hr.hr_productoverview {
    width: 260px;
    left: -105px;
    bottom: 177px;
  }
  .home_news_wrapper {
    background: #386641;
    padding: 18px 0px 32px 0px;
    border-radius: 28px;
    min-height: 310px;
    margin-bottom: 28px;
  }
  .pagenetwork_networklist_wrapper {
    min-height: 240px;
  }  
}
@media screen and (min-width: 430px) and (max-width: 559px) {

  .section_productoverview {    
    margin-top: 24px;
    padding-top: 0px;
    background: none;    
  }  
  hr.hr_productoverview {
    width: 240px;
    left: -95px;
    bottom: 160px;
  }
  .home_news_wrapper {
    background: #386641;
    padding: 18px 0px 32px 0px;
    border-radius: 28px;
    min-height: 360px;
    margin-bottom: 28px;
  } 
  .pagenetwork_networklist_wrapper {
    min-height: 300px;
  }

}
@media screen and (min-width: 560px) and (max-width: 767px) {
  .section_productoverview {    
    margin-top: 24px;
    padding-top: 0px;
    background: none;    
  }  
  hr.hr_productoverview {
    width: 220px;
    left: -85px;
    bottom: 154px;
  }
  .home_news_wrapper {
    background: #386641;
    padding: 18px 0px 32px 0px;
    border-radius: 28px;
    min-height: 420px;
    margin-bottom: 28px;
  }
  .pagenetwork_networklist_wrapper {
    min-height: 380px;
  }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 400px !important;
  }  
  .section_productoverview {    
    margin-top: 24px;
    padding-top: 0px;
    background: none;    
  }  
  hr.hr_productoverview {
    width: 240px;
    left: -95px;
    bottom: 160px;
  }
  .home_news_wrapper {
    background: #386641;
    padding: 18px 0px 32px 0px;
    border-radius: 28px;
    min-height: 360px;
    margin-bottom: 28px;
  } 
  .pagenetwork_networklist_wrapper {
    min-height: 450px;
  }  
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-carousel .banner-carousel-item {
    height: 550px !important;
  }  
  hr.hr_productoverview {  
    width: 290px;  
    left: -119px;  
    bottom: 216px;
  }
  .home_news_metatag {
    font-size: 10px;
  }
  .home_news_readmore {
    margin-top: 6px;
  }
  .home_news_readmore_link {
    padding: 4px 10px;
  }  
  .pagenetwork_networklist_wrapper {
    min-height: 197px;
  }  
}

/* ############################################### SPECIAL DESKTOP ############################################### */
@media (min-width: 1200px) and (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    width: 1200px !important;
    max-width: 1200px !important;
  }
}

/* ############################################### IMAGE ANIMATION ############################################### */

.text-center {
  text-align: center;
}

@-webkit-keyframes seqAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes seqAnim {
  0% {
    opacity: 0;
    -moz-transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes seqAnim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.animatedArea .seq-animation {
  -webkit-animation: seqAnim 0.6s cubic-bezier(0.77, 0, 0.175, 1) both;
  -moz-animation: seqAnim 0.6s cubic-bezier(0.77, 0, 0.175, 1) both;
  animation: seqAnim 0.6s cubic-bezier(0.77, 0, 0.175, 1) both;
}

.animatedArea .random-animation {
  -webkit-animation: seqAnim 0.6s linear both;
  -moz-animation: seqAnim 0.6s linear both;
  animation: seqAnim 0.6s linear both;
  background: blue;
}

.seq-animation {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.seq-animation:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.seq-animation:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.seq-animation:nth-child(4) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.seq-animation:nth-child(5) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.seq-animation:nth-child(6) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.seq-animation:nth-child(7) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.seq-animation:nth-child(8) {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.seq-animation:nth-child(9) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  animation-delay: 4s;
}

.seq-animation:nth-child(10) {
  -webkit-animation-delay: 4.5s;
  -moz-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.seq-animation:nth-child(11) {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  animation-delay: 5s;
}

.seq-animation:nth-child(12) {
  -webkit-animation-delay: 5.5s;
  -moz-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.seq-animation:nth-child(13) {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  animation-delay: 6s;
}

.seq-animation:nth-child(14) {
  -webkit-animation-delay: 6.5s;
  -moz-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.seq-animation:nth-child(15) {
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  animation-delay: 7s;
}

.random-animation:nth-child(1) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.random-animation:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.random-animation:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.random-animation:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.random-animation:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.random-animation:nth-child(6) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.random-animation:nth-child(7) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.random-animation:nth-child(8) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.random-animation:nth-child(9) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.random-animation:nth-child(10) {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.random-animation:nth-child(11) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.random-animation:nth-child(12) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.random-animation:nth-child(13) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

.random-animation:nth-child(14) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.random-animation:nth-child(15) {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.pull-right-anim, .pull-left-anim {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
}

.pull-left-anim {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
}

.pull-right-anim {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
}

.animatedArea .pull-right-anim, .animatedArea .pull-left-anim {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .animatedArea .seq-animation {
    animation: none;
  }
}


/* ############################################### #LANGUAGE SWITCHER ############################################### */

.btn,
.form-control,
.link,
.reset {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control::-ms-expand {
    display: none
}

textarea {
    resize: vertical;
    overflow: auto;
    vertical-align: top
}

input::-ms-clear {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img,
video,
svg {
    max-width: 100%
}

:root,
[data-theme=default] {
    --color-primary-darker: hsl(220, 90%, 36%);
    --color-primary-darker-h: 220;
    --color-primary-darker-s: 90%;
    --color-primary-darker-l: 36%;
    --color-primary-dark: hsl(220, 90%, 46%);
    --color-primary-dark-h: 220;
    --color-primary-dark-s: 90%;
    --color-primary-dark-l: 46%;
    --color-primary: hsl(220, 90%, 56%);
    --color-primary-h: 220;
    --color-primary-s: 90%;
    --color-primary-l: 56%;
    --color-primary-light: hsl(220, 90%, 66%);
    --color-primary-light-h: 220;
    --color-primary-light-s: 90%;
    --color-primary-light-l: 66%;
    --color-primary-lighter: hsl(220, 90%, 76%);
    --color-primary-lighter-h: 220;
    --color-primary-lighter-s: 90%;
    --color-primary-lighter-l: 76%;
    --color-accent-darker: hsl(355, 90%, 41%);
    --color-accent-darker-h: 355;
    --color-accent-darker-s: 90%;
    --color-accent-darker-l: 41%;
    --color-accent-dark: hsl(355, 90%, 51%);
    --color-accent-dark-h: 355;
    --color-accent-dark-s: 90%;
    --color-accent-dark-l: 51%;
    --color-accent: hsl(355, 90%, 61%);
    --color-accent-h: 355;
    --color-accent-s: 90%;
    --color-accent-l: 61%;
    --color-accent-light: hsl(355, 90%, 71%);
    --color-accent-light-h: 355;
    --color-accent-light-s: 90%;
    --color-accent-light-l: 71%;
    --color-accent-lighter: hsl(355, 90%, 81%);
    --color-accent-lighter-h: 355;
    --color-accent-lighter-s: 90%;
    --color-accent-lighter-l: 81%;
    --color-black: hsl(240, 8%, 12%);
    --color-black-h: 240;
    --color-black-s: 8%;
    --color-black-l: 12%;
    --color-white: hsl(0, 0%, 100%);
    --color-white-h: 0;
    --color-white-s: 0%;
    --color-white-l: 100%;
    --color-success-darker: hsl(94, 48%, 36%);
    --color-success-darker-h: 94;
    --color-success-darker-s: 48%;
    --color-success-darker-l: 36%;
    --color-success-dark: hsl(94, 48%, 46%);
    --color-success-dark-h: 94;
    --color-success-dark-s: 48%;
    --color-success-dark-l: 46%;
    --color-success: hsl(94, 48%, 56%);
    --color-success-h: 94;
    --color-success-s: 48%;
    --color-success-l: 56%;
    --color-success-light: hsl(94, 48%, 66%);
    --color-success-light-h: 94;
    --color-success-light-s: 48%;
    --color-success-light-l: 66%;
    --color-success-lighter: hsl(94, 48%, 76%);
    --color-success-lighter-h: 94;
    --color-success-lighter-s: 48%;
    --color-success-lighter-l: 76%;
    --color-error-darker: hsl(355, 90%, 41%);
    --color-error-darker-h: 355;
    --color-error-darker-s: 90%;
    --color-error-darker-l: 41%;
    --color-error-dark: hsl(355, 90%, 51%);
    --color-error-dark-h: 355;
    --color-error-dark-s: 90%;
    --color-error-dark-l: 51%;
    --color-error: hsl(355, 90%, 61%);
    --color-error-h: 355;
    --color-error-s: 90%;
    --color-error-l: 61%;
    --color-error-light: hsl(355, 90%, 71%);
    --color-error-light-h: 355;
    --color-error-light-s: 90%;
    --color-error-light-l: 71%;
    --color-error-lighter: hsl(355, 90%, 81%);
    --color-error-lighter-h: 355;
    --color-error-lighter-s: 90%;
    --color-error-lighter-l: 81%;
    --color-warning-darker: hsl(46, 100%, 41%);
    --color-warning-darker-h: 46;
    --color-warning-darker-s: 100%;
    --color-warning-darker-l: 41%;
    --color-warning-dark: hsl(46, 100%, 51%);
    --color-warning-dark-h: 46;
    --color-warning-dark-s: 100%;
    --color-warning-dark-l: 51%;
    --color-warning: hsl(46, 100%, 61%);
    --color-warning-h: 46;
    --color-warning-s: 100%;
    --color-warning-l: 61%;
    --color-warning-light: hsl(46, 100%, 71%);
    --color-warning-light-h: 46;
    --color-warning-light-s: 100%;
    --color-warning-light-l: 71%;
    --color-warning-lighter: hsl(46, 100%, 81%);
    --color-warning-lighter-h: 46;
    --color-warning-lighter-s: 100%;
    --color-warning-lighter-l: 81%;
    --color-bg: hsl(0, 0%, 100%);
    --color-bg-h: 0;
    --color-bg-s: 0%;
    --color-bg-l: 100%;
    --color-contrast-lower: hsl(0, 0%, 95%);
    --color-contrast-lower-h: 0;
    --color-contrast-lower-s: 0%;
    --color-contrast-lower-l: 95%;
    --color-contrast-low: hsl(240, 1%, 83%);
    --color-contrast-low-h: 240;
    --color-contrast-low-s: 1%;
    --color-contrast-low-l: 83%;
    --color-contrast-medium: hsl(240, 1%, 48%);
    --color-contrast-medium-h: 240;
    --color-contrast-medium-s: 1%;
    --color-contrast-medium-l: 48%;
    --color-contrast-high: hsl(240, 4%, 20%);
    --color-contrast-high-h: 240;
    --color-contrast-high-s: 4%;
    --color-contrast-high-l: 20%;
    --color-contrast-higher: hsl(240, 8%, 12%);
    --color-contrast-higher-h: 240;
    --color-contrast-higher-s: 8%;
    --color-contrast-higher-l: 12%
}

[data-theme] {
    background-color: #fff;
    background-color: var(--color-bg);
    color: #313135;
    color: var(--color-contrast-high)
}

:root {
    --space-unit: 1em;
    --space-xxxxs: calc(0.125*var(--space-unit));
    --space-xxxs: calc(0.25*var(--space-unit));
    --space-xxs: calc(0.375*var(--space-unit));
    --space-xs: calc(0.5*var(--space-unit));
    --space-sm: calc(0.75*var(--space-unit));
    --space-md: calc(1.25*var(--space-unit));
    --space-lg: calc(2*var(--space-unit));
    --space-xl: calc(3.25*var(--space-unit));
    --space-xxl: calc(5.25*var(--space-unit));
    --space-xxxl: calc(8.5*var(--space-unit));
    --space-xxxxl: calc(13.75*var(--space-unit));
    --component-padding: var(--space-md)
}

@supports(--css:variables) {
    @media(min-width: 64rem) {
        :root {
            --space-unit: 1.25em
        }
    }
}


:root {
    --container-width-xs: 37.5rem;
    --container-width-sm: 45rem;
    --container-width-md: 64rem;
    --container-width-lg: 80rem;
    --container-width-xl: 90rem
}


.flex {
    display: -ms-flexbox;
    display: flex
}

.flex>* {
    display: inline-block
}

.flex--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex--column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex--end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex--center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.flex--center-x {
    -ms-flex-pack: center;
    justify-content: center
}

.flex--center-y {
    -ms-flex-align: center;
    align-items: center
}

.flex--space-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex--space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex--space-evenly {
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.flex--grow>* {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex--shrink-none>* {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex--gap>*,
.flex--gap-md>*,
.flex-gap>*,
.flex-gap--md>* {
    margin-right: 1.25rem;
    margin-right: var(--space-md)
}

.flex--gap>*:last-child,
.flex--gap-md>*:last-child,
.flex-gap>*:last-child,
.flex-gap--md>*:last-child {
    margin-right: 0
}

.flex--wrap.flex--gap,
.flex--wrap.flex--gap-md,
.flex--wrap.flex-gap,
.flex--wrap.flex-gap--md {
    margin-bottom: -1.25rem;
    margin-bottom: calc(-1*var(--space-md))
}

.flex--wrap.flex--gap>*,
.flex--wrap.flex--gap-md>*,
.flex--wrap.flex-gap>*,
.flex--wrap.flex-gap--md>* {
    margin-bottom: 1.25rem;
    margin-bottom: var(--space-md)
}

.flex--gap-xxs>*,
.flex-gap--xxs>* {
    margin-right: .375rem;
    margin-right: var(--space-xxs)
}

.flex--gap-xxs>*:last-child,
.flex-gap--xxs>*:last-child {
    margin-right: 0
}

.flex--wrap.flex--gap-xxs,
.flex--wrap.flex-gap--xxs {
    margin-bottom: -.375rem;
    margin-bottom: calc(-1*var(--space-xxs))
}

.flex--wrap.flex--gap-xxs>*,
.flex--wrap.flex-gap--xxs>* {
    margin-bottom: .375rem;
    margin-bottom: var(--space-xxs)
}

.flex--gap-xs>*,
.flex-gap--xs>* {
    margin-right: .5rem;
    margin-right: var(--space-xs)
}

.flex--gap-xs>*:last-child,
.flex-gap--xs>*:last-child {
    margin-right: 0
}

.flex--wrap.flex--gap-xs,
.flex--wrap.flex-gap--xs {
    margin-bottom: -.5rem;
    margin-bottom: calc(-1*var(--space-xs))
}

.flex--wrap.flex--gap-xs>*,
.flex--wrap.flex-gap--xs>* {
    margin-bottom: .5rem;
    margin-bottom: var(--space-xs)
}

.flex--gap-sm>*,
.flex-gap--sm>* {
    margin-right: .75rem;
    margin-right: var(--space-sm)
}

.flex--gap-sm>*:last-child,
.flex-gap--sm>*:last-child {
    margin-right: 0
}

.flex--wrap.flex--gap-sm,
.flex--wrap.flex-gap--sm {
    margin-bottom: -.75rem;
    margin-bottom: calc(-1*var(--space-sm))
}

.flex--wrap.flex--gap-sm>*,
.flex--wrap.flex-gap--sm>* {
    margin-bottom: .75rem;
    margin-bottom: var(--space-sm)
}

.flex--gap-lg>*,
.flex-gap--lg>* {
    margin-right: 2rem;
    margin-right: var(--space-lg)
}

.flex--gap-lg>*:last-child,
.flex-gap--lg>*:last-child {
    margin-right: 0
}

.flex--wrap.flex--gap-lg,
.flex--wrap.flex-gap--lg {
    margin-bottom: -2rem;
    margin-bottom: calc(-1*var(--space-lg))
}

.flex--wrap.flex--gap-lg>*,
.flex--wrap.flex-gap--lg>* {
    margin-bottom: 2rem;
    margin-bottom: var(--space-lg)
}

.flex--gap-xl>*,
.flex-gap--xl>* {
    margin-right: 3.25rem;
    margin-right: var(--space-xl)
}

.flex--gap-xl>*:last-child,
.flex-gap--xl>*:last-child {
    margin-right: 0
}

.flex--wrap.flex--gap-xl,
.flex--wrap.flex-gap--xl {
    margin-bottom: -3.25rem;
    margin-bottom: calc(-1*var(--space-xl))
}

.flex--wrap.flex--gap-xl>*,
.flex--wrap.flex-gap--xl>* {
    margin-bottom: 3.25rem;
    margin-bottom: var(--space-xl)
}

.flex-item--end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.flex-item--grow {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-item--shrink-none {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

:root {
    --radius: 0.25em;
    --shadow-sm: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    --shadow-md: 0 1px 8px rgba(0, 0, 0, .1), 0 8px 24px rgba(0, 0, 0, .15);
    --shadow-lg: 0 1px 8px rgba(0, 0, 0, .1), 0 16px 48px rgba(0, 0, 0, .1), 0 24px 60px rgba(0, 0, 0, .1);
    --transition-bounce: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    --transition-ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
    --transition-ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    --transition-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1)
}

:root {
    --font-primary: sans-serif;
    --text-base-size: 1em;
    --text-scale-ratio: 1.2;
    --text-xs: calc(1em/var(--text-scale-ratio)/var(--text-scale-ratio));
    --text-sm: calc(var(--text-xs)*var(--text-scale-ratio));
    --text-md: calc(var(--text-sm)*var(--text-scale-ratio)*var(--text-scale-ratio));
    --text-lg: calc(var(--text-md)*var(--text-scale-ratio));
    --text-xl: calc(var(--text-lg)*var(--text-scale-ratio));
    --text-xxl: calc(var(--text-xl)*var(--text-scale-ratio));
    --text-xxxl: calc(var(--text-xxl)*var(--text-scale-ratio));
    --body-line-height: 1.4;
    --heading-line-height: 1.2;
    --font-primary-capital-letter: 1
}

@supports(--css:variables) {
    @media(min-width: 64rem) {
        :root {
            --text-base-size: 1.25em;
            --text-scale-ratio: 1.25
        }
    }
}
/*
body {
    font-size: 1em;
    font-size: var(--text-base-size);
    font-family: sans-serif;
    font-family: var(--font-primary);
    color: #313135;
    color: var(--color-contrast-high)
}

h1,
h2,
h3,
h4 {
    color: #1c1c21;
    color: var(--color-contrast-higher);
    line-height: 1.2;
    line-height: var(--heading-line-height)
}
*/
.text--xxxl {
    font-size: 2.48832em;
    font-size: var(--text-xxxl)
}
/*
h1,
.text--xxl {
    font-size: 2.0736em;
    font-size: var(--text-xxl)
}

h2,
.text--xl {
    font-size: 1.728em;
    font-size: var(--text-xl)
}

h3,
.text--lg {
    font-size: 1.44em;
    font-size: var(--text-lg)
}

h4,
.text--md {
    font-size: 1.2em;
    font-size: var(--text-md)
}
*/
.text--sm,
small {
    font-size: .83333em;
    font-size: var(--text-sm)
}

.text--xs {
    font-size: .69444em;
    font-size: var(--text-xs)
}

a, .link {
    color: #386641;
    color: #386641;
    text-decoration: underline
}

mark {
    background-color: hsla(355, 90%, 61%, .2);
    background-color: hsla(var(--color-accent-h), var(--color-accent-s), var(--color-accent-l), 0.2);
    color: inherit
}

strong {
    font-weight: 700
}

s {
    text-decoration: line-through
}

u {
    text-decoration: underline
}

.text--subtle,
.text-component .text--subtle {
    color: #79797c;
    color: var(--color-contrast-medium)
}

.text--inherit,
.text-component .text--inherit {
    color: inherit
}

.text-component {
    --component-body-line-height: calc(var(--body-line-height)*var(--line-height-multiplier, 1));
    --component-heading-line-height: calc(var(--heading-line-height)*var(--line-height-multiplier, 1));
    --line-height-multiplier: 1;
    --text-vspace-multiplier: 1
}

.text-component h1,
.text-component h2,
.text-component h3,
.text-component h4 {
    line-height: 1.2;
    line-height: var(--component-heading-line-height);
    margin-bottom: .25rem;
    margin-bottom: calc(var(--space-xxxs)*var(--text-vspace-multiplier))
}

.text-component h2,
.text-component h3,
.text-component h4 {
    margin-top: .75rem;
    margin-top: calc(var(--space-sm)*var(--text-vspace-multiplier))
}

.text-component p,
.text-component blockquote,
.text-component ul li,
.text-component ol li {
    line-height: 1.4;
    line-height: var(--component-body-line-height);
    color: #313135;
    color: var(--color-contrast-high)
}

.text-component ul,
.text-component ol,
.text-component p,
.text-component blockquote,
.text-component .text-component__block,
.text-component .text-component__img {
    margin-bottom: .75rem;
    margin-bottom: calc(var(--space-sm)*var(--text-vspace-multiplier))
}

.text-component ul,
.text-component ol {
    padding-left: 1em
}

.text-component ul {
    list-style-type: disc
}

.text-component ol {
    list-style-type: decimal
}

.text-component em {
    font-style: italic
}

.text-component blockquote {
    padding-left: 1em;
    border-left: 4px solid #d3d3d4;
    border-left: 4px solid var(--color-contrast-low)
}

.text-component hr {
    background: #d3d3d4;
    background: var(--color-contrast-low);
    height: 1px;
    margin: 2rem auto;
    margin: calc(var(--space-lg)*var(--text-vspace-multiplier)) auto
}

.text-component>*:first-child {
    margin-top: 0
}

.text-component>*:last-child {
    margin-bottom: 0
}

.article.text-component {
    --line-height-multiplier: 1.13;
    --text-vspace-multiplier: 1.2
}

.text-component__block--full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw)
}

.text-component__img {
    text-align: center
}

.text-component__img img {
    display: block;
    margin: 0 auto
}

.text-component__img figcaption {
    text-align: center;
    font-size: .83333em;
    font-size: var(--text-sm);
    color: #79797c;
    color: var(--color-contrast-medium);
    margin-top: .5rem;
    margin-top: var(--space-xs)
}

.text-component__block .text-component__img {
    margin-bottom: 0
}

@media(min-width:37.5rem) {
    .text-component__block--left,
    .text-component__block--right,
    .text-component__img--left,
    .text-component__img--right {
        width: 45%
    }
    .text-component__block--left img,
    .text-component__block--right img,
    .text-component__img--left img,
    .text-component__img--right img {
        width: 100%
    }
    .text-component__block--left,
    .text-component__img--left {
        float: left;
        margin-right: .75rem;
        margin-right: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
    }
    .text-component__block--right,
    .text-component__img--right {
        float: right;
        margin-left: .75rem;
        margin-left: calc(var(--space-sm)*var(--text-vspace-multiplier, 1))
    }
}

@media(min-width:90rem) {
    .text-component__block--outset,
    .text-component__img--outset {
        width: calc(100% + 10.5rem);
        width: calc(100% + 2*var(--space-xxl))
    }
    .text-component__block--outset img,
    .text-component__img--outset img {
        width: 100%
    }
    .text-component__block--outset:not(.text-component__block--right),
    .text-component__img--outset:not(.text-component__img--right) {
        margin-left: -5.25rem;
        margin-left: calc(-1*var(--space-xxl))
    }
    .text-component__block--left,
    .text-component__block--right,
    .text-component__img--left,
    .text-component__img--right {
        width: 50%
    }
    .text-component__block--right.text-component__block--outset,
    .text-component__img--right.text-component__img--outset {
        margin-right: -5.25rem;
        margin-right: calc(-1*var(--space-xxl))
    }
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text--center {
    text-align: center
}

.text--replace {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap
}

:root {
    --icon-xxs: 12px;
    --icon-xs: 16px;
    --icon-sm: 24px;
    --icon-md: 32px;
    --icon-lg: 48px;
    --icon-xl: 64px;
    --icon-xxl: 128px
}

.icon {
    display: inline-block;
    color: #1c1c21;
    color: var(--color-contrast-higher);
    fill: currentColor;
    height: 1em;
    width: 1em;
    line-height: 1
}

.icon--xxs {
    font-size: 12px;
    font-size: var(--icon-xxs)
}

.icon--xs {
    font-size: 16px;
    font-size: var(--icon-xs)
}

.icon--sm {
    font-size: 24px;
    font-size: var(--icon-sm)
}

.icon--md {
    font-size: 32px;
    font-size: var(--icon-md)
}

.icon--lg {
    font-size: 48px;
    font-size: var(--icon-lg)
}

.icon--xl {
    font-size: 64px;
    font-size: var(--icon-xl)
}

.icon--xxl {
    font-size: 128px;
    font-size: var(--icon-xxl)
}

.icon-text {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.icon-text>*:nth-child(2) {
    margin-left: .375rem;
    margin-left: var(--space-xxs)
}

.icon-text .icon {
    color: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.icon-text.icon-text--gap-none>*:nth-child(2) {
    margin-left: 0
}

.icon-text.icon-text--gap-xxxs>*:nth-child(2) {
    margin-left: .25rem;
    margin-left: var(--space-xxxs)
}

.icon-text.icon-text--gap-xxxxs>*:nth-child(2) {
    margin-left: .125rem;
    margin-left: var(--space-xxxxs)
}

.icon-text--space-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.icon--is-spinning {
    -webkit-animation: icon-spin 1s infinite linear;
    animation: icon-spin 1s infinite linear
}

@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.icon use {
    color: inherit;
    fill: currentColor
}

:root {
    --btn-font-size: 1em;
    --btn-sm: calc(var(--btn-font-size) - 0.2em);
    --btn-md: calc(var(--btn-font-size) + 0.2em);
    --btn-lg: calc(var(--btn-font-size) + 0.4em)
}

.btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
    padding: .5em .75em;
    padding: var(--space-xs) var(--space-sm);
    border-radius: .25em;
    font-size: 1em;
    font-size: var(--btn-font-size);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.btn--primary {
    background-color: #2a6df4;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn--subtle {
    color: #1c1c21;
    color: var(--color-contrast-higher);
    border: 1px solid #d3d3d4;
    border: 1px solid var(--color-contrast-low)
}

.btn--accent {
    background-color: #f54251;
    background-color: var(--color-accent);
    color: #fff;
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn--disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .6
}

.btn--sm {
    font-size: .8em;
    font-size: var(--btn-sm)
}

.btn--md {
    font-size: 1.2em;
    font-size: var(--btn-md)
}

.btn--lg {
    font-size: 1.4em;
    font-size: var(--btn-lg)
}

.btn--full-width {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.btn .icon {
    color: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn--icon-text {
    -ms-flex-align: center;
    align-items: center
}

.btn--icon-text>*:nth-child(2) {
    margin-left: .375rem;
    margin-left: var(--space-xxs)
}

.btn--icon {
    padding: .5rem;
    padding: var(--space-xs)
}

.form-control {
    padding: .5em .75em;
    padding: var(--space-xs) var(--space-sm);
    background: #fff;
    background: var(--color-bg);
    border: 2px solid #d3d3d4;
    border: 2px solid var(--color-contrast-low);
    width: 100%
}

.form-control:focus {
    outline: none;
    border-color: #386641;

    /*border-color: var(--color-primary);*/
    --color-shadow: hsla(220, 90%, 56%, 0.2);
    --color-shadow: hsla(var(--color-primary-h), var(--color-primary-s), var(--color-primary-l), 0.2);
    box-shadow: undefined;
    box-shadow: 0 0 0 3px var(--color-shadow)
}

.form-control:focus:focus {
    box-shadow: 0 0 0 3px hsla(220, 90%, 56%, .2);
    box-shadow: 0 0 0 3px var(--color-shadow)
}

.form-control::-webkit-input-placeholder {
    color: #79797c;
    color: var(--color-contrast-medium)
}

.form-control::-moz-placeholder {
    opacity: 1;
    color: #79797c;
    color: var(--color-contrast-medium)
}

.form-control:-ms-input-placeholder {
    color: #79797c;
    color: var(--color-contrast-medium)
}

.form-control:-moz-placeholder {
    color: #79797c;
    color: var(--color-contrast-medium)
}

.form-control[disabled],
.form-control[readonly] {
    cursor: not-allowed
}

.form-control[aria-invalid=true] {
    border-color: #f54251;
    border-color: var(--color-error)
}

.form-control[aria-invalid=true]:focus {
    --color-shadow: hsla(355, 90%, 61%, 0.2);
    --color-shadow: hsla(var(--color-error-h), var(--color-error-s), var(--color-error-l), 0.2);
    box-shadow: undefined;
    box-shadow: 0 0 0 3px var(--color-shadow)
}

.form-control[aria-invalid=true]:focus:focus {
    box-shadow: 0 0 0 3px hsla(355, 90%, 61%, .2);
    box-shadow: 0 0 0 3px var(--color-shadow)
}

.form-legend {
    color: #1c1c21;
    color: var(--color-contrast-higher);
    line-height: 1.2;
    font-size: 1.2em;
    font-size: var(--text-md);
    margin-bottom: .375rem;
    margin-bottom: var(--space-xxs)
}

.form-label {
    display: inline-block;
    font-size: .83333em;
    font-size: var(--text-sm);
    margin-bottom: .25rem;
    margin-bottom: var(--space-xxxs)
}

.form__msg-error {
    background-color: #f54251;
    background-color: var(--color-error);
    color: #fff;
    color: var(--color-white);
    font-size: .83333em;
    font-size: var(--text-sm);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: .5rem;
    padding: var(--space-xs);
    margin-top: .75rem;
    margin-top: var(--space-sm);
    border-radius: .25em;
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px)
}

.form__msg-error::before {
    content: '';
    position: absolute;
    left: .75rem;
    left: var(--space-sm);
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #f54251;
    border-bottom-color: var(--color-error)
}

.form__msg-error--is-visible {
    position: relative;
    clip: auto
}

.radio-list>*,
.checkbox-list>* {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: .375rem;
    margin-bottom: var(--space-xxs)
}

.radio-list>*:last-of-type,
.checkbox-list>*:last-of-type {
    margin-bottom: 0
}

.radio-list label,
.checkbox-list label {
    line-height: 1.4;
    line-height: var(--body-line-height);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio-list input,
.checkbox-list input {
    vertical-align: top;
    margin-right: .25rem;
    margin-right: var(--space-xxxs);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.radio-list.radio-list--inline,
.radio-list.checkbox-list--inline,
.checkbox-list.radio-list--inline,
.checkbox-list.checkbox-list--inline {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -1.25rem;
    margin-bottom: calc(-1*var(--space-md))
}

.radio-list.radio-list--inline>*,
.radio-list.checkbox-list--inline>*,
.checkbox-list.radio-list--inline>*,
.checkbox-list.checkbox-list--inline>* {
    margin: 0 1.25rem 1.25rem 0;
    margin: 0 var(--space-md) var(--space-md) 0
}

:root {
    --zindex-header: 2;
    --zindex-popover: 4;
    --zindex-fixed-element: 5;
    --zindex-overlay: 10
}

@media not all and (min-width:30rem) {
    .display--xs {
        display: none!important
    }
}

@media(min-width:30rem) {
    .hide--xs {
        display: none!important
    }
}

@media not all and (min-width:37.5rem) {
    .display--sm {
        display: none!important
    }
}

@media(min-width:37.5rem) {
    .hide--sm {
        display: none!important
    }
}

@media not all and (min-width:64rem) {
    .display--md {
        display: none!important
    }
}

@media(min-width:64rem) {
    .hide--md {
        display: none!important
    }
}

@media not all and (min-width:80rem) {
    .display--lg {
        display: none!important
    }
}

@media(min-width:80rem) {
    .hide--lg {
        display: none!important
    }
}

@media not all and (min-width:90rem) {
    .display--xl {
        display: none!important
    }
}

@media(min-width:90rem) {
    .hide--xl {
        display: none!important
    }
}

:root {
    --display: block
}

.is-visible {
    display: block!important;
    display: var(--display)!important
}

.is-hidden {
    display: none!important
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0;
    border: 0;
    white-space: nowrap
}

.cd-demo-container {
    width: calc(100% - 2.5rem);
    margin-left: auto;
    margin-right: auto;
    padding: 1.25rem 0;
    max-width: 64rem
}

.cd-demo-container--xxxs {
    max-width: 20rem
}

.cd-demo-container--xxs {
    max-width: 30rem
}

.cd-demo-container--xs {
    max-width: 37.5rem
}

.cd-demo-container--sm {
    max-width: 45rem
}

.cd-demo-container--lg {
    max-width: 80rem
}

.cd-demo-container--full-width {
    width: 100%;
    max-width: none
}

.cd-demo--padding-xl {
    padding: 2rem 0
}

.cd-demo--padding-xxl {
    padding: 3.25rem 0
}

.cd-demo-container--center-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media(min-width:64rem) {
    .cd-demo--padding-xl {
        padding: 3.25rem 0
    }
    .cd-demo--padding-xxl {
        padding: 5.25rem 0
    }
}

.cd-demo-container--is-hidden {
    display: none
}

.cd-demo-font {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif!important
}

.cd-demo-item--is-hidden {
    display: none
}

.cd-demo-item--selected {
    -webkit-animation: demoItemSelected .5s;
    animation: demoItemSelected .5s
}

@-webkit-keyframes demoItemSelected {
    0%,
    50% {
        outline: 2px solid #2a6df4;
        outline: 2px solid var(--color-primary)
    }
    100% {
        outline: 2px solid transparent
    }
}

@keyframes demoItemSelected {
    0%,
    50% {
        outline: 2px solid #2a6df4;
        outline: 2px solid var(--color-primary)
    }
    100% {
        outline: 2px solid transparent
    }
}

.cd-demo__title {
    font-size: 1.2rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif!important;
    margin-bottom: .75rem;
    color: #1c1c21;
    color: var(--color-contrast-higher)
}

.cd-demo-divider {
    height: 1px;
    background-color: #d3d3d4;
    background-color: var(--color-contrast-low);
    margin: 1.25rem 0
}

.cd-demo-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.cd-demo-switch__inner {
    display: -ms-flexbox;
    display: flex
}

.cd-demo-switch__inner button {
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: inherit;
    line-height: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: .875rem;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: .25rem .375rem;
    border: 1px solid #d3d3d4;
    border: 1px solid var(--color-contrast-low);
    color: #1c1c21;
    color: var(--color-contrast-higher)
}

.cd-demo-switch__inner button:focus {
    outline: 2px solid #1c1c21;
    outline: 2px solid var(--color-contrast-higher);
    outline-offset: 2px;
    position: relative;
    z-index: 1
}

.cd-demo-switch__inner button:first-child {
    border-right: none;
    border-radius: 3px 0 0 3px
}

.cd-demo-switch__inner button:last-child {
    border-left: none;
    border-radius: 0 3px 3px 0
}

.cd-demo-switch__inner button.is-selected {
    background-color: #1c1c21;
    background-color: var(--color-contrast-higher);
    color: #fff;
    color: var(--color-bg);
    border-color: #1c1c21;
    border-color: var(--color-contrast-higher)
}

.cd-demo__viewport-size {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 99;
    font-size: .8rem;
    background-color: rgba(255, 255, 255, .92);
    color: rgba(0, 0, 0, .85);
    font-family: -apple-system, BlinkMacSystemFont, Roboto, sans-serif!important
}

.cd-demo-margin-top,
.cd-demo-margin-top--md {
    margin-top: 1.25rem
}

.cd-demo-margin-top--xxxs {
    margin-top: .25rem
}

.cd-demo-margin-top--xxs {
    margin-top: .375rem
}

.cd-demo-margin-top--xs {
    margin-top: .5rem
}

.cd-demo-margin-top--sm {
    margin-top: .75rem
}

.cd-demo-margin-top--lg {
    margin-top: 2rem
}

.cd-demo-margin-top--xl {
    margin-top: 3.25rem
}

.cd-demo-margin-top--xxl {
    margin-top: 5.25rem
}

.cd-demo-margin-top--xxxl {
    margin-top: 8.5rem
}

.cd-demo-margin-bottom,
.cd-demo-margin-bottom--md {
    margin-bottom: 1.25rem
}

.cd-demo-margin-bottom--xxxs {
    margin-bottom: .25rem
}

.cd-demo-margin-bottom--xxs {
    margin-bottom: .375rem
}

.cd-demo-margin-bottom--xs {
    margin-bottom: .5rem
}

.cd-demo-margin-bottom--sm {
    margin-bottom: .75rem
}

.cd-demo-margin-bottom--lg {
    margin-bottom: 2rem
}

.cd-demo-margin-bottom--xl {
    margin-bottom: 3.25rem
}

.cd-demo-margin-bottom--xxl {
    margin-bottom: 5.25rem
}

.cd-demo-margin-bottom--xxxl {
    margin-bottom: 8.5rem
}

.language-picker {
    display: inline-block;
    position: relative
    float: right;
}

.js .language-picker__form {
    display: none
}

.language-picker__button .icon {
    height: 16px;
    width: 16px;
    margin-left: .25rem;
    margin-left: var(--space-xxxs)
}

.language-picker__dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 85px;
    background-color: #fff;
    background-color: var(--color-bg);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 1px 8px rgba(0, 0, 0, .1);
    box-shadow: var(--shadow-sm);
    padding: .375rem 0;
    padding: var(--space-xxs) 0;
    border-radius: .25em;
    z-index: 4;
    z-index: var(--zindex-popover);
    --space-unit: 1rem;
    --space-xxxxs: 0.125rem;
    --space-xxxs: 0.25rem;
    --space-xxs: 0.375rem;
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1.25rem;
    --space-lg: 2rem;
    --space-xl: 3.25rem;
    --space-xxl: 5.25rem;
    --space-xxxl: 8.5rem;
    --space-xxxxl: 13.75rem;
    --component-padding: 1.25rem;
    --component-padding: var(--space-md);
    font-size: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s, -webkit-transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out;
    transition: visibility 0s .2s, opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__button[aria-expanded=true]+.language-picker__dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    transition: opacity .2s, -webkit-transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out;
    transition: opacity .2s, transform .2s ease-out, -webkit-transform .2s ease-out
}

.language-picker__item {
    text-decoration: none;
    padding: .5em 2em .5em 1.25em;
    padding: 3px 3px 4px 10px;
    color: #313135;
    color: var(--color-contrast-high)
}

.language-picker__item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.language-picker__item:hover {
    background-color: #f2f2f2;
    background-color: var(--color-contrast-lower)
}

.language-picker__item[aria-selected=true] {
    position: relative;
    background-color: #2a6df4;
    background-color: var(--color-primary);
    color: #fff;
    color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.language-picker__item[aria-selected=true]::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    right: .75rem;
    right: var(--space-sm);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBvbHlsaW5lIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZmZmZmZmJyBmaWxsPSdub25lJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHBvaW50cz0nMSw5IDUsMTMgMTUsMyAnLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.language-picker__flag {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.language-picker__flag::before {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    content: '';
    height: 16px;
    width: 16px;
    margin-right: .375rem;
    margin-right: var(--space-xxs);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.language-picker__dropdown .language-picker__flag::before {
    margin-right: .5rem;
    margin-right: var(--space-xs)
}

.language-picker__flag--indonesia::before {
    background-image: url('../images/indopng.png');
}

.language-picker__flag--english::before {
    background-image: url(../images/engpng.png);
}

.language-picker__flag--francais::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAxMjA5RicgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNFRjQyMzQnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker__flag--italiano::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0OCA0OCc+PHBhdGggZmlsbD0nIzAwOTM0NScgZD0nTTE2LDQySDJjLTEuMTA1LDAtMi0wLjg5NS0yLTJWOGMwLTEuMTA1LDAuODk1LTIsMi0yaDE0VjQyeicvPjxwYXRoIGZpbGw9JyNDRjJCMzYnIGQ9J000OCw0MGMwLDEuMTA1LTAuODk1LDItMiwySDMyVjZoMTRjMS4xMDUsMCwyLDAuODk1LDIsMlY0MHonLz48cmVjdCB4PScxNicgeT0nNicgZmlsbD0nI0U2RTZFNicgd2lkdGg9JzE2JyBoZWlnaHQ9JzM2Jy8+PC9zdmc+)
}

.language-picker--hide-label .language-picker__button .icon {
    margin-left: 0
}

.language-picker--hide-label .language-picker__button em {
    display: none
}

.language-picker--hide-label .language-picker__button .language-picker__flag::before {
    margin-right: .25rem;
    margin-right: var(--space-xxxs)
}
ul.language-picker__list {
  padding-left: 0px !important;
}
ul.language-picker__list li {
  list-style: none !important;
}
a:hover {
  color: red;
  text-decoration: none !important;
}

a.language-picker__item:hover {
  color: red;
  text-decoration: none !important;
}

.language-picker__item[aria-selected="true"] {
  position: relative;
  background-color: #2a6df4;
  background-color: var(--color-primary);
  color: #fff;
  color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
}

.language-picker__item[aria-selected="false"] {
  text-decoration: none !important;
}

.languageswitchercol {
  padding-top: 19px;
}
.language-picker__item {
  font-size: 12px;
}
ul.language-picker__list {
  margin-bottom: 0 !important;
}
div#language-picker-select-dropdown {
  padding-bottom: 0px !important;
}
button.language-picker__button {
  border: none;
  padding: 4px 0 0 0;
}



@media screen and (min-width: 320px) and (max-width: 991px) {
  button.language-picker__button.btn.btn--subtle {
    padding: 7px 21px 7px 8px;
  }
  .language-picker__item.language-picker__flag {
    padding: 6px 2px 5px 9px !important;
  }
  ul.language-picker__list {
    margin-bottom: 0 !important;
  }
  div#language-picker-select-dropdown {
    padding-bottom: 0px !important;
  }
  .language-picker__item {
    font-size: 11px;
  }
  .language-picker__item[aria-selected="true"]::after {
    height: 12px !important;
    width: 12px !important;
  }
}