/*
Theme Name: Studio98 Custom Theme
Author: Studio98
Author URI: http://studio98.com/
Text Domain: Custom Theme
*/
/* =Reset
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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, dl, dt, dd, ol, ul, li, 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;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
	font-family: 'Poppins', sans-serif !important;
	overflow-x:hidden;
	background-color: #F1EEE3 !important;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
p{
	margin-bottom:15px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-weight: bold;
	text-transform: uppercase;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 16px;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	border-radius: 3px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border:0 !important;
	opacity:.5;
}
.gallery .gallery-icon img:hover{
	opacity:1;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Montserrat', sans-serif;
}
a {
	outline: none;
	color: inherit;
}
a:hover,a:focus{
	outline: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0 24px;
	padding: 0 1.714285714rem;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 10px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	margin-top: 0px;
	padding: 0;
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 10px 0;
}
h1,h2,h3,h4,h5{
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size: 38px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 20px;
	font-weight:700;
}
h5{
	font-size: 16px;
}
h5{
	margin:5px 0;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}

.navbar-brand img{
	width:70%;
}
.gform_wrapper ul.gform_fields #field_1_6 label{
	display:block !important;
}
.footer .gform_wrapper ul.gform_fields #field_1_6 label{
	color:#fff;
}

.gform_wrapper ul.gform_fields #field_2_6 label{
	display:block !important;
}
/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site{
		margin: 0 auto;
		overflow: hidden;
	}
	.site-content {
		float: right;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: left;
		width: 26.041666667%;
		padding-top: 70px;
		margin-top:0;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover {
		color: #000;
	}
	.main-navigation li {
		margin: 0 40px 0 0;
		margin: 0 2.857142857rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #636363;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}

/* Minimum width of 960 pixels. */
	body .site {
		padding: 0 15px;
	}



/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
nav#site-navigation {
    margin-top: 0;
}
nav#site-navigation #menu-main-menu li a {
    font-weight: bold;
    color: #050951;
    font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
nav#site-navigation #menu-main-menu li {
    margin-right: 15px;
}
nav#site-navigation #menu-main-menu li#menu-item-36:before {
    font-family: FontAwesome;
    content: "\f095";
    padding-right: 5px;
    font-size: 14px;
}
nav#site-navigation #menu-main-menu li#menu-item-37:before {
    font-family: FontAwesome;
    content: "\f0e0";
    padding-right: 5px;
    font-size: 14px;
}
.home header.site-header {
    position: absolute;
    width: 100%;
    z-index: 99;
	padding-top: 20px;
    border-bottom: 2px solid #dededcbd;
}
header.site-header {
    width: 100%;
    z-index: 99;
	padding-top: 20px;
    border-bottom: 2px solid #dededcbd;
}
nav#site-navigation #menu-main-menu li:last-child {
    margin-right: 0;
}
nav#site-navigation #menu-main-menu li#menu-item-36 {
    margin-left: 20px;
}
div#page{
	width:100%;
	padding:0px;
}














.home .benefits{
	background: #050951;
	color:#fff;
}
/*.home .benefits .col-sm-4,.col-md-4,.col-lg-4,.col-xs-12{
	text-align:center;
	padding: 30px 15px;
}*/
.home .benefits img{
	margin-left: auto;
    margin-right: auto;
}
.home .benefits p{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.home .benefits h3{
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	text-transform: uppercase;
    font-size: 20px;
}
.home .benefits .benefit2{
	background: url(http://fergusonwhite2.flywheelsites.com/wp-content/uploads/2018/05/benefits-clock-icon-back.png);
    background-repeat: no-repeat;
    background-position: center;
}
.home .leave-money {
	background:#ededed;
	padding: 30px 0;
}
.home .leave-money .leave-money2 p{
	margin:0px;
}
.home .leave-money .leave-money1 .col-md-12 .col-md-4{
	padding: 0px;
}
.home .leave-money .leave-money1 .col-md-12 .col-md-4 img{
	float: left;
    width: 50%;
}
.home .leave-money .leave-money1 .col-md-12 .col-md-4 p{
    vertical-align: middle;
}
.home .leave-money .leave-money1 h3{
	font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 28px;
}
.sfwa_footer_area h3.widget-title {
    color: #fff;
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.sfwa_footer_area h3 {
    color: #8b8fcb;
    font-weight: bold;
    margin: 20px 0;
	text-transform:inherit;
}
.sfwa_footer_area .textwidget.custom-html-widget p {
    color: #8b8fcb;
    font-family: 'Montserrat', sans-serif;
}
.sfwa_footer_area .textwidget a {
    color: inherit;
    text-decoration: underline;
    display: block;
}
.sfwa_footer_area .textwidget a.btn{
	text-decoration:none;
}
.sfwa_row {
    padding-top: 42px;
}
.home .company_specialize{
	background: url(http://fergusonwhite2.flywheelsites.com/wp-content/uploads/2018/06/specialize.png);
    background-repeat: no-repeat;
    background-position: left;
	padding: 50px 0;
	background-size:100% 100%;
}
.home .company_specialize .cclass .cnt2{
	text-align:left;
}
.home .company_specialize .cclass .cnt2 h3{
	font-weight:bold;
}
.home .company_specialize .cclass .cnt2 ul{
	list-style: none;
	margin:0px;
	line-height: 1.7;
}
.home .company_specialize .cclass .cnt2 ul li{
	margin:0px;
}
.home .map_part {
	padding: 50px 0;
}
.home .map_part .map_class{
	padding: 0 15px;
}
.home .map_part .map_class .cnt2{
	border-top:2px solid #fbfbfb;
	border-right:2px solid #fbfbfb;
}
.home .map_part .map_class .cnt1{
    padding-top: 50px;
}
.home .industry_transaction 
{
	background:#050951;
	padding: 50px 0;
}
.home .industry_transaction .title{
	padding-top:0px;
}
.home .industry_transaction .title h3
{
	color:#fff;
	font-size: 30px;
    font-weight: bold;
}
.home .industry_transaction .col-sm-2,.home .industry_transaction .col-md-2,.home .industry_transaction .col-lg-2{
	width:14%;
}
.home .industry_transaction a img{
	opacity:0.5;
}
.home .industry_transaction a:hover img{
	opacity:1;
}
.home .who_we_are {
	padding:50px 0;
}
.home .who_we_are .weare{
	padding:0 15px;
}
.home .who_we_are .weare img{
	margin:auto;
}
.home .who_we_are .weare .desc{
	text-align:left;
	font-family: 'Montserrat', sans-serif;
}
.home .who_we_are .weare .desc h3{
	font-weight:bold;
	margin:0px;
}
.home .lets_get_started {
	padding:50px 0;
	font-family: 'Montserrat', sans-serif;
}
.home .lets_get_started .title{
	padding-top:0px;
}
.home .lets_get_started .title h3{
	font-weight:bold;
}
.home .lets_get_started .part2 {
	padding:0;
	height: 430px;
}
.home .lets_get_started .part2 .inner {
	padding:0;
	margin:0 15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
.home .lets_get_started .part2 .upper-part{
	padding:30px 15px;
	background:#f4f4f4;
}
.home .lets_get_started .part2 .lower-part{
	padding:15px 15px;
	background:#fff;
}
.home .lets_get_started .part2 .lower-part h5{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
.home .lets_get_started .part2 .lower-part a{
	text-transform:uppercase;
	background:#013471;
	color:#fff;
	padding:10px 30px;
	border-radius: 0px;
	text-decoration:none;
	display:none;
}
.home .lets_get_started .part2:hover .lower-part a{
	display:inline-block;
}

.home .lets_get_started .part1 {
	padding:0;
	height: 430px;
}
.home .lets_get_started .part1 .inner {
	padding:0;
	margin:0 15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
.home .lets_get_started .part1 .upper-part{
	padding:57px 15px;
	background:#f4f4f4;
}
.home .lets_get_started .part1 .lower-part{
	padding:15px 15px;
	background:#fff;
}
.home .lets_get_started .part1 .lower-part h5{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
.home .lets_get_started .part1 .lower-part a{
	text-transform:uppercase;
	background:#013471;
	color:#fff;
	padding:10px 30px;
	border-radius: 0px;
	text-decoration:none;
	display:none;
}
.home .lets_get_started .part1:hover .lower-part a{
	display:inline-block;
}

.home .lets_get_started .part3 {
	padding:0;
	height: 430px;
}
.home .lets_get_started .part3 .inner {
	padding:0;
	margin:0 15px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;
}
.home .lets_get_started .part3 .upper-part{
	padding:57px 15px;
	background:#f4f4f4;
}
.home .lets_get_started .part3 .lower-part{
	padding:15px 15px;
	background:#fff;
}
.home .lets_get_started .part3 .lower-part h5{
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
.home .lets_get_started .part3 .lower-part a{
	text-transform:uppercase;
	background:#013471;
	color:#fff;
	padding:10px 30px;
	border-radius: 0px;
	text-decoration:none;
	display:none;
}
.home .lets_get_started .part3:hover .lower-part a{
	display:inline-block;
}
.banner {
	background:#050951;
}
.banner .banner_title{
	padding: 20px 0;
	font-family: 'Montserrat', sans-serif;
}
    
.banner .banner_title h3{
	font-weight:bold;
	font-size:32px;
	color:#fff;
	text-transform:uppercase;
}
article#post-48{
	border-bottom:0px;
	margin-bottom:0px;
}
article#post-48 .entry-meta{
	display:none;
}
article#post-48 .entry-header{
	display:none;
}
.page-id-48 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-48 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
#gform_submit_button_1,#gform_submit_button_2{
	color: #fff;
    border-radius: 0px;
	outline: none;
    padding: 10px 50px;
    font-weight: bold;
    border: 1px solid #ea1c33;
    background: #ea1c33;
}
#gform_wrapper_1 .gform_heading,#gform_wrapper_2 .gform_heading{
	display:none;
}
#gform_wrapper_1 .gform_body label,#gform_wrapper_2 .gform_body label{
	display:none;
}
#gform_wrapper_1 .gform_body input,#gform_wrapper_2 .gform_body input{
	padding:15px 20px;
	outline:none;
	background:#ececec;
	font-family: 'Montserrat', sans-serif;
	border:0px;
	border-radius:0px;
}
#gform_wrapper_1 .gform_body textarea,#gform_wrapper_2 .gform_body textarea{
	padding:15px 20px;
	outline:none;
	font-family: 'Montserrat', sans-serif;
	background:#ececec;
	border:0px;
	border-radius:0px;
}
.page-id-48 .content-contact{
	padding:0;
}
.page-id-48 .content-contact h3{
	text-transform: uppercase;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;
    color: #050951;
}
.page-id-48 .content-contact p i{
	color: #e21927;
	font-size:16px;
}
.widget-area #nav_menu-2 {
	text-align: left;
}
.widget-area #nav_menu-2 .widget-title{
	font-size: 18px;
    font-weight: bold;
    color: #050951;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li{
	border-bottom: 2px solid #d4d4d4;
	text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #050951;
    padding: 5px 0;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li a{
	margin-left:25px;
	font-family: 'Montserrat', sans-serif;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li a:hover{
	margin-left:25px;
	color: #8d0000;
    text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.widget-area #custom_html-9{
	text-align: left;
}
.widget-area #custom_html-9 .widget-title{
	font-size: 18px;
    font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 2px solid #d4d4d4;
    color: #050951;
	padding-bottom: 15px;
}
.widget-area #custom_html-9 .textwidget{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}
.widget-area #custom_html-9 .textwidget img{
	margin-top:15px;
}
.widget-area #nav_menu-2 .menu-main-menu-container ul li:nth-child(7){
	display:none;
}
.page-id-48 .widget-area #nav_menu-2 .menu-main-menu-container ul li:nth-child(8){
	display:none;
}
.page-id-48 .widget-area #custom_html-9 .textwidget img{
	margin-top:15px;
	display:none;
}
.page-id-46 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-46 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
article#post-46 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-46 .entry-header {
    display: none;
}
article#post-46 .entry-meta {
    display: none;
}
article#post-40 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-40 .entry-header {
    display: none;
}
article#post-40 .entry-meta {
    display: none;
}
article#post-42 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-42 .entry-header {
    display: none;
}
article#post-42 .entry-meta {
    display: none;
}
article#post-44 {
    border-bottom: 0px;
    margin-bottom: 0px;
}
article#post-44 .entry-header {
    display: none;
}
article#post-44 .entry-meta {
    display: none;
}
.faq-box{
	padding: 0;
}

.faq-box .faq-box-inner{
	padding: 0;
	margin: 0 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}
.faq-box .faq-box-inner .faq-box-upper-part{
	padding: 0;
}
.faq-box .faq-box-inner .faq-box-lower-part{
	padding: 30px 40px;
    background: #fff;
	text-align: left;
}
.faq-box .faq-box-inner .faq-box-lower-part h5{
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.faq-box .faq-box-inner .faq-box-lower-part p{
	font-size: 15px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.faq-box .faq-box-inner .faq-box-lower-part a{
	font-size: 15px;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	background:#013471;
	color:#fff;
	text-transform: uppercase;
    border-radius: 0px;
    border: 1px solid #013471;
	font-weight:bold;
	padding:10px 30px;
	margin-top: 25px;
}
  
#primary{
	margin: 0px;
	padding:0px;
	padding-top: 70px;
	padding-bottom: 50px;
}
.page-id-48 #gform_wrapper_1{
	margin:0px;
	margin-top: -20px;
}

.page-id-44 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-44 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.page-id-44 .transaction-imgs{
	padding: 15px;
}
.page-id-44 .transaction-imgs a img{
	opacity: 0.5;
}
.page-id-44 .transaction-imgs a:hover img{
	opacity: 1;
}
.page-id-42 .title-contact h3{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
	color: #050951;
	padding: 50px 0;
	font-family: 'Montserrat', sans-serif;
}
.page-id-42 .title-contact p{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.page-id-42 .services-box #accordion .panel-default{
	border: 0px;
    border-radius: 0px;
	margin-top:0px;
	margin-bottom:25px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.page-id-42 .services-box #accordion .panel-default p{
	display:none;
}
.page-id-42 .services-box #accordion .panel-default .accordion-toggle{
	background:url('http://fergusonwhite2.flywheelsites.com/wp-content/uploads/2018/06/service-back-1.png');
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.page-id-42 .services-box #accordion .panel-default .collapsed{
	background:url('http://fergusonwhite2.flywheelsites.com/wp-content/uploads/2018/06/service-back-2.png');
	background-repeat: no-repeat;
    background-size: cover;
	position: relative;
}
.page-id-42 .services-box #accordion .panel-default .panel-heading .panel-title{
	font-size: 20px;
    font-weight: bold;
	color:#fff;
    text-align: center;
    text-transform: uppercase;
	margin: 34px 0;
    font-family: 'Montserrat', sans-serif;
}
.page-id-42 .services-box #accordion .panel-default .panel-heading p{
	display:none;
}
.page-id-42 .services-box #accordion .panel-default .panel-heading .panel-title{
	text-decoration:none;
	cursor:pointer;
}

.page-id-42 .services-box #accordion .panel-default .panel-collapse .panel-body{
	padding: 20px 2px;
	margin: 0px;
    border: 0px;
    border-color: #fff;
}
.page-id-42 .services-box #accordion .panel-default .panel-collapse .panel-body .desc{
	display:block;
	font-family: 'Montserrat', sans-serif;
	margin:0px;
}
.page-id-42 .services-box .panel-group {
    margin-bottom: 0px;
}

 .page-id-42 .services-box #accordion .panel-default .panel-heading[data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\e072"; /* "play" icon */
  position: absolute;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  right: 20%;
  top: calc(50% - 10px);

  /* rotate "play" icon from > (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  transform:         rotate(-90deg);
}
 .page-id-42 .services-box #accordion .panel-default .panel-heading[data-toggle="collapse"].collapsed:after {
  /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform:    rotate(90deg);
  -ms-transform:     rotate(90deg);
  -o-transform:      rotate(90deg);
  transform:         rotate(90deg);
}
.caroesual_part {
	background:#92140a;
	padding:30px;
}
.caroesual_part .carousel {
	width: 50%;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif;
}
.caroesual_part .carousel p{
	margin-bottom:0px;
}
.caroesual_part .carousel .carousel-inner p{
	display:none;
}
.caroesual_part .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
}
.caroesual_part .carousel .item a {
	color: #eb7245;
}
.caroesual_part .carousel .carousel-inner .dbcd {	
	padding: 30px 0 10px;
	font-size: 20px;
	font-style: italic;
    color: #fff;
	display:unset;
}
.caroesual_part .carousel hr{	
	margin:0px !important;
	margin-bottom:30px !important;
    color: transparent !important;
	background: transparent;
}
.caroesual_part .carousel .carousel-inner .testimonial {	
	font-size: 14px;
    color: #fff;
	text-align:justify;
	display:unset;
}
.caroesual_part .carousel .carousel-inner .overview {	
	text-align: center;
	display:unset;
	font-size: 18px;
	color: #fff;
}
.caroesual_part .carousel .carousel-inner .overview b {
	color: #fff;
	font-size: 18px;
	margin-top:50px;
	display: block;	
}

.caroesual_part .carousel .carousel-control {
	width: 50px;
	height: 50px;
	border-radius: 50%;
    background: #999;    
	padding: 5px;
	margin-top:15px;
    text-shadow: none;
	position:relative !important;
	bottom: 0 !important;
}
.caroesual_part .carousel-control i {
	font-size: 25px;
    margin-right: 0px;
}

.caroesual_part .carousel-indicators {
	display:none;	
}
.footer-information{
    background-color: #050951;
	padding:65px 0;
	color:#ffffff;
}
.footer-creditibility {
    background-color: #020428;
	padding:20px 0;
	color:#7e81bd;
}
.cta{
	padding:15px 15px;
	position: relative;
    color: #000;
	background-size: cover;
}
.lead {
    font-size: 18px;
}
.cta .overlay{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
}
.cta .content{
	position:relative;
	z-index:1;
}
.sections{
	background-size:cover;
	background-position: center;
}
.wrapper ul li{
	font-size:16px;
	margin-bottom:10px !important;
}
.carousel .left,.carousel .right{
	opacity:.6;
}
.carousel a{
	color:#000000 !important;
	text-decoration:none !important;
}
.btn{
	    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 41px;
    border-radius: 0;
}
.btn-primary{
	background-color:#013471;
	border-color:#013471;
	color:#ffffff;
}
.box{
	box-shadow: 0px 0px 25px #ccc;
	position:relative;
	margin-bottom: 30px;
}
.box .readmore{
	display:none;
}
.box .image{
	min-height: 500px;
    background-size: cover;
    background-position: center;
	position:relative;
}
.page-template-page-templatesteam-php .box .image:after{
	    content: "";
    background-color: rgba(5,9,81,.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	opacity:0;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
	transform: scale(0);
}
.page-template-page-templatesteam-php .box .image:before{
        font-family: FontAwesome;
    content: "\f067";
    position: absolute;
    color: #ffffff;
    z-index: 1;
    background: #92140a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    font-size: 24px;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
	opacity:0;
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	
}
.page-template-page-templatesteam-php .box:hover .image:after{
	transform: scale(1);
	opacity:1;
}
.page-template-page-templatesteam-php .box:hover .image:before{
	opacity:1;
}
.box .caption{
	padding: 20px 20px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    left: 0;
    right: 0;
}
.box h5 strong{
	text-transform:uppercase;
}
.box .designation{
	
}
.box .content{
	max-height: 0;
	-webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity:0;
  overflow:hidden;
}
.box:hover .content{
	max-height: 500px;
	opacity:1;
}
.fullwidth{
	width:100%;
}
.panel{
	border:0;
	box-shadow:none;
}
.panel-title {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}
.panel-title a{
    padding: 60px 40px;
	color: #ffffff;
	display: block;
	text-decoration:none;
}
.panel ul{
	list-style: disc outside;
    margin: 24px 0 24px;
}
.panel ul li{
	margin: 0 0 0 25px;
}
.panel-group .panel-heading{
	padding:0;
}
.panel-body {
    padding: 35px 0px;
    border: 0 !important;
}
.panel-title a{
	position:relative;
	    opacity: .9;
}
.panel-title a:after{
	content:"";
	background-image:url('images/tabbg.png');
	background-size:cover;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-2;
}
.panel-title a:before {
    content: "";
    background-color: rgba(140,2,2,.89);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.panel-title a.collapsed:before{
	background-color: rgba(208,208,208,.89);
}
.cta{
	position:relative;
}
.cta a.link{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:2;
	text-decoration: none;
}
.cta:hover .overlay{
	background-color:transparent;
}
#gallery-1 .gallery-item{
	    margin: 0 !important;
}
#gallery-1 .gallery-item .gallery-icon{
	line-height:0;
}
.listing-item img{
	float: left;
    margin: 20px;
    margin-top: 0;
}
.listing-item{
	clear: both;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}
.listing-item .title{
	font-weight:600;
}
.stack{
	
}
.stack [class*=col]{
	padding:0;
}
.stack .content h2{
	text-transform:uppercase;
	font-weight:700;
}
.stack .content{
	text-align: center;
    padding: 20px;
    position: absolute;
    top: 50%;
	    font-size: 17px;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.page-template-page-templatessidebar-php .widget-area,.page-template-page-templatesfaq-php .widget-area,.page-template-page-templatesteam-php .widget-area{
	padding-top:0;
	width:100%;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	    padding: 10px !important;
}
.footer .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	padding: 15px 20px !important;
	color:#000 !important;
}
.footer .gform_wrapper .gform_body input::placeholder,.footer .gform_wrapper .gform_body textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: .5; /* Firefox */
}

.footer .gform_wrapper .gform_body input:-ms-input-placeholder,.footer .gform_wrapper .gform_body textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.footer .gform_wrapper .gform_body input::-ms-input-placeholder,.footer .gform_wrapper .gform_body textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}


.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px 41px;
	background-color: #013471;
    border-color: #013471;
    color: #ffffff;
}

.link{
	    padding-left: 120px;
    position: relative;
    padding-top: 22px;
    padding-right: 0;
    min-height: 136px;
	    margin-bottom: -35px;
}
.honey {
    margin-left: -128px;
}
.link .icon:hover {
    transform: scale(1.1);
    z-index: 999;
}
.link:hover h5{
	color:rgb(144, 5, 5);
}
.link .icon{
	position: absolute;
    left: 0;
    max-width: 115px;
    top: 0;
    width: 100%;
    bottom: 0;
    background-size: cover;
	    transition-duration: 1s;
}
.caption h5 {
    padding: 12px 0;
}
div#sections5 {
    padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.about-content {
    max-width: 80%;
}
.link a{
	text-decoration:none !important;
}
.box .popup{
	    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
#content ol{
	list-style: decimal;
    margin-left: 30px;
	margin-bottom: 15px;
}
#content ol li{
	margin-bottom:5px;
}


.slide{
	font-size:21px;
}
#gallery-1 .gallery-icon img{
	opacity:1;
}
.home #sections8 .container{
	width: 100%;
    max-width: 1330px;
}
.footer-information .gform_wrapper .top_label .gfield_label{
	display:none;
}
.footer-information .gform_wrapper ul li.gfield{
	margin-top:0;
	margin-bottom:15px;
}
body .footer-information .gform_wrapper .top_label div.ginput_container{
	margin-top:0 !important;
}
.footer-information .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	color:#333 !important;
}
table.business-table {
    border: 1px solid #ededed;
	    font-size: 15px;
}
.business-table th, .business-table td{
	color: #ffffff;
    padding: 10px;
	    vertical-align: middle;
}
.business-table .first {
    background-color: rgba(255, 0, 0, .9);
	    width: 35%;
}
.business-table .second {
    background-color: rgba(0, 0, 139, .7);
	    width: 21%;
  }
.business-table .third {
    background-color: rgba(173, 216, 230, .7);
}
.business-table .fourth {
    background-color: white;
	color: #000000;
	    width: 21%;
}
.business-table .fa.fa-check {
    color: green;
    font-size: 20px;
}
.business-table .fa.fa-times {
    color: red;
    font-size: 20px;
}
#menu-side-menu li {
    border-bottom: 2px solid #d4d4d4;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #050951;
    padding: 5px 0;
}
#menu-side-menu li a{
	margin-left: 25px;
	    text-decoration: none;
}
#f1_container {
  position: relative;
  width: 390px;
  height: 320px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
	    margin: 70px auto;
  padding-left:20px;
  padding-right:20px;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  color: white;
  text-align: center;
  background-color: transparent;
}
.flips .content {
    padding: 0px;
}
.bigs #f1_container {
    width: 780px;
}
.home-btn-ab{
	text-decoration: none !important;
    padding: 33px 0 !important;
    border-radius: 50% !important;
    border: 5px solid #ffffff !important;
    text-align: center !important;
    display: inherit !important;
    margin: 0 auto !important;
    width: 180px !important;
    height: 180px !important;
    background: #000 !important;
    line-height: 1 !important;
    margin-top: -260px !important;
}
.home-btn-ab img{
	width: 115px !important;
    height: 115px !important;
}
.bl-par {
	text-align:center !important;
}
.because-box h4{
	font-weight: 700;
    color: #bb6e30;
}
.because-box p{
	text-align: left;
    color: #fff;
}
.marque-elmnt{
	margin: 0 -9999rem !important;
    padding: 1.5rem 9985rem !important;
    background: #00000000 !important;
	font-size: 20px;
}
.marque-elmnt em{
	margin-right:80px !important;
}
@media (max-width: 1200px) {
  .home-btn-ab img{
	  max-height: 100px !important;
	}
}
@media (max-width: 991px) {
  .home-btn-ab img{
	  max-height: 65px !important;
	}
	.home-btn-ab {
		padding: 17px !important;
	}
}
@media (max-width: 767px) {
  .home-btn-ab img{
	  	max-height: 100px !important;
	}
	.home-btn-ab {
		padding: 15px !important;
		margin-top: -140px !important;
	}
}
@media (max-width: 563px) {
  .home-btn-ab img{
	  max-height: 100px !important;
	}
	.home-btn-ab {
		padding: 20px !important;
	}
}
@media (min-width: 430px) {
	.home #sections1{
		padding-bottom:0px !important;
	}
}
@media (max-width: 420px) {
  .home-btn-ab img{
	  max-height: 85px !important;
	}
	.home-btn-ab {
		padding: 20px !important;
    	margin-top: -85px !important;
	}
}


@media (min-width: 991px) {
	.navbar{
		padding:0px !important;
	}

	.navbar .navbar-brand{
		padding:15px 0 !important;
	}
	.navbar .menu .menuHeader .menu-item:nth-child(5){
		width:150px !important;
		padding:5px;
	}
	.navbar .menu .menuHeader .menu-item:nth-child(5) a{
		display: inline-block;
		margin-bottom: 0;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-image: none;
		border: 3px solid transparent;
		white-space: nowrap;
		font-size: 14px;
		line-height: 1.428571429;
		border-radius: 10px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		text-transform: uppercase;
		color: #fff;
		background-color: #ea1c33;
		border-color: #ea1c33;
		padding:8px 15px;
	}
	.navbar .menu .menuHeader .menu-item:nth-child(5) a:before,.navbar .menu .menuHeader .menu-item:nth-child(5) a:after{
		display:none;
	}
}













.page-id-44 .gallery-item a {
    cursor: default;
    pointer-events: none;
}
.home .because-box img {
    border-radius: 0;
    padding: 10px;
    border: 0;
    width: 80%;
	margin-bottom: -50px;
    border-style: groove;
}
.because-box-outer{
    min-height: 476px;
}
#sections9 .carousel .left,#sections9 .carousel .right {
    opacity: 1 !important;
}
.home #sections2{
	 padding-bottom: 30px !important
}

/* Last changes September 10th */
header.site-header.black {background: #000}
footer.black .footer-information, footer.black .footer-creditibility {background-color: #000}
footer.black .footer-information #black-studio-tinymce-8 h3 {color: #bb6e30}
footer.black .footer-creditibility p {color: white}
footer.black .btn-primary, footer.black .gform_button.button {background-color: #bb6e30; color: #000; border-color: #bb6e30}
.tp-revslider-mainul p img {border: 15px solid black;}
#sections2 p {color: white}

#sections3 marquee p:first-of-type, #sections3 marquee p:last-of-type{display: none}
.page-id-396 .because-box p {color: inherit;}


#carousel div {
	text-align: center;
	width: 100px;
	height: 250px;
	float: left;
	position: relative;
	padding: 0 20px;
}
#carousel div img {
	border: none;
	width: 100%;
	height: auto;
	border: 10px solid black;
}

/*custom theme*/
.container-header{background-color:#ffffff;}
.menuHeader{}
.menuHeader li{padding:15px;}
.menuHeader li>a{font-size:1.1vw;color:#000;font-weight:400;position:relative;}
.menuHeader li>a:hover{text-decoration:none;color:#ea1c33;font-weight:500;}
.menuHeader li>a:hover:before{content: " "; background-image: url('http://intilepainting.flywheelsites.com/wp-content/uploads/2018/12/header-hover-before.png'); position: absolute; background-repeat: no-repeat; width: 20px; height: 19px; top:-10px; left: -10px;  }
.menuHeader li>a:hover:after{content: " "; background-image: url('http://intilepainting.flywheelsites.com/wp-content/uploads/2018/12/header-hover-after.png'); position: absolute; background-repeat: no-repeat; width: 20px; height: 19px; bottom:-10px; right: -10px;  }

.carousel-item{position:relative;}
#homeSlider .carousel-item{max-height: 650px;}
.carousel-item .content{position:absolute;top:40%;left:0;width:100%;text-align:center;}
.carousel-item p{color:#ffffff;font-size:1vw;font-weight:500;margin-bottom: 2.5rem;}
.carousel-item .content .title{font-size:3.8vw;font-weight:300;margin-bottom:0.4rem;}
.carousel-item .content a{color:#ffffff !important;background-color:#ea1c33;font-size:1vw;font-weight:500;text-transform:uppercase;padding:15px 30px;border-radius:50px;cursor:pointer;}
.carousel-item .content a:hover{text-decoration:none;}

.home-section1{background-color:#ea1c33;padding:50px 0;}
.home-section1 .col-md-3:hover p {color: #f1eee3;}
.home-section1 .col-md-3{text-align:center;}
.home-section1 .col-md-3 p{color:#f1eee3;}
.home-section1 .col-md-3 p:hover{color:#f1eee3;}

.home-section2{background-color:#ffffff;padding:150px;position:relative;    background-color: #F1EEE3;}
/*.home-section2:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/home-section2-before.png'); position: absolute; background-repeat: no-repeat; width: 628px; height: 628px; top:50px; left: 1%;z-index:0;}
*/.home-section2 .col-md-5{display:flex;}
.home-section2 .col-md-5 img{width:100%;align-self:center;}
.home-section2 .col-md-7 .title{font-size:2.8vw;font-weight:700;color:#ea1c33;margin:0;line-height:1;margin-bottom:15px;}
.home-section2 .col-md-7 .title2{font-size:1.1vw;font-weight:500;color:#333333;}
.home-section2 .col-md-7 p{font-size:0.9vw;font-weight:300;color:#666666;}

.home-section3{/*background-color:#ea1c33;padding:150px 0 100px;*/position: relative;padding: 0;}
.home-section3 .overlay {left: 0;right: 0;position: absolute;background: #0003;top: 0;bottom: 0;padding: 100px 0;}
.home-section3 .carousel-item .content{position:relative;}
.home-section3 .carousel-item .content .title{font-size:2.8vw;font-weight:700;color:#ea1c33;}
.home-section3 .carousel-item .content .col-md-6{text-align:left;padding-left:50px;}
.home-section3 .carousel-item .content .row{margin:0;}
.home-section3 .carousel-item .content .col-md-6 p{margin-bottom:0;}
.home-section3 .carousel-item .content .col-md-6 .title2{color:#000000;font-size:1.1vw;font-weight:500;margin:10px 0;}
.home-section3 .carousel-item .content .col-md-6 .content2{color:#000;font-size:0.8vw;font-weight:400;margin:0 0 15px;}
.home-section3 .carousel-item .content .col-md-3 {padding-left:0;}
.home-section3 .carousel-item .content .col-md-3 img{width:100%;}
.home-section3 .carousel-item .content .col-md-9{display:flex;}
.home-section3 .carousel-item .content .col-md-9 .containerProfile{align-self:center;}
.home-section3 .carousel-item .content .col-md-9 .containerProfile .title3{color:#000000;font-size:1.25vw;font-weight:600;}
.home-section3 .carousel-item .content .col-md-9 .containerProfile .content3{color:#000;font-size:0.8vw;font-weight:400;}

.carousel-indicators.section3{position:relative !important; margin-top:50px;}
.carousel-indicators.section3 li{height:15px;width:15px;border-radius:50%}
.carousel-indicators.section3 li{background-color:#4c030b;opacity:0.5;}
.carousel-indicators.section3 li.active{background-color:#000;opacity:1;}

.prev{width:50px}
.prev .row{margin:0;height:5px;}
.prev .row .col-md-8{background-color:#ffffff;padding:0}
.prev .row .col-md-4{background-color:#6d7a5e;padding:0}

.inner-section1{
	background-color: #808080;
	background-color: #E9E3D6;
	background-color: #e8d9c5;
	background-color: #ea1c33;
    padding: 50px 0;
    /*border-top: 3px solid #000;
    border-bottom: 3px solid #000;*/
}
.inner-section1 p{
	margin-bottom: 0;
    color: #f1eee3;
    font-size: 2.8vw;
    font-weight: 700;
    text-align: center;
    position: relative;
    text-decoration: none;
    padding-bottom: 0px;
   /* border-bottom: 5px solid #ea1c33;
    */display: inline-block;
    left: 50%;
    transform: translate(-50%, 0);
}

.inner-section2{background-color:#ffffff;    background-color: #F1EEE3;padding:50px;position:relative;}
.inner-section2 .col-md-5{display:flex;}
.inner-section2 .col-md-5 img{width:100%;align-self:center;}
.inner-section2 .col-md-7 .title{font-size:2.8vw;font-weight:700;color:#ea1c33;margin:0;line-height:1;}
.inner-section2 .col-md-7 .title2{font-size:1.1vw;font-weight:500;color:#333333;}
.inner-section2 .col-md-7 p{font-size:0.9vw;font-weight:300;color:#666666;}

.inner-section3{background-color:#ccd1c3;    background-color: #F1EEE3;padding:50px 0px 35px;}
.inner-section3{position: relative;padding:0;}
.inner-section3 .overlay{    
	left: 0;
    right: 0;
    position: absolute;
    background: #ffffffcf;
	background: #F1EEE3;
    top: 0;
    bottom: 0;
    padding: 70px 0;
    position: relative;
}
.inner-section3 .title{color:#333333;font-size:1.2vw;font-weight:500;}
.inner-section3 p{color:#666666;font-size:0.9vw;font-weight:400;}

.inner-section4{background-color:#ffffff;background-color: #F1EEE3;padding:50px;position:relative;}
.inner-section4 .col-md-5{display:flex;}
.inner-section4 .col-md-5 img{width:100%;align-self:center;}
.inner-section4 .col-md-7 .title{font-size:2.8vw;font-weight:700;color:#ea1c33;margin:0;line-height:1;text-align:left;margin-bottom:15px;}
.inner-section4 .col-md-7 .title2{font-size:1.1vw;font-weight:500;color:#333333;text-align:left;}
.inner-section4 .col-md-7 p{font-size:0.9vw;font-weight:300;color:#666666;text-align:left;}

.news-section1{padding:100px 0;position:relative;}
.news-section1:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/home-section2-before.png'); position: absolute; background-repeat: no-repeat; width: 628px; height: 628px; bottom:30px; left: 1%;z-index:0;}
.news-section1 img{width:100%;border-top-left-radius: 15px;border-top-right-radius: 15px;}
.news-section1 .col-md-4{border-radius:10px;margin: 15px 0;}
.news-section1 .content{background-color:#e3e3e3;padding:15px 30px;border-bottom-left-radius: 15px;border-bottom-right-radius: 15px;}
.news-section1 .content .title{color:#252525;font-size:1.1vw;font-weight:600;}
.news-section1 .content p{color:#656565;font-size:0.8vw;font-weight:400;}
.news-section1 .col-md-4 a:hover{text-decoration:none !important;}

.architecture-section1{padding:100px 0;position:relative;}
/*.architecture-section1:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/home-section2-before.png'); position: absolute; background-repeat: no-repeat; width: 628px; height: 628px; bottom:30px; left: 1%;z-index:0;}*/
.page-template-portfolio .architecture-section1:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/home-section2-before.png'); position: absolute; background-repeat: no-repeat; width: 628px; height: 628px; bottom:30px; left: 1%;z-index:0;display:none;}
.team img{width:100%;}
.architecture-section1 .col-md-12{margin-bottom:25px;}
.architecture-section1 .container-architecture {border: 1px #bdbdbd solid;margin: 0;padding: 25px 15px;background-color: #ffffff;}
.architecture-section1 .container-architecture img {width: 100%;margin-bottom:15px;}
.architecture-section1 .container-architecture a:hover{text-decoration:none;}
.architecture-section1 .container-architecture .title{font-size:2.8vw;color:#ea1c33;font-weight:600;margin-bottom:0;line-height:1;}
.architecture-section1 .container-architecture p{font-size:1.1vw;color:#333333;font-weight:500;margin-bottom:0;line-height:2;}
.architecture-section1 .container-architecture .titlePerson{font-size:1.1vw;color:#333333;font-weight:600;margin-bottom:1rem;line-height:1.5}
.architecture-section1 .container-architecture .contentPerson{font-size:0.9vw;color:#666666;font-weight:400;margin-bottom:10px;line-height:1.5}

.architecture-section2{background-color:#ea1c33;padding:50px 0px 35px;}
.architecture-section2 .title{color:#fff;font-size:1.2vw;font-weight:500;}
.architecture-section2 p{color:#333333;font-size:0.9vw;font-weight:400;}
.architecture-section2 .btn-success,.architecture_red_section .btn-success{
    color: #ea1c33;
	outline:none;
	font-weight:bold;
    background-color: #f1eee3;
    border-color: #f1eee3;
}
.architecture-section2 .btn-success:hover,.architecture_red_section .btn-success:hover{
    color: #ea1c33;
    background-color: #fcf8ee;
    border-color: #fcf8ee;
	outline:none;
	font-weight:bold;
}
.team{padding:100px 0;position:relative;}
.team:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/home-section2-before.png'); position: absolute; background-repeat: no-repeat; width: 628px; height: 628px; bottom:30px; left: 1%;z-index:0;}
.team img{width:100%;}
.team .col-md-4{position:relative;margin:15px 0;}
.team .col-md-4 .container-content{position:absolute;background-color:rgba(69,79,52,0);opacity:0;height:100%;top:0;left:15px;right:15px;display:flex;}
.team .col-md-4 .container-content .title{color:#ffffff;font-size:1.6vw;font-weight:700;margin-bottom:0;line-height:1;}
.team .col-md-4 .container-content .content{color:#ffffff;font-size:1.5vw;font-weight:500;line-height:1;}
.team .col-md-4 .container-content a{color:#ffffff;font-size:1.3vw;font-weight:500;text-decoration:none;}
.team .col-md-4:hover .container-content{background-color:#d8373cde;opacity:1;}
.team .col-md-4 .container-content .profile {width: 100%;height: fit-content;align-self: center;text-align: center;z-index:1;}
.team .col-md-4 .container-content:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/team-item-before2.png'); position: absolute; background-repeat: no-repeat; width: 187px; height: 187px; top:15%; left: 22%;z-index:0;}

.category{padding:100px 0;position:relative;}
.category:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/home-section2-before.png'); position: absolute; background-repeat: no-repeat; width: 628px; height: 628px; bottom:30px; left: 1%;z-index:0;}
.category img{width:100%;}
.category .col-md-4{position:relative;margin:15px 0;}
.category .col-md-4 .container-content{position:absolute;background-color:rgba(69,79,52,0);opacity:0;height:100%;top:0;left:15px;right:15px;display:flex;}
.category .col-md-4 .container-content .title{color:#ffffff;font-size:1.6vw;font-weight:700;margin-bottom:0;line-height:1;}
.category .col-md-4 .container-content .content{color:#ffffff;font-size:1.5vw;font-weight:500;line-height:1;}
.category .col-md-4 .container-content a{color:#ffffff;font-size:1.3vw;font-weight:500;text-decoration:underline;}
.category .col-md-4:hover .container-content{background-color:rgba(69,79,52,0.8);opacity:1;}
.category .col-md-4 .container-content .profile {width: 100%;height: fit-content;align-self: center;text-align: center;z-index:1;}
.category .col-md-4 .container-content:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/team-item-before2.png'); position: absolute; background-repeat: no-repeat; width: 187px; height: 187px; top:22%; left: 23%;z-index:0;}
.architecture-section1 .container-architecture .contentPerson a{
	color: #ffffff !important;
    background-color: #ea1c33;
    font-size: unset;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 50px;
    cursor: pointer;
	display:inline-block;
}
.architecture-section3 {
    background-color: #fcf8ee;
    padding: 50px 0px;
}
.contact-section1{padding:50px 0 0;}
.contact-section1 .map{height:400px;margin-top:50px;}
.contact-section1 .image{width:100%;}
.contact-section1 .form{margin-top:50px;}
.contact-section1 .form .col-md-4 .title{font-size:1.5vw;color:#000000;font-weight:600;}
.contact-section1 .form .col-md-4 .row{margin-top:15px;}
.contact-section1 .form .col-md-4 .row .content2{font-size:0.9vw;font-weight:400;color:#000;}
.contact-section1 .form .col-md-4 .item .ginput_container input {background-color: #ffffff !important;border: 1px #cccccc solid !important;border-radius: 50px !important;}
.contact-section1 .form .col-md-4 .item .ginput_container input::placeholder{color:#858585;padding-left:0px !important;}
.contact-section1 .form .col-md-4 .item-paragraph .ginput_container textarea {background-color: #ffffff !important;border: 1px #cccccc solid !important;border-radius: 15px !important;}
.contact-section1 .form .col-md-4 .item-paragraph .ginput_container textarea::placeholder{color:#858585;padding-left:0px !important;}
.contact-section1 .form .col-md-4 input[type='submit']{width:100%;background-color:#ea1c33 !important;border-radius:50px !important;border:1px #ea1c33 solid !important;}
.contact-section1 .form .col-md-4 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	    padding: 15px 20px !important;
}
.locn-tab a{
	color: #ffffff !important;
    background-color: #ea1c33;
    font-size: unset;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
	margin-top:15px;
}


.gform_footer{padding-right:15px;}
.marker{display:none;}
.project-slider .flexslider.slider{margin:0;border:0}
.project-slider .flexslider.carousel{margin-top:25px;}

.project-content{position:relative;}
.project-content:before{content: " "; background-image: url('http://architectprojects.flywheelsites.com/wp-content/uploads/2018/10/home-section2-before.png'); position: absolute; background-repeat: no-repeat; width: 628px; height: 628px; top:-30%; left: -10%;z-index:-1;}
.project-content .container-content{width:70%;margin:0 auto;padding-bottom: 80px;}
.project-content .container-content .title{font-size:2.8vw;font-weight:600;color:#333b25;}
.project-content .container-content .subtitle{font-size:1.1vw;font-weight:500;color:#333333;}
.project-content .container-content p{font-size:0.9vw;font-weight:400;color:#666666;}

.page-template-gallerypage .gallery-section1{padding:100px 0;position:relative;}
.footer{width:100%; margin:0;background-color:#808080;background-color: #E9E3D6;background-color: #e8d9c5;}
.footer .images{width:100%;margin:0;}
.footer .col-20{width:20%;}
.footer .col-20 img{width:100%;}
.footer .blue{padding:100px 0 80px;}
.footer .blue p{color:#000;}
.footer .blue .title{font-size:20px;font-weight:700;}
.footer .blue .content{font-size:14px;}
.footer .blue .content2{font-size:13px;color:#000;}
.footer .blue .content2:hover{text-decoration:none;color:#ea1c33;}
.footer .blue .col-md-10{padding-left:10px;color:#000;}
.footer .blue input {width: 80%;padding: 10px;border: 1px #ffffff solid;border-radius: 0px;color: #ffffff;background-color: transparent;border-right: none;}
.footer .blue input::placeholder{color:#ffffff;}
.footer .blue .button-email {background-color: #ffffff;padding: 10px 15px;color: #000000;font-size: 15px;border: 1px #ffffff solid;border-left: none;padding-bottom: 11px;}
.footer .blue .button-email:hover{color:#ffffff;text-decoration:none;}
.footer .copyright{background-color:#DDD7CB;}
.footer .copyright p{color:#000;}
.footer .copyright .container{display:-webkit-box;}
.footer .copyright p {color: #000;margin: 0;height: fit-content;margin-top: 10px;}
.footer .copyright .container-button{margin-left:70%;}
.footer .copyright .button-top {background-color: #ea1c33;padding: 10px 15px;border: none;color: #ffffff;font-size: 15px;}

.home-section1 .col-md-3 a{
	text-decoration:none;
}
.home #homeSlider .carousel-item .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-top: 15%;
    width: 100%;
    text-align: center;
	background: #0000004d;
}
.menuHeader .sub-menu{
	position: absolute;
    top: 70%;
    z-index: 99999999999999;
    display: none;
    float: left;
    min-width: 233px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    padding: 0 10px;
}

ul li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
}
.btn-protfolio{
	border: 3px solid transparent !important;
	color: #fff;
	font-weight:bold !important;
    background-color: #ea1c33;
    border-color: #ea1c33 !important;
}
.btn-protfolio:hover{
	color: #ea1c33;
    background-color: #fff;
    border-color: #ea1c33;
}
.form-file-input input{
	width:100% !important;
}
.modal-content{
	border: 3px solid #ea1c33 !important;
}
.modal-header{
	text-align: center !important;
    display: block !important;
}
.modal-header h1{
	color: #ea1c33;
    font-weight: bold;
    text-transform: uppercase;
}
.modal-body{
	padding:0 15px !important;
	padding-top: 15px !important;
}
.modal-body .gform_wrapper{
	margin:15px 0 !important;
}
.modal-body  .gform_wrapper .gform_footer{
	text-align: center;
	padding: 0;
}
.modal-body  .gform_wrapper .gform_footer #gform_submit_button_2{
	margin: 0 auto;
}
.modal-footer{
	display:none !important;
}
.page-template-team .team-above{
	padding:50px 0;
}
.page-template-team .team{
	padding-top:0px;
}
@media (min-width: 576px){
	.admin-bar .modal-dialog {
    	margin-top: 3rem !important;
	}
}
.page-id-89 .team:before,.page-id-345 .team:before{
	display:none;
}
.page-template-aboutus .inner-section4 a {
    color: #ffffff !important;
    background-color: #ea1c33;
    font-size: unset;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 50px;
    cursor: pointer;
}
.page-template-aboutus .inner-section4{
	border-top: 3px solid #ea1c33;
    border-bottom: 3px solid #ea1c33;
}
#gform_submit_button_1, #gform_submit_button_2 {
    color: #ffffff !important;
    background-color: #ea1c33;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 55px;
    border-radius: 50px;
    cursor: pointer;
	width:unset !important;
}
.navbar .menu .menuHeader .menu-item:nth-child(5) a{
		color: #ffffff !important;
    background-color: #ea1c33;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 35px;
    border-radius: 50px;
    cursor: pointer;
	width:unset !important;
	}

.architecture_red_section {
    background-color: #ea1c33;
    padding: 50px 0px 35px;
}
.architecture_red_section .title {
    color: #fff;
    font-size: 1.2vw;
    font-weight: 500;
}
.single-architecture .site-content{
	width:100%;
}
.single-architecture #comments{
	display:none;
}
.single-architecture .entry-header .entry-title{display:none;}
.single-architecture img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image{display:none;}
.single-architecture .site-content nav .nav-previous a,.single-architecture .site-content nav .nav-next a{color: #ea1c33;}


.rl-gallery .rl-gallery-link .rl-gallery-caption{
	top: 0 !important;
	bottom:unset !important;
}
.rl-basicgrid-gallery .rl-gallery-item img {
    margin-top: 50px !important;
}

.rl-gallery .rl-gallery-link .rl-gallery-caption, .rl-gallery .rl-gallery-link:after {
    background-color: #f1eee3 !important;
	text-align: center !important;
}
.rl-gallery .rl-gallery-link .rl-gallery-item-title {
    color: #ea1c33 !important;
    font-weight: bold !important;
    font-size: 15px !important;
}
.rl-basicgrid-gallery .rl-gallery-item img {
    max-height: 170px !important;
}
.contact-section1 .fa-envelope{color: #d4da1f;}
#label_2_7_1,#label_1_7_1,#label_1_8_1,#label_1_8_2,#label_1_8_3,#label_2_8_1,#label_2_8_2,#label_2_8_3{
	display:inline-block !important;
}
.page-template-architecture .architecture-section3,.page-id-246 .architecture-section3{display:none;}
.content-div a{
	display:none !important;
}
.content-div{min-height: 210px;}
.page-template-architecture .sub_title {
    min-height: 60px;
}
@media (min-width: 1400px){
	.content-div {
		min-height: 270px;
	}
}
@media (min-width: 1500px){
	.content-div {
		min-height: 300px;
	}
}
@media (max-width: 991px){
	.content-div{min-height: 430px;}
	.navbar-brand img {width: unset;max-width: 330px;}
	.menuHeader li>a {font-size: unset;}
	.menuHeader .sub-menu {top: 47%;}
	.home #homeSlider .carousel-item .content {padding-top: 20%;}
	.carousel-item .content .title {font-size: 35px;margin-bottom: 20px;}
	.carousel-item p {font-size: 18px;}
	.carousel-item .content a {font-size: 15px;}
	.home-section2 {padding: 150px 50px;}
	.home-section2 .col-md-7 .title {font-size: 28px;}
	.home-section2 .col-md-7 p {font-size: unset;}
	.inner-section1 p {font-size: 28px;}
	.inner-section2 .col-md-5 img{margin-bottom:25px;}
	.inner-section2 .col-md-7 .title {font-size: 28px;}
	.inner-section2 .col-md-7 .title2 {font-size: 18px;}
	.inner-section2 .col-md-7 p {font-size: unset;}
	.inner-section4 .col-md-7 .title {font-size: 28px;}
	.inner-section4 .col-md-7 .title2 {font-size: 18px;}
	.inner-section4 .col-md-7 p {font-size: unset;}
	.inner-section3 .overlay {position: relative;padding: 40px 0;}
	.inner-section3 .title {font-size: 20px;}
	.inner-section3 p {font-size: unset;}
	.team .col-md-4 .container-content .title {font-size: 20px;}
	.team .col-md-4 .container-content a {font-size: 16px;}
	.architecture-section1 .container-architecture .title {font-size: 28px;margin-top: 10px;margin-bottom: 5px;}
	.architecture-section1 .container-architecture p {font-size: unset;margin-bottom: 5px;}
	.architecture-section1 .container-architecture .contentPerson {font-size: unset;}
	.architecture-section2 .title {font-size: 18px;}
	.architecture-section2 p {font-size: 16px;}
	.contact-section1 .form .col-md-4 .title {font-size: 25px;}
	.contact-section1 .form .col-md-4 .row .content2 {font-size: unset;}
	
	.home-section3{background-image: url("http://intilepainting.flywheelsites.com/wp-content/uploads/2018/12/GettyImages-895802378-1.jpg");height: auto;background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;z-index: unset;}
	.home-section3 img{display:none !important;}
	.home-section3 .overlay{position:relative;padding: 50px 0;}
	.home-section3 .overlay img{display:block !important;}
	.home-section3 .carousel-item .content .title {font-size: 28px;}
	.home-section3 .carousel-item .content .col-md-6 .title2 {font-size: 18px;}
	.home-section3 .carousel-item .content .col-md-6 .content2 {font-size: 12px;}
	.home-section3 .carousel-item .content .col-md-9 .containerProfile .title3 {font-size: 20px;}
	.home-section3 .carousel-item .content .col-md-9 .containerProfile .content3 {font-size: 16px;}
	.home-section3 .carousel-item .content .col-md-6{margin-bottom:25px;}
	.home-section3 .carousel-indicators.section3 {margin-top: 25px;}
	.home-section3 .carousel-item .content .col-md-9 {padding-left: 0;}
	.home-section3 .carousel-item .content .col-md-3 img {max-width: 100px;}
}
@media (max-width: 767px){
	.page-template-architecture .sub_title {
		min-height: 0px;
	}
	.content-div{min-height: auto;}
	.navbar-brand img {width: unset;max-width: 330px;}
	.menuHeader li>a {font-size: unset;}
	.menuHeader .sub-menu {top: 47%;}
	.carousel-item .content .title {font-size: 30px;}
	.carousel-item p {font-size: 18px;}
	.carousel-item .content a {font-size: 15px;}
	.footer .blue {padding: 75px 20px 50px;}
	.footer .blue .col-md-4{margin-top: 35px;}
	.home-section2{padding:50px 0;}
	.home-section2:before{display:none;}
	.home-section2 .col-md-5 img {margin-bottom: 35px;}
	.home-section2 .col-md-7 .title {font-size: 28px;}
	.home-section2 .col-md-7 p {font-size: unset;}
	.team .col-md-4 .container-content .title {font-size: 20px;}
	.team .col-md-4 .container-content a {font-size: 16px;}
	.architecture-section1 .container-architecture .title {font-size: 28px;}
	.architecture-section1 .container-architecture p {font-size: unset;}
	.architecture-section1 .container-architecture .contentPerson {font-size: unset;}
	.architecture-section2 .title {font-size: 18px;}
	.architecture-section2 p {font-size: 16px;}
	.architecture_red_section .title {font-size: 18px;}
	.home-section3{background-image: url("http://intilepainting.flywheelsites.com/wp-content/uploads/2018/12/GettyImages-895802378-1.jpg");height: auto;background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;z-index: unset;}
	.home-section3 img{display:none !important;}
	.home-section3 .overlay{position:relative;padding: 50px 0;}
	.home-section3 .overlay img{display:block !important;}
	.home-section3 .carousel-item .content .title {font-size: 28px;}
	.home-section3 .carousel-item .content .col-md-6 .title2 {font-size: 18px;}
	.home-section3 .carousel-item .content .col-md-6 .content2 {font-size: 12px;}
	.home-section3 .carousel-item .content .col-md-9 .containerProfile .title3 {font-size: 20px;}
	.home-section3 .carousel-item .content .col-md-9 .containerProfile .content3 {font-size: 16px;}
	.home-section3 .carousel-item .content .col-md-6{margin-bottom:25px;}
	.home-section3 .carousel-indicators.section3 {margin-top: 25px;}
	.home-section3 .carousel-item .content .col-md-9 {padding-left: 0;}
	.home-section3 .carousel-item .content .col-md-3 img {max-width: 100px;}
}
@media (max-width: 500px){
	.navbar-brand img {width: unset;max-width: 270px;}
	.menuHeader li>a {font-size: unset;}
	.menuHeader .sub-menu {top: 45%;}
	.carousel-item .content .title {font-size: 25px;}
	.carousel-item p {font-size: 14px;}
	.carousel-item .content a {font-size: unset;}
	.footer .blue {padding: 75px 20px 50px;}
	.footer .blue .col-md-4{margin-top: 35px;}
	.home-section2{padding:50px 0;}
	.home-section2:before{display:none;}
	.home-section2 .col-md-5 img {margin-bottom: 35px;}
	.home-section2 .col-md-7 .title {font-size: 28px;}
	.home-section2 .col-md-7 p {font-size: unset;}
}
@media (max-width: 400px){
	.navbar-brand img {width: unset;max-width: 200px;}
	.menuHeader .sub-menu {top: 42%;}
	.carousel-item .content .title {font-size: 20px;}
	.carousel-item p {font-size: 15px;}
	.carousel-item .content a {font-size: 10px;}
	.footer .blue {padding: 75px 20px 50px;}
	.footer .blue .col-md-4{margin-top: 35px;}
	.home-section2{padding:50px 0;}
	.home-section2:before{display:none;}
	.home-section2 .col-md-5 img {margin-bottom: 35px;}
	.home-section2 .col-md-7 .title {font-size: 28px;}
	.home-section2 .col-md-7 p {font-size: unset;}
	
}
.carousel-control-prev .prev .row:before {
    font-family: FontAwesome;
    content: "\f104";
    position: absolute;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.carousel-control-next .prev .row:before {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.prev .row .col-md-8, .prev .row .col-md-4 {background: transparent;}
#swipebox-close {
    z-index: 9999999999;
}
@media(min-width:768px) and (max-width:990px){
 .title-div {
    min-height: 84px;
}
.architecture-section1 .container-architecture .title {
    min-height: 100px;
}
}
@media(min-width:1400px){
.title-div {
    min-height: 152px;
}
.architecture-section1 .container-architecture .title {
    min-height: 155px;
}
}
@media (min-width: 2050px){
.title-div {
    min-height: 250px;
}
}
.footer .blue .col-md-4:last-child p {
    text-align: right;
}
@media(min-width:768px){
.footer .blue .col-md-4:first-child {
    padding-left: 15%;
}	
}