
 .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: contain;
  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;
}
.thumb-prev, .thumb-next {
	    top: 25px!important;
	
	}
	
}


/*----------------------------------------*/
.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;

 
}

.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
    }
}



/*---------------------------*/
.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;
}

/*----------*/

p.error_code {
    color: #f00;
    text-align: center;
    margin: 20px 0 -30px;
}

form.login_form {
    margin: 40px 0;
    text-align: center;
}

form.login_form input.form-control {
    width: 100%;
    padding: 10px 30px 16px;
    margin-bottom: 15px;
}



.cf-submit.btn-butia {
	padding: 6px 0;
    float: left;
    display: block;
    width: 120px;
    height: 45px;
    background-size: 400% 400%;
    background-position: 0px 0px;
       background: var(--primery);
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    transition: all 0.7s;
 
}


.cf-submit .submit {
    background-color: transparent;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    
}
.customer_info div.inner_row {
    display: flex;
    justify-content: flex-start; 
    
    font-size: 13px;
}
.customer_info .row_branch {padding: 9px 0px 7px;border-bottom: 1px solid #f8f8f8;}
.userimage {padding-top: 20px;}
.customer_info div.inner_row span {line-height: 33px;}
.customer_info div.inner_row span:first-child {color: #375699; font-weight: bold;    min-width: 160px; }
.customer_info div.inner_row span:first-child:before {
	content: "";
	    width: 29px;
    height: 29px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background: transparent url(../image/sprite.png);
	background-position: -107px -437px;
}
.customer_info div.inner_row span.manage_title:before {background-position: -109px -379px;}
.customer_info div.inner_row span.date_title:before {background-position: -207px -380px;}
.customer_info div.inner_row span.date2_title:before {background-position: -257px -379px;}
.customer_info div.inner_row span.per_title:before {background-position: -157px -381px;}
.customer_info div.inner_row span.ph_title:before {background-position: -303px -379px;}
.customer_info div.inner_row span.mo_title:before {background-position: -349px -383px;}
.customer_info div.inner_row span.add_title:before {background-position: -396px -380px;}
.customer_info div.inner_row span.co_title:before {background-position: -434px -380px;} 
.half_col.row_branch {
    display: flex;
    justify-content: space-between;
}
.userimage img {   
	margin: 0 auto;
    box-shadow: 0 5px 9px #00000017;
    width: 100%;
    height: auto;
}
.lg-outer .lg-thumb-item { float: right !important;}
.certificate {
	margin-bottom: 10px;
    background: #f9f9f9;
    padding: 10px;
  
}
.certificate p { font-size: 14px;color: #656565;display: inline-block;vertical-align:middle;    margin-bottom: 0;}
.certificate p:before {
	content: "";
    width: 35px;
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    /* border-radius: 50%; */
    /* background: #375699; */
    margin-left: 10px;
	background: transparent url(../image/sprite.png);
	background-position: -107px -437px;
}
/*---------------------------*/


img{
    vertical-align:middle
}
.slider-navbar-box,.slider-navbar-box-2{
    width: 100%;
 
    text-align: center;
 }
.activetab{
   border-bottom: 35px solid #365699 !important;
   color:#fff !important;
}
 
.slider-navbar{
    display: inline-block;
    line-height: 65px;
    height: 0px;
    padding: 17px 22px;
    margin-right: 20px;       
    text-align: center;
    background-color: transparent;
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
 
 
}
.slider-navbar:hover{
   border-bottom: 35px solid #365699;
   color:#fff;
}
.slider-twpars{
    position: relative;
    width: 100%;
    height: 500px;
    float: left;
          background: #fff;
}
.center-part{
    position: absolute;
   /*top: -6px;*/
   /* right: 5px;*/
    text-align: center;
    text-align: center;
    height: 500px;
    line-height: 496px;
    width: 100%;
    pointer-events: none;
}
 
.center-part img.type-1{
      width: 340px;
    margin-left: 1px;
    margin-top: 1px;
}
.center-part img.type-2{
    width: 500px;
    position:relative ;
    z-index:100;
    pointer-events:none
}
.slider-navbar-box{
    width:100%;
    float:right ;
    background:#fff ;
     text-align:center;
      margin-bottom: 30px;
	    margin-top: 15px;

}
slider-navbar-box .fixed{
    width:100%;
    float:right ;
    background:#fff ;
     text-align:center;

    line-height:10px;
}



    .slider-twpars .swiper-container {
      width: 100%;
      height:0 ;
    }
    .slider-twpars .swiper-container.active{
        visibility:visible ;
        height:500px;
    }
    .slider-twpars .type-2 img,.slider-twpars .type-3 img,.slider-twpars .type-4 img{
        width:340px;
   
    }
    .slider-twpars .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      cursor:grab
    }

    .slider-twpars .type-1 img{
        width:500px
    }
@media only screen and (min-width : 1200px) and (max-width : 1500px) {
.center-part img.type-1 {
    width: 340px;
}
    
.slider-navbar {
    display: inline-block;
    line-height: 70px;
    height: 0px;
    padding: 23px 6px;
    /* margin-right: 20px; */
    font-size: 0.6em;
    text-align: center;
    /* width: 64px; */
    /* background-color: transparent; */
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: -12px;
    cursor: pointer;
    border-bottom: 30px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
}
@media only screen and (min-width : 980px) and (max-width : 1200px) {
.center-part img.type-1 {
    width: 340px;
}
.slider-navbar {
    display: inline-block;
    line-height: 70px;
    height: 0px;
    padding: 23px 6px;
    /* margin-right: 20px; */
    font-size: 0.6em;
    text-align: center;
    /* width: 64px; */
    /* background-color: transparent; */
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: -12px;
    cursor: pointer;
    border-bottom: 30px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
  .slider-twpars .type-2 img,.slider-twpars .type-3 img,.slider-twpars .type-4 img{
        width:340px;
   
    }
}
@media only screen and (min-width : 768px) and (max-width : 980px) {
.center-part img.type-1 {
    width: 200px;
}
    .center-part img.type-2 {
    width: 280px;
    position: relative;
    z-index: 100;
    pointer-events: none;
}
 .slider-twpars .type-1 img{
                width:280px;

    }
}
@media only screen and (min-width : 600px) and (max-width : 768px) {
.center-part img.type-1 {
    width: 200px;
}
    .center-part img.type-2 {
    width: 280px;
    position: relative;
    z-index: 100;
    pointer-events: none;
}
  .slider-twpars .type-2 img,.slider-twpars .type-3 img,.slider-twpars .type-4 img{
        width:200px;
   
    }
    .slider-twpars .type-1 img{
                width:280px;

    }
.slider-navbar {
    display: inline-block;
    line-height: 70px;
    height: 0px;
    padding: 23px 6px;
    /* margin-right: 20px; */
    font-size: 0.6em;
    text-align: center;
    /* width: 64px; */
    /* background-color: transparent; */
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: -12px;
    cursor: pointer;
    border-bottom: 30px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
}
@media only screen and (min-width : 480px) and (max-width : 600px) {
.center-part img.type-1 {
    width: 200px;
}
    .center-part img.type-2 {
    width: 280px;
    position: relative;
    z-index: 100;
    pointer-events: none;
}
    
  .slider-twpars .type-2 img,.slider-twpars .type-3 img,.slider-twpars .type-4 img{
        width:200px;
   
    }
    .slider-twpars .type-1 img{
                width:280px;

    }
    .slider-navbar {
    display: inline-block;
    line-height: 70px;
    height: 0px;
    padding: 23px 6px;
    /* margin-right: 20px; */
    font-size: 0.6em;
    text-align: center;
    /* width: 64px; */
    /* background-color: transparent; */
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: -12px;
    cursor: pointer;
    border-bottom: 30px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
}
@media only screen and (min-width : 200px) and (max-width : 480px) {
.center-part img.type-2 {
    width: 280px;
    position: relative;
    z-index: 100;
    pointer-events: none;
}
  .slider-twpars .type-2 img,.slider-twpars .type-3 img,.slider-twpars .type-4 img{
        width:200px;
   
    }
 .center-part img.type-1 {
    width: 185px;
}
.slider-twpars .type-1 img {
    width: 280px;
}
    
.slider-navbar {
    display: inline-block;
    line-height: 70px;
    height: 0px;
    padding: 23px 6px;
    /* margin-right: 20px; */
    font-size: 0.6em;
    text-align: center;
    /* width: 64px; */
    /* background-color: transparent; */
    color: #000;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: -12px;
    cursor: pointer;
    border-bottom: 30px solid #f3f3f3;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
}
     
     
     
.slider-twpars .animate-right{
    left: 0px !important;
                -webkit-transition: all 2s;
            -moz-transition: all 2s;
        -o-transition: all 2s;
    transition: all 2s;
}
.slider-twpars .animate-right.animate{
    left: 1000px!important ;
}
.slider-twpars .animate-left{
    right: 0px!important ;
                -webkit-transition: all 2s;
            -moz-transition: all 2s;
        -o-transition: all 2s;
    transition: all 2s;
}
.slider-twpars .animate-left.animate{
    right: 1000px!important ;
}
.line-separator{
    display:none;
}
   .slider-navbar-box ul  
{
	    list-style-type: none;
}



@media only screen and (max-width: 991px) {

	.slider-twpars {

    height: 250px;
	}
	
	.slider-twpars .swiper-container.active {
    height: 250px;
}
.center-part {
   
    height: 250px;
    line-height: 250px;	
}

}
/*-------*/

.prfiles_img
{
    width: 100%;
    height: 70vh;
    object-fit: cover;	
	
}
.profils_holder{
position:relative	
	
}
.profil_title
{
	
    position: absolute;
    bottom: 0;
    background: #31278369;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 30px;	
	
}

.profile-section2
{
position: relative;
    padding-top: 50px;
    min-height: 400px;
	 	
	
}
.profile-section3
{
	
	background:#f0f0f0;
	   padding:100px 0 50px 0	
}
.profile_title3,.profile_title2,.insert_item_title
{
	    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
	    color: #79797A;
}
.profile_title3,.insert_item_title
{
	color:#312783
	
}
.profile_text2,.profile_text3,.profile-section5{
    color: #79797A;
    text-align: justify;	
	
}

.prfiles_figure2
{
	    height: 604px;
    object-fit: contain;
    position: absolute;
    bottom: -264px;
}

.insert_windows_holder{
	position:relative
		
}

 .insert_windows 
{
	    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.insert_windows_title{
	
	position:absolute;
	top:0;
	bottom:0;
	margin:auto
	
}

.insert_windows_title{
	
position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;	
}

.insert_windows_title span
{
	background: #31278369;
    color: #fff;
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 1.5rem;
    font-weight: 600;
}
.profile-section5
{
	
	background:#f0f0f0;
	   padding:50px 0	
}

.profile_title5
{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 38px;
    color: #79797A;
    position: relative;
}

.profile_text5{
	
display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 103px;
    color: #79797A;
    position: relative;
	
}

.prfiles_figure5 img{
	
	width:100%
	
}
.section6_img
{
 height: 50vh;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.profile-section7{
	
	background:#f0f0f0;
	   padding:50px 0	
	
}

.profile-section8{
padding:50px 0
}
.profile_title8{
font-size: 1.3rem;
    font-weight: bold;
    display: block;
    color: #79797A;	
	
}
.profile_subtitle8
{
	    color: #312783;
    display: block;
    margin-bottom: 30px;
    font-size: 1.3rem;
}

.insert_values_txt
{
    border-top: 1px solid #7a797947;
    color: #79797A;
    display: block;
    padding: 8px 0;
}



@media only screen and (max-width: 991px) {
.profil_title {
	
    font-size: 1rem;	
	
}


.profile-section2 {
    padding-top: 30px;
}
.prfiles_figure2 {
    height: auto;
    object-fit: contain;
    position: relative;
    bottom: 0;
}
	
.profile-section3 {

    padding: 30px 0;
}	
.insert_windows_title span {
   
    font-size: 1rem
	}
.profile-section7 {
  
    padding: 30px 0;
	}
	
.profile_title3, .profile_title2, .insert_item_title {
    font-size: 1rem
	}
	.profile-section5 {
  
    padding: 30px 0;
	}
	
}