:root {
	--terms-toolbar-background-colour: rgb( 20,15,80);
	--terms-toolbar-text-colour:white;
	--theme-navmenu-bg-color: rgb( 20,15,80);
	--theme-navmenu-fg-color: white;
	--theme-footer-bg-color:  rgb(20,15,80);
	--theme-footer-fg-color: rgb(20,15,80);
	--theme-button-primary-background-color: rgb(131,107,255);
	--theme-button-primary-background-color-active: white;
	--theme-button-primary-background-color-hover: white;
	--theme-button-primary-background-color-focus: white;
	--theme-button-primary-text-color-focus: white;
	--theme-button-secondary-text-color-focus: white;
	--theme-button-primary-text-color-hover: white;
	--theme-button-secondary-text-color-hover: white;
	--theme-button-primary-text-color: white;
	--theme-button-primary-text-color-active: white;
	--theme-button-secondary-text-color: white;
	--theme-button-primary-border-color-disabled: rgb(131,107,255);
	--theme-button-primary-background-color-disabled: rgb(131,107,255);
	--logo-url: url("assets/image/logo/AD.png");
	--theme-grid-header-bg-colour: rgb(21, 34, 122);
	--theme-grid-row-alt-bg-colour: #e4e5eb;
	--logo-left-pad: 1em !important;
	--theme-button-primary-text-color-disabled: white;
}

a {
    color: #2A3547;
    text-decoration: underline;
}

a:focus, a:hover, a[class*=btn] {
    color: #2A3547;
    text-decoration: none;
}


.toolbar-container {
    background-repeat: no-repeat;
    background-size: 60% 300px;
    border: none;
    border-radius: 0;
    margin: 0;
}

.footer-container {
    background-image: -webkit-linear-gradient(330deg, rgba(0,27,54,1) 0%, rgba(0,50,99,1) 50%, rgba(0,50,99,1) 100%);
    background-image: -moz-linear-gradient(330deg, rgba(0,27,54,1) 0%, rgba(0,50,99,1) 50%, rgba(0,50,99,1) 100%);
    background-image: -o-linear-gradient(330deg, rgba(0,27,54,1) 0%, rgba(0,50,99,1) 50%, rgba(0,50,99,1) 100%);
    background-image: linear-gradient(330deg, rgba(0,27,54,1) 0%, rgba(0,50,99,1) 50%, rgba(0,50,99,1) 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 0 25px !important;
}

.footer-container > div {
    width: 100%;
}

.footer-parent {
	width: 100%;
}

.footer-button{
 color: #122526;
 background-color: rgb(131,107,255);
}
.footer-text{
 color: #FFFFFF;
}

.common-footer {
	display: flex;
	width: 100%;
	padding-top: 4em;
	justify-content: space-around;
}

.footer-list > li:first-child ::after {
	content: "|";
	color: #FFFFFF;
	padding-left: 1rem;
	padding-right: 1rem;
}

.socialmedia,
.container {
	display: flex;
}

.social-list,
.social-list li,
.footer-list li {
	list-style-type: none;
	display: inline-block;
}

.socialmedia a,
.footer-list li a {
	color: #FFFFFF;
}

.socialmedia a {
	text-decoration: underline;
}

.socialmedia a:hover {
	text-decoration: none;
}

.social-list {
	border-right: 2px solid rgb(131,107,255);
	margin-right: 1rem;
	padding-right: 1rem;
}

.social-list li a :hover {
	transform: scale(1.1, 1.1);
}
.social-list li a {
	display: block;
	height: 1.6rem;
	width: 1.5rem;
	margin-left: 0.5rem;
	background-position: center;
	background-repeat: no-repeat;
}

.lower-container {
	width: calc(100% + 2em);
}

.facebook a {
	background-image: url("../image/facebook-light.svg");
}
.instagram a {
	background-image: url("../image/instagram-light.svg");
}
.linkedin a {
	background-image: url("../image/linkedin-light.svg");
}
.snapchat a {
	background-image: url("../image/snapchat-light.svg");
}
.tikTok a {
	background-image: url("../image/tiktok-light.svg");
}
.twitter a {
	background-image: url("../image/twitter-light.svg");
}
.wechat a {
	background-image: url("../image/wechat-light.svg");
}
.youtube a {
	background-image: url("../image/youtube-light.svg");
}
.littleredbook a {
	background-image: url("../image/littleredbook-light.svg");
}

.push {
	margin-left: 6rem;
}

.footer-icons {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

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

.footer-icons a {
    display: block;
    position: relative;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.footer-icons .fab {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.footer-icons .fa-facebook-f {
    padding: 7px 0;
    font-size: 18px;
}

.footer-icons .fa-instagram {
    padding: 5px 0;
    font-size: 20px;
}

.footer-icons .fa-linkedin-in {
    padding: 6px 0;
    font-size: 18px;
}

.footer-icons .fa-snapchat-in {
    padding: 6px 0;
    font-size: 18px;
}

.footer-icons .fa-tikTok-in {
    padding: 6px 0;
    font-size: 18px;
}

.footer-icons .fa-twitter {
    padding: 7px 0;
    font-size: 18px;
}

.footer-icons .fa-wechat-in {
    padding: 6px 0;
    font-size: 18px;
}
.footer-icons .fa-youtube {
    padding: 6px 0;
    font-size: 19px;
}

.footer-icons .fa-littleredbook-in {
    padding: 6px 0;
    font-size: 18px;
}


.banner {
	justify-content: center;
}

@media (min-width: 768px) {
	.footer-icons li {
		margin: 0 4px 0 0;
	}	
}

@media (max-width: 1023px) {
	.common-footer {
		flex-direction: column;
		align-items: center;
	}

	.push {
		margin-left: 0;
	}
}

@media (max-width: 886px) {
	span.actions {
		margin-top: .5rem !important;
	}
}