/*
Theme Name: soar360-4a1ef9ffdaab26e6cf20f9b0beee7b0
Author: Your Name
Description: Theme description
Version: 1.0.0
License: GPL v2
License URI: https://www.gnu.org/licenses/licenses.html
Text Domain: soar360-4a1ef9ffdaab26e6cf20f9b0beee7b0
*/

.project-info-wrapper a {
    color: #fff;
}
.project-more-link a {
    text-align: center;
    background: #fff;
    display: block;
    width: 60px;
    height: 60px;
    float: right;
    line-height: 60px;
    border-radius: 50px;
    color: #000;
}
.projectLink {
    margin-top: 100px;
}

.projectLink a img {
    width: 4%;
    vertical-align: text-top;
    /* margin-top: 0; */
    padding-top: 7px;
}
.projectLink a {
    background: #ff3600;
    color: #fff;
    padding: 20px;
    font-size: 20px;
}
.projectLink a:hover{
    background-color: #333;
}
div#w-node-9bdf9da56fbe1d68da49 {
    width: 50%;
    float: left;
}
.services-content-area {
    max-width: 495px;
    margin: 0 auto;
    margin-top: 80px;
}
a.button-secondary.w-inline-block.ss-button {    
    background: #fff;
    color: #ff3600;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 30px;
    margin-top: 50px;
}
.footer-social-wrapper {
    display: inline-block;
}



.screen-reader-text {
    display: none;
}

/* 
Standard page Styles 
*/
.section-page-content{
    color: #ffffff;
}

.section-page-content .standard-header-wrapper{
    padding-top: 90px;
}

.section-page-content h1{
    /*font-size: 56px;*/
    font-size: 120px;
    line-height: 104px;
}

.section-page-content h2{
    font-size: 26px;
}

.section-page-content h3{
    font-size: 18px;
}

.section-page-content h4{
    font-size: 16px;
}

.section-page-content h5{
    font-size: 12px;
}

.section-page-content h6{
    font-size: 10px;
}

.section-page-content p{
    margin: 20px 0px;
}
.page-id-617 .standard-header-wrapper > h1 {
    display: none;
}
ul#testimonial-dashboard-area {
    padding: 0;
    list-style-type: none;
    margin-bottom: 80px;
}
ul#testimonial-dashboard-area li {
    width: 48%;
    float: left;
    margin-right: 20px;
}
.testimonial-items img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: -1px 1px 20px 1px #fff;
}
ul#testimonial-dashboard-area li {
    border-bottom: 1px solid #545454;
    padding: 15px;
}
h1.people-saying {
    font-size: 60px;
    padding-top: 120px;
    padding-bottom: 30px;
}
.testimonial-author {
    font-family: 'Darker Grotesque', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #ff3600;
	text-align:right;
}
.testimonial-content p {
    font-style: italic;
}
.testimonial-avator {
    margin: 0 auto;
    display: table;
}
li.testimonial-items img {
    margin: 0 auto;
    display: table;
}







@media (max-width: 767px) {
    .section-page-content .standard-header-wrapper{
        padding-top: 90px;
    }

    .section-page-content h1{
        font-size: 56px;
        line-height: 50px;
    }
    
    div#w-node-9bdf9da56fbe1d68da49 {
        width: 100%;
    }
    ul#testimonial-dashboard-area li {
        width: 100%;
        margin-right: 0;
    }
    h1.people-saying {
        font-size: 30px !important;
        padding-top: 50px;
        padding-bottom: 30px;
        text-align: center;
    }


    
}