/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.our_usp_section .header-spacing {
  max-width: 920px;
}
@media (min-width: 1340px) {
  .our_usp_section .header-spacing .title-64 span::before {
    width: 100%;
    left: 0;
  }
}
.our_usp_section .box_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our_usp_section .box_listing .box_wrapp {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  border-right: 1px solid #000000;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 20%;
    flex: 0 0 20%;
    margin-top: 0;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 1px solid #000000;
  }
}
.our_usp_section .box_listing .box_wrapp .box {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 10px;
  }
}
@media (min-width: 1440px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 20px;
  }
}
.our_usp_section .box_listing .box_wrapp .box span {
  display: block;
  margin-bottom: 0;
  margin-top: 28px;
  font-family: "Recoleta";
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box span {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box img {
    max-width: 40%;
  }
}
.our_usp_section .box_listing .box_wrapp:last-child {
  border-right: 0;
}
.our_usp_section .box_listing.threebox_usp {
  gap: 30px 0;
}
@media (min-width: 768px) {
  .our_usp_section .box_listing.threebox_usp .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing.threebox_usp .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
.our_usp_section .box_listing.threebox_usp .box_wrapp:last-child {
  border-right: 0;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.portfolio_section .d-flex .left {
  max-width: calc(100% - 650px);
  flex: 0 0 calc(100% - 650px);
  padding-right: 50px;
  display: none;
}
.portfolio_section .d-flex .left .header-spacing {
  text-align: left;
}
.portfolio_section .d-flex .left .portfolio_list .list_name {
  padding: 10px;
  border-bottom: 1px solid #212B36;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1200px) {
  .portfolio_section .d-flex .left .portfolio_list .list_name {
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .portfolio_section .d-flex .left .portfolio_list .list_name {
    padding: 20px;
  }
}
.portfolio_section .d-flex .left .portfolio_list .list_name::after {
  content: "";
  position: absolute;
  border: solid #212B36;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  height: 2px;
  width: 2px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.portfolio_section .d-flex .left .portfolio_list .list_name:first-child {
  border-top: 1px solid #212B36;
}
.portfolio_section .d-flex .left .portfolio_list .list_name .title-24 {
  margin-bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.portfolio_section .d-flex .left .portfolio_list .list_name .title-24 span {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Gordita";
}
.portfolio_section .d-flex .left .portfolio_list .list_name.current .title-24 {
  color: #FC7D2F;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.portfolio_section .d-flex .left .portfolio_list .list_name.current::after {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #FC7D2F;
}
@media (min-width: 992px) {
  .portfolio_section .d-flex .left {
    display: block;
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .portfolio_section .d-flex .left {
    max-width: calc(100% - 580px);
    flex: 0 0 calc(100% - 580px);
  }
}
@media (min-width: 1440px) {
  .portfolio_section .d-flex .left {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
.portfolio_section .d-flex .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .portfolio_section .d-flex .right {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .portfolio_section .d-flex .right {
    max-width: 580px;
    flex: 0 0 580px;
  }
}
@media (min-width: 1440px) {
  .portfolio_section .d-flex .right {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
.portfolio_section .d-flex .right .img_list {
  position: relative;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .portfolio_section .d-flex .right .img_list {
    margin: 0;
  }
}
.portfolio_section .d-flex .right .img_list .item {
  padding: 0 10px;
  border-radius: 24px;
}
@media (min-width: 992px) {
  .portfolio_section .d-flex .right .img_list .item {
    position: absolute;
    border: 1px solid #212B36;
    padding: 0;
  }
}
.portfolio_section .d-flex .right .img_list .item img {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-radius: 24px;
  border: 1px solid #212B36;
  width: 100%;
}
@media (min-width: 992px) {
  .portfolio_section .d-flex .right .img_list .item img {
    opacity: 0;
    border: 0;
  }
}
.portfolio_section .d-flex .right .img_list .item .title-24 {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 15px;
}
.portfolio_section .d-flex .right .img_list .item .title-24 span {
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .portfolio_section .d-flex .right .img_list .item .title-24 {
    display: none;
  }
}
.portfolio_section .d-flex .right .img_list .item.current img {
  opacity: 1;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
/*# sourceMappingURL=other-section.css.map */