body {
    background-image: linear-gradient(180deg, white, #f8f8f8);
    font-family: "Open Sans", Sans-serif;
}

p, a{
    font-family: "Open Sans", Sans-serif;
}

p a{
    color:#0b1df7 !important;
}
@font-face {
    font-family: "Open Sans", Sans-serif;
    src: url(assets/font/Century-Gothic.ttf);
}

.main-header {
    box-shadow: 0 0 4px grey;
}

header {
    padding: 9.3px 0px;
}

header a {
    font-family: "Open Sans", Sans-serif;
}

.header-btn {
    font-size: 16px;
    color: #44390a !important;
    padding: 35px 0 !important;
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
}

.header-btn:hover {border-bottom: 1px solid #4439091f;}

#main {
    margin: 0px 0px
}

#main .container-fluid{
    padding: 0;
}

.bc-area {
    background-image: url(https://auxohub.org/wp-content/themes/bizzix/assets/img/bg/09.jpg);
    padding-top: 75px !important;
    padding-bottom: 40px !important;
}

.breadcrumb-area h1{
    font-size: 35px;
    margin-bottom: 17px;
    text-transform: none;
    line-height: 1;
    color: #ffffff;
    font-family: aleo;
    font-weight: 600;
    letter-spacing: 0;
}

.container.privacy-policy-area {
    padding-top: 125px;
    padding-bottom: 110px;
}

.pp-content{
    margin-bottom: 35px;
}

.pp-content h2 {
    line-height: 48px;
    margin-bottom: 20px;
    font-size: 35px;
    font-family: "Aleo", serif;
    font-weight: 700;
}

.pp-content p{
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
    text-shadow: 0 0 0;
}

div#demo {
    margin: 0px 20px 45px;
}

footer{
    height: 100px;
    background-color: #443909;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}

.copyright {
    background-color: #4E4316;
    padding: 15px 20px;
}

.copyright p{
    margin-bottom: 0px !important;
    color: #ffffff;
    font-size: 14px;
}


@media only screen and (min-width:768px) {

    .col1,
    .col2,
    .col3 {
        width: 30.33% !important;
    }

    .col1,
    .col2 {
        margin-right: 35px !important;
    }
}

@media only screen and (max-width:767px) {
body {
    background-image: linear-gradient(180deg, white, #f8f8f8);
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif !important;
}

    .col1,
    .col2,
    .col3 {
        width: 95% !important;
        margin: 25px 10px;
    }

    .menu {
        padding: 25px 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    .col1, .col2 {
    margin-right: 30px;
}
.pay{
    padding:5% 0%;
}
}

@media only screen and (min-width:992px) and (max-width:1199px){
.pay{
    padding:5% 12%;
}
}

@media (min-width: 1200px) {
    .bc-area .container, #main .container {
        max-width: 1200px !important;
    }
}
