/* Font family  */
@font-face {
    font-family: 'ExtraBold';
    src: url('../font/Gilroy-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Bold';
    src: url('../font/Gilroy-Bold.ttf') format('truetype');
}
@font-face {
    font-family: '400';
    src: url('../font/Gilroy-Regular.ttf') format('truetype');
}
/* Common Css  */
body{
    background-color: #000000;
    max-width: 100%;
    overflow-x: hidden;
}
body, html {
    overflow-x: hidden; /* Prevent horizontal scroll on the entire page */
  }




/* ===== Navbar Css Here  */
.navbar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: top 0.5s ease-in-out; /* Smooth animation */
}
.navbar .container{
    border-bottom: 1px solid #ffffff2f;
}
.navbar.fixed {
    position: fixed;
    top: 0;
    background-color: #000000;
    z-index: 99999;
}
.navbar-brand img{
    height: 65px;
}
.nav-link{
    font-family: 400;
    font-size: 16px;
    line-height: 18.56px;
    text-align: left;
    color: #ffffff;
    transition: all .3s linear;
    margin-right: 10px;
}
.nav-link:hover{
    color: #4A5885;
}
.nav-item {
	margin-top: -46px;
}
.getInbtne{
    font-family: Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.96px;
    text-align: center;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    background-color: #ffffff2f;
    border: 1px solid #ffffff3c;
    transition: all .3s linear;
}
.getInbtne:hover{
    color: #4A5885;
}

/* ===== Banner Area Css Here  */
#banner_area{
    background-image: url(../images/banner/banner_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.banner_overlay{
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.banner_text{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    width: 100%;
}
.banner_text span{
    font-family: ExtraBold;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 6px;
}
.banner_text .hr_div {
	background-color: #ffffff;
	width: 70px;
	height: 2px;
	margin-right: 32px;
	margin-top: 15px;
	margin-left: -20px;
}
.banner_text h1 {
    font-family: ExtraBold;
    font-size: 72px;
    font-weight: 800;
    line-height: 105.86px;
    color: #ffffff;
}
.scroll_down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	font-family: Bold;
	font-size: 18px;
	font-weight: 700;
	line-height: 21.76px;
	background-color: transparent;
	border: none;
	color: #4A5885;
	animation: jiggle 1.5s ease infinite;
}
@keyframes jiggle {
    0% { font-size: 18px; }
    25% { font-size: 20px; }
    50% { font-size: 22px; }
    75% { font-size: 20px; }
    100% { font-size: 18px; }
}
.scroll_down img{
    margin-left: 16px;
    margin-top: -4px;
}
.follow_us_btn{
    position: absolute;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    z-index: 999;
}
.follow_us_btn{
    font-family: Bold;
    font-size: 18px;
    line-height: 21.76px;
    color: #FFFFFF;
}
.follow_us_btn p{
    font-family: Bold;
    font-size: 18px;
    line-height: 21.76px;
    color: #FFFFFF;
}
.follow_us_btn i{
    margin-left: 24px;
    color: #ffffff;
}
.banner_text p{
    font-family: ExtraBold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 16px;
}
.banner_text .getInbtn{
    font-family: Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.96px;
    text-align: center;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    background-color: #ffffff2f;
    border: 1px solid #ffffff3c;
    margin-top: 35px !important;
}
#scrollButton3{
    text-decoration: none;
}
#scrollButton3:hover{
    color: #4A5885;
}

#banner_two{
    padding-top: 100px;
    padding-bottom: 20px;
    background-image: url(../images/banner/banner_two_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#banner_two p {
	font-family: Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
	z-index: 9;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 24px;
}
.kjhjh {
	font-family: Bold;
	font-size: 16px;
	font-weight: 700;
	line-height: 22.96px;
	text-align: center;
	color: #ffffff;
	padding: 16px 35px !important;
	text-decoration: none;
	background-color: #ffffff2f;
	border: 1px solid #ffffff3c;
	transition: all .3s linear;
}
.bannen_two_over{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.mbbtn{
    position: relative;
    z-index: 9;
}
.mhjh{
    margin-top: 124px;
    position: relative;
    z-index: 9;
    text-decoration: none;
}
.mhjh:hover{
color: #4A5885;
}
/* ===== About Us Area  */
#about_area{
    position: relative;
}
#about_area .container{
    border-top: 1px solid #ffffff2f;
}
.about_text{
    margin-top: 72px;
}
.about_text span{
    font-family: ExtraBold;
    font-size: 18px;
    letter-spacing: 6px;
    color: #4A5885;
}
.about_text .hr_div {
	background-color: #4A5885;
	width: 70px;
	height: 2px;
	margin-right: 32px;
	margin-top: 15px;
}
.about_text .about_h3{
    font-family: ExtraBold;
    font-size: 60px;
    line-height: 88.21px;
    color: #ffffff;
    position: relative;
    left: -30%;
    width: 150%;
    margin-top: 24px;
    margin-bottom: 30px;
}
.about_text p{
    font-family: 400;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
}
.about_ovar{
    position: absolute;
    right: 0;
    top: -40%;
    width: 40%;
    z-index: -1;
}
/* ======= Service Area  */
#service_area{
    padding-top: 170px;
    padding-bottom: 125px;
}
.service_title h3{
    font-family: ExtraBold;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.81px;
    color: #FFFFFF;
}
.getInbtnee{
    font-family: Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.96px;
    text-align: center;
    color: #ffffff;
    padding: 16px 35px;
    text-decoration: none;
    background-color: #ffffff2f;
    border: 1px solid #ffffff3c;
    transition: all .3s linear;
}
.getInbtnee:hover{
    color: #4A5885;
}
.service_card{
    padding: 20px 24px;
}
.service_border{
    background-color: #ffffff14;
}
.service_border .s_card_one{
    border-left: 1px solid #ffffff29;
    border-top: 1px solid #ffffff29;
    border-right: 1px solid #ffffff29;
}
.service_border .s_card_two{
    border-top: 1px solid #ffffff29;
    border-right: 1px solid #ffffff29;
}
.service_border .s_card_onee{
    border: 1px solid #ffffff29;
}
.service_border .s_card_twoo{
    border-top: 1px solid #ffffff29;
    border-right: 1px solid #ffffff29;
    border-bottom:1px solid #ffffff29 ;
}
.service_card img{
    border: 1px solid #ffffff3c;
    padding: 18px;
    background-color: #ffffff2f;
    margin-bottom: 37px;
}
.service_card p{
    font-family: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffffcc;
}
.service_cema {
	position: absolute;
	left: 0;
	top: -10%;
	width: 50%;
	z-index: -9;
}
/* ====== FAQ Area  */

.accordion-item {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.125);
	margin-bottom: 12px;
    background-color:#ffffff0a ;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
    background-color:#ffffff00 ;
}
.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	text-align: left;
	background-color:#ffffff00 ;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
    font-family: Bold;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #e7f1ff00;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
	z-index: 3;
	border-color: #86b6fe00;
	outline: 0;
	box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

	transform: rotate(-180deg);
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}
.accordion-body{
    font-family: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    color: #ffffffcf;
}
.accordion-item{
    border: 1px solid #ffffff29;
}
.accordion-header {
	border-top: 1px solid #ffffff29;
	height: 50px !important;
}
.accordion{
    overflow: scroll;
    overflow-x: hidden;
    height: 433px;
    padding-right: 20px;
}
.fqa_card_start{
    margin-top: 40px;
    padding-bottom: 90px;
}

/* ======= Testimonial  */
.test_title{
    position: relative;
    margin-top: 0px !important;
    top: 145%;
    z-index: 999;
}
.test_title h3{
    font-family: ExtraBold;
    font-size: 40px;
    line-height: 58.81px;
    text-align: left;
    color: #ffffff;
}
.test_card {
	background-color: #ffffff14;
	padding: 19px 36px;
    margin-top: 20%;
}
.test_card p{
    font-family: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffffce;
}
.test_card h3{
    font-family: Bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffffce;
}
.test_person_img img {
	/* width: 100%; */
    z-index: 99;
}
.arrow_lefttt{
    position: absolute;
    bottom: -45px;
    left: 0;
    cursor: pointer;
    z-index: 9999999;
}
.arrow_rigthhhh{
    position: absolute;
    bottom: -45px;
    left: 50px;
    cursor: pointer;
}
.test_slider_items{
    height: 490px !important;
}
.test_cama{
    position: absolute;
    top: -50%;
    right: 0;
    width: 50%;
}

/* ===== Gallery Area  */
#gallery_area{
    margin-top: 40px;
    margin-bottom: 136px;
}
.test_titled h3{
    font-family: ExtraBold;
    font-size: 40px;
    line-height: 58.81px;
    text-align: center;
    color: #ffffff;
}
.slide_items{
    margin: 0px 20px;
}
.gallery_card {
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.galler_text{
    position: relative;
    padding-top: 340px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    width: 440px !important;
    z-index: 9999 !important;
}
.galler_text h3{
    font-family: ExtraBold;
    font-size: 40px;
    line-height: 58.81px;
    text-align: left;
    color: #ffffff;
}
.galler_text img{
    height: 24px;
    border: 1px solid #ffffff4a;
    padding: 6px;
    margin-right: 6px;
}
.galler_text p{
    margin-right: 11px;
    font-family: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffffc5;
}
.g_more img{
    border: none;
    height: 24px;
    margin-top: 1px;
}
.g_more {
	font-family: 400;
	font-size: 18px;
	line-height: 21.76px;
	text-align: left;
	color: #4A5885;
	text-decoration: none;
	transition: all .3s linear;
	display: inherit;
}
.g_more:hover{
    color: #ffffff;
}
.g_arrows{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
}
.arrow_left_g{
    margin-right: 5px;
    cursor: pointer;
}
.arrow_rigth_g{
    margin-left: 5px;
    cursor: pointer;
}
.gallery_b{
    margin-bottom: 42px;
}
/* ===== Join Us  */
.join_b{
    position: relative;
    z-index: 99;
}
.join_b h3{
    text-align: start !important;
}
.last_p{
    margin-top: 8px;
    position: relative;
    z-index: 9999;
}
.last_p p{
    font-family: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffffcd;
}
.last_p a{
    font-family: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffffcd;
}
#join_area .container{
    
    padding-bottom: 138px;
}
#join_area{
    background-image: url(../images/banner/join_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.join_over{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* ===== Footer Area  */
#footer_area .container{
    border-top: 1px solid #ffffff2f;
}
.part_one img{
    height: 64px;
}
.part_one ul{
    display: flex;
    list-style-type: none;
    justify-content: end;
}
.part_one ul li {
	margin-right: 20px;
	padding-top: 12px;
}
.part_one ul li a{
    font-family: 400;
    font-size: 16px;
    line-height: 18.56px;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
}
.part_one ul li a:hover{
    color: #4A5885 !important;
}
.part_one{
    padding-top: 40px;
}
.copy_right{
    background-color: #ffffff11;
    padding-top: 12px;
    border: 1px solid #ffffff2b;
    margin-bottom: 50px;
    margin-top: 43px;
}
.copy_right p{
    font-family: 400;
    font-size: 16px;
    line-height: 18.56px;
    text-align: left;
    color: #ffffff4d;
}
.copy_right p a{
    font-family: 400;
    font-size: 16px;
    line-height: 18.56px;
    text-align: left;
    color: #ffffff4d;
    text-decoration: none;
}
.footer_icons a i{
    color: #ffffff;
    margin-left: 25px;
}
/* ===== more  */
.g_cayat{
    position: absolute;
    left: 0;
    top: -50%;
    width: 50%;
    z-index: -9;
}
.navbar-toggler i{
    color: #ffffff;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.hided{
    display: none !important;
}
.hidem{
    display: block;
}
.footer_icons{
    padding-bottom: 10px;
}
.copy_right p{
    text-align: center;
}

.my_box{
    background-color: #ffffff15;
    padding: 18px 36px 18px 36px;
    margin-top: 20%;
    border-left: 1px solid #ffffff27;
    border-top: 1px solid #ffffff27;
    border-bottom: 1px solid #ffffff27;
}
.my_box p{
    font-family: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #ffffffc5;
}
.my_box h3{
    font-family: Bold;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    
    color: #ffffff;
}
.right_kom{
    right: 10px !important;
}
.copy_right .part_one{
    text-align: start;
}
.gallery_overlay{
    background-color: #000000b5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}