﻿

.button-group a {
     background-color:transparent;
     color:#000;
}

.button-group a:focus,
.button-group a:hover {
     background-color:transparent;
     color:#ff9c00;
}

.button {
    font-family:"Raleway",Helvetica,Arial,sans-serif;
    margin: 0.8em 0 0 0;
}

.namelogo {
     height:70px;
     width:260px;
}

.banner {
    background-color: #ccd5df;
    height:60%;
   
}

.banner .intro {
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}

.banner h1 {
    color: #000;
    font-size: 2.5rem;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    text-align: center; 
    font-family: "Shadows Into Light",cursive;
}

.banner p {
    color: #000;
    line-height: 1.75em;
    font-weight: 200;
    text-align: center;
    margin-bottom: 2rem; 
 }

.banner .tech-img {
    background: transparent url('../images/ProfSoft_Primary_Portrait_Logo_RGB.png') no-repeat center center;
    background-size:cover;
    height: 9rem;
    width: 9rem;
    display: block;
    margin: 0 auto; 
}

.cost-Logo{
	 background: transparent url('../images/ProfSoft_Primary_Portrait_Logo_Cost_RGB.png') no-repeat center center;
     background-size:contain;
     height:250px;
     width:300px;
}

.sec-Logo{
	 background: transparent url('../images/ProfSoft_Primary_Portrait_Logo_Sec_RGB.png') no-repeat center center;
     background-size:contain;
     height:250px;
     width:300px;
}

.tax-Logo{
	 background: transparent url('../images/ProfSoft_Primary_Portrait_Logo_Tax_RGB.png') no-repeat center center;
     background-size:contain;
     height:250px;
     width:300px;
}

@media only screen and (min-width: 40.063em) 
{

    .banner .tech-img {
        height: 18rem;
        width: 18rem; 
    }

    .banner p {
        text-align: center;
    } 

}

.btn .round-icon 
{
    background-color: #003366;
    border-radius: 50%;
    display: table;
    width: 50px;
    height: 50px;
    margin: 0px auto 1rem;
    font-size: 2rem;
}

.btn .round-icon:hover{
  background-color: #000;
}

.btn .round-icon .privacytxt
{
  position:absolute;
  left:50;
 font-size:1rem;
color:#6ba5ec;
}

.btn .round-icon:hover > .privacytxt
{
color:#fff;
}

.btn .round-icon span 
{
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}



.features {
  text-align: center; 
}

.features hr {
    width: 30%;
    margin: 1rem auto; 
}

.features .round-icon 
{
    background-color: #E87E04;
    border-radius: 50%;
    display: table;
    width: 180px;
    height: 180px;
    margin: 0px auto 1rem;
    font-size: 5rem;
}

.features .round-icon span 
{
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

.features h5 {
    color:#000;
}

.features p {
    color:#505050;
}

@media only screen and (max-width: 50em) 
{
    .features .columns {
        margin-bottom: 8rem; 
    } 
}

h2.header {
    color:#000;
    border-left:solid 10px #003366;
    padding-left:10px;
}

.about .round-icon 
{
    background-color: #003366;
    border-radius: 50%;
    display: table;
    height: 80px;
    margin: 0px auto 1rem;
    width: 80px;
    font-size: 3rem;
}

.about .round-icon span 
{
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

.about .round-icon:hover {
	 background-color: #fff;
}

.about .round-icon:hover span {
	 color: #000;
}

.sec_about{
    margin:50px 0 50px 0;
}

.sec_prod {
    background-color:#ccd5df;
    padding:50px 0 50px 0;
}

.sec_cont {
     background-color:#fff;
     margin:50px 0 50px 0;
}

*{
	font-family: Verdana, Arial, Helvetica;color:#182736;
}

.footer
{
	background-color:#ccd5df;
	height:500px;
    padding:20px 0;
}

.contact-num  i {
    background-color: #003366;
    border-radius: 50%;
    font-size:2em;
    padding:2px 8px 2px 8px;
    color:#fff;
}

.contact-num a {
   color:#000;
}


.contact-num ul li i {
       background-color: #003366;
    border-radius: 50%;
    font-size:5em;
     padding:2px 8px 2px 8px;
      color:#fff;
}

.contact-num i:hover{
	background-color: #14437c;
}

.fi-social-facebook {
	background-color: #003366; 
	border-radius: 50%; 
	font-size:3em; 
	padding:5px 15px 5px 15px; 
	color:#fff;
}

.fi-social-facebook:hover {
	background-color: #000;
	cursor:pointer;
}

#goBackTop {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  background-color: #003366; /* Set a background color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 50px; /* Rounded corners */
  font-size: 16px; /* Increase font size */
}
#goBackTop:hover{
	
	  background-color: #000;
	  cursor:pointer;
}
