* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word
}

body {
    font-family: 'Josefin Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    position: relative;
    height: 100%;
    font-weight: 300;
}



html {
    position: relative;
}



img {
    vertical-align: middle;
    max-width: 100%;
}

a img {
    border: none;
}

a {
    text-decoration: none;
    color: #434343;
}

ul {
    list-style: none
}

:focus {
    outline: none
}



.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1350px;
    padding: 0 20px;
    width: 100%;
}




.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: ""
}

input[type="submit"],
button {
    -webkit-appearance: none
}

select {
    word-wrap: normal
}

::-webkit-input-placeholder {

    color: #fff;
    ;

}

:-moz-placeholder {

    color: #fff;
    ;

}

::-moz-placeholder {

    color: #fff;
    ;

}


.font_heading {
    font-family: 'Montserrat', sans-serif;
}

.logo_outer_sec{text-align: center; background: #000; height: 100vh; display: flex; align-items: center; justify-content: center;}
/* .logo_inner_sec{display: flex; align-items: center; justify-content: center;} */
.site_btn{margin-top: 40px;}
.site_btn a{
    display: inline-block;
    background: #000;
    padding: 15px 80px;
    font-family: inherit;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
    border: 1px solid #fff;
    font-size: 22px;
    line-height: 1;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    cursor: pointer;
    text-align: center;
}
.site_btn a:hover{
    background: #fff;
    color: #000;
}