/*---------------------------------------
  Body 
------------------------------------- */
body {
    background: #ffffff;   
    font-family: 'Source Sans Pro','微軟正黑體', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

.FontWeightBoldAndFontRed{
    color:red;
    font-weight: bold;
}

.hide-li {
    display: none !important;
}

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4 {
  font-weight: 300;
}

h1 {
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 12px;
  text-transform: uppercase;
  padding-bottom: 8px;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}

p {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
}

#home p,
#contact p, footer p {
  color: #f9f9f9;
}

.btn {
  border:none;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.btn:focus {
  background: #e44c65;
  border-color: transparent;
}

.btn-success {
  background: #e44c65;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 14px 32px;
  margin-top: 26px;
}

.btn-success:hover {
  background: #222;
}

a {
  color: #e44c65;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #e44c65;
  outline: none;
}



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/*---------------------------------------
    All Section style              
-----------------------------------------*/

.section-title {
  padding-bottom: 62px;
}

#info .section-title {
  padding-top: 82px;
}

#info .section-title h1 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#info,
#news,
#clients,
#abouts,
#contact,
#office{
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
}


#contact, footer {
  text-align: center;
}

.overlay {
  opacity: 0.9;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
}


.section-overlay {
  position: relative;
  display: block;
  color: white;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  /* padding: 100px 0 90px 0; */
}
.slide-caption {
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /* padding: 15% 0; */
  z-index: 100;
}
.slide-caption > div {
  height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.slide-caption h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: normal;
  font-family: 'Source Sans Pro','微軟正黑體', sans-serif;
  text-align:center;
}
/* .slide-caption .slide-button {
  margin: 5% 0 0 0;
}

.slide-caption .slide-button1 {
  margin: 5% 0 0 0;
} */

.slide-button {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding: 5px;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.slide-button:hover {
  color: #e04d47;
  background:#fff;
}
.slide_c {
 /* margin:auto; */
 /* width:25%; */
 display: flex;
 justify-content: center;
 align-items: center;
 flex-flow: initial;
 margin-top:5%;
}

.slide_c > div {
  margin: 0 15px;
  width: 50%;
}


/* .slide_cl{
 float:left;
}
.slide_cr{
 float:right;
} */


.slide-button1 {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding:18px 15px 15px 15px;
  border: 2px solid white;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.slide-button:hover, .slide-button1:hover{
  color: #e04d47;
  background:#fff;
}





/*---------------------------------------
    Pre Loader Style              
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #e44c65;
  border-radius: 100%;
  margin: 40px auto;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}
.navbar-default {
  background: rgba(0,0,0,0.5);
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  border: none;
  margin-bottom: 0px !important;
}

.navbar-default .navbar-brand {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-default .navbar-nav li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

.navbar-default .navbar-nav li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-default .navbar-nav li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar-default .navbar-nav li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #e44c65;
}

.navbar-default .navbar-nav > li a:hover {
    color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
	color: #ffffff ;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 20px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}


.navbar-default .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
  width:100%;
}

.navbar-default .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu > li:hover > a,
.navbar-default .navbar-nav .dropdown-menu > li:focus > a,
.navbar-default .navbar-nav .dropdown-menu > li:active > a {
  background-color: #e44c65;
  color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-default .navbar-nav .dropdown-menu > li:divider {
  background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
	
	.dropdown-menu{
	 position: relative;
	margin-bottom: 10px;
	}
	
	.navbar-header{
		height: 72px;
	}
	
  .navbar-default .navbar-nav li a span:before {
    background: transparent !important;
  }
  .navbar-default .navbar-nav li.active a {
    background: transparent;
    background: none;
    color: #e44c65 !important;
  }
  .navbar-default .navbar-nav li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

 
}

/*---------------------------------------
    Home Section              
-----------------------------------------*/

#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  height: 100vh;
  text-align: center;
}

#home h1 {
  color: #ffffff;
}

#home .col-md-8 {
  padding-left: 62px;
}

/*Banner*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}


#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav ul li a {
  font-size: 16px;
  padding: 30px 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: #FF5126;
}

@media screen and (max-width: 480px) {
  #gtco-header .btn {
    display: block;
    width: 100%;
  }
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

@media screen and (max-width: 768px) {
 .gtco-heading {
  margin-bottom: 5em;
}
}
@media screen and (max-width: 768px) {
  .gtco-heading {
    margin-bottom: 3em;
  }
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 34px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .gtco-heading h2 {
    font-size: 28px;
  }
}
.gtco-heading h2:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 50px;
  margin-left: -25px;
  height: 2px;
  left: 50%;
  background: #FF5126;
}
.gtco-heading h2.gtco-left:before {
  left: 0;
  margin-left: 0;
}
.gtco-heading p {
  font-size: 20px;
  line-height: 1.5;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .gtco-heading p {
    font-size: 18px;
  }
}


@media screen and (max-width: 768px) {
#gtco-offcanvas {
    display: block;
  }
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#gtco-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .gtco-nav .gtco-contact {
    text-align: left !important;
  }
}
.gtco-nav .gtco-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.gtco-nav .gtco-contact ul li {
  padding: 0;
  margin: 0;
}
.gtco-nav .gtco-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.gtco-nav .gtco-contact ul li a i {
  color: #FF5126;
}
.gtco-nav .gtco-contact ul li a:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #gtco-features-3 .feature.feature-2:after {
    display: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
}
#gtco-features-3 .feature.feature-3 {
  z-index: 7;
  background: #fc3200;
}
#gtco-features-3 .feature.feature-3 .icon {
  background: #f23000;
}


#gtco-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#gtco-hero .btn {
  font-size: 24px;
}
#gtco-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#gtco-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#gtco-hero .flexslider .slides {
  position: relative;
  overflow: hidden;

}
#gtco-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#gtco-hero .flexslider .slides li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
#gtco-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#gtco-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#gtco-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#gtco-hero .flexslider .flex-direction-nav {
  display: block;
}
#gtco-hero .flexslider .flex-direction-nav a {
  position: absolute;
  cursor: pointer;
  width: 45px;
  height: 45px;
}
#gtco-hero .flexslider .flex-direction-nav a:before {
  left: 0;
  top: 0;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 40px;
  position: relative;
  z-index: 10;
}

#gtco-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#gtco-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#gtco-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 60px;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #gtco-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#gtco-hero .flexslider .slider-text > .slider-text-inner .gtco-lead {
  font-size: 20px;
  color: #fff;
}
#gtco-hero .flexslider .slider-text > .slider-text-inner .gtco-lead .icon-heart {
  color: #d9534f;
}

/*# sourceMappingURL=style.css.map */

/*---------------------------------------
    info Section              
-----------------------------------------*/

#info {
  background: #f0f0f0;
}

#info .item {
  width: 100%;
  display: block;
}

/*---------------------------------------
    news Section              
-----------------------------------------*/

#news {
  background: #FFFFFF;
}

#news .item {
  width: 100%;
  display: block;
}


/*---------------------------------------
    grid-hover          
-----------------------------------------*/
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 2px 2px;
  max-height: 300px;
  width: 100% !important;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-layla_1{
	  background: #0d3f52;
}

figure.effect-layla_1 img {
	  height: 330px;
  width: 100% !important;
}

figure.effect-layla_1 figcaption {
	padding: 3em;
}

figure.effect-layla_1 figcaption::before,
figure.effect-layla_1 figcaption::after {
	position: absolute;
	content: '';
}

figure.effect-layla_1 figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla_1 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla_1 h2 {
	font-size: 24px;
	  padding-top: 14% !important;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla_1 p {
	padding: 0.5em 2em;
	text-transform: none;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla_1 img,
figure.effect-layla_1 h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla_1 img,
figure.effect-layla_1 figcaption::before,
figure.effect-layla_1 figcaption::after,
figure.effect-layla_1 p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla_1:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla_1:hover figcaption::before,
figure.effect-layla_1:hover figcaption::after {
	
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla_1:hover h2,
figure.effect-layla_1:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla_1:hover figcaption::after,
figure.effect-layla_1:hover h2,
figure.effect-layla_1:hover p,
figure.effect-layla_1:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


figure.effect-layla_2{
	  background: #ffc300;
}

figure.effect-layla_2 img {
	  height: 330px;
  width: 100% !important;
}

figure.effect-layla_2 figcaption {
	padding: 3em;
}

figure.effect-layla_2 figcaption::before,
figure.effect-layla_2 figcaption::after {
	position: absolute;
	content: '';
}

figure.effect-layla_2 figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla_2 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla_2 h2 {
	font-size: 24px;
	  padding-top: 14% !important;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla_2 p {
	padding: 0.5em 2em;
	text-transform: none;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla_2 img,
figure.effect-layla_2 h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla_2 img,
figure.effect-layla_2 figcaption::before,
figure.effect-layla_2 figcaption::after,
figure.effect-layla_2 p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla_2:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla_2:hover figcaption::before,
figure.effect-layla_2:hover figcaption::after {
	
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla_2:hover h2,
figure.effect-layla_2:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla_2:hover figcaption::after,
figure.effect-layla_2:hover h2,
figure.effect-layla_2:hover p,
figure.effect-layla_2:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}


figure.effect-layla_3{
	  background: #ff008a;
}

figure.effect-layla_3 img {
	  height: 330px;
  width: 100% !important;
}

figure.effect-layla_3 figcaption {
	padding: 3em;
}

figure.effect-layla_3 figcaption::before,
figure.effect-layla_3 figcaption::after {
	position: absolute;
	content: '';
}

figure.effect-layla_3 figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla_3 figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla_3 h2 {
	font-size: 24px;
	  padding-top: 14% !important;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-layla_3 p {
	padding: 0.5em 2em;
	text-transform: none;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla_3 img,
figure.effect-layla_3 h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla_3 img,
figure.effect-layla_3 figcaption::before,
figure.effect-layla_3 figcaption::after,
figure.effect-layla_3 p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla_3:hover img {
	opacity: 0.8;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla_3:hover figcaption::before,
figure.effect-layla_3:hover figcaption::after {
	
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla_3:hover h2,
figure.effect-layla_3:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla_3:hover figcaption::after,
figure.effect-layla_3:hover h2,
figure.effect-layla_3:hover p,
figure.effect-layla_3:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
/*--/grid-hover--*/
/*---------------------------------------
    Contact section              
-----------------------------------------*/

#contact, footer {
  background: #304352;
  color: #ffffff;
}

#contact .form-control {
  background: transparent;
  box-shadow: none;
  border: 1px solid #f9f9f9;
  color: #ccc;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-color: #e44c65;
  color: #ffffff;
}

#contact input {
  height: 55px;
}

#contact input[type="submit"] {
  background: #e44c65;
  border:none;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 1px;
}

#contact input[type="submit"]:hover {
  background: #222;
  color: #ffffff;
}

#contact select {
  height: 55px;
}

#contact option {
  color:#03004D;
}

/*---------------------------------------
    form section             
-----------------------------------------*/
#form{
	padding-top: 80px;
	background: #EFEFEF;
	padding-bottom: 50px;
}

#form .legend{
	padding: 10px;
	text-align: left;
	background: #E44C65;
	color: #fff;
}

#form .form-control {
  background: transparent;
  box-shadow: none;
  border: 1px solid #1A69A7;
  color: #1a69a7;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 14px;
  transition: all 0.4s ease-in-out;
}

#form .form-control:focus {
  border-color: #e44c65;
  color: #e44c65;
}

#form .form-check-input{
  width: 28px;
  height: 20px;
  position: relative;
}

#form .form-check-label{
	font-size: 1.3em;
}

#form input {
  height: 40px;
}

#form select {
  height: 40px;
}

#form option {
  color: #03004D;
}

#form .checkbox-x{
  width: 20px;
  height: 20px;
}
/*---------------------------------------
    Footer section             
-----------------------------------------*/

footer {
  padding-bottom: 80px;
}



/*---------------------------------------
    Social icons style              
-----------------------------------------*/
.office{
	color:#FFF;
	padding: 0;
    margin-bottom: 42px;
}
.office li{
	list-style: none;
  display: inline-block;
}

.office li a {
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 10px 10px 42px 10px;
  padding: 0px;
}

.office li a:hover {
  color: #e44c65;
}

.social-icon {
  padding: 0;
  margin: 0;
}


.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon span {
  font-size: 22px;
  font-weight: bold;
}

.social-icon li a {
  border-radius: 4px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 10px 10px 42px 10px;
  padding: 0px;
}

.social-icon li a:hover {
  background: #ffffff;
  color: #e44c65;
}

/*---------------------------------------
   Client   
-----------------------------------------*/
#clients section {
    padding: 60px;
	 background: #f7f8f9;
}
.mg-bt-60 {
    margin-bottom: 60px;
}
#clients .client-slider {
    list-style: none;
    padding-left: 0;
    position: relative;
    display: block;
    margin: 0 auto;
}

#clients .client-slider li:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

#clients .client-slider li {
    margin: 5px 5px;
    display: inline-block;
    text-align: center;
	height: 80px;
    -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

#clients .client-content {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	background-color: #d6d6d6;
	text-align: center;
	width: 100%;
	height: 252px;
	margin-bottom:30px;
}
#clients .client-content:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
#clients .client-content:before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
#clients .client-content .img-box{
	width: 180px;
	margin: 0 auto;
	display: inline-block;
	vertical-align: middle;
}
#clients .client-content .img-box img {
	width: 100%;
}
.header-content {
    margin-bottom: 40px;
    color: #000;
    text-align: center;
}
.header-content p {
    font-family:'Raleway', sans-serif;
    font-weight: 200;
    text-transform: capitalize;
    font-size: 20px;
	color: #000;
	letter-spacing:5px;
}

/*---------------------------------------
   edm
-----------------------------------------*/
#edm figcaption a{border:1px solid #fff;margin-top: 1em;display: inline-block;color: #fff;padding: 0 2em;}
#edm figcaption a:hover{text-decoration: none;padding: 0 3em;}

/*---------------------------------------
   Back top         
-----------------------------------------*/
.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #222;
  font-size: 26px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
  background: #e44c65;
  color: #ffffff;
}

/*---------------------------------------
    office section              
-----------------------------------------*/
#office {
  background: #f0f0f0;
}

#office .add{
	margin: 60px 0;
}
#office .phone{
	margin: 30px 0;
	padding: 30px;
	background: #e44c65;
	border-radius: 70px;
	text-align: center;
	color: #FFF;
	/* border: double 10px #e44c65; */
}
#office .arrow_box {
	position: relative;
	background: #e44c65;
	border-radius: 25px;
	text-align: center;
	padding:5px;
	font-size: 1.6rem;
	font-weight: bold;
}
#office .arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(38, 178, 199, 0);
	border-top-color: #e44c65;
	border-width: 13px;
	margin-left: -55px;
}

#office .add_box{
	height: auto;
	background: #304352;
    color: #FFF;
    padding: 35px;
}


/*---------------------------------------
   Responsive media queries    
-----------------------------------------*/

/* @media screen and (max-width: 1680px) {
.slide_c{ width:29%; }
.slide_cl{ float:left;}
.slide_cr{ float:right;} 
}

@media screen and (max-width:1600px){
.slide_c{ width:30.5%; }
}



@media screen and (max-width:1460px){
.slide_c{ width:34%; }
}


@media screen and (max-width:1400px){
.slide_c{ width:35%; }
}


@media screen and (max-width: 1366px) {
.slide_c{ width:36%; }
}


@media screen and (max-width: 1340px){}
@media screen and (max-width: 1300px){
.slide_c{ width:38%; }
}



@media screen and (max-width: 1280px) {
.slide_c{ width:39%; }
}


@media screen and (max-width:1200px){
.slide_c{ width:42%; }
}


@media screen and (max-width: 1160px) {}
@media screen and (max-width: 1060px) {}
@media screen and (max-width: 1024px) { 
.slide_c{ width:49%; }
}

@media screen and (max-width: 840px) {
.slide_c{ width:65%; }
.slide_cl{ float:none;}
.slide_cr{ float:none;} 
}


@media screen and (max-width: 768px) {
.slide_c{ width:65%; }
.slide_cl{ float:none;}
.slide_cr{ float:none;} 
}
 */



@media (max-width: 980px) {
/* 
  #home, .overlay {
    height: 50vh;
  }
*/
  #info .team-thumb {
    margin-top: 32px;
  }

}


@media (max-width: 767px) {

  #home, .overlay {
    height: 100vh;
  }

  #info .about-thumb {
    padding: 32px;
    margin-bottom: 32px;
    text-align: center;
  }

  #info .col-md-3 img {
    position: relative;
    top: 0;
    left: 0;
  }

  .slide_c {
    display: flex;
    flex-flow:column;
  }

  .slide_c > div {
    margin: 10px 15px;
    width: 100%;
  }
}



@media (max-width: 650px) {

  h1 {
    font-size: 1.6rem;
  }

  p {
    font-size: 14px;
  }

  img {
    width: 100%;
  }
	
  #info,
  #contact,
  #news{
    padding-top: 80px;
    padding-bottom: 80px;
  }

}

