
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.icon_div {
    position: fixed;
    right: 30px;
    top: 25%;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
    font-size: 1em;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #198754 !important;
    color: var(--bs-white) !important;
    font-weight: 400;
    transition: 0.5s;
}

    .btn.btn-primary:hover {
        background: var(--bs-white) !important;
        color: #198754 !important;
    }

.btn.btn-light {
    background: var(--bs-light) !important;
    color: var(--bs-success) !important;
    font-weight: 400;
    transition: 0.5s;
}

    .btn.btn-light:hover {
        background: var(--bs-success) !important;
        color: var(--bs-light) !important;
    }


.RotateMoveLeft {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

.RotateMoveRight {
    position: relative;
    animation: RotateMoveLeft 10s linear infinite;
}

@keyframes RotateMoveLeft {
    0%   {left: 0px;}
    50%   {left: 40px;}
    100%  {left: 0px;}
}

@keyframes RotateMoveRight {
    0%   {right: 0px;}
    50%   {right: 40px;}
    100%  {right: 0px;}
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 25px 0;
    color: var(--bs-dark) !important;
    font-size: 16px!important;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #018748 !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-success);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity: 1;
}

.collapse.navbar-collapse {
    transition: 0.5s;
}

@media (max-width: 1368px) {
    nav.bg-transparent {
        position: absolute;
        width: 100%;
        background: transparent !important;
    }

    .navbar.navbar-expand-lg button span {
        position: relative;
        z-index: 99;
    }

    .navbar {
        position: relative;
        background: var(--bs-light);
        z-index: 2;
    }

    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white) !important;
        padding: 0 20px 20px 20px !important;
    }

    .sticky-top.navbar-light {
        background: transparent;
    }

    nav.navbar {
        padding: 0 30px 30px 0;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-success);
        color: var(--bs-success);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        /*border-top: 1px solid #DDDDDD;*/
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark) !important;
    }


    .navbar-light .navbar-brand img {
        max-height: 45px;
    }

    .hero-header {
        margin-top: -100px !important;
    }
}

@media (min-width: 1368px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: transparent !important;
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }
}
/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    /*background: linear-gradient(rgba(102, 16, 242, 0.05), rgba(102, 16, 242, 0.05));*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 150px 0 60px 0;*/
    /*margin-bottom: 6rem;*/
    transition: 0.5s;
}

    .bg-breadcrumb::after {
        content: "";
        position: absolute;
        bottom: -20%;
        left: -10%;
        width: 600px;
        height: 600px;
        border-radius: 300px;
        border: 80px solid rgba(25, 135, 84, 0.05);
        background: transparent;
        animation: RotateMoveSingle 5s linear infinite;
        z-index: -1;
    }

.bg-breadcrumb .breadcrumb {
    position: relative;
    z-index: 2;
}


@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {bottom: 0px;}
    50%   {left: -10px;}
    75%   {bottom: 10%;}
    100%  {bottom: 0px;}
}

.bg-breadcrumb::before {
    content: "";
    position: absolute;
    top: -15%;
    right: -10%;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    border: 80px solid rgba(25, 135, 84, 0.05);
    background: transparent;
    animation: RotateMoveSingle 5s linear infinite;
    z-index: -1;
}

@keyframes RotateMoveSingle {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }

    0% {top: 0px;}
    50%   {top: 10%;}
    100%  {top: 0px;}
}

@media (max-width: 1024px) {
    .bg-breadcrumb {
       /* padding-top: 100px !important;*/
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-dark) !important;
}


.breadcrumb-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .breadcrumb-animation li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(25, 135, 84, 0.05);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

.breadcrumb-animation li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.breadcrumb-animation li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.breadcrumb-animation li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.breadcrumb-animation li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.breadcrumb-animation li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.breadcrumb-animation li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.breadcrumb-animation li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.breadcrumb-animation li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.breadcrumb-animation li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.breadcrumb-animation li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*** Single Page Hero Header End ***/


/*** Hearo Header Start ***/
.header::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: rgba(25, 135, 84, 0.05);
    border-radius: 22% 78% 33% 67% / 32% 0% 100% 68%;
    animation: bgMove 5s linear infinite;
    z-index: -1;
}

@keyframes bgMove {
    0%   {right: 0px;}
    50%   {right: 20px;}
    100%  {right: 0px;}
}

.header::before {
    content: "";
    position: absolute;
    bottom: -9%;
    left: -7%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 30px solid rgba(25, 135, 84, 0.05);
    background: transparent;
    animation: RotateMoveHeader 5s linear infinite;
    z-index: -1;
}

@keyframes RotateMoveHeader {
    0% {
        -webkit-transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
        transform: rotateZ(0deg) rotate(0deg) translate3d(0, 1%, 0) rotateZ(0deg);
    }
      100% {
        -webkit-transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
        transform: rotateZ(360deg) rotate(360deg) translate3d(0, 1%, 0) rotateZ(-360deg);
    }


    0% {bottom: 0px;}
    50%   {left: -10px;}
    75%   {bottom: 9%;}
    100%  {bottom: 0px;}
}

.hero-header {
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
}

.hero-header::after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 58px;
    height: 50px;
    background: url(../img/sty-1.png) center center no-repeat;
    animation: RotateMoveSty-3 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
    
}

@keyframes RotateMoveSty-3 {
    0%   {left: 100px;}
    40%   {bottom: -0px;}
    50%   {left: 700px;}
    70%   {bottom: 500px;}
    80%   {left: 400px;}
    95%   {bottom: -0px;}
    100%  {left: 100px;}
}

.hero-header::before {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 300px;
    height: 300px;
    border-radius: 150px;
    border: 30px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: RotateMoveSty-4 45s linear infinite;
    transition: 0.5s;
    z-index: -1;
    
}

@keyframes RotateMoveSty-4 {
    0%   {left: 100px;}
    40%   {bottom: -0px;}
    50%   {left: 700px;}
    70%   {bottom: 500px;}
    80%   {left: 400px;}
    95%   {bottom: -0px;}
    100%  {left: 100px;}
}


.hero-header .rotate-img {
    position: absolute;
    top: 70px;
    left: 20px;
}

.hero-header .rotate-img .rotate-sty-2 {
    position: absolute;
    top: 100px;
    left: 50px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    border: 5px solid rgba(247, 71, 128, 0.1);
    background: transparent;
    animation: RotateMoveSty-2 45s linear infinite;
    transition: 0.5s;

}

@keyframes RotateMoveSty-2 {
    0%   {left: 0px;}
    40%   {top: -30px;}
    50%   {left: 500px;}
    70%   {top: 200px;}
    80%   {left: 100px;}
    95%   {top: -30px;}
    100%  {left: 0px;}
}

.hero-header .rotate-img img {
    position: relative;
    animation: RotateMove 30s linear infinite;
    z-index: -1;
}

@keyframes RotateMove {
    0%   {left: 0px;}
    50%   {left: 200px;}
    100%  {left: 0px;}
}


@media (max-width: 1024px) {
    .hero-header {
        padding-top: 280px;
        
    }

    .hero-header .rotate-img img {
        margin-top: 100px;
    }
   
}
/*** Hero Header End ***/


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.1);
    background-color: rgba(150, 200, 255, 20%);
}

.service .service-item,
.service .service-item .service-icon,
.service .service-item a {
    transition: 0.5s;
}

    .service .service-item:hover {
        background: rgba(172, 240, 230, 0.15);
        border: 1px;
    }


.service .service-item:hover .service-icon,
.service .service-item:hover a {
   /* background: var(--bs-white) !important;*/
}

.service .service-item:hover a:hover {
/*    background: var(--bs-primary) !important;
    color: var(--bs-white);*/
}

/*** Service End ***/


/*** Features Start ***/
.feature .feature-img {
    background: var(--bs-light);
    border-radius: 58% 42% 21% 79% / 30% 29% 71% 70%;
}

.feature .feature-img2 {
    background: linear-gradient(#fff, #f7f3ff, #fff);
}


.feature .feature-img3 {
    background: linear-gradient(to top left, #f7f3ff, #f5f5f5, #fff);
}

/*** Features End ***/

/*** Pricing Start ***/
.price .price-item {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.price .price-item:hover {
    background: var(--bs-white) !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

    .price .price-item .pice-item-offer {
        position: absolute;
        width: 200px;
        height: 110px;
        top: -45px;
        right: -80px;
        background: red !important;
        color: var(--bs-white);
        transform: rotate(42deg);
        display: flex;
        align-items: end;
        justify-content: center;
        padding-bottom: 10px;
    }
/*** Pricing End ***/


/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
}

    .blog .blog-item .blog-img {
        position: relative;
        overflow: hidden;
        background: rgba(150, 200, 255, 20%);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    background: rgba(102, 16, 242, 0.2);
    color: var(--bs-white) !important;
    display: flex;
    align-items: end;
    justify-content: space-between;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-info {
    background: rgba(0, 0, 0, .4);
}


.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}
/*** Blog End ***/


/*** Testimonial Start ***/
.testimonial {
    position: relative;
    background: var(--bs-light);
    overflow: hidden;
    z-index: 1;
}
.testimonial::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: url(../img/testimonial-img-2.jpg) center center no-repeat;
    animation: TestimonialMoveLeft 100s linear infinite;
    z-index: -1;

}

.testimonial::before {
    content: "";
    position: absolute;
    top: 30%;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background: url(../img/testimonial-img-3.jpg) center center no-repeat;
    animation: TestimonialMoveRight 100s linear infinite;
    z-index: -1;

}

@keyframes TestimonialMoveLeft {
    0%   {left: 0px;}
    25%   {top: 100px;}
    50%   {left: 100%;}
    75%   {top: 80%;}
    100%  {left: 0px;}
}

@keyframes TestimonialMoveRight {
    0%   {right: 0px;}
    25%   {top: 100px;}
    50%   {right: 100%;}
    75%   {top: 80%;}
    100%  {right: 0px;}
}

.testimonial .testimonial-carousel.owl-carousel {
    position: relative;
    padding: 0 35px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 16, 242, 0.09);
    color: var(--bs-primary);
    transition: 0.5s;
}


.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white) !important;
}


.testimonial-carousel .owl-dots {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 15px;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    width: 70px;
    height: 70px;
    border-radius: 40px;
    border: 4px solid var(--bs-secondary);
}

@media (min-width: 900px) {
    .testimonial .testimonial-carousel .testimonial-item .testimonial-inner p.fs-7 {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .testimonial .testimonial-carousel.owl-carousel {
        padding: 0;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-prev {
        margin-top: -250px;
        margin-left: -15px;
    }

    .testimonial .testimonial-carousel .owl-nav .owl-next {
        margin-top: -250px;
        margin-right: -15px;
    }
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
}

.contact::after {
    content: "";
    position: absolute;
    top: 10%;
    left: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveLeft 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveLeft {
    0%   {left: 0px;}
    25%   {top: 100px;}
    50%   {left: 90%;}
    75%   {top: 80%;}
    100%  {left: 0px;}
}

.contact::before {
    content: "";
    position: absolute;
    top: 10%;
    right: -1%;
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 60px solid rgba(102, 16, 242, 0.05);
    background: transparent;
    animation: ContactMoveRight 50s linear infinite;
    z-index: 1;
}

@keyframes ContactMoveRight {
    0%   {right: 0px;}
    25%   {top: 100px;}
    50%   {right: 90%;}
    75%   {top: 80%;}
    100%  {right: 0px;}
}
/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(172, 240, 230, 0.55), rgba(200, 250, 230, 0.05));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-dark);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/**/
.dropbtn {
    background-color: #04AA6D;
    /*color: white;*/
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius:5px;
}

    .dropdown-content a {
        color: black;
        padding: .25rem 1rem;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #198754;
            color:#fff;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}


.img-zoomin {
    transition: 0.5s;
}

    .img-zoomin:hover {
        transform: scale(1.1);
    }



.dropdown-item {
    font-size: 14px;
}

/**/
.marquee-container {
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 10s linear infinite;
    padding:5px 20px;

}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}
@media (min-width: 1200px) {
    .form-check-input {
        position: absolute!important;

    }
}


.topnav {
    overflow: hidden;
    background-color: #fff;
}

    .topnav a {
        float: left;
        color: #444;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            /*background-color: #ddd;*/
            color: #0d6efd;
        }

        .topnav a.active {
            /*background-color: #04AA6D;*/
            color: #1c1f89;
        }

.download-btn {
    width: 100%;
    padding: 15px 20px;
    margin: 10px 0px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

    .download-btn:hover {
        background-color: #fff;
    }

    .download-btn a {
        text-decoration: none;
        font-size: 18px;
        line-height: 2;
        color: #4a4a4a;
        padding: 5px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        font-weight: bold;
        display: inline-block;
        /*width: 70%;*/
        vertical-align: middle;
        margin-left: 15px;
        line-height: 1.5;
    }

.f15 {
    font-size: 15px;
}

.f18 {
    font-size: 18px;
}

/**/

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

    .btn-toggle:hover,
    .btn-toggle:focus {
        color: rgba(0, 0, 0, 1);
        /*background-color: #d2f4ea;*/
    }

    .btn-toggle::before {
        width: 1.25em;
        line-height: 0;
        content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
        transition: transform .35s ease;
        transform-origin: .5em 50%;
    }

    .btn-toggle[aria-expanded="true"] {
        color: rgba(0, 0, 0, .85);
    }

        .btn-toggle[aria-expanded="true"]::before {
            transform: rotate(90deg);
        }

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus {
        background-color: #d2f4ea;
    }

.badge-primary {
    background-color: #1c1f89;
    font-size: 16px !important;
}

ul.number, ol.number {
    list-style: decimal outside;
    font-size:15px;
    line-height:25px;

}

.t-border {
    border: 1px solid #1c1f89;
    padding: 5px;
}

/*table*/

.table-bg1 {
    background-color: rgba(13, 110, 255, 0.05);
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #0d6efd;
}

.table {
    font-size: .9rem !important;
    color: #444;
    /*display: block;*/
    overflow-x: auto;
    white-space: nowrap;
}

div.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #818181;
    margin: 10px 0;
}
.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #555 !important;
    background-color: #f1f1f1;
    /*border-right: 1px solid #fff;*/
    color: #1c1f89;
}

.index-icon {
    border-radius:10px;
    border:2px solid rgba(0, 0, 0, 0.1);
    height:42px;
    width:42px;
}
.index-icon:hover {
    opacity:.7;
}


/*公司簡介的ｉｔｅｍ*/
.topnav {
    overflow: hidden;

}

    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 30px;
        text-decoration: none;
        font-size: 17px;
        border-top: 3px solid transparent;
    }

        .topnav a:hover {
            border-top: 3px solid red;
        }

        .topnav a.active {
            border-top: 3px solid red;
        }

.f13 {
    font-size:13px;
}
.c_year {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    border: 5px solid rgba(0, 0, 0, 0.1);
    display: flex !important;
}
.c_no {
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #dc3545;
    color:#fff;
    display:inline-block;
    text-align:center;
}


@media (max-width:576px) {
    .topnav a {
        padding: 8px 10px;
        font-size: 13px;
    }

}



/**/

.about a {
    color: #6c757d;
}

    .about a:hover {
        color: #1c1f89;
    }
    .about a.active {
        color: #1c1f89;
    }




.pro-navbar {
    overflow: hidden;
    background-color: #1c1e88;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

    .pro-navbar a {
        float: right;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 10px 12px;
        text-decoration: none;
        font-size: 15px;
    }

        .pro-navbar a:hover {
            background: #f1f1f1;
            color: black;
        }

        .pro-navbar a.active {
            background-color: #04AA6D;
            color: white;
        }

.check_m {
    position: inherit !important;
}



/**/
#pro .navbar {
    overflow: hidden;
    background-color: transparent;
}

    #pro .navbar a {
        float: left;
        font-size: 15px;
        color: #000;
        text-align: center;
        padding: 5px;
        text-decoration: none;
    }

#pro .subnav {
    float: left;
    overflow: hidden;
}

    #pro .subnav .subnavbtn {
        font-size: 15px;
        border: none;
        outline: none;
        color: #000;
        padding: 5px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        border-bottom: 2px solid #f8f9fa;
    }

    #pro .subnav:hover .subnavbtn {
        /*background-color: red;*/
        border-bottom: 2px solid red;
    }

#pro .navbar a:hover {
    color: #0d6efd;
}

#pro .subnav-content {
    display: none;
    position: fixed;
    left: auto;
    background-color: #f8f9fa;
    width: 100%;
    z-index: 1;
}

    #pro .subnav-content a {
        float: left;
        color: #000;
        text-decoration: none;
    }

        #pro .subnav-content a:hover {
            /*background-color: #eee;*/
            color: black;
        }

#pro .subnav:hover .subnav-content {
    display: block;
}

@media (max-width: 560px) {

    #pro .navbar a {
        font-size: 13px;
    }

    #pro .subnav .subnavbtn {
        font-size: 13px;
    }
}


/**/
/*input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('../img/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 8px 35px;
    transition: width 0.4s ease-in-out;
}

    input[type=text]:focus {
        width: 50%;
    }
*/

.cate-f {
    font-size: 15px;
}

.logo-blue {
    : #1c1e88;
}

.btn-fixed {
    font-weight: 600;
    transition: .5s;
    position: fixed;
    top: 66px;
    z-index: 9998;
    background-color: #f8f9fa;
    border: #eee;
}


/**/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 65px;
    left: 0;
    background-color: #1c1e88;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 15px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}


/**/
button.accordion-2 {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 8px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    button.accordion-2.active, button.accordion-2:hover {
        background-color: transparent;
    }

    button.accordion-2:after {
        content: '\002B';
        color: #eee;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    button.accordion-2.active:after {
        content: "\2212";
    }

/**/
.sidebar-top {
    position: fixed;
    left: 0px;
    /*top: 147px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.sidebar {
    height: calc(100% - 18.2em/2);
    width: 250px;
    border: 1px solid #ccc;
    position: fixed;
    z-index: 1;
    /*top: 0;*/
    left: 0;
    background-color: #1c1e88;
    margin: 0px;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 160px;*/
    /*margin-top:147px;*/
    z-index: 9999;
    overflow-y: scroll;
}

    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: .8 rem;
        color: #000;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover {
            color: #818181;
        }

    .sidebar .closebtn {
        position: absolute;
        top: -12px;
        right: 5px;
        /*font-size: 30px;*/
        margin-left: 50px;
    }

/**/
label.accordion-2 {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    padding: 8px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    label.accordion-2.active, button.accordion-2:hover {
        background-color: transparent;
    }

    label.accordion-2:after {
        content: '\002B';
        color: #eee;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

    label.accordion-2.active:after {
        content: "\2212";
    }

.panel-2 {
    /*padding: 10px 18px;*/
    display: none;
    /*background-color: white;*/
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #fff;
}

/* Style tab links */
.tablink {
    background-color: #157347;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    font-size: 15px;
    width: 25%;
    border-right: 1px solid #fff;
    border-radius: 10px;
}

    .tablink:hover {
        background-color: #777;
    }

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: #000;
    display: none;
    padding: 20px;
    height: 100%;
}

/*影片*/
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .videobox iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.menu-f {
    display: inline-flex!important;
}


.c-success {
    color: #198754
}

.btn-success-h {
    color: #fff;
    background-color: rgba(100, 230, 170, 70%);
    border-color: rgba(117, 224, 174, 80%);
}

.accordion-button {
    border-left: 3px solid #198754 !important;
    border-bottom: 1px dashed #198754!important;
}

    .accordion-button:not(.collapsed) {
        color: #198754;
        background-color: #fff;
    }
.g-bg {
    background-color: rgba(150, 200, 255, 20%)
}

/* Style the tab */
.tab {
    float: left;
    /*border: 1px solid #ccc;*/
    background-color: transparent;
    width: 30%;

}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 22px 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            /* background-color: #ddd;*/
            color: #198754;
            border-left: 3px solid #198754;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            /*background-color: #ccc;*/
            color: #198754;
            border-left: 3px solid #198754;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    /*border: 1px solid #ccc;*/
    width: 70%;
    border-left: none;
    height: 300px;
}


.table-Wrap {
    overflow-x: auto;
    /* padding-bottom: 10px;*/
    /*overflow-x: scroll;*/
    scrollbar-color:#1c1f89 #dee2e6;
}
.com {
    font-size: 16px;
}
/*首頁在螢幕解析度不大的情況下，圖示主題會跑掉*/
@media (max-width: 1200px) {


    .inv-table {
        font-size: 14px; /*縮減字大小*/
        width: 95%;
        /* min-width: 960px; 小尺寸裝置table不至於被擠壓變形*/
    }
}

/*螢幕寬度小768*/
@media (max-width: 768px) {

    .inv-table {
        font-size: 15px; /*縮減字大小*/
        width: 92%;
        /*min-width: 820px; 小尺寸裝置table不至於被擠壓變形*/
    }
    .com {
        font-size: 13px;
    }
}

@media (min-width: 1368px) {
    .navbar-expand-lg .navbar-toggler {
        display: none!important;
    }
}
