@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

html {
  scroll-behavior: smooth!important;
}
body {
  color: rgba(20, 28, 45, .95);
  font-family: "Raleway", serif;
  scroll-behavior: smooth!important;
}
#web-content {
  overflow: auto;
  height: 100vh;
}
header {
  padding: 22px 0;
  border-bottom: solid 2px #e8e8e8;
  position: sticky;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 10;
}
.custom-container {
  max-width: 1440px;
}
header .home-logo a {
  font-size: 25px;
  font-weight: bold;
  color: #141c2d;
  text-decoration: none;
}
header ul li a {
  color: #82848a;
  text-decoration: none;
  font-size: 14px;
}
header ul li a.active {
  color: #1976d2;
  font-weight: bold;
}
.home-slider-container h1 {
  font-weight: 800;
  font-size: 3.75rem;
  line-height: 1.3;
  max-width: 62.6875rem;
  text-align: center;
  margin: 70px auto 45px;
  color: #2e4371;
}
.home-slider-container h5 {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 58rem;
  color: #707070;
  line-height: 1.5;
}
.btn {
  font-weight: 500;
}
.btn-blue {
  background-color: #1976d2;
  color: white;
}
.btn-blue:hover {
  background-color: #0f63b6;
  color: white;
}
.btn-white {
  background-color: #fff;
  color: #141c2d;
}
.btn-white:hover {
  background-color: #e6e6e6;
  color: #141c2d;
}
.home-slider-contact-btn {
  padding: 14px 85px;
}
.home-slider-img {
  display: flex;
  margin: 3rem 13.65% 80px;
}
.home-advantages-container {
  background-color: #F4F7F9;
  text-align: center;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.home-advantages-item h3 {
  font-weight: bold;
  color: rgba(46, 67, 113, .95);
  margin: 10px 0 26px;
}
.home-advantages-item p {
  line-height: 1.6rem;
}
.home-services-container {
  padding: 80px 0;
}
.home-services-item {
  padding: 0 105px 70px;
}
.home-partners-container {
  background-color: #F4F7F9;
}
.home-partners-list {
  padding: 4rem 0 2.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.home-contact-container {
  background-color: #1565C0;
  color: white;
  padding: 4rem 0;
  text-align: center;
}
.home-contact-container h1 {
  font-size: 3.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.home-contact-container h5 {
  font-size: 1.375rem;
  margin-bottom: 40px;
}
.home-contact-contact-btn {
  padding: 14px 80px;
}
footer {
  background-color: #141c2d;
  color: white;
  padding: 50px 0 25px;
  font-size: 17px;
}
footer h5 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 0;
}
footer .subscriber-text {
  margin-bottom: 40px;
}
footer .subscriber-email-container  {
  margin-bottom: 20px;
}
footer .subscriber-email-btn {
  position: relative;
  margin-top: 17px;
}
footer .subscriber-email-btn a {
  color: #1976d2;
  opacity: .95;
}
footer .subscriber-email-btn a:hover {
  opacity: 1;
}
footer .subscriber-email-btn span {
  position: absolute;
  left: 48px;
}
footer hr {
  margin: 1rem 0 1.3rem;
}
footer .privacy-list {
  list-style-type: none;
  display: flex;
  margin: 0 auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
footer .privacy-list li a {
  color: rgba(255, 255, 255, 0.887);
  font-size: 14px;
}
footer .privacy-list li a:hover {
  color: white;
}
/* mobile menu */
.menu-mobile {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(11 15 24 / 98%);
  overflow-y: hidden;
  transition: 0.5s;
}
.menu-mobile-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.menu-mobile a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: white;
  display: block;
  transition: 0.3s;
}
.menu-mobile a:hover, .menu-mobile a:focus {
  color: #ffffff;
}
.menu-mobile .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
.open-mobile-menu-btn {
  border: solid 1px white;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 13px;
}
.services-services-container {
  background-color: #F4F7F9;
}
.services-services-container .row {
  padding: 115px 103px;
}
.services-services-container h1 {
  font-weight: 800;
  color: rgba(46, 67, 113, .95);
  width: 500px;
  font-size: 52px;
}
.services-services-container p {
  text-align: center;
  width: 450px;
  font-size: 17.5px;
  font-weight: 500;
  color: #707070;
  margin: 0 auto;
}
.contact-services-container {
  background-color: #F4F7F9;
}
.contact-services-container .row {
  padding: 115px 90px;
}
.contact-services-container h1 {
  font-weight: 800;
  color: rgba(46, 67, 113, .95);
  width: 500px;
  font-size: 60px;
  text-align: center;
}
.contact-services-container p {
  width: 450px;
  font-size: 17.5px;
  font-weight: 500;
  color: #707070;
  margin: 0 auto;
}
.contact-email-container .row {
  padding: 90px 100px;
}
.contact-email-container h3 {
  font-weight: 700;
  color: #2e4371;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.contact-email-container h5 {
  color: #2e4371;
}
.contact-email-container form {
  padding: 0 80px;
}
.contact-email-container form label {
  font-weight: 700;
}
.contact-email-container form textarea {
	width: 100%;
	border: 1px solid rgb(206, 212, 218);
	appearance: none;
	border-radius: 0.375rem;
	height: 173px;
	padding: .5rem .75rem;
}
.contact-email-submit-btn button {
  border: none;
  background: transparent;
  color: #1976d2;
  text-decoration: underline;
  position: relative;
  opacity: .95;
}
.contact-email-submit-btn button:hover {
  opacity: 1;
}
.contact-email-submit-btn button span {
  position: absolute;
  right: -18px;
}
.policy-content-container {
	padding-top: 4.1rem;
	padding-bottom: 4.1rem;
	max-width: 62.6875rem;
	margin: 0 auto;
}
.policy-content-title {
	font-size: 3.75rem;
	line-height: 1.3;
	font-weight: 800;
	text-align: center;
	color: #2e4371;
	margin-bottom: 25px;
}