/*
Theme Name: aei-e2.cn Theme
Theme URI: http://www.aei-e2.cn.com/
Description: This theme is specially designed for aei-e2.cn.com.
Version: 1.0
*/


/* --- general --- */

body {
  font-family: 'Roboto', sans-serif;
  color: #0E2653;
  position: relative;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 575.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* component */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

a {
  color: #517DFF;
  text-decoration: none;
}

p {
  line-height: 1.65;
}

.btn {
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 500;
}

.btn-lg {
  font-size: 20px;
  padding: 15px 35px;
}

.btn-primary {
  background-color: #517DFF;
  border-color: #517DFF;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
  min-width: 100px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:focus,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check)+.btn-primary:active {
  background-color: white;
  border-color: white;
  color: #517DFF;
}

.btn-secondary {
  background-color: #0E2653;
  border-color: #0E2653;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
  min-width: 100px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus-visible,
.btn-secondary:focus,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:first-child:active,
:not(.btn-check)+.btn-secondary:active {
  background-color: #0E2653;
  border-color: #0E2653;
}

.btn-default {
  background-color: white;
  border-color: #e0e0e0;
  color: #0E2653;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
  min-width: 100px;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus-visible,
.btn-default:focus {
  background-color: white;
  border-color: #e0e0e0;
  color: #0E2653;
  opacity: 0.8;
}

.btn-default-inverse {
  border-color: white;
  border-width: 1.5px;
  color: white;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
  min-width: 100px;
}

.btn-default-inverse:focus,
.btn-default-inverse:hover {
  background-color: white;
  color: #517dff;
  opacity: 1;
}

.btn-green {
  background-color: #41bb7a;
  border-color: #41bb7a;
  color: white;
  text-transform: uppercase;
  box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
  min-width: 100px;
}

.btn-green:hover,
.btn-green:focus {
  background-color: white;
  border-color: white;
  color: #41bb7a;
}

.form-control {
  color: #0E2653;
  border-color: #ccc;
  border-radius: 10px;
  padding: 10px 15px;
}

.form-control:disabled {
  background-color: #f5f5f5;
}

/* focus */
a:focus,
a:active {
  outline: 0;
  border-radius: 10px;
}

a:focus,
.btn:focus,
.btn:active,
.btn-close:focus,
input:focus,
textarea:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus,
.form-select:focus,
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 154, 229, .5);
}

/* navbar */
.navbar {
  padding: 10px 0;
  color: white;
  transition: background-color 0.3s linear, all 0.3s ease;
}

.navbar.home {
  background-color: transparent;
}

.navbar.default {
  background-color: #12326E;
}

.navbar.scrolled {
  background-color: #12326E;
  padding: 5px 0;
  transition: background-color 0.3s linear, all 0.3s ease;
}
.navbar .custom-logo-link {
	display: inline-block;
}
.navbar .navbar-brand img {
  height: 36px;
  width: auto;
}

.navbar .navbar-right .btn+.btn {
  margin-left: 10px;

}

@media (max-width: 575.98px) {
	.navbar .navbar-brand img {
		height: 30px;
	}
  .navbar .navbar-right .btn {
    padding: 10px;
    min-width: 60px;
	  font-size: 14px;
  }
  .navbar .navbar-right .btn+.btn {
    margin-left: 2px;
  }
}

/* content */
main {
  position: relative;
  overflow-x: clip;
}

.content {
  padding: 5rem 0;
}

.content-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.content-heading h1 {
  font-size: 44px;
  margin-bottom: 1rem;
}

.content-heading h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.content-heading p {
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .content-heading h1 {
    font-size: 36px;
  }

  .content-heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .content-heading p {
    font-size: 18px;
  }
}

.hero {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background: linear-gradient(152.49deg, rgba(81, 125, 255, 0.5) -22.27%, rgba(38, 51, 122, 0.5) 74.44%), #12326E;
  color: white;
}

.hero .row {
  align-items: center;
}

.hero .content-heading {
  text-align: left;
  margin-bottom: 0;
}
.hero .content-heading h2 {
	font-size: 36px;
}
.hero img {
  border-radius: 10px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .hero .content-heading {
    text-align: center;
  }

  .hero img {
    margin-bottom: 2rem;
  }
}

.courses {
  padding-bottom: 7rem;
}

.course-list {
  position: relative;
}

.course-list::after {
  content: '';
  display: block;
  width: 326px;
  height: 326px;
  position: absolute;
  right: -20px;
  bottom: -60px;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 588 588' style='enable-background:new 0 0 588 588;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23DFF1FC;%7D%0A%3C/style%3E%3Cpath class='st0' d='M294,588c162.4,0,294-131.6,294-294S456.4,0,294,0S0,131.6,0,294S131.6,588,294,588z M294,477 c101.1,0,183-82.2,183-183.5S395.1,110,294,110s-183,82.2-183,183.5S192.9,477,294,477z'/%3E%3C/svg%3E");
}

.course-list .course-item {
  background-color: white;
  padding: 20px 15px;
  border-radius: 15px;
  box-shadow: 0px 2px 15px 0px rgba(50, 88, 139, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.course-list .course-item h3 {
  font-size: 24px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 2rem;
}

.course-list .course-item h4 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 20px;
}

.course-list .course-item .btn-primary {
  align-self: center;
  margin-top: auto;
}

.course-list .course-item .btn-primary:hover,
.course-list .course-item .btn-primary:focus {
  opacity: 0.85;
  color: white;
}

.course-list .course-item.course-coral h3 {
  color: #ED6A5E;
}

.course-list .course-item.course-coral .btn-primary {
  background-color: #ED6A5E;
  border-color: #ED6A5E;
}

.course-list .course-item.course-aqua h3 {
  color: #67C3CD;
}

.course-list .course-item.course-aqua .btn-primary {
  background-color: #67C3CD;
  border-color: #67C3CD;
}

.course-list .course-item.course-purple h3 {
  color: #9E78FB;
}

.course-list .course-item.course-purple .btn-primary {
  background-color: #9E78FB;
  border-color: #9E78FB;
}

@media (max-width: 1199.98px) {
  .course-list::after {
    right: -120px;
  }
}

@media (max-width: 991.98px) {
  .course-list .course-item {
    height: auto;
    margin-bottom: 2rem;
  }

  .course-list::after {
    display: none;
  }
}

.class-dates {
  background-color: #F5FBFE;
}

/*
.class-dates-list {
  max-height: 370px;
  overflow-y: auto;
}*/

.class-dates-list .class-dates-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px;
}

.class-dates-list .class-dates-item+.class-dates-item {
  border-top: 1px solid #9CB4E1;
}

.class-dates-list .class-dates-item .class-dates-content {
  display: flex;
  flex: 1;
  margin-right: 10px;
}

.class-dates-list .class-dates-item .class-dates-content .course-name {
  width: 40%;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .class-dates-list .class-dates-item .class-dates-content {
    display: block;
  }

  .class-dates-list .class-dates-item .class-dates-content .course-name {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .class-dates-list .class-dates-item {
    padding: 15px 0;
  }
}

.slick-dots {
  display: flex;
  list-style-type: none;
  justify-content: center;
  padding-left: 0;
  transform: translateY(1rem);
}

.slick-dots button {
  background: #e0e0e0;
  width: 14px;
  height: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  text-indent: -9999px;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots .slick-active button {
  background: white;
  border-color: white;
}

.teachers {
  padding-bottom: 0;
}

.teacher-slider-container {
  background-image: linear-gradient(to bottom, transparent 50%, #CAEBFF 50%);
  padding-bottom: 4rem;
}

.teacher-slider .col-lg-4 {
  padding-left: 12px;
  padding-right: 12px;
}

.teacher-slider.slick-slider .slick-track {
  padding-bottom: 10px;
}

.teacher-slider .teacher-item {
  display: flex;
  flex-direction: column;
}

.teacher-slider .teacher-item .img-box {
  background-color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 15px 0px rgba(50, 88, 139, 0.1);
  z-index: 1;
}

.teacher-slider .teacher-item .img-box img {
  flex: 1;
  object-fit: cover;
  max-height: 100%;
}

.teacher-slider .teacher-item .teacher-info-content {
  min-height: 0;
  flex: 1;
  background-color: white;
  padding: 15px;
  padding-top: 4rem;
  border-radius: 10px;
  box-shadow: 0px 2px 15px 0px rgba(50, 88, 139, 0.1);
  margin-top: -3rem;
}

.teacher-slider .teacher-item .teacher-name {
  color: #517DFF;
  font-size: 24px;
  text-align: center;
}

.teacher-slider .teacher-item h4 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-bottom: 1rem;
}

.teacher-slider .slick-dots button {
  background-color: #B4D5E9;
  border-color: #B4D5E9;
}

.teacher-slider .slick-dots .slick-active button {
  background-color: white;
  border-color: white;
}

.community .wechat-container {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.community .wechat-container>img {
  max-width: 150px;
  width: 100%;
}

.community .wechat-container .wechat-content {
  display: flex;
  align-items: center;
}

.community .wechat-container .wechat-content img {
  width: 100px;
  margin-right: 10px;
}

.community .wechat-container .wechat-content h2 {
  font-size: 20px;
}

.community .referal-links {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  margin-top: 3rem;
}

.community .referal-links li {
  flex: 0 0 33.33%;
  text-align: center;
}

.community .referal-links li img {
  width: 40%;
}

@media (max-width: 575.98px) {
  .community .wechat-container {
    flex-direction: column;
  }

  .community .wechat-container .wechat-content {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .community .wechat-container>img {
    max-width: 250px;
  }
}

.testimonials {
  background-color: #0E2653;
  color: white;
}

.testimonial-slider .col-lg-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.testimonial-slider .testimonial-item {
  background-color: #12326E;
  padding: 15px;
  padding-top: 30px;
  border-radius: 10px;
}

.testimonial-slider .testimonial-item .img-box {
  background-color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.testimonial-slider .testimonial-item .img-box img {
  flex: 1;
  object-fit: cover;
  max-height: 100%;
}

.testimonial-slider .testimonial-item .testimonial-content {
  flex: 1;
  min-width: 0;
}

.testimonial-slider .slick-dots button {
  background-color: #486FB9;
  border-color: #486FB9;
}

.testimonial-slider .slick-dots .slick-active button {
  background-color: white;
  border-color: white;
}

@media (max-width: 991.98px) {}

.page-hero {
  margin-top: 86px;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.page-hero .page-heading h2 {
  font-size: 40px;
  text-align: center;
}

.page-hero .page-heading p {
  font-size: 20px;
  text-align: center;
}

.page {
  padding-bottom: 5rem;
}

.course-page-item {
  display: flex;
	align-items: center;
  padding: 10px 15px;
	margin-bottom: 15px;
}
.course-page-item .img-box {
	background: white;
	border: 1px solid #bbe1f9;
	border-radius: 10px;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
	margin-right: 15px;
}
.course-page-item img {
	width: 40px;
}

.course-page-item p {
  margin-bottom: 0;
}

.course-page-item p:first-child {
  width: 25%;
  margin-right: 10px;
}

.course-page-item p:last-child {
  min-width: 0;
  flex: 1;
}

@media (max-width: 575.98px) {
  .course-page-item p:first-child {
    width: 35%;
  }
}

.contact-jump {
	background-color: #F5FBFE;
	padding: 2rem 20px;
}
.contact-jump h3 {
	margin-bottom: 1rem;
}
.course-lists {
	position: relative;
	margin-top: 2rem;
	padding-bottom: 4rem;
	margin-bottom: 5rem;
}

.course-lists::after {
	content: "";
  	display: block;
  	position: absolute;
  	left: 50%;
  	bottom: 0;
  	height: 45%;
  	width: 100vw;
  	transform: translateX(-50%);
  	z-index: -1;
  	box-sizing: border-box;
  	background-color: #CAEBFF;
}

.course-lists .col-lg-4 {
	margin-bottom: 2rem;
}

.course-package-item {
	background-color: white;
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 2px 15px 0px rgba(50, 88, 139, 0.1);
	height: 100%;
}

.course-package-item:hover {
	box-shadow: 0px 0px 25px 0px rgba(50, 88, 139, 0.2);
	transition: all 0.3s ease-in-out;
}

.course-package-item h3 {
	color: #517DFF;
}

.course-package-item h4 {
	font-size: 14px;
	margin-bottom: 15px;
}

.course-package-item .price {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.course-package-item ul {
	padding-left: 0;
	list-style-type: none;
	text-align: left;
	/*border-top: 1px solid #9CB4E1;*/
	padding-top: 15px;
	margin-bottom: 2rem;
}

.course-package-item ul li {
	display: flex;
	padding: 6px 0;
}

.course-package-item ul li svg {
	color: #41bb7a;
	transform: translateY(4px);
	margin-right: 10px;
}

.course-package-item .btn-primary {
	margin-top: auto;
}

@media (max-width: 991.98px) {
	.course-lists::after {
		height: 20%;
	}
}

.collapsible-text {
	position: relative;
}

.collapsible-text .text-body {
	max-height: 200px;
	overflow: hidden;
}

.collapsible-text.expanded .text-body {
	max-height: initial;
	overflow: initial;
	transition: all 0.3s ease-in-out;
}

.collapsible-text .show-less-content {
	background: linear-gradient(transparent 0, white 50%);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80%;
}

.collapsible-text.expanded .show-less-content {
	position: relative;
	margin-top: -16px;
}

.collapsible-text .show-less-content .btn-default {
	background-color: transparent;
	border-color: white;
	color: #517DFF;
	text-transform: capitalize;
	box-shadow: none;
	padding: 8px 12px;
	margin-top: 2rem;
}

.collapsible-text.expanded .show-less-content .btn-default {
	margin-top: 0;
}

.collapsible-text .show-less-content .btn-default svg {
	transform: rotate(0);
	transition: all 0.3s ease-in-out;
}

.collapsible-text.expanded .show-less-content .btn-default svg {
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out;
}

.wp-block-table td {
  border: 0;
  border-bottom: 1px solid #9CB4E1;
  vertical-align: top;
}

.wp-block-table td strong {
  white-space: nowrap;
}

.timetablemodal .modal-dialog {
  max-width: 800px;
}

.course-dates-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 10px;
}

.course-dates-item .course-date {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.course-dates-item svg {
  background-color: #DFF1FC;
  padding: 12px;
  border-radius: 10px;
  font-size: 16px;
  margin-right: 10px;
}

.course-dates-item .btn-primary {
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .course-dates-item .btn-primary span {
    display: none;
  }
}

.modal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

.modal .modal-header h2 {
  font-size: 30px;
}

.modal .modal-header .btn-close {
  background-color: #DFF1FC;
  background-size: 12px 12px;
  border-radius: 50%;
  opacity: 1;
  color: #0E2653;
  line-height: 0;
  margin-right: 0;
}

.modal .modal-footer {
  border-top: 0;
}

.skill-lists {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

.skill-lists .col-6 {
	margin-bottom: 24px;
	padding-left: 8px;
   padding-right: 8px;
}
.skill-lists .skill-item {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
	height: 100%;
}

.skill-lists .skill-item img {
	height: 60px;
	margin-bottom: 15px
}

.skill-lists .skill-item p {
	margin-bottom: 0;
}

.post-hero {
  margin-top: 86px;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.post-hero .page-title {
  text-align: center;
}

.post-single {
  margin-bottom: 5rem;
}

.post .post-comments {
  margin-top: 5rem;
}

.comments-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.comments-list .comment-item {
  margin-bottom: 2rem;
}

.comments-list .comment-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.comments-list .comment-header .img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.comments-list .children {
  padding-left: 40px;
  list-style-type: none;
  margin-top: 20px;
}

.comments-list .children .children {
  padding-left: 0;
}

.comment-respond .sub-heading {
  margin-bottom: 1rem;
}

.comment-respond .form-group {
  margin-bottom: 1rem;
}

.comment-respond .form-submit {
  margin-top: 2rem;
}

/* gravity form */
.gform-theme--foundation .gform_fields {
	row-gap: 15px !important;
}
.gform-theme--framework input, .gform-theme--framework textarea {
	color: #0E2653 !important;
   border-color: #ccc !important;
   border-radius: 10px !important;
   padding: 10px 15px;
	box-shadow: none !important;
}
.gform-theme--framework input:focus, .gform-theme--framework textarea:focus {
	box-shadow: 0 0 0 0.25rem rgba(6, 154, 229, .5) !important;
	outline: none !important;
}
.gform-theme--framework .gform_button {
	background-color: #517DFF !important;
	border-color: #517DFF !important;
	color: white !important;
	margin: auto !important;
	padding: 10px 20px !important;
  	font-weight: 500 !important;
	text-transform: uppercase !important;
}

/* multilanguage - translatepress */
.trp_language_switcher_shortcode {
  	display: inline-block;
  	margin-left: 8px;
	transform: translateY(1px);
}

.trp_language_switcher_shortcode .trp-language-switcher {
  width: auto;
  height: auto;
}

.trp_language_switcher_shortcode .trp-language-switcher::after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23707070"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  background-repeat: no-repeat;
  z-index: 10;
}

.trp-language-switcher>div {
  border: 0;
  border-radius: 10px;
  padding: 0;
  width: 66px !important;
  background-image: none;
}

.trp-language-switcher>div>a {
  padding: 10px;
}

.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language {
  cursor: pointer;
}

.trp-language-switcher>div>a>img {
  width: 24px;
  height: auto;
  transform: translateY(-2px);
}

.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0;
  box-shadow: 0px 2px 4px 0px rgba(50, 88, 139, 0.1);
}

@media (max-width: 575.98px) {
  .trp_language_switcher_shortcode {
    margin-left: 2px;
  }
	.trp_language_switcher_shortcode .trp-language-switcher::after {
		right: 6px;
	}
	.trp-language-switcher>div {
		width: 50px !important;
	}
	.trp-language-switcher>div>a {
		padding: 9.17px 10px;
	}
	.trp-language-switcher>div>a>img {
		width: 20px;
		margin: 0;
	}
}

/* footer */
footer {
  background-color: #0E2653;
  padding-top: 4rem;
  padding-bottom: 3rem;
  color: white;
  text-align: center;
}
footer .footer-logo img {
	height: 45px;
}
footer .socials {
  padding-left: 0;
  list-style-type: none;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

footer .socials li {
  display: inline-block;
}

footer .socials li+li {
  margin-left: 24px;
}

footer .socials li a {
  color: white;
  font-size: 24px;
}
footer .socials li a svg {
  height: 24px;
}
footer .privacy-term-copyright a {
  color: white;
}