/*Slider*/
/* Slider CSS
   Supports Version 3
*/
#home_slider{
    overflow:hidden;
    margin-top: 10px;
    width:854px;
    /*height:150px;*/
    float:left;
    border:3px solid #2e3192 ;
    border-radius:5px;
    position:relative;
}
#home_slider .arrow_left{
    position:absolute;
    padding:10px 8px;
    line-height:50px;
    right:0;
    color:#000;
    margin-top: 140px;
    font-size:35pt;
    cursor:pointer;
    font-weight: 200;
    z-index:5;
    opacity: 0.1;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
}
#home_slider .arrow_right{
    /*padding-top:5px;*/
    margin-top: 140px;
    position:absolute;
    padding:10px 8px;
    line-height:50px;
    color:#000;
    font-size:35pt;
    cursor:pointer;
    z-index:5;
    opacity: 0.1;
    font-weight: 200;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
}
#home_slider .home_elements{
    margin:0px;
    float:left;
    width:7720000px;
    /*margin-left:-392px; Changes in JavaScript*/
    padding:0px;
}
#home_slider .home_elements li{
    width:854px;
    /*height:150px;*/
    float:left;
    margin-left:-0px; /*Use the to move the images left and right*/
    position:relative;
    list-style: none;
}
#home_slider img{
    display: block;
}
@media (max-width:481px ){
    #home_slider{
        /*height: 240px;*/
    }
    #home_slider ul img{
        max-width: 100%!important;
        width: 100%;
        margin-left: -0%;
    }
}
@media(max-width: 768px){
    #home_slider li{
        overflow: hidden;
    }

}

#home_slider .dots{
    width:100%;
    position:absolute;
    left: 0px;
    bottom:-2px;
    text-align: center;
    z-index: 1000;
}
#home_slider .dots .dot{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}
#home_slider .dots .dot img{
    display: block;
    border-radius: 0px;
}
#home_slider .home_elements li .inner_container .inner_text{
    padding-left:10px;
    padding-right:10px;
}
#home_slider .text_light{
    display: block;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    color:#fff;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-top:-1px;
    width:100%;
    z-index: 3;
    /*bottom:0;*/
    bottom:-500px;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
}
#home_slider .text_light > div{
    padding: 0px 20px;
}





/*Slider*/
/* Slider CSS
   Supports Version 3
*/
.quotes{
    overflow:hidden;
    width:300px;
    height:195px;
    float:right;
    border:3px solid #2e3192 ;
    position:relative;
    margin-top:22px;
}
.quotes .arrow_left{
    position:absolute;
    padding:8px 5px;
    padding-right: 3px;
    padding-left: 8px;
    line-height:50px;
    right:0;
    color:#000;
    margin-top: 80px;
    font-size:35pt;
    cursor:pointer;
    font-weight: 200;
    opacity: 0.1;
    z-index:1;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
}
.quotes .arrow_left img{
    width:80%;
    display: block;

}
.quotes .arrow_right img{
    width:80%;
    display: block;
}
.quotes .arrow_right{
    padding:8px 5px;
    margin-top: 80px;
    position:absolute;
    opacity: 0.1;
    line-height:50px;
    color:#000;
    font-size:35pt;
    cursor:pointer;
    z-index:1;
    font-weight: 200;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
}
.quotes .inner_quotes{
    width:10000%;
    margin:0px;
    float:left;
    /*margin-left:-392px; Changes in JavaScript*/
    padding:0px;
}
.quotes .inner_quotes li{
    width:300px;
    height:150px;
    float:left;
    margin-left:-0px; /*Use the to move the images left and right*/
    position:relative;
    list-style: none;
}
.quotes .inner_quotes li div{
    height:170px;
    padding:0px 40px;
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.4em;
}
.quotes img{
    display: block;
}

.quotes .dots{
    width:100%;
    position:absolute;
    left: 0px;
    bottom:-2px;
    text-align: center;
    z-index: 1000;
}
.quotes .dots .dot{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}
.quotes .dots .dot img{
    display: block;
    border-radius: 0px;
}
.quotes .home_elements li .inner_container .inner_text{
    padding-left:10px;
    padding-right:10px;
}
.quotes .text_light{
    display: block;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    color:#fff;
    text-align: center;
    line-height: 1.4em;
    font-size: 18px;
    margin-top:-1px;

    width:100%;
    z-index: 3;
    bottom:0;
    position: absolute;
}
.quotes .text_light > div{
    padding: 5px 20px;
}
.quotes .test{
    background-color: #2e3192;
    color:#fff;
    position: absolute;
    width: 100%;
    bottom:0;
    text-align: center;
    line-height: 30px;
    font-size:14px;
    font-weight: bold;
    text-transform: uppercase;
}



/*Slider*/
/* Slider CSS
   Supports Version 3
*/

#portfolio{
    overflow:hidden;
    margin-top: 10px;
    width:856px;
    height:556px;
    float:left;
    border:2px solid #2e3192 ;
    background-color: #2e3192;
    border-radius:5px;
    position:relative;
}
@media(max-width:900px){
    #portfolio{
        height:auto!important;
    }
}
@media(max-width:900px){
    #portfolio{
        /*height:auto;*/
    }
}



#portfolio .arrow_left{
    position:absolute;
    padding:10px 8px;
    line-height:50px;
    right:0;
    color:#000;
    margin-top: 100px;
    font-size:35pt;
    cursor:pointer;
    font-weight: 200;
    z-index:1;
    opacity: 0.1;
    background-color: #fff;
    padding: 20px 15px;
}
#portfolio .arrow_right{
    padding-top:5px;
    position:absolute;
    padding:10px 8px;
    line-height:50px;
    color:#000;
    font-size:35pt;
    cursor:pointer;
    opacity: 0.1;
    z-index:1;
    margin-top: 100px;
    font-weight: 200;
    background-color: #fff;
    padding: 20px 15px;
}
@media(max-width: 768px){
    #portfolio .arrow_right{
        padding:5px;

        width: auto;
    }
    #portfolio .arrow_left{
        padding:5px;
        width: auto;
    }
    #portfolio .arrow_left img{
        height: 25px;
    }
    #portfolio .arrow_right img{
        height: 25px;
    }

}
#portfolio .item{
    margin:0px;
    float:left;
    width:7720000px;
    /*margin-left:-392px; Changes in JavaScript*/
    padding:0px;
}
@media(max-width: 900px){
    #portfolio .item{
        height: 50vw!important;
        overflow: hidden;
    }
    #portfolio .text_light{
        opacity: 1!important;
        bottom:0!important;
        float: left;
        position: relative!important;
    }
}


#portfolio .item li{
    width:856px;
    height:150px;
    float:left;
    margin-left:-0px; /*Use the to move the images left and right*/
    position:relative;
    list-style: none;
}
#portfolio img{
    display: block;
    width: 100%;
}

#portfolio .dots{
    width:100%;
    position:absolute;
    left: 0px;
    bottom:-2px;
    text-align: center;
    z-index: 1000;
}
#portfolio .dots .dot{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}
#portfolio .dots .dot img{
    display: block;
    border-radius: 0px;
}
#portfolio .home_elements li .inner_container .inner_text{
    padding-left:10px;
    padding-right:10px;
}
#portfolio .text_light{
    display: block;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    color:#fff;
    line-height: 1.5em;
    font-size: 16px;
    margin-top:-1px;
    width:100%;
    z-index: 3;
    /*bottom:0;*/
    bottom:-500px;
    position: absolute;
}
#portfolio .text_light > div{
    padding: 20px 50px;
}
#portfolio .text_title{
    display: block;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    color:#fff;
    line-height: 2em;
    font-size: 15px;
    margin-top:-1px;
    width:100%;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
    top:0;
    position: absolute;
    padding: 0 10px;
    box-sizing: border-box;


}

@media(max-width:768px){
    #portfolio .text_title{
        position: relative;
    }
}
#about_slider{
    /*overflow:hidden;*/
    /*/!*width:850px;*!/*/
    /*width:100%;*/
    /*overflow: hidden;*/
    /*/!*height:150px;*!/*/
    /*float:left;*/
    /*position:relative;*/

    /*width: 100%;*/
    overflow: hidden;
    /*float: left;*/
    position: relative;
    box-sizing: border-box;
    overflow: hidden;


}
#about_slider .arrow_left{
    position:absolute;
    padding:10px 8px;
    line-height:50px;
    right:0;
    color:#000;
    margin-top: 60px;
    font-size:35pt;
    cursor:pointer;
    font-weight: 200;
    z-index:1;
    background-color: #0f75bc;
    background-color: rgba(15,117,188,0.8);
}
#about_slider .arrow_right{
    padding-top:5px;
    margin-top: 60px;
    position:absolute;
    padding:10px 8px;
    line-height:50px;
    color:#000;
    font-size:35pt;
    cursor:pointer;
    z-index:1;
    font-weight: 200;
    background-color: #0f75bc;
    background-color: rgba(15,117,188,0.8);
}
#about_slider .home_elements{
    margin:0px;
    float:left;
    width:7720000px;
    /*margin-left:-392px; Changes in JavaScript*/
    padding:0px;
}
#about_slider .home_elements li{
    width:850px;
    /*height:150px;*/
    float:left;
    margin-left:-0px; /*Use the to move the images left and right*/
    position:relative;
    list-style: none;
}
#about_slider img{
    display: block;
}
@media(max-width: 768px){
    #about_slider li{
        overflow: hidden;
    }
    #about_slider img{
        /*max-width: 200%!important;*/
        /*width: 200%;*/
        /*margin-left: -50%;*/
        width: 100%;
        margin-left:0 ;
    }
}

#about_slider .dots{
    width:100%;
    position:absolute;
    left: 0px;
    bottom:-2px;
    text-align: center;
    z-index: 1000;
}
#about_slider .dots .dot{
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}
#about_slider .dots .dot img{
    display: block;
    border-radius: 0px;
}
#about_slider .home_elements li .inner_container .inner_text{
    padding-left:10px;
    padding-right:10px;
}
#about_slider .text_light{
    display: block;
    background-color: #2e3192;
    background-color: rgba(46, 49, 146, 0.8);
    background-repeat: no-repeat;
    font-family: 'Lato', sans-serif;
    color:#fff;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    margin-top:-1px;
    width:100%;
    z-index: 3;
    /*bottom:0;*/
    bottom:-500px;
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
}
#about_slider .text_light > div{
    padding: 0px 20px;
}

