/* Base CSS */
.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

a:focus {
  outline: 0 solid;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #002c45;
  font-family: "Inter", sans-serif;
}

body {
  color: #737fc7;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 25px;
}

@font-face {
  font-family: "Demo";
  src: url("../../../../assets/fonts/Demo-Regular.woff2") format("woff2"),
    url("../../../../assets/fonts/Demo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Demo";
  src: url("../../../../assets/fonts/Demo-Medium.woff2") format("woff2"),
    url("../../../../assets/fonts/Demo-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Demo";
  src: url("../../../../assets/fonts/Demo-Extralight.woff2") format("woff2"),
    url("../../../../assets/fonts/Demo-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: 0;
  outline: 5px auto -webkit-focus-ring-color;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/*--------------- Breadcrumb section css Start ---------------*/
.breadcrumb__section {
  background: #f6f6f6;
  padding-top: 40px;
  border-bottom: 1px solid#CBD3D9;
  padding-bottom: 10px;
}
.breadcrumb__btn a {
  font-size: 18px;
  color: #00b5d3;
  font-weight: 400;
  padding-right: 8px;
  text-decoration: underline;
}

.breadcrumb__btn {
  margin-bottom: 37px;
}
.breadcrumb__content__blk h2 {
  font-size: 54px;
  color: #002b46;
  font-weight: 700;
  margin: 0;
}

.breadcrumb__content__blk {
  margin-bottom: 40px;
}
.breadcrumb__finds__blk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile__search__bar {
  display: none;
}
.site__product ul li a {
  font-size: 24px;
  color: #002c45;
  font-weight: 400;
  text-decoration: none;
  display: block;
  padding: 15px 0;
}

.site__product ul li {
  display: inline-block;
  margin-right: 64px;
  position: relative;
}
.single__input input {
  width: 202px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #a8a8a8;
  background-color: #fff;
  font-size: 18px;
  color: #a8a8a8;
  text-align: center;
  padding: 13px 0px 13px 10px;
}

.site__search__input {
  position: relative;
}
.single__input button {
  position: absolute;
  left: 7px;
  top: 12px;
  border: 0;
  background: none;
}
.breadcrumb__btn a i {
  color: #002b46;
  position: relative;
  left: 4px;
  top: 1px;
}
.site__product ul li.active a {
  color: #00b5d3;
}
.site__product ul li.active a::before {
  position: absolute;
  background: #00b5d3;
  width: 100%;
  height: 4px;
  content: "";
  bottom: 6px;
}

.site__product {
  margin-bottom: -29px;
}

/*--------------- Breadcrumb section css End ---------------*/

/*--------------- About page css Start ---------------*/

.share_button {
  text-align: right;
}
.share_button a {
  font-size: 18px;
  color: #00b5d3;
  font-weight: 400;
  text-decoration: underline;
}
.share_button a i {
  margin-right: 11px;
}

/*--------------- About area css Start ---------------*/

.about__area {
  background-size: cover;
  background-position: center;
  height: 471px;
  display: flex;
  position: relative;
}
.bg-img-header-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .about__area {
    min-height: 471px;
  }
}
.about__content h1 {
  font-size: 64px;
  color: #fff;
  line-height: 66px;
  margin: 0;
  font-weight: 400;
  font-family: "Demo";
}

/*--------------- About area css End ---------------*/

/*--------------- Story area css Start ---------------*/
.story__area {
  padding: 72px 0;
}
.section__title h2 {
  font-size: 64px;
  font-weight: 400;
  font-family: "Demo";
  margin-bottom: 14px;
  line-height: 1;
}

.section__title p {
  font-size: 22px;
  color: #002b46;
  font-weight: 400;
  line-height: 29px;
  margin: 0;
}

.section__title img {
  width: 85px;
  max-width: 85px;
}

.section__title {
  margin-bottom: 40px !important;
  max-width: 894px;
  margin: 0 auto;
}
.story__blk {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}


.animation-zoom:hover  {
  transition: 0.25s all!important;
  transform: scale(1.1)!important;
  /*cursor: pointer !important;*/
}

.story__thumb {
  width: 100%;
  position: relative;
  border-radius: 5px;
  max-height: 674px;
  box-sizing: border-box;
  line-height: 24px;
  text-align: start;
  object-fit: cover;
  display: inline-block;
  overflow: hidden;
}
.story__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-sizing :border-box;
  display: block;
  line-height: 24px;
  text-align :start;
  vertical-align: middle;
}

.venobox:hover~.story__thumb img{
  /* transition: 0.25s all!important; */
  /* transform: scale(1.1)!important; */
}

.video__blk  {
  position: relative;

}

.video__blk a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -86%);
  background: #00b5d3;
  width: 104px;
  height: 104px;
  display: inline-block;
  line-height: 104px;
  border-radius: 50%;
  color: #fff;
  font-size: 37px;
  margin-bottom: 16px;
}





img.play-icon {
  width: 70px;
  height: auto;
  object-fit: cover;
  margin-left: 2px;
  margin-bottom: 5px;
}
.video__blk p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
/*--------------- Story area css End ---------------*/

/*--------------- Mission area css Start ---------------*/
.mission__area {
  background: #f8f8f8;
  padding: 72px 0;
}
@media (min-width: 768px) {
  .mission__area .section__title {
    margin-bottom: 0px !important;
  }
}

.mission__area:has(.mission-data-row) .section__title {
  margin-bottom: 72px !important;
}
@media (max-width: 768px) {
  .mission__area:has(.mission-data-row) .section__title {
    margin-bottom: 42px !important;
  }
}
.mission__number span {
  font-size: 100px;
  color: #00b5d3;
  font-family: "Demo";
  font-weight: 200;
  margin-bottom: 50px;
  display: block;
}
.mission__inner p {
  font-family: Inter;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
}

.mission__inner p span {
  position: absolute;
  margin-left: -25px;
}

.mission__inner p span img {
  width: 20px;
  height: 20px;
}

.mission__blk {
  text-align: center;
}
/*--------------- Mission area css End ---------------*/

/*--------------- Commitments area css Start ---------------*/
.commitments__area {
  padding-top: 72px;
  padding-bottom: 72px;
}
.commitments__content h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #002b46;
  margin-bottom: 8px;
}
.commitments__content p {
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 8px;
}

.commitments__content a {
  color: #002c45;
  text-decoration: underline;
  font-size: 18px;
  display: block;
}

.commitment__thumb {
  height: 216px;
  width: 100%;
  margin-bottom: 24px;

  box-sizing :border-box;
  display: block;
  line-height: 24px;
  overflow-x :hidden;
  overflow-y :hidden;
  text-align :start;
  object-fit: cover;
}
.commitment__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  box-sizing :border-box;
  display: block;
  line-height: 24px;
  text-align :start;
  vertical-align: middle;
}
/*--------------- Commitments area css End ---------------*/

/*--------------- Quality section css Start ---------------*/
.quality__serction {
  padding-top: 60px;
  padding-bottom: 60px;
}

.quality__thumb {
  width: 100%;
  height: 311px;
}
.quality__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.quality__all__content h4 {
  font-family: Inter;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 16px;
}
.quality__all__content h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  margin-bottom: 16px;
}
.quality__all__content p {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin: 0;
}
.quality__block {
  margin-bottom: 40px;
}

/*--------------- Quality section css End ---------------*/

/*--------------- Advice section  Start ---------------*/
.advice__section.tr {
  padding-top: 0;
}
@media (min-width: 768px) {
  .mission__area + .advice__section {
    margin-top: 64px;
  }
}
.advice__section {
  padding-bottom: 64px;
  padding-top: 8px;
}
.advice__main__block {
  min-height: 106px;
  /* padding: 24px 268px 24px 267px; */
  padding-top: 24px;padding-bottom: 33px;border-radius: 5px;
  background-color: #00b5d3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.advice__content__blk p {
  
  
  
  position: relative;
  margin: 0;
  margin-right: 40px;
  padding-left: 47px;
  line-height: 26px;
  display: flex;
  align-items: start;
  justify-content: center;
max-width: 460px;font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;}
.advice__content__blk p span {
  position: relative;
  min-width: 40px;
  left: 0;
  margin-right: 17px;
transform: translateY(-3px);}

.advice__content__blk p span img {
  min-width: 44px;
}

.advice__btn {
  min-width: fit-content;
}

.advice__btn a , .advice__btn button {
  background-color: #fff;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 5px;
  border: solid 1px var(--turquoise-blue);
  color: #00b5d3;
  font-size: 18px;
  font-weight: 400;
}

/*--------------- Advice section  End ---------------*/
.mission__inner p img{
  width: 20px;
  margin-right: 7px;
}

@media (max-width: 768px) {
  .advice__main__block {
    flex-direction: column;
  }
  .advice__section {
    padding-bottom: 0;
  }
  .about__area {
    height: 300px !important;
  }
  .mission__area {
    padding-top: 30px !important;
    padding-bottom: 0;
  }
  .mission__number span {
    font-size: 64px !important;
    margin-bottom: 38px;
  }

  .commitments__content h4 {
    font-family: Inter;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }

  .commitments__content a {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }
  .quality__thumb {
    height: 210px !important;
  }

  .articles-title {
    text-align: left !important;
    margin-bottom: 15px !important;
  }

  .quality__all__content h5 {
    font-size: 24px !important;
  }
  .about__content h1 {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  .mission__inner p {
    margin-bottom: 0;
  }

    .mission__inner p {
      display: flex;
      justify-content: center;
      align-content: center;
      column-gap: 8px;

      font-family: Inter;
      font-size: 16px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #002b46;
      word-break: break-word;
    }

    .mission-data-row {
      row-gap:80px;
    }

    .mission__inner p img{
      margin-bottom: 32px;
      margin-right: unset;
      width: 20px;
    }

  .commitments__area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .quality__serction {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .commitment__blk {
    margin-bottom: 30px;
  }
  .commitment__thumb img {
    border-radius: 5px;
  }

  .section__title h2 {
    font-size: 48px;
  }
  .story__thumb {
    height: 300px;
  }
}

@media (max-width: 540px) {
  .about__area {
    height: 215px !important;
  }

  .story__area {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pre-img-container {
    margin-bottom: 220px;
  }

  .quality__thumb {
    position: absolute;
    left: 0;
  }

  .quality__thumb img {
    border-radius: 0;
  }
  .section__title img {
    margin-bottom: 16px;
  }

  .section__title h2 {
    font-family: Demo;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #002c45;
  }

  .section__title p {
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #002c45;
  }
  .story__thumb {
    height: 189px;
  }

  .video__blk {
    display: flex;
    flex-direction: column;
  }

  .video__blk a {
    width: 45px;
    height: 45px;
    display: flex;
    align-self: center;
  }
  img.play-icon {
    padding-top: 5px;
  }

  .fa-play {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .fa-play:before {
    font-size: 20px;
  }
  .video__blk p {
    font-size: 16px;
  }
}

/*--------------- About page css End ---------------*/

.page-template-about-page .header-bottom {
  display: none !important;
}

@media (max-width: 768px) {
  .advice__main__block {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 0;
  }
  .advice__content__blk {
    margin-bottom: 40px;
  }

  .advice__section > .container {
    padding: 0;
  }

  .advice__btn {
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .advice__btn a ,
  .advice__btn button {
    background-color: #fff;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 5px;
    border: solid 1px var(--turquoise-blue);
    color: #00b5d3;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
  }{
    text-align: center;
    width: 60%;
  }

  .advice__content__blk p {
    align-items: flex-start;
  padding-left: 20px;font-family: Demo;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fff;}
}

@media (max-width: 768px) {
  .advice__btn a ,
  .advice__btn button {
    background-color: #fff;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 5px;
    border: solid 1px var(--turquoise-blue);
    color: #00b5d3;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .mission-data-row {
    padding-left: 20px;
  padding-right: 20px;}
}
