

/*-------------- Basic */

html, body {
    font-family: 'Nunito Sans', sans-serif;
    color: #222 !important; /* Gray */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
    color: #222;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #222;
}

a:hover {
    color: #75787B;
}


p {
    font-size: 16px;
    line-height: 22px;
}

.small {
    font-size: 13px;
}

.section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}



.btn {
    padding: 10px 25px;
    border: 1px solid;
    border-radius: 50px;
    font-size: 12px;
    transition: all 0.5s;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none !important;
}

.btn-primary {
    background-color: #222; /* Secondary */
    border: 1px solid #222; /* Secondary */
    color: #fff;
    font-size: 12px;
    transition: all 0.5s;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
    background-color: #222 !important; /* Dark Orange */
    border: 1px solid #222 !important; /* Secondary */
    outline: none;
    text-decoration: none;
}

.btn-white {
    background-color: #fff; /* Secondary */
    border: 1px solid #fff; /* Secondary */
    color: #222;
    font-size: 12px;
    transition: all 0.5s;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:active,
.btn-white:focus,
.btn-white:hover,
.open > .dropdown-toggle.btn-white {
    background-color: #fff !important; /* Dark Orange */
    border: 1px solid #fff !important; /* Secondary */
    outline: none;
    text-decoration: none;
}

.back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(78, 84, 87, 0.7);
    transition: all 0.5s;
    color: #fff;
    padding-top: 12px;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top :active {
    color: #fff;
}

.top {
    padding-top: 40px;
}

.topx2 {
    padding-top: 80px;
}


.top-lg {
    padding-top: 200px;
}

.btm-20 {
    margin-bottom: 20px;
}


/*-------------- Cards */

.card {
    border-radius: 0;
    box-shadow: none;
    background-color: #fff;
    border: 0;
    margin: 15px 0;
}

.card-body {
    padding: 10px 0 20px 0 !important;
}

.card-wrap .card {
  flex-direction: row;
}
.card-wrap .card .card-body {
  padding: 40px !important;
}
.card-wrap .card1.card img {
  max-width: 300px;
  height: 100%;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}


/*-------------- Footer */

.bg-footer{
    padding: 60px 0 40px 0px;
    background: #222;
}

.footer {
    margin-top: 140px;
}

.footer a {
    color: #fff;
    opacity: .6;
    font-size: 14px;
    margin-bottom: 18px;
    display: inline-block;
    transition: all 0.5s;
}

/*-------------- Responsive */

@media (max-width: 1200px) {
    
}

@media (max-width: 1024px) {

   
     #navbarMobile .modal-header {
        border-bottom: none;
    }

    #navbarMobile .modal-content {
        background-color: #fff !important;
    }

    #navbarMobile .modal-content .modal-header .close {
    color: #222;
    }

    #navbarMobile .nav-item {
        text-align: center;
        margin: 6px 0;
    }

    #navbarMobile .modal-body .nav-link {
        color: #222;
        font-size: 22px;
        font-weight: 700;
    }

     .modal-dialog {
        width: 100%;
        max-width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
        border: none;
    }

}


@media (max-width: 768px) {

    

}
