﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body{	
	font-family:"Noto Sans TC",arial;
	-webkit-text-size-adjust:none;
	background-color:#FFF;
	
}

/* --電腦版型------------------------------------- */
#product-content{
	width: 100%;
}
.content-space{
	display: block;
    width: 100%;
    height: 80px;
}

#banner{
	width: 100%;
	height: auto;
}
#title-bar{
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 300px;
}
.bar{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
	height: 280px;
	background-image: url("../../Products/images/Quick_Order/1920-280-All-Product-bar.png")
}
.bar img{
	display: block;
    width: 100%;
    height: auto;
}
.bar-1{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.bar-1 img{
	display: block;
    width: 100%;
    height: auto;
}
.bar-11{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.bar-11 img{
	display: block;
    width: 100%;
    height: auto;
}
.bar-2{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.bar-2 img{
	display: block;
    width: 100%;
    height: auto;
}
.bar-3{
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
.bar-3 img{
	display: block;
    width: 100%;
    height: auto;
}
.title-slogan{
	position: absolute;
    display: block;
    /* width: 100%; */
    height: auto;
    top: 0%;
    left: 50%;
    margin-left: -600px;
}
.title-slogan-11{
    display: block;
    /* width: 100%; */
    height: auto;
    margin-left: 7%;
    margin-top: 10%;
}
.title-slogan-11 h1{
	display: block;
    width: 800px;
    height: 65px;
    font-size: 40px;
    line-height: 65px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
	font-family: "Noto Sans TC",arial;
}
.title-slogan-11 p {
    display: block;
    width: 100%;
    height: 30px;
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
	padding-bottom: 2%;
    margin: 0 auto;
    /* font-weight: bold; */
    letter-spacing: 1px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
}
.title-slogan-22{
    display: block;
    /* width: 100%; */
    height: auto;
    margin-left: 7%;
    margin-top: 10%;
}
.title-slogan-22 h1{
	display: block;
    width: 800px;
    height: 65px;
    font-size: 40px;
    line-height: 65px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
	font-family: "Noto Sans TC",arial;
}
.title-slogan-22 p {
    display: block;
    width: 100%;
    height: 30px;
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
	padding-bottom: 2%;
    margin: 0 auto;
    /*font-weight: bold;*/ 
    letter-spacing: 1px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
}
.title-slogan-33{
    display: block;
    /* width: 100%; */
    height: auto;
    margin-left: 7%;
    margin-top: 10%;
}
.title-slogan-33 h1{
	display: block;
    width: 800px;
    height: 65px;
    font-size: 40px;
    line-height: 65px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: bold;
	font-family: "Noto Sans TC",arial;
}
.title-slogan-33 p {
    display: block;
    width: 100%;
    height: 30px;
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
	padding-bottom: 2%;
    margin: 0 auto;
    /*font-weight: bold;*/ 
    letter-spacing: 1px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
}
.btn-contact{
	width: 200px;
    height: 50px;
    float: left;
    margin: 1% 0 0 0.5%;
    background-color: #12232e;
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
}
.btn-contact h2{
	display: block;
    width: 65%;
    height: 50px;
    font-size: 22px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-left: 10%;
	font-weight: bold;
    letter-spacing: 2px;
}
.btn-contact:hover{
	transform: translateX(30px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	background:#12232e;
}
.btn-contact a{
	text-decoration: none;
}
.btn-contact h2:hover{
	color: #ffffff;
}
.elementor-align-icon-right {
    /* -webkit-box-ordinal-group: 16; */
    -ms-flex-order: 15;
    order: 15;	
}
.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight:bolder;
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin: 8% 0 0 0%;
}
.fa-chevron-right::before {
    content: "\f054";
	font-size: 20px;
	color:#ffffff;
	vertical-align: middle;
}
.fa-chevron-right:hover::after {
    content: "\f054";
	font-size: 20px;
	color:#ffffff1f;
	vertical-align: middle;
}
.btn-contact-2{
	width: 160px;
    height: 45px;
    /*background-color: #e2e8eb30;*/
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.1s ease-out;
    border-radius: 30px;
	border: 2px #ffffff solid;
}
.btn-contact-2 h2{
	display: block;
    width: 65%;
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-left: 10%;
	letter-spacing: 1px;
}
.btn-contact-2:hover{
	transform: translateX(20px);
   cursor: pointer;
   border: 2px #ffffffa3 solid;
/*background-color: transparent;*/
	/*background:#eb6100;*/
	background-image: linear-gradient(to top left, #eb6100, #fbc400);
}
.btn-contact-2 a{
	text-decoration: none;
}
.btn-contact-2 h2:hover{
	color: #ffffff;
}
.btn-contact-3{
	width: 160px;
	height: 50px;
    background-color: #eb6100;
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.1s ease-out;
    border-radius: 30px;
}
.btn-contact-3 h2{
	display: block;
    width: 65%;
    height: 50px;
    font-size: 17px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    float: left;
    margin-left: 10%;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}
.btn-contact-3:hover{
	transform: translateX(20px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	background:#222;
}
.btn-contact-3 a{
	text-decoration: none;
}
.btn-contact-3 h2:hover{
	color: #ffffff;
}
.fa, .fas1 {
    font-family: "Font Awesome 5 Free";
    font-weight: bolder;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 8.5% 0 0 0%;
}
.btn-contact-33{
	width: 185px;
    height: 50px;
    background-color: #eb6100;
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.1s ease-out;
    border-radius: 30px;
}
.btn-contact-33 h2{
	display: block;
    width: 70%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    float: left;
    margin-left: 10%;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}
.btn-contact-33:hover{
	transform: translateX(20px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	background:#222;
}
.btn-contact-33 a{
	text-decoration: none;
}
.btn-contact-33 h2:hover{
	color: #ffffff;
}
.btn-contact-4{
	width: 185px;
    height: 50px;
    background-color: #eb6100;
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.1s ease-out;
    border-radius: 30px;
}
.btn-contact-4 h2{
	display: block;
    width: 70%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
    float: left;
    margin-left: 10%;
	/*font-weight: bold;*/
	letter-spacing: 1px;
}
.btn-contact-4:hover{
	transform: translateX(20px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	background:#222;
}
.btn-contact-4 a{
	text-decoration: none;
}
.btn-contact-4 h2:hover{
	color: #ffffff;
}
.btn-contact-5{
	width: 200px;
    height: 50px;
    background-color: #eb6100;
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.1s ease-out;
    border-radius: 30px;
}
.btn-contact-5 h2{
	display: block;
    width: 65%;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-left: 10%;
	letter-spacing: 1px;
}
.btn-contact-5:hover{
	transform: translateX(20px);
   cursor: pointer;
   border: 1px #e9f4f5 solid;
/*background-color: transparent;*/
	background:#222;
}
.btn-contact-5 a{
	text-decoration: none;
}
.btn-contact-5 h2:hover{
	color: #ffffff;
}
.content-link{
    width: 100%;
	background-color:#FFFFFF;
	margin-top: 0.2%;
}
.links{
	width: 1050px;
    height: 47px;
    margin: 0 auto;
    line-height: 47px;	
}
.links a{
	text-decoration: none;
	color: #333;
	font-size: 15px;
	font-family:"Noto Sans TC",arial;
}
.links a:hover{
	color:#ed6f00;
}
.links span{
	font-size: 16px;
	color:#476374;
	margin:0px 3px 0px 6px;
}
.Content-1 {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
.Content-2 {
	clear: both;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 0%;
}
.Content-product-1200{
	width:1200px;
	height: auto;
	margin:0 auto;	
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px 20px 20px 20px;
    border: 1px solid #888;
    width: 600px;
    border-radius: 0px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
#MOBtn{
	position: fixed;
    background-color: #b70104bf;
    bottom: 50px;
    right: 50px;
    border: none;
    color: #ffffff;
    padding: 15px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 999em;
}
#MOBtn:hover{
	background-color: #b10305;
}
#MOBtn h3{
	font-weight: bold;
	font-size: 17px;
}
#MOBtn p{
	font-size: 17px;
	letter-spacing: 1px;
}
#MOBtn a{
	color: #ffffff;
}
#MOBtn a:hover{
	color: #f9faac;
}
.Contact-img{
   display: block;
	width: 100%;
	height: auto;
	padding-top: 5%;	
}
.talk{
	width: 50px;
    height: 50px;
	display: block;
	margin: 0 auto;
}
.talk img{
	width: 50px;
    height: 50px;
}
/* --手機版型------------------------------------- */

@media screen and (max-width: 736px) {
	
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
.content-space{
	display: block;
	width: 100%;
	height: 80px;
}	
#banner{
	width: 100%;
	height: auto;
}
#title-bar{
	width: 100%;
	height: auto;
	position: relative;
}
.bar{
	position: relative;
    width: 250%;
    left: 0%;
    margin-left: -95%;
}
.bar img{
	display: block;
    max-width: 100%;
    height: auto;
}
.bar-1{
    position: relative;
    width: 385%;
    left: 0%;
    margin-left: -180%;
}
.bar-1 img{
	display: block;
    width: 100%;
    height: auto;
}
.bar-11{
    position: relative;
    width: 385%;
    left: 0%;
    margin-left: -165%;
}
.bar-11 img{
	display: block;
    width: 100%;
    height: auto;
}	
.bar-2{
    position: relative;
    width: 385%;
    left: 0%;
    margin-left: -200%;
}
.bar-2 img{
	display: block;
    width: 100%;
    height: auto;
}
.bar-3{
    position: relative;
    width: 385%;
    left: 0%;
    margin-left: -240%;
}
.bar-3 img{
	display: block;
    width: 100%;
    height: auto;
}	
.title-slogan{
	position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 8%;
    left: 0%;
    margin-left: 0px;
}
.title-slogan-11{
    display: block;
    /* width: 100%; */
    height: auto;
    margin-left: 1.2%;
    margin-top: 0%;
}	
.title-slogan-11 h1{
	display: block;
    width: 100%;
    height: 45px;
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 5% 0 0 5%;
    line-height: 45px;
}
.title-slogan-11 p{
	display: block;
    width: 78%;
    height: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    /* font-weight: bold; */
    letter-spacing: 1px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
	padding: 2% 0 0 5%;
}
.title-slogan-22{
    display: block;
    /* width: 100%; */
    height: auto;
    margin-left: 1.2%;
    margin-top: 0%;
}	
.title-slogan-22 h1{
	display: block;
    width: 100%;
    height: 45px;
    font-size: 25px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 5% 0 0 5%;
    line-height: 45px;
}
.title-slogan-22 p{
	display: block;
    width: 60%;
    height: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    /* font-weight: bold; */
    letter-spacing: 1px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
	padding: 2% 0 0 5%;
}
.title-slogan-33{
    display: block;
    /* width: 100%; */
    height: auto;
    margin-left: 1.2%;
    margin-top: 0%;
}	
.title-slogan-33 h1{
	display: block;
    width: 100%;
    height: 45px;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 1px;
    margin: 5% 0 0 5%;
    line-height: 45px;
}
.title-slogan-33 p{
	display: block;
    width: 60%;
    height: auto;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    /* font-weight: bold; */
    letter-spacing: 1px;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -webkit-animation-name: slidein;
    -moz-animation-name: slidein;
	padding: 2% 0 0 5%;
}	
.btn-contact {
    width: 200px;
    height: 50px;
    float: none;
    margin: 0 auto;
    background-color: #12232e;
    /* transform: scale(1, 1); */
    transform: translateX(0, 0);
    transition: all 0.2s ease-out;
    border-radius: 30px;
	}
.btn-contact-2{
	width: 140px;
    height: 45px;
    /*background-color: #eb6100;*/
	margin: 3% 0 0 6%;;
}
.btn-contact-2 h2 {
    display: block;
    width: 65%;
    height: 42px;
    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-left: 10%;
    letter-spacing: 1px;
}	
.btn-contact-3{
	width: 160px;
    height: 50px;
    background-color: #eb6100;
	margin: 0 auto;
}
.btn-contact-4{
	width: 180px;
    height: 50px;
    background-color: #eb6100;
}
.btn-contact-5{
	width: 200px;
    height: 45px;
    background-color: #eb6100;
}	
.content-link{
    width: 100%;
	background-color:#FFFFFF;
	margin-top: 0.2%;
}
.links{
	width: 100%;
	height: auto;
    margin: 0 auto;
    padding-left: 6.5%;
    line-height: 50px;
}	
.links a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}	
.links a:hover{
	color:#ed6f00;
}
.links span{
	font-size: 14px;
	color:#0073AA;
	margin:0px 3px 0px 6px;
}
.Content-1{
	clear: both;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}
.Content-2{
	clear: both;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 0%;
	}
.Content-product-1200{
	width:100%;
	margin:0 auto;
	height:auto;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 5px 10px 20px 10px;
    border: 1px solid #888;
    width: 90%;
    border-radius: 0px;
}	
.Contact-img{
   display: block;
	width: 100%;
	height: auto;
	padding-top: 8%;
	margin: 0 auto;
	
}
.Contact-img img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	}
#MOBtn{
	position: fixed;
    background-color: #8a0305cf;
    bottom: 50px;
    right: 20px;
    border: none;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 65px;
    height: 110px;
    border-radius: 10px;
}
#MOBtn:hover{
	background-color: #b10305;
}
#MOBtn h3{
	font-weight: bold;
	font-size: 17px;
}
#MOBtn p{
	font-size: 17px;
	letter-spacing: 1px;
}
#MOBtn a{
	color: #ffffff;
}
#MOBtn a:hover{
	color: #f9faac;
}
.Contact-img{
   display: block;
	width: 100%;
	height: auto;
	padding-top: 5%;	
}
.talk{
	width: 50px;
    height: 50px;
	display: block;
	margin: 0 0 0 -5%;
}
.talk img{
	width: 50px;
    height: 50px;
}	
}

/* --ipad版型------------------------------------- */
@media only screen and (min-width: 737px) and (max-width: 1024px) {
*{
	box-sizing:border-box; /* 讓 padding 與 width 解除關係 */
}

html,body{
	-webkit-text-size-adjust:none; /* iPhone 旋轉後 文字不要放大 */
}
.content-space{
	display: block;
	width: 100%;
	height: 80px;
}	
#banner{
	width: 100%;
	height: auto;
}
#title-bar{
	width: 100%;
	height: auto;
	position: relative;
}
.bar{
	position: relative;
    width: 150%;
    left: 0%;
    margin-left: -25%;
}
.bar img{
	display: block;
    max-width: 100%;
    height: auto;
}
.bar-2 {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -1260px;
}	
.title-slogan{
	position: absolute;
    display: block;
    width: 100%; 
    height: auto;
    top: 0;
    left: 0%;
    margin-left: -4px;
}
.title-slogan-11{
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 7%;
}	
.title-slogan-11 h1{
	display: block;
    width: 100%;
    height: auto;
    font-size: 1.7em;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 5%;
    margin-top: 3%;
    line-height: 1.8em;
}
.title-slogan-11 p{
	display: block;
    width: 60%;
    height: auto;
    font-size: 1em;
    line-height: 2em;
    color: #FFFFFF;
    text-align: left;
    letter-spacing: 1px;
    margin-left: 5%;
}
.title-slogan-22{
    display: block;
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-top: 7%;
}	
.title-slogan-22 h1{
	display: block;
    width: 100%;
    height: auto;
    font-size: 1.7em;
    color: #ffffff;
    letter-spacing: 1px;
    margin-left: 5%;
    margin-top: 3%;
    line-height: 1.8em;
}
.title-slogan-22 p{
	display: block;
    width: 60%;
    height: auto;
    font-size: 1em;
    line-height: 2em;
    color: #ffffff;
    text-align: left;
    letter-spacing: 1px;
    margin-left: 5%;
}		
.content-link{
    width: 100%;
	background-color:#FFFFFF;
	margin-top: 0.2%;
}
.links{
	width: 100%;
    height: 30px;
    margin: 0 auto;
    padding-left: 3%;
    line-height: 30px;	
}
.links a{
	text-decoration: none;
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.links a:hover{
	color:#ed6f00;
}
.links span{
	font-size: 14px;
	color:#0073AA;
	margin:0px 3px 0px 6px;
}
.Content-1{
	clear: both;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 1%;
}
.Content-2{
	clear: both;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: hidden;
	padding-bottom: 0%;
}
.Content-product-1200{
	width:100%;
	margin:0 auto;
	height:auto;
}
.btn-contact-2{
	width: 160px;
    height: 50px;
    /*background-color: #eb6100;*/
	/*transform: scale(1, 1);*/
	transform: translateX(0, 0);
    transition: all 0.1s ease-out;
    border-radius: 30px;
	margin: 3% 0 0 0;
}
.btn-contact-2 h2{
	display: block;
    width: 65%;
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-left: 10%;
	font-weight: bold;
	letter-spacing: 1px;
}
.Contact-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}	
}