﻿body {
    font-family: open sans,sans-serif;
    color: #d2d2d2;
    background: #121212
}

a {
    color: #e4af30
}

a:hover {
    color: #d2d2d2;
    text-decoration: none
}

.btn-start {
    background: #997833;
    padding: 10px 5px;
    color: #d2d2d2;
    padding: 5px 15px;
    transition: .3s;
    border-radius: 50px
}

.btn-star {
    background: #997833;
    padding: 10px 5px;
    color: #d2d2d2;
    padding: 5px 15px;
    transition: .3s;
    border-radius: 60px
}

.btn-start:hover {
    background: 0 0;
    border: 2px solid #997833;
    color: #997833
}

h1,h2,h3,h4,h5,h6 {
    font-family: montserrat,sans-serif
}

.modal {
}

.modal-header,.modal-footer {
    border-bottom: 1px solid #101010;
    background: #101010;
    color: #997833;
    border-bottom: 1px solid #997833
}

.modal-footer {
    border-bottom: none
}

.modal-body {
    color: #d2d2d2;
    background: #121212
}

.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 82px;
    z-index: 99999
}

.back-to-top i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #997833;
    color: #d2d2d2;
    transition: all .4s
}

.back-to-top i:hover {
    background: #997833;
    color: #d2d2d2
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay:0!important
    }
}

#header {
    height: 100px;
    transition: all .5s;
    z-index: 997;
    transition: all .5s;
    background: #121212;
    box-shadow: 0 4px 10px -3px rgba(191,191,191,.5)
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase
}

#header .logo h1 a,#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px
}

@media(max-width: 992px) {
    #header {
        height:70px
    }
}

.nav-menu {
    width: 100%
}

.nav-menu,.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left
}

.nav-menu .nav-inner {
    display: flex;
    justify-content: center;
    align-items: center
}

.nav-menu .nav-logo {
    padding: 0;
    min-width: 120px
}

.nav-menu a {
    display: block;
    position: relative;
    color: #d2d2d2;
    padding: 15px 25px;
    transition: .3s;
    font-size: 15px;
    text-transform: uppercase;
    font-family: open sans,sans-serif
}

.nav-menu .mb-3 a {
    display: block;
    position: relative;
    color: #d2d2d2;
    padding: 12px 12px;
    transition: .3s;
    font-size: 12px;
    text-transform: uppercase;
    font-family: open sans,sans-serif
}

.nav-menu a:hover,.nav-menu .active>a,.nav-menu li:hover>a {
    color: #997833;
    text-decoration: none
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% - 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #121212;
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    transition: ease all .3s;
    border-radius: 20px
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.nav-menu .drop-down ul a:hover,.nav-menu .drop-down ul .active>a,.nav-menu .drop-down ul li:hover>a {
    color: #997833
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px)
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: none!important;
    line-height: 1;
    cursor: pointer;
    text-align: right
}

.mobile-nav-toggle i {
    color: #997833
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #121212;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    font-size: 1.2em
}

.mobile-nav a:hover,.mobile-nav .active>a,.mobile-nav li:hover>a {
    color: #997833;
    text-decoration: none
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden
}

.mobile-nav .drop-down li {
    padding-left: 20px
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0,0,0,.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff
}

.btn-menu {
    text-align: center;
    background: #997833;
    line-height: 0;
    margin: 0 6px;
    border-radius: 50px;
    border: 2px solid transparent
}

.btn-menu:hover {
    text-align: center;
    background: 0 0;
    border: 2px solid #997833
}

section {
    padding: 20px 0;
    overflow: hidden
}

.section-bg {
    background-color: #121212
}

.section-title {
    text-align: center;
    padding-bottom: 20px
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #997833
}

.section-title p {
    margin-bottom: 0;
    color: #aeaeae
}

.about .image {
}

.about .content h3 {
    font-weight: 600;
    font-size: 26px
}

.about .content ul {
    list-style: none;
    padding: 0
}

.about .content ul li {
    padding-bottom: 10px;
    display: flex;
    align-items: flex-start
}

.about .content ul i {
    font-size: 24px;
    padding: 2px 6px 0 0;
    color: #997833
}

.about .content p:last-child {
    margin-bottom: 0
}

.services .icon-box h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0 10px 60px;
    color: #997833
}

.services .icon-box i {
    font-size: 48px;
    float: left;
    color: #997833
}

.services .icon-box p {
    font-size: 15px;
    margin-left: 60px
}

.services .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px
}

.featured {
    padding: 40px 0 0;
    background: #121212
}

.featured .nav-tabs {
    border: 0
}

.featured .nav-link {
    border: 0;
    padding: 20px;
    color: #d2d2d2;
    transition: .3s;
    background: #2d2a26;
    border-bottom: 1px solid #997833
}

.featured .nav-link h4 {
    font-size: 18px;
    font-weight: 600;
    transition: .3s
}

.featured .nav-link:hover h4 {
    color: #997833
}

.featured .nav-link p {
    font-size: 14px;
    margin-bottom: 0
}

.featured .nav-link.active {
    box-shadow: 0 0 25px rgba(0,0,0,.08)
}

.featured .nav-link.active h4 {
    color: #997833
}

.featured .tab-pane.active {
    -webkit-animation: slide-down .5s ease-out;
    animation: slide-down .5s ease-out
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes slide-down {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.why-us {
    padding: 0;
    border-bottom: 1px solid #997833;
    border-top: 1px solid #997833
}

.why-us .content {
    padding: 60px 100px 0
}

.why-us .content h3 {
    font-weight: 400;
    font-size: 34px
}

.why-us .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px
}

.why-us .content p {
    font-size: 15px;
    color: #959595
}

.why-us .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative
}

.why-us .accordion-list {
    padding: 0 100px 60px
}

.why-us .accordion-list ul {
    padding: 0;
    list-style: none
}

.why-us .accordion-list li+li {
    margin-top: 15px
}

.why-us .accordion-list li {
    padding: 20px;
    background: #2d2a25;
    border-radius: 4px
}

.why-us .accordion-list a {
    display: block;
    position: relative;
    font-family: poppins,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none
}

.why-us .accordion-list span {
    color: #997833;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px
}

.why-us .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.why-us .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.why-us .accordion-list .icon-show {
    display: none
}

.why-us .accordion-list a.collapsed {
    color: #d2d2d2
}

.why-us .accordion-list a.collapsed:hover {
    color: #997833
}

.why-us .accordion-list a.collapsed .icon-show {
    display: inline-block
}

.why-us .accordion-list a.collapsed .icon-close {
    display: none
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#997833 50%,rgba(124,197,118,0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden
}

.why-us .play-btn::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(.55,.055,.675,.19)
}

.why-us .play-btn::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(197,189,118,.7);
    top: -15%;
    left: -15%;
    background: transparent
}

.why-us .play-btn:hover::after {
    border-left: 15px solid #997833;
    transform: scale(20)
}

.why-us .play-btn:hover::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0
}

@media(max-width: 1024px) {
    .why-us .content,.why-us .accordion-list {
        padding-left:0;
        padding-right: 0
    }
}

@media(max-width: 992px) {
    .why-us .content {
        padding-top:30px
    }

    .why-us .accordion-list {
        padding-bottom: 30px
    }
}

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(.6,.6);
        opacity: 1
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(.6,.6);
        opacity: 1
    }

    100% {
        transform: scale(1,1);
        opacity: 0
    }
}

.testimonials {
    padding: 0;
    background: #000;
    position: relative
}

.testimonials .owl-nav,.testimonials .owl-dots {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    right: 50%
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.4)!important
}

.testimonials .owl-dot.active {
    background-color: #997833!important
}

@media(min-width: 1024px) {
    .testimonials {
        background-attachment:fixed
    }
}

@media(max-width: 992px) {
    .testimonials .owl-dot {
        width:8px;
        height: 8px;
        margin: 0 4px
    }

    .testimonials .owl-nav,.testimonials .owl-dots {
        margin-bottom: 5px
    }
}

.clients {
    background: #121212smoke;
    padding: 15px 0;
    text-align: center
}

.clients img {
    width: 50%;
    filter: grayscale(100);
    transition: all .4s ease-in-out;
    display: inline-block;
    padding: 15px 0
}

.clients img:hover {
    filter: none;
    transform: scale(1.2)
}

@media(max-width: 768px) {
    .clients img {
        width:40%
    }
}

@media(max-width: 575px) {
    .clients img {
        width:50%
    }
}

.team {
    background: #121212;
    padding: 60px 0
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.team .member .social {
    left: 0;
    right: 0;
    transition: bottom ease-in-out .4s;
    text-align: center
}

.team .member .social a {
    transition: color .3s;
    color: #fff;
    margin: 0 8px;
    padding-top: 8px;
    display: inline-block
}

.team .member .social a:hover {
    color: #997833
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px
}

.team .member .member-info h4 {
    font-weight: 700;
    margin: 15px 0 5px;
    font-size: 18px
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    color: #997833
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #888
}

.team .member:hover .social {
    bottom: 15px;
    opacity: 1;
    transition: bottom ease-in-out .4s
}

.faq .faq-list {
    padding: 0;
    list-style: none
}

.faq .faq-list li {
    border-bottom: 1px solid #997833;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.faq .faq-list a,.faq .faq-list a h2 {
    display: block;
    position: relative;
    font-family: 微軟正黑體;
    font-size: 1.4em;
    letter-spacing: 1.2px;
    font-weight: 600;
    padding-right: 25px
}

.faq-img img {
    max-width: 100%
}

.faq .faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0
}

.faq .faq-list .icon-show {
    display: none
}

.faq .faq-list a.collapsed {
    color: #997833
}

.faq .faq-list a.collapsed:hover,.faq .faq-list a:hover {
    color: #fff
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block
}

.faq .faq-list a.collapsed .icon-close {
    display: none
}

.contact .info {
    width: 100%;
    height: 100%;
    background: #121212;
    padding: 20px;
    border-radius: 5px
}

.contact .info i {
    font-size: 20px;
    color: #997833;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf6e9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #151515
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #484848
}

.contact .info .email,.contact .info .phone {
    margin-top: 40px
}

.contact .info .email:hover i,.contact .info .address:hover i,.contact .info .phone:hover i {
    background: #997833;
    color: #fff
}

.contact .php-email-form {
    width: 100%;
    background: #121212;
    padding: 20px;
    border-radius: 5px
}

.contact .php-email-form .form-group {
    padding-bottom: 8px
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.contact .php-email-form .loading {
    display: none;
    background: #121212;
    text-align: center;
    padding: 15px
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite
}

.contact .php-email-form input,.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

.contact .php-email-form input {
    height: 44px
}

.contact .php-email-form textarea {
    padding: 10px 12px
}

.contact .php-email-form button[type=submit] {
    background: #997833;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

.contact .php-email-form button[type=submit]:hover {
    background: #61b959
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.breadcrumbs {
    padding: 40px 0
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 300
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px
}

.breadcrumbs ol li+li {
    padding-left: 10px
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #2f2f2f;
    content: "/"
}

@media(max-width: 768px) {
    .breadcrumbs .d-flex {
        display:block!important
    }

    .breadcrumbs ol {
        display: block
    }

    .breadcrumbs ol li {
        display: inline-block
    }
}

.portfolio-details {
    padding-top: 0
}

.portfolio-details .portfolio-details-container {
    position: relative
}

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1
}

.portfolio-details .portfolio-details-carousel .owl-nav,.portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd!important
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
    background-color: #997833!important
}

.portfolio-details .portfolio-info {
    padding: 30px;
    position: absolute;
    right: 0;
    bottom: -70px;
    background: #121212;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    z-index: 2
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px
}

.portfolio-details .portfolio-description {
    padding-top: 50px
}

.portfolio-details .portfolio-description h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px
}

.portfolio-details .portfolio-description p {
    padding: 0
}

@media(max-width: 768px) {
    .portfolio-details .portfolio-info {
        position:static;
        margin-top: 30px
    }
}

#footer,#about {
    background: url(https://abg365.net/erban/img/footer-bg.png) repeat;
    color: #cecece;
    font-size: 14px;
    position: relative
}

#footer {
    border-top: 1px solid #997833
}

#footer::before {
}

#footer .footer-top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0
}

#footer .footer-top .footer-logo img {
    height: 80px
}

#footer .footer-top h3 {
    font-size: 36px;
    font-weight: 700;
    color: #cecece;
    position: relative;
    font-family: poppins,sans-serif;
    padding: 30px 0 0;
    margin-bottom: 0
}

#footer .footer-top p {
    font-size: 15;
    font-style: italic;
    margin: 30px 0 0;
    padding: 0
}

#footer .footer-top .footer-newsletter {
    text-align: center;
    font-size: 15px;
    margin-top: 30px
}

#footer .footer-top .footer-newsletter form {
    background: #121212;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    text-align: left
}

#footer .footer-top .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px)
}

#footer .footer-top .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    border: 0;
    background: 0 0;
    font-size: 16px;
    padding: 0 20px;
    background: #997833;
    color: #fff;
    transition: .3s;
    border-radius: 50px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1)
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
    background: #6f6f6f
}

#footer .footer-top .social-links {
    margin-top: 30px
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #997833;
    color: #cecece;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: .3s
}

#footer .footer-top .social-links a:hover {
    background: #6f6f6f;
    color: #cecece;
    text-decoration: none
}

#footer .footer-bottom {
    border-top: 1px solid #222;
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px
}

#footer .copyright {
    text-align: center
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    padding-top: 5px
}

.ft-link ul li a {
    color: #cecece
}

.ft-link ul li a:hover {
    color: #fff
}

.ft-link h4 {
    color: #997833
}

.ft-menu li.nav-item {
    list-style: none
}

.ft-menu>li a.nav-link i {
    font-size: 1.6em
}

.ft-menu>li a.nav-link {
    padding: .5rem 0
}

.ft-menu li.nav-item {
    list-style: none;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px
}

@media only screen and (max-width: 1024px) {
    a.nav-link {
        display:block;
        padding: .2rem!important;
        font-size: .8em;
        font-weight: 400
    }
}

@media(max-width: 320px) {
    .ft-menu li a {
        font-size:.6em
    }
}

.form-group {
    margin-bottom: 1rem;
    background: #33312f;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.form-control {
    font-size: 20px;
    padding: 1.375rem .75rem
}

.btn-primary {
    color: #121212;
    background-color: #997833;
    border-color: transparent;
    border-width: 2px;
    border-radius: 50px;
    padding: 10px 32px
}

.btn-primary:hover,.btn-primary:active,.btn-primary:active {
    color: #ada984!important;
    background-color: transparent!important;
    border-width: 2px!important;
    border-color: #ada984!important;
    border-radius: 50px;
    padding: 10px 32px
}
