

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;1,100;1,300&display=swap");
* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: .2s linear;
  transition: .2s linear;

  transition:all .2s cubic-bezier(.34,1.12,.68,1.31);
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #fff;
}

html::-webkit-scrollbar-thumb {
  background: #10221b;
}

section {
  padding: 5rem 9%;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  border: 0.2rem solid #10221b;
  color: #10221b;
  cursor: pointer;
  background: none;
  font-size: 1.7rem;
  padding: 1rem 3rem;
}

.btn:hover {
  /*background: #10221b;*/

  background: #CDCDCD;
  /*color: #fff;*/

 
}

.heading {
  text-align: center;
  margin-bottom: 2.5rem;
  font-size: 4rem;
  color: #10221b;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 2rem 9%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header.active {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header .logo {
  margin-right: auto;
  font-size: 2.5rem;
  color: #10221b;
  font-weight: bolder;
}

.header .logo i {
  color: #219150;
}

.header .navbar a {
  margin-left: 2rem;
  font-size: 1.7rem;
  color: #10221b;
}

.header .navbar a:hover {
  color: #219150;
}

.header .navbar #nav-close {
  font-size: 5rem;
  cursor: pointer;
  color: #10221b;
  display: none;
}

.header .icons a,
.header .icons div {
  font-size: 2.5rem;
  margin-left: 2rem;
  cursor: pointer;
  color: #10221b;
}

.header .icons a:hover,
.header .icons div:hover {
  color: #219150;
}

.header #menu-btn {
  display: none;
}

.search-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10000;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}

.search-form.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.search-form #close-search {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  cursor: pointer;
  color: #fff;
  font-size: 6rem;
}

.search-form #close-search:hover {
  color: #219150;
}

.search-form form {
  width: 70rem;
  margin: 0 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form form input {
  width: 100%;
  font-size: 2rem;
  color: #fff;
  text-transform: none;
  background: none;
  padding-right: 2rem;
}

.search-form form input::-webkit-input-placeholder {
  color: #aaa;
}

.search-form form input:-ms-input-placeholder {
  color: #aaa;
}

.search-form form input::-ms-input-placeholder {
  color: #aaa;
}

.search-form form input::placeholder {
  color: #aaa;
}

.search-form form label {
  font-size: 3rem;
  cursor: pointer;
  color: #fff;
}

.search-form form label:hover {
  color: #219150;
}

.home {
  padding: 0;
}

.home .box {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 9%;
}

.home .box.second {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;

         
}

.home .box .content {
  width: 50rem;
}

.home .box .content span {
  font-size: 4rem;
  /*color: #10221b;*/
  color: #0b0c0c;
}

.home .box .content h3 {
  font-size: 6rem;
  /*color: #219150;*/
  color: #0b0c0c;
  padding-top: .5rem;
  text-transform: uppercase;
}

.home .box .content p {
  line-height: 2;
  /*color: #10221b;*/
  color: #0b0c0c;
  font-size: 1.5rem;
  padding: 1rem 0;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  /*font-size: 3rem;*/
  font-size: 8rem;
  /*color: #10221b;*/
   color: #0b0c0c;
 
}


/***********1.21.2021************/
.hoffice{
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(../images/resilience2023.jpg) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/resilience2023.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/***********1.21.2021************/

.hoffice .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.hoffice .box-container .box {
  text-align: center;
  padding: 1rem;
}

.hoffice .box-container .box img {
 
  height: 30rem;
  width: 30rem;
}

.hoffice .box-container .box h3 {
  font-size: 2rem;
  color: #219150;
}

.hoffice .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.officer {

  text-align: center;
  margin: 0 0 40px;
  
  font-size: 4.5rem;
  color: floralwhite;
}

/*******************1262022**************** 
 
.virus .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.virus .box-container .box {
  text-align: center;
  padding: 1rem;
}

.virus .box-container .box img {
  
  height: 30rem;
  width: 30rem;  
  
}

.virus .box-container .box h3 {
  font-size: 2rem;
  color: #219150;
}

.virus .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

 ****************1262022*******************/


/*******************02152022 monitoring dashboard*******************/
.dashboard .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(29rem, 1fr))[auto-fit];
   grid-template-columns: repeat(auto-fit, minmax(29rem, 1fr));
  gap: 1.5rem;
}

.dashboard .box-container .box {
  text-align: center;
  padding: 1rem;
}

.dashboard .box-container .box img {
  height: 30rem;
  width: 30rem;  
}

.dashboard .box-container .box h3 {
  font-size: 2rem;
  color: #219150;
}

.dashboard .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

/*******************02152022 monitoring dashboard*******************/

.about {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.about .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.about .image img {
  width: 100%;
  -webkit-box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.about .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.about .content h3 {
  font-size: 3rem;
  color: #219150;
}

.about .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}


/*****************drill 2024*************************/

.drill {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.drill .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
  padding-right: 5rem;
  padding-bottom: 5rem;
}

.drill .image img {
  width: 100%;
  -webkit-box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4rem 4rem 0 rgba(0, 0, 0, 0.1);
}

.drill .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.drill .content h3 {
  font-size: 3rem;
  color: #219150;
}

.drill .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

/*****************drill 2024*************************/


.packages {
  background: #eee;
}

.packages .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}

.services {
  background: #eee;
}

.services .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(31rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 1.5rem;
}

.services .box-container .box {
  text-align: center;
  padding: 2rem;
  border: 0.2rem solid #10221b;
  border-radius: .5rem;
  background: #fff;
}

.services .box-container .box:hover {
  background: #10221b;
}

.services .box-container .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.services .box-container .box:hover p {
  color: #fff;
}

.services .box-container .box:hover .btn {
  border-color: #fff;
  color: #fff;
}

.services .box-container .box:hover .btn:hover {
  background: #fff;
  color: #10221b;
}

.services .box-container .box img {
  height: 10rem;
  margin-bottom: 1rem;
}

.services .box-container .box h3 {
  font-size: 2rem;
  color: #219150;
}

.services .box-container .box p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

.reviews .slide .text {
  padding: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  background: #eee;
  border-radius: .5rem;
  color: #10221b;
  line-height: 2;
  position: relative;
  z-index: 0;
  margin-bottom: 3rem;
}

.reviews .slide .text::before {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  left: .7rem;
  height: 3rem;
  width: 3rem;
  background: #eee;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.reviews .slide .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.reviews .slide .user img {
  height: 7rem;
  width: 7rem;
  border-radius: 50%;
}

.reviews .slide .user h3 {
  font-size: 2rem;
  color: #10221b;
}

.reviews .slide .user span {
  color: #219150;
  font-size: 1.5rem;
}

/*******272022**********/
.events .slide {
  text-align: center;
  padding: 2rem;
}

.events .slide img {
  height: 25rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: .5rem;
}

.events .slide .icons {
  background: #10221b;
  border-radius: .5rem;
  padding: 1rem;
  position: relative;
  top: -2rem;
  display: inline-block;
}

.events .slide .icons a {
  font-size: 1.4rem;
  color: #fff;
  margin: 0 1rem;
}

.events .slide .icons a:hover {
  color: #219150;
}

.events .slide .icons a i {
  padding-right: .5rem;
  color: #219150;
}

.events .slide h3 {
  font-size: 2rem;
  color: #10221b;
}

.events .slide p {
  font-size: 1.4rem;
  padding: 1rem 0;
  line-height: 2;
  color: #10221b;
}

/*******272022**********/

.newsletter {
  background: #eee;
}

.newsletter .content {
  max-width: 70rem;
  margin: 1rem auto;
  text-align: center;
}

.newsletter .content p {
  font-size: 1.5rem;
  line-height: 2;
  color: #10221b;
}

.newsletter .content form {
  margin-top: 2rem;
  background: #fff;
  border-radius: 5rem;
  border: 0.2rem solid #10221b;
  padding: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsletter .content form .email {
  width: 100%;
  background: none;
  text-transform: none;
  font-size: 1.6rem;
  color: #10221b;
  padding: 0 1.3rem;
}

.newsletter .content form .btn {
  margin-top: 0;
  border-radius: 5rem;
  background: #10221b;
  color: #fff;
}

.newsletter .content form .btn:hover {
  background: none;
  color: #10221b;
}

.clients .silde {
  text-align: center;
}

.clients .silde img {
  height: 12rem;
}

.footer {

  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.6))), url(../images/sumcampfooter2025.jpg) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(../images/sumcampfooter2025.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.footer .box-container .box h3 {
  font-size: 2rem;
  padding: 1.5rem 0;
  color: #fff;
}

.footer .box-container .box a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0;
}
 
.box-text{
   
  font-size: 1.8rem;
  color: #fff;
}

.footer .box-container .box a i {
  color: #219150;
  padding-right: .5rem;
}

.footer .box-container .box a:hover {
  color: #219150;
}

.footer .box-container .box a:hover i {
  padding-right: 2rem;
}

.footer .credit {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1rem;
  /* padding-top: 2.5rem; */
  padding-top: 15rem;
  font-size: 2rem;
  color: #fff;
}

.footer .credit span {
  color: #219150;
}

/*****2.7.2022*******/

.whatwedo {
 
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url(../images/whatwedo.jpg) no-repeat;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/whatwedo.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.whatwedo .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.5rem;
}

.whatwedo .box-container .box h3 {
  font-size: 2rem;
  padding: 1.5rem 0;
  color: #fff;
}

.whatwedo .box-container .box a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem 0;
}
 
.whatwedo .box-container .box a i {
  color: #219150;
  padding-right: .5rem;
}

.whatwedo .box-container .box a:hover {
  color: #219150;
}

.whatwedo .box-container .box a:hover i {
  padding-right: 2rem;
}

.whatwedo .credit {
  text-align: center;
  margin-top: 2.5rem;
  padding: 1rem;
  padding-top: 2.5rem;
  font-size: 2rem;
  color: #fff;
}

.whatwedo .credit span {
  color: #219150;
}

.wedoheading{

  text-align: center;
  margin: 0 0 40px;
  
  font-size: 4.5rem;
  color: floralwhite;
}


/*****2.7.2022*******/

@media (max-width: 1200px) {
  .header {
    padding: 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
    scroll-padding-top: 7rem;
  }
  .home .box {
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: right !important;
  }
  .home .box.second {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: left !important;
  }
  .home .box .content {
    text-align: center;
  }
  .home .box .content span {
    font-size: 3rem;
  }
  .home .box .content h3 {
    font-size: 4rem;
  }
}

@media (max-width: 768px) {
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: -110%;
    background: #fff;
    z-index: 10000;
    width: 35rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .navbar.active {
    left: 0;
    -webkit-box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
  }
  .header .navbar a {
    margin: 1rem 0;
    font-size: 3rem;
  }
  .header .navbar #nav-close {
    display: block;
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    display: none;

     
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .heading {
    font-size: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */

/********************1112022   covid tracker*******************/

* Required CSS 
*/
.accordion__title {
 cursor: pointer;
 margin: 0;
 position: relative;
}

.accordion__icon {
 position: absolute;
 top: 50%;
 right: 24px;
 transform: translateY(-50%);
}

.accordion__icon .line-01,
.accordion__icon .line-02 {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 16px;
 height: 2px;
 background-color: #43A6C6;
 transition: 0.3s;
}

.accordion__icon .line-02 {
 transform: rotate(90deg);
}

.accordion__content {
 display: none;
}

.accordion--open > .accordion__title .line-02 {
 transform: rotate(0deg);
}

/* end Required CSS */

h1 {
  text-align: center;
  margin: 0 0 40px;

  font-size: 120rem;
}

.accordion {
  margin-top: -1px;
  border-top: 1px solid #43A6C6;
  border-bottom: 1px solid #43A6C6;
}

.accordion__title {
  padding: 20px 16px;
  font-size: 16px;
  transition: 0.2s;
}

.accordion__content {
  padding: 24px 16px;
}

.accordion__content p {
  margin: 0 0 16px;
}

.accordion__title:hover {
  background-color: #67B7D1;
   color: #fff;
}

.accordion__title:hover .line-01,
.accordion__title:hover .line-02 {
  background-color: #fff;
}

.accordion--open > .accordion__title {
  background-color: #43A6C6;
  color: #fff;
}

.accordion--open > .accordion__title .line-01,
.accordion--open > .accordion__title .line-02 {
  background-color: #fff;
}

.accordion--nested .accordion__title {
  padding: 16px;
  font-size: 14px;
}

.accordion--nested .accordion__content {
  padding: 24px 16px 16px;
}

/********************1112022  covid tracker*******************/

.pgraph{
  font-size: 1.5rem;
  text-align:justify;
}


/***************************gallery 1142022***********************/
.gallery{
    min-height: 100vh;
    background:#eee;
    padding-bottom: 100px;
}

.gallery .controls{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*padding:20px 0;*/
    padding:0px 0;
    list-style: none;
}

.gallery .controls .buttons{
    height:40px;
    /*width: 140px;*/

    width: 180px;

    background:#fff;
    color:#666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin:20px;
    /*box-shadow: 0 3px 5px rgba(0,0,0,.3);*/
    text-align: center;
}

.gallery .controls .buttons.active{
    background:coral;
    color:#fff;
}

.gallery .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-container .image{

    height:250px;
    width: 400px;
    overflow: hidden;

    margin: .5px;  
}

.gallery .image-container .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/***************************gallery 1142022************************/
 
/***************1252022***********/


@media only screen and (max-width:500px) and (min-width: 100px){
  home {
    padding: 0;
  }
  
  .home .box {
    min-height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover !important;
    background-position: center !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 1rem 1%;
  }

  .home .box.second {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
         
  }
  
  .home .box .content {
    width: 100%;
  }
  
  .home .box .content span {
    font-size: 1rem;
    color: #10221b;

    width: 100%;
     
  }
  
  .home .box .content h3 {
    font-size: 2rem;
    color: #219150;
    padding-top: .1rem;
    text-transform: uppercase;

    width: auto;

  }
  
  .home .box .content p {
    line-height: 1;
    color: #10221b;
    font-size: 1.5rem;
    padding: 1rem 0;

    width: auto;

  }

  .imgaccordion{
    width: 100%;
    height: 100%;
}

}

/***************1252022***********/

/**************02152022 background color*************/
.scolor{   
  background-color: white;
  opacity: .6;
}
/**************02152022 background color*************/


/************doh 02172022*****************/
.doh{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.doh .image{
  flex:1 1 41rem;
}

.doh .image img{
  width: 100%;
}

.doh .content{
  flex:1 1 41rem;
  padding:3rem;
  background: var(--light-bg);
}

.doh .content h3{
  font-size: 3rem;
  color:var(--black);
}

.doh .content p{
  font-size: 1.5rem;
  padding:1rem 0;
  line-height: 2;
  color:var(--black);
}


/************doh 02172022*****************/



/************package 10/16/2024*****************/

.packages {
  background: #eee;
}


.packages .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(32rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}


/*  */
 
/*  */



.packages .box-container .box {
  text-align: center;
  background: #fff;
  border: 0.2rem solid #10221b;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
}

    /*  */
    .packages .box-container .box1 {
      text-align: center;
      background: #CEFAD0;
      border: 0.2rem solid #0d0e0d;
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      border-radius: .5rem;
    }


    .packages .box-container .box2 {
      text-align: center;
      background: #ffe993;
      /* background: #DFDF96; */
      border: 0.2rem solid #0d0e0d;
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      border-radius: .5rem;
    }



    .packages .box-container .box3 {
      text-align: center;
      background: #F69697;
      border: 0.2rem solid #0d0e0d;
      -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
              box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
      border-radius: .5rem;
    }


    
    /*  */


.packages .box-container .box:hover {
  background: #10221b;
}


    /*  */
    .packages .box-container .box1:hover {
       background: #83F28F;                      /*background: #83F28F; */ 
    }


    .packages .box-container .box2:hover {
      background: #FFE135;  
      /* background: #FFF44F; #FFFF00   #ffd400*/  
    }

   
    .packages .box-container .box3:hover {
      background: #F94449;
    }

   

    /*  */


.packages .box-container .box:hover .content > * {
  color: #fff;
}

/*  */
.packages .box-container .box:hover .content > * {
  color: #54c097;
}
/*  */





.packages .box-container .box:hover .btn {
  border-color: #fff;
}

/*  */
.packages .box-container .box1:hover .btn {
  border-color: #0f0f0f;
  
}
/*  */



.packages .box-container .box:hover .btn:hover {
  background: #fff;
  color: #10221b;
}


/*  */
.packages .box-container .box1:hover .btn:hover {
  background: #fff;
  color: #080808;
}
/*  */



.packages .box-container .box .content {
  padding: 2rem;
}


.packages .box-container .box1 .content h3 {
  font-size: 2rem; 
  color: #10221b;
}

/*  */


/* .packages .box-container .box1 .content a:hover h3 {
  
  color: #6b9474; 
 
} */


 

.packages .box-container .box1:hover .content a:hover h3 {
  /* color: #919186;  */
  color: #ffffff; 
 }


 .packages .box-container .box2:hover .content a:hover h3 {
  color: #ffffff; 
  /* color: #919186;  */
 }


 .packages .box-container .box3:hover .content a:hover h3 {
  /* color: #919186;  */
  color: #ffffff; 
 } 



/* .packages .box-container .box1 .content h3 {
  font-size: 2rem; 
  color: #be3b3b;
} */

.packages .box-container .box1 .content  h3{
  font-size: 2rem;
  color: #000000;
}


.packages .box-container .box2 .content h3 {
  font-size: 2rem; 
  color: #050505;
}


.packages .box-container .box3 .content h3 {
  font-size: 2rem; 
  color: #050505; 
}


/*  */


.packages .box-container .box .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}

/*  */
.packages .box-container .box1 .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}


.packages .box-container .box2 .content p {
  font-size: 1.5rem;
  color: #10221b;
  padding: 1rem 0;
  line-height: 2;
}


 
/*  */



.packages .box-container .box .content .price {
  font-size: 2rem;
  color: #219150;
}


/*  */
.packages .box-container .box1 .content .price {
  font-size: 2rem;
  color: #676d6a;
}


.packages .box-container .box2 .content .price {
  font-size: 2rem;
  
  color: #676d6a;
}


 
/*  */

/************package 10/16/2024*****************/