/* Font Family */
@font-face {
  font-family: quicksand;
  src: url("./fonts/Quicksand-Regular.ttf");
}

@font-face {
  font-family: quicksand-bold;
  src: url("./fonts/Quicksand-Bold.ttf");
}

@font-face {
  font-family: monotype;
  src: url("./fonts/Mtcorsva.ttf");
}

.quicksand {
  font-family: quicksand;
}

.quicksand-bold {
  font-family: quicksand-bold;
}

.monotype {
  font-family: monotype;
}

body {
  font-family: quicksand-bold;
  background-image: linear-gradient(
    to right,
    rgba(90, 153, 125, 1),
    rgba(90, 153, 125, 0.2),
    rgba(90, 153, 125, 0.2),
    rgba(90, 153, 125, 0.2),
    rgba(90, 153, 125, 1)
  );
}

ul > li {
  list-style: none;
}

.lowercase {
  text-transform: lowercase;
}

/* haeder style */
#main-banner {
  height: 500px;
}

.logo_sbpcon {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -15px;
}

.header-top-item ul {
  margin-bottom: 0 !important;
}
.header-top-item ul > li {
  color: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}

.header-top-item ul > li i {
  color: #669944;
}

.header-top-item ul > li a {
  color: white;
  text-decoration: none;
}

.header-top-item ul > li a:hover {
  color: #669944;
}

.sbpcon-header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  direction: initial;
  min-height: 120px;
}

.header-main ul > li a {
  color: white;
}

.header-main ul > li.nav-item a:hover {
  color: #669944;
  border-bottom: 2px solid #669944;
}

.header-main ul > li a.active {
  color: #669944;
  border-bottom: 2px solid #669944;
}

.header-main .lang ul > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
}

.lang {
  display: none;
}

#about_us h1 {
  font-size: 37px;
  line-height: 46px;
}
#about_us p {
  font-size: 16px;
}
.img-about-us-4 {
  width: 550px;
  height: 400px;
}
.img-sbp-logo {
  width: 180px;
  height: 180px;
}

#services h3 {
  font-size: 30px;
}
#services p {
  font-size: 16px;
}
.icon img {
  width: 85px;
  height: 85px;
}
#accordionSBP h2 img {
  width: 30px;
  height: 40px;
  margin: 5px 10px;
}
#accordionSBP h2 button {
  color: #0f4031;
}
.accordion-button:not(.collapsed) {
  background-image: linear-gradient(to right, #248741, white);
  color: white !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.p220x250 {
  width: 220px;
  height: 250px;
}
.p442x250 {
  width: 442px;
  height: 250px;
}
.p350x410 {
  width: 350px;
  height: 410px;
}

/* Scrollup */
#scrollup {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 99;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: #184033;
  text-align: center;
  cursor: pointer;
  padding: 10px;
}

.bt-slide-in-from-right {
  animation: buttomSlideFromRight 0.3s ease-in;
}

#scrollup i {
  font-size: 30px;
  color: white;
}

#scrollup:hover {
  background-color: white;
  color: #669844;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

#scrollup:hover i {
  color: #669844;
}

@keyframes buttomSlideFromRight {
  0% {
    right: 0px;
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    right: 30px;
    opacity: 1;
  }
}

/* footer */
.footer-fluid {
  /* position: absolute; */
  width: 100%;
  background-color: black;
  color: white;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.footer-fluid > .container {
  padding-top: 70px;
  padding-bottom: 30px;
}

.footer_item ul > li {
  position: relative;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
}

.footer_item ul > li a {
  color: white;
  text-decoration: none;
}

.footer_item #column_2 ul > li:hover > * {
  color: #669944;
}

.footer_item #column_2 ul > li:hover > a {
  border-bottom: 2px solid #669944;
}

.footer_item ul li i:before {
  padding-right: 10px;
}

.footer_item .column_title {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.footer_item .column_title:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: " ";
  width: 100px;
  height: 5px;
  background-color: rgb(102, 153, 51);
}

/* general style */

.item-content > .holder {
  padding: 30px 20px 45px 20px;
  background-color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.item-content {
  padding: 0px 15px;
}

.shadow-hover {
  transition: box-shadow 0.3s;
}

.shadow-hover:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.item-content > .holder > .icon {
  margin-bottom: 20px;
}

.item-content > .holder > .heading {
  margin-bottom: 10px;
}

.item-content > .holder > .heading > .title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 20px;
  color: #010101;
}

.come-from-right {
  animation: come-from-right 0.3s ease-in;
  animation-duration: 0.6s;
}

@keyframes come-from-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.come-from-left {
  animation: come-from-left 0.3s ease-in;
  animation-duration: 0.6s;
}

@keyframes come-from-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.company-start {
  animation: fade-out 1s ease-in-out both;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
  animation-duration: 0.6s;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
  animation-duration: 0.6s;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.zoom-in:hover {
  transform: scale(1.1);
  cursor: pointer;
}

@media only screen and (min-width: 576px) {
  .main-border-right {
    border-right: 5px solid #669944;
  }

  .main-border-left {
    border-left: 5px solid #669944;
  }
}

@media only screen and (max-width: 576px) {
  #main-banner {
    height: 150px;
  }
  #about_us h1 {
    font-size: 25px;
    line-height: 30px;
  }
  #about_us p {
    font-size: 13px;
  }
  .img-about-us-4 {
    width: 315px;
    height: 300px;
  }
  #services h3 {
    font-size: 20px;
  }
  #services p {
    font-size: 13px;
  }
  .icon img {
    width: 65px;
    height: 65px;
  }
  .img-sbp-logo {
    width: 150px;
    height: 150px;
  }
  .p220x250 {
    width: 140px;
    height: 170px;
  }
  .p442x250 {
    width: 334px;
    height: 160px;
  }
  .p350x410 {
    width: 300px;
    height: 360px;
  }
  #completed_project img {
    max-width: 300px;
  }
  .zoom-in:hover {
    transform: scale(1.0);
  }
}

@media only screen and (max-width: 768px) {
  .logo_sbpcon {
    width: 70px;
    height: 70px;
    top: -10px;
  }
  .sbpcon-header {
    min-height: 90px;
  }
  .lang {
    display: inline-block;
  }
  .footer_item .column_title {
    font-size: 17px;
  }
  .footer_item p,
  a,
  span {
    font-size: 14px;
  }
  .footer_item > li {
    font-size: 14px;
  }
  .accordion-button {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .sbpcon-header {
    font-size: 14px;
  }
}

@media only screen and (min-width: 577px) and (max-width: 768px) {
  #main-banner {
    height: 180px;
  }
  #about_us h1 {
    font-size: 27px;
    line-height: 33px;
  }
  #about_us p {
    font-size: 14px;
  }
  .img-about-us-4 {
    width: 335px;
    height: 310px;
  }
  #services h3 {
    font-size: 22px;
  }
  #services p {
    font-size: 14px;
  }
  .icon img {
    width: 75px;
    height: 75px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .logo_sbpcon {
    top: -35px;
  }
  #main-banner {
    height: 250px;
  }
  #about_us h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #about_us p {
    font-size: 15px;
  }
  .img-about-us-4 {
    width: 335px;
    height: 310px;
  }
  #services h3 {
    font-size: 25px;
  }
  #services p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .logo_sbpcon {
    top: -37px;
  }
  #main-banner {
    height: 250px;
  }
  #about_us h1 {
    font-size: 30px;
    line-height: 36px;
  }
  #about_us p {
    font-size: 15px;
  }
  .img-about-us-4 {
    width: 400px;
    height: 350px;
  }
  #services h3 {
    font-size: 27px;
  }
  #services p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1407px) {
  #main-banner {
    height: 320px;
  }
  #about_us h1 {
    font-size: 33px;
    line-height: 40px;
  }
  #about_us p {
    font-size: 16px;
  }
  #services h3 {
    font-size: 30px;
  }
  #services p {
    font-size: 16px;
  }
}
