<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Style linked File*/
.bg-nav{
	background-color: #fff;
}
nav{
	background-color: #fff;
	box-shadow: none;
}
nav ul li a{
	color:#333;
}

.bg-light-grey{
	background-color: #eeeeee;
}
.heading-text{
	    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
    font-size: 32px;
    position: relative;
    line-height: 24px;
    padding-top: 60px;
}
.landingpage-p{
	 margin-top: 30px;
    line-height: 28px;
    font-size: 18px;
    font-weight: 200;
    font-family: monospace;
}
.clients-li{
	display: inline-block;
    margin: 0 17px;
}
.clients-ul{
	text-align: center;
    padding-top: 40px;
}
#myDiv {
  display: none;
}
.card-panel.teal i {
    font-size: 53px;
     color: #00bbff;
     padding: 15px;
}
.teal {
    background-color: #fff !important;
    margin-top: 47px;
}

.blue-btn{
	background-color: #2196F3 !important;
    padding: 10px;
    border-radius: 5px!important;
    border: 1px solid #2196f3;
    color: #fff;
}
.white-text{
	font-size: 16px;
    line-height: 22px;
    color: #777!important;
    font-weight: 400;
}
.h5-text{
	font-weight: 200;
	color: #333;
	padding: 10px;
}

.page-footer {
    padding-top: 20px;
    background-color: #333!important;
}

#mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-height: 32px;
    width: 58%;
    min-width: 130px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none;
}
.black-text {
    color: #fff !important;
}
div#mc_embed_signup_scroll {
    background-color: #333333;
}

#mc_embed_signup .button:hover {
    /* background-color: #777; */
}
slim-10_7.css:16
#mc_embed_signup input.button {
    /* display: block; */
    /* width: 35%; */
    /* margin: 0 0 10px 0; */
    /* min-width: 90px; */
}

slim-10_7.css:8
#mc_embed_signup .button {
    letter-spacing: .03em;
    color: #FFFFFF;
    cursor: pointer;
}
input#mc-embedded-subscribe {
    background-color: #2196f3;
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
label {
    font-size: .8rem;
    color: #ffffff;
}

.card-boxes-container-row{
background-color: #e8e8e8;
}


.border-contact{
	border: 1px solid grey;
	margin-top: 100px;
}
.footer-copyright{
	color: #fff;
}
.footer-heading{
	color: #cbc5c5;
	font-size: 17px;
}
.padding-bottom{
	padding-bottom: 10px;
}
.footer-copyright{
	text-align: center!important;
	color: #fff;
}


/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
/*Portfolio Section CSS*/

.portfolio-bg {
    background-color: #5f5a5a !important;
    padding-top: 30px;
    padding-bottom: 50px;
}.white-clr-text{
    color: #fff;
}
.portfolio-box{
    background-color: #fff;
    color: #333;
    margin-top: -20px;
}
.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.row.bg-nav {
    margin-bottom: 15px;
}



@media only screen and (max-width: 768px) {

}

@media screen and (max-width: 1024px){
.card-panel.teal.mob-card {
    display: none!important;
}
}

</pre></body></html>