    .overlay-main .overlay-image {
        height: auto;
        }
    .about-page .text-align{
            text-align: inherit!important;
            }
           .about-page  p{
             text-align: inherit!important;   
            }
           /*.list li{*/
           /*list-style-type:none;*/
           /*display:inline;*/
           /*margin:5px;*/
           /*font-size:17px;*/
           /*}*/
           /*.linknone{*/
           /*color: white;*/
           /*text-decoration:none;*/
           /*margin-left:-10px;*/
           /*margin:5px;*/
           /*}   */
           /*.card2{*/
           /*box-shadow: none;*/
           /*}  */
          /*.bgcolor{*/
          /* background:#83202D;*/
          /* }*/
           .about-page .textcolor{
           color:#83202D;
           }
          
         .about-page  .card {
            padding-top: 20px;
            margin: 10px 0 20px 0;
            background-color: rgba(214, 224, 226, 0.2);
            border-top-width: 0;
            border-bottom-width: 2px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        .about-page .card .card-heading {
            padding: 0 20px;
            margin: 0;
        }
        
        .about-page .card .card-heading.simple {
            font-size: 20px;
            font-weight: 300;
            color: #777;
            border-bottom: 1px solid #e5e5e5;
        }
        
        .about-page .card .card-heading.image img {
            display: inline-block;
            width: 46px;
            height: 46px;
            margin-right: 15px;
            vertical-align: top;
            border: 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }
        
        .about-page .card .card-heading.image .card-heading-header {
            display: inline-block;
            vertical-align: top;
        }
        
        .about-page .card .card-heading.image .card-heading-header h3 {
            margin: 0;
            font-size: 14px;
            line-height: 16px;
            color: #262626;
        }
        
        .about-page .card .card-heading.image .card-heading-header span {
            font-size: 12px;
            color: #999999;
        }
        
        .about-page .card .card-body {
            padding: 0 20px;
            margin-top: 20px;
        }
        
        .about-page .card .card-media {
            padding: 0 20px;
            margin: 0 -14px;
        }
        
        .about-page .card .card-media img {
            max-width: 100%;
            max-height: 100%;
        }
        
        .about-page .card .card-actions {
            min-height: 30px;
            padding: 0 20px 20px 20px;
            margin: 20px 0 0 0;
        }
        
        .about-page .card-comments .media-heading {
            font-size: 13px;
            font-weight: bold;
        }
        
        .about-page .card.people {
            position: relative;
            display: inline-block;
            width: 170px;
            height: 300px;
            padding-top: 0;
            margin-left: 20px;
            overflow: hidden;
            vertical-align: top;
        }
        
        .about-page .card.people:first-child {
            margin-left: 0;
        }
        
        .about-page .card.people .card-top {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            width: 170px;
            height: 150px;
            background-color: #ffffff;
        }
        
        .about-page .card.people .card-top.green {
            background-color: #53a93f;
        }
        
        .about-page .card.people .card-top.blue {
            background-color: #427fed;
        }
        
        .about-page .card.people .card-info {
            position: absolute;
            top: 150px;
            display: inline-block;
            width: 100%;
            height: 101px;
            overflow: hidden;
            background: #ffffff;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        .about-page .card.people .card-info .title {
            display: block;
            margin: 8px 14px 0 14px;
            overflow: hidden;
            font-size: 16px;
            font-weight: bold;
            line-height: 18px;
            color: #404040;
        }
        
        .about-page .card.people .card-info .desc {
            display: block;
            margin: 8px 14px 0 14px;
            overflow: hidden;
            font-size: 12px;
            line-height: 16px;
            color: #737373;
            text-overflow: ellipsis;
        }
        
        .about-page .card.people .card-bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            display: inline-block;
            width: 100%;
            padding: 10px 20px;
            line-height: 29px;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        
        .about-page .card.hovercard {
            position: relative;
            padding-top: 0;
            overflow: hidden;
            text-align: center;
            background-color: rgba(214, 224, 226, 0.2);
        }
        
        .about-page .card.hovercard .cardheader {
            background: url("http://lorempixel.com/850/280/nature/4/");
            background-size: cover;
            height: 135px;
        }
        
        .about-page .card.hovercard .avatar {
            position: relative;
            top: -50px;
            margin-bottom: -50px;
        }
        
        .about-page .card.hovercard .avatar img {
            width: 100px;
            height: 100px;
            max-width: 100px;
            max-height: 100px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 5px solid rgba(255,255,255,0.5);
        }
        
        .about-page .card.hovercard .info {
            padding: 4px 8px 10px;
        }
        
        .about-page .card.hovercard .info .title {
            margin-bottom: 4px;
            font-size: 24px;
            line-height: 1;
            color: #262626;
            vertical-align: middle;
        }
        
        .about-page .card.hovercard .info .desc {
            overflow: hidden;
            font-size: 12px;
            line-height: 20px;
            color: #737373;
            text-overflow: ellipsis;
        }
        
        .about-page .card.hovercard .bottom {
            padding: 0 20px;
            margin-bottom: 17px;
        }
        .profile{ border-radius: 50%; width:32px; height:32px; line-height:18px;padding: 0.4rem 0.2rem!important;  }
         
        .ceo-image{
            height: 525px;
            padding: 60px;
            width: 100%;border-radius:100px;
        }
        .custum-ul{
            font-size: 14px;
            list-style: none;
            font-weight: 600;
            padding-top: 96px;
            padding-left: 69px;
        
        }
        .hosting-img{
            height:350px;
        }
          @media only screen and (max-width: 600px) {
              .solution{
                  padding-left:8px!important;
              }
              .custum-ul{
                font-size: 14px;
                list-style: none;
                font-weight: 600;
                padding-top: 76px;
                padding-left: 65px;
            }
                 .ceo-image{
            height: 500px;
            padding: 20px;
            width: 100%;border-radius:100px;
        }
        .pt-6{
            padding:0px !important;
        }
        .about-image-height{
            height:320px !important;
        }
         }
         
         @media only screen and (max-width: 900px) {
        .background-holder {
            position: absolute;
            width: 100%;
             min-height: 100%; 
            top: 0;
            left: 0;
            background-position: center !important;
            z-index: -1;
            overflow: hidden;
            
            background-repeat: no-repeat;
            background-size: contain !important;
            height: 280px ;
        }
        .pt-6{
            padding:0px !important;
        }
        
        .overflow-hidden h1{
            position:absolute;
            margin-top:40px !important;
            font-size:32px !important;
        }
        }