@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4{
    font-weight: 700;
}

a:hover{
    text-decoration: none;
}
header {
    padding: 5px 0;
    background-color: #fff;
    border-bottom: 1px solid rgb(0,0,0,.1);
}
header .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
header .navbar-brand img {
    width: 200px;
}
header button span i{
    color: #000;
    font-size: 24px;
}
header .nav-link {
    color: #021032;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    font-size: 15px;
    transition: all ease .6s;
    word-spacing: 5px;
}
header .nav-link:hover {
    border-bottom: 2px solid #e63946;
    opacity: .8;
}



/* header end */
.banner{
    background: url('../img/bg_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    color: #fff;
}
.banner .banner_img{}
.banner .banner_img img{}
.banner .banner_text{}
.banner .banner_text h1 {
    font-size: 48px;
    margin-bottom: 20px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.banner .banner_text p {
    font-size: 18px;
}
.banner .banner_text .banner_link{
    margin-top: 40px;
}
.banner .banner_text .banner_link a {
    display: inline-block;
    background: #407bff;
    color: #fff;
    padding: 15px 45px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}

/* banner end */
.website{
    padding: 30px 0;
}
.website .web_img{
    
}
.website .web_img img{}
.website .web_text{}
.website .web_text h2 {
    margin-bottom: 20px;
}
.website .web_text p{}
.website .web_text p:last-child{
    margin-bottom: 0;
}

/* website end */
.service{
    background: url('../img/bg_2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.service h1 {
    color: #fff;
    margin-bottom: 40px;
}
.service .service_item {
    background-color: rgba(255,255,255, .8);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0,.3);
    padding: 30px 25px;
    border-radius: 5px;
    min-height: 341px;
}
.service .service_item i {
    display: block;
    font-size: 80px;
    color: #e97c1f;
    line-height: 70px;
    margin-bottom: 20px;
}
.service .service_item h4{}
.service .service_item p{
    margin-bottom: 0;
}
.service .service_item p a{
    display: inline-block;
    font-weight: 700;
    margin-top: 10px;
}
/* service end */
.contact{
    padding: 40px 0;
}
.contact h2{
    margin-bottom: 40px;
}
.contact .contact_text{}
.contact .contact_text h4 {
    font-size: 32px;
    margin-bottom: 20px;
}
.contact address {
    margin-bottom: 0;
}
.contact address p{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.contact address p i {
    font-size: 26px;
    margin-right: 10px;
    color: #ffab03;
    font-weight: normal;
}
.contact address p:last-child{
    margin-bottom: 0;
}
.contact input[type="submit"] {
    background: #ffab03;
    border: transparent;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
}
/* contact end */


.footer_body{
    background-color: #222222;
    padding: 20px 0;
    color: #fff;
}
.footer_body .footer_top{}
.footer_body .footer_top a {
    background: #fff;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    padding-top: 4px;
    color: #222;
    margin-right: 10px;
}
footer{
    margin-top: 10px;
}
footer p{
    color: #fff;
    font-size: 15px;
}