@import url('//fonts.googleapis.com/css?family=Work+Sans:300,400,500,700,800%7CPoppins:300,400,700');
@import url('bootstrap.css');
@import url('fonts.css');
@import url('_new_style.css');

.bground{height: 350px;width: 100%;overflow: hidden;position: relative;display: flex;justify-content: center;flex-direction: column;}
.bground:before{content: "";background-color: rgb(0 0 0 / 50%);height: 100%;width: 100%;position: absolute;top: 0px;}

@media(min-width:767px){
.swiper-slide .container{max-width: 60%;}
.rd-navbar-medio h1,
.rd-navbar-medio h2,
.rd-navbar-medio h3,
.rd-navbar-medio h4,
.rd-navbar-medio h5,
.rd-navbar-medio h6{
    font-size:35px;
    color: #e86a37;
    text-shadow: 2px 2px 4px #000;
    font-weight: bold;
}
.rd-navbar-medio p{font-size:25px;}
}
@media(max-width:767px){
.swiper-slide .container h1{font-size: 45px;}
.rd-navbar-medio{display:none}
}


ul.ul{list-style: initial;}
ul.ul li{display: list-item;margin-left: 20px;}

.form-group.c1-1.btn-formApp {
    display: flex !important;
    justify-content: left !important;
}
div#formApp{margin: 0px auto !important}

@media(max-width: 767px) {
    #logo-c .col-md-8+.col-md-8 {
        display:none
    }
}

#logo-c .col-md-8 {
    height: 360px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

#logo-c .col-md-8+.col-md-8 {
    height: auto
}

#logo-c img {
    width: 100%;
    max-width: 150px!important;
    margin-left: 20px
}
#gpHome .imgwel{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 330px;
    overflow: hidden;
    position: relative;
}
#gpHome .imgwel img{
    height: 100%;
    position: absolute;
    max-width: none;
}
#gpHome .col-md-12.text-center h3{
    color: #74757f;
    font-size: 30PX;
    list-style: armenian;
    margin: 0px;
}
#gpHome .cont-img-wel{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 200px;
    border: 1px solid #74757f;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px #74757f;
}
#gpHome .cont-img-wel i {
    font-size: 35px;
}
#gpHome .cont-img-wel h1,#gpHome .cont-img-wel h2,#gpHome .cont-img-wel h3,#gpHome .cont-img-wel h4,#gpHome .cont-img-wel h5,#gpHome .cont-img-wel h6{
    color: #74757f;
    font-size: 30PX;
    list-style: armenian;
    margin: 0px;
}
#gpHome .col-md-6 h1,#gpHome .col-md-6 h2,#gpHome .col-md-6 h3,#gpHome .col-md-6 h4,#gpHome .col-md-6 h5,#gpHome .col-md-6 h6{
    color: #74757f;
    font-size: 30PX;
    list-style: armenian;
    margin: 0px;
    margin-bottom: 15px;
}
#gpHome .col-md-6 ul,#gpHome .col-md-6 ol {
    list-style: disc;
}
#gpHome .col-md-6 ul li,#gpHome .col-md-6 ol li{
    display: list-item;
    margin-left: 20px;
    font-size: 20px;
}
#gpHome .cont-img-wel p{
    margin: 0px;
    font-size: 16px;
}
#gpHome .cont-img-wel .imgwel{height: auto;}
@media (min-width:768px){
    .form-home-slider{
        position: absolute;
        top: 195px;
        right: 0;
        height: 650px;
        width: 100%;
        z-index: 1;
    }
    .form-home-slider div#formApp {
        padding: 10px;
        background: #fff;
        border-radius: 4px;
    }   
}
@media (max-width:767px){
    .form-home-slider{margin-top:50px;}
}
