@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@font-face {
  font-family: "Nulshock Bold";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/Nulshock Bold"), url("../fonts/nulshock bd.woff") format("woff");
}
body {
  margin: 0px auto;
  font-family: "Inter", sans-serif;
  color: #053633;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  overflow: hidden;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nulshock Bold";
  transition: 600ms all;
}

h1 {
  font-size: 60px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  margin-bottom: 10px;
  font-size: 40px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 40px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 30px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}
h6.title {
  font-size: 18px;
  font-weight: 400;
  color: #0c9641 !important;
  font-family: "Inter", sans-serif;
}

ul {
  padding: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  transition: 600ms all;
}

p {
  transition: 600ms all;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: 600ms all;
  color: #053633;
}

img {
  max-width: 100%;
  transition: 600ms all;
}

span {
  transition: 600ms all;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 25;
}

.toggle-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 400ms all;
  opacity: 0;
}

section {
  scroll-margin-top: 60px;
  padding: 120px 0;
}
@media (max-width: 991px) {
  section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  section {
    padding: 50px 0;
  }
}

.head {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .head {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .head {
    margin-bottom: 0px;
  }
}

a.more {
  padding: 10px 25px;
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 8px;
  color: #000000;
  font-weight: 500;
}
a.more:hover {
  background-color: #000000;
  color: #ffffff;
}

.pd-top-0 {
  padding-top: 0;
}

.pd-bottom-0 {
  padding-bottom: 0;
}

body.dark-navbar header .header-row {
  background-color: #053633;
}
body.dark-navbar header .header-row .logo {
  width: 260px;
}
@media (max-width: 450px) {
  body.dark-navbar header .header-row .logo {
    width: 200px;
  }
}
body.dark-navbar header .header-row .logo a {
  display: block;
}
body.dark-navbar header .header-row .logo a img {
  filter: brightness(0) invert(1);
}
body.dark-navbar header .header-row .nav-wrap .navbar .nav-item .nav-link {
  color: #ffffff;
}
@media (max-width: 991px) {
  body.dark-navbar header .header-row .nav-wrap .navbar .navbar-collapse {
    background-color: #053633;
  }
}
body.dark-navbar header .header-row .nav-wrap .quick a {
  background-color: #0c9641;
}
body.dark-navbar header .header-row .nav-wrap .quick a:hover {
  background-color: #ffffff;
  color: #053633;
}
body.dark-navbar header .header-row .nav-wrap .toggle .line-toggle {
  background: #ffffff;
}

header {
  position: fixed;
  left: 0;
  top: 25px;
  width: 100%;
  z-index: 10;
  transition: 600ms all;
}
@media (max-width: 991px) {
  header {
    top: 12px;
  }
}
header.on-scroll {
  top: 15px;
}
@media (max-width: 991px) {
  header.on-scroll {
    top: 12px;
  }
}
header .header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: 600ms all;
  position: relative;
}
@media (max-width: 450px) {
  header .header-row {
    border-radius: 6px;
    padding: 12px 10px;
  }
}
header .header-row .logo {
  width: 260px;
  z-index: 2;
}
@media (max-width: 450px) {
  header .header-row .logo {
    width: 200px;
  }
}
header .header-row .logo a {
  display: block;
}
header .header-row .nav-wrap {
  display: flex;
  align-items: center;
  width: auto;
}
@media (max-width: 991px) {
  header .header-row .nav-wrap {
    width: 100%;
    justify-content: flex-end;
    position: absolute;
    left: 0;
  }
}
header .header-row .nav-wrap .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  header .header-row .nav-wrap .navbar {
    padding: 0;
    width: 100%;
    position: absolute;
    width: 100%;
    top: 100%;
  }
}
header .header-row .nav-wrap .navbar .navbar-toggler {
  border: none;
  position: absolute;
  right: 10px;
  z-index: 2;
  top: -41px;
  padding: 0;
  outline: none;
  box-shadow: none;
}
@media (max-width: 450px) {
  header .header-row .nav-wrap .navbar .navbar-toggler {
    top: -31px;
  }
}
@media (max-width: 991px) {
  header .header-row .nav-wrap .navbar .navbar-collapse {
    background-color: #ffffff;
    margin-top: 15px;
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  header .header-row .nav-wrap .navbar .navbar-nav {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  header .header-row .nav-wrap .navbar .nav-item {
    margin: 5px 0;
  }
}
header .header-row .nav-wrap .navbar .nav-item .nav-link {
  padding: 0 15px;
  font-weight: 500;
  color: #053633;
  position: relative;
}
header .header-row .nav-wrap .navbar .nav-item .nav-link::after {
  position: absolute;
  content: "";
  left: 7px;
  top: 5px;
  width: 1px;
  height: 0;
  background-color: #0c9641;
  transition: 600ms all;
}
header .header-row .nav-wrap .navbar .nav-item .nav-link::before {
  position: absolute;
  content: "";
  right: 7px;
  bottom: 5px;
  width: 1px;
  height: 0;
  background-color: #0c9641;
  transition: 600ms all;
}
header .header-row .nav-wrap .navbar .nav-item .nav-link:hover {
  color: #0c9641;
}
header .header-row .nav-wrap .navbar .nav-item .nav-link:hover::after, header .header-row .nav-wrap .navbar .nav-item .nav-link:hover::before {
  height: 18px;
}
header .header-row .nav-wrap .quick {
  margin-left: 15px;
}
@media (max-width: 991px) {
  header .header-row .nav-wrap .quick {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media (max-width: 450px) {
  header .header-row .nav-wrap .quick {
    margin-right: 50px;
  }
}
header .header-row .nav-wrap .quick a {
  background-color: #053633;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 575px) {
  header .header-row .nav-wrap .quick a {
    font-size: 0;
    padding: 10px 12px;
  }
}
@media (max-width: 450px) {
  header .header-row .nav-wrap .quick a {
    padding: 4px 5px;
    border-radius: 4px;
  }
}
header .header-row .nav-wrap .quick a:hover {
  background-color: #0c9641;
}
header .header-row .nav-wrap .quick a img {
  filter: brightness(0) invert(1);
}
@media (min-width: 576px) {
  header .header-row .nav-wrap .quick a img {
    display: none;
  }
}

.toggle {
  cursor: pointer;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .toggle {
    width: 30px;
    height: 30px;
  }
}
.toggle .line-toggle {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #053633;
  border-radius: 5px;
  transition: all 0.6s;
}
.toggle .line-toggle:first-child {
  transform: translateY(-15px) translateX(-12px);
  width: 50px;
  transition-delay: 0s;
}
@media (max-width: 450px) {
  .toggle .line-toggle:first-child {
    transform: translateY(-10px) translateX(-12px);
  }
}
.toggle .line-toggle:nth-child(2) {
  transition-delay: 0.12s;
}
.toggle .line-toggle:last-child {
  transform: translateY(15px) translateX(-22px);
  width: 30px;
  transition-delay: 0s;
}
@media (max-width: 450px) {
  .toggle .line-toggle:last-child {
    transform: translateY(10px) translateX(-22px);
  }
}
.toggle.activate .line-toggle:first-child {
  background: #0c9641;
  transform: translateY(0) translateX(0) rotate(45deg);
  width: 25px;
  height: 2px;
  transition-delay: 0.1s;
}
.toggle.activate .line-toggle:nth-child(2) {
  transform: translateX(110px);
  transition-delay: 0s;
}
.toggle.activate .line-toggle:last-child {
  background: #0c9641;
  transform: translateY(0) translateX(0) rotate(314deg);
  width: 25px;
  height: 2px;
  transition-delay: 0.1s;
}

.banner {
  background-color: #000f0e;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .banner {
    height: 65vh;
  }
}
.banner .hero-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner .hero-slider .item {
  height: 100vh;
}
.banner .hero-slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.banner .hero-slider .owl-dots {
  position: absolute;
  top: 0;
  width: 15px;
  height: 100%;
  right: 50px;
  display: flex;
  z-index: 9;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .banner .hero-slider .owl-dots {
    display: none;
  }
}
.banner .hero-slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #053633;
  margin: 5px 0;
  border-radius: 10px;
  border: 1px solid #fff;
}
.banner .hero-slider .owl-dots .owl-dot.active {
  background-color: #0c9641;
}
.banner .banner-shape {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
}
.banner .banner-shape svg {
  width: 100%;
  height: auto;
}
.banner .banner-shape svg path {
  -webkit-animation: mover-2 3s infinite alternate;
  animation: mover-2 3s infinite alternate;
}
.banner .banner-shape svg path:first-child {
  -webkit-animation: mover 3s infinite alternate;
  animation: mover 3s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes mover {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes mover-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
@keyframes mover-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}
.banner .container {
  position: relative;
  z-index: 1;
}
.banner .container .text-wrap {
  max-width: 840px;
}
.banner .container .text-wrap h1 {
  color: #ffffff;
}
.banner .container .text-wrap p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 767px) {
  .banner .container .text-wrap p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .banner .container .text-wrap p {
    font-size: 16px;
  }
}

.about {
  background-color: #053633;
  position: relative;
  z-index: 1;
}
.about .logo-shape {
  position: absolute;
  right: 0;
  top: -60px;
}
@media (max-width: 767px) {
  .about .logo-shape {
    top: 0;
  }
}
.about h2,
.about h6,
.about p {
  color: #ffffff;
}
.about p {
  font-weight: 200;
}
@media (max-width: 1199px) {
  .about p {
    text-align: justify;
  }
}
.about .abt-right .inner {
  padding-left: 80px;
}
@media (max-width: 1199px) {
  .about .abt-right .inner {
    padding-left: 0;
  }
}
.about .count-wrap {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .about .count-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .about .count-wrap {
    margin-top: 25px;
  }
}
.about .count-wrap #counter {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .about .count-wrap #counter {
    margin: 0 -6px;
  }
}
.about .count-wrap #counter li {
  text-align: center;
  font-size: 50px;
  width: 33.333%;
  padding: 0 12px;
}
@media (max-width: 991px) {
  .about .count-wrap #counter li {
    width: 50%;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .about .count-wrap #counter li {
    padding: 0 6px;
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .about .count-wrap #counter li:first-child {
    width: 100%;
  }
}
.about .count-wrap #counter li .inner {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 50px;
  border-radius: 30px;
  height: 100%;
}
@media (max-width: 1199px) {
  .about .count-wrap #counter li .inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .about .count-wrap #counter li .inner {
    border-radius: 20px;
    border-radius: 12px;
  }
}
@media (max-width: 575px) {
  .about .count-wrap #counter li .inner {
    padding: 20px;
  }
}
.about .count-wrap #counter li .inner h4 {
  color: #ffffff;
  display: flex;
  justify-content: center;
}
.about .count-wrap #counter li .inner h4.percent::after {
  content: "%";
  display: inline-block;
  margin-left: 2px;
}
.about .count-wrap #counter li .inner h4.plus::after {
  content: "+";
  display: inline-block;
  margin-left: 2px;
}
.about .count-wrap #counter li .inner h4.k::after {
  content: "K";
  display: inline-block;
  margin-left: 2px;
}
.about .count-wrap #counter li .inner h4.by_7::after {
  content: "/7";
  display: inline-block;
  margin-left: 2px;
}
.about .count-wrap #counter li .inner p {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 575px) {
  .about .count-wrap #counter li .inner p {
    font-size: 14px;
  }
}

.head {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .head {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .head {
    margin-bottom: 20px;
  }
}
.head h2 {
  margin-bottom: 0;
}
.head p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .head p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .head p {
    font-size: 16px;
  }
}

.brands {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .brands .container .custom-container {
    width: calc(100% - (-50vw + 50%));
  }
}
.brands .head {
  text-align: center;
}
@media (max-width: 575px) {
  .brands .head {
    text-align: left;
  }
}
.brands .owl-carousel .owl-stage-outer {
  padding: 0 2px;
}
.brands .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
@media (max-width: 575px) {
  .brands .brand-row {
    margin: 0 -6px;
  }
}
@media (max-width: 991px) {
  .brands .brand-box {
    padding: 0;
  }
}
.brands .brand-box .inner {
  padding: 20px 40px;
  text-align: center;
  border-right: 1px solid rgba(5, 54, 51, 0.2);
  height: 100%;
}
@media (max-width: 1199px) {
  .brands .brand-box .inner {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .brands .brand-box .inner {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .brands .brand-box .inner {
    padding: 12px;
    border: none !important;
  }
}
@media (max-width: 767px) {
  .brands .brand-box .inner {
    padding: 6px;
  }
}
.brands .brand-box .inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .brands .brand-box .inner a {
    background-color: #ebf3f3;
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .brands .brand-box .inner a {
    padding: 25px 15px;
  }
}
.brands .brand-box .inner a img {
  max-width: 220px;
  max-height: 35px;
}
@media (max-width: 575px) {
  .brands .brand-box .inner a img {
    max-width: 180px;
    max-height: 25px;
  }
}
.brands .brand-box:last-child .inner {
  border-right: none;
}
@media (max-width: 991px) {
  .brands .brand-box:nth-of-type(1) .inner {
    border-bottom: 1px solid rgba(5, 54, 51, 0.2);
  }
}
@media (max-width: 991px) {
  .brands .brand-box:nth-of-type(2) .inner {
    border-right: none;
    border-bottom: 1px solid rgba(5, 54, 51, 0.2);
  }
}
.services .left .img-wrap {
  overflow: hidden;
  display: flex;
  margin: 0 -12px;
}
@media (max-width: 575px) {
  .services .left .img-wrap {
    margin: 0 -6px;
  }
}
.services .left .img-wrap .left-wrap {
  padding: 0 12px;
}
@media (max-width: 575px) {
  .services .left .img-wrap .left-wrap {
    padding: 0 6px;
  }
}
.services .left .img-wrap .left-wrap .box {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services .left .img-wrap .left-wrap .box {
    border-radius: 12px;
  }
}
.services .left .img-wrap .right-wrap {
  padding: 0 12px;
}
@media (max-width: 575px) {
  .services .left .img-wrap .right-wrap {
    padding: 0 6px;
  }
}
.services .left .img-wrap .right-wrap .box {
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .services .left .img-wrap .right-wrap .box {
    border-radius: 20px;
  }
}
.services .left .img-wrap .right-wrap .box:first-child {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .services .left .img-wrap .right-wrap .box:first-child {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .services .right {
    margin-top: 30px;
  }
}
.services .right .inner {
  padding-left: 50px;
}
@media (max-width: 1399px) {
  .services .right .inner {
    padding-left: 0;
  }
}
.services .right .inner .srv-box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(-90deg, #ffffff, rgba(5, 54, 51, 0.4)) 1;
}
@media (max-width: 1399px) {
  .services .right .inner .srv-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.services .right .inner .srv-box h6 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .services .right .inner .srv-box h6 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .services .right .inner .srv-box h6 {
    font-size: 18px;
  }
}
.services .right .inner .srv-box p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-decoration: none;
}
@media (max-width: 991px) {
  .services .right .inner .srv-box p {
    font-size: 14px;
    line-height: 22px;
  }
}
.services .right .inner .srv-box:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact {
  background-color: #0b423f;
}
.contact .left .inner {
  padding-right: 20px;
}
.contact .left .inner p {
  margin-bottom: 0;
  font-weight: 200;
}
.contact .left .inner p span {
  font-size: 24px;
  font-weight: 500;
}
.contact .left .inner p,
.contact .left .inner h2,
.contact .left .inner a {
  color: #ffffff;
}
.contact .left .inner .contac-box {
  padding-top: 30px;
}
.contact .left .inner .contac-box a {
  color: #0c9641;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.contact .left .inner .contac-box a:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact .right {
    margin-top: 40px;
  }
}
.contact .right form input,
.contact .right form textarea {
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  background-color: transparent !important;
  margin-bottom: 24px;
  font-weight: 300;
  transition: 600ms all;
  outline: none;
  box-shadow: none;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact .right form input,
  .contact .right form textarea {
    margin-bottom: 15px;
  }
}
.contact .right form input::placeholder,
.contact .right form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact .right form input[type=submit],
.contact .right form textarea[type=submit] {
  background-color: #0c9641 !important;
  width: auto;
  border: none;
  margin: 24px 0 0;
  padding: 15px 45px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .contact .right form input[type=submit],
  .contact .right form textarea[type=submit] {
    width: 100%;
  }
}
.contact .right form input[type=submit]:hover,
.contact .right form textarea[type=submit]:hover {
  background-color: #ffffff !important;
  color: #053633;
}

footer {
  padding: 30px 0;
  background-color: #053633;
}
@media (max-width: 575px) {
  footer {
    padding: 20px 0;
  }
}
footer p {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6;
}
@media (max-width: 575px) {
  footer p {
    text-align: left;
  }
}

.modal-backdrop {
  background-color: #000a0a;
}

.modal-backdrop.show {
  opacity: 0.9;
}

.brand-modal .modal-dialog {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.brand-modal .modal-dialog .modal-content {
  border-radius: 0px;
  overflow: hidden;
  padding: 30px;
  background-color: transparent;
  border: none;
  max-height: 100vh;
  position: relative;
}
@media (max-width: 575px) {
  .brand-modal .modal-dialog .modal-content {
    padding: 20px;
  }
}
.brand-modal .modal-dialog .modal-content .modal-header {
  position: absolute;
  right: 35px;
  top: 35px;
  z-index: 2;
  border-bottom: none;
}
@media (max-width: 767px) {
  .brand-modal .modal-dialog .modal-content .modal-header {
    top: 25px;
    right: 25px;
  }
}
.brand-modal .modal-dialog .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
  border: 1px solid #053633;
  outline: none;
  box-shadow: none;
  transition: 600ms all;
}
@media (max-width: 767px) {
  .brand-modal .modal-dialog .modal-content .modal-header .btn-close {
    width: 20px;
    height: 20px;
  }
}
.brand-modal .modal-dialog .modal-content .modal-header .btn-close:hover {
  background-color: #0c9641;
}
.brand-modal .modal-dialog .modal-content .modal-header .btn-close:hover img {
  filter: brightness(0) invert(1);
}
.brand-modal .modal-dialog .modal-content .modal-body {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 40px;
}
@media (max-width: 575px) {
  .brand-modal .modal-dialog .modal-content .modal-body {
    padding: 30px;
  }
}
.brand-modal .modal-dialog .modal-content .modal-body figure {
  margin-bottom: 20px;
}
.brand-modal .modal-dialog .modal-content .modal-body figure img {
  max-width: 300px;
  max-height: 50px;
}
@media (max-width: 575px) {
  .brand-modal .modal-dialog .modal-content .modal-body figure img {
    max-width: 180px;
    max-height: 40px;
  }
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption h6 {
  font-size: 20px;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption p {
  font-weight: 300;
  font-size: 16px;
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption p:last-child {
  margin-bottom: 0;
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption ul {
  margin: 0 0 25px;
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption ul li {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url(../images/li.svg) no-repeat;
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption a {
  background-color: #053633;
  padding: 10px 20px;
  border-radius: 6px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
}
.brand-modal .modal-dialog .modal-content .modal-body figcaption a:hover {
  background-color: #0c9641;
}/*# sourceMappingURL=style.css.map */