.contact-section{
    background-position: center center;
    padding: 20px;
    display: block;
    position: relative;
}

.contact-section:before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.contact-section .titie-section{
    display: block;
    margin-top: 80px;
}

.contact-section .titie-section h1{
    color: #fff;
}

.contact-section .left-content h1{
    font-size: 72px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-weight: 300;
}

.contact-section .left-content h1 span{
    color: #45a099;
}

.contact-section h3{
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Century Gothic','Roboto';
    margin: 0;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 10px;
}

.contact-section p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: 'Century Gothic','Roboto';
}

.contact-section p b{
    color: #45a099;
}

.contact-info{
    display: block;
    margin-top: 10px;
}

.contact-info p{
    margin: 0;
}

.social-media{
    display: block;
    margin-top: 60px;
}

.social-media ul{
    margin: 0;
    padding: 0;
    display: block;
}

.social-media ul li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.social-media ul li a{
    color: #fff;
}

.social-media ul li a i{
    height: 35px;
    width: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    text-align: center;
    padding: 7px 0;
}

.social-media ul li a:hover i{
    background: #45a099;
    border: 1px solid #45a099;
}