/* SECTION WHAT */
.what {
    padding: 0px 30px;
    position: relative;
    background: #fff;
    overflow: hidden;
    }
    .bg-gray-wrapper {
    background: #fff;
    position: absolute;
    }
    .bg-gray-wrapper.bg-01 {
    left: 0;
    top: 0;
    width: 37.3%;
    height: 650px;
    }
    .bg-gray-wrapper.is-active {
        
    background: #0069ba00;
    }
    .bg-gray-wrapper {
    background: #fff;
    position: absolute;
    }
    .bg-gray-wrapper.bg-01.animation1.is-active:before {
    animation: img-wrap1 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    animation-delay: 1s;
    }
    .what-inner {
    position: relative;
    z-index: 2;
    max-width: 1366px;
    margin: 0 auto;
    }
    .what-lead-wrapper {
    max-width: 1108px;
    margin: 15px auto;
    }
    .what-inner .title-section {
    margin-left: 30px;
    }
    .title-section {
    position: relative;
    line-height: 1;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    }
    .title-section::before {
    display: block;
    content: '';
    background: #000;
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    }
    .what-lead {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.01em;
    padding-left: 30px;
    width: 85%;
    margin-bottom: 70px;
    }
    .what-row.row-01 {
    max-width: 1108px;
    margin: 0 auto 10px;
    }
    .what-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 200px;
    }
    .what-row.row-01 .what-col-image {
    margin-left: -9%;
    }
    .what-col-image {
    width: 41%;
    position: relative;
    z-index: 1;
    }
    .what-col-image-inner {
    position: relative;
    }
  
    .what-col-detail {
    width: 40.5%;
    margin-top: 120px;
    }
    .what-col-title {
    font-size: 35px;
    line-height: 1.8;
    margin-bottom: 18px;
    }
    .what-col-message {
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    margin-bottom: 18px;
    }
    .what-col-text {
    font-size: 15px;
    line-height: 1.55;
    letter-spacing: 0.02em;
    }
    .what-row.row-02 {
    max-width: 1108px;
    margin: 0 auto 10px;
    }
    .what-row.row-02 .what-col-image {
    width: 60%;
    margin-right: -11%;
    order: 1;
    padding-top: 25px;
    }
    .what-col-image {
    width: 41%;
    position: relative;
    z-index: 1;
    }
    .what-col-image-inner {
    position: relative;
    }
    .what-row.row-02 .what-col-num {
    right: auto;
    bottom: auto;
    top: -29%;
    left: 1%;
    }
    .what-row.row-03{
      
        margin: 0 auto 10px;
    }
    .what-col-image.animation2.is-active .what-col-num, .what-col-image.animation4.is-active .what-col-num, .what-col-image.animation5.is-active .what-col-num {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    }
    .what-col-image.animation2 .what-col-num, .what-col-image.animation4 .what-col-num, .what-col-image.animation5 .what-col-num {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
    transition-delay: 1s;
    display:none;
    }
    .what-col-num {
    color: #0068ba;
    font-size: 11.5vw;
    position: absolute;
    right: -10%;
    bottom: -40%;
    }
    .bg-gray-wrapper.bg-02 {
    right: 0;
    bottom: 100px;
    width: 34%;
    height: 900px;
    }
    
    .bg-gray-wrapper.bg-02.animation3.is-active:before {
    animation: img-wrap2 2s cubic-bezier(.4, 0, .2, 1) forwards;
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    }
    .submit-banner-form{
    width: 100%;
    background: #ffffff00;
    border-radius: 50px;
    border: 3px solid #ffffff6b !important;
    margin-top: 10px;
    transition: all 0.25s ease;
    
    }
    .submit-banner-form:hover{
    animation: sdb 2s;
    }
    
    @keyframes img-wrap1 {
    0% {
    width: 100%; 
    transform: translateX(0%); 
    }
    50% {
    width: 50%;
    transform: translateX(50%);
    }
    100% {
    width: 0%;
    left: 100%;
    transform: translateX(100%);
    }
    }
    
    @keyframes img-wrap2 {
    0% {
    width: 100%; 
    }
    50% {
    width: 50%;
    }
    100% {
    width: 0%;
    right: 100%;
    }
    }
    
    .number-inc{
    color: #0068ba;
      text-align: center;
    font-weight: 400;
    padding: 30px;
    }
    .number-animate{
    font-size: 6.5vw;
    font-weight: 400;
    }
    .results {
    background-image: url("https://www.efuturesworld.ca/wp-content/themes/efutures/assets/images/map1.png");
    background-repeat: no-repeat;
    background-position: top 1px left 1px;
    padding: 0px 100px 20px;
    text-align: center;
    background-position: center;
    background-size: cover;
    }
    .results-inner {
    max-width: 1020px;
    margin: 0 auto;
    }
    .results .title-section {
    display: inline-block;
    margin-bottom: 37px;
    }
    .title-section {
    position: relative;
    line-height: 1;
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    }
    .results .title-block {
    margin-bottom: 55px;
    }
    .title-block {
    position: relative;
    line-height: 1;
    font-size: 40px;
    letter-spacing: 0.02em;
    margin-bottom: 40px;
    }
    #header {
        background: url(https://www.efuturesworld.com/wp-content/themes/efutures/img/video-back.jpg) center center / cover no-repeat ;
      }
    
      .jumbotron{
        margin-bottom: 0;
      }
      h1.display-3{
        color: #fff;
        font-weight: 600;
        font-size: 2rem;
      }
      @media (min-width: 320px) and (max-width: 767px) {
        .what-col-detail { 
            margin-top: 30px;
        }

        h1.display-3{
            font-size: 1.5rem;
        }
    }
    footer .footer-top .left a{
        text-decoration: none;
    }
/* CSS */
.button-contact {
  align-items: center;
  appearance: none;
  background-color: #FCFCFD;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#D6D6E7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395A;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.button-contact:focus {
  box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

.button-contact:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-contact:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}




.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none;
}
.accordion-style .card:last-child {
    margin-bottom: 0;
}
.accordion-style .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none;
}
.accordion-style .btn-link {
    color: #0569bd;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 15px 55px;
    text-decoration: none;
}
.row.align-items-center{
    margin-bottom: 150px;
}
.rounded {
    border-radius: 0.25rem !important;
}
.acco-img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border-radius: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9);
}
.accordion-style .btn-link:hover {
    text-decoration: none;
}
.accordion-style .btn-link.collapsed {
    color: #575a7b;
}
.accordion-style .btn-link.collapsed:after {
    content: "+";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    color: #0569bd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.accordion-style .btn-link:after {
    content: "-";
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1rem;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0569bd;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
}
.accordion-style .card-body {
    padding-top: 0px;
    padding-left: 3.5rem;
    padding-bottom: 0;
}
.accordion-style .card-body:before {
    position: absolute;
    content: "";
    border-style: dashed;
    border-width: 0 0 0 1.2px;
    border-color: #0569bd;
    left: 20px;
    top: 0;
    z-index: 1;
    bottom: 0;
}
@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        padding: 15px 40px 15px 55px;
    }
}
@media screen and (max-width: 575px) {
    .accordion-style .btn-link {
        padding: 15px 30px 15px 55px;
    }
}


@media (max-width:379px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
    .results{
        padding: 0px 50px 20px;
    }

    .what-row{
        display: block;
        
    }

    .what-row .what-col-image{
        width: 100%;
        margin: 0;
    }

    .what-col-image img{
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .what-row .what-col-detail{
        width: 100%;
        margin: 30px 0 0 0;
    }

    /* row 1 */
    .what-row.row-01 .what-col-image{
        margin: 0;
    }


    /* row 2 */
    .what-row.row-02 .what-col-image{
        width: 100%;
    }


    /* row 3  */
    .what-row.row-03{
        margin-top: 45px;
        margin-bottom: 80px;
    }
}

@media (max-width:379px) and (orientation: landscape){

}

@media (min-width:380px) and (max-width:767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
    .what-row{
        display: block;
        
    }

    .what-row .what-col-image{
        width: 100%;
        margin: 0;
    }

    .what-col-image img{
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .what-row .what-col-detail{
        width: 100%;
        margin: 30px 0 0 0;
    }

    /* row 1 */
    .what-row.row-01 .what-col-image{
        margin: 0;
    }


    /* row 2 */
    .what-row.row-02 .what-col-image{
        width: 100%;
    }


    /* row 3  */
    .what-row.row-03{
        margin-top: 45px;
        margin-bottom: 80px;
    }

}

@media (min-width:380px) and (max-width:767px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
    .what-row{
        justify-content: center;
        align-items: center;
    }

    .what-row .what-col-image{
        width: 50%;
        margin: 0;
    }

    .what-col-image img{
        max-width: 100%;
        height: auto;
    }

    .what-row .what-col-detail{
        width: 50%;
        margin: 0;
    }


    /* row 1 */
    .what-row.row-01 .what-col-detail{
        padding-left: 36px;
    }

    .what-row.row-01 .what-col-image{
        margin: 0;
    }


    /* row 2 */
    .what-row.row-02 .what-col-detail{
        width: 50%;
        padding-right: 36px;
    }

    .what-row.row-02 .what-col-image{
        width: 50%;
        margin: 0;
    }


    /* row 3 */
    .what-row.row-03 .what-col-detail{
        width: 50%;
        padding-left: 36px;
    }
}

@media (min-width:768px) and (max-width:991px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){
    .what-row{
        justify-content: center;
        align-items: center;
    }

    .what-row .what-col-image{
        width: 50%;
        margin: 0;
    }

    .what-col-image img{
        max-width: 100%;
        height: auto;
    }

    .what-row .what-col-detail{
        width: 50%;
        margin: 0;
    }


    /* row 1 */
    .what-row.row-01 .what-col-detail{
        padding-left: 36px;
    }

    .what-row.row-01 .what-col-image{
        margin: 0;
    }


    /* row 2 */
    .what-row.row-02 .what-col-detail{
        width: 50%;
        padding-right: 36px;
    }

    .what-row.row-02 .what-col-image{
        width: 50%;
        margin: 0;
    }


    /* row 3 */
    .what-row.row-03 .what-col-detail{
        width: 50%;
        padding-left: 36px;
    }

    /* ================================== */
    .acco-img-wraper{
        width: 80%;
    }

    .acco-img{
        width: 100%;
        height: 40vh;
        object-fit: cover;
    }

    .accordion-style{
        width: 80%;
        margin: 0 auto;
    }

    .results .results-inner .number-inc .number span:nth-child(1){
        font-size: 4rem;
    }

}

@media (min-width:768px) and (max-width:991px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
    .what-row{
        justify-content: center;
        align-items: center;
    }

    .what-row .what-col-image{
        width: 50%;
        margin: 0;
    }

    .what-col-image img{
        max-width: 100%;
        height: auto;
    }

    .what-row .what-col-detail{
        width: 50%;
        margin: 0;
    }


    /* row 1 */
    .what-row.row-01 .what-col-detail{
        padding-left: 36px;
    }

    .what-row.row-01 .what-col-image{
        margin: 0;
    }


    /* row 2 */
    .what-row.row-02 .what-col-detail{
        width: 50%;
        padding-right: 36px;
    }

    .what-row.row-02 .what-col-image{
        width: 50%;
        margin: 0;
    }


    /* row 3 */
    .what-row.row-03 .what-col-detail{
        width: 50%;
        padding-left: 36px;
    }

    /* ================================== */
    .acco-img{
        width: 100%;
        height: 120vh;
        object-fit: cover;
    }

    .results .results-inner .number-inc .number span:nth-child(1){
        font-size: 5rem;
    }


}

@media (min-width:992px) and (max-width: 1100px) and (orientation: portrait) {
    

}

@media (min-width:992px) and (max-width: 1100px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2){
    .what-row{
        justify-content: center;
        align-items: center;
    }

    .what-row .what-col-image{
        width: 50%;
        margin: 0;
    }

    .what-col-image img{
        max-width: 100%;
        height: auto;
    }

    .what-row .what-col-detail{
        width: 50%;
        margin: 0;
    }


    /* row 1 */
    .what-row.row-01 .what-col-detail{
        padding-left: 36px;
    }

    .what-row.row-01 .what-col-image{
        margin: 0;
    }


    /* row 2 */
    .what-row.row-02 .what-col-detail{
        width: 50%;
        padding-right: 36px;
    }

    .what-row.row-02 .what-col-image{
        width: 50%;
        margin: 0;
    }


    /* row 3 */
    .what-row.row-03 .what-col-detail{
        width: 50%;
        padding-left: 36px;
    }
}