h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}


/* eleoc-iconbox-section-s1*/


.eleoc-iconbox-item-s1 {
  width: 270px;
  height: 270px;
  box-shadow: 0px 22px 60px 0px rgb(37 48 65 / 5%);
  background: #e4f0ff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1199px) {

  .eleoc-iconbox-item-s1 {
    width: 230px;
    height: 230px;
  }
}

@media (max-width: 991px) {

  .eleoc-iconbox-item-s1 {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 575px) {

  .eleoc-iconbox-item-s1 {
    margin: 0 auto;
    width: 130px;
    height: 130px;
  }
}



.eleoc-iconbox-item-s1 .elementsocean-iconbox-title,
.eleoc-iconbox-item-s1 .elementsocean-iconbox-title a {
  font-size: 22px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  color: #333;
  line-height: unset;
}

@media (max-width: 991px) {

  .eleoc-iconbox-item-s1 .elementsocean-iconbox-title,
  .eleoc-iconbox-item-s1 .elementsocean-iconbox-title a {
    margin-top: 15px;
    font-size: 15px;
  }
}

.eleoc-iconbox-item-s1 .eleoc-iconbox-icon svg {
  width: 65px;
  height: initial;
  fill: #333;
  height: unset;
}

.eleoc-iconbox-item-s1 .eleoc-iconbox-icon i {
  font-size: 60px;
  line-height: 1;
}

@media (max-width: 991px) {

  .eleoc-iconbox-item-s1 .eleoc-iconbox-icon svg {
    max-width: 30%;
  }
}

.eleoc-iconbox-item-s1.active {
  background: #0052da;
  position: relative;
}

@media (max-width: 991px) {

  .eleoc-iconbox-item-s1.active {
    top: 0px;
  }
}


/* eleoc-iconbox-section-s2 */


.eleoc-iconbox-item-s2 {
  box-shadow: 0px 2px 10.2px 1.8px rgba(33, 33, 33, 0.05);
  padding: 55px 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .eleoc-iconbox-item-s2 {
    padding: 55px 25px;
  }
}

@media (max-width: 767px) {
  .eleoc-iconbox-item-s2 {
    padding: 35px 15px;
  }
}

.eleoc-iconbox-item-s2 .eleoc-iconbox-icon {
  margin-bottom: 20px;
}

.eleoc-iconbox-item-s2 .eleoc-iconbox-icon svg {
  height: unset;
}

.eleoc-iconbox-item-s2 .elementsocean-iconbox-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: unset;
}

.eleoc-iconbox-item-s2 .elementsocean-iconbox-title a {
  color: #253041;
}

.eleoc-iconbox-item-s2 .elementsocean-iconbox-title a:hover {
  color: #0052da;
}


.eleoc-iconbox-item-s2 .floting-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: -1;
  opacity: 0.09;
}

.eleoc-iconbox-item-s2 .floting-icon svg {
  width: 140%;
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  height: unset;
}


/* eleoc-iconbox-section-s3 */

.wpo-features-section {
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  .wpo-features-section {
    padding-bottom: 0;
  }
}

.wpo-features-section .wpo-features-item {
  text-align: center;
  padding: 40px;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.2);
  padding-top: 0;
  border-radius: 15px;
  max-width: 310px;
  margin: 0 auto;
  margin-bottom: 70px;
}

@media (max-width: 1400px) {
  .wpo-features-section .wpo-features-item {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .wpo-features-section .wpo-features-item {
    padding: 20px;
  }
}

.wpo-features-section .wpo-features-item .wpo-features-icon {
  width: 150px;
  height: 150px;
  background: #caf7f2;
  line-height: 150px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  top: -75px;
}

.wpo-features-section .wpo-features-item .wpo-features-icon i {
  font-size: 60px;
  color: #5dc4b8;
  line-height: 149px;
}

.wpo-features-section .wpo-features-item .wpo-features-text {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .wpo-features-section .wpo-features-item .wpo-features-text {
    margin-top: -60px;
  }
}

.wpo-features-section .wpo-features-item .wpo-features-text h2 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-features-section .wpo-features-item .wpo-features-text h2 {
    font-size: 20px;
  }
}

.wpo-features-section .wpo-features-item .wpo-features-text h2 a {
  color: #212158;
}

.wpo-features-section .wpo-features-item .wpo-features-text h2 a:hover {
  color: #ef5f34;
}

.wpo-features-section .wpo-features-item .wpo-features-text p {
  margin-bottom: 0;
  font-size: 17px;
  margin-bottom: 22px;
}

.wpo-features-section .wpo-features-item .wpo-features-text a.read {
  font-size: 18px;
  color: #212158;
  font-family: "Roboto Slab", serif;
}

.wpo-features-section .wpo-features-item .wpo-features-text a.read:hover {
  color: #ef5f34;
}

.wpo-features-section .col:nth-child(2) .wpo-features-item .wpo-features-icon {
  background: #fde4dd;
}

.wpo-features-section .col:nth-child(2) .wpo-features-item .wpo-features-icon {
  color: #ef5f34;
}

.wpo-features-section .col:nth-child(3) .wpo-features-item .wpo-features-icon {
  background: #d2ecf4;
}

.wpo-features-section .col:nth-child(3) .wpo-features-item .wpo-features-icon {
  color: #2eb1dc;
}

.wpo-features-section .col:nth-child(4) .wpo-features-item .wpo-features-icon {
  background: #fdf3e0;
}

.wpo-features-section .col:nth-child(4) .wpo-features-item .wpo-features-icon {
  color: #e89800;
}


/* eleoc-iconbox-section-s4*/


.eleoc-iconbox-item-s3 {
  box-shadow: 0px 4px 10px 3px rgba(21, 3, 131, 0.05);
  border-radius: 10px;
  padding: 60px 40px;
}

@media (max-width: 1200px) {
  .eleoc-iconbox-item-s3 {
    padding: 40px 25px;
  }
}

.eleoc-iconbox-item-s3 .eleoc-iconbox-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  box-shadow: 3px 4px 15px 5px rgba(21, 3, 131, 0.04);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eleoc-iconbox-item-s3 .eleoc-iconbox-icon svg {
  width: 50px;
  height: unset;
}

.eleoc-iconbox-item-s3 .elementsocean-iconbox-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 115.3%;
  margin-bottom: 15px;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .eleoc-iconbox-item-s3 .elementsocean-iconbox-title {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .eleoc-iconbox-item-s3 .elementsocean-iconbox-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.eleoc-iconbox-item-s3 .elementsocean-iconbox-title a {
  color: #222222;
}

.eleoc-iconbox-item-s3 .elementsocean-iconbox-title a:hover {
  color: #FE693E;
}

.eleoc-iconbox-item-s3 p {
  margin-bottom: 0px;
}




/* eleoc-iconbox-section-s5 */
.eleoc-iconbox-section-s5 {
  padding-bottom: 90px;
  background: #713735;
}

.eleoc-iconbox-section-s5 {
  text-align: center;
  padding-left: 40px;
}

@media (max-width: 1200px) {
  .eleoc-iconbox-section-s5 {
    padding-left: 10px;
  }
}

@media (max-width: 991px) {
  .eleoc-iconbox-section-s5 {
    padding-left: 0px;
    padding-bottom: 60px;
  }
}

@media (max-width:767px) {
  .eleoc-iconbox-section-s5 {
    padding-bottom: 50px;
  }
}

.eleoc-iconbox-section-s5 .eleoc-iconbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  background: #7E3E3C;
  margin-bottom: 30px;
}




.eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-icon {
  margin-right: 20px;
}

.eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-icon .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #713735;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-icon .icon {
  font-size: 40px;
}

.eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 138.5%;
  color: #fff;
  cursor: pointer;
}

.eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text h3 a {
  color: #fff;
}

@media (max-width: 1650px) {
  .eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text h3 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text h3 {
    font-size: 20px;
  }
}

.eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 138.5%;
  color: #EDB9B8;
}

@media (max-width: 1200px) {
  .eleoc-iconbox-section-s5 .eleoc-iconbox-item .eleoc-iconbox-text span {
    font-size: 16px;
  }
}