body {
	color: #000000c9 !important;
}
.service-inner p {
	color: #fff;
}

.navbar-light .navbar-brand img {
	max-height: 130px;
}
.sticky-top .navbar-light .navbar-brand img {
	max-height: 100px;
}
.training .training-item .training-inner img {
	transition: 0.5s;
	max-height: 400px;
	object-fit: cover;
	object-position: top center;
	min-height: 400px;
}
.counter-facts .counter .counter-icon::before {
	background: rgb(238, 241, 243);
}
.counter-facts .counter .counter-icon {
	background: rgb(211, 143, 60);
}
.training .training-item:hover .training-content {
	height: 100%;
}
.training-content.bg-secondary{
	background-color:  #00000073 !important;
}
.training .training-item .training-content {
	padding-top: 150px !important;
}
.footer .footer-item a:hover {
	letter-spacing: normal;
}
.ab-ft p {
	text-align: justify;
	padding-right: 20px;
}
.ft-add a {
	margin-bottom: 12px;
}
.footer-custom-style {
	margin-bottom: -180px;
	position: relative;
	z-index: 99;
}
.cta-wrap {
	background-color: #fff;
	position: relative;
	z-index: 3;
	border-radius: 10px;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 40px rgba(15, 27, 49, 0.12);
	box-shadow: 0px 8px 40px rgba(15, 27, 49, 0.12);
}
.cta-img {
	height: 100%;
}
.cta-img img {
	height: 100%;
	width: 100%;
}
.cta-content {
	padding: 80px 0 20px 80px;
}
.convis-section-title {
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.meber-img {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap-reverse;
}
.meber-img img {
	width: calc(100% / 2);
	height: 100%;
	object-fit: contain;
	max-height: 140px;
}
.shape-mockup {
	position: absolute;
	z-index: -1;
}
.movingX {
	animation: movingX 8s linear infinite;
}
@keyframes movingX {
	0% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	50% {
	  -webkit-transform: translateX(50px);
			  transform: translateX(50px);
	}
	100% {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
  }


.ft-col {
	padding: 200px 0 0 0 !important;
}
.df_btn a {
	padding: 12px 40px;
	border-radius: 12px;
} 

.inner-content h1 {
	font-size: 40px;
	margin-bottom: 1rem;
	color: #000;
	line-height: 50px;
	font-weight: 700;
}


.inner-content .intro {
	font-size: 1.1rem;
	margin-bottom: 2rem;
	text-align: justify;
}
  
.inner-content .content-section {
	margin-bottom: 2rem;
}
  
.inner-content h2 {
	font-size: 30px;
	margin-bottom: 1rem;
	color: #000;
	line-height: 40px;
	font-weight: 700;
}
  
.inner-content  p {
	margin-bottom: 1rem;
	line-height: 1.6;
	text-align: justify;
}
  
.inner-content  ul {
	margin-top: 0.5rem;
	padding-left: 1.5rem;
	list-style-type: disc;
}
  
.inner-content  ul li {
	margin-bottom: 0.5rem;
}
.inner-content img {
	width: 100%;
	display: block;
	height: 100%;
}
.inner-content {
	padding: 100px 0px;
}
.right-text {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.text-col {
	padding: 20px;
}
.title{
	color:#003366;
}
.bg-breadcrumb {
	background: linear-gradient(rgba(31, 33, 34, 0.9), rgba(27, 27, 28, 0.8)), url(../img/breadcrumb.png);
}


.training .training-item .training-inner .training-title-name {
	height: auto;
}
.training .training-item:hover .training-inner .training-title-name {
	background: rgba(0, 58, 102, 0.5);
	height: 100%;
}
.features .feature-item {
	background-color: #fff;
}

.counter-facts {
	background: linear-gradient(rgba(15, 15, 15, 0.9), rgba(17, 16, 16, 0.8)), url(../img/breadcrumb.png);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
}
.bg-des {
	background-image: url(../images/bg-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.sidebar ul {
	padding: 0;
}
.sidebar ul li {
	border-bottom: 1px solid #00000042;
	padding: 10px 0px;
}
.sidebar h3 {
	color: #B89A46 !important;
	margin-bottom: 10px;
	font-weight: 700;
}
.sidebar ul a {
	padding: 0 !important;
}
.sidebar ul a:hover {
	color: #B89A46;
}
.bg-breadcrumb h3 {
	font-size: 50px;
	line-height: 60px;
	text-transform: capitalize;
}

.footer .footer-item p {
    line-height: 30px;
    color: white !IMPORTANT;
}

@media(max-width:767px){
.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 40vh;
}
.training-item p {
	text-align: justify;
	color: #fff !important;
	/* font-size: 22px !important; */
}
}
@media only screen and (min-device-width: 380px) and (max-device-width: 767px){
	.navbar-light .navbar-brand img {
		max-height: 400px !important;
	}
	.num{
		font-size: 30px;
	}
	.fs-5 {
		font-size: 2rem !important;
	}

	.inner-content h1{
		font-size: 57px;
		line-height: 100px;
	}
	.inner-content h2 {
		font-size: 44px !important;
		line-height: 100px !important;
	}
	.navbar-toggler {
		font-size: 5rem !important;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 40px !important;
	}
	.carousel-caption h4 {
		font-size: 40px !important;
	}
	.training-item p {
		text-align: justify;
		color: #f1f1f1 !important;
		font-size: 33px !important;
	}
	.carousel-caption h1 {
		font-size: 60px !important;
	}
	.carousel-caption p {
		max-width: 630px;
		font-size: 33px !IMPORTANT;
	}
	.btn.btn-primary {
		font-size: 35px !important;
	}
	h5, .h5 {
		font-size: 3.25rem;
	}
	.display-5 {
		font-size: calc(3.125rem + 2.1vw);
	}
	.features .feature-item {
		background-color: #fff;
		padding: 58px !important;
	}
	.text-secondary {
		color: #B89A46 !important;
		font-size: 31px;
		margin: 0 5px;
	}
	.testimonial .owl-carousel.testimonial-carousel .owl-nav{
		visibility: hidden;
	}
	h4, .h4 {
		font-size: calc(3.275rem + 0.3vw);
		z-index: 9999;
	}
	.training-item p {
		text-align: justify !important;
		color: #f1f1f1 !important;
		font-size: 33px !important;
	}
	.bg-des p{
		font-size: 33px !important;
	}
	.service-inner p {
		color: #fff;
		font-size: 31px !IMPORTANT;
	}
	.afc_social_signels a{
		font-size: 38px !important;
	}
	.service-content .btn-primary{
		font-size: 35px !important;
	}
	.btn {
		font-size: 40px !important;
	}
	.footer .footer-item a {
		line-height: 70px;
		color: var(--bs-white);
		transition: 0.5s;
		font-size: 33px;
	}
	.footer .footer-item p {
		font-size: 32px !important;
		text-align: justify;
		line-height: 58px;
	}
	.ft-col {
		padding: 200px 70px 100px !important;
	}
	.counter-facts .counter {
		width: 260px !important;
		min-height: 226px !important;
		margin-bottom: 70px;;
	}
	.copyright {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		background: var(--bs-secondary) !important;
		position: relative;
		bottom: 55px;
		font-size: 24px !IMPORTANT;
		padding: 42px 0 !IMPORTANT;
	}
	.dropdown-item {
		font-size: 33px;
	}
	p{
		font-size: 33px !important;
	}
	li.breadcrumb-item {
		font-size: 33px;
	}
	.bg-breadcrumb h3 {
		font-size: 85px;
		line-height: 90px;
	}
	.sidebar{
		width: 100% !important;
	}
	li {
		font-size: 33px;
		text-align: justify;
	}
	h3{
		font-size: 45px;
	}
	.inner-content h2 {
		font-size: 40px;
		margin-bottom: 1rem;
		color: #000;
		line-height: 70px;
		font-weight: 700;
	}
	.inner-content ul li {
		margin-bottom: 1.5rem !important;
	}
	.title {
		margin-bottom: 34px;
		font-size: 46px;
	}
	.training .training-item .training-inner img {
		min-height: 600px;
	}
	.pad-5{
		padding-bottom: 50px !important;
	}
	.sz-5{
		font-size: 35px !important;
		line-height: 58px;
	}
	
}
.text-white-50{
	color: white !important;
	text-align: justify;
}
body{
	overflow-x: hidden !important;
}
