/* Global */
  /* Open Sans Google Fonts */
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700;800&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  /* Noted
  font-family: 'Open Sans', sans-serif;
  ->light : font-weight: 300;
  ->regular : font-weight: 400;
  ->bold : font-weight: 700;
  ->extra bold: font-weight: 800;
  */
  /* Local Font Style */
  @font-face {
    font-family: "Benton-SansLight";
    src: url(new-fonts/BentonSans\ Light.otf);
    src: local("Benton-SansLight"), url(new-fonts/BentonSans\ Light.otf) format("opentype");
}
  @font-face {
    font-family: "Benton-SansBold";
    src: url(new-fonts/BentonSans\ Bold\ Regular.otf);
    src: local("Benton-SansBold"), url(new-fonts/BentonSans\ Bold\ Regular.otf) format("opentype");
}
  @font-face {
    font-family: "GloriolaLight";
    src: url(new-fonts/Gloriola\ Std\ Light.otf);
    src: local("GloriolaLight"), url(new-fonts/Gloriola\ Std\ Light.otf) format("opentype");
}
  @font-face {
    font-family: "GloriolaSemibold";
    src: url(new-fonts/Gloriola\ Std\ Semibold.otf);
    src: local("GloriolaSemibold"), url(new-fonts/Gloriola\ Std\ Semibold.otf) format("opentype");
}
  @font-face {
    font-family: "KarlaRegular";
    src: url(new-fonts/Karla-Regular.ttf);
    src: local("KarlaRegular"), url(new-fonts/Karla-Regular.ttf) format("truetype");
}
  @font-face {
    font-family: "Amplitude-Regular";
    src: url(new-fonts/Amplitude-Regular.ttf);
    src: local("Amplitude-Regular"), url(new-fonts/Amplitude-Regular.ttf) format("truetype");
}

@font-face {
    font-family: 'MCQGlobalDark_Lt';
    src: local("MCQGlobalDark_Lt"), url(fonts/MCQGlobalDark_Lt.ttf) format("truetype");
    font-display: swap
}
.index-body{
    width: 100%;
}
.index-layout{
    width: 1400px;
    margin: auto;
}

/* .index-layout .cover{
    width: 100%;
    height: 445px;
    background-size: cover;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
} */
.index-layout .cover{
    width: 100%;
    height: 445px;
    background-size: 100%;
    background-position-y: -163px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.separate-gap{
    width: 100%;
    display: inline-block;
    margin-top: 80px;
}
.simple-a-tag{
    color: inherit;
}
.simple-a-tag:hover{
    color: inherit;
    text-decoration: underline;
}
/* End Global */
/* ------------------------------------------------------------------------------- */
/* cover */
.cover-desc{
    margin-bottom:20px;
}
.cover-desc{
    display: flex;
    justify-content: space-between;

}
.cover-big-screen{
    display: flex;
    visibility: hidden;
}
.cover-small-screen{
    display: none;
}
.cover-slogan{
    /* font-family: 'OpenSans-Bold'; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.1;
}
.cover-mid-slogan{
    background-color: #002e6e;
    height: 290px;
    width: 395px;
    padding: 0 20px;
    /* font-family: 'OpenSans-Light'; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: auto 203px;
    margin-bottom: -16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.trusted-mid-slogan{
    height: 335px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* align-items: flex-end; */
    gap: 75px;
}
.cover-mid-slogan-desc{
    text-align: center;
    color: #fff;
    margin-bottom: 1.5em;
    font-size: 16px;
}
.slogan-company-name::after{
    display: block;
    content: " ";
    margin: 1.3rem auto;
    width: 2.5rem;
    border-bottom: 3px solid;
}
.cover-mid-button{
    text-align: center;
    padding: 10px 40px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    width: fit-content;
    user-select: none;
    cursor: pointer;
   
}
.cover-mid-button:hover{
    background-color: #fff;
    color: #002e6e;
}
.our-service-button{
    text-align: center;
    padding: 10px 40px;
    border: 1px solid #3d3935;
    border-radius: 5px;
    color: #3d3935;
    width: fit-content;
    user-select: none;
    cursor: pointer;
    margin: 30px auto;
    display: block;
}
.our-service div.midline-title {
    margin-top: 100px;
}

.our-service-button:hover{
    color:#fff;
    background-color: #3d3935;
}

.index-layout .slogan-cover{
    height:385px;
    background-position-y:-25px;
    
}
.cover-desc-grid-front{
    color: #ffffff;
    cursor: pointer;

}
.cover-desc-grid-front p{
    margin-left: 20px;
    margin-right: 15px;
    width: 230px;
}
.cover-desc-grid-front h1{
    margin-left: 20px;
    margin-right: 15px;
    width: 230px;
    /* font-family: 'OpenSans-Bold'; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
}
.cover-desc-grid-front p{
    /* font-family: 'OpenSans-Regular'; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 12px;
}
.cover-desc-grid-front{
    width: 2px !important;
    border-left: 3px solid #0f8ec7;
    transition: all 1s;
    height: 100%;
    
}
.cover-desc-grid-back{
    width: 100%;
    height: 100%;
}
.cover-desc-grid-front:hover{
    box-shadow: inset 10px 0 0 0 #0f8ec7;
    background-color: #00000093;
    width: 260px !important;
}
/* end cover */
/* ------------------------------------ */
/* Our Service */
.midline-title{
 margin: 1em auto;
 /* max-width: 80%; */
}
.midline-title h1{
    width: 100%;
    white-space: nowrap;
    /* font-family: "Source Sans Pro",sans-serif; */
    /* font-family: 'Amplitude-Regular',sans-serif; */
    text-align: center;
    margin-bottom: 2em;
    color: #767474;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 28px;
    font-weight: 900 !important;
}
.three-grid-box{
    margin: auto 40px;
}
.three-grid-box div.investment-banking, .ma, .brokerage{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height:100%;
    padding: 25px;
    user-select: none;
}

.three-grid-box div.investment-banking p, .ma p, .brokerage p{
    font-family: 'Benton-SansLight';
    font-weight: 300;
    font-size: 15px;
    margin: 0;
}
.three-grid-box div.investment-banking h1, .ma h1, .brokerage h1{
   font-family: 'Benton-SansLight';
   font-weight: 700;
   font-size: 26px;
}

.three-grid-box div.investment-banking h1::after, .ma h1::after, .brokerage h1::after{
    display: block;
    content: " ";
    margin: 1.5rem 0;
    width: 2.3rem;
    border: 1px solid;
}


.three-grid-box div.investment-banking  span, .ma span, .brokerage span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
    width: 100%;
    margin-top: 25px;
}
.three-grid-box div.investment-banking  span a, .ma span a, .brokerage span a{
    float: left;
    cursor: pointer;
    font-family: 'Benton-SansLight';
    font-weight: 700;
}
.three-grid-box div.investment-banking  span a i, .ma span a i, .brokerage span a i{
    margin-left: 10px;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before {
    font-weight: bold !important;
}
.three-grid-box div.investment-banking, .ma{
    color: #fff;
}
.three-grid-box div.investment-banking{
    background-color: #0066b2;
}
.three-grid-box div.ma{
    background-color: #002e6e;
}
.three-grid-box div.brokerage{
    background-color: #cecece;
    color: #000000;
}
/* End Our Service */
/* ----------------------------- */
/* Transaction */
.news-display h1{
    font-weight: 400;
}
.see-more-transaction{
    color: #3d3935;
    text-transform: uppercase;
    padding: 11px 35px;
    border: 1px solid #3d3935;
    font-size: 17px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: "BentonSansRegular",Arial,Helvetica,sans-serif;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    user-select: none;
    border-radius: 6px;
    text-transform: capitalize;

}
.see-more-transaction:hover{
    background-color: #3d3935;
    color: #fff;
}

.news-display .see-more-insight:hover{
    background-color: #3d3935;
    color: #ffffff;
}
.news-display{
   margin: 0 200px;
}

.news-display #transaction-item{
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    border-radius: 7px;
    width: 280px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 40px 10px;
    background-color: #fff;
}
.news-display #transaction-item:last-child{
    margin-right:0px;
}
.news-display #transaction-item .transaction-box{
    font-family: 'GloriolaLight';
    font-weight: bold;
}
.news-display .transaction-hover{
    border-radius: 7px;
}
.news-display .transaction-container{
    margin-top: 35px;
    margin-bottom: 55px;
    justify-content: space-between;
}
.recent-layout{
    display: flex;
    flex-direction: row;
    height: 300px;
    gap: 20px;
}
.recent-layout .recent-logo{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    border-top: 1px solid #ccc;
    padding-top: 30px;

}
.recent-layout .recent-logo .recent-title{
    font-family: "GloriolaSemibold";
    font-size: 30px;
    margin:30px 0;
    text-align: center;
}
.recent-layout .recent-desc .recent-project .project,.service{
    font-size: inherit;
    font-family: inherit;
}
.recent-layout .recent-desc{
    width: 30%;
    border-top: 1px solid #ccc;
    padding-top: 30px;
}
.recent-layout .recent-desc .recent-project,.recent-amount{
    margin: 0px 0 20px 0;
}
.recent-layout .recent-desc .recent-description{
    font-size: 16px;
    color: #4c4c4c;
    letter-spacing: -0.67px;
    line-height: 24px;
    font-family: "KarlaRegular";
}
.recent-layout .recent-desc .recent-amount{
    font-size: 20px;
    font-family: "GloriolaSemibold";
}
.recent-layout .recent-desc-amount{
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   
}
.transaction-pagination-btn .slide-button{
    display: flex;
    flex-direction: row;
    margin-top: 10px;

}
.transaction-pagination-btn{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
}
/* End Transaction */
/* ---------------------------------------------------------- */
/* Insights and News */
.news-display .news-img{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    height: 209px;
}
.news-display .cate-tt a,.news-title a{
    color: #000000;
}

.news-display .cate-tt{
    margin-top: 10px;
}
.news-display .cate-tt a{
    /* font-family: 'Karla-Bold'; */
    color: #187aba;
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
}
.news-display .news-title{
    width: 90%;
}
.news-display .news-title a{
    color: #003865;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2px;
}
.date-2{
    color: #999999;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.4em;
}
.news-display .news-title a:hover{
    color: #7AB1DE;
}
.news-display .news-insight-card{
    height: 290px;
    width: 373px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.colum-news{
    width: 80%;
    border:1px solid grey;
    display: flex;
    flex-direction: row;
    margin: 50px auto;
    padding: 80px 50px;
    gap: 50px;
    align-items: center;
    position: relative;
}
.colum-news .news-img{
    width: 272px;
    height: 100%;
    position: absolute;
}
.colum-news .news-title span{
    font-family: "GloriolaLight";
    font-size:30px;
    font-weight: 400;
}
.quote-sign{
    font-size: 95px;
    position: absolute;
    right: -65px;
    color: #eb6100;
    bottom: -30px;
    transform: rotate(180deg);
}
.quote-sign-2{
    font-size: 95px;
    position: absolute;
    left: -60px;
    color: #eb6100;
    top: 40px;
}
.market-btn{
    color: #eb6100 !important;
}
.swiper-button-prev-trusted ,.swiper-button-next-trusted{
    width: 44px;
}
.colum-news .news-under-pic-title{
    bottom: -35px;
    position: absolute;
    white-space: nowrap;
    color: #187aba;
    font-family: GloriolaRegular;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 4px solid #187aba;
    letter-spacing: 1.1px;
    width: 128%;
}

/* End Insights and News */
/* ------------------------------------------------------ */
/* Header */
#menus{
    height: 100%;
    
}
#menus .en-flag, .kh-flag{
   margin-top:24px;
}
#menus .has-dropdown{
    height: 100%;
}
#menus .has-dropdown a{
    font-size: 18px;
    font-family:"Karla-Bold", sans-serif;
    color: #000000;
    height: 100%;
    display: flex;
    align-items: center;
}
#menus .has-dropdown::after{
    content: '';
    display: block;
    border-bottom: solid 4px #0f8ec7;
    margin-top: -5px ;
    direction: rtl;
    width: 0;
    left: 0;
    -webkit-transition: 1s ease;
    transition: .5s ease;
}
#menus .has-dropdown:hover::after{
    width: 90%;
    padding-left: 12px;
}
#menus .has-dropdown .big-menu{
    top: 70px;
}
/* End Header */

/* swiper */
.slide-button .slide-pagination, .slide-button-next, .slide-button-back{
    padding: 10px 3px;
    background-color: #333;
    color: #fff;
    user-select: none;
    font-family: 'GloriolaLight';
     font-size: 24px;
}
.slide-button .slide-button-next, .slide-button-back{
    border-left: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
}

.slide-button .slide-button-next:hover, .slide-button-back:hover{
   background-color: #000000;
}
.slide-button .slide-button-next:focus, .slide-button-back:focus{
    background-color: #000000;
    outline: 0;
    border: 1px solid #187aba;
    margin-left: 1px;
}
.slide-button .slide-pagination{
 width: auto !important;

}

.slide-button-transaction{
    display: flex;
}

.slide-button-transaction .slide-pagination, .slide-button-next-transaction, .slide-button-back-transaction{
    background-color: transparent;
    background-color: transparent;
    padding: 10px 3px;
}

#slide-pagination-transaction .swiper-pagination-bullet{
 background: #fff;
 border: 1.5px solid #000;
 width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
 height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
}
#slide-pagination-transaction .swiper-pagination-bullet-active{
    background: #000;
}
#slide-pagination-transaction{
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide-button .slide-button-next img, .slide-button-back img{
    width: 18px;
    opacity: .7;
}
/* end swiper */

/* Responsive */
.insight-desktop{
    display: block;
}
.insight-mobile{
    display: none;
}
@media (max-width:1400px) {
    .index-layout{
        width: 100%;
        margin: auto;
    }
    .cover-big-screen{
        display: none;
    }
    .cover-small-screen{
        display: flex;
    }
    /* .cover-desc, .cover-slogan{
        width: 100%;
        padding: 0 10px;
    } */
    .swiper-slide{
        background:transparent !important;
    }
    .news-display .news-layout{
        margin-left: 0px;
    }
    .news-display .transaction-container{
        justify-content: start;
    }
}
@media (max-width: 767px) {
    .cover-desc-grid-front{
        text-align: left;
    }
    .news-display{
        margin-left: 0;
    }

    .news-display .news-insight-card{
        width: 100%;
        height: 100px;
    }
    .news-display .news-insight-card .news-img{
        height: 100% !important;
    }
    .insight-desktop{
        display: none;
    }
    .insight-mobile{
        display: flex;
    }
    .three-grid-box div.investment-banking, .ma, .brokerage{
        min-height:340.5px
    }

    .slogan-container > div {
        padding-top: 40px !important;
    }

    .slogan-container > div .tt1-dest {
        margin-bottom: 32px;
    }
    .cover-slogan {
        margin-top: 179px !important;
    }
    .slide-text {
        left: 20px;
        top: 179px
    }
}
@media (max-width:425px){
    
    .three-grid-box{
        margin: auto 1em;
    }
    .index-layout .cover{
        background-position-x: -360px;
    }
}
/* End Responsive */
/* Email */
.email-sending{
    border: 1px solid #e5e5e5;
    padding: 100px 0;
    margin: 0 auto;
    /* background-image: url(../img/photo_2023-02-27_17-11-01.jpg); */
    background-size: cover;
    background-position-y: -196px;
 }
.email-sending .desc{
    font-family: 'GloriolaLight';
    font-weight: 600;
    font-size: 37px;
    width: 59%;
    padding: 0 50px;
    color: #000;
    text-align: center;
    margin: auto;
    margin-top: 65px;
}
.email-sending .email-input{
    width: 50%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
}
.email-sending .email-input input{
    border-radius: 10px;
    border: 2px solid #d6d6d6;
    font-size: 18px;
    padding: 0 20px;
    transition: .3s;
    height: 64px;
    width: 100%;
    background: #ffffff36;
}
.email-sending .email-input .submit-form{
    position: relative;
    width: 80%;
}
.email-sending .email-input .submit-form label{
    /* font-family: "karlaregular",sans-serif; */
    position: absolute;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: all .1s linear;
    left: 22px;
    top: 0;
    line-height: 64px;
    margin: 0;
    cursor: default;
    user-select: none;
}
.email-sending .email-input .submit-form input:focus + label{
    font-family: "karlaregular",sans-serif;
    color: #fff;
    font-size: 14px;
    left: 22px;
    top: 0;
    line-height: 24px;
}

.email-sending .email-input .submit-form input:focus{
    outline: auto -webkit-focus-ring-color;
    outline-color: #187aba;
}
.email-sending .email-input .sign-up-btn{

    /* font-family: "karlabold",sans-serif; */
    font-size: 18px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    background: #187aba;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #187aba;
    display: block;
    padding: 20px;
    margin-left: 5px;
    height: 64px;
    text-transform: uppercase;
    transition: background-color .3s;
    white-space: nowrap;

}
.email-sending .email-input .sign-up-btn:hover{
    background: #fff;
    color: #187aba;
    border: 1px solid #187aba;
}
/* End Email */
/* trusted*/
.trusted-container{
    transition: opacity ease-out .5s;
    position: relative;
    left: 0;
    top: 0;
    width: 1400px;
    height: auto;
    padding: 0;
    flex: 1 1 100%;
    overflow: auto;
    /* margin: 0 calc((100% - 100vw)/ 2); */
    /* padding: 2.5rem 0 0; */
    max-width: none;
    padding: 4.5rem 0;
    opacity: 1;
    display: flex;
    flex-direction: column;
}
.trusted-container::before{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #efecea;
    -webkit-clip-path: polygon(0 0,calc(100% - 0px) 0,calc(100% - 230px) 100%,0 100%);
    clip-path: polygon(0 0,calc(100% - 270px) 0,calc(100% - 450px) 100%,0 100%);
    content: "";
    display: block;
    z-index: -1;
    /* background-image: url("../img/Asset\ 2@3x.png"); */
    
}
.slide-button-trusted{
    display: flex;
    align-items: center;
    gap: 100px;
    margin-top: 25px;
}
.trusted-inside{
    display: flex;
    justify-content: flex-end;
    height: auto;
}
.trusted-text{
    float: left;
    width: 30%;
    background-color: white;
    padding: 35px;
    margin-right: 20px;
 
    z-index: 1;
    margin-top: 60px;
    min-height: 450px;
    opacity: 0;
    /* transition: margin-right .7s; */
    transition-property: margin-right opacity;
    transition-duration: .5s;
    transition-delay: .8s;
}
.swiper-slide-active .trusted-text{
    margin-right: -150px;
    opacity: 1;

}
.trusted-text h1{
    color: #2e3e80;
    font-family: calluna,serif;
    font-weight: 400;
    transition: background-size .5s ease-out,.5s ease-out color;
    text-decoration: none;
    background: linear-gradient(to right,transparent,transparent),linear-gradient(to right,#8a1e41,#8a1e41);
    background-size: 100% 0.0625rem,0 0.0625rem;
    background-position: 100% 100%,0 100%;
    background-repeat: no-repeat;
    text-transform: capitalize;
}
.trusted-text h1:hover{
    cursor: pointer;
    color: #8a1e41;
    background-size: 0 0.0625rem,100% 0.0625rem;
    text-decoration:none;
}
.trusted-text p{
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #4c4a47;
    
}
.trusted-text a{
    color: #2e3e80;
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .0125rem;
}
.trusted-text a:hover{
    color:#8a1e41;
}
.trusted-text a .icon{
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: 0 0 0.75rem;
    margin: 0 .5rem 0 0;
    transition-property: fill transform;
    transition-duration: .2s;
    fill: #cc9f53;
    margin-bottom: 2px;
}
.trusted-text a:hover .icon{
   transform: translateX(.5rem);
}
.trusted-text a:hover .icon{
    fill: #8a1e41;
}
.trusted-text a .text{
    transition: ease-out .2s color;
    width: auto;
    flex: 0 1 auto;

}
.trusted-img{
    float: right;
    width: 65%;
    height: 458px;
}
.trusted-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1.2s;
    transition-delay:.2s

}
.swiper-slide-active .trusted-img img{
   opacity: 1;
}
.slide-button-back-trusted::after, .slide-button-next-trusted::after{
    transition: fill ease-out .2s;
    color: #ffffff !important;
}
.slide-button-back-trusted, .slide-button-next-trusted{
    top: 40% !important;
}
.slide-button-back-trusted{
    left: var(--swiper-navigation-sides-offset,500px) !important;
}
.slide-button-next-trusted{
    right: var(--swiper-navigation-sides-offset,500px) !important;
}

.over-top-slogan{
    margin-top: -83px;
}
.trusted-inside{
    padding: 45px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #06ab06;
    height: 100%;
    width: 300px;
}
/* end trusted */
/* insight new */
.insight-001{
    color:#333;
}   
.insight-001:hover{
    text-decoration: underline;
    color: inherit;
}
.insight-002{
    align-items: center; 
    justify-content: space-between; 
    background-color:transparent;
}
.insight-003{
    background-color:transparent; 
    min-height: 200px; 
    padding: 20px;
}
.insight-004{
    background-color:#f1f0ef;
    width:100%; 
    height: 300px;
}
.insight-005{
    min-height: 400px;
    margin-bottom: 25px;
}
.insight-006{
    width: 24px;
    height: 25px;
    margin-left: 10px;
}
/* end insight new */

/* Why Us */
.why-us-001{
    text-align: center;
    color: #002e6e;
    font-family: 'GloriolaLight';
    font-size: 24px;

}
.why-us-002{
    text-transform: capitalize; 
    font-family: GloriolaLight; 
    color:#fff; 
    font-size: 30px; 
    line-height: 1; 
    text-align: center;
}
/* end why Us */
/* cover */
.cover-001{
    color: #fff;
    padding: 25px;
    font-size: 48px;
    padding-right: 147px;
    margin: 13% 0 auto 9%;

}
.cover-002{
    justify-content: unset !important;
}
/* end cover */

/* transaction */
.transaction-001{
    gap:30px; 
    /* background-color: #f1f0ef; */
    padding: 40px 0px;
    width: 100%;
    margin: auto;
    margin-bottom: 25px;
}
@media (max-width:1400px){
    .transaction-001{
        width: auto;
    }
}

/* end transaction */

/* about us */
.about-us-001{
  width: 90;
  margin: 0px 5%;
  height: 300px;
  background: linear-gradient(to right,#fff 0,#dddddd 100%);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
 
}
.about-us-004{
    flex-direction: row-reverse;
    background: linear-gradient(to left,#fff 0,#dddddd 100%);
}
.about-us-002{
    background: #012f6e ;
    height: 100%;
    width: 40%;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
    align-items: center;
    font-family:'MCQGlobalDark_Lt', sans-serif !important;
}
.about-us-002 h2 {
    font-family:'MCQGlobalDark_Lt', sans-serif;
}

.about-us-002 a  {
    border: 1px solid;
    padding: 10px 60px;
    color:white;
}
.about-us-003{
    height: 100%;
    width: 60%;
    background-size: cover;
}
/* end of about us */

.flag-box-container-new{
    text-align: left;
    min-height: 365px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    width: unset !important;
    border: none !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    background-color: unset !important;
    color: #808080;
}
.flag-box-container-new h1{
    margin: 15px;
    font-size: 21px;
}
.flag-box-container-new .addr{
    font-size: 13px;
}

#no-flip:hover .frontside{
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
}

.client-click:hover{
    border-bottom: 1px solid;
}
.m-flag-style{
    width: 50px;
    margin-top: 15px;
    margin-right: 15px;
}
.trust-mobile{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 61%;
    z-index: 2;
    width: 100%;
}
.trust-mobile::-webkit-scrollbar {
    width: 2px;
}
.trust-mobile::-webkit-scrollbar-track {
    background-color: transparent;
}
   
  .trust-mobile::-webkit-scrollbar-thumb {
    background: #fff;
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
  }

.my-backside{
    align-items: flex-start !important;
    /* justify-content: flex-start !important; */
 }
.my-backside span{
    color: #fff;
    font-size: 18px;
    /* padding-left: 10px; */
    margin-top: 25px;

 }
 .my-backside p{
    text-align: left !important;
    color:#fff !important; 
    font-size: 18px !important;
    padding: 0 10px;
 }
.private-content{
    margin: 10px 125px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 12px;
    padding: 12px 35px;
}

.container-box {
    background: #012f6e;
}

.coverSwiper .swiper-pagination-bullet-active {
    background: white !important;
}

.slogan-container > div {
    padding-top: 87px;
}