
.footer_main_section {
	/* background: black; */
	background: #090909 !important;
}

.copyright_section {
	background: #008080 !important;
}

.footer_title {
	font-size: 22px;
	color: white;
	line-height: 71px;
	font-weight: 700;
}

.footer_menu li a {
	font-size: 16px;
	color: white;
	border-bottom: 2px solid transparent;
}

.footer_menu li a:hover {
	border-bottom: 2px solid teal;
	transition: .65s;
}

.footer_menu li {
	list-style: none;
}

.footer_menu ul {
	padding: 0px;
}

.footer_sub_desc {
	font-size: 16px;
	text-align: center;
	color: white;
}

.footer_sub_title {
	font-size: 20px;
	text-align: CENTER;
	color: WHITE;
}

.footer_Center_box fieldset {
	border: 1px solid #ddd;
	border-radius: 30px;
	padding-top: 27px;
	padding-bottom: 54px;
	margin: 0 auto;
	width: 531px;
}

.footer_Center_box legend {
	text-align: center;
}

.copyright_section .et_pb_code_inner {
	color: white !important;
	text-align: center !important;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 16px;
}

.footer_menu li {
	margin-bottom: 11px;
}

.site_footer_col {
	margin: auto;
}

.site_footer_col_3 {
	padding-left: 4%;
}

.footer_sub_desc {
	width: 77%;
	margin: 0 auto;
	margin-top: 10px;
}

.sco_liink_box ul {
	padding: 0px;
	display: flex;
	margin: auto;
}

.sco_liink_box li {
	list-style: none;
	margin: auto;
	margin-right: 16px;
}

.sco_liink_box a {
	color: white;
	font-size: 20px;
	border: 1px solid #ddd;
	width: 41px;
	height: 41px;
	display: flex;
	border-radius: 30px;
}

.sco_liink_box a:hover {
	background: teal;
	transition: .65s;
}

.sco_liink_box a i {
	margin: auto;
}

.sco_liink_box {
	display: flex;
	margin-top: 17px;
}

.footer_Center_box legend img {
	width: 159px;
	height: 82px;
	object-fit: contain;
}

.footer_menu li a {
	background: teal;
	background: linear-gradient(to right, #008080 15%, rgba(255, 255, 255, 0) 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
}

.footer_menu li a:hover {
	background-position: left bottom;
}

@media all and (min-width: 320px) and (max-width: 767px) {
	.site_footer_col_3 {
		padding-left: 2%;
	}
	
	.footer_Center_box fieldset {
		width: 100%;
	}
	
	.footer_menu li {
		width: 100%;
		float: left;
	}
	
	.footer_Center_box fieldset {
		margin-top: 27px;
	}
}

@media all and (min-width: 768px) and (max-width: 980px) {
	.site_footer_col_3 {
		padding-left: 2%;
	}
	
	.footer_Center_box fieldset {
		width: 100%;
	}
	
	.footer_menu li {
		width: 50%;
		float: left;
	}
	
	.footer_Center_box fieldset {
		margin-top: 27px;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
	.site_footer_col_3 {
		padding-left: 2%;
	}
	
	.footer_Center_box fieldset {
		width: 100%;
	}
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
	.site_footer_col_3 {
		padding-left: 2%;
	}
	
	.footer_Center_box fieldset {
		width: 100%;
	}
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
	.site_footer_col_3 {
		padding-left: 2%;
	}
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
	.site_footer_col_3 {
		padding-left: 2%;
	}
	
	.footer_Center_box fieldset {
		border: 1px solid #ddd;
		border-radius: 30px;
		padding-top: 27px;
		padding-bottom: 54px;
		margin: 0 auto;
		width: 531px;
		position: relative;
		left: -3%;
	}
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
	.site_footer_col_3 {
		padding-left: 2%;
	}
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}
