html {
  scroll-behavior: smooth;
}
.montserrat-400 {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

ul,
p,
h1,
h2 {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  display: flex;

  flex-wrap: nowrap;
  justify-content: space-between;
  /* position: absolute; */
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.hdalign {
  display: flex;

  flex-wrap: nowrap;
  justify-content: space-between;
}

.lefthd {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.logo {
  padding-top: 26px;
}

.logo a img {
  width: 150px;
}

.menu {
  margin-left: 61px;
  margin-top: 37px;
  background-color: #f3f5f7;
  border-radius: 15px;
  padding: 5px 10px;
  height: 50px;
  margin-left: auto;
}

.menu ul li a {
  color: #000;
  display: block;
  margin-right: 15px;
  margin-right: 15px;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 10px;
}

.menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}

.telno {
  padding-top: 0px;
  padding-right: 0;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin-left: auto;
}

.telno a {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  background-color: #1c685d;
  padding: 10px 20px;
  border-radius: 15px;
}
.banrcont {
  background-color: #f3f5f7;
  border-radius: 30px;
  min-height: 600px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  overflow: hidden;
  margin-top: 50px;
}
.banrcont h1 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
}
.banrcont p {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
}
.butn {
  padding: 8px 18px;
  display: block;
  max-width: 200px;
  font-size: 16px;
  font-weight: 600;
  background-color: #1c685d;
  margin-right: 25px;
  border-radius: 15px;
  border: 1px solid #1c685d;
  color: #fff;
  text-align: center;
}
.sec {
  background-color: transparent;
  border: 1px solid #1c685d;
  color: #1c685d;
}
.banrleft {
  width: 50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
}
.banrright {
  width: 50%;
  background: url("../images/banner.jpg") no-repeat;
  background-size: cover;
}
.services-area {
  padding: 80px 0px;
}
.services-area span {
  font-size: 14px;
  color: #969393;
}
.grey {
  background-color: #f1f1f1;
  margin-bottom: 80px;
}
.services-area h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 10px;
}
.services-area p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.sb-txt {
  /* border:25px solid #1c685d;  */
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px 50px;
  background: linear-gradient(
    135deg,
    rgba(3, 63, 45, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
}
.sb-txt h2,
.sb-txt-yellow h2,
.sb-txt-grey h2 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 10px;
}
.sb-txt p,
.sb-txt-yellow p,
.sb-txt-grey p {
  font-size: 16px;
  color: #fff;
  padding: 0px;
}
/* .sb-txt:hover{
    background-color:#1c685d ;
} */

.banrbutns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.serv-boxes {
  /* display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start; */
}
.serv-box {
  width: 100%;
  height: 270px;
  position: relative;
  margin-right: 1px;
  margin-bottom: 22px;
  border-radius: 15px;
  overflow: hidden;
}
.serv-main {
  width: 100%;
  /* height: 563px; */
}
.serv-main2 {
  width: 100%;
  height: 563px;
}
.serv-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.sb-txt a {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 12px;
  margin-top: 15px;
}
.sb-txt a:hover {
  background-color: #1c685d;
  border: 1px solid #1c685d;
  transition: all 0.1s ease-in;
}
.grow-area h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
}
.grow-area p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 50px;
}
.ga-box {
  background-color: #1c685d;
}
.ga-box {
  border-radius: 15px;
  color: #fff;
  margin-bottom: 30px;
  padding: 30px;
}
.ga-box p {
  padding-bottom: 0px;
}
.ga-hd {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin-bottom: 20px;
}
.ga-hd h2 {
  padding-bottom: 0px;
  font-size: 24px;
  margin-left: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
}
.ga-hd img {
  width: 30px;
}
.grow-area span {
  font-size: 14px;
  color: #969393;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.accordion-button {
  font-weight: 600;
  color: #000;
}
.partner {
  background-color: #f3f5f7;
}
.partnerbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 120px 30px;
}
.partnerbox span {
  font-size: 14px;
  color: #969393;
}
.partnerbox h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 20px;
}

.partnerbox p {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 50px;
}

footer {
  background-color: #150b16;
  padding-top: 95px;
}
.footer-left h2 {
  font-size: 48px;
  padding-right: 100px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
}
.addr {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 20px;
}
.addr span {
  font-weight: 600;
}
.addr a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 20px;
}
.footer-right {
  text-align: right;
}
.footer-right img {
  margin-bottom: 10px;
  width: 200px;
}
.partlogo img {
  width: 200px;
}
.footerLinks ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.footerLinks ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-right: 50px;
}
.footerLinks {
  padding-top: 100px;
  padding-bottom: 30px;
}
.footer-botm {
  border-top: 1px solid #69636a;
  padding-top: 30px;
  padding-bottom: 58px;
}
.socialLinks ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.socialLinks ul li {
  padding-right: 22px;
}
.copy {
  font-size: 12px;
  color: #fff;
  text-align: right;
}
.footer-left {
  padding-bottom: 70px;
}

.mobilemenu {
  position: absolute;
  right: 86px;
  top: 49px;
  cursor: pointer;
}
.mobilemenu span {
  width: 50px;
  height: 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
  display: block;
  background-color: #000;
}
.mobilemenu span:before {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -24px;
  display: block;
  background-color: #000;
}
.mobilemenu span:after {
  width: 50px;
  transition: all 0.3s ease-in-out;
  height: 3px;
  content: "";
  border-radius: 10px;
  position: absolute;
  bottom: -12px;
  display: block;
  background-color: #000;
}
.mobilemenu {
  display: none;
}
.mobilemenu.active :before {
  transform: rotate(-45deg);
  bottom: -11px;
}
.mobilemenu.active span:after {
  transform: rotate(45deg);
}
.mobilemenu.active span {
  background-color: transparent;
}
.mb {
  display: none;
}
body {
}
.bg {
  background: url(../images/bg.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
}
.bg1 {
  background: url(../images/bglp.jpeg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0px;
}
.shade {
  background: linear-gradient(
    135deg,
    rgba(3, 63, 45, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
}
.shade1 {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.7) 0%,
    rgba(255, 255, 255, 0.7) 100%
  );
  height: 100%;
  width: 100%;
  position: absolute;
}
.lp {
  background-color: #fff;
  width: 100%;
  max-width: 1024px;
  /* height: 50vh; */
  position: relative;
  z-index: 100;
  border-radius: 15px;
  padding: 20px 80px 40px 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.lp1 {
  width: 100%;
  max-width: 1024px;
  /* height: 50vh; */
  position: relative;
  z-index: 100;
  border-radius: 15px;
  padding: 20px 80px 40px 80px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.lplogo {
  width: 200px !important;
}
.lp h2 {
  padding-top: 30px;
  font-weight: 600;
}
.lpimg {
  background: url(../images/software-development.jpg) no-repeat center center;
  overflow: hidden;
  height: 200px;
  border-radius: 8px;
}
.lp-txt {
  padding-bottom: 50px;
}
.lp-txt h2 {
  padding-bottom: 20px;
}
.sb-txt-yellow {
  /* border:25px solid #1c685d;  */
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px 50px;
  background: linear-gradient(
    135deg,
    rgba(144, 144, 6, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: stretch;
}

.sb-txt-grey {
  /* border:25px solid #1c685d;  */
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px 50px;
  background: linear-gradient(
    135deg,
    rgba(44, 15, 157, 0.9) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  align-content: stretch;
}
.pad30 {
  padding: 30px;
}
.lpbutn {
  background-color: #1c685d;
  color: #fff;
  padding: 5px 20px;
  border-radius: 8px;
  margin-top: 15px;
}
.pad30 p {
  padding-bottom: 15px;
  font-size: 15px;
}
.bcenter {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.modal-form-style .form-control,
.modal-form-style .form-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-left: 0;
  box-shadow: none;
}
.modal-form-style .form-select {
  color: #6c757d; /* Placeholder color */
}
.modal-form-style .form-select:focus {
  color: #212529; /* Text color on focus/selection */
}
.modal-form-style .form-select option:not(:first-child) {
  color: #212529;
}
.lp-y {
  /* background: rgba(0, 0, 0, 0.7); */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  color: #fff;
}
.lp-y h2 {
  min-height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.lp1-txt {
  color: #000;
}
.lp-footer {
  position: relative;
  z-index: 1000;
  font-size: 13px;
  color: #000;
  text-align: center;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1000;
}
/*********************************/
.inner-page {
  position: absolute;
}
  .introbxtxt{ min-height: 280px;}
.inner-banner {
  background: url(../images/inrbg.png) no-repeat center bottom;
  background-size: cover;
  min-height: 700px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
}
.inrbanrtxt h2 {
  font-size: 40px;
  padding-bottom: 15px;
  font-weight: 600;
}
.inrbanrtxt h2 span {
}
.intro {
  border-radius: 15px;
  position: relative;
  padding: 60px 80px;
  color: #fff;

  /* background: linear-gradient(180deg,rgba(255, 255, 255, 1) 60%, rgba(28, 104, 93, 0.23) 100%); */
}
.intro2 {
  border-radius: 15px;
  position: relative;
  padding: 60px 0px;
}
.intro h2,
.intro2 h2 {
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
   color: #000;
}
.what{
  margin-top: -80px;
}
.intro span,
.intro2 span {
  text-align: center;
  font-size: 14px;
  display: block;
  color: #969393;
}
.intro p,
.intro2 p {
  text-align: center;
   color: #000;
}
.intro2 p {
  padding: 0px 80px;
}

.introimg {
  width: 50%;
  /* height: 420px; */
  overflow: hidden;
  background: url(../images/intro3.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.intro {
  width: 50%;
  z-index: 100;
}
.introwrap {
  background-color: #fff;
    position: relative;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: center;
    margin-top: -100px;
    margin-bottom: 80px;
    border-radius: 15px 15px 0px 15px;
    overflow: hidden;
}
.introbx {
  overflow: hidden;
}
.introbx h2 {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 10px;
  text-align: center;
 
}
.introbxtxt{ padding: 30px;}
.introbximg{ height: 250px; overflow: hidden; background-size: 100%!important;}
.introbximg img{
   width: 100%;
}
.what {
  background: #f1f1f1;
  padding: 80px 0px;
}
.introbx {
  background-color: #fff;
  border-radius: 15px;
  min-height: 400px;
}
.introbx h2 {
  text-align: left;
}
.tailored {
  padding: 80px 0px;
}
.tailb {
  padding: 60px 0px;
}
.tailbx2 h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1c685d;
}
.tailbx2 {
  padding-left: 20px;
}
.support {
  width: 80%;
  margin-left: 30px;
  margin-top: 218px;
  border-radius: 15px;
}

.tailbx3 {
  width: 100%;
  height: 590px;
  background: url("../images/cooperate.png") no-repeat center center;
  background-size: cover;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.tailwh {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  width: 50%;
}
.tailwh h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1c685d;
}
.tailwh p {
  font-size: 14px;
  padding-bottom: 20px;
}
.tailul li {
  border-radius: 15px;
  font-size: 13px;
  color: #fff;
  background-color: #1c685d;
  text-align: center;
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.tailul ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
.tailt span {
  text-align: left;
  font-size: 14px;
  display: block;
  color: #969393;
}
.tailt h2 {
  font-size: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: left;
    color: #000;
}
.benbx {
  border: 1px solid #f1f1f1;
  height: 300px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: flex-end;
}
.benbx h2 {
  font-size: 20px;
  font-weight: 600;
  color: #1c685d;
  padding-bottom: 15px;
}
.benbx p {
  font-size: 14px;
  padding-bottom: 20px;
}
.benbx img {
  width: 100px;
}
.benbximg {
  width: 100%;
}

.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.section-header {
  border-bottom: 2px solid #007bff; /* Primary color separator */
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.problem-section,
.solution-section,
.impact-section {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.problem-section {
  background-color: #f8d7da; /* Light Red/Danger for problem */
  border-left: 5px solid #dc3545;
}
.solution-section {
  background-color: #d1ecf1; /* Light Blue/Info for solution */
  border-left: 5px solid #17a2b8;
}
.impact-section {
  background-color: #d4edda; /* Light Green/Success for impact */
  border-left: 5px solid #28a745;
}
.list-unstyled li {
  padding-bottom: 8px;
}
.usecase {
 background: #f1f1f1; 
  padding: 80px 0px;
}
.usbx {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.usbxnm {
  border-radius: 15px;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  background-color: #1c685d;
  text-align: center;
  padding: 5px 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.usbhd {
  border-radius: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #000;
  /* background-color: #eeeeee; */

  padding: 80px 10px 5px 0px;
  margin-right: 15px;
  margin-bottom: 25px;
  width: calc(100% - 100px);
 
}

.neg {
  /* background-color: #f4a1a1; */
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  padding: 30px 0px;
  margin-right: 15px;
  margin-bottom: 15px;
  width:100%;
  min-height: 100px;
}

.neg h2 {
  font-size: 14px;
  font-weight: 600;
  background-color: #000;
  border-radius: 15px;
  padding: 5px 15px;
  margin-bottom: 10px;
  color: #fff;
}
.neg h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.neg li {
 
  position: relative;
  padding-bottom: 10px;
  /* border: 1px solid #9e9e9e; */
  border-radius: 0 15px 15px 15px;
  padding: 15px;
  margin-top: 10px;
  background-color: #fff;
  font-size: 14px;
}
.neg li span{
  
}
.negtop{
  background-color: #e34f4f;
  position: absolute; height: 30px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0; /* Optional: explicitly set to 0 if needed */
  border-bottom-right-radius: 0; /* Optional: explicitly set to 0 if needed */
  padding: 5px 10px;
  top:-30px;
  left:0px;
  color: #fff;
}

.neg ul li::before {
    /* content: "❗"; */
    color: #e34f4f;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
    font-size: 1.2em;
}
.ron{
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
}
.ron.active {
  background-color: #1c685d;
  color: #fff;
}
.ron h2{
  font-size: 40px;
}
.ron h3{
  font-size: 24px;
}
.hrimg{
  width: 100%;
   min-height: 643px;
   border-radius: 15px;
   position: relative;
   overflow: hidden;
}
.leohd{
   background-color: #1c685d!important;
   color: #fff;
}
.leopo{
   background-color: #1c685d;
   border-radius: 15px;
   padding: 30px;
}
.leopo p{
  color: #fff;
  font-size: 14px;
}
ul.leoli li{
   padding: 0px;
   background-color: transparent;
   color: #fff;
   padding-left: 31px;
   position: relative;
}

ul.leoli li::before {
    content: "\2713";
    color: #fff;
    display: inline-block;
    width: 1em;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    left: 22px;
    top:0px
}
.hrhov{position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 50px;
    background: linear-gradient(135deg, rgba(3, 63, 45, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex
;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;}
.hrhov h2{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}
.hrhov p{
  background-color: #fff;
  border-radius: 8px;
   width: 150px;padding: 15px  20px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #1c685d;
}
.hrhov {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: center;
}
.leopo{
  min-height: 515px;
}
.inrbanrshade {
  /* border:25px solid #1c685d;  */
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px 50px;
  background: linear-gradient(
    135deg,
    rgba(3, 63, 45, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
}

.dropdown-content a {
  font-size: 14px!important;
  margin-right: 0px!important;
}
.dropdown-toggle::after{ display: none;}