@import url('https://fonts.googleapis.com/css2?family=Oswald&family=PT+Sans&family=Poppins:wght@300&display=swap');

:root {

	--object-fit: cover;
	--height-banner: 150px;
	--height-banner-img: 100%;
	--height-cards: auto;
	--fontsize-inst: .9em;
	--fontsize-one: .9em;
	--margin-top-one: ;
	--margin-top-banner: 0;
	--margin-top-banner-img: 0;
	--margin-md-h3-one: 0;
	--margin-dt-bottom: 15px;
	--margin-dt-left: auto;
	--margin-dt-right: auto;
	--margin-top-body: 0;
	--display-one: block;
	--display-two: block;
	--text-aling-one: left;
	--font-size-two: 1.2em;
	--font-size-three: 1em;
	--font-size-four: 1em;
	--font-size-five: 1.5em;
	--fontsize-six: 1em;
	--fontsize-inst-span: .9em;
	--padding-ctn-two: 5px;

}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

body {
	background-color: rgb(231, 243, 243);
}

.ctn-body {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

.ctn-one,
.ctn-two,
.ctn-three {
	width: 100%;
	padding: 5px;
	align-items: center;
	padding-bottom: 5px;
}

.md-ctn-one {
	display: var(--display-one);
}

/*banner*/
.banner-ab {
	width: 100%;
	height: var(--height-banner);
	z-index: -1;
	position: relative;
	margin-top: var(--margin-top-banner);
	overflow: hidden;
}

.banner-img {
	width: 100%;
	height: var(--height-banner-img);
	object-fit: var(--object-fit);
	position: relative;
	margin-top: var(--margin-top-banner-img);

}

.h3-one,
.h3-two,
.h3-three {
	display: inline-block;
	margin: 5px auto;
	font-size: var(--font-size-five);
	color: #015478;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: #008080 6px double;
}

.ctn-one__dt {
	width: 100%;
	height: var(--height-cards);
	background: linear-gradient(50deg, #599edb6b, white);
	border: 1px solid rgba(208, 208, 208, 0.877);
	border-radius: 5px;
	margin-left: var(--margin-dt-left);
	margin-right: var(--margin-dt-right);
	margin-bottom: var(--margin-dt-bottom);
	box-shadow: -2px 5px 5px rgba(167, 167, 167, 0.632);
	padding: 10px;
}

.h4-one {
	font-family: 'Oswald', sans-serif;
	font-size: var(--font-size-two);
	color: #235478;
	text-align: var(--text-aling-one);
	margin: 5px auto;
}

.text-ab {
	font-family: 'PT Sans', sans-serif;
	line-height: 1.3;
	color: rgb(61, 69, 74);
	font-size: var(--font-size-three);
}

.ctn-two-sbt {
	width: 95%;
	text-align: center;
	margin: 10px auto;
}

.sbt-one {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: var(--fontsize-inst);
}

.inst {
	font-size: var(--fontsize-inst-span);
}

.ctn-two__text {
	width: 100%;
	background-color: #fff;
	padding: var(--padding-ctn-two);
	border: 1px solid gainsboro;
	border-radius: 5px;
}

.text-one {
	font-family: 'PT Sans', sans-serif;
	font-size: var(--fontsize-one);
	text-align: justify;
}

.ctn-three__text {
	width: 100%;
	height: auto;
	display: var(--display-two);
	background-color: #fff;
	border: 1px solid gainsboro;
	border-radius: 5px;
	padding: 5px;
}

.ctn-comp__header {
	width: 100%;
	height: auto;
	margin-top: 10px;
	padding: 5px;
	cursor: pointer;
	background: linear-gradient(50deg, #4d93d06b, white);
	border: 2px solid #90a8b3;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.ctn-comp__header:hover {
	background: linear-gradient(50deg, white, #599edb6b);

}

.sb-cmpt {
	color: #235478;
	font-family: 'Poppins', sans-serif;
	font-weight: bolder;
	font-size: var(--fontsize-six);
}

.ctn-cmpt-text {
	display: none;
	width: 100%;
	padding: 5px;
	border-bottom: 2px #90a8b3 solid;
	border-right: 2px #90a8b3 solid;
	border-left: 2px #90a8b3 solid;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: linear-gradient(50deg, #599edb6b, white);
}

.text-two {
	font-family: 'PT Sans', sans-serif;
	font-size: var(--font-size-four);
	text-align: justify;

}

@media screen and (min-width: 375px) {
	:root {
		--object-fit: cover;
		--height-banner: 180px;
		--fontsize-inst: 1em;
	}
}

@media screen and (min-width: 414px) {
	:root {
		--height-banner: 180px;
	}
}

@media screen and (min-width: 480px) {
	:root {
		--height-banner: 220px;
	}
}

@media screen and (min-width: 720px) {
	:root {
		--height-banner: 20rem;
		--fontsize-inst: 1.1em;
		--fontsize-one: 1em;
	}
}

@media screen and (min-width: 768px) {
	:root {
		--height-banner: 20rem;
		--margin-top-one: 30px;
		--display-one: flex;
		--margin-one: auto 5px;
		--height-cards: 200px;
		--margin-md-h3-one: 5px;
		--margin-dt-left: 5px;
		--margin-dt-right: 5px;
		--text-aling-one: center;
		--font-size-two: 1.5em;
		--margin-top-banner: 25px;
		--display-two: inline-flex;
	}

	.ctn-colum1 {
		width: 100%;
		margin: 5px;
	}
}

@media screen and (min-width: 1024px) {
	:root {
		--margin-top-banner: 0;
		--margin-top-banner-img: 150px;
		--height-banner: 30rem;
		--height-banner-img: 90%;
		--object-fit: cover;
		--margin-dt-left: 10px;
		--margin-dt-right: 10px;
		--fontsize-one: 1.2em;
		--fontsize-inst: 1.7em;
		--fontsize-inst-span: .8em;
		--padding-ctn-two: 15px;

	}
}

@media screen and (min-width: 1280px) {
	:root {
		--height-cards: 250px;
		--font-size-two: 1.8em;
		--font-size-three: 1.5em;
		--height-banner: 38rem;
		--font-size-five: 1.8em;
		--fontsize-six: 1.2em;
		--font-size-four: 1.1em;

	}
}

@media screen and (min-width: 1366px) {
	:root {
		--font-size-four: 1.2em;
		--font-size-five: 2em;
		--height-banner: 40rem;
		--margin-top-banner-img: 180px;
	}
}

@media screen and (min-width: 1440px) {
	:root {
		--font-size-four: 1.3em;
		--font-size-five: 2.1em;
		--margin-top-banner-img: 170px;
		--height-banner: 40rem;
	}
}

@media screen and (min-width: 1600px) {
	:root {
		--height-banner: 50rem;
	}
}

@media screen and (min-width: 1900px) {
	:root {
		--height-banner: 55rem;
		--margin-top-banner-img: 255px;
		--fontsize-six: 1.5em;
		--font-size-four: 1.4em;
	}
}