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

* { margin: 0; 	padding: 0; }

body { font-family: "Outfit", 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: "Outfit", sans-serif;
}

/*ol.big-num li::marker {
	font-size: 2rem;
	font-weight: 300;
	font-family: "Outfit", sans-serif;
	color: #262626;
}
ol li::marker {
	font-weight: 300;
	font-family: "Outfit", 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: "Outfit", sans-serif;
}*/

h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", sans-serif !important;
	font-weight: 500 !important;
	margin-bottom: 1.5rem;
	text-transform: unset !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/bg-banner.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-family: "Outfit", sans-serif;
}

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

.main-banner-sec .banner-title {	
	padding-bottom: 65px;
	font-family: "Outfit", sans-serif;
}
.main-banner-sec h1 {
	font-family: "Outfit", sans-serif;
	color: #ffffff;
	font-size: 50px; 
	line-height: 1.2; 
	font-weight: 600 !important;
	text-align: left;
	margin-bottom: 10px !important;
}
.main-banner-sec .banner-title p {
	font-family: "Outfit", sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 300;
}
.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: "Outfit", sans-serif;
}
.main-banner-sec .breadcrumb a:hover{
	color: #eec029;
}
.main-banner-sec .breadcrumb-item.active {
	color: #ffffff;
}
/* Sidebar-Left */
.main-topics-title {
	font-weight: 500;
	font-size: 1.7rem;
	margin-bottom: 10px;
	font-family: "Outfit", sans-serif;
}
.main-topics .accordion-button, .main-topics .accordion-header {
	font-family: "Outfit", sans-serif;	
	font-weight: 500;
}
.main-topics .accordion-button:not(.collapsed) {
	font-family: "Outfit", 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: "Outfit", sans-serif;
}
.main-topics .accordion-item {
	border: none;
	font-family: "Outfit", sans-serif;
}
.main-topics .accordion-body {
	padding: 1rem 0;
}
.main-topics .accordion-body ul li {
	padding-bottom: 16px;
	padding-left: 25px;
	line-height: 1.2;
	font-weight: inherit;
	font-family: "Outfit", sans-serif;
}

.main-topics .accordion-body ul li:before {
	margin-left: -23px;
	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;
	color: #eec029 !important;
	content: '-';
}
.main-topics .accordion-body ul li a {
	font-size: 16px;
	color: #4f4f52;
	font-weight: 500;
	padding-left: 16px;
	font-family: "Outfit", 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: "Outfit", sans-serif;
 }

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

/*  Main Content */
.main-content figure img {
	max-width: 100%;
	height: auto;
	margin-bottom: 0px;
	border-radius: 15px;
	border: 1px solid #cbcef5;
}
.main-content figure figcaption {
	font-weight: 400;
	font-style: italic;
	color: #666;
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
	margin: 15px 0 30px 0;
}
.main-content img {
	max-width: 100%;
	height: auto;
}
.main-content h2 {
	font-size: 2.5rem;
	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;
	position: relative;
	padding-left: 22px;
}
.main-content h3:before {
	content: "";
	position: absolute;
	background: #19a5a0;
	width: 4px;
	height: 36px;
	top: 4px;
	left: 0;
}
.main-content h4 {	
	font-size: 1.5rem;
	line-height: 1.3;
	color: #262626;
	font-family: "Outfit", sans-serif;
	padding-left: 37px;
	margin-bottom: 14px;
}
.main-content h4:before {
	position: absolute;
	content: '';
	background: url('../images/bullet.svg');
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;	
	margin-top: 5px;
	margin-left: -38px;
}
.main-content h5 {	
	font-family: "Outfit", sans-serif;
	font-size: 1.25rem;
	line-height: 1.3;
	color: #262626;
	text-transform: unset !important;
}
.main-content h6 {	
	font-family: "Outfit", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	color: #262626;
	text-transform: unset !important;
}
.main-content p {
	font-family: "Outfit", sans-serif;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #444444;
	margin-bottom: 2rem;
}

.main-content .gray-box {
	background: #f7f8fb;
	border: 1px solid #cbcef5;
	border-radius: 15px;
	padding: 40px 40px 10px 40px; 
	margin-bottom: 50px;
}
.main-content img {
	border-radius: 15px;
	margin-bottom: 40px;
}

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

.main-content.content-sec a:after {
	font-family: FontAwesome;
    content: "\f08e";
    color: #0000ff;
    font-size: 11px;
	display:inline-block;
	margin-left: 3px;
	margin-right: 2px;
	top: -5px;
	position: relative;
	transition: all .3s ease-in-out;
}
.main-content.content-sec a:hover:after {
	position: relative;
	transform: translateY(3px);
	transition: all .3s ease-in-out;
}

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

.main-content.content-sec 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: "Outfit", sans-serif;
	list-style: disc;
	padding-left: 25px;
}
.main-content ul li {	
	color: #444444;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 10px;
	font-family: "Outfit", sans-serif;
	position: relative;
	padding-left: 6px;
}
/*.main-content ul li:before {
	position: absolute;
	content: '';
	background: url('../images/circle-bullet.svg');
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;	
	margin-top: 7px;
	margin-left: -24px;
}
.main-content ul li ul li:before {
	position: absolute;
	margin-left: -25px;
	content: '';
	background: url('../images/bullet.svg');
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
}*/

.main-content ol {
	list-style: none;
	font-family: "Outfit", sans-serif;
	counter-reset: muffins;
	color: #444444;
	margin-bottom: 2rem;
}
.main-content ol li {
	counter-increment: muffins;
	font-family: "Outfit", sans-serif;
	color: #444444;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 8px;
}

.main-content ol li:before {
	/*content: counter(muffins) ". ";
	position: absolute;
	margin-left: -33px;*/
}
.main-content ol li h3,
.main-content ol li h4,
.main-content ol li h5 {
	padding-left: 0px;
}
.main-content ol li h3:before {
	content: counter(muffins) ".";
	position: absolute;
	margin-left: -40px;
	background-color: #fff;
	top: 0;
}
.main-content ol li h4:before {
	content: counter(muffins) ". ";
	position: absolute;
	margin-left: -40px;
	background-color: #fff;	
}
.main-content ol li h5:before {
	content: counter(muffins) ". ";
	position: absolute;
	margin-left: -40px;
	background-color: #fff;	
}



/* CTA */
.main-content.content-sec .content-cta {
	font-family: "Outfit", sans-serif;
	background: #d9f2fa;
	color: #071b27;
	border-radius: 15px;
	padding: 50px;
	text-align: center;
	margin-bottom: 2rem;
}

.main-content.content-sec .content-cta .cta-title {
	color: #262626;
	font-size: 25px;
	line-height: 1.3;
	font-weight: 600 !important;
	margin-bottom: 20px !important;
}

.main-content.content-sec .content-cta .cta-text {
	color: #071b27;
	font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 30px;
}
.main-content.content-sec .content-cta .cta-btn {
	color: #FFFFFF !important;
	background: #01a8df;
	border-radius: 40px;
	font-size: 18px;
	font-weight: 500;
	padding: 9px 34px;
	-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;
}
.main-content.content-sec .content-cta .cta-btn:hover {
	color: #1d212e !important;	
	background: #31d2f2;
	-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;
}
.main-content.content-sec .content-cta .cta-btn:after,
.main-content.content-sec .content-cta .cta-btn:before {
	display: none !important;
}

@media (min-width: 768px) and (max-width: 1500px) {
	.main-content.content-sec .content-cta {
		padding: 40px;
	}
}
@media (max-width: 767.98px) {
	.main-content.content-sec .content-cta {
		padding: 25px;
	}
}


/* Content Tabs CSS */
/*.main-content.content-sec nav.sticky-top {
  top: 15%;
  background-color: #fff;
  padding: 30px 0;
}
.main-content.content-sec .nav-tabs {
	font-family: "Outfit", sans-serif !important;
	border-bottom: none;
}
.main-content.content-sec .tab-content {	
	font-family: "Outfit", sans-serif !important;
	padding-top: 30px;
}

.main-content.content-sec .nav-tabs .nav-link {
	font-family: "Outfit", sans-serif !important;
	color: #444444;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500 !important;
	font-size: 18px !important;	
	border: 1px solid #becedd;
	border-radius: 3px;
	margin-right: 15px;
	padding: 10px 30px;
}
.main-content.content-sec .nav-tabs .nav-link:hover {
	border-color: #151515;
}
.main-content.content-sec .nav-tabs .nav-item.show .nav-link,
.main-content.content-sec .nav-tabs .nav-link.active {
	color: #1b4ca9;
	font-weight: 500 !important;
	font-size: 18px !important;
	background-color:#151515;
  color: #ffffff;
  border-color: #151515;
}*/





/* Custom Table */
.table-custom {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #cbcef5;
	margin-bottom: 2rem;
}

.table-custom .table {
	font-family: "Outfit", sans-serif;
	color: #444444;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0rem;
}
.table-custom .table > :not(caption) > * > * {
	border-color: #cbcef5;
}
.table-custom .table > :not(:first-child) {
	border-top: none;
}

.table-custom .table thead th {
	color: #FFFFFF;
	font-weight: 600;
	padding: 16px 20px;
	border: none;
}
.table-custom .table th:nth-child(1) {
	background-color: #1b4ca9;
}
.table-custom .table th:nth-child(2) {
	background-color: #01a8df;
}
.table-custom .table th:nth-child(3) {
	background-color: #19a6a0;
}
.table-custom .table th:nth-child(4) {
	background-color: #163b64;
}
.table-custom .table tbody td {
	color: #444444;
	font-weight: 400;
	padding: 16px 20px;
	border-right: 1px solid #cbcef5;
}
.table-custom .table tbody td:last-child {
	border-right: none;
}

.table-custom table tr:last-child > td {
  border-bottom: none;
}




/* Two color Table */
.row-wrapper {
	font-family: "Outfit", sans-serif;
	border: 1px solid #cbcef5;
	border-radius: 12px;
	overflow: hidden;
	margin-top: -1px;
}
.myth-label {
	background-color: #1b4ca9;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	padding: 8px;
	border-radius: 12px 0 0 0;
	min-width: 113px;
	min-height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.reality-label {
	background-color: #01a8df;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	padding: 8px;
	border-radius: 0 0 0 12px;
	min-width: 113px;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.myth-label:after, .reality-label:after {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
	right: -6px;
	border-width: calc(14px* .5) 0 calc(14px* .5) 7px;
}
.myth-label:after {
	border-left-color: #1b4ca9;
}
.reality-label:after {
	border-left-color: #01a8df;
}

.myth-text {
	background-color: #f7f8fb;
	font-weight: 600;
}
.reality-text {
	background-color: #fff;
	font-weight: 400;
	border-radius: 0 0 12px 0;
	border-top: 1px solid #cbcef5;
	border-top-right-radius: 0 !important;
}
.myth-text, .reality-text {
	color: #262626;
	padding: 8px 24px 8px 30px;
	border-radius: 0 12px 0 0;
	flex: 1;
	font-size: 18px;
	line-height: 1.4;
	display: flex;
	align-items: center;
}

@media (max-width: 576px) {
	.row-wrapper {
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.flex-sm-row {
		flex-direction: column !important;
	}
	.reality-label {
		min-height: 60px;
	}
	.myth-label, .reality-label {
		border-radius: 12px 12px 0 0 !important;
	}
	.myth-text, .reality-text {
		border-radius: 0 0 12px 12px !important;
		padding: 15px 20px;
	}
}



/* Three Color Table */
.tb-wrapper {
	font-family: "Outfit", sans-serif;
	border: 1px solid #cbcef5;
	border-radius: 12px;
	margin-top: -1px;
	overflow: hidden;
	margin-bottom: 2rem;
}
.tb-list:last-child .tb-text {
	border-bottom: 0px;
}
.tb-label {
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	padding: 10px;
	min-width: 133px;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.tb-label-1 {
	background-color: #1b4ca9;
}
.tb-label-2 {
	background-color: #01a8df;
}
.tb-label-3 {
	background-color: #19a6a0;
}
.tb-label-4 {
	background-color: #163b64;
}
.tb-label:after {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
	right: -6px;
	border-width: calc(14px* .5) 0 calc(14px* .5) 7px;
}
.tb-label-1:after {
	border-left-color: #1b4ca9;
}
.tb-label-2:after {
	border-left-color: #01a8df;
}
.tb-label-3:after {
	border-left-color: #19a6a0;
}
.tb-label-4:after {
	border-left-color: #163b64;
}
.tb-text {
	background-color: #FFFFFF;
	color: #262626;
	font-weight: 400;
	padding: 15px 30px 15px 35px;
	border-bottom: 1px solid #cbcef5;
	flex: 1;
	font-size: 18px;
	line-height: 1.4;
	display: flex;
	align-items: center;
}

@media (max-width: 576px) {
	.flex-sm-row {
		flex-direction: column !important;
	}
	.tb-wrapper {
		margin-bottom: 20px;
		border: none;
	}
	.tb-list {
		border: 1px solid #cbcef5;
		border-bottom: none;
		border-radius: 12px;
		margin-bottom: 10px;
	}

	.tb-list:last-child .tb-text {
		border-bottom: 1px solid #cbcef5;
	}
	.tb-label {
		border-radius: 12px 12px 0 0;
	}
	.tb-text {
		font-size: 16px;
		padding: 20px;
		border-radius: 0 0 12px 12px;
	}
	.tb-label:after {
		right: unset;
		bottom: -9px;
		transform: rotate(90deg);
	}
}


/* Form - Right Section */
.form-card {
	font-family: "Outfit", sans-serif !important;
	margin: 50px auto;
	border-radius: 15px;
	box-shadow: 3px 0px 25px rgba(10, 14, 66, 0.1);
	overflow: hidden;
}
.form-card .form-header h4 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600 !important;
	color: #fff;
	background-color: #1b4ca9;
	padding: 30px 15px;
	margin-bottom: 0px;
	text-align: center;
	text-transform: uppercase !important;
}
.form-card .form-body {
	padding: 35px;
}
.form-card .form-control {
	border-radius: 0px;
	border: 1px solid #d2d7eb;
	padding: 12px 20px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
}
.form-card .form-control::placeholder {
  color: #6c6e80;
  opacity: 1; /* Firefox */
}
.form-card .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #6c6e80;
}
.form-control:focus {
	border: 1px solid #abe7fc;
	box-shadow: unset;
}
.form-card select {
	background: #ffffff url('../images/select-arrow.png') no-repeat 95% 20px !important;
	color: #6c6e80;
}

/*.form-card .btn-download {
	background: linear-gradient(90deg, #f97316, #f97316);
	color: #fff;
	font-weight: 600;
	width: 100%;
	padding: 12px;
	border-radius: 0.375rem;
	border: none;
}
.form-card .btn-download:hover {
	background: linear-gradient(90deg, #fb923c, #f97316);
}*/
.form-card .privacy-text {
	font-size: 13px;
	line-height: 1.4;
	color: #444444;
	margin-top: 15px;
	text-align: center;
	font-style: italic;
	margin-bottom: 15px;
}
.form-card .terms-text {
	font-size: 13px;
	line-height: 1.4;
	color: #444444;
	text-align: center;
	font-style: italic;
	margin-bottom: 0px;
}
.form-card .terms-text a {
	color: #01a8df;
	text-decoration: none;
	font-weight: 400;
}
.form-card .terms-text a:hover {
	text-decoration: underline !important;
}

@media (min-width: 1600px) {
	.form-card {
		margin-left: 16px;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
	.form-card .form-header h4 {
		font-size: 16px;
	}
}
@media (max-width: 992px) {
	.form-card {
		margin-top: 30px;
	}
}


/* Button CSS 
============= */
.btn-grad {
	font-family: "Outfit", sans-serif;
	width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    border-radius: 3px;
    padding: 13.5px 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
    background: #f66302;
    background: linear-gradient(90deg, var(--c1, #f66302), var(--c2, #ff901b) 51%, var(--c1, #f66302)) var(--x, 0) / 200%;
    transition: all 0.3s ease 0s;
}
.btn-grad:hover {
    --x: 100%;
    color: #fff;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease 0s;
}


/* 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);
}


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

@media (min-width: 1600px) {
	.container{
		max-width: 1460px !important;
	}
}

@media (min-width: 1430px) {
	.container {
		max-width: 1400px !important;
	} 
	.main-content {
		padding-left:40px !important;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.main-banner-sec h1 {
		font-size: 45px;		
	}
	.main-banner-sec .banner-title {
		padding-bottom: 50px;
		color: #fff;
	}
}

@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: 768px) and (max-width: 992px) {
	.main-banner-sec {
		padding: 70px 0;
	}
	.main-banner-sec .banner-title {
		padding-bottom: 50px;
	}
}

@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: 500;
		margin-bottom: 1rem;		
	}
	.main-banner-sec .breadcrumb {
		display: none;
	}
	.main-banner-sec h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.main-content .gray-box {
		padding: 20px;
	}
	.main-banner-sec .banner-title {		
		padding-bottom: 0px;
	}
	.main-content h2 {
		font-size: 2.1rem;
	}
	.main-content h3 {
		font-size: 1.7rem;
	}
	.main-content h4 {
		font-size: 1.4rem;
	}
	.main-content h5 {
		font-size: 1.2rem;
	}
}
