.footer-sticky {
	position: sticky;
	bottom: 0px;
	background: #D0E5FF;
	border: 1px solid #1E395C;
	border-radius: 20px 20px 0px 0px;
	padding: 0px;
	max-width: 900px;
	margin: auto;
	z-index: 9;
}

@media (min-width: 992px) {
	.footer-sticky {
		margin-top: -35px;
	}
}

@media (max-width: 991px) {
	.footer-sticky {
		/*padding:15px 20px;*/
		max-width: 100%;
		border-radius: 0;
	}
}

@media (max-width: 767px) {
	.footer-sticky {
		padding: 15px 20px;
		max-width: 100%;
		border-radius: 0;
	}
}

@media (max-width: 575px) {
	.footer-sticky-title {
		font-size: 15px;
		line-height: 1.625;
		font-weight: 600;
		margin-bottom: 2px;
	}

	.footer-sticky-description {
		font-size: 14px;
		line-height: 1.71429;
		font-weight: 300;
		margin-bottom: 0px;
	}

	.footer-sticky {
		text-align: center;
	}

	.footer-sticky .col-xss-12 {
		width: 100%;
	}

	.footer-sticky .col-xs-height {
		display: block;
	}
}

.footer-sticky-contact-img {
	margin-top: -70px;
}

.footer-sticky-title {
	font-size: 15px;
	line-height: 1.625;
	font-weight: 600;
	margin-bottom: 2px;
	font-family: Roboto, sans-serif;
}

.footer-sticky-description {
	font-size: 14px;
	line-height: 1.71429;
	font-weight: 300;
	margin-bottom: 0px;
}

.footer-sticky-contact-button .btn {
	letter-spacing: 2px;
	padding: 8px 28px 8px;
	background: transparent linear-gradient(180deg, #223B59 0%, #070C12 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 6px 10px #09152633;
	border-radius: 5px;
	border: none;
	color: #fff;
}

.footer-sticky-contact-button .btn:hover {
	color: #fff;
}

.footerTopNew {
	background-color: #000512;
	padding: 50px 0 80px;
	font-family: Roboto, sans-serif;
}

.footerBottomNew {
	background-color: #2D2D2D;
	padding: 25px 0;
	font-family: Roboto, sans-serif;
}

.footerContainer {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.footerContainer {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.footerContainer {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.footerContainer {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.footerContainer {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.footerContainer {
		max-width: 1320px;
	}
}

.footerRow{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.footerRow > *{
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.img-fluid{
	max-width: 100%;
	height: auto;
}

.footerLogo{
	max-width: 217px;
}

.footerAbtCont{
	margin-top: 35px;	
}

.footerAbtCont p{
	font-family: Roboto, sans-serif;
	color: #D2EBFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 154.8%; /* 34.056px */
	margin-bottom: 0;
}

.footerEmailWrap,
.footerPhoneWrap,
.footerLocationWrap{
	margin-top: 40px;
}

.footerPhoneWrap .footerPhoneInnerWrap,
.footerEmailWrap .footerEmailInnerWrap,
.footerLocationWrap .footerLocationInnerWrap{
	padding-left: 45px;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 154.8%; /* 34.056px */
	max-width: 360px;
}
.footerEmailWrap .footerEmailInnerWrap a{
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 154.8%;
}
.footerLocationWrap .footerLocationInnerWrap:before,
.footerEmailWrap .footerEmailInnerWrap:before,
.footerPhoneWrap .footerPhoneInnerWrap:before{
	content: '';
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;	
	left: 0;
}
.footerLocationWrap .footerLocationInnerWrap:before{
	background-image: url(../images/footer-icon/location.svg);
	top: 2px;
}
.footerEmailWrap .footerEmailInnerWrap:before{
	background-image: url(../images/footer-icon/email.svg);
}
.footerPhoneWrap .footerPhoneInnerWrap:before{
	background-image: url(../images/footer-icon/phone.svg);
}
.footerCol2InnerBottomWrap,
.footerCol2InnerTopWrap {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}
@media (max-width: 575px){
	.footerWidget3Wrapper{
		width:100%
	}
}

.footerCol2InnerBottomWrap{
	margin-top: 40px;
}

.footerCol.footerCol2{
	margin-top: 40px;
}

.footerWidget3Wrapper .footerWidget3InnerWrap h3,
.footerWidget4Wrapper .footerWidget4InnerWrap h3,
.footerWidget5Wrapper .footerWidget5InnerWrap h3,
.footerWidget6Wrapper .footerWidget6InnerWrap h3,
.footerWidget7Wrapper .footerWidget7InnerWrap h3{
	color: #F16223;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 128.8%; /* 36.064px */
	margin-top: 0;
	margin-bottom: 25px;
}

.footerLinkNewMenuList{
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.footerLinkNewMenuList .footerLinkNewWrap .footerLinkNew{
	color: #D2EBFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 200%;
}

.socialIconNew{
	display: flex;
	align-items: center;
	gap: 15px;
}

.socialIconNew:before{
	content: '';
	width: 25px;
	height: 25px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.socialIconNew.linkedinFooterMenu:before{
	background-image: url(../images/footer-icon/linkedin.svg);
}

.socialIconNew.facebookFooterMenu:before{
	background-image: url(../images/footer-icon/facebook.svg);
}

.socialIconNew.twitterFooterMenu:before{
	background-image: url(../images/footer-icon/twitter.svg);
}

.socialIconNew.youtubeFooterMenu:before{
	background-image: url(../images/footer-icon/youtube.svg);
}

.otherLinkMenuList,
.otherLocationMenuList{
	display: flex;
	flex-direction: column;
	gap: 8px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.otherLinkMenuList li a,
.otherLocationMenuList li span{
	font-size: 16px;
	font-weight: 500;
	color: #D2EBFF;
	font-style: normal;
	display: flex;
	align-items: center;
	gap: 8px;
}

.otherLocationMenuList li span:before{
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../images/footer-icon/us.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.footerColCopy{
	width: auto;
}

.footerCopyRightText{
	font-weight: 600;
	color: #fff;
	font-size: 13px;
	margin-bottom: 0;
}

#footerNew{
	position:relative;
}

.footerPartnerLogoWrap{	
	padding: 25px 20px;
	background-color: #fff;
}

.footerPartnerLogoInnerWrap {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

@media (min-width: 768px){
	.footerCol2InnerBottomWrap,
	.footerCol2InnerTopWrap{
		gap: 80px;
	}
}

@media (min-width: 992px){
	.footerCol.footerCol1 {
		width: 40%;
	}
	
	.footerCol.footerCol2 {
		width: 60%;
	}

	.footerAbtCont{
		max-width: 410px;
	}

	.footerCol.footerCol2{
		margin-top: 0;
	}
}

@media(min-width: 1200px){
	.footerPartnerLogoWrap{
		position: absolute;
		bottom: 0;
		right: 0;
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.footerCol2InnerBottomWrap,
	.footerCol2InnerTopWrap{
		gap: 100px;
	}
	.footerPartnerLogoInnerWrap {
		gap: 10px;
	}
	.otherLinkMenuList li:first-child,
	.otherLocationMenuList li:first-child{
		display: flex;
		align-items: center;
		gap: 8px;
	}

	.otherLinkMenuList li:first-child:after,
	.otherLocationMenuList li:first-child:after{
		content: "|";
		font-size: 16px;
		font-weight: 500;
		color: #D2EBFF;
		font-style: normal;
	}

	.otherLinkMenuList,
	.otherLocationMenuList{
		flex-direction: row;
	}
}


@media (min-width: 1400px) {
	.footerPartnerLogoWrap{
		padding: 25px;
	}
	.footerPartnerLogoInnerWrap {
		gap: 20px;
	}
	.footerCopyRightText{
		font-size: 16px;
	}
}