@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

* { margin: 0; 	padding: 0; }

body { font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.57143; font-weight: 400; color: #2d2e2e; }

a, a:hover, a:active, a:focus { 
	outline: none; 
	text-decoration: none !important; 
	-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 { 
	list-style: outside none none;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
}
ol.big-num li::marker {
	font-size: 2rem;
	font-weight: 300;
	font-family: 'Inter', sans-serif;
	color: #262626;
}
ol li::marker {
	font-weight: 300;
	font-family: 'Inter', sans-serif;
	color: #262626;
}
ol ul {
	margin-bottom:2rem;
}
ol li {
	padding-left: 5px;
	padding-bottom:7px;
	color: #444444;
    font-size: 1rem;
    line-height: 1.625rem;
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin-bottom: 1.5rem;
	font-family: 'Inter', sans-serif;
}

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

.sticky-top { top: 20%; }

header {
	background-image: url('../images/banner-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: 'Inter', sans-serif;
}
.main-banner-sec {padding: 50px 0;}

.main-banner-sec .banner-title {	
	padding-bottom: 80px;
	font-family: 'Inter', sans-serif;
}
.main-banner-sec h1 {
	font-size: 3.8rem; 
	line-height: 1.2; 
	color: #ffffff;
	font-weight: 400;
	text-align: left;
	font-family: 'Inter', sans-serif;
}
.main-banner-sec .banner-title p {
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: 300;
	font-family: 'Inter', sans-serif;
}
.main-banner-sec .breadcrumb {
	font-size: 12px;
	text-transform: uppercase;
}
.main-banner-sec .breadcrumb-item+.breadcrumb-item::before {
    color: #b0cae1;
}
.main-banner-sec .breadcrumb a {
	color: #dbdbdb;
	font-family: 'Inter', sans-serif;
}
.main-banner-sec .breadcrumb a:hover{
	color: #eec029;
}
.main-banner-sec .breadcrumb-item.active {
	color: #ffffff;
}
/* Sidebar-Left */
.main-topics h3 {
	font-weight: 300;
	font-size: 2rem;
	margin-bottom: 30px;
	font-family: 'Inter', sans-serif;
}
.main-topics .accordion-button, .main-topics .accordion-header {
	font-family: 'Inter', sans-serif;	
	font-weight: 500;
}
.main-topics .accordion-button:not(.collapsed) {
	font-family: 'Inter', sans-serif;
	color: #000;
	font-weight: 600;
	box-shadow: none;
	background-color: rgba(80, 115, 140,0.1);
	border-radius: 0px 0px 30px 0px;
}
.main-topics .accordion-button:focus {
	box-shadow: none;
	font-family: 'Inter', sans-serif;
}
.main-topics .accordion-item {
	border: none;
	font-family: 'Inter', sans-serif;
}
.main-topics .accordion-body ul li {
	padding-bottom: 16px;
	padding-left: 25px;
	line-height: 1.2;
	font-weight: inherit;
	font-family: 'Inter', sans-serif;
}

.main-topics .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;
}
.main-topics .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: '-';
}
.main-topics .accordion-body ul li a {
	font-size: 14px;
	color: #4f4f52;
	font-weight: 500;
	padding-left: 16px;
	font-family: 'Inter', sans-serif;
	text-decoration:none;
}
.main-topics .accordion-body ul li a:hover, 
.main-topics .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;
}
.main-topics .accordion-body ul li.current_page_item:before {
 	content: '->';
 	color: #0000ff;
 	margin-left: -15px;
	font-family: 'Inter', sans-serif;
 }

.main-topics .accordion-body ul li.current_page_item a{
    color: #0000ff;
	font-family: 'Inter', 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: 'Inter', sans-serif;
}
.main-content h3 {
	font-size: 2rem;
	line-height: 1.2;
	color: #262626;
	font-family: 'Inter', sans-serif;
}
.main-content h4 {	
	font-size: 1.5rem;
	line-height: 1.2;
	color: #262626;
	font-family: 'Inter', sans-serif;
}
.main-content h5 {	
	font-size: 1.25rem;
	line-height: 1.2;
	color: #262626;
	font-family: 'Inter', sans-serif;
}
.main-content h6 {	
	font-size: 1rem;
	line-height: 1.2;
	color: #262626;
	font-family: 'Inter', sans-serif;
}
.main-content p {
	color: #444444;
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 2rem;
	font-family: 'Inter', sans-serif;
}

.main-content p a {
	text-decoration: none;
	color: #18272F;
	font-weight: 500;
	position: relative;
	font-family: 'Inter', 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: 'Inter', sans-serif;
}
.main-content ul li {	
	color: #444444;
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 10px;
	padding-left: 25px;
	font-family: 'Inter', 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: 'Inter', 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: 'Inter', 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);
}


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

@media (max-width: 767.98px) {
	.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;
	}
}
@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) {
	.main-banner-sec {
		padding: 50px 0;
	}
	.main-content h2{
		font-size: 2.3rem;
	}
	.main-content h3 {
		font-size: 1.6rem;
	}
	ol li::marker {
		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: 1584px !important;
	}*/
	.main-topics { margin-right: 30px; }
}
