

/* main */


body{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    font-size: 14px;
    color: #000001;
}
.service, .projects, .awards, .misson, .line_title_bg, { overflow: hidden; }
.h2 {
    font-size: 32px;
    color: #000001;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin: 0;
}
.h3 {
    font-size: 18px;
    color: #9c9c9c;
    text-transform: uppercase;
    text-align: center;
}
.clear_all {
    clear: both;

}
.wrapper_all {
    min-height: 7892px;
    background: url(/app/public/extended/beetl2017/img/bg3.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-line {
    background-color: #ce1908;
    height: 40px;
}
.content_all {
    width: 1030px;
    height: auto;
    margin: 0 auto;
}
.logo {
    padding-top: 83px;
    text-align: center;

}


.logo p {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    padding-top: 20px;
}
.button_top {
    width: 172px;
    height: 27px;
    border-radius: 50px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    transition: all 1s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
}
.button_top a {
    line-height: 27px;
    text-decoration: none;
    color: #ec660c;
    font-size: 22px;
    font-weight: bold;

}
.button_top:hover {
    background-color: #f78539;

}
.button_top a:hover {
    color: #fff;
}

.about_info_left  {
    float: left;
    margin-top: 80px;
    position: relative;
    width: 515px;
    left: 160px;
}

.about_info_right {
    margin-top: 80px;
    float: right;
    position: relative;
    width: 515px;
    left: 50px;
}
.line_title_bg {
    width: 1030px;
    height: 60px;
    background: linear-gradient(to top, #ffcc51, #ffd859);
    position: relative;
    z-index: 1;
}

.line_title_bg .h2 {
    line-height: 60px;
}
.about_us{

}
.about_us .line_title_bg {
    background: transparent;
    padding-top: 55px;
}

.name_li p {
    display: inline-block;
    line-height: 20px;
    padding-left: 10px;
    font-size: 16px;
    color: #9c9c9c;
}
.name_li {
    margin-bottom: 10px;
}
.name_li b {
    font-weight: bold;
    color: #000001;
}
.our_customers {
    margin-top: 229px;
}


.logo_customers{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.wrapper_logo_customers {
    height: 1054px;
    background-image: url(/app/public/extended/beetl2017/img/bg_space.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 110px 80px 0px 80px;
}
.logo_customers {
    margin-bottom: 20px;
}
.logo_customers img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transform: scale(1);
}
.logo_customers img:hover {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transform: scale(1.1);
}
.service {
    height: 490px;
    background-color: #fff;
}

.service .line_title_bg {
    margin-bottom: 75px;
}
.bg_item_service ul li{
    width: 513px;
    margin: 0 auto;
    padding-left: 112px;
    height: 30px;
    background-color: #ec650d;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    display: block;
}
.bg_item_service img {
    margin-right: 13px;
}
.bg_item_service ul li p {
    display: inline-block;
    position: relative;
    bottom: 8px;
}
.bg_item_service ul li {
    margin-bottom: 3px;
}
.team {
    height: 579px;
    width: 1030px;
    background-color: #fff;

}
.projects {
    min-height: 888px;
    width: 1030px;
    background-color: #fff;

}

.projects .line_title_bg {
    margin-top: 60px;
    display: inline-block;
}

.img-link {
    display: inline-block;
    position: relative;
    width: 257.5px;
    height: 256px;
    float: left;

}
.wrap_img_proj ul li img {
    width: 257.5px;
    height: 256px;
}
.cover-bg,
.cover-title {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.img-link:hover .cover-bg,
.img-link:hover .cover-title{
    display: none;

}
.img-link:hover .cover-bg, .cover-bg-red
.img-link:hover .cover-title{
    display: none;
}
.cover-bg {
    background-color: #e43c0d;
    opacity: 0.83;
}
.cover-bg-red {
    background-color: #f91c01;
    opacity: 0.75;
}
.cover-title {
    padding: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.awards {
    height: 1490px;
    width: 1030px;
    background-color: #fff;
    clear: both;
}
.wrapper_awrd_logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    padding: 0 100px;
}
.awards .line_title_bg {
    margin-bottom: 80px;
}
.awards_logo {
    width: 370px;
    float: left;
}
.awards_logo img {
    display: block;
    margin: 0 auto;
    padding: 0px;

}
.awards_logo img {
    transition: all 1.6s ease;
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    transform: rotateY(0deg);
}
.awards_logo img:hover{
    transition: all 1.6s ease;
    -webkit-transition: all 1.6s ease;
    -moz-transition: all 1.6s ease;
    transform: rotateY(720deg);
}
.awards_logo p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 76px;
}
.misson {
    height: 560px;
    width: 1030px;
    background-color: #fff;
}
.misson .line_title_bg {
    margin-bottom: 80px;
}

.wrapper_mission_item ul li{
    width: 660px;
    margin: 0 auto;
    padding-left: 20px;
    height: 83px;
    background-color: #ec650d;
    color: #fff;
    display: table;
    margin-bottom: 5px;
    border-radius: 10px;
    position: relative;
}
.wrapper_mission_item span {
    width: 220px;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
    display: table-cell;
    vertical-align: middle;
}
.wrapper_mission_item ul li p {
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
}
.delim {
    width: 1px;
    height: 54px;
    background-color: #fff;
    margin-top: 12px;
}
.our_contacts {
    height: 600px;
    width: 1030px;
    background-color: #fff;
}
.footer {
    margin-top: 80px;
    width: 1030px;

}
.foot_cont{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    height: 60px;
}
.big_foot {
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
    height: 40px;
}
.footer .button_top {
    margin-top: 500px;
    width: 250px;
    height: 45px;
;
}
.footer .button_top {
    background-color: #ec650d;
}
.footer .button_top a {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
.footer a {
    color: #fff;

}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_info_left, .about_info_right {
    margin-top: 60px;
}

.name_li p {
    margin: 0;
}


@media all and (max-width: 1400px) {
    .wrapper_all {
        background-image: url(/app/public/extended/beetl2017/img/bg_all_wr.jpg);

    }
}

