aside {
    color: #000;
    margin: 10px;
}
main .section-title {
    margin-top: 0;
}
blockquote {
    font-size: 1em;
}
footer aside {
    color: #fff;
    margin: 10px 0px;
}
footer {
    background: #609cec;
    border-top: 1px solid #eaeaea;
    margin-top: 20px
}
footer .footer-widget { margin-bottom: 40px;}
footer .footer-widget .logo{ margin-top: 0; margin-bottom: 20px; }
footer .footer-widget .logo h1{ top: 10px; font-size: 30px; color:#fff}
footer .footer-widget .logo h1::first-letter {color: #fff;}
footer .footer-widget h4 {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea
}
footer .footer-widget h4, footer .footer-widget h6 {
    margin-bottom: 15px;
    color: #fff
}
footer a {
    color: #fff;
    text-decoration: underline;
}
footer .footer-widget p {
    font-size: 13px;
    color: #fff;
}
footer .footer-widget i {
    display: block;
    margin-bottom: 5px;
    width: 25px;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 30px
}
footer .footer-widget img.recentwork {
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    margin-top: 5px;
    max-width: 80px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0,0,0,0.2)
}
footer .footer-widget form{
    margin-top: 15px
}
footer .footer-widget .contact-details i {
    display: block;
    margin-bottom: 15px;
    width: 25px;
    float: left;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 30px
}
footer .footer-widget .contact-details span{
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #000
}
footer .footer-widget .social { margin-top: 10px; }
footer .footer-widget .social a i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    margin-right: 2px;
    font-size: 18px;
    border-radius: 50px
}
footer .footer-copyright { padding-top: 20px; border-top: 1px solid #ddd; }
.foot-error .footer-copyright { padding-top: 0; border-top: 0; }
footer .footer-copyright a{ color: #fff;}
footer .footer-copyright p {
    font-size: 13px;
    color: #fff;
    text-align: center
}

h1, h2, h3, .randomrotate, .tp-caption h2, .tp-caption h3, .tp-caption p {
    color: aliceblue
}

.item img {
    margin: auto
}
.randomrotate {
    font-size: 2em;
    margin: 3px
}

.rot-scale {
    color: black;
    font-size: 1em;

    /* Place transtion rules in 'default' state to allow animation to 'reverse' on 'mouse out.' */
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease
}

.rot-scale:hover {
    color: green;
    font-size: 1.5em;

    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.section-title {
    color: black;
}
section p {
    margin-bottom: 5px;
}

section p, section li {
    color: black;
    font-size: 1.25em;
    font-weight: 560;
}

.tp-banner-container {
    background-image: url('../img/slider/innovative.png');
    background-repeat: no-repeat;
    background-size: cover
}

.tp-caption {
    margin: 3px
}
.tp-caption h2, .tp-caption h3 {
    font-weight: 800;
    margin: 3px
}
.tp-caption h2 {
    font-size: 3em
}
.tp-caption h3 {
    font-size: 4em
}
.tp-caption p, .tp-caption strong {
    font-size: 2em;
    font-weight: 600
}

.pull-left {
    margin-right: 10px;
}

.pull-right {
    margin-left: 10px;
}

/* Code copied from: http://ctrlq.org/code/19764-black-white-image-colored */
.img-circle {
    border: 1px solid rgb(170, 255, 92);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    /* IE 6-9 */
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.img-circle:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: none;
    filter: none;
}
.title{color:#000; }

/*designer's note used important to ovverride bootstrap properties and not conflict with other element properties*/
.form-inline-tsi input{float:left; width:calc(50% - 7px) !important; margin-bottom: 14px; }
/*why 14px? It emulates the bootstrap defaults that do not apply to the inline form group*/
.form-inline-tsi input:first-child{margin-right:14px; }

.heading__dark {
    color: #4b4b4b;
}