.ftco-degree-bg:after {
    background-color: #fff;
}
.ftco-navbar-light.scrolled .navbar-brand {
    color: #ffffff;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    color: #111;
    font-weight: 400;
}

.ftco-navbar-light.scrolled {
    background: #fff;
    /* background: linear-gradient(45deg,#2e303a,#161822) !important; */
}
.ftco-navbar-light.scrolled .nav-link {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
    /* color: #ffffff !important; */
}
.ftco-navbar-light.scrolled .nav-item.active>a ,.heading-section .subheading,.ftco-navbar-light .navbar-nav>.nav-item.active>a{
    color: #696a6b !important;
}
.logo{
    width:50px;
}
.ftco-about:after {
    background: #fff;
    
}
.services.services-2 .icon {
    width: 110px;
    height: 110px;
    background: #a8a29f;
    border: none;
    transform: rotate(45deg);
}
.services .icon {
    width: 90px;
    height: 90px;
    border-radius: 0%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    margin-bottom: 20px;
}
.icon img{
    transform: rotate(-45deg);
    width: 70%;

}
.services.services-2 .icon {
    width: 85px;
    height: 85px;
    background: #FFF;
    border: none;
    transform: rotate(45deg);
    margin-bottom: 2rem;
    border: 8px solid #4444ff;
    border-radius: 4px;
}
.btn.btn-primary {
    border: 1px solid #616161 !important;
    color: #000 !important;
    /* background-image: linear-gradient( 135deg, #FF4444 0%, #fff 33%, #fff 66%, #FF4444 100% ) !important; */
    background: #ff4444;
    font-size: 19px;
    font-weight: bolder;
    letter-spacing: 0.1rem;
}
.btn.btn-primary:hover {
    border: 1px solid #878787 !important;
    color: #fff !important;
    background-image: linear-gradient( 135deg, #212121 0%, #414141 33%, #686868 66%, #484848 100% ) !important;
    transition:all .5s linear;
}
b{
    color:rgb(255, 68, 68);
    font-size: 1.2rem;
}
.testimony-wrap {
    background: #2e3039;
    background: #000;
}
#flow .wrap-flow{
    background:linear-gradient(85deg,rgb(31, 31, 31),#2e3039);
}
.jcsa{
    justify-content: space-around;
}
/* .contact-section .contact-info p,.contact-section .contact-info p a {
    color: #ffffff;
} */
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: .5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}
.mb-2{
    margin-bottom: 2rem;
}
.ftco-section {
    padding-top:  7em ;
    /* background: #163866; */
}
@media (max-width: 1199.98px){
.hero-wrap {
    background-position: center center !important;
}
}
@media (max-width: 1024px){
.hero-wrap {
    background-position: right center !important;
}
}

@media screen and (max-width: 500px){
    .hero-wrap {
    height: 70vh;
    background-size: contain;
    }
    
}

@media screen and (max-width: 360px){
    .navbar-brand {
    font-size: 25px;
    }
    .img-2 {
    height: 250px;
    margin-bottom: 40px;
    }
    .heading-section.heading-section-white h2 {
    font-size: 23px;
    color: #fff;
}

}



#about p{
    color: #4444ff;
}

#contact a{
    font-size: 28px;
}

.notice{
    color: #FF4444;
}

#service h3{
    color: #4444ff;
    font-size: 24px;
}

#flow .number{
    font-size: 40px;
    /* color: #fff; */
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin:  0 auto;
    background: #eee;
    color: #4444ff;
    border-radius: 100%;
    border: 4px solid #ff4444;
}

#flow{
    background-image: url('../pic/首頁大圖/1.jpg');
    background-size: cover;
    background-position: contain;
 
}

#flow p{
    color: #eee;
}

#other ul li{
    color: #4444ff;
    font-size: 12px;

}
#other h2{
    font-size: 20px;
}
#other h3{
    font-size: 16px;
}

.phoneBtn{
    border: 2px solid #fff;
    color: #fff;
    border-radius: 24px;
    background-color: transparent;
    padding: 0px 12px;
}

.lineBtn{
    border: 2px solid #fff;
    border-radius: 24px;
    color: #4444ff;
    background-color: #fff;
    padding: 0px 12px;

}

#about h2{
    background: #153765;
    margin-bottom: 0;
}

#about h2 b{
    font-size: 24px;
    color: #fff;
}

#about p{
    background: #ebf5fe;
    color: #153765;
}

.navbar-brand .row>div{
    padding: 0;
    position: relative;
}

.navbar-brand .row .little-logo{
    width: 6%; 
    position: absolute;  
    bottom: 0; 
    left: 37%;
}

@media screen and (min-width:576px) {
    .logo{
        max-width: 300px;
    }
}

@media screen and (max-width:576px) {
    .navbar-toggler{
        transform: translate(-4px,-100%);
    }
    .navbar .container-fluid{
        flex-direction: column;
        align-items: flex-start;
    }
}