ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
    overflow: hidden;
}

a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}

body{
    background: #fff;
    font-family: 'Playfair Display', serif;
}
.container{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.home_screen{
    width: 100%;
    height: 100vh;
    position: relative;
    background: url(../images/Background.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    align-items: center;
}
.home_left_img picture img {
    max-width: 330px;
    width: 100%;
}
.custom_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: 90vh;
}
.home_left_img{
    width: 50%;
    text-align: right;
    padding-right: 70px;
}
.home_rt_text {
    height: 300px;
    display: flex;
    justify-content: space-between;
    border-left: 3px solid #fff;
    flex-direction: column;
    width: 50%;
    padding-left: 50px;
}
.home_rt_text_tp h2 {
    font-size: 40px;
    color: #fff;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 10px;
}
.home_rt_text_tp h1 {
    font-size: 58px;
    color: #fff;
    line-height: 62px;
    font-weight: 800;
}
.home_rt_text_bt p, .home_rt_text_bt a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 23px;
    transition: 0.5s all ease;
}

.home_rt_text_bt a:hover {
    color: #002aff;
    transition: 0.5s all ease;
}
.copyright {
    border-top: 1px solid #383838;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.copyright p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 23px;
    text-align: center;
    padding: 20px;
    margin: 0;
}



@media(max-width:1024px){
    .home_left_img picture img {
        max-width: 240px;
    }
    .home_left_img {
        padding-right: 40px;
    }
    .home_rt_text {
        height: 250px;
        padding-left: 35px;
    }
    .home_rt_text_tp h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .home_rt_text_tp h1 {
        font-size: 46px;
        line-height: 56px;
    }
}

@media(max-width:767px){
    .home_screen {
        height: auto;
        padding-top: 50px;
    }
    .custom_row {
        display: block;
        height: auto;
        text-align: center;
    }
    .home_left_img {
        text-align: center;
        padding: 0 0 35px 0;
        max-width: 230px;
        width: 100%;
        margin: 0 auto 38px;
        border-bottom: 2px solid #fff;
    }
    .home_rt_text {
        height: auto;
        display: flex;
        justify-content: space-between;
        border-left: 0px solid #fff;
        flex-direction: column;
        width: 100%;
        padding-left: 0;
    }
    .copyright {
        margin-top: auto;
        position: static;
        width: 100%;
        margin-top: 60px;
    }
    .home_rt_text_tp {
        margin-bottom: 40px;
    }
    .home_rt_text_tp h2 {
        font-size: 26px;
        line-height: 33px;
    }
    .home_rt_text_tp h1 {
        font-size: 37px;
        line-height: 50px;
    }
}








