

.section-deafaultpage
{
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 50px 30px;
    position: relative;
    margin-bottom:30px;

}


.line-after {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 40px;
    }
    
    .line-after .custom-span {
      color: #00486f;
    }
    
    .line-after span {
    vertical-align: baseline;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 800;
    }
    
    .line-after span:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    margin-right: 26px;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(90deg, rgba(225,228,232,1) 83%, rgba(254,110,0,1) 100%);
    border-image-slice: 1;
    width: 100%;
    }
    @media screen and (max-width: 1023px) {
    .line-after {
    
        margin-bottom: 15px;
    }
}

.section-page {
    width: 100%;
    float: right;
       
}

.footer-holder li span:nth-of-type(1) {
    color: #9F9F9F;
    font-weight: 600;
}
.footer-holder li span:nth-of-type(2) {
    color: #9F9F9F;
    font-weight: 300;
}
.footer-holder li {
    margin-bottom: 15px;
}

.footer-holder li span {
    display: inline-block;
}

.footer-holder a {
    color: #000;
    font-weight: 800;
}
.section-title.after-long
{
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 12px;
}
.section-title.after-long::before
{
    width: 60px;
    height: 2px;
    border-radius: 4px;
    background: #FF7A00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009999",endColorstr="#27435a",GradientType=1);
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}


/* contact page */
.contact-content {
    width: 100%;
    min-height: 50vh;
  }
  .contact-page-info {
    width: 50%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* .contact-page-info .section-titles {
    font-size: 1.45rem !important;
    font-weight: 700 !important;
    line-height: 33px !important;
    padding-bottom: 12px !important;
  } */
  .contact-page-info > span, #contact>span {
    font-size: 1.05rem;
  
    color: var(--gray);
  
    margin-bottom: 32px;
  
    line-height: 30px;
  
    display: flex;
    font-weight: 500;
    max-width: 100%;
  }
  .contact-page-info > span:first-of-type, #contact>span:first-of-type {
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
        margin-bottom: 24px;
      padding-bottom: 12px;
  }
  .contact-page-info > span:first-of-type::before, #contact>span:first-of-type::before {
      width: 60px;
      height: 2px;
      border-radius: 4px;
      background:#ed7622;
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#009999",endColorstr="#27435a",GradientType=1);
      display: block;
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
  }
  .contact-page-info > span i {
    font-size: 1.5rem;
    margin-left: 8px;
    color: #ed7622;
  
  }
  .contact-page-info > span strong {
    margin: 0 5px;
  }
  .contact-forms {
    width: 50%;
  }
  #contact {
    width: 100%;
  
    height: 100%;
  
    display: flex;
  
    flex-direction: column;
  }
  #contact > section {
    width: 100%;
  
    /* padding: 0px 13%; */
  }
  .wpcf7,
  .wpcf7-form {
    width: 100%;
  
    display: flex;
  
    flex-direction: row;
  
    flex-wrap: wrap;
    justify-content: space-between !important;
  }
  .wpcf7-form-control-wrap{
        height: 100%;
  
  }
  
  .wpcf7-form > p {
    display: none;
  }
  
  .wpcf7-form > p:last-of-type {
    display: flex;
  
    justify-content: flex-end;
  }
  
  .contact-form {
    width: 100%;
  
    height: 40px;
  
    display: flex;
  
    justify-content: flex-start;
  
    align-items: center;
  
    padding: 0 10px;
  
    display: none;
  }
  
  .wpcf7-form > section:first-of-type {
    width: 100%;
  }
  
  .contact-input {
    width: 48.5%;
  
    height: 45px;
  
    -webkit-border-radius: 10px;
  
    -moz-border-radius: 10px;
  
    border-radius: 10px;
  
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .contact-input p, .contact-textarea p{
        height: 100%;
  
  }
  .contact-input   span {
    width: 100%;
  
    height: 100%;
  }
  
  .wpcf7-not-valid-tip {
    font-size: 14px !important;
  }
  
  .contact-input  span > input,
  .contact-input select {
    width: 100%;
    height: 100%;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    padding: 0 5px;
    color: var(--gray);
    font-size: 15px;
    direction: rtl !important;
    font-family: inherit;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
  }
  option {
    font-family: inherit;
  }
  
  ::placeholder {
    color: #696767;
    font-weight: 500 !important;
    font-family: inherit;
  
  }
  
  .contact-textarea {
    width: 100%;
  
    height: 110px;
  
    margin-top: 10px;
  
    margin-bottom: 15px;
  }
  
  .contact-textarea > span {
    width: 100%;
  
    height: 100%;
  }
  
  .contact-textarea   span > textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    padding: 5px 5px;
    color: #696767;
    font-size: 15px;
    direction: rtl !important;
    resize: none;
    background-color: var(--wihte);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-family: inherit;
  
  }
  
  .wpcf7-submit {
    width: 200px;
  
    height: 50px;
  
    border: 1px solid #ed7622;
    color: #ed7622;
  
    font-size: 16px;
  
    -webkit-border-radius: 3px;
  
    -moz-border-radius: 3px;
  
    border-radius: 3px;
  
    cursor: pointer;
  
    float: right !important;
  
    transition: 0.4s;
  
    font-weight: 900;
  
    background-color: #fff;
  }
  
  .wpcf7-submit:hover {
    color: #fff;
  
    background-color: #ed7622;
  }
  
  /* .wpcf7-response-output {
    color: #00c853 !important;
  } */
  .wpcf7-not-valid-tip {
    color: var(--primery);
          font-size: 12px !important;
      padding-right: 5px;
      margin-top: 0px;
  }
  


  .splide__track--fade>.splide__list {
    display: block;
    border: 1px solid #DEE2E6;
}

.splide__track--nav>.splide__list>.splide__slide {

  border: 1px solid #DEE2E6!important;
  border-radius: 0;


}

.download-button {

  margin: initial;
}

.quality-box
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  flex-wrap: wrap;
}

.quality-box li
{
  display: flex;
    align-items: center;
    background: #d7e8f88f;
    padding: 5px 10px;
}
.quality-box span
{
  font-size: 12px;
  color: #00486F;
  font-weight: 600;
  margin-right: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 359px) {

  .quality-box span
  {
    font-size: 9px;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1279px) {

.quality-box {

  justify-content: flex-start;
}
.quality-box li {

  margin-left: 10px;
}
}
@media screen and (max-width: 767px) {

.quality-box li {

  width: 48%;
  margin-bottom: 10px;
  justify-content: center;
}
}

.woocommerce #review_form #respond textarea {
 
  border: 1px solid #DEE2E6;
  padding: 5px 10px;
 
}


.comment-form input {

  border: 1px solid #DEE2E6;
  padding: 5px 10px;
  width: 100%;
}

.woocommerce #review_form #respond .form-submit input {
  right: auto;
  background: #00486F;
  color: #fff;
  width: 100px;
}


#wp-comment-cookies-consent{
  width: auto;
}

@media screen and (min-width: 1024px) {


  .comment-form-email{
    float: right;
    width: 50%;
  }
  
  .comment-form-author{
    float: right;
    width: 48%;
    margin-left: 15px!important
  }
  



}

.required-field-message{
    display: flex;
}




.posts-coments>span>strong{
  font-size: 1.5em;
}

.comments{
  width: 100%;
  height: 100%;
}
.comments-header{
  display: none;
}
.comments-inner{
  width: 100%;
  padding: 25px 0;
}
.comment{
  width: 100%;
  padding: 16px;
  margin: 0 0 32px;
  border-radius: 16px;
  color: var(--gray);
  background-color: var(--silver-bright);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.comment-author{
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray);
  padding: 5px;
  font-size: 1.1rem;
  font-style: normal !important;
  font-weight: 700;
}
.comment-author img{
  width: 55px;
  border-radius: 50%;
  border: 2px solid var(--wihte);
  margin-left: 10px;
}
.says{
  display: none;
}
cite {
  font-style: normal !important;
}
.comment-awaiting-moderation{
  width: 100%;
  padding: 10px;
  color: var(--primery);
  font-size: .9em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  
}

.comment-meta{
  display: none !important;
  font-size: .9rem;
  width: 60%;
  padding: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray);
}
.comment-edit-link{
  display: none;
}
.comment>p{
  width: 100%;
  padding: 10px 10px 0 10px;
  margin: 0 !important;
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}
.reply{
  width: 100%;
  padding: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
 display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reply>a{
  font-size: 1rem;
  color: var(--primery);
}
.depth-2{
  width: 100%;
  /* background-color: #fff; */
  margin: 10px;
  border: 1px solid var(--silver-bright);
}
.depth-3{
  width: 100%;
  border: 1px solid var(--silver-bright);
  margin: 10px;
}
#respond{
  width: 100%;
}
#reply-title{
  display: none !important;
}
#reply-title>a{
  color: var(--primery);
}
#reply-title>small{
  width: 100px;
  height: 30px;
  margin: 0 20px;
}
#reply-title>small>a{
  width: 100%;
  height: 100%;
  background-color: var(--primery);
  color: var(--wihte);
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
}
#commentform{
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.comment-form-url, .comment-form-cookies-consent{
  display: none !important;
}
.comment-notes{
  display: none;
}
.comment-form-comment{
  order: 3;
}
.comment-form-author{
  order: 1;
}
.comment-form-email{
  order: 2;
}
.comment-form-comment{
  width: 100%;
  padding: 5px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#comment{
  width: 100%;
  height: 120px;
  resize: none;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 16px;
  color: var(--gray);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.comment-form-author, .comment-form-email, .comment-form-url{

  width: 50%;

  padding: 5px;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  align-items: flex-start;
  flex-direction: column;

}

.comment-form-author>label, .comment-form-email>label, .comment-form-url>label, .comment-form-comment>label{

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: start;

  -ms-flex-pack: start;

  justify-content: flex-start;

  -webkit-box-align: start;

  -ms-flex-align: start;

  align-items: flex-start;

  margin-right: 5px;
  margin-bottom: 6px;

  color: var(--gray);

}

.comment-form-author>input, .comment-form-email>input, .comment-form-url>input{
  width: 100%;
  height: 50px;
  border-radius: 8px;
  font-family: inherit ;
  color: var(--gray);
  padding: 4px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: 1px solid #ced4da;
  background-color: transparent;

}

.styled-separator{
  color: var(--silver-bright);
  background: var(--silver-bright);
  border: none;
  width: 100%;
  height: 2px;
}
.logged-in-as{
  display: none !important;
}

.comment-form-cookies-consent{

  width: 100%;

  font-size: 1em;

  padding: 5px;

}



.form-submit{
  order: 4;
  padding: 5px;

  display: -moz-flex;

  display: -ms-flex;

  display: -o-flex;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;


  justify-content: flex-end;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

#submit{
  height: auto;
  border: none;
  font-family: inherit;
      background: #185370;
    color: #fff;
  font-size: 1rem !important;
  padding: 8px 24px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  border: 1px solid var(--primery) !important;
  transition: .4s;
  -webkit-border-radius: 10px!important;
  -moz-border-radius: 10px!important;
  -ms-border-radius: 10px!important;
  -o-border-radius: 10px!important;
}


.comments-section{
  width: 100%;
}

.comments-section>h2{
  width: 100%;
  margin-bottom: 16px;
  color: var(--gray);
}


.comments-pagination{
  width: 100%;
  display: flex;
  color: var(--gray);
  justify-content: center;
  margin: 25px 0 10px;
}
.comments-pagination *{
  display: none;
  margin: 0 8px;
}

.comments-pagination>a:first-of-type{
  display: flex;
  border: 1px solid var(--primery);
  border-radius: 5px;
  color: var(--primery);
  font-size: .9rem;
  padding: 5px 15px;

}

.comments-pagination>a:hover{
  color: var(--silver-bright);
  border: 2px solid var(--silver-bright);


}

.next{
  display: flex !important;
  flex-direction: row-reverse;
  border: 1px solid var(--primery);
  border-radius: 5px;
  color: var(--primery);
  font-size: .9rem;
  padding: 5px 15px;
}

.comment-title {
    width: 100%;
    margin-bottom: 16px;
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: 1px solid #ced4da;
}


