/*---------------------------------------
[Master Stylesheet]

Project: Business World
Version: 1.0
Last change: 26/11/19 [fixed bug]
Assigned to: Srgit
Primary use: Business World 
---------------------------------------

[Table of contents]

1. Body / body
2. Navbar / .navbar
3. Header / .header
4. About Us / #about-us 
5. Our Service / .single_service_title
6. Latest Portfolio / .portfolio2
7. Testimonials/ #testimonials-section
8. Our Team / #our-team
9. Pricing Plan / #pricing-section
10. subscribe-section/ .subscribe-section
11. footer/ .main-footer
12. about us page/ .about-section
13. Our History/ .timelines
14. Our Awards/ .our-awards
15. Mission Goals/ .services-section
16. our team / .our-team
17. events / .event-page
18. section-portfolio / .section-portfolio
19. blog / .blog-bg
20. Get In Touch / .contact
21. style-css-map / .style.css.map
---------------------------------------

# [Color codes]

Body-Font:  	#121212 {dark}
Background:		#ffffff (white)
Content:		#121212 (light black)

a (standard):	#121212 (black)
a (visited):	#c4d700 (dark blue)
a (active):	 	#c4d700 (dark blue)
---------------------------------------

[Font Properties]

Body font:       font-family: 'Lato', sans-serif;
Headings:         font-family: 'DM Serif Display', serif
Input, textarea: 'sans-serif';
---------------------------------------*/

/*----------------------------bootstrap----------------------------------*/
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----------------------------fontawesome--------------------------------*/
@import url('../vendor/fontawesome-free/css/all.min.css');
/*----------------------------Material Design icon-----------------------*/
@import url('../vendor/icons/material-design-iconic-font/css/materialdesignicons.min.css');
/*----------------------------counter------------------------------------*/
@import url('../vendor/counter/counter.css');
/*----------------------------revslider----------------------------------*/
@import url('../vendor/revslider/css/settings.css');
@import url('../vendor/revolution/css/style.css');
/*----------------------------btn----------------------------------------*/ 
@import url('../css/btn.css');
/*----------------------------team---------------------------------------*/
@import url('../css/team.css');
/*----------------------------slick--------------------------------------*/
@import url('../vendor/slick/slick.css');
@import url('../vendor/slick/slick-theme.css');
/*----------------------------owlcarousel--------------------------------*/
@import url('../vendor/owlcarousel/owl.carousel.min.css');
@import url('../vendor/owlcarousel/owl.theme.default.min.css');
/*----------------------------timelines-----------------------------------*/
@import url('../css/timelines.css');
/*----------------------------pagination----------------------------------*/
@import url('../css/pagination.css');
/*----------------------------gallery-------------------------------------*/
@import url('../vendor/gallery/style1.css');
@import url('../vendor/gallery/gallery.css');
@import url('../vendor/gallery/home.css');
@import url('../vendor/svg-shape/style.css');
@import url('../vendor/morrisjs/morris.css');
/*----------------------------wow----------------------------------*/
@import url('../css/animate.css');
/*----------------------------wow----------------------------------*/
@import url('../css/home2.css');

/*
google fonts
---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Display:400,400i|Lato:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300i,400,400i,700,700i,900&display=swap');
/*
google fonts
---------------------------------------*/


/*font defaults
---------------------------------------*/
.font-dm-serif {
font-family: 'Merriweather', serif;
font-weight:400!important;
}
.font-lato {
font-family: 'Lato', sans-serif;
}
/*font defaults
---------------------------------------*/

/*
Heading font style
---------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Merriweather','微軟正黑體', serif;
color:#121212;
}
/*End Heading font style
---------------------------------------*/

/*
1. Body
---------------------------------------*/
::selection {
	background-color: #c4d700;
    color: #485157;
}

body {
font-family: 'Lato','微軟正黑體', sans-serif;
overflow-x: hidden;
line-height:1.6;
font-size:16px;
color:#121212;
letter-spacing: 1.5px;
}
p {
font-family: 'Lato','微軟正黑體', sans-serif;
    color: #485157;
}
a, a:hover {
text-decoration:none
}
/* end-1. Body
---------------------------------------*/
/* Preloader
---------------------------------------*/
#preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background:#c4d700;
z-index:999999
}
/*
2. navbar
---------------------------------------*/
.navbar-nav { margin-bottom:0 ; width: 100%;}
.logo-n { display:none!important}

 
#mainNav .navbar-toggler {
font-size: 80%;
padding: .75rem;
color: #64a19d;
border: 1px solid #64a19d;
border-radius:0!important;
}
#mainNav .navbar-toggler i {
font-size:15px;
color:#c4d700
}
#mainNav .navbar-toggler:focus {
outline: 0;
}
#mainNav .navbar-brand {
color: #161616;
font-weight: 700;
padding: .9rem 0;
}
#mainNav .navbar-nav .nav-item:hover {
color: fade(white, 80%);
outline: 0;
background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
outline: 0;
background-color: transparent;
}


.navbar-nav .active { color:#c4d700!important}
.theme-color { color:#c4d700}
.theme-color2 { color:#c4d700}

.dropdown.lang .dropdown-menu{
	top: 25px;
	right: 0;
	left:initial;
	min-width: initial;
	background-clip: initial;
}

@media (min-width:992px) {
.pull-nav-r {
float: right;
}
#mainNav.navbar-shrink .nav-link.active {
outline: 0;
border-bottom:0;
}
.dropdown:hover>.dropdown-menu {
display: block;
}
.dropdown .dropdown-item {
font-size:16px;
}
.dropdown .dropdown-item:hover {
background: #c4d700;
color: #485157;
}
.dropdown>.dropdown-toggle:active {
pointer-events: none;
}

.dropdown.lang .dropdown-toggle{
	position: relative;
	left: -20px;
}
 
.dropdown-item {
padding: 0.4rem 1.5rem;
}
.col-5-css .grid {
max-width:20%;
flex:inherit
}
}
@media (min-width:767px) {
#mainNav {
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
 
}
#mainNav .navbar-brand {
padding: .5rem 0;
color: rgba(255, 255, 255, .5);
}
#mainNav .nav-link {
-webkit-transition: none;
transition: none;
padding:2rem 1.2rem 2rem 1.2rem;
color:#fff;
}
#mainNav.navbar-shrink .nav-link:hover {
color: #000;
}
#mainNav .logo1 {
display:none
}
#mainNav .logo2 {
display:block;
}
.navbar-shrink .logo1 {
display:block!important;
}
.navbar-shrink .logo2 {
display:none!important;
}
#mainNav.navbar-shrink .container-fluid {
background-color: rgba(255, 255, 255, 0.98);
}
#mainNav.navbar-shrink .navbar-brand {
color: #000;
}
#mainNav.navbar-shrink .nav-link {
color: #000;
padding: 2rem 1rem 2rem 1rem;
}
#mainNav.navbar-shrink .nav-link:hover {
color: #64a19d;
}
#mainNav.navbar-shrink .boder-b {
display: none;
}
#mainNav.navbar-shrink .nav-link:active {
color: #467370;
}
}




@media only screen and (min-width:992px) {
.mainmenu .collapse ul li:hover> ul{display:block}
.mainmenu .collapse ul ul{position:absolute;top:90%;left:0;min-width:200px;display:none}
/*******/
.mainmenu .collapse ul ul li{position:relative}
.mainmenu .collapse ul ul li:hover> ul{display:block}
.mainmenu .collapse ul ul ul{position:absolute;top:0!important;left:100%;min-width:200px;display:none}
.left-menu { left:-100%!important}
.left-menu2 { left:-73%!important}
}
 



@media (min-width:992px) {
#mainNav {
padding-top: 0;
padding-bottom: 0;
border-bottom: none;
background-color: transparent;
-webkit-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
#mainNav .navbar-brand {
color: rgba(255, 255, 255, .5);
}
#mainNav .nav-link {
-webkit-transition: none;
transition: none;
color: #fff;
}
#mainNav .nav-link:hover {
color:#c4d700;
}
#mainNav .nav-link:active {
color: #fff;
}
#mainNav.navbar-shrink .container-fluid {
background-color: rgba(255, 255, 255, 0.98);
border-bottom:solid 1px #f1f1f1
}
#mainNav.navbar-shrink .navbar-brand {
color: #121212;
}
#mainNav.navbar-shrink .nav-link {
 
border-bottom:0;
}
#mainNav.navbar-shrink .nav-link:hover {
color: #c4d700;
}
#mainNav.navbar-shrink .boder-b {
display: none;
}
#mainNav.navbar-shrink .nav-link:active {
color: #467370;
}
}
.menu-item, .menu-open-button {
line-height: 80px;
font-weight:700;
text-align: center;
margin: 0 auto;
color: #c4d700;
font-size:50px;
}
/*
2. end-navbar
---------------------------------------*/

/*3. header 
---------------------------------------*/
.rev_slider_12_1_wrapper2 {
height:75vh!important
}
.masthead {
background: url(../img/bg-pattern.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.btn-primary:active {
background-color: #467370!important;
}
dl, ol, ul {
margin: 0;
padding: 0;
}
.boder-b {
border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.top-link {
margin: 0;
padding: 0;
line-height: 60px;
width: 100%;
}
.top-link ul {
margin: 0;
padding: 0;
}
.top-link li {
margin: 0;
display: inline-block;
color: #fff;
border-right: solid 1px rgba(255, 255, 255, 0.3);
padding:0 19px ;
font-size: 13px;
}
.top-link li:first-child {
padding-left: 0;
}
.top-link li i {
color: #fff;
font-size: 15px;
margin: 0 10px 0 10px;
}
.top-link li a {
color: #fff;
display:inline-block;
}
.top-link li a:hover{
	color: #c4d700;
}
.fixed-top {
padding: 0;
}
.caption-boder {
border-left: solid 5px #c4d700!important;
padding: 0 0 0 30px!important;
}
/*
3-end. header
---------------------------------------*/

/*
4. Home-section About us
---------------------------------------*/
#about-us {
padding:70px 0 70px 0;
}
#about-us h1 {
font-size:30px;
padding: 0 0 20px 0;
line-height:40px;
position: relative;
margin: 0 0 20px 0;
}
#about-us h1:before {
content: "";
position: absolute;
bottom: 0;
width: 65px;
height: 1px;
background: #c4d700;
}
#about-us h1 span {
color: #c4d700;
}
.block {
display: block;
}
.image-column .pattern-layer {
position: absolute;
left: 0px;
top: -30px;
right: -30px;
bottom: 0px;
height: 500px;
background: url(../img/pattern-14.png);
z-index: -1;
background-size: 70%;
background-repeat: no-repeat;
background-position: center top;
}
.about-text p {
line-height:32px;
}
.about-text h3 {
	font-size: 42px;
    padding-bottom: 12px;
    position: relative;
    line-height: 50px;
    margin: 7px 0 20px 0;
    color: #485157;
}
.about-text h3:before {
content: "";
position: absolute;
bottom: 0;
width: 65px;
height: 3px;
background: #c4d700;
}
.about-experience-area {
padding-top:60px; padding-bottom:36px;
}
.experience-item blockquote {
padding: 10px 20px;
border-left: 5px solid #c4d700;
}
.experience-item blockquote p {
color:#808291;
font-style:italic;
margin:0
}
.about-experience-area .experience-item span {
color: #c4d700;
font-weight: 900;
position: relative;
font-family: 'Lato','微軟正黑體', sans-serif;
}
.about-experience-area .experience-item h3 {
position: relative;
font-size:15px;
font-weight: 300;
font-family: 'Lato','微軟正黑體', sans-serif;
}

.full-link{position:absolute; width:100%; height:100%; z-index:999}
.about-experience-area .experience-item .title {
font-size:40px;
line-height:53px;
padding-top:0px;
margin-bottom:50px
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about-experience-area .experience-item .title {
font-size: 46px;
line-height: 56px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-experience-area .experience-item .title {
padding-right: 130px;
}
}
@media (max-width: 767px) {
.about-experience-area .experience-item .title {
font-size: 34px;
line-height: 44px;
}
}
.about-experience-area .experience-item a {
font-weight: 700;
margin-top: 17px;
}
.about-experience-area .single-experience {
position: relative;
}
.about-experience-area .single-experience .experience-overlay {
padding: 40px 40px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 34, 73, 0.4);
padding-top: 275px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about-experience-area .single-experience .experience-overlay {
padding-top: 170px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-experience-area .single-experience .experience-overlay {
padding-top: 205px;
}
}
@media (max-width: 767px) {
.about-experience-area .single-experience .experience-overlay {
padding: 40px 20px;
padding-top: 165px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-experience-area .single-experience .experience-overlay {
padding-top: 210px;
padding: 20px 20px;
}
}
.about-experience-area .single-experience .experience-overlay .title {
color: #fff;
font-size: 24px;
padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about-experience-area .single-experience .experience-overlay .title {
font-size: 18px;
}
}
@media (max-width: 767px) {
.about-experience-area .single-experience .experience-overlay .title {
font-size: 20px;
}
}
.about-experience-area .single-experience .experience-overlay p {
color:#fff;
}
.about-experience-area .single-experience .experience-overlay a.rmore {
color: #fff;
font-size: 14px;
font-weight: 700;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
font-family: 'Merriweather','微軟正黑體', serif;
position:relative;
}
.experience-overlay a.rmore::after {
content: "\f35a";
font-family: Font Awesome\ 5 Free;
margin-left: 10px;
font-size: 15px;
line-height: 14px;
margin-top: 10px;
}
.about-experience-area .single-experience .experience-overlay i {
position: absolute;
top: 10px;
right: 20px;
font-size: 200px;
color: #fff;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about-experience-area .single-experience .experience-overlay i {
font-size: 130px;
}
}
@media (max-width: 767px) {
.about-experience-area .single-experience .experience-overlay i {
font-size: 150px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-experience-area .single-experience .experience-overlay i {
font-size: 150px;
}
}
.about-experience-area .single-experience:hover .experience-overlay {
background: rgba(0, 136, 204, 0.9);
padding-top:230px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.about-experience-area .single-experience:hover .experience-overlay {
padding-top: 140px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-experience-area .single-experience:hover .experience-overlay {
padding-top: 175px;
}
}
@media (max-width: 767px) {
.about-experience-area .single-experience:hover .experience-overlay {
padding-top: 135px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-experience-area .single-experience:hover .experience-overlay {
padding-top: 20px;
}
}
.about-experience-area .single-experience:hover .experience-overlay a {
opacity: 1;
}
.about-experience-area .single-experience:hover .experience-overlay i {
opacity: .1;
}
/*
4.end-Home-section About us
---------------------------------------*

/*
5.service
---------------------------------------*/
.single_service_position_icon span {
font-size: 110px;
top: 30%;
left: 40%;
position: absolute;
opacity: 0.05;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}
.single_service_title:hover .single_service_position_icon {
color:#c4d700;
}
.single_service_contant {
}
.single_service_batton {
padding: 3px 0 25px;
}
.single_service_batton a {
font-weight: 500;
text-transform: capitalize;
-webkit-transition: .5s;
transition:.5s;
}
.single_service_batton a::after {
content: "\f35a";
font-family: Font Awesome\ 5 Free;
margin-left: 10px;
font-size: 15px;
line-height: 14px;
margin-top: 10px;
}
.single_service_title:hover {
background: #00B4DB;
background: -webkit-linear-gradient(to right, #c4d700, #00B4DB);
background: linear-gradient(to right, #c4d700, #00B4DB);
}
.single_service_title:hover h3 {
color:#fff
}
.single_service_title:hover h4 {
color:#fff
}
.single_service_title:hover .single_service_position_icon {
color:#c4d700;
}
.single_service_batton,
.single_service_contant {
position:relative; z-index:999
}
.single_service_contant h3 {
padding:50px 0px 0;
-webkit-transition: .3s;
transition: .3s;
font-size:25px;
text-transform:capitalize
}
.single_service_contant h4 {
padding:10px 0px 10px;
-webkit-transition: .3s;
transition: .3s;
font-size:28px;
text-transform:capitalize
}
.single_service_contant p {
-webkit-transition: .5s;
transition: .5s;
margin-bottom:10px;
padding:0 15px

}
.single_service_batton {
padding: 3px 0 25px;
}
.single_service_batton a {
font-weight: 900;
text-transform: uppercase;
-webkit-transition: .5s;
transition:.5s;
}
.single_service_title:hover .single_service_contant h2, .single_service_title:hover .single_service_contant p, .single_service_title:hover .single_service_batton a {
color:#fff;
}
.single_service_title:hover .single_service_top_icon span {
border-color: #00b1d8;
color: #00b1d8;
}
.single_service_title:hover .single_service_top_icon2 span {
border-color: #00b1d8;
color: #00b1d8;
}
.single_service_top_icon span {
width: 68px;
height: 68px;
line-height: 67px;
background: #FFF none repeat scroll 0% 0%;
border: 2px solid rgba(30, 43, 98, 0.24);
color: #121212;
font-size: 25px;
border-radius: 50%;
text-align: center;
-webkit-transition: .3s;
transition: .3s;
position: absolute;
left: 0;
right:0;
margin:0 auto;
top:0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.single_service_top_icon2 span {
width: 68px;
height: 68px;
line-height: 67px;
background: #FFF none repeat scroll 0% 0%;
border: 2px solid rgba(30, 43, 98, 0.24);
color: #121212;
font-size: 25px;
border-radius: 50%;
text-align: center;
-webkit-transition: .3s;
transition: .3s;
margin:0 auto;
display:inline-block;
margin-top:20px
}
.single_service_title {
background: #FFF none repeat scroll 0% 0%;
-webkit-transition: .3s;
transition: .3s;
padding:0 20px;
text-align:center;
border:solid 1px #e2e2e2
}
.section-title.t_center {
margin: auto;
text-align: center;
width: 63%;
}
/*
5.end-service
---------------------------------------*/

/*
6.portfolio
---------------------------------------*/
.portfolio2 {padding:53px 0 30px 0}
.portfolio_filter {
list-style: outside none none;
text-align: center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
margin-bottom:30px;
}
.portfolio_filter button {
display: inline-block;
font-size: 15px;
font-weight: 600;
padding: 10px 27px;
text-transform: uppercase;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
position:relative;
color:#333;
z-index:999;
cursor: pointer;
background:none;
outline:none;
}
.portfolio_filter .active, .portfolio_filter button:hover {
color:#c4d700;
}
.portfolio_filter button.active, .portfolio_filter button:hover {
color:#c4d700;
}
.portfolio_filter button:before {
background: #c4d700 none repeat scroll 0% 0%;
content: "";
width: 50%;
height: 2px;
left: 0px;
right: 0px;
bottom: -1px;
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
position: absolute;
margin: auto;
-webkit-transition: .5s;
transition:.5s;
}
.portfolio_filter button:after {
content: "";
position: absolute;
left: 50%;
bottom: 0px;
margin: auto;
border-width: 6px;
border-style: solid;
border-color: transparent transparent #c4d700;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
opacity:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .5s;
transition:.5s;
}
.portfolio_filter button.active:before, .portfolio_filter button.active:after, .portfolio_filter button:hover:before, .portfolio_filter button:hover:after {
opacity:1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* SINGLE PORTFOLIO CSS */
#case-status {
padding:53px 0 15px 0
}
.grid-item {
padding: 0;
}
.single_portfolio {
overflow:hidden;
margin:0
}
.single_portfolio_thumb {
position: relative;
overflow: hidden;
width:100%;
height:100%
}
.single_portfolio_thumb img {
-webkit-transform:scale(1);
transform:scale(1);
-webkit-transition: .5s;
transition:.5s;
width:100%;
height:100%
}
.single_portfolio_thumb:before {
content:"";
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
position:absolute;
background: rgba(51, 51, 51, 0.71) none repeat scroll 0% 0%;
opacity:0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: .5s;
transition:.5s;
z-index:1
}
.single_portfolio:hover .single_portfolio_thumb:before {
opacity:1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single_portfolio:hover .single_portfolio_thumb img, .single_portfolio:hover .portfolio_social a i {
opacity:1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.single_portfolio_content {
text-align: center;
border: 1px solid #CCCCCC;
border-top:0;
padding: 10px 10px 10px;
}

.single_portfolio_content h3 {
font-size: 20px;
text-transform:capitalize;
padding:0;
margin:0;
}
.single_portfolio_content p {
display: inline-block;
padding:0;
margin:0 0 5px;
}

/* PORTFOLIO SOCIAL */
.portfolio_social {
text-align: center;
position: absolute;
left: 50%;
top: 50%;
margin: auto;
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
z-index: 99;
}
.portfolio_social a i {
background: #c4d700 none repeat scroll 0 0;
border-radius: 50px;
height: 35px;
width: 35px;
line-height: 35px;
font-size: 16px;
color: #fff;
margin: 0 5px 0;
-webkit-transform:scale(0);
transform:scale(0);
-webkit-transition: .5s;
transition:.5s;
}
/*
6.end-portfolio
---------------------------------------*/


/*
7.Testimonials
---------------------------------------*/
.testimonials-section {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding:53px 0 60px;
margin:0
}
.testimonials-section .container {
position:relative;
z-index:999
}
.testimonials-section:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 136, 204, 0.90);
}
.testi-left {
width:100%;
margin: 0 auto;
position: relative;
}
.fa-quote-left {
color:#c4d700;
font-size:25px;
}
.adjust1 {
margin-bottom: 2px;
border: 0;
background: #ffffff;
padding:48px 48px 65px;
min-height:398px
}
.about-left {
box-shadow: 0 0 29px 0 rgba(41, 41, 41, 0.19);
}
.stats1 {
background: #ffffff;
box-shadow: 0 0 29px 0 rgba(41, 41, 41, 0.19);
padding:48px;
}
.stat-grids {
border-right: 1px solid #e8e8e8;
text-align:center;
}
.row.stats_inner.top-st {
border-top:1px solid #e8e8e8;
}

.carousel-indicators .active {
background: #c4d700;
}
.content {
margin-top: 20px;
}
.adjust1 {
float: left;
margin-bottom: 0;
border: none;
}
.adjust2 {
margin: 0;
}
.carousel-indicators {
bottom:30px;
}
.carousel-indicators li {
background: #121212;
cursor:pointer;
border-top: 0;
border-bottom: 0;
}
.carousel-control {
color: #fff;
bottom: 0;
}
.carousel-control:hover, .carousel-control:focus {
color: #fff;
}
.about-right h4 {
font-size: 24px;
font-weight: 600;
color:#131212;
}
.testi-text {
position: relative;
padding: 24px 0 0 0;
}
.fone {
margin-top: 30px;
}
.carousel-control .active {
background: #31708f;
}
.adjust1 p {
color: #777;
line-height: 1.8em;
text-align: left;
font-size: 15px;
}
#testimonials2 .carousel-indicators {
bottom:-10px;
}
.adjust3 {
margin:0;
font-size:16px
}
.text-css2 p {
font-size:17px
}
.shadow-box {
background-color:#fff;
border:1px solid #eee;
-webkit-box-shadow:0px 5px 7px rgba(238, 238, 238, 0.85);
-moz-box-shadow:0px 5px 7px rgba(238, 238, 238, 0.85);
box-shadow:0px 5px 7px rgba(238, 238, 238, 0.85);
margin:15px 0 15px 0;
padding:30px
}
.adjust3 p {
color: #777;
line-height: 1.8em;
text-align: left;
}
.testi-left .carousel-control.left, .testi-left .carousel-control.right {
width: 19px;
height: 19px;
}
.testi-text1:before {
border-left: 10px solid #ad1a0a;
border-right: none !important;
left: auto !important;
right: -3% !important;
}
.testi-text h4 {
font-size: 1.3em;
color: #c4d700;
line-height: 1.5em;
font-weight: 600;
margin:0;
padding:0;
}
.caption.testi-text span {
font-size: 1.2em;
margin-right: 10px;
color: #777;
}
.testi-text h5 {
font-size: 1em;
color: #121212;
line-height: 1.5em;
font-weight: 600;
}
.testi-left {
margin: 0 auto;
position: relative;
}
.media-object {
margin: auto;
margin-top:0;
border-radius: 50%;
width:90%
}
.filter_menu .element-item {
height:550px!important
}
.profit-graph {
padding:58px 0 44px 0
}
.profit-graph h3 {
font-weight:600;
font-size:32px;
line-height:inherit;
line-height:35px;
font-family: 'Lato','微軟正黑體', sans-serif;
margin-top:15px;
margin-bottom:15px;
}
.profit-graph ul {
margin:30px 0 0 0;
padding:0;
}
.profit-graph ul li {
list-style:none;
margin:0 0 20px 0
}
.profit-graph ul h5 {
margin:0;
padding:0;
font-weight:700;
font-size:18px
}
.bg-light1 {
background:#f6f6f6
}
.bg-light2 {
background:#f8fdff
}

/*
7.end-Testimonials
---------------------------------------*/

/*
8. our-team style
---------------------------------------*/
.owl-carousel-1 .owl-dots {    margin-top:20px!important}
#our-team{padding:53px 0 20px 0;}
.our-team {
padding:37px 0 15px 0;
background-color: #ffffff;
background-image: url("../img/xv.png");
}
 
.team-name {
position: absolute;
z-index: 999;
left: 0;
right: 0;
top: 0;
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(transparent));
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
opacity: 1;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
width: 100%;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
height: 100%;
}
.our-team .item {
box-shadow:0 10px 15px rgba(0, 0, 0, 0.1);
}
.team-name:hover {
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 92, 134, .99)), to(transparent));
background-image: linear-gradient(to top, rgba(0, 136, 204, .99) 0%, transparent 100%);
}
.name-css {
color: #fff;
position: absolute;
bottom: 29px;
left: 30px;
z-index: 3;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
font-size: 22px;
font-weight: 700;
}
.team-social {
bottom: -50px;
left: 0;
right: 0;
padding: 5px 15px 0 20px;
min-height: 48px;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
position: absolute;
}
.team-social a {
color: #fff;
margin: 0 0 0 8px;
}
.team-social a:hover {
color: #c4d700;
}
.team-name:hover .team-social {
bottom: 5px;
}
.team-name:hover .name-css {
bottom: 50px;
}
.image-hover {
position: relative;
display:block;
border: 1px solid #c4c4c4;
left:0;
right:0;
width:340px;
height:340px;
margin:0 auto;
border-radius: 500px;
padding: 20px;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #dddddd));
background-image: -moz-linear-gradient(top, #cccccc, #dddddd);
background-image: -webkit-linear-gradient(top, #cccccc, #dddddd);
background-image: linear-gradient(to bottom, #cccccc, #dddddd);
box-shadow: 0px 1px 0px 1px rgba(250, 250, 250, 0.5) inset;
}
.image-hover:hover .hover {
width: 300px;
height: 300px;
top: 0;
left: 0;
-webkit-animation: roll-anim 0.5s ease 0s;
}
.image-hover:hover .hover hr {
-webkit-transition: all 0.7s ease 0.3s;
margin: 0 30px;
opacity: 1;
border-width: 1px;
padding: 0;
border: 0;
height: 1px;
background-color: #fff;
border-color: #fff;
color: #ff;
}
.img-shadow {
box-shadow: 0 0 20px rgba(0, 0, 0, 0.6) inset;
width: 300px;
height: 300px;
position: absolute;
z-index: 1000;
border-radius: 500px;
}
.img-wrap {
position: absolute;
top: 20px;
left: 20px;
border-radius: 500px;
z-index: 100;
height: 300px;
width: 300px;
overflow: hidden;
border-radius: 500px;
}
.image-hover img {
height: 300px;
width:300px;
border-radius:100%;
overflow: hidden;
}
.image-hover .hover {
overflow: hidden;
width: 0;
height: 0;
opacity: .9;
position: absolute;
z-index: 200;
top: 50%;
left: 50%;
margin-top: 20px;
margin-left: 20px;
background-color: #c4d700;
border-radius: 500px;
transition: all 0.5s ease-in-out 0s;
animation: roll-anim-end 0.5s ease 0s;
}
.image-hover .hover p {
text-align: center;
color: #fff;
margin-top: 45%;
font-weight:700;
}
.image-hover .hover p span {
display:block;
font-weight:300;
font-size:13px
}
hr {
margin: 0 210px;
opacity: 0;
}
hr.light-hr {
opacity: 1;
}
@-webkit-keyframes roll-anim {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes roll-anim-end {
from {
transform: rotate(360deg);
}
to {
transform: rotate(0deg);
}
}
/*
8.end-Our Team
---------------------------------------*/
.phone-n {
position: absolute;
right: 0;
width: 63px;
height: 100%;
background: #c4d700;
top: 0;
border-left: solid 3px #fff;
}
.two-img {
padding-top:70px;
padding-bottom:70px
}
.text-right2 {
position: absolute;
left:0;
width: 63px;
height: 100%;
background: #c4d700;
top: 0;
border-right: solid 3px #fff;
}
.hover-css {
cursor:pointer
}
.hover-css:hover .text-right2 {
background:#121212;
color:#fff;
}
.hover-css {
cursor:pointer
}
.hover-css:hover .phone-n {
background:#121212;
color:#fff;
}
.text-right2 a {
color: #ffffff;
font-weight: 700;
font-size:18px;
}
.mr-15 {
margin-right: 15px;
}
.phone-n a {
color: #ffffff;
font-weight: 700;
font-size: 20px;
}
.rotate {
transform: translateX(-39%) translateY(270%) rotate(-90deg);
width:250px;
}
.rotate2 {
transform: translateX(-39%) translateY(270%) rotate(-90deg);
width: 280px;
}
.shadow2 {
box-shadow: 2px 3px 10px rgba(0, 0, 0, 1)!important;
}
.img-css2 {
top:-240px;
left:0;
right:0;
position: absolute;
}
.img-css {
top:0;
left: 0;
right: 0;
position: absolute;
}
.mb-50 {
margin-bottom: 70px;
}
.img-div {
margin: 0;
padding: 2px 0 0 0;
cursor: pointer;
display: block;
overflow: hidden;
}
.social-team {
text-align: center;
}
.social-team ul {
margin: 0 0 12px 0;
padding: 0;
}
.social-team li {
margin: 0 8px;
padding: 0;
display: inline-block;
}
.social-team li a {
width: 31px;
height: 31px;
line-height: 29px;
display: block;
border-radius: 70px;
text-align: center;
background: #fff;
color: #b1b3be;
border: solid 1px #b1b3be;
}
.social-team li a:hover {
background: #c4d700;
color: #fff;
border: solid 1px #c4d700;
}
.name-div {
width: 100%;
text-align: center;
display: block;
}
.name-div h5 {
font-size: 16px;
font-weight: 700;
margin: 15px 0 0 0;
}
.name-div h6 {
text-transform: uppercase;
font-weight: 300;
font-size: 11px;
margin: 8px 0 0 0;
padding: 0;
}
.img-div {
margin: 0;
padding: 2px 0 0 0;
cursor: pointer;
display: block;
overflow: hidden;
}
.img-div .social-team {
margin: 0 0 -45px 0;
transition: 0.40s padding ease-out, 0.40s margin ease-out, 0.40s border ease-out;
}
.img-div:hover .social-team {
margin: 0 0 0 0;
transition: 0.40s padding ease-out, 0.40s margin ease-out, 0.40s border ease-out;
}
.img-div:hover .name-div {
display: none;
}
.text1 {
font-size: 3.125rem;
color: #ffffff;
display: block;
}
.text2 {
font-size: 3.75rem;
}
.dropdown-menu {
border-radius: 0!important;
}
.our-volunteers {
padding: 50px 0 50px 0;
background-color: #ffffff;
background-image: url("../img/xv.png");
}
#volunteers .item {
text-align: center;
}
.img-div {
margin: 0;
padding: 2px 0 0 0;
cursor: pointer;
display: block;
overflow: hidden;
}
.social-team {
text-align: center;
}
.social-team ul {
margin: 0 0 12px 0;
padding: 0;
}
.social-team li {
margin: 0 8px;
padding: 0;
display: inline-block;
}
.social-team li a {
width: 31px;
height: 31px;
line-height: 29px;
display: block;
border-radius: 70px;
text-align: center;
background: #fff;
color: #b1b3be;
border: solid 1px #b1b3be;
}
.social-team li a:hover {
background: #c4d700;
color: #fff;
border: solid 1px #c4d700;
}
.name-div {
width: 100%;
text-align: center;
display: block;
}
.name-div h5 {
font-size: 16px;
font-weight: 700;
margin: 15px 0 0 0;
}
.name-div h6 {
text-transform: uppercase;
font-weight: 300;
font-size: 11px;
margin: 8px 0 0 0;
padding: 0;
}
.img-div {
margin: 0;
padding: 2px 0 0 0;
cursor: pointer;
display: block;
overflow: hidden;
}
.img-div .social-team {
margin: 0 0 -45px 0;
transition: 0.40s padding ease-out, 0.40s margin ease-out, 0.40s border ease-out;
}
.img-div:hover .social-team {
margin: 0 0 0 0;
transition: 0.40s padding ease-out, 0.40s margin ease-out, 0.40s border ease-out;
}
.img-div:hover .name-div {
display: none;
}
.text1 {
font-size: 3.125rem;
color: #ffffff;
display: block;
}
.text2 {
font-size: 3.75rem;
}
.text3 {
font-size:.999rem;
line-height: 30px;
margin-top:10px;
letter-spacing: 1.5px;
}
.dropdown-menu {
border-radius: 0!important;
}
/*
8.end-Our Team
---------------------------------------*/

/*
10. Subscribe
---------------------------------------*/
.subscribe-section {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding:64px 0 59px 0;
margin:0
}
.subscribe-section:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 136, 204, 0.90);
}
.subscribe-section .title-column, .subscribe-section .call-btn {
margin-bottom: 0;
}
.subscribe-section h2 {
position: relative;
font-size: 2.5rem;
line-height: 1.2em;
color: #ffffff;
font-weight:800;
margin-bottom: 7px;
}
.subscribe-section .text {
color: #ffffff;
font-size: 16px;
font-weight: 300;
}
.subscribe-section .subscribe-form {
margin-top: 12px;
}
.subscribe-section .subscribe-form .form-group {
position: relative;
display: block;
margin-bottom: 20px;
}
.subscribe-section .subscribe-form .form-group input[type="text"], .subscribe-section .subscribe-form .form-group input[type="tel"], .subscribe-section .subscribe-form .form-group input[type="email"], .subscribe-section .subscribe-form .form-group textarea {
position: relative;
display: block;
width: 100%;
line-height: 40px;
padding: 10px 50px 10px 30px;
height: 54px;
font-size: 16px;
border-radius: 27px;
border: 2px solid #fff;
background: transparent;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.subscribe-section input::-webkit-input-placeholder {
/* placeholder Chrome/Opera/Safari */
color: #fff;
font-style: italic;
font-size: 16px;
}
.subscribe-section input::-moz-placeholder {
/* placeholder Firefox 19+ */
color: #fff;
font-style: italic;
font-size: 16px;
}
.subscribe-section input:-ms-input-placeholder {
/*placeholder IE 10+ */
color: #fff;
font-style: italic;
font-size: 16px;
}
.subscribe-section input:-moz-placeholder {
/* placeholder Firefox 18- */
color: #fff;
font-style: italic;
font-size: 16px;
}
.subscribe-section .subscribe-form .form-group input[type="text"]:focus, .subscribe-section .subscribe-form .form-group input[type="tel"]:focus, .subscribe-section .subscribe-form .form-group input[type="email"]:focus, .subscribe-section .subscribe-form .form-group textarea:focus {
outline: 0;
}
.subscribe-section .subscribe-form .form-group input[type="submit"], .subscribe-section .subscribe-form button {
position: absolute;
right: 10px;
top: 12px;
font-size: 18px;
line-height: 30px;
padding: 0px 15px;
color: #ffffff;
text-transform: uppercase;
background: transparent;
cursor: pointer;
border-left: 1px solid #fff;
}
button {
border: 0;
}
/*
End 10. Subscribe
---------------------------------------*/


/*
11. footer
---------------------------------------*/
.main-footer {
position: relative;
/*background-repeat: no-repeat;*/
/*background-position: center center;*/
	background-image: url(../img/demo/bg-pattern.png);
}

.main-footer:after{
	content:'';
	position: absolute;
	background-color: #c4d700;
	width: calc(50vw - 150px);
	height: 100%;
	top: 0;
	z-index: 1;
}

.main-footer .footer-logo{
	position: relative;
	z-index: 5;
}

.main-footer .footer-logo .logo-img{
	opacity: 0.1;
	z-index: 6;
	height: 250px;
	width: auto;
	position: relative;
	top: -10px;
}


.main-footer .footer-logo .logo-title{
	position: absolute;
	max-width: 300px;
	width: 90%;
	z-index: 7;
	right: 50px;
	bottom: 60px;
}

.main-footer .widgets-section {
position: relative;
padding:40px 0px 40px;
}
.main-footer .footer-column {
position: relative;
}
.main-footer .footer-widget {
position: relative;
margin-bottom:0;
padding: 50px 0px 30px 15px;
}
.main-footer .footer-column .widget-title {
position: relative;
font-size:25px;
text-transform: capitalize;
margin-top: 10px;
padding-bottom: 14px;
}

.main-footer .footer-column .widget-title:before { content:""; position:absolute; left:0; width:50px; height:2px; background:#c4d700;  bottom:10px} 


.main-footer .about-widget .text {
font-size:16px;
margin-bottom: 15px;
}
.main-footer .social-icon-three {
position: relative;
display: block;
margin: 0;
padding: 0;
}
.main-footer .social-icon-three li {
position: relative;
display: inline-block;
}
.main-footer .social-icon-three li a {
position: relative;
display: inline-block;
height: 34px;
width: 34px;
color: #222;
border:solid 1px #222;
text-align: center;
padding: 5px 0;
line-height: 24px;
font-size: 16px;
margin-right: 3px;
border-radius: 50%;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-footer .social-icon-three li a:hover {
background-color: #c4d700;
color:#fff;
border:solid 1px #c4d700;
}
.main-footer .services-widget {
position: relative;
padding-left: 25px;
}
.main-footer .services-widget .list li {
position: relative;
display: block;
margin-bottom:5px;
}
.main-footer .services-widget .list li a {
position: relative;
display: inline-block;
font-size: 16px;
line-height: 40px;
padding-left:25px;
color:#fff;
text-transform: capitalize;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.main-footer .services-widget .list li a::before {
content:'\f35f';
font-size:20px;
position:absolute;
font-family:"Material Design Icons";
left:0;
color:#fff
}
.main-footer .services-widget .list li a:hover {
color: #c4d700;
}
.main-footer .services-widget .list li:last-child {
margin-bottom: 0;
}
.main-footer .posts-widget {
position: relative;
margin-left: 40px;
padding-right: 30px;
}
.main-footer .posts-widget .post {
position: relative;
min-height: 75px;
padding-left: 110px;
margin-bottom: 30px;
}
.main-footer .posts-widget .post:last-child {
margin-bottom: 0px;
}
.main-footer .posts-widget .post .post-thumb {
position: absolute;
left: 0px;
top: 0px;
height: 75px;
width: 85px;
}
.main-footer .posts-widget .post .post-thumb .overlay-link {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgba(0, 136, 204, 0.85);
color: #ffffff;
opacity: 0;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.main-footer .posts-widget .post:hover .post-thumb .overlay-link {
opacity: 1;
}
.main-footer .posts-widget .post .post-thumb .overlay-link span {
position: absolute;
left: 50%;
top: 50%;
text-align: center;
width: 30px;
margin-left: -15px;
margin-top: -15px;
line-height: 30px;
font-size: 16px;
}
.main-footer .posts-widget .post .post-thumb img {
display: block;
width: 100%;
}
.main-footer .posts-widget .post .desc-text {
position: relative;
color: #fff;
}
.main-footer .posts-widget .post .desc-text a {
position: relative;
display: inline-block;
color: #121212;
line-height:20px;
-webkit-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
font-size:16px;
}
.main-footer .posts-widget .post .desc-text a:hover {
color:#c4d700;
}
.main-footer .posts-widget .post .time {
position: relative;
display: inline-block;
color: #c4d700;
font-size:14px;
font-weight: 600;
line-height: normal;
margin-top: 8px;
}
.main-footer .contact-info-list li {
position: relative;
display: block;
font-size:15px;
padding-left: 30px;
margin-bottom: 15px;
color: #FFF;
}
.main-footer .contact-info-list li i {
	color:#fff;
	text-align: center;
	width: 15px;
}
.main-footer .contact-info-list li a {
color:inherit;
display: inline-block;
color:#fff;
transition: 0.3s;
}
.main-footer .contact-info-list li a:hover{
	color:#c4d700;
}
.main-footer .contact-info-list li i {
position:absolute;
left:0;
top:5px;
color:#fff
}
.main-footer .contact-info-list li p{
	color: #FFF;
}
.main-footer .footer-bottom {
position: relative;
padding:16px 0px;
text-align: center;
background-color: #485157;
z-index: 5;
}
.main-footer .footer-bottom p {
line-height: 18px;
font-weight: 400;
margin: 0;
padding: 0;
font-size:14px;
color: #888;
}
.main-footer .footer-bottom p a {
color: #121212;
text-transform: capitalize;
}
.main-footer .footer-bottom p a:hover {
	color: #ddd;
}
.main-footer .footer-bottom ul {
margin: 0;
}
.main-footer .footer-bottom ul li {
display: inline-block;
margin: 0 20px;
line-height:20px;
}
.main-footer .footer-bottom ul li a {
color:#121212;
font-size:16px
}
.main-footer .footer-bottom ul li a:hover {
color: #c4d700;
}
/*
10. end-footer
---------------------------------------

/*
11. about us page
---------------------------------------*/
.about-section {
	padding:60px 0;
}
.base-bg-6 {
background: #121212;
}
.full__size-absolute {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
z-index: 0;
}
.breadcrumbs__section-squared .breadcrumb-bg {
opacity: .6;
}
.mb-10 {
margin-bottom: 10px;
}
.mb-20 {
margin-bottom: 20px;
}
.breadcrumb i {
margin-left: 10px;
}
.breadcrumb a:hover {
color: #00FF99;
}
.font__size-64 {
font-size:3rem;
}
.breadcrumbs__section h2 {
position: relative;
z-index: 5;
}
.breadcrumbs__section-squared h2 {
color: #fff;
    font-size: 42px;
    line-height: 52px;
}
.pb-60 {
padding-bottom: 80px!important;
}
.pt-60 {
padding-top: 160px!important;
}
.breadcrumbs__section-squared .breadcrumb li:first-child {
padding-left: 0;
}
.breadcrumbs__section-squared .breadcrumb li {
display: block;
float: left;
color: #fff;
line-height: 30px;
vertical-align: middle;
padding: 0 8px;
}
.breadcrumbs__section-squared .breadcrumb li a {
color:#fff
}
.breadcrumbs__section {
position: relative;
}
.bg__style {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.font__weight-ultralight {
font-weight: 300;
}
.font__weight-bold {
font-weight: 700;
}
.breadcrumbs__section .breadcrumb {
margin: 0;
padding: 0;
position: relative;
z-index: 10;
}
.mt-110 {
margin-top: 80px!important;
}
.pb-30 {
padding-bottom: 70px!important;
}
.mt-70 {
margin-top: 70px!important;
}
.mb-70 {
margin-bottom:70px!important;
}
.event-name {
font-size: 53px;
border-left: solid 7px #c4d700;
padding: 0 97px 0 43px;
line-height: 82px;
z-index: 999;
position: relative;
font-weight: 500;
background: rgba(0, 0, 0, 0.5);
display: inline-block;
margin: 5% 0 0 9%;
}
.progress__title {
font-size: 16px;
margin:0;
}
.section-title h3 {
font-size:50px;
margin:0;
line-height:55px;
position: relative;
padding:0;
text-transform:none;
text-align:center
}
.section-title-pragraph {
width: 63%;
margin: auto;
margin-top: 10px;
margin-bottom:30px;
text-align:center;
}
.section-title h3 {position:relative; padding-bottom:22px;}
.section-title h3 span {
display: inline-block;
}

.section-title h3:before { 
	content:""; 
	position:absolute; 
	left:0; 
	right:0;  
	width: 65px;
    height: 3px;
	background:#c4d700; 
	margin:0 auto; 
	bottom:10px
}


.section-title-2 h2:before {background:#fff!important}



.title__divider {
overflow:hidden; margin:0 0 30px 0; padding:0;}
.title__divider--circle .line-left, .title__divider--circle .line-right {
height: 2px;
width: 1000%;
position: absolute;
top: .5em;
}
.title__divider__wrapper {
	display: inline-block;
	position: relative;
    font-size: 42px;
    color: #485157;
}
.title__divider__wrapper span {
margin: 9px 0 0 0;
}
.title__divider--circle .line-left, .title__divider--circle .line-right {
height: 2px;
width: 1000%;
position: absolute;
top: .5em;
}
.title__divider--circle .line-left:after, .title__divider--circle .line-right:after {
content: '';
display: block;
position: absolute;
margin-top: -2px;
border-radius: 50%;
height: 6px;
width: 6px;
top: 0;
box-shadow: 0 0 0 6px #c4d700 inset, 0 0 10px 0 rgba(0, 157, 53, 1);
}
.base-bg-1 {
background-color: #c4d700;
}
.base-bg-2 {
background-color: rgba(255, 255, 255, 0.84) !important;
}
.base-bg-2:after {
box-shadow: 0 0 0 6px #fff inset, 0 0 10px 0 rgba(255, 255, 255, 1)!important;
}
.title__divider--circle .line-left {
right: 123%;
}
.title__divider--circle .line-left:after {
right: 0;
}
.title__divider--circle .line-right {
left: 120%;
}
.title__divider--circle .line-right:after, .title__divider--shadow.text-left .shadow {
left: 0;
}
.title__divider--gradient .line-left, .title__divider--gradient .line-right {
display: block;
position: absolute;
height: 3px;
width: 315px;
top: .5em;
}
.title__divider--gradient .line-left {
right: 122%;
}
.title__divider--gradient .line-right {
left: 122%;
}
.title__divider--angle {
overflow: hidden;
}
.title__divider--angle .title__divider__wrapper {
padding-bottom: 47px;
}
.title__divider--angle .line-left, .title__divider--angle .line-right {
display: block;
position: absolute;
height: 2px;
bottom: 17px;
width: 570px;
}
.read-more-bt {
display: block;
padding: 10px 15px;
border-radius: 50px;
background: #036b26;
color: #fff;
width: 150px;
margin: 30px auto 0 auto;
}
.read-more-bt:hover {
display: block;
background: #121212;
color: #fff;
}
.base-font-color {
color: #c4d700;
}
.border-radius-50 {
border-radius: 50px;
}
/*
11. end-about us page
---------------------------------------*/

/*
13.timelines style
---------------------------------------*/
.timelines {
/*background-color: #ffffff;*/
/*background-image: url("../img/patter.jpg");*/
padding:39px 0 90px 0;}
/*
13. end-timelines style
---------------------------------------*/

/*
14 .our-awards
---------------------------------------*/
.our-awards {
padding:37px 0 30px 0;
}
.counter__wrapper-filled h4 {
margin: 20px 0 0 0;
}
.our-awards .container {
z-index: 999;
position: relative;
}
.section-title h3 {
font-size: 42px;
margin: 0 0 30px 0;
line-height: 50px;
font-weight: 700;
    color: #485157;
}
.section-title h3 span {
display: inline-block;
}
/*
13-end-our-awards
---------------------------------------*/

/*
14. Mission & Goals style
---------------------------------------*/
.section_header { margin-top:-12px}

.services-section {
padding:40px 0 62px 0;
}
.service-block-two {
position: relative;
margin-bottom: 0;
}
.service-block-two .inner-box {
position: relative;
padding-left: 130px;
}
.service-block-two .inner-box .icon-box {
position: absolute;
left: 0px;
top: -10px;
font-size: 84px;
line-height: 1em;
}
.service-block-two .inner-box h3 {
	position: relative;
	font-size: 20px;
	line-height: 1.3em;
	margin:0;
	color:#c4d700;
    display: inline;
}
.service-block-two .inner-box .text {
position: relative;
font-size: 16px;
margin-top: 5px;
}
/*
14. end-Mission & Goals style
---------------------------------------*/



/*
16.event-page-container
---------------------------------------*/
.event-page-container {
position: relative;
padding:60px 0px 60px;
}
.title-css h5 {
margin:10px 0 0 0;
padding:0;
}
.book-now {
text-align: right;
}
.left-css {
float: left;
}
.right-css {
float: right;
}
.d-flex2 {
display: inherit;
}
.view-grid {
text-align: right;
}
.view-grid button {
margin:0 0 20px 0;
}
.btn-md-3 {
}
.event-block-three {
position: relative;
margin-bottom: 30px;
}
.event-block-three .inner-box {
position: relative;
}
.event-block-three .inner-box img {
transition: all .5s ease-in-out;
}
.event-block-three .inner-box:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
transition: all .5s ease-in-out;
}
.event-block-three .inner-box .image-column {
position: relative;
overflow:hidden;
transition: all .2s ease-in-out;
}
.event-block-three .inner-box hr {
margin:10px 0 10px 0;
padding: 0;
border-bottom: dashed 1px #ccc;
border-top: 0;
}
.event-block-three .inner-box .image-column .inner-column {
position: relative;
}
.event-block-three .inner-box .image-column .image {
position: relative;
overflow:hidden
}
.event-block-three .inner-box .image-column .image img {
position: relative;
width: 100%;
display: block;
border-radius: 8px;
}
.event-block-three .inner-box .content-column {
position: relative;
}
.event-block-three .inner-box .content-column .inner-column {
position: relative;
}
.event-block-three .inner-box .content-column .inner-column p {
margin:10px 0 10px 0;
font-size:15px; line-height:28px;
}
.event-block-three .inner-box .content-column .upper-box {
position: relative;
}
.event-block-three .inner-box .content-column .upper-inner {
position: relative;
padding-top:0;
padding-left:80px;
padding-bottom:20px;
}
@media (min-width:768px) {
.date-2 {
display:none!important
}
}
.date-outer {
position: absolute;
left: 0px;
top: 0px;
border: solid 1px #c4d700;
background: #c4d700;
padding:15px 5px 8px 5px;
z-index: 999;
}
.date-outer2 {
position: absolute;
left: 0px;
top: 0px;
border: solid 1px rgba(0, 136, 204, 0.8 );
background: rgba(0, 136, 204, 0.8 );
padding:15px 5px 8px 5px;
z-index: 999;
}
.date {
position: relative;
font-family: 'DM Serif Display','微軟正黑體', serif;
color: #fff;
width: 57px;
font-size: 35px;
text-align: center;
padding: 10px 10px 10px 10px;
line-height: 0;
}
.btn-inside-out {
text-transform: uppercase;
}
.month {
position: relative;
color: #fff;
font-size: 13px;
border-radius: 10px;
text-align: center;
margin-top: 10px;
text-transform: uppercase;
}
.event-block-three .inner-box .content-column .upper-box .upper-inner .category {
position: relative;
color: #333333;
font-size: 16px;
font-weight:700
}
.event-block-three .inner-box .content-column .upper-box .upper-inner .category span {
display: inline-block;
color: #c4d700;
font-weight: 700;
}
.event-block-three .inner-box .content-column h3 {
position: relative;
color: #121212;
font-size:20px;
margin-top:10px;
margin-bottom: 0;
}
.event-block-three .inner-box .content-column h3 a {
position: relative;
color: #333333;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.event-block-three .inner-box .content-column h3 a:hover {
color: #c4d700;
}
.event-block-three .inner-box .content-column .post-meta {
position: relative;
padding-top:0;
margin-bottom:0;
}
.event-block-three .inner-box .content-column .post-meta li {
position: relative;
color: #777777;
font-size: 12px;
font-weight: 500;
margin-right: 15px;
margin-bottom:0;
display: inline-block;
font-weight:700
}
.event-block-three .inner-box .content-column .post-meta li:last-child {
margin-right: 0px;
}
.event-block-three .inner-box .content-column .post-meta li {
position: relative;
color: #c4d700;
font-size:14px;
}
.event-block-three .inner-box .content-column .post-meta li .icon {
    position: relative;
    margin-right: 0;
    color: #c4d700;
    width: 21px;
}
.event-block-three .inner-box .content-column .btns-box {
position: relative;
}
.event-block-three .inner-box .content-column .btns-box .theme-btn {
padding: 8px 26px;
font-size: 16px;
font-weight: 400;
margin: 0px 6px;
text-transform: capitalize;
}
.event-block-three .inner-box .content-column .btns-box .theme-btn:first-child {
padding: 10px 26px;
}
.box-shadow-base {
box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}
.list-style-three {
position: relative;
}
.list-style-three li {
position: relative;
margin-bottom: 15px;
font-size: 16px;
padding-left: 25px;
line-height: 2em;
list-style: none;
}
.list-style-three li:before {
position: absolute;
content: "\f061";
left: 0px;
top: 0px;
color: #c4d700;
font-weight: 700;
font-size: 16px;
font-family: 'Font Awesome 5 Free';
}
input:focus {
border: 0;
}
.charity-name {
margin: 10px 0 0 0;
}
.category2 .category {
margin: 15px 0 0 0;
font-weight:700
}
.category2 h4 {
margin:5px 0 10px 0;
padding: 0;
font-size: 20px;
}
.category2 h4 a {
color: #2c2c2c;
}
.theme_color {
color: #c4d700;
}
/*end book-now*/
.book-now-bg {
height: 100vh;
}
.featured-tab .nav-tabs > li > a {
color: #fff;
background: #1c1c24;
text-shadow: none;
border-radius: 50px;
position:relative;
font-size:18px;
margin: 0 10px 0 0;
padding:12px 35px 12px 35px;
border: 0;
display:inline-block;
-moz-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.featured-tab .nav-tabs > li > a.active::after {
display: inline-block;
position:absolute;
content: "";
border-top: .8em solid #c4d700;
border-right: .8em solid transparent;
border-bottom: 0;
bottom:-10px;
left:41%;
border-left: .8em solid transparent;
}
.featured-tab .nav-tabs > li > a:hover {
text-decoration:none
}
.featured-tab .tab-content {
border-top: 0;
padding: 0;
overflow: hidden;
}
.featured-tab .nav.nav-tabs .nav-tabs {
text-align: center;
}
.featured-tab .nav.nav-tabs li {
display: inline-block;
}
.featured-tab .nav.nav-tabs {
text-align: center;
margin-bottom: 30px;
border-bottom: 0;
display: inline-block;
}
.featured-tab .nav-tabs .active {
color: #fff;
background: #c4d700;
}
.featured-tab .nav-tabs > li > a:hover {
background: #c4d700;
}
.featured-tab blockquote {
padding: 10px 20px;
margin: 10px 0 5px;
font-size: 15px;
background:#efefef;
border-left: 5px double #c4d700;
font-style: italic;
}
.video-icon {
text-align: center;
color: #fff;
display: block;
font-size: 32px;
z-index: 1;
position: absolute;
display: inline-block;
border-radius: 100%;
top: 37%;
left: 0;
right: 0;
margin: 0 auto;
}
.icon__btn-sm {
font-size: 20px;
width: 70px;
height: 70px;
}
.icon__btn {
display: inline-block;
margin: 10px;
border-radius: 50%;
position: relative;
z-index: 3;
}
.icon__btn, .icon__btn .spike {
background: #FFF;
}
.icon__btn i {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.icon__btn-circled>.before {
top: -33px;
left: -33px;
right: -33px;
bottom: -33px;
-webkit-transform: scale(1);
transform: scale(1);
}
.icon__btn>.before {
-webkit-transform: scale(1.35);
transform: scale(1.35);
opacity: .4;
}
.icon__btn>.after, .icon__btn>.before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
border-radius: 50%;
z-index: -1;
}
.icon__btn>.after, .icon__btn>.before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
border-radius: 50%;
z-index: -1;
}
.featured-tab .nav-tabs>li.active>a {
position: relative;
}
.featured-tab .tab-pane img.pull-left {
margin: 0 20px 10px 0;
}
.featured-tab .tab-pane img.pull-right {
margin: 0 0 0 20px;
}
.tab-content-title {
font-size: 24px;
margin: 0 0 15px;
line-height: 22px;
}
ul.list-arrow li::before {
margin-right: 10px;
color: #c4d700;
font-size: 16px;
}
/*Intro single image style*/
#ts-intro {
padding:40px 0 60px 0;
position: relative;
}
/*Schedule style*/
.ts-schedule {
padding:40px 0 50px 0;
background-image: url(../img/xv.png);
}
.schedule-tab, .schedule-content .container {
max-width: 960px;
margin: 0 auto;
}
.schedule-tab .nav-tabs {
text-align: center;
margin-bottom: 40px;
}
.schedule-tab .nav-tabs > li {
float: none;
display: inline-block;
zoom: 1;
}
.schedule-tab .nav-tabs > li > a {
color: #fff;
background: #1c1c24;
border-radius: 50px;
padding: 13px 40px;
font-family: 'DM Serif Display','微軟正黑體', serif;
margin: 0 5px;
font-weight:400;
position: relative;
}
/*schedule-date style*/
.schedule-date {
font-size: 28px;
margin-bottom: 30px;
margin-top: 10px;
color: #c4d700;
text-align: center;
}
.schedule-slot-time span {
display:block;
font-size:18px;
line-height:15px;
font-weight:normal
}
.schedule-listing {
padding:15px 15px;
border: 1px solid #ddd;
margin-bottom:10px;
position: relative;
border-radius:;
background: #fff;
}
.schedule-listing:hover {
box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.schedule-listing.bg {
background: #fafafa;
}
.schedule-slot-time {
background:#c4d700;
color:#fff;
font-size:20px;
display:block;
text-align:center;
font-weight:900;
border:solid 7px #239bd7;
min-height:70px;
padding:10px 10px;
}
.schedule-slot-time .fa-clock {
display:block
}
.schedule-slot-speakers {
border-radius: 5px;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.schedule-slot-info-content {
padding:0 0 0 10px
}
.schedule-slot-speaker-name {
color: #c4d700;
margin:10px 0 0 0;
font-size: 16px;
}
.schedule-slot-title {
margin: 7px 0 9px 0;
font-size: 20px;
}
/*our-volunteers style*/
#our-volunteers {
padding:37px 0 60px 0;
background-attachment: scroll;
background-size: cover;
background: url(../img/5.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
/*end-our-volunteers style*/


/*book-now style-*/
#venu-information {
padding:40px 0 60px 0;
position: relative; border-bottom:solid 1px #e0e0e0}
.venu-info-content {
text-align: center;
}
.venu-info-icon {
display: block;
font-size: 25px;
margin: 0 auto 20px auto;
color: #fff;
background: transparent;
width: 70px;
height: 70px;
line-height: 60px;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
border: solid 5px #c4d700;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.venu-info-content:hover .venu-info-icon {
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
border: solid 5px transparent;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
background: #c4d700;
border-top-left-radius: 0;
border-bottom-right-radius: 0;
}
.venu-info-title {
color: #fff;
}
.venu-info-text {
color: #fff;
}
.venu-info-link {
color: #fff;
font-weight: 700;
background: #c4d700;
padding: 8px 15px;
display: inline-block;
border-radius: 5px;
}
.venu-info-link i{margin-left:10px}
.venu-info-link:hover {
color: #121212;
font-weight: 700;
background: #fff;
}
.loader, .loader:before, .loader:after {
background: #ffffff;
-webkit-animation: load1 1s infinite ease-in-out;
animation: load1 1s infinite ease-in-out;
width: 0.5em;
height: 1em;
}
.loader {
color: #ffffff;
text-indent: -9999em;
margin: 23% auto 0 auto;
position: relative;
font-size: 11px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
.loader:before, .loader:after {
position: absolute;
top: 0;
content: '';
}
.loader:before {
left: -1.5em;
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.loader:after {
left: 1.5em;
}
.venu-info-link {
font-size: 16px;
text-transform:uppercase;
font-weight:600
}
@-webkit-keyframes load1 {
0%, 80%, 100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
@keyframes load1 {
0%, 80%, 100% {
box-shadow: 0 0;
height: 4em;
}
40% {
box-shadow: 0 -2em;
height: 5em;
}
}
/*end book-now*/

/*
16. end-event-page-container
---------------------------------------*/

/*
17. portfolio style
---------------------------------------*/
#section-portfolio {
padding:60px 0 30px 0;
}
/*
17.end portfolio style
---------------------------------------*/

/*
18.causes-page style
---------------------------------------*/
#causes-page {
padding:80px 0 50px 0;
}
.donate-btn .btn-md-3 {
position: absolute;
margin: 0 auto 0 auto;
left: 0;
right: 0;
width: 150px;
bottom: -15px;
}
.donate-btn .btn-inside-out > .before {
padding-top:10px;
}
.singel-causes {
position: relative;
margin-bottom: 40px;
background-color: #fff;
}
.singel-causes .causes-thum {
position: relative;
}
.singel-causes .causes-thum a {
display: block;
}
.singel-causes .causes-thum img {
width: 100%;
border-bottom: 4px solid #53c203;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.singel-causes .causes-thum .percentise {
-webkit-transform: translateY(50%);
transform: translateY(50%);
}
.singel-causes .causes-thum .percentise span {
font-size: 16px;
color: #fff;
width: 60px;
height: 60px;
line-height: 55px;
text-align: center;
background-color: #121212;
border-radius: 3px;
font-weight: 700;
display: block;
position: absolute;
z-index: 9999;
right: 0;
}
.singel-causes .causes-cont {
padding: 20px 30px 30px;
border: 1px solid #ddd;
border-top: 0;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
text-align: center;
}
.singel-causes .causes-cont .causes-title a {
font-size:25px;
color: #c4d700;
margin-bottom: 15px;
text-decoration:none
}
.singel-causes .causes-cont p {
padding-bottom:0;
}
.singel-causes .causes-cont span {
display: block;
font-weight:500;
font-size: 16px;
color: #999;
margin-bottom:7px
}
.singel-causes .causes-cont span b {
color: #333;
}
.gray-bg {
background: #f3fafe;
}
.causes-thum .top-box {
box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.03);
background: #fff;
padding: 39.5px 0;
margin-bottom: 30px;
position: relative;
}
.causes-thum .top-box:before {
content: '';
width: 100%;
height: 100%;
background: #ffaa01;
position: absolute;
top: 0;
left: 0;
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-webkit-transform-origin: bottom center;
transform-origin: bottom center;
transition: -webkit-transform .4s ease;
transition: transform .4s ease;
transition: transform .4s ease, -webkit-transform .4s ease;
}
.causes-thum .top-box .inner-content {
position: relative;
}
.causes-thum .top-box i.box-icon {
display: block;
font-size: 46px;
color: #002c42;
transition: all .4s ease;
}
.causes-thum .top-box h3 {
margin: 0;
font-size: 24px;
margin-top: 10px;
}
.hover-social {
text-align:center;
position: relative;
display: inline-block;
width:100%
}
.hover-social a {
border-radius:50%;
background:#ffffff;
height:35px;
width:35px;
text-align:center;
display:inline-block!important;
transition: all .4s ease;
margin:0 5px;
padding-top:5px;
border:2px solid #ffffff;
}
.hover-social a:hover {
background:none;
color:#ffffff;
}
.hover-social h5 {
color:#ffffff;
font-weight:400;
margin-bottom:10px
}
.causes-thum .top-box h3 a {
transition: all .4s ease;
color: #002c42;
}
.causes-thum .image-block {
position: relative;
overflow: hidden;
}
.causes-thum .image-block:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: rgba(0, 157, 53, 0.7);
-webkit-transform: scaleX(0);
transform: scaleX(0);
z-index: 0;
transition: .5s ease;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.causes-thum .image-block > img {
width: 100%;
}
.causes-thum .image-block .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 500ms ease;
transition-delay: .1s;
-webkit-transform: scale(0);
transform: scale(0);
z-index: 2;
}
.causes-thum .image-block .overlay .box {
display: table;
height: 100%;
width: 100%;
}
.causes-thum .image-block .overlay .box .content {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.causes-thum .image-block .overlay .box .content .dotted {
position: relative;
display: inline-block;
width: 5px;
height: 5px;
background: #fff;
border-radius: 50%;
}
.causes-thum .image-block .overlay .box .content .dotted:before {
position: absolute;
top: 0px;
left: -15px;
width: 5px;
height: 5px;
background: #fff;
border-radius: 50%;
content: "";
}
.causes-thum .image-block .overlay .box .content .dotted:after {
position: absolute;
top: 0px;
right: -15px;
width: 5px;
height: 5px;
background: #fff;
border-radius: 50%;
content: "";
}
.causes-thum:hover .top-box:before {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-transform: scale(1, 1);
transform: scale(1, 1);
}
.causes-thum:hover .top-box i.box-icon {
color: #fff;
}
.causes-thum:hover .top-box h3 a {
color: #fff;
}
.causes-thum:hover .top-box h3 a:hover {
color: #002c42;
}
.causes-thum:hover .image-block:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
transition: .2s ease;
}
.causes-thum:hover .image-block .overlay {
-webkit-transform: scale(1);
transform: scale(1);
transition: all 500ms ease;
transition-delay: .2s;
}
/*Our Services style*/

#services-section {
padding:60px 0
}
#services-section hr {
border-top: 1px solid red;
}
.list2 {
margin:0;
padding:0;
}
.list2 li {
position:relative;
list-style:none; 
display:inline-flex; 
width:100%;
}
.list2 li::before {
	margin: 0;
    padding: 0;
    list-style: none;
    content: "\f35a";
    font-family: Font Awesome\ 5 Free;
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    margin-top: 6px;
    padding: 0 7px 0 0;
}
.mt-30 {
margin-bottom: 60px;
}
#services-part {
padding:75px 0 40px 0;
}
.singel-services {
border: 1px solid #ddd;
border-radius: 5px;
padding: 25px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
background-color: #fff;
cursor:pointer;
}
.singel-services:hover {
border-color: transparent;
-webkit-box-shadow: 0px 0px 10px 0px rgba(213, 213, 213, 0.83);
box-shadow: 0px 0px 10px 0px rgba(213, 213, 213, 0.83);
background-color:#e9e9e9;
}
.singel-services .icon {
}
.singel-services .icon i {
font-size: 45px;
color: #53c203;
line-height: 40px;
}
.singel-services .cont {
padding-top: 20px;
}
.singel-services .cont .services-title {
font-size: 24px;
color:#121212;
padding-bottom:0;
}
.singel-services .cont p {
padding-bottom:0;
}
.singel-services .cont a {
font-size: 15px;
color: #c4d700;
font-weight: 700;
}
.singel-services .cont a i {
margin-left: 4px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.singel-services .cont a:hover i {
margin-left: 8px;
}
/*18. end causes-page style
---------------------------------------*/



/*19.Blog Page style
---------------------------------------*/
.blog-bg {
background: #f4f4f4;
}
.mrg-15 {
margin:0 -15px
}
 
.blog-right {
margin-bottom:15px;
}
.content-section {
padding:60px 0 60px 0;
}
.blog-left {
}
.blog-in {
padding: 25px;
background: #fff;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
.blog-in h3 {
font-size: 22px;
color: #485157;
font-weight: 700;
margin-top: 0;
margin-bottom:0;
letter-spacing: 0;
line-height: 28px;
}
.blog-in h3.info-title{
	font-size: 26px;
    line-height: 32px;
}
.blog-in-grid h1 {
font-size: 20px;
color: #485157;
font-weight: 700;
margin-top: 0;
margin-bottom:5px
}
.comm-date {
margin: 0 0 10px 0;
padding: 0;
}
.comm-date ul {
margin: 0;
padding: 0;
}
.comm-date li {
margin: 0 5px;
padding: 0;
display: inline-block;
font-size: 14px;
color: #999;
font-weight: 400;
}
.blog-in-grid .comm-date li {
font-size:14px
}
.comm-date li span {
color: #c4d700;
}
.comm-date li a {
color: #c4d700;
transition: 0.5s;
}
.comm-date li a:hover{
	color: #485157;
}
.blog-text {
margin: 10px 0 15px 0;
}
.blog-text p {
font-weight: 400;
color: #485157;
line-height: 23px;
    font-size: 15px;
}
.blog-in-grid .blog-text p {
line-height:25px
}
.share2 {
line-height: 40px;
text-transform: uppercase;
float: right;
}
.share2 h4 {
float: left;
text-transform:capitalize;
margin: 11px 10px 0 0;
font-size: 15px;
}
.share2 a {
margin: 0 0 0 10px;
padding: 0;
}
.share2 .fa {
font-size: 15px;
}
.share2 a:hover {
color: #121212;
}
.blog-right {
padding: 20px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
background: #fff;
}
.blog-right h3 {
font-size: 26px;
color: #333;
text-align: left;
font-weight: 900!important;
margin: 0 0 5px 0;
letter-spacing: 1px;
}
.blog-right h4 {
font-size:16px;
color: #121212;
line-height: 22px;
font-family: 'Lato','微軟正黑體', sans-serif;
margin-bottom: 0;
text-align: left;
font-weight: 900!important;
}
.blog-right .no-padding {
margin: 0 0 10px 0;
padding-right:0px
}
.blog-right .input-group {
margin-bottom: 5px;
font-weight: 400;
}
.blog-right .input-group button, .blog-right .input-group input {
border-radius: 0;
background: #eeeeee;
border: 0 none;
height: 40px;
text-transform: uppercase;
}
.blog-right .input-group input {
font-size: 12px;
}
.blog-right p {
font-size: 14px;
color: #c4d700;
margin-top:5px;
text-align: left;
font-weight:600;
}
.cat-list {
margin: -15px 0 5px 0;
padding: 0;
}
.cat-list li {
font-size: 15px;
    color: #485157;
    text-align: left;
    font-weight: bold;
    line-height: 44px;
    list-style: none;
    position: relative;
}
.cat-list li a {
color: #485157;
text-transform: capitalize;
border-bottom: dotted #dddddd 1px;
width: 100%;
padding-left: 0;
display: inline-block;
transition: 0.5s;
}
.cat-list li a i {
/*color: #c4d700;*/
font-size: 15px;
display: inline-block;
margin: 2px 10px 0 0;
}
.cat-list li.active a,
.cat-list li a:hover {
color: #c4d700;
}
.right-logo {
border: double 3px #121212;
padding: 20px;
}
.continue {
border: 0;
}
.continue i {
-webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.continue {
display: inline-block;
background: #c4d700;
color: #fff;
border-bottom: 3px solid #096a9e;
padding: 10px 15px;
margin-left: 0;
font-size: 13px -webkit-transition: opacity 0.4s ease-in-out;
-moz-transition: opacity 0.4s ease-in-out;
-ms-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.continue:hover {
background: #121212;
border-bottom: 3px solid #121212;
color: #ffffff;
}
.continue:hover i {
padding-left: 5px;
}
.blog-right a:hover h4 {
color: #c4d700;
}
.faq-section .col-md-8, .blog-bg .col-md-8 {
width: 68.667%;
}
.faq-section .col-md-4, .blog-bg .col-md-4 {
width: 31.333%;
}
.blog-in {
margin-bottom:30px;
}
.border-orange {
height: 2px;
width: 48px;
background: #c4d700;
margin: 10px 0 20px;
}
.tag-list li {
display: inline-block;
margin-right: 3px;
margin-bottom: 6px;
}
.tag-list li a {
display: inline-block;
background: #c4d700;
padding: 3px 10px;
border-radius: 3px;
color: #FFFFFF;
font-size: 14px;
text-transform:capitalize
}
.tag-list li a:hover {
background: #121212;
}
.right-tags {
padding: 5px 10px;
display: inline-block;
margin-right: 5px;
font-size: 11px;
font-weight: 700;
margin-top: 10px;
background: #c4d700;
color: #fff;
}
.right-tags:hover {
background: #121212;
color: #fff;
}
.pro-hr {
border-color: #dddddd;
margin: 30px 0;
}
.dp-container {
width: 15%;
float: left;
}
.dp-container img {
width: 89px;
border-radius: 50%;
}
.main-comment {
width: 85%;
float: left;
}
.main-comment h4 {
font-size: 20px;
}
.main-comment span {
font-style: italic;
font-size: 15px;
text-transform: none;
font-weight: 400;
color: #7e7e7e;
margin-left: 5px;
}
.main-comment p {
font-weight: 400;
}
.main-comment button {
background: #c4d700;
border-radius: 5px;
border: 0 none;
color: #FFFFFF;
text-transform: uppercase;
padding: 5px 20px;
font-weight:900;
font-size: 15px;
text-transform: uppercase;
}
.main-comment button:hover {
background: #121212;
}
.reply-form {
margin-top: 20px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 25px;
background: rgba(0, 0, 0, 0.05);
}
.reply-form h3 {
margin-top: 0;
font-weight:800;
font-size: 18px;
}
.reply-form .name-input {
width: 100%;
height: 40px;
text-indent: 40px;
background: url(../img/icon/user.png) #FFFFFF no-repeat 15px center;
border: 1px solid #ccc;
}
.reply-form .name-input.email-input  {background: url(../img/icon/mail.png) #FFFFFF no-repeat 15px center;}
.no-background {
background: 0 none;
}
.no-border {
border: 0 none;
}
.reply-form .email {
width: 100%;
height: 40px;
text-indent: 40px;
background: url(../img/icon/mail.png) #FFFFFF no-repeat 15px center;
border: 1px solid #ccc;
}
.reply-form textarea {
width: 100%;
height: 140px;
text-indent: 30px;
background: url(../img/icon/message.png) #FFFFFF no-repeat 15px 16px;
border: 1px solid #ccc;
padding: 10px;
margin-bottom:10px;
}

.reply-form .continue {
padding: 7px 15px;
}
/*19.end Blog Page style
---------------------------------------*/

/*
20.contact
---------------------------------------*/
#contact {
padding:37px 0 60px 0;
}
#map-container-google-4 iframe {
border: 0;
}
.adress-w3pvt-info h6 {
font-size: 1.2em;
color: #3d3d3e;
margin:1em 0 0 0;
text-transform: capitalize;
}
.adress-w3pvt-info p {
color: #777;
margin-bottom: 0;
}
.adress-w3pvt-info a {
	color: #777;
    line-height: 18px;
    margin-top: 5px;
    word-break: break-all;
	display: block;
	transition: 0.5s;
}
.adress-w3pvt-info a:hover{
	color: #c4d700;
}
.adress-icon span.fas {
color: #c4d700;
font-size: 2em;
vertical-align: middle;
}
.adress-icon span.far {
color: #c4d700;
font-size: 2em;
vertical-align: middle;
}
.contact-forms input, .contact-forms textarea, .contact-forms select {
font-size: 15px;
color: #121212;
padding: 1.5em 1em;
outline: none;
border: none;
border-radius: 0px;
outline: none !important;
border: solid 1px #e0e0e0;
}
.contact-forms textarea {
height:187px;
}
.contact-forms2 textarea {
height:185px;
}
.contact-forms select {
padding: 0em 1em;
height: 52px !important;
color: #777;
}
button.sent-butnn {
font-size: 16px;
text-decoration: none;
text-transform: capitalize;
display: inline-block;
outline: none;
color: #fff;
background: #f4b200;
border-radius: 0px;
padding: 10px 20px;
}
.contact-left-form {
padding: 45px 35px 35px;
background: #fff;
box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}
.contact-right h4 {
font-size: 30px;
text-transform: capitalize;
line-height: 40px;
margin-top: 1em;
}
.contact-right h5 {
font-size: 25px;
}
.map iframe {
border: none;
outline: none;
height: 350px;
width: 100%;
}
.map-container-4 {
overflow: hidden;
padding-bottom: 10%;
position: relative;
height: 0;
}
.map-container-4 {
height: 400px;
}
.map-container-4 iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
}
.cap-in h2 {
font-weight:900!important
}
.pic {
overflow:hidden;
height:100%;
width: 100%;
}
.sidepan img {
margin-left:0;
-webkit-transition:margin 1s ease;
-moz-transition:margin 1s ease;
-o-transition:margin 1s ease;
-ms-transition:margin 1s ease;
transition:margin 1s ease
}
.sidepan img:hover {
margin-left:-120px
}
.infobox {
padding:50px 25px;
box-shadow: 0 10px 30px 0 rgba(26, 43, 99, .1);
border-style: solid;
border-width: 0 0 0 0;
}
/*contact 3*/
.contact-bg3 {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
padding:53px 0 110px 0;
}
.contact-bg3:before {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(4, 57, 83, 0.90);
}
.contact-bg3 .container {
position:relative;
z-index:999;
}
.contact-text {
text-align:center
}
.contact-text h3 {
color:#fff;
font-size:40px;
margin:0
}
.contact-text h4 {
color:#fff;
font-size:18px;
margin-bottom:15px
}
.video-content {
text-align: center;
}
.ekit-video-popup-btn {
padding: 0 0 0 0;
font-size: 25px;
width: 85px;
height: 85px;
line-height: 85px;
color: #fff;
background-color:#f3525a;
display:block;
margin:0 auto;
border-radius:70px
}
.ekit-video-popup-btn:hover {
color:#fff;
background-color:#c4d700;
}
.left-div {
box-shadow: 0 3px 3px 0 rgba(17, 12, 79, .1);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 60px 54px 060px 54px;
min-height:600px;
padding:60px 54px 60px 54px;
background:#fff
}
.contact-form {
margin-top:-70px;
margin-bottom:34px;
}
.left-div ul {
margin:0;
padding:0;
}
.left-div li {
list-style:none;
margin:0;
padding:0;
}
.contact-css {
margin: 0 0 25px 0;
font-size: 30px;
font-weight: 700;
}
.contact-css p {
color:#565872;
font-size: 16px;
font-weight: 400;
line-height: 30px;
margin: 0 0 40px 0;
}
.right-div {
box-shadow: 0 3px 3px 0 rgba(17, 12, 79, .1);
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
padding: 60px 54px 060px 54px;
background-color: #eef2f6;
min-height:600px;
padding:60px 54px 60px 54px
}
/*contact 3*/




/*20.end-contact
---------------------------------------*/
.bg-fixed {
background:fixed;
}
.timeline__date {
font-weight:700
}
.rev-btn {
font-size:16px!important
}
#services {
padding:53px 0 17px 0
}
/*===========================
24.SERVICES ITEM css 
===========================*/
.services-item-area .section-title .title {
font-size: 60px;
margin-bottom: 13px;
}
@media (max-width: 767px) {
.services-item-area .section-title .title {
font-size: 30px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-item-area .section-title .title {
font-size: 46px;
}
}
.services-item-area .section-title .title::before {
display: none;
}
.services-item-area .section-title p {
padding: 0 22px 45px;
}
.services-item-area .single-services-item {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
/*.services-item-area .single-services-item img {
width: 100%;
}*/
.services-item-area .single-services-item .services-overlay {
position: absolute;
bottom: -110px;
left: 0;
width: 100%;
height: 180px;
background-color: rgba(72,81,87, 0.7);
padding: 20px 40px 40px;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.services-item-area .single-services-item .services-overlay {
padding: 20px 20px 40px;
}
.services-item-area .single-services-item .services-overlay p {
    font-size: 15px;
    line-height: 23px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.services-item-area .single-services-item .services-overlay {
padding: 20px 30px 40px;
}
}
@media (max-width: 767px) {
.services-item-area .single-services-item .services-overlay {
padding: 20px 20px 40px;
height: 170px;
    bottom: -100px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-item-area .single-services-item .services-overlay {
padding: 20px 26px 40px;
}
}
.services-item-area .single-services-item .services-overlay i {
position: absolute;
top: -20px;
left: 20px;
height: 70px;
width: 70px;
background: #c4d700;
text-align: center;
line-height: 70px;
color: #fff;
font-size: 30px;
}
.services-item-area .single-services-item .services-overlay p {
color: #fff;
padding-top: 20px;
}
.services-item-area .single-services-item .services-overlay .title {
padding-left: 80px;
color: #fff;
font-size:22px;
font-family: 'Lato','微軟正黑體', sans-serif;
margin-bottom: 2px;
}

.services-item-area .single-services-item .services-overlay .title a { color:#fff; display:block}
.services-item-area .single-services-item .services-overlay .title a:hover { color:#000} 

@media(max-width:1199px) {
  .services-item-area .single-services-item .services-overlay .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.services-item-area .single-services-item .services-overlay .title {
padding-left: 90px;
}
}
@media (max-width: 767px) {
.services-item-area .single-services-item .services-overlay .title {
padding-left: 95px;
font-size: 18px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-item-area .single-services-item .services-overlay .title {
padding-left: 80px;
font-size: 20px;
}
}
.subscribe-section .subscribe-form .form-group input[type="text"], .subscribe-section .subscribe-form .form-group input[type="tel"], .subscribe-section .subscribe-form .form-group input[type="email"], .subscribe-section .subscribe-form .form-group textarea{color:#ffffff;}
.services-item-area .single-services-item:hover .services-overlay {
bottom: 0;
background: rgba(72,81,87, 0.9);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-item-area .single-services-item:hover .services-overlay {
bottom: -20px;
}
}
/*===============================
25.SERVICES OPTIMIZATION css 
================================*/
.services-optimization-area .services-optimization-thumb-2 {
margin-top: -170px;
margin-right: 20px;
text-align: right;
}
@media (max-width: 767px) {
.services-optimization-area .services-optimization-thumb-2 {
margin-top: 0;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-optimization-area .services-optimization-thumb-2 {
margin-top: -170px;
}
}
.services-optimization-area .services-optimization-thumb-2 img {
border: 14px solid #ebebeb;
}
.services-optimization-area .services-optimization-content > span {
color: #c4d700;
font-weight: 700;
position: relative;
padding-bottom:10px; display:inline-block
}
.services-optimization-area .services-optimization-content > span::before {
position: absolute;
content: '';
top: 10px;
right: -90px;
height: 2px;
width: 70px;
background: #c4d700;
}
@media (max-width: 767px) {
.services-optimization-area .services-optimization-content > span::before {
display: none;
}
}
.services-optimization-area .services-optimization-content .title {
font-size:47px;
line-height: 70px;
padding-bottom:5px;
}
@media (max-width: 767px) {
.services-optimization-area .services-optimization-content .title {
font-size: 42px;
line-height: 50px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-optimization-area .services-optimization-content .title {
font-size: 60px;
}
}


.services-optimization-area .services-optimization-content .action-support-item {
margin-top: 40px;
background: #ff5f6e;
text-align: center;
padding: 20px 40px;
position: relative;
display: inline-block;
z-index: 5;
}
.services-optimization-area .services-optimization-content .action-support-item i {
position: absolute;
top: 8px;
left: 10px;
opacity: .05;
color: #fff;
font-size: 60px;
z-index: -1;
}
.services-optimization-area .services-optimization-content .action-support-item p {
color: #fff;
font-size: 14px;
}
.services-optimization-area .services-optimization-content .action-support-item span {
color: #fff;
font-weight: 700;
font-size: 23px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
.services-optimization-area .services-optimization-content .action-support-item span {
font-size: 18px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.services-optimization-area .services-optimization-content .action-support-item span {
font-size: 18px;
}
}
.heading-style2 h2 {
line-height: 64px;
font-size: 3.5rem;
}
/*====SKILL AREA CSS ====*/
 
.services-tab {
padding:53px 0 55px 0
}
.services-tab {
background-image: url(../img/tab-bg.jpg);
background-position: center center;
background-size: cover;
}
.skill_area {}
.single_skill_thumb img {
width: 100%;
}
/* SINGLE SKILL CSS */







#iq-tab li.nav-item {
width:46%;
text-align:center;
margin:5px 5px
}
#iq-tab li.nav-item .nav-link {
background:#fff;
padding:20px 10px 30px;
text-align:center;
color:#1b0e3d;
font-size:16px;
font-weight:600;
position:relative
}
#iq-tab li.nav-item .nav-link img {
display:block;
margin:0 auto 20px
}
#iq-tab li.nav-item .nav-link.active, .nav-pills .show>.nav-link {
background: #00B4DB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #c4d700, #00B4DB);
background: linear-gradient(to right, #c4d700, #00B4DB);
box-shadow:0 7px 30px 0 rgba(0, 0, 0, .15);
color:#fff;
transition: 0.3s;
}
#iq-tab li.nav-item .nav-link:hover {
background: #00B4DB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #c4d700, #00B4DB);
background: linear-gradient(to right, #c4d700, #00B4DB);
box-shadow:0 7px 30px 0 rgba(0, 0, 0, .15);
color:#fff;
transition: 0.3s;
}


.nav-link2 {
background: #00B4DB!important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #c4d700, #00B4DB)!important;
background: linear-gradient(to right, #c4d700, #00B4DB)!important;
box-shadow:0 7px 30px 0 rgba(0, 0, 0, .15)!important;
color:#fff!important;
transition: 0.3s;
}
.nav-link2::before {content:"";
position:absolute;
bottom:30px;
color:#fff;
text-align:center;
width:100%;
left:0;
right:0;
margin:0 auto;
width:30px;
height:2px;
background:#fff;
transition: 0.3s;}


.nav-link2:hover {
background: #fff!important;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #fff, #fff)!important;
background: linear-gradient(to right, #fff, #fff)!important;
box-shadow:0 7px 30px 0 rgba(0, 0, 0, .15)!important;
color:#000!important;
transition: 0.3s;
}
.nav-link2::before:hover  {content:"";
position:absolute;
bottom:30px;
color:#000;
text-align:center;
width:100%;
left:0;
right:0;
margin:0 auto;
width:30px;
height:2px;
background:#000;
transition: 0.3s;}




.nav-pills .nav-link.active::before, .nav-pills .show>.nav-link::before {
content:"";
position:absolute;
bottom:30px;
color:#fff;
text-align:center;
width:100%;
left:0;
right:0;
margin:0 auto;
width:30px;
height:2px;
background:#fff;
transition: 0.3s;
}
.nav-pills .nav-link:hover::before, .nav-pills .show>.nav-link:hover::before {
content:"";
position:absolute;
bottom:30px;
color:#fff;
text-align:center;
width:100%;
left:0;
right:0;
margin:0 auto;
width:30px;
height:2px;
background:#fff;
transition: 0.3s;
}
#iq-tab .tab-content .services {
border:none;
box-shadow:none;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:start;
-ms-flex-align:start;
align-items:flex-start
}
#iq-tab .tab-content .services .info {
-webkit-box-flex:1;
-ms-flex:1;
flex:1
}
#iq-tab .tab-content .services:hover {
background:0 0;
color:#868894
}
#iq-tab .tab-content .services:hover h6 {
color:#33e2a0
}
#iq-tab li a span {
display:inherit
}
#iq-tab li a i {
font-size:40px;
font-weight:normal
}
.iq-fw-8 {
font-size:36px;
}
@font-face {
font-family: "Flaticon";
src: url("../vendor/flaticon/Flaticon.eot");
src: url("../vendor/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../vendor/flaticon/Flaticon.woff2") format("woff2"), url("../vendor/flaticon/Flaticon.woff") format("woff"), url("../vendor/flaticon/Flaticon.ttf") format("truetype"), url("../vendor/flaticon/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("../vendor/flaticon/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style:normal;
}
.flaticon-multimedia:before {
content: "\f100";
}
.flaticon-focus:before {
content: "\f101";
}
.flaticon-internet:before {
content: "\f102";
}
.flaticon-suitcase:before {
content: "\f103";
}
.flaticon-gear:before {
content: "\f104";
}
.list-css {
margin:0;
padding:0;
}
.list-css li {
list-style:none;
margin:0 0 8px 0;
padding:0;
display:flex;

font-size: 15px;
line-height: 22px;
color: #485157;

}
.list-css li::before {
content: "\f30b";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600!important;
    color: #c4d700;
    margin-right: 8px;
    font-size: 15px;
    line-height: 15px;
    margin-top: 6px;
}
.our-service-1 .owl-item {
padding:1px;
}
.sktext_inner blockquote {
padding: 10px 20px;
border-left: 5px solid #c4d700;
}
.sktext_inner blockquote p {
color:#808291;
font-style:italic;
margin:0
}
.single_skill_thumb {
background: url(../img/about-img/about-img.jpg) no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.single_skill_contant {
width:100%;
padding:7%
}
.single_skill_contant h2 {
font-size:40px;
line-height: 1.2;
padding-bottom: 15px;
}
.single_skill_contant em {
}
.single_skill_contant p {
margin-top: 8px;
margin-bottom: 12px;
}
.single_skill_contant ol {
margin:0 0 20px 15px;
padding:0;
}
.single_skill_contant ol li {
line-height: 30px;
font-weight: 500;
}
/* MONGER SKILL CSS*/
.monger_skill_wraper {
overflow: hidden;
}
.monger_skill {
}
.monger_skill_content {
position:relative;
}
.monger_skill_content h1, .monger_skill_content h2 {
font-size: 20px;
margin-top: 25px;
margin-bottom:8px;
text-transform: capitalize;
position:relative;
padding:0;
font-family: 'Lato','微軟正黑體', sans-serif;
}
.monger_skill_content h1 span {
	float:right
}
.monger_skill_content h2 {
	float:rightl;
position: absolute;
margin-top: -26px;
overflow:hidden;
}
/* MONGER SKILL PERSENT CSS */
.persent_text {
}
.monger_skill_wrapper {
background: #e4e4e4;
height:10px;
width: 100%;
border-radius: 5px;
}
.persent_color {
background: #00B4DB;
background: -webkit-linear-gradient(to right, #c4d700, #00B4DB);
background: linear-gradient(to right, #c4d700, #00B4DB);
height:10px;
border-radius:70px;
}
#our-service {
padding:0 0 70px 0
}
#testimonials3 {
padding:53px 0 45px 0
}
/* 9. pricing arae css */
#pricing-section {
padding:53px 0 70px 0
}
.pricing_area {
padding-bottom: 90px;
background-size: cover;
position: relative;
background-position: center center;
}
.pricing_area:before {
position:absolute;
content:"";
top:0;
right:0;
bottom:0;
left:0;
width:100%;
height:100%;
}
.pricing_title {
margin-top: 82px;
margin-bottom: 48px;
}
.pricing_title_inner {
text-align: center;
margin-top: 0px;
}
.pricing_pragraph {
}
.pricing_pragraph p {
width: 63%;
margin: auto;
margin-top: 10px;
margin-bottom: 59px;
}
/* single_pricing */
.single_pricing, .single_pricing2 {
position:relative;
}
.single_pricing, .single_pricing2 {
box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.15);
border-radius: 25px;
}
.single_pricing:hover, .single_pricing2:hover {
box-shadow: 0px 25px 57px 0px rgba(0, 0, 0, 0.2);
}
.single_pricing_title_inner, .single_pricing_title_inner2 {
text-align: center;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
padding: 22px 0px;
background: #00B4DB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.single_pricing_title_inner h3, .single_pricing_title_inner2 h3 {
font-size: 30px;
text-transform:capitalize;
display: inline-block;
padding:30px 0;
color:#fff
}
.single_pricing_title_inner h4, .single_pricing_title_inner2 h4 {
font-size:18px;
color: #605D5D;
background:#fff;
width:50%;
margin:0 auto;
padding:15px 0;
border-radius:10px;
box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.15);
position:absolute;
left:0;
right:0;
top:20%
}
.single_pricing_item, .single_pricing_item2 {
text-align: center;
background:#fff;
padding:20px 0 15px 0;
}
.single_pricing_item span, .single_pricing_item2 span {
font-size: 20px;
font-weight: 500;
display: inline-block;
}
.single_pricing_item .tk, .single_pricing_item2 .tk {
font-size:60px;
font-weight: 900;
color:#008bb7
}
.pricing_text, .pricing_text2 {
padding:22px 0px;
background:#f7f7f7;
}
.pricing_text ul, .pricing_text2 ul {
list-style:none;
}
.pricing_text ul li {
}
.pricing_text ul li a, .pricing_text2 ul li a {
display: block;
padding:8px 0px;
color: #333;
text-transform: none;
text-align: center;
}
/* pricing_botton */
.pricing_botton, .pricing_botton2 {
text-align: center;
padding-top: 2px;
padding-bottom:25px;
}
.pricing_botton a, .pricing_botton2 a {
font-size: 16px;
font-weight:800;
text-transform: uppercase;
display: inline-block;
color: #fff;
padding:10px 30px;
border-radius:5px;
-webkit-transition: .3s;
transition:.3s;
position:absolute;
left:0;
right:0;
margin:0 auto;
width:150px;
bottom:-10px;
background: #00B4DB;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #0083B0, #00B4DB); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.single_pricing:hover .pricing_botton a, .single_pricing2:hover .pricing_botton2 a {
background:#2b2b29;
color:#fff;
-webkit-transition: .3s;
transition:.3s;
}
.single_pricing_title_inner2 h4.active {
color: #c4d700;
}
.single_pricing2:hover .active {
color:#fff;
background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/* pricing_botton2 */

.pricing_botton2 a.active {
color:#fff;
background: #232526;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #414345, #232526);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #414345, #232526); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#our-volunteers .owl-theme .owl-nav.disabled+.owl-dots{margin-top: 10px; margin-bottom:30px}
.section-space {
padding:53px 0 12px 0
}

.owl-carousel-2 .owl-dots{margin-top:20px!important} 
/* 9. end-pricing arae css */


/*
前製新增
---------------------------------------*/


.tp-caption.discover{
	z-index: 10; 
	white-space: nowrap; 
	font-size:15px; 
	line-height:15px; 
	font-weight:700; 
	color: rgba(255,255,255,1);
	font-family: 'Lato','微軟正黑體', sans-serif;
	border-color:rgba(0,0,0,1);
	border-radius:0;
	outline:none;
	box-shadow:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	cursor:pointer;
	text-align:center;
	letter-spacing: 2px;
	font-weight: 400;
}

.tp-caption.discover a{
	background-color:#c4d700;
	color:#485157;
	transition:0.3s;
	padding: 15px 30px;

}

.tp-caption.discover a:hover{
	background-color: #485157;
	color:#fff;
}

#topcontrol{
	z-index: 9;
	bottom: 15px!important;
	right: 15px!important;
}




/*------------------ index --------------------*/

.breadcrumbs__section-squared .breadcrumb li h1 {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}

.keywords-title {
  position: fixed;
  left: -9999px;
  top: -9999px;
}

.keywords-title h1,
.keywords-title h2 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  opacity: 0;
}

#carousel {
  width: 100%;
  height: 100vh;
}

.carousel-inner {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.carousel-inner {
  /*padding-top: 43.25%;*/
  display: block;
  content: "";
}

.carousel-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: skyblue;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
  z-index: 9;
  margin-top: 20px;
}

.caption .caption-title {
  border-left: 5px solid #c4d700;
  padding: 5px 0 8px 30px;
}

.caption h3 {
  color: #fff;
  font-size: 60px;
  line-height: 72px;
  font-weight: normal;
  margin-bottom: 0;
}

.caption span {
  color: #c4d700;
  font-size: 42px;
  line-height: 56px;
}

.caption p {
  color: rgba(255, 255, 255, .75);
  font-size: 16px;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 0;
}

.caption a {
  display: inline-block;
  margin-top: 35px;
  background-color: #c4d700;
  padding: 10px 25px;
  color: #485157;
  font-size: 16px;
  transition: 0.5s;
}

.caption a:hover {
  text-decoration: none;
  background-color: #485157;
  color: #FFF;
}

.carousel-indicators .active {
  background: #fff;
}

.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}

.carousel-indicators {
  display: none;
}

.totop {
  width: 48px;
  height: 48px;
  background-color: #c4d700;
  text-align: center;
}

.totop i {
  font-size: 22px;
  line-height: 48px;
  color: #485157;
}

.totop:hover{
	transform: translateY(-3px);
}

.news-bg{
	background-color: #f4f4f4;
}


/*------------------ about --------------------*/

.twill-bg {
  background-image: url(../img/demo/bg-pattern.png);
}

.board-bg {
  background-image: url(../img/demo/about/fix-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-info {
  padding: 20px 60px 0;
}

.about-info p {
  color: #485157;
}

.about-logo img {
  margin-top: 15px;
}

.about-style .title__divider__wrapper {
  color: #FFF;
}

.about-style img {
  margin-right: 6px;
  width: 42px;
  height: auto;
  transform: translateY(-6px);
}

.about-style .style-item h3 {
  color: #FFF;
  font-size: 32px;
  line-height: 42px;
  display: inline;
  letter-spacing: 5px;
}

.about-style .style-item .text {
  color: #FFF;
  margin-top: 15px;
  line-height: 32px;
}

.about-style,
.about-story {
  padding: 90px 0;
}

.about-section .title__divider {
  margin-bottom: 60px;
}

.about-story .timeline__content {
  padding: 50px 50px 25px;
  position: relative;
}

.about-story .timeline__content .story-year {
  width: 105px;
  display: inline-block;
  border-radius: 20px;
  background: #f8f8f8;
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: #c4d700;
  font-weight: bold;
  font-size: 24px;
  text-align: center;

  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
}

.about-story .timeline__content p {
  color: #485157;
}

.about-slogan {
  background-image: url(../img/demo/about/about-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 250px;
}

.about-slogan:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(71, 80, 86, 0.8);
}

.about-slogan h4 {
  color: #FFF;
  letter-spacing: 3px;
  line-height: 42px;
  margin-top: 40px;
}

.slogan-img {
  position: relative;
}

.slogan-img img {
  width: 42%;
  position: absolute;
}

.slogan-img .slogan-top {
  right: 18%;
  top: -100px;
}

.slogan-img .slogan-bottom {
  left: 18%;
  top: 25px;
  transform: rotate(180deg);
}

.idea-block {
  margin-top: 20px;
}

.idea-item {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin: 30px auto;
}

.idea-item img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.idea-item .idea-info {
  z-index: 1;
  padding: 0 5px 25px 40px;
}

.idea-item .idea-info h4 {
  color: #475056;
  font-size: 42px;
  margin-bottom: 0;
}

.idea-item .idea-info p {
  color: #475056;
  margin-bottom: 0;
}



/*------------------ Contact --------------------*/

.company-map {
  width: 100% !important;
  height: 360px;
  border: 0;
  transform: translateY(5px);
}



.lds-facebook {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 44px;
}

.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 6px;
  width: 7px;
  background: #999;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
  left: 6px;
  animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
  left: 17px;
  animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
  left: 28px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 6px;
    height: 26px;
  }

  50%,
  100% {
    top: 19px;
    height: 13px;
  }
}

.contact-code .code-input {
  width: 100px;
  height: 43px;
  display: inline;
}

.contact-code img {
  width: auto;
  margin-left: 10px;
  margin-bottom: 5px;
  margin-top: 1px;
}

.contact-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-send {
  display: flex;
  flex-direction: column;
}

.contact-send button {
  width: 110px;
  padding: 9px 22px 9px 26px;
  font-size: 16px;
  letter-spacing: 2px;
  transition: 0.5s;
}

.send-data {
  display: flex;
  justify-content: center;
}

.send-data span {
  line-height: 52px;
  font-size: 13px;
  color: #999;
  letter-spacing: 1px;
}




/*------------------ News --------------------*/

.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin: 15px auto 30px;
}

#pagination .page-link {
  float: left;
  margin-right: 5px;
  color: #485157;
  text-decoration: none;
  background-color: #fff;
  font-weight: 500;
  width: 45px;
  text-align: center;
  line-height: 27px;
  transition: 0.5s;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0px;
}

.page-item .page-link:hover,
.page-item.active .page-link {
  background-color: #777 !important;
  border-color: transparent;
  color: #FFF !important;
}

.view-more {
  display: block;
  background-color: #eee;
  color: #999;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  transition: 0.5s;
}

.blog-in:hover .view-more {
  background-color: #c4d700;
  color: #485157;
}

.list-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-in h3 a {
  color: #485157;
}

.blog-in:hover h3 a {
  color: #222;
}

.no-data {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  color: #485157;
  margin-bottom: 0;
  padding: 5px 0;
}

.img-cont a {
  display: block;
  overflow: hidden;
}

.img-cont a img {
  transition: 0.5s;
}

.blog-in:hover .img-cont a img {
  transform: scale(1.1);
}

.hot-item {
  margin-bottom: 15px;
}

.hot-item .hot-link {
  display: block;
  overflow: hidden;
  width: 105px;
  margin-right: 12px;
  margin-top: 4px;
}

.hot-item .hot-link img {
  width: 100%;
}

.hot-item .hot-link,
.hot-item .hot-title {
  float: left;
}

.hot-item .hot-title {
  width: calc(100% - 117px);
}

.hot-item .hot-title a {
  font-size: 14px;
  line-height: 20px;
  color: #485157;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.hot-item:hover .hot-title a {
  color: #222;
}

.hot-item .hot-title span {
  font-size: 12px;
  color: #c4d700;
  font-weight: bold;
}

.hot-item .hot-link img {
  transition: 0.5s;
}

.hot-item:hover .hot-link img {
  transform: scale(1.1);
}

.blog-single-footer {
  margin-top: 10px;
  border-top: dotted #dddddd 1px;
  padding-top: 10px;
}

.blog-single-footer .share {
  color: #999;
  font-size: 14px;
}

.blog-single-footer .share img {
  width: auto !important;
  height: 15px;
  -webkit-filter: grayscale(1);
  transform: translateY(-2px);
  transition: 0.5s;
}

.blog-single-footer .share {
  letter-spacing: 1px;
}

.blog-single-footer .share i {
  padding-right: 3px;
}

.blog-single-footer .share a {
  color: #999;
  font-family: sans-serif;
  margin-right: 4px;
  margin: 3px 5px 3px 0;
  display: inline-block;
  white-space: nowrap;
  transition: 0.5s;
}

.blog-single-footer .share a.fb-btn img {
  opacity: 0.5;
  height: 14px;
}

.blog-single-footer .share a.line-btn img {
  opacity: 0.7;
}

.blog-single-footer .share a.fb-btn:hover {
  color: #3b5998;
}

.blog-single-footer .share a.line-btn:hover {
  color: #00c300;
}

.blog-single-footer .share a:hover img {
  -webkit-filter: grayscale(0);
  opacity: 1;
}


/*------------------ Service --------------------*/

.prod-hot .hot-item .hot-link {
  width: 65px;
}

.prod-hot .hot-item .hot-title {
  padding-top: 5px;
  width: calc(100% - 77px);
}

.prod-hot .hot-item .hot-title a {
  font-size: 15px;
}

.services-item-area .single-services-item .services-overlay img {
  width: 35px;
}

.owl-carousel button.owl-dot {
  background: #485157;
    border-radius: 0;
}

.product-intro {
  margin-top: 20px;
  padding: 20px 20px 15px;
  background-color: #fafafa;
  border: dotted #ccc 1px;
  text-align: justify;
      font-size: 15px;
}

.product-text h3 {
  font-size: 32px;
  line-height: 42px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.our-service-1{
    margin-top: 5px;
}

.product-text p{
	color: #888;
    line-height: 1.6!important;
}

.product-icon{
	height: 50px;
    width: 50px;
    min-width: 50px;
    background: #c4d700;
    text-align: center;
    line-height: 45px;
    color: #fff;
    display: inline-block;
    margin-right: 7px;
  	margin-bottom: 10px;
}

.product-icon img{
	width: 30px;
}

.title-flex{
	display: flex;
}

/*2020 01 14 Roger adds*/
.for-mobile {
	padding: 10px 0px;
}

.mt-3.for-mobile a {
	color: #999!important;
	font-size: 14px;
}

.mt-3.for-mobile .right-part {
  display: inline-block;
	float: right;
}

.mt-3.for-mobile .right-part span,
.mt-3.for-mobile .right-part a {
	display: inline-block;
	color: #999;
	float: right;
}

.mt-3.for-mobile .right-part span:hover,
.mt-3.for-mobile .right-part a:hover {
	color: #c4d700!important;
}

.for-mobile a.text-white {
  cursor: none;
}

.smaller {
	font-size: 15px;
}

@media (min-width: 991px) {
	.mt-3.for-mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.mt-3.for-mobile {
		padding: 10px 0px;
	}
}

.copyright-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright-text img{
  width: 35px;
  margin-left: 15px;
}
.main-footer .footer-bottom p{
  text-align: left;
}
@media screen and (max-width:767px) {
  .main-footer .footer-bottom p{
    text-align: center;
  }
}
@media screen and (max-width:576px) {
  .copyright-text img{
    width: 20px;
    margin-left: 0px;
  }
  .copyright-text{
    align-items: flex-start;
    justify-content: flex-start;
  }
  .main-footer .footer-bottom p{
    width: 90%;
  }
  .main-footer .footer-bottom p{
    text-align: left;
  } 
}
