
 .single-content h2, .single-content h3,
   .single-content h4, .single-content h5, .single-content h6 {
  color: var(--content);
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}

.post-title{
  width: 100%;
  font-weight: 700;
  margin: 16px 0;
  display: inline-block;
  font-size: 1.5rem;
}

.sidebar-title, .related-title, .comment-title {
  width: 100%;
  font-weight: 600;
  display: block;
}

.post-thum-excerpt{
  position: relative;
  display: flex;
  margin-bottom: 30px;
}
.post-thumbnail {
  position: relative;
  height: 400px;
  width: 100%;

}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.excerpt-posts
{
  border-radius: 45px;
  background: #F2F2F2;
  align-items: center;
  height: auto;
  padding: 20px;
  width: 350px;
  margin-left: 15px;
  font-size: 1rem;
}

@media only screen and (max-width: 1200px) {
.post-thumbnail {
  position: relative;
  height: auto;
}

}
@media only screen and (max-width: 767px) {
.post-thum-excerpt {

  flex-direction: column;

}

.post-thumbnail {

  width: 100%;
}
.excerpt-posts {
  width: 100%;
  margin: 0;
}
}

.topic-list
{
  display: block;
    font-size: 1.5rem;
    color: var(--primery);
}

.paper-cats{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.paper-cats a{
  margin: 4px 4px;
  padding: 4px 12px ;
  border-radius: 16px;
  background-color: var(--primery);
  color: var(--wihte);
  font-size: 0.9rem;
}

.paper-item-info{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.paper-item-box{
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--gray);
  background-color: #ced4da45;
  border-radius: 16px;
  padding: 4px 12px;
  font-size: 0.9rem;
  margin-left: 8px;
  margin-bottom: 10px;
}

.paper-item-box svg
{
  margin-left: 5px;
  color:var(--primery)
} 
/*--------------sidebar-----------------------------*/
aside.widget-area .widget {
  margin-bottom: 2.5rem;
}

.wp-block-search__input
{
  border: 1px solid #ced4da;
    border-radius: 12px;
    outline: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    height: 42px;
}

.wp-block-search__button.wp-element-button
{
    border: 1px solid transparent;
    height: 42px;
    border-radius: 12px;
    background: #e9ecef;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.wp-block-search__button.wp-element-button:hover
{
background-color:   #DEE2E6;
}

@media only screen and (max-width: 991px) {
.sidebar-column
{
  order: 1;
}

}


/*----------------------------------------*/
.single-related {
  margin-top: 60px;
  width: 100%;

}
.single-related-item{

  padding: 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;

}


.single-related-item img{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  border-radius: 5px;
  object-fit: cover;
  height: 175px;
 

}


@media only screen and (max-width:767px) {
  .single-related-item img{

  width: 100%;
  }

}


.single-related-item:hover img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.single-related-item-title{
  width: 100%;
  font-size: 1rem;
  margin-top: 12px;
  display: block;
  line-height: 1.7;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  height: 47px;
}
.single-related-item-title a:hover{
 color: var(--primery);
} 


/*--------------comment----------------------*/

.posts-comments{
  width: 100%;
  margin: 60px 0;
}


.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;
  border-radius: 16px;
  color: var(--gray);
  background-color: var(--silver-bright);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.comment-author{

  display: inline;
   color: var(--primery);
  padding: 5px;
  font-size: 1.2rem;
  font-style: normal !important;
  font-weight: 700;
	pointer-events: none;
}
.comment-author a
{
	 color: var(--primery);
	
}


.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{
 
  font-size: .9rem;
  display:block;
  padding: 5px;
  color: var(--primery);
	    pointer-events: none;
}
.comment-meta a{
	color: var(--primery);
	
}

.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);
}

#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;
  width: 100%;
  border-radius: 30px;
  background-color: #EDEDED;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
  border: 2px solid #EDEDED;
 
}
.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 ,.comment-form-url{
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background-color: #EDEDED;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
  border: 2px solid #EDEDED;


}


.form-submit {
  order: 4;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

#submit {
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff!important;

 
}

.comment-body
{
  border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 8px;
}
.children .comment {
  list-style-type: none;
}

.commentlist{
  padding: .5rem;
}
.children{
  padding: 0;
}

.comment-subtitle{
  color: var(--primery);
  font-size: 1rem;
  margin-bottom: 30px;
  display: block;
  }

.aiowps-captcha-equation {
    order: 3;
}
.aiowps-captcha.hide-when-displaying-tfa-input label {
    display: none;
}
@media only screen and (max-width: 767px) {
   .comment-form-author, .comment-form-email, .comment-form-url {
width:100%
}
	 .aiowps-captcha-equation {
        width: 100%;
		 margin-bottom:8px
    }
}
.comment-form-rating {
 order: 1;
    width: 100%;
}
@media only screen and (max-width: 767px) {

.comment-form-rating {
    order: 1;
}
}
/*---------------------------*/

.post-share {
  max-width: 100%;
  font-weight: 600;
  background: #ebebeb;
  border-radius: 5px;
  padding: 5px 0px;
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 0;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: var(--gray);
  padding-right: 5px;
}

.share-icons a{
  margin-left: 10px;
  color: var(--primery)
}




/*---------about------------------*/

.post_thumbnail_img
{
  border-radius: 5px;
    margin: auto;
    display: flex;
    width: 100%;
    height: 300px;
    object-fit: cover;
}


/*--------contact---------------*/
.contact-title
{
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.contact-container{
  align-items: center;
  padding: 50px 0;
}


@media only screen and (max-width: 991px) {
  .contact-container{
  padding-top: 0;
  }
}


.map-address iframe
{
    border: 0;
    border-radius: 40px;
    height: 380px;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
   
}



.form-title
{
  
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
 
}

.form-subtitle{
  color: var(--primery);
  padding-bottom: 30px;
  display: block;
}



.contact-form {

  width: 100%;
 
}

.form-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.wpcf7-form label {
  flex: 0 0 150px; /* Fixed width for labels */
 
  font-size: 1rem;
  margin-right: 20px; /* Space between label and input */
}
.wpcf7-form-container
{
	 flex: 1; /* Inputs take remaining space */
   width: 100%;
}
.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  flex: 1; /* Inputs take remaining space */
  border: none;
  border-radius: 30px;
  background-color: #EDEDED;
  padding: 12px 20px;
  font-size: 1rem;
  outline: none;
  transition: border 0.3s ease;
  border: 2px solid #EDEDED;
	    width: 100%;
}

.wpcf7-form textarea {
  height: 120px;
  resize: none;
}

input:focus, select:focus, textarea:focus {
  border: 2px solid var(--primery);
}


@media only screen and (min-width: 992px) {
.contact-address-box{
  padding-left: 30px;
}
}

.label-requir{
  position: relative;
}

.label-requir::after{
  content: " *";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}

.wpcf7-submit
{
  font-size: 1rem !important;
  border: 0 !important;
  background-color: var(--primery) !important;
  outline: 0 !important;
  padding: 5px 35px;
  border-radius: 60px;
  color: #fff;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
.name-field
{
  flex: 0 0 30%;
  margin-left: 15px;
}

}

@media only screen and (max-width: 767px) {

  .name-field
  {
    margin-bottom: 20px;
  }
.wpcf7-spinner
{
 
    display: flex;
    margin-left: auto;
}

.form-group {
  flex-direction: column;
  align-items: flex-start;
}

input, select, textarea {

  width: 100%;
}
.wpcf7-form label {
  flex: 0 0 auto;
  padding-bottom: 8px;
}
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 5px;
    display: none;
	padding-left: 21px;
}

#loader,#response
{
	    text-align: center;
    display: block;
}


.contact-address-box1,.contact-address-box2,.contact-address-box3{
  display: flex;

  padding: 20px 0;
}
.contact-address-box1 a,.contact-address-box2 a,.contact-address-box3 a{
color: #000;
}
.contact-address-box1,.contact-address-box2{

  border-bottom: 1px solid var(--gray);
 
}
.contact-address-box1 span,.contact-address-box2 span,.contact-address-box3 span
{
  padding-right: 30px;

}
.address-text
{
  font-size: 1.2rem;
}

.contact-address-box1 span:first-of-type ,.contact-address-box2 span:first-of-type ,.contact-address-box3 span:first-of-type 
{
  flex: 0 0 100px;
}

@media only screen and (max-width: 991px) {
  .contact-thumbnail img {
    height: 305px;
    width: 100%;
  }
  .contact-address-box1, .contact-address-box2, .contact-address-box3 {

    font-size: 1.2rem;
  }
  .form-title,.contact-title {
    font-size: 1.5rem;
  }
  .contact-address-box1 span:first-of-type ,.contact-address-box2 span:first-of-type ,.contact-address-box3 span:first-of-type 
{
  flex: 0 0 150px;
}

}

@media only screen and (max-width: 767px) {
 
.contact-address-box1 span:first-of-type, .contact-address-box2 span:first-of-type, .contact-address-box3 span:first-of-type {
 
  flex: auto;
  

}
.contact-address-box1, .contact-address-box2, .contact-address-box3 {
  flex-direction: column;
}
}





/*-----------gallery-----------*/

.lightbox {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 20px; right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.nav {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.nav.prev { left: 20px; }
.nav.next { right: 20px; }

.gallery-img{
  cursor: pointer;
}
.gallery-title{
  text-align: center;
  display: block;
}

/*-------*/

.service_background
{
     width: 100%;
    height: calc(100vh - 30px);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
   
}

.entry-title {
    font-size: 1rem;
    margin-bottom: 25px;
    display: block;
    font-weight: 600;
    color: var(--primery);
    position: relative;
    padding-right: 10px;
}

.entry-title::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 30px;
    background-color: rgb(42, 189, 87);
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.service_holder
{
      text-align: justify;
}