/******** Social Icons ********/
/*@font-face {
    font-family: 'social';
    font-display: swap;
    src:  url('../../fonts/social/social.eot?68drbx');
    src:  url('../../fonts/social/social.eot?68drbx#iefix') format('embedded-opentype'),
    url('../../fonts/social/social.ttf?68drbx') format('truetype'),
    url('../../fonts/social/social.woff?68drbx') format('woff'),
    url('../../fonts/social/social.svg?68drbx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'social' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-linkedin:before {
    content: "\eaca";
}
.footer-icons {
    color: #fff;
    font-size: 1.6em;
}
.new-footer{
    background: #1E3154 !important;
	position: relative;
	z-index: 1;
	color: #fff;
}
.new-footer__list-item a {
    padding: 6px 0px;
    color: #fff;
    display: inline-block;
    opacity: .6;
}
.new-footer #copyright{
	justify-content: flex-end;
	opacity: .6;
	margin: 0;
	font-size: 15px;
}
.footer-bottom-section__list-item {
    display: inline-block;
    margin-right: 30px;
    font-size: 9px;
    margin-top: 12px;
}
.footer-bottom-section, .footer-top-section {
    padding: 20px 0 14px;
}
.footer-top-section{
	padding: 50px 0;
}
.footer-top-section{
	background: #1E3154 !important;
}
.new-footer__list-item{
	font-size: 16px;
}
.item-heading h2 {
    font-size: 18px;
    font-family: 'DMSans-Regular', sans-serif;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 20px 0;
}
.new-footer__list-item a {
    padding: 10px 0px;
    color: #fff;
    display: inline-block;
}

.footer-bottom-section__list-item a{
    opacity: .6;
    color: #fff;
    font-size: 12px;
}
.new-footer__list-item a:hover,.footer-bottom-section__list-item a:hover{
	opacity: 1;
}

.new-footer .r-new-container{
	width: 95%;
    margin-left: 6%;
}
.new-footer .footer-bottom-section{
	width: 95%;
}
body{
	overflow-x: hidden;
}