/*
 * Accordeon
 */
.wpb_accordion_header {
	position: relative;
	border: 1px solid #252525;
	background: none !important;
	padding: 0 10px;
	margin-bottom: 17px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpb_accordion_header a, .wpb_content_element .wpb_tabs_nav li a {
	position: relative;
	display: block;
	font: 700 12px/35px 'Montserrat';
	color: #000;
	padding: 0 !important;
	text-transform: uppercase;
	text-indent: 15px;
}
.wpb_accordion_header a:after {
	content: '';
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 50%;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}
.wpb_accordion_header.ui-accordion-content-active {
	background-color: #252525 !important;
}
.wpb_accordion_header.ui-accordion-content-active a {
	color: #fff;
}
.wpb_accordion_header.ui-accordion-content-active a:after {
	background-color: #fff !important;
}
.ui-accordion-header-icon {
	position: absolute;
	width: 9px;
	height: 9px;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 13px;
}
.ui-accordion-header-icon.ui-icon-triangle-1-s {
	background: url('../images/accordion-plus.png') no-repeat right top !important;
}
.ui-accordion-header-icon.ui-icon-triangle-1-e {
	background: url('../images/accordion-plus.png') no-repeat left top !important;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
	position: relative;
	margin-bottom: 37px;
	padding: 0;
	background: none !important;
}
.wpb_tab .wpb_wrapper, .wpb_accordion_content .wpb_wrapper {
	padding: 35px 24px;
	border: 1px solid #ccc;
	font: 300 13px/1.8em 'Merriweather';
	color: #000;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active:before, .wpb_content_element .wpb_tabs_nav li.ui-tabs-active:after, .wpb_accordion_header:before, .wpb_accordion_header:after {
	content: '';
	display: block !important;
	position: absolute;
	border: solid transparent;
	border-bottom-color: #ccc;
	border-width: 11px 6px;
	bottom: -18px;
	left: 38px;
	z-index: 8;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active:after, .wpb_accordion_header:after {
	border-width: 10px 4px;
	border-bottom-color: #fff;
	bottom: -19px;
	left: 40px;
	z-index: 9;
}
/*
 * Members
 */
.team {
	padding-top: 0px !important;
}

.member {
	margin-top: 92px;
	padding: 0px 10px;
}

.member .image {
	background-color: #111111;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 170px 170px;
	height: 170px;
	margin: 0px auto 40px;
	width: 170px;
}

.member .image:before {
	background-image: url(../img/misc/image.png);
	background-position: center center;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 170px;
	position: relative;
	width: 170px;
}

.member .title {
	margin-bottom: 7px;
}

.member .devider {
	margin-bottom: 18px;
}

.member .text {
	margin-bottom: 50px;
}
.member .subtitle {
	margin-bottom: 0px;
}
.member .twitter {
	background-image: url(../img/misc/twitter.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: 16px 13px;
	color: #000000;
	cursor: pointer;
	display: inline;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-left: 24px;
	text-decoration: none;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
}

.member .twitter:hover {
	border-bottom: 1px solid #000000;
}
/*
 * Fact
 */

.fact {
	cursor: pointer;
	margin-bottom: -30px;
	margin-top: 92px;
	padding: 0px 20px;
}
/*
 * Our story
 */
.story.devider {
	margin-bottom: 90px !important;
}
/*
 * Our Work
 */
.quotes {
	background-color: #eeeeee;
	padding: 100px 0px !important;
}

.works .quotes .devider {
	margin-bottom: 90px;
}

.quote .text {
	padding: 0px 15px;
}

.quote .image {
	background-color: #111111;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	height: 80px;
	margin: 50px auto 25px;
	width: 80px;
}

.quote .image:before {
	background-image: url(../img/misc/image-quote.png);
	background-position: center center;
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 80px;
	position: relative;
	width: 80px;
}

.quote .title {
	font-size: 14px !important;
}

.quote .subtitle {
	font-size: 12px !important;
}
/*
 * Our Work
 */
 .client {
		cursor: pointer;
		margin: 80px 0px;
		opacity: 0.5;
		text-align: center;
		-webkit-transition: all .3s ease 0;
		-moz-transition: all .3s ease 0;
		-ms-transition: all .3s ease 0;
		-o-transition: all .3s ease 0;
		transition: all .3s ease 0;
	}
  .client img
  {
  	max-width: 100% !important;
  }

 .client:hover {
		opacity: 1;
	}

/*Price Table*/


	.pricetable {
		background-color: #f2f2f2;
		margin-left: auto;
		margin-right: auto;
		padding: 30px 20px;
		max-width: 400px;
		margin-bottom:65px;
	}

	.vc_row .pricetable {
	margin-bottom:65px!important;
}

	
	 .pricetable .info .title {
		font-size: 15px;
		margin-bottom: -5px;
	}

	 .pricetable .info .text {
		color: #9b9b9b;
	}

	 .pricetable .details {
		border-top: 1px solid #dddddd;
		padding-top: 35px;
	}
    .pricetable ul {margin-left:0px;padding-left:0px;}
    
	.pricetable li {
		color: #aaaaaa;
		margin-bottom: 28px;
		text-decoration:none;
		list-style:none;
		margin-left:0px;
	}

	 .pricetable li span {
		color: #666666;
	}

	.pricetable .details p {
		margin:0px;
	}

	.vc_row .pricetable li {
		margin-bottom: 28px;
	}

	
/*Features*/

.feature  {
		max-width:440px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 65px;
}

	

	 .feature .icon {
		background-color: transparent;
		border: none;
		float: left;
		height: 24px;
		margin-right: 24px;
		width: 28px;
		padding-top: 0px;
	}

	 .feature .icon img {
		height: 24px;
		width: 24px;
	}

	 .feature .title {
		font-size: 18px;
		margin-bottom: 20px;
		margin-top: 2px;
		font-family: "Montserrat";
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align:left;
	}

	 .feature .text {
		color: #999999;
		margin-left: 50px;
		font-family: "Montserrat";
		text-align:left;
	}

.btnround  {
		background: transparent;
		border: 2px solid #cccccc;
		border-radius: 10px;
		color: #666666;
		cursor: pointer;
		display: inline-block;
		font-family: "Montserrat";
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 1.5px;
		outline:none;
		padding: 13px 48px;
		text-transform: uppercase;
		-webkit-transition: all .5s ease 0;
		-moz-transition: all .5s ease 0;
		-ms-transition: all .5s ease 0;
		-o-transition: all .5s ease 0;
		transition: all .5s ease 0;
	}

.btnround:hover, .btnround:active {
		border: 2px solid #000000;
		color: #000000;
		background: transparent;
	}

.bigquote-wrap {padding:100px;}

@media only screen and (max-width: 767px) {.bigquote-wrap {padding:50px;}}


.bigquote { 
		background-image: url(../images/quote-icon.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size:26px 20px;
		color: #000000;
		font-size: 24px;
		letter-spacing: 0.15px;
		line-height: 44px;
		margin: 0px auto 75px!important;
		font-family: Montserrat;
		text-align: left;
		padding: 75px 0px 0px;
}
.quote-subtitle {
		color: #777777;
		font-family: Montserrat;
		font-size: 13px;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		text-align:left;
}


.servicesnew {
	max-width: 400px;
	margin: 0 auto;
	padding-bottom:35px;
}

.servicesnew .icon {
		background-color: #f4f4f4;
		border: none;
		border-radius: 88px;
		height: 88px;
		margin: 0px auto 50px;
		padding: 28px 0px;
		width: 88px;
	}

.servicesnew .icon img {
		height: 32px;
		width: 32px;
	}
.servicesnew .title {
		font-size: 18px;
		margin-bottom: 20px;
		font-family: Montserrat;
	}

.servicesnew .text {
		color: #999999;
		font-size: 13px;
		line-height: 24px;
		padding: 0px 15px;
		font-family: Montserrat;
	}

/* Gallery slider */

.gallery {
	position: relative;
	margin-bottom: 30px;
}

.gallery img.mfp-img {
	padding: 80px 0 80px !important;
}

.gallery .slides li {
	cursor: pointer;
	position: relative;
	margin-right: 40px;
}

.gallery .slides li:last-child {
	margin-right: 0px;
}

.gallery .slides li .view {
	background-color: #000000;
	background-image: url(../images/plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	border-radius: 4px;
	bottom: 4px;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
}

.gallery .slides li img {
	border-radius: 4px;
}

.gallery .flex-direction-nav a {
	opacity: 0.5;
	text-indent: -9999px;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
}

.gallery .flex-direction-nav a:before {
	display: none !important;
}

.gallery .flex-direction-nav li {
	margin-bottom: 0px;
}

.gallery .flex-direction-nav a:hover {
	opacity: 1;
}


.gallery .flex-direction-nav .flex-prev {
	background-image: url(../images/arrow-left.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px 28px;
	text-indent: -9999px;
	display:inline-block  
}

.gallery .flex-direction-nav .flex-next {
	background-image: url(../images/arrow-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 15px 28px;
	text-indent: 9999px;
	display:inline-block
}
