 body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #fff;
    margin-bottom:0;
    min-height:60px;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #fff;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
	width:100px;
}
.navbar .nav > li { margin-top:5px; margin-right:2px;}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #333;
	border-radius:5px;
    transition: border-color 1s ease;
	font-weight:300;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	border-radius: 5px;
	color: #fff;
	background-color: #09F;
	transition: border-color 1s ease;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border:none
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:5px;
    background:#09f;
    color: #fff;
	border:none;
	margin-top:12px;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #F4F4F5;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}
.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
    background: #191a1c;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    width:80px;
    height:80px;
    font-size:40px;
    color:#fff;
    text-decoration:none;
    line-height: 70px;
    text-align: center;
}
.thumbnail:hover .more {
    top:40%;
    margin-top:-40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #FECE1A;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 30px;
	font-size: 14px;
}
.section .container {
    padding-top:20px;
}
.section .title {
    text-align: center;
    padding:10px;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}
.section .title > p {
    font-size: 20px;
    color: #FFF;
    font-weight: lighter;
}


.primary-section {
    background:#F4F4F5;
}
.primary-section .triangle {
    border-top: 40px solid #fff
}
.primary-section .title {
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #FECE1A;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
	background-color: #FFFFFF;
}
.secondary-section .title {
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #181A1C url(../images/brand-bg.png) no-repeat center;
    border-top:6px solid #FECE1A;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    border-bottom: 1px solid #A1AAB7;
    color: #FECE1A;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:0;
}
/*******
3.1 Services  
***************************************/
.service{
    margin-top:20px;
}
 .service, .service h2 {
    padding-top:15px;
}
.service p {
    padding:0px 50px;
    height:60px;
}
.service img {
    width:150px;
    height:150px;
}
/*
3.2 Portfolio
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:20px;
    margin:0 auto;
    text-align:center;
}
.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:40px 0px;
    font-size: 36px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:20px 50px;
}
.price-column .list li{
    font-weight:lighter;
    color:#747C89;
    font-size:20px;
    border-bottom:1px solid #747C89;
    padding:25px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:31px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:20px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
     font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    background: #181A1C;
	height:40px;
	color: #fff;
	padding-top:10px;
	font-size:14px;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:1px solid #fff;
    display:none;
    background: #09F;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
.pc02{background-image: url(../image/product2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 280px;
	background-position: center 30px;}
/*
4 Responsible
********************************************************************/
 @media (min-width: 1200px) {
    .thumbnail .more {
        margin-left:-41px;
        width:80px;
        height:80px;
        border-radius:40px;
        line-height: 80px;
    }
	.collapse{ display:block}
}


 @media (min-width: 768px) {

	.collapse{ display:block}
}
@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
	
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
  /*      padding-left:20px;
        padding-right:20px;*/
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        margin-left:-21px;
        width:40px;
        height:40px;
        border-radius:30px;
        line-height: 40px;
    }c
    .thumbnail:hover .more {
        margin-top:-20px;
    }
    .newsletter form {
        text-align:center;
    }
	.primary-section img{ height:50px;}
	.primary-section .title img{ height:70px;}
	.secondary-section img{ height:50px;}
	.secondary-section .title img{ height:70px}
	.ability-section .title img{ height:70px}
	.clients-slider .item {
	margin-bottom:10px;
}

.pc02{background-image: url(../image/product2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	height: 180px;
	background-position: center 20px;
	margin-left:33%;}
	
	
}

@media (max-width: 1199px) {
.pc02{background-image: url(../image/product2.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 220px;
	width:50%;
	background-position: center 10px;
	margin-left:30%;}	
	}
@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }
	
.gallery-grids{width:96%}	
.col-md-12{ width:98%}

.pc02{background-image: url(../image/product2.png);
	background-repeat: no-repeat;
	background-size: auto 78%;
	height: 120px;
	background-position: center 10px;
	margin-left:30%;}

}
.ability_icon img{ width:42px; height:42px; margin-left:10px; margin-right:20px; margin-top:5px; margin-bottom:5px}
.about-section {
    background:#fff;
	line-height:24px;
	font-size:14px;
	color:#333;
	font-weight:normal;
	margin-bottom:50px
}
.customer-section {
    background:#fff;
}
.ability-section {
    background:#Fff;
	color:#333;
	font-size:12px;
	line-height:16px;
}
.ability_title{ color:#E75325; font-size:18px; font-weight:600; text-align:center; line-height:36px;}
.ability_title2{ color:#E75325; font-size:16px; font-weight:600; text-align:left; line-height:48px; margin-bottom:10px;}
.ability_title3{ color:#E75325; font-size:16px; font-weight:600; text-align:left; line-height:28px; padding-top:10px;}
.section-line{ border-bottom:1px dotted #aaa; padding-top:15px; margin-bottom:10px}
.title{ width:100%}
.title img {
	float:left;
	margin-bottom:10px;
	height:100px;
}

.contact-section {
    background:#555;
	line-height:32px;
	font-weight:normal;
	font-size:14px;
}



/*Client Slider*/
.clients{
	display:inline;
	width:100%;
	float:left;
}
.clients-control{
	position: absolute;
    right: 20px;
    top: 5px;
}
.clients-slider .owl-item{margin:0 10px; display:inline-block;}
.clients-slider .item img{
	
display: block;
width:80%;
	
/* background-color:#fafafa; */
}
.clients-slider .item img.colored {
	top: 0;
	display: none;
	/* background-color:#f5f5f5; */
}
.clients-slider .item {
	
	float:left;
	margin-left:10px; margin-right:10px;
	margin-bottom:50px;
	
}
.clients-slider .item:hover img.colored{display:block;}
.clients-slider .item:hover img{display:none;}
.clients-control .btn,
.clients-control .btn{
	margin-bottom:0px;
	margin-top: 17px;
	padding: 0px 6px;
	font-size: 11px;
}
/* ------------------------------------------------------------------------------
	Slider Images URL
-------------------------------------------------------------------------------*/

#first-slider .slide1 {
	background-image: url(../image/top01.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#first-slider .slide2 {
  background-image: url('../image/top03.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  	background-position: center center;
  /* background-position-x: -402px; */
}
#first-slider .slide3 {
  background-image: url('../image/top05.jpg');
      background-size:cover;
    background-repeat: no-repeat;
		background-position: center center;
}
#first-slider .slide4 {
  background-image: url('../image/top04.jpg');
     background-size:cover;
    background-repeat: no-repeat;
		background-position: center center;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
 
#first-slider .main-container {
  padding: 0;
}


#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3{
    color: #fff;
    font-size: 70px;
}

#first-slider .slide1 h4,#first-slider .slide2 h4,#first-slider .slide3 h4,#first-slider .slide4 h4{
    color: #fff;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 500;
    line-height: 32px;
    font-family: sans-serif;
}
#first-slider .slide1 .text-left ,#first-slider .slide3 .text-left{
    padding-left: 40px;
}


#first-slider .carousel-indicators {

	left:48%;
}
#first-slider .carousel-control.right,
#first-slider .carousel-control.left {
  background-image: none;
}
#first-slider .carousel .item  {
  height: 640px;
  width:100%;
 
}

.carousel-inner .item .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#first-slider h3{
  animation-delay: 1s;
  text-align: center;
}
#first-slider h4 {
  animation-delay: 2s;
  text-align: center;
}
#first-slider h2 {
  animation-delay: 3s;
}


#first-slider .carousel-control {
    width: 6%;
    text-shadow: none;
}


#first-slider h1 {
  text-align: center;  
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

#first-slider .p {
  padding-top: 125px;
  text-align: center;
}

#first-slider .p a {
  text-decoration: underline;
}
#first-slider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: rgba(255,255,255,.4);
  border:none;
}
#first-slider .carousel-indicators .active{
    width: 16px;
    height: 16px;
    background-color: #fff;
  border:none;
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
}





.con-showa{width: 60px;height: 80px;float: left;margin-left: 5px;overflow: hidden;transform:rotate(120deg); margin-right:10px;}  
.con-showb{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg); margin-right:10px;}  
.con-show01{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product01.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show01 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product01w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show01:hover > div{opacity: 1;}  

.con-show02{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product02.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show02 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product02w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show02:hover > div{opacity: 1;} 


.con-show03{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product03.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show03 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product03w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show03:hover > div{opacity: 1;} 

.con-show04{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product04.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show04 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product04w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show04:hover > div{opacity: 1;} 

.con-show05{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product05.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show05 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product05w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show05:hover > div{opacity: 1;}


.con-show06{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product06.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show06 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product06w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show06:hover > div{opacity: 1;}

.con-show07{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product07.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show07 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product07w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show07:hover > div{opacity: 1;}

.con-show08{width: 100%;height: 100%;overflow: hidden;transform:rotate(-60deg);position: relative;background: pink;background-image: url(../image/product08.png); background-color:#eee;
	background-repeat: no-repeat;
	background-position: center center;}  
.con-show08 > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	line-height: 80px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.3s;
	background-color:#E75325;
	background-image: url(../image/product08w.png);
	background-repeat: no-repeat;
	background-position: center center;
}  
.con-show08:hover > div{opacity: 1;}
/*-- gallery --*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	height:280px;
	background-color:#FFF;
	border:1px solid #ddd;
	margin-bottom:40px;
	-webkit-box-shadow: 0 0 15px #eee; box-shadow: 0 0 15px #ccc;border: solid #ccc 1px;
	border-radius:8px;
}
.grid a{ text-decoration:none}
/* Common style */
.grid figure {
	position: relative;	
	overflow: hidden;
	margin: 0;
	height: auto;
	text-align: center;
	cursor: pointer;border-radius:8px;
}

.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	height:160px;
}

.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;
	opacity: 0;
}

.grid figure h3 {
    word-spacing: -0.15em;
    font-size: 1.5em;
    margin-top: 18%;
    color: #FFF;
    font-weight: 600;
}

.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%;
}
/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #212121;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #212121;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: .2;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.gallery {
    padding: 5em 0;
}
.gallery-grids {
    margin-top: 4em;

/*-- //gallery --*/

  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}


.margin100{margin-left:100px; min-width:450px;}




@media screen and (max-width: 1399px) {
   
#first-slider .carousel .item {
  min-height: 640px;
  height: 100%;
}

#first-slider .slide2, #first-slider .slide1, #first-slider .slide3, #first-slider .slide4, #first-slider .slide5 { 
    background-position-x: 53%;
	
}
.gallery-grids{width:97%}
}
@media screen and (min-width: 1200px) {
   
#first-slider .carousel .item {
  min-height: 520px;
  height: 100%;
}

#first-slider .slide2, #first-slider .slide1, #first-slider .slide3, #first-slider .slide4, #first-slider .slide5 { 
    background-position-x: 53%;
}
.gallery-grids{width:97%}
}
@media screen and (min-width: 1400px) {
   
#first-slider .carousel .item {
  min-height: 600px;
  height: 100%;
}
#first-slider .slide2, #first-slider .slide1, #first-slider .slide3, #first-slider .slide4, #first-slider .slide5 { 
   background-position-x: 53%;

}
.gallery-grids{width:97%}
}
@media screen and (max-width: 1199px) {
   
#first-slider .carousel .item {
  min-height: 480px;
  height: 100%;
  width:100%;
}}
@media screen and (max-width: 992px) {
   
#first-slider .carousel .item {
  min-height: 380px;
  height: 100%;
  width:100%;
}

#first-slider .slide2, #first-slider .slide1, #first-slider .slide3, #first-slider .slide4, #first-slider .slide5 { 
    background-position-x: 53%;
}
.gallery-grids{width:97%}
}

@media screen and (max-width: 767px) {
		.ban2{ width:100%; height:160px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:560px; height:100%;}
   
#first-slider .carousel .item {
  min-height: 600px;
  height: 100%;
}

#first-slider .slide2, #first-slider .slide1, #first-slider .slide3, #first-slider .slide4, #first-slider .slide5 { 
    background-position-x: 49%;
}
.gallery-grids{width:97%}
.margin100{margin-left:0px;min-width:300px;}

#first-slider .slide1 {
	background-image: url(../image/top01b.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#first-slider .slide2 {
  background-image: url('../image/top03b.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  	background-position: center center;
  /* background-position-x: -402px; */
}
#first-slider .slide3 {
  background-image: url('../image/top05b.jpg');
      background-size:cover;
    background-repeat: no-repeat;
		background-position: center center;
}
#first-slider .slide4 {
  background-image: url('../image/top04b.jpg');
     background-size:cover;
    background-repeat: no-repeat;
		background-position: center center;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	height:200px;
	border-radius:8px;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	height:302px;
	background-color:#FFF;
	border:1px solid #ddd;
	margin-bottom:40px;
	-webkit-box-shadow: 0 0 15px #eee; box-shadow: 0 0 15px #ccc;border: solid #ccc 1px;
	border-radius:8px;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
}

@media screen and (max-width: 640px) {
	.ban2{ width:100%; height:160px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:560px; height:100%;}

#first-slider .carousel .item {
 min-height: 600px;
  height: 100%;
}

#first-slider .slide2, #first-slider .slide1, #first-slider .slide3, #first-slider .slide4, #first-slider .slide5 { 
    background-position-x: 49%;
}
.gallery-grids{width:97%}
.margin100{margin-left:0px;min-width:300px; }
#first-slider .slide1 {
	background-image: url(../image/top01b.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#first-slider .slide2 {
  background-image: url('../image/top03b.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  	background-position: center center;
  /* background-position-x: -402px; */
}
#first-slider .slide3 {
  background-image: url('../image/top05b.jpg');
      background-size:cover;
    background-repeat: no-repeat;
		background-position: center center;
}
#first-slider .slide4 {
  background-image: url('../image/top04b.jpg');
     background-size:cover;
    background-repeat: no-repeat;
		background-position: center center;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	height:200px;
	border-radius:8px;
	
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	height:302px;
	background-color:#FFF;
	border:1px solid #ddd;
	margin-bottom:40px;
	-webkit-box-shadow: 0 0 15px #eee; box-shadow: 0 0 15px #ccc;border: solid #ccc 1px;
	border-radius:8px;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
}
