@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Basic&family=Condiment&family=Dancing+Script&family=Dosis:wght@400;500&family=Josefin+Sans&family=Kanit:wght@300&family=Lexend:wght@200&family=Libre+Baskerville&family=Long+Cang&family=Montserrat&family=Oswald&family=Pacifico&family=Roboto+Mono&family=Zilla+Slab:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    font-family: "Dosis", sans-serif;
}
body{
    background: #ccc;
    overflow-x: hidden;
}
.Navbar_Style{
    width: 100%;
    height: auto;   
    position: fixed;
    z-index: 999;
}


/*----------Start Navber 1--------*/
.linear1{
    width: 100%;
    height: 5px;
    background-color: #000000;
}
.bank_color1{
    background-color:rgb(255, 255, 255);
    width: 100%;
    height: 50px;
    
}

/*  */
.account {
    transform: skew(-50deg);
    color: white;
    margin-top: -10px;
    display: flex;
    /* align-items: center; */
}

.login_page {
    cursor: pointer;
    margin-right: 50px;
    display: inline-block;
    height: auto;
}

.login_page p i {
    margin: 0px 10px 0px 10px;
}

.login_page p {
    margin: 0px 10px 0px 10px;
}

.account_main {
    color: #fff;
    padding: 15px;
}

.top2 {
    display: none;
}

/* Updated animation logic */
.login_link {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.login_link.open {
    max-height: 500px;
    opacity: 1;
}

.login_bar {
    z-index: 99999999;
    position: relative;
    min-width: 190px;
    margin-left: 30px;
}

.login_bar a {
    text-decoration: none;
    color: #fff;
}

.login_link li {
    list-style: none;
    padding: 5px 10px;
    background-color: #050505;
    transition: 0.1s;
}

.login_link li i {
    color: #fff;
    width: 20px;
    height: 20px;
}

.login_link li:hover {
    background: #F25822;
}

.login_link li a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-size: 15px;
}
.my_user p{
    padding: 15px 5px;
    margin-right: 5px;
}
.my_user a{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.my_user a:hover{
    color: #F25822;
}
.my_user i{
    margin: 0px 5px;
}


/*  */

.navbar1{
    width: 80%;
	height: 40px;
	transform: skew(50deg);
    background: #000000;
    margin-left: 30%;
    display: flex;
    position: fixed;
    z-index: 9;

}
.time_area{
    display: flex;
    padding: 10px 10px 10px 40px;
    color: white;
}
.time_area p{
    transform: skew(-50deg);
}
.time_area i{
    transform: skew(-50deg);
    padding-right: 10px;
}
.time_area i:hover{
    color: #F25822;
}
.icon_area{
    transform: skew(-50deg);
    padding: 0px 80px 10px 40px;
}
.icon_area a{
    text-decoration: none;
}
.icon_area a i{
    padding: 10px;
    cursor: pointer;
    color: #fff;
    background-color: #131313;
    border-radius: 5px;    
}
.icon_area a i:hover{
    background-color: #F25822;
}

/*----------Start Navber 2--------*/
.navbar2{
    width: 100%;
	height: 60px;  
    display: flex;
}
.bank_color2{
    background-color:rgb(255, 255, 255);
}
.navbar2 img{
    width: 170px;
    height: 160px;
    margin-top: -55px;
    margin-left: 100px;
}
.Contact_top_page{
    display: flex;
    padding:5px 10px 10px 150px;
}
.Contact_top_page span{
    display: flex;
}
.Contact_top_page span p{
    margin-left: 10px;
    color: #555;
    line-height: 20px;
    font-size: 15px;
}
.Contact_top_page span p b{
    color: #2F3967;
}
.Contact_top_page span i{
    color: #F25822;
    font-size: 25px;
    padding: 10px;
    margin-left: 50px;
}
.Contact_top_page a{
    text-decoration: none;
}
.Contact_top_page button{
    padding: 10px 10px;
    min-width: 170px;
    background: #F25822;
    border: none;
    border-radius: 2px;
    border-bottom-right-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 17px;
    display: flex;
    align-items: center;
    margin: 9px 20px 0px 20px;
    text-align: center;

}
.Contact_top_page_btn_2{
    border-bottom-right-radius: 2px !important;
}
.Contact_top_page button i{
    margin-right: 5px;
}
.Contact_top_page button:hover{
    background: #833518;
}
/*----------Start Navber 3--------*/
.navbar3{
    width: 80%;
    height: 50px;
    transform: skew(-50deg);
    background: #F25822;
    margin-left: 30%;
}
.bank_color3{
    background-color:rgb(255, 255, 255);
    height: 39px;
}
.navbar3 ul{
    display: flex;
    transform: skew(50deg);
    padding: 5px;
    margin-left: 50px;
}
.navbar3 ul li{
    list-style: none;
    padding: 5px;
    padding-top: 10px;
}
.navbar3 ul li a{
    text-decoration: none;
    color: white;
    padding: 16px 10px 16px 10px;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    
}
.navbar3 ul li a:hover{
    background: #12033385;
    transition: 0.5s;
    border-radius: px;
}
.search{
    display: flex;
}
.search i{
    padding: 13px 15px 15px 15px;
    color: #fff;
    cursor: pointer;
}
.search i:hover .search input{
    display: block;   
}
.search input{
    display: block;
    border: none;
    border-radius: 2px;
    width: 150px;
    height: 30px;
    margin-top: 5px;
    padding: 10px;
}
.linear2{
    background-color: #F25822;
    width: 100%;
    height: 4px;
    position: absolute;
    margin-top: 39px;
}
/*------------Main Navbar Section------------*/
.Navbar_main{
    width: 100%;
    height: 70px;
    position: fixed;
    background: #0c092b;
    display: none;    
}
.main_logo{
    margin: 5px 10px 10px 10px;

}
.main_logo img{
    width: 60px;
    height: 60px;
}

/* ============================ */



/* =============================== */
/*----------Finished Navber Saction--------*/

.body_sider{
    background-image: url("../../image/2.jpg");
    width: 100%;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #0c092b;
}
@keyframes anim-lineUp {
    0% {
      opacity: 0;
      transform: translateX(80%);
    }
    20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
      transform: translateX(0%);
    }
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
.Top_head_text{
    padding: 300px 10px 10px 150px;
}
.Top_head_text small{
    padding: 10px;
    font-size: 15px;
    color: rgb(31, 30, 30)2c;
}
.Top_head_text h1{
    padding: 10px;
    font-size: 50px;
    color: #2b2b2b;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    animation: 5s anim-lineUp ease-out;
}
.Top_head_text h1 span{
    color: #F25822;
    font-family: 'Dosis', sans-serif;
    
}
.Top_head_text p{
    width: 50%;
    color: #1b1b1b;
    padding: 10px;
    font-size: 18px;
    animation: 4s anim-lineUp ease-out;    
}
.Top_head_text button{
    width: 150px;
    height: 40px;
    background: #F25822;
    margin: 30px 10px 10px 10px;
    border: none;
    border-radius: 2px;
    border-bottom-right-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
}
.Top_head_text button:hover{
    background: #833518;
}
/*-----------------Start Why Choose Us Section-------*/
.Choose{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.Choose h1{
    padding: 20px 10px 10px 50px;
    font-size: 30px;
    color: #0e0e0e;
    font-weight: normal;  
}
.Choose h1 b{
    color: #F25822;
}
.main_choose_box{
    display: flex;
}
.text_box_total{
    width: 65%;

}
.text_box_1{
    display: flex;
    width: 50%;
    height: auto;
    margin: 10px 5px 5px 20px;
}
.text_box_1 img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 50px;
    padding: 5px;
    margin: 20px 5px 5px 5px;
}
.text_box_1 h2{
    font-weight: normal;
    margin: 10px;
}
.text_box_1 h2 b{
    color: #0c0625;
}
.text_box_1 p{
    text-align: justify;
    padding: 10px;
}
.text_box{
    display: flex;
}
.image_box{
    width: 35%;
    overflow: hidden;
}
.image_box img{
    width: 100%;
}
/*--------Start Our Working Process  Section------------*/
.work{
    width: 100%;
    height: auto;
    
    background: linear-gradient(0deg, rgb(216, 221, 238) 0%, rgb(216, 221, 238) 83%);
}
.work_top{
    padding: 10px 10px 10px 20px;
}
.work_top h1{
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    padding: 20px;
}
.work_top h1 b{
    color: #F25822;
}
.work_top p{
    width: 90%;
    text-align: left;
    padding: 10px 10px 10px 20px;

}
.work_box_line{
    display: flex;
    justify-content: center;
}
.work_box1{
    width: 390px;
    height: 650px;
    margin: 10px;
    box-shadow: 2px 5px 5px white;
    position: relative;
    z-index: 0;
    
}
.work_box1 img{
    width: 100%;
    height: 300px !important;

}
.work_box1 h3{
    text-align: center;
    padding: 10px;
    font-size: 25px;
    color: #F25822;
}
.work_box1 p{
    text-align: justify;
    padding: 10px;
    color: rgb(20, 20, 20);
}
.work_box1 button{
    width: 150px;
    padding: 10px 15px;
    /* height: auto; */
    background: #F25822;
    margin:15px 5px;
    text-align: center;
    border: none;
    border-radius: 2px;
    border-bottom-right-radius: 25px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    bottom: 10px;

}
.work_box1 button:hover{
    background-color: #7c2f13;
    
}


/*--------Start Join Box  Section------------*/
.join_boxs{
    width: 100%;
    height: 70px;
    background-color: #F25822;

}
.join_boxs1{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.join_boxs1 i{
    font-size: 50px;
    color: #0c092b;
    padding: 10px;
}
.join_boxs1 p{
    font-size: 20px;
/*    font-family: Arial, Helvetica, sans-serif;*/
    margin: 0px 10px 10px 20px;
}
.join_boxs1 button{
    width: 150px;
    height: 40px;
    background: #0c092b;
    margin: 0px 10px 10px 50px;
    border: none;
    border-radius: 2px;
    border-bottom-right-radius: 25px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: 0.5s;
    font-size: 15px;
}
.join_boxs1 button:hover{
    background-color: #7c2f13;
    
}
/*--------Start Footer Section------------*/
Footer{
    width: 100%;
    height: auto;
    background-image: url('image/99.png');
    background-position: center;
    background-size: cover;    
    background: #000000;
    display: flex;
    justify-content: center;
}
footer div{
    margin: 20px 10px 10px 10px;
    width: 300px;
    height: auto;
    border: none;
    padding: 10px;
}
.rocky_footer_head{
    padding: 10px;
}
.rocky_footer_head p{
    padding-top: 10px;
    color: #fff;
    text-align: justify;
}
.rocky_footer_head span{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    
}
.rocky_footer_head i{
    color: #fff;
    margin: 10px 0px 0px 2px;
    padding: 10px 10px 10px 10px;
    background-color: #131313;
    border-radius: 5px;
}
.rocky_footer_head i:hover{
    background-color: #F25822;

}
footer div h2{
    color: #fff;
}
.Service{
    padding: 30px 0px 0px 90px;
    margin: 0;
}
.Service ul li{
    list-style: none;
    margin-top: 10px;
}
.Service ul li a{
    text-decoration: none;
    color:#fff;
    
}
.Adress span{
    display: flex;
    color: #fff;
    padding: 0px;


}
.Adress span i{
    padding: 13px;
    color: #fff;
}
.Adress span p{
    padding: 10px;
    color: #fff;
}
.hour span{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #fff;
    color: #fff;
    padding-top: 10px;
}
.copy_area{
    text-align: center;
    background-color: #F25822 ;
    color: #fff;
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #F25822;
}