.main{
    width: 1200px;
    margin: auto;
}
.bg-main{
    background-color: #0a8;
}
.container{
    width: 1200px;
    margin: auto;
    height:126px;
}
.padding-large {
    padding: 30px;
}
.text-large {
    font-size: 24px;
    color: #fff;
    margin:0;
    text-align: left;
    font-weight: normal;
}
.text-big {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
.contactUs{
    overflow: hidden;
    padding: 30px 20px;
}
.contact-left{
    width: 700px;
    height: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2.94px 2.06px rgba(4,26,55,.16);
    float: left;
    transition: all .3s ease-in-out;
}
.contact-left:hover{
    box-shadow: 0 0 25px -5px #9e9c9e;
}
.contact-right{
    float: right;
    height: 300px;
    width: 350px;
    transition: all .3s ease-in-out;
    box-shadow: 0 1px 2.94px 2.06px rgba(4,26,55,.16);
    border-radius: 10px;
}
.contact-right:hover{
    box-shadow: 0 0 25px -5px #9e9c9e;
}
.contact-right img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: 0.3s linear all;
}
.contact-right img:hover{
    transform: scale(1.05);
}
.title{
    margin: 30px 70px;
    font-size: 25px;
    font-weight: bold;
    margin-top: 45px;
}
.t1{
    font-size: 16px;
    margin: 30px 70px;
}
.t1 span{
    font-size: 16px;
    display: block;
    line-height:24px;
    min-width: 48px;
}
.adress{
    display: flex;
}
h1{
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
    margin: 30px 0 5px 0;
}
h2{
    text-align: center;
    font-size: 3.6rem;
    text-transform: uppercase;
    margin: 0;
    font-weight: 800;
    line-height: normal;
    color: #a6a6a6;
    font-family: Arial;
    margin-bottom: 20px;
}
.my-slide {
    height: 100px;
}
.slide-1,.slide-2,.slide-3,.slide-4,.slide-5{
    background-position: center 0%;

}
.h-300px {
    height: 300px;
}

.h-400px {
    height: 100px;
}

.h-500px {
    height: 100px;
}
.banner{
    margin-top:95px;
}
@media screen and (max-width:767px){
    body{
        min-width:100%;
    }
    .container {
        width: 100%;
    }
    .bg-main{
        margin-top:50px;
    }
    .main{
        width:100%;
    }
    .contact-left{
        width:100%;
    }
    .contactUs{
        overflow: hidden;
        padding: 40px 10px;
    }
    .contact-right{
        width:100%;
        margin-top:10px;
    }
    .title{
        margin: 30px 10px;
        font-size:22px;
        line-height:30px;
    }
    .t1{
        margin: 30px 10px;
    }
    h1{
        font-size:28px;
    }
    h2{
        font-size: 3rem;
    }
    .t1 .two{
        max-width:290px;
        line-height:24px;
    }
}
