@media (min-width: 768px) {
  .main-footer .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .main-footer .container {
    width: 970px;
  }
}
@media (min-width: 1064px) {
  .main-footer .container {
    width: 1170px;
  }
}
.main-footer .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main-footer row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1064px) {
    .main-footer s.col-md-3 {
        width: 25%;
    }
}
/*-------------Footer---------------------------------------*/
.footer-inner {
	padding: 50px 0 50px;
	overflow: hidden;
}
.main-footer {
	background: #325096;
	overflow: hidden;
	z-index: 6;
}
.sub-footer {
	padding: 18px 0;
	background: #253966;
}
.sub-footer .lang-wrap {
	top: 0;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 4px;
	margin-right: 0;
}
.sub-footer .lang-wrap:hover .lang-tooltip {
	top: -116px;
}
.sub-footer .copyright {
	color: #fff;
	text-align: left;
	font-weight: 500;
	/* position: relative; */
	top: 16px;
	font-size: 12px;
}
.subfooter-nav {
	float: right;
	margin-right: 30px;
	/* position: relative; */
	top: 12px;
}
.subfooter-nav:before {
	content: "";
	position: absolute;
	right: -22px;
	top: 50%;
	height: 10px;
	margin-top: -5px;
	width: 1px;
	background: rgba(255, 255, 255, 0.31);
}
.subfooter-nav li {
	margin-left: 15px;
}
.subfooter-nav li a {
	color: rgba(255, 255, 255, 0.61);
	font-weight: 400;
	font-size: 12px;
}
.footer-social {
	margin-top: 24px;
}
.footer-social span {
	margin-right: 15px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.footer-social ul,
.footer-social li,
.footer-social li a,
.footer-social span,
.footer-social,
.subfooter-nav li,
.sub-footer .copyright {
	float: left;
}
.footer-social li {
	margin-right: 10px;
}
.footer-social li a {
	font-size: 13px;
}
.footer-bg {
	position: absolute;
	left: 0;
	width: 500px;
	height: 400px;
	bottom: -50px;
	z-index: 1;
	opacity: 0.6;
	background: url(../images/map-bg.png) center no-repeat;
}
.footer-bg-pin {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.footer-bg-pin:first-child {
	left: 120px;
	top: 200px;
}
.footer-bg-pin:nth-child(2) {
	left: 230px;
	top: 200px;
}
.footer-bg-pin:nth-child(3) {
	left: 136px;
	top: 300px;
}
.footer-bg-pin:nth-child(4) {
	right: 190px;
	top: 220px;
}
.footer-bg-pin:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	border-radius: 100%;
	z-index: -1;
	opacity: 0.4;
}
@keyframes pulse {
	100% {
		transform: scale(22.1);
		opacity: 0;
	}
}
.footer-bg-pin-vis:before {
	animation: pulse 2s infinite ease-in-out;
}
.footer-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 0 30px;
}

.footer-widget #subscribe-button i {
	padding-right: 6px;
}
.footer-logo {
	float: left;
	margin-bottom: 25px;
}
.footer-logo img {
	width: auto;
	height: 30px;
}
.footer-wave,
.section-wave {
	position: absolute;
	bottom: -160px;
	width: 100%;
	left: 0;
	z-index: 2;
	height: 400px;
	opacity: 0.06;
}
.footer-widget h3 {
	font-size: 16px;
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 26px;
	color: #fff;
	font-weight: 600;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	padding-bottom: 25px;
	position: relative;
}
.footer-widget h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
}
.no-border {
	border: none !important;
}
.footer-list li {
	display: block;
	text-align: left;
	margin-bottom: 15px;
	padding-left: 20px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
}
.footer-list li a {
	color: #fff;
}
.footer-list li:before {
	font-family: Font Awesome\5 Pro;
	content: "\f0da";
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 11px;
	transition: all 200ms linear;
	color: #4db7fe;
}
.footer-list li:hover:before {
	left: 4px;
}
.footer-link {
	float: left;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
	position: relative;
	margin-top: 18px;
}
.footer-link.twitter-link {
	margin-top: 24px;
}
.footer-link i {
	margin-left: 14px;
}
.footer-widget .down-btn {
	margin: 15px 0 0 0;
}
.footer-widget .footer-contacts-widget p {
	color: #fff;
	text-align: left;
	line-height: 24px;
	margin-bottom: 10px;
}
.footer-contacts li {
	float: left;
	text-align: left;
	min-width: 250px;
	padding: 11px 15px;
	font-size: 13px;
	font-weight: 500;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 30px;
	margin-bottom: 12px;
}
.footer-contacts li a,
.footer-contacts li span {
	color: rgba(255, 255, 255, 0.51);
}
.footer-contacts li a {
	color: rgba(255, 255, 255, 0.81);
	padding-left: 4px;
}
.footer-contacts li i {
	padding-right: 7px;
}
.footer-widget-posts li {
	margin-bottom: 30px;
}
.footer-widget-posts li:last-child {
	margin-bottom: 0;
}
.contact-btn {
	float: left;
	color: #fff;
	padding: 15px 35px;
	font-size: 12px;
	margin-top: 25px;
	font-weight: 600;
	border-radius: 30px;
	position: relative;
}
.contact-btn i {
	margin-left: 10px;
}
.footer-widget-posts .widget-posts-img {
	float: left;
	width: 25%;
}
.footer-widget-posts .widget-posts-img img {
	border-radius: 4px;
}
.footer-widget-posts .widget-posts-descr {
	float: left;
	width: 75%;
	padding-left: 12px;
	text-align: left;
	position: relative;
}
.footer-widget-posts .widget-posts-descr:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 12px;
	right: 0;
	height: 1px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.21);
}
.footer-widget-posts .widget-posts-descr a {
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 20px;
}
.footer-widget-posts .widget-posts-descr a:hover {
	color: #fff;
}
.footer-widget-posts .widget-posts-date {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.51);
	font-weight: 600;
	font-size: 11px;
}
.footer-widget-posts .widget-posts-date i {
	padding-right: 10px;
}

.main-footer .fal, .main-footer .far {
    font-family: Font Awesome\5 Pro;
}

/* Fix for mirrored phone icon - flip it back to correct orientation */
.fa-phone-square,
i.fa-phone-square,
.fa.fa-phone-square,
i.fa.fa-phone-square,
.c-button .fa-phone-square,
.c-button i.fa-phone-square,
button .fa-phone-square,
button i.fa-phone-square,
.text-right .fa-phone-square,
.text-right i.fa-phone-square,
.text-right .c-button .fa-phone-square,
.text-right .c-button i.fa-phone-square,
.text-right button .fa-phone-square,
.text-right button i.fa-phone-square {
    transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    direction: ltr !important;
    filter: FlipH !important;
}

.fa-phone-square:before,
i.fa-phone-square:before,
.fa.fa-phone-square:before,
i.fa.fa-phone-square:before,
.c-button .fa-phone-square:before,
.c-button i.fa-phone-square:before,
button .fa-phone-square:before,
button i.fa-phone-square:before,
.text-right .fa-phone-square:before,
.text-right i.fa-phone-square:before,
.text-right .c-button .fa-phone-square:before,
.text-right .c-button i.fa-phone-square:before,
.text-right button .fa-phone-square:before,
.text-right button i.fa-phone-square:before {
    transform: scaleX(-1) !important;
    -webkit-transform: scaleX(-1) !important;
    -moz-transform: scaleX(-1) !important;
    -ms-transform: scaleX(-1) !important;
    -o-transform: scaleX(-1) !important;
    direction: ltr !important;
    filter: FlipH !important;
    display: inline-block !important;
}