@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');
.read-more-box {
  position: relative;
  margin-bottom: 20px;
}

.read-more-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5em;
  -webkit-line-clamp: 7;
}

.read-more-content.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.read-more-toggle {
  display: none;
  background: none;
  border: none;
  color: #0073aa;
  font-weight: bold;
  cursor: pointer;
  padding-top: 10px;
}

.blog{
  padding: unset !important;
}

section.breadcrumb-area {
    background: #254a75;
   padding: 80px 0px;
}
.single section.breadcrumb-area {
    background: #a4c388;
}
section.breadcrumb-area h1 {
    font-size: 40px !important;
    font-family: Paytone One !important;
    font-weight: 400;
    color: #fff;
    }
section.breadcrumb-area hr{
    background: #2989ea;
    width: 600px;
    margin: 0 auto;}
   section.breadcrumb-area .inner-content{
    max-width: 700px;
      margin: 30px auto;
}

section.breadcrumb-area p.date {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-details-text-1 img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

section.service-cnt-editor {background: #bccbdc; padding-top: 50px !important;}
section.service-cnt-editor h3{font-size: 18px; text-transform: uppercase; color: #191a1a; font-weight: 400; line-height: 1.4;}
section.service-cnt-editor ul, section.service-cnt-editor ol {
    list-style: inside;
    margin-left: 14px;
}
section.service-cnt-editor li {
    list-style: unset !important;
    margin-bottom: 5px
}
.page-template-service-page-template .left-content h2 {
    font-size: 22px;
    color: #474747;
    border-bottom: 1px solid #2f6296ad;
    padding-bottom: 15px;
}
.page-template-service-page-template .left-content .para{font-size: 16px;
    font-weight: 400;
    line-height: 2em;}
    
    .intro-sec {
    background: #f7fbfe;
}

/* TESTIMONIALS CARDS  */
.testimonails-cards .card p{font-size: 15px; line-height: 1.2em;    line-height: 1.4;}
.testimonails-cards .card .rating ul{display: flex; border-bottom: 1px solid #2f6296;padding-bottom: 20px;}
.testimonails-cards .card .rating ul li i{color: #ffdd43; font-size: 16px; margin-left: 2px;}
.testimonails-cards .card {border-radius: unset !important;}
.testimonails-cards .card  .card-body {
    border: unset !important;
    min-height: 337px;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.cont-editor h2 {
    font-size: 21px;
    color: #191A1A;
    font-weight: 400;
}
.page-id-328 section.breadcrumb-area, .page-id-333 section.breadcrumb-area {
    background: #a4c388;
}

.page-id-156 .abt-daut-content {max-width: 650px; margin: 0 auto;}
.page-id-156 .content-edit .about-img img {
    padding-right: 173px !important;
    padding-left: 10px;
}
@media (max-width: 991px){.page-id-156 .content-edit .about-img img {
    padding-right: unset !important;
}}
/* .page-id-156 .abt-daut-content h2 {
    margin-top: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 50px;
    font-family: "Montserrat" !important;
    font-weight: 600;
    font-style: normal;
    letter-spacing: -0.028px;
    line-height: 1.4;
    padding: 0px;
    text-transform: none;
    color: var(--themeColorBlue);
} */
.page-id-156 .abt-daut-content .main-head p {margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: "Montserrat";
    color: var(--themeColorGreenDark);
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.4;
    padding: 0px;
    text-transform: uppercase;}

.page-id-156 .abt-daut-content h3{font-size: 1.5rem; font-weight: 700;  font-family: "Montserrat" !important;}
.page-id-156 .abt-daut-content ul.serv{list-style: !important;}
.page-id-156 .abt-daut-content ul.serv li{/* list-style: disc !important; */display: inline-block;/* margin-left: 10px; */padding: 0 10px;font-weight: 700;margin: 5px;border: 1px solid #e2e2e2;}
@media (max-width: 767px) {

 .page-id-156 .content-edit .row > .col-12:first-of-type {
    order: 2;
  }

 .page-id-156 .content-edit .row > .col-12:nth-of-type(2) {
    order: 1;
  }
}