/*******************
 02 TYPOGRAPHY
********************/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@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');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins", sans-serif; 
}
a {
  text-decoration: none;
  color: currentColor;
}
a:hover {
  color: currentColor;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.disc_list{
    padding-left: 20px;
}
.disc_list li{
    list-style: disc;
}
.ti{
    vertical-align: middle;
}
.text_primary{
    color: #011e6e;
}
.text_success{
    color: #1b6f21;
}
.text_info{
    color: #33a3b6;
}
.text_danger{
    color: #a52121;
}
.text_light{
    color: #747474;
}
.bg_light{
    background-color: #f7f8f9;
}
.bg_primary{
    background-color: #011e6e;
}
.bg_success{
    background-color: #1b6f21;
}
.bg_danger{
    background-color: #a52121;
}
.bg_info{
    background-color: #cef1f7;
}
.space-pt-100{
    padding-top: 100px;
}
.space-py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.btn{
    padding: 13px 16px;
    border-radius: 30px;
    line-height: 1;
}
.btn.btn_lg{
    font-size: 18px;
    padding: 15px 25px;
}
.btn_primary{
    color: #fff !important;
    background-color: #011e6e !important;
}
.btn_success{
    color:  #fff !important;
    background-color: #1b6f21 !important;
}
.btn_danger{
    color:  #fff !important;
    background-color: #a52121 !important;
}
.btn_primary_outline{
    color: #011e6e !important;   
    border: 1px solid #011e6e !important;
}
.btn_light_outline{
    color: #000000 !important;   
    border: 1px solid #dee2e6 !important;
}


.title{
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 25px;
}
.common_dis{
    font-size: 18px;
    margin-bottom: 10px;
}
.common_text{
    font-size: 14px;
    line-height: 20px;
}

/*******************
 Header
********************/
.codex_header{
  /* padding: 15px 0;   */
  background-color: #fff;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 1s ease;
          animation: fadeInDown 1s ease;
  box-shadow: 0 0 10px 0 rgba(4, 34, 40, 0.1);
}
.codex_brand img{
    height: 80px;
}
.codex_header_new{
   padding: 15px 0;   
  /*background-color: #9aa5ba;*/
  background-color: #ffffff;
}
.codex_header_new.light_fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: transparent;
}
.menu_list >li >a{
    color: #1537a3;
}
.codex_header_new.light_fixed .menu_list >li >a{
    color: #ffffff;
}
.menu_action img{
    width: auto;
    height: 30px;
}
 .menu_action svg{
    width: 37px;
    fill: #011e6e;
}
.menufooter_wrap p{
    color: #000000;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
}

.close_menu{
    font-size: 24px;
    background-color: #ffffff;
    border: 1px solid #b4b4b4;
    padding: 5px 15px;
    color: #b4b4b4;
    cursor: pointer;
}
.codex_header_new.light_fixed  .menu_action svg{
    fill: #ffffff;
}
.codex_breadcrumb{
    background-image: url(../images/breadcrumb_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 150px;
}
.codex_breadcrumb2{
    background-image: url(../images/breadcrumb_bg2.jpg);
}
.breadcrumb_list li {
    display: inline-block;
}
.breadcrumb_list li a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}
.codex_breadcrumb h1,
.codex_breadcrumb p{
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}
.codex_breadcrumb h1 {
    font-size: 48px;
    font-weight: 600;
}
.codex_breadcrumb p{
    font-style: 30px;
}
.card{
    box-shadow: none;   
    border-radius: 12px;
    overflow: hidden;
}
.card-header{
    padding: 20px 20px;
    background: #ffffff;
}
.card .card-body{
    padding: 25px;
}
.theme_table thead th{
    background-color: #cac8c8;
}
.theme_table td{
    background-color: transparent;
}
.paytraile_table .img_wrap{
    width: 100px;
    height: 100px;

}
.paytraile_table .img_wrap img{ 
    width: 100%;
}

/*Start Authentication Popup*/
.authentication_modal .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.authentication_modal .codex_brand img {
    height: 110px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
.authentication_modal .form-control {
    padding: 15px 20px;
}
.authentication_modal .btn {
    color: #212529 !important;
    background-color: #ebeef7 !important;
        border-radius: 0;
}

.authentication_modal .modal-body{
    padding: 30px;
}


/*******************
 Register
********************/
.proposal_tab li:nth-child(n+2){
    margin-left: 20px;
}
.proposal_tab .nav-link{
    border: none;
    background: transparent;
    color: inherit;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 18px;
    padding: 0 15px 15px 0;
}
.proposal_tab .nav-link.active{
    border-color: #011e6e !important;
}


.main_hero .hero-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    color: transparent;
    animation: zoomIn 1.5s cubic-bezier(0.5, 1, 0.5, 1) forwards;
    /*background-image: url(../images/home/new_frontbg.jpg);*/
    /*background-color: #021b66;*/
     background-image: linear-gradient(to right, #021b66, #062a86);
}
.main_hero::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    z-index: 1;
}

/* Background Image with Zoom Animation */
@keyframes zoomIn {
    from { 
        transform: scale(1.2); 
    }
    to { 
        transform: scale(1); 
    }
}

/* Content Layout */
.main_hero .hero-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
    color: white;
    padding: 0 1.5rem;
    z-index: 1;
}


.main_hero .hero-main {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.main_hero .hero-main .logo_img {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    max-width: 700px;
}
.main_hero .hero-main .hero_contact {
    position: absolute;
    right: 0;
    bottom: 40px;
}
.main_hero .hero-main .hero_contact h3{
    font-size: 32px;
}
.main_hero .hero-main .hero_contact p{
    font-size: 22px;
}

.main_hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.heronew_contian{
    padding-top: 150px;
    padding-bottom: 48px;
    min-height: calc(100vh - 102px);
    display: flex;
    align-items: center;
}
/* ----- Primary Overlay ----- */
.main_hero .overlay-primary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #052168;
    width: 25%;
    opacity: 0;
    animation: slideFade1 1s ease-out forwards;
    animation-delay: 1s;
}

/* ----- Secondary Overlay ----- */
.main_hero .overlay-secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #09205e;
    width: 20%;
    opacity: 0; /* Start hidden */
    animation: slideFade2 1s ease-out forwards;
    animation-delay: 2s;
}

/* ----- KEYFRAMES: Slide From Right + Fade ----- */
@keyframes slideFade1 {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 0.5;
    }
}

@keyframes slideFade2 {
    from {
        transform: translateX(120%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 0.6;
    }
}


.hero_new{
    height: 100vh;
    position: relative;
    /*padding-bottom: 150px;*/
    /*overflow: hidden;*/
}

.hero_new .gif_wrapper{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}
.hero_new .gif_wrapper_investor{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}
.hero_new .logo_wrapper{
    display: flex;
    align-items: flex-end;
}
.hero_new .logo_wrapper img{
    width: 450px;
}
.hero_new .logo_contact{
    color: #ffffff;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 29px;
    margin-left: -80px;
}
.hero_new .hero_contian{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;

}

/*******************
 Contact
********************/
.page_body{
    min-height: calc(100vh - 314px);

}



/*******************
 Footer
********************/
.footer_main{
    position: relative;
    background-color: #e3e3e3 ;
    z-index: 1;
}
.footer_main .logo_shap{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
    margin: auto;
    z-index: -1;
}
.codex_footer{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sub_footer{   
    padding-bottom: 30px;
    text-align: center;
}
/*.codexfooter_brand{
    display: flex;
    align-items: center;
    height: 100%;
}*/
.codexfooter_brand img{
    height: 110px;
}
.openoceans_logo img,
.sailwelth_logo img{
    height: 55px;
}
.codex_footer .w3llogo{
    width: 30px;
}
.footer_list a{
    font-size: 17px;
}
.new_footer{
    /*background-color: #9aa5ba;*/
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.new_footer h6,.new_footer p{
    color: #1537a3;
}
.new_footer p{
    font-size: 10px;
    font-weight: 300;
    text-align: center;
}
    

.new_footer.light_footer{
    background-color: transparent;
    /*position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;*/
}

.new_footer.light_footer h6,
.new_footer.light_footer p{
    color: #ffffff;
    font-weight: 300;
}
.new_footer.light_footer p{
    font-size: 9px;
    font-weight: 300;
    text-align: center;
}


/*******************
 Modal Startr
********************/
.reqestcall_modal .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.reqestcall_modal .modal-body{
    padding: 60px;
}


/*******************
 Pricing Modal
********************/
.filtericon_list{
    display: flex;
    align-items: center;   
    gap: 24px;
}
.filtericon_list img{
    width: 30px;
    height: 30px;
    /*filter: invert(1);*/
}
/*.pricing_filter{
    margin-top: 85px;
}*/
.pricing_filter .form-select,
.pricing_filter .form-control{
    background-color: #f5f5f5;
    border-radius: 30px;
    padding: 10px 20px;
}

.pricing_grid{
    box-shadow: 0 0 15px rgba(4, 34, 40, 0.1);
    /*border: 1px solid #ffffff;*/
    padding: 24px;
    border-radius: 18px;
    text-align: center;
    position: relative;
    padding-top: 60px;
    margin-top: 30px;
    /*color: #ffffff;*/
}
.pricing_grid h5{
    height: 24px;
}
.pricing_grid .pricing_dis{
    height: 105px;
    overflow: hidden;
    text-overflow: clip;
}
.pricing_grid ul li{
    height: 21px;
}
.pricing_grid .pricing_shap{
    position: absolute;
    top: 20px;
    left: 0;
    z-index: -1;
}

.pricing_grid .pricing_lbl{
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
    padding: 13px 15px;
    z-index: 1;
    color: #ffffff;
    width: 80%;
    font-size: 17px;
    font-weight: 300;
}
.pricing_grid .btn{
    width: 80%;
    margin: auto;
}
.authentication_form{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-image: url(../images/home/hero_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product_slider .slick-dots{
    bottom: -50px;
}
.product_slider .slick-dots li button:before{
    color: transparent;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    width: 15px;
    height: 15px;
}
.product_slider .slick-dots li.slick-active button:before {
    background-color: #ffffff;
}
.authentication_form .authentication_box{
    
    padding: 35px;
    border-radius: 10px;
    border: 1px solid #9da0a3;
    background-color: #ffffff;
    background-color: #ffffff;
}
.authentication_form .authentication_box .btn{
    color: #212529 !important;
    background-color: #ebeef7 !important;
}
.authentication_form .authentication_box .form-control{
    padding: 10px 15px;
}
.authentication_form .authentication_box .codex_brand img{
    height: 110px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
.authentication_form .authentication_box .btn{
    border-radius: 0px;
}

.services_grid{
    text-align: center;
}
.services_grid .icon_wrap{
    width: 95px;
    height: 95px;
    margin: auto;
    margin-bottom: 15px;
}

.services_grid .icon_wrap img{
    width: 100%;
    height: 100%;
}
.services_grid h4{
    color: #194174;
}
.services_grid p{
    font-size: 16px;
    font-weight: 400;
}

.howit_wroklist .title_wrap{
    background-color: #33a3b6;
    padding: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 205px;
    border-radius: 10px;
}
.howit_wroklist,
.howit_wroklist tr,
.howit_wroklist td{
    background: transparent;
    border: none;
}
.corefee_table tr:nth-child(even) td{
    background-color: #eaf9fc;
}
.corefee_table td{
    padding: 20px 10px;
    border: none;
}