/*=============== GOOGLE FONTS ===============*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;900&display=swap');

/*=============== PAGE EDIT ===============*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	background-color: #F2F2F2;
	font-family: 'Poppins', sans-serif;
}

body{
	line-height: 1.5s;
	font-family: 'Poppins', sans-serif;
	background-color: #F2F2F2;
	overflow-x: hidden;
}


html,body {
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
	background-color: #F2F2F2;
}

html {
	background-color: #F2F2F2;
}

html.sr .load-hidden {
    visibility: hidden;
}

/*=============== HEADER ===============*/

header {
	background-color: #F2F2F2;
	height: 80vh;
	background-size: cover;
	background-position: center;
	font-family: 'Poppins', sans-serif;
}

main {
	background-color: #F2F2F2;
}

body {
	background-color: #F2F2F2 !IMP;
}

/*=============== LOGO ===============*/

#main .logo {
	float: left;
}


.logo	{
	width: 70px;
	height: 70px;
	background-position: center;
	background-size: cover;
	margin-left: 20px;
	margin-top: 10px;
}

/*=============== NAV BAR ===============*/

#main nav ul {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#main nav ul li {
	list-style-type: none;
	display: inline-block;
	margin: 0 8px;
	line-height: 50px;
}

#main nav ul li a {
	text-decoration: none;
	color: #30363d;
	font-size: 14px;
	padding: 6px 13px;
	transition: 0.4s all ease-out;
	font-family: 'Poppins', sans-serif;
}

#main nav ul li a.active,

#main nav ul li a:hover {
	transform: translateY(1rem);
	background: #f94640;
	color: #fff;
	transition: 0.4s;
}

/*=============== CARDS ===============*/

.card-title {
	color: #30363d !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 20px;
}

.card-text {
	color: #30363d !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px;
}

.flexbox-column {
	transition: 0.4s all ease-out;
}

.flexbox-column:hover {
	transform: translateY(-.5rem);
	transition: 0.4s ease all;
}

.weeklytasks {
	font-size: 30px;
}

.row-2{
	display: flex;
	flex-wrap: wrap;
}

.col-md-6 {
	max-width: 21.5rem !important;
	background-color: #30363d;
}

.caption-text {
	background-color: transparent;
	color: #939393;
	float: left;
	margin-top: 31rem;
	margin-left: -31.5rem;
	text-align: center;
}

.caption-text-2 {
	background-color: transparent;
	color: #939393;
	float: left;
	margin-top: 31rem;
	margin-left: -33rem;
	text-align: center;
}

.caption-text-3 {
	background-color: transparent;
	color: #939393;
	float: left;
	margin-top: 31rem;
	margin-left: -33rem;
	text-align: center;
}

.caption-text-4 {
	background-color: transparent;
	color: #939393;
	float: right;
	margin-top: -2rem;
	margin-right: -33rem;
}

.image-size {
	max-height: 30rem;
	padding-left: 5rem;
	padding-right: 5rem;
}

.image-size-2 {
	max-height: 30rem;
	padding-left: 12rem;
}

.image-size-3 {
	max-height: 30rem;
	padding-right: 12rem;
}

.image-size-4 {
	max-height: 30rem;
	padding-right: 5rem;
	padding-left: 5rem;
	margin-bottom: 3rem;
}

.header-text-bold {
	font-size: 24px;
	background-color: transparent;
	letter-spacing: 1px;
}

.header-text {
	padding: 2rem;
	background-color: transparent;
}

.header-text:hover {
	transform: translateY(-.2rem);
	transition: 0.4s ease all;
	background-color: transparent;
}

.header-link {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}

.header-link:hover{
	transform: translateY(-.5rem);
	transition: 0.4s all ease-out;
	text-decoration: none;
	color: white;
}

/*=============== CARD BUTTON ===============*/

.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #abdbe2 !important;
    color:#fff !important;
    border-color: #abdbe2 !important;
}

.btn-primary:hover {
	background-color: transparent !important;
	color: #abdbe2 !important;
	border-color: #abdbe2 !important;
}

/*=============== CAROUSEL ===============*/

.carousel-indicators {
	background-color: transparent;
	color: black !important;
	fill: black !important;
}

.carousel-inner {
	border-radius: 10px 10px 10px 10px;
	overflow: visible;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    color: #fff !important;
    background-color: rgba(24, 24, 24, 0.4);
    border-radius: 10px !important;
    text-decoration-color: transparent !important;
    text-align: center;
}

.carousel-caption {
	margin-bottom: 10px;
}


.carousel-text {
	background-color: transparent;
}

.carousel-link {
	text-decoration: none;
	background-color: #feca5d;
	color: #30363d;
	font-family: 'Poppins', sans-serif;
}

.carousel-link:hover {
	text-decoration: none;
	color: #fff;
	transition: 0.5s;
}

.main-text {
	font-size: 20px;
}

/*=============== TEXT ===============*/

.header1 {
	background-color: transparent !important;
	padding-left: 8rem !important;

}

.paragraph1-padding {
	background-color: transparent;
	font-size: 18px;
	padding-right: 8rem;
	padding-left: 8rem;
}

.caption-link {
	text-decoration: none;
	color: #81b1c9;
	transition: 0.4s;
}

.caption-link:hover {
	color: #4a737c !important;
	transition: 0.4s;
}

.figure {
	text-decoration: none;
	color: #003652;
	transition: 0.4s;
}



/*=============== FOOTER ===============*/

.button-link {
	color: #30363d !important;
	text-decoration: none;
}

.button-link:hover {
	color: #fff !important;
	text-decoration: none;
	transition: 0.5s;
}

ul {
	list-style: none;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

.footer {
	background-color: #30363d;
}

.footer2 {
	background-color: #54575B;
}

.footer-col{
width: 25%;
padding: 50px;
}

.footer-col h4{
	font-size: 20px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight: 500;
	position: relative;
}

.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #f94640;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul li:not(:last-child){
	padding-bottom: 10px;
}

.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	color: #bbb;
	display: block;
	transition: 0.4s all ease-out;
}

.footer-col ul li a:hover{
	color: #fff;
	padding-left: 8px;
	transition: 0.4s ease;
}

.footer-link {
	background-color: transparent;
}

.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(24, 24, 24, 0.6);
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.3 ease;
}

.footer-col .social-links a:hover{
	color: #fff;
	background-color: #f94640;
	transition: 0.5s;
}

.footer-col .social-links i{
	background-color: transparent;
}
