/*welcom section start*/
.widget-snippet .welcome-section{
  margin-top:40px;
}
.widget-snippet .welcome-section .container{
  max-width:1260px;
  width:100%;
}
.widget-snippet .welcome-content{
  margin-top:20px;
}
.widget-snippet .welcome-image-box{
	display:flex;
}
.widget-snippet .right-image-box img{
	width:100%;
	max-width:100%;
}
.widget-snippet .right-image-box{
	padding-left: 135px;
    padding-right: 20px;
}
.widget-snippet .left-image-box{
	position:absolute;
	padding: 12px 12px 41px 12px;
	bottom:0;
	background-color:#fff;
    margin-left: -25px;
}
.widget-snippet .left-image-box img{
	  width: 100%;
      max-width: 332px;
}

.widget-snippet .welcome-content h2{
	font-size:22px;
	line-height:30px;
	color: rgb(1, 117, 117) !important;
    font-weight:700;
    margin-top:20px;
}
.widget-snippet .welcome-content h1{
	font-size:46px;
	line-height:53px;
	margin: 0;
    padding: 0;
	padding-bottom:14px;
    font-weight:700;
    padding-top:12px;
    color:#000;
    font-family: 'Open Sans';
}
.widget-snippet .welcome-btn a{
	padding: 13px 52px 13px 52px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    border: 2px solid #017575 !important;
    color:rgba(1, 117, 117, 1);
    background: transparent;
    border-radius: 0;
    text-transform: capitalize;
    text-decoration: none;
}
.widget-snippet .welcome-btn a:hover{
    border: 2px solid rgba(239, 190, 79, 1) !important;
    background: rgba(239, 190, 79, 1) !important;
    color:#000;
}
.widget-snippet .welcome-btn{
	margin-top:30PX;
}
.widget-snippet .welcome-section p{
   font-size:15px;
   line-height:27px;
   color:#000;
   font-family: 'Open Sans';
}
/*welcom section end*/
