.center1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center11 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.center2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "varela round";
  text-align: center;
  color: #4b4a49;
}

.center3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "roboto";
  text-align: center;
  color: #4b4a49;
}

.center4 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: "roboto";
  padding-top: 10px;
  color: #028a46;
  text-align: center;
}

.center100 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#adco1 {
  padding: 60px 0 40px 0;
}

#adco1 .box {
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 10px 10px;

  background: #ffffff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
  background-image: url("assets/images/FOUNDERS/22.jpg");
}

#adco1 .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#adco1 .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#adco1 .icon i {
  font-size: 36px;
  line-height: 1;
}

#adco1 .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#adco1 .title a {
  color: #fd3939;
}

#adco1 .box:hover .title a {
  color: #f5387d;
}

#adco1 .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

#adco1 .box:hover .title a {
  color: #f5387d;
}

/* .bg2 {
  background-image: ;

  background-color: rgb(18, 148, 66);
} */

#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

/*
#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  /* color: #000; 
  color: #bc2124;
}*/

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: regular;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

.bline {
  border-bottom: 5px solid;
  border-bottom-color: rgba(255, 188, 2, 0.918);
}

.paddiv {
  padding-top: 25%;
  padding-right: 25%;
  padding-bottom: 25%;
  padding-left: 25%;
}

.center111 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.imgcenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.t30 {
  font-family: "bahnschrift", sans-serif;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}

.center1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

/* Gallery Section
--------------------------------*/

#gallery {
  background: #fff;
  /*--padding: 60px 60px 60px 60px;--*/
  overflow: hidden;
}

#gallery .container-fluid {
  padding: 0px;
}

#gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}

#gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/* Gallery Section
--------------------------------*/

#gallery1 {
  background: #fff;
  /*--padding: 60px 60px 60px 60px;--*/
  overflow: hidden;
}

#gallery1 .container-fluid {
  padding: 0px;
}

#gallery1 .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#gallery1 .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}

#gallery1 .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#gallery1 .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#gallery1 .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.card36 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  margin: auto;
  text-align: center;
}

.title100 {
  color: grey;
  font-size: 18px;
}

button36 {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

a100 {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

button:hover,
a:hover {
  opacity: 0.7;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700

.dancing-script-<uniquifier > {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-size: 20px;
  font-weight: <weight>;
  font-style: normal;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 400 to 700

.dancing-script-<uniquifier > {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.bg {
  background-image: url(""), url("");
  background-color: #016930;
}

/* hide mobile version by default */
.logov .mobile {
  display: none;
}
/* when screen is less than 600px wide
     show mobile version and hide desktop */
@media (max-width: 991px) {
  .logov .mobile {
    display: inline-block;
  }

  .logov .desktop {
    display: none;
  }
}
