.bg-grey {
  background: #f8f9fa;
  width: 100%;
}
.container-action-how {
  /* max-width: 1200px; */
  margin: 30px auto 30px;
  padding: 0px 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* background: #f8f9fa; */
  gap: 10px;
  position: relative;
  justify-content: center;
    width: 83%;
}

.container-action {
  max-width: 1200px;
  /* margin: 80px auto; */
  margin: 60px auto 70px;
  padding: 0px 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* background: #f8f9fa; */
  gap: 10px;
  position: relative;
  justify-content: center;
}



.container-latest-project {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  /* padding: 10px 30px ; */
  gap: 20px;
  margin: 10px auto 30px;
  /* padding: 0px 0 40px; */
  align-items: center;
  justify-content: center;
  /* margin-left: 3rem;
  margin-right: 3rem; */
}

.container-latest-project1 {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  /* padding: 10px 30px ; */
  gap: 10px;
  margin: 10px auto 30px;
  /* padding: 0px 0 40px; */
  align-items: center;
  justify-content: center;
  /* margin-left: 3rem;
  margin-right: 3rem; */
}



.container-latest-project2 {
  /* max-width: 1200px; */
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  /* padding: 10px 30px ; */
  gap: 10px;
  margin: -50px auto -80px;
  /* padding: 0px 0 40px; */
  align-items: center;
  justify-content: center;
  width: 90%;
}
.container-lsub2 {
  flex: 1;
  margin-top: 20px;
}

.divider {
  width: 1px;
  background-color: #D1D1DD;
  height: 200px;
}

.container-lsub {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #e9e9e9;
}
.container-lsub img {
  width: 100%;
  height: 170px;
  display: block;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.container-lsub-text {
  margin: 5px 15px 5px 15px;
}
.container-lsub-text span{
  color: #757575;
  font-size: 12px;
  font-family: Google Sans, arial, sans-serif; 
}

.container-lsub-text p {
  color: #212121;
  font-size: 16px;
  margin-bottom: 4px;
  height: 9em;
  overflow: hidden;  
  font-family: Google Sans, arial, sans-serif; 
}


.vol-title{
  font-family: Google Sans, Roboto, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  display: flex;
  padding: 80px 0px;
  justify-content: center;
}

.vol-main-container {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 0px 30px ; */
  gap: 40px;
  height: auto;
  /* margin-top: -20px; */
  /* margin-bottom: 20px; */
  
  margin: -20px auto 30px;
  align-items: center;
  justify-content: center;
  /* box-sizing: border-box; */
}

.vol-child-container {
  width: 100%;
  border-radius: 24px;
  background-color: rgb(66,133,244);
  background-image: linear-gradient(to left,rgb(66,133,244) 25%,rgb(52,168,83) 75%);
  background-attachment: fixed;
  transition: border-radius .2s;
  padding: 36px;
  
}

.vol-child-header p{
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 28px;
  color: white;
  font-weight: 500;
  line-height: 36px;
  /* margin: 0px 0px 3px; */
  height: 6em; 
}

.vol-child-button{
    text-rendering: optimizeLegibility;
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 20px;
    color: inherit;
    transition: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    min-width: auto;
    padding: 13px 24px 12px;
    position: relative;
    transition: background-color .2s, box-shadow .2s, color .2s;
    vertical-align: inherit;
    background-color: white;
    color: #14B696;
}

.vol-child-button:hover{
    font-size: 16px;
    font-weight: 500; 
    letter-spacing: normal;
    line-height: 20px;
    color: inherit;
    transition: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    min-height: 48px;
    min-width: auto;
    padding: 13px 24px 12px;
    position: relative;
    transition: background-color .2s, box-shadow .2s, color .2s;
    vertical-align: inherit;
    background-color: rgb(248, 246, 246);
    color: #14B696;
}

.vol-child-container:hover {
  width: 100%;
  border-radius: 7px;
  border: 1px solid #e9e9e9;
}




@media (max-width: 800px) {
  .vol-title{
    font-family: Google Sans, Roboto, Arial, sans-serif;
    font-size: 1.6em;  
    font-weight: 700;
    display: flex;
    padding: 50px 0px;
    justify-content: center;
  }

  .vol-main-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 15px;
    gap: 30px;
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .vol-child-container {
    width: 100%;
    border-radius: 24px;
    background-attachment: fixed;
    background-color: rgb(66,133,244);
    background-image: linear-gradient(to left, rgb(66, 133, 244) -35%, rgb(52, 168, 83) 55%);
    transition: border-radius .2s;
    grid-column-end: 4;
  }

  .vol-child-header p{
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    font-size: 20px;
    color: white;
    font-weight: 500;
    line-height: 26px;
    height: auto; 
    margin-bottom:25px;
  }


.container-latest-project {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 15px ;
  gap: 20px;
}

.container-latest-project1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 15px ;
  gap: 20px;
}

.container-lsub {
  flex: 1;
  border-radius: 7px;
  border: 1px solid #e9e9e9;
  flex-direction: row-reverse;
  display: flex;
  /* align-items: stretch; */
}
 .container-lsub img {
  width: 35%;
  /* max-height: 170px; */
  height: auto ;
  display: block;
  border-radius: 0px 7px 7px 0px;
  object-fit: cover;
  /* flex-shrink: 0; */
}
.container-lsub-text {
  flex: 1;
   align-items: center;
  align-content: center;
  padding: 0px 0px 4px;
}
.container-lsub-text span{
  color: #757575;
  font-size: 11px;
}
.container-lsub-text p {
  color: #212121;
  font-size: 14px;
  line-height: 1.3;
  margin: 0px 0px 3px;
  height: 6.5em; 
} 

.container-latest-project2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 5px ;
  margin: -10px auto -50px;
  width: 100%;
  /* gap: 10px; */
}
.container-lsub2 {
  flex: 1;
  border-radius: 7px;
  flex-direction: row-reverse;
  display: flex;
  margin-top: -5px;
}



.divider {
  height: 1px;
  width: 92%;
  background-color: #D1D1DD;
  margin-top: -30px;
}

}

.btn-primary {
  /* background-color: #007bff; Primary button color */
  color: #fff;
  border: none;
  padding: 10px 20px; /* Adjust padding as needed */
  text-decoration: none;
  font-size: 14px; /* Adjust font size as needed */
}

.btn-primary:hover {
  background-color: #0056b3; /* Darker color on hover */
}

.column1 {
  /* background-color: white; */
  padding: 20px 20px 0px 20px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  flex: 1;
  min-width: 300px;
}
.column1 h2 {
  font-size: 2em;
  color: #14b396;
  margin-bottom: 10px;
  font-family: Google Sans, arial, sans-serif; 
}
.column1 p {
  font-size: 1.0em;
  margin-bottom: 20px;
  font-family: Google Sans, arial, sans-serif; 
}
.card1 {
  /* background-color: #f1f3f4; */
  padding: 20px 20px 0 0;
  border-radius: 8px;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  margin-bottom: 20px;
}
.card1 h3 {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-family: Google Sans, arial, sans-serif; 
}
.card1 p {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Google Sans, arial, sans-serif; 
}
.card1 a {
  text-decoration: none;
  color: #14b396;
  font-weight: bold;
}
@media (max-width: 800px) {
  .container-action-how {
    flex-direction: column;
    padding: 0px;
    width: 100%;
    margin: 20;
  }
  .column1 {
  /* background-color: white; */
  padding: 20px 10px 0px 10px;
  /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
  flex: 1;
  /* min-width: 300px; */
}
  .container-action {
    flex-direction: column;
    padding: 0px 11px;
  }
}
.action-btn, .action-btn1  {
  background-color: #fff;
  border: 1px solid #dadce0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #14b396;
  padding: 12px 24px 12px 24px;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.action-light-btn  {
  background-color: #fff;
  border: 1px solid #dadce0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  padding: 12px 24px 12px 24px;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 10px;
}
.action-btn:hover, .action-btn1:hover {
  border: 1px solid #14b396;
}
.action-light-btn:hover {
  border: 1px solid #000000;
}

.action-btn2  {
  background-color: #fff;
  border: 1px solid #dadce0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #14b396;
  padding: 12px 24px 12px 24px;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  margin-top: 10px;
}
.action-btn2:hover {
  border: 1px solid #14b396;
}
.action-dark-btn {
  background-color: #14b396;
  border-radius: 5px;
  border-color: transparent;
  color: #fff;
  padding: 12px 24px 12px 24px;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.action-dark-black-btn {
  background-color: #000000;
  border-radius: 10px;
  border-color: transparent;
  color: #fff;
  padding: 12px 24px 12px 24px;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.action-dark-btn1 {
  background-color: #14b396;
  border-radius: 25px;
  border-color: transparent;
  color: #fff;
  padding: 12px 24px 12px 24px;
  font-family: "Google Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.white-bg {
  background: #fff;
  position: relative;
}
.multi-border:after {
  background: linear-gradient(
    to right,
    rgb(234, 67, 53) 30%,
    #14b396 30% 70%,
    rgb(251, 188, 4) 70% 80%,
    rgb(251, 188, 4) 80%
  );
  bottom: 0;
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  right: 10px;
}
.blue-text {
  color: #14b396;
}
.mb-30 {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
  max-width: 1000px;
}
.d-flex {
  display: flex;
}
.justify-center {
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.justify-center1 {
  /* justify-content: center; */
  width: 100%;
  gap: 10px;
}
.my-80 {
  margin: 0px 0;
  padding: 0 10px 0;
}
.border-nav {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
  display: inline-flex;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover {
  background: #3a3b3c;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover {
  color: #f2f2f2;
}
.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }
  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box {
    max-height: 100%;
  }
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .nav-links .mobile-item:hover {
    background: #3a3b3c;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }
}
nav input {
  display: none;
}
.w-100 {
  width: 100%;
}
.mb-140 {
  margin-bottom: 140px;
}
header {
  position: relative;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #ccc;
}
.logo {
  position: relative;
  z-index: 123;
  font: 18px verdana;
  color: #6ddb07;
  float: left;
  width: 15%;
}
.logo a {
  color: #6ddb07;
}
.logo img {
  padding-top: 5px;
}

nav ul {
  margin: 0;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 0;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
  font-family: sans-serif;
  background: transparent;
  padding: 8px;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font: 400 14px / 16px Google Sans, Noto Sans, Noto Sans JP, Noto Sans KR,
    Noto Naskh Arabic, Noto Sans Thai, Noto Sans Hebrew, Noto Sans Bengali,
    sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  color: #333;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #333;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
/*#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#333;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#333;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}*/
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0px 1px 1px 1px #ccc;
  border-radius: 3px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #ffff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
  padding: 0;
  margin-top: 8px;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 18px 15px;
  width: 210px;
  font-size: 12px;
  text-decoration: none;
  color: #333 !important;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #07ad94;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}

@media screen and (max-width: 1000px) {
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: left;
    float: none;
  }
  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
    background: #333;
    display: none;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444;
  }
  #cssmenu ul li:hover {
    background: #363636;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #fff;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: #363636 !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 19px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .d-flex {
    display: block;
  }
  .action-dark-btn {
    /* width: 100%; */
    margin-bottom: 20px;
    text-align: center;
    margin: 0px 10px;
  }
  .action-dark-btn1 {
    /* width: 100%; */
    margin-bottom: 20px;
    text-align: center;
    margin: 0px 10px;
  }
  .action-btn {
    text-align: center;
    margin: 10px 10px;
  }
  .action-btn1 {
    text-align: center;
    margin: 10px 0px;
  }
}


/* body {
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  padding: 20px;
} */
