/** About Page **/

#main-wrapper #inner-page-wrapper {
    margin-bottom: 0px;
    overflow: hidden;
}


#inner-page-wrapper > .container {
  width: 100%;
  padding: 0;
}

#content-full{

  position: relative;
  margin-top: 0 !important;

}

.ip-about-wrapper {
    position: relative;
    font-size: 0;
    z-index: 1;
}


.ip-about-wrapper::after {
    content: "";
    background-image: url(../images/about/about-left-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 24.87%;
    height: 100%;
    z-index: -1;
}

.ip-about-col {
    display: inline-block;
    vertical-align: top;
}

.ip-about-image {
    position: relative;
    width: 31.25%;
    height: 1197px;
    padding-top: 80px;
}

.ip-about-col.ip-about-image img {
    position: absolute;
    bottom: 0;
    left: -108px;
}


.ip-about-text {
    width: 68.75%;
    padding-top: 40px;
}

 .ip-about-content > p {
    line-height: 27px !important;
    font-size: 16px;
    margin: 15px 0 !important;
    color: #555555;
    display: inline-block;
 }
   
   .ip-about-content > p span {
      font-size: 36px;
      color: #393939;
      margin-top: 15px;
      display: block;
      font-weight: 700;
      margin-bottom: 20px; 
      text-transform: uppercase; 
      line-height: 36px;
   }

 .ip-about-content {
    padding: 0 120px 0 30px;
}

.img-mob {
  display: none;
}

@media only screen and (max-width: 1499px) {
    .ip-about-col.ip-about-image img {
        max-width: 550px;
    }
}
@media only screen and (max-width: 1399px) {
    .ip-about-col.ip-about-image img {
        max-width: 520px;
    }
}
@media only screen and (max-width: 1399px) {
.ip-about-col.ip-about-image img {
    max-width: 540px;
}

@media only screen and (max-width: 1366px){

.ip-about-content {
    padding: 20px;
}

}

@media only screen and (max-width: 1199px){

.ip-about-content {
    padding: 20px;
}

.ip-about-col.ip-about-image img {
    max-width: 430px;

}

@media only screen and (max-width: 991px){

.ip-about-wrapper::after {
  display: none;
}

.ip-about-image, .ip-about-text { 
  width: 100%;
}

.ip-about-text {
    padding-top: 0;
}

.ip-about-content {
    padding: 20px;
}

.ip-about-image {
    height: auto;
    padding-top: 0;
    text-align: center;
}

.ip-about-col.ip-about-image img {
    max-width: 95%;
    position: relative;
    margin: 30px auto 0; 
    left: 0;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: left;
    letter-spacing: -0.025em;
    margin-top: 0;
}

.ip-banner h1 span {
  font-size: 45px;
}

.img-mob {
  display: none;
}


  
}

@media only screen and (max-width: 767px){



}

@media only screen and (max-width: 480px){

}

