/**************
***************
***************
				Global Styles
***************
***************
***************/
.w-300 {
  width: 300px !important;
}

.w-80{
  width: 80px !important;
}

.w-60{
  width: 60px !important;
}

.mb-80
{
	margin-bottom:80px;
}

.text-centered
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.g-mobile-reorder{
	flex-direction: row;
}

.g-mobile-reorder > :first-child{
	order: 1;
}

.g-mobile-reorder > :nth-child(2){
	order: 2;
}

.btn-tag-primary-sm
{
	font-size: 0.8rem;
	line-height: 1.0;
	color: #2862ac;
	border-color: #2862ac;
}

.btn-tag-primary-sm:hover
{
	color: #fff;
	background-color: #2862ac;
	border-color: #2862ac;
}  

/**************
***************
***************
				Font Styles
***************
***************
***************/
.btn.btn-primary,.btn.btn-secondary
{
	text-transform:uppercase;
}

.b-about,#top-news-one p,#top-news-one small{
	font-size: 1.2rem;
}

#top-news-one .h5{
	font-size: 1.4rem;
}

#top-news small
{
	font-size: 1.1rem;
}

.ls-2
{
	letter-spacing: 2px;
}

/**************
***************
***************
				Colors Styles (Text, Background)
***************
***************
***************/
.g-content
{
	color: #4D4D4D;
}


.b-about .btn-primary,#top-news-one .btn-primary
{
	background-color:#fff;
	color:#6C6A74;
	border-color:#6C6A74;
}

.b-about .btn-primary:hover,#top-news-one .btn-primary:hover
{
	background-color:#2862ac;
	color:#fff;
}

/**************
***************
***************
				Pagination Styles
***************
***************
***************/
.pagination-wrapper{
	margin-bottom:50px;
}

.page-numbers{ 
	display: flex; 
	list-style: none;
	justify-content: center;
}

.page-numbers li
{
	line-height: 1.5;
	border: 1px solid #dee2e6;
}

.page-numbers .page-numbers
{
	display: block;
	font-size: 1.25rem;
	padding: 0.75rem 1.5rem;
}

.page-numbers .current
{
	color: #fff;
	background-color: #2862ac;
	border-color: #2862ac;
}



/**************
***************
***************
				Header Styles
***************
***************
***************/

#logo
{
	width: 100px;
}

#social-bar
{
	display:none;
}

/**************
***************
***************
				Main Banner Styles
***************
***************
***************/
#main-banner
{
	width: 100%;
	content: " ";
	display:block;
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.2)), url(../img/mbgimg.jpg), no-repeat center center;
	background-size: cover;
	/*position: absolute;
	left: 0px;
	top: 100px;
	height:400px;*/
}

#main-banner .container
{
	padding-left:0;
	padding-right:0;
}

h1.home-title
{
	margin-top:20px;
	color:#fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-size: 1.5rem;
	text-shadow: 2px 1px 5px black;
}

/**************
***************
***************
				Top news ONE Styles
***************
***************
***************/
#top-news-one img
{
	width:100%;
}

/**************
***************
***************
				Top news Styles
***************
***************
***************/
#top-news h6
{
	font-size: 1.3rem;
	text-transform:uppercase;
	margin-left:0 !important;
}

#top-news img
{
	width: 80px;
}

/**************
***************
***************
				Our Mission Styles
***************
***************
***************/

#our-mission {
	/*border-bottom: 1px solid #dee2e6;*/
	
	.carousel-caption
	{
		position:inherit;
		background:0;
	}
	
	h2{
		font-weight: 700 !important;
		text-transform:uppercase;
		font-size: calc(1.3rem + 0.6vw);
	}
}

/**************
***************
***************
				About Block Styles
***************
***************
***************/
.b-about
{
	border-bottom: 1px solid #dee2e6;
	padding-bottom: 3rem;
}

.b-about h3
{
	font-weight: 700 !important;
}

/**************
***************
***************
				Brands Carousel Styles
***************
***************
***************/
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 21 + 25px));
  }
}
.slider {
/*   background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125); */
  height: 150px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /*width: 960px;*/
  width: 100%;
}
.slider::before, .slider::after {
/*   background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 110s linear infinite;
  display: flex;
  width: calc(600px * 16);
}
.slider .slide {
  height: 100px;
  margin-left: 40px;
}

.slider img{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.slider img:hover{
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition:0.25s;
}

/**************
***************
***************
				Accordion Courses Styles
***************
***************
***************/
.accordion-wrapper { 
	button
	{
		text-transform: uppercase;
	}
 
    .card-header{
        margin-bottom: 8px;
    }
    .accordion-title{
        position: relative;
        display: block;
        padding:8px 0 8px 50px;
        background: #2862ac;
        border-radius: 8px;
        overflow: hidden;
        text-decoration: none;
        color: #fff;
        font-size: 1.25rem;
        font-weight: 700;
        width: 100%;
        text-align: left;
        transition: all .4s ease-in-out; 
        i{
            position: absolute;
            width: 40px;
            height: 100%;
            left: 0;
            top: 0;
            color: #fff;
            background: radial-gradient(rgba(#213744, .8), #213744);
            text-align: center;
            border-right: 1px solid transparent;
        }
        &:hover{
            padding-left: 60px;
            background: #1c396e;
            color: #fff;
            
            i {
                border-right: 1px solid #fff;
            }
        }
    }
    [aria-expanded="true"]{
        background: #1c396e;
        color: #fff;
        i {
            color: #fff;
            background: #1c396e;
          &:before{
                content: "\f068" ;
            }
        }
    }
    .accordion-body{
        padding: 40px 55px;
		text-transform: uppercase;
    }
}


.accordion-wrapper-testimonial
{
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	
	.btn:focus,.btn.focus
	{
		box-shadow:none;
	}
	
	button
	{
		text-transform: uppercase;
	}
	
	.card{
		border:0;
	}
	
    .accordion-title{
        position: relative;
        display: block;
        padding:8px 0 8px 50px;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        text-decoration: none;
        color: #2862ac;
        font-size: 1.25rem;
        font-weight: 700;
        width: 100%;
        text-align: left;
        transition: all .4s ease-in-out; 
        i{
            position: absolute;
            width: 40px;
            height: 100%;
            left: 0;
            top: 0;
            color: #2862ac;
            background: #fff;
            text-align: center;
            border-right: 1px solid transparent;
        }
        &:hover{
            padding-left: 60px;
            color: #1c396e;
            
            i {
                border-right: 1px solid #fff;
            }
        }
    }
    [aria-expanded="true"]{
        background: #fff;
        color: #1c396e;
        i {
            color: #1c396e;
            background: #fff;
          &:before{
                content: "\f068" ;
            }
        }
    }
    .accordion-body{
        padding: 40px 55px;
    }
	
	
	.card-body p
	{
		font-size: 1.25rem;
	}
}

/**************
***************
***************
				Testimonial Styles
***************
***************
***************/
.testimonial-capture img
{
	border-radius: 80px;
}

/**************
***************
***************
				Labs Styles
***************
***************
***************/
.lab-badge{
	padding: 2px 5px;
	border: 1px solid #2862ac;
	border-radius: 11px;
	color: #2862ac;
}
/**************
***************
***************
				Footer Styles
***************
***************
***************/
footer{
	background:#1a375a;
	clear: both;
}

footer p{ 
	font-size: 1.0rem;
}
/**************
***************
***************
**************************************************************************************************************************************************
*************************************************************************		DESKTOP Styles
**************************************************************************************************************************************************
***************
***************
***************/
@media (min-width: 991px) {
	/**************
	***************
	***************
					Global Styles DESKTOP
	***************
	***************
	***************/
	.g-mobile-reorder > :first-child{
		order: 2;
	}

	.g-mobile-reorder > :nth-child(2){
		order: 1;
	}


	/**************
	***************
	***************
					Font Styles DESKTOP
	***************
	***************
	***************/
	#top-news h6
	{
		font-size: 1.4rem;
	}

	#top-news small
	{
		font-size: 1.2rem;
	}

	
	/**************
	***************
	***************
					Pagination Styles
	***************
	***************
	***************/
	
	.pagination-wrapper a.page-numbers:hover
	{
		background: #EBEBEB;
	}

	
	
	/**************
	***************
	***************
					Header Styles DESKTOP
	***************
	***************
	***************/
	#logo
	{
		width: 140px;
	}
	
	#social-bar
	{
		display: inline-flex;
	}
	
	#social-bar a
	{
		padding: 10px 0px;
		font-size: 1.2rem;
		margin: 6px 10px;
	}
	
	.search_form_header a
	{
		font-size: 1.5rem;
		margin: 15px 10px;
	}
	
	/**************
	***************
	***************
					Main Banner Styles DESKTOP
	***************
	***************
	***************/	
	#main-banner
	{
		width: 100%;
		content: " ";
		display:block;
		background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.8)), url(../img/mbgimg.jpg), no-repeat center center;
		background-size: cover;
		/*position: absolute;
		left: 0px;
		top: 100px;
		height:760px;*/
	}

	h1.home-title
	{
		margin-top:100px;
		font-size: 3.5rem;
		/*text-shadow: 1px 1px 2px black;*/
		text-shadow:2px 4px 8px black;
		margin-top:30px;
		letter-spacing: 5px;
		color:#fff;
	}

	/**************
	***************
	***************
					Our Mission Styles
	***************
	***************
	***************/
	#our-mission {
		border-bottom:none;
		padding-bottom:50px;
		
		h2{
			font-size: 40px;
			text-shadow: 2px 4px 8px black;
			color:#fff;
			margin-top:40px;
		}
		
		.carousel-caption
		{
			position:absolute;
			background: rgba(0, 0, 0, 0.2);
		}
		
		.carousel-inner{
			height: 260px;
			width:100%;
			margin: 0 auto;
		}
	}
	
	
	/**************
	***************
	***************
					About Block Styles DESKTOP
	***************
	***************
	***************/	
	.b-about
	{
		border-bottom: none;
	}
}