
/*Existing Code*/

.style-3 .cta-content {
    padding: 40px 30px;
    background: #EEEEEE;
    margin-top: 14%;
    box-shadow: 0 0 30px var(--color-accent);
    border: 8px solid #fff;
    margin-left:50px;
    margin-bottom: -50px;
    margin-top: 80px;
}

.style-3 .cta-content h3{
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  color: var(--color-primary);
}

#mt_services .box p {
    margin-bottom: 0;
    line-height: 1.5;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    line-height: 1.5em;
    max-height: 10.1em;
}

.about-item{
  padding: 40px 30px;
  border: 1px solid #f1f1f1;
  box-shadow: 10px 10px 20px #cccccc67;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.aboutus-title{
  margin-top: 20px !important;
  margin-bottom: 50px !important;
}

.partner-title{
  margin-bottom: 50px !important;
}


section.blog-list{
background: var(--Detail-bg);
}


/*Additional Code*/
section.login-bg
{
  background: url(../../images/Backgrounds/login.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
}

section.register-bg
{
  background: url(../../images/Backgrounds/register.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
}

section.register-operator-bg
{
  background: url(../../images/Backgrounds/register-operator.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
}
section.register-accommodation-bg
{
  background: url(../../images/Backgrounds/register-accommodation.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
}
section.mission{
  background: url(../../images/backgrounds/mission.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 40px;
}

.mission h2
{
    font-size: 24px;
    color: var(--color-accent);
    padding: 0px 20px;
}

.mission p
{
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    padding: 0px 20px;
}

.mission a{
  font-family: var(--font-btn);
  margin: 0px 20px;
}

section.vision{
  background: url(../../images/backgrounds/vision.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  padding: 40px;
}

.vision h2
{
    font-size: 24px;
    color: var(--color-accent);
    padding: 0px 20px;
}

.vision p
{
    font-size: 18px;
    font-family: var(--font-heading);
    font-weight: 500;
    color: #fff;
    line-height: 1.8;
    padding: 0px 20px;
}

.vision a{
  font-family: var(--font-btn);
  margin: 0px 20px;
}