.ty-main-block{
    background: url(../promo_images/ty-lightgray.webp) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding:0 1%;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.chk-lg{
    margin:1% 0;
}
.ty-title{
    font-size:3em;
    font-weight:bolder;
    color:#000;
    margin: 0 0 1% 0
}
.ty-desc{
    text-align:center;
    color:#000;
    font-size:1.2em;
    margin: 0 0 4% 0
}

@media only screen and (max-width: 767px) {
    .ty-desc{
        margin: 0 0 10% 0
    }
}

.ty-soc-block{
    text-align:center;
    padding: 0 70px;
    background:#40A5FF;
}

@media only screen and (max-width: 767px) {
    .ty-soc-block{
        padding: 0 50px;
    }
}

.ty-soc-block-title{
    font-size:1.3em;
    padding:8% 0;
    font-weight:bolder;
    color:#fff
}
.ty-soc-list{
    list-style-type: none;
    padding:2% 0 8% 0;
}

.ty-soc-list li{
list-style-type:none;
width:30px;
margin:10px 0;
width:100%;
display: inline;
}

.ty-soc-list a {
display:inline-block;
width: 40px;
height: 40px;
margin:0 5px;
border: 2px solid #fff;
line-height: 35px;
text-align: center;
font-size: 15px;
border-radius: 5px;
position: relative;
color: #fff;
transition: all 0.25s;
}

.ty-soc-list a:hover{
    background: #fff;
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
.ty-soc-list a {
    border: 2px solid #fff;
    color: #fff;
    background:#40A5FF;
}
}

.ty-soc-list li a i{
        font-size:17px;
    }

/*--------------------------------*/
.ty-soc-list  a.active.fb:after {
background: #3b5998;
}

.ty-soc-list  a.fb:hover,
.ty-soc-list  a.active.fb {
color: #3b5998;
}
/*--------------------------------*/
.ty-soc-list  a.active.youtube:after {
background: #FF0000;
}

.ty-soc-list  a.youtube:hover,
.ty-soc-list  a.active.youtube {
color: #FF0000;
}
/*--------------------------------*/
.ty-soc-list  a.active.instagram:after {
background: #d62976;
}

.ty-soc-list  a.instagram:hover,
.ty-soc-list  a.active.instagram {
color: #d62976;
}
/*--------------------------------*/
.ty-soc-list  a.active.linkedin:after {
background: #0077B5;
}

.ty-soc-list  a.linkedin:hover,
.ty-soc-list  a.active.linkedin {
color: #0077B5;
}