html, body{
	margin:0;
	font-size: 100%;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	font-family: 'Open Sans', sans-serif;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Montserrat', sans-serif;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img {
    border: 0;
    width: 100%;
}
h3.heading {
		margin-bottom: 35px;
		font-size: 60px;
		color: #cdcdcd;
    font-family: '微軟正黑體';
    letter-spacing: 1px;
    line-height: .5em;
	}



/*-- menu --*/
.mobile-nav-button {
    position: fixed;
    margin: 20px 0 0 0;
    right: 20px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: rgba(27, 25, 25, 0.27);
}

.mobile-menu ul li {
    list-style: none;
    margin-bottom: 2em;
    display: block;
}

.mobile-menu ul li a {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 1em 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.open>ul.dropdown-menu.agile_short_dropdown {
    display: block;
    transform: none !important;
    min-width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 18%;
}

.open>ul.dropdown-menu.agile_short_dropdown li {
    margin: 0 !important;
}

ul.dropdown-menu.agile_short_dropdown>li>a:hover {
    background: none;
}

.mobile-menu ul li a:after {
    content: '';
    background: #7aba1e;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
    transition: 0.4s ease;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li.active a {
    color: #fff;
}

.mobile-menu ul li a:hover:after,
.mobile-menu ul li.active a:after {
    right: 0;
}

li.dropdown.act a.icons_act {
    background: #0e0e0e;
    color: #fff;
}

.mobile-menu img {
    position: absolute;
    width: 150px;
    display: block;
    left: 50%;
    top: 3rem;
    transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    padding: 0;
    text-align: center;
}

.mobile-menu--open {
    opacity: 1;
    right: 0%;
}

.dropdown.active.open a ul.dropdown-menu.agile_short_dropdown li a.icon_1:after {
    background: none !important;
}

/*-- //menu --*/
/*-- LOGO --*/
.logo {
	width: 100%;
	max-width: 100%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 2em 0 0 0;
}
.logo img {
	width: 160px;
	height: auto;
}
/*-- //LOGO --*/

/*-- //header --*/



/*-- banner --*/ 
.header{
	position: relative;
	
}   
.banner-dott {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}


/*-- banner-text --*/ 
.header-layouts{
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
    left: 0;
    width: 100%;
}

.agileits_layouts_more{
	position:relative;
}
.agileits_layouts_more a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
    background: #146eb4;
    padding: 10px 20px;
}
.agileits_layouts_more a:focus{
	outline:none;
}
.agileits_layouts_more a:hover{
	color:#fff;
}
.agileits_layouts_more a:before,.agileits_layouts_more a:after{
	content: '';
    background: #fff;
    width: 85%;
    height: 2px;
    position: absolute;
    left: 105%;
    top: 46%;
}
.agileits_layouts_more a:after{
	-webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
	    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.agileits_layouts_more a:hover::before, .agileits_layouts_more a:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.agileits_layouts_more a::after {
    background: #E91E63;
}
/*-- //banner-text --*/

/* about */
.about {
    padding: 3em 0;
}
.aboutright {
    padding: 0;
}
.aboutleft {
    padding: 0 4em 4em 0;
}
.about_title {
	color:#f0f0f0;
	font-size: 72px;
	font-family: trebuchet ms;
	letter-spacing: 1px;
	font-weight: 500;
	line-height: .5em;
  margin-bottom: 0.5em;
}
.aboutleft h3 {
    color: #ff6c5f;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
}
.aboutleft p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    width: 95%;
    margin: 2em 0;
}
/* //about */

.venue {
  padding: 1em 0;
	background:#9ed8da;
}

/*-- Share --*/
.share{
	width: 100%;
	float: left;
  padding: 4em 0;
  background: #f7f7f7;
}
h3.title-txt {
    text-align: center;
    text-transform: capitalize;
    font-size: 3em;
    color: #000;
	letter-spacing: 2px;
	margin-bottom: 1em;
}
h3.title-txt span {
    color: #93c83f;
}
h3.title-txt.two, p.two {
    color: #ffffff;
}
h3.title-txt_R {
    text-transform: capitalize;
    font-size: 3em;
    color: #000;
	letter-spacing: 2px;
	margin-bottom: 1em;
}
h3.title-txt_R span {
    color: #93c83f;
}
.share-main img {
	margin: 0 auto;
	width: 50%;
	float: right;
}

.share-main {
	float: right;
	width: 100%;
}

.inner-share {
	position: relative;
}

.share-info {
	padding: 6em 2em 0em 1em;
	width: 50%;
	float: left;
}

.share-info h5 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #93c83f;
	margin-bottom: .5em;
}

.share-info p {
	font-size: 15px;
}
/*-//style-*/
/*--responsive--*/
@media(max-width:440px) {
	.share-main {
		float: none;
		width: 100%;
		padding: 0;
	}	
	
}


/*-- contact --*/
.contact {
	width: 100%;
	float: left;
	margin: 5em 0;
}
.contact_info h3{
	font-size: 3em;
	margin-bottom: .5em;
}
.contact img{
	width: 100%;
	height: auto;
	float: left;
}
.contact_grids {
	width: 100%;
	float: left;
}
.agileits_mail_grid_left ul li{
	list-style-type:none;
	color:#777;
    letter-spacing: 1px;
    font-size: 16px;

}
.agileits_mail_grid_left ul li label{
	color: #212121;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    text-align: center;
	margin-right: 1em;
}
.agileits_mail_grid_left ul li label i {
    line-height: 38px;
    color: #fff;
    font-size: 18px;
    background: #2d2d2d;
    width: 38px;
    height: 38px;
}
.agileits_mail_grid_left ul li a{
	color:#777;
	text-decoration:none;
}
.agileits_mail_grid_left ul li a:hover{
	color:#212121;
}
.layouts_mail_grid_left h3,.wthree_mail_pos h3{
	font-size: 1.4em;
    color: #212121;
    text-transform: uppercase;
    padding-bottom: .5em;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
.agileits_layouts_socila_mail{
	margin:2em 0 0;
}
.agileits_layouts_socila_mail ul li {
    width: 40%;
    display: inline-block;
    float: left;
    margin-right: 1%;
}
.agileits_layouts_socila_mail ul {
    width: 100%;
}
.agileits_layouts_socila_mail i.fa {
    width: 16%;
}
.agileits_layouts_socila_mail ul li a{
	padding: .7em 0;
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 4px;
    text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.agileits_pinterest{
	background:#bd081c;
}
.facebook {
    background: #3b5998;
}
.ig{
    background: #dd4b39;
}


.agileits_map iframe{
	width:100%;
	min-height:400px;
	margin-bottom:-6px;
    border: none;
    margin-top: 2em;

}

.contact_photo,.contact_info {
	width: 50%;
	float: left;
}
.contact_info {
	padding-left: 3em;
}
.agileits_contact_right{
	padding:0;
}
.agile_copyright{
	padding:3em 0;
	background:#212121;
}
.agile_copyright p{
	color:#fff;
	line-height:2em;
	text-align:center;
}
.agile_copyright p a{
	color:#fddd22;
	text-decoration:underline;
}
.agile_copyright p a:hover{
	color:#fff;
}
/*-- //contact --*/


/*-- counter --*/
.layouts_stats_left p {
    font-size: 3em;
    letter-spacing: 2px;
    color: #ff4f81;
    line-height: inherit;
    margin: 0em 0 0.1em 0;
	font-family: 'Montserrat', sans-serif;
}
.layouts_stats_left h3 {
    font-size: 1.1em;
    color: #525252;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 600;
}
/* footer */
.footer {
	width: 100%;
	float: left;
  padding: .5em 0;
  background: #a7be38;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

/*-- //footer --*/


/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arr.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- Responsive design --*/

@media(max-width: 1440px){	
	.cd-header-buttons {
		right: 14%;
	}
	.thim-click-to-bottom {
		left: 10%;
	}
	.aboutright {
		padding: 2em 7em 3em 4em;
	}
	
}
@media(max-width: 1366px){
	.cd-header-buttons {
		right: 11%;
	}
	.thim-click-to-bottom {
		left: 7%;
	}
	
	.aboutright {
		padding: 2em 5em 1em 4em;
	}
	.aboutright h3 {
		font-size: 22px;
		letter-spacing: 1px;
	}
	.layouts_stats_left h3 {
		font-size: 1em;
	}
	.aboutright p {
		letter-spacing: .5px;
		width: 100%;
	}
	
	p.date {
		width: 100%;
	}

}
@media(max-width: 1280px){
	.cd-header-buttons {
		right: 9.5%;
		top: 30px;
	}
	.thim-click-to-bottom {
		left: 6%;
	}
	
	.aboutright h3 {
		font-size: 21px;
		letter-spacing: 0px;
	}
		
	.aboutright {
		padding: 1em 4em 1em 4em;
	}
	.aboutright h4 {
		margin: 1em 0;
	}
	.aboutright p {
		margin: 1em 0;
	}
	.layouts_stats_left p {
		margin: 0em 0 0.1em 0;
	}
	
	p.date {
		width: 100%;
	}

}
@media(max-width: 1080px){
	.cd-header-buttons {
		right: 10%;
	}
	
	.aboutright {
		padding: .5em 2em 1em 2em;
	}
	

}
@media(max-width: 1024px){
.share {
		padding: 3em 0;
	}
	.share-grid-2 p {
		font-size: 13px;
		letter-spacing: 1px;
	}
	.share-grid a {
		padding: 8px 25px;
		font-size: 14px;
	}

}
@media(max-width: 991px){
	.cd-header-buttons {
		right: 18.5%;
	}
	.thim-click-to-bottom {
		left: 14%;
	}
	.aboutright {
		padding: 0;
		padding-left: 2em;
		padding-bottom: 1em;
		width: 60%;
	}
}
@media(max-width: 900px){
	h3.heading {
		margin-bottom: 30px;
		font-size: 40px;
	}
}
@media(max-width: 800px){

.share-info {
    padding: 4.5em 1em 0em 1em;
}
.aboutleft {
   padding: 1em 0 2em 0 ;
}	
.aboutleft p {
    width: 100%;
    margin: 1em 0;
	line-height: 1.5;
}
.aboutright {
    padding: 0;
    width: 60%;
    margin: 0 20%;
}
.cd-header-buttons {
		right: 10%;
	}
	.thim-click-to-bottom {
		left: 5%;
	}
	.layouts i.fa {
		font-size: 30px;
	}
.contact {
  margin: 3em 0;
}
.contact_photo,.contact_info {
	width: 100%;
}
.contact_info {
	margin-top: 2em;
	padding-left: 0;
}
}
@media(max-width: 768px){
	.cd-header-buttons {
		right: 11%;
	}	
	.callbacks_tabs {
		left: 46%;
	}
.about_title {
	font-size: 60px;
}
h3.title-txt{
	font-size: 2.5em;
}
h3.title-txt_R {
	font-size: 2em;
	margin-bottom: 0.3em;
}
}
@media(max-width: 736px){
	
}
@media(max-width: 667px){
	.cd-header-buttons {
		right: 12%;
	}	
	.cd-header-buttons {
		top: 25px;
	}	
	.callbacks_tabs {
		left: 44%;
	}
}
@media(max-width: 640px){

}
@media(max-width: 600px){
	.logo img {
    width: 120px;
}
	h3.heading {
		font-size: 35px;
	}

.share {
		padding: 2em 0;
	}
	
	.callbacks_tabs {
		left: 43%;
	}
.about_title {
	font-size: 3em;
}
h3.title-txt{
	font-size: 2em;
}
h3.title-txt_R {
	font-size: 1.5em;
}
}
@media(max-width: 568px){
	.cd-header-buttons {
		right: 13%;
	}
	.aboutleft h3 {
		font-size: 20px;
	}
.aboutleft p {
		font-size: 14px;
	}	
.share-info {
	width: 100%;
    padding: 2em 0 0 0;
}
.share-main img {
	width: 82.5%;
}	
}
@media(max-width: 480px){
	.cd-header-buttons {
		right: 14%;
	}


	h3.heading {
		font-size: 32px;
	}
		.callbacks_tabs {
		left: 41%;
	}
	.share-info {
    padding: 1em 0 0 0;
}
}
@media(max-width: 420px){
	.cd-header-buttons {
		right: 15%;
	}
	.thim-click-to-bottom {
		left: 9%;
	}
	.layouts_mail_grid_left h3, .wthree_mail_pos h3 {
		font-size: 1.2em;
		letter-spacing: 0px;
	}
	.agileits_mail_grid_left ul li label i {
		line-height: 30px;
		font-size: 13px;
		width: 30px;
		height: 30px;
	}
	.agileits_mail_grid_left ul li {
		font-size: 16px;
	}
	.agileits_mail_grid_left ul li label {
		width: 30px;
		height: 30px;
		margin-right: .3em;
	}
	.agileits_layouts_socila_mail ul li a {
		padding: .8em 0;
		font-size: 13px;
		padding-left: 15px;
	}
	.callbacks_tabs {
		left: 40%;
	}
	.aboutright {
  width: 80%;
  margin: 0 10%;
}
	.share-main img {
  width: 80%;
}
.venue {
  padding: 0;
}
}
@media(max-width: 384px){
	.cd-header-buttons {
		right: 16%;
	}
	.aboutright {
		width: 90%;
	}
	.aboutleft h4 {
		font-size: 16px;
		line-height: 26px;
	}
	.aboutleft p {
		font-size: 13px;
		letter-spacing: 0px;
	}
	.layouts i.fa {
		font-size: 25px;
	}
	h3.heading {
		font-size: 30px;
	}
	.layouts_mail_grid_left h3, .wthree_mail_pos h3 {
		font-size: 1em;
	}
	.agileits_layouts_socila_mail ul li a {
		letter-spacing: 0px;
	}
.aboutright {
    width: 80%;
    margin: 0 10%;
}	
}
@media(max-width: 375px){

	.callbacks_tabs {
		left: 38%;
	}
	.callbacks_tabs {
		left: 38%;
	}
	
}
@media(max-width: 320px){
	.navbar-brand {
		font-size: 0.6em;
	}
	.rotate a {
		font-size: 14px;
		padding: 7px;
	}
	.thim-click-to-bottom {
		left: 11%;
	}
	.cd-header-buttons {
		right: 19%;
	}
	.aboutright h3 {
		font-size: 14px;
		line-height: 28px;
	}



	
	
}
/*-- //Responsive design --*/