.bg-image
{
    /*position: absolute;*/
}

.bg-image-abs
{
    position: absolute;
}


.top-section
{
    position: relative;
    padding: 1% 2%;
    overflow: hidden;
    background-color: #245663;
}

.top-section .row
{
    max-width: 1450px;
    margin: 40px auto;
}

.right-svg
{
    padding: 5%;
    max-width: 650px;
}


.top-section
{
    max-height:550px;
    padding: 0px;
}

.main-info
{
    margin-top: 180px;
    padding-left: 8%;
}

.main-info .title
{
    display: block;
    color: white;
    font-size: 42px;
    text-align: left;
}

.main-info .title .bold
{
    font-weight: 700;
}

.main-info .subtitle
{
    display: block;
    color: white;
    font-size: 15px;
    font-weight: 100;
    text-align: left;
    line-height: 20px;
    padding-right: 120px;
}


.main-image-section
{
    /*padding-top: 100px;*/
    max-width: 1300px;
    margin: 0 auto;
}

.boost-title
{
    text-align: center;
    min-height: 140px;
    padding-top: 40px;
    margin-bottom: 60px;
}

.boost-title .left-sign,
.boost-title .right-sign
{
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}
.boost-title .left-sign svg
{
    width: 60px;
}

.boost-title .right-sign svg
{
    width: 45px;
}

.boost-info-text
{
    display: inline-block;
    max-width: 500px;
}


.boost-info-text-title
{
    font-size: 28px;
    font-weight: 300;
}

.boost-info-text-title .boost-bold
{
    font-size: 32px;
    font-weight: 700;
}

.boost-info-text-Description
{
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 10px 30px;
    opacity: 0.9;
    font-weight: 100;
}


.strip-zendesk-plus
{
    height: 100px;
    background-color: #f8f8f8;
    margin: 80px 0px;
}

.strip-zendesk-plus .main-sign svg
{
    width: 160px;
    margin-top: 28px;
}


.strip-left-image,
.strip-right-image
{
    max-width: 1450px;
    margin: 120px auto;
}

.strip-left-image .title,
.strip-right-image .title
{
    font-size: 40px;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-top: 15%;
    color: #245663;
    line-height: 45px;
}

.strip-left-image .description,
.strip-right-image .description
{
    font-size: 14px;
    line-height: 18px;
    font-weight: 100;
    display: block;
    text-align: left;
    padding-right: 100px;
    color: #245663;
    margin-top: 20px;
}


@media (max-width: 768px) {
    .strip-left-image .title, .strip-right-image .title,
    .strip-left-image .description, .strip-right-image .description
    {
        text-align: center ;
    }

    .strip-left-image .description, .strip-right-image .description
    {
        padding: 0 50px;
    }

    .top-section  .main-info
    {
        padding-left: 0px;
        margin-top: 100px;
    }

    .top-section  .main-info .title,
    .top-section  .main-info .subtitle{
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;

    }

}
