section.section-80 {
    padding: 80px 0;
}
section .section-heading {
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    font-family: "Proxima Nova";
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 0;
    color: #111;
}
section .section-heading span {
    position: relative;
    padding-bottom: 15px;
}
section .section-heading span:before ,
section .section-heading span:after {
    content: "";
    border-bottom: 2px solid #504c4b;
    position: absolute;
    width: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
section .section-heading span:before {
    left: 22px;
}
section .section-heading span:after {
    bottom: 4px;
    left: -22px;
}
section .section-heading i {
    width: 70px;
    background: #f7d700;
    height: 70px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #222 !important;
    font-weight: 100;
    font-size: 35px;
    margin-right: 15px;
}
section .section-description {
    margin: 16px auto 50px;
    text-transform: none;
    text-align: center;
    max-width: 650px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
}
.services-section .services-heading span:after ,
.services-section .services-heading span:before,
.newsletter-section .newsletter-heading span:after ,
.newsletter-section .newsletter-heading span:before {
    border-color: #fff;
}
.services-section .single-service p {
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-weight: 300;
}
.services-section .single-service h4 {
    margin: 15px 0 20px;
    font-size: 21px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
    font-family: "Proxima Nova";
}
.text-white{
    color: #fff !important;
}
.maverick-background-pattern {
    background: -webkit-linear-gradient( top left, rgba(0, 91, 151, 0.92), rgba(61, 132, 68, 0.92) ), url(../images/abstract.svg);
    background: -o-linear-gradient( top left, rgba(0, 91, 151, 0.92), rgba(61, 132, 68, 0.92) ), url(../images/abstract.svg);
    background: -ms-linear-gradient( top left, rgba(0, 91, 151, 0.92), rgba(61, 132, 68, 0.92) ), url(../images/abstract.svg);
    background-position: center center;
}

.hgroup h2 {
    font-size: 48px;
    line-height: 62px;
    margin: 0 0 10px;
    font-family: "Proxima Nova";
    color: #000;
    font-weight: 700;
}
.hgroup p {
    font-size: 19px;
    line-height: 30px;
    margin: 40px 0 30px;
    color: #4d4d4d;
    font-weight: 500;
}
.hgroup.home-header{
    background: #fff;
    padding: 60px 0;
}
@media only screen and (min-width: 992px) {
    .hgroup.home-header .row{
        display:flex;
        align-items:center;
        text-align:left;
        flex-direction: row-reverse;
    }
}
.hgroup #home-contact-form {
    margin-top: 15px;
}
.hgroup #home-contact-form ul{
    padding-left: 0;
}
.hgroup #home-contact-form ul li{
    display: inline-block;
    height: auto;
    vertical-align: middle;
}
.hgroup #home-contact-form input[type="email"], 
.hgroup #home-contact-form input[type="text"]{
    color: #4d4d4d;
    background: #fff;
    border: 1px solid #a3a3a3;
    display: inline-block;
    float: left;
    border-radius: 3px;
    height: 60px;
}
.hgroup #home-contact-form button{
    text-shadow: none;
    padding: 9px 20px;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    border-radius: 3px;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    width: 120px;
    height: 60px;
    background: #f7d700;
    border: 1px solid #f7d700;
    letter-spacing: 1.5px;
    margin-left: 2px;
    font-weight: 900;
    color: #222;
}
.services-section .single-service h4 {
    color: #f7d700;
}
section.connect-with-us{
    background: #fff;
    padding: 60px 0;
}

.connect-with-us .section-heading{
    text-align:left;
}
.connect-with-us .section-description{
    text-align:left;
    margin: 0 auto;
}
.connect-with-us ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.connect-with-us ul li a i{
    font-size: 50px;
    display: block;
    margin:30px;    
}
.connect-with-us ul li a{
    color: #4d4d4d;
    font-size: 16px;
    line-height: 27px;
}
.connect-with-us ul li a i.fa-facebook{
    color: #3a579a;
}
.connect-with-us ul li a i.fa-twitter{
    color: #00abf0;
}
.connect-with-us ul li a i.fa-instagram{
    color: #e4405f;
}

.services-section .single-service{
    display: initial;
    text-align:center;
    border-right: 1px solid #f7f7f775 !important;
    padding: 0 30px;
}
.services-section .single-service:last-child{
    border-right: none !important;
}
.newsletter-section a{
    color: #222 !important;
    background-color: #f7d700;
    border-color: #f7d700;
    white-space: normal;
    border: 0;
    position: relative;
    font-weight: 700;
    padding: 18px 40px;
    letter-spacing: 0.01rem;
    border-radius: 4px;
    margin: 2rem 0 0;
    font-size: 21px;
    display: inline-block;
    text-align: center;
}
.newsletter-section img{
    max-width: 150px;
    margin-bottom: 25px;
}
.newsletter-section .newsletter-inner p{
    max-width: 80%;
    margin: 10px auto;
    font-weight: 300;
}
@media only screen and (min-width: 992px) {
    .connect-with-us .row{
        display: flex;
        align-items: center;
    }
}
@media only screen and (max-width: 992px) {
    .hgroup.home-header .col-md-5{
        display: none;
    }
    .services-section .services-inner{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .services-section .single-service{
        border-right: none !important;
    }
    .connect-with-us .section-description,
    .connect-with-us .section-heading{
        text-align: center;
    }
    .newsletter-section a{
        padding: 18px 30px;
        font-size: 19px;
    }
}
@media only screen and (max-width: 767px) {
    section .section-heading{
        font-size: 32px;
    }
    .hgroup h2{
        font-size: 40px;
        line-height: 52px;
    }
    .free-ebook{
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 576px) {
    .tms-social-btns .col-md-4{
        flex-basis: 100%;
    }
    .services-section .single-service{
        width: 100%;
    }
}