.share-icons a {
  color: #666;
  transition: color 0.3s ease-in-out;
}
.share-icons a:hover {
  color: rgb(97, 0, 255);
}

.latest-side strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}/*# sourceMappingURL=article.css.map */

.recent-side strong {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}/*# sourceMappingURL=article.css.map */


.post-tags {
  margin: 20px 0;
  font-size: 14px;
  color: #555;
}

.post-tags a {
  text-decoration: none;
  color: #0073aa;
}

.post-tags a:hover {
  color: #005177; 
}


.pagination a {
  border: none;
}
.pagination li.disabled a {
  background-color: transparent !important;
}
.pagination a.active {
  background: linear-gradient(288.03deg, #ff8a00 18.42%, #ffa800 82.75%);
  color: #fff !important;
}

.blog-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 65px;
}

.pricing-button
{
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width:767px) {
.pricing-name{
  font-size: 1rem!important;
}
}
@media only screen and (max-width:991px) {
  .pricing-name{
    font-size: 1.5rem!important;
  }
  }



/*--------------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(--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{
 
  font-size: .9rem;
  display: inline;
  padding: 5px;
  color: var(--gray);
}

.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;
  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;

}


.form-submit {
  order: 4;
  padding: 5px;
  display: flex
;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  background: linear-gradient(288.03deg, #FF8A00 18.42%, #FFA800 82.75%);
  color: #fff;
  border-radius: var(--bs-border-radius-lg) !important;
}

#submit {
  height: auto;
  border: none;
  font-family: inherit;
  background-color: var(--primery) !important;
  color: var(--wihte) !important;
  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;
}

.comment-body
{
  border: 1px solid #ced4da;
    padding: 15px;
    border-radius: 8px;
}
.children .comment {
  list-style-type: none;
}
iframe
{
	    border-radius: 20px;
    width: 100%;
}

.contact-box{
display:flex	
	
}
.contact-input{
	    width: 48%;
}


.wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
 
    border: 1px solid #9E9E9E;
    border-radius: 12px;
     height: 53px;
    padding-left: 8px;
	    width: 100%;
}


.wpcf7 textarea {

    height:auto
}

.wpcf7-submit
{
	width: auto!important;
    background: linear-gradient(288.03deg, #FF8A00 18.42%, #FFA800 82.75%);
    color: #fff;
    border: 0!important;
    font-size: 1rem !important;
	padding: .5rem 1.5rem !important;


}


.contact-box .contact-input:nth-child(2)
{
	    margin-left: 15px;
}

.contact-textarea
{
	    width: 100%;
}

.contact-submit
{
	display: flex;
    direction: rtl;
	    margin-bottom: 30px;
}

.wpcf7-form
{
	    margin: 35px 0 0 25px;
}



@media (max-width: 991px) {
.wpcf7-form
{
	    margin: 0;
}

}
@media (max-width: 767px) {
.contact-box {
    display: block;
}
.contact-input {
    width: 100%;
}	
	
	.contact-box .contact-input:nth-child(2) {
    margin-left: 0px;
}
	
	
}
