/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/pages/company/company.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
.account-sidebar{
    position: relative;
    display: block;
  }
  
  .account-sidebar .link-box a{
    width: 100%;
    margin-bottom: 50px;
  }
  
  .default-sidebar .widget-title{
    position: relative;
    display: block;
    margin-bottom: 19px;
    padding-left: 18px;
  }
  
  .default-sidebar .widget-title h3{
    font-size: 22px;
    line-height: 32px;
  }
  
  .default-sidebar .widget-title:before{
    position: absolute;
    content: '';
    background: var(--theme-color);
    width: 6px;
    height: 14px;
    left: 0px;
    top: 9px;
    border-radius: 2px;
  }
  
  .default-sidebar .widget-title:after{
    position: absolute;
    content: '';
    background: var(--theme-color);
    width: 2px;
    height: 18px;
    left: 2px;
    top: 7px;
  }
  
  
.account-sidebar .category-widget{
    position: relative;
    background: #e2edea;
    padding: 22px 25px 30px 25px;
    border-radius: 10px;
    margin-bottom: 50px;
  }
  
  .account-sidebar .category-widget .category-list li{
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  
  .account-sidebar .category-widget .category-list li:last-child{
    margin-bottom: 0px;
  }
  
  .account-sidebar .category-widget .category-list li a{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    font-weight: 600;
    color: var(--title-color);
    padding-right: 60px;
  }
  
  .account-sidebar .category-widget .category-list li a span{
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 40px;
    padding: 12px 25px 10px 25px;
    color: var(--title-color);
    transition: all 500ms ease;
  }
  
  .account-sidebar .category-widget .category-list li a:hover span,
  .account-sidebar .category-widget .category-list li a.current span{
    color: #fff;
    background: var(--theme-color);
  }
  
  .account-sidebar .category-widget .category-list li a i{
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 50px;
    line-height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    font-size: 30px;
    color: var(--title-color);
    transition: all 500ms ease;
  }
  
  .account-sidebar .category-widget .category-list li a:hover i,
  .account-sidebar .category-widget .category-list li a.current i{
    color: #fff;
    background: var(--theme-color);
  }
  
  .account-sidebar .download-widget{
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 23px 25px 30px 25px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 50px;
  }
  
  .account-sidebar .download-widget .download-list li{
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  
  .account-sidebar .download-widget .download-list li:last-child{
    margin-bottom: 0px;
  }
  
  .account-sidebar .download-widget .download-list li button{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-family: var(--title-font);
    color: var(--title-color);
    font-weight: 500;
    border: 1px solid #dbe5e2;
    border-radius: 40px;
    padding: 10px 25px 12px 25px;
    text-align: left;
  }
  
  .account-sidebar .download-widget .download-list li button i{
    position: absolute;
    top: 14px;
    right: 22px;
    font-size: 17px;
    color: #acb8b6;
    font-weight: 400;
    transition: all 500ms ease;
  }
  
  .account-sidebar .download-widget .download-list li button:hover i{
    color: var(--theme-color);
  }
  
  .account-sidebar .download-widget{
    margin-bottom: 50px;
  }
  
  .default-sidebar .contact-widget{
    position: relative;
    display: block;
  }
  
  .default-sidebar .contact-widget .widget-content{
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 293px 25px 40px 25px;
  }
  
  .default-sidebar .contact-widget .widget-content .shape-1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 405px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .default-sidebar .contact-widget .widget-content .shape-2{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 396px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .default-sidebar .contact-widget .widget-content h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 11px;
    color: #fff;
  }
  
  .default-sidebar .contact-widget .widget-content h3 span{
    color: var(--theme-color);
  }
  
  .default-sidebar .contact-widget .widget-content p{
    color: #a5b2af;
    margin-bottom: 33px;
  }
  
  .default-sidebar .contact-widget .widget-content .phone{
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: var(--title-color);
    background: #fff;
    border-radius: 40px;
    padding: 14px 20px 14px 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .default-sidebar .contact-widget .widget-content .phone:hover{
    color: var(--theme-color);
  }
  
  .default-sidebar .contact-widget .widget-content .phone span{
    position: relative;
    padding-left: 26px;
  }
  
  .default-sidebar .contact-widget .widget-content .phone span:before{
    position: absolute;
    content: "\f11e";
    font-family: 'flaticon';
    font-size: 16px;
    left: 0px;
    top: -3px;
    color: var(--theme-color);
  }
  
  .default-sidebar .contact-widget .widget-content .theme-btn{
    width: 100%;
    color: #fff;
  }
  
  .platform-section.trader-page-1{
    padding-bottom: 240px;
  }
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/pages/company/about.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/


/** account-details **/

.account-details{
    position: relative;
    padding: 120px 0px 120px 0px;
  }
  
  .account-details-content{
    position: relative;
    display: block;
  }
  
  .account-details-content .content-one h2{
    display: block;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 22px;
  }
  
  .account-details-content .content-one p{
    margin-bottom: 43px;
  }
  
  .account-details-content .content-one .image-box{
    position: relative;
    display: block;
    border-radius: 10px;
  }
  
  .account-details-content .content-one .image-box img{
    width: 100%;
    border-radius: 10px;
  }
  
  .account-details-content .content-one{
    margin-bottom: 60px;
  }
  
  .account-details-content .content-two .text-box{
    margin-bottom: 33px;
    margin-top: -7px;
  }
  
  .account-details-content .content-two .text-box h2{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  
  .account-details-content .content-two .single-item{
    position: relative;
    display: block;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    padding: 16px 30px 22px 30px;
    margin-bottom: 30px;
    overflow: hidden;
  }
  
  .account-details-content .content-two .single-item h4{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: var(--theme-color);
    margin-bottom: 17px;
  }
  
  .account-details-content .content-two .single-item h3{
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 35px 8px 0px;
    margin-bottom: 23px;
    z-index: 1;
  }
  
  .account-details-content .content-two .single-item h3:before{
    position: absolute;
    content: '';
    background: #e2edea;
    width: calc(100% + 30px);
    height: 100%;
    left: -30px;
    top: 0px;
    z-index: -1;
    border-radius: 0px 40px 40px 0px;
  }
  
  .account-details-content .content-two .single-item .overlay-content{
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    padding: 30px 30px 30px 30px;
    z-index: 1;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 150%);
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .account-details-content .content-two .single-item:hover .overlay-content{
    top: 0px;
    opacity: 1;
  }
  
  .account-details-content .content-two .single-item .overlay-content h3{
    color: #fff;
  }
  
  .account-details-content .content-two .single-item .overlay-content h3:before{
    background: var(--theme-color);
  }
  
  .account-details-content .content-two .single-item .overlay-content p{
    color: #a5b2af;
  }
  
  .account-details-content .content-two .scroll-text{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 40px;
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 80%);
    padding: 26px 40px;
    margin-top: 20px;
  }
  
  .account-details-content .content-two .scroll-text .text-list{
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-left 90s linear infinite;
  }
  
  .account-details-content .content-two .scroll-text .text-list li{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #fff;
    font-weight: 600;
    padding-left: 28px;
    margin-right: 40px;
  }
  
  .account-details-content .content-two .scroll-text .text-list li i{
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
    color: var(--theme-color);
  }
  
  .account-details-content .content-two .scroll-text .text-list li:last-child{
    margin: 0px;
  }
  
  .account-details-content .content-two{
    margin-bottom: 52px;
  }
  
  .account-details-content .content-three .text-box{
    margin-bottom: 33px;
  }
  
  .account-details-content .content-three .text-box h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  
  .account-details-content .content-three .tabs-box{
    position: relative;
    display: block;
    background: -webkit-linear-gradient(-90deg, #e2edea 50%, #ffffff 100%);
    border-radius: 10px;
    padding: 40px;
  }
  
  .account-details-content .content-three .tab-inner{
    position: relative;
    padding-left: 310px;
  }
  
  .account-details-content .content-three .tab-btn-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 270px;
  }
  
  .account-details-content .content-three .tab-btns{
    position: relative;
    display: block;
    margin-left: 15px;
  }
  
  .account-details-content .content-three .tab-btns:before{
    position: absolute;
    content: '';
    background: #e7e1e1;
    width: 1px;
    height: calc(100% - 40px);
    left: 0px;
    top: 20px;
  }
  
  .account-details-content .content-three .tab-btns li{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-family: var(--title-font);
    color: #a5b2af;
    font-weight: 600;
    padding: 16px 0px 16px 35px;
    border-bottom: 1px solid #c2d2cd;
    cursor: pointer;
    transition: all 500ms ease;
  }
  
  .account-details-content .content-three .tab-btns li:last-child{
    border-bottom: none;
  }
  
  .account-details-content .content-three .tab-btns li.active-btn{
    color: var(--title-color);
  }
  
  .account-details-content .content-three .tab-btns li:before{
    position: absolute;
    content: "\f11a";
    font-family: 'flaticon';
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #c2d2cd;
    background: #e2edea;
    border-radius: 50%;
    left: -15px;
    top: 15px;
    font-size: 14px;
    color: #c2d2cd;
    transition: all 500ms ease;
  }
  
  .account-details-content .content-three .tab-btns li.active-btn:before{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
  }
  
  .account-details-content .content-three .tabs-content .inner-box{
    position: relative;
    padding-top: 178px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .account-details-content .content-three .tabs-content .inner-box .text-box{
    position: relative;
    display: block;
    padding: 23px 30px;
    z-index: 1;
    margin-bottom: 0px;
  }
  
  .account-details-content .content-three .tabs-content .inner-box .text-box:before{
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-45deg, #132720 50%, #187c59 150%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.95;
    z-index: -1;
  }
  
  .account-details-content .content-three .tabs-content .inner-box .text-box p{
    color: #a5b2af;
    margin-bottom: 16px;
  }
  
  .account-details-content .content-three .tabs-content .inner-box .text-box .list-item li{
    position: relative;
    display: block;
    color: #a5b2af;
    padding-left: 25px;
    margin-bottom: 11px;
  }
  
  .account-details-content .content-three .tabs-content .inner-box .text-box .list-item li:last-child{
    margin-bottom: 0px;
  }
  
  .account-details-content .content-three .tabs-content .inner-box .text-box .list-item li:before{
    position: absolute;
    content: '^';
    left: 0px;
    color: var(--theme-color);
    font-size: 30px;
    top: 7px;
  }
  
  .account-details-content .content-three{
    margin-bottom: 12px;
  }
  
  .account-details-content .content-four .text-box{
    margin-bottom: 32px;
  }
  
  .account-details-content .content-four .text-box h2{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  
  .account-details-content .content-four.faq-section{
    padding: 0px;
  }
  
  .account-details-content .content-four.faq-section .accordion-box .accordion .acc-btn.active{
    background: -webkit-linear-gradient(0deg, #132720 50%, #187c59 100%);
  }
  
  .account-details-content .content-four.faq-section .accordion-box .accordion .acc-btn span{
    position: absolute;
    top: 9px;
    right: 30px;
    font-size: 36px;
    line-height: 46px;
    font-family: var(--title-font);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.15);
  }
  
  .account-details-content .content-four.faq-section .accordion-box .accordion .acc-btn{
    padding-right: 80px;
  }
  
  .account-details-content .content-four.faq-section .accordion-box .accordion.current{
    background: #e2edea;
    border-color: transparent;
  }
  
  .account-details-content .content-four.faq-section .accordion-box .accordion{
    border-color: #dbe5e2;
  }
  
 
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/pages/company/about2.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/



/** about-style-two **/

.about-style-two{
    position: relative;
    padding: 120px 0px 120px 0px;
    background-color: var(--secondary-color-light);
  }
  
  .about-style-two .image-box{
    position: relative;
    display: block;
    /* margin-right: 10px; */
    /* padding-top: 50px; */
    padding-right: 130px;
  }
  
  .about-style-two .image-box:before{
    position: absolute;
    content: '';
    border: 2px dashed #e1dee5;
    border-radius: 50%;
    left: 105px;
    top: -25px;
    width: 515px;
    height: 515px;
  }
  
  .about-style-two .image-box .image{
    position: relative;
    display: block;
    border-radius: 10px;
  }
  
  .about-style-two .image-box .image img{
    width: 100%;
    border-radius: 10px;
  }
  
  .about-style-two .image-box .experience-box{
    position: absolute;
    top: 0px;
    right: 90px;
    width: 240px;
    border-radius: 10px;
    padding: 30px 30px 23px 30px;
    background: var(--theme-color);
  }
  
  .about-style-two .image-box .experience-box .icon-box{
    position: relative;
    display: block;
    margin-bottom: 21px;
  }
  
  .about-style-two .image-box .experience-box h2{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 8px;
  }
  
  .about-style-two .image-box .experience-box h2 span{
    font-size: 24px;
    line-height: 30px;
    font-weight: 200;
  }
  
  .about-style-two .image-box .experience-box h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
  }
  
  .about-style-two .image-box .experience-box .shape{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 127px;
    height: 153px;
    background-repeat: no-repeat;
  }
  
  .about-style-two .image-box .image-content{
    position: absolute;
    right: 0px;
    bottom: 50px;
    width: 330px;
    background: #fff;
    width: 330px;
    border-radius: 10px;
    padding: 24px 30px 22px 30px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.12);
  }
  
  .about-style-two .image-box .image-content h6{
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  
  .about-style-two .image-box .image-content h3{
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: var(--theme-color);
  }
  
  .about-style-two .image-box .image-content p{
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--title-color);
    padding-left: 18px;
  }
  
  .about-style-two .image-box .image-content p i{
    position: absolute;
    left: 0px;
    top: 3px;
    color: #53b764;
    font-size: 18px;
  }
  
  .about-style-two .image-box .image-content .bar{
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
  
  .about-style-two .content-box{
    position: relative;
    display: block;
  }
  
  .about-style-two .content-box .sec-title{
    margin-bottom: 31px;
  }
  
  .about-style-two .content-box .text-box p{
    margin-bottom: 26px;
    text-align: justify;
  }
  
  .about-style-two .content-box .text-box .single-item{
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 43px;
  }
  
  .about-style-two .content-box .text-box .single-item .icon-box{
    position: absolute;
    left: 0px;
    top: 8px;
  }
  
  .about-style-two .content-box .text-box .single-item h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  
  .about-style-two .content-box .text-box .single-item p{
    margin-bottom: 0px;
  }
/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/pages/company/about4.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/


/** about-style-four **/

.about-style-four{
    position: relative;
  }
  
  .about-style-four .inner-box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52px;
  }
  
  .about-style-four .inner-box .text-box{
    max-width: 685px;
  }
  
  .about-style-four .inner-box .award-box .badge{
    position: relative;
    display: block;
    margin-bottom: 14px;
  }
  
  .about-style-four .inner-box .award-box span{
    position: relative;
    display: block;
    font-size: 16px;
  }
  
  .about-style-four .inner-box .text-box p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 42px;
    text-align: justify;
  }
  
  .about-style-four .inner-box .text-box .signature{
    position: relative;
    display: block;
    margin-bottom: 19px;
  }
  
  .about-style-four .inner-box .text-box h5{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
  }
  
  .about-style-four .inner-box .text-box h5 span{
    color: #a79f93;
  }
  
  .about-style-four .sec-title{
    margin-bottom: 38px;
  }
  
  .about-style-four .links-box .links-list{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about-style-four .links-box .links-list li{
    margin-right: 20px;
  }
  
  .about-style-four .links-box .links-list li:last-child{
    margin-right: 0px;
  }
  
  .about-style-four .links-box .links-list li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--title-color);
    background: #f7f0e5;
    padding: 13px 30px 14px 60px;
    border-radius: 40px;
  }
  
  .about-style-four .links-box .links-list li a:hover{
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
  }
  
  .about-style-four .links-box .links-list li a span{
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    line-height: 36px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 300;
    transition: all 400ms ease;
  }
  
  .about-style-four .links-box .links-list li a:hover span{
    background: var(--theme-color);
  }
/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/module-css/statements.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/

/** statements-section **/

.statements-section{
    position: relative;
    padding: 113px 0px 80px 0px;
  }
  
  .statements-block-one .inner-box{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    padding: 201px 15px 22px 15px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
  }
  
  .statements-block-one .inner-box h3{
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
  }
  
  .statements-block-one .inner-box .shape{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .statements-block-two .inner-box{
    position: relative;
    display: block;
    background: #fff;
    padding: 50px 30px 43px 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
  }
  
  .statements-block-two .inner-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 23px;
  }
  
  .statements-block:nth-child(2) .statements-block-two .inner-box:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 20px;
    left: 50%;
    margin-left: -25px;
    bottom: -20px;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 50% 100%, 50% 100%, 0% 0%);
  }
  
  .statements-block:nth-child(3) .statements-block-two .inner-box:before{
    position: absolute;
    content: '';
    background: #fff;
    width: 50px;
    height: 20px;
    left: 50%;
    margin-left: -25px;
    top: -20px;
    -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%, 0% 100%, 0% 0%);
            clip-path: polygon(0% 100%, 50% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  
  .statements-block-three .inner-box{
    position: relative;
    display: block;
    background: var(--theme-color);
    border-radius: 10px;
    padding: 50px 30px 30px 30px;
    margin-bottom: 40px;
  }
  
  .statements-block-three .inner-box .icon-box{
    position: relative;
    display: inline-block;
    margin-bottom: 23px;
  }
  
  .statements-block-three .inner-box h3{
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .statements-block-three .inner-box p{
    color: #fff;
    margin-bottom: 41px;
  }
  
  .statements-block-three .inner-box .list-item{
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 29px 30px;
  }
  
  .statements-block-three .inner-box .list-item li{
    position: relative;
    display: block;
    font-size: 16px;
    color: #6d7270;
    padding-left: 26px;
    text-align: left;
    margin-bottom: 10px;
  }
  
  .statements-block-three .inner-box .list-item li:last-child{
    margin-bottom: 0px;
  }
  
  .statements-block-three .inner-box .list-item li:before{
    position: absolute;
    content: '^';
    left: 0px;
    color: var(--theme-color);
    font-size: 30px;
    top: 8px;
  }
/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/module-css/funfact3.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/


/** funfact-section **/

.funfact-section3{
    position: relative;
  }
  
  .funfact-section3 .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 160px;
    background: #fff;
  }
  
  .funfact-section3 .sec-title{
    margin-bottom: 0px;
    padding: 43px 30px 48px 49px;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    background: #fff;
  }
  
  .funfact-section3 .inner-container{
    position: relative;
    margin: 0px 15px;
  }
  
  .funfact-section3 .single-column{
    padding: 0px;
  }
  
  .funfact-block-one .inner-box{
    position: relative;
    display: block;
    text-align: center;
    padding: 39px 30px 33px 30px;
    border: 1px solid #dbe5e2;
    border-radius: 10px;
    background: #fff;
  }
  
  .funfact-section3 .inner-container .funfact-block-one .inner-box{
    border-left: none;
  }
  
  .funfact-section3 .inner-container .single-column:nth-child(4) .funfact-block-one .inner-box{
    border-left: 1px solid #dbe5e2;
    border-top: none;
  }
  
  .funfact-section3 .inner-container .single-column:nth-child(5) .funfact-block-one .inner-box{
    border-top: none;
  }
  
  
  .tabs-box .tab{
    position:relative;
    display:none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .tabs-box .tab.active-tab{
    display:block;  
  }
  
  .tabs-box .tab{
    transform:scale(0.9,0.9) translateY(0px);
  }
  
  .tabs-box .tab.active-tab{
    transform:scale(1) translateY(0px);
  }
  
  .chart-one.tabs-box .tab{
    transform:scale(1) translateY(0px);
    opacity: 0;
  }
  
  .chart-one.tabs-box .tab.active-tab{
    transform:scale(1) translateY(0px);
    opacity: 1;
  }
  
  .chart-one{
    position: relative;
    width: 100%;
    background: -webkit-linear-gradient(-45deg, #132720, #187c59 100%);
    border-radius: 10px;
    overflow: hidden;
    max-width: 585px;
  }
  
  .chart-one h5{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-top: 30px;
    padding-left: 40px;
  }
  
  .chart-one .content-box{
    position: relative;
    display: block;
  }
  
  .chart-one .content-box .graph-image{
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  
  .chart-one .content-box .graph-image img{
    width: 100%;
  }
  
  .chart-one .tab-btn-box{
    position: absolute;
    left: 40px;
    bottom: 33px;
  }
  
  .chart-one .content-box .text-box{
    position: relative;
    display: block;
    text-align: right;
    padding: 74px 40px 33px 0px;
  }
  
  .chart-one .tab-btn-box .tab-btns{
    position: relative;
    display: flex;
    z-index: 2;
  }
  
  .chart-one .tab-btn-box .tab-btns li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #a5b2af;
    cursor: pointer;
    transition: all 500ms ease;
    margin-right: 22px;
  }
  
  .chart-one .tab-btn-box .tab-btns li:last-child{
    margin-right: 0px !important;
  }
  
  .chart-one .tab-btn-box .tab-btns li.active-btn{
    color: #fff;
  }
  
  .chart-one .tab-btn-box .tab-btns li:before{
    position: absolute;
    content: '';
    background: var(--theme-color);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: -10px;
    transform: scale(0,0);
    transition: all 500ms ease;
  }
  
  .chart-one .tab-btn-box .tab-btns li.active-btn:before{
    transform: scale(1,1);
  }
  
  .chart-one .content-box .text-box h3{
    display: block;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 3px;
  }
  
  .chart-one .content-box .text-box p{
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 18px;
  }
  
  .chart-one .content-box .text-box p i{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 14px;
    color: var(--theme-color);
  }



  

/** funfact-style-three **/

.funfact-style-three{
  position: relative;
  padding: 120px 0px 115px 0px;
}

.funfact-style-three .funfact-block-one .inner-box{
  background: transparent;
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.funfact-style-three .funfact-block-one .inner-box h2{
  color: #fff;
  border-color: rgba(255, 255, 255, 0.15);
}

.funfact-style-three .funfact-block-one .inner-box p{
  color: #ffffff;
}

.funfact-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/assets/css/module-css/featured.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************/

/** featured-section **/

.featured-section{
    position: relative;
    background: #e2edea;
    overflow: hidden;
  }
  
  .featured-section .bg-layer{
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(50% - 105px);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .featured-section .sec-title{
    max-width: 360px;
    width: 100%;
    padding: 390px 0px 110px 0px;
    margin-bottom: 0px;
  }
  
  .featured-section .bg-layer:before{
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.80) 100%);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  
  .featured-section .left-content,
  .featured-section .right-content{
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 730px;
    padding: 15px 0px;
    cursor: all-scroll;
  }
  
  .featured-section ::-webkit-scrollbar {
    display: none !important;
  }
  
  .featured-block-one .inner-box{
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px 30px;
    margin-bottom: 30px;
  }
  
  .featured-block-one .inner-box .clients-logo{
    position: relative;
    display: block;
    margin-bottom: 18px;
  }
  
  .featured-block-one .inner-box p{
    margin-bottom: 23px;
  }
  
  .featured-block-one .inner-box a{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 46px;
    background: #e2edea;
    text-align: center;
    border-radius: 40px;
    font-size: 20px;
    color: var(--title-color);
  }
  
  .featured-block-one .inner-box a:hover{
    background: var(--theme-color);
    color: #fff;
  }
  
  .featured-section .content-box{
    position: relative;
    max-height: 730px;
  }
  
  .featured-section .content-box .right-content{
    padding-top: 30px;
  }
  
  .bx-viewport{
    min-height: 730px !important;
  }
  
