@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 { 
	font-family: 'Inter', sans-serif;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

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

.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-header {margin-bottom: 0px !important;}
.main-topics .accordion-button, .main-topics .accordion-header {
	font-family: 'Inter', sans-serif;	
	font-weight: 500;
}
.main-topics .accordion-body ul {
	padding-left: 0px !important;
}
.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 {
	margin-bottom: 0px;
}
.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;
}
.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 {
	font-family: 'Inter', sans-serif;
	font-size: 1rem;
	line-height: 1.625rem;
	color: #444444;
	margin-bottom: 2rem;
}

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

.main-content a:hover {
	color: #000;
}

.main-content 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 a:hover:before {
	height: 100%;
	color: #000 !important;
	background-color: rgba(238, 192, 41, 0.7);
}
.main-content ul {
	color: #444444;
	margin-bottom: 2rem;
	font-family: 'Inter', sans-serif;
	padding-left: 0px;
}
.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;
}

.main-content ol {
	list-style: none;
	font-family: 'Inter', sans-serif;
	counter-reset: muffins;
	color: #444444;
	margin-bottom: 2rem;
}
.main-content ol li {
	counter-increment: muffins;
	font-family: 'Inter', sans-serif;
	color: #444444;
	font-size: 1rem;
	line-height: 1.625rem;
	margin-bottom: 10px;
	margin-left: -12px;
	padding-left: 7px;
}

.main-content ol li:before {
	content: counter(muffins) ". ";
	position: absolute;
	margin-left: -25px;
}
.main-content ol li h3:before {
	content: counter(muffins) ".";
	position: absolute;
	margin-left: -30px;
	background-color: #fff;
}
.main-content ol li h4:before {
	content: counter(muffins) ". ";
	position: absolute;
	margin-left: -32px;
	background-color: #fff;	
}
.main-content ol li h5:before {
	content: counter(muffins) ". ";
	position: absolute;
	margin-left: -25px;
	background-color: #fff;	
}

/* Realted Articles */

.related-articles h4 {	
	font-size: 1.5rem;
	line-height: 1.2;
	color: #262626;
	font-family: 'Inter', sans-serif;
}
.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: 500;
}

.related-articles ul li a {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	display: inline-block;
	position: relative;
	text-decoration: none;
	padding-bottom: 2px;
	color: #000;
}
.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);
}

.related-articles a:before {
    display: none;
}


/* Main Content Table */
.main-content .table {
	font-family: 'Inter', sans-serif;
}
.main-content .table-custom td {
	padding: 13px 23px;
	font-family: 'Inter', sans-serif;
}
.main-content .table-custom thead td {
	padding: 18px 23px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
}
.main-content .table>:not(:first-child) {
	border-top: none;
}
.main-content .table-primary {
	--bs-table-bg: #50738c;
	color: #fff;
}

/* Right Section - Form */
.right-section .contact-form {
	padding: 30px !important;
	background-color: #edf1f3 !important;
	border-radius: 0px 0px 24px 24px;
}
.right-section .contact-form form .btn {
	margin-top: 0px;
}

.right-section .sec-head h3 {
	font-family: 'Inter', sans-serif;
	background: #50738c;
    color: #fff;
    font-size: 24px;
	line-height: 1.2;
    font-weight: 600 !important;
	padding: 24px 0;
	margin: 0 !important;
	text-align: center;
	border-radius: 26px 26px 0px 0px;
}

.right-section .sec-head-shape {
    position: absolute;
    top: -30px;
    left: -24px;
    /*right: -80px;*/
}
.right-section .sec-head-shape img { width: 70px; }

/* 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;
	}
	.right-section .sec-head-shape {
		display: none;
	}
}
@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;
	}
}
@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-content { padding-left:40px !important; }
}