.col-sm-6.right-col-content {
    overflow: hidden;
    padding: 90px;
    min-height: 100vh;
    background: linear-gradient(90deg, #ffffff2b 0%, #f11e5852 100%,#f11e5852 48%);
}

.fxt-sub-title {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 300;
}


h1.fxt-main-title {
    color: #eb4e5a;
    text-transform: capitalize;
    font-size: 42px;
}

.left-inner-content {
    padding: 100px 75px 0px;
}


.fxt-socials ul {
    text-decoration: none;
    list-style: none;
    padding: 0;
}

.fxt-socials ul li {
    float: left;
    display: inline-block;
    padding: 0px 20px 0px 0px;
}

.fxt-socials {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 15px 0pc;
}


.fxt-buttons a {
    display: inline-block;
    border-radius: 4px;
    padding: 10px 25px;
    background: #35bfc0;
    color: #fff;
}

.fxt-buttons a:hover{
	background: #000;
	text-decoration:none;
}

.fxt-buttons {
    overflow: hidden;
    width: 100%;
    display: block;
    margin: 20px 0px;
}

.fxt-socials ul li a {
    color: #35bfc0;
    display: block;
    padding: 10px 0px;
}


.fxt-socials ul li a:hover {
    color: #000;

}



.fxt-logo {
    margin-bottom: 30px;
}