/*** Top product page ***/

.wwd_top p {
  max-width: 864px;
  margin: auto;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #B1B3B3;
}
.wwd_top h1 {
  text-align: center;
  font-size: 80px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 15px;
}

/*** ALl Shapes Section ***/
.all_shapes_section {
  padding-top: 160px;
  padding-bottom: 160px;
}
.section_top_bar {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  padding-bottom: 60px;
}
.section_top_bar > div {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.section_top_bar_right p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  max-width: 441.73px;
}
.section_top_bar_right {
  display: flex;
  justify-content: flex-end;
}
.ct_items {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.ct_item {
  flex: 0 0 calc(20% - 2.4px);
  max-width: calc(20% - 2.4px);
}
.ct_item > img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: .85;
  transition: 400ms;
}
.ct_item > img:hover{
    opacity: 1;
}
.ct_item h3 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1E2323;
  margin-bottom: 16px;
  align-items: center;
}
.ct_item h3 img {
  margin-right: 8px;
  max-width: 24px;
}
.ct_item p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  padding-right: 40px;
}


/*** Ct Box   ***/
.ct_box_detail_section {
    padding-bottom: 160px;
}

.ct_box_top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 80px;
    align-items: center;
    justify-content: space-between;
}

.ct_box_top > div {
    flex: 0 0 calc(50% - 10px);
    max-width: 347px;
}

.ct_box_left h2 {
    display: flex;
    align-items: center;
    font-size: 60px;
    line-height: 100%;
/* identical to box height, or 60px */
    letter-spacing: -0.05em;
    color: #1E2323;
}

.ct_box_left h2 img {
    width: 60px;
    margin-right: 20px;
}

.ct_box_left p {
    font-size: 14px;
    line-height: 160%;
/* or 22px */
    letter-spacing: -0.05em;

/* Coal Secondary */
    color: #898D8E;
    margin-top: 60px;
}

.ct_btns {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.ct_box_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct_size_box {margin-bottom: 40px;}

.ct_box_top .ct_box_right {
    flex: 0 0 calc(42% - 10px);
    max-width: calc(35% - 10px);
}

.ct_size_box p:last-child {
    font-size: 40px;
    line-height: 120%;
/* identical to box height, or 48px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #1E2323;
}

.ct_size_box .green {
    font-size: 12px;
    line-height: 160%;
/* or 19px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

/* CTPark primary */
    color: #93C13E;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ct_client_box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
/* or 19px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

/* CTPark primary */
    color: #93C13E;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ct_client_logos {
    gap: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.ct_img_top{
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}
.ct_img_top img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 3px;
}

.ct_box_cols {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.ct_box_img {
    flex: 0 0 calc(33.33% - 2px);
    max-width: calc(33.33% - 2px);
}

.ct_box_img  img {
    height: 292px;
    object-fit: cover;
    border-radius: 0px 0px 4px 4px;
    width: 100%;
}


/*** CTP POrtfolio ***/
.ct_box_detail_section {
    padding-bottom: 160px;
}

.ct_box_top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 80px;
    align-items: center;
    justify-content: space-between;
}

.ct_box_top > div {
    flex: 0 0 calc(50% - 10px);
    max-width: 347px;
}

.ct_box_left h2 {
    display: flex;
    align-items: center;
    font-size: 60px;
    line-height: 100%;
/* identical to box height, or 60px */
    letter-spacing: -0.05em;
    color: #1E2323;
}

.ct_box_left h2 img {
    width: 60px;
    margin-right: 20px;
}

.ct_box_left p {
    font-size: 14px;
    line-height: 160%;
/* or 22px */
    letter-spacing: -0.05em;

/* Coal Secondary */
    color: #898D8E;
    margin-top: 60px;
}

.ct_btns {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.ct_box_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ct_size_box {margin-bottom: 40px;}

.ct_box_top .ct_box_right {
    flex: 0 0 calc(42% - 10px);
    max-width: calc(35% - 10px);
}

.ct_size_box p:last-child {
    font-size: 40px;
    line-height: 120%;
/* identical to box height, or 48px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;
    color: #1E2323;
}

.ct_size_box .green {
    font-size: 12px;
    line-height: 160%;
/* or 19px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

/* CTPark primary */
    color: #93C13E;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ct_client_box p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
/* or 19px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

/* CTPark primary */
    color: #93C13E;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.ct_client_logos {
    gap: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ct_img_top img {
    height: 440px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0px 0px;
    margin-bottom: 3px;
}

.ct_box_cols {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.ct_box_img {
    flex: 0 0 calc(33.33% - 2px);
    max-width: calc(33.33% - 2px);
}

.ct_box_img  img {
    height: 292px;
    object-fit: cover;
    border-radius: 0px 0px 4px 4px;
    width: 100%;
}

.ctp_portfolio_section {
    padding-bottom: 160px;
}

.ctp_port_wrap {
    display: flex;
    flex-wrap: wrap;
}

.ctp_port_right {
    flex: 0 0 380px;
    max-width: 380px;
    margin-left: 40px;
}

.ctp_port_left {
    flex: 0 0 calc(100% - 420px);
    max-width: calc(100% - 420px);
    overflow: hidden;
    border-radius: 8px;
}

.ctp_port_right p {
    font-size: 14px;
    line-height: 160%;
/* or 22px */
    letter-spacing: -0.05em;

/* Coal Secondary */
    color: #898D8E;
    margin: 10px 0px 32px 0px;
}
.ctp_port_left img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 8px;
}
.ctp_port_right h2 {
    font-size: 40px;
}

.ct_box_cta {
  margin-top: 16px;
}
.ct_box_cta a {
  padding: 0px 0px 4px;
  border-bottom: 1px solid #1E2323;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: capitalize;
  color: #1E2323;
}

/*** Standard Video Section ****/
.standard_top {
    text-align: center;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.standard_top h2 {
    max-width: 809px;
}

.standard_vid_featured {
    display: flex;
    flex-wrap: wrap;
}

.standard_vid_featured_right {
    flex: 0 0 447px;
    max-width: 447px;
    margin-left: 75px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.standard_vid_featured_left {
    flex: 0 0 calc(100% - 522px);
    max-width: calc(100% - 522px);
}

div#header-modal-player {
    position: relative;
    padding-top: 56%;
}

div#header-modal-player iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

.fet_video_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.fet_vid_num {
    width: 35px;
    height: 35px;
    background: #B1B3B3;
    border-radius: 50%;
    display: flex;
    font-size: 14px;
    margin-right: 32px;
    line-height: 120%;
/* identical to box height, or 17px */
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
}

.fet_vid_con {
    flex: 0 0 calc(100% - 67px);
    max-width: calc(100% - 67px);
}

.fet_vid_con h3 {
    font-size: 20px;
    line-height: 120%;
/* identical to box height, or 24px */
    letter-spacing: -0.05em;
    color: #1E2323;
}

.fet_vid_con p {
    font-size: 14px;
    line-height: 160%;
/* or 22px */
    letter-spacing: -0.05em;

/* Coal Secondary */
    color: #898D8E;
}

.fet_video_item:last-child {
    margin-bottom: 0px;
}

.standard_vid_items {
    padding-top: 9px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.stand_vid_item {
    flex: 0 0 calc(25% - 6.75px);
    max-width: calc(25% - 6.75px);
}

.stand_vid_it {
    position: relative;
    padding-top: 56%;
}

.stand_vid_it iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

.stand_vid_label {
    line-height: 160%;
/* or 22px */
    display: flex;
    align-items: center;
    letter-spacing: -0.05em;

/* gray */
    color: #5E5E5E;
    padding: 4px 14px 6px;
    background: #FFFFFF;
    position: absolute;
    top: 16px;
    right: 16px;
}

.stand_vid_item_con {
    padding-top: 12px;
}

.stand_vid_item_con h3 {
    font-size: 14px;
    line-height: 120%;
/* identical to box height, or 17px */
    letter-spacing: 0.1em;
    text-transform: capitalize;
    color: #1E2323;
    margin-bottom: 8px;
}

.stand_vid_item_con p {
    font-size: 12px;
    line-height: 160%;
/* or 19px */
    letter-spacing: -0.05em;

/* gray */
    color: #5E5E5E;
    max-width: 276px;
}


/*** Popup ***/

.ct_popup_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
}
.ct_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 8px;
  width: calc(100% - 80px);
  max-width: 1009px;
  margin: 0 auto;
  z-index: 10001;
  border-radius: 8px;
  display: none;
}
.ct_pop_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 27px 35px 23px 44px;
}
.ct_pop_top h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1E2323;
  flex: calc(100% - 186px);
  max-width: calc(100% - 186px);
}
.ct_close {
  flex: 0 0 23px;
  max-width: 23px;
  margin-left: 28px;
  cursor: pointer;
}
.ct_switch_building .btn {
  display: flex;
  padding: 9px 16px;
  border: 1px solid #F6F3EA;
}
.ct_switch_building .btn img {
  margin-left: 8px;
}
.other_buildings {
  flex-direction: column;
  width: 100%;
  padding: 10px;
  border: 1px solid #F6F3EA;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  z-index: 1;
  background: #fff;
  max-height: 200px;
  overflow: auto;
}
.ct_switch_building {
  position: relative;
  flex: 0 0 135px;
  max-width: 135px;
}
.other_buildings a {
  display: block;
  padding: 5px 6px;
}
.ct_popup_content {
  padding: 58px 36px 36px 48px;
  display: flex;
  flex-wrap: wrap;
}
.ct_popup_content_right {
  flex: 0 0 295px;
  max-width: 295px;
  margin-left: 91px;
}
.ct_popup_content_left {
  flex: 0 0 calc(100% - 386px);
  max-width: calc(100% - 386px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ct_popup_content_left h4 {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93C13E;
}
.ct_popup_content_left p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
}
.ct_popup_content_left_bottom .ct_client_logos {
  justify-content: flex-start;
}
.ct_popup_content_right h4 {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93C13E;
  margin-bottom: 11px;
}
.ct_popup_content_right h2 {
  font-size: 32px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #1E2323;
  margin-bottom: 11px;
}
.ct_popup_content_right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.ct_popup_content_right ul li {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  display: ;
  margin-bottom: 11px;
}
.ct_popup_content_right p a {
  font-size: 12px;
  line-height: 150%;
  text-transform: capitalize;
  color: #1E2323;
  padding-bottom: 4px;
  border-bottom: 1px solid #1E2323;
}
.get_off {
  margin-top: 31px;
}
.ct_popup_content_left_bottom {
  padding-top: 30px;
}
.ct_gallery_item {
  max-width: 327px;
}
.ct_gallery_item img {
  max-width: 100%;
}
.get_off a {
  justify-content: center;
}
.ct_box_right {
  position: relative;
}
.ct_box_icon_bg {
  position: absolute;
  right: 0px;
  z-index: -1;
}
.ct_box_icon_bg img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 40vw;
}

.ctp_port_wrap.rev_ct {
  flex-direction: row-reverse;
}
.ctp_port_wrap.rev_ct .ctp_port_right {
  margin-left: 0px;
  margin-right: 40px;
}


/*** FAQ Design ***/
 
.faq_section {
  background: #F6F3EA;
  padding: 150px 0px;
}
.faq_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  align-items: center;
}
.faq_wrap > div {
  flex: 0 0 calc(50% - 50px);
  max-width: calc(50% - 50px);
}
.left_f_img {
  display: flex;
  justify-content: center;
}
.left_f_img img {
  width: 439px;
  height: 600px;
  object-fit: cover;
}
.right_f_c {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.right_ft {
  padding-bottom: 40px;
}
.right_ft h2{
    font-size: 40px;
}
.faq_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq_title h3 {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #1E2323;
}
.faq_arr img {
  max-width: 18px;
}
.faq_item {
  padding: 20px 0px;
  border-bottom: 1px solid #000000;
}
.faq_detail {
  padding-top: 20px;
  display: none;
}
.faq_detail p {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.05em;
  color: #898D8E;
  max-width: 414px;
}
.faq_item.active .faq_detail {
  display: block;
}
.faq_item.active  .faq_arr img {
  transform: rotate(180deg);
}
.st .title {
  font-size: 60px;
}
.ct_img_top img, .ct_box_img img{
    opacity: .85;
    transition: 400ms;
}
.ct_img_top img:hover, .ct_box_img img:hover{
    opacity: 1;
}

@media only screen and (max-width:992px){

  
  .top_portfolio_title h1 {
    font-size: 40px;
  }
  .top_portfolio_title {
    height: 400px;
  }
  .all_shapes_section {
    padding: 50px 0px;
  }
  .section_top_bar > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_top_bar {
    padding-bottom: 30px;
  }
  .ct_item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .ct_box_top .ct_box_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ct_box_top h2 {
    font-size: 32px;
  }
  .ct_box_left h2 img {
    width: 32px;
    margin-right: 8px;
  }
  .ct_box_left p {
    margin-top: 16px;
  }
  .ct_btns {
    padding-top: 16px;
  }
  .ct_box_top .ct_box_right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ct_size_box p:last-child {
    font-size: 32px;
  }
  .ct_box_top {
    padding-bottom: 30px;
  }
  .ct_img_top img {
    height: 400px;
  }
  .ct_box_img img {
    height: 150px;
  }
  .ct_box_detail_section {
    padding-bottom: 50px;
  }
  .ctp_port_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
  }
  .ctp_port_left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .ctp_portfolio_section {
    padding-bottom: 50px;
  }
  .standard_vid_featured_left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .standard_top {
    margin-bottom: 30px;
  }
  .standard_vid_featured_right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .standard_vid_items {
    gap: 20px;
  }
  .stand_vid_item {
    flex: 0 0 100%;
    max-width: 100%;
  }

    .ct_popup_content {
      padding: 20px;
    }
    .ct_popup {
      overflow: auto;
      max-height: 90vh;
    }
    .ct_pop_top {
      position: relative;
      padding: 20px 50px 20px 20px;
    }
    .ct_close {
      position: absolute;
      margin-left: 0px;
      right: 20px;
    }
    .ct_pop_top h3 {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 10px;
    }
    .ct_gallery_item {
      max-width: calc(100% - 30px);
    }
    .ct_popup_content_left {
      flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 20px;
    }
    .ct_popup_content_right {
      margin-left: 0px;
      flex: 0 0 100%;
      max-width: 100%;
    }
    .ct_item p{
        padding-right: 20px;
    }

    .wwd_top.section {
      padding-top: 150px;
    }
    .wwd_top h1 {
      font-size: 40px;
    }
    .wwd_top p {
      font-size: 14px;
    }
    .ctp_port_wrap.rev_ct .ctp_port_right {
      margin-right: 0px;
    }
    .left_f_img img {
      max-width: 100%;
    }
    
    .faq_wrap > div {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .faq_section {
      padding: 50px 0px;
    }
    .ct_items {
        display: none;
    }
    .section_top_bar_right {
      display: flex;
      justify-content: flex-start;
    }
  
}