@import url('css.css'); /** 
* 
* -----------------------------------------------------------------------------
*
* Template : Bcom - Consulting Business HTML Template
* Author : rs-theme
  Author URI : http://www.rstheme.com/ 
*
* -----------------------------------------------------------------------------
* 
**/
/* TABLE OF CONTENT
---------------------------------------------------------
01. General CSS
02. Global Class CSS
03. Header Section CSS
04. Sticky Menu CSS
05. About Section CSS
06. Ebook Read Section CSS
07. Feature Section CSS
08. Breadcrumbs Section CSS
09. Banner Section CSS
10. Slider Section CSS
11. Cta Section CSS
12. Newsletter Section CSS
13. Counter Section CSS
14. Skillbar Section CSS
15. Contact Section CSS
16. Video Section CSS
17. Choose Section CSS
18. Services Section CSS
19. Faq Section CSS
20. Team Section CSS
21. Process Section CSS
22. Partner Section CSS
23. Pricing Section CSS
24. Project Section CSS
25. Blog Section CSS
26. Tab Section CSS
27. Testimonial Section CSS
28. Shop Section CSS
29. Single Shop Section CSS
30. Cart Section CSS
31. Checkout Section CSS
32. Account Section CSS
33. Footer Section CSS
34. Scroll Up CSS
35. Woocommerce Section CSS
36. Preloader CSS
37. Animation Part CSS


--------------------------------------------------------*/
/* -----------------------------------
	01. General CSS
-------------------------------------*/
html, body {
    font-size: 16px;
    color: #3e3e3e;
    font-family: "微軟正黑體", 'Public Sans', sans-serif;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "微軟正黑體", Arial, 'Public Sans', sans-serif;
    color: #080d41;
    margin: 0 0 26px;
    line-height: 1.2;
}

h1 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
}

h4 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}

h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.text-md-left {
    text-align: left;
}

.text-md-right {
    text-align: right;
}

.text-right {
    text-align: right;
}

.no-border {
    border: none !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.capitalize {
    text-transform: capitalize !important;
}

.extra-bold {
    font-weight: 800 !important;
}

.white-color {
    color: #fff !important;
}

.white-color2 {
    color: rgba(255, 255, 255, 0.8) !important;
}

.title-color {
    color: rgba(8, 13, 65, 0.8) !important;
}

.body-color {
    color: #3e3e3e !important;
}

.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #F4F4FB;
}

.gray-bg2 {
    background-color: #FAFAFA;
}

.gray-bg3 {
    background: #f6f4ff;
}

.gray-bg4 {
    background: #f9f9f9;
}

.gray-bg5 {
    background: #f4f4f4;
}

.gray-bg6 {
    background: #f5faff;
}

.gray-bg7 {
    background: #f5faff;
    border-radius: 85px;
}

.gray-bg7 {
    background: #F8FFF2;
}

.gray-bg8 {
    background: #F7FCFF;
}

.gray-bg9 {
    background: #f4f4f4;
}

.gray-bg10 {
    background-color: #83A30030;
}

.gray-bg11 {
    background-color: #83a300;
}

.gray-bg12 {
    background-color: #080d41;
}

.gray-bg13 {
    background-color: #f9f8ff;
}

.gray-bg14 {
    background-color: #060928;
}

.gray-bg15 {
    background-color: #F3F1FF;
}

.gray-bg16 {
    background-color: #EBEBEB;
}

.gray-bg17 {
    background-color: #f9f9f9;
}

.gray-bg18 {
    background-color: #F4F4FBA6;
}

.gray-bg19 {
    background-color: #F4F4FBA6;
}

.gray-bg20 {
    background-image: linear-gradient(180deg, #f4f4f4 0%, #ffffff 100%);
}

.gray-bg22 {
    background-image: linear-gradient(180deg, #f4faff 0%, #f7f4fd 100%);
}

.gray-bg23 {
    background-color: #F2F6FC;
}

.gray-bg24 {
    background-color: #F5F8FF;
}

.gray-bg25 {
    background-color: #F6F8FF;
}

.gray-bg26 {
    background: #F5F7FE;
}

.gray-bg27 {
    background-color: #F6F9FE;
}

.gray-bg28 {
    background-color: #FBFBFB;
}

.gray-bg29 {
    background-color: #f3f8ff;
}

.gray-bg30 {
    background-color: #F1F7FF8C;
}

.gray-bg31 {
    background-color: #f3fbff;
}

.gray-bg32 {
    background-color: #f1f4f9;
}

.black-bg1 {
    background-color: #010139;
}

.black-bg2 {
    background-color: #000806;
}

.pt-310 {
    padding-top: 310px;
}

.pt-300 {
    padding-top: 300px;
}

.pb-260 {
    padding-bottom: 260px;
}

.pt-210 {
    padding-top: 210px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-210 {
    padding-bottom: 210px;
}

.relatives {
    position: relative;
    z-index: 11;
}

a {
    color: #0da19c;
    transition: all 0.3s ease;
    text-decoration: none !important;
    outline: none !important;
}

a:active, a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #0da19c;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

::-moz-selection {
    background: #0da19c;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #0da19c;
    text-shadow: none;
    color: #ffffff;
}

.bg1 {
    background-color: #E6E8FF;
    background-image: url(../image/about-bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2 {
    background-color: #F4F4FB;
    background-image: url(../image/cta-bg1.jpg);
    border-radius: 30px 30px 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg7 {
    background-image: url(../image/main-services-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg8 {
    background-color: #060928;
    background-image: url(../image/map-img.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 52% auto;
    opacity: 1;
}

.bg9 {
    background-image: url(../image/team-about-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg10 {
    background-image: url(../image/white-stripe.png);
    background-color: #080D41;
}

.bg11 {
    position: relative;
    background-image: url(../image/pnr-bg1.png);
    background-color: #F2F5FC;
}

.bg12 {
    background-image: url(../image/team-about-bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg13 {
    background-image: url(../image/ser-vactor-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg14 {
    background-image: url(../image/faq-bg1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg15 {
    background-color: #0F0E0E;
    background-image: url(../image/cta-bg2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg16 {
    background-image: url(../image/count-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 50px 30px;
}

.bg17 {
    background-image: url(../image/project-single.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 64px 35px 38px 35px;
}

.bg18 {
    background-image: url(../image/services-bg11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg19 {
    background-image: url(../image/project-bg11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg20 {
    background-image: url(../image/price-new-bg11.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg21 {
    background-image: url(../image/cta-bg3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg22 {
    background-image: url(../image/testi-bg11.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg23 {
    padding: 160px 0 160px;
    background-image: url(../image/cta-box-bg-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg24 {
    background-image: url(../image/contact-bg11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg25 {
    background-image: url(../image/contact-bg11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg26 {
    background-image: url(../image/services-bg12.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg27 {
    background-image: url(../image/img-bg-scaled.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg28 {
    background-image: url(../image/cta-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg29 {
    background-image: url(../image/cta-bg1-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg30 {
    background-color: #fff;
    background-image: url(../image/testi-bg12.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg31 {
    background-image: url(../image/ser-bg4.png);
    background-color: #F3F2FF;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg32 {
    background-image: url(../image/feature-bg6.jpg);
    background-color: #F3F2FF;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg33 {
    background-image: url(../image/testi-bg-6.jpg);
    background-color: #F3F2FF;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg34 {
    background-image: url(../image/blog-bg6.jpg);
    background-color: #F3F2FF;
    background-repeat: no-repeat;
}

.bg35 {
    background-image: url(../image/testi-bg-6.jpg);
    background-color: #292965;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg36 {
    background-image: url(../image/testi-bg-7.jpg);
    background-repeat: no-repeat;
}

.bg37 {
    background-color: #fafafa;
    background-image: url(../image/feature-bg8.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bg38 {
    background-color: #f6f4ff;
    background-image: url(../image/pro-bg8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg39 {
    background-color: #F6F4FF;
    background-image: url(../image/ser-bg-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg40 {
    background-image: url(../image/testi-bg8.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.bg41 {
    background-image: url(../image/pro-sidebar-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 35px 53px 35px;
    border-radius: 10px 10px 10px 10px;
}

.bg42 {
    background-image: url(../image/count-down-bg.png);
    background-color: #0D6EAA;
    background-repeat: no-repeat;
    position: relative;
}

.bg43 {
    background-image: url(../image/contact-inner-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.bg44 {
    background-image: url(../image/contact-inner-bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg45 {
    background-image: url(../image/contact-inner-bg3.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg47 {
    background-image: url(../image/testi-bg11.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offwrap {
    cursor: url(../image/close.png), auto;
    width: 100%;
    left: 100%;
    transition: all 0.8s ease-out 0s;
    position: fixed;
    background: #fff;
    height: 100vh;
    top: 0;
    bottom: 0;
    opacity: .8;
    z-index: 999;
}

.copyright p {
    font-size: 15px;
}

body.nav-expanded .offwrap {
    left: 0%;
    transition: all 0.8s ease-out 0s;
}

.bg-unset {
    background: unset !important;
}

.rs-menu-toggle {
    color: #0da19c;
    text-align: right;
}

button {
    cursor: pointer;
}

.glyph-icon:before {
    margin: 0;
}

.z-index-1 {
    position: relative;
    z-index: 1;
}

.gridFilter .portfolio-filter button + button {
    margin-left: 20px;
}

.gridFilter .portfolio-filter button {
    padding: 8px 20px 8px 20px !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0D5AC0;
    margin: 0 0 0px;
    display: inline-block;
    padding: 0;
    transition: 0.4s;
    outline: none;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
    position: relative;
    border: 0;
}

.gridFilter .portfolio-filter button:hover, .gridFilter .portfolio-filter button.active {
    background-color: #0D6EAA;
    color: #FFFFFF;
}

.gridFilter.grid-fliter1 .portfolio-filter button:hover, .gridFilter.grid-fliter1 .portfolio-filter button.active {
    background-color: #0D6EAA;
    color: #FFFFFF;
}

.gridFilter.grid-fliter1 .portfolio-filter button {
    padding: 8px 20px 8px 20px !important;
    border-radius: 10px 10px 10px 10px !important;
    font-size: 17px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0D6EAA17;
    background: 0 0;
    color: #121933;
}

.dots {
    list-style: disc;
    margin: 0 0 1.5em 3em;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
}

.check-arrow li {
    position: relative;
    list-style: none;
    padding: 3px 0 5px 48px;
    margin: 4px 0;
    font-size: 18px;
    color: #656567;
}

.check-arrow li:before {
    content: "\eb7b";
    font-family: remixicon!important;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    font-size: 18px;
    color: #0D6EAA;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(26, 115, 233, 0.1411764706);
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

ul.services-list li a {
    display: block;
    padding: 14px 20px 14px 20px;
    transition: all .5s ease;
    position: relative;
    background: #F6F9FE;
    color: #080d41;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #0D6EAA1A;
    border-radius: 5px 5px 5px 5px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

ul.services-list li a:before {
    content: "\ea6c";
    font-family: remixicon!important;
    position: absolute;
    right: 18px;
    top: 16px;
    color: #080d41;
}

ul.services-list li a.active, ul.services-list li a:hover {
    background: #4db299;
    color: #ffffff;
}

ul.services-list li a.active:before, ul.services-list li a:hover:before {
    color: #ffffff;
}

.shape-divider {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    transform: rotate(180deg);
    top: -45px;
    z-index: -11;
}

.shape-divider svg {
    display: block;
    width: calc(101.3%);
    position: relative;
    left: 50%;
    height: 50px;
    transform: translateX(-50%) rotateY(180deg);
}

.shape-divider svg .shape-fill {
    fill: #F6F9FE;
    transform-origin: center;
    transform: rotateY(0deg);
}

.shape-divider.ser-shape-bottom {
    bottom: -6px;
    top: 0px;
}

.shape-divider.ser-shape-bottom svg .shape-fill {
    fill: #F6F9FE;
}

.shape-divider.project-shape-top {
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    top: -60px;
}

.shape-divider.project-shape-top svg {
    height: 60px;
    display: block;
    width: calc(101.3%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.shape-divider.project-shape-top svg .shape-fill {
    fill: #F6F9FE;
    transform-origin: center;
    transform: rotateY(0deg);
}

.shape-divider.project-shape-bottom {
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: 7px;
}

.shape-divider.project-shape-bottom svg {
    height: 60px;
    display: block;
    width: calc(101.3%);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.shape-divider.project-shape-bottom svg .shape-fill {
    fill: #F6F9FE;
    transform-origin: center;
    transform: rotateY(0deg);
}

ul.check-lists .list-item {
    padding-bottom: calc(9px);
}

ul.check-lists .list-item .icon-list-icon i:before {
    color: #0da19c;
    font-size: 22px;
    position: relative;
}

ul.check-lists .list-item .list-text {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #080d41;
    padding-left: 5px;
}

ul.check-lists .list-item:last-child {
    padding-bottom: 0;
}

ul.check-lists.check-main .list-item .icon-list-icon i:before {
    font-size: 14px;
    color: #0D6EAA;
    padding: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0D6EAA;
    border-radius: 50% 50% 50% 50%;
    font-weight: 300;
}

ul.check-lists.check-main .list-item .list-text {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #183760;
    padding-left: 5px;
}

ul.check-lists.check-list2 .list-item .icon-list-icon i:before {
    font-size: 22px;
    color: #f05c4e;
}

ul.check-lists.check-list2 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list3 .list-item .icon-list-icon i:before {
    font-size: 22px;
    color: #00a775;
}

ul.check-lists.check-list3 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list4 .list-item .icon-list-icon i:before {
    font-size: 24px;
    color: #d32f2f;
    font-weight: 900;
}

ul.check-lists.check-list4 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list5 .list-item .icon-list-icon i:before {
    font-size: 24px;
    color: #00a775;
    font-weight: 900;
}

ul.check-lists.check-list5 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list6 .list-item .icon-list-icon i:before {
    font-size: 24px;
    color: #b65df0;
    font-weight: 900;
}

ul.check-lists.check-list6 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list7 .list-item .icon-list-icon i:before {
    font-size: 24px;
    color: #83a300;
    font-weight: 900;
}

ul.check-lists.check-list7 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list8 .list-item .icon-list-icon i:before {
    font-size: 24px;
    color: #ff6600;
    font-weight: 900;
}

ul.check-lists.check-list8 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list9 .list-item .icon-list-icon i:before {
    font-size: 22px;
    color: #0da19c;
    font-weight: 900;
}

ul.check-lists.check-list9 .list-item .list-text {
    font-size: 20px;
    line-height: 30px;
}

ul.check-lists.check-list11 .list-item {
    padding-bottom: calc(9px);
}

ul.check-lists.check-list11 .list-item .icon-list-icon i:before {
    font-size: 16px;
    color: #634bf8;
    font-weight: 400;
}

ul.check-lists.check-list11 .list-item .list-text {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}

ul.check-lists.check-list10 .list-item {
    padding-bottom: calc(9px);
}

ul.check-lists.check-list10 .list-item .icon-list-icon i:before {
    color: #0092f2;
}

ul.check-lists.check-list10 .list-item .list-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

ul.check-lists.check-list12 .list-item {
    padding-bottom: calc(6px);
}

ul.check-lists.check-list12 .list-item .icon-list-icon i:before {
    font-size: 20px;
    color: #FE7A24;
    font-weight: 900;
}

ul.check-lists.check-list12 .list-item .list-text {
    font-size: 17px;
    line-height: 30px;
}

.rs-features-list2 li {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #656567;
    margin: 0px 0px 15px 0px;
}

.rs-features-list2 li i:before {
    color: #0D6EAA;
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
}

.rs-features-list2 li:last-child {
    margin: 0px 0px 0px 0px;
}

.rs-features-list li {
    display: flex;
    align-items: center;
    margin: 0px 0px 10px 0px;
}

.rs-features-list li img {
    margin: 0px 10px 0px 0px;
    width: 20px;
    height: 20px;
}

.rs-features-list li .feature-text {
    font-weight: 600;
}

.rs-contact-box .address-item {
    display: flex;
    position: relative;
    justify-content: flex-end;
    padding-right: 30px;
}

.rs-contact-box .address-item .address-icon {
    display: inline-block;
    position: relative;
    background: #fff;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
}

.rs-contact-box .address-item .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #2b59ff;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
}

.rs-contact-box .address-item .address-icon i {
    top: -3px !important;
    position: relative;
    font-size: 24px !important;
    line-height: 77px;
    color: #000000c7 !important;
}

.rs-contact-box .address-item .address-text .text {
    margin: -10px 0 0 25px;
}

.rs-contact-box .address-item .address-text .text .label {
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 38px;
    margin: 0px 0px 2px 0px;
    display: block;
}

.rs-contact-box .address-item .address-text .text a {
    font-size: 25px;
    font-weight: 700;
    color: #FFFFFF;
}


.rs-contact-box.contact-box1 .address-item .address-icon i {
    color: #3a15fb !important;
}


.rs-contact-box .address-item .cta-btn a {
   padding: 0 10px;
}

.stylelisting {
    list-style-type: none;
    margin-left: 20px !important;
}

.stylelisting li {
    position: relative;
    padding-left: 22px !important;
    line-height: 34px;
    border: none !important;
}

.stylelisting li:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    color: #0da19c;
    font-size: 12px;
}

.pagination-area {
    display: inline-block;
}

.pagination-area .nav-link {
    display: flex;
    align-items: center;
    padding: 15px 10px 15px 8px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #595757;
}

.pagination-area .nav-link .page-number {
    padding: 2px 15px 0 20px;
    line-height: 12px;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    text-align: center;
    background: 0 0;
    color: #000000;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #595757;
}
.pagination-area .nav-link .page-number:hover {
    color: #c30d23;
}

.pagination-area .nav-link .page-number.border-none {
    border-right: unset;
}

.pagenav-link ul {
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    display: inline-block;
    padding: 0 3px;
}

.pagenav-link ul li {
    display: inline-block;
    padding: 0 18px;
    margin: 10px 0;
    border-right: 1px solid #E6E6E6;
    color: #0da19c;
    font-size: 18px;
}

.pagenav-link ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #3e3e3e;
}

.pagenav-link ul li a i:before {
    position: relative;
    padding-left: 3px;
    color: #010d14;
    font-size: 20px;
    top: 0px;
    display: inline-block;
    transition: all 0.3s ease;
}

.pagenav-link ul li a:hover {
    color: #0da19c;
}

.pagenav-link ul li a:hover i:before {
    color: #0da19c;
}

.pagenav-link ul li:last-child {
    border-right: none;
}

blockquote {
    margin: 40px 0;
    padding: 30px 40px 30px 100px;
    color: #3a3a3a;
    position: relative;
    background: #f2f0ff;
    font-weight: normal;
    font-style: italic;
    font-weight: 400;
    border-radius: 20px;
}

blockquote .quote-part {
    font-size: 20px;
    color: #3a3a3a;
    margin: 0;
}

blockquote .quote-part cite {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #080d41;
    margin-bottom: 10px;
}

blockquote .quote-part cite span {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #3a3a3a;
    position: relative;
    right: -54px;
    display: block;
}

blockquote .quote-part cite:before {
    content: "";
    font-size: 28px;
    padding-bottom: 0px;
    display: inline-block;
    background: #0da19c;
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

blockquote:before {
    content: "\ec51";
    font-size: 64px;
    color: #0da19c;
    padding-bottom: 0;
    display: inline-block;
    font-family: remixicon;
    font-weight: 800;
    text-align: center;
    top: 37px;
    background: 0 0;
    position: absolute;
    left: 10px;
}

.slick-dots {
    position: absolute;
    line-height: 10px;
    bottom: -45px;
    z-index: 3;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: unset;
    height: unset;
    font-size: 0;
    margin: 0 5px;
}

.slick-dots li button {
    width: 15px;
    height: 15px;
    display: inline-block;
    font-size: unset;
    line-height: unset;
    padding: unset;
    border: none;
    background: #0092F2;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    border-radius: 15px;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    width: 24px;
    background: #0092f2;
    opacity: 40%;
}

/* no-gutters Class Rules */
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* ------------------------------------
	02. Global Class CSS
---------------------------------------*/
.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.y-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.project-item .vertical-middle {
    position: relative;
    z-index: 9;
}

.vertical-middle {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-middle-cell {
    display: table-cell;
    vertical-align: middle;
}



.readon.started {
    position: relative;
    border-color: #0da19c;
    color: rgba(255, 255, 255, 0.8);
    padding: 18px 46px;
    border-radius: 50px;
}

.readon.started.footer-more {
    padding: 16px 44px 20px;
    color: #FFFFFF;
    font-weight: 600;
}

.readon.started.footer-more i:before {
    margin-left: 4px;
    font-size: 14px;
}


.readon.started.get-blue1 {
    color: #FFFFFF;
    font-weight: 600;
    padding: 20px 47px;
}

.readon.started.phone-number {
    padding: 16px 34px 16px 34px;
}

.readon.started.phone-number .btn-icon i {
    margin-right: 5px;
    color: #0da19c;
    background-color: #ffffff;
    width: 39px;
    height: 39px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
}

.readon.started.phone-number .btn-icon i:before {
    font-size: 18px;
}

.readon.started.phone-number.phone-small {
    padding: 13px 26px 13px 26px;
    background-color: #ffffff;
    color: rgba(8, 13, 65, 0.9);
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
}

.readon.started.phone-number.phone-small .btn-icon i {
    margin-right: 5px;
    color: #ffffff;
    background-color: #0da19c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
}

.readon.started.phone-number.phone-small .btn-icon i:before {
    font-size: 16px;
}

.readon.started.phone-number.phone-small:before {
    background-color: #534FF800;
}

.readon.started.phone-number.phone-small:hover {
    background-color: #534FF800;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}

.readon.started.phone-number.phone-small:hover .btn-icon i {
    color: #0da19c;
    background-color: #ffffff;
}



.readon.started.phone-number.normal-blue {
    padding: 15px 23px 15px 23px;
    background-color: #FFFFFF;
    color: #3a3a3a;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #0D6EAA;
    border-radius: 50px 50px 50px 50px;
}

.readon.started.phone-number.normal-blue .btn-icon i {
    margin-right: 5px;
    color: #ffffff;
    background-color: #0da19c;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
}

.readon.started.phone-number.normal-blue .btn-icon i:before {
    font-size: 16px;
}

.readon.started.phone-number.normal-blue:hover {
    background-color: #534FF800;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #FFFFFF;
    color: #FFFFFF !important;
}

.readon.started.phone-number.normal-blue:hover .btn-icon i {
    color: #0da19c;
    background-color: #ffffff;
}

.readon.started.phone-number.cta-phone {
    padding: 15px 23px 15px 23px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
}

.readon.started.phone-number.cta-phone .btn-text {
    color: rgba(255, 255, 255, 0.8);
}

.readon.started.phone-number.cta-phone:before {
    background-color: transparent;
}

.readon.started.phone-number.cta-phone:hover {
    background-color: transparent;
}

.readon.started.phone-number.cta-phone2 {
    padding: 16px 30px 16px 30px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
}

.readon.started.phone-number.cta-phone2 .btn-icon i {
    color: #3a15fb;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    transition: all .4s;
}

.readon.started.phone-number.cta-phone2 .btn-text {
    color: #fff;
}

.readon.started.phone-number.cta-phone2:before {
    background-color: #FFFFFF;
}

.readon.started.phone-number.cta-phone2:hover {
    background-color: #FFFFFF;
}

.readon.started.phone-number.cta-phone2:hover .btn-text {
    color: #3a15fb;
}

.readon.started.phone-number.cta-phone2:hover .btn-icon i {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4200FF;
}

.readon.started.phone-number:hover {
    background-color: #0da19cDE;
}

.readon.started.phone-number:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.started:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background-color: #0da19cDE;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.started:hover {
    background-color: #0da19cDE;
}

.readon.started:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.consultant {
    font-weight: 700;
    background: #634bf8;
    border-radius: 15px;
    color: #ffffff;
    padding: 21px 31px;
}

.readon.consultant:hover {
    background: #533be5d1;
}

.readon.consultant.phone-number {
    background-color: transparent;
    padding: 21px 20px;
}

.readon.consultant.phone-number.yellow-icon1 {
    padding: 21px 17px;
}

.readon.consultant.phone-number.yellow-icon1 .btn-icon i {
    background-color: #f8b401;
    width: 64px;
    height: 64px;
    line-height: 67px;
}

.readon.consultant.phone-number.yellow-icon1 .btn-text {
    font-weight: 600;
    color: #3a3a3a;
}

.readon.consultant.phone-number.yellow-icon1:hover .btn-icon i {
    background-color: #f8b401;
}

.readon.consultant.phone-number .btn-icon i {
    margin-right: 5px;
    color: #ffffff;
    background-color: #634BF8;
    width: 43px;
    height: 43px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px 50px 50px 50px;
}

.readon.consultant.phone-number .btn-icon i:before {
    font-size: 18px;
}

.readon.consultant.phone-number .btn-text {
    font-weight: 600;
    color: #3e3e3e;
}

.readon.consultant.phone-number:hover .btn-icon i {
    background-color: #634BF8DB;
}

.readon.consultant.phone-number:hover .btn-text {
    color: #634bf8;
}

.readon.consultant.phone-number.orange-phn .btn-icon i {
    background-color: #292965;
}

.readon.consultant.phone-number.orange-phn:hover .btn-text {
    color: #f05c4e;
}

.readon.consultant.phone-number.orange-light .btn-icon i {
    background-color: #f05c4e;
}

.readon.consultant.phone-number.orange-light .btn-text {
    font-weight: 600;
    color: #ffffff;
}

.readon.consultant.phone-number.orange-light:hover .btn-text {
    color: #f05c4e;
}

.readon.consultant.phone-number.blue-light {
    padding: 0px 0px;
}

.readon.consultant.phone-number.blue-light .btn-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    color: #0da19c;
    text-align: center;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5463FF;
    border-radius: 50%;
}

.readon.consultant.phone-number.blue-light .btn-text {
    font-weight: 600;
    color: #080d41;
}

.readon.consultant.phone-number.blue-light:hover .btn-text {
    color: #0da19c;
}

.readon.consultant.phone-number.yellow-light .btn-icon i {
    color: #3e3e3e;
    background-color: #f8b401;
}

.readon.consultant.phone-number.yellow-light .btn-text {
    font-weight: 600;
    color: #ffffff;
}

.readon.consultant.phone-number.yellow-light:hover .btn-icon i {
    color: #f8b401;
    background-color: #ffffff;
}

.readon.consultant.phone-number.yellow-light:hover .btn-text {
    color: #f8b401;
}

.readon.consultant.phone-number.purple-light .btn-icon i {
    color: #ffffff;
    background-color: #080D41;
}

.readon.consultant.phone-number.purple-light:hover .btn-text {
    color: #0092f2;
}

.readon.consultant.phone-number.green-light .btn-icon i {
    background-color: #080D41;
}

.readon.consultant.phone-number.green-light:hover .btn-text {
    color: #00a775;
}

.readon.consultant.phone-number.green-white .btn-icon i {
    background-color: #ffffff;
    color: #00a775;
}

.readon.consultant.phone-number.green-white .btn-text {
    font-weight: 600;
    color: #ffffff;
}

.readon.consultant.phone-number.green-white:hover .btn-text {
    color: #00a775;
}

.readon.consultant.phone-number.blue-phone1 .btn-icon i {
    background-color: #ffffff;
    color: #3a15fb;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4200ff;
    height: 43px !important;
    width: 43px !important;
    line-height: 43px;
}

.readon.consultant.phone-number.blue-phone1 .btn-icon i:before {
    font-size: 20px;
}

.readon.consultant.phone-number.blue-phone1:hover .btn-text {
    color: #3a15fb;
}

.readon.consultant.get-con {
    padding: 20px 46px;
    border-radius: 50px;
    background-color: #0da19c;
    text-transform: capitalize;
}

.readon.consultant.get-con:hover {
    background-color: #0da19cA6;
    color: #ffffff;
}

.readon.consultant.appointment {
    padding: 18px 35px 18px 35px;
    background-color: #0da19c;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #5463FF;
    border-radius: 50px 50px 50px 50px;
}

.readon.consultant.appointment.get-light {
    padding: 18px 45px 18px 45px;
}

.readon.consultant.appointment:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background-color: #0da19cDE;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.consultant.appointment:hover {
    background-color: #0da19cDE;
}

.readon.consultant.appointment:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.consultant.get-started {
    padding: 18px 44px;
}

.readon.consultant.get-started.blue-small {
    border-radius: 50px;
}

.readon.consultant.get-started.blue-small:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background-color: #634BF8DB;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.consultant.get-started.blue-small:hover {
    background-color: #634BF8DB;
}

.readon.consultant.get-started.blue-small:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.consultant.get-orange {
    border-radius: 0;
    background-color: #f05c4e;
    background-color: #F05C4E;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F05C4E;
}

.readon.consultant.get-orange:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.consultant.get-orange:hover {
    color: #f05c4e;
    background-color: #fff;
    border-color: #fff;
}

.readon.consultant.get-orange:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.consultant.get-orange.small-normal:hover {
    color: #f05c4e;
    background-color: transparent;
    border-color: #f05c4e;
}

.readon.consultant.get-blue {
    padding: 20px 42px 20px 42px;
    background-color: #0D6EAA;
    border-radius: 50px 50px 50px 50px;
}

.readon.consultant.get-green {
    padding: 18px 43px;
    border-radius: 65px;
    background-color: #00a775;
}

.readon.consultant.get-green:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.consultant.get-green:hover {
    color: #00a775;
    background-color: #00a775ab;
}

.readon.consultant.get-green:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}


/*.readon.consultant.get-green3 {
    padding: 19px 30px;
    border-radius: 15px;
}

.readon.consultant.get-green3:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background: #83a3009e;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.consultant.get-green3:hover {
    background-color: #83a3009e;
}

.readon.consultant.get-green3:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}*/

.readon.consultant.get-green3.blue-quote1 {
    font-weight: 500;
    padding: 5px 20px 5px 20px;
    background-color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255);
    box-shadow:1px 1px 1px 1px #dcdddd;
    border-radius: 99em;
    font-size: 0.9em;
    color:#0da19c;    
}

.readon.consultant.get-green3.blue-quote1:hover {
    
    background-color: #FFFFFF;
    background-image: linear-gradient(86deg, #4cbaa3 0%, #68aade 100%);
    color:#ffffff;    
}


.readon.consultant.discover {
    padding: 20px 42px;
    background-color: #0092f2;
    color: #ffffff;
    border-radius: 180px 180px 180px 180px;
}

.readon.consultant.discover.learn-more {
    padding: 19px 42px;
}

.readon.consultant.discover:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
   
}

.readon.consultant.discover:hover {
    background-color: #0092f299;
}

.readon.consultant.discover:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.consultant.discover.together {
    padding: 16px 30px 16px 30px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    color: #0D6EAA;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px 10px 10px 10px;
}

.readon.consultant.discover.together:before {
    background: #fff;
}

.readon.consultant.discover.together:hover {
    background-color: #FFFFFFD6;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
}

.readon.consultant.discover.together:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.consultant.get-free {
    padding: 20px 25px 20px 25px;
    background-color: #634BF8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #634BF8;
    border-radius: 0px 0px 0px 0px;
}

.readon.consultant.get-free.ser-started {
    padding: 17px 38px 17px 38px;
    text-transform: capitalize;
}

.readon.cta-btn.phn-text {
    background-color: #f8b401;
    padding: 16px 28px 16px 28px;
    color: #3e3e3e;
    border-radius: 15px;
}

.readon.cta-btn.phn-text .btn-icon i {
    padding-right: 4px;
}

.readon.cta-btn.phn-text i:before {
    color: #3e3e3e;
}

.readon.cta-btn.phn-text.cta-yellow2 {
    border-radius: 50px;
}

.readon.cta-btn.contact {
    padding: 15px 48px 15px 48px;
    background-color: #F8B40100;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 15px;
}

.readon.cta-btn.contact:hover {
    background-color: #f8b401;
    border-color: #f8b401;
    color: #3e3e3e;
}

.readon.cta-btn.contact.cont-yellow2 {
    border-radius: 50px;
}

.readon.cta-btn.lets-talks {
    font-size: 17px;
    padding: 18px 42px 18px 42px;
    background-color: #0da19c;
    border-radius: 50px 50px 50px 50px;
}

.readon.cta-btn.lets-talks i:before {
    color: #ffffff;
    font-family: 'remixicon' !important;
    position: relative;
    top: 1px;
    font-size: 17px;
    margin-left: 4px;
    transition: all .3s ease;
    display: inline-block;
}

.readon.cta-btn.lets-talks:before {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.cta-btn.lets-talks:hover {
    color: #0da19c;
}

.readon.cta-btn.lets-talks:hover i:before {
    color: #0da19c;
}

.readon.cta-btn.lets-talks:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}


.readon.submit {
    padding: 16px 35px 16px 35px;
    color: #080d41;
    background: #ffffff;
    border-radius: 15px;
    border: none;
}

.readon.submit:hover {
    opacity: 0.9;
}

.readon.submit.submit-yellow1 {
    color: #0D6EAA;
    background-color: #F8B401;
    padding: 16px 50px 16px 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 10px 30px 0px rgba(221, 199, 0, 0.1);
}

.readon.submit.submit-purple2 {
    color: #0092F2;
    background-color: #FFFFFF;
    width: 100%;
    padding: 16px 25px 16px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 60px 60px 60px 60px;
}

.readon.submit.submit-purple2:hover {
    background-color: #0092f2;
    color: #ffffff;
}

.readon.submit.submit-orange3 {
    width: 100%;
    background-color: #FF6600;
    color: #ffffff;
    margin: 5px 0px 0px 0px;
    padding: 19px 145px 19px 145px;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 15px 30px 0px rgba(43, 89, 255, 0.38);
}

.readon.submit.submit-purple {
    width: 100%;
    color: #0092f2;
    border-radius: 60px 60px 60px 60px;
    background-color: #ffffff;
}

.readon.submit.submit-green {
    width: 100%;
    color: #ffffff;
    background-color: #00a775;
    padding: 19px 35px 19px 35px;
    border-radius: 60px 60px 60px 60px;
}

.readon.submit.submit-white1 {
    width: 100%;
    color: #5463FF;
    background-color: #ffffff;
    border-radius: 60px 60px 60px 60px;
}

.readon.submit.submit-blue1 {
    width: 100%;
    color: #5463FF;
    background-color: #ffffff;
    border-radius: 0;
}

.readon.submit.submit-blue2 {
    background-color: #0da19c;
    margin: 5px 0px 0px 0px;
    padding: 18px 47px 18px 47px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 50px 50px 50px 50px;
    color: #ffffff;
    box-shadow: 0px 15px 30px 0px rgba(43, 89, 255, 0.38);
}

.readon.submit.submit-blue2.sent-message {
    border-radius: 10px 10px 10px 10px;
}

.readon.submit.submit-blue2.sent-message2 {
    color: #0092F2;
    background-color: #FFFFFF;
    padding: 16px 25px 16px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 60px 60px 60px 60px;
    width: 100%;
}

.readon.submit.submit-blue2.inner-submit1 {
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 15px 30px 0px rgba(43, 89, 255, 0.38);
    background-image: linear-gradient(120deg, #6936f5 28%, #b39cf4 100%);
}

.readon.submit.submit-blue2.submit-small {
    background-color: #0D6EAA;
    margin: 1px 0px 0px 0px;
    padding: 18px 32px 18px 32px;
    font-size: 18px;
    border-radius: 6px 6px 6px 6px;
}

.readon.submit.submit-green1 {
    color: #306C62;
    background-color: #FFFFFF;
    padding: 19px 0px 19px 0px;
    font-size: 18px;
    font-weight: 700;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    box-shadow: 0px 40px 60px 0px rgba(26, 115, 233, 0.2);
}

.readon.submit.submit-green1.onepage-submit1 {
    color: #0D6EAA;
}

.readon.submit.submit-green1.onepage-submit2 {
    color: #3a15fb;
}

.readon.submit.submit-green1.onepage-submit3 {
    color: #b65df0;
}

.readon.submit.submit-green1.onepage-submit4 {
    color: #83a300;
}

.readon.submit.sent-quore {
    background-color: #dcdddd;
    color: #000;
    padding: 20px 0px 20px 0px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50px 50px 50px 50px;
    width: 100%;
}

.readon.submit.post {
    color: #ffffff;
    background-color: #0da19c;
    border-radius: 40px;
}

.readon.submit.submit-orange2 {
    width: 100%;
    color: #f05c4e;
    background-color: #ffffff;
    border-radius: 0;
}

.readon.contact-icon {
    padding: 18px 36px 18px 36px;
    background-color: #ffffff;
    color: #f05c4e;
}

.readon.contact-icon i:before {
    font-weight: 600;
    font-size: 16px;
    color: #f05c4e;
    top: 0px;
    margin-left: 4px;
    transition: all ease 0.3s;
    display: inline-block;
    position: relative;
}

.readon.contact-icon:hover i:before {
    transform: translateX(10px);
}

.readon.contact-icon.icon-purple1 {
    color: #0092f2;
    border-radius: 180px 180px 180px 180px;
}

.readon.contact-icon.icon-purple1 i:before {
    color: #0092f2;
}

.readon.contact-icon.icon-paste1 {
    color: #333333;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
}

.readon.contact-icon.icon-paste1 i:before {
    color: #333333;
}

.readon.pricing {
    box-shadow: 0px 20px 40px 0px rgba(0, 146, 242, 0.15);
    color: #ffffff;
    border-radius: 40px;
    background-color: #0092f2;
    width: 100%;
}

.readon.pricing:hover {
    opacity: 0.9;
}

.readon.buy-now {
    padding: 10px 32px 10px 32px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #080D41;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #080D41;
    border-radius: 30px 30px 30px 30px;
}

.readon.buy-now:hover {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0da19c;
    color: #0da19c;
}

.readon.buy-now.blue-active {
    color: #FFFFFF;
    background-color: #0da19c;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0da19c;
    border-radius: 30px 30px 30px 30px;
}

.readon.direction {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    padding: 20px 40px 20px 40px;
    background-color: #0da19c;
    border-radius: 50px 50px 50px 50px;
}

.readon.direction:before {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.readon.direction:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.readon.direction.inner-purple1 {
    padding: 16px 42px 16px 42px;
    font-weight: 600;
    background-image: linear-gradient(90deg, #6936f5 0%, #b69ef6 100%);
    border-radius: 0px 0px 0px 0px;
}

.readon.direction.inner-purple1:before {
    background-image: linear-gradient(126deg, #cdbef6 0%, #6936f5 100%);
}

.readon.direction.inner-purple1:hover {
    color: #ffffff;
}

.readon.tab-started {
    padding: 16px 35px;
    background-color: #080D41;
    color: #FFFFFF;
    z-index: 1;
    border-radius: 3px;
}

.readon.tab-started:hover {
    background-color: #FF6600DB;
    color: #FFFFFF;
}

.readon.contact {
    font-size: 18px;
    font-weight: 600;
    background-color: #0D6EAA;
    color: #fff;
    border-radius: 10px;
    padding: 22px 42px;
}

.readon.contact:hover {
    color: #0D6EAA;
    background-color: #ffffff;
}

.readon.contact.con-small {
    background-color: #ffffff;
    color: #0D6EAA;
}

.readon.contact.con-small:hover {
    background-color: #0D6EAA;
    color: #fff;
}

.readon.contact-us {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    background-color: #ffffff;
    color: #0D6EAA;
    padding: 8px 15px 10px 15px;
    border-radius: 10px 10px 10px 10px;
}

.readon.contact-us i:before {
    font-size: 17px;
    margin-left: 10px;
}

.readon.about-us {
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    background: transparent;
    padding: 0 0 0 0;
}

.readon.about-us:hover {
    opacity: 0.9;
}

.readon.price {
    width: 100%;
    font-weight: 400;
    color: #156FE8;
    background-color: #C61D1D00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #156FE8;
    border-radius: 5px 5px 5px 5px;
    padding: 10px 20px;
}

.readon.price:hover {
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #156FE8;
    color: #ffffff;
    background-color: #156FE8;
}

.readon.free-con {
    background-color: #0D6EAA;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0D6EAA;
    border-radius: 10px 10px 10px 10px;
    padding: 14px 22px 14px 22px;
}

.readon.free-con i:before {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    top: 0px;
    margin-left: 4px;
    transition: all ease 0.3s;
    display: inline-block;
    position: relative;
}

.readon.free-con:hover {
    color: #0D6EAA;
    background-color: #02010100;
}

.readon.free-con:hover i:before {
    color: #0D6EAA;
}

.readon.free-con.learn-more {
    background-color: #02010100;
    color: #0D6EAA;
}

.readon.free-con.learn-more i:before {
    color: #0D6EAA;
}

.readon.free-con.learn-more:hover {
    color: #fff;
    background-color: #0D6EAA;
}

.readon.free-con.learn-more:hover i:before {
    color: #fff;
}

.readon.filter-price {
    border: none;
    font-size: 12px;
    padding: 10px 36px !important;
    background-color: #0da19c !important;
}

/*-- Add Button CSS --*/
.add-btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    padding: 8px 33px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    background: #0da19c;
    color: #ffffff;
    border: none;
}

.add-btn:hover {
    color: #ffffff;
    background: #080d41;
}

.add-btn.cart {
    text-transform: capitalize;
}

/*-- Services Button CSS --*/
.services-button a {
    position: relative;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 16px;
    color: #3e3e3e;
    transition: all ease 0.3s;
}

.services-button  .btn-txt{
    font-size: 1.2em;
    font-weight: 500;
    line-height: 16px;
    color: #0da19c;
    transition: all ease 0.3s;
}

.services-button a i:before {
    color: #3e3e3e;
    font-family: 'remixicon' !important;
    position: relative;
    top: 1px;
    font-size: 18px;
    transition: all .3s ease;
    display: inline-block;
}

.services-button a:hover {
    color: #0da19c;
}

.services-button a:hover i:before {
    transform: translateX(10px);
    color: #0da19c;
}

.services-button.ser-btn2 a {
    color: #3e3e3e;
}

.services-button.ser-btn2 a i:before {
    display: none;
}

.services-button.ser-btn2 a:hover {
    color: #d32f2f;
}

.services-button.ser-btn3:hover {
    color: #0D6EAA;
}

.services-button.ser-btn3:hover i:before {
    transform: translateX(10px);
    color: #0D6EAA;
}


/*-- Faq Button CSS --*/
.faq-button.faq-btn1 {
    font-size: 18px;
    line-height: 28px;
    color: #656567;
}

.faq-button.faq-btn1 a {
    padding-left: 6px;
    color: #656567;
}

.faq-button.faq-btn1 a:hover {
    color: #0092f2;
}

/*-- Project Button CSS --*/
.project-button a {
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    transition: all ease 0.3s;
    padding: 0px 0px 0px 35px;
    border-radius: 50px;
    box-shadow:0px 1px 1px 1px #bfc1c1;
    margin-top: 3em;
}

.project-button a .btn-txt {
    color: #3e3e3e;
}

.project-button a i:before {
    font-weight: 600;
    font-size: 30px;
    color: #3e3e3e;
    font-family: 'remixicon' !important;
    position: relative;
    top: 0px;
    transition: all ease 0.3s;
    display: inline-block;
    margin-left: 4px;
    }

.project-button a span img{
    width:60px;
    padding-left:15px;
    
}

.project-button.pro-btn2 a {
    background-color: #dcdddd;
}


.project-button.pro-btn2 a .btn-txt {
    color: #000000;
}

.project-button.pro-btn2 a:hover {
    background-color:#ffffff;     
    border: 1px solid #000000;
    opacity:0.7;    
}



.project-button.pro-btn2 a i:before {
    color: #000000;    
}


.project-button.pro-btn2 a i {
    color: #000000;        
}    



.project-button.team-view a {
    padding: 18px 46px;
}



.project-button.pro-btn3 a {
    background-color: #00a775 !important;
    
}

.project-button.pro-btn3 a .btn-txt {
    color: #ffffff;
}

.project-button.pro-btn3 a i:before {
    color: #ffffff;
}

.project-button.pro-btn4 a {
    background-color: #b65df0 !important;
}

.project-button.pro-btn4 a .btn-txt {
    color: #ffffff;
}

.project-button.pro-btn4 a i:before {
    color: #ffffff;
}

.project-button.pro-btn5 a {
    background-color: #83a300 !important;
}

.project-button.pro-btn5 a .btn-txt {
    color: #ffffff;
}

.project-button.pro-btn5 a i:before {
    color: #ffffff;
}

/*-- Blog Button CSS --*/
.blog-button a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    transition: all ease 0.3s;
}

.blog-button a .btn-txt {
    color: #3e3e3e;
}

.blog-button a i:before {
    font-weight: 500;
    font-size: 17px;
    color: #3e3e3e;
    font-family: 'remixicon' !important;
    position: relative;
    top: 1px;
    transition: all ease 0.3s;
    display: inline-block;
    margin-left: 4px;
}

.blog-button a:hover .btn-txt {
    color: #0da19c;
}

.blog-button a:hover i:before {
    transform: translateX(6px);
    color: #0da19c;
}

.blog-button.inner-btn a {
    display: inline-block;
    position: relative;
    transition: all .4s;
    padding: 13px 22px 13px 22px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    color: #121933;
    z-index: 1;
    border-radius: 10px;
    border: 2px solid rgba(26, 115, 233, 0.1215686275);
}

.blog-button.inner-btn a i {
    margin-left: 0px;
    transition: all ease 0.3s;
}

.blog-button.inner-btn a i:before {
    font-weight: 500;
    font-size: 18px;
    color: #121933;
    margin-left: 2px;
}

.blog-button.inner-btn a:hover {
    color: #ffffff;
    background-color: #0da19c;
    border: 2px solid #0da19c;
}

.blog-button.inner-btn a:hover i:before {
    color: #ffffff;
}

.blog-button.blog-btn1 a {
    padding: 13px 28px 13px 28px;
    font-size: 16px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    background-color: #0da19c;
}

.blog-button.blog-btn1 a:hover {
    padding: 13px 28px 13px 28px;
    font-size: 16px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    background-color: #4db299;
}

.blog-button.blog-btn1 a .btn-txt {
    color: #ffffff;
}

.blog-button.blog-btn1 a i:before {
    transform: rotate(-45deg);
    transition: 0.5s;
    margin-left: 0px;
    color: #ffffff;
}

.blog-button.blog-btn1 a:hover .btn-txt {
    color: #f8f9fad9;
}

.blog-button.blog-btn1 a:hover i:before {
    transform: rotate(0deg);
    color: #f8f9fad9;
}


.blog-button.blog-btn2 a:hover i:before {
    color: #ffffff;
}

.blog-button.blog-btn3 a {
    padding: 16px 26px;
    border: 2px solid #f05c4e63;
}

.blog-button.blog-btn3 a .btn-txt {
    color: #f05c4e;
}

.blog-button.blog-btn3 a i:before {
    font-weight: 600;
    font-size: 16px;
    color: #f05c4e;
    top: 0px;
    margin-left: 4px;
}

.blog-button.blog-btn3 a:hover {
    background-color: #f05c4e;
    border: 2px solid #f05c4e;
}

.blog-button.blog-btn3 a:hover .btn-txt {
    color: #ffffff;
}

.blog-button.blog-btn3 a:hover i:before {
    color: #ffffff;
}

.blog-button.blog-btn4 a:hover .btn-txt {
    color: #83a300;
}

.blog-button.blog-btn4 a:hover i:before {
    color: #83a300;
}

.blog-button.blog-btn5 a {
    padding: 16px 26px;
    border: 1px solid #ff6600;
    border-radius: 15px 15px 15px 15px;
}

.blog-button.blog-btn5 a .btn-txt {
    color: #ff6600;
}

.blog-button.blog-btn5 a i:before {
    font-weight: 600;
    font-size: 16px;
    color: #ff6600;
    top: 0px;
    margin-left: 4px;
}

.blog-button.blog-btn5 a:hover {
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

.blog-button.blog-btn5 a:hover .btn-txt {
    color: #ffffff;
}

.blog-button.blog-btn5 a:hover i:before {
    color: #ffffff;
}

.blog-button.blog-btn6 a .btn-txt {
    color: #3a3a3a;
    font-weight: 500;
}

.blog-button.blog-btn6 a:hover .btn-txt {
    color: #0D6EAA !important;
}

.blog-button.blog-btn7 a {
    padding-left: 25px;
}

.blog-button.blog-btn7 a .btn-txt {
    color: #3a3a3a;
    font-weight: 500;
}

.blog-button.blog-btn7 a:hover .btn-txt {
    color: #3a15fb !important;
}

.blog-button.blog-btn8 a {
    padding-left: 25px;
}

.blog-button.blog-btn8 a .btn-txt {
    color: #3a3a3a;
    font-weight: 500;
}

.blog-button.blog-btn8 a:hover .btn-txt {
    color: #634bf8 !important;
}

.blog-button.blog-btn8 a:hover i:before {
    color: #634bf8 !important;
}

.blog-button.blog-btn9 a {
    padding: 13px 28px 13px 28px;
    font-size: 16px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    background-color: #00a775;
}

.blog-button.blog-btn9 a .btn-txt {
    color: #ffffff;
}

.blog-button.blog-btn9 a i:before {
    transform: rotate(-45deg);
    transition: 0.5s;
    margin-left: 0px;
    color: #ffffff;
}

.blog-button.blog-btn9 a:hover .btn-txt {
    color: #f8f9fad9;
}

.blog-button.blog-btn9 a:hover i:before {
    transform: rotate(0deg);
    color: #f8f9fad9;
}

.blog-button.blog-btn10 a {
    padding: 13px 28px 13px 28px;
    font-size: 16px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    background-color: #83a300;
}

.blog-button.blog-btn10 a .btn-txt {
    color: #ffffff;
}

.blog-button.blog-btn10 a i:before {
    transform: rotate(-45deg);
    transition: 0.5s;
    margin-left: 0px;
    color: #ffffff;
}

.blog-button.blog-btn10 a:hover .btn-txt {
    color: #f8f9fad9;
}

.blog-button.blog-btn10 a:hover i:before {
    transform: rotate(0deg);
    color: #f8f9fad9;
}

.blog-button.blog-btn10.onepage-blog-btn1 a {
    color: #FFFFFF;
    background-color: #0092f2;
}

.blog-button.blog-btn11 {
    color: #FFFFFF;
    padding: 13px 34px 13px 34px;
    background-color: #0da19c;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
}

.blog-button.blog-btn11 .btn-txt {
    color: #ffffff;
}

.blog-button.blog-btn11:hover .btn-txt {
    opacity: 0.79;
    color: #ffffff;
}

.address-wrap {
    display: flex;
    align-items: center;
}

.address-wrap .address-icon {
    display: inline-block;
    position: relative;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    text-align: center;
    background: #fff;
}

.address-wrap .address-icon:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    background: #fff;
}

.address-wrap .address-icon i {
    text-align: center;
    color: #ff7425;
    border-radius: 100%;
    font-size: 30px;
    position: relative;
    line-height: 70px;
    z-index: 9;
    width: 100%;
    vertical-align: middle;
    margin-left: 0;
    height: auto;
    line-height: 55px;
}

.address-wrap .content-txt {
    padding-left: 30px;
}

.address-wrap .des {
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
}

/*Video Icon*/
.rs-videos .animate-border .popup-border i {
    display: inline-block;
    color: #FFFFFF;
    background: #3E3E3E;
    width: 38px;
    height: 38px;
    line-height: 35px;
    text-align: center;
    margin-right: 7px;
    border-radius: 50% 50% 50% 50%;
}

.rs-videos .animate-border .popup-border i:before {
    font-size: 12px;
}

.rs-videos .animate-border .popup-border .btn-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #3e3e3e;
}

.rs-videos .animate-border .popup-border:hover i {
    background-color: #634bf8;
    color: #ffffff;
}

.rs-videos .animate-border .popup-border:hover .btn-text {
    color: #634bf8;
}

.rs-videos .animate-border.animate-style1 .popup-border i {
    color: #f05c4e;
    background: #ffffff;
}

.rs-videos .animate-border.animate-style1 .popup-border .btn-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
}

.rs-videos .animate-border.animate-style1 .popup-border:hover .btn-text {
    color: #f05c4e;
}

.rs-videos .animate-border.animate-style2 .popup-border:hover .btn-text {
    color: #00a775;
}

.rs-videos .animate-border.animate-style2 .popup-border:hover i {
    color: #FFFFFF;
    background: #3E3E3E;
}

.rs-videos .animate-border.animate-style3 {
    display: inline-block;
    color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    padding: 13px 30px;
    border-radius: 180px 180px 180px 180px;
}

.rs-videos .animate-border.animate-style3 .popup-border i {
    color: #0092f2;
    background: #ffffff;
}

.rs-videos .animate-border.animate-style3 .popup-border .btn-text {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.rs-videos .animate-border.animate-style3:hover {
    color: #0092f2;
    background-color: #ffffff;
}

.rs-videos .animate-border.animate-style3:hover .popup-border i {
    color: #ffffff;
    background: #0092f2;
}

.rs-videos .animate-border.animate-style3:hover .popup-border .btn-text {
    color: #0092f2;
}

.rs-videos .animate-border.animate-style3.cta-phone {
    padding: 11px 24px;
}

.rs-videos .animate-border.animate-style4 {
    padding: 13px 0px;
}

.rs-videos .animate-border.animate-style4 .popup-border i {
    color: #d32f2f;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0C46DBCC;
    background-color: #3E3E3E00;
}

.rs-videos .animate-border.animate-style4 .popup-border i:before {
    font-size: 14px;
}

.rs-videos .animate-border.animate-style4 .popup-border .btn-text {
    font-weight: 500;
    color: #3e3e3e;
}

.rs-videos .animate-border.animate-style4 .popup-border:hover .btn-text {
    color: #d32f2f;
}

.rs-videos .animate-border.animate-style5 {
    padding: 13px 0px;
}

.rs-videos .animate-border.animate-style5 .popup-border i {
    color: #0da19c;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0da19c;
    background-color: transparent;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 7px;
    border-radius: 50% 50% 50% 50%;
}

.rs-videos .animate-border.animate-style5 .popup-border i:before {
    font-size: 22px;
}

.rs-videos .animate-border.animate-style5 .popup-border .btn-text {
    color: #080D41;
    font-size: 18px;
    font-weight: 600;
}

.rs-videos .animate-border.animate-style5 .popup-border:hover .btn-text {
    color: #0da19c;
}

.rs-videos .animate-border.animate-style6 .popup-border i {
    color: #ffffff;
    background-color: #0C46DB;
}

.rs-videos .animate-border.animate-style6 .popup-border .btn-text {
    color: #646464;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.rs-videos .animate-border.animate-style6 .popup-border:hover .btn-text {
    color: #d32f2f;
}

.margin-remove {
    margin: 0 !important;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.no-gutter [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin: 0;
}



.container-fluid2 {
    padding-left: 175px;
    padding-right: 175px;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.relative {
    position: relative;
}

.pt-relative {
    position: relative !important;
}

.sec-title {
    position: relative;
}

.sec-title .sub-text {
    position: relative;
    padding-left: 40px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #f05c4e;
    margin: 0 0 10px;
}

.sec-title .sub-text:after {
    content: '';
    width: 24px;
    border: 1px solid #f05c4e;
    position: absolute;
    top: 12px;
    left: 0;
}

.sec-title .sub-text.sub-text2 {
    padding-left: 0px;
    color: #0092f2;
}

.sec-title .sub-text.sub-text2:after {
    display: none;
}

.sec-title .sub-text.sub-text2.sub-text3 {
    color: #d32f2f;
}

.sec-title .sub-text.sub-text2.sub-text4 {
    color: #0c46db;
}

.sec-title .sub-text.sub-text2.sub-text5 {
    color: #83a300;
}

.sec-title .sub-text.sub-text2.sub-text6 {
    color: #f05c4e;
}

.sec-title .sub-text.sub-text2.sub-text7 {
    color: #0da19c;
}

.sec-title .sub-text.sub-text2.sub-text8 {
    color: #00a775;
}

.sec-title .sub-text.sub-text2.sub-text9 {
    color: #ffffff;
}

.sec-title .sub-text.sub-text2.sub-text10 {
    font-size: 18px;
    color: #00469C;
}

.sec-title .sub-text.sub-text2.sub-text11 {
    font-size: 18px;
    color: #F97123;
}

.sec-title .title {
    position: relative;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #000000;
    margin: 0;
}

.sec-title .title.title2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #080d41;
}

.sec-title .title.title3 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}

.sec-title .title.title4 {
    font-size: 20px;
    line-height: 30px;
    color: #080d41;
    font-weight: 600;
}

.sec-title .title.title5 {
    position: relative;
}

.sec-title .title.title5:before {
    content: "";
    position: absolute;
    border: 0;
    width: 65px;
    height: 5px;
    z-index: 1;
    top: -28px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background-color: #0da19c;
}

.sec-title .title.title5.heading-border:before {
    left: 0;
    right: unset;
    margin: unset;
}

.sec-title .title.title5.heading-yellow:before {
    left: 0;
    right: unset;
    margin: unset;
    background-color: #fff;
}

.sec-title .title.title5.heading-pink:before {
    background-color: #B65DF0;
}

.sec-title .title.title5.heading-white:before {
    background-color: #fff;
}

.sec-title .title.title5.heading-orange:before {
    background-color: #FF6600;
}

.sec-title .title.title6 {
    font-size: 24px;
    line-height: 34px;
    color: #080d41;
    font-weight: 600;
}

.sec-title .title.title7 {
    font-size: 26px;
    line-height: 36px;
    color: #080d41;
    font-weight: 600;
}

.sec-title .title.title8 {
    font-size: 36px;
    line-height: 46px;
    color: #080d41;
    font-weight: 600;
}

.sec-title .title.title9 {
    font-size: 22px;
    line-height: 32px;
    color: #595757;
    font-weight: 500;
    padding-bottom: 1em;
}

.sec-title .title.title10 {
    position: relative;
    top: -22px;
}

.sec-title .title.title11 {
    
    position: relative;
    font-weight: 800;
    margin: 0px 0px 30px 0px;
    padding: 19px 0px 0px 28px;
}

.sec-title .title.title11:before {
    display: block !important;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 1;
    top: 0;
    border-style: solid;
    border-color: #595757;
    border-top-width: 5px;
    border-bottom-width: 0;
    pointer-events: none;
    left: 0;
    border-left-width: 5px;
    border-right-width: 0;
}

.sec-title .title.title11.white-subnormal:before {
    border-color: #ffffff;
}

.sec-title .title.title11.blue-subnormal {
    font-weight: 700;
}

.sec-title .title.title11.blue-subnormal:before {
    border-color: #3a15fb;
}

.sec-title .title.title11.ser-details {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}

.sec-title .title.title12 {
    position: relative;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
    padding: 19px 0px 0px 28px;
}

.sec-title .title.title12 .watermark {
    position: relative;
}

.sec-title .title.title12 .watermark:before {
    display: block !important;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 1;
    top: -2px;
    border-style: solid;
    border-color: #0D6EAA;
    border-top-width: 5px;
    border-bottom-width: 0;
    pointer-events: none;
    left: -20px;
    border-left-width: 5px;
    border-right-width: 0;
}

.sec-title .title.title12 .watermark:after {
    display: block !important;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background: transparent;
    z-index: 1;
    top: -2px;
    border-style: solid;
    border-color: #0D6EAA;
    border-top-width: 5px;
    border-bottom-width: 0;
    pointer-events: none;
    right: -20px;
    border-right-width: 5px;
    border-left-width: 0;
}

.sec-title .title.title12.two-blue-subnormal .watermark:before {
    border-color: #3a15fb;
}

.sec-title .title.title12.two-blue-subnormal .watermark:after {
    border-color: #3a15fb;
}

.sec-title .title.title12.two-blue-subnormal.main-subnormal .watermark:before {
    border-color: #0D6EAA;
}

.sec-title .title.title12.two-blue-subnormal.main-subnormal .watermark:after {
    border-color: #0D6EAA;
}

.sec-title .title.title13 {
    font-size: 40px;
    color: #ffffff;
}

.sec-title .title.title13 span {
    color: #0da19c;
}

.sec-title .title.title13.blue-title1 span {
    color: #3a15fb;
}

.sec-title .title.title14 {
    font-size: 36px;
    line-height: 46px;
    color: #080d41;
    font-weight: 700;
}

.sec-title .title.title15 span {
    color: #b4d3fb;
}

.sec-title .title.title16 span {
    color: #F971231A;
}

.sec-title .title.title17 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 0;
}

.sec-title .title.title17:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 9px;
    width: 24px;
    height: 24px;
    background: #4db299;
    border-radius: 50%;
    opacity: .2;
    display: block;
}

.sec-title .border-item:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 115px;
    background-color: #E5E9ED;
    z-index: 1;
    left: 99%;
    top: 4%;
}

.sec-title .line-border {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #dedfde;
    padding: 0px 25px 40px 0px;
    margin-bottom: 40px;
}

.sec-title .desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #3e3e3e;
    margin: 0;
}
.desc li{
    padding-bottom: 20px;
}

.sec-title .desc.desc2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.sec-title .desc.desc3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
}

.sec-title .desc.desc4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

.sec-title .desc.desc5 {
    color: #FFFFFF9C;
}

.sec-title .desc.desc6 {
    color: #3e3e3e;
}

.sec-title .desc.desc7 {
    color: #FFFFFFE0;
}

.sec-title .desc.desc8 {
    font-size: 18px;
    color: #656567;
}

.sec-title .desc.desc9 {
    font-size: 18px;
    color: #656567;
}

.sec-title .desc.desc11 {
    font-size: 18px;
    color: #dfdfdf;
}

.sec-title .desc.desc10 {
    position: relative;
    font-size: 18px;
    padding-left: 25px;
    color: #656567;
}

.sec-title .desc.desc10:after {
    background-color: #634BF8;
    z-index: 1;
    margin-left: 0;
    left: 0;
    top: 10px;
    height: 50px;
    width: 5px;
    position: absolute;
    content: '';
    border: 0;
    border-radius: 18px 18px 18px 18px;
}

.sec-title.sec-modify1 .sub-text {
    color: #f05c4e;
}

.sec-title.sec-modify1 .sub-text:after {
    border: 1px solid #f05c4e;
}

.sec-title.sec-modify1 .title {
    color: #ffffff;
}

.sec-title.pro-sec {
    bottom: -64px;
}

.sec-title .heading-border-line {
    position: relative;
}

.sec-title .heading-border-line:before {
    content: "";
    width: 12px;
    height: 4px;
    background-color: #0da19c;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -35px;
    transform: translateX(-50%);
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.sec-title .heading-border-line:after {
    content: "";
    width: 65px;
    height: 4px;
    background-color: #0da19c;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 50%;
    margin-left: -20px;
    border-radius: 2px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}

.sec-title .heading-border-line.left-style {
    position: relative;
    margin-left: 44px;
}

.sec-title .heading-border-line.left-style:before {
    left: 0;
}

.sec-title .heading-border-line.left-style:after {
    left: 0;
}

.sec-title .heading-border-line.pre-heading-line1:before {
    background-color: #00a775;
}

.sec-title .heading-border-line.pre-heading-line1:after {
    background-color: #00a775;
}

.sec-title:hover .heading-border-line {
    position: relative;
}

.sec-title:hover .heading-border-line:before {
    margin-left: -5px;
    width: 65px;
    background-color: #0da19c;
}

.sec-title:hover .heading-border-line:after {
    width: 12px;
    margin-left: 35px;
    background-color: #0da19c;
}

.sec-title:hover .heading-border-line.pre-heading-line1:before {
    background-color: #00a775;
}

.sec-title:hover .heading-border-line.pre-heading-line1:after {
    background-color: #00a775;
}

/* -----------------------
	03. Header Section CSS
--------------------------*/
.full-width-header {
    position: relative;
}

.full-width-header .rs-header {
    position: relative;
}



/*top menu*/
.full-width-header .rs-header .toolbar-area.toolbar-style3 {
    background-color: #dcdddd;
    padding: 12px 0 12px;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .toolbar-wrap .sl-share-icon .follow-text {
    display: inline-block;
    margin-right: 10px;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .toolbar-wrap .sl-share-icon .follow-text span {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .toolbar-wrap .sl-share-icon li {
    display: inline-block;
    margin-right: 10px;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .toolbar-wrap .sl-share-icon li a img {
    width: 35px;
    height: auto;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .toolbar-wrap .sl-share-icon li a img:hover{
    filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .toolbar-wrap .sl-share-icon li:last-child {
    margin-right: 0;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .toolbar-wrap .sl-share-icon li a i {
    font-size: 14px;
    color: #FFFFFFCC;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li {
    display: inline-block;
    margin-right: 20px;
    /*border-right: 2px solid #ffffff;*/
    padding-right: 17px;
    line-height: 13px;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0px;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li .address-item {
    display: flex;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li .address-item .address-icon {
    margin-right: 6px;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li .address-item .address-icon i:before {
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    top: -2px;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li .address-item .address-text .des {
    font-size: 15px;
    color: #FFFFFF;
    display: block;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li .address-item .address-text a {
    color: #fff;
}

.full-width-header .rs-header .toolbar-area.toolbar-style3 .address-contact-box li .address-item .address-text a:hover {
    color: #FFFFFFDB;
}



.full-width-header .rs-header .menu-area {
    transition: all 0.3s ease 0s;
    background: transparent;
}

.full-width-header .rs-header .menu-area .row-table {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}

.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
    display: none;
}

.full-width-header .rs-header .menu-area .logo-area img {
    transition: 0.4s;
    max-height: 60px;
}

.full-width-header .rs-header .menu-area .rs-menu-area {
    display: flex;
    align-items: center;
    padding-right: 70px;
}

.full-width-header .rs-header .menu-area .main-menu {
    position: unset;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
    display: inline-block;
    margin-right: 28px;
    padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
    margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
    height: 130px;
    line-height: 130px;
    padding: 0;
    color: #3e3e3e;
    position: relative;
    transition: all 0.3s ease;
}

/*menu ACTIVE 的文字顏色*/
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu .menu-item-has-children a.active, 
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a.active{
    color: #0da19c!important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
    color: #0da19c;
}


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
    padding-right: 17px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
    position: absolute;
    left: auto;
    content: '\EA50' !important;
    font-family: remixicon !important;
    font-size: 24px;
    right: -4px;
    top: 51%;
    text-align: center;
    z-index: 9999;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #dcdddd;
    margin: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
    margin: 0 !important;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-bottom-width: 1px;
}

/*menu 文字設定*/
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin: 0;
    font-size: 1.2em!important;
    font-weight: bold!important;
    color: #000000!important;
    height: unset;
    line-height: 30px;
    text-transform: capitalize;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
    margin: 0;
    border-bottom-width: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
    right: 20px;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
    left: auto;
    right: 100%;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
    color: #0da19c;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover, .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a, .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a, .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
    color: #0da19c !important;
}

.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
}

.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
    display: none;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
    height: 110px;
    line-height: 110px;
    color: #080d41;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
    color: #0da19c !important;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
    color: #0da19c !important;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .btn-signin .signin-button {
    color: #080d41;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .btn-signin .signin-button:hover {
    color: #0da19c;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .btn-quote a {
    color: #ffffff;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .btn-quote a:hover {
    color: #ffffff;
    background: #f45d48;
}

.full-width-header .rs-header .expand-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-width-header .rs-header .expand-btn-inner ul {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header .expand-btn-inner ul .btn-quote a {
    color: #FFFFFF;
    background-color: #534FF8;
    padding: 15px 25px 15px 25px;
    border-radius: 55px 55px 55px 55px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header .expand-btn-inner ul .btn-quote a:hover {
    border-color: #F05454;
    background-color: #F05454;
}

.full-width-header .rs-header .expand-btn-inner ul .address-box .address-item .address-icon {
    padding-left: 23px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link {
    display: none;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander {
    background: #fff;
    padding: 13px 14px 14px 14px;
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 50%;
    margin-left: 28px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span {
    height: 2px;
    width: 25px;
    display: block;
    background: #333;
    transition: none;
    cursor: pointer;
    list-style: none;
    margin: 5px 0;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span.dot1 {
    width: 16px;
    float: right;
    clear: right;
    margin-right: 2px;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span.dot2 {
    clear: both;
}

.full-width-header .rs-header .expand-btn-inner ul .nav-link .nav-expander .bar span.dot3 {
    width: 16px;
    margin-left: 2px;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent {
    position: relative;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent a i {
    border-right: 1px solid #9e9e9e38;
    line-height: 13px;
    padding-right: 25px;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent a i:before {
    font-size: 22px;
    color: #656567;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form {
    position: absolute;
    top: 61px;
    max-width: 350px;
    width: 350px;
    z-index: 9;
    border-radius: 4px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.09);
    opacity: 0;
    visibility: hidden;
    right: 0;
    transition: 0.4s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form .screen-reader-text {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form input {
    background: #fff;
    border: none;
    color: #000;
    outline: none;
    border-radius: 4px;
    padding: 14px 17px;
    width: 100%;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button {
    background: transparent !important;
    border: medium none;
    padding: 13px 18px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 16px;
    outline: none;
    border-radius: 0;
    color: #106eea;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent .sticky_form button i:before {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.7;
    color: #333;
}

.full-width-header .rs-header .expand-btn-inner ul .search-parent.open_add_class .sticky_form {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.full-width-header .rs-header.header-main-style1 .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #0da19c;
}

.full-width-header .rs-header.header-main-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover, .full-width-header .rs-header.header-main-style1 .main-menu .rs-menu ul.nav-menu li a:hover, .full-width-header .rs-header.header-main-style1 .main-menu .rs-menu ul li.active a, .full-width-header .rs-header.header-main-style1 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before, .full-width-header .rs-header.header-main-style1 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #FFFFFFAB !important;
}

.full-width-header .rs-header.header-main-style1 .box-layout {
    position: relative;
    border-radius: 5px 5px 5px 5px;
    max-width: 1296px;
    margin: 0 auto;
    background-color: #080D41;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: -33px;
}

.full-width-header .rs-header.header-main-style1 .menu-area .row-table .col-cell.header-logo {
    display: none;
    flex: 1;
}

.full-width-header .rs-header.header-main-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 68px;
    line-height: 68px;
    color: #F9F9F9;
}

.full-width-header .rs-header.header-main-style1 .expand-btn-inner ul .btn-quote a i {
    margin-right: 5px;
}

.full-width-header .rs-header.header-main-style1 .expand-btn-inner ul .btn-quote a {
    color: #FFFFFF;
    background-color: #0da19c;
    padding: 16px 25px 16px 25px;
    border-radius: 30px 30px 30px 30px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header.header-main-style1 .expand-btn-inner ul .btn-quote a:hover {
    border-color: #0da19cA6;
    background-color: #0da19cA6;
}

.full-width-header .rs-header.header-main-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 30px;
    color: #ffffff;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .box-layout {
    background: transparent;
    margin-bottom: 0;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .logo-area a .sticky-logo {
    display: block;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .col-cell.header-logo {
    display: block;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before, .full-width-header .rs-header.header-main-style1 .menu-area.sticky .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
    color: #0da19cA6 !important;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .expand-btn-inner ul .btn-quote a:hover {
    border-color: #0da19cA6;
    background-color: #0da19cA6;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu li a {
    height: 80px;
    line-height: 80px;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .main-menu .rs-menu ul.sub-menu li a {
    height: unset;
    line-height: 30px;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky .box-layout {
    padding-left: 0px;
    padding-right: 0px;
}

.full-width-header .rs-header.header-main-style1 .menu-area.sticky {
    transition: all 0.3s ease 0s;
    background: #080D41 !important;
}

.full-width-header .rs-header.header-style1 .rs-menu ul.nav-menu li a:hover, .full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover, .full-width-header .rs-header.header-style1 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a, .full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before, .full-width-header .rs-header.header-style1 .main-menu .rs-menu > ul > li.current-menu-item > a {
    color: #00a775 !important;
}

.full-width-header .rs-header.header-style1 .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before, .full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover, .full-width-header .rs-header.header-style1 .main-menu .rs-menu ul li.active a, .full-width-header .rs-header.header-style1 .main-menu .rs-menu ul ul > li.current-menu-item > a {
    color: #ffffffc4 !important;
}

.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #fff;
}

.full-width-header .rs-header.header-style1 .menu-area.sticky .expand-btn-inner ul .btn-quote a:hover {
    border-color: #00a775;
    background-color: #00a775;
}

.full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote a i {
    margin-right: 5px;
}

.full-width-header .rs-header.header-style1 .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #00a775;
}

.full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote a {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #534FF800;
    padding: 17px 35px 17px 35px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 55px 55px 55px 55px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header.header-style1 .expand-btn-inner ul .btn-quote a:hover {
    border-color: #00a775;
    background-color: #00a775;
}

.full-width-header .rs-header.header-style1 .menu-area .rs-menu-area {
    padding-right: 0px;
}

.full-width-header .rs-header.header-style1 .menu-area .row-table .col-cell.header-logo {
    display: unset;
    flex: unset;
}

.full-width-header .rs-header.header-style1 .menu-area.sticky {
    background: #061932 !important;
}

.full-width-header .rs-header.header-style1.header-modify3 .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #f05c4e;
}

.full-width-header .rs-header.header-style1.header-modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover, .full-width-header .rs-header.header-style1.header-modify3 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a, .full-width-header .rs-header.header-style1.header-modify3 .menu-area .main-menu .rs-menu ul li a:hover, .full-width-header .rs-header.header-style1.header-modify3 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before, .full-width-header .rs-header.header-style1.header-modify3 .main-menu .rs-menu > ul > li.current-menu-item > a {
    color: #f05c4e !important;
}

.full-width-header .rs-header.header-style1.header-modify3 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover, .full-width-header .rs-header.header-style1.header-modify3 .main-menu .rs-menu ul li.active a, .full-width-header .rs-header.header-style1.header-modify3 .main-menu .rs-menu ul ul > li.current-menu-item > a {
    color: #ffffffc4 !important;
}

.full-width-header .rs-header.header-style1.header-modify3 .menu-area.sticky {
    background: #282860 !important;
}

.full-width-header .rs-header.header-style1.header-modify3 .expand-btn-inner ul .btn-normal a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    font-size: 16px;
    transition: all .4s;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #f05c4e;
    padding: 17px 35px 17px 35px;
    border-radius: 0px 0px 0px 0px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header.header-style1.header-modify3 .expand-btn-inner ul .btn-normal a:before {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    content: "";
    color: #000!important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.full-width-header .rs-header.header-style1.header-modify3 .expand-btn-inner ul .btn-normal a:hover {
    color: #f05c4e;
}

.full-width-header .rs-header.header-style1.header-modify3 .expand-btn-inner ul .btn-normal a:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.full-width-header .rs-header.header-style1.header-modify5 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 110px;
    line-height: 110px;
}

.full-width-header .rs-header.header-style1.header-modify5 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #F5F5F5;
    height: unset;
    line-height: 25px;
}

.full-width-header .rs-header.header-style1.header-modify5 .menu-area.sticky {
    background: #fff !important;
}

.full-width-header .rs-header.header-style1.header-modify5 .expand-btn-inner ul .btn-normal a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    font-size: 16px;
    transition: all .4s;
    font-weight: 500;
    color: #0a0a0a;
    background-color: #f8b401;
    border-radius: 10px;
    padding: 17px 35px 17px 35px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header.header-style1.header-modify5 .expand-btn-inner ul .btn-normal a:hover {
    color: #0a0a0a;
    background-color: #ebd40da3;
}

.full-width-header .rs-header.header-style1.header-modify6 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    height: 86px;
    line-height: 86px;
    color: #353535;
}

.full-width-header .rs-header.header-style1.header-modify6 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before, .full-width-header .rs-header.header-style1.header-modify6 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a, .full-width-header .rs-header.header-style1.header-modify6 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover, .full-width-header .rs-header.header-style1.header-modify6 .main-menu .rs-menu > ul > li.current-menu-item > a {
    color: #83a300 !important;
}

.full-width-header .rs-header.header-style1.header-modify6 .main-menu .rs-menu ul ul > li.current-menu-item > a, .full-width-header .rs-header.header-style1.header-modify6 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover, .full-width-header .rs-header.header-style1.header-modify6 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #c9dbf3 !important;
}

.full-width-header .rs-header.header-style1.header-modify6 .expand-btn-inner ul .btn-quote a i {
    margin-right: 5px;
}

.full-width-header .rs-header.header-style1.header-modify6 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    color: #F5F5F5;
    height: unset;
    line-height: 30px;
}

.full-width-header .rs-header.header-style1.header-modify6 .menu-area.sticky {
    background: #f5faff !important;
}

.full-width-header .rs-header.header-style1.header-modify6 .menu-area {
    background: #f5faff;
}

.full-width-header .rs-header.header-style1.header-modify6 .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #83a300;
}

.full-width-header .rs-header.header-style1.header-modify6 .expand-btn-inner ul .btn-quote a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 14px 35px 14px 35px;
    background-color: #83a300;
    border-color: none;
    border-style: none;
    border-width: none;
    transition: all 0.3s ease;
    border-radius: 15px 15px 15px 15px;
}

.full-width-header .rs-header.header-style1.header-modify6 .expand-btn-inner ul .btn-quote a:hover {
    background-color: #83A3008A;
}

.full-width-header .rs-header.header-style1.header-modify6 .expand-btn-inner ul .btn-quote a:before {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    content: "";
    color: #000!important;
    background-color: #83A3008A;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.full-width-header .rs-header.header-style1.header-modify6 .expand-btn-inner ul .btn-quote a:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.full-width-header .rs-header.header-style1.header-modify6 .menu-area.sticky .expand-btn-inner ul .btn-quote a:hover {
    border-color: #83A3008A;
    background-color: #83A3008A;
}

.full-width-header .rs-header.header-style1.header-modify7 .menu-area .main-menu .rs-menu ul.sub-menu {
    background: #0092f2;
}

.full-width-header .rs-header.header-style1.header-modify7 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before, .full-width-header .rs-header.header-style1.header-modify7 .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a, .full-width-header .rs-header.header-style1.header-modify7 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover, .full-width-header .rs-header.header-style1.header-modify7 .main-menu .rs-menu > ul > li.current-menu-item > a {
    color: #0092f2 !important;
}

.full-width-header .rs-header.header-style1.header-modify7 .main-menu .rs-menu ul ul > li.current-menu-item > a, .full-width-header .rs-header.header-style1.header-modify7 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover, .full-width-header .rs-header.header-style1.header-modify7 .menu-area .main-menu .rs-menu ul.sub-menu li.active a {
    color: #c9dbf3 !important;
}

.full-width-header .rs-header.header-style1.header-modify7 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    color: #fff;
}

.full-width-header .rs-header.header-style1.header-modify7 .menu-area.sticky {
    background: #164a96 !important;
}

.full-width-header .rs-header.header-style1.header-modify7 .expand-btn-inner ul .btn-normal a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    font-size: 16px;
    transition: all .4s;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #0092f2;
    padding: 17px 35px 17px 35px;
    border-radius: 180px 180px 180px 180px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header.header-style1.header-modify7 .expand-btn-inner ul .btn-normal a:before {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    height: 100%;
    width: 0;
    content: "";
    color: #000!important;
    background: #0092F266;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.full-width-header .rs-header.header-style1.header-modify7 .expand-btn-inner ul .btn-normal a:hover {
    background: #0092F266;
}

.full-width-header .rs-header.header-style1.header-modify7 .expand-btn-inner ul .btn-normal a:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}

.full-width-header .rs-header.header-style3 .menu-area .row-table .col-cell.header-logo {
    display: flex;
    flex: 1;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li a {
    font-size: 1.5em;
    height: 89px;
    line-height: 89px;
    color: #000000;
    font-weight: bold;
}


.full-width-header .rs-header.header-style3 .rs-menu ul.nav-menu li a:hover, .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before, .full-width-header .rs-header.header-style3 .main-menu .rs-menu > ul > li.current-menu-item > a {
    color: #0da19c !important;
}

/*menu.active*/
.full-width-header .rs-header.header-style3 .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before, .full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover, .full-width-header .rs-header.header-style3 .main-menu .rs-menu ul li.active a, .full-width-header .rs-header.header-style3 .main-menu .rs-menu ul ul > li.current-menu-item > a {
    color: #0da19c !important;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a {
    font-size: 1.5em;
    font-weight: 500;
    height: unset;
    line-height: 25px;
    color: #ffffff;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
    color: #0da19c!important;
    background: #ffffff;
}

.full-width-header .rs-header.header-style3 .menu-area .main-menu .rs-menu ul.nav-menu li {
    margin-right: 30px;
}

.full-width-header .rs-header.header-style3 .menu-area .rs-menu-area {
    padding-right: 60px;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .address-box .address-item {
    display: flex;
    align-items: center;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .address-box .address-item .address-icon {
    padding-left: 30px;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .address-box .address-item .address-text {
    padding-left: 14px;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .address-box .address-item .address-text .label {
    color: #606060 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    display: block;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .address-box .address-item .address-text a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #0D6EAA;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .address-box .address-item .address-text a:hover {
    color: #0D6EAA;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link .nav-expander {
    background: #0da19c;
}

.full-width-header .rs-header.header-style3 .expand-btn-inner ul .nav-link .nav-expander .bar span {
    background: #fff;
}

.full-width-header .rs-header.header-style3.header-modify1 .menu-area {
    position: relative;
    background-color: #F5FAFF;
}

.full-width-header .rs-header.header-style3.header-modify1 .menu-area:before {
    content: "";
    background: #4db299;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    height: 100%;
    width: 30%;
    z-index: 0;
    transform: skew(30deg);
}

.full-width-header .rs-header.header-style3.header-modify1 .expand-btn-inner ul .btn-quote a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #0da19c;
    padding: 20px 38px 20px 38px;
    border-radius: 50px 50px 50px 50px;
    transition: all 0.3s ease;
}

.full-width-header .rs-header.header-style3.header-modify1 .expand-btn-inner ul .btn-quote a:hover {
    color: #FFFFFF;
    border-color: #FFFFFFE0;
    background-color: #0da19cA6;
}

.full-width-header .rs-header.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}



.full-width-header .right_menu_togle {
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #eee;
    padding: 90px 60px 60px 50px;
    font-size: 1.15em;
    max-width: 480px;
    width: 100%;
    right: -500px;
    z-index: 999999;
    transition: all 0.3s ease;
    position: fixed;
    overflow-y: auto;
}

.full-width-header .right_menu_togle .close-btn {
    overflow: visible;
    position: absolute;
    top: 10px;
    display: block;
    z-index: 99;
    right: 57px;
    cursor: pointer;
    transition: all .3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close {
    position: absolute;
    top: 23px;
    display: block;
    z-index: 99;
    right: 3px;
    cursor: pointer;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px !important;
    height: 25px !important;
    background: rgba(8, 13, 65, 0.8);
    border: none !important;
    transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
    background: #0da19c;
}

.full-width-header .right_menu_togle .canvas-logo {
    padding-left: 0;
    padding-bottom: 35px;
}

.full-width-header .right_menu_togle .canvas-logo img {
    max-height: 45px;
}

.full-width-header .right_menu_togle .offcanvas-text {
    border-bottom: 1px solid rgba(62, 62, 62, 0.1);
    margin-bottom: 45px;
    padding-bottom: 24px;
}

.full-width-header .right_menu_togle .offcanvas-text p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: 0px 0 38px;
}

.full-width-header .right_menu_togle .canvas-contact {
    margin-top: 50px;
}

.full-width-header .right_menu_togle .canvas-contact ul {
    display: flex;
    align-items: center;
}

.full-width-header .right_menu_togle .canvas-contact ul li {
    padding-right: 50px;
}

.full-width-header .right_menu_togle .canvas-contact ul .btn-signin .signin-button {
    font-size: 16px;
    background: transparent;
    height: 60px;
    line-height: 62px;
    margin-right: 25px;
    color: #080d41;
    font-weight: 600;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid transparent;
    overflow: hidden;
    position: relative;
}

.full-width-header .right_menu_togle .canvas-contact ul .btn-signin .signin-button .sign-text i {
    font-weight: 400;
    margin-right: 5px;
    font-family: 'remixicon' !important;
}

.full-width-header .right_menu_togle .canvas-contact ul .btn-signin .signin-button:hover {
    color: #0da19c;
}

.full-width-header .right_menu_togle .canvas-contact ul .btn-quote a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #0da19c;
    padding: 13px 27px 13px 27px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #0da19c;
    border-radius: 55px 55px 55px 55px;
    transition: all 0.3s ease;
}

.full-width-header .right_menu_togle .canvas-contact ul .btn-quote a .btn-text {
    position: relative;
    z-index: 4;
}

.full-width-header .right_menu_togle .canvas-contact ul .btn-quote a .btn-text i {
    font-weight: 400;
    top: 2px;
    margin-right: 4px;
    color: #0da19c!import;
    font-family: 'remixicon'!important;
}

.full-width-header .right_menu_togle .canvas-contact ul .btn-quote a:hover {
    border-color: #f45d48;
    background-color: #f45d48;
    color: #ffffff;
}

.full-width-header .mobile-navbar-menu .sub-menu {
    display: none;
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
}

.full-width-header .mobile-navbar-menu .nav-menu li {
    position: relative;
}

/*手機版MENU的文字設計*/
.full-width-header .mobile-navbar-menu .nav-menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    display: block;
    font-size: 1em;
    font-weight: bold;
    color: #000000;
    padding: 10px 0;
    line-height: 30px;
    width: 100%;
}

.full-width-header .mobile-navbar-menu .nav-menu li li a {
    padding-left: 25px;
}

.full-width-header .mobile-navbar-menu .nav-menu li li li a {
    padding-left: 50px;
}

.full-width-header .mobile-navbar-menu span.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 5px;
    display: block;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before, .full-width-header .mobile-navbar-menu span.submenu-button:after {
    position: absolute;
    top: 24px;
    right: 10px;
    width: 20px;
    height: 1px;
    display: block;
    background: #333;
    z-index: 2;
    content: '';
    right: 12px;
    width: 12px;
}

.full-width-header .mobile-navbar-menu span.submenu-button:before {
    width: 1px;
    height: 12px;
    right: 17px;
    top: 18px;
}

.full-width-header .mobile-navbar-menu span.submenu-button em {
    display: block;
    position: absolute;
    right: 0;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
    width: 100%;
    cursor: pointer;
    top: 0;
    height: 50px;
}

.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
    display: none;
}

.full-width-header .mobile-navbar-menu ul ul li, .full-width-header .mobile-navbar-menu li:hover > ul > li {
    height: auto;
}

.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
    top: 19px;
}

.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
    top: 13px;
}

.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a, .full-width-header .mobile-navbar-menu .nav-menu li a:hover {
    color: #0da19c;
}


/*搜尋 start */

body.modal-open {
    padding: 0 !important;
}

body .modal.show .modal-dialog {
    width: 100%;
    max-width: 500px;
}

/*搜尋的圖層*/
body .modal {
    z-index: 9999999;
}

body .search-modal {
    padding: 0 !important;
    background: rgba(0, 0, 0, 0.8);
}

body .search-modal .modal-content {
    position: initial;
    border: 0;
    background: unset;
}

body .search-modal .search-block form {
    position: relative;
}

body .search-modal .search-block form input {
    background: 0 0;
    border: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    outline: none;
    padding: 14px 17px;
    border-radius: unset;
}

body .search-modal .search-block form button {
    background: transparent;
    border: none;
    padding: 5px 20px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    position: absolute;
    content: '';
    right: 0;
    top: 11px;
}

body .search-modal .search-block form button i:before {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    opacity: .7;
}

body .search-modal .search-block ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}

body .search-modal .search-block ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 0.3;
}

body .search-modal .search-block :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
}

body .search-modal .search-block :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
}

body .search-modal .close {
    position: fixed;
    right: 50px;
    top: 50px;
    background: #ffffff;
    color: #0a0a0a;
    width: 40px;
    height: 40px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transition: all .5s ease;
    opacity: unset;
    box-shadow: unset;
    border: none;
}

body .search-modal .close i:before {
    font-size: 23px;
    position: relative;
    top: 4px;
    left: 0px;
    font-weight: 700;
}

body .search-modal .close:hover {
    opacity: 0.8 !important;
}

/*搜尋 end */


/*------------------------------------
	04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
    background: #fff;
    margin: 0;
    z-index: 999;
    width: 100%;
    top: 0;
    position: relative;
}

@-webkit-keyframes sticky-animation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes sticky-animation {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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


/* ------------------------------------
	05. About Section CSS
---------------------------------------*/

.rs-about.about-style3 .about-item .about-img {
    position: relative;
}

.rs-about.about-style3 .about-item .about-img img {
    border-radius: 10px 10px 10px 10px;
}

.rs-about.about-style3 .about-item .about-img .rs-videos {
    position: absolute;
    bottom: 84px;
    left: 110px;
}

.rs-about.about-style3 .about-item .about-img .rs-videos.video-style1.main-video .video-item .overly-border a i {
    font-size: 20px;
    line-height: 80px;
    color: #0da19c;
}

.rs-about.about-style3 .about-item .about-img .rs-videos.video-style1.main-video .video-item .overly-border a, .rs-about.about-style3 .about-item .about-img .rs-videos.video-style1.main-video .video-item .overly-border a:before {
    background: #ffffff;
}

.rs-about.about-style3 .about-item .about-img .rs-counter-list {
    position: absolute;
    bottom: 0%;
    padding: 60px 66px 27px 50px;
    background-color: transparent;
    border-radius: 0px 0px 0px 10px;
}

.rs-about.about-style3 .about-item .about-img .rs-counter-list .count-text .count-number .rs-count {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.rs-about.about-style3 .about-item .about-img .rs-counter-list .count-text .count-number .year {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.rs-about.about-style3 .about-item .about-img .rs-counter-list .count-text .count-number .prefix {
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    color: #ffffff;
}

.rs-about.about-style3 .about-item .about-img .rs-counter-list .count-text .title {
    font-size: 16px;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
    line-height: 18px;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    display: block;
}

.rs-about.about-style3 .about-item .about-img .addon-services {
    position: absolute;
    right: 0;
    max-width: 400px;
    bottom: -70px;
}

.rs-about.about-style3 .about-item .about-img .addon-services .services-content {
    padding: 35px 40px 35px 40px;
    
    background-image: url(../image/cta-bg3.jpg);
    background-position: center right;
    background-repeat: repeat;
    background-size: contain;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.rs-about.about-style3 .about-item .about-img .addon-services .services-content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 10px;
}

.rs-about.about-style3 .about-item .about-img .addon-services .services-content .title a {
    color: #FFFD00;
}
.rs-about.about-style3 .about-item .about-img .addon-services .services-content .title a:hover {
    opacity:0.8;
    transition: all 0.4s;
    
}
.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 26px;
    color: #ffffff;
    background: #0da19c;
    padding: 5px 10px 5px 10px;
    z-index: 1;
    border-radius: 99em;
    transition: all 0.4s;
    overflow: hidden;
}
.readon:hover {   
    color: #FFFD00;
}



.rs-about.about-style3 .about-item .about-img .addon-services .services-content .desc-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0px 0px 17px 0px;
}

.rs-about.about-style3 .about-wrapper .about-img {
    position: relative;
    margin: 0 0 0 -80px;
}

.rs-about.about-style3 .about-wrapper .about-img img {
    border-radius: 30px;
}

.rs-about.about-style3 .about-wrapper .about-img .rocket-wrap {
    position: absolute;
    right: -53px;
    top: -40px;
}

.rs-about.about-style3 .about-wrapper .about-img .rocket-wrap img {
    max-width: 187px;
}

.rs-about.about-style3 .about-wrapper .about-img .rocket-wrap .icon-part img {
    position: relative;
    top: -126px;
    max-width: 70px;
    right: -56px;
}

.rs-about.about-style3 .about-wrapper .about-img .about-counter {
    position: absolute;
    left: -70px;
    bottom: 50px;
    padding: 28px 20px 28px 20px;
    background-color: #0D6EAA;
    border-radius: 15px 15px 15px 15px;
}

.rs-about.about-style3 .about-wrapper .about-img .about-counter .count-number .rs-count {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
}

.rs-about.about-style3 .about-wrapper .about-img .about-counter .count-number .prefix {
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    color: #fff;
}

.rs-about.about-style3 .about-wrapper .about-img .about-counter .title {
    font-size: 18px;
    color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.rs-about.about-style3 .about-wrapper .about-btn-inner {
    display: flex;
    align-items: center;
}

.rs-about.about-style3 .about-wrapper .about-btn-inner li {
    display: inline-block;
    margin-right: 25px;
}

.rs-about.about-style3 .about-wrapper .about-btn-inner li:last-child {
    margin-right: 0;
}

.rs-about.about-style3.about-modify3 .feature-provide {
    background-color: #f1f7ff;
    padding: 130px 100px 130px 320px;
    border-radius: 40px 0px 0px 40px;
}
/*----------------------------------------------------------------------------------*/


/* ------------------------------------
	06. Ebook Read Section CSS
---------------------------------------*/
.rs-book-store.ebook-style1 .book-item .read-wrap {
    position: relative;
    overflow: visible;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .read-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .read-img a img {
    border-radius: 20px 20px 0 0;
    transform: scale(1.1);
    transition: 0.4s;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .book-content {
    padding: 30px 25px 30px 25px;
    border-radius: 0px 0px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 1, 0.05);
    text-align: center;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .book-content .sub-text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #83a300;
    display: block;
    margin: 0 0 10px;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .book-content .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 10px;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .book-content .title a {
    color: #080d41;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .book-content .title a:hover {
    color: #83a300;
}

.rs-book-store.ebook-style1 .book-item .read-wrap .book-content .price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #3e3e3e;
    margin: 0 0 0px;
}


/* ------------------------------------
	08. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top left !important;
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 50px 10px 50px 10px;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title {
    font-size: 50px;
    line-height: 75px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.rs-breadcrumbs .breadcrumbs-inner .des {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area {
    background-color: #FFFFFF1F;
    margin: 0px 0px 0px 0px;
    padding: 7px 12px 7px 12px;
    display: inline-block;
    border-radius: 2px 2px 2px 2px;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a {
    position: relative;
    color: #ffffff;
    padding: 0px 15px 0px 0px;
    transition: all .3s;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:before {
    content: "\ea6c";
    position: absolute;
    font-family: remixicon!important;
    font-size: 16px;
    top: -4px;
    right: -8px;
    opacity: 1;
    transition: all .3s;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li a:hover {
    color: #ccc;
}

.rs-breadcrumbs .breadcrumbs-inner .breadcrumbs-area li:last-child {
    margin-right: 0;
}

.rs-breadcrumbs .breadcrumbs-inner.breadcrumbs-style1 {
    max-width: 1080px;
}

.rs-breadcrumbs.img1 {
    background-position: center !important;
    background: url(../image/inr-1.jpg);
}


/* ------------------------------------
	09. Banner Section CSS
---------------------------------------*/
.rs-banner.banner-style1 {
    position: relative;
    background-image: url(../image/banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-banner.banner-style1 .content-wrap {
    padding: 240px 0px 200px 0px;
}

.rs-banner.banner-style1 .content-wrap .title {
    font-size: 100px;
    line-height: 110px;
    font-weight: 700;
    color: #080d41;
    margin: 0 0 25px;
}

.rs-banner.banner-style1 .content-wrap .title span {
    display: block;
    color: #634bf8;
}

.rs-banner.banner-style1 .content-wrap .description p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #656567;
    margin: 0 0 40px;
}

.rs-banner.banner-style1 .content-wrap .bnr-btn {
    display: flex;
    align-items: center;
}

.rs-banner.banner-style1 .content-wrap .bnr-btn li {
    display: inline-block;
    margin-right: 10px;
}

.rs-banner.banner-style1 .content-wrap .bnr-btn li:last-child {
    margin-right: 0;
}

.rs-banner.banner-style1 .content-wrap .bnr-btn li .content-part {
    display: flex;
    align-items: center;
}

.rs-banner.banner-style1 .content-wrap .bnr-btn li .content-part .text-part .label {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #656567;
    display: block;
}

.rs-banner.banner-style1 .content-wrap .bnr-btn li .content-part .text-part .phone-nmb {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #0D6EAA;
    cursor: pointer;
}

.rs-banner.banner-style1 .content-wrap .bnr-btn li .content-part .text-part .phone-nmb:hover {
    color: #f8b401;
}

.rs-banner.banner-style1 .widget-images {
    position: relative;
    right: -19%;
    width: 900px;
    max-width: 900px;
    top: -100px;
}

.rs-banner.banner-style1 .banner-animate {
    position: absolute;
    right: 26%;
    bottom: 14%;
}





/*關於我們*/
.rs-banner.banner-style10 {
    position: relative;
    background-image: url(../image/bnr-shape-bg1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 210px 0px 310px 0px;
}

.rs-banner.banner-style10 .bnr-wrap-overlay {
    background-image: url(../image/bnr-imge-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.rs-banner.banner-style10 .content-wrap {
    position: relative;
    max-width: 545px;
}

.rs-banner.banner-style10 .content-wrap .title {
    font-size: 80px;
    line-height: 90px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px;
}

.rs-banner.banner-style10 .content-wrap .description p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #656567;
    margin: 0 0 40px;
}

.rs-banner.banner-style10 .content-wrap .animate-circle {
    position: absolute;
    left: -143px;
    top: -50px;
}

.rs-banner.banner-style10 .content-wrap .animate-circle img {
    opacity: 0.8;
    max-width: 230px;
}

/* ------------------------------------
	10. Slider Section CSS
---------------------------------------*/




.rs-slider.project-slide {
    position: relative;
}

.rs-slider.project-slide .slick-list {
    padding: 0 !important;
}

.rs-slider.project-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    display: block;
    bottom: 0;
    font-size: 0;
    z-index: 9;
    background: transparent;
    transition: 0.4s;
}

.rs-slider.project-slide .slick-arrow.slick-next {
    left: 18%;
}

.rs-slider.project-slide .slick-arrow.slick-next:before {
    content: "\EA64";
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    font-family: remixicon;
    text-align: center;
}

.rs-slider.project-slide .slick-arrow.slick-prev {
    right: 18%;
}

.rs-slider.project-slide .slick-arrow.slick-prev:before {
    content: "\EA6E";
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    font-family: remixicon;
    text-align: center;
}

/* ------------------------------------
	11. Cta Section CSS
---------------------------------------*/

.rs-cta.cta-style7 {
    position: relative;
    /*background-color: #0da19c;*/
}

.rs-cta.cta-style7 .animate-wrap {
    position: absolute;
    left: 56%;
    top: 44%;
    transform: translate(-50%, -50%);
}

.rs-cta.cta-style7 .animate-wrap img {
    max-width: 73px;
}

.rs-cta.cta-style7:before {
    content: "";
    /*background: #4db299;*/
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 41.5%;
    z-index: 0;
    transform: skew(-30deg);
    right: -44px;
}


/* ------------------------------------
	15. Contact Section CSS
---------------------------------------*/

/*聯絡我們*/
.rs-contact.contact-style9 .address-boxstyle1 .address-item {
    display: flex;
    align-items: center;
}

.rs-contact.contact-style9 .address-boxstyle1 .address-item .address-icon {
    background-color: #595757;
    width: 78px;
    min-width: 78px;
    max-width: 78px;
    height: 70.1px;
    box-shadow: -10px 10px 0px 0px rgba(255, 255, 255, 0.2);
    border-radius: 10px 10px 10px 10px;
    transform: skewX(-8deg);
    margin-right: 30px;
    text-align: center;
    line-height: 72px;
}

.rs-contact.contact-style9 .address-boxstyle1 .address-item .address-icon i:before {
    font-size: 28px;
    color: #ffffff;
    position: relative;
    top: -5px;
    margin-right: 8px;
}

.rs-contact.contact-style9 .address-boxstyle1 .address-item .address-text .label {
    font-size: 16px;
    font-style: normal;
    line-height: 26px;
    color: #9d9d9e !important;
    display: block;
}

.rs-contact.contact-style9 .address-boxstyle1 .address-item .address-text .des {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
}

.rs-contact.contact-style9 .address-boxstyle1 .address-item .address-text .des a {
    color: #595757 !important;
}

.rs-contact.contact-style9 .address-boxstyle1 .address-item .address-text .des a:hover {
    color: #ccc;
}

.rs-contact.contact-style9 .contact-wrap {
    box-shadow: 30px 30px 0px 0px rgba(255, 255, 255, 0.2);
    background-color: #ffffff;
    padding: 45px 40px 60px 40px;
}

.rs-contact.contact-style9 .contact-wrap .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.rs-contact.contact-style9 .contact-wrap .wpcf7-form-control-wrap i {
    position: absolute;
    left: 23px;
    top: 14px;
    font-size: 18px;
    color: rgba(69, 69, 69, 0.7411764706);
    z-index: 11;
}

.rs-contact.contact-style9 .contact-wrap .wpcf7-form-control-wrap .select-arrow {
    position: relative;
    padding: 21px 15px 21px 50px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 15px 1px 1px;
    border-color: #fff;
    color: #080d41;
    box-shadow: 0px 0px 2px 0px #8386a0;
    background-color: #fff;
    width: 100%;
    cursor: pointer;
}

.rs-contact.contact-style9 .contact-wrap .wpcf7-form-control-wrap .from-control {
    padding: 14px 0px 14px 47px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D6EAA33;
    color: #3A3A3ACC !important;
    background-color: #F7F7F7E6;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

.rs-contact.contact-style9 .contact-wrap .wpcf7-form-control-wrap textarea {
    height: 130px;
}

/* ------------------------------------
	16. Video Section CSS
---------------------------------------*/
.rs-videos.video-style1 {
    position: relative;
}

.rs-videos.video-style1 .video-item {
    position: relative;
}

.rs-videos.video-style1 .video-item .overly-border a {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    z-index: 9;
    text-align: center;
    background: #0da19c;
}

.rs-videos.video-style1 .video-item .overly-border a i {
    font-size: 30px;
    line-height: 80px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.rs-videos.video-style1 .video-item .overly-border a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: all 0.3s ease;
    background: #0da19c;
}

.rs-videos.video-style1 .video-item .overly-border a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 200ms;
    animation: pulse-border 1.5s ease-out infinite;
}

.rs-videos.video-style1.purple-video1 {
    position: absolute;
    left: 25%;
    transform: translateY(-364px);
    z-index: 11;
}

.rs-videos.video-style1.purple-video1 .video-item .overly-border a:before, .rs-videos.video-style1.purple-video1 .video-item .overly-border a {
    background: #0092f2;
}

.rs-videos.video-style1.white-video1 {
    position: absolute;
    left: unset;
    right: 24%;
}

.rs-videos.video-style1.white-video1 .video-item .overly-border a:before, .rs-videos.video-style1.white-video1 .video-item .overly-border a {
    background: #fff;
}

.rs-videos.video-style1.white-video1 .video-item .overly-border a i {
    color: #0da19c;
}

.rs-videos.video-style1.yellow-video1 {
    position: absolute;
    left: 86%;
    top: 77%;
    z-index: 11;
    transform: translateY(-50%);
}

.rs-videos.video-style1.yellow-video1 .video-item .overly-border a:before, .rs-videos.video-style1.yellow-video1 .video-item .overly-border a {
    background: #F8B401;
}

.rs-videos.video-style1.blue-video1 {
    position: absolute;
    left: 5%;
    top: 90%;
    z-index: 11;
    transform: translateY(-50%);
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
}

.rs-videos.video-style1.blue-video1 .video-item .overly-border a:before, .rs-videos.video-style1.blue-video1 .video-item .overly-border a {
    background: #ffffff;
}

.rs-videos.video-style1.blue-video1 .video-item .overly-border a i {
    color: #0da19c;
}

.rs-videos.video-style1.blue-video1 .video-item.video-images {
    background-image: url(../image/service-video.png);
    position: relative;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
    padding: 85px 80px;
}



.rs-videos.video-style1.video-woman1 .video-item {
    position: relative;
}

.rs-videos.video-style1.video-woman1 .video-item .overly-border a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    background-color: #3C0BF6;
}

.rs-videos.video-style1.video-woman1 .video-item .overly-border a i {
    font-size: 30px;
    line-height: 80px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.rs-videos.video-style1.video-woman1 .video-item .overly-border a:before {
    content: "";
    border: 2px solid #080d41;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.rs-videos.video-style1.video-woman1 .video-item .overly-border a:after {
    content: "";
    border: 2px solid #080d41;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    -webkit-animation: zoomBig 3.25s linear infinite;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.rs-videos.video-style1.video-woman1 .divider-separator {
    margin: 0px 0px 0px 0px;
}

.rs-videos.video-style1.video-woman1 .divider-separator .content-wrap {
    padding: 100px 100px;
    transform: skewY(0deg);
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 1;
        border-width: 3px;
    }

    40% {
        opacity: .5;
        border-width: 2px;
    }

    65% {
        border-width: 1px;
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        border-width: 1px;
    }
}

/* ------------------------------------
	17. Choose Section CSS 活動內頁
---------------------------------------*/

.rs-choose.choose-style2 {
    position: relative;
}

.rs-choose.choose-style2 .bnr-btn-wrap {
    display: flex;
    align-items: center;
}

.rs-choose.choose-style2 .bnr-btn-wrap li {
    display: inline-block;
    margin-right: 25px;
}

.rs-choose.choose-style2 .bnr-btn-wrap li:last-child {
    margin-right: 0;
}

.rs-choose.choose-style2 .image-wrap2 {
    position: relative;
    z-index: 11;
    margin: 0 -120px 0 120px;
}

.rs-choose.choose-style2 .image-wrap2 .main-img {
    max-width: 594px;
    border-radius: 20px 20px 20px 20px;
}

.rs-choose.choose-style2 .image-wrap2 .image-shape {
    position: absolute;
    left: -10%;
    bottom: 119px;
}

.rs-choose.choose-style2 .image-wrap2 .image-shape img {
    max-width: 277px;
    border-radius: 20px 20px 20px 20px;
}

.rs-choose.choose-style2 .images-wrap {
    position: relative;
    z-index: 11;
}

.rs-choose.choose-style2 .images-wrap .pettarn-one {
    position: absolute;
    left: 15px;
    top: -45px;
    z-index: -11;
}

.rs-choose.choose-style2 .images-wrap .dot-part {
    position: absolute;
    left: 6%;
    bottom: 33px;
}

.rs-choose.choose-style2 .addon-services-item {
    position: relative;
    text-align: center;
}

.rs-choose.choose-style2 .addon-services-item .services-inner {
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-start;
}

.rs-choose.choose-style2 .addon-services-item .services-inner .numbering {
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    padding: 19px 0px 0px 0px;
    margin: 0px 25px 0px 0px;
    background-image: url(../image/duoble-color-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 70px;
}

.rs-choose.choose-style2 .addon-services-item .services-inner .content-part .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #0D6EAA;
    margin: 0px 0px 11px 0px;
}

.rs-choose.choose-style2 .addon-services-item .services-inner .content-part .desc-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #656567;
    margin: 0 0 10px;
}

.rs-choose.choose-style2 .addon-services-item .services-inner .ser-animate {
    position: absolute;
    left: -39px;
    top: -71px;
}

.rs-choose.choose-style2 .dot-animation {
    position: absolute;
    top: 18%;
    right: 4%;
}

.rs-choose.choose-style2 .dot-animation img {
    opacity: 0.67;
}

.rs-choose.choose-style2 .rs-whychoous .images-wrap {
    position: relative;
    z-index: 11;
}

.rs-choose.choose-style2 .rs-whychoous .images-wrap .main-img {
    max-width: 628px;
    position: relative;
    right: -10%;
}

.rs-choose.choose-style2 .rs-whychoous .images-wrap .pettarn-two {
    position: absolute;
    right: 14px;
    top: 76px;
    transform: rotate(-90deg);
    z-index: -11;
}

.rs-choose.choose-style2 .rs-whychoous .images-wrap .dot-two {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.rs-choose.choose-style2.choose-modify1 .images-part {
    position: relative;
}

.rs-choose.choose-style2.choose-modify1 .images-part img {
    position: relative;
    right: -75px;
}

.rs-choose.choose-style2.choose-modify1 .images-part .choose-counter-wrap .choose-counter {
    position: absolute;
    left: -38px;
    bottom: 26px;
    padding: 22px 32px 22px 28px;
    background-color: #4301FF;
    transform: skewX(-4deg);
    border-radius: 10px;
}

.rs-choose.choose-style2.choose-modify1 .images-part .choose-counter-wrap .choose-counter .count-number .rs-count {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 61px;
    display: inline-block;
    transition: all .3s ease 0s;
}

.rs-choose.choose-style2.choose-modify1 .images-part .choose-counter-wrap .choose-counter .count-number .prefix {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 61px;
}

.rs-choose.choose-style2.choose-modify1 .images-part .choose-counter-wrap .choose-counter .title {
    color: #FFFFFFD9;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
}

/* ------------------------------------
	18. Services Section CSS 臺灣觀點
---------------------------------------*/


.rs-services.services-style1 .services-item {
    padding: 34px 30px 30px 30px;
    background-color: #FFFFFF;
    transition: 0.3s;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #FFFFFF;
}

.rs-services.services-style1 .services-item .services-wrap .services-icon {
    display: inline-block;
    width: 70px;
    height: 59px;
    line-height: 59px;
    margin: 0;
    background-color: #292965;
    text-align: center;
    margin: 0px 0px 30px 0px;
    transition-duration: 0.3s;
}

.rs-services.services-style1 .services-item .services-wrap .services-icon img {
    max-width: 30px;
    transform: scale(1);
    transition: 0.4s;
}

.rs-services.services-style1 .services-item .services-wrap .services-content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 14px;
}

.rs-services.services-style1 .services-item .services-wrap .services-content .title a {
    color: #0D6EAA;
}

.rs-services.services-style1 .services-item .services-wrap .services-content .title a:hover {
    color: #f05c4e;
}

.rs-services.services-style1 .services-item .services-wrap .services-content .services-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #656567;
    margin-bottom: 0px;
}

.rs-services.services-style1 .services-item:hover {
    border-color: #f05c4e;
}

.rs-services.services-style1 .services-item:hover .services-wrap .services-icon {
    background-color: #f05c4e;
}

.rs-services.services-style1 .services-item:hover .services-wrap .services-icon img {
    transform: scale(0.9);
    transition: 0.4s;
}

/*關於我們夥伴*/
.rs-services.services-style6 .services-item {
    position: relative;
    padding: 10px 40px 40px 40px;
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    box-shadow: 20px 20px 60px 0px rgba(0, 0, 1, 0.05);
}

.rs-services.services-style6 .services-item .services-wrap .services-content {
    margin: 20px 0px 0px 0px;
}

.rs-services.services-style6 .services-item .services-wrap .services-content .title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 15px;
    transition: 0.3s;
}

.rs-services.services-style6 .services-item .services-wrap .services-content .title a {
    color: #183760;
}

.rs-services.services-style6 .services-item .services-wrap .services-content .title a:hover {
    color: #0da19c;
}

.rs-services.services-style6 .services-item .services-wrap .services-content .services-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #656567;
    margin-bottom: 14px;
}

/*臺灣觀點*/
.rs-services.services-style10 .services-item .services-wrap {
    position: relative;
    box-shadow: 18px 18px 0px 0px rgba(93, 151, 222, 0.07);
    padding: 20px 40px 20px 40px;
    background-color: #FFFFFFCC;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    margin: 0px 30px 0px 0px;
}

.rs-services.services-style10 .services-item .services-wrap .numbering {
    text-align: right;
    color: #00469C0F;
    font-size: 82px;
    font-weight: 700;
    padding: 0px 0px 0px 0px;
    border-style: none;
    top: 6px;
    position: absolute;
    left: 64%;
}

.rs-services.services-style10 .services-item .services-wrap .services-icon img {
    width: 80px;
}

.rs-services.services-style10 .services-item .services-wrap .services-content {
    margin: 10px 0px 0px 0px;
}

.rs-services.services-style10 .services-item .services-wrap .services-content .title {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 34px;
    margin: 0 0 15px;
    transition: 0.3s;
}

.rs-services.services-style10 .services-item .services-wrap .services-content .title a {
    color: #183760;
}

.rs-services.services-style10 .services-item .services-wrap .services-content .title a:hover {
    color: #0da19c!important;
}

.rs-services.services-style10 .services-item .services-wrap .services-content .services-txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #656567;
    margin-bottom: 16px;
}

.rs-services.services-style10.services-modify8 .services-item .services-wrap .numbering {
    color: #F971231A;
}

.rs-services.services-style10.services-modify8 .services-item .services-wrap .services-content .title a:hover {
    color: #F97123;
}

/*臺灣觀點底色*/
.rs-services.services-style10.services-modify8 .services-item .services-wrap {
    box-shadow: 10px 10px 0px 0px rgba(93, 151, 222, 0.07);
    transition-duration: 0.7s;
}

.rs-services.services-style10.services-modify8 .services-item .services-wrap:hover {
    box-shadow: 11px 11px 0px 0px #134A8E;
}

.rs-services.services-style10.services-modify8 .services-item .services-wrap:hover .services-content .title a {
    color: #0da19c;
}

.rs-services.services-style10.services-modify8 .services-item .services-wrap:hover .services-button a i:before, .rs-services.services-style10.services-modify8 .services-item .services-wrap:hover .services-button a {
    color: #0da19c;
}

/*風險小組+活動新聞+最新消息*/
.rs-services-details .annual-report {
    background-color: #f6f9fe;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D6EAA1A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 18px;
    margin-bottom: 0px;
    padding: 0px 20px 30px 20px;
    text-align: center;
}

.rs-services-details .annual-report .content-txt .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    color: #080d41;
    margin: 20px 0px 20px 0px;
}

.rs-services-details .let-talk-part {
    background-image: url(../image/sidebar-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 17px 124px 10px;
}

.rs-services-details .let-talk-part .content-wrap {
    padding: 10px 10px 10px 10px;
}

.rs-services-details .let-talk-part .content-wrap .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0px 0px 5px 0px;
}

.rs-services-details .let-talk-part .content-wrap .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0px 0px 2px 0px;
}

/* ------------------------------------
	20. Team Section CSS 個人簡介
---------------------------------------*/

.rs-team-single .team-widget {
    background-color: #F6F9FE;
    padding: 70px 70px 70px 70px;
    border-radius: 10px 10px 10px 10px;
}

.rs-team-single .team-widget .images-part {
    background-color: #ECF4FF;
    border-radius: 50% 50% 50% 50%;
    background-image: url(../image/shape-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.rs-team-single .team-widget .images-part img {
    width: 100%;
    max-width: 470px;
    border-radius: 50% 50% 50% 50%;
}

.rs-team-single .team-widget .con-info {
    margin: 0 0 0 50px;
}

.rs-team-single .team-widget .con-info .designation-info {
    font-size: 1.5em;
    line-height: 29px;
    font-weight: 400;
    color: #595757;
    padding-bottom: 20px;
    display: block;
}

.rs-team-single .team-widget .con-info .title {
    font-size: 2.5em;
    line-height: 46px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0px 8px 0px;
}

.rs-team-single .team-widget .con-info h5 {
    font-size: 1.5em;
    line-height: 46px;
    font-weight: bold;
    color: #000000;
    margin: 0px 0px 2px 0px;
}

.rs-team-single .team-widget .con-info p, .rs-team-single .team-widget .con-info ul li  {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #000000;
}

.con-info ul li  {
    padding-bottom: 10px;
}


.rs-team-single .team-widget .con-info .short-desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #656567;
    margin: 0 0 30px;
}

.rs-team-single .team-widget .con-info .title-inner .title-wrap {
    margin-bottom: 10px;
}

.rs-team-single .team-widget .con-info .title-inner .title-wrap span {
    font-size: 18px;
    font-weight: 500;
    color: #3d3458;
}

.rs-team-single .team-widget .con-info .title-inner .title-wrap span a {
    font-size: 18px;
    font-weight: 400;
    color: #6D6D6D;
    margin: 0px 0px 0px 0px;
}

.rs-team-single .team-widget .con-info .title-inner .title-wrap span a:hover {
    color: #0da19c;
}

.rs-team-single .title-inner .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #080d41;
    margin: 0px 0px 24px 0px;
}

.rs-team-single .title-inner .description p{
    font-size: 18px;
    color: #656567;
    line-height: 28px;
    transition: all .3s ease 0s;
    margin: 0 0 35px;
    display: block;
}
.rs-team-single .title-inner .features ul li {
    font-size: 18px;
    color: #656567;
    line-height: 28px;
    transition: all .3s ease 0s;
}

.rs-team-single .contact-wrap {
    background-color: #f6f9fe;
    padding: 40px 40px 40px 40px;
    border-radius: 10px 10px 10px 10px;
}

.rs-team-single .contact-wrap .from-control {
    font-size: 16px;
    padding: 16px 22px 16px 22px;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF33;
    background-color: #fff;
    color: #ffffff;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

.rs-team-single .contact-wrap textarea {
    height: 120px;
}


/*------------------------------------
	22. Partner Section CSS 董事會
------------------------------------*/

.rs-partner.partner-style2 {
    z-index: 111;
}

.rs-partner.partner-style2 .partner-bg-overlay {
    background-color: #FFFFFF;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -111;
}

.rs-partner.partner-style2 .partner-item {
    padding: 80px 80px 80px 80px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

.rs-partner.partner-style2 .partner-item .logo-img {
    text-align: center;
}

.rs-partner.partner-style2 .partner-item .logo-img a {
    overflow: hidden;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.rs-partner.partner-style2 .partner-item .logo-img a .hovers-logos {
    display: none;
}

.rs-partner.partner-style2 .partner-item .logo-img a .mains-logos {
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
    filter: blur(0px);
}

.rs-partner.partner-style2 .partner-item:hover .logo-img a .mains-logos {
    opacity: 0.6;
    filter: blur(0.2px);
}

.rs-partner.partner-style2 .logo-grid-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.rs-partner.partner-style2 .logo-grid-item.pre-last {
    border-right: 0;
}

.rs-partner.partner-style2 .logo-grid-item.pre-last-row {
    border-bottom: 0;
}

.rs-partner.partner-style2.partner-modify4 .partner-item {
    background-color: transparent;
}

.rs-partner.partner-style2.partner-modify4 .logo-grid-item {
    border-bottom: 1px solid #ECE8E821;
    border-right: 1px solid #ECE8E821;
}

.rs-partner.partner-style2.partner-modify4 .pre-last-row {
    border-bottom: 0;
}

.rs-partner.partner-style2.partner-modify4 .pre-last {
    border-right: 0;
}

.rs-partner.partner-style2.partner-modify5 .partner-wrap {
    padding: 60px 70px 50px 70px;
    border-radius: 20px 20px 20px 20px;
    background-color: #FFFFFF96;
}

.rs-partner.partner-style2.partner-modify5 .partner-item {
    padding: 40px 40px 40px 40px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: transparent;
}

.rs-partner.partner-style2.partner-modify5 .partner-item:hover .logo-img a .mains-logos {
    display: block;
    visibility: hidden;
    transform: translateY(100%);
}

.rs-partner.partner-style2.partner-modify5 .partner-item:hover .logo-img a .hovers-logos {
    display: block;
    opacity: 3;
    visibility: visible;
    transform: translateY(0%);
    filter: grayscale(0%);
}

.rs-partner.partner-style2.partner-modify5 .partner-item .logo-img a .hovers-logos {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    filter: blur(0px);
    transition: 0.3s;
}

.rs-partner.partner-style2.partner-modify5 .partner-item .logo-img a .mains-logos {
    opacity: unset;
    filter: blur(0px);
    transition: 0.3s;
}

.rs-partner.partner-style2.partner-modify5 .logo-grid-item:nth-child(3), .rs-partner.partner-style2.partner-modify5 .logo-grid-item:nth-child(6), .rs-partner.partner-style2.partner-modify5 .logo-grid-item:nth-child(9), .rs-partner.partner-style2.partner-modify5 .logo-grid-item:nth-child(12) {
    border-right: none;
}

.rs-partner.partner-style2.partner-modify5 .logo-grid-item:nth-child(10), .rs-partner.partner-style2.partner-modify5 .logo-grid-item:nth-child(11), .rs-partner.partner-style2.partner-modify5 .logo-grid-item:nth-child(12) {
    border-bottom: none;
}

.rs-partner.partner-style2.partner-modify5.partner-about1 .logo-grid-item:nth-child(7), .rs-partner.partner-style2.partner-modify5.partner-about1 .logo-grid-item:nth-child(8), .rs-partner.partner-style2.partner-modify5.partner-about1 .logo-grid-item:nth-child(9) {
    border-bottom: none;
}

.rs-partner.partner-style2.partner-modify5.partner-about1 .partner-item .logo-img a .mains-logos {
    transition: .3s;
}


/*------------------------------------
	23. Pricing Section CSS 首頁
------------------------------------*/

.pricing-container.pricing-style1 .no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}


.pricing-container.pricing-style1 .pricing-header {
    position: relative;
    padding: 30px 0 25px;
}

.pricing-container.pricing-style1 .pricing-header .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #080D41;
    margin: 0 0 15px;
    text-align: center;
}

.pricing-container.pricing-style1 .pricing-header .price-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pricing-container.pricing-style1 .pricing-header .price-inner .price {
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    color: #0092f2;
}

.pricing-container.pricing-style1 .pricing-header .price-inner span {
    position: relative;
    top: -7px;
    margin-left: 10px;
    color: #080D41;
    opacity: 1;
}

.pricing-container.pricing-style1 .pricing-header .price-inner:after {
    content: "";
    position: absolute;
    background-color: #28544B17;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
}

.pricing-container.pricing-style1 .pricing-body {
    padding: 0px 35px 15px 35px;
}

.pricing-container.pricing-style1 .pricing-body .features {
    margin-top: 30px;
}

.pricing-container.pricing-style1 .pricing-body .features ul li {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #656567;
    padding-right: 36px;
    margin: 15px 0;
    transition: all 0.5s ease;
}

.pricing-container.pricing-style1 .pricing-body .features ul li:before {
    content: "\eb80";
    color: #0092f2;
    margin: 0;
    display: inline-block;
    font-family: remixicon;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
}

.pricing-container.pricing-style1 .pricing-body .features ul li.close-icon:before {
    content: "\eb97";
    opacity: 0.6;
    color: #353535;
}

.pricing-container.pricing-style1 .pricing-footer {
    margin: 0px 35px 0px 35px;
}

.pricing-container.pricing-style1 .pricing-footer a {
    display: inline-block;
    border: 2px solid #0092f2;
    font-size: 18px;
    line-height: 28px;
    color: #0092f2;
    font-weight: 700;
    width: 100%;
    border-radius: 50px 50px 50px 50px;
    padding: 17px 15px 15px 15px;
    text-align: center;
}

.pricing-container.pricing-style1 .pricing-wrapper > li:hover .pricing-footer a {
    background: #0092f2;
    color: #ffffff;
    border: 2px solid #0092f2;
}

.pricing-container.pricing-style1 .pricing-list {
    margin: 2em 0 0;
    list-style: none;
}

.pricing-container.pricing-style1 .pricing-list > li {
    position: relative;
}

.pricing-container.pricing-style1 .pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.pricing-container.pricing-style1 .pricing-wrapper {
    position: relative;
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
}

.pricing-container.pricing-style1 .touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-container.pricing-style1 .pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-container.pricing-style1 .pricing-wrapper > li {
    background-color: #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.03);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 30px;
    padding: 20px 30px 50px;
}

.pricing-container.pricing-style1 .pricing-wrapper > li:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 1, 0.05);
}

.pricing-container.pricing-style1 .pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-container.pricing-style1 .pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-container.pricing-style1 .pricing-wrapper .is-selected {
    z-index: 3 !important;
}

.pricing-container.pricing-style1 .is-switched .pricing-body {
    overflow: hidden;
}

.pricing-container.pricing-style1 .pricing-body {
    overflow-x: visible;
}

.pricing-container.pricing-style1 .pricing-features {
    width: 600px;
}

.pricing-container.pricing-style1 .pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pricing-container.pricing-style1 .has-margins .exclusive .pricing-features li {
    margin: 0;
}

.pricing-container.pricing-style1 .has-margins .pricing-footer {
    padding-bottom: 0;
}

.pricing-container.pricing-style1 .select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.pricing-container.pricing-style1 .select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #1bbc9d;
    border-radius: 8px;
    border: 2px solid #1bbc9d;
    font-size: 1.4rem;
    text-indent: 0;
    letter-spacing: 2px;
    transition: all .6s;
    width: 70%;
}

.pricing-container.pricing-style1 .no-touch .select:hover {
    background-color: #1bbc9d;
    color: #ffffff;
}

.pricing-container.pricing-style1 .exclusive .select {
    background-color: #1bbc9d;
    color: #ffffff;
}

.pricing-container.pricing-style1 .no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}

.pricing-container.pricing-style1 .secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}

.pricing-container.pricing-style1 .no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}

.pricing-container.pricing-style1 .has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

.pricing-container.pricing-style1.pricing-modify1 .pricing-switcher .switch {
    background-color: #0da19c;
}

.pricing-container.pricing-style1.pricing-modify1 .pricing-body .features ul li:before, .pricing-container.pricing-style1.pricing-modify1 .pricing-header .price-inner .price {
    color: #0da19c;
}

.pricing-container.pricing-style1.pricing-modify1 .pricing-body .features ul li.close-icon:before {
    color: #353535;
}

.pricing-container.pricing-style1.pricing-modify1 .pricing-footer a {
    border: 2px solid #0da19c;
    color: #0da19c;
}

.pricing-container.pricing-style1.pricing-modify1 .pricing-wrapper > li:hover .pricing-footer a {
    background: #0da19c;
    color: #ffffff;
    border: 2px solid #0da19c;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-wrapper .is-visible .pricebadge {
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 2px 5px 2px 5px;
    margin: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 20px;
    background-color: #0D6EAA;
    width: 151px;
    top: 0px;
    position: absolute;
    right: 0px;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-switcher {
    position: relative;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-switcher label {
    font-weight: 400;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-header .price-inner {
    justify-content: flex-start;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-header .title {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    margin: 0 0 15px;
    text-align: left;
    color: #183760;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-footer {
    margin: 0px 5px 15px 5px;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-body {
    padding: 0px 5px 15px 5px;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-wrapper {
    margin-left: 14px;
    margin-right: 14px;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-switcher .fieldset {
    position: absolute;
    top: -90px;
    right: 18%;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-switcher .switch {
    background-color: #0D6EAA;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-body .features ul li:before, .pricing-container.pricing-style1.pricing-modify2 .pricing-header .price-inner .price {
    color: #0D6EAA;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-body .features ul li.close-icon:before {
    color: #353535;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-footer a {
    border: 1px solid #0D6EAA;
    color: #0D6EAA;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-wrapper > li:hover .pricing-footer a {
    background: #4db299;
    color: #ffffff;
    border: 1px solid #0D6EAA;
}

.pricing-container.pricing-style1.pricing-modify2 .pricing-body .features ul li {
    font-size: 18px;
    line-height: 28px;
    color: #3a3a3a;
}

.pricing-container.pricing-style1.pricing-modify2.inner-pricing1 .pricing-switcher .fieldset {
    top: -124px;
}

/* ------------------------------------
	24. Project Section CSS 首頁
---------------------------------------*/


.rs-project.project-style4 .slider .project-item {
    position: relative;
    overflow: visible;
    margin: 0 0px 0 30px;
}

.rs-project.project-style4 .slider .project-item .project-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.rs-project.project-style4 .slider .project-item .project-img a img {
    border-radius: 25px;
    width: 100%;
    transition: 1.3s all ease;
}

.rs-project.project-style4 .slider .project-item .project-content {
    position: absolute;
    padding: 30px 25px 30px 25px;
    bottom: -60px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
    background: #fff;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    transition: .6s;
    transition: all 0.5s ease-in-out;
    z-index: 10;
    left: 30px;
    right: 30px;
}

.rs-project.project-style4 .slider .project-item .project-content .category {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    margin: 0 0 10px;
}

.rs-project.project-style4 .slider .project-item .project-content .category a {
    color: #00a775;
}

.rs-project.project-style4 .slider .project-item .project-content .category a:hover {
    color: #00a775;
}

.rs-project.project-style4 .slider .project-item .project-content .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 0px;
}

.rs-project.project-style4 .slider .project-item .project-content .title a {
    color: #080d41;
}

.rs-project.project-style4 .slider .project-item .project-content .title a:hover {
    color: #00a775;
}

.rs-project.project-style4 .slider .project-item:hover .project-img a img {
    transform: scale(1.3);
}

.rs-project.project-style4 .slider .project-item:hover .project-content {
    bottom: -50px;
}

.rs-project.project-style4 .slider .slick-list {
    padding: 0 0 80px !important;
}

.rs-project.project-style4 .slider .slick-arrow {
    display: none !important;
}

.rs-project.project-style4.project-modify1 .slider .project-item .project-content .title a:hover, .rs-project.project-style4.project-modify1 .slider .project-item .project-content .category a {
    color: #0092f2;
}

.rs-project.project-style4.project-modify12 .slider .project-item .project-content .title a:hover, .rs-project.project-style4.project-modify12 .slider .project-item .project-content .category a {
    color: #00a775;
}

.rs-project.project-style4.project-modify13 .slider .project-item .project-content .title a:hover, .rs-project.project-style4.project-modify13 .slider .project-item .project-content .category a {
    color: #b65df0;
}

.rs-project.project-style4.project-modify14 .slider .project-item .project-content .title a:hover, .rs-project.project-style4.project-modify14 .slider .project-item .project-content .category a {
    color: #83a300;
}

/*關於我們*/
.rs-project.project-single .project-information .content-wrap .title-inner .title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 5px 0px;
}

.rs-project.project-single .project-information .content-wrap .title-inner .desc {
    color: #FFFFFFCC;
    margin: 0;
}

/*------------------------------------
	25. Blog Section CSS 首頁/活動消息
------------------------------------*/
.rs-blog.blog-main-home .slider {
    position: relative;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap {
    transition: all 500ms ease;
    padding: 0px 0px 0px 0px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .image-wrap {
    position: relative;
    overflow: hidden;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .image-wrap a img {
    transition: all 0.5s ease 0s;
    border-radius: 15px 15px 0px 0px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .image-wrap .pre-cat-list {
    position: absolute;
    z-index: 111;
    top: 20px;
    left: 20px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .image-wrap .pre-cat-list a {
    display: inline-block;
    padding: 3px 12px 2px;
    border-radius: 1px;
    color: #ffffff;
    background: #0da19c;
    border-radius: 50px 50px 50px 50px;
    transition: 0.4s;
    font-size: 1em;
    font-weight: 500;
    margin-top: 5px;
    margin-right: 5px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content {
    text-align: left;
    padding: 35px 35px 40px;
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.03);
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta {
    display: flex;
    margin: 4px 0px 0px;
    padding: 0 0 15px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .categories {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #3e3e3e;
    margin-right: 45px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .categories i {
    color: #0da19c;
    margin-right: 6px;
    font-weight: 900;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .categories i:before {
    top: -1px;
    position: relative;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .categories:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 12px;
    height: 7px;
    width: 1px;
    background: rgba(62, 62, 62, 0.3);
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .admin {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #3e3e3e;
    display: block;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .admin i {
    color: #0da19c;
    margin-right: 6px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .admin i:before {
    top: -1px;
    position: relative;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .admin a {
    font-size: 16px;
    font-weight: 500;
    color: #3e3e3e;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-meta .admin a:hover {
    color: #0da19c;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-title {
    font-size: 1.5em;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 27px;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-title a {
    color: #000000;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-title a:hover {
    color: #595757;
}

.rs-blog.blog-main-home .slider .blog-item .blog-inner-wrap:hover .image-wrap a img {
    filter: brightness(60%);
}

.rs-blog.blog-main-home .slider .slick-list {
    padding: 0 !important;
}

.rs-blog.blog-main-home .slider .slick-arrow {
    position: absolute;
    top: 26%;
    transform: translate(0, -50%);
    display: block;
    bottom: 0;
    width: 48px;
    height: 48px;
    border-radius: 50px 50px 50px 50px;
    line-height: 48px;
    font-size: 0;
    border: 1px solid #0da19cA6;
    z-index: 9;
    background: transparent;
    transition: 0.4s;
}

.rs-blog.blog-main-home .slider .slick-arrow.slick-next {
    right: 20px;
    top: -80px;
}

.rs-blog.blog-main-home .slider .slick-arrow.slick-next:before {
    content: "\ea6c";
    font-size: 18px;
    color: #0da19c;
    margin: 0;
    display: inline-block;
    font-family: remixicon;
    text-align: center;
}

.rs-blog.blog-main-home .slider .slick-arrow.slick-prev {
    right: 90px;
    top: -80px;
}

.rs-blog.blog-main-home .slider .slick-arrow.slick-prev:before {
    content: "\ea60";
    font-size: 18px;
    color: #0da19c;
    margin: 0;
    display: inline-block;
    font-family: remixicon;
    text-align: center;
}

.rs-blog.blog-main-home .slider:hover .slick-arrow.slick-prev:before, .rs-blog.blog-main-home .slider:hover .slick-arrow.slick-next:before {
    color: #0da19c;
}

.rs-blog.blog-main-home .slider:hover .slick-arrow:hover {
    background: #0da19c;
}

.rs-blog.blog-main-home .slider:hover .slick-arrow:hover.slick-next:before, .rs-blog.blog-main-home .slider:hover .slick-arrow:hover.slick-prev:before {
    color: #ffffff;
}

.rs-blog.blog-main-home .slider .slick-dots li button {
    background-color: #0da19c;
    width: 8px;
    height: 8px;
}

.rs-blog.blog-main-home .slider .slick-dots li:hover button, .rs-blog.blog-main-home .slider .slick-dots li.slick-active button {
    background-color: #0da19c;
    width: 20px;
    opacity: 1;
}


.rs-blog.blog-main-home.blog-modify6 .slider .blog-item .blog-inner-wrap .blog-content {
    box-shadow: 0 5px 20px rgba(34, 34, 34, 0.03);
    padding: 35px 30px 40px;
}

.rs-blog.blog-main-home.blog-modify6 .slider .slick-arrow {
    display: none !important;
}


.blog-item {
    background-color: #fff;
    padding: 20px;
}

.blog-item .blog-content .blog-meta {
    display: flex;
    padding: 20px 30px 15px 10px;
}

.blog-item .blog-content .blog-meta .categories {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #3e3e3e;
    margin-right: 45px;
}

.blog-item .blog-content .blog-meta .categories i {
    color: #3e3e3e;
    margin-right: 6px;
    font-weight: 900;
}

.blog-item .blog-content .blog-meta .categories i:before {
    top: -1px;
    position: relative;
}

.blog-item .blog-content .blog-meta .categories:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 12px;
    height: 7px;
    width: 1px;
    background: rgba(62, 62, 62, 0.3);
}

.blog-item .blog-content .blog-meta .admin {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #3e3e3e;
    display: block;
}

.blog-item .blog-content .blog-meta .admin i {
    color: #3e3e3e;
    margin-right: 6px;
}

.blog-item .blog-content .blog-meta .admin i:before {
    top: -1px;
    position: relative;
}

.blog-item .blog-content .blog-meta .admin a {
    font-size: 14px;
    font-weight: 400;
    color: #3e3e3e;
}

.blog-item .blog-content .blog-meta .admin a:hover {
    color: #f05c4e;
}

/*最新消息的BLOG*/
.blog-item .blog-content .blog-title {
    font-size: 1.5em;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item .blog-content .blog-title a {
    color: #000000;
}

.blog-item .blog-content .blog-title a:hover {
    color: #595757;
}

.blog-item .blog-content .blog-button a:hover i:before, .blog-item .blog-content .blog-button a:hover .btn-txt {
    color: #f05c4e;
}

/*關於我們+內頁*/
.rs-inner-blog .blog-item {
    background: #fff;
    border-radius: 10px;
    transition: .3s;
    padding: 0;
    box-shadow: 0 20px 20px rgba(0, 32, 74, 0.01);
    border: 1px solid rgba(238, 238, 238, 0.4509803922);
}

.rs-inner-blog .blog-item .blog-img {
    position: relative;
    border-radius: 0;
    z-index: 0;
}

.rs-inner-blog .blog-item .blog-img a {
    overflow: hidden;
    position: relative;
}

.rs-inner-blog .blog-item .blog-img a img {
    border-radius: 10px 10px 0 0;
}

.rs-inner-blog .blog-item .blog-img .blog-meta {
    position: absolute;
    bottom: -17px;
    top: auto;
    left: 40px;
    right: 30px;
    z-index: 99;
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 3px 19px 5px 16px;
    position: relative;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    background: #4db299;
    border-radius: 5px;
    flex-wrap: wrap;
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 24px;
    position: relative;
    margin-left: 26px;
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate li a {
    color: #fff;
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate li i:before {
    font-size: 16px;
    margin-right: 5px;
    top: 0px;
    color: #fff;
    position: relative;
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate li:before {
    content: "";
    position: absolute;
    left: -17px;
    top: 11px;
    height: 8px;
    width: 1px;
    background: #fff;
    transform: rotate(22deg);
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate li:last-child {
    margin-right: 0;
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate li:first-child {
    margin-left: 0;
}

.rs-inner-blog .blog-item .blog-img .blog-meta .btm-cate li:first-child:before {
    display: none;
}

.rs-inner-blog .blog-item .blog-content {
    padding: 40px 40px 46px;
    overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
    overflow: hidden;
    list-style: none;
    padding: 0 0 12px;
    position: relative;
    display: flex;
    align-items: center;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
    margin-right: 20px;
    background-color: #f2f0ff;
    color: #0da19c;
    padding: 12px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li i {
    color: #0da19c;
    position: relative;
    margin-right: 4px;
    top: 2px;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li a {
    color: #0da19c;
}

.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
    margin-right: 0;
}

/*活動影音的影片標題*/
.rs-inner-blog .blog-item .blog-content .blog-title {
    margin: 4px 0 15px;
    font-size: 2em;
    line-height: 50px;
    font-weight: 700;
}

.rs-inner-blog .blog-item .blog-content .blog-title a {
    color: #080d41;
}

.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
    color: #0da19c;
}

/*影音出版-video*/
.rs-inner-blog .blog-item .blog-content .blog-desc {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #656567;
    margin-bottom: 25px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.rs-inner-blog .blog-item .blog-content  p a{color: #656567;}

.rs-inner-blog .widget-area .widget-title .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #0D6EAA;
    margin-bottom: 0px;
    position: relative;
}

.rs-inner-blog .widget-area .widget-title .title:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 2px;
    width: 24px;
    height: 24px;
    background: #4db299;
    border-radius: 50%;
    opacity: .2;
    display: block;
}

.rs-inner-blog .widget-area .search-widget {
    background: #f6f9fe;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap {
    position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
    color: #444444;
    border: none;
    color: #444;
    padding: 16px 20px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button {
    background: transparent;
    border: medium none;
    color: #3e3e3e;
    padding: 11px 15px 12px;
    position: absolute;
    display: block;
    right: 0px;
    top: 0;
    z-index: 10;
    font-size: 20px;
    border-radius: 0 5px 5px;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
    font-size: 18px;
    font-weight: 600;
    font-family: 'remixicon' !important;
    top: -2px;
    position: relative;
}

.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
    color: #0da19c;
}

.rs-inner-blog .widget-area .recent-posts {
    background: #f6f9fe;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 0.5px solid rgba(53, 53, 53, 0.11);
    overflow: hidden;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
    float: left;
    padding-right: 15px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
    border-radius: 5px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
    overflow: hidden;
    margin-top: 9px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
    display: block;
    color: #0D6EAA;
    transition: all .3s ease 0s;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
    color: #0da19c;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
    display: block;
    font-size: 14px;
    color: #656567;
    margin-bottom: 0px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
    margin-right: 6px;
}

.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
    top: 0px;
    font-size: 16px;
    color: #0da19c;
    position: relative;
}

.post-desc .title {
    color: #3e3a39;
}

.rs-inner-blog .widget-area .categories {
    background: #f6f9fe;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
}

.rs-inner-blog .widget-area .categories ul li {
    position: relative;
    background: #fff;
    border: none;
    padding: 10px 20px;
    margin-top: 12px;
    border-radius: 5px;
    font-size: 16px;
    color: #0D6EAA;
}

.rs-inner-blog .widget-area .categories ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #0a0a0a;
}

.rs-inner-blog .widget-area .categories ul li:last-child {
    margin-bottom: 0;
}

.rs-inner-blog .widget-area .categories ul li:hover a {
    opacity: 0.9;
}

.rs-inner-blog .widget-area .categories ul li:before {
    content: "\ea6c" !important;
    font-family: remixicon!important;
    position: absolute;
    right: 16px;
    top: 14px;
    font-size: 18px;
    color: #0D6EAA;
    text-align: center;
    display: block;
    line-height: 1;
}

.rs-inner-blog .widget-area .tags-cloud {
    background: #f6f9fe;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
}

.rs-inner-blog .widget-area .tags-cloud .tagcloud a {
    display: inline-block;
    margin: 0 4px 8px 0;
    line-height: 20px;
    padding: 8px 15px;
    font-size: 16px!important;
    text-transform: capitalize;
    transition: all .3s ease;
    background: #4db299;
    color: #fff;
    font-weight: 500;
    border: none;
    position: relative;
    border-radius: 5px;
}

.rs-inner-blog .widget-area .tags-cloud .tagcloud a:hover {
    color: #fff;
    opacity: .9;
}

.rs-inner-blog .widget-area .let-talk-part {
    background-image: url(../image/sidebar-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 40px 124px 40px;
}

.rs-inner-blog .widget-area .let-talk-part .content-wrap .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0px 0px 5px 0px;
}

.rs-inner-blog .widget-area .let-talk-part .content-wrap .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #FFFFFF;
    margin: 0px 0px 2px 0px;
}

.rs-inner-blog .blog-details .bs-img {
    position: relative;
}

.rs-inner-blog .blog-details .bs-img .blog-meta {
    position: absolute;
    bottom: -20px;
    left: 8%;
}

.rs-inner-blog .blog-details .bs-img .blog-meta .btm-cate {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.rs-inner-blog .blog-details .bs-img .blog-meta .btm-cate li {
    margin-right: 15px;
    background-color: #f2f0ff;
    color: #0da19c;
    padding: 12px 20px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.rs-inner-blog .blog-details .bs-img .blog-meta .btm-cate li i {
    color: #0da19c;
    position: relative;
    margin-right: 4px;
    top: 2px;
}

.rs-inner-blog .blog-details .bs-img .blog-meta .btm-cate li a {
    color: #0da19c;
}

.rs-inner-blog .blog-details .bs-img .blog-meta .btm-cate li:last-child {
    margin-right: 0;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full {
    padding: 0px 0px 20px 40px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #080d41;
    margin: 0;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title.title2 {
    font-size: 20px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .title.title3 {
    font-size: 24px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full p {
    margin: 0;
    font-size: 1.2em;
    padding: 20px 0;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info {
    margin-top: 25px;
    clear: both;
    margin-bottom: 40px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a {
    font-size: 1em;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
    border: 0.5px solid rgba(53, 53, 53, 0.11);
    color: #3a3a3a;
    padding: 2px 15px 4px;
    margin-left: 7px;
    border-radius: 10px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 4px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .bs-info a:hover {
    background: #0da19c;
    border: 0.5px solid #0da19c;
    color: #ffffff;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 35px 30px 35px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .images-wrap {
    position: relative;
    max-width: 37.5%;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap {
    padding: 0px 0px 0px 30px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap span {
    font-size: 1.1em;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap ul li a {
    font-size: 1em;
    font-weight: 700;
    line-height: 30px;
    color: #353535;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap ul li a:hover {
    
    color: #0da19c;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap .description {
    margin-bottom: 15px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap .social-icons li {
    display: inline-block;s
    margin-right: 6px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap .social-icons li a i {
    color: #353535;
    display: block;
    border-radius: 100%;
    border: 0.5px solid rgba(53, 53, 53, 0.11);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.4s;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .contact-widget .contact-wrap .content-wrap .social-icons li a i:hover {
    background-color: #0da19c;
    color: #ffffff;
    border: 0.5px solid #0da19c;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note {
    padding: 35px 30px 35px;
    background: #F7F7F7;
    border-radius: 20px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note .form-desc i {
    margin-right: 7px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note .from-control {
    width: 100%;
    padding: 12px 20px;
    background: transparent;
    border: 0.5px solid rgba(53, 53, 53, 0.11);
    border-radius: 5px;
    max-width: 100%;
    opacity: 1;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note textarea {
    height: 125px;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #3a3a3a;
    opacity: 0.79;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note ::-moz-placeholder {
    /* Firefox 19+ */
    color: #3a3a3a;
    opacity: 0.79;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-ms-input-placeholder {
    /* IE 10+ */
    color: #3a3a3a;
    opacity: 0.79;
}

.rs-inner-blog .blog-details .blog-full .blog-content-full .comment-note :-moz-placeholder {
    /* Firefox 18- */
    color: #3a3a3a;
    opacity: 0.79;
}

/* ------------------------------------
	26. Tab Section CSS 工作團隊
---------------------------------------*/
.rs-tab-main.tab-style1 .tab-main-wrap {
    background-color: #FFFFFF00;
}

.rs-tab-main.tab-style1 tab-style2 .nav-tabs {
    border-bottom: 1px solid transparent;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-menu-wrapper .nav {
    display: flex;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-menu-wrapper .nav .nav-link {
    position: relative;
    transition: all .3s ease 0s;
    font-size: 18px!important;
    font-weight: 600;
    line-height: 30px;
    padding: 10px 42px 10px 43px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #0D6EAA;
    border-radius: 5px 5px 0px 0px !important;
    color: #393A3B;
    background-color: #FFFFFF82;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-menu-wrapper .nav .nav-link i {
    font-size: 20px;
    margin-right: 10px;
    font-weight: 900;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-menu-wrapper .nav .nav-link.active {
    color: #FFFFFF;
    background-color: #0D6EAA;
    border-color: #0D6EAA;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-menu-wrapper .nav .nav-link:hover:not(.active) {
    color: #0D6EAA;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-content {
    background-color: #FFFFFF82;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    border-style: none;
    padding: 30px 30px 40px 30px;
    border-radius: 0px 0px 10px 10px !important;
    overflow: hidden !important;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-content .tab-pane .content-teb-area .content-left-area p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #656567;
    margin-bottom: 30px;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-content .tab-pane .content-teb-area .content-left-area .check-arrow li {
    position: relative;
    list-style: none;
    padding: 3px 0 5px 48px;
    margin: 4px 0;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-content .tab-pane .content-teb-area .content-left-area .check-arrow li:before {
    content: "\eb7b";
    font-family: remixicon!important;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    font-size: 18px;
    color: #0D6EAA;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(26, 115, 233, 0.1411764706);
    line-height: 30px;
    text-align: center;
    display: block;
    border-radius: 50%;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-content .tab-content > .tab-pane {
    display: none;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-content .fade:not(.show) {
    opacity: 0;
}

.rs-tab-main.tab-style1 .tab-main-wrap .tab-content .tab-pane.active {
    -webkit-animation: slide-down 5s ease-out;
    animation: slide-down 5s ease-out;
}

/*----------------------------------------
	28. Shop Section CSS 關於我們
----------------------------------------*/
.rs-shop-part .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #080d41;
    margin: 0;
}

.rs-shop-part .woocommerce-result-count {
    font-size: 16px;
    line-height: 26px;
    color: #3e3e3e;
    font-weight: 400;
    margin: 0;
}

.rs-shop-part .from-control {
    float: right;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: 400;
    vertical-align: top;
    padding: 10px;
    border: none;
    border-radius: 0px;
    border-right: 10px solid #fff;
    background: none;
    box-shadow: 0 0 1px #999;
}

.rs-shop-part .product-list {
    text-align: center;
}

.rs-shop-part .product-list .image-product {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px;
}

.rs-shop-part .product-list .image-product img {
    margin-bottom: 0 !important;
    position: relative;
    width: 100% !important;
}

.rs-shop-part .product-list .image-product .overley {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    background: transparent;
    bottom: -50px;
    transform: scaleY(0);
    transform-origin: 0 1 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    padding: 0;
}

.rs-shop-part .product-list .image-product .overley .product-info a {
    text-transform: capitalize;
    text-decoration: none;
    border-radius: 0px;
    line-height: 33px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    padding: 5px 20px;
    color: #ffffff;
    background: #080d41;
    display: block;
}

.rs-shop-part .product-list .image-product .overley .product-info a:hover {
    background-color: #0da19c !important;
}

.rs-shop-part .product-list .image-product .onsale {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    font-weight: 700;
    line-height: 40px;
    background: #0da19c;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 13px;
}

.rs-shop-part .product-list .content-desc .loop-product-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    float: left;
}

.rs-shop-part .product-list .content-desc .loop-product-title a {
    color: #080d41;
}

.rs-shop-part .product-list .content-desc .loop-product-title a:hover {
    color: #0da19c;
}

.rs-shop-part .product-list .content-desc .price {
    font-size: 16px;
    line-height: 25px;
    color: #5d5d5d;
    font-weight: 600;
    margin: 0;
    float: right;
}

.rs-shop-part .product-list:hover .image-product .overley {
    opacity: 1;
    transform: scaleY(1);
    bottom: 0;
}

.rs-shop-part .product-list:hover .image-product .overley .product-info a {
    background: #080d41;
}

.rs-shop-part .widget-sidebar .widget-title {
    position: relative;
    color: #0D6EAA;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700!important;
    z-index: 1;
    padding-bottom: 0;
}

.rs-shop-part .widget-sidebar .widget-title:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 2px;
    width: 24px;
    height: 24px;
    background: #4db299;
    border-radius: 50%;
    opacity: .2;
    display: block;
}

.rs-shop-part .widget-sidebar .product-category {
    background: #f6f9fe;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
}

.rs-shop-part .widget-sidebar .product-category ul li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.rs-shop-part .widget-sidebar .product-category ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #656567;
}

.rs-shop-part .widget-sidebar .product-category ul li:first-child {
    border-top: unset;
}

.rs-shop-part .widget-sidebar .filter-price {
    background: #f6f9fe;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
}

.rs-shop-part .widget-sidebar .filter-price .rs-tooltip {
    position: relative;
    height: 13px;
    border: 1px solid #0D6EAA;
    border-radius: 40px;
    background: #4db299;
    margin-top: 40px;
    margin-bottom: 40px;
}

.rs-shop-part .widget-sidebar .filter-price .rs-tooltip:after {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #0D6EAA;
    left: -3px;
    position: absolute;
    top: -5px;
}

.rs-shop-part .widget-sidebar .filter-price .rs-tooltip:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: #0D6EAA;
    right: -3px;
    position: absolute;
    top: -5px;
}

.rs-shop-part .widget-sidebar .filter-price ul {
    display: flex;
    justify-content: space-between;
}

.rs-shop-part .widget-sidebar .filter-price ul li .price-label {
    top: 8px;
    position: relative;
    font-weight: 600;
}

.rs-shop-part .widget-sidebar .product-tags {
    background: #f6f9fe;
    padding: 40px 30px;
    box-shadow: 0 20px 20px rgba(0, 0, 1, 0.01);
    border-radius: 10px;
}

.rs-shop-part .widget-sidebar .product-tags .tagcloud a {
    display: inline-block;
    margin: 0 15px 8px 0;
    line-height: 20px;
    padding: 20px 30px;
    font-size: 1.2em!important;
    text-transform: capitalize;
    transition: all .3s ease;
    color: #fff;
    background: #4db299;
    font-weight: 500;
    border: none;
    position: relative;
    border-radius: 5px;
}

.rs-shop-part .widget-sidebar .product-tags .tagcloud a:hover {
    color: #fff;
    opacity: .8;
}

/*------------------------------------
	33. Footer Section CSS
------------------------------------*/
/*footer */
.rs-footer.footer-style2 {
    background-image: url(../image/footer-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-footer.footer-style2 .footer-top {
    padding: 90px 0 90px;
}

.rs-footer.footer-style2 .footer-top .footer-logo {
    margin-bottom: 30px;
}

.rs-footer.footer-style2 .footer-top .footer-logo a img {
    height: 60px;
}

.rs-footer.footer-style2 .footer-top .contact-box .address-box .address-text .text a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 500;
    color: #3e3e3e;
    margin: 0 0 30px;
}

.rs-footer.footer-style2 .footer-top .widget-wrap {
    padding: 40px 60px 40px 60px;
    position: relative;
    z-index: 1;
}

.rs-footer.footer-style2 .footer-top .widget-wrap .background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    border-radius: 30px 30px 30px 30px;
    z-index: -1;
}

.rs-footer.footer-style2 .footer-top .widget-wrap .footer-title {
    font-size: 1.5em;
    line-height: 30px;
    font-weight: 600;
    color: #000000;
}

.rs-footer.footer-style2 .footer-top .widget-wrap .site-map li a {
    font-size: 1.2em;
    line-height: 30px;
    font-weight: 600;
    color: #595757;
}

.rs-footer.footer-style2 .footer-top .widget-wrap .site-map li a:hover {
    color: #0da19c;
}

/*footer */
.rs-footer.footer-style2 .footer-bottom {
    padding: 25px 0 23px;
    background-color: #ffffff;
}

.rs-footer.footer-style2 .footer-bottom .bottom-border .copyright p {
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3b;
    margin: 0;
}

.rs-footer.footer-style2 .footer-bottom .bottom-border .copyright p a {
    transition: all 0.4s;
    color: #3a3a3b;
}

.rs-footer.footer-style2 .footer-bottom .bottom-border .copyright p a:hover {
    color: #0da19c;
}

.rs-footer.footer-style2 .footer-bottom .bottom-border .copy-right-menu li {
    display: inline-block;
    position: relative;
    padding: 0px 19px 0 25px;
}

.rs-footer.footer-style2 .footer-bottom .bottom-border .copy-right-menu li a {
    font-size: 16px;
    font-weight: bold;
    color: #3a3a3b;
}

.rs-footer.footer-style2 .footer-bottom .bottom-border .copy-right-menu li a:hover {
    color: #0da19c;
}

/* -----------------------
	34. Scroll Up CSS go to top
--------------------------*/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 999;
    border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
    height: 40px;
    font-size: 24px;
    width: 42px;
    border-radius: 5px;
    color: #ffffff;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    background: #2B59FF;
    margin-left: 2px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.02);
    display: block;
}

#scrollUp i:before {
    font-weight: 900;
}

#scrollUp.primary-color i {
    background: #0da19c;
    color: #ffffff;
}

#scrollUp.primary-color i:hover {
    background: #4db299;
    color: #fff;
}

.title13 span.yellow-color {
    color: gold!important;
}


/*----------------------------------------------
	36. Preloader CSS
----------------------------------------------*/
#pre-load {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

.loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #ebebec;
    border-radius: 50%;
}

.loader .loader-container:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-top: 3px solid #0da19c;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}



/* ------------------------------------
	37. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.move-y {
    animation: move-y 2s alternate infinite;
    -webkit-animation: move-y 2s alternate infinite;
}

@keyframes move-y {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 2s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 2s;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2;
    animation-duration: 2.5s;
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 2s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2;
    animation-duration: 2.5s;
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.scale {
    animation-duration: 2s;
    -webkit-animation: scale 2s alternate infinite;
}

.scale.new {
    animation-duration: 2.5s;
}

@-webkit-keyframes scale {
    0% {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    100% {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
    }
}

.scale2 {
    animation: scale2 2s alternate infinite;
    -webkit-animation: scale2 2s alternate infinite;
}

@-webkit-keyframes scale2 {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(1.07);
        -webkit-transform: scale(1.07);
    }
}

.horizontal {
    animation: horizontal 2s alternate infinite;
    -webkit-animation: horizontal 2s alternate infinite;
}

@keyframes horizontal {
    0% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    0% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
}

.horizontal2 {
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-name: horizontal2;
}

@keyframes horizontal2 {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }
}

.horizontal3 {
    animation-duration: 2s;
    animation: horizontal3 2s alternate infinite;
    -webkit-animation: horizontal3 2s alternate infinite;
}

@keyframes horizontal3 {
    0% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    0% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
}

.horizontal4 {
    animation-duration: 3s;
    animation: horizontal4 3s alternate infinite;
    -webkit-animation: horizontal4 3s alternate infinite;
}

@keyframes horizontal4 {
    0% {
        transform: translateX(-20px);
        -webkit-transform: translateX(-20px);
    }

    0% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
}

.rotated-style {
    animation: rotated-style 5s linear infinite;
}

@keyframes rotated-style {
    0% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-10px, 10px) rotate(10deg);
        transform: translate(-10px, 10px) rotate(10deg);
    }

    50% {
        -webkit-transform: translate(5px, -5px) rotate(25deg);
        transform: translate(5px, -5px) rotate(25deg);
    }

    75% {
        -webkit-transform: translate(15px, -5px) rotate(15deg);
        transform: translate(15px, -5px) rotate(15deg);
    }

    100% {
        -webkit-transform: translate(0) rotate(0deg);
        transform: translate(0) rotate(0deg);
    }
}

.spine {
    animation: spine 8s infinite linear;
    -webkit-animation: spine 8s infinite linear;
    animation-duration: spine 8s;
}

@keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spine {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.spiner {
    animation: spiner 30s infinite linear;
    -webkit-animation: spiner 30s infinite linear;
    animation-duration: spiner 30s;
}

@keyframes spiner {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spiner {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

.veritcal {
    animation-name: veritcal;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

@keyframes veritcal {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.veritcal2 {
    animation-name: veritcal2 3s alternate infinite;
    -webkit-animation: veritcal2 3s alternate infinite;
}

@keyframes veritcal2 {
    0% {
        transform: translate3d(0, -10px, 0);
        -webkit-transform: translate3d(0, -10px, 0);
    }

    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}

@-webkit-keyframes veritcal2 {
    0% {
        transform: translate3d(0, -10px, 0);
        -webkit-transform: translate3d(0, -10px, 0);
    }

    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}

.veritcal3 {
    animation-name: veritcal3 4s alternate infinite;
    -webkit-animation: veritcal3 4s alternate infinite;
}

@keyframes veritcal3 {
    0% {
        transform: translate3d(0, -10px, 0);
        -webkit-transform: translate3d(0, -10px, 0);
    }

    100% {
        transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
}

.veritcal4 {
    animation-name: veritcal4;
    animation-timing-function: linear;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}

@keyframes veritcal4 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

.left-right2 {
    animation-name: left-right2;
    -webkit-animation-name: left-right2;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    animation-direction: linear;
    -webkit-animation-direction: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes left-right2 {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    25% {
        transform: translate3d(5px, 0, 0) rotate(4deg);
        -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotate(-2deg);
        -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
    }

    75% {
        transform: translate3d(5px, 0, 0) rotate(4deg);
        -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.left-right {
    animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
    -webkit-animation: left-right 5s cubic-bezier(0.41, 0.04, 0.03, 1.1) infinite;
}

@keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }

    50% {
        transform: translateY(-50px);
        -webkit-transform: translatex(-50px);
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }
}

@-webkit-keyframes left-right {
    0% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }

    50% {
        transform: translatex(-50px);
        -webkit-transform: translatex(-50px);
    }

    100% {
        transform: translatex(0);
        -webkit-transform: translatex(0);
    }
}

.move-reverse {
    -webkit-animation-duration: 4s;
    animation-name: move-reverse;
    -webkit-animation-name: move-reverse;
    -webkit-animation-iteration-count: infinite;
}

@keyframes move-reverse {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }

    25% {
        transform: translate3d(5px, 0, 0) rotate(4deg);
        -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
    }

    50% {
        transform: translate3d(0, 0, 0) rotate(-2deg);
        -webkit-transform: translate3d(0, 0, 0) rotate(-2deg);
    }

    75% {
        transform: translate3d(5px, 0, 0) rotate(4deg);
        -webkit-transform: translate3d(5px, 0, 0) rotate(4deg);
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

.rs-services.services-main-home .services-item:hover .dance_hover {
    animation-name: dance_hover;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

@keyframes dance_hover {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}



/********** Price Table 手機板的語系和搜尋*************/

.pricing-list {
    margin: 2em 0 0;
    list-style: none;
}

.pricing-list > li {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .pricing-list:after {
        content: "";
        display: table;
        clear: both;
    }

    .pricing-list > li {
        width: 33.333%;
        float: left;
    }

    .has-margins .pricing-list > li {
        width: 32.3333333333%;
        float: left;
        margin-right: 1.5%;
    }

    .has-margins .pricing-list > li:last-of-type {
        margin-right: 0;
    }
}

.pricing-wrapper {
    position: relative;
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
}

.touch .pricing-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    perspective: 2000px;
}

.pricing-wrapper.is-switched .is-visible {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-animation: rotate 0.5s;
    -moz-animation: rotate 0.5s;
    animation: rotate 0.5s;
}

.pricing-wrapper.is-switched .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse 0.5s;
    -moz-animation: rotate-inverse 0.5s;
    animation: rotate-inverse 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1;
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: rotate-back 0.5s;
    -moz-animation: rotate-back 0.5s;
    animation: rotate-back 0.5s;
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-animation: rotate-inverse-back 0.5s;
    -moz-animation: rotate-inverse-back 0.5s;
    animation: rotate-inverse-back 0.5s;
    opacity: 0;
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1;
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5;
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pricing-wrapper .is-selected {
    z-index: 3 !important;
}

@media only screen and (min-width: 1050px) {
    .pricing-wrapper > li::before {
        content: '';
        position: absolute;
        z-index: 6;
        left: -1px;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
    }

    .pricing-wrapper > li::after {
        display: none;
    }

    .has-margins .pricing-wrapper > li, .has-margins .exclusive .pricing-wrapper > li {
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    }

    :nth-of-type(1) > .pricing-wrapper > li::before {
        display: none;
    }

    .has-margins .pricing-wrapper > li {
        border-radius: 4px 4px 6px 6px;
    }

    .has-margins .pricing-wrapper > li::before {
        display: none;
    }
}

@media only screen and (min-width: 1500px) {
    .full-width .pricing-wrapper > li {
        padding: 2.5em 0;
    }
}

.no-js .pricing-wrapper .is-hidden {
    position: relative;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    margin-top: 1em;
}

@media only screen and (min-width: 1050px) {
    .exclusive .pricing-wrapper > li::before {
        display: none;
    }

    .exclusive + li .pricing-wrapper > li::before {
        display: none;
    }
}

.pricing-body {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.is-switched .pricing-body {
    overflow: hidden;
}

.pricing-body {
    overflow-x: visible;
    padding-bottom: 20px;
}

.pricing-features {
    width: 600px;
}

.pricing-features li {
    width: 100px;
    float: left;
    padding: 1.6em 1em;
    font-size: 1.5rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.has-margins .exclusive .pricing-features li {
    margin: 0;
}

.has-margins .pricing-footer {
    padding-bottom: 0;
}

.select {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #1bbc9d;
    border-radius: 8px;
    border: 2px solid #1bbc9d;
    font-size: 1.4rem;
    text-indent: 0;
    letter-spacing: 2px;
    transition: all .6s;
    width: 70%;
}

.no-touch .select:hover {
    background-color: #1bbc9d;
    color: #ffffff;
}

.exclusive .select {
    background-color: #1bbc9d;
    color: #ffffff;
}

.no-touch .exclusive .select:hover {
    background-color: #24e0ba;
}

.secondary-theme .exclusive .select {
    background-color: #1bbc9d;
}

.no-touch .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}

.has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(200deg);
        -moz-transform: perspective(2000px) rotateY(200deg);
        -ms-transform: perspective(2000px) rotateY(200deg);
        -o-transform: perspective(2000px) rotateY(200deg);
        transform: perspective(2000px) rotateY(200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }
}

@-webkit-keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse {
    0% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse {
    0% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(20deg);
        -moz-transform: perspective(2000px) rotateY(20deg);
        -ms-transform: perspective(2000px) rotateY(20deg);
        -o-transform: perspective(2000px) rotateY(20deg);
        transform: perspective(2000px) rotateY(20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

@-webkit-keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
    }
}

@-moz-keyframes rotate-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(0);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(-180deg);
    }
}

@keyframes rotate-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-200deg);
        -moz-transform: perspective(2000px) rotateY(-200deg);
        -ms-transform: perspective(2000px) rotateY(-200deg);
        -o-transform: perspective(2000px) rotateY(-200deg);
        transform: perspective(2000px) rotateY(-200deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(-180deg);
        -moz-transform: perspective(2000px) rotateY(-180deg);
        -ms-transform: perspective(2000px) rotateY(-180deg);
        -o-transform: perspective(2000px) rotateY(-180deg);
        transform: perspective(2000px) rotateY(-180deg);
    }
}

@-webkit-keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
    }
}

@-moz-keyframes rotate-inverse-back {
    0% {
        -moz-transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -moz-transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -moz-transform: perspective(2000px) rotateY(0);
    }
}

@keyframes rotate-inverse-back {
    0% {
        -webkit-transform: perspective(2000px) rotateY(180deg);
        -moz-transform: perspective(2000px) rotateY(180deg);
        -ms-transform: perspective(2000px) rotateY(180deg);
        -o-transform: perspective(2000px) rotateY(180deg);
        transform: perspective(2000px) rotateY(180deg);
    }

    70% {
        -webkit-transform: perspective(2000px) rotateY(-20deg);
        -moz-transform: perspective(2000px) rotateY(-20deg);
        -ms-transform: perspective(2000px) rotateY(-20deg);
        -o-transform: perspective(2000px) rotateY(-20deg);
        transform: perspective(2000px) rotateY(-20deg);
    }

    100% {
        -webkit-transform: perspective(2000px) rotateY(0);
        -moz-transform: perspective(2000px) rotateY(0);
        -ms-transform: perspective(2000px) rotateY(0);
        -o-transform: perspective(2000px) rotateY(0);
        transform: perspective(2000px) rotateY(0);
    }
}

/*董事會名字*/
.no-gutters nav.about-name ul {
    list-style: none;
    display: block;
}

.no-gutters nav.about-name ul li {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
}

.about-img img {
    max-width: 600px;
    width: 100%;
    height: auto;
}

.rs-services-details .blog-item .blog-inner-wrap .image-wrap {
    position: relative;
    overflow: hidden;
}

.rs-services-details .blog-item .blog-inner-wrap .image-wrap a img {
    transition: all 0.5s ease 0s;
    border-radius: 0px 0px 10px 10px;
    filter: grayscale(0) !important;
}

.rs-services-details .blog-item .blog-inner-wrap .image-wrap .pre-cat-list {
    position: absolute;
    left: 0px;
    top: 0px;
}

.rs-services-details .blog-item .blog-inner-wrap .image-wrap .pre-cat-list i:before {
    position: relative;
    top: -1px;
    right: 5px;
}

/*部落格圖片左上*/
.rs-services-details .blog-item .blog-inner-wrap .image-wrap .pre-cat-list a {
    display: inline-block;
    background: #0da19c;
    color: #ffffff;
    text-transform: capitalize;
    padding: 8px 20px 8px 20px;
    margin: 0px 8px 0px 0px;
    border-radius: 0px 0px 6px 0px;
    transition: 0.4s;
    font-size: 1em;
    font-weight: 500;
}

.blog-main-home .slider .blog-item .blog-inner-wrap .blog-content .blog-title, .rs-services-details .blog-item .blog-inner-wrap .blog-content .blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* Team area start */
 .team-part {
     overflow: inherit;
     padding-bottom: 40px;
     box-shadow: none;
     border-radius: 5px;
     transition: 0.5s;
}
 .witr_team_section img {
     width: 100%;
     border-radius: 50px 50px 0px 0px;
}
 .witr_team_section {
     position: relative;
     text-align: center;
}

 .post_team_p11 {
     position: absolute;
     bottom: -45px;
     left: 15px;
     right: 15px;
     border-radius: 5px;
     box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
     padding: 15px 0;
     background: #fff;
}
 .witr_team_content h5 {
     margin: 0;
}
 .witr_team_content h5 a{
     color: #000000;
}
 .witr_team_content h5 a:hover{
     color: #595757;
}
 .witr_team_content span {
     font-size: 18px;
     color: #026881;
}


 .team_inner {
     margin-bottom: 30px;
}
 .team_main {
     padding: 120px 0;
}
/* Team area end */

/*載入更多*/
.load-more__btn {
	 padding-top: 10px;
	 display: inline-block;
     color: #3e3a39;
     font-weight: bold;
    
}
.load-more__btn:hover {
     color: #595757
    
}

/*我要報名+詢問*/
.rs-cta.cta-style4 .cta-widget-wrap {
    margin-bottom: -160px;
    padding: 100px 20px 100px;
    position: relative;
    z-index: 111;
    background-image: url(../image/inr-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 10px 10px;
}

.rs-cta.cta-style4 .cta-widget-wrap .cta-btn-wrap {
    display: flex;
    justify-content: center;
}

.rs-cta.cta-style4 .cta-widget-wrap .cta-btn-wrap li {
    display: inline-block;
    margin-right: 20px;
}

.rs-cta.cta-style4 .cta-widget-wrap .cta-btn-wrap li:last-child {
    margin-right: 0;
}

/*詢問表單*/
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 90%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
            transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body-form {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;   
  display: flex;
  flex-direction: column;
  width: 88%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 1.2rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.15; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0px solid #dee2e6;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem; }
  .modal-header .close {
    padding: 1.5rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body-form {
  position: relative;
  flex: 1 1 auto;
  padding: 1.2rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1.2rem;
  border-top: 0px solid #dee2e6;
  border-bottom-right-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 480px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 255px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 850px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 90%; } }

.modal .modal-content {
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2); }
