/* -----------Common Style----------- */

#about {
  padding-bottom: 90px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

#about h1 {
  font-size: 32px;
  border-bottom: 1px solid #dadada;
  display: inline-block;
  margin-bottom: 25px;
  font-family: var(--title-font-family); 
}

#about h3 {
  font-size: 24px;
  color: inherit;
}

#about span.sh4 {
  font-size: 18px;
  color: inherit;
  padding-left: 15px;
      font-weight: bold;
}

#about p {
  font-size: 16px;
  margin: 0;
  color: inherit;
}

#about .heading .divider-left {
  height: 4px;
  width: 70px;
  background: var(--color-primary);
  display: block;
  margin: 10px 0 -2px;
}

#about .about_box {
  color: #fff;
  overflow: hidden;
  position: relative;
  top: 0px;
  z-index: 100;
  padding: 0;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 50px;
}
#about .about_box:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -200%, 0px);
  -moz-transition: transform 0.7s ease 0.1s;
  -ms-transition: transform 0.7s ease 0.1s;
  -o-transition: transform 0.7s ease 0.1s;
  -webkit-transition: transform 0.7s ease 0.1s;
  transition: transform 0.7s ease 0.1s;
  width: 100%;
  z-index: 101;
}
#about .about_box:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 100%, 0px);
}
#about .about_box.active {
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

#about .about_box:hover img {
  transform: scale(1.1);
 
	transform: scale3d(1.1, 1.1, 1);
}
 
#about .about_box img.detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  margin-top: 0px;
  -webkit-transition: all .3s ease;
}
#about .about_box:nth-of-type(1),
#about .about_box:nth-of-type(3){
  background: var(--color-second);
}
#about .about_box:nth-of-type(2){
  background: var(--color-primary);
}
#about .about_box .effect {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 50px 20px;
  
}
#about .about_box .effect > img {
  max-width: 100px;
  margin-bottom: 15px;
  -webkit-transition: all .3s ease;
}

#about .priorty p + p {
  margin-top: 25px;
}
#about .priorty .about-post {
  margin-top: 15px;
  overflow: hidden;
}
#about .priorty .about-post a {
  background: #eaeaea;
  display: inline-block;
  float: left;
  height: 60px;
  width: 64px;
  text-align: center;
  font-size: 35px;
  border-radius: 5px;
}
#about .priorty .about-post a > img {
  display: inline-block;
  vertical-align: middle;
}
#about .priorty .about-post h4 {
  margin: 10px 0 0 80px;
  font-family: var(--title-font-family);
}
#about .priorty .about-post p {
  display: block;
  margin: 0 0 0 80px;
}

#about .img-responsive {
  width: 100%;
  border-radius: 5px;
  margin-top: 16%;
}


@media screen and (max-width:992px) {
  #about h1 {
    font-size: 26px;
  }
  #about h3 {
    font-size: 20px;
  }
  #about span.sh4 {
    font-size: 16px;
  }
  #about p {
    font-size: 14px;
  }
  #about .about_box .effect > img {
    margin-bottom: 10px;
    max-width: 60px;
  }
}
@media screen and (max-width:767px) {
  #about > .container:first-child {
    max-width: 100%;
    padding: 0;
  }
  #about .about_box {
    top: 0 !important;
  }
  #about .about_box:nth-child(3) {
    margin-bottom: 50px;
  }
  #about .about_box.active {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #about .priorty {
    margin-bottom: 20px;
  }
  #about .about_box {
    margin-bottom: 0;
}
  
}


@media screen and (max-width:992px){
#about .about_box {
    top: -33px;
}
}


@media screen and (max-width:1260px){
#about > div:nth-child(2) > div > div.col-md-5.col-sm-6{
	flex: 0 0 100% !important;
	    max-width: 100% !important;
		width: 100% !important;
}
#about > div:nth-child(2) > div > div.col-md-7.col-sm-6.priorty{
	flex: 0 0 100% !important;
	    max-width: 100% !important;
		width: 100% !important;
}
}




@media screen and (max-width:992px){
#about .a1{
    display: none;
}
#about .a2{
   padding: 30px 0;
}
#about .img-responsive {
    display: none;
}
#about {
    padding-bottom: 0;
}
}



@media screen and (max-width:768px){
.a3{
	    flex: 0 0 50% !important;
	    max-width: 50% !important;
	        padding: 5px;
}
#about span.sh4 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#about .priorty .about-post p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
}
}