body.widget-snippet .welcome-area{
  padding: 40px;
}
.widget-snippet .welcome-area {
    padding-top: 135px;
    padding-bottom: 135px;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
}
.widget-snippet  .welcome-area h1 {
     color: #000;
    font-size: 54px;
    font-weight: 500;
    line-height: 64px;
    margin: 0;
    padding: 20px 0 25px;
    position: relative;
}
.welcome-area  h1 strong{
    color: #3361B5;
	font-weight:800;
}
.widget-snippet .welcome-text p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
    padding: 0 0 25px;
}
.widget-snippet  .welcome-picture img{
	max-width:100%;
	height:auto;	
}
.widget-snippet .welcome-area .read-more {
    color: #FF7F00;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .welcome-area .read-more:hover {
    color: #000;
}
.widget-snippet .welcome-area .read-more:after {
    content: '';
    background: url(/template/7663bd01/images/sprite-in-welcome.png) no-repeat 0 0;
    width: 9px;
    height: 15px;
    display: inline-block;
    vertical-align: top;
    margin: 17px 0 0 8px;
     -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .welcome-area .read-more:hover:after {
    background-position: 0 -22px;
}
.widget-snippet  .welcome-picture {
    text-align: right;
    position: relative;
}
.widget-snippet .welcome-picture:after {
    content: '';
    width: 201px;
    height: 183px;
    background: url(/template/7663bd01/images/polygon.png) no-repeat;
    position: absolute;
    right: -79px;
    bottom: 40px;
    z-index: -1;
}
.widget-snippet  .welcome-picture img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet  .welcome-picture img:hover {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.02);
}
