/*

 Theme Name:   Bricks Child Theme

 Theme URI:    https://bricksbuilder.io/

 Description:  Use this child theme to extend Bricks.

 Author:       Bricks

 Author URI:   https://bricksbuilder.io/

 Template:     bricks

 Version:      1.1

 Text Domain:  bricks

*/
.wpml-ls-current-language {
  font-weight: bold
}

body:not(.home) h2.wp-block-heading.has-text-align-center {
  padding-bottom: 10px;
  background-image: url("/wp-content/uploads/heading_btm.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
/*navigation */
.main-nav ul.bricks-nav-menu > li > a, .main-nav ul.bricks-nav-menu > li > .brx-submenu-toggle > a {
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
}
.main-nav ul.bricks-nav-menu > li > a:before, .main-nav ul.bricks-nav-menu > li > .brx-submenu-toggle > a:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  line-height: 1;
}
.main-nav ul.bricks-nav-menu > li:nth-child(1) > a:before, .main-nav ul.bricks-nav-menu > li:nth-child(1) > .brx-submenu-toggle > a:before {
  background: no-repeat center/contain url("/wp-content/uploads/ico_main_01.svg");
}
.main-nav ul.bricks-nav-menu > li:nth-child(2) > a:before, .main-nav ul.bricks-nav-menu > li:nth-child(2) > .brx-submenu-toggle > a:before {
  background: no-repeat center/contain url("/wp-content/uploads/ico_main_02.svg");
}
.main-nav ul.bricks-nav-menu > li:nth-child(3) > a:before, .main-nav ul.bricks-nav-menu > li:nth-child(3) > .brx-submenu-toggle > a:before {
  background: no-repeat center/contain url("/wp-content/uploads/ico_main_03.svg");
}
.main-nav ul.bricks-nav-menu > li:nth-child(4) > a:before, .main-nav ul.bricks-nav-menu > li:nth-child(4) > .brx-submenu-toggle > a:before {
  background: no-repeat center/contain url("/wp-content/uploads/ico_main_04.svg");
}
/*home */
.home h2.wp-block-heading {
  /* font-size: 4.8rem;*/
}
.home_about {
  background-color: #fff;
  padding: 6rem;
}
.home_solution {
  background-image: url("/wp-content/uploads/home_solution.jpg");
  background-size: cover;
  background-position: right bottom;
  padding: 12rem 0;
}
.home_solution h2 {
  color: #fff;
  position: relative;
  z-index: 3
}
.home_solution h2 strong {
  display: inline-block
}
.home_solution_list .wp-block-column-is-layout-flow {
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  padding: 2rem;
}
.home_solution_list .wp-block-column-is-layout-flow p {
  text-align: left
}
.home_solution .heading_deco {
  margin: auto;
  margin-top: -4.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 1.5rem;
}
.home_solution .heading_deco:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 45rem;
  height: 2.5rem;
  background-color: #ffcc00;
}
.home_solution .heading_deco:after {
  content: "";
  display: block;
  width: 4px;
  height: 6.5rem;
  border-left: 2px dotted #fff;
}
/* visioin */
.vision_col .wp-block-column {
  text-align: center;
}
.vision_col h3 {
  color: #ffcc00;
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding: 0 0.5em;
  margin: auto;
}
.vision_col figure {
  border-radius: 500px;
  padding: 2em;
  margin-top: -2.25em !important;
  border: 4px solid #66cc3380;
}
.vision_col p {
  color: #66cc33;
}
.out_col {
  border: 2px solid #ffcc00;
  padding: 0 2rem 2rem 2rem;
  border-radius: 10px;
}
.out_col h3 {
  margin-top: -0.75em;
}
.out_col h3 strong {
  display: inline-block;
  padding: 0 1em;
  background-color: #fff;
}
.gov_row .wp-block-columns {
  background-color: #369;
  color: #fff;
  border-radius: 10px;
  gap: 0;
}
.gov_row h3 {
  margin: auto;
  padding: 0.5em
}
/*about SAS */
.about-sas-eco {
  justify-content: center
}
.about-sas-eco > .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 1px solid #369;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 1em;
}
.about-sas-eco > .wp-block-column h5 {
  margin-top: -1em
}
.about-sas-eco > .wp-block-column h5 strong {
  padding: 0.35em;
  display: inline-block;
  box-shadow: #00000026 4px 4px 0;
  background: #fff;
  font-weight: normal;
  border: 1px solid #369;
  color: #369;
  font-size: 1.8rem;
}
.about-sas-eco > .wp-block-column ul {
  margin: 1em auto auto;
  padding: 0 0.35em;
  list-style: none
}
.about-sas-eco > .wp-block-column ul li {
  margin-bottom: 0.2em;
  text-align: center;
  font-weight: bold;
}
.about-sas-eco figure {
  text-align: center;
  padding: 0.35em
}
.about-sas-eco figure img {
  max-width: 75px;
  margin: auto
}
.has-right-arrow {
  position: relative
}
.has-right-arrow:after {
  content: ">";
  position: absolute;
  right: -1em;
  top: calc(50% - 1em);
  font-weight: bold;
  font-size: 2em;
  color: #369
}
/* general style */
.justify-content-center {
  justify-content: center !important;
}
.width-auto {
  width: auto !important;
}
.gap-2 {
  gap: 2rem !important;
}
@media (max-width:1024px) {
  .about-sas-eco figure img {
    max-width: 50px;
  }
}
@media (max-width:768px) {
  .home .splide__arrow {
    top: 100%;
    transform: translateY(-100%)
  }
  .wp-block-columns.about-sas-eco {
    gap: 1em;
  }
  .has-right-arrow:after {
    display: none
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile).about-sas-eco > .wp-block-column {
    flex-basis: 45% !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}