/*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 */
.case_banner_section .banner_details .title-64 {
  text-align: center;
  margin-bottom: 0;
}
.case_banner_section .banner_image img {
  border-radius: 24px;
  border: 1px solid #212B36;
  width: 100%;
}
@media (min-width: 768px) {
  .case_banner_section .banner_image img {
    position: relative;
    z-index: 1;
  }
}
.case_banner_section .banner_image .banner_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .case_banner_section .banner_image .banner_info {
    margin-top: -30px;
  }
}
.case_banner_section .banner_image .banner_info .box {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 15px 12px;
  border: 1px solid #212B36;
}
@media (min-width: 768px) {
  .case_banner_section .banner_image .banner_info .box {
    max-width: 25%;
    flex: 0 0 25%;
    padding: 40px 10px 10px 10px;
    border-right: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_banner_section .banner_image .banner_info .box:nth-child(odd) {
    border-right: 0;
  }
  .case_banner_section .banner_image .banner_info .box:first-child {
    border-bottom-left-radius: 24px;
  }
  .case_banner_section .banner_image .banner_info .box:nth-child(3) {
    border-bottom-left-radius: 24px;
  }
  .case_banner_section .banner_image .banner_info .box:last-child {
    border-bottom-right-radius: 24px;
  }
}
@media (min-width: 992px) {
  .case_banner_section .banner_image .banner_info .box {
    padding: 50px 15px 20px 15px;
  }
}
@media (min-width: 768px) {
  .case_banner_section .banner_image .banner_info .box:first-child {
    border-bottom-left-radius: 24px;
  }
  .case_banner_section .banner_image .banner_info .box:last-child {
    border-right: 1px solid #212B36;
    border-bottom-right-radius: 24px;
  }
}
.case_banner_section .banner_image .banner_info .box p {
  margin-bottom: 0;
}
.case_banner_section .banner_image .banner_info .box .num {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  font-family: "Recoleta";
  padding-left: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .case_banner_section .banner_image .banner_info .box .num {
    font-size: 24px;
    line-height: 34px;
    padding-left: 25px;
  }
}
.case_banner_section .banner_image .banner_info .box .num::before {
  display: block;
  margin: 0px auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #118d57;
  border-left: 2px solid #118d57;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_banner_section .banner_image .banner_info .box .num::before {
    top: 1px;
    width: 8px;
    height: 8px;
  }
}
.case_banner_section .banner_image .banner_info .box .num::after {
  content: "";
  display: block;
  width: 2px;
  height: 21px;
  background-color: #118d57;
  transform: rotate(45deg);
  left: 2px;
  position: absolute;
  top: 3px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_banner_section .banner_image .banner_info .box .num::after {
    left: 1px;
    top: 1px;
    height: 16px;
  }
}
.case_banner_section .banner_image .banner_info .box .desc {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.case_banner_section .banner_image .banner_info .box .desc::before {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .case_banner_section .banner_image .banner_info .box .desc {
    font-size: 13px;
    line-height: 20px;
  }
}
.overview_section {
  padding-top: 0;
}
.overview_section .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview_section .d-flex .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .overview_section .d-flex .left {
    max-width: 280px;
    flex: 0 0 280px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .overview_section .d-flex .left {
    max-width: 350px;
    flex: 0 0 350px;
  }
}
@media (min-width: 1200px) {
  .overview_section .d-flex .left {
    max-width: 400px;
    flex: 0 0 400px;
  }
}
@media (min-width: 1440px) {
  .overview_section .d-flex .left {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
.overview_section .d-flex .left .title-64 {
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .overview_section .d-flex .left .title-64 {
    margin-bottom: 5px;
  }
}
.overview_section .d-flex .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .overview_section .d-flex .right {
    max-width: calc(100% - 280px);
    flex: 0 0 calc(100% - 280px);
  }
}
@media (min-width: 992px) {
  .overview_section .d-flex .right {
    max-width: calc(100% - 350px);
    flex: 0 0 calc(100% - 350px);
  }
}
@media (min-width: 1200px) {
  .overview_section .d-flex .right {
    max-width: calc(100% - 400px);
    flex: 0 0 calc(100% - 400px);
  }
}
@media (min-width: 1440px) {
  .overview_section .d-flex .right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
  }
}
.overview_section .d-flex .right p {
  font-size: 16px;
  line-height: 28px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .overview_section .d-flex .right p {
    font-size: 14px;
    line-height: 24px;
  }
}
.overview_section .d-flex .right .techno_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 0px) and (max-width: 767px) {
  .overview_section .d-flex .right .techno_box {
    margin-top: 10px;
  }
}
.overview_section .d-flex .right .techno_box .box {
  border-radius: 24px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
  padding: 1px 20px;
  border: 1px solid #212B36;
}
@media (min-width: 768px) {
  .overview_section .d-flex .right .techno_box .box {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    padding: 2px 25px;
  }
}
.overview_section .d-flex .right .review_slider {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f6f3e8;
}
@media (min-width: 992px) {
  .overview_section .d-flex .right .review_slider {
    padding: 30px;
  }
}
@media (min-width: 1025px) {
  .overview_section .d-flex .right .review_slider {
    margin-bottom: 50px;
    padding: 50px;
  }
}
.overview_section .d-flex .right .review_slider .title-18 {
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
}
@media (min-width: 768px) {
  .overview_section .d-flex .right .review_slider .title-18 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .overview_section .d-flex .right .review_slider .title-18 {
    line-height: 30px;
    font-size: 18px;
  }
}
.overview_section .d-flex .right .review_slider .client_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .overview_section .d-flex .right .review_slider .client_details::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/casestudy_quote.svg);
    background-repeat: no-repeat;
    height: 49px;
    width: 67px;
    margin: auto;
    opacity: 0.5;
  }
}
.overview_section .d-flex .right .review_slider .client_details img {
  width: 60px;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .overview_section .d-flex .right .review_slider .client_details img {
    width: 75px;
  }
}
.overview_section .d-flex .right .review_slider .client_details .right {
  max-width: calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  padding-left: 10px;
}
@media (min-width: 992px) {
  .overview_section .d-flex .right .review_slider .client_details .right {
    max-width: calc(100% - 75px);
    flex: 0 0 calc(100% - 75px);
  }
}
.overview_section .d-flex .right .review_slider .client_details .right .title-20 {
  font-weight: 500;
  font-family: "Gordita";
  margin-bottom: 2px;
}
.overview_section .d-flex .right .review_slider .client_details .right .desc {
  font-size: 14px;
  line-height: 26px;
}
.overview_section .d-flex .right .review_slider .video_link {
  margin-bottom: 15px;
}
.overview_section .d-flex .right .review_slider .video_link iframe {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  max-height: 340px;
}
.overview_section .d-flex:last-child {
  padding-bottom: 0;
}
.overview_section .client_review_details {
  padding-bottom: 0;
}
.project_heighlight_section {
  background-color: #222222;
  border-radius: 24px;
}
@media (min-width: 768px) {
  .project_heighlight_section {
    border-radius: 60px;
  }
}
.project_heighlight_section .header-spacing .title-64 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.project_heighlight_section .boxes_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.project_heighlight_section .boxes_wrap .boxes {
  max-width: calc(100% - 24px);
  flex: 0 0 calc(100% - 24px);
  padding: 20px;
}
@media (min-width: 768px) {
  .project_heighlight_section .boxes_wrap .boxes {
    max-width: calc(50% - 24px);
    flex: 0 0 calc(50% - 24px);
  }
}
@media (min-width: 992px) {
  .project_heighlight_section .boxes_wrap .boxes {
    max-width: calc(33.33% - 24px);
    flex: 0 0 calc(33.33% - 24px);
  }
}
.project_heighlight_section .boxes_wrap .boxes img {
  margin-right: 20px;
  width: 60px;
}
@media (min-width: 992px) {
  .project_heighlight_section .boxes_wrap .boxes {
    padding: 30px;
  }
}
.project_heighlight_section .boxes_wrap .boxes .box_content .title-16 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Gordita";
}
@media (min-width: 0px) and (max-width: 767px) {
  .project_heighlight_section .boxes_wrap .boxes .box_content .title-16 {
    font-size: 14px;
    line-height: 24px;
  }
}
.project_heighlight_section .boxes_wrap .boxes .box_content p, .project_heighlight_section .boxes_wrap .boxes .box_content strong {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  font-family: "Gordita";
}
@media (min-width: 0px) and (max-width: 767px) {
  .project_heighlight_section .boxes_wrap .boxes .box_content p, .project_heighlight_section .boxes_wrap .boxes .box_content strong {
    font-size: 14px;
    line-height: 24px;
  }
}
.casestudy_desc_section .desc_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casestudy_desc_section .desc_details .left {
  max-width: 100%;
  flex: 0 0 100%;
  position: sticky;
  top: 80px;
  z-index: 2;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .left {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    top: 90px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .casestudy_desc_section .desc_details .left {
    max-width: calc(100% - 680px);
    flex: 0 0 calc(100% - 680px);
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .casestudy_desc_section .desc_details .left {
    max-width: calc(100% - 820px);
    flex: 0 0 calc(100% - 820px);
    padding-right: 40px;
    top: 110px;
  }
}
@media (min-width: 1200px) {
  .casestudy_desc_section .desc_details .left {
    max-width: calc(100% - 820px);
    flex: 0 0 calc(100% - 820px);
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .casestudy_desc_section .desc_details .left {
    max-width: calc(100% - 870px);
    flex: 0 0 calc(100% - 870px);
    padding-right: 30px;
  }
}
.casestudy_desc_section .desc_details .left .listing_label, .casestudy_desc_section .desc_details .left .label {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 24px;
  background-color: #f6f3e8;
  max-width: 335px;
  border: 1px solid #212B36;
  border-radius: 24px;
}
.casestudy_desc_section .desc_details .left .listing_label li, .casestudy_desc_section .desc_details .left .label li {
  border-bottom: 1px solid #212B36;
}
.casestudy_desc_section .desc_details .left .listing_label li a, .casestudy_desc_section .desc_details .left .label li a {
  padding: 10px 30px 10px 15px;
  display: block;
  position: relative;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .left .listing_label li a, .casestudy_desc_section .desc_details .left .label li a {
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .casestudy_desc_section .desc_details .left .listing_label li a, .casestudy_desc_section .desc_details .left .label li a {
    padding: 15px 28px 15px 15px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .casestudy_desc_section .desc_details .left .listing_label li a, .casestudy_desc_section .desc_details .left .label li a {
    padding: 20px 37px 20px 20px;
  }
}
.casestudy_desc_section .desc_details .left .listing_label li a::after, .casestudy_desc_section .desc_details .left .label li a::after {
  content: "";
  border: solid #212B36;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  position: absolute;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.casestudy_desc_section .desc_details .left .listing_label li a:hover, .casestudy_desc_section .desc_details .left .label li a:hover {
  color: #CF520B;
}
.casestudy_desc_section .desc_details .left .listing_label li a:hover::after, .casestudy_desc_section .desc_details .left .label li a:hover::after {
  border-color: #CF520B;
}
.casestudy_desc_section .desc_details .left .listing_label li:last-child, .casestudy_desc_section .desc_details .left .label li:last-child {
  border-bottom: 0;
}
.casestudy_desc_section .desc_details .left .listing_label li.active a, .casestudy_desc_section .desc_details .left .label li.active a {
  color: #CF520B;
}
.casestudy_desc_section .desc_details .left .listing_label li.active a::after, .casestudy_desc_section .desc_details .left .label li.active a::after {
  border-color: #CF520B;
}
@media (min-width: 0px) and (max-width: 767px) {
  .casestudy_desc_section .desc_details .left .listing_label {
    display: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    margin: 0;
  }
}
.casestudy_desc_section .desc_details .left .label {
  padding: 10px 30px 10px 15px;
  display: block;
  position: relative;
  transition: 0.3s ease-in;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
  border: 0;
}
.casestudy_desc_section .desc_details .left .label::after {
  content: "";
  border: solid #212b36;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  position: absolute;
  transition: 0.3s ease-in;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .left .label {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .casestudy_desc_section .desc_details .left .listing_box {
    margin-bottom: 24px;
    background-color: #f6f3e8;
    border-radius: 24px;
    border: 1px solid #212B36;
  }
  .casestudy_desc_section .desc_details .left .listing_box.active .label {
    background: #ffbda2;
    transition: 0.3s ease-in;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .casestudy_desc_section .desc_details .left .listing_box.active .label::after {
    transform: rotate(45deg);
    transition: 0.3s ease-in;
  }
}
.casestudy_desc_section .desc_details .get_touch {
  max-width: 335px;
  background-color: #222222;
  border-radius: 24px;
  padding: 20px 20px;
}
@media (min-width: 992px) {
  .casestudy_desc_section .desc_details .get_touch {
    padding: 30px 20px;
  }
}
@media (min-width: 1025px) {
  .casestudy_desc_section .desc_details .get_touch {
    padding: 40px 20px;
  }
}
.casestudy_desc_section .desc_details .get_touch .title-32 {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.casestudy_desc_section .desc_details .get_touch.desktop_view {
  display: none;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .get_touch.desktop_view {
    display: block;
  }
}
.casestudy_desc_section .desc_details .get_touch.mobile_view {
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .get_touch.mobile_view {
    display: none;
  }
}
.casestudy_desc_section .desc_details .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .right {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 992px) {
  .casestudy_desc_section .desc_details .right {
    max-width: 680px;
    flex: 0 0 680px;
  }
}
@media (min-width: 1025px) {
  .casestudy_desc_section .desc_details .right {
    max-width: 820px;
    flex: 0 0 820px;
  }
}
@media (min-width: 1200px) {
  .casestudy_desc_section .desc_details .right {
    max-width: 820px;
    flex: 0 0 820px;
  }
}
@media (min-width: 1440px) {
  .casestudy_desc_section .desc_details .right {
    max-width: 870px;
    flex: 0 0 870px;
  }
}
.casestudy_desc_section .desc_details .right .right_side_contant .case_box {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .right .right_side_contant .case_box {
    margin-bottom: 30px;
  }
}
.casestudy_desc_section .desc_details .right .right_side_contant .case_box .title-64 {
  margin-bottom: 10px;
}
.casestudy_desc_section .desc_details .right .right_side_contant .case_box .image_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casestudy_desc_section .desc_details .right .right_side_contant .case_box .image_box_list .image_box {
  padding: 0 5px;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .casestudy_desc_section .desc_details .right .right_side_contant .case_box .image_box_list .image_box {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
.casestudy_desc_section .desc_details .right .right_side_contant .case_box .image_box_list .image_box a {
  display: block;
  position: relative;
}
.casestudy_desc_section .desc_details .right .right_side_contant .case_box .image_box_list .image_box:last-child a .title-64 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  color: #FFFFFF;
  font-family: "Recoleta";
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.71);
}
@media (min-width: 0px) and (max-width: 767px) {
  .casestudy_desc_section .desc_details .right .right_side_contant .case_box:last-child {
    margin-bottom: 0;
  }
}
.casestudy_desc_section .casestudy_form {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 768px) {
  .casestudy_desc_section .casestudy_form {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .casestudy_desc_section .casestudy_form {
    margin-left: 80px;
    margin-right: 80px;
  }
}
.casestudy_desc_section .casestudy_form .header-spacing .title-64 {
  text-align: center;
  margin-bottom: 0;
}
.casestudy_desc_section .casestudy_form .btn_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-flex;
}
.casestudy_desc_section .casestudy_form .btn_wrap .wpcf7-spinner {
  margin: auto;
  margin-left: 10px;
  right: -30px;
}
.casestudy_desc_section .casestudy_form .submit-text-section .submit-text {
  color: #212B36;
  font-size: 12px;
  line-height: normal;
  margin-top: 15px;
}
.casestudy_desc_section .casestudy_form .submit-text-section .submit-text a {
  color: #FC7D2F;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: underline;
}
.casestudy_desc_section .casestudy_form .submit-text-section .submit-text a:hover {
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #CF520B;
  text-decoration: none;
}
/*# sourceMappingURL=casestudy_details.css.map */