@charset "utf-8";
/* CSS Document */
.mainwraper{
background-image: url(../images/cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
 
}


.consulting_img {
    text-align: center;
}


span{
    font-size:20px;
  
    color: rgb(129, 129, 129);}

.maincontent{
    background-color:rgba(255, 255, 255, 0);
}
.padd-left {
	padding-left: 0;
}
.padd-right {
	padding-right: 0;
}
.padd-both {
	padding-left: 0;
	padding-right: 0;
}

.left_nav{
	background:#ffffff00;
}

.mainsection{
	background:#ffffff00;
	height:100%;
}
.logo{
    text-align: center;
    margin-top: 15px;
}
.consulting_btn span {
    margin-top: 10px !important;
    display: block;
}

.network_btn span {
    margin-top: 10px !important;
    display: block;
}
.systems_btn span {
    margin-top: 10px !important;
    display: block;
}
.network_img img{
    text-align: center;
    margin: 0 auto;
}
.systems_img img{
    text-align: center;
    margin: 0 auto;
}
.consulting_img img{
    text-align: center;
    margin: 0 auto;
}
h1{
    font-size: xx-large;
    color: aqua;
    text-align: center;
}


.consulting_btn{
    text-align: center;
    margin-top: 20px !important; 
}


.network_btn{
    text-align: center;
    margin-top: 20px !important; 
}

.systems_btn{
    text-align: center;
    margin-top: 20px !important; 
}
/**
 * profile pic
 */

.profile-header-img {
    padding: 34px;
}

.profile-header-img > img.img-circle {
    width: 120px;
    height: 120px;
    border: 2px solid #51D2B7;
}

.profile-header {
    margin-top: 43px;
}

/**
 * profile pic
 */
 .consulting_btn {
    display: block;
    margin: 0px auto;
    max-width: 400px;
    
}
.consulting_btn a {
    display: block !important;
    background-color: #024e72;
    border-color: #024e72;
    padding: 8px 0;
    border-radius: 47px;
    font-size: 20px;
    color: #fff;
    font-family: 'ralewayregular', sans-serif;
    max-width: 297px;
    height: 100%;
    margin: 0px auto;
}
.consulting a:hover {
    display: block !important;
    background-color: #02496b;
    border-color: #02496b;
    padding: 8px 0;
    border-radius: 47px;
    font-size: 20px;
    color: #fff;
    font-family: 'ralewayregular', sans-serif;
    max-width: 297px;
    height: 100%;
    margin: 0px auto;
}
.network_btn {
    display: block;
    margin: 0px auto;
   
}

.network_btn a {
    display: block !important;
    background-color: #71bc51;
    border-color: #69af4b;
    padding: 8px 0;
    border-radius: 47px;
    font-size: 20px;
    color: #fff;
    font-family: 'ralewayregular', sans-serif;
    max-width: 297px;
    height: 100%;
    margin: 0px auto;
}

.network_btn a:hover {
    display: block !important;
    background-color: #69af4b;
    border-color: #69af4b;
    padding: 8px 0;
    border-radius: 47px;
    font-size: 20px;
    color: #fff;
    font-family: 'ralewayregular', sans-serif;
    max-width: 297px;
    height: 100%;
    margin: 0px auto;
}

.systems_btn {
    display: block;
    margin: 0px auto;
    max-width: 400px;
   
}

.systems_btn a {
    display: block !important;
    background-color: #3399cc;
    border-color: #3399cc;
    padding: 8px 0;
    border-radius: 47px;
    font-size: 20px;
    color: #fff;
    font-family: 'ralewayregular', sans-serif;
    max-width: 297px;
    height: 100%;
    margin: 0px auto;
}

.systems_btn a:hover {
    display: block !important;
    background-color: #2f90c0;
    border-color: #2f90c0;
    padding: 8px 0;
    border-radius: 47px;
    font-size: 20px;
    color: #fff;
    font-family: 'ralewayregular', sans-serif;
    max-width: 297px;
    height: 100%;
    margin: 0px auto;
}


.foter {
    
    background-color: #081327;
   
    text-align: center;
   
    font-size: 12px;
    color: #3399cc;
    font-family: 'ralewayregular', sans-serif;
    max-width: 100%;
    height: 40px;
    margin: 40px auto;
    margin-bottom: 0px;
}
.h5 {
    
  
    background-color: #081327;

    padding: 08px 0;
   
    font-size: 12px;
    color: #3399cc;
    font-family: 'ralewayregular', sans-serif;
  
    
   
    
}