@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
i{
    display: inline-block;
}
a{
    display: inline-block;
    transition: all ease .6s;
}
a:hover{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header {
    padding: 25px 0;
    background: #1c1c1c;
}
header img {
    margin-bottom: 10px;
}
header h1{
    color: #AFDCF3;
    margin-bottom: 0;
    font-size: 35px;
}


.banner {
    background-image: url(../img/boydog01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 60px 0 400px 0;
    /* background-attachment: fixed; */
    color: #fff;
    position: relative;
}
.banner .banner_item {
    
}
.banner .banner_item h1 {
    font-size: 60px;
    color: #FFFFFF;
}
.banner .banner_item p {
    font-size: 26px;
}



.banner_item .banner_left {
    padding-right: 35px;
}
.banner_item .item_1 {
    background: #d9f1fb;
    padding: 30px;
    text-align: left;
    color: #212529;
    border-radius: 10px;
    margin-bottom: 15px;
}
.banner_item .item_1 h4{}
.banner_item .item_1 ul{}
.banner_item .item_1 ul li {
    display: flex;
    margin-bottom: 5px;
}
.banner_item .item_1 ul li:last-child{
    margin-bottom: 0;
}
.banner_item .item_1 ul li i {
    align-self: start;
    font-size: 8px;
    margin-right: 8px;
    padding-top: 8px;
}
.banner_item .item_1:last-child{
    margin-bottom: 0;
}








.services {
    padding: 60px 0;
    background-image: url('../img/modernhouse.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 9;
    background-attachment: fixed;
}
.services::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    z-index: -1;
}
.services h1 {
    margin-bottom: 60px;
    text-transform: uppercase;
    color: #fff;
}
.services .service_item {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 20px 30px;
    min-height: 387px;
    background: #fff;
}
.services .service_item i {
    font-size: 60px;
    color: #1d6ab3;
}
.services .service_item h4{}
.services .service_item p {
    font-size: 15px;
    color: #616161;
}
.services .service_item p:last-child{
    margin-bottom: 0;
}











.about{
    background-color: #D9F1FB;
    padding: 40px 0;
}
.about h1 {
    text-transform: uppercase;
    color: #B6116E;
    margin-bottom: 30px;
}
.about p{
    margin-bottom: 0;
    width: 70%;
    margin: auto;
    font-size: 17px;
}





.offer{
    background-color: #D9F1FB;
    padding: 40px 0;
}
.offer .offer_item{}
.offer .offer_item h1 {
    color: #B6116E;
    margin-bottom: 20px;
}
.offer .offer_item ul{}
.offer .offer_item ul li {
    font-size: 20px;
    margin-bottom: 5px;
}
.offer .offer_item ul li strong{
    color: #B6116E;
}
.offer .offer_item h2 {
    color: #B6116E;
    margin-bottom: 0;
    margin-top: 20px;
}


.contact {
    padding: 60px 0;
    background-image: url(../img/womanhat2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}
.contact::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: -1;
}
.contact .contact_text {
    margin-bottom: 40px;
}
.contact .contact_text h1 {
    margin-bottom: 5px;
    color: #fff;
}
.contact .contact_left{}
.contact .contact_item {
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    min-height: 193px;
}
.contact .contact_item p{
    margin-bottom: 0;
    color: #b6116e;
    font-size: 18px;
}
.contact .contact_item i {
    font-size: 40px;
    color: #3eabe1;
}
.contact .contact_item h5 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.contact .contact_item a {
    color: #b6116e;
    font-size: 18px;
}
.contact .contact_item a:hover{
    text-decoration: underline;
}
.contact_right {
    background: #1c1c1c;
    padding: 20px;
    border: 1px solid #1C1C1C;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    color: #212029;
    width: 100%;
    margin: auto;
}
.contact_right h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.contact_right input {
    height: calc(2em + .75rem + 2px);
    margin-bottom: 18px;
}

.contact_right input::placeholder{
    font-size: 16px;
}
.contact_right label{}
.contact_right textarea::placeholder{
    font-size: 16px;
}
.contact_right input[type="submit"] {
    background: #3eabe1;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 18px;
    transition: all ease .6s;
}

.contact_right input[type="submit"]:hover{
    opacity: .9;
}
/* contact end */
footer{
    padding: 20px 0;
    background: #1c1c1c;
    color: #fff;
    font-size: 14px;
}

.banner_top_box {
    background: #3eabe1;
    color: #fff;
    border-radius: 10px 10px 0 0;
    border: 1px solid #1C1C1C;
    text-align: center;
    padding: 10px 10px;
}
.banner_top_box h2 {
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 400;
}
.banner_top_box h3 a{
    margin-bottom: 0;
    color: #fff;
    font-size: 28px;
}