/* ///////////// About-page-css ////////////////// */
::selection,
::-webkit-selection,
::selection {
  background: #008F9E;
  color: #ffffff;
  outline: none;
}

p,
th,
td,
li,
label,
input,
output,
blockquote,
span {
  font-family: 'poppinsregular';
  font-size: 16px;
  line-height: 28px;
  color: #272727;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}
h1, h1 > a {
  font-family: 'poppinsregular';
  font-size: 76px;
  line-height: 86px;
  color: #002B2F;
  font-style: normal;
  text-align: left;
  margin-top: -2px;
}
.bg-about-img {
  background-image: url('../images/aboutus-pages/about_us_slider.webp');
  background-size: cover;
  background-position: center center;
  padding: 260px;
}

.about-header {
  background-color: #F4FEFF !important;
  padding: 0px 0px;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 9999;
  border-bottom: 1px solid #DDD;
}

.about-slttl {
  font-size: 35px;
  font-family: 'poppinssemibold';
  line-height: 47px;
  text-align: center;
  color: #fff;
}

.about-p {
  color: #272727;
  margin-top: 20px;
  line-height: 25px;
}

.about-design {
  padding: 60px 200px 60px 200px;
}

.a-design {
  padding: 60px 0px 60px 0px;
}

.founder {
  background-color: #008F9E;
  border-radius: 50px;
  width: 30%;
  margin: auto;
  padding: 13px 10px 7px 10px;
  left: 50%;
  transform: translate(-50%, -60%);
  position: absolute;
}

.founder-img {
  position: relative !important;
}

.founder h5 {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
}

.founder p {
  text-align: center;
  color: #fff;
  font-size: 13px;
}

/* /////////////////////////////////////////////// */

.slider:nth-of-type(n+3) .slick-slide {
  background: #9c6;
}

.slider:nth-of-type(n+5) .slick-slide {
  background: #69c;
}

.slider-nav {
  margin-bottom: 12px;
}

.slider-nav .slick-current,
.slider-nav .slick-slide:hover {
  cursor: pointer;
}

.value {
  color: #575757;
  font-weight: 800;
  font-size: 16px;
  line-height: 25px !important;
}

.value-h1 {
  color: #002B2F;
  font-size: 35px;
  font-family: 'poppinsbold';
  line-height: 43px;
  margin-bottom: 15px;
}

.value-p {
  color: #272727;
  font-size: 16px;
  line-height: 25px;
}

.js .slider-single>div:nth-child(1n+2) {
  display: none
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
  display: block
}

.slider-single h3 {
  line-height: 10rem;
}

.slider-nav h3::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.slider-nav-one div {
  border-top: 4px solid transparent;
}

.slick-slide.slick-slide h6 {
  border-top: 5px solid white;
}

.slick-slide.slick-slide-one.is-active h6 {
  border-top: 5px solid #005062;
}

.slick-slide-one {
  padding-right: 50px;
}

.slick-slide.slick-slide-two.is-active h6 {
  border-top: 5px solid #0655FF;
}

.slick-slide-two {
  padding-right: 50px;
}

.slick-slide.slick-slide-three.is-active h6 {
  border-top: 5px solid #FFDE06;
}

.slick-slide-three {
  padding-right: 50px;
}

.slick-slide.slick-slide-four.is-active h6 {
  border-top: 5px solid #F80066;
}

.slick-slide-for {
  padding-right: 50px;
}

.slider-h6 {
  padding: 30px 0px 0px 0px;
  color: #8B8B8B;
}

.slider-nav {
  margin-top: 60px;
}

.slider-h4 {
  padding-top: 10px;
  color: #8B8B8B;
  font-weight: 600;
  font-size: 16px;
}

.slick-slide.is-active h4 {
  color: #002B2F !important;
}

.slider-nav h3 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
  cursor: pointer;
}

.slick-slide.is-active h3 {
  color: #c00;
  background-color: #fff
}

.slick-arrow {
  display: block !important;
}

.slick-next::before {
  content: "\f061";
  font-size: 25px !important;
  font-family: "fontawesome";
  color: #002B2F;
}

.slick-prev::before {
  content: "\f060";
  font-size: 18px !important;
  font-family: "fontawesome";
  color: #002B2F;
  font-size: 2.2rem;
  transition: 0.2s;
  color: #002B2F;
}

.slick-next::before {
  font-size: 18px !important;
  transition: 0.2s;
  color: #002B2F;
}

.slick-arrow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 20px;
  background-color: #D9DFE0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slick-prev {
  margin-left: -20px;
}

.slick-next {
  right: 0px;
}

.slider-single {
  position: relative;
}

.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 5 !important;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #D9DFE0;
  color: #002B2F;
}

/* about */
.core-value .card {
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);
  border: none;
  padding: 20px;
  border-radius: 15px;
}

.core-value .card-body {
  padding: 20px 0px;
}

.core-value h1 {
  text-align: center;
}

.community .card-body {
  padding: 20px 0px;
}

.community .card {
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.10);
  border: none;
  padding: 30px;
  border-radius: 15px;
  align-items: center;
}

.community .ocphead {
  text-align: center;
}

.community h1 {
  text-align: center;
}

.community-img {
  width: 20%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.community {
  margin-bottom: 100px;
}

.codes1 {
  position: absolute;
  top: -20px;
  left: 180px;
}

.codes2 {
  position: absolute;
  bottom: -20px;
  right: 180px;
}

.w-80 {
  width: 80%;
}

.review-txt {
  display: flex;
  align-items: end;
  flex-direction: column;
}

.review-txt {
  margin-right: 150px;
}

#read {
  color: #008F9E;
}

#more {
  display: none;
}

.a-design button {
  background: none;
  border: none;
  padding: 10px 0px 0px 0px;
  color: #008F9E !important
}

@media (min-width:768px) and (max-width:1024.98px) {
  .hero-content h1 {
    font-size: 30px;
    margin-bottom: 20px !important
  }

  .community-img {
    width: 35%;
  }
}

@media (min-width: 768px) and (max-width: 1024.98px) {
  .a-design {
    padding: 50px 0px 80px 0px !important;
  }

  .aboutus_img {
    width: 80% !important;
    margin-top: 20px;
  }

  .hero {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .codes1 {
    position: absolute;
    top: -20px;
    left: 43px;
  }

  .codes2 {
    position: absolute;
    bottom: -20px;
    right: 115px;
  }

  .review-txt {
    margin-right: 115px;
  }

  .core-value .card {
    border-radius: 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .codes1 {
    position: absolute;
    top: -20px;
    left: 30px;
  }

  .codes2 {
    position: absolute;
    bottom: -20px;
    right: 30px;
  }

  .review-txt {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .codes1 {
    position: absolute;
    top: -20px;
    left: 0px;
  }

  .codes2 {
    position: absolute;
    bottom: -20px;
    right: 0px;
  }

  .review-txt {
    margin-right: 0px;
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 570px) {
  .codes1 {
    position: absolute;
    top: -20px;
    left: 10px;
  }

  .codes2 {
    position: absolute;
    bottom: -20px;
    right: 10px;
  }

  .review-txt {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .mission__content {
    padding-top: 20px;
  }

  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mission-img {
    margin-top: 20px;
  }

  .community {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-content h1 {
    max-width: 80%;
    margin-bottom: 25px;
  }

  .hero {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .codes1 {
    width: 30px;
    position: absolute;
    top: -20px;
    left: 20px;
  }

  .codes2 {
    width: 30px;
    position: absolute;
    bottom: -20px;
    right: 20px;
  }

  .review-txt {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .codes1 {
    width: 20px;
    position: absolute;
    top: -30px;
    left: 20px;
  }

  .codes2 {
    width: 20px;
    position: absolute;
    bottom: -20px;
    right: 20px;
  }
}

@media only screen and (max-width: 5444px) {
  .hero-content h1 {
    padding-top: 20px !important;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .hero-content h1 {
    max-width: 100%;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px !important;
    margin-top: 40px !important;
  }

  .hero {
    padding-bottom: 20px !important;
  }

  .aboutus_img {
    margin-top: 20px;
  }
}

@media (min-width:320px) and (max-width:442.98px) {
  .aboutus_img {
    width: 80% !important;
  }
}

@media (min-width:443px) and (max-width:544.98px) {
  .aboutus_img {
    width: 80% !important;
  }
}

@media (min-width:545px) and (max-width:767.98px) {
  .aboutus_img {
    width: 80% !important;
  }
}

@media (min-width:1025px) and (max-width:1199.98px) {
  .aboutus_img {
    width: 80% !important;
  }
}

.position-absolute {
  z-index: -99;
}

@media only screen and (max-width: 5444px) {
  .hero-content h1 {
    padding-top: 20px !important;
  }
}

@media (min-width: 320px) and (max-width: 442.98px) {

  .a-design,
  h1,
  .value {
    text-align: center !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
  }
}

@media (min-width:320px) and (max-width:767px) {
  .deskhero {
    display: none !important;
  }
  
}

.deskhero {
  display: block;
}

@media (min-width:320px) and (max-width:442.98px) {
  .about-slttl {
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: 0px !important;
  }

  .bg-about-img {
    padding: 100px 0px 50px 0px !important;
  }

  .about-design {
    padding: 10px !important;
  }

  .mission h1 {
    text-align: center !important;
  }

  .mission {
    margin: 30px 0px 30px 0px;
  }

  .about-p {
    margin-top: 8px;
    text-align: center;
  }

  .slick-slide p {
    padding: 0px 40px 0px 40px !important;
  }

  .a-design {
    padding: 50px 0px 70px 0px !important;
  }

  .a-design,
  h1,
  .value {
    text-align: center !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
  }

  .aboutus-img {
    width: 80% !important;
  }

  .founder {
    width: 65% !important;
  }

  .value-h1 {
    font-size: 30px !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
  }

  .slick-prev {
    margin-left: 20px !important;
  }

  .slider-h4 {
    text-align: left;
  }

  .slick-prev {
    z-index: 999 !important;
  }

  .value-p {
    text-align: center;
  }

  .about-p {
    margin-top: 10px !important;
    font-size: 16px;
  }

  .slider-h6,
  .slider-h4 {
    text-align: center;
  }

  .slick-slide-two,
  .slick-slide-three,
  .slick-slide-four {
    padding-right: 0px !important;
  }

  .about-img-se {
    margin-top: 15px !important;
  }

  .slider-nav {
    margin-top: 30px !important;
  }
}

@media (min-width:443px) and (max-width:544.98px) {

  .about-slttl {
    font-size: 18px !important;
    line-height: 23px !important;
    letter-spacing: 0px !important;
  }

  .bg-about-img {
    padding: 100px 0px 50px 0px !important;
  }

  .about-design {
    padding: 10px !important;
  }

  .mission h1 {
    text-align: center !important;
  }

  .mission {
    margin: 30px 0px 30px 0px;
  }

  .about-p {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
  }

  .slick-slide p {
    padding: 0px 40px 0px 40px !important;
  }

  .a-design {
    padding: 50px 0px 70px 0px !important;
  }

  .a-design,
  h1,
  .value {
    text-align: center !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
  }

  .aboutus-img {
    width: 80% !important;
  }

  .founder {
    width: 65% !important;
  }

  .value-h1 {
    font-size: 30px !important;
    padding: 10px 10px;
  }

  .slick-prev {
    margin-left: 20px !important;
  }

  .slider-h4 {
    text-align: left;
  }

  .slick-prev {
    z-index: 999 !important;
  }

  .value-p {
    text-align: center;
  }

  .about-p {
    margin-top: 10px !important;
    font-size: 16px;
  }

  .slider-h6,
  .slider-h4 {
    text-align: center;
  }

  .slick-slide-two,
  .slick-slide-three,
  .slick-slide-four {
    padding-right: 0px !important;
  }

  .about-img-se {
    margin-top: 15px !important;
  }
}

@media (min-width:545px) and (max-width:767.98px) {
  .about-slttl {
    font-size: 24px !important;
    line-height: 35px !important;
    letter-spacing: 0px !important;
  }

  .bg-about-img {
    padding: 100px 0px 50px 0px !important;
  }

  .about-design {
    padding: 10px !important;
  }

  .mission h1 {
    text-align: center !important;
  }

  .mission {
    margin: 30px 0px 30px 0px;
  }

  .about-p {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
  }

  .slick-slide p {
    padding: 0px 40px 0px 40px !important;
  }

  .a-design {
    padding: 50px 0px 80px 0px !important;
  }

  .a-design,
  h1,
  .value {
    text-align: center !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
  }

  .aboutus-img {
    width: 80% !important;
  }

  .founder {
    width: 65% !important;
  }

  .value-h1 {
    font-size: 30px !important;
    padding: 10px 10px;
  }

  .slick-prev {
    margin-left: 20px !important;
  }

  .slider-h4 {
    text-align: left;
  }

  .slick-prev {
    z-index: 999 !important;
  }

  .value-p {
    text-align: center;
  }

  .slider-nav-one {
    margin-top: 50px !important;
  }

  #mainNav {
    padding: 20px 0px;
  }

  .about-p {
    margin-top: 10px !important;
    font-size: 16px;
  }

  .slider-h6,
  .slider-h4 {
    text-align: center;
  }

  .slick-slide-two,
  .slick-slide-three,
  .slick-slide-four {
    padding-right: 0px !important;
  }

  .about-img-se {
    margin-top: 15px !important;
  }
}

@media (min-width:768px) and (max-width:1024.98px) {
  .about-slttl {
    font-size: 24px !important;
    line-height: 35px !important;
    letter-spacing: 0px !important;
  }

  .bg-about-img {
    padding: 130px 0px 50px 0px !important;
  }

  .about-design {
    padding: 10px !important;
  }

  .mission h1 {
    text-align: center !important;
  }

  .mission {
    margin: 30px 0px 30px 0px;
  }

  .about-p {
    margin-top: 8px;
    text-align: center;
  }

  .slick-slide p {
    padding: 0px 40px 0px 40px !important;
  }

  .a-design {
    padding: 50px 0px 80px 0px !important;
  }

  .a-design,
  h1,
  .value {
    text-align: center !important;
    text-align: center !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
  }

  .aboutus-img {
    width: 80% !important;
  }

  .founder {
    width: 65% !important;
  }

  .value-h1 {
    font-size: 30px !important;
    padding: 10px 10px;
  }

  .slick-prev {
    margin-left: 20px !important;
  }

  .slider-h4 {
    text-align: left;
  }

  .slick-prev {
    z-index: 999 !important;
  }

  .value-p {
    text-align: center;
  }

  .slider-nav-one {
    margin-top: 50px !important;
  }

  /* .navbar{padding-top:20px; padding-bottom:20px;} */
  .about-p {
    margin-top: 10px !important;
    font-size: 16px;
  }

  .slider-h6,
  .slider-h4 {
    text-align: left;
  }

  .slick-slide-one,
  .slick-slide-two,
  .slick-slide-three,
  .slick-slide-four {
    padding-right: 0px !important;
  }

  .about-img-se {
    margin-top: 15px !important;
  }

  .slick-slide.slick-slide-two.is-active h6 {
    border-top: 5px solid #0655FF !important;
  }
}

@media (min-width:1025px) and (max-width:1199.98px) {
  .about-slttl {
    font-size: 41px !important;
    line-height: 58px !important;
    letter-spacing: 0px !important;
  }

  .bg-about-img {
    padding: 100px 0px 50px 0px !important;
  }

  .about-design {
    padding: 10px !important;
  }

  .mission h1 {
    text-align: center !important;
  }

  .mission {
    margin: 30px 0px 30px 0px;
  }

  .about-p {
    margin-top: 8px;
    text-align: left;
  }

  .a-design h1 {
    text-align: left !important;
  }

  .slick-slide p {
    padding: 0px 40px 0px 40px !important;
  }

  .a-design {
    padding: 50px 0px 50px 0px !important;
  }

  .a-design,
  h1,
  .value {
    text-align: left !important;
  }

  .aboutus-img {
    width: 80% !important;
  }

  .founder {
    width: 65% !important;
  }

  .value-h1 {
    font-size: 30px !important;
    padding: 10px 10px;
  }

  .slick-prev {
    margin-left: 20px !important;
  }

  .slider-h4 {
    text-align: left;
  }

  .slick-prev {
    z-index: 999 !important;
  }

  .value-p {
    text-align: left;
  }

  .value-h1,
  .value {
    padding-left: 35px;
  }

  .slider-nav-one {
    margin-top: 50px !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .foothrmob {
    margin: 10px 0px 20px;
  }
}

@media only screen and (max-width: 991px) {

  p,
  th,
  td,
  li,
  label,
  input,
  output,
  blockquote,
  span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (min-width: 320px) and (max-width: 767px){
.slttl {
  font-size: 24px;
  line-height: 40px;
}
}
@media only screen and (max-width: 991px){
h1, h1 > a {
  font-family: 'poppinsregular';
  font-size: 54px;
  line-height: 64px;
  color: #002B2F;
  font-style: normal;
  text-align: left;
  margin-top: -4px;
}
}
h2{
color:#002B2F
}
