@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* { margin: 0; 	padding: 0; }
html{
	font-family: "Outfit", sans-serif;
}

body { font-family: "Outfit", sans-serif !important; font-size: 16px; line-height: 1.57143; font-weight: 400; color: #2d2e2e; }

a, a:hover, a:active, a:focus { 
	outline: none; text-decoration: none; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn, .btn * { transition: all 0.3s ease 0s; }
.btn.focus, .btn:focus {box-shadow: none;}
i { transition: all 0.4s ease-in-out 0s; }
.transition3s {	transition: all 0.3s ease-in-out 0s; }

 ul, ol { padding-left: 0px; }

/* ul { 
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: "Outfit", sans-serif;
}
ol li::marker {
	font-size: 2rem;
	font-weight: 300;
	font-family: "Outfit", sans-serif;
} */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin-bottom: 1.5rem;
	font-family: "Outfit", sans-serif !important;
}

b, strong {
	font-weight: 600;
}

.scroll-animation__fade-in { opacity: 1;  transition: opacity .5s cubic-bezier(0, .56, .1, 1)}

.sticky-top { top: 20%; }

.fa{
	font-family: FontAwesome !important;
}
.ti{font-family: 'themify' !important;
}

div.search{
	position: relative;
	width: 520px;
	margin: 0 auto;
	}
	.search input{
	 height: 60px;
	 text-indent: 25px;
	 border: none;
	 border-radius: 8px;
	 font-size: 23px;
	}
	.search input:focus{
	 box-shadow: none;
	 border: none;
	}
	.search .fa-search{
	 position: absolute;
	 top: 20px;
	 left: 16px;
	}

header {
	font-family: "Outfit", sans-serif;
	background: #1a2174;
    position: relative;
    padding: 0 0 15px;
	/*background-image: url('../images/banner-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;*/
}

.home header, .search header {
	background-image: url('../images/banner-bg.jpg');
	font-family: "Outfit", sans-serif;
    position: relative;
    padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.main-banner-sec {padding: 50px 0;}


.main-banner-sec .banner-title p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 300;
	font-family: "Outfit", sans-serif;
}
.main-banner-sec .breadcrumb {
	font-size: 14px;
	text-transform: capitalize;
	 color: #ffffff;
}
.main-banner-sec .breadcrumb-item+.breadcrumb-item::before {
    color: #b0cae1;
    content: "\f105";
    font-family: fontawesome;
    font-weight: 300;

}
.main-banner-sec .breadcrumb a {
	color: #dbdbdb;
	font-family: "Outfit", sans-serif;
}
.main-banner-sec .breadcrumb a:hover{
	color: #eec029;
}
.main-banner-sec .breadcrumb-item.active {
	color: #ffffff;
}

/* FAQ Section */
.faq-sec {
	margin-bottom: 2rem;
}
.faq-sec .accordion-header {
	font-family: "Outfit", sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}
.faq-sec .accordion-button {
    font-family: "Outfit", sans-serif;
    font-size: 1.3rem;
	line-height: 1.4;
    font-weight: 500;
	background-color: rgba(128, 139, 149, 0.1);
    margin: 0 0 0px;
}
.faq-sec .accordion-button:not(.collapsed) {
	font-family: "Outfit", sans-serif;
	color: #000;
	font-weight: 500;
	box-shadow: none;
	background-color: rgba(80, 115, 140, 0.1);
	border-radius: 0px 0px 0px 0px;
}
.faq-sec .accordion-button:focus {
	box-shadow: none;
	font-family: "Outfit", sans-serif;
}
.faq-sec .accordion-item {
	border: none;
	font-family: "Outfit", sans-serif;
	margin-bottom: 20px;
}
.faq-sec .accordion-body {
	border-right: 1px solid rgba(128, 139, 149, 0.2);
	border-bottom: 1px solid rgba(128, 139, 149, 0.2);
	border-left: 1px solid rgba(128, 139, 149, 0.2);
}
.faq-sec .accordion-body p {
	line-height: 1.5;
}
.faq-sec .accordion-body p:last-child {
	margin-bottom: 20px;
}

.faq-sec .accordion-body ul {
	margin: 0 0 10px 20px;
}
.faq-sec .accordion-body ul li {
	padding-bottom: 16px;
	padding-left: 5px;
	line-height: 1.5;
	font-weight: inherit;
	font-family: "Outfit", sans-serif;
}

.faq-sec .accordion-body ul li:before {
	margin-left: -25px;
	font-size: 1rem;
	line-height: 1rem;
	color: #0000ff;
	content: '-';
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: none;
}
.faq-sec .accordion-body ul li:hover:before {
	margin-left: -15px;
	font-weight: 900;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	content: '-';
}
.faq-sec .accordion-body ul li a {
	font-size: 14px;
	color: #4f4f52;
	font-weight: 500;
	padding-left: 16px;
	font-family: "Outfit", sans-serif;
}
.faq-sec .accordion-body ul li a:hover, 
.faq-sec .accordion-body ul li.active a {
	color: #0000ff;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.faq-sec .accordion-body ul li.current_page_item:before {
 	content: '->';
 	color: #0000ff;
 	margin-left: -15px;
	font-family: "Outfit", sans-serif;
 }

.faq-sec .accordion-body ul li.current_page_item a{
    color: #0000ff;
	font-family: "Outfit", sans-serif;
}

/*  Main Content */
.main-content img {
	max-width: 100%;
    height: auto;
}
.main-content h2 {
	font-size: 2.8rem;
	line-height: 1.2;
	color: #262626;
	font-family: "Outfit", sans-serif;
}
.main-content h3 {
	font-size: 2rem;
	line-height: 1.2;
	color: #262626;
	font-family: "Outfit", sans-serif;
}
.main-content h4 {	
	font-size: 1.5rem;
	line-height: 1.2;
	color: #262626;
	font-family: "Outfit", sans-serif;
}
.main-content h5 {	
	font-size: 1.25rem;
	line-height: 1.2;
	color: #262626;
	font-family: "Outfit", sans-serif;
}
.main-content h6 {	
	font-size: 1rem;
	line-height: 1.2;
	color: #262626;
	font-family: "Outfit", sans-serif;
}
.main-content p {
	color: #444444;
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 2rem;
	font-family: "Outfit", sans-serif;
}

.main-content p a {
	text-decoration: none;
	color: #18272F;
	font-weight: 500;
	position: relative;
	font-family: "Outfit", sans-serif;
	display: inline-block;
}

.main-content p a::before {
	content: '';
	background-color: rgba(238, 192, 41, 1);
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 2px;
	z-index: -1;
	transition: all .3s ease-in-out;
}

.main-content p a:hover::before {
	height: 100%;
	color: #000 !important;
	background-color: rgba(238, 192, 41, 0.7);
}
.main-content ul {
	color: #444444;
	margin-bottom: 2.5rem;
	font-family: "Outfit", sans-serif;
}
.main-content ul li {	
	color: #444444;
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 10px;
	padding-left: 25px;
	font-family: "Outfit", sans-serif;
}
.main-content ul li:before {
	position: absolute;
	margin-left: -25px;
	font-size: 1.5rem;
	color: #0000ff;
	content: '-';
	font-weight: 700;
}
.main-content ul li ul li:before {
    position: absolute;
    margin-left: -25px;
    font-size: 1.5rem;
    color: #0000ff;
    content: '-';
    font-weight: 400;
}

/* Realted Articles */

.related-articles ul li { margin-bottom: 16px; font-family: "Outfit", sans-serif;}

.related-articles ul li:before {
	position: absolute;
	margin-left: -25px;
	font-size: 1.5rem;
	color: #0000ff;
	content: '-';
	font-weight: 700;
}
.related-articles ul li ul li:before {
    position: absolute;
    margin-left: -25px;
    font-size: 1.5rem;
    color: #0000ff;
    content: '-';
    font-weight: 400;
}

.related-articles ul li a {
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-bottom: 2px;
	color: #000;
	font-family: "Outfit", sans-serif;
}
.related-articles ul li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #eec029;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.4s;
}
.related-articles ul li a:hover:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}


/* Media Queries 
---------------- */

@media (max-width: 767.98px) {
	.home header {
		background-image: none;
		background: rgb(5,48,170);
		background: -moz-linear-gradient(320deg, rgba(5,48,170,1) 0%, rgba(47,164,187,1) 14%, rgba(0,27,106,1) 49%);
		background: -webkit-linear-gradient(320deg, rgba(5,48,170,1) 0%, rgba(47,164,187,1) 14%, rgba(0,27,106,1) 49%);
		background: linear-gradient(320deg, rgba(5,48,170,1) 0%, rgba(47,164,187,1) 14%, rgba(0,27,106,1) 49%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0530aa",endColorstr="#001b6a",GradientType=1);
	}
	/*.main-banner-sec {
		background-image: none;
		background: rgb(5,48,170);
		background: -moz-linear-gradient(320deg, rgba(5,48,170,1) 0%, rgba(47,164,187,1) 14%, rgba(0,27,106,1) 49%);
		background: -webkit-linear-gradient(320deg, rgba(5,48,170,1) 0%, rgba(47,164,187,1) 14%, rgba(0,27,106,1) 49%);
		background: linear-gradient(320deg, rgba(5,48,170,1) 0%, rgba(47,164,187,1) 14%, rgba(0,27,106,1) 49%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0530aa",endColorstr="#001b6a",GradientType=1);
	}*/
	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		margin-bottom: 1rem;
	}
	.main-banner-sec .breadcrumb {
		display: none;
	}
	.main-banner-sec h1 {
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.main-banner-sec .banner-title {		
		padding-bottom: 0px;
	}
	.cta-box {
		padding: 40px;
	}
	.cta-box .btn {
		margin: 0 0px 20px 0;
		padding: 12px 30px;
	}
	.article-slider {
		padding: 10px 0 70px;
	}

}
@media (min-width: 768px) and (max-width: 992px) {
	.main-banner-sec {
		padding: 70px 0;
	}
	.main-banner-sec .banner-title {
		padding-bottom: 50px;
	}
}
@media (max-width: 991.98px) {
	header {
		padding: 0;
	}
	.main-banner-sec {
		padding: 50px 0;
	}
	.main-content h2{
		font-size: 2.3rem;
	}
	.main-content h3 {
		font-size: 1.6rem;
	}
	
}
@media (min-width: 992px) and (max-width: 1200px) {
	.main-banner-sec h1 {
		font-size: 3.2rem;		
	}
	.main-banner-sec .banner-title {
		padding-bottom: 50px;
		color: #fff;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1420px !important;
	}
/*	.faq-sec { margin-right: 30px; }*/
}
