@charset "utf-8";
/*
	Visual by TEMPLATE STOCK
	templatestock.co @templatestock
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/


/*-----------------------------------------------------------------------------

Table of Contents:

 1) General
 2) Typography
 3) Backgrounds
 4) Home Sections
 5) Home Revolution Slider Section
 6) Header
 7) Features Section
 8) About Section
 9) Team Section
10) Skills Section
11) Fun Facts Section
12) Quote Section
13) Portfolio Section
14) Get Connected Section
15) Services Section
16) Call to Action 1
17) Price List Section
18) Clients Section
19) Testimonials Section
20) Contact Form Section
21) Google Map Section
22) Video Popup Section
23) Footer 1
24) Subscribe Form - Twitter Feed
25) Shortcode

------------------------------------------------------------------------------*/

/*----- Stylesheets -----*/
/* @import "revolution-slider.css"; */
/* @import "owl.carousel.css"; */
@import "animate.css";
@import "cubeportfolio.min.css"; 

/*----- Fonts -----*/
/*
@import url(https://fonts.googleapis.com/css?family=Exo:400,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import "simple-line-icons.css";
@import "ionicons.min.css";
*/

/*----- General ----*/
.feature-description {
    /*color: #7a7a7a; */
    color: black;
}
.align-text-center {
    text-align: center !important;
}
.align-center {
    margin-left: auto;
    margin-right: auto;
}
ul {
  list-style-position: outside;
}
html, 
body {
	height: 100%;
    min-height: 100%;
}
html { -webkit-font-smoothing: antialiased; }
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #1c1c1c;
}
a {
	background: transparent;
	outline: none; 
	text-decoration: none;	
	
	-webkit-transition: .2s cubic-bezier(0.25,.46,.45,.94);
	transition: .2s cubic-bezier(0.25,.46,.45,.94);
	-webkit-transition-property: background-color,color;
	transition-property: background-color,color;
}
a:active,
a:hover,
a:focus {
	outline: 0;  
	color: #1c1c1c;
	text-decoration: none;	  
}
a:focus, a:active, button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline : 0;
}
.lj-spacing {
    height: 12px;
    display: block;
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1425px;
        width: 100%;
        padding: 0 90px;
    }
}
@media (min-width: 768px) and (max-width: 992px)) {
    .container { 
        width: 100%;
        padding: 0 120px;
    }
}
h2, h3, h4, h5 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	line-height: 1;
    color: #1c1c1c;
}
h4 {
	font-size: 18px;
    letter-spacing: 1px;
}
p {
   /*color: #7a7a7a; */
   color: black;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}
.subheading { 
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 42px;
}
.subheading:after {
    position: relative;
    display: block;
    content: "";
    height: 2px; 
    margin: 20px auto 20px;
    width: 115px;  
    background: #7a7a7a;
}
.subheading.grey:after { 
    background: #fff!important;
    opacity: .4;
}

/* Preloader */
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.cube {
  background-color: #708685;
  width: 10px;
  height: 10px;
  position: absolute;
  -webkit-animation: cubemove 4s infinite ease-in-out;
  -moz-animation: cubemove 4s infinite ease-in-out;
  -o-animation: cubemove 4s infinite ease-in-out;
  animation: cubemove 4s infinite;
}

@-webkit-keyframes cubemove {
  35% {
    -webkit-transform: scale(0.005);
  }

  50% {
    -webkit-transform: scale(1.7);
  }

  65% {
    -webkit-transform: scale(0.005);
  }
}


@-moz-keyframes cubemove {
  35% {
    -moz-transform: scale(0.005);
  }

  50% {
    -moz-transform: scale(1.7);
  }

  65% {
    -moz-transform: scale(0.005);
  }
}

@-moz-keyframes cubemove {
  35% {
    -moz-transform: scale(0.005);
  }

  50% {
    -moz-transform: scale(1.7);
  }

  65% {
    -moz-transform: scale(0.005);
  }
}

.cube1 {
  left: 14px;
  top: 0px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.1s;
}

.cube2 {
  left: 28px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube3 {
  left: 42px;
  top: 0px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube4 {
  left: 0px;
  top: 14px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.1s;
}

.cube5 {
  left: 14px;
  top: 14px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube6 {
  left: 28px;
  top: 14px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube7 {
  left: 42px;
  top: 14px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube8 {
  left: 0px;
  top: 28px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.2s;
}

.cube9 {
  left: 14px;
  top: 28px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube10 {
  left: 28px;
  top: 28px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube11 {
  left: 42px;
  top: 28px;
  -webkit-animation-delay: 1s;
  animation-delay: 0.5s;
}

.cube12 {
  left: 0px;
  top: 42px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.3s;
}

.cube13 {
  left: 14px;
  top: 42px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.4s;
}

.cube14 {
  left: 28px;
  top: 42px;
  -webkit-animation-delay: 1s;
  animation-delay: 0.5s;
}

.cube15 {
  left: 42px;
  top: 42px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 0.6s;
}
.spinner {
  width: 100px;
  height: 100px;
  position: relative;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}

/*----- Typography -----*/
@media (min-width: 992px) {
    h2 {
        font-size: 50px;
        letter-spacing: 0px;

    }
}
.white {
    color: #fff;
}
.grey {
    color: #d3d3d3;
}
.size-2x { font-size:2.5em }
/*----- Backgrounds ------*/
.parallax-section-4 {
    background-image: url(../img/backgrounds/bg-4.webp);
}
.parallax-section-5 {
    background-image: url(../img/backgrounds/bg-5.webp);
}
.parallax-section-6 {
    background-image: url(../img/backgrounds/bg-6.webp);
}
.parallax-section-9 {
    background-image: url(../img/backgrounds/bg-9.webp);
}

/*----- Home Sections -----*/
.parallax-section-4, 
.parallax-section-5, 
.parallax-section-6 {
   background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	z-index: 1;
    display: block;
    position: relative;
}
.parallax-section-4:after,
.parallax-section-6:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;   
}

/*----- Home Revolution Slider -----*/
.content {
    position: relative;
    z-index: 3; 
    background-color: #fff;
    display: none;
}
/*----- Header -----*/ 
nav {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (min-width: 1360px) {
    nav { max-width: 1903px; }
}
@media (max-width: 1360px) {
    nav { max-width: 1343px; }
}
.navbar {
    min-height: 55px;
    border: none;
}
.navbar-default {
    position: fixed;
    background-color: #fff;
    border-radius: 0;
    border-color: none;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 4;
    /*border-bottom: 1px solid rgba(255,255,255,0.25);*/
}
.navbar-alt {
    background-color: transparent;
}
.navbar-small {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.15);
}
.navbar-default .container {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .container {
    padding-top: 0px;
    position: relative;
}
@media (min-width: 992px) {
    .navbar-alt .container {
        margin-top:10px;
    }
    .navbar-small .container {
        margin-top:0px;
    }
}
.navbar-default .navbar-right {
    font-family: 'Exo', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-alt .navbar-right {
    margin-top: 35px;
    margin-bottom: 10px;
}
.navbar-small .navbar-right {
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
} 
.navbar-alt .navbar-nav > li > a,
.navbar-alt .navbar-nav > li > span {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-small .navbar-nav > li > a,
.navbar-small .navbar-nav > li > span {
    color: #1C1C1C; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.navbar-nav>li>a,
.navbar-nav>li>span {
    margin-top: 3px;
    padding-top: 16px;
    padding-bottom: 13px;
}
.nav>li>a,
.nav>li>span {
    padding-left: 10px;
    padding-right: 10px;
}
.nav > li > span {
    position: relative;
    display: block; 
    cursor: pointer;
}
.navbar-nav .caret {
    margin-left: 3px;
    margin-top: -3px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 2px;
    margin-top: 26px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 11px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 2px;
}
/*Navbar Collapse Menu*/
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
    color: #3a3a3a;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #f5f5f5;
}
.navbar-small .navbar-nav>li>a:focus {
    color: #1c1c1c;
}



/*Navbar Collapse*/  
@media (max-width: 992px) {
    .navbar-default .navbar-collapse {
        margin-top: 18px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .navbar-small .navbar-collapse {
        margin-top: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-collapse {
        background-color: #1c1c1c;
    }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        /*padding-left: 25px;*/
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        /*padding-left: 35px;*/
        padding-right: 35px;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
    }
    .navbar-default .navbar-toggle { 
        margin-top: 44px;
    }
    .navbar-small .navbar-toggle { 
        margin-top: 11px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > span {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > span:hover {
        background: rgba(255,255,255, 0.03);
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-default .container { 
        width: 100%;
    } 
    .navbar-small .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    } 
    .navbar-default ul.nav li {
        border-bottom: 1px dotted #2A2A2A;
    }

    .navbar-default ul li:last-child {
        border-bottom: none;
    }
    .navbar-default .navbar-right {
        margin-top: 7px;
        margin-bottom: 3px;
    }
}
@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-brand {
    float: left;
    height: 55px;
    padding-top: 4px;
    font-size: 30px;
    line-height: 20px;
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.navbar-header {
    margin-left: 15px !important;
}
/* Logo Big White */
/*
#logo {
    width: 48px;
    
    filter: drop-shadow(5px 5px 5px #444);
}

@media (min-width: 500px) {
    #logo {
        width: 72px;
        
    }
}
*/

.navbar-brand {
    filter: drop-shadow(3px 3px 3px #555);
}

.navbar-default .navbar-brand .logo-big {
	position:absolute;
    opacity: 1;
    width: 64px;
    margin-top: 11px; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
@media (max-width: 500px) {
    .navbar-default .navbar-brand .logo-big {
      
        width: 48px;
    }
}
.navbar-default .navbar-brand .logo-small {
	position:absolute;
    width: 64px;
    margin-top: 11px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-alt .navbar-brand .logo-big {
    margin-top: 35px;
}
.navbar-alt .navbar-brand .logo-small {
    margin-top: 35px;
}
/* End Logo Big White */
.navbar-small .navbar-brand .logo-big {
    position:absolute;
    opacity: 0;
    width: 64px;
    margin-top: 3px;  
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-small .navbar-brand .logo-small {
    position:absolute;
    opacity: 1;
    width: 40px;
    margin-top: 3px; 
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
}
/* Logo Small Black */
/* End Logo Small Black */

 
@media (max-width: 768px) {
   .navbar-collapse {
      max-height: none;
      overflow-x: hidden;
   }
}

/*Dropdown*/  
@media (min-width: 992px) {
    .navbar-default .container {
        max-width: 1245px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-collapse.collapse {
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}
@media (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        color: #fff;	
    }
}
.content { 
    margin-top:0px; 
}

/*----- Features -----*/
#features {
    padding-top: 90px;
    padding-bottom: 0px;
}
@media (min-width: 992px) {
    .features-row {
        margin-bottom: 0px;
        text-align: left
    }
    .feature-column {
        margin-bottom: 0px;
    }
    .back-icon {
        z-index: -1;
        color: #f8f8f8;
        position: absolute;
        padding-left: 40px;
        left: 0;
        top: 0;
        width: 134px;
        height: 134px;
        line-height: 134px;
        font-size: 134px;
    }
}
@media (max-width: 992px) {
    .feature-column {
        margin-bottom: 15px;
    }
    .back-icon {
        z-index: -1;
        color: #f8f8f8;
        position: absolute;
        padding-left: 30px;
        left: 0;
        top: 0;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 80px;
    }
}
.feature-info h4 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 0px;
    
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.feature-icon {
	float: left;
}
.feature-info {
	padding-left: 0px;
	padding-top: 5px;
}
.feature-description {
    line-height: 23px;
    padding-right: 10px;
    
}

/*----- About Section -----*/
#about {
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-text {
    margin-top: 20px;
    padding-right: 60px;
} 
#about p {
    line-height: 1.8;
}

/*----- Skills -----*/ 
.progress {
	border-radius: 3px;
	height: 6px;
	background-color: #ebebeb;
	overflow: visible;
    margin-bottom: 20px; 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
}
.progress-bar {
	position: relative;
	border-radius: 3px;
    box-shadow: none; 
}
.progress-bars p {
	line-height: .5;
}
.progress-bar-tooltip {
	position: absolute;
    background-color: #343434;
    top: -30px;
	padding: 1px 6px;
	font-size: 11px;
	right: -10px;
	border-radius: 3px;
    color: #dedede; 
}
.progress-bar-tooltip:after {
    position: absolute;
	border-color: #343434 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	left: 35%;
}

/*----- Team -----*/
#team img {
    margin-left: auto;
    margin-right: auto;
}
#team {
    padding-top: 0px;
    padding-bottom: จpx;
}
.team-member {
    padding: 10px;
}
.member-info {
    position: relative;
    /* margin: -50px 23px 25px; */
    padding: 17px 10px;
    text-align: center;
    background: rgba(255,255,255, .98);
    z-index: 3;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.member-info h4 {
    line-height: .6;
    letter-spacing: -0.6px;
}
.member-info h5 {
    font-weight: 700;
}
.member-info p {
    margin-top: 10px; 
    padding-right: 10px;
    padding-bottom: 10px;  
}

/* Img Hover Effect */
.effects .img { 
    position: relative;
    overflow: hidden;
    text-align: center;
}
.effects .img a {
    display: inline;
    margin: auto;
    padding: 0;
    max-width: 100%;
    height: auto;
    color: #fff;
}
.overlay {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all .5s; 
}
.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    font-size: 20px;
    list-style: none;
    padding: 0;
}
.expand .social-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.expand .cbp-l-icon {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.effect .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect .overlay .expand {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.effect:hover .img .img-responsive {
    transform: scale(1.25); 
}
.effect .img-responsive { 
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all .25s ease-in-out;
}
.effect:hover .img .overlay {
  opacity: 1;
}
.effect:hover .img .overlay .expand {
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}
.cbp-item .img a {
    -webkit-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s;
}

/*----- Fun Facts -----*/
#fun-facts {
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1;
   padding-top: 80px;
   padding-bottom: 60px;
} 
.fact-container {
	padding-top:40px;
	padding-bottom:30px;
}
.fact h2 {
    font-size: 65px;
    letter-spacing: 0px;
    margin: 0;
    line-height: 65px; 
}
.fact h4 {
    font-size: 14px;
    margin-bottom: 0px;
}
.counter {
    font-family: 'Exo', sans-serif;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    line-height: 65px;  
}

/*----- Quote -----*/
#quote {
    padding-top: 100px;
    padding-bottom: 80px;
}
#quote #quote-slider {
    margin: 30px 0 30px 0;
}
#quote blockquote {
    position: relative;
    display: block; 
    line-height: 1.5;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    border-left: none;
    text-align: center;
} 
#quote blockquote span {
    padding-left: 33px;     
}
#quote .icon-left {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px; 
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1); 
}
#quote .icon-right {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg);
}
.quote-author {
    text-align: center;
    padding-top: 0px;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    opacity: .9;
}
@media (min-width: 992px) {
    #quote blockquote {
        font-size: 26px;
        padding-left: 80px;
        padding-right: 80px;
    } 
}
@media (max-width: 992px) {
    #quote blockquote {
        font-size: 22px;
    }
}


/*----- Portfolio -----*/
#products {
    padding-bottom: 30px;
}
#products img {
    width: 250px;
}
.cbp-item-wrapper {

}
#portfolio {
    padding-top: 0px;
    padding-bottom: 100px;
}
.cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: #f6f7f7;
    /*color: #7E7B7B; */
    color: black;
    cursor: pointer;
    font: 400 11px/28px "Montserrat",sans-serif;
    text-transform: uppercase!important;
    padding: 3px 20px;
    position: relative;
    overflow: visible;
    margin: 10px 0 0 5px;
    border: none;
    border-radius: 3px;
    text-transform: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cbp-l-caption-title {
    color: #fff;
    font: 700 16px/18px "Montserrat",sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cbp-l-caption-desc {
    color: #ffffff;
    font: 400 12px/16px sans-serif;
}
.cbp-l-filters-alignCenter .cbp-filter-counter {
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-alignCenter {
    margin: 40px auto 10px;
    padding: 10px 0px 20px 0px;
    text-align: center;
    background-color: transparent;
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #fff;
}
.cbp-l-filters-alignCenter .cbp-filter-item-active {
    color: #fff!important;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #f6f7f7;
    border: 1px solid #91DA32;
    border-radius: 3px;
    color: #91DA32;
    display: inline-block;
    font: 400 11px/34px "Montserrat",sans-serif;
    min-width: 80px;
    text-decoration: none;
    padding: 3px 23px;
    outline: 0;
    margin-top: 30px;
}
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover {
    color: #fff;
}
/* 
.cbp-l-grid-fullScreen {
    visibility: visible;
    overflow: visible;
}
@media (min-width:992px) {
    .cbp-l-grid-fullScreen {
        margin-top: 200px;
    }
}
*/

/*----- Get Connected -----*/

/*----- Services -----*/
#services {
	padding-top: 50px;
	padding-bottom: 30px;
}
#services img {
    width: 300px;
}

/*----- Call To Action 1 -----*/
#call-to-action-1 {
    padding-top: 45px;
	padding-bottom: 53px;
}
#call-to-action-1 p {
    margin: 23px 0 30px 0;
    line-height: 1.8;
}

/*----- Price List -----*/
#price-list {
    padding-bottom: 75px; 
}
@media (max-width:992px) {
    #price-list {
        display: none;
    }
}

/*----- Clients -----*/
#clients {
    padding-top: 75px;
    padding-bottom: 85px;
}

/*----- Testimonials -----*/
#testimonials {
    padding-top: 75px;
    padding-bottom: 75px;
}
#testimonials  .testimonial {
    position: relative;
    display: block; 
}
.testimonial span { 
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 32px;
    padding-left: 35px; 
    color: #fff;
    opacity: .7;
}
#testimonials .icon-left {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;  
}
#testimonials .icon-right {
    position: absolute;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg);
}
.testimonial-name {
    margin-top: 40px;
    margin-bottom: 5px;
}
.testimonial-name img {
   border-radius: 50px;
}
.testimonial-name h4 { 
    padding-top: 5px;
    margin-bottom: 3px;
}
.testimonial-name a {
    font-size: 13px;
    margin-bottom: 5px; 
}
.testimonial-name a:hover { 
    color: #aaa;
}

/*----- Contact Form -----*/

#form-response-msg {
    position: absolute;

}

.warning {
    color: orangered;
}

.success {
    color: green;
}

#contact {
   padding-top: 60px;
   padding-bottom: 40px;
}
#contact .section-title {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 30px;
}
@media (max-width:482px) {
    #contact .section-title {
        font-size: 35px; 
        line-height: 35px;
        margin: 0 auto 40px; 
    }
}

/* Form style */
#contact input, textarea{ 
    font-family: 'Exo', sans-serif;
    font-weight: 400;
	width: 100%; 
	max-width: ;
	padding: 12.9px; 
	color: #1c1c1c; 
	background: #f2f2f2; 
	border: 1px solid #f0f0f0; 
	margin: 3px 0px 24px 0; 
	-webkit-border-radius: 2px; 
} 
textarea:focus, input[type="text"]:focus {   
    border-color: none;
    box-shadow: none;
    outline: 0 none;
}
textarea { 
	width: 100%;
	height: 120px;
	padding: 13px; 
	color: #1c1c1c; 
	background: #f2f2f2; 
	border: 1px solid #f0f0f0; 
	margin-top: 7px;
	margin-left: ;
	margin-right:15px;
	-webkit-border-radius: 2px; 
}
::-webkit-input-placeholder { 
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:#555;
}
#contact input:focus, textarea:focus { 
	border: 1px solid #f0f0f0; 
	background-color: #f0f0f0; 
	color:#1c1c1c; 
}

#contact input.submit { 
    width: auto!important;
	font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 14px;
    text-align: center;  
    text-transform: uppercase;
    
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    
    transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
}
#contact input.submit:hover { 
	opacity: .7;
}
#message { 
	margin: 10px 0; 
	padding: 0; 
}

/*----- Google maps -----*/
#map {
    height:450px;
    width:100%;
}

/*----- Video Popup Section -----*/

/*----- Footer 1 -----*/
footer p {
    font-size: 13px;
    color: #a0a0a0;
}
.footer-copyright {
    padding-top: 22px;
    padding-bottom: 20px;
}
.footer-copyright p {
    margin: 0;
    line-height: 22px;
    /* color: #8C8989; */
    color: black;
    padding-bottom: 10px;
}
footer .social-icons {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
footer .social-icons li {
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
footer .social-icons li a {
    color: #46494a;
}

@media (max-width:992px) {
    .footer-copyright p {
        text-align: center;
    } 
}
footer a:hover {
    color: teal;
}
/*----- Subscribe Form -----*/

/*---- Home Landing Subscribe Form -----*/


/*----- Twitter Feed -----*/
/*----- Back to Top Button -----*/
#back-to-top {
    position: fixed;
    color: #fff;
    z-index: 100;
    line-height: 26px;
    bottom: -50px;
    right: 20px;
    display: none;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
}
#back-to-top:hover {
    color: #fff;
    background-color: #121212;
}
.to-top {
    cursor: pointer;
}
 

/*----- Shortcodes -----*/

/*-- Buttons --*/
.btn-primary {
 
    margin-top: 24px; 
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.btn, 
.btn-primary {
    font-family: 'Exo', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 0 5px 0 5px;
    padding: 10px 22px;
    text-align: center;

    box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.3) inset;
    
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}
.btn:hover, 
.btn-primary:hover {
	border-color: none;
    opacity: .7;
}
.btn:focus, 
.btn-primary:focus {
    border-color: none;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active {
    color: #fff;
    background-color: #1C1C1C;
    border-color: none;
}
.btn:focus, 
.btn:active:focus {
outline: none;
outline-offset: 0;
}
.btn-md {
    font-size:16px;
}
/*--tabs--*/
.separator {
    color: #fff;
    background: #000;
}
.separator:before,
.separator:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	z-index: 199;
	height: 0;
	width: 50%;
	border-bottom: 20px solid;
}
.separator:before {
	border-right: 20px solid transparent;
	left: 0;
}
.separator:after {
	border-left: 20px solid transparent;
	right: 0;
}
/*----- Owl Carousel -----*/
 /* Applies a "closed-hand" cursor during drag operation. */
.owl-carousel{
    overflow: hidden;
}
 
/*----- Blog -----*/
textarea{ 
    font-family: 'Exo', sans-serif;
    font-weight: 400;
	width: 100%; 
	max-width: ;
	padding: 12.9px; 
	color: #1c1c1c; 
	background: #f2f2f2; 
	border: 1px solid #f0f0f0; 
	margin: 3px 0px 24px 0; 
	-webkit-border-radius: 2px; 
} 
textarea {  
    margin: 3px 0px 10px 0;
    -webkit-border-radius: 2px;
}



.pricing_table {
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}
.pricing_table .planbox {
	float: left;
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
}
.pricing_table .planbox .title {
	float: left;
	width: 100%;
	padding: 20px 0px 10px 0px;
}
.pricing_table .planbox .prices {
	background: #5f686f;
	display: inline-block;
	margin-bottom: 35px;
	position: relative;
	width: 100%;
	padding: 27px 0px 23px 0px;
	color: #fff;
}
.pricing_table .planbox .prices:before {
	border-top: 15px solid #5f686f;
    border-left: 102.5px solid transparent;
    border-right: 102.5px solid transparent;
    content: "";
    height: 0px;
    left: 0;
    position: absolute;
    bottom: -14.5px;
    width: 0;
}
.pricing_table .planbox .prices strong {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	display: block;
}
.pricing_table .planbox .prices strong i {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	font-style: normal;
}
.pricing_table .planbox .prices b {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	display: block;
	margin-bottom: 20px;
}
.pricing_table .planbox .prices b em {
	font-style: normal;
	text-decoration: line-through;
}
.pricing_table .planbox .prices a {
	color: #5f686f;
	font-size: 14px;
	background: #fff;
	padding: 11px 32px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 0.3s ease;
}
.pricing_table .planbox .prices a:hover {
	color: #fff;
	background: #708685;
}
.pricing_table .planbox ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
   list-style:none;
}
.pricing_table .planbox li {
	float: left;
	width: 100%;
	padding: 9px 0px;
	color: #2a363f;
	border-bottom: 1px solid #eee;
}
.pricing_table .planbox li.last {
	border-bottom: none;
}

.pricing_table .planbox.highlight .prices {
	background: #86c724;
}
.pricing_table .planbox.highlight .prices:before {
	border-top: 15px solid #86c724;
}
.pricing_table .planbox.highlight .prices a {
	color: #86c724;
	background: #fff;
}
.pricing_table .planbox.highlight .prices a:hover {
	color: #5f686f;
}




#slider img {
    width: 100%;
    

}

@media only screen and (max-width: 800px) {
    #slider img {
       
        
    }
}

