
/*
Template Name: Rex
Author: MarkUps
Author URI: http://www.markups.io/
Description: Rex - One Page Multipurpose Business HTML5 Template.
Version: 1.0
Tags: light, white,blog,business,multipurpose,one page, single page, custom-colors,Bootstrap,responsive, html5, css3
*/


/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER
#MENU
#ABOUT
#CALL TO ACTION
#TEAM
#SERVICE
#PORTFOLIO
#COUNTER
#PRICING TABLE
#TESTIMONIAL
#FORM BLOG
#CLIENT
#CONTACT
#FOOTER
#BLOG PAGE
#ERROR PAGE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,html{
  	overflow-x:hidden;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a{
	text-decoration: none;
	color: #2f2f2f;
}
a:focus{
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
}
h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	padding-bottom: 10px;
}
img{
 border:none;
}
section {
	z-index: 8888;
}

/*scrol to top*/

.scrollToTop {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	border: 1px solid #006600;
	bottom: 60px;
	display: none;
	font-size: 25px;
	height: 55px;
	line-height: 50px;
	position: fixed;
	right: 50px;
	text-align: center;
	text-decoration: none;
	width: 55px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 9990;
	padding: 11px 0px;
}
.scrollToTop:hover,
.scrollToTop:focus{
  color: #fff;
  text-decoration: none;
  outline: none;
}

/*--------------------*/
/* HOME HEADER */
/*--------------------*/

#header{
	float: left;
	display: inline;
	width: 100%;
}

.header-inner{
	display: inline;
	position: relative;
	float: left;
	width: 100%;
}
.header-inner>img{
	width: 100%;
}
.header-overlay{
	background-color: rgba(22, 47, 22, 0.7);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header-content {
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
.header-content h2 {
	margin-top: 140px;
	font-size: 6em;
	font-weight: bold;
	text-transform: uppercase;
	line-height:1.2em;
}
.header-content h2 span {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.7em;
}
.header-btn-area{
	margin-top: 90px;
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
}
.header-btn-area a{
	margin: 0px 15px;
}
.knowmore-btn{
	border: 2px solid #999;
	border-radius: 2px;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 25px 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.download-btn{
	border: 2px solid #999;
	border-radius: 4px;
	color: #999;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding: 25px 28px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.knowmore-btn:hover,
.knowmore-btn:focus,
.download-btn:hover,
.download-btn:focus{
	color: white;
	text-decoration: none;
	outline: none;
	background-color: #999;

}

/*--------------------*/
/* MENU */
/*--------------------*/

#c2cnav{
	background-color: #996600;
	position: fixed;
	margin: auto;
	z-index: 9999;
	width: 100%;
	height: 78px;
	overflow: hidden;
}
#toggle-webphone {
  max-width: 480px;
  height: 2.4em;
  line-height: 2.3em;
  margin: auto;
  margin-top: 10px;
  color: white;
  text-align: center;
  font-size: 1.45em;
  border: 2px solid white;
  border-radius: 5px;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  font-family: Helvetica, Arial, sans-serif;
}
#toggle-webphone i {
  font-size: 1.3em;
  margin-right: 0.5em;
}
#toggle-webphone:hover {
  background-color: rgba(0,0,0,0.1);
}
#toggle-webphone.contact-label span {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#header .container {
  padding-left: 10px;
  padding-right: 10px;
}
#webphone-container{
    background-color: #9f8a5f;
    max-width: 500px;
    margin: auto;
    position: fixed;
    top: 78px;
    z-index: 9990;
    display: none;
    left: 0;
    right: 0;
    height: 800px;
    max-height: calc(100% - 78px);
    padding: 10px;
    flex-direction: column;
}
#webphone-container.animated {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#webphone {
  flex-grow: 1;
  height: 0;
}
.webphone-top-button {
  padding: 0.23em;
  margin-bottom: 0.5em;
  background-color: #9f8a5f;
  display: none;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 2;
  border: 2px solid white;
  color: white;
  font-size: 1.6em;
  text-align: center;
  cursor: pointer;
}
.webphone-top-button:hover {
  background-color: rgba(0,0,0,0.1);
  color: white;
  text-decoration: none;
}
#call-button span {
  height: 37px;
  width: 37px;
  line-height: 37px;
  font-size: 1.1em;
  color: #9f8a5f;
  border-radius: 50%;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  background-color: white;
}
#menu-area{
	float: left;
	display: inline;
	width: 100%;
}
.main-navbar-panel {
	border-radius: 0;
	z-index: 9988;
	margin-bottom: 0;
}
#nav {
	border-right: medium none;
	padding-top: 1px;
	padding-bottom: 0px;
	position:relative;
	margin-top: 78px;
}
.logo {
	height: 60px;
	width: 232px;
	margin-right: 45px;
	margin-top: 15px;
	padding: 0;
}
.logo-compressed {
	height: 60px;
	width: 232px;
}
.logo img {
	height: 90%;
	/*width: 90%;*/
	margin-top: 10px;
}
#navbar {
	float: left;
	width: 68%;
}
.main-nav {
	display: inline-block;
	float: right;
	text-align: right;
}
.main-nav li {
	display: inline-block;
	float: none;
}
.main-nav li a {
	color: #ccc;
	font-size: 15px;
	padding: 50px 20px 26px 20px;
	text-transform: uppercase;
}
.less-padding{
	padding: 30px 20px !important;
}

.navbar-default .navbar-nav > li > a {
  color: #;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  font-weight: bold;
  color: #339966;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
      font-weight: bold;

}
.navbar-collapse{
	padding: 0px;
}
.search-area {
	display: inline-block;
	float: right;
	height: 60px;
	padding: 0;
	position: relative;
	width: 5%;
	z-index: 9988;
}
.search-area input[type="text"] {
	height: 100%;
	font-size: 20px;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	line-height: 20px;
	color: #555;
	padding: 3px 60px 0px 3px;
	width: 0px;
	position: absolute;
	top: 11%;
	right: 0;
	background: none;
	z-index: 3;
	-webkit-transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}
.search-area input[type="text"]:focus {
	width: 880px;
	z-index: 1;
	background-color: #fff;
	cursor: text;
}
.search-area input[type="submit"] {
	background-image: url("../images/search-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 35px;
	outline: medium none;
	position: absolute;
	right: 0;
	text-indent: -10000px;
	top: 54%;
	-webkit-transition: opacity 0.4s ease 0s;
	      transition: opacity 0.4s ease 0s;
	width: 45px;
	z-index: 2;
}
.search-area input[type="submit"]:hover {
  opacity: 0.8;
}
.navbar-fixed-top {
    display: none;
}
/*--------------------*/
/* ABOUT */
/*--------------------*/

#about{
	background-color: #fff;
	padding: 70px 0;
	float: left;
	display: inline;
	width: 100%;
}
.welcome-area{
	float: left;
	display: inline;
	width: 100%;
}
.title-area {
	display: inline;
	float: left;
	padding: 0 172px;
	position: relative;
	text-align: center;
	width: 100%;
}
.tittle {
	color: #3a3a3a;
	font-size: 40px;
	margin-bottom: 0;
	padding-bottom: 18px;
	padding-top: 30px;
}
#service .tittle {
	color: #ccc;
}
.tittle-line {
	background-color: #898989;
	display: inline-block;
	height: 3px;
	margin-bottom: 16px;
	width: 60px;
}
.welcome-content{
	float: left;
	display: inline;
	width: 100%;
	margin-top: 50px;
}
.wc-table{
	display: inline-block;
	text-align: center;
	margin: auto;
	width: 100%;
}
.wc-table li {
	float: left;
	width: 28%;
	padding:20px;
}
.single-wc-content, .single-wc-content-service{
	float: left;
	display: inline;
	width: 100%;
}
.single-wc-content span, .single-wc-content-service span{
	border-radius: 2%;
	display: inline-block;
	font-size: 35px;
	height: 117px;
	line-height: 117px;
	text-align: center;
	width: 117px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.single-wc-content .wc-tittle, .single-wc-content-service .wc-tittle{
	color: #525252;
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #bbbbbb;
	margin-top: 32px;
	padding-bottom: 17px;
}
.single-wc-content p , .single-wc-content-service p{
	color: #7d7d7d;
	font-size: 15px;
	padding: 12px;
}
.single-wc-content:hover .wc-icon, .single-wc-content-service .wc-icon{
	color: #fff;
}
.single-wc-content:hover .wc-tittle, .single-wc-content-service:hover .wc-tittle{
	padding-bottom: 16px;
}
.about-area {
	display: inline;
	float: left;
	margin-top: 45px;
	margin-bottom: 25px;
	width: 100%;
}
.about-left {
	display: inline;
	float: left;
	height: 420px;
	position: relative;
	width: 445px;
}
.about-left img {
	left: 23px;
	position: absolute;
	top: 23px;
}
.introduction-btn {
	color: #f9fffd;
	display: inline-block;
	font-size: 25px;
	left: 36%;
	padding: 18px 16px;
	position: absolute;
	text-decoration: none;
	top: 50%;
}
.introduction-btn:hover,
.introduction-btn:focus{
	color: #f9fffd;
	text-decoration: none;
	outline: none;
}
.about-right {
	display: inline;
	float: left;
	padding-left: 85px;
	padding-top: 20px;
	width: 100%;
}
.about-right .title-area{
	text-align: left;
	padding: 0px;
}
.about-right .tittle{
	padding-bottom: 47px;
}
.about-right .tittle-line {
	height: 2px;
	margin-bottom: 35px;
	width: 100px;
}
.about-right p {
	color: #535353;
	font-family: "Raleway",sans-serif;
	margin-bottom: 32px;
}
.about-btn-area{
	float: left;
	display: inline;
	margin-top: 14px;
	width: 100%;
}
.button {
	float: left;
	display: block;
	margin: 1em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}
.button-default {
	text-decoration: none;
	border-radius: 2px;
	overflow: hidden;
	font-weight: 600;
	font-size: 15px;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #3f51b5;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button-default > span {
	display: block;
}
.button-default:after {
	color: #fff;
}
.button-default::after,
.button-default > span {
	padding: 12px 21px;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-default:hover {
	background-color: rgba(63, 81, 181, 0.1);
	text-decoration: none;
}
.button-default:hover,
.button-default:focus {
	color: #fff !important;
}
.button-default:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-default:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

/*--------------------*/
/* CALL TO ACTION */
/*--------------------*/

#call-to-action{
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}
.call-to-overlay{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.call-to-content {
	display: inline;
	float: left;
	padding: 60px 0;
	text-align: center;
	width: 100%;
}
.call-to-content h2{
	color: #fff7f7;
	font-size: 45px;
}
.call-to-content a {
	display: inline-block;
	float: none;
	margin-top: 29px;
}



/*--------------------*/
/* COUNTER */
/*--------------------*/

#counter{
	display: inline;
	float: left;
	position: relative;
	width: 100%;
}
.counter-overlay{
	background-color: rgba(0, 0, 0, 0.8);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.counter-overlay>.container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.counter-area {
	width: 100%;
    margin: 1em auto 1em auto;
}
.single-counter {
	width: 207px;
	margin: auto;
}
.single-counter > span {
	display: block;
	float: left;
	font-size: 60px;
	text-align: center;
	width: 60px;
}
.single-counter .counter-count{
	float: left;
	margin-left: 20px;
}
.single-counter .counter-count > span {
	color: #fff;
	display: block;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: -7px;
	margin-top: -16px;
}
.single-counter .counter-count > p {
	color: #fff;
	max-width: 100px;
	font-size: 18px;
	font-weight: 600;
	margin-left: 5px;
}

/*--------------------*/
/* CONTACT */
/*--------------------*/

#contact {
	background-image: url("../images/contact-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline;
	float: left;
	padding: 70px 0;
	width: 100%;
}
.contact-left {
	background-color: rgba(51, 153, 102, 0.7);
	display: inline;
	float: left;
	padding: 30px 40px 10px;
	width: 100%;
}
.contact-left h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 35px;
}
.single-address {
	display: inline;
	float: left;
	margin-bottom: 15px;
	padding-right: 50px;
	width: 100%;
}
.single-address h4 {
	color: #fafafa;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 17px;
}
.single-address p {
	color: #fafafa;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-right{
	background-color: rgba(51, 152, 102, 0.7);
	display: inline;
	float: left;
	padding: 30px 40px;
	width: 100%;
}
.contact-right h2 {
	color: #fafafa;
	font-size: 35px;
	margin-bottom: 48px;
}
.contact-form .form-group input {
	background: transparent;
	color: #e1e1e1;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 0;
	height: 45px;
	margin-bottom: 24px;
}
.contact-form .form-group textarea{
	color: #e1e1e1;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	height: 190px;
}
.contact-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}
.contact-form .form-control::-webkit-input-placeholder {
	color: #e2e2e2;
	font-size: 20px;
}

.contact-form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #e2e2e2;
	font-size: 20px;
}

.contact-form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #e2e2e2;
	font-size: 20px;
}

.contact-form .form-control:-ms-input-placeholder {
	color: #e2e2e2;
	font-size: 20px;
}
.contact-form button {
	float: right;
	margin-right: 0;
	border-radius: 0px;
}
.contact-form.button-default::after,
.contact-form .button-default > span {
	padding: 12px 40px;
}
#google-map{
	display: inline;
	float: left;
	width: 100%;
}

/*--------------------*/
/* FOOTER */
/*--------------------*/

#footer{
	background-color: #242424;
	display: inline;
	float: left;
	margin-top: -6px;
	width: 100%;
}
.footer-top {
	display: inline;
	float: left;
	width: 100%;
}
.footer-top-area{
	display: inline;
	float: left;
	text-align: center;
	width: 100%;
}
.footer-logo{
	display: inline-block;
}
.footer-social{
	display: inline;
	float: left;
	margin: 40px 0px;
	width: 100%;
}
.footer-social a {
	border: 1px solid #505050;
	border-radius: 50%;
	color: #b8b8b8;
	display: inline-block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	margin: 0 9px;
	text-align: center;
	width: 48px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.footer-social a.facebook:hover{
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}
.footer-social a.twitter:hover{
	color: #fff;
	background-color: #00aced;
	border-color: #00aced;
}
.footer-social a.google-plus:hover{
	color: #fff;
	background-color: #dd4b39;
	border-color: #dd4b39;
}
.footer-social a.youtube:hover{
	color: #fff;
	background-color: #bb0000;
	border-color: #bb0000;
}
.footer-social a.linkedin:hover{
	color: #fff;
	background-color: #007bb5;
	border-color: #007bb5;
}
.footer-social a.dribbble:hover{
	color: #fff;
	background-color: #ea4c89;
	border-color: #ea4c89;
}
.footer-bottom{
	display: inline;
	border-top: 1px solid #434343;
	float: left;
	padding: 40px 0;
	width: 100%;
	text-align: center;
}
.footer-bottom p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
}

a.facebook, a.twitter, a.youtube, a.linkedin{
    text-align: top;
    padding: 13px 0px;
}

/*--------------------*/
/* ERROR PAGE */
/*--------------------*/

#error-page {
	background-color: #CEFFFE;
	display: inline;
	float: left;
	padding: 150px 0;
	width: 100%;
}
.error-page-area {
	display: block;
	margin: 0 auto;
	width: 670px;
}
.error-no-area {
	background-color: #fff;
	display: inline;
	float: left;
	padding: 20px;
	width: 100%;
}
.error-no {
	display: inline;
	float: left;
	padding: 50px;
	text-align: center;
	width: 100%;
}
.error-no h2 {
	color: #727272;
	font-family: "Open Sans",sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}
.error-no p {
	font-family: "Pacifico",cursive;
	font-size: 80px;
	margin-bottom: 0;
	-webkit-transform: rotate(-20deg);
	    -ms-transform: rotate(-20deg);
	        transform: rotate(-20deg);
}
.error-message {
	display: inline;
	float: left;
	margin-top: 70px;
	text-align: center;
	width: 100%;
}
.error-message h4 {
	color: #4b8181;
	font-family: "Pacifico",cursive;
	font-size: 65px;
	line-height: 65px;
	margin-bottom: 50px;
}
.error-message p {
	color: #4b8181;
	font-size: 30px;
	padding: 0 138px;
}
.error-message p a{
	color: #4b8181;
}


/*======================///////////////
			start responsive style
=====================///////////////////////*/

@media (min-width: 1400px){
	#cvcnav {
	    width: 100%;

	}
	#call-to-action img{
		margin-left: 7%;
	}
	#counter img {
		margin-left: 7%;
	}
}
@media(max-width:1399px ){
	.header-content h2 {
		margin-top: 92px;
	}

}
@media(max-width:1129px ){
	.header-btn-area {
		margin-top: 50px;
	}

}
@media(max-width:1199px ){
	.header-content {
      padding: 25px;
	}
	.header-content h2 {
		margin-top: 30px;
	  font-size: 6em;
	  line-height: 58px;
	}
	.header-content h2 span{
	   font-size: 1.4em
	}
	.knowmore-btn {
	  font-size: 18px;
	  padding: 20px 25px;
	}
	.download-btn {
	  font-size: 18px;
	  padding: 20px 25px;
	}
	.header-btn-area {
	  margin-top: 25px;
	}
	.logo {
	  margin-right: 0;
	}
	#navbar {
	  width: 70%;
	}
	.main-nav li a {
	  padding: 39px 16px;
	}
	.search-area input[type="text"]:focus {
	  width: 820px;
	}
	.team-grid li {
	  height: 198px;
	  margin: 20px;
	  width: 20%;
	}
	.team-img-1,
	.team-img-2,
	.team-img-3,
	.team-img-4 {
	  background-position: center center;
	}
	.team-info {
		padding: 12px 0px;
	}
	.team-info p {
		margin: 0 32px;
	  	padding: 10px 0px;
	}
	.team-info a {
	  margin: 0 2px;
	}
	.single-service {
	  padding: 45px 15px;
	}
	.single-service .service-title {
	  font-size: 20px;
	}
	.single-portfolio {
	  width: 23%;
	}
	.single-counter > span {
	  font-size: 50px;
	  width: 50px;
	}
	.single-counter .counter-count > span {
	  font-size: 40px;
	}
	.single-counter .counter-count > p {
	  font-size: 14px;
	}
	.single-from-blog .blog-title h2 {
	  font-size: 25px;
	}
	.single-from-blog .blog-footer a {
	  margin-right: 18px;
	}
	.contact-left h2,
	.contact-right h2 {
	  font-size: 26px;
	}
	.single-address h4 {
	  font-size: 20px;
	}
	/*.counter-area {
	  padding: 125px 0;
	}*/
	.blog-archive .single-from-blog figure img {
	  height: 320px;
	}
}

@media (min-width: 992px){
	#cvcnav {
	    width: 100%;
	}
}
@media(max-width:991px ){
	.header-content {
      padding: 50px;
	}
	.header-content h2 {
	  margin-top: 20px;
	  font-size: 4.2em;
	  line-height: 50px;
	}
	.knowmore-btn {
	  font-size: 16px;
	  padding: 18px 20px;
	}
	.download-btn {
	  font-size: 16px;
	  padding: 18px 20px;
	}
	.header-btn-area {
	  margin-top: 20px;
	}
	#navbar {
	  width: 58%;
	  margin-left:2%;
	  z-index: 9988;
	}
	.search-area {
	  width: 3%;
	}
	.main-nav li a {
	  font-size: 14px;
	  padding: 39px 7px;
	}
	.less-padding {
	  padding: 30px 7px !important;
	}
	.search-area input[type="text"]:focus {
	  width: 630px;
	}
	.single-wc-content .wc-tittle {
	  font-size: 15px;
	}
	.about-left {
	  height: 328px;
	  width: 100%;
	}
	.about-left img {
	  width: 100%;
	}
	.about-right .tittle {
	  padding-bottom: 10px;
	  font-size: 28px;
	}
	.about-right .tittle-line {
	  margin-bottom: 15px;
	}
	.about-right p {
	  font-size: 14px;
	  margin-bottom: 6px;
	}
	.about-btn-area {
	  margin-top: 0;
	}
	.call-to-content h2 {
	  font-size: 30px;
	}
	.team-grid li {
	  height: 170px;
	  margin: 20px 10px;
	  width: 21%;
	}
	.team-info p {
 		font-size: 10px;
	}
	.team-info a {
	  font-size: 15px;
	  height: 25px;
	  width: 25px;
	}
	.team-address p {
	  font-size: 16px;
	}
	.team-address span {
	  font-size: 14px;
	}
	.title-area {
	  padding: 0 100px;
	}
	.single-portfolio {
	  width: 22.5%;
	}
	.portfolio-social-icon {
  		padding: 85px 50px;
	}
	.portfolio-title h4 {
	  font-size: 13px;
	}
	/*.counter-area {
 	 padding: 90px 0;
	}*/
	.single-counter {
	  margin-bottom: 35px;
	}
	.single-price .price-amount {
  		font-size: 25px;
	}
	.single-price p {
  		font-size: 15px;
	}
	.single-price a span {
	  padding: 12px 35px;
	}
	.single-from-blog {
	  margin-bottom: 30px;
	}
	.blog-right {
	  margin-top: 25px;
	}
	.instagram-feed .slick-prev {
	  left: 40%;
	}
	.instagram-feed .slick-next {
	  right: 41%;
	}
	.error-message h4 {
	  font-size: 50px;
	  line-height: 50px;
	}
	.error-message p {
	  font-size: 25px;
	  padding: 0 50px;
	}
}

@media (min-width: 768px){
	#cvcnav {
	    width: 100%;
	}
}
@media(max-width:767px ){
	.header-content h2 {
		margin-top: 20px;
	  font-size: 35px;
	  line-height: 35px;
	}
	.header-content h2 span {
	  font-weight: normal;
	  line-height: 55px;
	}
	.knowmore-btn {
	  font-size: 15px;
	  padding: 15px 18px;
	}
	.download-btn {
	  font-size: 15px;
	  padding: 15px 18px;
	}
	#menu-area{
		height: 150px;
	}
	#nav{
		height: 100px;

	}
	.main-nav li {
	  display: block;
	  float: left;
	  width: 100%;
	}
	.main-nav li a {
	  display: block;
	  padding: 8px 7px;
	}
	.less-padding {
	  padding: 8px 7px !important;
	}
	#navbar {
	  margin-right: 0;
	  width: 104.5%;
	}
	.main-nav {
	  background: #ccc none repeat scroll 0 0;
	  display: block;
	  margin: 0;
	  text-align: center;
	  width: 100%;
	  z-index: 9988;
	}
	.navbar-brand, .logo {
		padding-left: 10px;
	}

	.navbar-default .navbar-toggle {
	  border-color: #996600;
	  margin-right: 78px;
	  margin-top: 28px;
	  border-radius: 0;

	}

	.navbar-default .navbar-toggle .icon-bar {
    background-color: #996600;
}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		color: #990066;
		border: 1px #990066 solid;
	}

	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar{
		background-color: #990066;

	}
	.search-area {
	  left: -3px;
	  top: -79px;
	  width: 3%;
	}
	.search-area input[type="text"]:focus {
	  height: 36px;
	  top: 31px !important;
	  width: 550px;
	}
	.navbar-fixed-top .search-area{
		top: -77px;
	}
	.navbar-fixed-top .navbar-toggle {
	  margin-top: 25px;
	}
	.navbar-fixed-top .search-area input[type="text"]:focus {
	  top: 23px !important;
	}
	.wc-table li {
	  margin-bottom: 20px;
	  width: 50%;
	}
	#about {
	  padding: 0 0 50px;
	}
	.about-left {
	  width: 96%;
	}
	.about-left img {
	  height: 100%;
	  width: 100%;
	}
	.about-right {
	  margin-top: 35px;
	  padding-left: 20px;
	}
	.title-area {
	  padding: 0 50px;
	}
	.call-to-content h2 {
	  font-size: 28px;
	}
	.team-grid li {
	  height: 230px;
	  margin: 20px 25px 70px;
	  width: 38%;
	}
	.team-img-1, .team-img-2, .team-img-3, .team-img-4 {
	  background-position: center center;
	  background-size: 100% auto;
	}
	.team-info {
	  padding: 30px 18px;
	}
	.team-info p {
	  font-size: 15px;
	}
	.single-portfolio {
	  width: 30.3%;
	}
	.button-default::after, .button-default > span {
	  padding: 12px 8px;
	  font-size: 12px;
	}
	.single-slide > p {
	  font-size: 15px;
	  line-height: 28px;
	  margin-top: 37px;
	}
	.contact-left {
	  margin-bottom: 30px;
	}
	#blog-banner {
	  margin-top: -60px;
	}
	.instagram-feed .slick-prev {
	  left: 39%;
	}
	.instagram-feed .slick-next {
	  right: 40%;
	}
	#error-page {
	  padding: 100px 0;
	}
	.error-page-area {
	  width: 500px;
	}
	.error-message h4 {
	  font-size: 35px;
	  line-height: 35px;
	}
	.error-message p {
	  font-size: 20px;
	  padding: 0 45px;
	}


}

@media(max-width:480px ){
	.header-content {
	  padding: 0px;
	}
	.header-content h2 {
	  font-size: 25px;
	  line-height: 25px;
	  margin-top: 20px;
	}
	.header-content h2 span {
	  font-weight: normal;
	  line-height: 43px;
	}
	.slick-slider {
    margin-bottom: 0px;
	}
	.knowmore-btn {
	  font-size: 14px;
	  padding: 10px 15px;
	}
	.download-btn {
	  font-size: 14px;
	  padding: 10px 15px;
	}
	#navbar {
	  width: 106%;
	}
	.title-area {
	  padding: 0 15px;
	}
	.search-area input[type="text"] {
	  font-size: 15px;
	}
	.search-area input[type="text"]:focus {
		height: 35px;
		top: 32px !important;
		width: 350px;
	}
	.call-to-content h2 {
	  font-size: 20px;
	}
	.team-grid {
	  padding: 0 75px;
	}
	.team-grid li {
	  height: 300px;
	  margin: 20px 0 70px;
	  width: 100%;
	}
	.team-info {
	  padding: 70px 18px;
	}
	.team-info p {
	  font-size: 18px;
	}
	.single-portfolio {
	  margin-left: 8px;
	  width: 100%;
	}
	#counter img {
	  height: 354px;
	  width: 100%;
	}
	/*.counter-area {
	  padding: 40px 0;
	}*/
	.single-counter > span {
	  font-size: 50px;
	  text-align: center;
	  width: 100%;
	}
	.single-counter .counter-count {
	  margin-left: 0;
	  margin-top: 20px;
	  text-align: center;
	  width: 100%;
	}
	.single-price .price-header {
	  font-size: 20px;
	  padding: 10px 0;
	}
	.single-price .price-header::after {
	  bottom: -43%;
	}
	.standard-price .price-header {
	  padding: 20px 0;
	}
	.standard-price .price-header::after {
	  bottom: -32%;
	}
	.single-price .price-amount {
	  font-size: 16px;
	}
	.single-price p {
	  font-size: 14px;
	}
	.single-price a span {
	  padding: 12px 20px;
	}
	.button-default::after, .button-default > span {
	  font-size: 10px;
	}
	.single-slide {
	  padding: 0 100px;
	}
	.single-slide > p {
	  font-size: 14px;
	  line-height: 26px;
	  margin-top: 20px;
	}
	.single-slide > p::after {
	  font-size: 40px;
	  top: -10px;
	}
	.testimonial-thumb {
	  margin: 20px auto 0;
	}
	.client-table {
	  padding-left: 30px;
	}
	.instagram-feed .slick-prev {
	  left: 34%;
	}
	.instagram-feed .slick-next {
	  right: 35%;
	}
	#error-page {
	  padding: 80px 0;
	}
	.error-page-area {
	  width: 350px;
	}
	.error-no {
	  padding: 20px;
	}
	.error-no h2 {
	  font-size: 45px;
	}
	.error-no p {
	  font-size: 50px;
	}
	.error-message h4 {
	  font-size: 35px;
	  line-height: 35px;
	}
	.error-message p {
	  font-size: 20px;
	  padding: 0 45px;
	}

}


@media(max-width:360px ){
	.header-inner > img {
	  height: 250px;
	  width: 100%;
	}
	.header-content {
	  padding: 30px;
	}
	.header-content h2 {
	  font-size: 20px;
	  line-height: 18px;
	}
	.header-content h2 span {
	  font-weight: normal;
	  line-height: 35px;
	}
	.header-btn-area {
	  margin-top: 00px;
	}

	.header-btn-area a {
	  display: block;
	  margin: 10px 15px;
	}
	.knowmore-btn {
	  font-size: 14px;
	  padding: 7px 8px;
	}
	.download-btn {
	  font-size: 14px;
	  padding: 7px 8px;
	}
	#navbar {
	  width: 108.3%;
	}
	.title-area {
	  padding: 0 10px;
	}
	.tittle {
	  font-size: 20px;
	  padding-bottom: 5px;
	}
	.title-area p{
		font-size: 14px;
	}
	.search-area input[type="text"] {
	  font-size: 14px;
	}
	.search-area input[type="text"]:focus {
		height: 35px;
		top: 32px !important;
		width: 250px;
	}
	.wc-table li {
	  margin-bottom: 20px;
	  width: 100%;
	}
	.about-right {
	  margin-top: 45px;
	}
	.about-right .tittle {
	  font-size: 20px;
	  padding-bottom: 5px;
	}
	.about-right .tittle-line {
	  width: 60px;
	}
	.call-to-content h2 {
	  font-size: 20px;
	}
	.team-grid {
	  padding: 0 55px;
	}
	.team-grid li {
	  height: 220px;
	}
	.team-info {
	  padding: 20px 10px;
	}
	.team-info p {
	  font-size: 14px;
	}
	.portfolio-container {
	  margin-left: 0;
	}
	.portfolio-menu ul li {
	  font-size: 12px;
	  margin: 0 7px 5px;
	  padding: 8px;
	}
	.single-portfolio {
	  width: 100%;
	  margin-left: 0px;
	}
	.portfolio-social-icon {
	  padding: 105px 50px;
	}
	#counter img {
	  height: 354px;
	  width: 100%;
	}
	/*.counter-area {
	  padding: 40px 0;
	}*/
	.single-counter > span {
	  font-size: 40px;
	}
	.single-counter .counter-count > span {
	  font-size: 30px;
	}
	.single-counter .counter-count > p {
	  font-size: 12px;
	}
	.price-table li {
	  margin-bottom: 20px;
	  width: 100%;
	  border: 1px solid #e4e4e4;
	}
	.single-price a span {
	  font-size: 14px;
	}
	.single-price .price-amount {
	  font-size: 16px;
	}
	.single-price p {
	  font-size: 14px;
	}
	.button-default::after, .button-default > span {
	  font-size: 14px;
	}
	.standard-price {
	  margin-top: 0;
	}
	.single-slide {
	  padding: 0 50px;
	}
	.introduction-btn {
	  font-size: 20px;
	}
	.header-content h2 {
	  margin-bottom: 10px;
	}
	.contact-left h2, .contact-right h2 {
	  font-size: 20px;
	  margin-bottom: 10px;
	}
	.single-address h4 {
	  font-size: 18px;
	}
	.single-address p {
	  font-size: 13px;
	}
	.contact-right {
	  padding: 30px 20px;
	}
	.contact-form .form-group input {
	  font-size: 16px;
	  height: 40px;
	}
	.footer-social a {
	  font-size: 15px;
	  height: 40px;
	  line-height: 40px;
	  margin: 0 5px;
	  width: 40px;
	}
	.blog-archive .single-from-blog figure img {
	  height: 250px;
	}
	.instagram-feed .slick-prev {
	  left: 26%;
	}
	.instagram-feed .slick-next {
	  right: 27%;
	}
	.single-widget h2 {
	  font-size: 20px;
	  line-height: 20px;
	}
	.blog-pagination > li > a,
	.blog-pagination > li > span {
	  padding: 6px 15px;
	}
	.follow-us a {
	  font-size: 15px;
	  height: 32px;
	  line-height: 32px;
	  margin: 0 2px;
	  width: 32px;
	}
	.blog-details-content {
	  padding: 25px;
	}
	.blog-comment {
	  padding: 0 25px 40px;
	}
	.blog-details-content blockquote {
	  font-size: 18px;
	  margin-bottom: 30px;
	  margin-top: 30px;
	}
	#error-page {
	  padding: 60px 0;
	}
	.error-page-area {
	  width: 250px;
	}
	.error-no {
	  padding: 20px;
	}
	.error-no h2 {
	  font-size: 35px;
	}
	.error-no p {
	  font-size: 40px;
	}
	.error-message h4 {
	  font-size: 25px;
	  line-height: 20px;
	}
	.error-message p {
	  font-size: 16px;
	  padding: 0 15px;
	}

	.logo img {
			/*width: 70%;*/
			height: 70%;
		}

}


@media(max-width:320px ){
	.search-area input[type="text"]:focus {
		width: 210px;
	}
	.search-area input[type="text"] {
	  font-size: 12px;
	}
	#navbar {
	  width: 109%;
	}
	.team-grid {
	  padding: 0 35px;
	}
	.team-info {
	  padding: 25px 10px;
	}
	.footer-social a {
	  font-size: 14px;
	  height: 35px;
	  line-height: 35px;
	  margin: 0 2px;
	  width: 35px;
	}
	.footer-bottom p {
	  font-size: 15px;
	}
	.blog-archive .single-from-blog figure img {
	  height: 200px;
	}
	.instagram-feed .slick-prev {
	  left: 23%;
	}
	.instagram-feed .slick-next {
	  right: 24%;
	}
	.blog-pagination > li > a,
	.blog-pagination > li > span {
	  padding: 4px 13px;
	}
	.follow-us a {
	  font-size: 14px;
	  height: 30px;
	  line-height: 30px;
	  margin: 0 2px;
	  width: 30px;
	}
	.popular-post-widget .media-left {
	  margin-right: 0;
	  text-align: center;
	  width: 100%;
	  margin-bottom: 15px;
	}
	.popular-post-widget .media-left a{
		display: inline-block;
	}
	.popular-post-widget .media-body {
	  text-align: center;
	}
	.logo {
		width: 196px;
	}
	.logo img {
		/*width: 50%;*/
		height: 60%;
	}

}

/* Fix to center the callbutton vertically*/
a.callbutton{
	margin-top: 6px !important;
}
.notification-area{
	margin-top: 8px !important;
}
.label{
	color: gray;
}
.c2c-video{
	min-width: 0 !important;
}

/* To avoid that the More Info to go to low */
.slick-slide {
    height: auto;
}

/* Hide video by default */
.c2c-call video {
  display: none;
}

/****************
 * On call wave *
 ****************/
 .oncall-wave {
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 145px;
 }
 .oncall-wave span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: white;
    position: absolute;
    animation: audio-wave 1.5s infinite ease-in-out;
}

 .oncall-wave span:nth-child(2) {
    left: 11px;
    animation-delay: 0.2s;
}

 .oncall-wave span:nth-child(3) {
    left: 22px;
    animation-delay: 0.4s;
}

 .oncall-wave span:nth-child(4) {
    left: 33px;
    animation-delay: 0.6s;
}

 .oncall-wave span:nth-child(5) {
    left: 44px;
    animation-delay: 0.8s;
}

/*****************
 * CALL CONTROLS *
 *****************/
.c2c-call, c2c-call-controls {
    background-color: #996600 !important
}

@keyframes audio-wave {
    0% {height:5px;transform:translateY(0px);background:white;}
    25% {height:40px;transform:translateY(20px);background:#9f8a5f;}
/*effect is to animate the height of each span from 5px to 30px*/
/*translateY makes Y axis move down to give the effect that it is growing from the center*/

    50% {height:5px;transform:translateY(0px);background:white;}
    100% {height:5px;transform:translateY(0px);background:white;}
}

/* Disable overflow in containers */
#menu-area .container, #about .container, #call-to-action .container {
    overflow: hidden;
}

/**********
 * SELFIE *
 **********/
 .c2c-selfie button {
    background: #996600 !important;
}
.c2c-selfie button:hover {
    background: #9f8a5f !important;
}
