/*!
  Theme Name: Pinacop
  Theme URI: http://www.gpthemes.co/products/pinacop-wordpress/
  Author: Golden Plus Theme
  Author URI: http://www.mominul.me/
  Description: The Ultimate Financial / Business Template
  Version: 1.0.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: pinacop
  Tags:
  */
/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Base rules
  # Library
	## Example
  # Elements
	## Accessibility
	## Buttons
  # Navigation Menu
	# Top Menu
	# Primary Menu
  # Sections
	## Loading
	## Header

  # Widgets
	## Search
	## Gp Custom Menu
	## Gp Download Menu
	## Gp Tags
	## Gp Resent Post
	## Gp Archive
	--------------------------------------------------------------*/

	@keyframes toRightFromLeft {
		49% {
			transform: translate(100%);
		}
		50% {
			opacity: 0;
			transform: translate(-100%);
		}
		51% {
			opacity: 1;
		}
	}


/*--------------------------------------------------------------
# Base rules
--------------------------------------------------------------*/

html.gp-admin-bar-enabled {
	margin-top: 0 !important;
}

body.admin-bar {
	margin-top: 32px !important;
}

body.admin-bar #header.navbar-small  {
	top: 32px !important;
}

body {
	font: 400 15px/24px 'Work Sans', Arial, Helvetica, sans-serif;
	color: #666;	
	line-height: 24px;  	
	word-wrap: break-word;
	
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:focus, a:hover {
	color: #0d50aa;
	text-decoration: none;
}

figure {
	margin: 0;
}

html, 
body,    
span, 
applet, 
object, 
iframe, 
blockquote, 
pre,   		
abbr, 
acronym, 
address, 
big, 
cite, 
code, 
del, 
dfn, 
em, 
img, 
ins, 
kbd, 
q, 
s, 
samp, 
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var, 
b, 
u, 
i, 
center,
dt,
dd,     
fieldset, 
form, 
label, 
legend, 
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td, 
article,
aside, 
canvas, 
details, 
embed, 
figure, 
figcaption, 
footer, 
header, 
hgroup, 
menu, 
nav, 
output, 
ruby, 
section, 
summary, 
time, 
mark, 
audio, 
video {
	margin: 0;
	padding: 0;
	border: 0;	  		
	direction: ltr;
}

ul, ol, dl {
	margin-bottom: 17px;
}

h1, h2, h3, h4, h5, h6 {  		
	font-family: "Montserrat", serif;
	line-height: 1.3;
	font-weight: 700;
}


h1 {
	font-size: 48px;
	font-style: normal;  	 	
	margin: 33px 0;  	
	color: #313131;
}

h2 {
	font-size: 30px;
	font-style: normal;
	margin: 25px 0;  	
	color: #313131;
}

h3 {
	font-size: 22px;
	font-style: normal;
	margin: 22px 0;	
	color: #2d2d2d;
}

h4 {
	font-size: 20px;
	font-style: normal;
	margin: 25px 0;	
	color: #313131;
}

h5 {
	font-size: 18px;
	font-style: normal;
	margin: 30px 0;	
	color: #2b2b2b;
}

h6 {
	font-size: 16px;
	font-style: normal;
	margin: 36px 0;   
	color: #848484;

}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.entry-content .alignleft {
	margin: 0 20px 15px 0;
}

.entry-content .alignright {
	margin: 0 0 15px 20px;
}

img.size-full, img.size-large, img.wp-post-image {	
	max-width: 100%;
	height: auto;
}

.wp-caption {
	max-width: 100%;
	padding: 4px;
}

.wp-caption .wp-caption-text {
	margin-top: 15px;
	padding: 0 20px;
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	line-height: 2;
	color: #9c9c9c
}

img, object, embed {
	max-width: 100%;
	height: auto;	
}


.gallery:before, .gallery:after{
	content: " ";
	display: table;
}

.gallery:after {
	clear: both;
}


.gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item, .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item, .gallery.gallery-columns-5 .gallery-item, .gallery.gallery-columns-6 .gallery-item, .gallery.gallery-columns-7 .gallery-item, .gallery.gallery-columns-8 .gallery-item, .gallery.gallery-columns-9 .gallery-item {
	float: left;
	margin-bottom: 20px;
}

.gallery.gallery-columns-3 .gallery-item {
	width: 33.3333%;
}

gallery-icon {
	display: block;
}

.wp-caption-text .gallery-caption {
	font-size: 13px;
	margin-top: 5px;
	font-style: italic;
}

.sticky > .cover h3.entry-title {
	color: #3498db;
}

.bypostauthor {
	padding: 0;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

tbody {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	direction: ltr;
}

table th {
	border: 1px solid #eceef0;
	border-right: none;
	background-color: #f6f8fa;
	text-align: left;
	padding: 10px 15px;
	color: #464b50;
	vertical-align: top;
	font-size: 14px;
	font-weight: 600;
}

table td {
	padding: 10px 15px;
	border: 1px solid #eceef0;
	border-top: none;
	border-right: none;
}

table td:last-child {
	border-right: 1px solid #eceef0;
}

table td {
	padding: 10px 15px;
	border: 1px solid #eceef0;
	border-top: none;
	border-right: none;
	vertical-align: middle;
}

table tr:hover td {
	background-color: #f6f8fa;
}


#comments .comment-list .comment .comment-content > ul {
	padding-left: 0;

}

#comments .comment-list .comment .comment-content ul {  	
	list-style-type: disc;
	list-style-position: inside;

}

#comments .comment-list .comment .comment-content > p > ul > li, #comments .comment-list .comment .comment-content > ul > li {
	position: relative;
	line-height: 2;  	
	margin: 7px 0;
	color: #3b3b3b;
}

#comments .comment-list .comment .comment-content > p > ul > li li, #comments .comment-list .comment .comment-content > ul > li li {
	position: relative;
	line-height: 2;  	
	margin: 5px 0;
	color: #3b3b3b;
}


#comments .comment-list .comment .comment-content > p > ul > li li, #comments .comment-list .comment .comment-content > ul > li li {
	position: relative;
	line-height: 2;  	
	margin: 5px 0;
	color: #3b3b3b;
	line-height: 1.8;
} 

#comments .comment-list .comment .comment-content > p > ol, #comments .comment-list .comment .comment-content > ol {
	list-style: initial;
	list-style-type: decimal;
}

#comments .comment-list .comment .comment-content > p > ol ol, #comments .comment-list .comment .comment-content > ol ol {
	list-style: initial;
	list-style-type: decimal;
}

#comments .comment-list .comment .comment-content > p > ol ol, #comments .comment-list .comment .comment-content ol li {
	margin: 7px 0
}


#comments .commentlist .comment .comment-content strong {
	color: #4a4a4a;
}

em, i, address, cite {
	font-style: italic;
	line-height: inherit;
}

address {

	margin: 0 0 24px;
}

q {
	font-family: "Montserrat", serif;  		
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
	line-height: 37px;
	letter-spacing: -.8px;
	color: #0d50aa;
	display: block;
	padding: 20px;
}

dt, dt, dd {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 28px;
	letter-spacing: 0;
	color: #7b7b7b;
}

dl dt {
	font-weight: 700;	
	color: #202020;
}

dl dd {
	margin-bottom: 10px;	
}


a {
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	line-height: inherit;
	color: inherit;
}

.margin-right {
	margin-right: 20px;
}

.section-padding {
	padding: 0 20px 0 15px;
}

.container {
	padding: 0;
}

.burgar_menu .margin-left {
	margin-left: 0;
}

.burgar_menu .section-padding {
	padding-left: 0;
}

.burgar_menu .menu_slide {
	background-color: transparent;
	height: 70px;
}

.section-title {
	max-width: 100%;	
}

.section-title h5 {
	font-size: 14px;
	color: #444;
	font-weight: 400;
	letter-spacing: 2px;	
	margin: 0;
	line-height: 25px;
}

.section-title .delimiter {
	position: relative;
}

.section-title h1, 
.section-title h2, 
.section-title h3, 
.section-title h4, 
.section-title h5, 
.section-title h6 {
	color: #333;
	margin-top: 0;
	position: relative;
	margin-bottom: 10px;
	/*display: inline-block;	*/	
	font-weight: 700;
}

.section-title h2 {
	font-size: 32px;
}

.section-title .delimeter:after {
	position: absolute;
	content: ' ';
	background: #0d50aa;
	width: 70px;
	height: 2px;
	left: 0;
	bottom: 0;	
}

.section-title.text-center .delimeter:after {
	left: 50%;
	transform: translateX(-50%);
}

.section-title.text-left .delimeter:after {
	left: 0;
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.section-title.text-right .delimeter:after {
	left: auto;
	right: 0;
	transform: translateX(0);
}

.section-title.text-right {
	float: right;
}



.sub-title {
	color: #000;
	margin-bottom: 50px;
	line-height: 24px;
	font-size: 18px;
	font-style: italic;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
	margin-top: 0;
	letter-spacing: 0;	
}

.section-title h3 {
	font-size: 24px;
}

.section-title h4 {
	font-size: 20px;
}

.section-title h5 {
	font-size: 16px;
}

.section-title h5.subtitle {
	font-size: 16px;
	font-weight: 500;
}

.section-title em,
.section-title em,
.section-title em,
.section-title em,
.section-title em,
.section-title em {
	font-family: 'Playfair Display', serif;	
}

.section-title p {
	color: #777;
	font-size: 16px;
	margin-bottom: 20px;
}



.section-title .section_caption {
	font-size: 35px;
	font-weight: 300;
	line-height: 45px;
	color: #676767;
	margin-bottom: 50px;
}

.section-title .hmb {
	margin-bottom: 10px;
}

.section-title .smb {
	margin-bottom: 30px;
}

.section-title .delimeter {
	position: relative;	
	padding-bottom: 10px;

}

.inline-block {
	display: inline-block;
}

.parallax-bg {
	background-size: cover;
}

.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(53, 152, 219, 0.8);
}

.transparent_row h1,
.transparent_row h2,
.transparent_row h3,
.transparent_row h4,
.transparent_row h5,
.transparent_row h6 {
	color: #FFF;
}

.transparent_row .section-title p {
	color: #BBB;
}

.transparent_row p {
	color: #FFF
}

.color-black {
	color: #000;
}


.full_width_content .wpb_row.row {
	width: 100%;
}


.pinacop_layout_style .content-area article.pinacop_single_post .entry-content h1,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content h2,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content h3,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content h4,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content h5,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content h6 {
	margin-bottom: 14px;
}



.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p > ol,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > ol {
	list-style: initial;
	list-style-type: decimal;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p > ol ol,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > ol ol {
	list-style: initial;
	list-style-type: decimal;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table {
	background: transparent;
	border: none;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table thead,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table thead {
	background: transparent;
	border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table thead tr th,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table thead tr th {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .3px;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table tbody tr,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table tbody tr {
	border-bottom: 1px solid #e7e7e7;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table tbody tr:nth-child(even),
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table tbody tr:nth-child(even) {
	background: transparent;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table tbody tr:last-child,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table tbody tr:last-child {
	border-bottom: none;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table tbody tr th,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table tbody tr th {
	line-height: 3;
	padding-left: 10px;
	padding-right: 10px;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table tbody tr td,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table tbody tr td {
	line-height: 3;
	vertical-align: middle;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table {
	margin-bottom: 20px;
}

.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > table tbody tr th,
.pinacop_layout_style .content-area article.pinacop_single_post .entry-content > p table tbody tr th {
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .3px;
}

ul {
	list-style: disc;
	padding-left: 20px;
}

li>ul, li>ol {
	padding: 0;
	margin-left: 20px;
}



table thead tr th, table tfoot tr td {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px 9px;
	color: #222;
}

table tbody tr th, table tfoot tr td {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 10px 9px;
	color: #222;
	vertical-align: middle;
}

table tbody tr td a:hover, table tfoot tr td a:hover {
	text-decoration: none;
	color: #0d50aa
}

html .gp-admin-bar {
	z-index: 9999999 !important;
}



.flexslider .slides img {
	height: auto;
}

/* Back To Top */
.return-to-top {
	position: fixed;
	bottom: 80px;
	right: 0;
	background: #0d50aa;
	width: 42px;
	height: 42px;
	text-decoration: none;
	opacity: 0;
	transition: all 0.3s ease;
	z-index: 1000;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.return-to-top i {
	color: #fff;
	margin: 0 0 0 3px;
	position: relative;
	left: 11px;
	top: 9px;
	font-size: 19px;
	transition: all 0.3s ease;

}

.return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

.return-to-top:hover i {
	color: #fff;
	top: 5px;
}

.back-top {
	opacity: 1;
}

/*=========  Page Loader  ==========*/
.loading-block {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
}

.page-loaded .loading-block {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.loading-block .loading-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
}

/**
*
* All animations must live in their own file
* in the animations directory and be included
* here.
*
*/

@keyframes ball-scale-multiple {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	5% {
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

.ball-scale-multiple {
	position: relative;
	-webkit-transform: translateY(-30px);

}

.ball-scale-multiple > div:nth-child(2) {
	-webkit-animation-delay: -0.4s;

}

.ball-scale-multiple > div:nth-child(3) {
	-webkit-animation-delay: -0.2s;

}

.ball-scale-multiple > div {
	background-color: #b4b4b4;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	position: absolute;
	left: -30px;
	top: 0;
	opacity: 0;
	margin: 0;
	width: 60px;
	height: 60px;
	-webkit-animation: ball-scale-multiple 1s 0s linear infinite;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	display: none;
}

.single-post .navigation .screen-reader-text {
	display: block;
	font-weight: 600;
	color: #909090;
}

.post-navigation h2 {
	display: none !important;
}

.nav-links .nav-previous , .nav-links .nav-next {
	max-width: 300px;
}

.nav-links .nav-previous a, .nav-links .nav-next a {
	text-decoration: none;
	font-size: 12px;

}

.nav-links .nav-previous a .nav-title, .nav-links .nav-next a .nav-title {
	color: #333;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}

.nav-links .nav-previous a .nav-title:hover, .nav-links .nav-next a .nav-title:hover {
	color: #0d50aa;
}

.nav-links .nav-previous a .nav-title .pinacop_prev_nav {
	margin-right: 5px;
}

.nav-links .nav-next a .nav-title .pinacop_next_nav {
	margin-left: 5px;
}

.pagination {
	margin-left: 15px;
}

.pagination .screen-reader-text {
	display: none;
}

.pagination .prev, .pagination .next {
	width: 60px !important;
}

.pagination .page-numbers {
	display: inline-block;
	height: 38px;
	width: 38px;
	border: 1px solid #d1d3d5;
	text-align: center;
	margin-right: 3px;
	color: #777;
	line-height: 36px;
	border-radius: 25px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
}

.pagination .page-numbers:hover, .pagination .page-numbers.current {
	background: #0d50aa;
	color: #FFF;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
a:focus {
	text-decoration: none;
	color: #FFF;
}

.gp-bn-btn {
	position: relative;
	background-color: #0d50aa;
	padding: 12px 25px;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	letter-spacing: 1px;
	font-family: Montserrat,sans-serif;
}

.gp-bn-btn:hover {
	background: #111;
	color: #FFF;
	text-decoration: none;
}

.gp-bn-active {
	background-color: transparent;
	border: 1px solid #fff;
	margin-right: 0;
}

.gp-bn-active:hover {
	border-color: transparent;
}

.gp-btn {
	display: inline-block;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	transition-property: color;
	transition-duration: 0.3s;
	padding: 14px 30px;
	cursor: pointer;
	background: #303030;
	color: #FFF;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
	border: none;
	font-size: 15px;	
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-right: 15px;
}

.gp-btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0d50aa;  	
	transform: scaleY(0);
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	transition-property: transform;
	transition-duration: 0.4s;
	transition-timing-function: ease-out;
}

.gp-btn:hover, .gp-btn:focus {
	color: #FFF;
	text-decoration: none;
}

.gp-btn:hover:before, .gp-btn:focus:before {
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gp-btn:hover:after, .gp-btn:focus:after {
	width: 100%;
}

.gp-btn.btn_radius {
	border-radius: 30px;
}

.gp-btn-bg {
	background: #111;
	color: #FFF;
}

.gp-btn-bg:after {
	background: #0d50aa;
}

.gp-btn-bg:hover, .gp-btn-bg:focus {
	background: transparent;
	color: #FFF;
	text-decoration: none;
}

.gp-btn-bg:hover:after, .gp-btn-bg:focus:after {
	width: 100%;
}

.gp-btn-radius {
	border-radius: 5px;
}

.gp-bn-btn-2 {
	background-color: transparent;
	color: #FFF;
	border: 2px solid #FFF;
}

.gp-btn.gp-btn-outline {
	background: transparent;
	border: 1px solid #333;
	color: #333;
}

.gp-btn.gp-btn-outline:hover, .gp-btn.gp-btn-outline:focus {
	border-color: #0d50aa;
	color: #FFF;
}

.gp-btn.gp-btn-light {
	background: #FFF;  	
	color: #333;
	box-shadow: 0 6px 50px rgba(0,0,0,0.2)
}

.gp-btn.gp-btn-light:hover, .gp-btn.gp-btn-light:focus {
	color: #FFF;
}

.gp-btn.gp-btn-active {
	background: #0d50aa;  	
	color: #fff;
	box-shadow: 0 6px 50px rgba(0,0,0,0.2)
}

.gp-btn.gp-btn-active:hover, .gp-btn.gp-btn-active:focus {
	color: #fff;
}

.gp-btn.gp-btn-active:hover:before {
	background: #303030;
}

.gp-btn.gp-btn-active:hover:before, .gp-btn.gp-btn-active:focus:before {	
	transform: scaleY(1);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.gp-btn.gp-btn-transperant {
	padding: 0;
	background: transparent;
	color: #000;
	text-decoration: underline;
}

.gp-btn.gp-btn-transperant:hover {
	color: #0d50aa;
}

.gp-btn.gp-btn-transperant:hover:before {
	display: none;
}

.gp-btn.gp-btn-small {
	padding: 11px 24px;
	font-size: 14px;
}

.gp-btn.gp-btn-large {
	padding: 16px 35px;
	font-size: 16px;
}

.app-down-btn {
	width: 210px;
	padding: 15px 30px;
	background: #000;
	display: block;
	border-radius: 5px;
	box-shadow: 0 0px 30px rgba(0,0,0,0.1);
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	margin-right: 20px;
	display: inline-block;	
}

.app-down-btn p {
	margin: 0;
}

.app-down-btn img {
	margin-right: 10px;
	float: left;
	vertical-align: middle;
}

.app-down-btn .sec_text {
	font-size: 12px;
	color: #fff;
	line-height: 10px;
	display: block;
	margin-bottom: 3px;
}

.app-down-btn .prim_text {
	font-size: 18px;
	color: #fff;
	display: block;
	line-height: 18px;
}

.app-down-btn:hover {
	background: #0d50aa;
	color: #FFF;
}



.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
	margin-top: 0;
}

.vc_column-inner {
	padding-top: 0 !important;
}

.wpb_content_element {
	margin-bottom: 0 !important;
}

.cs-dialog-load .cs-icon-tooltip[data-icon]:before {
	display: none;
}


.skew_bg {
	overflow: hidden;
}

.skew_bg:before {
	position: absolute;
	content: '';
	height: 200px;
	width: 100%;	
	left: 0;
	top: -200px;	
	background: #FFF;
	backface-visibility: hidden;
	transform: skewY(-5deg);
	transform-origin: 100% 0;
	z-index: 0;
}

.skew_bg:after {
	position: absolute;
	content: '';
	height: 200px;
	width: 100%;	
	left: 0;
	bottom: 0;	
	background: #FFF;
	backface-visibility: hidden;
	transform: skewY(-5deg);
	transform-origin: 100% 0;
	z-index: -1;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
#header {
	transition: all 0.15s ease-in-out;
	z-index: 600;
	/*position: absolute;
	top: 0;
	width: 100%;  	*/
}

.sticky_header #header {
	position: absolute;
	top: 0;
	width: 100%;
}

#header .header-wrap .header {
	display: flex;
	align-items: center;
}

#header .header-wrap .header-center {
	flex-grow: 1;
	padding-left: 30px;
}

.header-wrap {
	padding: 0 100px;
	background: #FFF;
}

.sticky_header

.header-wrap.header_transparent {
	background: transparent;  	
}



#header .site-logo a img {
	padding: 10px 0;
}

.mobile-logo {
	margin-bottom: 40px;
}

#header .site-logo .logo-dark {
	display: none;
}

.sticky_header #header.navbar-small, 
#header.navbar-small, 
.menu-block #header.navbar-small,
.menu-block.sticky_header #header.navbar-small {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 10px 20px rgba(50, 50, 50, 0.1);
	animation-duration: 0.50s;
	border-color: transparent;
	animation-name: menu_sticky;
}

#header.navbar-small .header-wrap {
	background: #fff;
}



@keyframes menu_sticky {
	0% {
		margin-top: -40px;
		opacity: 0;
	}
	50% {
		margin-top: -20px;
		opacity: 0;
	}
	100% {
		margin-top: 0;
		opacity: 1;
	}

}


#header.navbar-small .top-menu {
	display: none;

}

#header.navbar-small .menu__list .menu-item a {
	color: #000;

}

#header.navbar-small .gp-cart a.dropdown-toggle /*.menu-block .gp-cart a.dropdown-toggle */{
	color: #333;
}


#header.navbar-small .site-logo a img {
	margin: 0;
	padding: 10px 0;
}

#header.navbar-small .site-logo .logo-light {
	display: none;
}

#header.navbar-small .site-logo .logo-dark {
	display: block;
}

.menu--shylock a:before {
	background: #0d50aa;
}

#header.navbar-small .gp-socicon-Search {	
	color: #333;   
}

#header.navbar-small .menu-toggle > div {
	background: #333;
}


.home-static #header {
	background: rgba(0, 0, 0, 0.5);
}

.home-static #header.navbar-small {
	background: #fff;
}


.menu--shylock p {	
	line-height: 77px;
	margin: 0;
}

.navbar-small .menu--shylock p {
	color: #202020;
}

.sticky_header .menu--shylock p {
	color: #FFF;
}


.menu-block.sticky_header #header {
	position: absolute;
	background: transparent;
}

.menu-block #header, .menu-block.sticky_header_block #header,
.blog.menu-block.sticky_header #header  {
	position: relative;
	background: #303030;
}

.error404.sticky_header #header {
	position: absolute;
	background: transparent;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/*--------------------------------------------------------------
##  Header
--------------------------------------------------------------*/
.menu {
	line-height: 1;
}

.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu--shylock > ul > li {
	display: inline-block;
}

.menu-item {
	display: block;  	
}


.menu-item .child-menu {
	left: 0;
	position: absolute;
	top: 135%;
	width: 200px;
	visibility: hidden;
	z-index: 999;
	opacity: 0;
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	background: none 0 0 repeat scroll #000;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	text-align: left;
	border-top: 2px solid #0d50aa;
}

.menu-item a {
	font-size: 14px;  	
	display: block;
	padding: 31px 0;
	cursor: pointer;
	user-select: none;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	color: #303030;
	position: relative;
	margin: 0 1em; 
	transition: color 0.4s;
	font-weight: 500;
	font-family: Montserrat,Helvetica,Arial,sans-serif
}

.sticky_header .menu-item a {
	color: #FFF;
}

.menu-item a:hover,
.menu-item a:focus {
	outline: none;
	text-decoration: none;
}


#menu-header-menu ul {
	text-align: left;
}

#menu-header-menu .current-menu-item a,
#menu-header-menu .current-menu-item a:hover,
#menu-header-menu .current-menu-item a:focus {
	color: #0d50aa;
}

#menu-header-menu .current-menu-item a::before {
	transition-delay: 0s;
}

#menu-header-menu a:hover,
#menu-header-menu a:focus {
	color: #0d50aa;
}

.sticky_header #menu-header-menu a:hover,
.sticky_header #menu-header-menu a:focus {
	color: #bbb;
}

#menu-header-menu a:hover::before,
#menu-header-menu a:focus::before {
	transform: scale3d(1, 1, 1);
	transition-delay: 0s;
}

#menu-header-menu a::before,
#menu-header-menu a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	transform: scale3d(0, 1, 1);
	/*transform-origin: center left;*/
	transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#menu-header-menu a::before {
	background: #0d50aa;
	transition-delay: 0.4s;
}

#menu-header-menu a::after {
	background: #0d50aa;
}

.share-menu {
	display: flex;
	margin-left: 30px;
	align-items: center;
}

.share a {
	color: #0d50aa;
}

.share i {
	font-size: 20px;
	line-height: 30px;
	margin-right: 10px;
}

.menu-toggle {
	position: relative;
	width: 30px;
	height: 16px;
	float: right;
	margin: 6px;
	visibility: hidden;
	display: none;
}

.menu-toggle:hover {
	cursor: pointer;
}

.menu-toggle > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 2px;
	background-color: #000;
	transition: all 0.5s ease-in-out;
}

.sticky_header .menu-toggle > div {	
	background-color: #fff;	
}


.menu-block .menu-toggle > div {
	background: #303030;
}

.menu-block.sticky_header .menu-toggle > div {
	background: #FFF;
}

.menu-toggle > div:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}

.menu-toggle > div:nth-child(3) {
	top: auto;
	bottom: 0;
}

.menu-toggle.active > div:nth-child(1) {
	-ms-transform: translateY(10px) rotate(135deg);
	transform: translateY(10px) rotate(135deg);
}

.menu-toggle.active > div:nth-child(2) {
	opacity: 0;
}

.menu-toggle.active > div:nth-child(3) {
	-ms-transform: translateY(-12px) rotate(-135deg);
	transform: translateY(-12px) rotate(-135deg);
}


.gp-socicon-Search {
	font-size: 18px;
	line-height: 28px;
	color: #303030;
	position: relative;
}

.sticky_header .gp-socicon-Search {
	color: #FFF;
}



.share-menu .search-btn {
	margin-right: 10px;
	position: relative;
}


.gp-socicon-Search:hover, .gp-socicon-Search:focus {
	color: #0d50aa;
}

.top-menu {
	background: #151515 !important;
}

.top-menu .info span {
	height: 35px;
	width: 35px;
	line-height: 35px;
	background: #0d50aa;
	text-align: center;
	display: inline-block;
	position: relative;
}

.top-menu .info span:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #0d50aa;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}

.top-menu .info span i {
	color: #fff;
}

.top-menu .info p {
	display: inline-block;
	margin: 0 10px;
	color: #FFF;
	position: relative;
}

.top-menu .info p:first-child:after {
	position: absolute;
	content: '';
	height: 14px;
	width: 2px;
	background: #777777;
	right: -13px;
	top: 6px;
}

.top-menu .info p i {
	color: #0d50aa;
	margin-right: 5px;
}

.top-link .gp-social-link {
	padding: 0;
	list-style: none;
	margin: 0;
}

.top-link .gp-social-link li {
	margin-right: 2px;
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #0d50aa;
	/*transform: skewX(-30deg);*/
}

.top-link .gp-social-link li a {
	color: #fff;
	display: block;
}

.top-link .gp-social-link li a i {
	/*transform: skewX(30deg);*/
}

.top-link .gp-social-link li:hover {
	background-color: #FFF;
}

.top-link .gp-social-link li:hover a {
	color: #0d50aa;
}

.menu__list .menu-item-has-children {
	position: relative;
}

.menu__list .menu-item-has-children .sub-menu {
	position: absolute;
	padding: 15px;
	width: 240px;
	background: #FFF;
	top: 120%;
	left: 0;
	margin: 0;
	border-top: 1px solid #0d50aa;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

#menu-header-menu li .sub-menu li {
	border-bottom: 1px solid #efefef;
}

#menu-header-menu li .sub-menu li:last-child {
	border-bottom: none;
}

#menu-header-menu li .sub-menu li a {
	color: #000;
	margin: 0;
	padding: 6px 0;
	text-transform: capitalize;
	line-height: 1.8;
}

#menu-header-menu li .sub-menu li a:hover {
	color: #0d50aa;
}

#menu-header-menu li .sub-menu li a:after, #menu-header-menu li .sub-menu li a:before {
	display: none;
}

.menu__list .menu-item-has-children > .sub-menu .sub-menu {
	right: -254px;
	top: -3px !important;
	left: auto;
}

.menu__list .menu-item-has-children:hover > .sub-menu {
	opacity: 1;
	top: 100%;
	visibility: visible;
	z-index: 20;
}



#header.navbar-small .menu__list .menu-item a:hover {
	color: #0d50aa;
}


.page-template-homepage #header {
	position: absolute;
	background: rgba(0,0,0,0.3);
	border-bottom: 0;
}

.page-template-homepage #header #menu-main-menu > li > a {
	color: #FFF
	text-transform: uppercase;
}


.page-template-homepage #menu-main-menu li .sub-menu li a {
	color: #202020;
}


.page-template-homepage #header.navbar-small .menu__list .menu-item a:hover {
	color: #0d50aa;
}

.page-template-homepage #header .site-logo .logo-light {
	display: block;
}

.page-template-homepage #header .site-logo .logo-dark {
	display: none;
}

.page-template-homepage #header.navbar-small .site-logo .logo-light {
	display: none;
}

.page-template-homepage #header.navbar-small .site-logo .logo-dark {
	display: block;
}

.page-template-homepage #header.navbar-small {
	background: #FFF;
	position: fixed;
}

.page-template-homepage #header.navbar-small #menu-main-menu > li > a {
	color: #202020
}

/*--------------------------------------------------------------
##  Banner
--------------------------------------------------------------*/
/* Banner */
.banner {
	height: 100vh;
	background-size: cover;
	position: relative;
}

.headind-wrap .head-subtitle {
	font-size: 30px;
	margin: 0;	
	font-weight: 700;
	color: #303030;
	line-height: 30px;	
}

.headind-wrap h1,
.headind-wrap h2,
.headind-wrap h3,
.headind-wrap h4,
.headind-wrap h5,
.headind-wrap h6 {
	margin: 0;
}

.headind-wrap h1.head-title {
	font-size: 	70px;
	color: #303030;
	margin: 0;	
	line-height: 70px;
}

.headind-wrap h2.head-typed-title {
	font-size: 60px;
	color: #303030;
	margin: 0;	
	line-height: 60px;
}
.headind-wrap .head-typed-title span.typed-title {
	color: #0d50aa;
}

.static-banner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.static-banner-content h4 {
	font-size: 30px;
	color: #FFF;
	margin: 0;
}

.static-banner-content h2 {
	font-size: 80px;
	line-height: 90px;
	color: #FFF;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
	margin: 0 0 20px 0;
}

.static-banner-content h2 span {
	color: #0d50aa;
}

.static-banner-content p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 40px;
}

.static-banner-content .gp-btn {
	padding: 14px 40px;
	font-size: 16px;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #FFF;
}

.static-banner-content .gp-btn:hover {
	border-color: #0d50aa;
}

.static-banner-content .btn-active {
	margin-left: 20px;
	background: #0d50aa;
	border-color: #0d50aa;
}

.static-banner-content .btn-active:hover {
	color: #000;
	border-color: #fff;
}

.static-banner-content .btn-active:hover:before {
	background: #FFF;
}

@media screen and (max-width: 768px) {
	.headind-wrap h1.head-title {
		font-size: 40px !important;
		line-height: 45px !important;
	}

	.headind-wrap .head-subtitle {
		font-size: 20px !important;
	}

	.menu-toggle {
		display: block;
		visibility: visible;
	}

}	



/*--------------------------------------------------------------
##  About
--------------------------------------------------------------*/

.box-icon-one {
	margin-bottom: 50px;
}

.box-icon-one .box-icon {
	float: left;
	height: 40px;
	width: 40px;
	color: #0d50aa;
}

.box-icon-one .box-icon i {
	font-size: 30px;
}

.box-icon-one .content {
	margin-left: 40px;
}

.box-icon-one .content h4 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 5px;
}

.box-icon-one .box-icon .content p {
	font-size: 14px;
}

.ab-thumb {
	margin: 0 auto;
	position: relative;
	z-index: 999;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.ab-thumb:before {
	position: absolute;
	content: '';
	height: 450px;
	width: 500px;
	border: 5px solid #dcdcdc;
	right: -20px;
	bottom: -20px;
	z-index: -2;
}

.ab-thumb img {
	width: 100%;
	height: auto;
	z-index: 100;
}

.profile-info {
	padding-bottom: 15px;
	border-bottom: 2px solid #0d50aa;
	margin-bottom: 20px;
}

.profile-info .profile-title {
	font-size: 30px;
	text-transform: uppercase;
	color: #0d50aa;
	font-weight: 700;
	margin: 0;
}

.profile-info .profile-position {
	font-size: 20px;
	margin: 0;
}

.profile-list {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
}

.profile-list li {
	margin-bottom: 15px;
}

.profile-list li .title {
	width: 150px;
	float: left;
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 0;
	color: #131313;

}

.profile-list li p {
	line-height: 16px;
}

.profile-list li a {
	text-decoration: none;
	color: #757575
}

.profile-list li a:hover {
	color: #0d50aa
}

.profile-list li .title span {
	float: right;
}

.profile-list li .cont {
	color: #757575;
	font-size: 18px;
	margin-left: 15px;
}

.dwn-btn {
	padding: 13px 0;
	width: 200px;
	text-align: center;
	border: 1px solid #333;
	font-size: 15px;
	color: #333;
	display: inline-block;
	border-radius: 30px;
	font-weight: 600;
}

.dwn-btn i {
	margin-right: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.dwn-btn:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
}

.hire-btn {
	margin-left: 20px;
	background: #0d50aa;
	border-color: #0d50aa;
	color: #FFF;
}

.hire-btn:hover {
	border-color: #333;
}

/*--------------------------------------------------------------
##  Feature Box
--------------------------------------------------------------*/
/* Feature Item One */

.feature-item-one {
	margin-bottom: 30px;
	max-width: 600px;

}

.feature-item-one .icon-container {
	float: left;
	height: 60px;
	width: 60px;
	text-align: center;
}

.feature-item-one .icon-container i {
	font-size: 40px;
	color: #0d50aa;
}

.feature-item-one .content {
	margin-left: 65px;
}

.feature-item-one .content h4 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0;	
}

.feature-item-one .content p {
	font-size: 17px;
	color: #777;
}

/* Feature Item Two */

.feature-item-two {
	background: #383838;
	padding: 60px 25px 30px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out;
	max-width: 400px;
	margin: 0 auto 70px;
}

.feature-item-two .content h4 {
	color: #0d50aa;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;	
}

.feature-item-two .content p {
	font-size: 16px;
	color: #d2d2d2;
	line-height: 1.6;
}

.feature-item-two .icon-container {
	height: 70px;
	width: 70px;
	border: 1px solid #0d50aa;
	margin: 0 auto;
	position: absolute;
	top: -35px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.15s ease-in-out;
}

.feature-item-two .icon-container i {
	position: absolute;
	z-index: 100;
	font-size: 30px;
	color: #FFF;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.feature-item-two .icon-container:before {
	position: absolute;
	content: '';
	margin: auto;
	height: 60px;
	width: 60px;
	background: #0d50aa;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transition: all 0.15s ease-in-out;
}

.feature-item-two:hover {
	background: #111;
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.12);
}

.feature-item-two:hover .icon-container:before {
	height: 69px;
	width: 69px;
}

.feature-item-two:hover p {
	color: #FFF;
}

/* Feature Item Theree */

.icon-box.top  {	
	max-width: 400px;
	padding: 30px;
	transition: all 0.3s ease-in-out;
	margin: 0 auto 20px;
}

.icon-box.top  h4 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 15px;	
}

.icon-box.top.top-center {
	text-align: center;
}

.icon-box.top  h4:after {
	position: absolute;
	content: '';
	height: 2px;
	width: 40px;
	background: #0d50aa;	
	bottom: 0;	
	transition: all 0.3s ease-in-out;
}

.icon-box.top.top-center {
	text-align: center;
}

.icon-box.top.top-left {
	text-align: left;
	
}

.icon-box.top.top-right {
	text-align: right;

}

.icon-box.top.top-center h4:after{
	left: 50%;
	transform: translateX(-50%);
}

.icon-box.top.top-right h4:after{
	right: 0;
	
}

.icon-box.top.top-left h4:after{
	left: 0;
	
}

.icon-box .icon-box-img {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.icon-box h4, .icon-box p, .icon-box i {
	transition: all 0.3s ease-in-out;
	/*-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}


.icon-box.top  p {
	font-size: 17px;
	color: #777;
	line-height: 26px;
}

.icon-box.top  .icon-container {
	line-height: 1;
}

.icon-box.top  .icon-container i {
	color: #bbb;
	font-size: 50px;

}

/*.icon-box.top:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px);
	background: #FFF;
	border-radius: 5px;
}
*/
.icon-box.top :hover h4:after {
	width: 70px;
}

.icon-box.top :hover .icon-container i {
	color: #0d50aa;
}

.transparent_row .icon-box.top  h4 {
	color: #FFF;

}

.transparent_row .icon-box.top  .icon-container i {
	color: #FFF;
}

.transparent_row .icon-box.top  p {
	color: #f3f3f3;
}

.icon-box.top .icon-container.bg_circle:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
}

.icon-box.top .icon-container.bg_circle,
.icon-box.top .icon-container.bg_circle_co {
	height: 120px;
	width: 120px;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
	position: relative;
}

.icon-box.top .icon-container.bg_circle_co {
	background: #0d50aa;
}

.icon-box.top .icon-container.bg_circle_co i {
	color: #FFF !important;
}

.icon-box.top .icon-container.bg_circle i,
.icon-box.top .icon-container.bg_circle_co i {
	font-size: 45px !important;
	line-height: 120px !important;
	transition: all 0.3s ease-in-out;
}

.icon-box.top.top-center .icon-container.bg_circle, 
.icon-box.top.top-center .icon-container.bg_circle_co,
.icon-box.top.top-center .icon-container.bg_squere,
.icon-box.top.top-center .icon-container.bg_squere_co {
	margin: 0 auto;
}


.icon-box.top .icon-container.bg_squere,
.icon-box.top .icon-container.bg_squere_co {
	height: 80px;
	width: 80px;
	border: 1px solid #0d50aa;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.icon-box.top .icon-container.bg_squere_co {
	background: #0d50aa;
	border: none;
}

.icon-box.top .icon-container.bg_squere i,
.icon-box.top .icon-container.bg_squere_co i {
	font-size: 40px !important;
	line-height: 90px !important;
}

.icon-box.top .icon-container.bg_squere_co i {
	color: #FFF !important;
}

.icon-box.top:hover .icon-container.bg_squere {
	background: #0d50aa;
}

.icon-box.top:hover .icon-container.bg_squere i {
	color: #FFF;
}


/* Feature Item Four */

.feature-item-four {
	margin-bottom: 30px;
}

.feature-item-four .icon-container {
	height: 55px;
	width: 55px;
	background: #0d50aa;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 15px;

}

.feature-item-four .icon-container i {
	font-size: 25px;
	color: #FFF;
	line-height: 55px;
}

.feature-item-four h4 {
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-top: 0;	
	font-weight: 500;
}

.feature-item-four p {
	font-size: 16px;
	color: #777;
	line-height: 1.6;
}

/* Feature Item Five */

.feature-item-five {
	float: left;
	width: 180px;
	height: 180px;
	background: #f7f7f7;
	text-align: center;
	padding: 58px 0;
	transition: all 0.3s ease-in-out;
}

.feature-item-five:nth-child(1), .feature-item-five:nth-child(3), .feature-item-five:nth-child(5) {
	background: #f7f7f7;
}

.feature-item-five:nth-child(2), .feature-item-five:nth-child(4), .feature-item-five:nth-child(6) {
	background: #eff4f3;
}

.feature-item-five .fea-icon {
	margin-bottom: 15px;
}

.feature-item-five .fea-icon i {
	font-size: 30px;
}

.feature-item-five h4 {
	font-size: 16px;
	font-weight: 300;
	color: #1d1d1a;
	margin-top: 0;	
}

.feature-item-five:hover {
	background: #0d50aa;
}

.feature-item-five:hover .fea-icon i {
	color: #FFF;
}

.feature-item-five:hover .content h4 {
	color: #FFF;
}

/* Feature Item Six */

.feature-item-six {
	margin: 0 auto 50px;
	max-width: 400px;
}

.feature-item-six .icon-container {
	margin-bottom: 5px;

}

.feature-item-six .icon-container i {
	font-size: 35px;
	color: #0d50aa;
}

.feature-item-six h4 {
	font-size: 24px;
	font-weight: 300;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;	
}

.feature-item-six h4:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: #0d50aa;
}

.feature-item-six p {
	font-size: 17px;
	color: #777;
}

/* Feature Item Eight */

.icon-box.top.box-border-botom {	
	max-width: 400px;
	padding: 70px 30px;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #eee;
	border-bottom: 5px solid #0d50aa;
	margin-bottom: 30px;
}

.icon-box.top.box-border-botom h4 {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	margin-top: 22px;	
}

.icon-box.icon-left-side, .icon-box.icon-right-side {
	padding: 10px;
	margin-bottom: 20px;
}

.icon-box.icon-left-side .icon-container {
	float: left;
	line-height: 1;
	border-radius: 50%;
	text-align: center;
	font-size: 40px; 
	color: #0d50aa;   
}

.icon-box.icon-left-side .icon-container.bg_circle_co, 
.icon-box.icon-right-side .icon-container.bg_circle_co,
.icon-box.icon-left-side .icon-container.bg_circle, 
.icon-box.icon-right-side .icon-container.bg_circle {
	background: #0d50aa;
	color: #FFF;
	height: 70px;
	width: 70px;
	line-height: 75px;
	border: 1px solid #f9f9f9;
	font-size: 30px;
	text-align: center;	
}

.icon-box.icon-left-side .icon-container.bg_circle, 
.icon-box.icon-right-side .icon-container.bg_circle {
	border: none;
	position: relative;	
	background: transparent;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out;
}

.icon-box.icon-left-side .icon-container.bg_squere_co, 
.icon-box.icon-right-side .icon-container.bg_squere_co {
	background: #0d50aa;
	color: #FFF;
	height: 70px;
	width: 70px;
	line-height: 75px;	
	font-size: 35px;
	text-align: center;	
	border-radius: 3px;
}


.icon-box.icon-left-side .icon-container.bg_circle, .icon-box.icon-left-side .icon-container.bg_circle_co,
.icon-box.icon-left-side .icon-container.bg_squere, .icon-box.icon-left-side .icon-container.bg_squere_co {
	margin-right: 20px;
}

.icon-box .icon-container.bg_circle:before, 
.icon-box .icon-container.bg_circle:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #f5f5f5;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

.icon-box .icon-container.bg_circle:after, 
.icon-box .icon-container.bg_circle:after {
	position: absolute;
	content: '';	
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}

.icon-box.top .icon-container.bg_circle:after, 
.icon-box.top .icon-container.bg_circle:after {		
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;	
}


.icon-box.icon-left-side .icon-container.bg_circle i, 
.icon-box.icon-right-side .icon-container.bg_circle i {	
	color: #0d50aa;
	font-size: 25px;
	transition: all 0.3s ease-in-out;
	z-index: 30;
}

.icon-box.icon-left-side:hover .icon-container.bg_circle, 
.icon-box.icon-right-side:hover .icon-container.bg_circle {
	background: #0d50aa;
	
}

.icon-box.icon-left-side:hover .icon-container.bg_circle:before, 
.icon-box.icon-right-side:hover .icon-container.bg_circle:before {
	border-color: #0d50aa;
}

.icon-box.icon-left-side:hover .icon-container.bg_circle i, 
.icon-box.icon-right-side:hover .icon-container.bg_circle i {	
	color: #FFF;	
}



.icon-box.icon-left-side .icon-container .animated-icon {
	width: 50px;	
	float: left;
}

.icon-box.icon-right-side .icon-container .animated-icon {
	width: 50px;	
	float: right;
}

.icon-box.icon-left-side .icon-box-img {
	float: left;
}

.icon-box.icon-right-side .icon-box-img {
	float: right;
}

.icon-box.icon-left-side .content {
	margin-left: 65px;
}


.icon-box.icon-right-side .bg_circle, .icon-box.icon-right-side .bg_circle_co, .icon-box.icon-right-side .bg_squere {
	margin-left: 20px;
}


.icon-box.icon-right-side .content {
	margin-right: 65px;
	text-align: right;
}

.icon-box.icon-left-side .content p, .icon-box.icon-right-side .content p {
	font-size: 15px;
	line-height: 25px;
}

.icon-box.icon-left-side .content h4, .icon-box.icon-right-side .content h4 {
	margin: 0 0 10px;
	font-weight: 600;
	color: #4c4c4c;
}

.icon-box.box-bg .icon-container{
	background: #fff;
	height: 70px;
	width: 70px;
	line-height: 75px;
	font-size: 30px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.icon-box.icon-left-side .icon-container.bg_squere {
	line-height: 76px;
}

.icon-box.icon-left-side .icon-container.bg_squere, 
.icon-box.icon-right-side .icon-container.bg_squere {
	height: 70px;
	width: 70px;
	text-align: center;
	color: #0d50aa;
	border: 1px solid #0d50aa;
	border-radius: 3px;
	font-size: 35px;
}

.icon-box.icon-left-side:hover .icon-container.bg_squere,
.icon-box.icon-right-side:hover .icon-container.bg_squere {
	background: #0d50aa;
	color: #FFF;
}

.icon-box.box-outline .icon-container {
	border: 1px solid #e5e5e5;
	height: 70px;
	width: 70px;
	line-height: 75px;
	font-size: 30px;
}

.icon-box.icon-right-side .icon-container {
	float: right;    
	border-radius: 50%;
	text-align: center;
	font-size: 40px;
	line-height: 76px;
	text-align: right;
}

.icon-box.top.box-border-botom p {
	font-size: 17px;
	color: #777;
	line-height: 26px;
}

.icon-box.top.box-border-botom .icon-container i {
	color: #0d50aa;
	font-size: 60px;
	line-height: 1;
}


.icon-box.top.box-border-botom:hover h4:after {
	width: 70px;
}

.icon-box.top .icon-container .animated-icon {
	width: 50px;	
	line-height: 1;	
	height: 60px;
}

.icon-box.top .icon-container.bg_circle .animated-icon {
	width: 40px;
	height: 90px
} 

.icon-box.top.top-center .icon-container .animated-icon  {
	margin: 0 auto;
}

.icon-box.top.top-right .icon-container .animated-icon  {
	margin-left: 85%;	
}

.icon-box.top.top-center .icon-container .animated-icon  {
	margin: 0 auto;
}

.transparent_row .icon-box.top.box-border-botom h4 {
	color: #FFF;
}

.transparent_row .icon-box.top.box-border-botom .icon-container i {
	color: #FFF;
}

.transparent_row .feature-item-eight p {
	color: #f3f3f3;
}

/*--------------------------------------------------------------
##  Prosess Step
--------------------------------------------------------------*/
.prosses-box {
	padding: 40px;
	background: #0d50aa;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.prosses-box .prosess-number {
	font-size: 60px;
	color: #FFF;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.prosses-box  .content {
	z-index: 1;
}

.prosses-box .title {
	font-size: 25px;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}

.prosses-box p {
	font-size: 16px;
	color: #FFF;
	transition: all 0.3s ease-in-out;
}

.prosses-box i {
	font-size: 200px;
	color: rgba(255,255,255,0.1);
	position: absolute;
	z-index: 2;
	right: 11px;
	bottom: 0;
	line-height: 205px;
	transition: all 0.3s ease-in-out;
}



/*--------------------------------------------------------------
##  Intro Video
--------------------------------------------------------------*/
.pinacop-intro-video {
	font-size: 20px;
	color: #ccc;
	font-style: italic;
}


.video-btn {
	background-color: transparent;	
	appearance: none;
	border: none;
	outline: none;
	cursor: pointer;	
	transition: all 0.25s ease-out;
	position: relative;
	display: inline-block;
	font-size: 52px;
	width: 92px;
	height: 92px;
	vertical-align: middle;
	border: 2px solid #fff;	
	border-radius: 50%
}
.video-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background-color: #fff;	
	transition: all 0.5s cubic-bezier(0.275, 0.885, 0.32, 2.875);
	transform: scale(.9, .9);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	visibility: hidden;
	content: '';
}
.video-btn:after {
	position: absolute;
	top: 50%;
	left: 50%;   
	transform: translate3d(-35%, -45%, 0);   
	filter: blur(0);
	border-style: solid;
	border-width: 14px 0 14px 25px;
	border-color: transparent transparent transparent #ffffff;
	content: ' ';  
	transition: all 0.25s ease-out;
}
.video-btn:hover,.video-btn:focus,.video-btn:active,.video-btn:focus:active {
	outline:none
}
.video-btn:hover:before,.video-btn:focus:before,
.video-btn:active:before,.video-btn:focus:active:before {

	transform:scale(1.1, 1.1);
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity:1;
	visibility:visible
}

.video-btn:hover:after,.video-btn:focus:after,
.video-btn:active:after,.video-btn:focus:active:after {
	border-color: transparent transparent transparent #0d50aa
}


.intro-title {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 30px;
}

.pinacop-intro-video p {
	color: #fff;
	font-size: 16px;
	margin: 0;		
}


/*--------------------------------------------------------------
##  Video Modal
--------------------------------------------------------------*/
.pinacop-modal-video {
	max-height: 600px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 15px 40px rgba(0,0,0,0.2);
	max-width: 750px;
	margin: 0 auto;
}

.pinacop-modal-video img { 
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out;
}

.pinacop-modal-video:hover img {
	transform: scale(1.1);
}

.pinacop-modal-video .video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #0d50aa;
	height: 80px;
	width: 80px;
	outline: none;
	border: 0;
}

.pinacop-modal-video .video-btn:before {
	background: #0d50aa
}

.pinacop-modal-video .video-btn i {
	color: #fff;
	line-height: 80px;
	z-index: 1;
}

.pinacop-modal-video .video-btn:hover:after,.pinacop-modal-video .video-btn:focus:after,
.pinacop-modal-video .video-btn:active:after,.pinacop-modal-video .video-btn:focus:active:after {
	border-color: transparent transparent transparent #0d50aa
}

.pinacop-modal-video .video-btn:hover:after,.pinacop-modal-video .video-btn:focus:after,
.pinacop-modal-video .video-btn:active:after,.pinacop-modal-video .video-btn:focus:active:after {
	border-color: transparent transparent transparent #FFF;
}

/*--------------------------------------------------------------
##  Pinacop FAQ
--------------------------------------------------------------*/

@media screen and (min-width: 737px) {
	.pinacop_faq_560 .pinacop_faq_group {
		max-width: 560px;
	}
}
.pinacop_faq_item {
	margin-bottom: 30px;
	display: block;
}
.pinacop_faq_item .pinacop_faq_content {
	display: block;
	overflow: hidden;
	padding: 27px 20px 0;
}
.pinacop_faq_item .pinacop_faq_content ul {
	padding: 5px 0 0 0;
}
.pinacop_faq_item h4 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	padding: 14px 30px 14px 70px;
	border: 1px solid #eeeff0;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
@media screen and (max-width: 768px) {
	.pinacop_faq_item h4 {
		font-size: 14px;
	}
}
.pinacop_faq_item h4:hover {
	background: #3c60dc;
	color: #ffffff;
	border-color: #3c60dc;
}
.pinacop_faq_item h4:hover:before {
	color: #ffffff;
}
.pinacop_faq_item h4:hover img {
	opacity: 0;
	filter: alpha(opacity=0);
}
.pinacop_faq_item h4:hover img.hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.pinacop_faq_item h4:before {
	content: "\f3d0";
	right: 17px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	font-size: 18px;
	color: #3c60dc;
	font-family: "Ionicons";
}
.pinacop_faq_item h4 img {
	max-width: 25px;
	position: absolute;
	left: 24px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.pinacop_faq_item h4 img.hover {
	opacity: 0;
	filter: alpha(opacity=0);
}
.pinacop_faq_item.open_faq .pinacop_faq_content {
	display: block;
}
.pinacop_faq_item.open_faq h4 {
	background: #3c60dc;
	color: #ffffff;
	border-color: #3c60dc;
}
.pinacop_faq_item.open_faq h4:before {
	content: "\f3d8";
	color: #ffffff;
}
.pinacop_faq_item.open_faq h4 img {
	opacity: 0;
	filter: alpha(opacity=0);
}
.pinacop_faq_item.open_faq h4 img.hover {
	opacity: 1;
	filter: alpha(opacity=100);
}


.panel-group .panel+.panel {   
	border: 1px solid #dadada;
	border-radius: 5px;
}

.panel-group .panel {
	margin-bottom: 10px;
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #dadada;
	border-radius: 5px;
	overflow: hidden;
}

.panel-group .panel-heading {
	padding: 0;
	background: #FFF;
	border: 0;
}

.panel-group .panel-heading .panel-title {
	color: #303030;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0;
	transition: all 150ms ease-in-out;
	/*border: 1px solid #f3f3f3;*/
}

.panel-group .panel-title > a {
	display: block;
	padding: 14px 20px 14px 20px;
	color: #303030;	
	position: relative;
	
}

.panel-group .panel-title > a img {
	margin-right: 15px;	
}

.panel-title a img.hover {
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}

.panel-title a img.attachment-thumbnail {
	opacity: 1;
}


.panel-active .panel-title  a img.attachment-thumbnail, .panel-title a img.hover {
	opacity: 0;
}

.panel-active .panel-title a img.hover {
	opacity: 1;
}

.panel-group .panel-active a,
.panel-group .panel-title > a:hover,
.panel-group .panel-title > a:focus {
	/*background: #0d50aa;*/
	border: 0;
	color: #0d50aa;
	position: relative;
	text-decoration: none;
}

/*.panel-group .panel-title > a:hover {
	background: #0d50aa;
	color: #FFF;
}
*/
.panel-group .panel-active a:after {
	left: 25px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: 0;
	background: #FFF;
}

.panel-body {
	padding: 0 20px 20px;
	background: #f5f5f5;
}

.acc-border-radius .panel-group .panel-title,
.acc-border-radius .panel-group .panel-active a,
.acc-border-radius .panel-group .panel-title > a:hover,
.acc-border-radius .panel-group .panel-title > a:focus {
	border-radius: 30px;
}

.acc-border-radius .panel-body {
	background: transparent;
}

.panel-title > a:before {
	content: "\f107";
	display: block;
	position: absolute;
	font-size: 25px;
	top: 6px;
	right: 20px;
	z-index: 9;
	font-family: FontAwesome;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


.panel-title > a.collapsed:before {
	content: "\f105";
	display: block;
	position: absolute;
	top: 6px;
	right: 20px;
	z-index: 9;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-family: FontAwesome;
}


/* Pinacop Tab */
.pinacop-tab .pin-tab-nav {
	margin: 0;
	padding: 0;	
	list-style: none;
	border-bottom: 1px solid #0d50aa;
}

.pinacop-tab .pin-tab-nav li {
	display: inline-block;
	margin-right: -6px;
}

.pinacop-tab .pin-tab-nav li a {
	padding: 14px 16px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #303030;
	font-weight: 500;
	letter-spacing: 1px;
	
}

.pinacop-tab .pin-tab-nav li a:hover, .pinacop-tab .pin-tab-nav li.active a {
	background: #0d50aa;
	color: #FFF;
}

.pinacop-tab .tab-content {
	padding: 20px;
	background: #FFF;
}

.pinacop-tab .tab-content p {
	font-size: 16px;
}

.pinacop-tab .tab-pane.active {
	animation: fadeIn .75s ease forwards;
}

.pinacop-tab-two .pin-tab-nav {
	margin: 0 20px 0 0;
	padding: 0;
	list-style: none;
	width: 20%;
	float: left;

}



.pinacop-tab-two .pin-tab-nav li {	
	background: #141933;	
	text-align: center;
	margin-bottom: 5px;
	transition: all 0.3s ease-in-out;
	
}

.pinacop-tab-two .pin-tab-nav li a {
	color: #FFF;
	padding: 14px 20px;
	display: block;
}

.pinacop-tab-two .pin-tab-nav li:hover, .pinacop-tab-two .pin-tab-nav li.active {
	background: #0d50aa;
}

.pinacop-tab-two .tab-content p {
	font-size: 16px;
}

.tab-des, .tab-thumd {
	float: left
}


.tab-des {
	width: 47%;
	padding: 0 50px 0 20px; 
}

.tab-thumd {
	width: 30%;
	
}

.tab-des h3 {
	margin-top: 0;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
}


@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		-webkit-transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
	}
	to {
		opacity: 0;
		transform: translate3d(0, -20px, 0);
		-webkit-transform: translate3d(0, -20px, 0);
	}
}

.tab-thumd img {
	margin-top: 47px;
}
.pinacop-tab-two .tab-pane.active {
	animation: fadeIn .75s ease forwards;
}


@media screen and (max-width: 768px) {
	.pinacop-tab-two .pin-tab-nav {
		width: 100% !important;
	}

	.tab-des {
		width: 70%;
	}
}

@media screen and (max-width: 500px) {

	.tab-des, .tab-thumd {
		width: 100%;
	}

	.tab-thumd {
		padding: 10px;
	}
}


/*--------------------------------------------------------------
##  Pricing
--------------------------------------------------------------*/

.pricing-item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	-ms-flex: 0 1 330px;
	flex: 0 1 330px;
	max-width: 400px;
	margin: 0 auto 20px;
}

.pricing-feature-list {
	text-align: left;
}

.pricing-action:focus {
	outline: none;
}

.gp-pricing .pricing-item {
	padding: 0 0 3em;
	color: #fff;	
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.gp-pricing .pricing-item .pricing__sentence {
	margin-bottom: 35px;
	color: #f5f5f5;
}

.gp-pricing .pricing-item .pricing-price {
	font-size: 2em;
	font-weight: bold;
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0.75em;
	cursor: default;
	color: #333;
	background: #1a181b;
	transition: color 0.3s;
}



.gp-pricing .pricing-item .pricing-title {
	font-size: 35px;
	font-weight: 600;
	line-height: 1;
	margin: 0 auto;
	padding: 1em 1em 0;

}

.gp-pricing .pricing-item .pricing__amp {
	padding: 0.15em 0 0.1em;
	color: #0f0e0f;
}

.gp-pricing .pricing-item:hover .pricing-price {
	color: #0d50aa;
}

.gp-pricing .pricing-item:hover .pricing-price .pricing__period {
	color: #333;
}

.gp-pricing .pricing-price::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: #0d50aa;
	transition: transform 0.3s, opacity 0.3s;
	transform: translate3d(-150%, 0, 0) skewX(40deg);
}

.gp-pricing .pricing-item:hover .pricing-price::before {
	opacity: 1;
	transform: translate3d(0, 0, 0) skewX(0deg);
}

.gp-pricing .pricing__period {
	font-size: 0.5em;
	font-weight: normal;
	display: block;
	color: #848484;
}

.gp-pricing .pricing-feature-list {
	margin: 0;
	padding: 2em 5em;
	list-style: none;
	color: #ccc;
}

.gp-pricing .pricing-feature-list li {
	font-size: 16px;
	line-height: 28px;
}


.pricing-action .gp-btn {
	color: #0d50aa;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	border: 2px solid #0d50aa;
	padding: 14px 27px;
	display: inline-block;
	border-radius: 4px;
	background: transparent;
	margin-right: 0;
}

.pricing-action .gp-btn:hover:before, .pricing-action .gp-btn:focus:before {
	background: #0d50aa;
	
}

.pricing-action .gp-btn:hover, .pricing-action .gp-btn:focus {
	color: #FFF;
}


.gp-pricing .pricing-item.pricing-box-two {
	background: rgba(0, 0, 0, 0.1);
	padding: 40px 0;
	margin-bottom: 30px;
	border-radius: 10px;
}

.gp-pricing .pricing-item.pricing-box-two:hover {
	background: #FFF;
	box-shadow: 0 20px 30px rgba(0,0,0,0.05);
}

.gp-pricing .pricing-item.pricing-box-two.active {
	background: #FFF;
	position: relative;
	border-radius: 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	z-index: 20;
}

.gp-pricing .pricing-item.pricing-box-two.active:before {
	position: absolute;
	content: '';
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: all 0.3s ease-in-out;
}

.gp-pricing .pricing-item.pricing-box-two.active:after {
	position: absolute;
	content: '';
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: #FFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-title {
	color: #000;
	font-size: 20px;
	text-align: center;
	padding: 0;
	font-weight: 700;
	margin-bottom: 30px;
}

.gp-pricing .pricing-box-two .pricing-price:before {
	display: none;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-price-wrap {
	margin-bottom: 30px;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-price-wrap .pricing__sentence {
	display: none;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-price {
	background: transparent;
	padding: 0;
	font-size: 50px;
	line-height: 50px;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-price .pricing__currency {
	margin-right: -10px;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-price .pricing__period {
	font-size: 14px;
	line-height: 14px;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-feature-list {
	padding: 0 45px;
	text-align: center;
	margin-bottom: 30px;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-feature-list li {
	font-size: 17px;
	line-height: 34px;
	color: #000;
	position: relative;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-feature-list li:last-child {
	border-bottom: none;
}

.gp-pricing .pricing-item.pricing-box-two .pricing-action {	
	border-radius: 30px;
	padding: 0.8em 2em;
}

.gp-pricing .pricing-item.pricing-box-two:hover .pricing-price .pricing__period {
	color: #848484;
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode {
	background: #0d50aa;
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode:before,
.gp-pricing .pricing-item.pricing-box-two.active.dark-mode:after {
	background: #0d50aa;
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode .pricing-price {
	color: #fff;
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode .pricing__period {
	color: rgba(255,255,255,0.8);
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode .pricing-feature-list li {
	color: rgba(255,255,255,0.9);
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode .pricing-title {
	color: #FFF;
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode  .pricing-action .gp-btn {
	border: 2px solid #FFF;
	color: #FFF;
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode  .pricing-action .gp-btn:before {
	background: #FFF;
}

.gp-pricing .pricing-item.pricing-box-two.active.dark-mode  .pricing-action .gp-btn:hover {
	color: #000;
}

.pricing-box-one {
	background: #FFF;
	border-radius: 20px;
	border: 1px solid #e0e0e0;
	text-align: center;
	padding-bottom: 20px;
	box-shadow: 0 10px 50px rgba(0,0,0,0.1);
	overflow: hidden;
}

.pricing-box-one .pricing-header {
	background: #141933;
	height: 180px;
	border-bottom-left-radius: 200%;
	border-bottom-right-radius: 200%;
	padding-top: 30px;   

}

.pricing-box-one.active {
	z-index: 20;
}

.pricing-box-one.active .pricing-header {
	background: #0d50aa;
}


.pricing-box-one .pricing-header .pricing-title {
	color: #FFF;
	margin: 0;
	font-size: 30px;

}

.pricing-box-one .pricing-price h3 {
	margin: 0;
	font-size: 50px;
	margin-top: 30px;
	line-height: 50px;
}

sup {
	font-size: 60%;
}

.pricing-box-one .pricing-header .pricing__sentence {
	color: #FFF;
	margin: 0;
}

.pricing-box-one .pricing__period {
	font-size: 12px;
}

.pricing-box-one .pricing-price {
	position: relative;   
	overflow: hidden;    
	background: #ffffff;
	transition: color 0.3s;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: -70px;
	box-shadow: 0 10px 50px rgba(0,0,0,0.2);
}

.pricing-box-one .pricing-feature-list {
	margin: 0;    
	list-style: none;
	color: #1f1e1e;
	text-align: center;
	margin-top: 10px;
	padding: 0 80px;
}

.pricing-box-one .pricing-feature-list li {
	font-size: 18px;
	line-height: 25px;
	padding: 7px;
	border-bottom: 1px solid #f7f7f7;
	color: #303030;
}

.pricing-box-one .pricing-feature-list li:last-child {
	border-bottom: none;
	
}

.pricing-box-one .pricing-action {
	background: transparent;
	padding-top: 0;
	border: none;
}

.pricing-box-one .pricing-action .gp-btn {
	display: inline-block;
	margin-top: 20px;
	color: #FFF;
	border: none;
	background: #141933;
	margin-bottom: 20px;
	margin-right: 0;
}


/*--------------------------------------------------------------
##  Blog
--------------------------------------------------------------*/
.blog {
	background: #f2f2f2;
}

.blog-post {
	background: #232427;
	margin: 0 auto;
	border-radius: 10px;
}

.blog-post > a img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.blog-post-light {
	background: #FFF;
	border: 1px solid #f3f3f3;
	margin: 0 auto 30px;
	max-width: 450px;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}

.blog-post-light:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.blog-post-light .blog-post-content .entry-title a {
	color: #333;
}

.blog-post-light .blog-post-content .entry-title a:hover {
	color: #0d50aa;
}

.blog-post-light .blog-post-content p {
	color: #444;
}

.blog-post-light .blog-post-content .post-meta li a i {
	color: #333;
}

.blog-post-light .post-footer {
	display: none;

}

.blog-style-one .post-meta {
	margin-bottom: 0;	
}

/*.blog-style-one {
	background: #fff;
}*/

.blog-thumb img {
	max-width: 100%;
	display: block;  	
	width: auto;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.feature-img-wrap {
	position: relative;
}

.feature-img-wrap .date-box {
	position: absolute;
	right: 20px;	
	bottom: 20px;
	height: 60px;
	width: 60px;
	background: #0d50aa;
	text-align: center;	
	border-radius: 4px
}

.feature-img-wrap .date-box span {
	display: block;	
	color: #fff;
	font-weight: 700;	
}

.blog-post-content {
	padding: 20px 20px 15px 20px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.blog-post-content .entry-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
	margin-top: 0;	
	font-weight: 600;	
}

.blog-post-content .entry-title a {
	text-decoration: none;
	color: #202020;
	transition: all 0.3s ease-in-out;  		
	text-transform: capitalize;
}

.blog-post-content .entry-title a:hover {
	color: #0d50aa;
}

.post-meta {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.post-meta li {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.post-meta li:after {
	position: absolute;
	content: '/';
	right: -13px;
	line-height: 12px;
	top: 5px;
}

.post-meta li:last-child:after {
	display: none;
}

.post-meta li a {
	color: #999;
}

.post-meta li a i {
	margin-right: 5px;
	color: #0d50aa;
}

.post-meta li a:hover {
	color: #0d50aa;
	text-decoration: none;
}

.blog-post-content .post-meta li {
	margin-right: 5px;
}

.blog-post-content .post-meta li:after {
	display: none;
}

.post-content {
	padding-bottom: 10px;
	border-bottom: 1px solid #d6d6d6;

}

.post-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-content ul li {
	font-weight: 600;
	color: #202020;
}

.post-content p {
	color: #a5a5a5;
}

.post-footer {
	margin-top: 15px;
}

.post-footer .categories {
	display: inline-block;
}

.post-footer .categories i {
	color: #0d50aa;
}

.post-footer .categories span {  	
	color: #fff;
}

.post-footer .categories a {
	display: inline-block;
	margin-left: 5px;
	text-decoration: none;
	color: #b3b3b3;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	text-transform: capitalize;

}

.post-footer .categories a:hover {
	color: #0d50aa;
}

.post-footer .post-status {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

.post-footer .post-status li {
	display: inline-block;
	margin-left: 10px;
}

.post-footer .post-status li a {
	color: #303030;
	text-decoration: none;
}
.post-footer .post-status li a i {
	color: #0d50aa;
}

.post-footer .post-status li a i {
	margin-right: 5px;
}

.post-footer .post-status li a:hover {
	color: #0d50aa;
}

.read-more-btn {
	color: #303030;
	display: block;
	font-style: italic;
	font-size: 15px;
}

.read-more-btn:hover {
	color: #0d50aa;
}

.blog-post-light .read-more-btn {
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
}

.read-more-btn:hover, .read-more-btn:focus {
	color: #0d50aa;
	text-decoration: underline;

}

.page-template-blog-page .blog-post {
	background: #FFF
}

.page-template-blog-page .blog-post .entry-title a {
	color: #333;
}

.page-template-blog-page .blog-post .entry-title a:hover {
	color: #0d50aa
}

.page-template-blog-page .blog-post .post-content p {
	color: #656565
}

.page-template-blog-page .blog-post .post-meta li a i {
	color: #333;
}

.page-template-blog-page .blog-post .read-more-btn {
	color: #333;
}

.page-template-blog-page .blog-post .post-footer .categories span {
	color: #333;
}

.page-template-blog-page .blog-post .post-footer .post-status li a {
	color: #333;
}

.page-template-blog-page .blog-post .post-footer .post-status li a:hover {
	color: #0d50aa
}

/* Blog Post List & Grid*/

.blog-grid {
	display: flex;
	flex-wrap: wrap;
}

.blog-items {
	width: calc(50% - 10px);
	margin-bottom: 20px;
}



.blog-items.item {
	width: calc(33% - 10px);	

}

@media screen and (max-width: 768px) {

	.blog-items, .blog-items.item {		
		width: calc(50% - 10px);

	}

	.gp-content-wrap {
		padding: 0;
	}
}

@media screen and (max-width: 500px) {

	.blog-items, .blog-items.item {		
		width: calc(100% - 10px);

	}
}



.pinacop_blog_post_list .blog-post, .blog-grid .blog-post {
	background: #FFF;
	transition: all 0.3s ease-in-out;
}

.blog-grid .blog-post:hover {
	box-shadow: 0 10px 15px rgba(0,0,0, 0.07);
}

.pinacop_blog_post_list .post-meta li a span, .blog-grid .post-meta li a span {			
	vertical-align: middle;
}


.pinacop_blog_post_list .post-meta li a i, .blog-grid .post-meta li a i {
	color: #0d50aa;
	vertical-align: middle;
}

.gp-content-wrap:not(.pinacop_single_post) .blog-post.sticky {
	background: #fafafa;
}

.gp-content-wrap:not(.pinacop_single_post) .blog-post.sticky > .blog-post-content .entry-title a{
	color: #0d50aa;
}

.pinacop_blog_post_list .post-content p, .blog-grid .post-content p {
	color: #656565;
}

.pinacop_blog_post_list .read-more-btn, .blog-grid .read-more-btn {
	color: #0d50aa;
}



.pinacop_blog_post_list .post-footer .categories span, .blog-grid .post-footer .categories span {
	color: #333;
}

.pinacop_blog_post_list .post-footer .categories a, .blog-grid .post-footer .categories a {
	color: #737373;
}

.pinacop_blog_post_list .post-footer .categories a:hover, .blog-grid .post-footer .categories a:hover {
	color: #0d50aa;
}

.pinacop_blog_post_list .post-footer .post-status li a, .blog-grid .post-footer .post-status li a {
	color: #333;
}

.pinacop_blog_post_list .post-footer .post-status li a:hover, .blog-grid .post-footer .post-status li a:hover {
	color: #0d50aa;
}

.pinacop_inside_page {
	padding: 100px 0;  	
}

.container.pinacop_inside_page.list-full-width {
	max-width: 950px;
	margin: 0 auto;
	width: 100%;
}

/*=========  Blog Single  ==========*/

.pinacop_page_header {
	height: 600px;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	background-color: #676767;

}

.banner-title {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.banner-title h1 {
	color: #FFF;
	font-weight: 700;
	font-size: 50px;
	position: relative;	  
	line-height: 1em;  
	margin: 0 0 10px 0;  

}

.banner-title h3 {
	font-size: 18px;	
	font-weight: 500;	
	color: rgba(255,255,255,0.9);
	margin-top: 0;	
	margin-bottom: 10px;	
}

.pinacop_breadcrumbs > span {
	color: #f3f3f3;
	font-weight: 500;
	font-size: 20px;
}

.pinacop_breadcrumbs span a {
	color: #f5f5f5;
}

.pinacop_breadcrumbs span a:hover {
	color: #0d50aa;
	text-decoration: none;

}

.blog-fullwidth {
	max-width: 950px;
	margin: 0 auto;
}


.entry-header > .entry-meta .updated:not(.published) {
	display: none;
}

.post-thumbnail img {
	max-width: 100%;
	clear: both;
	display: block;

}

.single, .category, .search, .archive {
	background: #fafafa;
}

.page-template-blog-page .main-content-area {
	padding: 50px 0;
	background: #fafafa;
}

.entry-meta {
	margin-top: 20px;
}

.search-results .entry-meta {
	margin-top: 0;
}

.search-no-results .content-area {
	text-align: center;
}

.search-results .entry-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.search-no-results .content-area p {
	color: #7b7b7b;
	width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.search-no-results .content-area .gp-btn {
	background: transparent;
	border: 1px solid #e7e7e7;
	color: #28262b;
	border-radius: 30px;
	padding: 14px 30px;
}

.search-no-results .content-area .gp-btn i {
	margin-left: 15px;
}

.search-no-results .content-area .gp-btn:hover {
	color: #FFF;
}

.search-no-results .content-area .gp-search-btn {
	display: none;
}

.search-no-results .content-area .form-search .gp-socicon-Search {
	color: #202020;
}

.entry-meta a {
	text-decoration: none;
	color: #848484;
}

.entry-meta a:hover {
	color: #0d50aa;
}

.pinacop_single_post .entry-title {
	font-weight: 700;
	color: #333;
	margin: 0 0 20px 0;
	font-size: 28px;
	line-height: 32px;
}

.entry-content  > p > img {
	/*width: 100%;*/
	height: auto;
}

.entry-content .aligncenter {
	margin-bottom: 15px;
}

.entry-content > h1, .entry-content > h2. .entry-content > h3, 
.entry-content > h4, .entry-content > h5, .entry-content > h6 {
	margin-bottom: 14px;
}

.entry-content p a {
	color: #0d50aa;
}

.entry-content blockquote {
	padding: 20px;
	background: #f1f1f1;
	border-left: 4px solid #0d50aa;
	margin: 25px 0;
	font-size: 18px;
	font-style: italic;
}

.entry-content blockquote p {
	color: #333;
	line-height: 28px;
	font-weight: 400;
	font-size: 16px;
}

.entry-content blockquote p a {
	color: #202020;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.entry-content blockquote p a:hover {
	color: #0d50aa;
}

/*.entry-content > ul, .entry-content > ul ul {  	
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 40px;
	}*/

	.entry-content ul li {
		position: relative;
		line-height: 2;
		/*padding-left: 25px;*/
		/*margin: 10px 0;*/
		color: #3b3b3b;
	}

	.entry-content > ol {
		padding: 0 0 0 20px;
	}

	.entry-content > ul > li li {
		position: relative;
		line-height: 2;  	
		margin: 5px 0;
		color: #3b3b3b;

	}

	.entry-content > ul > li li li {
		line-height: 2;
	}


	.entry-content ol li {
		line-height: 28px;
	}

	.entry-content ul li a {
		color: #202020;
		font-weight: 500;
	}

	.entry-content ul li a:hover {
		color: #0d50aa;
	}


	code {
		padding: 2px 4px;
		font-size: 90%;
		color: #0d50aa;
		background-color: #fff;
		border-radius: 4px;
	}

	#gallery-1 {
		margin: auto;
	}

	#gallery-1 .gallery-item {
		float: left;
		margin-top: 10px;
		text-align: center;
		width: 33%;
	}

	.gallery-item img {
		margin-bottom: 15px;
	}

	#gallery-1 .gallery-caption {
		margin-left: 0;
	}

	.gallery-caption {
		font-size: 15px;
		margin-bottom: 0;
		font-weight: 400;
	}

	address, blockquote .small, blockquote footer, blockquote small, dd, dt, pre {
		line-height: 1.42857143;
	}

	address, dl {
		margin-bottom: 20px;
	}

/*.gallery.gallery-columns-4 .gallery-item {
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
*/
.entry-tcs {
	margin-bottom: 20px;
	margin-top: 40px;	
	background: #f3f3f3;
}

.post-share {
	margin: 20px;
}

.entry-tcs span {
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.entry-tcs .screen-reader-text {
	display: none;
}

.entry-tcs .share-items {
	margin-left: 10px;
	margin-right: 0;
	color: #333;
}

.entry-tcs .post-share .share-trigger {
	margin-right: 0;
}

.entry-tcs .post-share {
	float: right;
}

.entry-tcs span a {
	color: #333;
	text-decoration: none;
	font-weight: 600;
}

.entry-tcs .cat-lists {
	color: #0d50aa;
	margin: 20px;
}

.pinacop_blog_post_list {
	background: #FFF;
	margin-bottom: 20px;
	transition: all 0.35s ease-in-out;
}

.pinacop_blog_post_list:hover {
	box-shadow: 0 10px 15px rgba(0,0,0, 0.07)
}

/*Blog Quote */
.pinacop-quote-block-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	margin-bottom: 45px;
	padding: 42px 44px 23px;
	background-color: #f3f3f3;
}

.pinacop-quote-block-holder-inner .pinacop-text-main {
	position: relative;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	text-align: left;
	padding-bottom: 0;
}

.pinacop-mark {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 42px;
	top: 0;
	left: -8px;
	vertical-align: top;
	text-align: left;
	font-size: 45px;
	color: #676767;
}

.pinacop-quote-block-holder-inner .pinacop-quote-holder {
	position: relative;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
}

.pinacop-quote-holder-inner .pinacop-title {
	margin-bottom: 19px;
	position: relative;
	font-family: Montserrat,sans-serif;
	font-size: 19px;

	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0;
}

.pinacop-quote-holder-inner .pinacop-title a {
	color: #858585;
	text-decoration: none;
}

.pinacop-quote-holder-inner .pinacop-title a:hover {
	color: #0d50aa;
}

.pinacop-quote-holder-inner .pinacop-quote-author {
	margin: 10px 0 19px;
	display: inline-block;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	position: relative;
	font-weight: 600;
}

.pinacop-quote-holder-inner .pinacop-quote-author a {
	color: #000;
	text-decoration: none;
}

.pinacop-quote-holder-inner .pinacop-quote-author a:hover {
	color: #0d50aa;
}

.pinacop-quote-holder-inner .pinacop-quote-author:before {
	position: absolute;
	content: '-';
	left: -10px;
	top: 0;
}

.content-area .entry-content iframe {
	width: 100%;
	min-height: 450px;
	height: 100%; 
}

/* Single Post */
.single-post .entry-tcs .cat-lists a {
	padding: 2px 12px;
	margin-left: 5px;
	border-radius: 30px;
	font-size: 10px;
	text-transform: uppercase;
	background: #e7e7e7;
	color: #797979;
	display: inline-block;
	margin: 3px;
}

.single-post .entry-tcs .cat-lists a:hover {
	background: #0d50aa;
	color: #FFF;
	border-color: #0d50aa;
}

.entry-tcs span i {
	margin-right: 5px;
	color: #0d50aa;
}

.entry-tcs span a:hover {
	color: #0d50aa;
}

.pinacop_single_post .entry-header .entry-meta .post-meta .screen-reader-text {
	display: none;
}

.pinacop_single_post .entry-content form.post-password-form input[type=password] {
	display: block;
	padding: 0 10px;
	height: 40px;
	background-color: transparent;
	border: 1px solid #999;
	outline: none;
}

.pinacop_single_post .entry-content form.post-password-form input[type=submit] {
	background-color: #272727;
	border: none;
	color: #FFF;
	height: 40px;
	padding: 0 14px;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	transition: all 0.3s ease-in-out;
	vertical-align: middle;
}

.pinacop_single_post .entry-content form.post-password-form input[type=submit]:hover {
	background: #0d50aa;
	color: #FFF;
}

.share-trigger {
	font-size: 16px;
	color: #0d50aa;
	font-weight: 700;
}

.share-trigger .sharer-items {
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}

.share-trigger .share-items .gp-share-btn {
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	border-radius: 50%;
	font-size: 14px;
}

.entry-tcs span .gp-share-btn i {
	margin-right: 0;
}

.share-trigger .share-items .gp-share-btn i {
	color: #FFF;
}

.share-trigger .share-items .gp-share-btn:hover {
	background: #0d50aa;
}

.facebook-bg {
	background: #305fb3;
}

.google-plus-bg {
	background: #d7482a;
}

.twitter-bg {
	background: #5eaade;
}

.linkedin-bg {
	background: #0077B5;
}

.profile_content .profile_name {
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;
}

.profile_content .profile_bio {
	font-size: 15px;
	color: #000;
}

.profile_content .gp-social-link {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
}

.post-navigation {
	padding: 30px 0;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}

.nav-links:before {
	display: table;
	content: " ";
}

.nav-links:after {
	clear: both;
	display: table;
	content: " ";
}

.comments-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 18px;
	font-family: "Montserrat", sans-serif;
}

.reply-title {
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0;
}

#reply-title {
	font-weight: 600;
	font-size: 22px;
	font-family: "Montserrat", sans-serif;
}

.pinacop_post_author_box {
	padding: 15px;
	border: 1px solid #dcdcdc;
	margin: 20px 0;
	background: #f3f3f3;
}

.pinacop_post_author_box .profile_image {
	float: left;
	border-radius: 50%;
}

.pinacop_post_author_box .profile_image img {
	border-radius: 50%;
}

.pinacop_post_author_box .profile_content {
	margin-left: 110px;
}

.profile_content .gp-social-link li {
	display: inline;
}

.profile_content .gp-social-link li a {
	display: inline-block;
	color: #797979;
	font-size: 16px;
	margin-right: 7px;
}

.profile_content .gp-social-link li a:hover {
	color: #0d50aa;
}

/* Search Result */
.search-results .search-items {
	background: #FFF;
	padding: 20px;
	margin-bottom: 20px;
}

.search-results .search-items .entry-tcs {
	margin: 20px 0 0;
}

.entry-header .entry-title a {
	color: #333;
	text-decoration: none;
}

.entry-header .entry-title a:hover {
	color: #0d50aa;
}


/* Comment Form */

.comment-form {
	margin-bottom: 50px;
}

.comment-form p textarea, .comment-form p input {
	width: 100%;
	padding: 10px;
}

.comment-form p input {
	height: 45px;
	background-color: transparent !important;
	padding: 10px;
	margin-bottom: 0 !important;
	border: 1px solid #ababab;
}

.form-submit {
	text-align: right;
}

.comment-form p .submit {
	width: 260px;
	text-align: center;
	background: #333 !important;
	color: #FFF;
	transition: all 0.3s ease-in-out;
	height: 45px;
	text-transform: uppercase;
	border: none;
	border-radius: 3px;
}

.comment-form p .submit:hover {
	background: #0d50aa !important;
	color: #FFF;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.comment-author img {
	float: left;
	margin-right: 10px;
}

.comment-author .fn {  		
	text-transform: uppercase;
	font-weight: 700;
	font-style: inherit;
}

.comment-author  .says {
	display: none;
}

.comment-body {
	position: relative;
	background: #FFF;
	padding: 15px 10px;
	margin-bottom: 20px;
	min-height: 100px;
	border-radius: 3px;
}

.comment-body .comment-meta {
	margin-left: 10px;
	position: relative;
}

.comment-body .comment-meta a {
	color: #333;
	text-decoration: none;
	font-size: 12px;
}

.comment-body .comment-meta a:hover {
	color: #0d50aa;
}

.comment-author {
	position: relative;
	margin-right: 15px;
}

.comment-author:before {
	content: '/';
	position: absolute;
	right: -8px;
	top: 0;
	font-size: 12px;
	line-height: 16px;
}

.comment-body .comment-content {
	margin-left: 90px;
}

.comment-body .comment-author, .comment-body .comment-metadata {
	display: inline;
}

.comment-body .reply {
	right: 20px;
	position: absolute;
	bottom: 10px
}

.comment-list .children {	
	list-style: none;
}

.comment-body .reply .comment-reply-link {
	padding: 5px 12px;
	color: #FFF;
	background: #333;
	font-size: 12px;
	text-decoration: none;
}

.comment-body .reply .comment-reply-link:hover {
	background: #0d50aa;
}

/*--------------------------------------------------------------
##  Testimonial
--------------------------------------------------------------*/
.testimonial {
	overflow: hidden;
	position: relative;
}

.testimonial-one {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.testimonial-one .testi-content {
	text-align: center;
}

.testimonial .tm-control {
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.testimonial .tm-control .tm-prev, .testimonial .tm-control .tm-next {
	height: 200%;
	width: 35px;
	/*border: 1px solid #FFF;*/
	text-align: center;
	transition: all 0.3s ease;
	position: absolute;
	top: 30%;
	z-index: 1111;
	cursor: pointer;
	background: #333;
	line-height: 30px;
}

.testimonial .tm-control .tm-prev i, .testimonial .tm-control .tm-next i {
	font-size: 25px;
	color: #FFF;
	line-height: 30px;
	margin-left: -9px;
}

.testimonial .tm-control .tm-prev:hover, .testimonial .tm-control .tm-next:hover {
	background: #0d50aa;
	border-color: #0d50aa;
}

.testimonial .tm-control .tm-next {
	right: -35px;
}

.testimonial .tm-control .tm-prev {
	left: -35px;
}

.testimonial:hover .tm-control {
	opacity: 1;
}

.testimonial:hover .tm-next {
	right: 0;
}

.testimonial:hover .tm-prev {
	left: 0;
}

.testimonial-slider {
	text-align: center;
}

.testi-content p {
	color: #b3b3b3;
	font-size: 16px;
	letter-spacing: 0.05em;	
	width: 60%;
	margin: 0 auto 20px auto;
}

.testimonial-one .testi-content p {
	color: #FFF;
	font-size: 20px;
}

.testi-content i {
	font-size: 40px;
	color: #f1f1f1;
	opacity: 0.6;
}

.testi-content h4 {
	color: #0d50aa;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;
}

.testi-content span {
	color: #FFF;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
}

.testimonial-one .client-details .avatar {
	height: 100px;
	width: 100px;
	margin: 0 auto 20px auto;
	border-radius: 50%;
	overflow: hidden;
}

.testimonial-one .client-details .avatar img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.testimonial-one .client-details h4 {
	color: #FFF;
	font-size: 20px;
	margin-bottom: 0;
	font-weight: 600;
}

.testimonial-one .client-details span {
	color: #FFF;
	opacity: 0.6;
}

.testimonials_carousel_pagination {
	margin-top: 20px;
}

.testimonials_carousel_pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 3px;
	background: #656565;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	
}

.testimonials_carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonials_carousel_pagination .swiper-pagination-bullet:hover {
	background: #0d50aa;
}

.transparent_row .testimonials_carousel_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.transparent_row .testimonials_carousel_pagination .swiper-pagination-bullet:hover {
	background: #FFF;
}

.testimonial-two .testi-content, .testimonial-three .testi-content {
	border: 1px solid #fff;
	text-align: left;
	padding: 25px 20px 45px 20px;
	background: rgba(255, 255, 255, 0.3);
}

.testimonial-two .testi-content i, .testimonial-three .testi-content i {
	display: none;
}

.testimonial-two .testi-content p, .testimonial-three .testi-content p {
	width: 100%;
	margin-bottom: 0;
	font-size: 18px;
	color: #f1f1f1;
	line-height: 28px;
}

.testimonial-two .client-details, .testimonial-three .client-details {
	text-align: left;
	margin-top: -30px;
	margin-left: 20px;
}

.testimonial-two .client-details .avatar, .testimonial-three .client-details .avatar {
	height: 100px;
	width: 100px;
	border: 5px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 10px;
	border-radius: 0;
}

.testimonial-two .client-details .avatar img, .testimonial-three .client-details .avatar img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.testimonial-two .client-details h4, .testimonial-three .client-details h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 600;
}

.testimonial-two .client-details span, .testimonial-three .client-details span {
	color: rgba(255,255,255,0.8);
}

.testimonial-three .client-details .avatar {
	float: left;
}

.testimonial-three .client-details h4 {
	display: inline-block;
	margin-top: 40px;
	margin-left: 10px;
}

.testimonial-three .client-details span {
	display: block;
	margin-left: 110px;
	line-height: 14px;
}

.testimonial-four .swiper-slide {
	background: #FFF;
	padding: 40px 30px;
	text-align: center;
	border-radius: 15px;
}

.testimonial-four .client-details h4 {
	margin-bottom: 0;
	color: #0d50aa;
	margin-top: 10px;
	font-weight: 600;
}

.testimonial-four .testi-content p {
	width: 100%;
	color: #333;
}

.testimonial-four .avatar {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	margin: 0 auto;
}

.testimonial-four .avatar img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}

/*--------------------------------------------------------------
##  Register Form
--------------------------------------------------------------*/
#register-form p span {
	width: 22.5%;
	float: left;
	display: inline-block;
	margin: 0 15px;
	margin-bottom: 30px;	
}


#register-form p input {
	width: 100%;
	height: 50px;
	border: none;	
	border-radius: 30px;
	padding: 10px 20px;
	outline: none;
	color: #303030;
	background: #FFF;
}

#register-form p span select {
	height: 50px;
	padding: 10px 20px;
	border-radius: 30px;
	outline: none;
	color: #303030;
	background: #FFF;
	width: 100%;
}

#register-form p .gp-btn {
	height: auto;
	max-width: 250px;
	margin: 30px auto 0;
	display: block;	
	padding: 13px 20px;
	font-size: 16px;
	background: #0d50aa;
	border: 2px solid #FFF;
	color: #FFF;
}

#register-form p .gp-btn:hover {
	background: #FFF;
	color: #303030;
}

#register-form p .gp-btn:before {
	background: #FFF;
}


/*--------------------------------------------------------------
##  Pie Chart
--------------------------------------------------------------*/
.pie_chart {
	text-align: center;
}

.chart {
	display: block;
	position: relative;
}

.piechart-icon {
	position: absolute;
	height: 60px;	
	width: 60px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	
}

.piechart-icon i {
	font-size: 45px;
	line-height: 60px;
	color: #0d50aa;
}

.pie_chart .title {
	text-transform: none;
	font-size: 18px;
	margin-top: 0;
	font-weight: 700;
	margin-top: 20px;
	line-height: 22px;
	margin-bottom: 10px;
}

#single-page .pie_chart .desc,
.pie_chart .desc {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 15px;
}

.pie_chart .pc-link a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.pie_chart .percent_container {
	font-size: 20px;
	position: absolute;
	font-weight: 300;
	letter-spacing: -2px;
	top: 55px;
	width: 100%;
	left: 0;
	line-height: 50px;
}

.pie_chart .piechart-customimg {
	max-height: 45px;
	position: absolute;
	top: 60px;
	width: 100%;
	left: 0;
}

.pie_chart .piechart-customimg img {
	max-height: 45px;
	width: auto;
}

.pie_chart .percent_container .percent {
	font-size: 40px; 
	margin-right: 5px;
}




/*--------------------------------------------------------------
##  Portfolio
--------------------------------------------------------------*/

.pinacop-portfolio {
	/** Filters **/
	/** Portfolio content **/
	/*padding: 0 10px;*/
}

.pinacop-portfolio .pinacop-portfolio-filter {
	margin-bottom: 45px;
	padding-left: 0;
}

.pinacop-portfolio .pinacop-portfolio-filter:before, .pinacop-portfolio .pinacop-portfolio-filter:after {
	content: "";
	display: table;
}

.pinacop-portfolio .pinacop-portfolio-filter:after {
	clear: both;
}

.pinacop-portfolio .pinacop-portfolio-filter.light .filter-item .but {
	color: #333;
	background: transparent !important;
	transition: all 0.3s ease-in-out;
}

.pinacop-portfolio .pinacop-portfolio-filter.light .filter-item .but:hover, .pinacop-portfolio .pinacop-portfolio-filter.light .filter-item .but.activbut {
	color: #0d50aa;
	text-decoration: underline;
}

.pinacop-portfolio .pinacop-portfolio-filter.dark .filter-item .but {
	color: #141414;
}

.pinacop-portfolio .pinacop-portfolio-filter .filter-item {
	display: inline-block;
}

.pinacop-portfolio .pinacop-portfolio-filter .filter-item:last-child {
	margin-right: 0;
}

.pinacop-portfolio .pinacop-portfolio-filter .filter-item .but {
	background-color: transparent;
	border: 2px solid transparent;
	padding: 7px 12px;
	font: 500 13px 'Montserrat', sans-serif;
	color: #141414;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	transition: all 0.3s ease-in-out;
}

.pinacop-portfolio .pinacop-portfolio-filter .filter-item .but.activbut, .pinacop-portfolio .pinacop-portfolio-filter .filter-item .but:hover {
	color: #ffffff;
	background: #0d50aa;
	border-radius: 30px;
}

.pinacop-portfolio .pinacop-portfolio-content:before, .pinacop-portfolio .pinacop-portfolio-content:after {
	content: "";
	display: table;
}

.pinacop-portfolio .pinacop-portfolio-content:after {
	clear: both;
}

.pinacop-portfolio .pinacop-portfolio-content .grid-sizer {
	width: 1px;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	height: auto;
	/*height: 360px;*/

	/** On/Off gatter **/
}

.item-size-hight-wide {
	width: 49.94% !important;
}

.item-size-hight {
	width: 24.98% !important;
}

.item-size-hight-wide-one {
	width: 39.99% !important;
}

.item-size-one {
	width: 19.9% !important;
}

.item-size {
	width: 24.98% !important;
}

.box_width_conten .item-size {
	width: 25% !important;
}

.box_width_conten .item-size-hight {
	width: 25% !important;
}

.box_width_conten .item-size-hight-wide {
	width: 50% !important;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .portfolio-wrapper {
	background-size: cover;
	background-position: center center;
	height: 100%;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .portfolio-wrapper {
	/*transform: scale(1.07);*/
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item.col-w-5 {
	width: 20%;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .layer {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item.off_gutter .layer {
	left: 0;
	right: 0;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .item-img {
	display: block;
	max-width: 100%;
	height: 100%;
	width: 100%;	
	transition: all 0.3s ease-in-out;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer {
	height: 100%;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: all .3s ease-out;	
}


.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer {
	position: absolute;
	top: 52%;
	-webkit-transform: translateY(-52%);
	transform: translateY(-52%);
	width: 100%;	
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .item-title {
	font-weight:  700;
	font-size: 18px;	
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	transform: translateY(-30px);
	opacity: 0;
	transition: all 0.4s;
}


.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .item-category {
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	color: #fff;
	text-transform: lowercase;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 0;
	transform: translateY(30px);
	opacity: 0;
	transition: all 0.4s;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .icon-item,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-item {
	transform: translateX(-20px);
} 

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .icon-link,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-link {
	transform: translateX(20px);
} 

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .icon-item,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .icon-link {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 45px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: 16px;
	transition: all .3s ease-out;
	color: #000;
	font-size: 18px;
	opacity: 0;
	transition: all 0.5s;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .icon-item:hover,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .icon-link:hover {
	background: #0d50aa;
	text-decoration: none;
	color: #FFF;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.default .content-layer .icon-item {
	margin-right: 15px;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern {
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 186, 162, 0.7);*/
	display: block;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-item,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-link {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 51px;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	transition: all .3s ease-out;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-item:hover,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-link:hover {
	background-color: #333;
	text-decoration: none;
	color: #FFF;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-item:hover:after,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-link:hover:after {
	color: #fff;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-layer .icon-item {
	margin-right: 15px;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-title {
	position: absolute;	
	bottom: 30px;
	left: 10%;
	text-align: center;	
	transition: all 0.3s ease-in-out;
	opacity: 0;
	width: 80%;
	height: 100px;
	background: #FFF;
	padding: 27px 0;
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	transform: translateY(30px);
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .layer .overlay-item.modern .content-title .item-title, 
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .layer .overlay-item.modern .content-title .item-category {

	transform: scale(1);
	opacity: 1;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .item-img {
	transform: scale(1.1);
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .layer .overlay-item.modern .content-title {
	transform: translate(0);
	opacity: 1;
}


.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .overlay-item.default .content-layer .item-title,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .overlay-item.default .content-layer .item-category,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .overlay-item.default .content-layer .icon-item,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .overlay-item.default .content-layer .icon-link,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .layer .overlay-item.modern .content-layer .icon-item,
.pinacop-portfolio .pinacop-portfolio-content .portfolio-item:hover .layer .overlay-item.modern .content-layer .icon-link {
	opacity: 1;
	transform: translate(0);
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-title .item-title {
	font-weight: 700;
	font-size: 18px;
	color: #303030;
	margin: 0;
	opacity: 0;
	transform: scale(0.8);
	transition: all .4s ease;
	transition-delay: .3s;

}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-title .item-title:hover {
	color: #0d50aa;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item .layer .overlay-item.modern .content-title .item-category {
	font-weight: 500;
	font-style: italic;
	font-size: 14px;
	color: #989898;	
	margin: 3px 0 0;
	text-transform: lowercase;
	opacity: 0;
	transform: scale(0.8);
	transition: all .4s ease;
	transition-delay: .5s;
}

.pinacop-portfolio .pinacop-portfolio-content .portfolio-item.on_gutter {
	padding-left: 5px;
	padding-right: 5px;
}


.pinacop-portfolio .pinacop-portfolio-content .portfolio-item.off_gutter {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}

.pinacop-portfolio .btn-portfolio {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font: 900 15px 'Lato', sans-serif;
	color: #fff;
	background-color: #fe2a27;
	border: 1px solid #fe2a27;
	padding: 16px 117px 16px 117px;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin-top: 69px;
	outline: none;
}

.pinacop-portfolio .btn-portfolio:hover {
	background-color: rgba(254, 42, 39, 0.9);
}

.mfp-counter {
	font: 400 16px 'Lato', sans-serif;
	color: #fff;
}

.portfolio {
	padding: 100px 0;
	background: #fafafa;
}

.portfolio-thumb img {
	width: 100%;
}

.portfolio-header .portfolio-title {
	margin-top: 0;
	font-size: 28px;
	margin-bottom: 20px;
}

.meta-portfolio {
	margin: 40px 0 0 ;
	padding: 30px 0;
	list-style: none;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.meta-portfolio li {
	line-height: 30px;
}

.meta-portfolio li span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	min-width: 180px;
	color: #303030;
}

.portfolio-share-meta {	
	margin: 30px 0;
}

.portfolio-share-meta h4 {
	font-size: 20px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #303030;
}

.portfolio-share-meta h4:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 50px;
	height: 1px;
	background: #0d50aa;	
}

.portfolio-share a {
	height: 40px;
	width: 40px;
	background: #848484;
	display: inline-block;
	color: #FFF;
	line-height: 40px;	
	border-radius: 50%;
	text-align: center;

}

.portfolio-share a:hover {
	background: #0d50aa;
}

.port-nav-wrap {
	margin: 50px 0;
	padding-top: 20px;
	border-top: 1px solid #e8e8e8;
}

.port-nav-next .port-next  {
	float: right;
}

.port-nav-prev a, .port-nav-next a {
	padding: 12px 30px;
	border: 2px solid #303030;
	font-size: 16px;
	width: 120px;
	text-align: center;
	border-radius: 30px;
	display: block;
	color: #303030;
	text-decoration: none;	
}

.port-nav-prev a:hover, .port-nav-next a:hover {
	color: #fff;
	background: #0d50aa;
	border-color: #0d50aa;
}

@media screen and (max-width: 768px) {
	.item-size-one, .item-size-hight-wide-one,
	.item-size, .item-size-hight-wide, .item-size-hight {
		width: 50% !important;
	}
}

@media screen and (max-width: 500px) {
	.item-size-one, .item-size-hight-wide-one,
	.item-size, .item-size-hight-wide, .item-size-hight {
		width: 100% !important;
	}
}



/*--------------------------------------------------------------
##  Choose
--------------------------------------------------------------*/
#my-skills {
	padding: 100px 0;
}

.skills {
	margin-top: 50px;
}

.skills-wrapper {
	max-width: 500px;
	margin: 0 auto;
}

.skills-thumb img {
	width: 100%;
}

.skills-content p {
	color: #000;
	margin-bottom: 80px;
}

.progress {
	border-radius: 0;
	height: 15px;
	margin-bottom: 40px;
	overflow: visible;
	box-shadow: none;
	background-color: #d8d8d8;
}

.skill-bar {
	text-align: left !important;
	margin: 0 !important;
	padding-left: 0;
	list-style: none;
	max-width: 500px;
}

.skill-bar .skill-bar-wrap {
	margin-bottom: 20px;
	box-shadow: none;
}

.skill-bar .progress-bar {
	height: 15px;
	width: 0;
	display: block;
	text-align: right;
	overflow: visible !important;
	position: relative;
	box-shadow: none;
	border-radius: 0 !important;
	opacity: 1;
	background: #0d50aa;
}

.skill-bar .progress-bar:after {
	position: absolute;
	top: -8px;
	right: 5px;
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #0d50aa;
}

.skill-bar .progress-bar .skill-name, .skill-bar .progress-bar .percentage {
	color: #000;
	position: relative;
	top: -25px;
}

.skill-bar .progress-bar .skill-name {
	position: absolute;
	left: 0;
	font-weight: 600;
	font-size: 16px;
}

.transparent_row .progress {
	background-color: #FFF;
}

.transparent_row .skill-bar .progress-bar .skill-name, .transparent_row .skill-bar .progress-bar .percentage {
	color: #FFF;
}

/*--------------------------------------------------------------
##  Countup
--------------------------------------------------------------*/
.countup {
	padding: 70px 0;
	background-size: cover;
}

.countup .section-title h2 {
	color: #FFF;
}

.counter-box-one, .counter-box-two {
	text-align: center;

}

.counter-box-one, .counter-box-two i {
	font-size: 50px;
	color: #FFF;

}

.counter-box-one {
	background: #FFF;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	padding: 30px 20px;
	border-radius: 5px;
}

.counter-box-one .icon-wrap {
	float: left;
	width: 80px;
	border-right: 2px solid #0d50aa;
	text-align: center;	
	padding-right: 10px;
}

.counter-box-one .icon-wrap i {
	font-size: 45px;
	line-height: 1;
	color: #0d50aa;
}

.counter-box-one .content {
	text-align: left;
	margin-left: 95px;
}

.counter-box-one .content h2 {
	text-transform: uppercase;
	font-weight: 700;	
	font-size: 50px;
	margin: 0;
	line-height: 50px;
}

.counter-box-one .content p {
	color: #303030;
	font-size: 18px;
	margin-bottom: 0;
}

.counter .counter-box-two {
	padding: 50px 0;
}

.counter .counter-box-two .value {
	color: #303030;
	font-size: 50px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	font-weight: 700;
}

.counter .counter-box-two .content .title {
	color: #303030;
	font-size: 18px;
	font-weight: 600;
}

.counter .counter-box-two .value:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	background: #0d50aa;
	width: 50px;
	height: 2px;
	transform: translateX(-50%);
}

.counter .counter-box-two .icon-wrap i {
	color: #0d50aa;
}

.counter.dark .counter-box-two .value {
	color: #FFF;
}

.counter.dark  .counter-box-two .content .title {
	color: #fff;
}

.counter.dark .counter-box-two .icon-wrap i {
	color: #FFF;
}


/*--------------------------------------------------------------
##  Service
--------------------------------------------------------------*/

.service-item {
	box-shadow: 0 15px 40px rgba(35, 32, 39, 0.5);
	cursor: pointer;
	max-width: 360px;
	margin: 0 auto 30px auto;
}

.service-item .service-thumb {
	position: relative;
}

.service-item .service-thumb img {
	width: 100%;
}

.service-item .service-thumb .service-header {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.75);
	overflow: hidden;
}

.service-item .service-thumb .service-header:before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 5px solid #fff;
	box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
	content: '';
	opacity: 1;
	transition: all 0.3s ease-in-out;
	transform: scale3d(1, 1, 1);
}

.service-item .service-thumb .service-header .service-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -32%);
	text-align: center;
	width: 80%;
}

.service-item .service-thumb .service-header .service-title h3 {
	margin-bottom: 5px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
	-ms-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
	transition: all 0.3s ease-in-out;
}

.service-item .service-thumb .service-header .service-title span {
	font-size: 16px;
	color: #FFF;
	-ms-transform: translate(0px, 30px);
	transform: translate(0px, 30px);
	transition: all 0.5s ease-in-out;
	position: relative;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.service-item .service-thumb .service-header .service-title span:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px;
	background: #0d50aa;
	content: '';
	transition: all 0.3s ease-in-out;
	transform: translateX(-50%);
}

.service-item .service-thumb .service-header .service-content {
	opacity: 0;
	-ms-transform: translate(0px, 30px) scale(0);
	transform: translate(0px, 30px) scale(0);
	transition: all 0.7s ease-in-out;
}

.service-item .service-thumb .service-header .service-content p {
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}

.service-item:hover {
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.12);
}

.service-item:hover .service-header {
	transform: translateZ(30px);
}

.service-item:hover .service-header:before {
	border: 2px solid #FFF;
}

.service-item:hover .service-header .service-title h3 {
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

.service-item:hover .service-header .service-title span {
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
}

.service-item:hover .service-header .service-content {
	opacity: 1;
	-ms-transform: translate(0, -20px) scale(1);
	transform: translate(0, -20px) scale(1);
}

#service-two {
	margin-top: 80px;
}

.box_icon_two {
	background: #424242;
	padding: 60px 25px 20px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease-in-out;
	max-width: 400px;
	margin: 0 auto 70px;
}

.box_icon_two h3 {
	color: #0d50aa;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.box_icon_two p {
	color: #f5f5f5;
}

.box_icon_two .icon_box {
	height: 70px;
	width: 70px;
	border: 1px solid #0d50aa;
	margin: 0 auto;
	position: absolute;
	top: -35px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.15s ease-in-out;
}

.box_icon_two .icon_box i {
	position: absolute;
	z-index: 100;
	font-size: 35px;
	color: #FFF;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.box_icon_two .icon_box:before {
	position: absolute;
	content: '';
	margin: auto;
	height: 60px;
	width: 60px;
	background: #0d50aa;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	transition: all 0.15s ease-in-out;
}

.box_icon_two:hover {
	background: #000;
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.12);
}

.box_icon_two:hover .icon_box:before {
	height: 69px;
	width: 69px;
}

#service-four .skill-bar {
	margin-top: 70px !important;
}

.feature-item-seven {
	float: left;
	width: 180px;
	height: 180px;
	background: #f7f7f7;
	text-align: center;
	padding: 58px 0;
	transition: all 0.3s ease-in-out;
}

.feature-item-seven:nth-child(1), .feature-item-seven:nth-child(3), .feature-item-seven:nth-child(5) {
	background: #f7f7f7;
}

.feature-item-seven:nth-child(2), .feature-item-seven:nth-child(4), .feature-item-seven:nth-child(6) {
	background: #eff4f3;
}

.feature-item-seven .fea-icon {
	margin-bottom: 15px;
}

.feature-item-seven .fea-icon i {
	font-size: 30px;
}

.feature-item-seven h4 {
	font-size: 16px;
	font-weight: 300;
	color: #1d1d1a;
}

.feature-item-seven:hover {
	background: #0d50aa;
}

.feature-item-seven:hover .fea-icon i {
	color: #FFF;
}

.feature-item-seven:hover .content h4 {
	color: #FFF;
}


.service-title {
	margin-bottom: 30px;
}

.service-title h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
	color: #333;
	position: relative;
	padding-bottom: 10px;
}

.service-title h3:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	background: #0d50aa;
	height: 2px;
	width: 50px;
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
##  Image Box
--------------------------------------------------------------*/

.pinacop-image-box {
	border: 1px solid #f1f1f1;
	max-width: 450px;
	margin: 0 auto 30px;
	background: #fff;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
}

.pinacop-image-box .box-thumb {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.pinacop-image-box .box-thumb img {
	width: 100%;
	height: auto;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition: all 0.3s ease-in-out;
}

.pinacop-image-box .box-header {
	padding: 20px;
}

.pinacop-image-box .box-header h3 {
	font-size: 22px;
	color: #333;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 15px;
	transition: all 0.3s ease-in-out;
}


.pinacop-image-box:hover img {
	transform: scale(1.1);
}

.pinacop-image-box .box-content p {
	font-size: 16px;
	margin-bottom: 20px;	
}

.ib-link {
	margin-bottom: 0 !important;
}

.ib-link a {
	padding: 7px 12px;
	font-size: 12px;
}  


/*--------------------------------------------------------------
##  Countdown
--------------------------------------------------------------*/

.count-wrap {

}

.countdown {
	text-align: center;
	line-height: 48px;
	font-weight: 700;
	color: #fff;
	font-size: 40px;
	display: block;
	width: 700px;
	height: 100px;	
	border-radius: 100px;	
	margin: 0 auto;
	z-index: 99;	
	padding: 0 6px;
	border: 2px solid #FFF;	   
}

.CountdownContent {
	width: 115px;
	height: 70px;
	/*border: 1px solid #ebebeb;*/
	font-size: 50px;
	font-weight: 700;
	border-radius: 90px;
	text-align: center;
	display: inline-block;
	margin: 0 28px;
	letter-spacing: -1px;
	line-height: 85px;
	float: left;
	position: relative;
}
.CountdownContent .CountdownLabel {
	color: #FFF;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	letter-spacing: 0;
	line-height: 1;
	margin-top: -17px;
	width: 100%;
}
.countdown .CountdownSeparator {    
	text-align: center;    
	display: inline-block;    
	float: left;
	margin-top: 72px;
	position: relative;
}

.countdown .CountdownSeparator:after {
	position: absolute;
	left: 0;	
	top: -50px;	
	content: '';
	background: #FFF;
	height: 50px;
	width: 2px;	
}

@media screen and (max-width: 768px) {
	.countdown {
		width: 450px;
		height: 80px;
	}

	.CountdownContent {
		width: 108px;
		font-size: 40px;
		margin: 0;
		height: 70px;
		line-height: 70px;
	}

	.countdown .CountdownSeparator:after {
		top: -58px;
	}
}

@media screen and (max-width: 500px) {
	.countdown {
		width: 350px;
		height: 70px;
		border: none;
	}

	.CountdownContent {
		width: 83px;
		font-size: 35px;
		margin: 0;
		height: 60px;
		line-height: 70px;
	}

	.countdown .CountdownSeparator:after {
		top: -47px;
		height: 40px;
	}


}
/*--------------------------------------------------------------
##  Team
--------------------------------------------------------------*/
#team {
	padding: 100px 0;
	overflow: hidden;
}

.pinacop_team_members-one .team-member {
	position: relative;
	cursor: pointer;
	max-width: 400px;
	margin: 0 auto 20px;
	box-shadow: 0 5px 30px rgba(0,0,0,0.2);
}

.pinacop_team_members-one .team-member .member-img {
	position: relative;
	overflow: hidden;
}

.pinacop_team_members-one .team-member .member-img img {
	width: 100%;
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.3s ease-in-out;
}

.pinacop_team_members-one .team-member .profail {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.pinacop_team_members-one .team-member .profail .content {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	padding: 20px;
}

.pinacop_team_members-one .team-member .profail .content p {
	color: #FFF;
	font-weight: 400;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
	transform: translateY(20px);
	opacity: 0;
}

.pinacop_team_members-one .team-member .team-profail {
	margin-bottom: 20px;
	padding: 0 0 20px 0;
	list-style: none;
	position: relative;
}

.pinacop_team_members-one .team-member .team-profail:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	height: 3px;
	width: 0;
	transition: all 0.3s ease-in-out;
	background: #0d50aa;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pinacop_team_members-one .team-member .team-profail li {
	height: 35px;
	width: 35px;
	background: #FFF;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
}

.pinacop_team_members-one .team-member .team-profail li a {
	color: #000;
	font-size: 16px;
}

.pinacop_team_members-one .team-member .team-profail li a i {
	line-height: 35px;
}

.pinacop_team_members-one .team-member .team-profail li:hover {
	background: #0d50aa;
}

.pinacop_team_members-one .team-member .team-profail li:hover a {
	color: #FFF;
}

.pinacop_team_members-one .team-member:hover .member-img img {
	transform: scale(1);
}

.pinacop_team_members-one .team-member:hover .profail {
	opacity: 0.9;
}

.pinacop_team_members-one .team-member:hover .content p {
	transform: translateY(0);
	opacity: 1;
}

.pinacop_team_members-one .team-member:hover .team-profail:after {
	width: 250px;
}

.pinacop_team_members-one .name {
	text-align: center;
	background: #FFF;
	padding: 15px 0;
}

.pinacop_team_members-one .name h3 {
	color: #444;
	font-weight: 500;
	margin: 0;
	font-size: 20px;
}

.pinacop_team_members-one .name p {
	margin-bottom: 0;
	font-size: 14px;
}

.pinacop_team_members-two  .team-member {
	margin-bottom: 30px;
}

.pinacop_team_members-two  .team-member .member-details {
	position: relative;
	text-align: center;	
}

.pinacop_team_members-two  .team-member .member-details .member-bio {
	position: absolute;
	background: #0d50aa;
	bottom: 10px;
	left: 10px;
	right: 10px;		
	opacity: 0.9;
	padding: 20px;
	transform: scale(0);
	visible: hidden;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 0px 40px rgba(0, 0, 0, 0.5);
}

.pinacop_team_members-two  .team-member .member-details .member-bio:before {
	position: absolute;
	background: #0d50aa;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;

	
}

.pinacop_team_members-two  .team-member .member-details .member-bio h3 {
	font-size: 20px;
	margin: 0;
	color: #FFF;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.pinacop_team_members-two  .team-member .member-details .member-bio h3:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: 100px;
	height: 2px;
	background: #FFF;
	transform: translateX(-50%);
}

.pinacop_team_members-two  .team-member .member-details .member-bio p {
	font-size: 16px;
	color: #FFF;
	opacity: 0.6;
}

.pinacop_team_members-two .team-member .team-profail{
	margin: 0;
	padding: 0;
	list-style: none;
}

.pinacop_team_members-two .team-member .team-profail li {
	display: inline-block;
	
}

.pinacop_team_members-two .team-member .team-profail li a {
	color: #FFF;
	display: block;
	margin: 5px;
}

.pinacop_team_members-two .team-member .team-profail li a:hover {
	color: #141933;
}

.pinacop_team_members-two .team-member .team-profail:after {
	display: none;
	
}

.pinacop_team_members-two .team-member:hover .member-details .member-bio {
	transform: scale(1);
	visibility: visible;
	opacity: .9;
}

.vc-row-wrapper {
	position: relative;
	margin-left: 0 !important;
	margin-right: 0 !important;
}


.vc-row-wrapper .gp-row-bg-wrapper-cover {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.vc-row-wrapper .gp-row-bg-wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.vc-row-wrapper .gp-row-bg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	z-index: -1;
}

.vc-row-wrapper .gp-row-bg-wrap.gp-row-bg-image.gp_vertical_parallax {
	height: 200%;
	top: -50%;
	background-position: center center;
}

.vc-row-wrapper .gp-row-bg-wrap.gp-row-bg-image.gp_multi_parallax > * {
	position: absolute;
	top: -25%;
	left: 0;
	display: block;
	width: 100%;
	height: 150%;
	background-position: center center;
}


.row {
	width: 1240px;
	max-width: 100%;
	min-width: 768px;
	margin: 0 auto;
	position: relative;
}

.row.full-width,
.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -10px;
}

.row.collapse .column,
.row.collapse .columns {
	padding: 0;
}

.row .row {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -10px;
}

.row .row.collapse {
	margin: 0;
}

ul.row {
	list-style: none;
}

.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
	padding-left: 10px;
	padding-right: 10px;
}

.custom-three {
	width: 13%;
}

.custom-ten {
	width: 87%;
	padding-right: 12% !important;
}

.column,
.columns {
	float: left;
	min-height: 1px;
	padding: 0 10px;
	position: relative;
}

.column.centered,
.columns.centered {
	float: none;
	margin: 0 auto;
}

[class*="column"] + [class*="column"].end {
	float: left;
}

.one,
.row .one {
	width: 8.33333%;
}

.two,
.row .two {
	width: 16.66667%;
}

.three,
.row .three {
	width: 25%;
}

.four,
.row .four {
	width: 33.33333%;
}

.five,
.row .five {
	width: 41.66667%;
}

.six,
.row .six {
	width: 50%;
}

.seven,
.row .seven {
	width: 58.33333%;
}

.eight,
.row .eight {
	width: 66.66667%;
}

.nine,
.row .nine {
	width: 75%;
}

.ten,
.row .ten {
	width: 83.33333%;
}

.eleven,
.row .eleven {
	width: 91.66667%;
}

.twelve,
.row .twelve {
	width: 100%;
}

.row .offset-by-one {
	margin-left: 8.33333%;
}

.row .offset-by-two {
	margin-left: 16.66667%;
}

.row .offset-by-three {
	margin-left: 25%;
}

.row .offset-by-four {
	margin-left: 33.33333%;
}

.row .offset-by-five {
	margin-left: 41.66667%;
}

.row .offset-by-six {
	margin-left: 50%;
}

.row .offset-by-seven {
	margin-left: 58.33333%;
}

.row .offset-by-eight {
	margin-left: 66.66667%;
}

.row .offset-by-nine {
	margin-left: 75%;
}

.row .offset-by-ten {
	margin-left: 83.33333%;
}

.push-one {
	left: 8.33333%;
}

.pull-one {
	right: 8.33333%;
}

.push-two {
	left: 16.66667%;
}

.pull-two {
	right: 16.66667%;
}

.push-three {
	left: 25%;
}

.pull-three {
	right: 25%;
}

.push-four {
	left: 33.33333%;
}

.pull-four {
	right: 33.33333%;
}

.push-five {
	left: 41.66667%;
}

.pull-five {
	right: 41.66667%;
}

.push-six {
	left: 50%;
}

.pull-six {
	right: 50%;
}

.push-seven {
	left: 58.33333%;
}

.pull-seven {
	right: 58.33333%;
}

.push-eight {
	left: 66.66667%;
}

.pull-eight {
	right: 66.66667%;
}

.push-nine {
	left: 75%;
}

.pull-nine {
	right: 75%;
}

.push-ten {
	left: 83.33333%;
}

.pull-ten {
	right: 83.33333%;
}

.vc-row-wrapper.gp-row-content-middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
}

.vc-row-wrapper.gp-row-full-height {
	min-height: 70vh;
}

.vc-row-wrapper.full_width_content {
	min-width: 100%;
}

.gp-vertical-aligned {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vc-row-wrapper.gp-row-content-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}

.vc-row-wrapper.gp-row-content-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	box-sizing: border-box;
}


/*--------------------------------------------------------------
##  Newsletter
--------------------------------------------------------------*/
.gp-newsletter {
	text-align: center;
}

.subc-title {
	font-size: 40px;
	margin-top: 0;
}

.subc-subtitle {
	max-width: 600px;
	margin-bottom: 30px;
	margin: 0 auto 40px;
	font-size: 16px;
}

.newsletter-form {
	max-width: 645px;
	margin: 0 auto;
	border: 1px solid #dadada;
	padding: 4px;
	border-radius: 5px;
}

.newsletter-form > input {
	float: left;
	max-width: 500px;
	height: 50px;
	border: none;
	background: rgba(255,255,255,0.7);
	outline: none;  
	box-shadow: none;
	font-size: 18px;
	color: #303030; 
	margin-right: 5px; 
}

.transparent-form .newsletter-form {
	max-width: 640px;
}

.transparent-form .newsletter-form > input {
	background: transparent;
	margin-right: 0;
	color: #FFF;
}

.transparent-form .newsletter-form > input::placeholder {
	color: #fff;
}

.newsletter-form > input:focus {
	outline: none;
	box-shadow: none;
	
}

.newsletter-form .gp-btn {
	padding: 14px 26px;
	height: 50px;
	margin-right: 0;
}

.transparent-form .newsletter-form .gp-btn {
	background: #FFF;
	color: #202020;
}

.transparent-form .newsletter-form .gp-btn:hover {
	color: #FFF;
}

.newsletter-form > button > i {
	display: none;
}


/*--------------------------------------------------------------
##  Shedule
--------------------------------------------------------------*/

.vc_tta-container .vc_tta.vc_tta-style-classic {
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container {
	padding: 0;
	width: 100%;
	box-shadow: none;
	border-bottom: 1px solid #e5e5e5;
}
.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
	border: none;
	box-shadow: none;
	display: flex;
	flex-direction: row;
	overflow: visible;
}
.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: none;
	position: relative;
	border: none;
	margin: 0;
}
.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a {
	background: none;
	border: none;
	border-radius: 0;
	padding: 56px 0 55px 0;
	border-right: 1px solid #e5e5e5;
}
.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:last-child a {
	border: none;
}
.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	background: #fff !important;
	padding: 10px 35px;
}

.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active {
	background: #0d50aa;
}

.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
	border: none;
	color: #fff;
}

.vc_tta-container .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
	padding: 20px;
}


.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li:before {
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	width: 0;
	display: block;
	position: absolute;
	content: "\f105";
	font-size: 0;
	bottom: -9px;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	left: 50%;
	margin-left: -5px;
	visibility: visible;
}
.vc_tta-container .vc_tta.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active:before {
	opacity: 1;
}


.vc_tta-container .vc_tta .es-accordion .es-session-desc p {
	color: inherit;
}

.shedule-wrap {
	padding: 20px;
	margin-bottom: 20px;
	background: #f5f5f5;
}


/*--------------------------------------------------------------
##  Speaker
--------------------------------------------------------------*/
.speker-detailes {
	width: 200px;
	float: left;
	text-align: center;
	
}

.speker-detailes .event-date {
	font-size: 18px; 
	margin: 0 0 10px;
}

.speker-detailes .spe-avatar {
	width: 100px;
	height: 100px;
	border: 4px solid rgba(255,255,255, 0.5);
	border-radius: 50%;
	margin: 0 auto 10px;
}

.speker-detailes .spe-avatar img {
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.speker-detailes .spe-name {
	margin: 0;
	font-size: 16px;
}

.event-details {
	margin-left: 200px;
}

.event-details .event-title {
	margin: 0 0 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d8d8d8
}

.event-details .time {
	font-size: 16px;
	font-weight: 700;
	color: #0d50aa;
}

/*--------------------------------------------------------------
##  Brand
--------------------------------------------------------------*/
.pinacop_logo_carousel {
	overflow: hidden;
}

.brand_logo {
	display: block;	
	text-align: center;
	display: flex;
	align-self: center;
	align-content: center;
	align-items: center;
	min-height: 100px;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.brand_logo img {
	max-width: 100%;
	height: auto;
	opacity: 0.6;
}

.brand_logo img:hover {
	opacity: 1;
}

/* Style Two */
.brand-logo-items {
	margin: 0;
	padding: 30px;
	list-style: none;
	background: #FFF;
	box-shadow: 0 20px 40px rgba(0,0,0,0.3);
	border-radius: 30px;
}

.brand-logo-items li {
	width: 25%;
	height: 170px;
	text-align: center;   
	display: inline-flex;
	align-self: center;
	align-content: center;
	align-items: center;
	min-height: 100px;
	justify-content: center;
	transition: all 0.3s ease-in-out;
	margin-right: -5px;
	border-right: 1px solid #dadada;
}

.brand-logo-items li:nth-child(1),
.brand-logo-items li:nth-child(2),
.brand-logo-items li:nth-child(3),
.brand-logo-items li:nth-child(4) {	 
	border-bottom: 1px solid #dadada;
}

.brand-logo-items li:nth-child(4),
.brand-logo-items li:nth-child(8)  {
	border-right: none;
}

.brand-logo-items li .brand-logo {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
}

.brand-logo-items li .brand-logo:hover {
	opacity: 1;
}


/*--------------------------------------------------------------
##  Contact
--------------------------------------------------------------*/


.address-box .info {
	color: #000;
	margin-bottom: 50px;
}

.address-info {
	margin: 0;
	padding: 0;
	list-style: none;
}

.address-info li {
	padding: 10px 0;
}

.address-info li .info-icon {
	height: 40px;
	width: 40px;
	line-height: 43px;
	background: #0d50aa;
	border-radius: 50%;
	float: left;
	text-align: center;
}

.address-info li .info-icon i {
	color: #FFF;
	font-size: 18px;
}

.address-info li .info-details {
	margin-left: 50px;
}

.address-info li .info-details p {
	font-size: 16px;
}

#ajax-form {
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #101010;
	margin: 10px auto 0;
}

#ajax-form label {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 30px;
}

#ajax-form input {
	position: relative;
	width: calc(100% - 40px);
	padding: 10px 15px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	border: none;
	color: #737373;
	transition: border-bottom 0.3s, color 0.3s;
	margin-bottom: 20px;
}

#ajax-form textarea,
#ajax-form input,
#ajax-form-two textarea,
#ajax-form-two input {
	width: 100%;
	height: 50px;	
	outline: none;
	box-shadow: none;
	color: #333;
	transition: all 0.1s ease-in-out;
	border: 1px solid #d1d3d5;
	background: transparent;
}

#ajax-form textarea,
#ajax-form input {
	border-radius: 30px;
}

#ajax-form-two textarea,
#ajax-form-two input {
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 5px
}

#ajax-form-two textarea {
	height: 200px;
}


#ajax-form-two .twelve.columns {
	padding: 0 5px;
}

#ajax-form-two .gp-btn {
	max-width: 250px;
	background: #303030;
	color: #FFF;
	margin: 0 0 0 5px;
}

#ajax-form-two .gp-btn:hover {
	background: #0d50aa;
	color: #FFF;
}


#ajax-form textarea:focus, #ajax-form textarea:hover,
#ajax-form input:focus,
#ajax-form input:hover {
	color: #000;
	border: 1px solid #141933;
}

#ajax-form textarea {
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 24px;
	height: 200px;
	color: #737373;
	transition: border-bottom 0.3s, color 0.3s;
	margin-bottom: 15px;
	padding: 10px 20px;
}

.error {
	font: 11px/22px 'Montserrat', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: none;
	color: #636363;
}

#ajaxsuccess {
	background: #f2f2f2;
	color: #101010;
	height: 60px;
	display: none;
	padding-left: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

.text-align-center {
	text-align: center;
	padding-top: 10px;
}

#ajax-form, #ajax-form-two {
	max-width: 850px;
	margin: 0 auto;
}

#ajax-form textarea:active,
#ajax-form input:active {
	color: #101010;
}

#ajax-form textarea:active,
#ajax-form input:hover {
	color: #101010;
}

#ajax-form textarea:focus,
#ajax-form input:focus {
	outline: none !important;
}

#ajax-form input:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form input::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea:-ms-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea::-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea:-moz-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form textarea::-webkit-input-placeholder {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
}

#ajax-form button {
	background: #323232;
	color: #fff;
	font-size: 14px;
	padding: 15px 25px;
	max-width: 300px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#ajax-form button:hover {
	color: #fff;
}

#ajax-form button:focus,
#ajax-form button:active {
	border: none;
	outline: none;
}

.button-effect {
	min-width: 150px;
	max-width: 200px;
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.button-effect:focus {
	outline: none;
}

.button-effect > span {
	vertical-align: middle;
}

#ajax-form button[type=submit].clicked > span, #ajax-form button[type=submit] > i {
	display: none;
}

.transparent_row #ajax-form textarea, .transparent_row #ajax-form input {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #909090;
	color: #FFF;
}

#ajax-form .gp-btn {
	max-width: 300px;
	margin: 0 auto;
	border-radius: 30px;
	padding: 14px 0;
	text-align: center;
	display: block;
	line-height: 14px;
	border: transparent;
	background: #333;
	transition: all 0.3s ease-in-out;
	color: #FFF;
}

#ajax-form .gp-btn:hover {
	background: #0d50aa;
	border: transparent;
	color: #FFF;
}

.transparent_row #ajax-form .gp-btn {
	background: #0d50aa;
	border: transparent;
	color: #FFF;
}

.transparent_row #ajax-form .gp-btn:hover {
	background: #FFF;
	color: #000;
}

/*--------------------------------------------------------------
##  Call Back Form
--------------------------------------------------------------*/
#call-back {
	max-width: 650px;
}

#call-back select {
	padding: 10px;
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 2px solid #333;
	margin-bottom: 15px;
	color: #333;
	height: 55px;
	outline: none;
}

#call-back input {
	padding: 10px;
	width: 100%;
	margin-bottom: 40px;
	background: transparent;
	border: none;
	border-bottom: 2px solid #333;
	outline: none;
	height: 55px;
	color: #333;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

#call-back input:hover, #call-back input:focus, #call-back select:hover, #call-back select:focus {
	border-color: #0d50aa;
}

#call-back .gp-btn {
	width: 200px;
	background: #0d50aa;
	transition: all 0.3s ease-in-out;
	color: #FFF;
	border-color: #0d50aa;
}

#call-back .gp-btn:hover {
	background: #333;
	border-color: #333;
}

.transparent_row #call-back select {
	color: #ababab
}

.transparent_row #call-back input {
	color: #bbb
}

.transparent_row #call-back .gp-btn {
	color: #fff;
	margin-bottom: 0;
}

.transparent_row #call-back .gp-btn:hover {
	background: #FFF;
	color: #000;
}

/*--------------------------------------------------------------
##  Call to Action
--------------------------------------------------------------*/

.call-to-action-one .cta-text {
	width: 75%;
	float: left;
}

.call-to-action-one h2 {
	font-size: 35px;
	margin: 0 0 5px 0;
	color: #333;
}

.call-to-action-one h4 {  	
	margin: 0;
	color: #333; 
	font-size: 18px; 	
	font-family: "Raleway", sans-serif;
}

.cta-btncontainer, .cta-btncontainer-two {
	width: 25%;
	float: left;
}

.call-to-action-one .cta-btn-container {
	width: 25%;
	float: left;
	padding-top: 12px;
}

.call-to-action-one .gp-btn, .call-to-action--two .gp-btn {
	padding: 15px 30px;
	background: #FFF;
	color: #202020;
	border-radius: 30px;
	box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.call-to-action-one .gp-btn:hover {
	color: #FFF;
}

.call-to-action-one .gp-btn:hover:before {
	background: #000;

}


.call-to-action--two {
	text-align: center;

}

.call-to-action--two .cta-text h2 {
	color: #333;
	font-size: 40px;
	margin: 0 0 10px 0;
}

.call-to-action--two .cta-text h4 {
	margin-top: 0;
}

.call-to-action--two .cta-btn-container .gp-btn {
	padding: 15px 30px;
	border-radius: 30px;
	font-size: 16px;
}

.call-to-action--two .cta-btn-container .gp-btn:hover {
	color: #FFF;
}

.call-to-action--two .cta-btn-container .gp-btn:before {
	background: #000;
}

.transparent_row .call-to-action--two .cta-text h2, .transparent_row .call-to-action-one .cta-text h2 {
	color: #FFF;
}

.transparent_row .call-to-action--two .cta-text h4, .transparent_row .call-to-action-one .cta-text h4 {
	color: #fff;
}

.transparent_row  .call-to-action--two .cta-btn-container .gp-btn:hover {
	color: #fff;
} 

/*--------------------------------------------------------------
##  Screenshot Slider
--------------------------------------------------------------*/

.pinacop_screenshot_carousel {
	overflow: hidden;
}

.pinacop_screenshot_carousel .swiper-slide {
	transform: scale(0.9);
	opacity: 0.9;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	overflow: hidden;
}

.pinacop_screenshot_carousel .swiper-slide-active {
	opacity: 1;
	transform: scale(1);
}


/*--------------------------------------------------------------
##  footer
--------------------------------------------------------------*/

#footer .gp-social-link {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
}

#footer .gp-social-link li {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background: rgba(255, 255, 255, 0.2);
	margin-right: 2px;
	transition: all 0.3s ease-in-out;
	text-align: center;
	border-radius: 3px;
	padding: 0
}

#footer .gp-social-link li a {
	color: #FFF;
	display: block;

}

#footer .gp-social-link li:hover {
	background: #0d50aa;
}

#footer .widget + .widget {
	margin-top: 40px;
}

#footer .widget select {
	background: rgba(255,255,255, 0.1);
	color: #fff;
	font-size: 13px;
	height: 40px;
	padding: 10px 15px;
	outline: none;
	border-radius: 30px;
	border: none;
	width: 100%;
}

#footer .widget select option {
	color: #202020;
	padding: 5px 0
}

#footer .widget {
	margin-left: 0;	
}

.footer-wrapper {
	padding: 70px 0;
	background: #232427;
	/*background: #000c21;*/
}

.footer-wrapper .widget {
	box-shadow: none;
}

.footer-wrapper .widget-area {
	margin-top: 0;
}

.footer-wrapper .widget ul li {
	border-bottom: none
}

.footer-wrapper .widget_archive ul li a, .footer-wrapper .widget_categories ul li a, .footer-wrapper .widget_pages ul li a, .footer-wrapper .widget_meta ul li a {
	color: #cacaca
}

.footer-wrapper  .widget_recent_comments #recentcomments li a {
	color: #a0a0a0;

}

.footer-wrapper .widget ul li {
	padding: 5px 0 0 0;
	line-height: 16px;

}

.footer-wrapper .widget ul li {  	
	color: #FFF;
}

.footer-wrapper .widget > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ul ul {
	padding-left: 20px;
}

.widget ul li {
	padding: 6px 0;
	border-bottom: 1px solid #ededed;
}

.widget ul li:last-child {
	border-bottom: none;
	
}

.widget ul li a {  	
	text-decoration: none;  	
	display: inline-block;
	font-weight: 500;
	font-size: 16px;

}

.capture-instagram-widget ul li, .capture-instagram-widget ul li a {
	padding: 0 !important;
}

.widget.pinacop-instagram-widget ul li {
	border-bottom: none;	
}

.widget.widget_meta ul li {
	border-bottom: none;

}

.footer-wrapper .widget ul li a {
	color: #FFF;
	padding-bottom: 10px;   	 	
}

.footer-wrapper .widget ul li a:hover {
	color: #0d50aa;
}

.footer-wrapper  caption {
	color: #cacaca
}

.footer-wrapper .pinacop-instagram-widget ul li {
	padding: 0;
	border: none;
}


.widget_calendar table, .widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
	font-size: 14px;
	line-height: 2;
}

.widget_calendar th, .widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.widget_calendar tbody td {
	background-color: #f7f7f7;
	color: #000;
}

.widget_calendar tbody td#today {
	background: #0d50aa;
	color: #FFF
}

.widget_calendar tbody tfoot tr {
	margin-top: 20px;
}

#wp-calendar caption {
	text-align: center;
	border: 1px solid #eceef0;
	border-bottom: none; 		

}  

.footer-wrapper #wp-calendar caption {
	border-color: #4e4e4e;
}

#wp-calendar tr:hover td#prev, #wp-calendar tr:hover td#next {
	background-color: transparent;  		
}  

#wp-calendar tr:hover td.pad {
	background-color: transparent;

}		



.footer-wrapper .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
	color: #FFF;
}

.footer-wrapper .widget_calendar tbody td#today {
	background: #0d50aa;
}

.footer-wrapper .widget_calendar th {
	color: #FFF;
	background: transparent;

}

.footer-wrapper table th {
	border-color: #4e4e4e;
}

.widget_calendar table td:last-child {
	border: none;
}

.footer-wrapper .widget_calendar thead th:last-child {
	border-right: 1px solid #4e4e4e;
}

.footer-wrapper .widget_calendar table tfoot td#prev, .footer-wrapper .widget_calendar table tfoot td#next {
	color: #FFF;
}

.footer-wrapper .form-search .search-query {
	color: #f3f3f3;
	border-color: #444444;
}

.widget-column .widget {
	background: transparent;
}

.footer-wrapper  .header-search-switcher {
	display: none;
}

.footer-wrapper p {
	color: #bdbdbd;
}

.copyright-bar {
	padding: 20px 0;
	background: #181818;
	text-align: center;
}

.copyright-bar .site-info {
	color: #bdbdbd;
	text-align: center;
}

.copyright-bar .site-info p {
	margin-bottom: 0;
	color: rgba(255,255,255,0.6);
}

.copyright-bar .site-info p a {
	color: #0d50aa;
	cursor: pointer !important;
	text-decoration: none;

}

/* Footer Two */
#footer-two {
	text-align: center;
}

#footer-two .footer-wrapper {
	padding: 80px 0 20px;
}

#footer-two .footer-logo {
	margin-bottom: 20px;
}

#footer-two .footer-social-link .gp-social-link {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer-two .footer-social-link .gp-social-link li {
	height: 40px;
	width: 40px;
	margin-right: 3px;
	display: inline-block;
	text-align: center;

}

#footer-two .footer-social-link .gp-social-link li a {
	display: block;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	color: #FFF
}

#footer-two .footer-social-link .gp-social-link li a i {
	line-height: 40px;
}

#footer-two .footer-social-link .gp-social-link li a:hover {
	background: #0d50aa
}

#footer-two .copyright-bar {
	background: transparent;
}

/*--------------------------------------------------------------
##  Map
--------------------------------------------------------------*/
.google-map .gmap3-area {
	margin-bottom: 0;
	height: 650px;
}

/*--------------------------------------------------------------
##  Page Banner
--------------------------------------------------------------*/
#page-banner {
	padding: 150px;
	background-size: cover;
	text-align: center;
}

.page-heading {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
	display: inline-block;
}

.page-heading h1 {
	color: #FFF;
	text-transform: uppercase;
	font-size: 50px;
	font-weight: 700;
}

.page-heading .page-link a {
	display: inline-block;
	color: #FFF;
	font-weight: 300;
	margin-right: 20px;
	position: relative;
}

.page-heading .page-link a:after {
	position: absolute;
	content: '/';
	right: -15px;
	top: 1px;
}

.page-heading .page-link a:last-child:after {
	display: none;
}

.page-heading .page-link a:hover {
	color: #0d50aa;
	text-decoration: none;
}

.page-title {
	min-height: 150px;
	background: #7b7b7b;
	padding: 45px 0;
}

.page-title h1 {
	font-size: 30px;
	margin: 0;
	color: #FFF;
}

/*--------------------------------------------------------------
##  Side-menu
--------------------------------------------------------------*/
#side_menu {
	width: 300px;
	background: #000;
	position: fixed;
	top: 0;
	height: 100vh;
	padding: 100px 20px;
	z-index: 9999;
	overflow-y: auto;
}

.cbp-spmenu-right {
	right: -300px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0;
}

.cbp-spmenu, .cbp-spmenu-push {
	transition: all 0.3s ease;
}

.cbp-spmenu-push-toleft {
	left: -300px;
}

.share {
	position: relative;
}

.share .social-share {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	left: 0;
	background: #000;
	top: 50px;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.share .social-share li {
	text-align: center;
	border-bottom: 1px solid #272727;
	display: block;
}

.share .social-share li:last-child {
	border-bottom: none;
}

.share .social-share li a {
	padding: 2px 7px;
	display: block;
	margin: 0;
}

.share .social-share li a i {
	margin-right: 0;
}

.share .social-share li a:hover {
	background: #0d50aa;
	color: #FFF;
}

.share:hover .social-share {
	opacity: 1;
	top: 52px;
	visibility: visible;
}

.about-me img {
	border-radius: 50%;
	margin-bottom: 20px;
}

.my-details h4 {
	color: #0d50aa;
	font-size: 20px;
	margin: 0;	
}

.my-details h5 {
	color: #999;
	margin-top: 0;
}

.my-details p {
	color: #777;
	margin-bottom: 40px;
}

.side-menu {
	margin-bottom: 30px;
	padding: 20px 0;
	list-style: none;
	text-align: left;	
}

.side-menu li a {
	color: #adadad;
	text-decoration: none;
	padding: 7px 5px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}

.side-menu li {
	border-bottom: 1px solid #2b2b2b;
}

.side-menu li:last-child {
	border-bottom: none;
}

#menu-side-menu .sub-menu {
	margin: 0;
	padding-left: 0;
	list-style: none;
	display: none;
	background: #181818;
}

#menu-side-menu .menu-item-has-children {
	position: relative;
}

#menu-side-menu .menu-item-has-children:before {
	content: "\f107";
	position: absolute;
	right: 0;
	top: 13px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #FFF;
}

#menu-side-menu .menu-item-has-children a:after {
	display: none;
}

.side-menu .sub-menu li a {
	padding: 5px 10px;
}

.side-menu li a:hover {
	color: #0d50aa;
	background-color: transparent;
}

.side-menu li a:hover:after {
	width: 100%;
}

#menu-side-menu .sub-menu a {
	font-size: 12px;
}

.instagram-feed h4 {
	color: #FFF;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.instagram-feed h4:after {
	position: absolute;
	content: '';
	background: #0d50aa;
	height: 3px;
	width: 100px;
	left: 50%;
	bottom: 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}

.instagram-feed a {
	display: inline-block;
	height: 70px;
	width: 70px;
	margin: 5px 4px;
}

.instagram-feed a img {
	width: 100%;
}

/*--------------------------------------------------------------
##  Widgets
--------------------------------------------------------------*/

.form-search-section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease .5s, visibility .3s ease .5s;
}

.form-search-section.shift-form {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease 0s, visibility .3s ease 0s;
}

.form-search-section #gp-search-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.form-search-section #gp-search-loader svg path {
	fill: rgba(0, 0, 0, 0.98);
}

.form-search-section .row {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

.form-search-section .row .form-search {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease 0s, visibility .3s ease 0s;
}

.form-search-section.shift-form .row .form-search {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease .3s, visibility .3s ease .3s;
}

.form-search-section .form-search {
	border: 0;
	border-bottom: 3px solid #676767;
}

.form-search-section .form-search .search-query {
	border: none;
	height: 60px;
	color: #FFF;
	cursor: auto;
	font-size: 20px;
}

.form-search-section .form-search .gp-search-btn {
	background: transparent;
	outline: none;
	margin-top: 10px;
}

.form-search-section .form-search .gp-socicon-Search {
	top: 18px;
	z-index: -1;
	color: #fff;
}

.form-search {
	position: relative;
	display: flex;
	border: 1px solid #dadada;
	border-radius: 3px;
}

.gp-search-btn {
	height: 46px;
	width: 46px;
	text-align: center;
	text-indent: 100px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.form-search .search-query {
	background: transparent;
	outline: none;
	color: #000;
	width: 100%;
	height: 46px;
	padding: 10px 45px 10px 10px;
	border: none;
}

.form-search .gp-socicon-Search {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #dcdcdc;
}

.form-search-section .form-search span.gp-background-main {
	display: block !important;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 100%;
	background: #0d50aa;
	transition: right .5s ease;
}

.close-search {
	position: absolute;
	left: 50%;
	top: 100px;
	transform: translateX(-50%);
	color: #FFF;
	font-size: 30px;
	cursor: pointer;
}


#side_menu_widgets .form-search .search-query {
	color: #FFF;
}

.widget.widget_search .search-form {
	border: 1px solid #e2e2e2;
	background: #fff;
}

.search-form .search-field {
	width: 84%;
	border: none;
	background-color: transparent;
	height: 40px;
	padding: 0 10px;
	outline: none;
}

.search-form .search-submit {
	border: none;
	background-color: transparent;
	outline: none
}

.search-form .search-submit .gp-socicon-Search {
	color: #969696;
}

.recent_posts_widget .resent-post {
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.recent_posts_widget .resent-post:last-child {
	margin-bottom: 0;
}

.recent_posts_widget .resent-post:last-child {
	border-bottom: none;
}

.resent-post .post-thumbs img {
	width: 65px;
	height: 65px;
	float: left;
	border-radius: 3px;
}

.resent-post .content {
	margin-left: 75px;
}

.resent-post .content h4 {
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	font-family: "Montserrat", sans-serif;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 0;	

}

.resent-post:hover .content h4 {
	color: #0d50aa;
}

.recent_posts_widget .resent-post .date {
	display: inline-block;
	color: #333;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.resent-post:hover .date {
	color: #0d50aa;

}

.recent_posts_widget .resent-post .comments {
	position: relative;
	display: inline;
	margin-left: 18px;
}

.recent_posts_widget .resent-post .comments i {
	color: #0d50aa;
}

.recent_posts_widget .resent-post .comments:after {
	position: absolute;
	content: '';
	left: -9px;
	top: 4px;
	height: 13px;
	width: 1px;
	background: #828282;
}

.post-navigation .nav-links .nav-previous {
	float: left;
}

.post-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
}

.tagcloud a {
	display: inline-block;
	padding: 8px 10px;
	margin-right: 3px;
	margin-bottom: 6px;
	background: #0d50aa;
	font-size: 13px !important;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	border-radius: 3px;
}

.tagcloud a:hover {
	background: #333;
	color: #FFF;
}

.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_categories ul li:last-child {
	border-bottom: none;
}

.widget_categories ul li a {
	color: #6d6c6c;    
	text-decoration: none;
}

.widget_categories ul li a:hover {
	color: #0d50aa;
}

.widget_recent_comments #recentcomments {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_recent_comments #recentcomments li {
	padding: 5px 0;
	line-height: 1.5em;
}

.widget_recent_comments #recentcomments li .comment-author-link {
	font-weight: 600;
}

.footer-wrapper .widget_recent_comments #recentcomments li {
	color: #FFF;
}

.widget_recent_comments #recentcomments li a {
	color: #333;
	text-decoration: none;

}

.widget_recent_comments #recentcomments li a:hover {
	color: #0d50aa;
}

.widget_rss ul {
	padding: 0;
	margin: 0;
}

.widget select {
	height: 40px;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 30px;
	outline: none;
}

.widget_nav_menu .menu {
	float: none;
	display: block;
}

.widget_nav_menu .menu li {
	display: block; 
	border-bottom: none;
	padding: 0 !important;

}

.widget_nav_menu .menu li.menu-item-has-children {
	padding: 0
}

.widget_nav_menu .menu li a {
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid rgba(154, 154, 154, 0.15);
	display: block; 
	font-size: 12px;
	line-height: 1.5;

}

.widget_meta ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_meta ul li a {
	color: #000;
	text-decoration: none;
}

.widget_meta ul li a:hover {
	color: #0d50aa;
}

.widget_pages ul, .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_pages ul li, .widget_nav_menu ul li {
	padding: 5px 0;		
}

.widget_pages ul ul li:last-child, .widget_nav_menu ul ul li:last-child {
	border-bottom: none;

}

.widget_pages ul ul, .widget_nav_menu  ul ul {
	padding-left: 20px;
}

.widget_pages ul li a {
	color: #000;
	text-decoration: none;
	line-height: 1.5;		
}

.widget_pages ul li a:hover {
	color: #0d50aa;
}

.widget-column .widget {
	padding: 0;
	margin-bottom: 0;
}

.widget-column .widget .widget-title {
	color: #FFF;
	margin-bottom: 15px;
}

.widget-column .widget .pinacop_address_widget .logo {
	margin-bottom: 20px;
}

.widget-column .widget .pinacop_address_widget .content {
	color: #ababab;
}

.widget_rss .rss-date {
	color: #0d50aa;
}

.widget_rss .rssSummary {
	line-height: 22px;
	color: #757575;
}

.widget_rss .rsswidget {
	font-weight: 600;
}

.widget_rss .rsswidget:hover {
	color: #0d50aa;
}

.widget_rss ul li {
	margin-bottom: 15px;
}

.site-footer .resent-post {
	border-color: #353535;
}

.site-footer .tagcloud a {
	background: rgba(255,255,255,0.1);
}

.site-footer .tagcloud a:hover {
	background: #0d50aa;
}

.instra-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.instra-wrapper ul li {
	display: inline;
	height: 80px;
	width: 80px;
}

.instra-wrapper ul li a {
	display: inline-block;
	margin: 3px;
}

.instra-wrapper ul li a img {
	height: 80px;
	width: 80px;
}

#side_menu_widgets .widget {
	background: transparent;
	padding: 0;
}

.newsletter-wrapper .content {
	color: #ababab;
	margin-bottom: 20px;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper form {
	transition: all 0.3s ease-in-out;	
	border: none;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper form:hover {
	border-color: #0d50aa;
	box-shadow: none;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper form:hover .form-control {
	box-shadow: none;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper .form-control {
	height: 45px;
	background: transparent;
	border: 1px solid #505050;
	width: 100%;
	color: #FFF;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;	
	display: inline-block;
	margin-bottom: 20px;

}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper .gp-btn {
	height: 45px;
	background: #0d50aa;
	color: #000;
	font-size: 20px;
	padding: 0 15px;	
	float: right;
	display: inline-block;
	width: 100%;
	border-radius: 3px;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper .gp-btn:before {
	background: #FFF
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper .gp-btn i {
	display: none;
	color: #FFF;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper form .gp-btn:hover {
	color: #FFF;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper form .gp-btn span {
	color: #fff;
}

.widget_pinacop_ess_newsletter_widget .newsletter-wrapper form .gp-btn:hover span {
	color: #303030;
}

.site-footer .resent-post .content h4 {
	color: #d2d2d2;
}

.site-footer .resent-post .content h4:hover {
	color: #0d50aa;
}

.site-footer .recent_posts_widget .resent-post .date {
	color: #0d50aa;
}

.site-footer .recent_posts_widget .resent-post .comments {
	color: #a9a9a9;
	position: relative;
	display: inline;
	margin-left: 18px;
}

.site-footer .pinacop_address_widget .address {
	padding: 0;
	list-style: none;
	margin: 20px 0 0;
}

.site-footer .pinacop_address_widget .address li {
	color: #FFF;
	line-height: 20px;
	margin: 0 0 15px;
	border-bottom: none;
	padding: 0
}

.site-footer .pinacop_address_widget .address li .icon {
	float: left;
	font-size: 14px;
	height: 30px;
	width: 30px;
	background: #0d50aa;
	text-align: center;
	border-radius: 50%;
	color: #FFF
}

.site-footer .pinacop_address_widget .address li .icon i {
	line-height: 30px;
}

.site-footer .pinacop_address_widget .address li p {
	margin: 0 0 0 40px;
	color: #c5c5c5;
}


.dib {
    display: inline-block;
}

.gp-instagram {
	margin: 0 -1px;
}
.gp-instagram .item {
	padding: 1px;
	width: 100%;
}
.columns-2 .item {
	width: 50%;
}
.columns-3 .item {
	width: 33.33%;
}
.columns-4 .item {
	width: 25%;
}
.columns-5 .item {
	width: 20%;
}
.columns-6 .item {
	width: 16.66%;
}
.columns-7 .item {
	width: 14.285%;
}
.columns-8 .item {
	width: 12.5%;
}
.columns-9 .item {
	width: 11.11%;
}
.columns-10 .item {
	width: 10%;
}
.gp-sc-instagram .info {
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	pointer-events: none;
}
.gp-sc-instagram .item:hover .info {
	opacity: 1;
}
.gp-sc-instagram .info span {
	margin: 0 5px;
}
.is-username {
	background: rgba(246, 246, 248, .8);
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 20px 70px;
}


/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.widget_dt_search .search-form {
	width: 100%;
}

.widget_dt_search .search-form label {
	position: relative;
	width: 270px;
}

.widget_dt_search .search-form .search-icon {
	position: absolute;
	right: 6px;
	top: 12px;
}

.widget_dt_search input[type="search"] {
	width: 100%;
	border: 1px solid #eeeeee;
	outline: none;
	padding: 10px 20px;
	color: #111;
	font-size: 1em;
}

.widget_dt_search .search-submit {
	display: none;
}

/*=========  Author  ==========*/
#author {
	background: #0d50aa;
	padding: 20px 15px;
	margin-bottom: 30px;
}

#author img {
	height: 115px;
	width: 115px;
	margin-bottom: 20px;
}

#author .my-details h4 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}

#author .my-details h5 {
	color: #f5f5f5;
}

#author .my-details p {
	margin-bottom: 0;
	color: #191919;
}
.widget_pinacop_ess_about_me_widget .pinacop_about_widget .about-me .about-thumb {
	height: 185px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
}
.widget_pinacop_ess_about_me_widget .pinacop_about_widget .about-me img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.widget_pinacop_ess_about_me_widget .pinacop_about_widget .my-details p {
	margin-bottom: 0;
}

.widget_pinacop_ess_about_me_widget .pinacop_about_widget .about-me.img-radius {
	text-align: center;
}

.widget_pinacop_ess_about_me_widget .pinacop_about_widget .about-me.img-radius .about-thumb {
	height: 150px;
	width: 150px;
	margin: 0 auto 20px;
	border-radius: 50%;
}

.widget_pinacop_ess_about_me_widget .pinacop_about_widget .about-me.img-radius .about-thumb img {
	border-radius: 50%;
	height: 150px;
	width: 150px;
}

/*--------------------------------------------------------------
## Capture Custom Menu
--------------------------------------------------------------*/
/* Custom Menu */
.widget {
	margin-bottom: 30px;
	background: #FFF;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	margin-left: 20px;	
}

.widget ul {
	list-style: none;	
}

.widget .widget-title {
	position: relative;
	font-size: 18px;
	line-height: 20px;	
	color: #111;    
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-weight: 600;
	letter-spacing: 0;
	margin-top: 0;
}

.widget .widget-title:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #0d50aa;
}
.widget ul {
	list-style: none;	
}

#side_menu_widgets .widget-title {
	color: #FFF;
	display: inline-block;
}

.widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_nav_menu ul li {
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}

.widget_nav_menu ul li:last-child {
	border-bottom: none;
}

.widget_nav_menu ul li a {
	color: #6d6c6c;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 600;
}

.widget_nav_menu ul li a:hover {
	color: #0d50aa;
}

.widget_text select {
	width: 100%;
}

/*--------------------------------------------------------------
## Capture Resent Post
--------------------------------------------------------------*/
/* Widget Resent Post */
.widget_recent_entries .resent-post {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.widget_recent_entries .resent-post .post-thumbs {
	float: left;
	border-radius: 5px;
	overflow: hidden;
}

.widget_recent_entries .resent-post .post-content {
	margin-left: 90px;
	padding-bottom: 0;
	border: none;
}

.widget_recent_entries .resent-post .post-content h5 {
	font-size: 1em;
	margin-top: 0;
}

.widget_recent_entries .resent-post .post-content h5 a {
	color: #111111;
	line-height: 1.42857em;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 700;
}

.widget_recent_entries .resent-post .post-content h5 a:hover {
	color: #0d50aa;
}

.widget_recent_entries .resent-post .post-content .post-meta {
	padding: 0;
	margin-left: 0;
	list-style: none;
}

.widget_recent_entries .resent-post .post-content .post-meta li {
	display: inline;
	padding-right: 10px;
}

.widget_recent_entries .resent-post .post-content .post-meta li a {
	color: #0d50aa;
	text-decoration: none;
}

.widget_recent_entries .resent-post .post-content .post-meta li a i {
	padding-right: 5px;
	color: #000;
}

.widget_recent_entries ul li a:hover {
	color: #0d50aa;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Capture Archive
--------------------------------------------------------------*/
/* Widget Dt Archives */
.widget_archive ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget_archive ul li {

	position: relative;
}

.widget_archive ul li:last-child {
	border-bottom: none;
}

.widget_archive ul li a {
	color: #6d6c6c;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.widget_archive ul li a span {
	padding-left: 5px;
}

.widget_archive ul li p {
	position: absolute;
	right: 0;
	top: 10px;
	transition: all 0.3s ease-in-out;
}

.widget_archive ul li:hover a {
	color: #0d50aa;
}

.widget_archive ul li:hover p {
	color: #0d50aa;
}

.widget_recent_entries ul {
	margin: 0;
	padding: 0;
}

/* 404 Page */
.page-404 {
	height: 100vh;
	text-align: center;
	position: relative;

	
}

.content_404 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.content_404 .gp-btn {
	background: #0d50aa;
	border: 2px solid #FFF;
	border-radius: 30px;
}

.content_404 .gp-btn:hover {
	color: #303030;
}

.content_404 .gp-btn:before {
	background: #FFF;
} 

.content_404 .gp-btn:hover:before {
	background: #FFF;
}

.page404-overlay {
	height: 100vh;
	height: 100vh;
	background-size: cover;
	background-position: center center;
}

.content_404 .section-heading {
	margin-top: 0;
	font-size: 150px;
	color: #FFF;
	line-height: 110px;
}

.content_404 h3 {
	margin-top: 0;
	color: #FFF;
	font-size: 30px;
}

.section-subheading {
	font-size: 16px;
	line-height: 26px;
	color: #FFF;
	max-width: 550px;
	margin: 30px auto 40px;

}

.error404 .content-area {
	text-align: center;
	padding: 100px 0;
	margin: 0;
}

.error404 .page-header {
	margin: 0;
}

.error404 .page-header h1 {
	font-size: 150px;
	font-weight: 700;
	color: #202020;
	line-height: 150px;
}

.error404 .page-header h2 {
	font-weight: 700;
	color: #333;
}

.error404 .page-content {
	margin-top: 20px;
}

.error404 .page-content p {
	max-width: 600px;
	margin: 0 auto;
}
.error404 .page-content .gp-btn {
	border-radius: 30px;
	margin-top: 20px;
	padding: 10px 40px;
	text-transform: uppercase;
}

.error404 .page-content .gp-btn i {
	margin-left: 10px;
	font-weight: 600;
}

/* Search Page */
.search .content-area {
	padding-bottom: 100px;
}

.search .content-area .form-search {
	max-width: 450px;
	margin: 20px auto 0
}

/*--------------------------------------------------------------
##  Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
	/*=========  Portfolio  ==========*/
	.gp-portfolio-item .portfolio-overlay .content {
		bottom: 5px;
	}

	.gp-portfolio-item .portfolio-overlay .content h4 {
		font-size: 15px;
	}
}

@media (min-width: 1200px) {

	.container {
		width: 1240px;
	}
}

@media screen and (max-width: 1024px) {

	/*=========  Section Title  ==========*/

	

	/*=========  Header Menu  ==========*/
	.menu--shylock .menu__link {
		margin: 0 0.5em;
	}

	.share-menu {
		margin-left: 7px;
	}

	.menu-item a {
		margin: 0 0.3em;
		font-size: 12px;
	}

	/*=========  Portfolio  ==========*/
	.gp-portfolio-item .portfolio-overlay .content {
		bottom: 5px;
	}

	.gp-portfolio-item .portfolio-overlay .content h4 {
		font-size: 15px;
	}
}


@media screen and (max-width: 782px) {
	html .gp-admin-bar {
		z-index: 9999999 !important;
	}

	#header .header-wrap {
		padding: 0 20px;
	}
}

@media (min-width: 768px) {
	
	.wpb_single_image.img-over img {
		max-width: none;
	}
}

@media screen and (max-width: 768px) {
	/*=========  Base  ==========*/
	.section-title h1 {
		font-size: 30px !important;
	}

	.section-title h2 {
		font-size: 28px !important;
	}

	.section-title h3 {
		font-size: 20px !important;
	}

	.section-title h4 {
		font-size: 16px !important;
	}

	.section-title .title br {
		display: none;		
	} 

	.sub-title br {
		display: none;
	}

	body.admin-bar {
		margin-top: 46px !important;
	}

	.form-search-section .row {
		width: 70%;
	}

	.gp-admin-bar {
		top: 0;
	}

	/*=========  Header Menu  ==========*/
	#header .header-wrap {
		padding: 0 20px;
	}    

	.menu__list {
		display: none;
	}

	#header.navbar-small {		
		height: 60px;
	}

	#header .top-menu {
		display: none;
	}

	#header .site-logo {
		width: 130px;
		height: 60px;
	}

	#header .site-logo a img {
		padding: 15px 0
	}

	.menu--shylock p {
		display: none;

	}

	#header .share-menu {
		padding: 15px 0;
	}

	body.admin-bar #header.navbar-small {
		top: 45px !important;
	}

	#header.navbar-small .site-logo a img {
		padding: 12px 0;
	}

	#header.navbar-small .share-menu {
		padding: 15px 0;
	}

	/*=========  Banner  ==========*/
	.banner .author-details h1 {
		font-size: 40px;
	}

	.banner .author-details h2 {
		font-size: 20px;
	}

	.width-1-4 {
		width: 46%;
	}

	.width-1-2 {
		width: 46%;
	}

	.banner-title {
		width: 80%;
		padding: 30px 20px
	}

	.static-banner-content h4 {
		font-size: 20px;
	}

	.static-banner-content h2 {
		line-height: 40px;
		font-size: 40px;
		margin-bottom: 10px;
	}

	.static-banner-content p {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.static-banner-content .gp-btn {
		padding: 12px 25px;
		font-size: 14px;
	}

	/*=========  Section Title ==========*/

	.section-title {
		max-width: 100%;
	}

	.section-title .section_caption {
		font-size: 25px;
		line-height: 30px;
	}

	.intro-title {
		font-size: 30px;
	}

	.section-title.text-left.title-small {
		margin: 0 0 0 30px;
	}



	/*=========  Page Header  ==========*/

	.pinacop_page_header {
		height: 450px;
	}

	.banner-title {
		/*transform: translateY(-25%);*/
		width: 100%;
	}

	.banner-title h1 {
		font-size: 40px;
	}

	.pinacop_inside_page {
		padding: 50px 15px;
		overflow: hidden;
	}

	/*=========  Feature  ==========*/

	.feature-item-one, .feature-item-four {
		max-width: 450px;
		margin: 0 auto;
	}

	.icon-box.top  {
		text-align: center;
		margin: 0 auto 20px;
	}

	.feature-item-eight {
		margin-bottom: 30px;
	}

	/*=========  Portfolio  ==========*/
	.pinacop-portfolio-content .portfolio-item {
		width: 50%;
	}

	.pinacop-portfolio .pinacop-portfolio-filter {
		padding-left: 0;
	}

	/*=========  Skills  ==========*/
	#my-skills {
		padding: 50px 0;
	}

	.skills {
		margin-top: 0;
	}

	.skills-thumb {
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.skill-bar .skill-bar {
		margin: 0 auto !important;
		max-width: 450px;
	}

	/*=========  CountUp  ==========*/
	.counter-box-one-one {
		margin-bottom: 30px;
	}

	/*=========  Pricing  ==========*/
	#pricing {
		padding: 50px 0;
	}

	/*=========  Team  ==========*/
	#team {
		padding: 50px 0;
	}

	/*=========  Testimonial  ==========*/
	.testi-content p {
		width: 80%;
		font-size: 14px;
	}


	/*=========  Newsletter  ==========*/

	.subc-title {
		font-size: 30px;
		margin-bottom: 15px;	
	}

	.subc-subtitle {
		font-size: 14px;
		margin-bottom: 20px;	
	}

	.transparent-form .newsletter-form {
		max-width: 	450px;
	}

	.newsletter-form > input {
		max-width: 	310px
	}

	/*=========  Schedule  ==========*/
	.speker-detailes {
		float: none;
		margin: 0 auto;
	}

	.event-details {
		margin-left: 0;
		text-align: center;			
	}

	/*=========  Client Logo  ==========*/
	.brand-logo-items li {
		width: 	33.33%;
	}

	.brand-logo-items li:nth-child(3) {
		border-right: none;
	}

	.brand-logo-items li:nth-child(4),
	.brand-logo-items li:nth-child(8) {
		border-right: 1px solid #dadada;
	}

	.brand-logo-items li:nth-child(5),
	.brand-logo-items li:nth-child(6) {
		border-bottom: 1px solid #dadada;
	}

	.brand-logo-items li:nth-child(6) {
		border-right: none;
	}

	/*=========  Call To Action  ==========*/
	.call-to-action-one .cta-text {
		width: 100%;
		padding-left: 30px;
	}

	.call-to-action-one h2, .call-to-action--two .cta-text h2 {
		font-size: 28px;
	}

	.call-to-action-one h4, .call-to-action--two .cta-text h4 {
		font-size: 16px;
	}

	.call-to-action-one .cta-btn-container {
		width: 100%;
		padding-left: 30px;
		margin-top: 20px;
	}

	.call-to-action--two .cta-text h2

	/*=========  Blog  ==========*/
	#blog {
		padding: 50px 0;
	}

	.blog-post-light {
		max-width: 350px;
	}

	.pinacop_inside_page {
		padding: 50px 15px;
	}

	.blog .pinacop_inside_page {
		padding: 50px 0;
	}

	.pinacop_list_archive.blog-grid .col-md-6, .gp-content-wrap .col-md-8, .gp-content-wrap .col-md-4 {
		padding: 0;
	}

	/*=========  Widget  ==========*/
	.widget {
		margin-left: 0;
	}

	/*=========  Contact  ==========*/
	#contact {
		padding: 50px 0;
	}

	#contact .gp-btn {
		margin-bottom: 20px;
	}

	/*=========  Footer  ==========*/
	#footer .footer-item .copyright {
		padding: 12px 0 0 20px;
	}

	.footer-wrapper {
		padding: 50px 20px;
	}

	/*=========  Newsletter  ==========*/
	.newsletter-wrapper .form-control {
		width: 90%;
	}
}


@media only screen and (max-width: 600px) {

	html .gp-admin-bar {
		position: fixed !important;
	}

}

@media screen and (max-width: 500px) {

	/*=========  Banner  ==========*/

	body.admin-bar #header.navbar-small {
		top: 46px !important;
	}

	#header .site-logo {
		width: 120px;
		height: 60px;
	}

	.header {
		padding: 0
	}

	#header .site-logo a img {
		padding: 15px 0
	}

	#header .share-menu {
		padding: 15px 0;
	}

	.share:hover .social-share {
		top: 45px;
	}

	#header.navbar-small .share-menu {
		padding: 15px 0;
	}

	/*=========  Banner  ==========*/
	.banner {
		height: 70vh;
	}

	.banner .author-details {
		width: 100%;
	}

	.banner .author-details h1 {
		font-size: 45px;
	}

	.static-banner-content h4 {
		font-size: 14px;
	}

	.static-banner-content h2 {
		font-size: 30px;
		line-height: 35px;
	}

	.static-banner-content p {
		font-size: 14px;
		line-height: 24px;
	}

	.static-banner-content p br {
		display: none;

	}

	.static-banner-content .gp-btn {
		padding: 12px 20px;
	}

	/* Page Header */

	.pinacop_page_header {
		height: 400px;
	}

	.banner-title {
		padding: 30px 20px;
		/*transform: translateY(-20%);*/
		width: 100%;
	}

	.banner-title h1 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}

	.single-post .entry-tcs .cat-lists a {
		display: inline-block;
		margin-bottom: 3px;	
	}

	/*=========  Section Title  ==========*/

	.section-title .section_caption {
		font-size: 15px;
		line-height: 26px;
	}

	.intro-title {
		font-size: 26px;
	}
	/*=========  About  ==========*/
	.ab-thumb:before {
		height: 250px;
		width: 300px;
	}

	/*=========  Feature Box ==========*/
	.feature-item-one, .icon-box.top , .feature-item-four, .feature-item-five, .feature-item-six, .feature-item-eight {
		max-width: 90%;
		margin: 0 auto 30px;
	}

	.feature-item-two {
		margin: 0 auto 70px;
		width: 90%;
	}

	.icon-box.top  {
		padding: 20px;
	}

	/*=========  Portfolio ==========*/
	.pinacop-portfolio .pinacop-portfolio-filter {
		padding-left: 0;
	}

	.portfolio-filter li, .portfolio-filter-two li {
		margin-right: 0;
	}

	.portfolio-filter li button, .portfolio-filter-two li button {
		padding: 10px;
		font-size: 10px;
	}

	.width-1-4 {
		width: 100%;
	}

	.width-1-2 {
		width: 100%;
	}

	.pinacop-portfolio-content .portfolio-item {
		width: 100%;
	}

	/*=========  Team  ==========*/
	.team-member {
		max-width: 90%;
		margin: 0 auto 30px;
	}	

	/*=========  Testimonial  ==========*/
	#testimonial {
		padding: 50px 0;
	}

	.testi-content p {
		width: 90%;
	}

	.testimonial-slider .testi-content p br {
		display: none;
	}

	/*=========  Pricing  ==========*/
	.gp-pricing .pricing-item.pricing-box-two .pricing-action {
		margin: 0 5em;
	}

	/*=========  Client Logo  ==========*/
	.brand-logo-items li {
		width: 50%;
	}


	.brand-logo-items li:nth-child(3),
	.brand-logo-items li:nth-child(4),
	.brand-logo-items li:nth-child(8) {
		border-right: 1px solid #dadada;
	}

	.brand-logo-items li:nth-child(5),
	.brand-logo-items li:nth-child(6) {
		border-bottom: 1px solid #dadada;
	}

	.brand-logo-items li:nth-child(2),
	.brand-logo-items li:nth-child(4),
	.brand-logo-items li:nth-child(8){
		border-right: none;
	}


	/*=========  Schedule  ==========*/
	.speker-detailes {
		float: none;
		margin: 0 auto;
	}

	.event-details {
		margin-left: 0;
		text-align: center;			
	}

	/*=========  Newsletter  ==========*/

	.subc-title {
		font-size: 30px;
		margin-bottom: 15px;	
	}

	.subc-subtitle {
		font-size: 14px;
		margin-bottom: 20px;	
	}

	.transparent-form .newsletter-form {
		max-width: 	340px;
	}

	.newsletter-form > input {
		max-width: 	210px
	}

	.newsletter-form .gp-btn {
		padding: 14px 20px;
	}

	/*=========  Subscribe  ==========*/
	.newsletter-wrapper .form-control {
		width: 82%;
	}

	/*=========  Footer  ==========*/
	#footer .footer-item {
		width: 100%;
		float: none;
		text-align: center;
	}	

	/*=========  Comments  ==========*/
	.comment-body {
		padding: 5px;
	}

	.comment-body .comment-meta {
		margin-left: 0;
	}

	.comment-body .comment-content {
		margin-left: 80px;
	}

}

.valign-table {
	display: table;
	width: 100%;
}

.valign-table .valign-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mvb-row-fullheight-va > .row {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}


@media only screen and (min-width: 800px) {
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller {
		height: inherit;
	}
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row {
		height: inherit;
	}
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row > .columns,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row > .columns,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row > .columns {
		height: inherit;
	}
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row > .columns > .wpb_wrapper,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row > .columns > .wpb_wrapper,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row > .columns > .wpb_wrapper {
		height: inherit;
	}
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .fp-scroller > .row > .columns > .wpb_wrapper > .vc-row-wrapper.vc_inner,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .fp-scrollable > .row > .columns > .wpb_wrapper > .vc-row-wrapper.vc_inner,
	.vc-row-wrapper.equal-height-columns > .fp-tableCell > .row > .columns > .wpb_wrapper > .vc-row-wrapper.vc_inner {
		height: inherit;
	}
}



@media only screen and (max-width: 799px) {
	table.hide-for-xlarge,
	table.hide-for-large,
	table.hide-for-medium,
	table.show-for-small {
		display: table !important;
	}

	.vc-row-wrapper.full_width_content > .fp-tableCell > .fp-scrollable > .fp-scroller > .row,
	.vc-row-wrapper.full_width_content > .fp-tableCell > .fp-scrollable > .row,
	.vc-row-wrapper.full_width_content > .fp-tableCell > .row,
	.vc-row-wrapper.full_width_content > .row {
		margin-left: 0;
		margin-right: 0;
	}
}



@media only screen and (max-width: 799px) {
	.left,
	.right {
		float: none;
	}
	.mobile-hide {
		display: none !important;
	}
	.mobile-left {
		float: left;
	}
	.mobile-right {
		float: right;
	}
	.mobile-text-left {
		text-align: left;
	}
	.mobile-text-right {
		text-align: right;
	}
	.mobile-text-center {
		text-align: center;
	}
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.row,
	.row.full-width,
	.row .row {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.column,
	.columns,
	.row .column,
	.row .columns {
		width: auto;
		max-width: 100%;
		float: none;
		padding: 0;
	}
	.clients_tiles_module .columns {
		width: 100%;
		border: none;
	}
	.clients_tiles_module .columns:last-child {
		border: none;
	}
	.column:last-child,
	.columns:last-child {
		float: none;
	}
	[class*="column"] + [class*="column"]:last-child:not([class*="mobile-"]) {
		float: none;
		clear: both;
	}
	.column:before,
	.columns:before,
	.column:after,
	.columns:after {
		content: "";
		display: table;
	}
	.column:after,
	.columns:after {
		clear: both;
	}
	.offset-by-one,
	.offset-by-two,
	.offset-by-three,
	.offset-by-four,
	.offset-by-five,
	.offset-by-six,
	.offset-by-seven,
	.offset-by-eight,
	.offset-by-nine,
	.offset-by-ten {
		margin-left: 0 !important;
	}
	.push-one,
	.push-two,
	.push-three,
	.push-four,
	.push-five,
	.push-six,
	.push-seven,
	.push-eight,
	.push-nine,
	.push-ten {
		left: auto;
	}
	.pull-two,
	.pull-three,
	.pull-four,
	.pull-five,
	.pull-six,
	.pull-seven,
	.pull-eight,
	.pull-nine,
	.pull-ten {
		right: auto;
	}
	.row .mobile-one {
		width: 25% !important;
		float: left;
		padding: 0 10px;
	}
	.row .mobile-one.end {
		float: left;
	}
	.row.collapse .mobile-one {
		padding: 0;
	}
	.row .mobile-two {
		width: 50% !important;
		float: left;
		padding: 0 10px;
	}
	.row .mobile-two.end {
		float: left;
	}
	.row.collapse .mobile-two {
		padding: 0;
	}
	.row .mobile-three {
		width: 75% !important;
		float: left;
		padding: 0 10px;
	}
	.row .mobile-three.end {
		float: left;
	}
	.row.collapse .mobile-three {
		padding: 0;
	}
	.row .mobile-four {
		width: 100% !important;
		float: left;
		padding: 0 10px !important;
		margin: 0 !important;
	}
	.row .mobile-four.end {
		float: left;
	}
	.row.collapse .mobile-four {
		padding: 0;
	}
	.push-one-mobile {
		left: 25%;
	}
	.pull-one-mobile {
		right: 25%;
	}
	.push-two-mobile {
		left: 50%;
	}
	.pull-two-mobile {
		right: 50%;
	}
	.push-three-mobile {
		left: 75%;
	}
	.pull-three-mobile {
		right: 75%;
	}
	.vc-row-wrapper .wpb_column {
		padding-left: 0;
		padding-right: 0;
	}
	.vc_col-sm-1,
	.vc_col-sm-2,
	.vc_col-sm-3,
	.vc_col-sm-4,
	.vc_col-sm-5,
	.vc_col-sm-6,
	.vc_col-sm-7,
	.vc_col-sm-8,
	.vc_col-sm-9,
	.vc_col-sm-10,
	.vc_col-sm-11,
	.vc_col-sm-12 {
		width: 100%;
		float: none;
		clear: both;
	}
	.aligh-content-verticaly.mobile-destroy-equal-heights .gp-vertical-aligned {
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.gp-equal-height-wrapper.gp-mobile-destroy-equal-heights .gp-vertical-aligned {
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	.vc-row-wrapper.gp-mobile-remove-left-border,
	.vc-row-wrapper .columns.gp-mobile-remove-left-border {
		border-left: none !important;
	}
	.vc-row-wrapper.gp-mobile-remove-right-border,
	.vc-row-wrapper .columns.gp-mobile-remove-right-border {
		border-right: none !important;
	}
	.vc-row-wrapper.gp-mobile-remove-top-border,
	.vc-row-wrapper .columns.gp-mobile-remove-top-border {
		border-top: none !important;
	}
	.vc-row-wrapper.gp-mobile-remove-bottom-border,
	.vc-row-wrapper .columns.gp-mobile-remove-bottom-border {
		border-bottom: none !important;
	}
	.vc-row-wrapper.gp-mobile-remove-all-borders,
	.vc-row-wrapper .columns.gp-mobile-remove-all-borders {
		border-left: none !important;
		border-right: none !important;
		border-top: none !important;
		border-bottom: none !important;
	}
	.vc-row-wrapper.gp-mobile-remove-left-padding,
	.vc-row-wrapper .columns.gp-mobile-remove-left-padding {
		padding-left: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-right-padding,
	.vc-row-wrapper .columns.gp-mobile-remove-right-padding {
		padding-right: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-top-padding,
	.vc-row-wrapper .columns.gp-mobile-remove-top-padding {
		padding-top: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-bottom-padding,
	.vc-row-wrapper .columns.gp-mobile-remove-bottom-padding {
		padding-bottom: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-all-paddings,
	.vc-row-wrapper .columns.gp-mobile-remove-all-paddings {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-all-paddings > .row,
	.vc-row-wrapper .columns.gp-mobile-remove-all-paddings > .row {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-left-margin,
	.vc-row-wrapper .columns.gp-mobile-remove-left-margin {
		margin-left: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-right-margin,
	.vc-row-wrapper .columns.gp-mobile-remove-right-margin {
		margin-right: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-top-margin,
	.vc-row-wrapper .columns.gp-mobile-remove-top-margin {
		margin-top: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-bottom-margin,
	.vc-row-wrapper .columns.gp-mobile-remove-bottom-margin {
		margin-bottom: 0 !important;
	}
	.vc-row-wrapper.gp-mobile-remove-all-margins,
	.vc-row-wrapper .columns.gp-mobile-remove-all-margins {
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.gp_vc_hidden-xs {
		display: none !important;
	}
}    