
/** welcome-section **/

.welcome-section{
  position: relative;
}

.welcome-block-one{
  position: relative;
  display: block;
  background: #f9e8e0;
  border-radius: 10px;
  padding: 36px 30px 34px 215px;
  margin-bottom: 30px;
}

.welcome-block:last-child .welcome-block-one{
  background: #e1effd;
}

.welcome-block-one .image{
  position: absolute;
  left: 13px;
  bottom: 0px;
}

.welcome-block-one h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 16px;
}

.welcome-block-one h3 span{
  font-weight: 300;
}

.welcome-block-one button,
.welcome-block-one a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  color: #1b1b1b;
  transition: all 500ms ease;
}

.welcome-block-one button:hover,
.welcome-block-one a:hover{
  text-decoration: underline;
}

.welcome-section .sec-title h2{
  font-size: 40px;
  line-height: 48px;
  font-family: var(--text-font);
  color: #444444;
  font-weight: 300;
}


/** welcome-style-two **/

.welcome-style-two{
  position: relative;
}

.welcome-style-two .sec-title p{
  margin-top: 16px;
}

.welcome-block-two{
  position: relative;
  display: block;
  background: #d5e9f8;
  border-radius: 10px;
  padding: 49px 45px 42px 40px;
  margin-bottom: 30px;
}

.welcome-block-two h3{
  display: block;
  font-size: 28px;
  line-height: 36px;
  color: #0e2a4e;
  margin-bottom: 7px;
}

.welcome-block-two p{
  margin-bottom: 29px;
}

.welcome-block-two a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--roboto);
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background: #28537f;
  border-radius: 40px;
  padding: 10px 33px;
  text-align: center;
}

.welcome-block-two a:hover{

}


.welcome-block:nth-child(2) .welcome-block-two{

}

.welcome-block:nth-child(2) .welcome-block-two h3,
.welcome-block:nth-child(2) .welcome-block-two p{
  color: #fff;
}

.welcome-block:nth-child(2) .welcome-block-two a{
  background: #fff;
  color: #000;
}

.welcome-block:last-child .welcome-block-two{
  background: #f0f0f0;
}


































