/*-----------------------------------------------------------------------------------
  1.  BASE
  2.  HEADER
      2a. Logo
      2b. MENU
      2c. SLIDER
  3.  CONTENT
        3a Feature Services
        3b Portfolio
        3c Portfolio Single
        3d BLog Home
        3e Services Home
        3f Process Home
        3g Blog Index
        3h. TESTIMONIAL SECTION
        3i. SLOGAN WITH BUTTON SECTION
        3j. Full Page Section
        3k. Team Section
        3l. Partner Section

   4. ABOUT
   5. SERVICE
   6. CONTACT

-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  1. BASE
/*-----------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}
body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-size: 14px;
    font-size: 1.4rem;
    height: 100%;
    line-height: 1.6;
    font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.4;
}
h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}
h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.11111;
}
h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.125;
}
h5 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.125;
}
h6 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
}
p {
    color: #999999;
    margin: 0 0 20px;
}
a {
    cursor: pointer;
    outline: none;
    color: #fc4349;
}
a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}
blockquote {
    margin: 1em 0;
    border-left: 10px solid #ccc;
    padding-left: 12px;
}
table th {
    background: #ddd;
    font-weight: bold;
}
table td, table th {
    padding: 8px;
    border: 1px solid #bbb;
    text-align: left;
}
dt {
    font-weight: bold;
}
ul, ol {
    padding: 0 0 0 20px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}
figure {
    max-width: 100%;
    height: auto;
}
*::-moz-selection {
    background: #000;
    color: #fff;
}
*::selection {
    background: #000;
    color: #fff;
}
img {
    max-width: 100%;
    height: auto;
}

 p{
   
	font-size:12px;
	color:#888282;
}

.btn {
    position: relative;
    padding: 8px 20px;
    border: 0;
    margin: 10px 1px;
    cursor: pointer;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(255, 255, 255, .84);
    -webkit-transition: -webkit-box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    -o-transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1);
    outline: none!important;
    color: #ffffff;
    background: #EE3022;
}

.feature-desc .btn
{
	background: #ffffff;
	border: 1px solid #C5C1C1;
	color:#959493;
	-webkit-border-radius: 5px;
    border-radius: 5px; 
	padding: 2px 4px;
	font-size:10px;
}

.btn:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
    box-shadow: 0 6px 10px rgba(0, 0, 0, .23), 0 10px 30px rgba(0, 0, 0, .19);
}


.feature-desc .btn:hover
{
	background: #ffffff;
	border: 1px solid #C95A3D;
	color:#C95A3D;
}

/*-----------------------------------------------------------------------------------*/
/*  2. HEADER
/*-----------------------------------------------------------------------------------*/

.site-header {} .header-wrap {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    z-index: 100;
}
/* Background Header */

.header-wrap.no-transparent {
    background-color: #ffffff;
    margin-bottom: 0px;
}
.background-header {
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('./img/blog-background.jpg');
    background: -webkit-linear-gradient(rgba(255,255, 255, 0.5), rgba(0, 0, 0, 0.5)), url('./img/blog-background.jpg');
    background: -o-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./img/blog-background.jpg');
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('./img/blog-background.jpg');
    background-position: center top;
    height: 350px;
    display: table;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-header img {
    width: 100%;
}
h1.page-title {
    text-transform: uppercase;
    font-family: 'montserratregular';
    font-size: 24px;
    font-size: 2.4rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
  
  
  
/*-----------------------------------------------------------------------------------*/
/*  2a LOGO
/*-----------------------------------------------------------------------------------*/

.logo {
    float: left;
    padding: 5px 0;
}
/*-----------------------------------------------------------------------------------*/
/*  2b MENU
/*-----------------------------------------------------------------------------------*/

.burger {
    display: none;
}
#main-nav {
    float: right;
}
#main-nav > a {
    display: none;
}
#main-nav li {
    
}

.slide-holder
{
	padding:0px;
}


[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 20px;
  height: 23px;
  line-height: 24px;
  vertical-align: text-middle;
  *margin-right: .3em;
}
[class^="icon-"]:last-child, [class*=" icon-"]:last-child {
  *margin-left: 0;
}


.icon-home {
  background-position: 0 0;
}
.icon-about {
  background-position: -25px 0;
}


#main-nav li a, #main-nav li.active ul li a {
    color: #111111;
    font-size: 14px;
    font-size: 1.4rem;
}
#main-nav li.active a, #main-nav li a:hover, #main-nav li.active ul li a:hover {
    color: #DF3125;
    position: relative;
	font-weight:bold;
}

/* first level */

#main-nav > ul {
    list-style: none;
}
#main-nav > ul > li {
    float: left;
    margin-left: 30px;
    text-transform: uppercase;
    padding: 30px 0;
    position: relative;
}
/* second level */

li.menu-item-has-children ul.children li {
    padding: 0 30px 15px;
    white-space: nowrap;
}
#main-nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 0;
    background-color: #040403;
    left: 0;
    padding: 20px 0 10px;
}
#main-nav li ul li.active a, #main-nav li.active ul li a:after, #main-nav li:hover ul li a:after, #main-nav li:focus ul li a:after {
    display: none;
}
#main-nav li:hover ul {
    display: block;
}
/*-----------------------------------------------------------------------------------*/
/*  2c SLIDER
/*-----------------------------------------------------------------------------------*/

.slider-home {
    top: -123px;
    position: relative;
}
.slider-home img {
    width: 100%;
    height: auto;
}
.bannercontainer .tp-rightarrow:before {
    content: "\e09f";
    font-family: "smaze" !important;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
}
.bannercontainer .tp-leftarrow:before {
    content: "\e09e";
    font-family: "smaze" !important;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
}
.bannercontainer .tparrows, .bannercontainer .tparrows:hover {
    background: transparent !important;
}
.bannercontainer .tp-bullets {
    display: none;
}
/* text */

.bannercontainer .tp-caption.large_text, .bannercontainer .tp-caption.large_bold_white, .bannercontainer .tp-caption.medium_text {
    font-weight: normal;
}
/*-----------------------------------------------------------------------------------*/
/*  3 CONTENT
/*-----------------------------------------------------------------------------------*/

.title-with-bord {
    color: #8A8989;
    text-transform: uppercase;
    position: relative;
    text-align: center;
	font-size:15px;
}

.title-with-bord-banner {
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    text-align: left;
	font-size:24px;
}

.title-with-bord-l {
    color: #3E3A39;
    text-transform: uppercase;
    position: relative;
	line-height:35px;
}

.about-1 .title-with-bord-l {
    color: #3E3A39;
    text-transform: uppercase;
    position: relative;
	line-height:35px;
	padding:0px;
	margin:0px;
	font-size:30px;
}

.about-2 .title-with-bord-l {
    color: #3E3A39;
    text-transform: uppercase;
    position: relative;
	line-height:35px;
	padding:0px;
	margin:0px;
	font-size:30px;
}

.title-with-bord-2 {
    color: #3E3A39;
    text-transform: uppercase;
    position: relative;
    text-align: right;
	line-height:35px;
}

.line{
	border:1px solid #ff0000;
	width:100px;
	text-align: left;
	padding-top:0px;
	padding:0px;
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
}

.line-center
{
	margin-left:auto;
	margin-right:auto;
}

.title-with-bord1 {
    color: #6E6968;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}



.thetitle {
    text-align: center;
	font-size:28px;
}

.subtitle {
    text-align: center;
	font-size:12px;
}

.subtitle-lg {
	font-size:14px;
}

.subtitle-case {
	font-size:37px;
}

.thetitle-l, .subtitle-l {
    text-align: left;
	font-size:13px;
	color:#6E6E6E;
}

.text-body {
    text-align: left;
	font-size:12px;
	color:#C1BEBE;
}



.subtitle-sm
{
	font-size:10px;
}

.thetitle-2, .subtitle-2 {
    text-align: right;
	font-size:12px;
}


.thetitle {
    font-weight: bold;
}
.subtitle {
    color: #959595;
    padding: 0 15%;
    margin: 0 auto;
}
.portfolio-section
{
   background:#F1ECEC;
   padding-bottom: 40px;
   padding-top: 0px;
}

.portfolio{
font-size:17px;
}

.portfolio span{
color:red;
font-size:24px;
}

.dark-title-with-bord {
    color: #3E3A39;
    text-align: left;
    text-transform: uppercase;
    position: relative;
}
.dark-title-with-bord:after {
    text-align: left;
    margin-top: 10px;
}
/*-----------------------------------------------------------------------------------*/
/*  3a Feature Services
/*-----------------------------------------------------------------------------------*/

section.our-services {
    padding: 20px 0;
}
.feature-box {
    text-align: center;
}
.feature-service .feature-icon {
    width: 100%;
}
.feature-service .feature-desc h4 {
    font-weight:bold;
	color:#595858;
	font-size: 14px;
    font-size: 1.4rem;
}
.feature-icon {
    position: relative;
    height: 120px;
    width: 120px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.feature-icon-center {
    margin: 0 auto 0px;
}

.feature-icon-left {
    margin-right:auto;
}

.feature-icon-right {
    margin-left:auto;
}
.servicve1 .feature-icon
{
	 margin-left:auto;
}

.servicve2 .feature-icon
{
	 margin-right:auto;
}


.feature-icon .icons {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 30px 0;
    line-height: 120px;
}
.feature-icon .hi-icon {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fc4349;
    padding: 25px 0;
}
.feature-service {
    margin-top: 50px;
}
.hi-icon-effect-8 .hi-icon {
    background: #ffffff;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -o-transition: -o-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    border: 1px solid #B3B3B3;
    line-height: 1.4;
}

.hi-icon-effect-9-margin {
 
    margin-top:90px;
	margin-left:110px;
}

.hi-icon-effect-9 .hi-icon {
    background: #EE3022;
	 color: #ffffff;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -o-transition: -o-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    border: 1px solid #e5e5e5;
    line-height: 1.4;
}

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.hi-icon-effect-9 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 2px rgba(251, 203, 200, 1.1);
    box-shadow: 0 0 0 2px rgba(251, 203, 200, 1.1);
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.feature-box:hover .hi-icon-effect-8 .hi-icon {
    background: #fc4349;
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.93);
    transform: scale(0.93);
    color: #ffffff;
}

.feature-box:hover .hi-icon-effect-9 .hi-icon {
    background: #fc4349;
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    -o-transform: scale(0.93);
    transform: scale(0.93);
    color: #ffffff;
}

.feature-box:hover .hi-icon-effect-8 .hi-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -o-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.feature-box:hover .hi-icon-effect-9 .hi-icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -o-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-o-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fc4349, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/* Effect 1 */

.feature-service .hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.feature-service .hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 2px #fc4349;
    box-shadow: 0 0 0 2px #fc4349;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -o-transition: -o-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}
/* Effect 1a */

.feature-box:hover .hi-icon-effect-1a .hi-icon {
    background: rgba(252, 67, 73, 1);
    color: #ffffff;
}
.feature-box:hover .hi-icon-effect-1a .hi-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
/* feature description */

.feature-desc p {
    color: #999999;
    font-size: 12px;
    font-size: 1.2rem;
}
/*-----------------------------------------------------------------------------------*/
/*  3b Portfolio
/*-----------------------------------------------------------------------------------*/

section.portfolio {
    padding: 50px 0 0;
    background: #fafafa;
}
section.portfolio-alt {
    padding: 100px 0;
}
ul#portfolio-filter {
    list-style: none;
    padding: 60px 0;
    text-align: center;
    background: #fc4349;
    margin-bottom: 0;
}
section.portfolio ul#portfolio-filter {
    margin-top: 100px;
}
ul#portfolio-filter li {
    display: inline-block;
    padding: 0 25px;
}
ul#portfolio-filter li.activeFilter {
    position: relative;
}
ul#portfolio-filter li.activeFilter a:after {
    content: "///////////////////";
    position: absolute;
    font-size: 6px;
    text-align: center;
    display: block;
    color: #ffffff;
    font-family: 'montserratbold';
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
ul#portfolio-filter li a {
    color: #ffffff;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'montserratregular';
}
.portfolio-item {
    padding: 0;
    width: 25%;
}
.portfolio-item.wide-portfolio {
    width: 50%;
}
.portfolio-item .portfolio-image {
    position: relative;
    overflow: hidden;
}
.portfolio-item .portfolio-image img {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.portfolio-item .portfolio-image:hover img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}
.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    text-align: center;
    background-color: rgba(255, 0, 0, 0.5);
}
body:not(.device-touch):not(.device-xs):not(.device-xxs) .portfolio-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}
.portfolio-item:hover .portfolio-overlay, .iportfolio:hover .portfolio-overlay {
    opacity: 1;
}
#load-infinite {
    padding: 40px 0;
    text-align: center;
    background: #DF3125;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 20px;
    font-size: 2.0rem;
    text-transform: uppercase;
    width: 100%;
    border: 0;
}
.portfolio-overlay .portfolio-desc {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-overlay .portfolio-desc h3 {
    color: #ffffff;
    padding: 0 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.portfolio-overlay .portfolio-desc .title-with-bord:after {
    margin-top: 15px;
    color: #ffffff;
}
.portfolio-overlay .portfolio-desc span {
    color: #ffffff;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
/*-----------------------------------------------------------------------------------*/
/*  3c Portfolio-Single
/*-----------------------------------------------------------------------------------*/

section.portfolio-single {
    padding: 100px 0;
}
.component {
    margin: 100px auto;
    position: relative;
    margin-bottom: 40px;
    max-width: 100%;
}
.component-fullwidth {
    width: 100%;
    height: 600px;
    margin-bottom: 0;
    background: #333;
}
.component > ul {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.component-fullwidth > ul {
    overflow: hidden;
}
.component li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
}
.component-fullwidth li {
    overflow: hidden;
}
.component .current {
    opacity: 1;
    pointer-events: auto;
    z-index: 1000;
}
.component-fullwidth li img {
    min-width: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*****************************************/
/* Slide Behind */
/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */
/*****************************************/

.fxSlideBehind .itemwrap {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.fxSlideBehind .navOutNext {
    -webkit-animation: hideLeft 0.8s forwards;
    -o-animation: hideLeft 0.8s forwards;
    animation: hideLeft 0.8s forwards;
}
.fxSlideBehind .navInNext {
    -webkit-animation: showRight 0.8s forwards;
    -o-animation: showRight 0.8s forwards;
    animation: showRight 0.8s forwards;
}
.fxSlideBehind .navOutPrev {
    -webkit-animation: hideRight 0.8s forwards;
    -o-animation: hideRight 0.8s forwards;
    animation: hideRight 0.8s forwards;
}
.fxSlideBehind .navInPrev {
    -webkit-animation: showLeft 0.8s forwards;
    -o-animation: showLeft 0.8s forwards;
    animation: showLeft 0.8s forwards;
}
@-webkit-keyframes hideLeft {
    0% {
        -webkit-transform: translateZ( 0px);
    }
    40% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        z-index: 9999;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ( -400px);
    }
}
@-o-keyframes hideLeft {
    0% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
    }
    40% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        z-index: 9999;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
    }
}
@keyframes hideLeft {
    0% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
    }
    40% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        z-index: 9999;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
    }
}
@-webkit-keyframes showRight {
    0% {
        -webkit-transform: translateZ( -400px);
        opacity: 1;
    }
    40% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        opacity: 1;
    }
    41% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        opacity: 1;
        z-index: 9999;
    }
    100% {
        -webkit-transform: translateZ( 0px);
        opacity: 1;
        z-index: 9999;
    }
}
@-o-keyframes showRight {
    0% {
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
        opacity: 1;
    }
    40% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        opacity: 1;
    }
    41% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        opacity: 1;
        z-index: 9999;
    }
    100% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
        opacity: 1;
        z-index: 9999;
    }
}
@keyframes showRight {
    0% {
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
        opacity: 1;
    }
    40% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        opacity: 1;
    }
    41% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        opacity: 1;
        z-index: 9999;
    }
    100% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
        opacity: 1;
        z-index: 9999;
    }
}
@-webkit-keyframes hideRight {
    0% {
        -webkit-transform: translateZ( 0px);
    }
    40% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        z-index: 9999;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ( -400px);
    }
}
@-o-keyframes hideRight {
    0% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
    }
    40% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        z-index: 9999;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
    }
}
@keyframes hideRight {
    0% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
    }
    40% {
        -webkit-transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        transform: translate( 0, 40%) scale( 0.8) rotateX( 20deg);
        z-index: 9999;
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
    }
}
@-webkit-keyframes showLeft {
    0% {
        -webkit-transform: translateZ( -400px);
        opacity: 1;
    }
    40% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        opacity: 1;
    }
    41% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        opacity: 1;
        z-index: 9999;
    }
    100% {
        -webkit-transform: translateZ( 0px);
        opacity: 1;
        z-index: 9999;
    }
}
@-o-keyframes showLeft {
    0% {
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
        opacity: 1;
    }
    40% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        opacity: 1;
    }
    41% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        opacity: 1;
        z-index: 9999;
    }
    100% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
        opacity: 1;
        z-index: 9999;
    }
}
@keyframes showLeft {
    0% {
        -webkit-transform: translateZ( -400px);
        transform: translateZ( -400px);
        opacity: 1;
    }
    40% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        opacity: 1;
    }
    41% {
        -webkit-transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        transform: translate( 0, -40%) scale( 0.8) rotateX( -20deg);
        opacity: 1;
        z-index: 9999;
    }
    100% {
        -webkit-transform: translateZ( 0px);
        transform: translateZ( 0px);
        opacity: 1;
        z-index: 9999;
    }
}
/*button*/

.portfolio-single nav {} .portfolio-single nav .prev {
    left: 5%;
    position: absolute;
    top: 45%;
    color: #ffffff;
    text-transform: uppercase;
}
.portfolio-single nav .prev:before {
    content: "\e09e";
    font-family: "smaze";
    font-size: 60px;
    font-size: 6rem;
    display: block;
}
.portfolio-single nav .next {
    right: 5%;
    position: absolute;
    top: 45%;
    color: #ffffff;
    text-transform: uppercase;
}
.portfolio-single nav .next:before {
    content: "\e09f";
    font-family: "smaze";
    font-size: 60px;
    font-size: 6rem;
    display: block;
}
.portfolio-single nav .prev:hover, .portfolio-single nav .next:hover {
    color: #fc4349;
}
/* detail */

.img-single-portfolio-content {
    padding-right: 0;
}
.img-single-portfolio-content img {
    width: 100%;
}
.desc-single-portfolio-content {
    padding: 50px 70px 0px 120px;
}
.desc-single-portfolio-content .title {
    font-family: 'montserratregular';
    text-transform: uppercase;
}
.thecontent-single-portfolio-desc {
    margin: 30px 0;
}
.desc-single-portfolio-content .dark-social-icon {
    border: 0;
    text-align: left;
}
/*parallax background*/

.full-page-section#single-portfolio {
    background-image: url(img/background/single-portfolio-slogan.jpg);
    background-attachment: scroll;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
}
.full-page-section#single-portfolio .slogan a:hover {
    color: #fc4349;
    text-decoration: underline;
}
/*-----------------------------------------------------------------------------------*/
/*  3d BLog Home
/*-----------------------------------------------------------------------------------*/

section.blog-home {
    padding: 50px 0;
}
h3.blog-title, .blog-date {
     font-size: 14px;
    font-size: 1.4rem;
}
h3.blog-title {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
.blog-excerpt {
    line-height: 1.8;
    color: #282828;
	font-size:12px;
}
#blog-block {
    margin-top: 20px;
}
.blog-wrap {
    overflow: hidden;
}
.blog-item {
    padding: 0;
    width: 33.33333333%;
}
.blog-item.wide-blog {
    width: 66.66666667%;
}
.blog-item:hover .blog-desc {
    background: #232323;
    color: #ffffff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-item:hover .blog-excerpt {
    color: #ffffff;
}
.blog-item.has-post-thumbnail:hover .blog-desc {
    background-color: rgba(0, 0, 0, 0.5)
}
.blog-item.has-post-thumbnail:hover img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}
.grid-sizer {
    width: 25%;
}
.blog-item img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.blog-desc {
    background: #eeeeee;
    color: #282828;
    padding: 40px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.has-post-thumbnail .blog-desc {
    padding: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    color: #ffffff;
}
.blog-date {
    font-size: 14px;
    font-size: 1.4rem;
}
.blog-date:after {
    content: "////////////////////";
    font-family: 'montserratbold';
    position: relative;
    font-size: 6px;
    display: block;
}
.has-post-thumbnail .blog-excerpt {
    color: #ffffff;
}
/* MASONRY BLOG */

.masonry-blog .blog-home {
    padding: 0 0 90px;
}
/* SINGLE POST */

.single-blog blockquote {
    border-left: 0;
    color: #fc4349;
    padding-left: 0;
    font-style: italic;
}
.single-blog .meta-bottom {
    padding: 20px 0;
    margin: 40px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.single-blog .post-thumb {
    margin-bottom: 45px;
}
.single-blog .meta-bottom .share-title, .single-blog .meta-bottom .tag-title {
    font-family: 'montserratregular';
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
}
.single-blog .meta-bottom .share-title .icon, .single-blog .meta-bottom .tag-title i {
    margin-right: 10px;
}
.single-blog .social-share {
    padding: 0;
}
.single-blog .meta-bottom .share-title {
    margin-bottom: 25px;
}
.single-blog .social-share a {
    color: #343434;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 10px;
}
.single-blog .social-share a.facebook {
    margin-left: 0;
}
.single-blog .social-share a:hover {
    color: #fc4349;
}
.single-blog .tags-bottom a {
    color: #999999;
}
.postauthor .author-ava .title {
    font-family: 'montserratregular';
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
}
.postauthor .author-ava img {
    -webkit-border-radius: 30%;
    border-radius: 30%;
}
.postauthor .authordesc h4 {
    margin-top: 50px;
    font-family: 'montserratregular';
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
}
.postauthor .authordesc h4 a {
    color: #343434;
}
.postauthor .authordesc p {
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  3e Services Home
/*-----------------------------------------------------------------------------------*/

section.services-style-1 {
    padding: 100px 0;
}
.service-tab {
    position: relative;
}
.service-tab-style1 {
    position: relative;
}
.feature-box-service-wrap {
    margin: 100px auto;
    border-left: 3px solid #eeeeee;
    border-right: 3px solid #eeeeee;
    position: relative;
}
.feature-box-services {
    text-align: center;
}
.feature-box-services .feature-icon {
    margin: 0 auto;
    z-index: 1;
    background: #ffffff;
}
.border-box-services {
    height: 3px;
    background: #eeeeee;
    position: absolute;
    width: 100%;
    top: 50%;
}
.tab-content.service {
    margin-top: 80px;
}
/* filter */

.nav-tabs {
    border-bottom: 0;
}
.nav-tabs>li {
    margin-bottom: 0;
}
.nav-tabs>li>a {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.nav>li>a {
    padding: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
    border: 3px solid #fc4349;
    cursor: pointer;
}
.nav-tabs>li>a:hover {
    border-color: #ffffff;
    background-color: #ffffff;
}
.feature-box-services.active .icons {
    color: #fc4349;
}
/* border */

.bord-full-service {
    height: 4px;
    background: #fc4349;
    margin: 20px auto;
}
.feature-box-services.active:after, .feature-box-services.active:before {
    top: 200%;
    left: 37%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.feature-box-services.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: 6px;
}
.feature-box-services.active:before {
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #fc4349;
    border-width: 36px;
}
/* Effect 1 */

.feature-box-process .hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -o-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
.feature-box-process .hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 4px #fc4349;
    box-shadow: 0 0 0 4px #fc4349;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -o-transition: -o-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0;
}
.feature-box-process:hover .feature-icon .icons {
    color: #ffffff;
}
.filtering-process .feature-icon .icons:before {
    content: "\e010";
    position: absolute;
    top: -16px;
    left: 27px;
}
/* Effect 1a */

.feature-box-process:hover .hi-icon-effect-1a .hi-icon {
    color: #fc4349;
}
.feature-box-process:hover .hi-icon-effect-1a .hi-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}
.feature-box-process.active .hi-icon-effect-1a .hi-icon {
    background: rgba(252, 67, 73, 1);
    color: #ffffff;
}
.feature-box-process.active .hi-icon-effect-1a .hi-icon:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.hi-icon {
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* service */

.feature-box-services .feature-icon {
    border: 3px solid transparent;
}
.feature-box-services .feature-icon:hover {
    cursor: pointer;
}
.feature-box-services .icons {
    color: #d9d9d9;
}
.feature-box-services:hover .icons {
    color: #fc4349;
}
/* tab feature icon */

.feature-list {
    list-style: none;
    padding: 0;
    text-align: center;
}
.feature-list {
    margin: 20px 0;
}
.feature-list li {
    display: inline-block;
    width: 170px;
}
.feature-list li span {
    display: block;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
}
.feature-list li .smaze {
    font-size: 48px;
    font-size: 4.8rem;
    color: #929292;
}
.feature-list li:hover .smaze {
    color: #fc4349;
}
.feature-list li:hover span {
    color: #343434;
}
/*-----------------------------------------------------------------------------------*/
/*  3e Process Home
/*-----------------------------------------------------------------------------------*/

section.process {
    padding: 100px 0;
}
.feature-box-process {
    text-align: center;
    width: 120px;
    position: absolute;
}
.filtering-process {
    height: 400px;
    margin-top: 60px;
    list-style: none;
}
.filtering-process ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.feature-box-process .feature-icon {
    margin: 0 auto;
    width: 80px;
    height: 80px;
}
.feature-box-process:nth-child(1) {
    top: 6%;
    left: 42%;
}
.feature-box-process:nth-child(2) {
    right: 7%;
    top: 35%;
}
.feature-box-process:nth-child(3) {
    bottom: 5%;
    left: 42%;
}
.feature-box-process:nth-child(4) {
    left: 10%;
    top: 35%;
}
.bord-process-1 {
    height: 1px;
    background: #eaeaea;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    position: absolute;
    width: 100%;
    top: 50%;
}
.bord-process-2 {
    height: 1px;
    background: #eaeaea;
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg);
    position: absolute;
    width: 100%;
    top: 50%;
}
.filtering-process .hi-icon {
    margin: 0;
    color: #b9b9b9;
}
.filtering-process h6 {
    color: #999999;
}
/* process tab */

.desc-process-tab {
    height: 400px;
    margin-top: 80px;
}
.process-desc {
    display: none;
}
.process-desc.active {
    display: block;
}
.process-desc p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999999;
    margin-top: 20px;
}
.tab-pane.service {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
/*-----------------------------------------------------------------------------------*/
/*  3g Blog Index
/*-----------------------------------------------------------------------------------*/

article.post {
    margin: 0 0 60px;
}
.post-meta {
    padding: 10px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.post-date {
    border: 2px solid #fc4349;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #343434;
    padding: 11px 13px;
    float: left;
    margin-right: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}
.meta-post-top {
    color: #999999;
    margin-top: 15px;
}
.meta-post-top .author i, .meta-post-top .comments i {
    margin-right: 5px;
}
.meta-post-top .author {
    margin-right: 10px;
}
.post-date .date-number, .post-date .date-month {
    display: block;
    text-align: center;
    line-height: 1.3;
    font-weight: normal;
    font-family: 'montserratregular';
}
h2.post-title {
    margin-top: 0;
    font-weight: normal;
    font-family: 'montserratregular';
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
}
.blog-content .post-thumb {
    position: relative;
}
.blog-content .social-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid #ffffff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.blog-content .social-icon a {
    color: #ffffff;
    margin: 0 10px;
}
.blog-content .post-excerpt {
    margin-top: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*  3h. TESTIMONIAL SECTION
/*-----------------------------------------------------------------------------------*/

.testimonial-builder {
    background-color: #343434;
}
.testimonial-item.flexslider {
    /*border-radius*/
    
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    margin: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.flex-control-nav li {
    margin: 0 6px;
}
.testimonial-item.flexslider ul.slides li {
    padding: 140px 0 180px;
    position: relative;
}
.testimonial-item.flexslider ul.slides li p {
    padding-left: 160px;
    text-align: left;
    color: #ffffff;
    width: 60%;
    margin: 20px auto 0;
    font-style: italic;
}
.flex-control-nav {
    bottom: 0;
}
.flex-control-paging li a {
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.testimonial-item.flexslider .flex-control-paging li a.flex-active {
    background: #fc4349;
}
/*the author*/

.testimoni-author {
    position: absolute;
    text-align: center;
    left: 20%;
}
.testimonial-item.flexslider .slides img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 20%;
    border: 3px solid #bbbbbb;
    margin: 0 auto;
}
.testimonial-item.flexslider .slides cite {
    color: #ffffff;
    margin-top: 5px;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    font-weight: normal;
    font-family: 'open_sansregular';
}
.testimonial-item.flexslider .slides h4 {
    font-size: 20px;
    font-size: 2rem;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    font-family: 'montserratregular';
    margin-top: 15px;
}
/* arrow */

.flex-direction-nav .flex-next {
    right: 0;
}
.flex-direction-nav .flex-prev {
    left: 0;
}
.flexslider:hover .flex-next {
    right: 150px;
}
.flexslider:hover .flex-prev {
    left: 150px;
}
.flex-direction-nav a:before {
    font-size: 24px;
    font-size: 2.4rem;
    color: #ffffff;
}
/*icon*/

.testi-quote {
    position: absolute;
    left: 50%;
    bottom: 10%;
    font-size: 72px;
    color: #fc4349;
    width: 90px;
}
.testi-quote:before {
    font-style: italic !important;
}
/*-----------------------------------------------------------------------------------*/
/*  3i. SLOGAN WITH BUTTON SECTION
/*-----------------------------------------------------------------------------------*/

.slogan-button {
    background-color: #232323;
    padding: 50px 0;
}
.slogan-button .slogan {
    text-align: center;
}
.slogan-button .slogan-title {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
}
.slogan-button .slogan-btn {
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 15px 35px;
    text-transform: none;
}
/*-----------------------------------------------------------------------------------*/
/*  3j. Full Page Section
/*-----------------------------------------------------------------------------------*/

.full-page-section.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0;
    background-attachment: fixed;
    background-position: center top;
    position: relative;
}
/* the background */

.full-page-section.parallax#home2 {
    background-image: url(img/background/parallax1.jpg);
}
.full-page-section.parallax#about {
    background-image: url(img/about/testi-bg.jpg);
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.thetitle-slogan {
    font-size: 60px;
    font-size: 6rem;
    color: #3D3A3A;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.transparent-btn {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #ffffff;
}
.transparent-btn .btn {
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 20px 160px;
    letter-spacing: 5px;
}
/*-----------------------------------------------------------------------------------*/
/*  3k. Team Section
/*-----------------------------------------------------------------------------------*/

.team {
    margin-top: 90px;
}
.team-right {
    width: 50%;
    float: left;
}
.team-left {
    width: 50%;
    float: left;
}
/* team person */

.team-person.active {
    display: block;
}
.team-person {
    display: none;
    height: 800px;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.team-person#smith {
    background-image: url(img/team/zoom1.jpg);
}
.team-person#joe {
    background-image: url(img/team/zoom4.jpg);
}
.team-person#will {
    background-image: url(img/team/zoom2.jpg);
}
.team-person#liam {
    background-image: url(img/team/zoom3.jpg);
}
.team-detail {
    padding: 100px 200px;
    position: absolute;
    bottom: 0;
}
.team-detail .name {
    margin: 0;
    color: #ffffff;
}
.title-with-bord.job {
    color: #6E6968;
    text-align: left;
    text-transform: none;
}
.title-with-bord.job:after {
    text-align: left
}
.team-detail .desc {
    color: #ffffff;
}
.dark-social-icon {
    text-align: center;
    border-top: 1px solid #999999;
    padding-top: 20px;
}
.dark-social-icon a {
    color: #ffffff;
    background-color: #282828;
    padding: 10px 13px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin: 0 5px;
}
.dark-social-icon a:hover {
    background-color: #fc4349;
}
/* team list */

.team-list {
    float: left;
    width: 50%;
    position: relative;
}
.team-list img {
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*  3l. Partner Section
/*-----------------------------------------------------------------------------------*/

.client {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px;
}
.client-item {
    padding: 30px;
    background-color: #fbfbfb;
    border: 1px solid #f2f2f2;
}
.client-item img {
    opacity: 0.3;
}
.client-item:hover img {
    opacity: 1;
}
.client-item:hover {
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/* 4. ABOUT
/*-----------------------------------------------------------------------------------*/

.about-block {
    margin: 0 auto;
}
.about-info {
    padding: 40px 20px 40px 40px;
}
.about-author {
    padding: 40px 40px 40px 20px;
}
.about-block .dark-social-icon {
    padding-top: 10px;
    border: 0;
    margin-bottom: 20px;
}
.about-block .achievement {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url('./img/about/achievement.jpg');
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./img/about/achievement.jpg');
    background: -o-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./img/about/achievement.jpg');
    background: linear-gradient( rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('./img/about/achievement.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px;
    color: #ffffff;
}
.achivement-title:after {
    content: "////////////////////";
    position: relative;
    font-size: 6px;
    display: block;
    margin-top: 5px;
}
.achievement-subtitle, .about-subtitle {
    margin: 30px auto;
    font-family: 'montserratregular';
    text-transform: uppercase;
}
.about-block .achivement-title {
    font-family: 'montserratregular';
    text-transform: uppercase;
}
.about-block .achievement p {
    color: #ffffff;
}
.content-achievement {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
}
/* skill */

.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #eee;
    height: 35px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    background: #6adcfa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.skillbar-title span {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.skillbar-bar {
    height: 35px;
    width: 0px;
    background: #6adcfa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    color: rgba(0, 0, 0, 0.4);
}
.skills-barrow {
    padding-bottom: 28px;
}
.skills-title {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    margin-bottom: 10px;
}
.bar-perce {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
}
.skills-bar {
    background: #d5d5d5;
    height: 25px;
    position: relative;
    width: 100%;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    8 -o-transition-property: width, background-color;
    transition-property: width, background-color;
}
.bar {
    height: 25px;
    width: 0px;
    background-color: #fd4f34;
}
/* accordion */

.accordion {
    margin-top: 100px;
}
.accordion .panel-heading {
    background-color: #fd4f34;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.accordion .panel-group .panel+.panel {
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/* 5. SERVICE
/*-----------------------------------------------------------------------------------*/

.services-style-3 {
    margin-bottom: 90px;
}
.service-tab-style-3 {
    list-style: none;
}
.service-tab-style-3 .service-style3-item {
    display: block;
    padding: 30px 20px;
    position: relative;
    border: 1px solid #dedede;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.service-tab-style-3 .service-style3-item .title {
    color: #666666;
    text-transform: uppercase;
    font-family: 'montserratregular';
}
.service-tab-style-3 .service-style3-item i {
    position: absolute;
    margin: 0;
    color: #343434;
    padding: 45px 0;
}
.service-tab-style-3 .service-style3-item .detail {
    padding-left: 110px;
}
.service-3-desc {
    display: none;
}
.service-3-desc.active {
    display: block;
}
.service-3-desc .portfolio-grid {
    list-style: none;
    padding: 0;
}
.service-3-desc .portfolio-grid li {
    float: left;
    padding: 0;
}
.service-3-desc .portfolio-grid li img {
    height: 180px;
    width: 180px;
}
/*active and hover*/

.service-style3-item:hover, .service-style3-item.active {
    background: #fc4349;
}
.service-style3-item:hover .title, .service-style3-item.active .title, .service-style3-item:hover p, .service-style3-item.active p, .service-style3-item:hover i, .service-style3-item.active i {
    color: #ffffff
}
/* parallax background */

.full-page-section {
    text-align: center;
}
.full-page-section .slogan {
    font-family: 'montserratregular';
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}
.full-page-section.parallax#service-page {
    background-image: url(img/background/parallax-service.jpg);
}
/*-----------------------------------------------------------------------------------*/
/*  6. CONTACT
/*-----------------------------------------------------------------------------------*/

.contact-map {
    position: relative;
    z-index: -1;
}
.contact-map iframe {
    width: 100%;
    height: 500px;
}
.contact-detail {
    margin: 90px 0;
}
/*form*/

.form-contact input, .form-contact textarea {
    display: block;
    width: 100%;
    margin: 10px 0;
    padding: 20px;
}
.form-contact input {
    height: 55px;
}
.form-contact .btn {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    padding: 20px;
}
/*detail*/

.detail-contact {
    padding: 0 120px;
}
.detail-contact .address, .detail-contact .contact-us {
    position: relative;
    padding-left: 20px;
    margin-top: 30px;
}
.detail-contact .address ul, .detail-contact .contact-us ul {
    list-style: none;
    padding: 0;
}
.detail-contact .address i, .detail-contact .contact-us i {
    position: absolute;
    left: 0;
}
.detail-contact .address .title, .detail-contact .contact-us .title {
    text-transform: uppercase;
    font-family: 'montserratregular';
}
/*-----------------------------------------------------------------------------------*/
/*  7. FOOTER
/*-----------------------------------------------------------------------------------*/

.site-footer {
	margin-top:0px;
    text-align: center;
    background: #252525;
}
.footer-top {
    padding-top: 50px;
}
.footer-bottom {
    background-color: #151515;
    border-top: 1px solid #252525;
}
.subtitle-footer {
    color: #cccccc;
    padding-top: 40px;
}
/* footer social */

.footer-social ul {
    list-style: none;
    border-top: 1px solid #555555;
    padding-top: 30px;
    margin: 30px 0;
}
.footer-social ul li {
    display: inline-block;
    font-size: 22px;
    font-size: 2.2rem;
}


.footer-social ul li a {
    color: #555555;
    padding: 0 25px;
}
.footer-social ul li a:hover {
    
}
/* copyright footer */

.copyright-footer {
    padding: 45px 0;
}
.copyright-footer p {
    margin: 0;
    color: #ffffff;
}
.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  8. SIDEBAR
/*-----------------------------------------------------------------------------------*/

.widget {
    padding: 0 30px;
}
.single-post .widget:first-child {
    padding-top: 30px;
}
.widget {
    margin: 0 0 30px 0;
}
.widget-title {
    color: #343434;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: left;
    font-family: 'montserratregular';
    text-transform: uppercase;
    margin: 0 0 35px;
}
.widget ul {
    padding: 0;
}
.widget ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}
.widget .bord-left {
    background-color: #fc4349;
}
.widget ul li a {
    color: #fc4349;
}
.widget ul li a:hover {
    color: #ff007c;
}
/*tags widget*/

.tags-widget a {
    margin: 0 3px 7px 0;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 3.7;
    padding: 10px 20px;
    border: 1px solid #e3e3e3;
    color: #888888;
}
.tags-widget a:hover {
    background-color: #fc4349;
    border: 1px solid #fc4349;
    color: #ffffff;
}
/*latest news*/

.widget-news {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}
.widget-news .media-entry h4 {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    font-family: 'montserratregular';
    text-transform: uppercase;
}
.widget-news .media-entry h4 a {
    color: #343434;
}
.widget-news .entry-text {
    margin: 0;
    line-height: 1.3;
    margin-top: 10px;
}
.widget-news .media-entry p.entry-text a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
}
.widget-news a img {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.arrow
{
padding-top:20px;
padding-bottom:30px;
border-bottom:1px solid #CFCECD;
}

.about-1
{
padding-top:50px;
padding-bottom:50px;
background:#ffffff
}

.pic-box
{

}

.pic-box img
{
width:100%;
}


.about-2
{
padding-top:50px;
padding-bottom:50px;
background:#F2EDED
}

.address-box
{
color:#989898;
font-size:10px;
}

.clearP
{
padding:0px;
padding-top:0px;
margin:0px;
}

.news-banner
{
	padding-bottom:0px;
	padding-top:30px;
	
}

.news-banner-img
{
	position: relative;
    overflow: hidden;
}

.news-banner-img img
{
	width:100%;
	height:auto;
}


.news-banner-overlay {
    position: absolute;
    bottom: 0;
	padding:20px;
    left: 0;
    width: 100%;
    height:20%;
    z-index: 2;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
}
.news-banner .news-banner-desc{
	background:#dddddd;
   
	padding:15px;

}


.home-slide-overlay {
    position: absolute;
    top: 25%;
	padding:20px;
    right: 10%;
    width: 25%;
    height:50%;
    z-index: 2;
    text-align: left;
}
.home-slide-overlay .subtitle-l
{
	font-size:14px;
}

.caption .subtitle-l
{
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}


body:not(.device-touch):not(.device-xs):not(.device-xxs) .news-banner-overlay {
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}


.news-banner-overlay .news-banner-desc h3 {
    color: #3E3A39;
    margin-bottom: 15px;
	font-size:24px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.news-banner-overlay .news-banner-desc p {
    color: #595757;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}



.news-item {
    padding: 0;
    width: 24.3%;
	border:1px solid #A9A8A8;
	background:#ffffff;
	height:auto;
	
}

.news-item-wide {
    width: 48.6%;
	
}


.gutter-sizer {
    width: 1%;
}

.news-item .holder
{
 padding:20px;
}

.news-item .title
{
	color:#3E3A39;
	text-align:left;
	font-size:19px;
    font-size: 1.9rem;
	line-height:22px;
}
.news-item .des
{
font-size:9px;
color:#3E3A39;
height:98px;
overflow:hidden;
}

.news-item.wide-portfolio {
    width: 50%;
}
.news-item .news-image {
    position: relative;
    overflow: hidden;
}
.news-item .news-image img {
    width: 100%;
    height: 150px;
    -webkit-transition: -webkit-transform 0.35s;
    -o-transition: -o-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.news-item .news-image:hover img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}
.news-item .read-more
{
text-align:right;
}

.news-item:hover .news-overlay, .iportfolio:hover .news-overlay {
    opacity: 1;
}


.case-body
{
	background:#F2EDED;
	padding-top:50px;
	padding-bottom:50px;
}

.padding10
{
padding-top:10px;
}

.padding20
{
padding-top:20px;
}
.padding50
{
padding-top:50px;
}


.v-align-bottom {
  vertical-align: bottom;
  display: table-cell;
}
.v-align-top {
  vertical-align: top;
  display: table-cell;
}
.v-align-middle {
  vertical-align: middle;
  display: table-cell;
}
.h-align-middle {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.padding-10 {
  padding: 10px;
}
.padding-20 {
  padding: 20px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-r-50 {
  padding-right: 50px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-t-55 {
  padding-top: 55px;
}
.p-r-55 {
  padding-right: 55px;
}
.p-l-55 {
  padding-left: 55px;
}
.p-b-55 {
  padding-bottom: 55px;
}
.p-t-60 {
  padding-top: 60px;
}
.p-r-60 {
  padding-right: 60px;
}
.p-l-60 {
  padding-left: 60px;
}
.p-b-60 {
  padding-bottom: 60px;
}
.p-t-65 {
  padding-top: 65px;
}
.p-r-65 {
  padding-right: 65px;
}
.p-l-65 {
  padding-left: 65px;
}
.p-b-65 {
  padding-bottom: 65px;
}
.p-t-70 {
  padding-top: 70px;
}
.p-r-70 {
  padding-right: 70px;
}
.p-l-70 {
  padding-left: 70px;
}
.p-b-70 {
  padding-bottom: 70px;
}
.p-t-75 {
  padding-top: 75px;
}
.p-r-75 {
  padding-right: 75px;
}
.p-l-75 {
  padding-left: 75px;
}
.p-b-75 {
  padding-bottom: 75px;
}
.p-t-80 {
  padding-top: 80px;
}
.p-r-80 {
  padding-right: 80px;
}
.p-l-80 {
  padding-left: 80px;
}
.p-b-80 {
  padding-bottom: 80px;
}
.p-t-85 {
  padding-top: 85px;
}
.p-r-85 {
  padding-right: 85px;
}
.p-l-85 {
  padding-left: 85px;
}
.p-b-85 {
  padding-bottom: 85px;
}
.p-t-90 {
  padding-top: 90px;
}
.p-r-90 {
  padding-right: 90px;
}
.p-l-90 {
  padding-left: 90px;
}
.p-b-90 {
  padding-bottom: 90px;
}
.p-t-95 {
  padding-top: 95px;
}
.p-r-95 {
  padding-right: 95px;
}
.p-l-95 {
  padding-left: 95px;
}
.p-b-95 {
  padding-bottom: 95px;
}
.p-t-100 {
  padding-top: 100px;
}
.p-r-100 {
  padding-right: 100px;
}
.p-l-100 {
  padding-left: 100px;
}
.p-b-100 {
  padding-bottom: 100px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-55 {
  margin-top: 55px;
}
.m-r-55 {
  margin-right: 55px;
}
.m-l-55 {
  margin-left: 55px;
}
.m-b-55 {
  margin-bottom: 55px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-r-60 {
  margin-right: 60px;
}
.m-l-60 {
  margin-left: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-65 {
  margin-top: 65px;
}
.m-r-65 {
  margin-right: 65px;
}
.m-l-65 {
  margin-left: 65px;
}
.m-b-65 {
  margin-bottom: 65px;
}
.hide {
  display: none;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.inline {
  display: inline-block !important;
}
.b-blank {
  border-color: #000;
}
.b-r {
  border-right: 1px solid;
}
.b-l {
  border-left: 1px solid;
}
.b-t {
  border-top: 1px solid;
}
.b-b {
  border-bottom: 1px solid;
}
.b-a {
  border-width: 1px solid;
}
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}
.b-grey {
  border-color: #e5e9ec;
}
.visible-xlg {
  display: none;
}
.hidden-xlg {
  display: block;
}
.image-responsive-width {
  width: 100%;
}
.box-250 {
  width: 250px;
  height: 250px;
}
.overlayer {
  position: absolute;
  display: block;
  z-index: 80;
}
.overlayer.fullwidth {
  width: 100%;
}
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 9999;
}

.form-group .control-label
{
	text-align:center;
	color:#fff;
	padding:0px;
	margin:0px;
}

.modal-body
{
padding-left:30px;
padding-right:30px;
}

#joinForm .btn
{
width:120px;
}
.modal-dialog{width:320px;margin:30px auto}
.modal-content{
	background-color:#EE3022;
	filter:alpha(opacity=100);
	opacity:1
}

.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;
}
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: darkred;
}
.item:nth-child(2) {
  background: red;
}
.item:nth-child(3) {
  background: orange;
}

/*
.modal-content{
background-color:#B72D22;
filter:alpha(opacity=50);opacity:.5;
}
*/

.icon-zhuanye
{
  display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_01.png")
}

.icon-zhuanye-hover
{
  display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_01_hover.png")
}

.icon-guoji
{
  display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_04.png")
}

.icon-guoji-hover
{
  display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_04_hover.png")
}

.icon-wangluo
{
  display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_02.png")
}

.icon-wangluo-hover
{
   display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_02_hover.png")
}

.icon-jingrong
{
  display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_03.png")
}

.icon-jingrong-hover
{
   display:block;
  width:41px;
  height:41px;
  margin-left:22px;
  background:url("../img/icon_03_hover.png")
}

.icon-sina
{
  display:block;
  width:27px;
  height:24px;
  margin-left:0px;
  background:url("../img/icon_sina.png")
}

.icon-youxiang
{
  display:block;
  width:27px;
  height:24px;
  margin-left:0px;
  background:url("../img/icon_mail.png")
}
.icon-qq
{
  display:block;
  width:28px;
  height:24px;
  margin-left:0px;
  background:url("../img/icon_qq.png")
}
.icon-wechat
{
  display:block;
  width:27px;
  height:24px;
  margin-left:0px;
  background:url("../img/icon_wechat.png")
}


/* KeFuDiv */
.KeFuDiv {
	position:absolute;
	height:91px;
	z-index:9999;
}
.KeFuDiv .expand 
{
	display:none;
}

.KeFuDiv .expand .kuang
{
width:207px;
height:91px;
background:url(../img/red-kuang.png);
float:right;

}
.KeFuDiv .expand .toggle-right-btn
{
width:16px;
height:91px;
float:left;
text-align:right;
cursor:pointer;
}


.KeFuDiv  .toggle-left-btn
{
width:28px;
height:91px;
float:left;
text-align:right;
cursor:pointer;
display:block;
}

.KeFuDiv .expand .kuang ul {
    list-style: none;
	padding:0px;
    margin: 35px 0;
	padding-left:20px;
}
.KeFuDiv .expand .kuang ul li {
   
	
}



/***/
.rides-cs {  font-size: 12px;  position: absolute; top: 50%; right: 0px;z-index: 1500;}
.rides-cs .floatL { width: 28px; float:left;height:91px;padding: 0px;}
.rides-cs .floatR { width: 207px; height:91px; float: left; padding: 0px; }
.rides-cs .floatR .cn {width:207px;
height:91px;
background:url(../img/red-kuang.png); padding: 0px;}
.rides-cs .cn ul {padding:0px;
	padding-left:20px;}
.rides-cs .cn ul li{
    padding:0px; 
	padding-top:30px;
	display: inline-block;
	margin-right:10px;
	width:30px;
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.rides-cs .cn ul li button
{
width:30px;
padding:0px;

}
.rides-cs .btnOpen {background-image: url(../img/kefu_toggle_left_btn.png); background-repeat: no-repeat;  height: 91px; padding: 0px;width:28px;border:none;}
.rides-cs .btnCtn {background-image: url(../img/kefu_toggle_right_btn.png); background-repeat: no-repeat;  height: 91px; padding: 0px;width:26px;border:none;}

.overlayPopUp-qq {
    position: absolute;
    top: -100px;
    left: -35px;
    width: 103px;
    height: 136px;
    opacity: 100;
    z-index: 2;
	text-align:center;
	display:none;
	background:url(../img/tip_box.png) 0 0 no-repeat;
	padding-top:5px;
}

.overlayPopUp-sina {
    position: absolute;
    top: -100px;
    left: -35px;
    width: 103px;
    height: 136px;
    opacity: 100;
    z-index: 2;
	text-align:center;
	display:none;
	padding-top:5px;
	background:url(../img/tip_box.png) 0 0 no-repeat;
}

.overlayPopUp-wechat {
    position: absolute;
    top: -100px;
    left: -70px;
    width: 103px;
    height: 136px;
    opacity: 100;
    z-index: 2;
	text-align:center;
	padding-top:5px;
	display:none;
	background:url(../img/tip_box_1.png) 0 0 no-repeat;
}


.overlayPopUp-qq1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 103px;
    height: 136px;
    opacity: 100;
    z-index: 200;
	text-align:center;
	background:url(../img/tip_box.png) 0 0 no-repeat;
	padding-top:5px;
	font-size:12px;
	display:none;
}

.overlayPopUp-sina1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 103px;
    height: 136px;
    opacity: 100;
    z-index: 2;
	font-size:12px;
	text-align:center;
	display:none;
	padding-top:5px;
	background:url(../img/tip_box.png) 0 0 no-repeat;
}

.overlayPopUp-wechat1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 103px;
    height: 136px;
    opacity: 100;
	font-size:12px;
    z-index: 2;
	text-align:center;
	padding-top:5px;
	display:none;
	background:url(../img/tip_box.png) 0 0 no-repeat;
}


.lanEn
{
	display:block;
	width:50px;
	float:right;
	border:1px solid #C9C3C0;
	border-left:0px;
	text-align:center;
}

a.lanEn 
{
color:#3D3A3A;
font-size:10px;
}

a:hover.lanEn 
{
background:#DF3125;
color:#ffffff;
}


.lanZh
{
	display:block;
	border:1px solid #C9C3C0;
	border-right:0px;
	width:50px;
	float:right;
	text-align:center;
}

a.lanZh
{
color:#3D3A3A;
font-size:10px;
}

a:hover.lanZh
{
background:#DF3125;
color:#ffffff;
}

.lanActice
{
background:#DF3125;
}

a.lanActice
{
color:#ffffff;
}

.news-container
{
background:#E2E2E3;
}

.case-summary
{
	width:700px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


.overlayPopUp-guanzhu {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 103px;
    height: 136px;
    opacity: 100;
    z-index: 200;
	text-align:center;
	padding-top:5px;
	display:none;
	background:url(../img/tip_box.png) 0 0 no-repeat;
}

.guanzhu_container{
    display: inline-block;
   
}

.ke-zeroborder
{
  border-style: solid;
  border-width: 0px;
  border-height: 0px;
  border-color: #ffffff;
}

.ke-zeroborder td{
	border:0px;
}

table{border:0px;}

#toTop
{
	position: absolute;
	right:0px;
	bottom:0px;
}

.service-title-en
{
	padding-top:40px;
}