
body{
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none !important;
}
p{
	margin: 0 !important;
}
.logo-img{
	width: 100px;
	object-fit: cover;
}
.ae-container{
	max-width: 1200px;
    margin: 0 auto;
	padding-left: 1rem;
    padding-right: 1rem;
}

/*-----------------------------
[ pagination / .pagination ]
------------------------------- */
.pagination{
	border:1px solid #e5e5e5;
	margin:20px 0 0;
	padding:16px 16px;	
	-webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.05);
	width:100%;
	text-align:center;
	border-radius:0;
	display:inline-block;
	justify-content: center;
	flex-wrap: wrap;

}
.pagination li{
	display:inline-block;
}
.pagination li:first-child{
	float:left;
}
.pagination li:last-child{
	float:right;
}
.pl-2{
padding-left: 0.5rem;
}
.pagination li a{
	font-size:14px;
	font-weight:700;
	border:1px solid #e5e5e5;
	color:#000;
	border-radius:4px;
	padding: 8px 14px;
	display: flex;
    /* margin-bottom: 8px; */
}
.pagination li:first-child a i{
	margin-right:8px;
}
.pagination li:last-child a i{
	margin-left:8px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #F4BD01;
    border-color: #DFAE08;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #fff;
    background-color: #F4BD01;
    border-color: #DFAE08;
}

/*--------------------
[ top / top ]
---------------------*/
.top{
	background:#ff8e00;
	/* background:#fae498; */
}
.top .icon{
	margin:0;
}
.top .icon li{
	line-height:10px;
	padding:13px 15px;
	display:inline-block;
	border-right:1px solid #ffffff;
	background: #ff8e00;
	margin:-1px;
}


.top .icon li a i{
	margin-right:7px;
}
.top .icon li a{
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration: none;
}
#language .btn{
   color: #ffffff;
   background: transparent;
   padding:0px;
   border:none;
   line-height:10px;
}
#language .text{
	float:left;
	margin-right:7px;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
#language .text i{
	margin-right:7px;
}
#language .icofont-caret-down{
	font-size:13px;
}
#language .dropdown-menu li a img{
	margin-right:10px;
	float: left;
}
#language .dropdown-menu{
	list-style:none;
}
#language .dropdown-menu li{
	border:none;
	padding:0;
}
#language .dropdown-menu li a{
	padding:12px 12px;
	color:#ffffff;
	border-bottom: 1px solid #dadada;
}
/*--------------------
[ Header / header ]
---------------------*/
#logo{
	margin:8px 0;
}
#menu{
	margin:25px 0;
}
#menu .navbar-nav {
    float: left;
}
#menu .navbar{
	margin:0;
	min-height:0;
	border: none;
	padding:0;
}
#menu .navbar li .nav-link{
	background-color: transparent;
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding:0 11px;
	line-height:20px;
	text-transform:uppercase;
}
.paddmenu{
	padding:0px !important;
}
#menu .navbar li .dropdown-toggle::after {
	border:none !important;
}
#menu .navbar .nav-item > a:hover, #menu .navbar-nav .active > a, #menu .navbar-nav .active > a:hover, #menu .navbar-nav .active > a:focus {
	color:#DFAE08;
}
#menu .dropdown-menu{
    padding:0;
    border-radius:0px;
	min-width:230px;
	margin:26px 0 0;
}
#menu .dropdown .dropdown-menu {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
#menu .dropdown-menu li{
    padding:15px;
    border-bottom:1px solid #ddd;
}
#menu .dropdown-menu li:last-child{
    border-bottom:none;
}
#menu .dropdown-menu li a{
    color:#2F151E;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	padding:0;
}
#menu .dropdown-menu li a:hover{
    color:#DFAE08;
	padding-left:15px;
	background:transparent;
}
header .icon{
	margin:17px 0;
}
header .icon li{
	padding:0;
	margin-right:20px;
	vertical-align:middle;
	display:inline-block;
}
header .icon li:last-child{
	margin:0px;
}

.location-dropdown{
	position: absolute;
    inset: 0px 0px auto auto;
    margin: 10px 0 0 0!important;
    transform: translate3d(-0.5px, 13.5px, 0px);
    padding: 0 !important;
    height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}
/*----------------------
[ footer / .footer ]
------------------------ */
footer{
	background:#000;
	border-top:5px solid #F4BD01;
}
footer .inner{
	padding:50px 0;
}
footer .inner .des, footer .inner .des1{
	margin: 30px 0;
    font-size: 16px;
    color: #e7e3e3;
    line-height: 28px;
}
footer .inner .des1{
	margin:0 0 16px;
}
footer .inner h5{
	color:#fff;
	font-size:16px;
	font-weight:600;
	margin:10px 0 15px;
	text-transform:uppercase;
	line-height:16px;
}
footer .inner hr{
	border-top:3px solid #F4BD01;
	margin:0 0 30px;
	width:50px;
}
footer .inner ul{
	margin:0;
}
footer .inner li{
	padding:0 0 14px;
}
footer .inner li:last-child{
	padding:0 0 0px;
}
footer .inner li a, footer .inner li{
    font-size: 16px;
    color: #e7e3e3;
    line-height: 1.4;
}
footer .inner li a:hover{
	color:#F4BD01;
}
footer .inner li a i{
	margin-right:8px;
}
footer .inner .contact li{
	line-height:22px;
}
footer .inner .contact li  i{
	color:#F4BD01;
	margin-right:7px;
	float:left;
	line-height: 24px;
}
footer .inner .box{
	height:90px;
	padding:0 0 20px;
}
footer .inner .box:last-child{
	padding:0 0 0px;
	height:70px;
}
footer .inner .box img{
	float:left;
	margin-right:16px;
	border-radius:4px;
}
footer .inner .box p{
	font-size:14px;
	color:#c2c2c2;
	margin:0 0 15px;
}
footer .inner .box span{
	font-size:14px;
	font-weight:600;
	color:#F4BD01;
	margin:0 0 15px;
}
footer .inner .box .text{
	color:#2AB7EF;
}

footer .powered{
	padding:20px 0;
}
footer .powered ul{
	margin:0;
	line-height: 12px;
}
footer .powered ul li{
	padding: 0 25px 0 0;
	display: inline-block;
}
footer .powered ul li:last-child{
	padding:0 0 0 0;
}
footer .powered ul li a{
	font-size:14px;
	font-weight:600;
	color:#C2C2C2;
}
footer .powered p{
	color:#c2c2c2;
	font-size:14px;
	font-weight:600;
	margin:0;
}
.footer-top-border{
	border-top: 1px solid #fff;
}
.logo-footer{
	width: 250px;
}

.body-bg{
	background: #eff3f8!important;
}
.header-shadow{
	box-shadow: 0 4px 10px #00000008, 0 0 2px #0000000f, 0 2px 6px #0000001f !important;
	position: relative;
	z-index: 11;
}
/* footer */
.center-content{
	align-items: center;
    display: flex;
	color: #fff;

}


.news-icon{
	font-size: 20px;
}

/* bg-background */
.bg-background{
	background-color: #f7f8f9;
}
/* table */
.table{
	margin: 0 !important;
}
/* section */
.pad-section{
	padding-top: 75px;
	padding-bottom: 35px;
}
.pad-section-center{
	padding-top: 40px;
	padding-bottom: 35px;
}
.pad-section-end{
	padding-top: 40px;
	padding-bottom: 75px;
}

.heading-body {
	text-align: center;
}
/* body */
.bg-blue-custom{
	/* background-color: #2c9ba2; */
	background-image: linear-gradient(60deg, #3ab66d 0, #24c5d9 100%);
}
.banner-sec{
	min-height: 282px;
}
.text-animation{
	font-size: 43px;
	color: #fff;
	text-align: center;
}
.typing{
	font-weight: 700;
}
.card-heighlight{
	background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    padding: 24px;
    border-radius: 6px;

}
.banner-card{
	margin-top: -125px;
}
.card p{
	color: #fff;
	font-weight: 500;

}
.card{
	height: 100% !important;
}
.card-1-style{
	background: linear-gradient(60deg, #d11212 0, #9a9437 100%);
}
.card-2-style{
	background-image: linear-gradient(60deg, #1ece80 0, #f2295b 100%);
}
.card-3-style{
	background-image: linear-gradient(60deg, #475560 0, #317fbe 100%);
}
.card-4-style{
	background-image: linear-gradient(60deg, #6b528d 0, #d98224 100%);
}
.card-5-style{
	background-image: linear-gradient(60deg, #b6613a 0, #d9ce24 100%);
}
.card-6-style{
	background-image: linear-gradient(60deg, #6b528d 0, #d98224 100%);
}
.card-7-style{
	background-image: linear-gradient(60deg, #5e4fa7 0, #c451d0 100%);
}
.card-8-style{
	background-image: linear-gradient(60deg, #33343a 0, #0fd3ef 100%);
}
.card-qualification{
	background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
	border-radius: 6px;
	padding: 20px;
}
.card-border{
	border: 1px solid #aaa7a7;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
 .card-spacing{
	border-right: 1px solid #aaa7a7;
}
.font-custom{
	font-size: 30px;
}
.img-qualification{
	width: 50px;
}
.card-spacing{
	height: 130px;
}
.card-spacing-last{
	height: 130px;
}
.card-spacing-last {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.card-spacing{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}
.font-qualification{
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
.bg-card-img {
    background-image: url('../img/background-image/CTA-Shapes.png');
    background-size: cover; /* Ensures the background image covers the entire element */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
    width: 100%; /* Optional: Adjust based on your needs */
    height: 100%; /* Optional: Adjust based on your needs */
}
.card-socail{
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    border-radius: 6px;
    padding: 16px;
}
.card-message{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.facebook-icon{
	padding: 10px;
    border-radius: 24px;
    background: #3b5998;
    color: #fff;
    font-size: 20px;

}
.Instragram-icon{
	padding: 10px;
    border-radius: 24px;
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    font-size: 20px;

}
.Twitter-icon{
	padding: 10px;
    border-radius: 24px;
    background-color: #1DA1F2; 
    color: #fff;
    font-size: 20px;

}
.Youtube-icon{
	padding: 10px;
    border-radius: 24px;
    background: #cd201f;
    color: #fff;
    font-size: 20px;

}
.social-follow{
	display: flex;
    gap: 16px;
}
.phone {
height: 100%;
	border-radius: 6px;
	overflow: hidden;
	padding: 16px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
  }
  
  
  .header-text {
	display: flex;
	padding: 0 0 0 17px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 40px;
	background-color: #4834ae;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .25);
	border-radius: 15px;
  }
  .header-text h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 4px;
  }
  .list-group-border{
	    border-bottom: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); 
		list-style: none;
		padding: 8px 4px;
  }
  .btn-position{
	margin: 16px 0 0 0;
  }
  .button-sm{
	border-radius: 22px!important;
    background: #4834ae !important;
    border: 1px solid #4834ae !important;
    padding: 8px 16px !important;
  }
  .text-heighlight{
	display: flex;
    align-items: start;
    font-weight: 500;
    font-size: 15px;
  }
  .font-18px{
	font-size: 18px;
  }
.mr-top{
	margin-top: 4px;
	color: #ff0000;
}
/* animation new star */
.new-icon{
	font-size: 34px;
    color: #ff001a;
	
}
.icon-text{
	font-size: 10px;
    position: absolute;
    left: 14.9px;
    top: 9px;
    color: #fff;
    rotate: -30deg;
}
.relative-icon{
	position: relative;
}
.new-icon {
	animation: rotate 2s linear infinite;
}
/* .banner-inner-sec{
	height: 180px;
} */
.sub-heading{
	text-align: center;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 4px;
}

.site-size{
	margin-bottom: 16px;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/* animation new star */
/* accordian */
.accordian {
	width: 100%;
	color: #b9b9b9;
	transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
	font-weight: 100;
	margin: 0 auto;
  }
  .accordian ul > li {
	margin-bottom: 8px;
  }
  .accordian ul {
	padding: 0;
  }
  .accordian ul > li:first-child h3 {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .accordian h3 {
	cursor: pointer;
	background-color: #f7f9f9;
	padding: 1.2rem 1rem 1rem 1.2rem;
	margin: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	display: block;
	position: relative;
	font-size: 18px;
	transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
	border-radius: 3px;
	color: black;
    font-weight: 500;

  }
 
  
  .accordian ul ul {
	display: none;
	height: 100%;
	margin-bottom: -7px;
  }
  .accordian ul ul li {
	background-color: #fff;
	padding: 1rem 1.8rem;
	color: #000;
	font-weight: 400;
	box-shadow: none;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
  }
  .accordian ul ul li p {
	opacity: 0;
	transition: all 0.5s;
	transform: translatey(-20px);
  }
  .accordian ul ul.open p {
	opacity: 1;
	transform: translatey(0px);
  }


 
  ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 0;
}

p {
  line-height: 1.8em;
  margin-bottom: 20px;
}
.float-position{
	float: right;
}
/* accordian */
.heading-text{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
	padding-bottom: 4px;
}
.typing{
	color: #ffdb5d;
}
.design-heading{
	border: 2px solid #fae498;
    width: 50px;
    display: block;
    margin: 6px auto;
}
.custom-p-font{
	text-align: center;
	font-weight: 500;
	line-height: 1.6;
}
.site-info p{
	line-height: 1.6;
	margin: 0 0 10px 0 !important;
	/* text-align: center; */
}
.width-full{
	width: 100%;
}
.contact-form button{
	background: #25274d;
	color: #fff;
	font-weight: 600;
	width: 25%;
}
.contact-form button:focus{
	box-shadow:none;
}
.contact-info{
	background: #ff9b00;
	height: 100%;
	padding: 10px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.contact-info p{
	color: #fff;
}
.contact-form{
	padding: 1rem;
}
.form-group{
	margin-bottom: 16px;
}
.form-group label{
	margin-bottom: 4px;
	font-weight: 500;
}
.about-text p span{
	line-height: 1.4;
	font-weight: 400;
}
.img-fluid-custom{
	width: 100%;
    height: 450px;
    object-fit: cover;
}
.left{
	border:1px solid #e5e5e5;
	margin-bottom:30px;
} 
.left h4{
	color:#000;
	margin:0;
	font-size:18px;
	font-weight:600;
	padding:22px 19px;
	line-height:14px;
	border-bottom:1px solid #e5e5e5;
}
.left .search{
	padding: 20px 19px;
}
.left .search .form-group {
    margin: 0;
	position: relative;	
}
.left .search input {
    color: #999;
    height: 40px;
    box-shadow:none;
    border: 1px solid #e5e5e5;
	font-size:12px;
	font-weight:600;
}
.left .search .btn {
    position: absolute;
    background: #F4BD01;
    bottom: 0;
    right: 0;
    padding: 8px 9px;
	border:1px solid #DFAE08;
	height: 40px;
	border-radius: 0 4px 4px 0;
}
.left .search .btn i {
    color: #fff;
    font-size: 18px;
}
.left .filter, .left .cost{
	padding:30px 19px;
	border-bottom: 1px solid #e5e5e5;
}
.left .filter{
	border:none;
}
.left .cost{
	border-bottom:0;
}
.left .filter ul, .left .cost ul{
	margin:0;
}
.left .filter ul li{
	padding:0 0 13px;
}
.left .cost ul li{
	padding:0 0 20px; 
}
.left .filter ul li:last-child, .left .cost ul li:last-child{
	padding:0px 0 0px;
}
.left .filter ul li, .left .cost ul li{
	font-size:14px;
	font-weight:600;
	color:#000;
	display: flex;
    gap: 8px;
}
.left h3{
	color:#fff;
	margin:0;
	font-size:16px;
	font-weight:600;
	padding:16px 0;
	line-height:14px;
	border:1px solid #DFAE08;
	background:#F4BD01;
	text-align:center;
	cursor:pointer;
}
.left .detail{
	padding:30px 20px;
}
.left .detail p{
	font-size:20px;
	color:#000;
	padding:0 0 15px;
	font-weight:600;
}
.left .detail p span{
	color:#F4BD01;
	margin-left:20px;
}
.left .detail ul{
	margin:0;
}
.left .detail ul li{
	font-size:14px;
	color:#686868;
	padding:0 0 15px;
	font-weight:600;
}
.left .detail ul li:last-child{
	padding:0;
}
.left .detail ul li i{
	
	margin-right:15px;
}
.left .tag{
	padding:20px 18px;
}
.left .tag ul{
	margin:0;
}
.left .tag ul li{
	border:1px solid #e5e5e5;
	border-radius:4px;
	padding:10px 8px;
	display:inline-block;
	cursor:pointer;
}
.left .tag ul li + li{
	margin:0 0 10px 4px;
}
.left .tag ul li:nth-child(4),.left .tag ul li:nth-child(5){
	margin-left:0px; 
}
.left .tag ul li a{
	font-size:14px;
	font-weight:600;
	color:#999999;
}
.list-inline .list-inline-item{
	margin: 0;
}
.table-top-message{
	border: 1px solid #dee2e6;
    border-bottom: none;
    border-left: 5px solid #f49701;
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: #fff;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table-text{
	font-size: 25px;
    font-weight: 700;
    color: #e60000;
    background: #ffdb5d;
}
.table-text-inner{
	font-size: 25px;
    font-weight: 700;
    color: #e60000;
    background: #ffdb5d;
	text-align: center;
}
.table-head-color{
	background-image: linear-gradient(-6deg, #6fefff 0, #24c5d9 100%);
    color: #04080a !important;
    font-size: 20px;
    font-weight: 500;
}
.message-center{
	justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.table-head-content{
	text-align: center;
    font-size: 30px;
}
.table-inner-style tr th{
	border-left: 5px solid #ffdb5d;
}
@media (max-width:1100px){
	.row{
		margin-left: 0!important;
		margin-right: 0 !important;
	}

}
@media (max-width:991px){
	#menu {
		margin: 8px 0;
	}
	
	.d-logo-none{
		display: none;
	}
	
	.mobile-side-menu{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 101;
	}

	.mobile-menu-responsive{
		height: 100vh;
		width: 400px;
		background: #ffffff !important;

	}
	.navbar-custom-xmask{
		padding: 1.25rem !important;
		display: flex;
		align-items: center;
		gap: 10px;
		border: 0;
		width: 150px;
		background: #eeeeee !important;
		border-radius: 0 !important;
	}
	.mobile-menu-responsive li{
		padding: 8px 40px;

	}
	.mobile-menu-responsive{
		display: flex!important;
		flex-wrap: nowrap!important;
	}
	.font-custom{
		font-size: 24px;
	}
	.navtoggle{
		padding: 0 !important;
	 }
	 footer .powered p {
		margin: 0 0 18px 0 ;
	}
	.drop-responsive{
		display: flex !important;
    justify-content: space-between;
	}
	.marquee-width{
		width: 100%;
	}
	.top .icon li{
		border-top: 1px solid #ffffff;
		border-left: 1px solid #ffffff;
	}
	.top .icon{
		float:none !important;
		margin:0 auto !important;
		text-align:center !important;
	}
	.navbar-toggler{
		border: 0 !important;
	}
	.card-heighlight{
		padding: 16px 4px;
	}
	.mobile-removed-padding{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.border-tab{
		border-bottom: 1px solid #aaa7a7;
	}
	.custom-mb{
		margin-bottom: 1rem;
	}
	.custom-mb-4{
		margin-bottom: 1.5rem;

	}
	footer .powered {
		padding: 12px 0 !important;
	}
	.removed-padding{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}


@media (max-width:767px){	
	.float-right,.float-left{
		float:none !important;
	}	
	#menu {
		margin: 0px 0;
	}
	#menu .menutext{
		float: left;
		padding: 17px;
		font-size: 16px;
		color: #000;
		display:block;
	}	

	#menu .navbar-toggle{
		color:#000;
		margin-right:0px;
	}
	
	#menu .navbar-nav li {
		margin: 0 0	 10px 0px;
	}
	#menu .navbar-nav li a {
		font-size: 16px;
	}
	header .icon #srch button {
		padding: 10px;
	}
	#menu .navbar li .nav-link{
		font-size:14px !important;
	}
	#menu .dropdown-menu li{
		margin:0;
		padding:10px 15px;
	}
	#menu .dropdown-menu{
		border:none;
		margin:0;
	}
	.navbar-toggler{
		border:0;
		
	}
	header .icon {
		float:none;
		text-align:center;
		height:auto;
	}
	header .icon .btn-primary {
		font-size: 16px;
		width:100%;
	}
		
	footer .social li {
		padding: 0 10px 10px 0;
	}
	footer .powered ul li a, footer .powered p {
		font-size: 16px;
		line-height: 1.4;
		text-align: center;
	}
	.mobile-reverse{
		flex-direction: column-reverse;
	}
	footer .powered .text-right{
		text-align:left !important;
	}
	footer .powered ul li {
		padding: 0 12px 10px 0;
	}
	
	
	header .icon li{
		width:100%;
	}
	.logo-footer{
		width: 100px;
	}
	
	.location-dropdown{
		margin: 7px 0 0 0!important;
	}
	.banner-sec{
		min-height: 215px;
	}
	.text-animation{
		font-size: 24px;
	}
	.banner-card {
		margin-top: -110px;
	}
	.responsive-padding{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.mobile-mb-4{
		margin-bottom: 1.5rem;

	}
	/* .banner-inner-sec{
		height: 140px;
	} */
	.logo-img {
		width: 80px;
		object-fit: cover;
		margin: 8px 0;
	}
	.item-center{
		justify-content: center;
	}
	footer .powered ul li a, footer .powered p {
        text-align: center !important;
    }
	.center-content{
		justify-content: center;
	}
	.sub-heading{
		font-size: 22px;
		
	}
	.contact-form {
		padding: 1rem 0 0 0;
	}
	.table-text{
		font-size: 18px;
	}
	.table-head-color{
		font-size: 16px;
	}
}

@media (max-width:581px){
	#menu {
		margin: 8px 0;
	}
	.banner-card {
		margin-top: -75px !important;
	}
	/* .banner-inner-sec{
		height: 150px;
	} */
}
/* jahi */
@media (min-width:991px){
	.collapse {
		display: block!important;
	 }
	 .mobile-logo{
		display: none;
	 }
	 #menu .navbar{
		float: right;
	 }
	 .marquee-width{
		width: 65%;
	}
	.bottom-footer-right{
		margin-left: auto !important;
		display: flex;
		align-items: center;
	}
	.col-lg-custom{
		flex: 0 0 auto !important;
		width: 11% !important;
	}
	.card-spacing{
		height: 144px;
	}
	.card-spacing-last{
		height: 144px;
	}
	.padding-add {
		padding: 0 0 0 15px !important;
	}
	
	
}


@media (max-width:360px){
	.top .icon li {
		padding: 9px 5px;
		
	}
	.banner-card {
		margin-top: -80px !important;
	}
	/* .banner-inner-sec{
		height: 150px;
	} */

}
@media (min-width:767px) and (max-width:991px){
	.center-content p{
		margin-bottom: 8px !important;
			}

}
header {
	position: sticky;
	top: 0;
	/* z-index: 1000; */
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }
  /* // Single job post */
  .job-title-header{
	color: #ff7300ee;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
  }
  .tablestyle td {
	white-space: nowrap; /* Prevent text from wrapping */
}
  .tablestyle th {
	white-space: nowrap; /* Prevent text from wrapping */
}
/* // detsils page style  ck editor */
.tablestyle.table-responsive {
	overflow-x: auto; /* Enable horizontal scrolling */
}
.responsive_table tr td{
border: 1px solid #e3e2e2;
padding: 16px;
}
.responsive_table table{
	width: 100% !important;
	background-color: #fff;
	box-shadow: 0 4px 10px #00000008, 0 0 2px #0000000f, 0 2px 6px #0000001f !important;
}
.w-to-responsive td{
	width: 50%;
}
/* .width-full td{
	width: 50%;
} */
.width-full{
	border: 1px solid #e3e2e2;
}
@media (max-width: 767px) {
	.w-to-responsive td{
		width: 100%;
	}
	.width-full td{
		width: 100%;
	}
	.width-full tr{
		display: flex;
		flex-direction: column;
	}
}
.truncate-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
    max-height: 3em;
}
.no_dataintable{
	font-size: 20px;
	text-align: center;
	font-weight: 500;
}
.blog-panel li{
	margin-bottom: 16px;
}
.blog-panel:last-child li{
	margin-bottom: 16px;
}
.pos-relative{
	position: relative;
}
.date-teatils{
	position: absolute;
    top: 6px;
    right: 6px;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
}
/* new 18-03-25 */
@media (max-width:991px) {
	

.responsive_table tr{
	display: flex;
	flex-direction: column;
}
.responsive_table table {
    display: flex;
    flex-direction: column;
	overflow: hidden;
}
.responsive_table table tr td ul{
    padding-left: 8px;
}
}
.location-dropdown .dropdown-item:focus, .location-dropdown .dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #ffba64 !important;
}