*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    word-break: break-word;
}

/*--- nav bar -----*/
.navBar
{
    padding: 5px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: white; 
    position: sticky;
    top: 0px;
    z-index: 111;
}

.logo
{
    width: 160px;
}
.nav-item 
{
    display: inline-block;
    margin: 0px 15px;
}
.nav-link 
{
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
#login_reg_btn
{
    background-color: #1237A7;
    color: white !important;
    padding: 10px 20px;
    border-radius: 4px; 
}

.navbar-toggler
{
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}
.navbar-toggler i
{
    color: black;
    font-size: 25px;
}
@media(max-width:991px)
{
    .navbar-nav
    {
        text-align: right;
    }
    #login_reg_btn
    {
       text-align: center;
    }
}
/*--- /nav bar -----*/

/*--- hero -----*/
.hero
{
    width: 100%;
    overflow-x: hidden;
    background: url("../image/pattern.png");
    background-position: center;
    background-color: #f1efef;
}
.hero .row 
{
    align-items: center;
}

.hero_left
{
    padding: 50px 10px 30px 240px; 
    height: 100%;
}
.hero_left h1 
{
    font-size: 65px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 2px;
    font-family: 'Philosopher', sans-serif;
}
.hero_left h1 span
{
    font-family: 'Philosopher', sans-serif;  
    font-weight: bolder;
}
.investment_btn
{
    background-color: #1237A7;
    color: white !important;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #1237A7;
    transition-duration: 0.3s;
}
.investment_btn:hover
{
    background-color: white;
    color: #1237A7 !important;
    border: 1px solid #1237A7;
    transition-duration: 0.3s;
}
.hero_left h3 
{
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0;
}
.investment_apply_btn
{
    background-color: #1237A7;
    color: white !important;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.hero_right
{
    position: relative;
}

.hero_right img{
    width: 100%;
    height: 100%;
}

.hero_text
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.hero_text h2 
{
    margin-top: 40px;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-weight: 700;
    font-size: 60px;
}

@media(max-width:425px)
{
    .hero_text h2 {
        margin-top: 18px;
        font-size: 28px;
    }
}

@media(min-width:426px) and (max-width:620px)
{
    .hero_text h2 {
        margin-top: 20px;
        font-size: 34px;
    }
}

@media (min-width: 621px) and (max-width: 700px)
{
    .hero_text h2 {
        margin-top: 24px;
        font-size: 38px;
    }
}

@media (min-width: 701px) and (max-width: 767px)
{
    .hero_text h2 {
        margin-top: 26px;
        font-size: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .hero_text h2 {
        margin-top: 17px;
        font-size: 26px;
    }
}
@media (min-width: 992px) and (max-width: 1024px)
{
    .hero_text h2 {
        margin-top: 30px;
        font-size: 38px;
    }
}

@media (min-width: 1025px) and (max-width: 1200px)
{
    .hero_text h2 {
        margin-top: 13px;
        font-size: 46px;
    }
}

@media (min-width: 1201px) and (max-width: 1327px)
{
    .hero_text h2 {
        margin-top: 13px;
        font-size: 46px;
    }
}


/*--- /hero -----*/

/*---- about us ------*/
.about_us
{
    padding: 60px 0;
    background-color: #F1F1F1;
    box-shadow: 0 6px 95px rgb(0 0 0 / .17);
}
.about_us_title
{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 30px;

}
.about_us_content
{
    padding-top: 30px;
}
.about_us_content h1{
    font-size: 35px;
    font-weight: 600;
    color: #1237A7;
    margin-bottom: 15px;
}
.about_us_content p{
    font-size: 18px;
    font-weight: 400;
    margin:15px 0;
}
/*---- about us ------*/

/*----  start up ideas -------*/

.startup_ideas
{
    padding: 50px 0;
}
.mt-40
{
    margin-top: 40px;
}
.start_up_item
{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    margin: 15px 0;
}
.start_up_img
{
    overflow: hidden;
}
.start_up_img img
{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition-duration: 0.4s;
}
.start_up_img:hover.start_up_img img
{
    transform: scale(1.1);
    transition-duration: 0.4s;
}
.start_up_short_des
{
    padding: 20px;
}
.start_up_short_des h3 
{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
.start_up_short_des p 
{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.short_desc_btn
{
    color: #fff !important;
    background-color: #1237A7;
    padding: 7px 12px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #1237A7;
    text-decoration: 0.3s;
}
.short_desc_btn:hover
{
    color: #1237A7 !important;
    background-color: #fff;
    border: 1px solid #1237A7;
    text-decoration: 0.3s;
}

/*----  /start up ideas -------*/

/*----- on going investment -------*/
.ongoing_investment
{
    padding: 60px 0;
    background-color: #F1F1F1;
}
.ongoing_investment_item
{
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 700px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 10px;
}
.invest_category
{
    position: absolute;
    top: 0px;
    left: 0px;
}
.invest_category h5
{   
    padding: 11px 35px;
    margin:0px;  
    border-top-left-radius: 6px;
    background-color: #1233A7;
    color: white;
    font-size: 15px;
    font-weight: 400;
}

.onging_investment_details
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    border-radius: 0 0 4px 4px;
}
.onging_investment_details
{
    padding: 20px;
}
.on_inv_title
{
    display: flex;
    justify-content: space-between;
    color: white;
}
.on_inv_title h2 
{
    font-size: 20px;
    font-weight: 400;
    margin-right: 20px;
}
.on_inv_title a 
{
    white-space: nowrap;
    color: white !important;
    background-color: #1237A7;
    border-radius: 4px;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #1237A7;
}
.on_inv_title a:hover
{
    color: #1237A7 !important;
    background-color: white;
    border: 1px solid #1237A7;
    text-decoration: 0.3s;
}
.on_inv_title p 
{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}
.on_inv_mid
{
    color: white;
}
.on_inv_mid p 
{
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
}
.on_inv_bottom
{
    color: white;
}
.on_inv_bottom h2 
{
    font-size: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
.on_inv_bottom p 
{
    font-size: 15px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.ongoing_investment_inner .owl-carousel .owl-dots,.startup_carousel .owl-carousel .owl-dots 
{
    display: none;
}
.ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev
{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: -90px;
}

.ongoing_investment_inner .owl-carousel .owl-prev span,.ongoing_investment_inner .owl-carousel .owl-next span,.startup_carousel .owl-carousel .owl-prev span,.startup_carousel .owl-carousel .owl-next span
{
 font-size: 40px;
 background-color: #1237A7;
 display: inline-block;
 height: 40px;
 width: 40px;
 line-height: 35px;
 color: white;
 border-radius: 3px;
 align-items: center;
 text-align: center;
}

.ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next
{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: -90px;
}
/*----- /on going investment -------*/

/*---- testomonial -----*/
.testomonial
{
    padding: 50px 0;
}

.testomonial h2 
{
    margin-top: 30px;
    margin-bottom: 60px;
}

.testo_box
{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px 0;
    padding: 30px 20px;
    border-radius: 4px;
    height: 100%;
}

.testo_inner .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    transform: rotate(45deg) !important;
    border-radius: 0px;
}

/*---- /testomonial -----*/


/*----- newsletter -------*/
.newsletter
{
    padding: 60px 0;
}
.newsletter_inner
{
    background-color: #889369;
    padding: 60px 30px 30px 30px;
    border-radius: 30px;
}
.newsletter_inp
{
    max-width: 600px;
    width: 98%;
    margin: auto;
    margin-bottom: 20px;
}
.newsletter_inp label
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: white;
}
.newsletter_inp input
{
    background-color: #fff;
    height: 40px;
    width: 98%;
    max-width: 550px;
    padding: 4px 10px;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    border: none;
}
#subscribe_btn
{
    background-color: darkred;
    color: white;
    font-weight: 600;
}
#subscribe_btn:hover
{
    background-color: white;
    color: darkred !important;
    border: 1px solid darkred;
    transition-duration: 0.3s;
}
/*----- /newsletter -------*/

/*---- footer -------*/
.footer
{
    padding: 50px 0px 50px;
    background-color: #1e293b;
    /* box-shadow: 0 6px 65px rgb(0 0 0 / .17); */
}
.footer_inner
{
    margin: 12px 0;
}
.footer_inner h2 
{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 20px;
    color: white;
}

.footer_inner ul 
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer_inner ul li 
{
   display: block;
   margin: 10px 0;
}
.footer_inner ul li a
{
  font-size: 16px;
  font-weight: 400;
  color: white !important;
  text-decoration: none;
}
.footer_inner ul li a i
{
    margin-right: 5px;
    font-size: 18px;
}

.copyright
{
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid white;
}
.copyright p 
{
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
}

/*---- footer -------*/

/*---- startup popup -----*/

.startup_popup_img img,.startup_popup_mid_img
{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.start_up_popup_desc
{
    padding: 20px;
}
.start_up_popup_desc p 
{
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0;
}

.startup_popup_box
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 111;
}
.start_up_popup_inner
{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 600px;
    width: 96%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 5px;
}

.startup_p_top
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc81;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 11;
    padding: 10px 20px;
}

.startup_p_top a 
{
    text-decoration: none;
}
.startup_p_top a i 
{
    font-size: 16px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
    background-color: red;
    text-align: center;
    color: white;

}
.start_up_popup_desc h3 
{
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
}

.start_up_popup_inner::-webkit-scrollbar {
    width: 8px;
}
  
.start_up_popup_inner::-webkit-scrollbar-thumb {
  background: #999; 
}

.start_up_popup_inner::-webkit-scrollbar-thumb:hover {
  background: #999; 
}


/*---- /startup popup -----*/

@media(max-width:575px)
{

    .hero_left {
        padding: 20px;
    }
    .hero_left h1 {
        font-size: 43px;
    }
    .investment_btn {
        margin-bottom: 0px;
    }
    .investment_apply_btn {
        margin-bottom: 20px;
    }
    .about_us,.startup_ideas,.ongoing_investment {
        padding: 20px 0;
    }
   
    .about_us_title {
        margin-bottom: 0px; 
        font-size: 35px;
    }
    .about_us_content p {
        font-size: 16px;
        margin: 12px 0;
    }

    .ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev {
        left:0px; 
        top: 40%;
    }
    .ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next {
        right: 0px;
        top: 40%;
    }
    .copyright p {
        font-size: 12px;
    }
}

@media(max-width:430px)
{
    .ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev {
        left:0px; 
        top: 24%;
    }
    .ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next {
        right: 0px;
        top: 24%;
    }
}

@media(min-width:576px) and (max-width:620px)
{
    .hero_left {
        padding: 30px;
    }
    .ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next {
        top: 45%;
        right: 0px;
    }
    .ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev {
        top: 45%;
        left: 0px;
    }
    .hero_right img {
        width: 75%;
        margin: auto;
        display: block;
    }
}

@media(min-width:621px) and (max-width:700px)
{
    .hero_left {
        padding: 30px;
    }
    .ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next {
        top: 45%;
        right: -50px;
    }
    .ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev {
        top: 45%;
        left: -50px;
    }
    .hero_right img {
        width: 85%;
        margin: auto;
        display: block;
    }
}

@media(min-width:701px) and (max-width:767px)
{
    .hero_left {
        padding: 30px 0px 30px 70px;
    }
    .ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next {
        top: 45%;
        right: -70px;
    }
    .ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev {
        top: 45%;
        left: -70px;
    }
    .hero_right img {
        width: 80%;
        margin: auto;
        display: block;
    }
}

@media(min-width:768px) and (max-width:991px)
{
    .ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next {
        top: 45%;
        right: -28px;
    }
    .ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev {
        top: 45%;
        left: -28px;
    }
    .hero_left {
        padding: 50px 10px 30px 45px;
    }
    .hero_left h1 {
        font-size: 49px;
    }
    .investment_btn {
         margin-bottom: 0px; 
    }
    .hero {
        height: 80vh;
    }
}

@media(min-width:992px) and (max-width:1200px)
{
    .nav-item {
        margin: 0px 1px;
    }
}


@media(min-width:992px) and (max-width:1320px)
{
    .ongoing_investment_inner .owl-carousel .owl-next,.startup_carousel .owl-carousel .owl-next {
        top: 45%;
        right: -28px;
    }
    .ongoing_investment_inner .owl-carousel .owl-prev,.startup_carousel .owl-carousel .owl-prev {
        top: 45%;
        left: -28px;
    }
   
    .hero_left {
        padding: 50px 10px 30px 70px;
    }
    .hero_left h1 {
        font-size: 55px;
    }
    .investment_btn {
        margin-bottom: 0px;
    }
    .hero_left h3 {
        font-size: 20px;
    }
    .hero {
        height: 80vh;
    }
}


/*====== login page ========*/
.login
{
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.login_inner
{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: 550px;
    width: 96%;
}

.login_inner h2 
{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    color: #1233A7;
    margin-bottom: 40px;
}
.login_inp 
{
    margin-bottom: 20px;
}
.login_inp label
{
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}
.login_inp input
{
    width: 100%;
    height: 40px;
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #cccccc81;
    padding: 4px 9px;
    font-size: 17px;
    font-weight: 500;
}
#login_btn
{
    background-color: #1233A7;
    color: white;
    height: 50px;
    border: none;
    border-radius: 4px;
}
.login_inner p 
{
    text-align: center;
    margin-top: 5px;
    font-size: 17px;
    font-weight: 500;
}

/*======= profile  =========*/
.profile
{
    padding: 60px 0;
    margin-top: 30px;
}
.profile_left
{
    padding: 30px;
}
.profile_left ul 
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.profile_left ul li 
{
    margin: 14px 0;
}
.profile_left ul li a 
{
    font-size: 18px;
    font-weight: 500;
    color: black !important;
    text-decoration: none;
    background-color: #889369;
    padding: 8px 20px;
    display: block;
    border-radius: 4px;
}
.profile_right
{
    padding: 30px;
}
.profile_right h2 
{
    font-size: 35px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 20px;
}
.profile_right ul 
{
    padding: 0px;
    margin: 0px;
    padding-left: 10px;
}
.profile_right ul li 
{
    margin: 20px 0;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}
.profile_right ul li b 
{
    font-size: 22px;
    font-weight: 700;
}
.change_pass_inp
{
    margin-bottom: 20px;
}
.change_pass_inp label
{
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}
.change_pass_inp input
{
    height: 40px;
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}
#change_pass_btn
{
    background-color: #1233A7;
    color: white;
    border: none;
    height: 45px;
    border-radius: 4px;
}
.profile_img
{
    width: 100px;
}

@media(max-width:767px)
{
    .profile
    {
        padding: 0px 0;
        margin-top: 0px;
    }
}

/*======= /profile  =========*/

/*======= update profile  =========*/
#profile_upload
{
    display: none;
}
#profile_upload_label
{
    cursor: pointer;
}
/*======= /update profile  =========*/

/*======= blog =========*/

.blog_header
{
  background-image: url("../image/blog_bg.jpg");
  background-size: cover;
  background-position: center;
}
.blog_header_inner
{
    display: flex;
    align-items: center;
    padding: 30px 0;
    color: white;
    justify-content: space-between;
}
.blog_header_inner div:nth-child(1)
{
    margin-right: 10px;
}
.blog_header_inner h2 
{
    font-size: 35px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 4px;
}
.blog_header_inner p 
{
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
}
.blog_header_inner img{
    width: 100px;
}
.blog
{
    padding: 60px 0;
}

.blog_top
{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.blog_top h2 
{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 40px;
}

.blog_top a 
{
    background-color: #1233A7;
    color: white !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 14px;
    border-radius: 4px;
    border: 1px solid #1233A7;
}
.blog_top a:hover
{
    background-color: white;
    color: #1233A7 !important;
    border: 1px solid #1233A7;
}

.blog_top a i 
{
    margin-right: 5px;
}

.blog_item
{
    margin-bottom: 60px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 6px;
}
.blog_img img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
} 
.blog_short_desc
{
    padding: 15px;
}
.blog_short_desc h3 
{
    font-size: 20px;
    font-weight: 500;
}
.blog_short_desc p 
{
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0;
}
.blog_author
{
    display: flex;
    padding: 0px 15px 10px;
}
.blog_author img
{
    width: 50px;
    margin-right: 10px;
}
.blog_author h3 
{
    font-size: 16px;
    font-weight: 500;
    margin: 2px 0;
}
.blog_author p 
{
    font-size: 14px;
    font-weight: 400;
    margin: 2px 0;
}
.start_up_popup_desc h3 
{
  font-size: 24px;
  font-weight: 500;
}

.write_blog_inp
{
    margin-bottom: 30px;
}

.write_blog_inp label
{
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.write_blog_inp input,.write_blog_inp select,.write_blog_inp textarea
{
    height: 40px;
    width: 100%;
    padding: 4px 8px;
    outline: none;
    box-shadow: none;
    border: none;
    border: 1px solid #ccc;
    font-size: 16px;
    font-weight: 400;
}

.write_blog_inp textarea
{
    height: 150px;
}

#blog_submit_btn
{
    background-color: #1598F1;
    color: white;
    border: none;
}


.pagination_box
{
    display: flex;
    justify-content: right;
}

/*======= /blog  =========*/

/*======= invest single  =========*/
.invest_single
{
    padding: 60px 0;
}
.invest_single_img
{
    overflow: hidden;
}
.invest_single_img img
{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition-duration: 0.3s;
}
.invest_single_img img:hover
{
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.invest_single_desc
{
    margin-top: 30px;
}
.invest_single_tbl tr td 
{
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
}
.invest_single_overview
{
    margin-bottom: 40px;
}
.invest_single_overview h3
{
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 24px;
}
.invest_single_overview p
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
}
.invest_right
{
    padding: 0px 0px 0px 40px;
}
.invest_right h3 
{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;  
}
.invest_right p 
{
    font-size: 16px;
    font-weight: 400;
}
#invest_submit_btn
{
    display: inline-block;
    margin-top: 15px;
    background-color: #1233A7;
    padding: 7px 20px;
    border-radius: 4px;
    color: white;
    border: none;
    text-decoration: none;
}

.invest_form
{
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    z-index: 11;
    overflow: auto;
}
.invest_form::-webkit-scrollbar {
    width: 5px;
}
.invest_form::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
.invest_form::-webkit-scrollbar-thumb {
  background: #888; 
}
.invest_form::-webkit-scrollbar-thumb:hover {
   background: #555; 
}

.invest_form_inner 
{
    background-color: white;
    padding: 40px 25px 15px;
    border-radius: 4px;
    height: fit-content;
    margin-top: 100px;
    margin-bottom: 20px;
    width: 98%;
    max-width: 600px;
    position: relative;
}
.invest_close
{
    position: absolute;
    top: -5px;
    right: 0px;
}
.invest_close_btn
{
    text-decoration: none;
    color: white !important;
    background-color: red;
    border-bottom-left-radius: 30px;
    font-size: 42px;
    text-align: center;
}
.invest_form_top 
{
    text-align: center;
}
.invest_form_top h2 
{
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}
.invest_form_top p 
{
    font-size: 18px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
}

.invest_form_inp
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.invest_form_inp_left
{
   width: 30%; 
}
.invest_form_inp_right
{
    width: 70%; 
}
.invest_form_inp p 
{
    font-size: 18px;
    font-weight: 500;
}
.invest_form_inp input,.invest_form_inp select,.invest_form_inp textarea  
{
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: 40px;
    outline: none;
    box-shadow: none;
    padding: 4px 8px;
    border: none;
    border: 1px solid #ccc;
}
.invest_form_inp textarea  
{
    height: 100px;
}
.invest_form_inp select
{
    cursor: pointer;
}

#invest_submit_btn
{
    background-color: #1237A7;
    color: white;
    border: none;
}

#invest_submit_disabled
{
    background-color: #ccc;
    color: white !important;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 400;
    pointer-events: none;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.swal-text
{
    text-align: center !important;
}


@media(max-width:767px)
{
   .invest_right {
      padding: 0px 0px 20px 0px; 
    }
    .invest_single {
        padding: 60px 0px 30px;
    }

    .invest_single .row
    {
        flex-direction: column-reverse;
    }

}

@media(min-width:768px) and (max-width: 1024px)
{  
    .invest_right {
        padding: 0px 0px 0px 20px;
    }
}
/*======= /invest single  =========*/

.error_msg
{
    color: red;
    /* display: none; */
}
.success_msg
{
    color: green;
    display: none;
}
.news_letter_error
{
    color: red;
    display: none;
}
.newsletter_final_success
{
    color: white;
    text-align: center;
    margin-top: 6px;
    margin-bottom:0px;
    font-size: 17px;
    font-weight: 500;
    display: none;
}
.newsletter_final_error
{
    color: red;
    text-align: center;
    margin-top: 6px;
    margin-bottom:0px;
    font-size: 17px;
    font-weight: 500; 
    display: none;
}

/*---- review page -----*/
@media(min-width:991px)
{
  .review_left
  {
    position: sticky;
    top: 100px;
  }
}

.review_right 
{
    padding-left: 20px;
}

@media(max-width:991px)
{
  .review_right 
    {
        padding-left: 0px;
    }
}

.review_right h4 
{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.review_item 
{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.review_rate i 
{
    font-size: 20px;
    color: orange;
    
}
.review_text p 
{
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    word-wrap: break-word;
}
.review_author 
{
    display: flex;
    margin-top: 15px;
    word-break: break-all;
}
.review_author img 
{
    width: 50px !important;
    margin-right: 15px;
}
.review_author h5 
{
    font-size: 18px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 2px;
}
.review_author h6 
{
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 2px;
}
/*---- /review page -----*/

/*---- support us -----*/
.support_us
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 111111;
}
.support_us a 
{
    background-color: tomato;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 4px;
}

/*---- /support us -----*/

/*---- support us page-----*/
.support_us_main
{
    padding: 90px 0;
}

.support_title{
    font-size: 40px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    margin-bottom: 0px;
}
.support_sub_title{
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.support_method ul 
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    margin-top: 30px;
}
.support_method ul li 
{
    display: block;
    margin: 2px 10px;
}
#checkout-button
{
    background-color: #1598F1;
    color: white;
    border: none;
    padding: 8px 40px;
    border-radius: 4px;
}
#checkout-button i {
    font-size: 36px;
}
.support_left img{
    width: 100%;
    max-height: 600px;
    height: 100%;
    object-fit: cover;
}

@media(max-width:767px)
{
    .support_us_main
    {
        padding: 50px 0;
    }
    .support_right
    {
        margin-top: 20px;
    }
    .support_left img{
        max-height: 400px;
    }
}

/*---- /support us page-----*/


/*---- advisor -----*/
.advisor
{
    padding: 60px 0;
}

.advisor_item
{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px 0;
    border-radius: 10px;
}

.advisor_item img{
    border-radius: 10px;
    height: 25vh;
    object-fit: contain;
}
.advisor_info
{
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
}
.advisor_right
{
   padding-left: 15px;
}
.advisor_left h1 
{
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 3px;
}
.advisor_left h2 
{
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 3px;
}
.advisor_left h4 
{
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:374px)
{
    .advisor_info {
        padding: 20px 12px;
        flex-direction: column;
    }
    .advisor_right {
        padding-left: 0px;
    }
}

.advisor_right a 
{
    white-space:nowrap;
}

@media(min-width:600px) and (max-width: 767px)
{
    .advisor_info {
        flex-direction: column;
    }
    .advisor_right {
        padding-left: 0px;
    }
}

.advisor_popup
{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 111;
}
.advisor_popup_inner
{
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 600px;
    width: 96%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 5px;
}
.advisor_img
{
    text-align: center;
}
.advisor_img img
{
    width: 60%;
    height: 200px;
    margin: auto;
    object-fit: contain;
}
.advisor_desc
{
    padding: 30px 30px;
}
.advisor_desc h2 
{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 12px;
}

.advisor_desc h3 
{
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.advisor_desc h4 
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.advisor_desc h5 
{
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

.advisor_desc p 
{
    margin: 0px 0;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.advisor_inner .owl-carousel .owl-dots
{
    display: none;
}
.advisor_inner .owl-carousel .owl-prev
{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: -90px;
}

.advisor_inner .owl-carousel .owl-prev span,.advisor_inner .owl-carousel .owl-next span
{
 font-size: 40px;
 background-color: #1237A7;
 display: inline-block;
 height: 40px;
 width: 40px;
 line-height: 35px;
 color: white;
 border-radius: 3px;
 align-items: center;
 text-align: center;
}

.advisor_inner .owl-carousel .owl-next
{
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: -90px;
}

@media(max-width:430px)
{
    .advisor_inner .owl-carousel .owl-prev{
        left:0px; 
        top: 24%;
    }
    .advisor_inner .owl-carousel .owl-next{
        right: 0px;
        top: 24%;
    }
}

@media(max-width:575px)
{
    .advisor_inner .owl-carousel .owl-prev{
        left:0px; 
        top: 40%;
    }
    .advisor_inner .owl-carousel .owl-next{
        right: 0px;
        top: 40%;
    }
}

@media(min-width:576px) and (max-width:620px)
{
    .advisor_inner .owl-carousel .owl-next {
        top: 45%;
        right: 0px;
    }
    .advisor_inner .owl-carousel .owl-prev{
        top: 45%;
        left: 0px;
    }
}

@media(min-width:621px) and (max-width:700px)
{
    .advisor_inner .owl-carousel .owl-next {
        top: 45%;
        right: -50px;
    }
    .advisor_inner .owl-carousel .owl-prev {
        top: 45%;
        left: -50px;
    }
}

@media(min-width:701px) and (max-width:767px)
{
    .advisor_inner .owl-carousel .owl-next{
        top: 45%;
        right: -70px;
    }
    .advisor_inner .owl-carousel .owl-prev {
        top: 45%;
        left: -70px;
    }
}

@media(min-width:768px) and (max-width:991px)
{
    .advisor_inner .owl-carousel .owl-next {
        top: 45%;
        right: -28px;
    }
    .advisor_inner .owl-carousel .owl-prev {
        top: 45%;
        left: -28px;
    }
}

@media(min-width:992px) and (max-width:1320px)
{
    .advisor_inner .owl-carousel .owl-next {
        top: 45%;
        right: -22px;
    }
    .advisor_inner .owl-carousel .owl-prev {
        top: 45%;
        left: -22px;
    }
   
}

@media(min-width:1400px) and (max-width:1500px)
{
    .advisor_inner .owl-carousel .owl-next {
        top: 45%;
        right: -22px;
    }
    .advisor_inner .owl-carousel .owl-prev {
        top: 45%;
        left: -22px;
    }
   
}

/*---- /advisor -----*/

