@import url('//fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap');
body.widget-snippet{
    padding: 40px;
}
.welcome-con .container {
    width: auto;
    max-width: 1170px;
}
.welcome-con a:hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
}
.welcome-con .title {
    font-family: "Roboto Slab",serif;
    color: #65686f;
    font-size: 24px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.welcome-con span.big {
    font-weight: 400;
}
.welcome-con span.zipa {
    color: #000;
    font-size: 27px;
    font-weight: 500;
}
.welcome-con p {
    font-family: 'Open Sans',sans-serif;
    color: #a1a3a7;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.welcome-con .icon-wrap {
    background: #399ac8 none repeat scroll 0 0;
    border-radius: 40px;
    height: 60px;
    position: absolute;
    text-align: center;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widget-snippet .welcome-con .icon-wrap i {
    color:#ffffff;
    font-size:26px;
}
.welcome-con h4 {
    color: #3c3f46;
    font-family: "Roboto Slab",serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 10px;
}
.welcome-con .text {
    margin-left: 85px;
    overflow: hidden;
}
.welcome-con a.readmore,
.welcome-con a.readmore:visited,
.welcome-con a.readmore:active,
.welcome-con a.readmore:focus,
.welcome-con a.readmore:hover {
    background: #399ac8 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab",serif;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 35px;
    margin-top: 10px;
    padding: 12px 65px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.widget .welcome-con a.readmore:focus,
.widget .welcome-con a.readmore:hover {
    background: #000000 none repeat scroll 0 0;
    outline: none;
}
body.widget-snippet .welcome-con a.readmore:hover {
    outline: 2px #f26522 dashed;
}
.welcome-col-8 .col-sm-6 {
    padding: 15px;
}
.welcome-col-8 .col-sm-6:nth-child(2n+1) {
    clear: left;
}
/*  responsive */
.welcome-con .col-md-4 {
    max-width: 530px;
}
.welcome-col-8 .col-sm-6 {
    max-width: 530px;
}
.welcome-con .title > span {margin-right: 4px;display: inline-block;}
@media (max-width: 767px) {
    .welcome-con .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .welcome-con span.zipa {
        font-size: 24px;
    }
    .welcome-con .text {
        margin-left: 80px;
    }
    .welcome-con a.readmore, .welcome-con a.readmore:visited, .welcome-con a.readmore:active, .welcome-con a.readmore:focus,
    .welcome-con a.readmore:hover {
        margin-bottom: 25px;
    }
    .welcome-con p {
        margin: 10px 0;
    }
    .welcome-con h4 {
        font-size: 18px;
    }
}
