/*--------------------------------------------------------------
>>> about Page  
----------------------------------------------------------------*/
/* .icon-box {
  text-align: center;
  padding: 0 40px;
  margin-bottom: 40px;
}
.icon-box .box-icon {
  background-color: #3A78C9;
  border-radius: 100%;
  color: #ffffff;
  line-height: 106px;
  height: 106px;
  width: 106px;
  font-size: 32px;
  display: inline-table;
  margin-bottom: 25px;
}
.icon-box .box-icon i {
  font-size: inherit;
}
@media screen and (max-width: 575px) {
  .icon-box {
    padding: 0 20px;
  }
  .icon-box .box-icon {
    font-size: 22px;
    line-height: 80px;
    height: 80px;
    width: 80px;
  }
}

.inner-about-wrap {
  padding-bottom: 95px;
}
.inner-about-wrap .about-image {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.inner-about-wrap .about-image img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  width: -moz-calc(100% - 115px);
  width: -webkit-calc(100% - 115px);
  width: calc(100% - 115px);
}
.inner-about-wrap .about-image .about-image-content {
  background: #3A78C9;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding: 40px;
  margin-left: -200px;
}
.inner-about-wrap .about-image .about-image-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  color: #ffffff;
}
.inner-about-wrap .icon-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .inner-about-wrap .client-slider {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .inner-about-wrap {
    padding-bottom: 60px;
  }
  .inner-about-wrap .about-image {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-about-wrap .about-image img {
    width: 100%;
  }
  .inner-about-wrap .about-image .about-image-content {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .inner-about-wrap .about-image .about-image-content h3 {
    font-size: 18px;
  }
} */


.about-page .title h2{
  color: var(--black-color);
margin: 10px 0px;
font-size: 45px;
position: relative;
padding-bottom: 5px;
}
.about-page .title h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 100px;
    background-color: var(--primary-color);
}
.top-part{
font-style: italic;
}
.about-page  .des span{
    color: var(--primary-color);
    margin-bottom: 5px;
    font-weight: bold
}
.about-page  .des .why-list{
  list-style: inside;
}
.about-page .des{
  margin-bottom: 10px;
}
.right-sidebar ul{
  background-color: #efefef;
}
.right-sidebar ul>li {
    list-style: none;
    padding: 5px 0px;
}
.right-sidebar  ul>li a {
    position: relative;
    display: block;
    padding-left: 12px;
    font-size: 14px;
    color: #2095AE;
    font-weight: 500;
    transition: .3s linear;
    margin-left: 10px;
    margin-bottom: 5px;
    text-align: left;
}
.right-sidebar  ul>li a:hover{
  color: var(--black-color);
}
.right-sidebar ul>li a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: fontawesome;
    color: #2095AE;
}

.about-page button {
    text-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
}

.ta-block {
    text-align: center;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666;
    padding-left: 20px;
    padding-right: 20px;
}
.sidebar-module {
    margin-bottom: 40px;
    padding: 24px 24px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 2px;
}
.ta-block .ta-logo {
    margin-bottom: 20px;
}
.ta-block .ta-logo nav {
    padding-top: 5px;
    font-size: .75rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ta-block .ta-logo nav a {
    color: #242424;
}
.ta-block .ta-logo nav a+a:before {
    content: '.';
    margin: 0 3px;
}
.ta-block .company {
    margin-bottom: 15px;
}
.ta-block .company h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.ta-block .company h4 a {
    color: #242424;
}
.ta-block .company p {
    margin-bottom: 5px;
    margin-top: 5px;
}
.ta-block .company .btn {
    margin-top: 20px;
    font-size: .75rem;
    font-weight: 500;
    background-color: #00aa6c;
    padding: 8px 10px;
    border: 0;
}
.ta-block .review-area {
    color: #242424;
    font-weight: 500;
    font-size: .8375rem;
}
.ta-block .review-area a {
    color: #242424;
}