/*
Theme Name: Bibarch
Author: SKT Themes
Author URI: https://www.sktthemes.net
Description: #
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

@font-face {
	font-family: 'ISOCPEUR';
	src: url('https://bibarchitecture.com/wp-content/themes/bibarch/fonts/ISOCPEUR.eot');
	src: url('https://bibarchitecture.com/wp-content/themes/bibarch/fonts/ISOCPEUR.eot#iefix') format('embedded-opentype'), url('https://bibarchitecture.com/wp-content/themes/bibarch/fonts/ISOCPEUR.woff2') format('woff2'), url('https://bibarchitecture.com/wp-content/themes/bibarch/fonts/ISOCPEUR.woff') format('woff'),
		url('https://bibarchitecture.com/wp-content/themes/bibarch/fonts/ISOCPEUR.ttf') format('truetype'), url('https://bibarchitecture.com/wp-content/themes/bibarch/fonts/ISOCPEUR.svg#ISOCPEUR') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Genericons */
.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: 'Genericons';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow-x: hidden;
}

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

body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: 'ISOCPEUR', sans-serif;
	font-size: 18px;
	line-height: 1.4;
}

body {
	background-color: #5a7e91;
}

a {
	color: #f99275;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: #b85750;
}

a:hover,
a:focus,
a:active {
	outline: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: normal;
	color: inherit;
}

h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 20px;
}

.clear {
	clear: both;
}

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

input,
select {
	font-family: 'ISOCPEUR', sans-serif;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

dfn,
cite,
em {
	font-style: italic;
}

blockquote {
	border: 0 solid #e67e61;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: '\2014\00a0';
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}

hr {
	background-color: #95847c;
	border: 0;
	height: 1px;
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	word-wrap: normal;
}

.search-submit .screen-reader-text {
	clip: rect(auto, auto, auto, auto);
	height: auto;
	position: static;
	width: auto;
}

.search-form:after {
	content: '';
	clear: both;
	display: block;
}

.search-submit {
	float: right;
	margin-top: 20px;
}

/* Forms */
button,
input,
textarea,
select {
	background-color: #f3f3f3;
	border: none;
	border-radius: 30px;
	color: #22140e;
	font-family: inherit;
	line-height: normal;
	padding: 19px 30px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: 0;
}

button,
input[type='submit'],
input[type='button'],
input[type='reset'] {
	background-color: #ffffff;
	border: none;
	color: #282828;
	cursor: pointer;
	display: inline-block;
	padding: 14px 50px;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: auto;
}

button:hover,
button:focus,
input[type='submit']:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='button']:focus,
input[type='reset']:focus {
	background: #eaeaea;
	box-shadow: none;
	outline: none;
}

::-webkit-input-placeholder {
	color: #808080;
}

:-moz-placeholder {
	color: #808080;
	opacity: 1;
}

::-moz-placeholder {
	color: #808080;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #808080;
}

::-ms-input-placeholder {
	color: #808080;
}

/* Buttons */
.button {
}

.button a {
	background-color: #e67e61;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	padding: 12px 40px;
}

.button a:hover {
	background-color: #b85750;
	color: #fff;
}

/* Alignments */
.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}

/** Widgets **/
.widget {
	border-top: 4px solid #1a1a1a;
	margin-bottom: 3.5em;
	padding-top: 1.75em;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #007acc;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #f99275;
	border-radius: 2px;
	display: inline-block;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #f9b39d;
	color: #f9b39d;
	outline: 0;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_recent_entries ul ul,
.widget_recent_comments ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_pages ul ul {
	margin-top: 10px;
	padding-left: 2px;
}

.widget_recent_entries ul li:before,
.widget_recent_comments ul li:before,
.widget_archive ul li:before,
.widget_categories ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 18px;
	left: 0;
	line-height: normal;
	position: absolute;
	top: 0;
}

.widget_recent_entries ul li,
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_pages ul li {
	line-height: normal;
	margin-bottom: 10px;
	padding-left: 16px;
	position: relative;
}

.widget_recent_entries ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child {
	margin-bottom: 0;
}

/* Comments */
.comments-area {
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #b85750;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

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

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 35px 0;
}

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

.comment-list .children > li {
	padding-left: 25px;
}

.comment-author {
}

.comment-author .avatar {
	float: left;
	height: 60px;
	margin-right: 0.875em;
	position: relative;
	width: 60px;
}

.bypostauthor > article .fn:after {
	content: '\f304';
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #c0c0c0;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #b85750;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: '\002f';
	color: #c0c0c0;
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #e67e61;
	border-radius: 2px;
	color: #e67e61;
	display: inline-block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 15px;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #b85750;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #c0c0c0;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #e67e61;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 20px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
}

.comment-reply-title small a:before {
	content: '\f405';
	font-size: 32px;
	position: relative;
	top: -5px;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}

/* Captions */
.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

/* Galleries */
.gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* Multisites */
.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	font-size: 1rem;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type='submit'] {
	font-size: 16px;
	font-size: 1rem;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}

/* Header */
.site-header {
	background-color: #5a7e91;
}

.site-header .site-header-inner {
	position: relative;
}

.site-branding {
	float: left;
	padding: 30px 0 25px;
}

.custom-logo-link {
	display: inline-block;
}

.site-title {
	font-size: 40px;
	font-weight: 600;
	line-height: normal;
	margin: 0;
}

.site-title a {
	color: #fff;
}

.site-description {
	color: #fff;
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
}

.header-widget-area {
	position: absolute;
	right: 0;
	top: 44px;
}

.header-phone {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
}

/* Main Navigation */
.navbar {
	background-color: #5a7e91;
}

.navbar-container {
	min-height: 64px;
	position: relative;
}

.main-navigation {
	float: right;
	margin-top: 33px;
}

.main-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	margin-left: 35px;
	position: relative;
}

.main-navigation ul li a {
	border-bottom: solid 2px transparent;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: normal;
	padding: 18px 0;
	text-decoration: none;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current-page-ancestor > a,
.main-navigation ul li.current-menu-ancestor > a {
	border-color: #fff;
	text-decoration: none;
}

.main-navigation ul > li.menu-item-has-children > a:after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 8px;
	font-size: 18px;
}

.main-navigation ul li ul {
	background-color: #f99275;
	display: none;
	min-width: 180px;
	position: absolute;
	top: 100%;
	white-space: nowrap;
	z-index: 999;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation ul li ul li {
	display: block;
	border-bottom: 1px solid #f1f1f1;
}

.main-navigation ul li ul li:last-child {
	border: none;
}

.main-navigation ul li ul li a {
	display: block;
	padding: 10px 15px;
}

.main-navigation ul li ul li a:after {
	display: none;
}

.main-navigation ul li ul li ul {
	left: 100%;
	top: 0;
}

.menu-toggle {
	color: white;
	display: none;
	font-size: 30px;
	line-height: normal;
	float: right;
	margin-top: 45px;
}

.menu-toggle:hover {
	color: #282828;
}

/* Inner Pages */
.inner-container {
	margin-bottom: 80px;
	margin-top: 80px;
}

.content-row {
	margin-left: -25px;
	margin-right: -25px;
}

.content-row:after,
.content-row:before {
	clear: both;
	content: '';
	display: block;
}

.content-area {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 1px;
	width: 64%;
}

.content-area.full-width {
	width: 100%;
}

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

.header-image {
	max-height: 300px;
	overflow: hidden;
}

.header-image img {
	width: 100%;
}

.entry-header,
.page-header {
	margin: 50px 0 40px;
}

.entry-title,
.page-title {
	color: #fff;
	font-size: 40px;
	margin: 0;
}

h2.entry-title,
h2.page-title {
	font-size: 32px;
	margin: 0 0 20px;
}

.taxonomy-description {
	margin-top: 15px;
}

.post-thumbnail {
	display: block;
	margin-bottom: 25px;
}

.post-thumbnail img {
	display: block;
}

/* Paginations */
.nav-links {
}

.nav-links-col {
	float: left;
	min-height: 1px;
	width: 50%;
}

.post-navigation,
.image-navigation {
	hyphens: auto;
	margin-top: 45px;
	overflow-wrap: break-word;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
	padding: 11px 0 12px;
	width: 100%;
}

.post-navigation .meta-nav {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 900;
	line-height: 2;
	text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429;
	text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
	text-decoration: none;
}

.paging-navigation {
	margin-top: 60px;
	text-align: center;
}

.pagination.loop-pagination {
	border-top: 5px solid #e67e61;
}

.paging-navigation .page-numbers {
	background-color: #e67e61;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 6px;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 48px;
}

.paging-navigation a {
	color: #fff;
	text-decoration: none;
}

.paging-navigation .page-numbers.current,
.paging-navigation a:hover {
	background-color: #b85750;
	color: #fff;
}

/* Single Posts */
.post-meta {
	margin-bottom: 15px;
}

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

.post-meta ul li {
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 20px;
}

.post-meta ul li i {
	margin-right: 4px;
}

.post-meta ul li a {
}

.template-part-content,
.template-part-search {
	border-bottom: solid 2px #e67e61;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.template-part-content:last-of-type,
.template-part-search:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.template-part-search article.page .cat {
	display: none;
}

/* Sidebar */
.sidebar {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 1px;
	width: 36%;
}

.sidebar-widget {
	background-color: #54778a;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px;
}

.widget-title {
	color: #ffffff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	margin-bottom: 40px;
	margin-top: 0;
}

.widget-title:after {
	background-color: #ffffff;
	content: '';
	display: block;
	height: 2px;
	margin-top: 20px;
	width: 40px;
}

.contact-sidebar-widget .widget-title {
	font-size: 43px;
	font-weight: normal;
}

.contact-sidebar-widget .widget-title:after {
	height: 1px;
	width: 85px;
}

.sidebar .search-form {
	position: relative;
}

.sidebar .search-form .search-submit {
	bottom: 0;
	height: 100%;
	margin: 0;
	padding: 10px 25px;
	position: absolute;
	right: 0;
}

.sidebar .search-form .search-field {
	padding-right: 82px;
}

.sidebar .search-form .search-submit .screen-reader-text {
	position: static;
}

/* Portfolio Section */
.portfolio-section {
	padding-bottom: 80px;
	padding-top: 40px;
}

.portfolio-row {
	margin-left: -15px;
	margin-right: -15px;
}

.portfolio-row:after {
	clear: both;
	content: '';
	display: block;
}

.portfolio-box {
	float: left;
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 25%;
}

.portfolio-box-inner {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}

.portfolio-box-image img {
	display: block;
	width: 100%;
}

.portfolio-box-title-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
}

.portfolio-box-title {
	color: #fff;
	font-size: 22px;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.portfolio-box-inner:hover .portfolio-box-title-overlay {
	opacity: 1;
	visibility: visible;
}

/* Single Portfolio */
.portfolio-back-btn {
	display: block;
	margin: 0 !important;
	color: #fff;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 15px;
}

.portfolio-content-row {
	display: block;
	flex-direction: column;
	align-items: center;
	/* margin-left: -15px;
	margin-right: -15px; */
}

.portfolio-content-row:after {
	content: '';
	clear: both;
	display: block;
}

.portfolio-content-area {
	padding-left: 15px;
	padding-right: 15px;
	min-height: 1px;
	width: 100%;
}

.portfolio-content-area .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	max-height: 600px;
	-webkit-transform: translate3d(0, 0, 0);
}

.portfolio-content-sidebar {
	margin-top: 52px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-height: 440px;
	/* overflow-y: scroll; */
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.portfolio-content-sidebar {
		flex-direction: column;
		align-items: center;
		margin-top: 48px !important;
	}
}

.portfolio-single-title {
	font-size: 18px;
	display: block;
	font-weight: 400;
	margin: 0;
}

.portfolio-content-no-images .portfolio-content-area {
	display: none;
}

.portfolio-content-no-images .portfolio-content-sidebar {
	max-height: 100%;
	overflow-y: auto;
	width: 100%;
}

.portfolio-carousel {
	position: relative;
}

.portfolio-content-area .portfolio-carousel .portfolio-thumbnail {
	width: 100%;
	height: 70vh;
	margin: 0;
}

@media (max-width: 768px) {
	.portfolio-content-area .portfolio-carousel .portfolio-thumbnail {
		height: 30vh;
	}
}

.portfolio-content-area .portfolio-carousel .portfolio-thumbnail img {
	display: block;
	object-fit: contain;
	height: inherit;
	object-position: top;
}

.portfolio-carousel .owl-dots {
	position: absolute;
	bottom: -40px;
	text-align: center;
	width: 100%;
}

.portfolio-carousel .owl-dots .owl-dot {
	background-color: #000;
	opacity: 0.2;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin: 0 4px;
}

.portfolio-carousel .owl-dots .owl-dot.active {
	background-color: #fff;
}

/* Contact Page */
.contact-entry-content {
	max-width: 650px;
}

.contact-entry-content .wpcf7-form p {
	margin-bottom: 10px;
}

.contact-entry-content .wpcf7-form .wpcf7-textarea {
	height: 200px;
	resize: none;
}

.contact-entry-content .wpcf7-form .wpcf7-submit {
	margin-top: 20px;
}

span.wpcf7-not-valid-tip {
	font-size: 14px;
	color: #f7e700;
	padding-left: 22px;
}

.contact-info {
	list-style-type: none;
	margin: 60px 0 0;
	padding: 0;
}

.contact-info li {
	margin-bottom: 20px;
}

.contact-info li img {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}

.contact-info li span {
	display: inline-block;
	font-size: 19px;
	vertical-align: middle;
}

.contact-info li span small {
	display: block;
	font-size: 17px;
	line-height: normal;
}

.contact-info li span big {
	font-size: 23px;
}

/* Team Member Page */
.team-member-row {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 50px;
}

.team-member-row:after {
	clear: both;
	content: '';
	display: block;
}

.team-member-box {
	float: left;
	margin-top: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 33.3333%;
}

.team-member-box-inner img {
	display: block;
	width: 100%;
}

.team-member-title {
	font-size: 27px;
	font-weight: 400;
	margin: 30px 0 5px;
}

.team-member-designation {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.team-member-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-top: 20px;
}

/* Practice Page */
.columns-row {
	margin-bottom: 55px;
	margin-left: -15px;
	margin-right: -15px;
}

.columns-row:after {
	clear: both;
	content: '';
	display: block;
}

.columns-box {
	float: left;
	margin-bottom: 30px;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	width: 50%;
}

/* Footer */
.site-footer {
}

.footer-border {
	height: 1px;
	background-color: #6c8fa2;
}

.footer-widgets-area {
	margin-left: -25px;
	margin-right: -25px;
	padding: 80px 0;
}

.footer-widgets-area:after,
.footer-widgets-area:before {
	clear: both;
	content: '';
	display: block;
}

.footer-widget {
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	width: 33.33333%;
	min-height: 1px;
}

.footer-widget-title {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0;
}

.site-footer .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-footer .menu li {
	margin-bottom: 12px;
}

.site-footer .menu li a {
	color: #919090;
}

.site-footer .menu li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	margin-right: 12px;
}

.site-footer .menu li ul {
	display: none;
}

.copyright-info {
	background-color: #54778a;
	padding: 30px 0;
	text-align: center;
}

.copyright-info p {
	margin: 0;
}

.portfolio-pagination {
	border-top: 5px solid #ffffff;
	margin-top: 30px;
	text-align: center;
}

.portfolio-pagination .page-numbers {
	background-color: #ffffff;
	color: #282828;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-right: 4px;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 52px;
	margin-left: 2px;
	margin-bottom: 14px;
}

.portfolio-pagination a {
	color: #ffffff;
	text-decoration: none;
}

.portfolio-pagination .page-numbers.current,
.portfolio-pagination a:hover {
	background-color: #282828;
	color: #ffffff;
}

.portfolio-content {
}

.portfolio-content .portfolio-categ {
	margin: 0 0 40px;
	text-align: center;
}

.portfolio-content .portfolio-categ li {
	border-bottom: solid 3px transparent;
	cursor: pointer;
	display: inline-block;
	margin: 0 20px 30px;
	padding-bottom: 5px;
}

.portfolio-content .portfolio-categ li.mixitup-control-active {
	border-bottom: solid 3px;
}

.portfolio-content .portfolio-area {
	margin: 0 -15px;
}

.portfolio-content .portfolio-area:after {
	content: '';
	clear: both;
	display: block;
}

.portfolio-content .portfolio-area li {
	float: left;
	margin-bottom: 30px;
	width: 25%;
	overflow: hidden;
	box-sizing: border-box;
	list-style: none;
	padding-left: 15px;
	padding-right: 15px;
}

.portfolio-content .portfolio-area li .image-block {
	border-radius: 3px;
	overflow: hidden;
	display: block;
	position: relative;
}

.portfolio-content .portfolio-area li .image-block-title {
	background-color: rgba(0, 0, 0, 0.7);
	line-height: 1.6;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s;
	margin: 0;
	text-align: center;
	padding: 0 20px;
	text-transform: uppercase;
}

.portfolio-content .portfolio-area li .image-block img {
	display: block;
	width: 100%;
}

.portfolio-content .portfolio-area li .image-block:hover .image-block-title {
	opacity: 1;
	visibility: visible;
}

/* Media Queries */
@media (max-width: 1199px) {
	.sidebar-widget {
		padding: 20px;
	}
}

@media (max-width: 991px) {
	.menu-toggle {
		display: block;
	}

	.main-navigation {
		background-color: #282828;
		clear: both;
		float: none;
		margin: 0;
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 99;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation ul li {
		display: block;
		margin: 0;
	}

	.main-navigation ul li a {
		padding: 10px 25px;
	}

	.main-navigation ul li a:hover,
	.main-navigation ul li.current-menu-item > a,
	.main-navigation ul li.current_page_item > a,
	.main-navigation ul li.current-page-ancestor > a,
	.main-navigation ul li.current-menu-ancestor > a {
		color: #ffffff;
	}

	.main-navigation ul li ul {
		padding-left: 20px;
		background-color: transparent;
		position: static;
	}

	.main-navigation ul li ul li {
		border-bottom: none;
	}

	.main-navigation ul li ul li a:after {
		display: inline;
	}

	.portfolio-box {
		width: 33.3333%;
	}

	.portfolio-content .portfolio-area li {
		width: 33.3333%;
	}

	.content-area {
		width: 100%;
	}

	.sidebar {
		margin-top: 40px;
		width: 100%;
	}

	.contact-entry-content {
		max-width: 100%;
	}

	.portfolio-content-area {
		width: 100%;
	}

	.portfolio-content-sidebar {
		margin-top: 30px;
		max-height: 100%;
		overflow-y: auto;
		width: 100%;
	}

	.footer-widgets-area {
		padding: 60px 0;
	}

	.footer-widget {
		float: none;
		margin-bottom: 60px;
		width: 100%;
	}

	.footer-widget:last-of-type {
		margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	.main-navigation ul {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.site-branding {
		padding-bottom: 10px;
	}

	.header-widget-area {
		margin-bottom: 20px;
		position: static;
		text-align: center;
	}

	.navbar-container {
		min-height: 50px;
	}

	.portfolio-box {
		width: 50%;
	}

	.portfolio-content .portfolio-area li {
		width: 50%;
	}

	.team-member-box {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.entry-title,
	.page-title {
		font-size: 36px;
	}

	h2.entry-title,
	h2.page-title {
		font-size: 26px;
	}

	.nav-links-col {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.portfolio-box {
		width: 100%;
	}

	.portfolio-content .portfolio-area li {
		width: 100%;
	}

	.columns-box {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#n2-ss-1-arrow-next {
		display: none;
	}

	#n2-ss-1-arrow-previous {
		display: none;
	}
}

#n2-ss-1-arrow-next {
	bottom: -50px !important;
}

#n2-ss-1-arrow-previous {
	bottom: -50px !important;
}

div#n2-ss-1 .nextend-bar-horizontal div * {
	text-align: center;
	display: block !important;
}

div#n2-ss-1 .n2-ss-control-bullet {
	margin-bottom: 16px;
	margin-top: 0;
}

@media (max-width: 991px) {
	div#n2-ss-1 .nextend-bar-horizontal div * {
		font-size: 24px;
	}
}

.n2-section-smartslider {
	position: relative;
	overflow: visible !important;
}

div#n2-ss-1 .n2-ss-slider-1 {
	height: 70vh !important;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 1080px;
	border-style: solid;
	border-width: 0px;
	border-color: #3e3e3e;
	border-color: RGBA(62, 62, 62, 1);
	border-radius: 0px;
	background-clip: padding-box;
	background-repeat: repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: scroll;
}

@media (max-width: 768px) {
	div#n2-ss-1 .n2-ss-slider-1 {
		height: 50vh !important;
	}
}

.owl-carousel .owl-stage {
	background-color: transparent;
}