/* home page css start */

.banner_video video {
    width: 100%;
}

.banner_video_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/home-hero-bg-shape.webp);
    background-size: cover;
}

.video_container {
    height: 100%;
}

.banner_video_inner_block {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.banner_video_text h1 {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin-bottom: 250px;
}

.banner_video_text h1 span {
    display: block;
}

.global_operating_model {
    padding: 52px 0;
}

.gom_block {
    display: flex;
    justify-content: flex-end;
}

.gom_block_inner {
    height: 223px;
    width: 223px;
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #EBEBEB;
    box-shadow: 4px 0px 17px 2px rgba(0, 0, 0, 0.3);
    margin-top: -150px;
    z-index: 1;
    padding: 40px 22px;
    text-align: center;
}

.gom_block_inner span {
    color: #000000;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    position: relative;
}

.gom_block_inner span::after {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%);
    background-color: #2F54DF;
    content: "";
    height: 11px;
    width: 135px;
}

.gom_block_inner p {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 10px;
}

.banner_bottom_line {
    background-color: #2F54DF;
    height: 9px;
}

.reconciliation_block {
    margin-bottom: 70px;
}

.reconciliation_block_holder p {
    color: #202020;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 24px;
}

.reconciliation_block_border {
    border-right: 1px solid #2F54DF;
}

.trusted_investment {
    padding: 80px 0;
    background-color: #E5EAFB;
}

.trusted_investment_right_inner h2 {
    font-size: 45px;
    line-height: 57px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    color: #060606;
}

.trusted_investment_right_inner p {
    margin-top: 17px;
    font-size: 16px;
    line-height: 25px;
    color: #202020;
}

.trusted_investment_button {
    margin-top: 50px;
}

.tib_block {
    padding: 13px 31px;
    background-color: #2F54DF;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    display: inline-block;
    align-items: center;
    color: #fff !important;
}

.tib_block i {
    margin-left: 12px;
    transform: rotate(45deg);
}
.tib_block_hover_block{
  display:inline-block;
  height:50px;
  line-height:50px;
  overflow:hidden;
  position:relative;
  text-align:center;
  background-color: #2F54DF;
  color:#ffffff;
  transition:0.3s;
  font-size:18px;
}
.label-up {
 display:block;
  margin:0px 30px;
  height:100%;
  position:relative;
  top:0%;
  transition:0.3s;
}
.tib_block_hover_block:hover .label-up {
  top:-100%;
  color:#ffffff;
}
.tib_block_hover_block i {
    margin-left: 12px;
    transform: rotate(45deg);
}
.all_articles_block{
     display:inline-block;
  height:50px;
  line-height:50px;
  overflow:hidden;
  position:relative;
  text-align:center;
  background-color: #2F54DF;
  color:#ffffff;
  transition:0.3s;
  font-size:18px;
}
.label-up1 {
 display:block;
  margin:0px 30px;
  height:100%;
  position:relative;
  top:0%;
  transition:0.3s;
}
.all_articles_block:hover .label-up1 {
  top:-100%;
  color:#ffffff;
}
.all_articles_block i {
    margin-left: 12px;
    transform: rotate(45deg);
}
.advantage {
    display: grid;
    grid-template-columns: 1fr .8fr;
    grid-gap: 30px;
}
.active_hover{
    display:none;
}
.reconciliation_block_holder:hover .non_hover{
 display:none;
}
.reconciliation_block_holder:hover .active_hover{
    display:block;
}
.reconciliation_block_holder{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.advantage_left_inner h5 {
    color: #2F54DF;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
}

.advantage_left_inner h5 span {
    width: 90px;
    background-color: #2F54DF;
    height: 1px;
    display: inline-flex;
    margin-left: 13px;
}

.advantage_left_inner h4 {
    margin-top: 8px;
    color: #060606;
    font-size: 45px;
    line-height: 57px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.advantage_left_inner h4 span {
    color: #2F54DF;
}

.advantage_left_inner p {
    margin-top: 16px;
    color: #202020;
    font-size: 16px;
    line-height: 25px;
}

.advantage_left_inner ul {
    margin-top: 42px;
}

.advantage_left_inner ul li {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}

.advantage_left_inner ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../images/home-why-choose-item-icon.webp);
    overflow: auto;
}

.advantage_left_inner ul li:last-child {
    margin-bottom: 0;
}

.advantage_left_inner ul li span {
    display: block;
}

.advantage_left_inner ul li strong {
    font-weight: bolder;
}

.advantage_left {
    height: 100%;
    display: flex;
    align-items: center;
}

.operations_services {
    padding: 74px 0;
    background-image: url(../images/home-service-section-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.operations_services_inner h2 {
    color: #fff;
    font-size: 45px;
    line-height: 57px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.operations_services_slider_block {
    margin-top: 40px;
}

.slider_item {
    background-color: #ffffff;
    margin: 0 15px;
}

.slider_item_right {
    padding: 21px 27px;
    height: 240px;
}

.slider_item_right h5 {
    color: #060606;
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
}

.slider_item_right ul {
    margin-top: 8px;
}

.slider_item_right ul li {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.slider_item_right ul li:last-child {
    margin-bottom: 0;
}

.slider_item_right ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../images/home-service-card-icon.webp);
    overflow: auto;
}

.operations_services_slider_block .owl-carousel .owl-nav.disabled {
    display: block;
    position: absolute;
    top: -100px;
    right: 16px;
}

.slider_icon_left,
.slider_icon_right {
    height: 57px;
    width: 57px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(47, 84, 223, 1);
    color: #fff;
    font-size: 26px;
}

.slider_icon_right {
    margin-left: 17px;
}

.tailored_solutions {
    padding: 85px 0;
}

.tailored_solutions_right {
    text-align: center;
}

.advantage_left_inner h6 {
    margin-top: 12px;
    color: #202020;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
}

.tailored_solutions_left ul {
    margin-top: 44px;
    column-count: 2;
}

.tailored_solutions_left ul li {
    color: #000000;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
}

.tailored_solutions_left ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../images/home-service-card-icon.webp);
    overflow: auto;
}

.tailored_solutions_left_holder {
    display: flex;
    height: 100%;
    align-items: center;
}

.optimize_your {
    background: url(../images/cta-bg-image.webp) fixed 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.optimize_your_inner h6 {
    color: #fff;
    font-size: 45px;
    line-height: 57px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
}

.optimize_your_icon {
    margin-top: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optimize_your_icon_left a span,
.optimize_your_icon_right a span {
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-left: 10px;
    color: #fff;
}

/* .optimize_your_icon_right {
    margin-left: 56px;
} */

.meet_our_experts {
    padding: 74px 0;
    background-color: #E5EAFB;
}

.meet_our_experts_inner h2 {
    text-align: center;
    color: #060606;
    font-family: "Sora", sans-serif;
    font-size: 45px;
    line-height: 57px;
    font-weight: 700;
}

.meet_our_experts_block {
    margin-top: 38px;
}

.meet_our_experts_block:hover img {
    filter: grayscale(100%);
}

.meet_our_experts_block_position {
    position: absolute;
    bottom: 27px;
    width: 100%;
}

.meet_our_experts_block_position ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta_li {
    margin: 0 13px;
}

.meet_our_experts_text {
    margin-top: 30px;
}

.meet_our_experts_text h6 {
    color: #060606;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.meet_our_experts_text p {
    margin-top: 11px;
    color: #202020;
    font-size: 16px;
    line-height: 25px;
}

.our_articles {
    padding: 70px 0;
}

.our_articles_right {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
}

.our_articles_left h2 {
    color: #060606;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 57px;
}

.our_articles_left p {
    margin-top: 14px;
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    ;
}

.our_articles_left p span {
    display: block;
}

.our_articles_block {
    margin-top: 45px;
}

.custom_blog_row div:nth-child(3) .our_articles_block::before {
    display: none;
}

.our_articles_block {
    position: relative;
}

.our_articles_block::before {
    position: absolute;
    top: 0;
    right: -12px;
    content: "";
    height: 375px;
    width: 1px;
    background-color: #202020;
}

.our_articles_block_text h5 {
    color: #060606;
    font-size: 18px;
    line-height: 25px;
    margin-top: 30px;
    font-weight: bold;
}

.our_articles_block_text p {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    margin-top: 11px;
}

/* home page css end */




/* about page css start */
.about_banner {
    padding: 160px 0 344px 0;
    background-image: url(../images/about-hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about_banner_inner h1 {
    color: #fff;
    font-size: 60px;
    line-height: 80px;
    font-family: "Sora", sans-serif;
}

.about_banner_inner p {
    margin-top: 8px;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
}

.about_banner_inner p span {
    display: block;
}

.our_commitment {
    padding: 80px 0;
}

.our_commitment_right {
    display: flex;
    justify-content: flex-end;
}

.our_commitment_left h2 {
    color: #060606;
    font-size: 45px;
    line-height: 57px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.mission_vission {
    margin-top: 18px;
}

.mission_vission {
    display: flex;
}

.mission_vission_left h5 {
    color: #2F54DF;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.mission_vission_right {
    margin-left: 8px;
}

.mission_vission_right p {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
}

.what_sets_us_apart {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.what_sets_us_apart {
    background-color: #E5EAFB;
}

.what_sets_us_apart_right {
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.trusted_across {
    padding: 76px 0;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #ff4500;
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ff4500;
    margin: 0 15px;
}

.trusted_across_heading_section {
    width: 44%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.trusted_across_heading_section h4 {
    color: #060606;
    font-size: 45px;
    line-height: 57px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.trusted_across_heading_section p {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    margin-top: 16px;
}

.trusted_across_block {
    display: flex;
    align-items: center;
    background-color: #FF5912;
    border-radius: 6px;
    padding: 22px;
    margin-top: 30px;
}

.trusted_across_block_right p {
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    margin-left: 18px;
}

.leading_technology {
    padding-top: 78px;
    background-color: #E5EAFB;
}

.leading_technology_left h2 {
    color: #060606;
    font-size: 45px;
    line-height: 57px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.leading_technology_left p,
.global_support p {
    margin-top: 16px;
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    width: 80%;
}

.global_support {
    margin-top: 50px;
}

.global_support_inner {
    display: flex;
    align-items: center;
}

.global_support_inner h4 {
    color: #202020;
    font-size: 22px;
    line-height: 35px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    margin-left: 14px;
}

.advantage_left_inner p {
    width: 80%;
}

/* about page css end */



/* service page css start */
.service_page_banner {
    padding: 100px 0;
    background-image: url(../images/service-hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.service_page_banner_inner h1 {
    color: #ffffff;
    font-size: 60px;
    line-height: 80px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.service_page_banner_inner p {
    margin-top: 8px;
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    width: 55%;
}

.our_core_services {
    padding: 70px 0;
    background-color: #E5EAFB;
}

.our_core_services_inner h2 {
    color: #060606;
    font-size: 45px;
    line-height: 57px;
    text-align: center;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.our_core_block {
    background-color: #F3F3F3;
    margin-top: 40px;
    box-shadow: 2px 1px 17px 0px rgba(0, 0, 0, 0.2);
}

.our_core_block:hover {
    box-shadow: 2px 1px 17px 0px rgba(47, 84, 223, .6);
}

.our_core_block_text {
    padding: 27px;
}

.our_core_block_text h5 {
    color: #060606;
    font-size: 22px;
    line-height: 35px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.our_core_block_text ul li {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    position: relative;
    padding-left: 30px;
}

.our_core_block_text ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: url(../images/home-service-card-icon.webp);
    overflow: auto;
}

.service_button_btn {
    padding: 13px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 18px !important;
    line-height: 25px;
    font-weight: 700;
    background-color: #2F54DF !important;
}

.service_button_btn i {
    margin-left: 12px;
    transform: rotate(45deg);
}

.our_core_block_text ul {
    height: 160px;
}

/* service page css end */



/* blog page css start */
.blog_banner {
    padding: 100px 0;
    background-image: url(../images/blog-hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_banner_inner p {
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}

.blog_page_text h5 {
    font-size: 18px;
    line-height: 25px;
    height: 53px;
}

.blog_page_text p {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    height: 80px;
}

.blog_date_position {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.blog_date_position_right p,
.blog_date_position_left p {
    color: #060606;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
    height: unset;
}

.blog_date_position_left i {
    margin-right: 5px;
    color: #2F54DF;
}

.blog_date_position_right {
    padding-left: 20px;
    position: relative;
}

.blog_date_position_right::before {
    position: absolute;
    top: 4px;
    left: 10px;
    content: "";
    background-color: #060606;
    height: 18px;
    width: 1px;
}

.blog_button {
    border-top: 1px solid #202020;
}

.blog_button_holder {
    padding: 12px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #060606 !important;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.blog_button_holder i {
    margin-left: 12px;
    transform: rotate(45deg);
}

/* blog page css end */


/* blog details page css start */
.blog_details_banner h1 span {
    display: block;
}

.blog_details_banner {
    text-align: center;
}

.blog_details_position {
    justify-content: center;
}

.blog_details_position .blog_date_position_right p,
.blog_details_position .blog_date_position_left p {
    color: #ffffff;
    white-space: nowrap;
}

.blog_details_position .blog_date_position_right::before {
    background-color: #ffffff;
}

.blog_details_banner_inner {
    padding: 100px 0;
    background-image: url(../images/blog-details-hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_details_body {
    padding: 80px 0;
}

.blog_introduction h2 {
    color: #060606;
    font-size: 45px;
    line-height: 57px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}

.blog_introduction p {
    margin-top: 16px;
    color: #202020;
    font-size: 16px;
    line-height: 25px;
}

.blog_introduction {
    padding-bottom: 44px;
    border-bottom: 1px solid #202020;
}

.blog_introduction_bottom {
    padding-top: 44px;
}

.blog_introduction_bottom h5 {
    color: #060606;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 16px;
}

.blog_introduction_bottom p {
    color: #202020;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 30px;
}

.key_insights {
    margin-top: 24px;
    padding: 40px 20px;
    background-color: #2F54DF;
}

.key_insights h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}

.key_insights ul {
    margin-top: 24px;
}

.key_insights ul li {
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 14px;
    position: relative;
    padding-left: 20px;
}

.key_insights ul li::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background-color: #ffffff;
    border-radius: 100%;
    top: 9px;
    left: 0;
}

.key_insights ul li:last-child {
    margin-bottom: 0;
}

/* blog details page css end */


/* contact-us page css start */

.contact_us_banner {
    padding: 100px 0;
    background-image: url(../images/contact-hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.contact_us_from{
    padding: 80px 0;
}
.contact_us_from_left h5{
    color:#060606;
    font-size:32px;
    line-height: 45px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}
.contact_us_from_left_ul ul{
    margin-top:25px;
}
.contact_us_from_left_ul ul li{
    margin-bottom:26px;
}
.contact_us_from_left_ul ul li a i, .contact_us_from_left_ul ul li i{
    color:#2F54DF;
    font-size: 24px;
}
.contact_us_from_left_ul ul li a{
    display:flex;
    align-items: center;
}
.contact_us_from_left_ul ul li a span, .contact_us_from_left_ul ul li span{
    color:#202020;
    font-weight: bold;
    margin-left:18px;
}
.contact_us_from_left_social_icon{
    margin-top:50px;
}
.contact_social_icon{
    height:43px;
    width:43px;
    background-color:#020719;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff !important;
    font-size:22px;
}
.contact_social_icon:hover{
 background-color:#2f54df;
}
.contact_us_from_left_social_icon ul{
    display:flex;
    align-items: center;
}
.contact_us_from_left_social_icon ul li{
    margin-right:13px;
}
.contact_us_from_right{
    background-color:#2F54DF;
    padding: 27px 37px;
}
.contact_us_from_right h6{
color: #ffffff;
font-size:22px;
line-height: 35px;
font-family: "Sora", sans-serif;
font-weight: 700;
margin-bottom:20px;
}
.contact_us_from_right p{
    color:#ffffff;
    font-size:16px;
    line-height: 25px;
    margin-bottom: 30px;
}
.custom_control{
    height:42px;
    border-radius: unset;
    background-color: #2F54DF;
    border:1px solid #ffffff;
    color:#ffffff !important;
     padding-left: 35px;
}
.textarea_control{
      border-radius: unset;
    background-color: #2F54DF;
    border:1px solid #ffffff;
    color:#ffffff !important;
     padding-left: 35px;
}
.custom_control:focus, .textarea_control:focus{
    background-color: #2F54DF;
}
.custom_control::placeholder, .textarea_control::placeholder {
    color: #ffffff;
    opacity: 1; 
}
.new_custom_select{
    -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/dropdown-icon.webp"); 
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2rem; 
}
.contact_form_button_holder{
    padding: 12px 0;
    background-color: #ffffff;
    width:100%;
    border-radius: unset;
    color:#060606 !important;
    font-size:18px;
    line-height: 25px;
    font-weight: 700;
}
.name_input{
    position: relative;
}
.name_input::before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "\f007"; 
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 16px;
    pointer-events: none; 
}
.email_input{
    position: relative;
}
.email_input::before{
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "\f0e0"; 
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;  
}
.number_input{
    position: relative;  
}
.number_input::before{
 position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "\f095"; 
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 16px;
    pointer-events: none; 
}
.subject_input{
    position: relative;
}
.subject_input::before{
   position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    content: "\f303"; 
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;   
}
.message_input{
   position: relative;
}
.message_input::before{
    position: absolute;
    top: 22%;
    left: 10px;
    transform: translateY(-50%);
    content: "\f086"; 
    font-weight: 600;
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-size: 16px;
    pointer-events: none;  
}
/* contact-us page css end */


/* privacy policy start */

.privacy_policy{
     padding: 250px 0;
    background-image: url(../images/privacypolicy-hero-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; 
}
.privacy_policy_body{
    padding: 80px 0;
}
.privacy_policy_block{
    margin-bottom: 35px;
}
.privacy_policy_block h3{
    color:#060606;
    font-size:31px;
    line-height: 45px;
    font-family: "Sora", sans-serif;
    font-weight: 700;
}
.privacy_policy_block p{
    color:#202020;
    font-size:16px;
    line-height: 25px;
    margin-top:20px;
}
.privacy_policy_block ul{
    margin-top:20px;
}
.privacy_policy_block ul li{
    color:#202020;
    font-size:16px;
    line-height: 25px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 34px;
}
.privacy_policy_block ul li:last-child{
    margin-bottom: 0;
}
.privacy_policy_block ul li::before{
    position: absolute;
    top: 3px;
    left: 0;
    content: url(../images/home-service-card-icon.webp);
    overflow: auto;
}
.privacy_policy_ul li{
color:#202020 !important;
font-size:16px !important;
line-height:  25px !important;
padding-left: 20px !important;
position: relative !important;
}
.privacy_policy_ul li::before{
    position: absolute !important;
    top:10px !important;
    left:0 !important;
    content:"" !important;
    height:6px;
    width: 6px;
    background-color:#000000;
    border-radius: 100%;
}
/* privacy policy end */


/* circle animation start */


.main {
 margin: 0px auto;
    width: 600px;
    height: 600px;
    position: relative;
    overflow: hidden;
    padding: 30px;
}
.big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #2F54DF;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.icon-block {
  position: absolute;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.icon-block img {
  margin: 0px auto;
  width: 86%;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.icon-block:nth-child(2) {
   bottom: -34px;
  left: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
/* .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
} */
/* circle content */
.circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 61%;
  height: 61%;
  border: 1px solid #2F54DF;
  border-radius: 50%;
}
.circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.center-logo img {
  max-width: 200px;
}

/* keyframe animation */
@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}

@media screen and (max-width: 1256px) and (min-width: 1034px) {
.main{
    width: 500px;
    height: 500px;
}
}

@media screen and (max-width: 1033px) and (min-width: 991px) {
.main{
    width: 450px;
    height: 450px;
}
}

@media (max-width: 767px) {
.main{
    width: 500px;
    height: 500px;
}
}

@media (max-width: 513px) {
 .main{
    width: 450px;
    height: 450px;
}
}
@media (max-width: 480px) {
 .main{
    width: 400px;
    height: 400px;
}
.center-logo img {
    max-width: 150px;
}
}
@media (max-width: 422px) {
 .main{
    width: 380px;
    height: 380px;
}
}
@media (max-width: 400px) {
 .main{
    width: 350px;
    height: 350px;
}
}
@media (max-width: 360px) {
 .main{
    width: 300px;
    height: 300px;
}
.icon-block img{
    width: 52%;
}
.main{
    padding: 19px;
}
.icon-block:nth-child(2){
    bottom: -14px;
}
}
/* circle animation end */


@media (min-width: 1400px) {

    /* home page css start */
    .advantage_left {
        padding-left: 64.5px;
    }

    /* home page css end */
    /* service page css start */


    /* service page css end */
}

@media only screen and (max-width:1399px) {

    /* home page css start */
    .trusted_investment_right_inner h2 {
        font-size: 43px;
        line-height: 53px;
    }

    .advantage_left {
        padding-left: 42px;
    }

    .our_articles_block::before {
        height: 343px;
    }

    .trusted_across_heading_section h4 {
        font-size: 42px;
        line-height: 52px;
    }

    /* home page css end */
    /* service page css start */

    .blog_page_text h5 {
        height: 77px;
    }

    /* service page css end */
}

@media only screen and (max-width:1199px) {

    /* home page css start */
    .advantage_left {
        padding-left: 76px;
    }

    .slider_item_right {
        height: 270px;
    }

    .slider_item_right h5 {
        font-size: 21px;
    }

    .banner_video_text h1 {
        font-size: 52px;
        line-height: 62px;
    }

    .trusted_investment_right_inner h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .advantage_left_inner ul {
        margin-top: 20px;
    }

    .advantage_left_inner h4 {
        font-size: 36px;
    }

    .advantage_left_inner p {
        margin-top: 0;
    }

    .advantage_left_inner ul li {
        margin-bottom: 10px;
    }

    .advantage_left_inner h4 {
        margin: 0;
    }

    .trusted_across_heading_section {
        width: 55%;
    }

    .trusted_across_block_right p {
        font-size: 21px;
    }

    .leading_technology_left h2 {
        font-size: 43px;
        line-height: 53px;
    }

    .leading_technology_left p,
    .global_support p {
        width: 100%;
    }

    /* home page css end */
    /* service page css start */
    .service_page_banner_inner p {
        width: 78%;
    }

    .our_core_block_text ul {
        height: 191px;
    }

    /* service page css end */


    /* blog page css start */

    .our_core_block_image img {
        height: 190px;
        object-fit: cover;
    }

    /* blog page css end */
}

@media only screen and (max-width:991px) {

    /* home page css start */
    .advantage_left {
        padding-left: unset;
    }

    .advantage {
        padding: 0 136px;
    }

    .banner_video_text h1 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 150px;
    }

    .trusted_investment_right_inner {
        text-align: center;
    }

    .trusted_investment_left {
        text-align: center;
        margin-top: 30px;
    }

    .advantage {
        grid-template-columns: 1fr;
    }

    .advantage_right {
        text-align: center;
        margin-top: 30px;
    }

    .advantage_left {
        margin-top: 30px;
    }

    .operations_services_inner h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .operations_services {
        margin-top: 60px;
    }

    /* home page css end */


    /* about page css start */
    .about_banner_inner h1 {
        font-size: 52px;
        line-height: 62px;
    }

    .about_banner_inner p span {
        display: unset;
    }

    .about_banner_inner p {
        font-size: 20px;
        line-height: 30px;
    }

    .our_commitment_right {
        justify-content: center;
        margin-top: 30px;
    }

    .our_commitment_left h2 {
        text-align: center;
    }

    .trusted_investment_button_about {
        text-align: center;
    }

    .what_sets_us_apart {
        grid-template-columns: 1fr;
        grid-gap: 30px;
        padding: 74px 136px;
    }

    .what_sets_us_apart_left {
        order: 2;
    }

    .what_sets_us_apart_right {
        order: 1;
    }

    .what_sets_us_apart_left {
        text-align: center;
    }

    .what_sets_us_apart_right {
        padding-left: 0;
    }

    .trusted_across_heading_section {
        width: 75%;
    }

    .about_row {
        width: 70%;
        margin: 0 auto;
    }

    .leading_technology_left h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .leading_technology_right {
        margin-top: 30px;
        text-align: center;
    }

    /* about page css end */
    /* service page css start */

    .service_page_banner_inner h1 {
        font-size: 53px;
        line-height: 63px;
    }

    .service_page_banner_inner p {
        width: 100%;
    }

    /* service page css end */


    /* blog details page css start */
    .blog_details_banner h1 {
        font-size: 46px;
        line-height: 56px;
    }

    /* blog details page css end */

    /* contact-us page css start */
    .contact_us_from_right{
        width: 70%;
        margin:0 auto;
    }
    .contact_us_from_left{
        margin-top:30px;
    }
    .contact_us_from_left h5{
        text-align: center;
    }
    .contact_us_from_left_ul ul li{
        display:flex;
        justify-content: center;
    }
    .contact_us_from_left_social_icon ul{
        justify-content: center;
    }
    /* contact-us page css end */
}

@media only screen and (max-width:767px) {

    /* home page css start */
    .custom_blog_row div:nth-child(2) .our_articles_block::before {
        display: none;
    }

    .our_articles_left {
        text-align: center;
    }

    .our_articles_left p span {
        display: unset;
    }

    .our_articles_right {
        justify-content: center;
    }

    .our_articles_block::before {
        height: 357px;
    }

    .tailored_solutions_left ul li {
        font-size: 14px;
    }

    .advantage {
        padding: 0 78px;
    }

    .operations_services_inner h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 57px;
    }

    .slider_item_right {
        height: 206px;
    }

    .slider_icon_left,
    .slider_icon_right {
        height: 30px;
        width: 30px;
        font-size: 16px;
    }

    .operations_services_slider_block .owl-carousel .owl-nav.disabled {
        top: -66px;
    }

    .banner_video_text h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 120px;
    }

    .reconciliation_block_three {
        margin-top: 40px;
    }

    .reconciliation_block_two {
        border-right: unset;
    }

    .optimize_your_inner h6 {
        font-size: 43px;
        line-height: 53px;
    }

    /* home page css end */


    /* about page css start */
    .about_banner_inner h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .what_sets_us_apart {
        padding: 74px 78px;
    }

    .trusted_across_heading_section {
        width: 100%;
    }

    .about_row {
        width: 100%;
    }

    /* about page css end */
    /* service page css start */
    .our_core_block_text ul {
        height: 140px;
    }

    .service_page_banner_inner h1 {
        font-size: 38px;
        line-height: 48px;
    }

    /* service page css end */



    /* blog page css start */

    .our_core_block_image img {
        height: unset;
    }

    /* blog page css end */
    /* blog details page css start */
    .blog_details_banner h1 {
        font-size: 35px;
        line-height: 45px;
    }

    /* blog details page css end */
       /* contact-us page css start */
       .contact_us_from_right{
        width:100%;
       }
          /* contact-us page css end */
}

@media only screen and (max-width:575px) {

    /* home page css start */
    .meet_our_experts {
        padding: 44px 0;
    }

    .our_articles {
        padding: 43px 0;
    }

    .our_articles_left h2 {
        font-size: 20px;
    }

    .our_articles_block::before {
        display: none;
    }

    .meet_our_experts_inner h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .meet_our_experts_block {
        text-align: center;
    }

    .custom_blog_row div:nth-child(2) .our_articles_block {
        border-top: 1px solid #202020;
        border-bottom: 1px solid #202020;
        padding: 30px 0;
    }

    .our_articles_block {
        margin-top: 30px;
    }

    .meet_our_experts_text {
        margin-top: 20px;
    }

    .tailored_solutions,
    .optimize_your {
        padding: 43px 0;
    }

    .optimize_your_inner h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .optimize_your_icon {
        flex-direction: column;
        margin-top: 20px;
    }

    .optimize_your_icon_right {
        margin-top: 0;
        margin-left: 0;
    }

    .tailored_solutions_left ul {
        column-count: 1;
    }

    .tailored_solutions_left ul li {
        font-size: 16px;
    }

    .tailored_solutions_left ul li {
        padding-left: 33px;
    }

    .tailored_solutions_left ul li::before {
        top: 4px;
    }

    .slider_item_right h5 {
        font-size: 22px;
    }

    .slider_item_right ul li {
        font-size: 16px;
        line-height: 26px;
    }

    .slider_item_right {
        height: 205px;
    }

    .operations_services {
        padding: 44px 0;
    }

    .operations_services_inner h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 76px;
    }

    .advantage_left_inner h4 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 8px;
    }

    .advantage_left_inner ul {
        margin-top: 23px;
    }

    .gom_block_inner {
        height: 150px;
        width: 150px;
        padding: 31px 10px;
        margin-top: -89px;
    }

    .gom_block {
        justify-content: center;
    }

    .gom_block_inner span {
        font-size: 22px;

    }

    .gom_block_inner p {
        font-size: 13px;
    }

    .gom_block_inner span::after {
        width: 61px;
        height: 3px;
    }

    .banner_video_text h1 {
        margin-bottom: 50px;
    }

    .reconciliation_block_two {
        margin-top: 40px;
    }

    .reconciliation_block_border {
        border-right: unset;

    }

    .reconciliation_block_two,
    .reconciliation_block_three {
        border-top: 1px solid #2F54DF;
        padding-top: 40px;
    }

    .trusted_investment {
        padding: 40px 0;
    }

    .trusted_investment_right_inner h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .advantage {
        padding: 0 12px;
    }

    /* home page css end */

    /* about page css start */
    .about_banner {
        background-image: url(../images/about-hero-mobile-bg.webp);
        padding: 68px 0 112px 0;
        background-position: bottom;
    }

    .about_banner_inner h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .about_banner_inner p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 16px;
    }

    .what_sets_us_apart {
        padding: 50px 12px;
    }

    .our_commitment {
        padding: 50px 0;
    }

    .our_commitment_left h2 {
        text-align: left;
        font-size: 20px;
        line-height: 30px;
    }

    .trusted_investment_button_about {
        text-align: left;
    }

    .mission_vission {
        flex-direction: column;
    }

    .mission_vission_right {
        margin-left: 0;
        margin-top: 8px;
    }

    .trusted_across {
        padding: 50px 0;
    }

    .trusted_across_block_right p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
    }

    .trusted_across_heading_section h4 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }

    .section-title {
        font-size: 18px;
    }

    .leading_technology {
        padding-top: 30px;
    }

    .leading_technology_left h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .global_support_inner h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .advantage_left_inner p {
        width: 100%;
    }

    /* about page css end */
    /* service page css start */

    .service_page_banner {
        padding: 60px 0;
    }

    .service_page_banner_inner h1 {
        font-size: 24px;
        line-height: 34px;
        text-align: center;
    }

    .service_page_banner_inner p {
        margin-top: 16px;
        text-align: center;
    }

    .service_arrow_button {
        text-align: center;
    }

    .our_core_services {
        padding: 50px 0;
    }

    .our_core_services_inner h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .our_core_block_text h5 {
        font-size: 19px;
        line-height: 29px;
    }

    .service_page_banner_inner p {
        font-size: 16px;
        line-height: 26px;
    }

    /* service page css end */



    /* blog page css start */
    .blog_page_text h5,
    .blog_page_text p {
        height: unset;
    }

    /* blog page css end */

    /* blog details page css start */
    .service_page_banner_inner h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .blog_details_banner h1 span{
        display:unset;
    }
    .blog_details_position .blog_date_position_right p, .blog_details_position .blog_date_position_left p{
        margin-top:0;
    }
    .blog_details_body{
        padding: 42px 0;
    }
    .blog_introduction h2{
        font-size:20px;
        line-height: 30px;
    }
    .blog_introduction p{
        margin-top:14px;
    }
    .blog_introduction{
        padding-bottom: 24px;
    }
    .blog_introduction_bottom{
        padding-top:24px;
    }
    /* blog details page css end */


       /* contact-us page css start */
      .contact_us_from{
        padding: 50px 0;
      }
      .contact_us_from_left h5{
        text-align: left;
        font-size:20px;
        line-height: 30px;
      }
      .contact_us_from_left_ul ul li, .contact_us_from_left_social_icon ul{
        justify-content: unset;
      }
      .contact_us_from_right{
        padding: 27px 10px;
      }
          /* contact-us page css end */
          /* privacy policy start */
          .privacy_policy_body {
    padding: 40px 0;
}
.privacy_policy_block h3{
    font-size:22px;
    line-height: 32px;
}
          /* privacy policy end */
}

@media only screen and (max-width:460px) {

    /* home page css start */
    .banner_video_text h1 {
        font-size: 23px;
        line-height: 33px;
    }

    .slider_item_right {
        height: 260px;
    }

    /* home page css end */

}

@media only screen and (max-width:437px) {

    /* home page css start */
    .banner_video_text h1 {
        font-size: 20px;
        line-height: 30px;
    }

    /* home page css end */
    /* service page css start */
    .our_core_block_text ul {
        height: 157px;
    }

    /* service page css end */
}

@media only screen and (max-width:383px) {

    /* home page css start */
    .banner_video_text h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .slider_item_right {
        height: 290px;
    }

    /* home page css end */
    /* service page css start */
    .our_core_block_text ul {
        height: unset;
    }

    .service_button {
        margin-top: 35px;
    }

    /* service page css end */
}

@media only screen and (max-width:347px) {

    /* home page css start */
    .banner_video_text h1 {
        font-size: 16px;
        line-height: 26px;
    }

    .slider_item_right {
        height: 320px;
    }

    /* home page css end */
}