.about-herov1 {
    background: #1b54ee;
      position: relative;
}

.about-herov1left{
 padding-top: 100px; 
}
.animationimage {
    position: relative;
    overflow: hidden;  
}
.animationimage img {
    max-width: 400px;
    max-height: 300px;
      margin: 0 auto;
}
.animationimage {
    background-image: url(https://www.campaigncreators.com/hubfs/browser-mockup-2.png);
    background-size: 390px;
    background-repeat: no-repeat;
    padding-top: 35px;
    max-height: 280px;
    padding-left: 30px;
  max-width:380px;
}
.about-herov1right {
    background-image: url(https://www.campaigncreators.com/hubfs/bkg-graphics.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  padding-top: 100px; 
}
.about-herov1.sol-hero .page-center {
   position:relative;
  z-index:999;
}
.about-herov1 .image {
    margin-top: -310px;
    position: relative;
    text-align: center;
}
span#staticText {
    min-height: 68px;
    display: block;
}

.about-herov1 .image img {
    max-height: 500px;
    padding-left: 200px;
}
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }
em {
	border-right: .1em solid black;
	width: 20ch;
	white-space: nowrap;
	overflow: hidden;
  	margin-top: 0;
  	color: #3295dd;
	-webkit-animation: typing 3s steps(21, end),
	blink-caret .5s step-end infinite alternate;
}
.about-herov1 p {
    color: #39464E;
    font-family: "lato";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
    max-width: 580px;
}

.about-herov1 h1 {
    color: #fff;
    font-size: 48.83px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 60px;
    text-transform: capitalize;
    font-family: "Infra W02 Bold";
}

.about-herov1 h4 {
    font-family: "Infra W02 bold";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.33px;
    line-height: 23px;
}

element.style {
    width: 613px;
    position: relative;
    left: -1226px;
    top: 0px;
    z-index: 998;
    opacity: 0;
    transition: opacity 400ms ease-in-out 0s;
}





/******** Responsive code starts here *******/
 
/************** ipad ***************/

@media (max-width: 1080px) {

.about-herov1 h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
}
  
  .about-herov1 p { 
      font-size: 16px; 
      line-height: 24px;
      max-width: 100%;
  }

}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : portrait){

  .about-herov1 .span6 {
      width: 100% !important;
      margin: 0px !important;
  }
 
}

/************** iphone roatate***************/

@media (max-width: 767px) {

  .about-herov1 .span6 {
      width: 100% !important;
      margin: 0px !important;
  }
  .about-herov1left {
    padding-top: 60px;
}
  .about-herov1left .content_part {
      text-align: left;
  }
  .animationimage img {
    max-width: 200px;
  }
  .about-herov1 .image {
    margin-top: -160px;
  }
    .about-herov1 .image img {
        max-height: 240px;
        padding-left: 110px;
    }
  .about-herov1right {
    background-image: url(https://cdn2.hubspot.net/hubfs/313589/bkg-graphics.png);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 70px;
}
 .animationimage {
    background-image: url(https://www.campaigncreators.com/hubfs/browser-mockup-2.png);
    background-size: 260px;
    background-repeat: no-repeat;
    padding-top: 35px;
    max-height: 260px;
    padding-left: 30px;
}
  
.animationimage img {
    max-height: 200px;
    margin: 0 0;
}
}

/************** iphone ***************/

@media (max-width: 479px) {


}








