@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #fff;
}
.bussiness_progress_div{
    position: relative;
    top: -25px;
}
a{
    text-decoration: none;
}
/*Navbar_Section_Css==================*/
@media (min-width: 1400px){
.mng_container{
    max-width: 1550px;
}
}
.navbar_section{
    background: #146F86 0% 0% no-repeat padding-box;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 20;
}
.navbar{
    padding-bottom: 0;
    padding-top: 0;
}
.navbar-brand{
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.6px;
    position: relative;
    top: -10px;
}
.navbar-brand small{
    font-weight: 300;
    letter-spacing: 1px;
}
.nav_ogo{
    height: 70px;
}
.nav-link{
    letter-spacing: 1.7px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-link:hover{
    color: #C2B095 !important;
}
.nav_active {
    color:#fff
     !important;
}
.top_nav_div{
    display: flex;
    justify-content: end;
    gap: 20px;
    padding: 0px 26px;
    color: #fff;
    letter-spacing: 1.4px;
    position: relative;
    top: 10px;
}
.top_nav_div a{
    color: #fff;
}
.navbar-dark .navbar-toggler{
    box-shadow: none;
    border: none;
}
/*Home_section_one=====================*/
.home_section_one{
    margin-top: 60px;
    background-image: url(/img/forweb.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    background-position: center;
    align-items: center;
}
.home_sec1_img_div {
    background-image: url(/img/forweb.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}
.col_1{
    padding-left: 0;
    padding-right: 0;
}
.col_2{
    padding-left: 0;
    padding-right: 0;
}
.home_sec1_text_div{
    padding-top: 30px;
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.home_sec1_text_div h1{
    color: #146F86;
    font-weight: 900;
    font-size: 60px;
}
.home_sec1_text_div button{
    width: 100%;
    max-width: 450px;
    border: 1px solid #146F86;
    font-size: 20px;
    font-weight: 600;
    color: #146F86;
    letter-spacing: 2px;
    padding: 6px 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    transition: 0.5s;
}
.home_sec1_text_div button:hover{
    color: #fff;
    background-color: #146F86;
}
/* home_section_two====================*/
.home_section_two{
    /* background: #C2B095; */
    background: #e3d4bf;
    padding: 80px 0px;
}
.home_sec2_text_div{
    width: 100%;
    max-width: 635px;
    text-align: center;
    margin: auto;
}
.home_sec2_text_div h1{
    color: #fff;
    font-weight: bold;
    font-size: 39px;
}
.home_sec2_text_div p{
    color: #fff;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.home_sec3_btn_border_div{
    border: 1px solid #C2B095;
    width: 40px;
    margin-top: 70px;
}
.home_sec3_text_div button{
    border: none;
    background: #fff;
    color: #146F86;
    font-weight: bold;
    padding: 10px 0px;
    font-size: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}
/* home_section_three===================*/
.home_sec3_img_div{
   background-image: url(/img/RARE0110.jpg);
   width: 100%;
   height: 99vh;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: right;
}
.home_sec3_text_div {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}
.home_sec3_text_div h1{
    color: #146F86;
    font-weight: bolder;
    padding-bottom: 20px;
}
.home_sec3_text_div p{
    font: normal normal normal 20px/35px Roboto;
    padding-top: 10px;
    color: rgb(164 145 116);
    letter-spacing: 1px;
    opacity: 1;
}
.moretext {
    display: none;
  }
/* home_section_four====================*/
.home_section_four{
    background: #F1E5DC;
    height: 100%;
}
.home_sec4_title_div h1{
    padding-top: 50px;
    font-weight: 900;
    color: #146F86;
    text-align: center;
}
.home_sec4_img_div{
    position: relative;
    width: 100%;
}
.home_sec4_img_div img{
    width: 100%;
}
.home_sec4_img_div .sec4_img1{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}
.home_sec4_img_div .sec4_img2{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}
.home_sec4_img_div .sec4_img3{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}
.home_sec4_img_div .sec4_img4{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}
.home_sec4_img_div .sec4_img5{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}
.home_sec4_img_div .sec4_img6{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}
.home_sec4_img_div .sec4_img7{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
}
.home_sec4_img_div h2{
    font-weight: bold;
    color: #146F86;
    font-size: 28px;
}
.animation_text_div{
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.home_sec4_img_div .sec4_text1{
    position: absolute;
    width: 100%;
    max-width: 865px;
    top: 0;
    display: flex;
    justify-content: center;
}
.home_sec4_img_div .sec4_text2{
    position: absolute;
    left: 300px;
    top: 121px;
    width: 200px;
    text-align: end;
}
.home_sec4_img_div .sec4_text3{
    position: absolute;
    left: 200px;
    bottom: 300px;
    width: 200px;
    text-align: end;
}
.home_sec4_img_div .sec4_text4{
    position: absolute;
    left: 300px;
    bottom: 100px;
    width: 200px;
    text-align: end;
}
.home_sec4_img_div .sec4_text5{
    position: absolute;
    width: 200px;
    right: 250px;
    top: 121px;
}
.home_sec4_img_div .sec4_text6{
    position: absolute;
    right: 200px;
    bottom: 300px;
    width: 200px;
}
.home_sec4_img_div .sec4_text7{
    position: absolute;
    right: 200px;
    bottom: 120px;
    width: 300px;
}
/* Footer_section_Css=====================*/
.foooter_section{
    background: #C2B095;
    padding: 10px 0px;
}
.footer_text_main_div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer_left_div{
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.footer_left_div h4{
    margin-bottom: 0;
    letter-spacing: 1.3px;
    color: #146F86;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.footer_left_div h4 a{
    color: #146F86;
}
.footer_left_div h4 span{
    margin-left: 15px;
}
.footer_left_div h6{
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #fff;
    font-size: 16px;
}
.footer_left_div h6 span{
    letter-spacing: 1.3px;
    color: #146F86;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-left: 15px;
}
.footer_right_div h6{
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    width: 260px;
    text-align: end;
    text-transform: uppercase;
}
.footer_left_div a{
    color: #fff;
}
.footer_icons{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
}
/* Three_Page_Css_Start==============================================================================================*/
.three_section_one{
    position: relative;
    margin-top: 70px;
}
.three_sec1_img_div{
    position: relative;
    background-image: url(/img/5.png);
    height: auto;
    min-height: 90vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.three_sec1_upper_layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #146F86 0% 0%;
    mix-blend-mode: multiply;
    opacity: 1;
    z-index: 2;
}
.three_sec1_inner_text_div{
    position: relative;
    z-index: 3;
}
.three_sec1_inner_text_div h1{
    color: #fff;
    font-size: 80px;
    font-weight: bold;
}
.three_sec1_inner_text_div p{
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}
.three_sec1_card_div{
    background-color: #fff;
    height: auto;
    min-height: 400px;
    width: 100%;
    max-width: 470px;
    margin: auto;
    padding: 25px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 3;
}
.three_sec1_card_div p{
    font: italic normal normal 20px/24px Roboto;
    padding-top: 0px;
    font-style: italic;
    color: #146F86;
    letter-spacing: 1.2px;
    font-weight: 600;
    padding-bottom: 20px;
}
.three_sec1_card_div a{
    font: normal normal bold 20px/24px Roboto;
    margin: 40px 0px;
    color: #C2B095;
    letter-spacing: 1.2px;
    font-weight: 600;
    text-decoration: none;
}
.three_sec1_card_div h5{
    margin-top: 20px;
    font: normal normal bold 20px/24px Roboto;
    padding-top: 20px;
    font-weight: bold;
    color: #146F86;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.three_sec1_card_div button{
    background-color: #146F86;
    margin-top: 30px;
    font-weight: bold;
    color: #fff;
    border: none;
    padding: 10px 0px;
    width: 200px;
    letter-spacing: 3px;
}
.three_sec1_row {
    padding-top: 110px;
    padding-bottom: 50px;
}
/* Four_Page_Css_Start==============================================================================================*/
.four_section_one{
    padding-top: 100px;
    min-height: 87.7vh;
    margin-top: 70px;
}
.nav_pills_div{
    width: 100%;
    max-width: 550px !important;
    border-right: 1px solid #C2B095;
}
.tabs_flex_div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills .nav-link{
    color: #146F86 !important;
    text-align: end;
    font-size: 25px;
    margin-top: 25px;
    margin-right: 100px;
}
.tab-content>.tab-pane{
    margin-top: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #C2B095 !important;
    background-color: #fff;
}
.tab-content{
    width: 100%;
    max-width: 660px;
}
.tabs_inner_text_div{
    margin-left: 100px;
}
.tabs_inner_text_div p{
    color: #C2B095;
    line-height: 27px;
    font-weight: 500;
    letter-spacing: 2px;
}
.tabs_inner_text_div h5{
    padding-top: 30px;
    padding-bottom: 30px;
    color: #146F86;
    font-weight: bold;
}
/* Bussiness_Pages_CSS_Start======================================================================================*/
.bussiness1_section_one{
    height: auto;
    min-height: 87.7vh;
    margin-top: 70px;
}
.buss1_img_div{
    background-image: url(/img/4.jpg);
    width: 100%;
    height: 109vh;
    background-repeat: no-repeat;
    margin-top: 18px;
    background-size: contain;
    /* background-attachment: fixed; */
}
.buss1_sec1_text_main_div{
    padding:30px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left: 130px;
}
.buss1_title_div {
    position: relative;
}
.buss1_title_div h4{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
}
.buss1_title_div h4::before{
    content: "1";
    position: absolute;
    top: -110px;
    bottom: 0;
    left: -25px;
    right: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #85B9C5;
    opacity: 0.35;
    font-weight: bolder;
    font-size: 150px;
    z-index: -3;
}
.buss1_title_div p{
    margin-top: 30px;
    color: #C2B095;
    letter-spacing: 1px;
    font-style: italic;
    color: #C2B095;
    line-height: 35px;
}
.bussiness_under_text_border_div{
    border-bottom: 2px solid #85B9C5;
    margin: 50px 0px;
}
.buss1_guidline_div{
    margin-top: 20px;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    user-select: none;
}
.bussiness_last_btn_div{
    margin-top: 70px;
    display: flex;
    gap: 50px;
    text-align: center;
}
.bussiness_last_btn_div button{
    width: 160px;
    border: 1px solid #146F86;
    color: #146F86;
    background: transparent;
    padding: 5px 0px;
    font-weight: bold;
}
.bussiness_progress_bar_div{
    width: 100%;
    max-width: 500px;
    margin: auto;
   display: flex;
   justify-content: end; 
   padding-top: 20px;
   margin-top: 50px;
}
.mange_text{
    height: 106vh;
    overflow-y: auto;
}
.mange_text::-webkit-scrollbar{
    width: 0;
    height: 0;
}
progress {
    border: 0;
    height: 10px;
    border-radius: 10px;
}
progress::-moz-progress-bar {
    background: transparent;
    border-radius: 8px;
}
progress::-webkit-progress-value {
    background: #146F86;
    border-radius: 20px;
}
progress::-webkit-progress-bar {
    border: 0;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid gray;
}
.bussiness_progress_div p{
    margin-bottom: 0;
    text-align: end;
    font-size: 14px;
}
/* Bussiness_Two_Css==================================================================================================*/
.bussiness2_section_one{
    height: auto;
    min-height: 87.7vh;
    margin-top: 70px;
}
.buss2_img_div{
    background-image: url(/img/6.jpg);
    width: 100%;
    height: 109vh;
    background-repeat: no-repeat;
    background-size: contain;
    /* background-attachment: fixed; */
}
.buss2_sec1_text_main_div{
    padding:30px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left: 130px;
}
.buss2_title_div {
    position: relative;
}
.buss2_title_div h4{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
}
.buss2_title_div h4::before{
    content: "2";
    position: absolute;
    top: -110px;
    bottom: 0;
    left: -25px;
    right: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #85B9C5;
    opacity: 0.35;
    font-weight: bolder;
    font-size: 150px;
    z-index: -3;
}
.buss2_title_div p{
    margin-top: 30px;
    color: #C2B095;
    letter-spacing: 1px;
    font-style: italic;
    color: #C2B095;
    line-height: 35px;
}
.buss2_guidline_div{
    margin-top: 20px;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    user-select: none;
}
/* Bussiness_Three_Css==================================================================================================*/
.bussiness3_section_one{
    height: auto;
    min-height: 87.7vh;
    margin-top: 70px;
}
.buss3_img_div{
    background-image: url(/img/7.jpg);
    width: 100%;
    height: 109vh;
    background-repeat: no-repeat;
    background-size: contain;
}
.buss3_sec1_text_main_div{
    padding:30px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left: 130px;
}
.buss3_title_div {
    position: relative;
}
.buss3_title_div h4{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
}
.buss3_title_div h4::before{
    content: "3";
    position: absolute;
    top: -110px;
    bottom: 0;
    left: -25px;
    right: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #85B9C5;
    opacity: 0.35;
    font-weight: bolder;
    font-size: 150px;
    z-index: -3;
}
.buss3_title_div p{
    margin-top: 30px;
    color: #C2B095;
    letter-spacing: 1px;
    font-style: italic;
    color: #C2B095;
    line-height: 35px;
}
.buss3_guidline_div{
    margin-top: 20px;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    user-select: none;
}
/* Bussiness_Four_Css==================================================================================================*/
.bussiness4_section_one{
    height: auto;
    min-height: 87.7vh;
    margin-top: 70px;
}
.buss4_img_div{
   background-image: url(/img/9.jpg);
    width: 100%;
    height: 109vh;
    background-repeat: no-repeat;
    background-size: contain;
}
.buss4_sec1_text_main_div{
    padding:30px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left: 130px;
}
.buss4_title_div {
    position: relative;
}
.buss4_title_div h4{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
}
.buss4_title_div h4::before{
    content: "4";
    position: absolute;
    top: -110px;
    bottom: 0;
    left: -25px;
    right: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #85B9C5;
    opacity: 0.35;
    font-weight: bolder;
    font-size: 150px;
    z-index: -3;
}
.buss4_title_div p{
    margin-top: 30px;
    color: #C2B095;
    letter-spacing: 1px;
    font-style: italic;
    color: #C2B095;
    line-height: 35px;
}
.buss4_guidline_div{
    margin-top: 20px;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    user-select: none;
}
/* Bussiness_Five_Css==================================================================================================*/
.bussiness5_section_one{
    height: auto;
    min-height: 87.7vh;
    margin-top: 70px;
}
.buss5_img_div{
    background-image: url(/img/10.jpg);
    width: 100%;
    height: 109vh;
    background-repeat: no-repeat;
    background-size: contain;
}
.buss5_sec1_text_main_div{
    padding:30px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left:60px;
}
.buss5_title_div {
    position: relative;
}
.buss5_title_div h4{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
}
.buss5_title_div h4::before{
    content: "5";
    position: absolute;
    top: -110px;
    bottom: 0;
    left: -25px;
    right: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #85B9C5;
    opacity: 0.35;
    font-weight: bolder;
    font-size: 150px;
    z-index: -3;
}
.buss5_title_div p{
    margin-top: 30px;
    color: #C2B095;
    letter-spacing: 1px;
    font-style: italic;
    color: #C2B095;
    line-height: 35px;
}
.buss5_guidline_div{
    margin-top: 20px;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    user-select: none;
}
/* Bussiness_Six_Css==================================================================================================*/
.bussiness6_section_one{
    height: auto;
    min-height: 87.7vh;
    margin-top: 70px;
}
.buss6_img_div{
    background-image: url(/img/11.jpg);
    width: 100%;
    height: 109vh;
    background-repeat: no-repeat;
    background-size: contain;
}
.buss6_sec1_text_main_div{
    padding:30px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left: 60px;
}
.buss6_title_div {
    position: relative;
}
.buss6_title_div h4{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
}
.buss6_title_div h4::before{
    content: "6";
    position: absolute;
    top: -110px;
    bottom: 0;
    left: -25px;
    right: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #85B9C5;
    opacity: 0.35;
    font-weight: bolder;
    font-size: 150px;
    z-index: -3;
}
.buss6_title_div p{
    margin-top: 30px;
    color: #C2B095;
    letter-spacing: 1px;
    font-style: italic;
    color: #C2B095;
    line-height: 35px;
}
.buss6_guidline_div{
    margin-top: 20px;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    user-select: none;
}
/* Bussiness_Seven_Css================================================================================================*/
.bussiness7_section_one{
    height: auto;
    min-height: 87.7vh;
    margin-top: 70px;
}
.buss7_img_div{
    background-image: url(/img/12.jpg);
    width: 100%;
    height: 109vh;
    background-repeat: no-repeat;
    background-size: contain;
}
.buss7_sec1_text_main_div{
    padding:30px;
    width: 100%;
    max-width: 600px;
    padding: 20px;
    margin-left: 130px;
}
.buss7_title_div {
    position: relative;
}
.buss7_title_div h4{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
}
.buss7_title_div h4::before{
    content: "7";
    position: absolute;
    top: -110px;
    bottom: 0;
    left: -25px;
    right: 0;
    text-align: left;
    letter-spacing: 0px;
    color: #85B9C5;
    opacity: 0.35;
    font-weight: bolder;
    font-size: 150px;
    z-index: -3;
}
.buss7_title_div p{
    margin-top: 30px;
    color: #C2B095;
    letter-spacing: 1px;
    font-style: italic;
    color: #C2B095;
    line-height: 35px;
}
.buss7_guidline_div{
    margin-top: 20px;
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
    user-select: none;
}
/* Invest_Page_Css_Start================================================================================================*/
.invest_section_one{
    height: auto;
    min-height: 87.7vh;
    background: #fff;
    margin-top: 120px;
}
.invest_sec1_img_div{
    background-image: url(/img/Invest.png);
    width: 100%;
    height: 99.8vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}
.invest_sec1_text_div{
    width: 100%;
    max-width: 650px;
    margin: auto;
    padding: 10px 20px;
}
.invest_sec1_text_div h1{
    font-weight: bold;
    color: #146F86;
    letter-spacing: 1.4px;
    font-size: 45px;
}
.invest_sec1_text_div h5{
    color: #C2B095;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
    font-size: 24px;
    margin-top: 30px;
}
.invest_sec1_text_div button{
    transition: 0.5s;
    border: 1px solid #146F86;
    opacity: 1;
    background: transparent;
    font-weight: 600;
    width: 180px;
    padding: 6px 0px;
    color: #146F86;
    margin-top: 40px;
    letter-spacing: 3px;
}
.invest_sec1_text_div button:hover{
    background-color: #146F86;
    color: #fff;
}
/* Invest_Section_Two=====================*/
.invest_sec2_card_main_div{
    margin-top: 50px;
}
.invest_sec2_card_main_div h1{
    font-weight: bold;
    color: #146F86;
    text-align: center;
    font-size: 50px;
}
.invest_sec2_card_body_div{
    border: 1px solid #C2B095;
    margin-top: 20px !important;
    padding: 25px;
    width: 100%;
    max-width: 440px;
    text-align: center;
    height: auto;
    min-height: 450px;
    margin: auto;
}
.invest_sec2_card_border_div {
    border: 1px solid #C2B095;
    width: 100%;
    max-width: 160px;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin: auto;
}
.invest_sec2_card_body_div h3{
    color: #146F86;
    font-weight: 600;
    font-size: 22px;
}
.invest_sec2_last_text_div{
    padding-top: 30px;
    margin: 50px 0px;
    text-align: center;
}
.invest_sec2_last_text_div h4{
    color: #146F86;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
}
/* Expert_Page_CSS_Start================================================================================================*/
.expert_section_one{
    margin-top: 65px;
    height: auto;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.expert_sec1_text_div{
    width: 100%;
    max-width: 530px;
    margin: auto;
    text-align: end;
    position: relative;
}
.expert_sec1_text_div h1{
    font-weight: bold;
    color: #146F86;
    font-size: 50px;
    position: relative;
}
.invest_sec1_border_div{
    border: 1px solid #C2B095;
    width: 50px;
    position: absolute;
    right: 0;
    top: -20px;
}
.expert_sec1_text_div p{
    padding-top: 15px;
    letter-spacing: 1.5px;
    color: #C2B095;
}
.expert_sec1_img_div{
    background-image: url(/img/Group\ image\ final.jpg);
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Expert_Section_Two=======================*/
.expert_section_two{
    background: #F1E5DC;
    padding: 100px 0px;
}
/* Expert_Section_Three========================*/
.expert_section_three{
    margin: 60px 0px;
}
.expert_sec3_title_div h1{
    text-align: center;
    font-weight: 600;
    color: #146F86;
    font-size: 50px;
}
.expert_sec3_card_div{
    margin-top: 40px !important;
    width: 100%;
    max-width: 500px;
    height: auto;
    min-height: 400px;
    margin: auto;
    border: 1px solid #C2B095;
    padding: 30px;
}
.expert_sec3_input_div{
    margin-top: 20px !important;
}
.expert_sec3_input_div label{
    color: #4C8D9A;
    font-size: 15px;
}
.expert_sec3_input_div input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    color: #4C8D9A;
}
.expert_sec3_input_div select{
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    color: #4C8D9A;
    font-size: 15px;
}
.expert_sec3_input_div input::placeholder{
    color: #4C8D9A;
    font-size: 15px;
}
.expert_sec3_input_div textarea{
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    border: 1px solid #707070;
    color: #4C8D9A;
    font-size: 15px;
}
.expert_sec3_button_div {
    margin-top: 50px;
    text-align: center;
}
.expert_sec3_button_div button{
    background: #146F86;
    border: none;
    color: #fff;
    width: 170px;
    font-weight: 600;
    padding: 6px 0px;
    letter-spacing: 3px;
}
/* contact_section_one===================================================================================*/
.contact_section_one{
    height: auto;
    min-height: 85.7vh;
    padding-top: 50px;
    padding-bottom: 30px;
    margin-top: 70px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}
.contact_sec1_card1_div{
    width:100%;
    height: auto;
    min-height: 350px;
    padding: 20px;
    border: 0.5px solid #707070;
}
.contact_sec1_card1_text_div h5{
    color: #146F86;
    font-weight: 600;
    font-size: 15px;
}
.contact_sec1_card1_text_div h6{
    color: #146F86;
    font-weight: 600;
    font-size: 15px;
}
.contact_sec1_card1_text_div p{
    color: #C2B095;
    font-size: 14px;
}
.contact_input_div input{
    border: none;
    border-bottom: 1px solid #146F86;
    outline: none;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
}
.contact_input_div input::placeholder{
    color: #146F86;
    /* font-weight: 600; */
    letter-spacing: 0.67px;
}
.contact_last_btn_div {
    text-align: center;
    margin-top: 30px;
}
.contact_last_btn_div button{
    color: #fff;
    width: 180px;
    padding: 6px 0px;
    background: #146F86;
    border: none;
    letter-spacing: 3px;
    font-weight: bold;
}
.contact_section_1_card2_div{
    width: 100%;
    height: auto;
    min-height: 530px;
    background-color: #146F86;
}
/*==========================================================================================================*/
.nav_border{
    color: #C2B095 !important;
}
.nav_pills_div{
    position: relative;
}
.four_sec_active1{
    border-top: 1px solid #146F86;
    width: 120px;
    position: absolute;
    position: absolute;
    right: -60px;
    top: 50px;
}
.four_sec_active2{
    border-top: 1px solid #146F86;
    width: 120px;
    position: absolute;
    position: absolute;
    right: -60px;
    top: 130px;
}
.four_sec_active3{
    border-top: 1px solid #146F86;
    width: 120px;
    position: absolute;
    position: absolute;
    right: -60px;
    top: 205px;
}
.four_sec_active4{
    border-top: 1px solid #146F86;
    width: 120px;
    position: absolute;
    position: absolute;
    right: -60px;
    top: 285px;
}
.four_sec_active5{
    border-top: 1px solid #146F86;
    width: 120px;
    position: absolute;
    position: absolute;
    right: -60px;
    bottom: 220px;
}
.four_sec_active6{
    border-top: 1px solid #146F86;
    width: 120px;
    position: absolute;
    position: absolute;
    right: -60px;
    bottom: 150px;
}
.four_sec_active7{
    border-top: 1px solid #146F86;
    width: 120px;
    position: absolute;
    position: absolute;
    right: -60px;
    bottom: 65px;
}
.Description_padding{
    margin-left: 12px;
}
.container{
    max-width: 1550px !important;
}
.top_nav_for_mobile_div{
    border-top: 0.5px solid #C2B095 ;
    padding: 25px 0px;
    display: none;
}
.top_nav_for_mobile_div span{
    color: #fff;
}
.top_nav_for_mobile_div a{
    margin-top: 10px;
    text-decoration: none;
    color: #fff;
}
.swiper-pagination{
    display: none;
    position: relative;
    padding-bottom: 20px;
    top: 15px !important;
}
.sec4_accordion_main_div{
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.four_section_one_accordion{
    margin-top: 130px;
    height: auto;
    min-height: 81vh;
}
#four_sec_mobile{
    display: none;
}
.sec4_accordion_main_div{
    margin-top: 100px;
}
.accordion-item{
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #C2B095;
    background-color: #fff;
    box-shadow: none;
    font-weight: bolder;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button{
    color: #146F86;
    font-weight: bolder;
    font-size: 20px;
}
.home_sec4_gif_div img{
    width: 100%;
}
.accordion-button::after{
    background-image: url(/img/chevron.png);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(/img/chevron.png);
}
.bi-list{
    font-size: 30px;
    color: #fff !important;
}
.gif_mobile{
    display: none;
}
.expert_sec2_swiper_text_main_div:hover .swiper_slide_card_text_div{
    display: block;
}
.invest_logos_card_body_div{
    width: 100%;
    max-width: 350px;
    margin: auto;
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    /* border: 1px solid rgba(0, 0, 0, 0.8); */
    border-radius: 4px;
}
.invest_logo.no_padding{
    padding: 10px !important;
}
.invest_logos_main_div{
    padding: 0px 15px;
}
.invest_logo{
    padding: 35px;
    height: 120px;
    width: 100%;
    transition: 0.5s all;
    position: relative;
    top: 0;
    object-fit: contain;
}
.min_width_logo{
    height: 120px;
}
.min_width_logo2{
    height: 100px;
}
.min_width_logo3{
    height: 110px;
}
.invest_logos_card_text{
    transition: all 0.5s;
    display: none;
    padding: 10px;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
}
.invest_logos_card_text p{
    font-size: 15px;
    color: #fff;
}
.invest_logos_card_body_div:hover .invest_logos_card_text{
    display: flex;
}
.invest_logos_card_body_div:hover .invest_logo{
    transform: scale(1.1);
    position: relative;
    top: -40px;
}
@media (min-width:2600px){
    .expert_sec1_img_div {
        width: 100%;
        height: 940px;
    }
}
@media (min-width:1900px){
    .contact_section_one{
        height: auto;
        min-height: 94vh;
        display: flex;
        align-items: center;
    }
    .buss1_img_div{
        height: 100vh;
    }
    .buss2_img_div{
        height: 100vh;
    }
    .buss3_img_div{
        height: 100vh;
    }
    .buss4_img_div{
        height: 100vh;
    }
    .buss5_img_div{
        height: 100vh;
    }
    .buss6_img_div{
        height: 100vh;
    }
    .buss7_img_div{
        height: 100vh;
    }
    .mange_text{
        height: 100vh;
    }
}
@media (min-width:1600px){
    .invest_section_one .container-fluid{
        max-width: 1600px;
    }
}
@media (max-width:1570px){
    .expert_sec1_img_div {
        width: 100%;
        height: 440px;
    }
}
@media (max-width:1370px){
    .invest_sec1_text_div h1 {
        font-weight: bold;
        color: #146F86;
        letter-spacing: 1.4px;
        font-size: 36px;
    }
    .invest_logos_card_body_div:hover .invest_logo {
        transform: scale(1.07);
        position: relative;
        top: -10px;
    }
    .invest_logos_card_body_div {
        width: 100%;
        max-width: 350px;
        margin: auto;
        position: relative;
        height: 170px;
    }
    .invest_logos_card_body_div:hover .invest_logo {
        transform: scale(1.1);
        position: relative;
        top: -10px;
    }
    .invest_logos_card_text p {
        font-size: 12px;
        color: #fff;
    }.expert_sec1_img_div {
        width: 100%;
        height: 400px;
    }
    .invest_sec1_text_div h5 {
        font-size: 20px;
    }
    .swiper_slide_card_text_div p {
        font-size: 12px;
    }
    .home_sec1_text_div {
        width: 100%;
        max-width: 620px;
        margin: auto;
    }
    .container{
        max-width: 1290px !important;
    }
    .buss1_sec1_text_main_div {
        padding: 30px;
        width: 100%;
        max-width: 453px;
        padding: 20px;
        margin-left: 40px;
    }
    .buss1_img_div img {
        width: 100%;
        height: 129vh;
        object-fit: cover;
    }
    .buss2_sec1_text_main_div {
        padding: 30px;
        width: 100%;
        max-width: 600px;
        padding: 20px;
        margin-left: 40px;
    }
    .buss3_sec1_text_main_div {
        padding: 30px;
        width: 100%;
        max-width: 600px;
        padding: 20px;
        margin-left: 40px;
    }
    .buss3_img_div img {
        width: 100%;
        height: 130vh;
        object-fit: cover;
    }
    .buss4_sec1_text_main_div {
        width: 100%;
        max-width: 600px;
        padding: 20px;
        margin-left: 40px;
    }
    .buss4_img_div img {
        width: 100%;
        height: 127vh;
        object-fit: cover;
    }
    .buss5_sec1_text_main_div {
        width: 100%;
        max-width: 600px;
        padding: 20px;
        margin-left: 40px;
    }
    .buss5_img_div img {
        width: 100%;
        height: 135vh;
        object-fit: cover;
    }
    .buss6_sec1_text_main_div {
        width: 100%;
        max-width: 600px;
        padding: 20px;
        margin-left: 40px;
    }
    .buss6_img_div img {
        width: 100%;
        height: 125vh;
        object-fit: cover;
    }
    .buss7_sec1_text_main_div {
        width: 100%;
        max-width: 600px;
        padding: 20px;
        margin-left: 40px;
    }
    .buss7_img_div img {
        width: 100%;
        height: 125vh;
        object-fit: cover;
    }
    .expert_sec1_img_div img {
        width: 100%;
        height: 99.7vh;
        object-fit: cover;
    }
    .invest_sec1_text_div {
        width: 100%;
        max-width: 575px;
        margin: auto;
    }
    .nav-pills .nav-link {
        color: #146F86 !important;
        text-align: end;
        font-size: 20px;
        margin-top: 25px;
        margin-right: 100px;
    }
    .four_sec1_tabs_main_div{
        margin-bottom: 50px;
    }
    .four_section_one {
        padding-top: 100px;
        min-height: 87.7vh;
        margin-top: 15px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 200px;
        top: 121px;
        width: 200px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 120px;
        bottom: 250px;
        width: 200px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 200px;
        bottom: 100px;
        width: 200px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 200px;
        right: 200px;
        top: 121px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 150px;
        bottom: 250px;
        width: 200px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 130px;
        bottom: 100px;
        width: 300px;
    }
}
@media (max-width: 1282px){
.home_sec1_img_div {
    width: 100%;
    height: 82vh;
}
.home_sec1_text_div h1 {
    color: #146F86;
    font-weight: 900;
    font-size: 45px;
}
}
@media(max-width:1150px){
    .buss1_sec1_text_main_div,.buss2_sec1_text_main_div,.buss3_sec1_text_main_div,.buss4_sec1_text_main_div,.buss5_sec1_text_main_div,.buss6_sec1_text_main_div,.buss7_sec1_text_main_div{
        margin-left: 10px;
    }
    .bussiness_progress_div {
        position: relative;
        top: -20px;
    }
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 20px;
    }
    .home_sec1_text_div h1 {
        color: #146F86;
        font-weight: 900;
        font-size: 45px;
    }
    .home_sec1_text_div button {
        max-width: 390px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 150px;
        top: 100px;
        width: 200px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 120px;
        bottom: 220px;
        width: 160px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 150px;
        bottom: 100px;
        width: 200px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 200px;
        right: 150px;
        top: 100px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 100px;
        bottom: 220px;
        width: 200px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 100px;
        bottom: 100px;
        width: 250px;
    }
    .invest_sec1_text_div h1 {
        font-weight: bold;
        color: #146F86;
        letter-spacing: 1.4px;
        font-size: 45px;
    }
    .home_sec1_text_div {
        width: 100%;
        max-width: 459px;
        margin: auto;
    }
}
@media(max-width:1100px){
    .expert_sec1_img_div {
        width: 100%;
        height: 370px;
    }
}
@media (max-width: 1025px){
    .home_sec1_text_div {
        width: 100%;
        max-width: 450px;
        margin: auto;
    }
    .home_sec1_text_div h1 {
        color: #146F86;
        font-weight: 900;
        font-size: 54px;
    }
    .home_sec3_img_div {
        width: 100%;
        height: 680px;
    }
    .home_section_one {
        margin-top: 60px;
        width: 100%;
        height: 860px;
    }
}
@media (max-width:992px){
    .tabs_flex_div{
        display: flex;
        flex-direction: column;
    }
    .nav_border{
        display: none;
    }
    .expert_sec1_text_div{
        text-align: start;
        padding-left: 10px;
    }
    .invest_sec1_border_div {
        border: 1px solid #C2B095;
        width: 50px;
        position: absolute;
        left: 10px;
        top: -10px;
    }
    .top_nav_div {
        display: flex;
        justify-content: end;
        gap: 20px;
        padding: 0px 13px;
        color: #fff;
        letter-spacing: 1.4px;
        position: relative;
        top: 10px;
    }
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 18px;
    }
    .expert_sec1_img_div {
        width: 100%;
        height: 600px;
    }
    .mange_text{
        height: auto;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 100px;
        top: 80px;
        width: 200px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 80px;
        bottom: 220px;
        width: 160px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 120px;
        bottom: 100px;
        width: 170px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 200px;
        right: 100px;
        top: 80px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 70px;
        bottom: 220px;
        width: 200px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 100px;
        bottom: 100px;
        width: 200px;
    }
    .home_sec1_img_div {
        width: 100%;
        background-size: cover;
    }
    .home_sec1_text_div h1{
        padding-top: 20px;
    }
    .invest_sec1_img_div {
        height: 100vh;
        background-position: center;
        background-size: cover;
    }
    .invest_sec1_text_div{
        padding: 30px 0px;
    }
}
@media(max-width:913px){
    .buss1_img_div {
        width: 100%;
        height: 920px;
    }
    .buss2_img_div {
        width: 100%;
        height: 920px;
    }
    .buss3_img_div {
        width: 100%;
        height: 920px;
    }
    .buss4_img_div {
        width: 100%;
        height: 920px;
    }
    .buss5_img_div {
        width: 100%;
        height: 920px;
    }
    .buss6_img_div {
        width: 100%;
        height: 920px;
    }
    .buss7_img_div {
        width: 100%;
        height: 920px;
    }
}
@media (max-width:881px){
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 16px;
    }
    .home_sec3_text_div{
        margin-left: 0;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 60px;
        top: 80px;
        width: 200px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 80px;
        bottom: 180px;
        width: 120px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 120px;
        bottom: 90px;
        width: 130px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 160px;
        right: 100px;
        top: 80px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 70px;
        bottom: 180px;
        width: 160px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 80px;
        bottom: 90px;
        width: 180px;
    }
}
@media (max-width:768px){
    .invest_logos_card_body_div{
        margin-top: 50px;
    }
    .footer_right_div{
        padding-top: 0px;
    }
    .home_sec3_img_div{
        height: 600px;
        background-attachment: unset;
        background-position: bottom;
    }
    .buss1_sec1_text_main_div,
    .buss2_sec1_text_main_div,
    .buss3_sec1_text_main_div,
    .buss4_sec1_text_main_div,
    .buss5_sec1_text_main_div,
    .buss6_sec1_text_main_div,
    .buss7_sec1_text_main_div{
        margin-left: 20px;
    }
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 14px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 60px;
        top: 60px;
        width: 160px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 55px;
        bottom: 165px;
        width: 120px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 120px;
        bottom: 90px;
        width: 100px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 160px;
        right: 70px;
        top: 60px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 125px;
        bottom: 165px;
        width: 80px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 90px;
        bottom: 90px;
        width: 150px;
    }
    .top_nav_for_mobile_div{
        display: block;
    }
    .top_nav_div{
        display: none;
    }
    .navbar-brand img{
        margin-top: 15px;
    }
    .footer_left_div{
        display: none;
    }
    .footer_right_div h6{
        text-align: center;
        width: 100%;
    }
    .footer_text_main_div{
        justify-content: center;
    }
    .invest_sec1_text_div button{
        margin-bottom: 50px;
    }
    .invest_sec1_img_div {
        height: 70vh;
        background-position: center;
        background-size: cover;
    }
    .three_sec1_row {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .invest_sec1_text_div h5 br{
        display: none;
    }
    .invest_sec1_text_div h1{
        padding-top: 20px;
    }
    .swiper-pagination{
        display: block;
    }
    .exper_sec2_swiper_icon{
        display: none;
    }
    .expert_sec1_text_div{
        padding-bottom: 30px;
    }
    .expert_sec1_text_div h1{
        padding-top: 30px;
        font-size: 30px;
    }
    .expert_sec1_img_div{
        height: 60vh;
        background-position: top;
    }
    .tabs_inner_text_div{
        margin-left: 0;
    }
    #four_sec_web{
        display: none;
    }
    #four_sec_mobile{
        display: block;
    }
}
@media (max-width:680px){
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 13px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 110px;
        top: 40px;
        width: 90px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 80px;
        bottom: 150px;
        width: 70px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 120px;
        bottom: 80px;
        width: 70px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 90px;
        right: 90px;
        top: 40px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 100px;
        bottom: 150px;
        width: 60px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 50px;
        bottom: 80px;
        width: 140px;
    } 
    .home_sec1_img_div {
        width: 100%;
        height: 90vh;
        margin-top: 14px;
    }
}
@media (max-width:600px){
    .expert_sec1_text_div p{
        padding: 15px 15px 10px 5px;
    }
    .home_sec2_text_div p{
        display: none;
    }
    .home_sec2_text_div p .br{
        display: none;
    }
    .home_sec2_text_div h1 {
        font-weight: bold;
        font-size: 25px !important;
    }
    .home_sec1_text_div h1{
        color: #146F86;
        font-weight: 900;
        font-size: 40px;
    }
    .home_sec1_img_div img{
     height: 400px;   
    }
    .home_sec1_text_div{
        padding-left: 20px;
        padding-top: 30px;
    }
    .home_sec1_text_div button {
        font-size: 15px;
        width: 100%;
        max-width: 320px;
        margin-bottom: 60px;
    }
    .three_sec1_inner_text_div h1 {
        font-size: 45px;
    }
    .three_sec1_card_div h5{
        margin-top: 0;
        font-size: 13px;
    }
    .three_sec1_card_div p{
        font-size: 16px;
        margin-bottom: 0;
    }
    .three_sec1_upper_layer {
        padding-top: 80px;
    }
    .bussiness_last_btn_div {
        margin-top: 70px;
        display: flex;
        gap: 10px;
        text-align: center;
        flex-wrap: wrap;
    }
    .invest_sec1_text_div{
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .invest_sec1_text_div h1 {
        font-size: 24px;
    }
    .invest_sec1_text_div h5 {
        font-size: 20px;
    }
    .invest_sec1_img_div img {
        height: 50.7vh;
        width: 100%;
        object-fit: cover;
    }
    .bussiness_progress_div {
        position: relative;
        top: -30px !important;
    }
    .nav-pills .nav-link {
        color: #146F86 !important;
        text-align: start;
        font-size: 15px;
        margin-top: 10px;
        margin-right: 50px;
    }
    .four_sec_active {
        border-top: 2px solid #146F86;
        width: 67px;
        position: absolute;
        right: -18px;
        top: 43px;
    }
    .nav_pills_div{
        width: 65%;
    }
    .four_sec_active1 {
        border-top: 2px solid #146F86;
        width: 100px;
        position: absolute;
        right: -50px;
        top: 50px;
    }
    .four_sec_active2 {
        border-top: 2px solid #146F86;
        width: 100px;
        position: absolute;
        right: -50px;
        top: 50px;
    }
    .four_sec_active3 {
        border-top: 2px solid #146F86;
        width: 100px;
        position: absolute;
        right: -50px;
        top: 50px;
    }
    .four_sec_active4 {
        border-top: 2px solid #146F86;
        width: 100px;
        position: absolute;
        right: -50px;
        top: 50px;
    }
    .four_sec_active5 {
        border-top: 2px solid #146F86;
        width: 100px;
        position: absolute;
        right: -50px;
        top: 50px;
    }
    .four_sec_active6 {
        border-top: 2px solid #146F86;
        width: 100px;
        position: absolute;
        right: -50px;
        top: 50px;
    }
    .four_sec_active7 {
        border-top: 2px solid #146F86;
        width: 100px;
        position: absolute;
        right: -50px;
        top: 50px;
    }
    .buss1_sec1_text_main_div,
    .buss2_sec1_text_main_div,
    .buss3_sec1_text_main_div,
    .buss4_sec1_text_main_div,
    .buss5_sec1_text_main_div,
    .buss6_sec1_text_main_div,
    .buss7_sec1_text_main_div{
        margin-left: 5px;
    }
    .buss1_img_div {
        width: 100%;
        height: 600px;
        margin-top: 0;
    }
    .buss4_img_div{
        height: 600px;
    }
    .buss1_sec1_text_main_div {
        padding: 5px;
    }
    .bussiness_last_btn_div{
        margin-bottom: 50px;
    }
    .buss2_img_div{
        height: 600px;
    }
    .buss2_sec1_text_main_div {
        padding: 10px;
    }
    .buss3_img_div {
        width: 100%;
        height: 600px;
    }
    .buss3_sec1_text_main_div{
        padding: 10px;
    }
    .buss3_title_div h4{
        font-size: 20px;
    }
    .buss4_title_div h4{
        font-size: 20px;
    }
    .buss4_sec1_text_main_div{
        padding: 10px;
    }
    .buss5_img_div{
        height: 600px;
    }
    .buss5_title_div h4{
        font-size: 20px;
    }
    .buss6_img_div{
        height: 600px;
    }
    .buss6_sec1_text_main_div{
        padding: 10px;
    }
    .buss7_img_div{
        height: 600px;
    }
    .buss7_sec1_text_main_div{
        padding: 10px;
    }
    .buss7_title_div h4{
        font-size: 18px;
    }
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 12px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 110px;
        top: 30px;
        width: 90px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 80px;
        bottom: 130px;
        width: 70px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 100px;
        bottom: 60px;
        width: 70px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 80px;
        right: 90px;
        top: 30px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 90px;
        bottom: 130px;
        width: 60px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 40px;
        bottom: 60px;
        width: 130px;
    } 
}
@media (max-width:530px){
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 11px;
    }
    .tabs_inner_text_div p{
        margin-bottom: 0;
        font-size: 14px;
    }
    .gif_web{
        display: none;
    }
    .gif_mobile{
        display: block;
    }
    .buss1_img_div {
        width: 100%;
        height: 400px;
        margin-top: 0;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 80px;
        top: 30px;
        width: 80px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 60px;
        bottom: 110px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 90px;
        bottom: 50px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 60px;
        right: 80px;
        top: 30px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 60px;
        bottom: 110px;
        width: 60px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 25px;
        bottom: 50px;
        width: 120px;
    } 
}
@media (max-width: 500px){
    .home_sec1_img_div {
        width: 100%;
        height: 410px;
        margin-top: 14px;
        background-size: cover;
    }
    .home_sec3_text_div p{
        font: normal normal normal 20px/35px Roboto;
        padding-top: 10px;
        color: #146F86;
        letter-spacing: 1px;
        opacity: 1;
    }
    .buss1_img_div{
        height: 500px;
    }
    .buss2_img_div{
        height: 500px;
    }
    .buss3_img_div{
        height: 500px;
    }
    .buss4_img_div{
        height: 500px;
    }
    .buss5_img_div{
        height: 500px;
    }
    .buss6_img_div{
        height: 500px;
    }
    .buss7_img_div{
        height: 500px;
    }
}
@media (max-width:475px){
    .home_sec1_text_div button {
        font-size: 14px;
        width: 100%;
        max-width: 300px;
        margin-bottom: 60px;
    }
    .home_sec1_text_div h1 {
        color: #146F86;
        font-weight: 900;
        font-size: 35px;
    }
    .home_section_one{
        height: auto;
        min-height: 475px;
        background-image: none
    }
    .home_sec3_img_div{
        background-attachment: unset;
        height: 550px;
    }
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 10px;
    }
    .invest_logos_main_div .row{
        --bs-gutter-x: 0rem;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 60px;
        top: 20px;
        width: 80px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 50px;
        bottom: 95px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 70px;
        bottom: 40px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 60px;
        right: 70px;
        top: 20px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 50px;
        bottom: 95px;
        width: 60px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 20px;
        bottom: 40px;
        width: 110px;
    } 
}
@media (max-width:400px){
    .home_sec3_img_div {
        width: 100%;
        height: 580px;
    }
    .buss1_img_div{
        height: 400px;
    }
    .buss2_img_div{
        height: 400px;
    }
    .buss3_img_div{
        height: 400px;
    }
    .buss4_img_div{
        height: 400px;
    }
    .buss5_img_div{
        height: 400px;
    }
    .buss6_img_div{
        height: 400px;
    }
    .buss7_img_div{
        height: 400px;
    }
    .bussiness_last_btn_div button {
        width: 102px;
        border: 1px solid #146F86;
        color: #146F86;
        background: transparent;
        padding: 5px 0px;
        font-weight: bold;
    }
    .navbar-brand {
        font-weight: 600;
        line-height: 20px;
        letter-spacing: 1.6px;
        position: relative;
        top: -3px;
    }
    .tabs_inner_text_div {
        margin-left: 0px;
    }
    .nav_pills_div {
        width: 75%;
    }
    .nav-pills .nav-link {
        font-size: 12px;
    }
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 8px;
    }
    .home_section_one {
        width: 100%;
        height: auto;
        min-height: 600px;
        background-size: contain;
    }
    .expert_sec1_img_div {
        height: 300px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 25px;
        top: 18px;
        width: 70px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 20px;
        bottom: 80px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 40px;
        bottom: 30px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 60px;
        right: 35px;
        top: 18px;    
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 30px;
        bottom: 80px;
        width: 60px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 16px;
        bottom: 30px;
        width: 86px;
    } 
    .home_sec2_text_div{
        padding: 0px 10px;
    }
    .home_sec2_text_div h1 {
        font-weight: bold;
        font-size: 24px !important;
    }
}
@media (max-width:360px){
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 6px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 25px;
        top: 18px;
        width: 70px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 15px;
        bottom: 65px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 30px;
        bottom: 25px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 60px;
        right: 25px;
        top: 18px;    
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 15px;
        bottom: 65px;
        width: 60px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 20px;
        bottom: 30px;
        width: 70px;
    } 
}
@media (max-width:320px){
    .expert_sec1_img_div {
        height: 195px;
    }
    .buss1_img_div {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }
    .buss2_img_div {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }
    .buss3_img_div {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }
    .buss4_img_div {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }
    .buss5_img_div {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }
    .buss6_img_div {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }
    .buss7_img_div {
        width: 100%;
        height: 300px;
        margin-top: 0;
    }
    .home_sec1_text_div h1{
        color: #146F86;
        font-weight: 900;
        font-size: 30px;
    }
    .home_sec1_text_div{
        padding-left: 15px;
        padding-top: 30px;
    }
    .home_sec1_img_div img{
     height: 350px;   
    }
    .home_sec1_text_div button{
            font-size: 11px;
            width: 100%;
            max-width: 240px;
    }
    .three_sec1_inner_text_div h1 {
        font-size: 35px;
    }
    .three_sec1_upper_layer {
        padding-top: 50px;
    }
    .invest_sec2_card_main_div h1 {
        font-weight: bold;
        color: #146F86;
        text-align: center;
        font-size: 25px;
    }
    .invest_sec1_text_div h1 {
        font-size: 19px;
    }
    .invest_sec1_text_div h5 {
        font-size: 14px;
        margin-top: 20px;
    }
    .home_sec4_img_div h2 {
        font-weight: bold;
        color: #146F86;
        font-size: 6px;
    }
    /* ..................................... */
    .home_sec4_img_div .sec4_text1{
        position: absolute;
        width: 100%;
        max-width: 865px;
        top: 0;
        display: flex;
        justify-content: center;
    }
    .home_sec4_img_div .sec4_text2{
        position: absolute;
        left: 8px;
        top: 18px;
        width: 70px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text3{
        position: absolute;
        left: 5px;
        bottom: 45px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text4{
        position: absolute;
        left: 15px;
        bottom: 15px;
        width: 55px;
        text-align: end;
    }
    .home_sec4_img_div .sec4_text5{
        position: absolute;
        width: 60px;
        right: 17px;
        top: 18px;
    }
    .home_sec4_img_div .sec4_text6{
        position: absolute;
        right: 10px;
        bottom: 50px;
        width: 60px;
    }
    .home_sec4_img_div .sec4_text7{
        position: absolute;
        right: 9px;
        bottom: 20px;
        width: 70px;
    } 
    .navbar-brand img{
        height: 40px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .home_sec1_img_div{
        margin-top: 0;
        height: 385px;
    }
}
