/*
 * .-----------------------------------------------------.
 * |                    WEBFLOW CUSTOM                   |
 * '-----------------------------------------------------'
 */

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  background-color: rgba(22, 120, 99,.07);
  padding: 10px; border-radius: 10px;
  border: 1px solid rgba(22, 120, 99,.07);
  color: #313131;
}
input[type="button"],
input[type="submit"]{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px 45px;
  border-radius: 8px;
  text-transform: capitalize;
  background-color: #b62bb4;
  border: 1px solid #B62BB4;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s ease-in-out;
}
.faqs-toogle {
  white-space: normal;
}

.w-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 30px;
  appearance: none;
}

.w-video iframe {
  border: none;
}

ol {
  list-style-type: none;
  position: relative;
  counter-reset: item;
  list-style: none;
}

ol li {
 // counter-increment: step-counter;
}

ol li::before {
 counter-increment: item;
 content: counter(item)". ";
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  color: #167863;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  background:none;
  line-height: 18px;
}
ol li ol {
  padding-top: 10px;
  padding-left: 25px;
}
ol li li:before {
  content: counters(item,".") " ";
  counter-increment: item;
}
ol li li li:before {
  display: none;
}
ol li li li {
  list-style: lower-alpha;
  
}
/* Every step down from here will take this property */

ol li li li li {
  list-style: lower-roman;
}
/* Override with classes */

ol.alpha li {
  list-style: lower-alpha;
}
.last-child-no-r-margin > *:last-child {
  margin-right: 0;
}
.hide_download {
  display: none;
}

.shadow-img.invert {
  background-color: #fbed1d;
}

.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.section.dark h6,
.section.dark  .faux-h1,
.section.dark .faux-h2,
.section.dark .faux-h3,
.section.dark .faux-h4,
.section.dark .faux-h5,
.section.dark .faux-h6,
.section.dark  blockquote,
.section.dark p,
.dropdown-trigger.invert,
.dropdown-link.invert,
.select-field.invert,
.icon-button.invert {
  color: hsla(0, 0%, 100%, 0.8);
}

.tint .text-field.search {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d7d7;
}

.section.dark .highlighted-text {
  color: #514853;
}
.page-no a:hover {
  text-decoration: none
}


 li.maker {
     font-weight: 600;
     color:#000
 }
 
 .footer-wrap a:hover {color:#EEF5F4; text-decoration: none}
/*
 * .-----------------------------------------------------.
 * |                       GENERAL                       |
 * '-----------------------------------------------------'
 */
.tooltip {
  z-index: 30;
}
.element-invisible {
  display: block;
  height: 0;
  width: 0;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.element-hidden {
  display: none;
}

.link-row img.in-list-icon {
  max-width: 48px;
}

/*
 * .-----------------------------------------------------.
 * |                       BLOCKS                        |
 * '-----------------------------------------------------'
 */
 
 
 .c-accordion__item {    box-shadow: 0 12px 36px rgb(0 0 0 / 3%);
   border-radius: 10px;
   background-color: #eef5f4;
 padding: 24px;
margin: 30px 0 40px;} /* The accordion item container */
 .c-accordion__item.is-open {} /* is-open is added to open accordion items */
 .c-accordion__item.is-read {} /* is-read is added to accordion items that have been opened at least once */
 .c-accordion__item h2.c-accordion__title {color: #333333;
   font-family: "Roboto Condensed";
   font-size: 18px;
   font-weight: 700;
   font-style: normal;
   letter-spacing: normal;
   margin: 0;
   padding: 0;
   line-height: 1.3} /* An accordion item title */
.js-accordion-item.is-open .c-accordion__content{
  margin-top: 25px;
}
 .c-accordion__title--button {} /* An accordion item title that is using a `<button>` tag */
 .c-accordion__title:hover {} /* To modify the style when hovering over an accordion item title */
 .c-accordion__title:focus {} /* To modify the style when an accordion item title currently has broswer focus */
 .c-accordion__content {} /* An accordion item content container */
 
 .c-accordion__title:after {
     color: #fff;
     content: "";
     font-weight: 300;
     position: absolute;
     right: 0;
     transform: translateY(-50%);
     width: 18px;
     height: 18px;
     border-radius: 50%;
     background:#b62bb4 url(../images/Down_arrow.svg) no-repeat center center;
     transition: 300ms linear all;
 }
 
 .is-open>.c-accordion__title:after {
     content: "";
     transform: rotate(180deg);
     top: 2px;
 }
 .entry-content .c-accordion__item  .c-accordion__content {
   color: #000000;
   font-family: "Source Sans Pro";
   font-size: 14px;
   font-weight: 300;
   font-style: normal;
   letter-spacing: normal;
   line-height: 1.3 !important;

 }
 .entry-content .c-accordion__item  .c-accordion__content p {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
 }
 .c-accordion__content ol li {
   margin-bottom: 12px;
 }
 
 .c-accordion__content ol li::before  {
   font-family: "Source Sans Pro";
   font-size: 14px;
   font-weight: 600;
 }
 .entry-content .c-accordion__item  .c-accordion__content p a {
   color:#000;
   text-decoration: underline
 }
 .entry-content .c-accordion__item  .c-accordion__content p a:hover {
   color: #167863;
  }
 
 .c-accordion__item  .c-accordion__content blockquote {
   background: #fff
 }
/*
 * .-----------------------------------------------------.
 * |               Native Wordpress Video player fix     |
 * '-----------------------------------------------------'
 */


.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .single-fact .fluid-cell._67-p {
	width: 100%;
  }
}



/*
 * .-----------------------------------------------------.
 * |                    CONTACT FORM 7                   |
 * '-----------------------------------------------------'
 */

.form-horizontal-inside form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-horizontal-inside form .button-input {
  padding: 0;
  line-height: 50px;
}

.form-horizontal-inside form  .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  opacity: .3;
}

@media screen and (max-width: 991px) {
  .form-horizontal-inside form {
	padding-top: 24px;
	padding-right: 5%;
	padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .form-horizontal-inside form {
	padding-top: 12px;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
  }
}

.wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-right: 24px;
}

.wpcf7-form span.wpcf7-form-control-wrap input {
  margin-right: 0;
}

.form-horizontal-inside .ajax-loader,
.form-horizontal-inside .wpcf7-response-output {
  display: none !important;
}

/*
 * .-----------------------------------------------------.
 * |                     IMAGES                          |
 * '-----------------------------------------------------'
 */

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  min-width: 120%;
  margin: 60px auto 60px -10%;
}

.wp-caption .wp-caption-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
}


/*
 * .-----------------------------------------------------.
 * |                     Tables                          |
 * '-----------------------------------------------------'
 */

.wp-block-table {
  margin: 20px auto;
}

table {
  border: 1px solid #FFFFFF;
  width: 100%;
  text-align: center;
  border-collapse: collapse;

}
table td, table th {
  border: 1px solid #D9D8D8;
  padding:  15px;
}
table tbody td {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
}
table tr:nth-child(even) {
  background: #EEF5F4;
}
table thead {
  background: #EEF5F4;
  border-bottom: 5px solid #FFFFFF;
}
table thead th {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  border-left: 2px solid #FFFFFF;
}
table thead th:first-child {
  border-left: none;
}

table tfoot {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  background: #EEF5F4;
  border-top: 3px solid #D9D8D8;
}
table tfoot td {
  font-size: 14px;
}
figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 12px;
    font-style: italic;
}
@media (max-width: 700px){
  table tbody td {
      font-size: 15px;
      display: block;
      width: 100%;
      text-align: left
  }
}
/*
 * .-----------------------------------------------------.
 * |                     Single Post                     |
 * '-----------------------------------------------------'
 */
 .entry-content p{
   font-size: 18px;
   font-weight: 300;
   letter-spacing: normal;
   line-height: 28px;
 }
 .entry-content p a {
   color: #167863;
 }
 
 .list_view .entry-content p {
   font-weight: 400;
 }

 
/*
  * .-----------------------------------------------------.
  * |                     Comment section                 |
  * '-----------------------------------------------------'
  */
  
.comments-area {clear: both}
  .comments-area h3 {
     color: #313131;
     font-family: "Roboto Condensed";
     font-size: 20px;
     font-weight: 700;
     font-style: normal;
     letter-spacing: 0.4px;
     line-height: normal;
   }
   .comment-form  textarea,.comment-form  input.text,.comment-form  input[type="text"],.comment-form  input[type="url"],.comment-form  input[type="email"],.comment-form input[type="phone"], .comment-form  input[type="button"] {
     background-color: rgba(22, 120, 99,.07);
      padding: 10px; border-radius: 10px;
      border: 1px solid rgba(22, 120, 99,.07);
      color: #313131;
    }
  
   .comment-form textarea {
     padding: 20px;
     width: 100%;
   }
   .comment-form textarea:focus {
     background: #fff
   }
.navigation.post-navigation {
  float: none
}
.comments-area:before {
  clear: both;
  height: 1px;
  width: 100%;
}
 h2.comments-title {
       color: #313131;
       font-family: "Roboto Condensed";
       font-size: 20px;
       font-weight: 700;
       font-style: normal;
       letter-spacing: 0.72px;
       line-height: 48px;
   }
   
.comment-list li  {box-shadow: 0 12px 36px rgb(0 0 0 / 3%);
    border-radius: 10px;
    background-color: #eef5f4;
    padding: 24px;
    margin: 30px 0 40px;}
 .comment-list li  .comment-author img {border-radius: 50%}
 
.comment-metadata {font-size: 12px;}
.comment-respond {margin: 40px 0; padding: 20px 0; border-top: 1px solid #d9d8d8;}



/*
 * .-----------------------------------------------------.
 * |                         Block Styles                |
 * '-----------------------------------------------------'
 */
 
 
 /*
  * .-----------------------------------------------------.
  * |                         Button Styles               |
  * '-----------------------------------------------------'
  */
  .wp-block-button__link {
    border-radius: 8px;
    text-transform: capitalize;
    background-color: #b62bb4;
    border: 1px solid #B62BB4;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
  }

  .wp-block-button__link:hover {
    background: none;
    color: #000;
    text-decoration: none
  }

  .wp-block-button.is-style-outline .wp-block-button__link.has-blue-background-color {
    background-color: #fff !important;;
    border: 1px solid #cef3ea;
    color:#cef3ea
  }

 .wp-block-button.is-style-fill .wp-block-button__link.has-blue-background-color {
    background-color: #cef3ea;
    border: 1px solid #cef3ea;
    color:#000
  }
  
  
 .wp-block-button.is-style-outline .wp-block-button__link.has-pink-background-color {
     background-color: #fff !important;
     border: 1px solid #B62BB4;
     color:#b62bb4
   }
 
  .wp-block-button.is-style-fill .wp-block-button__link.has-pink-background-color {
     background-color: #b62bb4;
     border: 1px solid #B62BB4;
   }
   
  
 .wp-block-button.is-style-outline .wp-block-button__link.has-black-background-color {
     background-color: #fff !important;;
     border: 1px solid #000000;
     color:#000000
   }
 
  .wp-block-button.is-style-fill .wp-block-button__link.has-black-background-color {
     background-color: #000000;
     border: 1px solid #000000;
     color:#fff
   }
   
  
 .wp-block-button.is-style-outline .wp-block-button__link.has-green-background-color {
     background-color: #fff !important;;
     border: 1px solid #167863;
     color:#167863
   }
 
  .wp-block-button.is-style-fill .wp-block-button__link.has-green-background-color {
     background-color: #167863;
     border: 1px solid #167863;
     color:#fff
   }
   

 
 
 
 
