.leftimg-rightcontent .module-center{
  margin:0 auto;
}
.leftimg-rightcontent .twobutton{
  display:flex;
}
.leftimg-rightcontent .right-img img{
  width:100%;
}
.contenthead h1{
  margin-top:-8px !important;
}
.twobuttons{
  margin-bottom:10px;
}
.leftsimg-rightsimg {
  display: flex;
    align-items: center
}

.contenthead {
  width: 90%;
    color: #fff;
    font-size: 0.90em;
      margin-bottom: 40px;
}

.contenthead h2 {
font-size: 41px;
    margin: 10px 0 23px;
      color:#fac90f;
        line-height:normal;
}

.top-text {
      font-weight: 700;
    font-size: 1.4em;
}

.right-spec {
padding-left: 40px;
}
.leftimg-rightcontent:nth-child(even) {
  background: rgb(30,26,25);
background: linear-gradient(180deg, rgba(30,26,25,0) 0%, rgba(147,28,105,1) 50%, rgba(30,26,25,0) 100%);
}

.leftimg-rightcontent:nth-child(even) .contenthead h2 {
    color: #03a5ec;
}

.right-spec .contenthead {
    width: 95%;
}
  
.content p {
  font-size:17px;
}


/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){
  .leftimg-rightcontent{
    padding-top:50px !important;
    padding-bottom:50px !important;
  }

  .leftimg-rightcontent .page-center{
    margin:0 auto;
    width:90%;
  }
  .leftimg-rightcontent .twobutton{
    display:flex;
    flex-wrap:wrap;
  }
  .leftimg-rightcontent .right-img img{
    width:100%;
  }
  .span6.right-img {
    padding-top: 40px;
  }

}

/*****Button Style*****/

.lit-blue2 {
  position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 40px;
    max-width: 250px;
    margin: 1rem 0;
    text-transform: uppercase;
    align-items: center;
    padding: 20px 40px;
    background: linear-gradient(90deg, #ea651d, #ea651d, #d92b2b, #02adf0, #9dc1fc, #d92b2b, #ffaa0d, #ea651d);
  background-size: 400%;
    white-space: nowrap;
    font-family: 'Figtree';
    font-size: 14px;
  color:#FFF;
    letter-spacing: 1px;
    justify-content: center;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.2);
  text-decoration:none;
  overflow: hidden;
  z-index: 1;
  transition: color 190ms ease-in-out;
}


.lit-blue2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(90deg, #ea651d, #ea651d, #d92b2b, #02adf0, #9dc1fc, #d92b2b, #ffaa0d, #ea651d);
  background-size: 400%;
  opacity: 0;
  transition: .5s;
}
/**.lit-blue:hover a,
.lit-blue:hover span {
  color: #fff;
}
.lit-blue:hover:after {
  width: 110%;
} **/

.lit-blue2:hover {
  animation: animate 10s linear infinite;
  color:#FFF;
}
.lit-blue2:hover::before {
  filter: blur(25px);
  opacity: .8;
  animation: animate 10s linear infinite;
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}



/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
  .leftimg-rightcontent .page-center{
    margin:0 auto;
    width:90%;
  }
  .leftimg-rightcontent{
    padding-top:50px !important; 
    padding-bottom:50px !important;
  }
  .leftimg-rightcontent  .twobutton{
    display:flex;
    flex-wrap:wrap;
  }
  .span6.right-img {
    padding-top: 40px;
  } 
}

/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){
  .leftimg-rightcontent .page-center{
    margin:0 auto;
    width:90%;
  }
  .leftimg-rightcontent{
    padding-top:50px !important;
    padding-bottom:50px !important;
  }
  .leftimg-rightcontent  .twobutton{
    display:flex;
    flex-wrap:wrap;
  }
  .leftsimg-rightsimg {
    display: grid;
  }
  .span6.right-img {
    width: 100% !important;
    margin-top: 50px;
    margin-left: 0px !important;
  }
  .span6.respcontent {
    width: 100% !important;
  }
}

/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){
  .leftimg-rightcontent .page-center{
    margin:0 auto;
    width:90%;
  } 
  .leftimg-rightcontent{
    padding-top:50px !important;
    padding-bottom:50px !important;
  }
}
/*******************************************/


.hybrid-image {
  background-size: cover;
    background-position: center;
  background-repeat: no-repeat;
  background-color:#FFF;
}

@media only screen and (min-width:1680px) {
  .hybrid-image {
    background-size: contain;
  }
}