.content_sec {
    margin: 3% 6%;
    padding-inline-start: 20px;
}
.loginsilde_2_5 .content_sec{
    margin: 0;
    padding-inline-start: 0px;
    height: 100%;
    position: relative;
}
.content_sec .content_head {
    margin-bottom: 10px;
    position: relative;
}
.content_head:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    background: #fff;
    inset-inline-start: -20px;
    top: 0;
}
.content_sec .content_head h2 {
    font-family: 'proxima_novamedium';
    font-size: 32px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 3px;
    padding-top: 5px;
}
.content_sec .content_head h3 {
    font-family: 'proxima_novaregular';
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px
}
.content_sec p {
    font-family: 'proxima_novaregular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}
.loginsilde_2_5 .content_sec .content_img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 60px;
    inset-inline-start: 0px;
}
.sy-box {
    height: 100%;
    position: relative;
    width: 100%;
    background-size: cover;
}


/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-controls {
    display: none;
}
.sy-controls li {
    list-style: none;
}
/* element that crops the visible area to the slides */
.sy-slides-crop {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow: hidden; }

/* list containing the slides */
.sy-list {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute; }
.sy-list.horizontal {
    -webkit-transition: left ease;
    -o-transition: left ease;
    transition: left ease; }
.sy-list.vertical {
    -webkit-transition: top ease;
    -o-transition: top ease;
    transition: top ease; }

/* single slide */
.demo_wrapper, .demo_block {
    height: 100%;
}
.sy-slide {
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 2; }
.sy-slide .content_wraper_main {
    height: 100%;
}
.loginsilde_2_5.sy-slide{
    background-position: center;
}
/* pager bubbles */
.sy-pager {
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    z-index: 9;
    margin: 8px 0; }
.sy-pager li {
    display: inline-block;
    margin-inline-end: 8px;
}
.sy-pager li.sy-active a {
    background-color: #ffffff; }
.sy-pager li a {
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #ffffff;
    background-color: transparent;
    font-size: 0px;
    border-radius: 100%;
    overflow: hidden;
}
.sy-pager li a:link, .sy-pager li a:visited {
    opacity: 1.0; }
.sy-pager li a:hover, .sy-pager li a:focus {
    opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
    width: 100%; }
.sy-filler.ready {
    -webkit-transition: padding 600ms ease;
    -o-transition: padding 600ms ease;
    transition: padding 600ms ease; }

@media only screen and (max-width: 1024px) {
    .content_sec .content_head h2 {
        font-size: 26px;
        line-height: 26px;
    }
    .content_sec .content_head h3 {
        font-size: 18px;
    }
    .content_sec p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
    .content_sec .content_head h2 {
        font-size: 1.9vw;
        line-height: 20px;
    }
    .content_sec .content_head h3 {
        font-size: 1.5vw;
    }
}
@media only screen and (max-width: 1320px) and (min-width: 1309px) {
    .content_sec .content_head h3 {
        font-size: 2vw;
    }
}
@media only screen and (max-width: 3500px) and (min-width: 1380px) {
    .content_sec .content_head h2 {
        font-size: 2vw;
        line-height: 0.6em;
        margin-bottom: 10px;
    }
    .content_sec .content_head h3 {
        font-size: 1.5vw;
        line-height: 1.2em;
        padding-bottom: 7px;
    }
    .content_sec p {
        font-size: 1.2vw!important;
        line-height: 28px;
    }
}

