@import url("https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  letter-spacing: 0;
}

body {
  transition: all 0.15s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}
.page-template-home_redesign :is(p, li, span, a, button) {
  font-family: "Montserrat", sans-serif;
}
.page-template-home_redesign :is(h1, h2, h3, h4, h5, h6) {
  font-family: "Rufina", serif;
}
section {
  scroll-behavior: smooth;
  width: 100%;
}

button {
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

img {
  max-width: 100%;
  user-select: none;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  color: #000;
}

body p {
  margin: 0;
}

:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Rufina", serif;
  margin: 0;
  letter-spacing: 0;
}

::selection {
  background-color: #cce3ef;
  color: #000;
}

body :is(.page-width, .container, .section--page-width) {
  position: relative;
  width: 100%;
  max-width: 1330px !important;
  padding: 0 20px !important;
  margin: 0 auto;
}

.Heading-h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0;
}

.Heading-h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}

.Heading-h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0;
}
/* Header Css */
.main__header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #ffffff5e;
  backdrop-filter: blur(60px);
  background: #ffffff1a;
  padding: 20px 0;
  z-index: 9;
}
.header__rows {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 30px;
  align-items: center;
}
.header__logo {
  width: 190px;
  min-width: 190px;
  height: auto;
}
.header__logo :is(a, svg, img) {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.header_menus {
  display: block;
  width: 100%;
  max-width: max-content;
  margin: auto;
}
.header_menus ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header_menus ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #ffffff;
  display: block;
  font-family: Rufina, serif;
  position: relative;
}

/* Header Css */
/* Banner Css  */
.main__banner_Sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 170px 0 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.main__banner_Sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180.04deg,
    rgba(0, 0, 0, 0) 4.33%,
    #002940 81.65%
  );
}
.banner__rows {
  position: relative;
  z-index: 2;
  max-width: 520px;
}
.banner_Content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banner_Content h1 {
  color: #ffffff;
}
.banner_Content .banner__Disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.banner_Content .banner__Disx p {
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 0;
  color: #ffffff;
}
.banner_Content .main__btns {
  margin-top: 30px;
}
.main__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main__btns :is(a, button) {
  height: 51px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid currentColor;
  color: currentColor;
  border-radius: 6px;
}
.main__btns :is(a, button).blue_btns {
  background: #0073b0;
  border: 1px solid #0073b0;
  color: #ffffff;
}
.main__btns :is(a, button).Whites_btns {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}

.main__btns :is(a, button).blue_btns:hover {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #005f87;
  box-shadow: 0px 4px 15px 0px #005e8756;
  transform: translateY(-2px);
}
.main__btns :is(a, button).Whites_btns:hover {
  background: #0073b0;
  border: 1px solid #0073b0;
  color: #fff;
  box-shadow: 0px 4px 15px 0px #005e8756;
  transform: translateY(-2px);
}
.main__btns :is(a, button).White_outline:hover {
  background: #0073b0;
  border: 1px solid #0073b0;
  color: #fff;
  box-shadow: 0px 4px 15px 0px #005e8756;
  transform: translateY(-2px);
}
.main__btns :is(a, button).White_outline {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.banner_Content .listed_bn {
  margin-top: 30px;
}
.banner_Content .listed_bn ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  max-width: 343px;
}
.banner_Content .listed_bn ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner_Content .listed_bn ul li:not(:first-child) {
  opacity: 0.7;
}

.banner_Content .listed_bn ul li:nth-child(even):before {
  content: "";
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}
.banner__stack_vlues {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}
.stack_values_box:first-child {
  padding-left: 0;
}
.stack_values_box {
  display: flex;
  align-items: center;
  gap: 20px;
  /* max-width: 250px; */
  width: 100%;
  margin: auto;
  position: relative;
  padding: 0 60px;
}
.stack_values_box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 40px;
  background: #ffffff;
  margin: auto;
}
.stack_values_box .stack_icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.stack_values_box .stack_icon :is(img, svg) {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.stack_values_box .stack_info h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1.1%;
  text-wrap: balance;
  color: #ffffff;
}

/* Banner Css  */

.stack-values---section {
  position: relative;
  padding: 60px 0;
  background: #cce3ef;
  display: block;
}
.stack--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  align-items: flex-start;
}
.stack-value-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 230px;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.stack-value-item h3 {
  font-weight: 700;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0;
  text-wrap: balance;
  color: #002940;
}
.stack-value-item .disx__stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.stack-value-item .disx__stack p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  text-wrap: balance;
}
.stack-value-item:hover .stack_toltio {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.stack_toltio {
  display: flex;
  position: absolute;
  top: -40px;
  left: -25px;
  right: 0;
  margin: 0 auto;
  box-shadow: 0px 2px 7px 0px #0000001f;
  background: #0073b0;
  padding: 8px 16px;
  border-radius: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #ffffff;
  max-width: max-content;
  transition: all 0.3s ease-in-out;
  min-width: max-content;
  opacity: 0;
  pointer-events: none;
}
.stack_toltio::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 16px solid #0073b0;
}
/* Looped Logo */
.LOGO_LOP_Sec {
  position: relative;
  margin: 100px 0;
  display: block;
}
.main__heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  margin-bottom: 60px;
}
.logo_rows {
  display: flex;
  align-items: center;
  gap: 60px;
  will-change: transform;
  justify-content: space-between;
  white-space: nowrap;
}

.LOGO_WRP {
  height: 76px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: max-content !important;
  flex-shrink: 0;
  min-width: max-content;
}

.LOGO_WRP img {
  width: max-content !important;
  max-width: max-content !important;
  height: auto;
  object-fit: contain;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.laping__logos {
  overflow: hidden;
  position: relative;
  display: block;
}

.laping__logos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.laping__logos::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  background: linear-gradient(270deg, #ffffff 0%, rgba(250, 251, 244, 0) 100%);
}

/* Looped Logo */

/* Icon With Details */
.icon_with_cards__sec {
  position: relative;
  padding: 0;
  margin: 100px 0;
  display: block;
}
.icon_with__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
  align-items: flex-start;
}
.icon__with_box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #0073b0;
  background: #ffffff;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
}
.icon__with_box:hover .icon__box_content h3,
.icon__with_box:hover .icon__box_content .icoN__disx p {
  color: #fff;
}
.icon__with_box:hover {
  box-shadow: 0px 4px 15px 0px #0000001f;
  transform: translateY(-5px);
  background: #0073b0;
}
.icon__with_box:hover .icon__box_content .main__btns :is(a, button) {
  background: #ffffff;
  transform: translateY(5px);
  color: #002940;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ffffff;
}
.icon__with_box:hover .icon__main__box {
  background: #ffffff;
}
.icon__with_box .icon__main__box {
  background: #cce3ef;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  position: relative;
}
.icon__with_box .icon__main__box :is(img, svg) {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}
.icon__box_content {
  height: 100%;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-direction: column;
}
.icon__box_content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
  max-width: 80%;
  color: #002940;
}
.icon__box_content .icoN__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: auto;
}
.icon__box_content .icoN__disx p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000000;
  text-wrap: balance;
}

.icon__box_content .main__btns {
  margin-top: auto;
  padding-top: 10px;
}
/* Icon With Details */

/* FAQs with img Section */
.faqs__img_sec {
  position: relative;
  display: block;
  padding: 80px 0;
  margin: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.faqs__img_sec .main__btns {
  margin: 50px auto 0;
  max-width: max-content;
}
.faqs__img_sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002940e5;
}
.faqs__img_sec .page-width {
  position: relative;
  z-index: 2;
}
.faqs__img_sec .main__heading h2 {
  color: #fff;
}
.faqs__rows {
  position: relative;
  display: block;
}
.faqs__item {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 50px;
  align-items: end;
  padding: 20px 0;
  border-bottom: 1px solid #ffffff;
  transition: all 0.8s ease;
  cursor: pointer;
}
.faqs__item.opened .faqs__info {
  transition: all 0.8s ease;
}
.faqs__item .faqs__info {
  display: flex;
  flex-direction: column;
  transition: all 0.8s ease;
  max-width: 628px;
}
.faqs__item .faqs__info h3 {
  font-weight: 700;
  font-size: 34px;
  transition: all 0.8s ease;
  line-height: 1.2;
  letter-spacing: 0;
  text-wrap: balance;
  color: #ffffff;
}
.faqs__item .faqs__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.8s ease;
  overflow: hidden;
  height: 0;
}
.faqs__item.opened .faqs__disx {
  transition: all 0.8s ease;
  margin-top: 20px;
}
.faqs__item .faqs__disx :is(p, li, span, a) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  transition: all 0.8s ease;
  letter-spacing: 0;
  color: #ffffff;
  text-wrap: balance;
}
.faqs__item .faqs__disx :is(a) {
  display: inline-block;
  font-weight: 600;
  text-decoration: underline;
}
.faqs__img_box {
  width: 100%;
  border-radius: 10px;
  position: relative;
  display: block;
  transition: all 0.8s ease;
  overflow: hidden;
  height: 0;
}
.faqs__img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.8s ease;
  object-fit: cover;
  display: block;
}
.faqs__item::after {
  content: "";
  position: relative;
  display: block;
  width: 27px;
  min-width: 27px;
  height: 27px;
  background-image: url(../images/right-arrow.svg);
  transition: all 0.8s ease;
  background-repeat: no-repeat;
  background-size: contain;
}
.faqs__item.opened::after {
  transform: rotate(-45deg);
  transition: all 0.8s ease;
}
.faqs__item.opened .faqs__img_box {
  transition: all 0.8s ease;
  height: 152px;
}
.faqs__item.opened .faqs__disx,
.faqs__item.opened .faqs__img_box {
  opacity: 1;
  transition: all 0.8s ease;
  pointer-events: auto;
}
/* FAQs with img Section */

/* Boxed Section */
.boxed__icon__sec {
  position: relative;
  display: block;
  margin: 100px 0;
}
.boxed__rows {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  position: relative;
  justify-content: center;
}
.boxedd__Main {
	display: flex;
	background: #f9f9f9;
	flex-direction: column;
	gap: 20px;
	position: relative;
	transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	height: auto;
	border-radius: 10px;
	padding: 0 20px 20px;
	flex: 0 1 31%;
}

.boxedd__Main:hover {
  box-shadow: 0px 4px 15px 0px #0000001f;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translateY(-5px);
  background: #cce3ef;
}
.boxedd__Main:hover .boxed_icon {
  background: #0073b0;
  transform: translateY(-10px);
  box-shadow: 0px 4px 15px 0px #0000001f;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.boxed_icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  background: #cce3ef;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 1000px;
  margin: -20px auto 0;
}
.boxed_icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.boxed_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.boxed_info h3 {
  font-weight: 700;
  font-size: 20px;
  text-wrap: balance;
  line-height: 20px;
  letter-spacing: 0;
  color: #002940;
}
.boxed_info .boxed__disx {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.boxed_info .boxed__disx p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  text-wrap: balance;
}
/* Testimonails Section */
.testimonails__sec {
  position: relative;
  display: block;
  margin: 100px 0;
}
.testimonails__sec .main__btns {
  margin: 50px auto 0;
  max-width: max-content;
}

.testimonails__rows {
  position: relative;
  display: block;
  margin-top: -50px;
}
.testimonails__rows .swiper-wrapper {
  padding: 50px 0;
}
.testimonails__rows .swiper-wrapper .swiper-slide {
  height: auto;
  width: 410px;
  margin-right: 30px;
}

.testimonils_box:hover {
  transition: all 0.3s ease-in-out;
  box-shadow: 10px 12px 15.4px 0px #cce3ef;
  border-color: #ffff;
}
.testimonils_box {
  height: 100%;
  position: relative;
  width: 100%;
  border: 1px solid #0073b0;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonils_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 80px;
  background-image: url(../images/qoute-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.testimonils_box .testi_brand_img {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonils_box .testi_brand_img span {
  font-family: "Rufina", serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
  color: #00324d;
}
.testimonils_box .testi_brand_img img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  position: relative;
  display: block;
  object-fit: cover;
  border-radius: 1000px;
}
.rating_content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating_content p {
  font-family: "Rufina", serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #00324d;
  text-align: left !important;
}
.foot_testi {
  max-width: max-content;
  margin-left: auto;
}
.foot_testi a {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0;
  color: #00324d;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 10px;
}
.foot_testi a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.foot_testi a::after {
  content: "";
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../images/btn-right-arrow.png);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
  background-size: contain;
}
.foot_testi a:hover:after {
  transform: translateX(-3px);
  transition: all 0.3s ease-in-out;
}

.testimonailsSlider .swiper-pagination {
  position: relative;
  inset: unset;
  margin: -40px 0 0;
  padding: 0;
}
.testimonailsSlider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 1px solid #00324d;
  background: #fff;
  opacity: 1;
}
.testimonailsSlider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00324d;
}
/* Testimonails Section */
/* footer */
.main__footer {
  position: relative;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.main__footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    181.13deg,
    rgba(0, 0, 0, 0) -38.65%,
    #00324d 55.67%
  );
  z-index: -1;
}
.contact__foot_info {
  padding-top: 80px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  justify-content: center;
}
.contact__foot_info h2 {
  color: #fff;
}
.contact__foot_info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.contact__foot_info .main__btns {
  margin: 30px auto 0;
}
.contact__foot_info ul {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: max-content;
  margin: 10px auto 0;
}
.contact__foot_info ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #ffffff;
}
.contact__foot_info ul li a::before {
  content: "";
  position: relative;
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact__foot_info ul li a[href^="tel:"]::before {
  background-image: url(../images/phone-icon.svg);
}
.contact__foot_info ul li a[href^="mailto:"]::before {
  background-image: url(../images/email.svg);
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 0.5fr 0.5fr 0.5fr;
  gap: 60px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}
.footer_about {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer_about :is(a, img, svg) {
  width: 210px;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer_about .copytext :is(p, a) {
  font-family: "Rufina", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1.1%;
  color: #ffffff;
  display: contents;
  width: 100%;
}
.footer_about .copytext :is(a) {
  text-decoration: underline !important;
}
.menu__footer {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.menu__footer .footer__heading {
  font-family: "Rufina", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
}
.menu__footer ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.menu__footer ul li a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #ffffff;
}
.copyWrite_wraper {
  padding: 20px 0;
  border-top: 0.5px solid #ffffff;
  position: relative;
  display: block;
}
.copyWrite__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.copyWrite__row p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #ffffff;
}
.copyWrite__row ul {
  display: flex;
  align-items: center;
}
.copyWrite__row ul li a {
  padding: 0 10px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
  color: #fff;
}
.copyWrite__row ul li:not(:last-child) a {
  border-right: 1px solid #ffffff;
}

/* footer */
.boxedd__Main:hover .boxed_icon img {
  filter: invert(1) brightness(100);
}