/*================================================ OET Footer Area CSS =================================================*/

.oet-footer-area {
	background-color: #fffaf6;
	padding-top: 100px;
}

.single-footer-widget {
	margin-bottom: 30px;
}

.oet-single-footer-widget .logo {
	display: inline-block;
	margin-bottom: 25px;
}

.oet-single-footer-widget .social-links {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 20px;
}

.oet-single-footer-widget .social-links li {
	display: inline-block;
	margin-right: 5px;
}

.oet-single-footer-widget .social-links li a {
	width: 35px;
	height: 35px;
	display: block;
	font-size: 18px;
	border-radius: 2px;
	position: relative;
	text-align: center;
	color: var(--OETwhiteColor);
	background-color: #153155;
}

.oet-single-footer-widget .social-links li a i {
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.oet-single-footer-widget .social-links li a:hover {
	background-color: var(--OETmainColor);
	color: var(--OETwhiteColor);
}

.oet-single-footer-widget .social-links li:last-child {
	margin-right: 0;
}

.single-footer-widget h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.single-footer-widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.single-footer-widget ul li {
	margin-bottom: 12px;
}

.single-footer-widget ul li a {
	color: var(--OETparagraphColor);
	display: inline-block;
}

.single-footer-widget ul li a:hover {
	color: var(--OETmainColor);
}

.single-footer-widget .footer-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
	margin-bottom: 12px;
	color: var(--OETparagraphColor);
}

.single-footer-widget .footer-contact-info li span {
	color: var(--OETparagraphColor);
}

.single-footer-widget .footer-contact-info li a {
	color: var(--OETparagraphColor);
}

.single-footer-widget .footer-contact-info li a:hover {
	color: var(--OETmainColor);
}

.oet-footer-bottom-area {
	margin-top: 70px;
	text-align: center;
	background-color: var(--OETwhiteColor);
	padding-top: 30px;
	padding-bottom: 30px;
}

.oet-footer-bottom-area p {
	color: var(--OETblackColor);
	line-height: 1;
}

.oet-footer-bottom-area p a {
	font-weight: 700;
	color: var(--OETmainColor);
}

.oet-footer-bottom-area p a:hover {
	color: var(--OETblackColor);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
   .oet-footer-area {
		padding-top: 60px;
	}
	.oet-single-footer-widget h3 {
		font-size: 18px;
		padding-bottom: 0 !important;
	}
	.oet-single-footer-widget.pl-5,
	.oet-single-footer-widget.px-5 {
		padding-left: 0 !important;
	}
	.oet-single-footer-widget .social-links {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.oet-single-footer-widget .social-links a {
		width: 30px;
		height: 30px;
		font-size: 15px;
	}
	.oet-footer-bottom-area {
		margin-top: 30px;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.oet-footer-bottom-area p {
		line-height: 1.8;
	}
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .oet-footer-area {
		padding-top: 80px;
	}
	.oet-single-footer-widget h3 {
		font-size: 20px;
	}
	.oet-footer-bottom-area {
		margin-top: 50px;
	}
}