/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');

@import url(http://fonts.googleapis.com/css?family=Open+Sans:500,400,300,100,700,100italic,300italic,400italic,700italic);

body {
    width: 100%;
    height: 100%;
    font-family: 'open sans',sans-serif;
	font-weight: 400;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'open sans',sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.6em;
}
ul {
	margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.6em;
	font-weight:400;
}
p.lead {
	font-weight: 600;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

.light {
    font-weight: 400;
}
.logostyle{
	border-1px hidden;
	border-radius:15px;
	background:#fff;
	padding:15px;
	 margin-top:5px;
-webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5);
box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.5); 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    //background-color: rgba(255,255,255,.4);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
	margin:10px 0;
}


.navbar-custom ul.nav li a {
	font-size: 16px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-custom.top-nav-collapse .logostyle {
		    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
		transform: scale(.8);
		
		
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    //background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover {
	 outline: 0;
    background-color:transparent;
	color:#ffcc33;
}
.navbar-custom .nav li a:focus {
	 outline: 0;
    background-color:transparent;
	color:#ffcc33;
}
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
	border-radius:6px;
	color:#57102c;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbotblack-50{margin-bottom:50px !important; border-color:#000 !important;}

/* ===========================
--- General sections
============================ */
.service-icon{
	font-size:100px;
	color:#fff;
	text-shadow: 4px 3px 0 #000,9px 8px 0 rgba(0,0,0,0.15);

	
}
.home-section {
    padding-top: 75px;
    padding-bottom: 30px;
	display:block;
    position:relative;
    z-index:120;
}


.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	//background: #f90;
	background: #ff9933;
	
}
.bg-orange{
	background: #ffcc66
}
.bg-blue{
background: #009999;
}
.bg-dark {
	background: #575757;
}
.bg-green {
	background: #006600;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	
	background:url(../img/banner.jpg) no-repeat top center;
}

#intro.intro {
	padding:20% 0 0 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	



/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 30px 0 0 0 ;
	
	
}

footer p {
	color: #009999;
}
.footer_title{
	font-size:21px;
	font-weight:500;
	text-align:left;
	padding-bottom:10px;
	padding-top:10px;
}
.footer_links{
	text-align:left;
	list-style-type:none;
	padding:0;
	margin:0;	
	font-size:17px;
	font-weight:500;
}
.footer_links li{
	padding-bottom:5px;
}
.footer_links a{
	color:#006600;
}
.footer_links a:hover{
	color:#FF6600;
}

.footer_social_links{
	font-size:19px;
}

.footer_social_links a{
	color:#fff;
}
.footer_social_links a:hover{
	color:#FF6600;
}
.form_pad{
padding-bottom:20px;
}
#scroll {
	position:fixed;
	right:10px;
	bottom:10px;
	cursor:pointer;
	width:50px;
	height:50px;
	background-color:#006600;
	text-indent:-9999px;
	display:none;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	border-radius:60px;
	z-index:200;
}
#scroll span {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-12px;
	height:0;
	width:0;
	border:8px solid transparent;
	border-bottom-color:#ffffff
}
#scroll:hover {
	background-color:#009900;
	opacity:1;filter:"alpha(opacity=100)";
	-ms-filter:"alpha(opacity=100)";
}
/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 5px;
    padding: 7px 16px;
    border: 2px hidden #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #000;
   background:rgb(158, 157, 157);
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle .btn-dark {
	border: 2px solid #FF9933;
    color: #666;
}
	
.btn-dark {
	width: 70px;
    height: 70px;
    margin-top: 50px;
    padding: 7px 16px;
    border-radius: 50%;
    font-size: 40px;
    //border: 2px solid #666;
    color: #fff;
	 background:#009900;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background:rgb(158, 157, 157);
}
.btn-dark:hover, btn-dark:focus {
	 color: #333;
    background:#66cc66;
}
	
.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #666;
    background: transparent;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #666;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background:#009900;
				
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
				 -webkit-box-shadow: 0 7px 7px -7px black;
       -moz-box-shadow: 0 7px 7px -7px black;
            box-shadow: 0 7px 7px -7px black;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        //border-bottom: 1px solid rgba(255,255,255,.3);
		 -webkit-box-shadow: 0 7px 7px -7px black;
       -moz-box-shadow: 0 7px 7px -7px black;
            box-shadow: 0 7px 7px -7px black;
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
		
	}
	.navbar-collapse{
	padding-top:95px;
	height:auto;
	
		
	}
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
		background:#009900; /*209f4e;*/
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

/**new css***/
.navbar {
    min-height: 60px;
}
.title_color {
	color:#333;
	text-shadow: 0 1px 0 rgb(232,230,213);
	font-weight:600;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background:rgba(0,0,0,0.5);//rgba(0, 205, 255, 0.4);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
  background-color:#f5f5f5;
}

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
  z-index: -1;
}
/**end of waves****/
.shadow {
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75); 
}
.shadow-lite{
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3); 
}
.box{
	 border-radius:15px;
}
.partner-title{
	padding-top:20px;
	padding-bottom:30px;

}
.position {
	position:relative;
	top:10px;
	//left:8px;
}
.circle {
	    border: 1px hidden;
    padding: 15px;
    border-radius: 50%;
    background-color:#009900;
    color: #fff;
}
.falist li{
	list-style-type:none;
	padding-bottom:20px;
	text-align:left;
}
.falist li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin:0 5px 0 -30px;
color: #009900;
}
.falist2{
padding-bottom:20px;
}
.falist2 li{
	list-style-type:none;

	text-align:left;
	padding:0 10px 15px 0;
}
.falist2 li:before {    
font-family: 'FontAwesome';
content: '\f00c';
margin:0 10px 0 -30px;
color:#006600;
}
.readmore{
	color:#FFCC00;
	font-weight:600;
	float:right;
	padding-bottom:15px;
}
.readmore:hover,.readmore:focus{
	color:#FF9900;
}
.highlight {
	color:#006600;
}
.main_highlight {
	color:#006600;
	font-weight:600;
}
.box-service{
	height:800px;
	padding:50px 20px 30px 10px;
	margin:10px 0;
	background:rgba(255,255,255,0.25);
		border-radius: 10px;
	-moz-border-radius: 10px;
	
		-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3); 

}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.functional-icon{
padding:2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3); 


}
.functional-title{
font-size:20px;
font-weight:600;
padding-top:20px;
color:#006699;

}
.functional-desc{
font-size:18px;
padding-top:5px;
padding-bottom:20px;
height:130px;

}
.arch-head{
font-size:18px;
padding-top:5px;
padding-bottom:20px;
}
.arch-icon{
padding:2px;
background-color:#FF9900;

	border-radius: 5%;
	-moz-border-radius: 5%;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3); 
}
.arch-title{
font-size:20px;
font-weight:600;
padding-top:20px;
color:#990000;
}
#service h5 {
	font-size:20px;
	letter-spacing:3px;
	margin:15px 0;
}
#contact h5 {
	font-size:20px;
}
footer h3 {
	font-size:15px;
	margin:5px 0;
	letter-spacing:0;
}

footer ul {
	font-size:15px;
	letter-spacing:1px;
	padding:0 15px;
}
footer .arrangement > li {
	list-style-type:none;
	display:inline;
}
footer p {
	margin:0;
	color:#000;
	font-size:15px;
	letter-spacing:1px;
	padding:0 15px;
	text-align:left;
}
address {
	font-size:16px;
}
.or-spacer {
  margin-top:20px;
  margin-left:20px;
  margin-right:20px;
  position: relative;
}
.or-spacer .mask {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #000;
}
.or-spacer .mask-grey {
  overflow: hidden;
  height: 20px;
}
.or-spacer .mask-grey:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px / 12px;
  box-shadow: 0 0 8px #AAA;
}
.or-spacer span {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}
.or-spacer span i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #999;
}
#main-slider {
  position: relative;
	border-bottom:solid #333 thin;
	background-color:#bcf1bc;
	 -webkit-box-shadow: 0 7px 7px -7px black;
       -moz-box-shadow: 0 7px 7px -7px black;
            box-shadow: 0 7px 7px -7px black;
	
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 0px;
	
	
}
#main-slider .carousel .carousel-content .highlight_head{

	//text-shadow: rgb(71, 71, 71) 1px 1px 5px;
	color:#000;
	font-weight:500;
		font-size:28px;
}

#main-slider .carousel .carousel-content .highlight{
	//text-shadow: rgb(71, 71, 71) 1px 1px 2px;
	color:#333;
	line-height:30px;
	font-weight:400;
	font-size:23px;
	
}

#main-slider .carousel .slide-margin{
  margin-top: 150px;
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #336699;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider .carousel .btn-slide:hover{
	 background: #000;
}
#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 80px;
  position: absolute;
  width: 100%;
  display: block !important;
 
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
	
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  //background-color: #ff9933;
  color: #333;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #333;
	color: #fff;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: #333;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {

}

#main-slider .carousel-indicators .active{
  width: 10px;
  height: 10px;
  background-color: #000;
   margin: 0 15px 0 0;
   border: 1px solid #000;
   position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #000;
  border: 1px solid #000;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.thumb-image{
	width:100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75); 
}
.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 324px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
		inset 0 0 0 0 rgba(0,0,0, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.6),
		0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
		-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75); 
}

.ch-img-2 { 
		-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75); 
}

.ch-img-3 { 
		-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75); 
}
.ch-img-4 { 
	background-image:url(../img/service%20icons/it-image.png);
		-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.75); 
}
.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden; /*for a smooth font */

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 22px;
	margin: 0 30px;
	padding: 65px 0 0 0;
	height: 110px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(0,0,0, 0.4),
		inset 0 0 0 16px rgba(255,255,255,0.8),
		0 1px 2px rgba(0,0,0,0.1);
			
}

.ch-item:hover .ch-info {
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);	
}
.fa-icon {
	position:relative;
	top:38%;
	color:#FFF;
}
.secondary-color {
	color:#336699;
}
.contact-cover {
	padding-top:20px;

	
}
.footer_link{
	color:#006600;
}
.footer_link:hover{
	color:#FF6600;
}
.box_icon{

padding:5px 20px;
margin:5px;
margin-bottom:10px;

	

	background-color:#FFFFFF;
		border-radius: 10px;
	-moz-border-radius: 10px;
	
		-webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3);
box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.3); 
	
}
.box_icon_text{
margin:15px 0 0 0; 
font-size:16px;
color:#FFFFFF;
text-align:center;

}
.button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 14px 24px;
    border: 1px solid #b05a1d;
    border-radius: 8px;
    background: #ff932f;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff932f), to(#b05a1d));
    background: -moz-linear-gradient(top, #ff932f, #b05a1d);
    background: linear-gradient(to bottom, #ff932f, #b05a1d);
    text-shadow: #7e4015 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #ffb038;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb038), to(#d36c23));
    background: -moz-linear-gradient(top, #ffb038, #d36c23);
    background: linear-gradient(to bottom, #ffb038, #d36c23);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #b05a1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#b05a1d), to(#b05a1d));
    background: -moz-linear-gradient(top, #b05a1d, #b05a1d);
    background: linear-gradient(to bottom, #b05a1d, #b05a1d);
}
.button:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADvElEQVRIidWVS28cRRDH/909O95de8P6jfzAPBwnJlqIYhzzighBwMEnJLjxETggIXKzRMQBESzgE0RwgwPigJQrjrGN80Q4ThxClNibhbW9630/ZmemqzjsrO11di0rN2rUUz3TXfXrrpquAf7vIpoNvPqpPC6Ab/a+Z64a8Y6D7+en6btmfox9yOE3T7x3+uXIGRSsNFyy4ZANV1c8bcMqOrg49+OvQLnpDpoCwACxRjR1G/HsPVR0GbYuo+IUUdFlWE4RL3S929S8JrLpiBc8ql2sQaShPe2SA2YCAPV4APZuzOBaAwOoak1ubaZ+LMCOfwaDqo49UHU3bjPTgwGEt1YCgZlATNW1M8F2LWg+GKAuya+fNR50HOp56lCwXQKM9lAXmDVYaEARmG1YyMKVRRimgD8QQG9n37kPztM527HdVG4zo7WeXJimKzWfdQk68lZoLfLMxPjkKx929PcPwh8wkbbiKFMGRXcLBZ2EI0qQSkApgdZgCN29HYg8NwHJZiaZ2fjWce1fHi6w3RDQN+GspgubQkg5HgqFAmvZJZQpi4R1HyVOg6UDZQgon4BUAqlyDIYyoYuGe2159udyKf/5/DRnd/usA0Tn2X3itHU1urZiDnQ/eyocbpdruRuwkIbyAYapoEwJZUgoQ6CrdRCdOEw3lhYvbxRS71/+Cvm9OXjkG47PgAZO4mqulB7tDPccZbMsykjBMCUMn4Dhk5CGQMAMYdAcw8rKnevridhHi19StFGSGx6S2CKc7vHKzUIpPzrS/+LTJZUQrGwoU8IwJVrMFoyET+HWH3+vPojem9IOXYr+TnRgAACszelk51ju5lY6GTkx8saAJdOClAW/34+h4BhWbyVyS3eunZ39wv2hmfN9AQAQneP1rpcKD0G+yaEnh/0lbImelsPI/yvt5dtLF+KidD4xs11YG0pduT45Bb/PhiGEV5YFQAKy1Wz7ODJ6fOrosSNGNpXHbwuXLqYyiU8gKFabBwCuAjk+WNc/w/aO6g5amw4We3v6XcaOkRAAA3I9njCGh47h7t2/qDUQeqctGPqTmWvlCsyMXCEjs/nM2wDNNAR0t/fJM69Nmhk7DqkAKRkQDBIaDEaRNzD8/JAkJsmaoTVVa5Nm+FUI67EkrizP1oWoDkCsIVghIMMQYIjtGHq/MQmw9CqsATAxiKqrV2gBUxLksGwK+GdzdebCT19Lb9sSwO7+owkUXqzFdp/IRa5uTgM76TUDgOnp2nNtvJZEt0nbF7AXtls3Etqj6+Q/DzXxiyR2FxcAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
}

.subtitle{
	font-size:20px;
	text-align:center;
	margin:0 0 10px 0;
}
.subcontent{
	color:#000;
	text-align:left;
	font-weight:500;

		font-size:18px;
}
#contact .submit-button {
	padding-top:30px;
}
#contact .contact-sheet h3 {
	color:#000;
	font-weight:300;
}
#contact .contact-sheet {
  background: rgba(0, 0, 0, 0.7);
  padding:20px 0 0 0;
  margin:0;
  color:#000;
  height:650px;
  float:right;
}
@media screen(max-width:768px){
#contact .contact-sheet {
  background: rgba(0, 0, 0, 0.7);
  padding:20px 0 0 0;
  margin:0;
 
  color:#FFF;
  height:630px;
  float:right;
}
}
#contact .contact-sheet h3 {
  margin-top: 0;
}
#icon-circle{ 
	border:1px hidden #e5e5e5;
	border-radius:100%;
	padding:30px;
	height:100px;
	width:100px;
	font-size:35px;
	background:#f90;
	color:#fff;
}
#icon-circle:hover {
	background:#ffcc33;
	color:#000;
}
#icon-circle-phone{ 
	font-size:35px;
	color:#FFF;
}
.contact-sheet a{
		color:#fff;
}
.contact-sheet a:hover{
		color:#ffcc33;
}
.contact-address {
	background-color:rgba(0,0,0,0.6);
	position: absolute;
    display: block;
    width: 410px;
    top: 377px;
    right: 60px;
    z-index: 2;
	height:auto;
	border-radius:10px;
}

.gmap_holder {

}
.support{
	text-align:left;
	font-size:17px;
	height:135px;
	vertical-align:middle;
	

}
.sup-tier{
	font-size:20px;
	font-weight:600;
}
.sup-title{
	font-weight:600;
	color:#006600;
}
.sup-desc{
	font-size:17px;
}
.support a{
	color:#006600;
}
.support a:hover{
	color:#ff6600;
}
#product ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #99cc99;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
  background-color:#FFF;
	height:650px;
}
#product ul.pricing li {
  //display: block;
  padding: 10px;
}
#product ul.pricing li.plan-header {
  background: #bcf1bc;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#product ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background:#006600;
  //background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  //background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  //background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#product ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#product ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#product ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#product ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#product ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#product ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#product ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

#energy ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #cec388;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
  background-color:#FFF;
	height:650px;
}
#energy  ul.pricing li {
  //display: block;
  padding: 10px;
}
#energy  ul.pricing li.plan-header {
  background: #f3e7a4;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
	height:155px;
}
#energy  ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background:#cc6600;
  //background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  //background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  //background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#energy  ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#energy  ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#energy  ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#energy  ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#energy  ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#energy  ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#energy  ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#business ul.pricing {
    list-style: none;
    padding: 0;
    margin: 0px 0 30px;
    border: 1px solid #cec388;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
    background-color: #FFF;
    height: 500px;
}
#business  ul.pricing li {
  //display: block;
  padding: 10px;
}
#business  ul.pricing li.plan-header {
  background: #f3e7a4;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
	height:75px;
}
#business  ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background:#cc6600;
  //background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  //background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  //background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#business  ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#business  ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#business  ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#business  ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#business  ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#business  ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#business  ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}

.height {
	height:255px;
	color:#000;
	text-align:left;
	font-size:18px;
	font-weight:400;
}
.bullet {
	text-align:left;
	border-bottom:1px solid #e5e5e5;
}
#solution .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#solution .team-member .team-img {
  margin: -12px -12px 0 -12px;
}
#solution .team-member .team-info {
	padding-top:10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  font-size:15px;
}
#solution .team-member:hover {
  border-color: #336699;
}
#solution .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#solution .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#solution .social-icons > li {
  display: inline-block;
}
#solution .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}
#solution p {
	font-size:15px;
	text-align:center;
}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* ------------------- Carousel Styling ------------------- */

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > a > img{
/* background-size:cover;
 top:50px;
 padding-top:50px;
 margin-top:50px;*/

}


.carousel-inner {

		border-bottom:solid #333 thin;
	background-color:#bcf1bc;
	 -webkit-box-shadow: 0 7px 7px -7px black;
       -moz-box-shadow: 0 7px 7px -7px black;
            box-shadow: 0 7px 7px -7px black;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: center;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}


/* ------------------- Section Styling - Not needed for carousel styling ------------------- */

.section-white {
   padding: 50px 0 0 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

a,.tp-caption a.btn:hover {
	color: #67b0d1;
}
.navbar-custom{
	border-bottom:#003300 2px solid;
	background:#009900; /*209f4e;*/
}
.top-nav-collapse {
	background:#009900; /*209f4e;*/
	
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #67b0d1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #67b0d1;
}

.widget-avatar .avatar:hover {
    border: 5px solid #67b0d1;
}

.bg-skin {
	background: #67b0d1;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #67b0d1;
}

footer {
	background:#99ff99;
	border-top:#006600 solid thick;
	
		
}

.btn-skin {
  color: #fff;
  background-color: #009900;
  border-color: #009900;
}
