@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Raleway", sans-serif; */

:root {
	--pink: #DD223F;
	--blue: #104C8B;
	--blueBg: #142469;
	--blueText: #0A4E81;
	--red: #C20020;
	--black: #000;
	--white: #fff;
}

body {
	font-family: "Raleway", sans-serif;
	background-color: var(--white);
	font-size: 22px;
	line-height: 150%;
	color: var(--black);
}

figure {
	margin: 0;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

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

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: var(--blueText);
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: var(--blueText);
}

/* Common Style Start */
.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Common Btn Style Start */

.btn {
	position: relative;
	display: inline-block;
	width: fit-content;
	color: var(--white);
	padding: 42px 152px 42px 75px;
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 2px !important;
	outline: none !important;
	border: none !important;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background-color: var(--red);
}

.btn:hover {
	color: var(--white);
	background-color: var(--pink);
	border: none !important;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.btn::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 38px;
	height: 27px;
	background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2239%22%20height%3D%2228%22%20viewBox%3D%220%200%2039%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M25.37%203.09052C24.81%202.4306%2024.81%201.09052%2025.37%200.470642C25.92%20-0.159485%2027.12%20-0.159485%2027.69%200.470642L38.25%2012.8007C39.1%2013.4306%2039.1%2014.4106%2038.25%2015.0407L27.69%2027.2707C27.12%2027.9306%2025.92%2027.9306%2025.37%2027.2707C24.81%2026.6806%2024.81%2025.4006%2025.37%2024.7507L33.33%2016.0107H2C0.869995%2016.0107%200%2015.0407%200%2013.7407C0%2012.8007%200.869995%2011.7607%202%2011.7607H33.1L25.37%203.09052Z%22%20fill%3D%22%230A4E81%20%20%22%2F%3E%3C%2Fsvg%3E);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
		filter:brightness(50);
	-webkit-filter:brightness(50);
}
.btn:hover::after {
		right: 50px;
		transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-ms-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		/* filter:unset;
		-webkit-filter:unset; */
}

.btn-white {
	background-color: var(--white);
	color: var(--blueText);
}

.btn.btn-white::after { filter:unset; -webkit-filter:unset; }
.btn.btn-white:hover::after { filter:brightness(50); -webkit-filter:brightness(50); }


/* Common Title */

.section-title {
	color: var(--blue);
	font-weight: 400;
	font-size: 74px;
	line-height: 116%;
	text-transform: uppercase;
}

.section-title * {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}



/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {position: relative;z-index: 9;}
.navbar-brand { position: relative; z-index: 9999; margin: 0; padding: 0; display: inline-block; width: 266px; }
.header-left{ width: 377px; display: flex; justify-content: center; align-items: center; }
.header-content { display: flex; } 
.navbar { padding: 0; }
.navbar .navbar-nav .nav-item{ display: flex; position: relative; padding: 0 80px; }
.navbar .navbar-nav .nav-item::after{ position: absolute; content: ""; background: var(--white); width: 2px; height: 48px; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.navbar .navbar-nav .nav-item:last-of-type::after{ display: none; }
.navbar .navbar-nav .nav-item:first-child{ padding-left: 0; }
.navbar .navbar-nav .nav-item:last-child{ padding-right: 0; }
.navbar .navbar-nav .nav-item .nav-link { padding: 0; display: inline-flex; align-items: center; position: relative; color: var(--white); font-size: 37px; font-weight: 700; line-height: 110%; letter-spacing: 3px; text-transform: uppercase; }
.navbar .navbar-nav .nav-item .nav-link figure{ display: flex; padding-left: 15px; }
.navbar .navbar-nav .nav-item .nav-link:hover{ color: var(--blueBg); }
.navbar .navbar-nav .nav-item .nav-link:hover img  { filter: contrast(0.5); -webkit-filter: contrast(0.5); }
.navbar .navbar-collapse{ justify-content: center; }
.header-right-top-list ul { margin: 0; padding: 0; list-style: none; display: flex; gap: 40px; justify-content: flex-end; }
.header-right-top-list ul li a { font-size: 16px; font-weight: 400; color: #d48960; }
.header-right-top { width: 100%; background: #4F7AAC; padding: 0 0 0 20px; display: flex; justify-content: flex-end; align-items: center; }
.header-right{ width: 100%; }
.header-contact-info ul{ margin: 0; padding: 0; list-style: none; display: flex; gap: 20px; }
.header-contact-info{ position: relative; padding-right: 60px; margin-right: 55px; }
.header-contact-info::after{ position: absolute; content: ""; background: var(--white); width: 2px; height: 50px; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.header-contact-info ul li{ display: inline-flex; gap: 25px; align-items: center; }
.header-contact-info ul li a{ display: inline-flex; font-size: 48px; font-family: 'ProximaNovaBold'; font-weight: 700; line-height: 110%; color: var(--white); align-items: flex-start; }
.header-contact-info ul li a:hover{ color: var(--blueBg); }
.header-contact-info ul li a img{ width: 50px; }
.header-social-media-title{ font-size: 23px; line-height: 120%; font-weight:700; color: var(--white); text-transform: uppercase; letter-spacing: 2.5px; }
.header-social-media-list{ display: flex; align-items: center; gap: 40px; }
.header-social-media-list ul{ margin: 0; padding: 0; list-style: none; display: flex; gap: 20px; }
.header-social-media-list  a:hover { filter: contrast(0.5); -webkit-filter: contrast(0.5); }
.payple-wrp .header-payment-block {border: 0 !important;}
.payple-wrp .header-payment-block:hover {opacity: 0.9;}
.header-payment-block{cursor: pointer; display: inline-flex; justify-content: center; align-items: center; gap: 30px; padding: 30px; min-width: 616px; background: #144A95; font-size: 30px; line-height: 110%; font-weight: 700; color: var(--white); text-transform: uppercase; letter-spacing: 2.5px; }
.header-social-media-list{ padding-right: 50px; }
.header-right-bottom{ background: #C20020; padding: 35px 20px; } 
/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/



/* **** hero wrp **** */
.hero-wrp {position: relative;}

.hero-banner-box {position: relative;}
.hero-banner-box img {width: 100%;height: 100%;min-height: 140px; object-fit: cover; object-position: top center;}
.hero-banner-box::after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; right: 0; background-image: linear-gradient(90deg,#000000a9, #0000); }
.hero-star-overlay { position: absolute; top: 0; bottom: 0; left: 0; width: 30%; }

.hero-star-overlay figure, .hero-star-overlay img { width: 100%; height: 100%; object-fit: cover;}

.star-strip { position: relative; width: 100%; }
.star-strip img {width: 100%; height: 100%;}

.hero-bottom {position: relative;padding: 80px 0 120px 0;}
.hero-bottom-left {width: 100%;max-width: 80%;}
.hero-title {margin-bottom: 40px;}
.hero-title * { font-size: 57px; line-height: 120%; color: var(--blueText); font-weight: 400; }
.hero-title span { font-weight: 700; }
.hero-detail-box p { color: var(--blueText); line-height: 150%; margin-bottom: 60px;}
.hero-detail-box p:last-child {margin-bottom: 0;}


.hero-bottom-right {display: flex;flex-direction: column;align-items: center;width: 100%;max-width: 768px;margin-left: auto;}

.support-box { margin-top: -331px; height: calc(100% - 331px); display: block; width: 100%; max-width: 595px; position: relative; z-index: 2; filter: drop-shadow(5px 5px 10px #000000); -webkit-filter: drop-shadow(4px 4px 8px #0000005d); }

.hero-list {margin-top: 50px; padding: 30px 0; border-top: 1px solid var(--red); border-bottom: 1px solid var(--red); display: flex; color: var(--blueText); font-weight: normal; font-size: 40px; line-height: 130%;display: flex; justify-content: center; align-items: center; text-align: center;}
.hero-list span { font-weight: 700; }
.hero-list p {margin-bottom: 0;}

.hero-list-icon { width: 80px; height: 80px; flex-shrink: 0; margin-right: 40px; }
/* **** hero wrp **** */

/* **** overview wrp **** */
.overview-wrp {position: relative;}
.overview-wrp  .row { margin-left: -0px; margin-right: -0px; }
.overview-wrp .row>* { padding-left: 0px; padding-right: 0px; }
.overview-box {background-color: var(--pink);height: 100%;display: flex;flex-direction: column; justify-content: space-between;}
.overview-box.overview-right { background-color: #C20020; }

.overview-left .overview-bottom {margin-left: auto;}
.overview-right .overview-bottom {margin-right: auto;}

.overview-bottom {width: 100%;max-width: 1100px;padding: 80px 60px 80px 130px;}

.overview-img-box img {width: 100%; min-height: 200px; object-fit: cover;}

.overview-title-box {margin-bottom: 48px;display: flex; align-items: center;}
.overview-title h2 {margin-bottom: 0;}
.overview-icon-box {width: 80px;margin-right: 30px;flex-shrink: 0;}
.overview-title * {color: var(--white); font-size: 67px; line-height: 120%; font-weight: 600;}
.overview-title p {display: block; margin-bottom: 0;}

.overview-detail {margin-bottom: 32px;}
.overview-detail p { color: var(--white); font-weight: 600; margin-bottom: 28px; }
.overview-detail p:last-child { margin-bottom: 0px; }

.overview-box  .btn:hover { background-color: var(--blueText); color: var(--white); }
/* **** overview wrp **** */


/* **** free wrp **** */
.free-wrp { position: relative; padding: 120px 0; }
.free-left {display: block; height: 100%; width: 100%; max-width: 583px; display: flex;}
.free-right {width: 100%; max-width: 1306px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end;}
.free-right .common-detail { margin-bottom: 50px; }
.free-right .common-detail * { color: var(--black); font-weight: 700; }
.free-right .btn:hover {background-color: var(--blue);}
/* **** free wrp **** */


/* **** Control wrp **** */
.control-wrp { position: relative; padding: 180px 0; }

.control-main {position: relative;z-index: 2;width: 100%;max-width: 1124px;}

.control-main .section-title { color: var(--white); margin-bottom: 60px; }
.control-main .common-detail {margin-bottom: 40px;}
.control-main .common-detail * { color: var(--white); margin-bottom: 20px; }
.control-main .common-detail *:last-child { margin-bottom: 0; }


.control-back-img { position: absolute; top: 0;  left: 0; right: 0;bottom: 0; z-index: 1;  width: 100%; }
.control-back-img figure, .control-back-img img {width: 100%;height: 100%;object-fit: cover;}
.control-back-img::after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; z-index: 0; width: 70%; height: 100%; background-color: var(--blueText);opacity: 0.89;}

.control-wrp.right-side .control-back-img::after {right: 0;left: auto;}
.control-wrp.right-side .control-main {margin-left: auto;text-align: end;}
/* **** Control wrp **** */


/* **** expertise wrp **** */
.expertise-wrp {position: relative; overflow: hidden;}
.expertise-top { position: relative; z-index: 3; padding: 300px 0; }
.expertise-top-main {position: relative;z-index: 5;}
.expertise-top-main .section-title {color: var(--white);}
.expertise-top-main .expertise-right {height: 100%;display: flex;
flex-direction: column;justify-content: end;padding-left: 20px;}
.expertise-top-main .common-detail * {color: var(--white); font-weight: 700; margin-bottom: 20px;}
.expertise-top-main .common-detail:last-child {margin-bottom: 0px;}


.exp-top-bg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -1; width: 100%;  }
.exp-top-bg::after { position: absolute; content: ''; top: 0; bottom: 0; left: 0; z-index: 0; width: 100%; height: 100%; background-color: var(--blueText);opacity: 0.70;}
.exp-top-bg figure, .exp-top-bg img { object-fit: cover; height: 100%; width: 100%; }


.expertise-bottom { position: relative; background-color: var(--blueText); padding: 130px 0 78px 0; }
.expertise-bottom::after { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: -3; background-color: var(--blueText);  }
.expertise-bottom .row {z-index: 5;}
.list-item {position: relative; z-index: 5; display: flex; margin-bottom: 48px; height: calc(100% - 48px);}
.list-item .list-icon { width: 40px; height: 40px; flex-shrink: 0; margin-right: 16px; }
.list-item .list-icon img {object-fit: contain;}

.list-details {width: 100%;display: flex;flex-direction: column;}

.list-details .county-box { margin-bottom: 8px; padding-bottom: 6px;}
.list-details .county-box a {display: inline-block; color: var(--white); font-weight: 700; font-size: 25px; line-height: 120%; }
.list-details .county-box a:hover {color: var(--pink);}

.list-details .phone-number { padding-top: 10px; border-top: 1px solid rgba(255, 255, 255, 0.596); }
.list-details .phone-number a { display: block; color: var(--white); font-weight: 500;padding-bottom: 0; margin-bottom: 0; }
.list-details .phone-number a:hover { color: var(--red); }
.list-details .list-address {margin-top: 12px;}
.list-details .list-address * { color: var(--white); font-weight: 500; margin-bottom: 0;}


.star-bg { position: absolute; top: -8%; bottom: 0; left: -30%; width: 50%; height: 100%; z-index: 3; transform: rotate(16deg); -webkit-transform: rotate(16deg); -moz-transform: rotate(16deg); -ms-transform: rotate(16deg); -o-transform: rotate(16deg); }
.star-bg figure, .star-bg img { object-fit: cover; width: 100%; height: 100%;}

/* **** expertise wrp **** */

/* **** banner wrp **** */
.banner-wrp {position: relative; padding: 100px 0;}

.banner-bg {position: absolute;top: 0; bottom: 0;left: 0;right: 0;z-index: -1;}
.banner-bg figure, .banner-bg img {height: 100%;width: 100%;object-fit: cover;}
.banner-bg::after {position: absolute;content: '';top: 0;bottom: 0;left: 0;right: 0;background-color: #000;opacity: 0.7;}

.banner-main {position: relative;z-index: 2;}

.banner-left {    display: flex; flex-direction: column; justify-content: flex-end; height: 100%; }
.banner-title * { color: var(--white); font-size: 76px; font-weight: 700; text-transform: uppercase; }
.styled-hr {margin: 30px 0;}
.banner-detail * { color: var(--white); font-size: 38px; line-height: 140%; font-weight: 500; }

.banenr-right {width: 100%; max-width: 435px;margin: 0 auto;}
.banenr-right img {width: 100%;height: 100%;}

.banner-bottom {position: relative;padding: 80px 0;}
.banner-bottom-main {width: 100%;max-width: 1920px;margin: 0 auto;}
.banner-bottom-main p {font-size: 28px;line-height: 140%; color: #000;margin-bottom: 40px;}
.banner-bottom-main p:last-child {margin-bottom: 0;}
/* **** banner wrp **** */


/* **** location wrp **** */
.location-wrp {position: relative;display: flex;}

.location-left {width: 55%;}
.location-left iframe {width: 100%;height: 100%;}

.location-right {width: 45%; background-color: var(--red);padding: 155px 100px;}
.connect-item {display: flex;align-items: start;margin-bottom: 40px; }
.connect-icon {width: 38px;margin-right: 20px;}
.connect-item:last-child  {margin-bottom: 0;}
.connect-item:last-child a {padding-bottom: 0; border-bottom-color: transparent;}
.connect-item .address { color: var(--white); font-size: 37px; font-weight: 500; padding-bottom: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.74);}
.connect-item .address strong {display: block; margin-bottom: 10px;}
.connect-item .address p {margin-bottom: 0;line-height: 140%;}
/* .connect-item .address:hover { opacity: 0.8; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; } */

.location-right .btn-white {margin-top: 112px;color: var(--red);}
.location-right .btn::after { background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_8%22%20data-name%3D%22Group%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242.461%22%20height%3D%2230.313%22%20viewBox%3D%220%200%2042.461%2030.313%22%3E%3Cg%20id%3D%22Group_5947%22%20data-name%3D%22Group%205947%22%3E%3Cpath%20id%3D%22Path_2%22%20data-name%3D%22Path%202%22%20d%3D%22M27.694%2C3.374h0a2.485%2C2.485%2C0%2C0%2C1%2C0-2.858%2C1.82%2C1.82%2C0%2C0%2C1%2C2.539%2C0L41.764%2C13.978a1.419%2C1.419%2C0%2C0%2C1%2C0%2C2.441L30.233%2C29.779a1.776%2C1.776%2C0%2C0%2C1-2.539%2C0%2C2.319%2C2.319%2C0%2C0%2C1%2C0-2.751l8.7-9.548H2.183A2.294%2C2.294%2C0%2C0%2C1%2C0%2C15.01a2.266%2C2.266%2C0%2C0%2C1%2C2.184-2.165H36.14Z%22%20transform%3D%22translate(0.001%200)%22%20fill%3D%22%23c20020%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); } 

.location-right .btn:hover { background-color: var(--blueText); color: var(--white); }
.location-right .btn:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg%20id%3D%22Group_8%22%20data-name%3D%22Group%208%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242.461%22%20height%3D%2230.313%22%20viewBox%3D%220%200%2042.461%2030.313%22%3E%3Cg%20id%3D%22Group_5947%22%20data-name%3D%22Group%205947%22%3E%3Cpath%20id%3D%22Path_2%22%20data-name%3D%22Path%202%22%20d%3D%22M27.694%2C3.374h0a2.485%2C2.485%2C0%2C0%2C1%2C0-2.858%2C1.82%2C1.82%2C0%2C0%2C1%2C2.539%2C0L41.764%2C13.978a1.419%2C1.419%2C0%2C0%2C1%2C0%2C2.441L30.233%2C29.779a1.776%2C1.776%2C0%2C0%2C1-2.539%2C0%2C2.319%2C2.319%2C0%2C0%2C1%2C0-2.751l8.7-9.548H2.183A2.294%2C2.294%2C0%2C0%2C1%2C0%2C15.01a2.266%2C2.266%2C0%2C0%2C1%2C2.184-2.165H36.14Z%22%20transform%3D%22translate(0.001%200)%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");	
}
.star-strip-box {display: block;width: 100%;}
.star-strip-box img {width: 100%;height: 100%;}

/* **** location wrp **** */

/* **** location list **** */
.location-list {position: relative;padding: 100px 0;}
.location-box {padding: 60px 30px; background-color: #f1f1f1c2; display: flex;flex-direction: column;  margin-bottom: 40px; height: calc(100% - 40px);font-size: 36px; line-height: 140%; color: #000000a4; }
.location-box .location-icon { width: 60px; height: 60px; background-color: var(--red); border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; display: flex;justify-content: center;  align-items: center; margin-bottom: 20px;}
.location-box .location-icon img { width: 38px; height: 38px; }
.location-box a {font-weight: 600; color: var(--pink);}
.location-box a:hover {color: var(--blueBg);}

/* **** location list **** */

/* **** ad wrp **** */
.ad-wrp { position: relative; padding: 100px 0; }
.ad-main {width: 100%;max-width: 992px;margin: 0 auto;}
.ad-title h2 {color: var(--red);font-size: 60px;font-weight: 500;text-align: center;}
.ad-title h2 span {font-weight: 700;}
/* **** ad wrp **** */


/* **** footer css **** */

.footer { position: relative; background-color: var(--blueBg); padding: 57px 0 131px 0; border-top: 20px solid #6394B9;}
.footer-logo { display: block; width: 100%; max-width: 400px; }

.footer-right-links { width: 100%;max-width: 1000px; margin-left: auto; height: 100%; display: block; align-items: end;}
.footer-right-links .row { width: 100%; height: 100%; align-items: end; }

.footer-links {position: relative;padding:0 50px 0 50px;border-right: 2px solid var(--white);}
.footer-links:last-child {padding:0 0px 0 50px;border-right: 0px solid var(--white);}
.footer-links.borderd {border-left: 2px solid var(--white);}

.footer-links ul {padding-left: 0;margin-bottom: 0;}
.footer-links li {list-style-type: none;margin-bottom: 54px;}
.footer-links li:last-child {margin-bottom: 0px;}
.footer-links a {display: inline-flex; align-items: center; color: var(--white);font-size: 28px;font-weight: 700; line-height: 110%;letter-spacing: 1.5px;text-transform: uppercase;}
.footer-links a:hover {color: var(--pink);}
.footer-links img {display: inline-block; width: 40px;}

.footer-bottom {margin-top: 42px;}
.footer-bottom p { color: var(--white); font-size: 28px; line-height: 120%; font-weight: 500; margin-bottom: 0;}

.mobile-footer {
	padding: 30px 0;
	background-color: white;
}
.mobile-footer ul { padding: 0; margin: 0; display: flex; align-items: center; justify-content: space-between; }
.mobile-footer ul li { list-style-type: none; max-width: 33.33%; width: 100%; flex: 0 0 auto; text-align: center; }
.mobile-footer ul li a { display: inline-block; }

.scroll-to-top { position: absolute; top: 20px; right: 20px; background-color: var(--blue); height: 50px; width: 50px; display: flex; justify-content: center; align-items: center; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.scroll-to-top img {width: 20px; margin-top: -4px; filter:brightness(5) ; -webkit-filter:brightness(5) ; }
.scroll-to-top:hover {background-color: var(--blueBg);}
/* .footer-links li a:hover {text-decoration: underline; text-underline-offset: 2px;} */
/* **** footer css **** */