/*
	Theme Name: Airco
	Theme URI: http://premiumlayers.net/demo/wp/airco/
	Description: Airco WordPress Theme
	Author: PremiumLayers
	Author URI: http://premiumlayers.net
	Version: 1.0
	Tags: threaded-comments, theme-options, sticky-post, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background
	Text Domain: airco
	License: GNU General Public License
	License URI: license.txt
*/

/* [Layout] */

/*----------
	
	## Font List
		- font-family: 'Roboto Condensed', sans-serif;
		- font-family: 'Raleway', sans-serif;
		- font-family: 'Poppins', sans-serif;
		- font-family: 'Roboto', sans-serif;

	## Global
		- Padding/Margin
		- Section Padding

	## Site Header
	
	## Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- min-width: 576
		- max-width: 1199
		- min to max: 992 to 1199
		- max-width: 991
		- min to max: 768 to 991
		- max-width: 767
		- min to max: 576 to 767
		- max-width: 639
		- max-width: 575
		- max-width: 479
		
----------*/

/* ## Global ******************************************* */

body {
	background-color: #dfe1e3;
	background-position: top;
	background-repeat: no-repeat;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #000000;
	overflow-x: hidden;
	background-attachment: fixed;
	line-height: 1.9;
}
html[dir="rtl"] body {
	text-align: right;
}
img {
    max-width: 100%;
	height: auto;
}
a:hover,
a {
	color: #1e38ae;
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}

@font-face {
	font-family: 'arialregular';
	src: url('assets/css/fonts/arial.woff2') format('woff2'),
		url('assets/css/fonts/arial.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.page_spacing > .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins ] */
/* ========================================================================== */
/* ========================================================================== */

/*
	[Table of contents]

	## Site Loader
	
*/

/* ## Site Loader */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}
.load-complete .line-scale {
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.load-complete .line-scale > div {
	display: inline-block;
	border-color: #1e38ae #1e38ae transparent;
	background-color: #1e38ae;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}
.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins Over ] */
/* ========================================================================== */
/* ========================================================================== */

/* --------------------------------------------------------------------------------------------------------------------------------------------*/

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */

/* =========================================================== */
				/* [Table of contents] */
/* =========================================================== */

/*
	+ Responsive
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- min-width: 576
		- max-width: 1199
		- min to max: 992 to 1199
		- max-width: 991
		- min to max: 768 to 991
		- max-width: 767
		- max-width: 639
		- max-width: 575
		- max-width: 479
*/

/* + Header */
/* - Top Header */
.header_s .top-header {
	background-color: #1c2d8b;
}
.header_s .top-header .top-content {
	display: inline-block;
	padding: 17px;
	max-width: 100%;
}
.header_s .top-header .top-content > span,
.header_s .top-header .top-content > div {
	display: inline-block;
	width: 100%;
}
.header_s .top-header .top-content > span,
.header_s .top-header .top-content > div {
	color: #fff;
	min-height: 42px;
	position: relative;
	padding: 10px 0 10px 58px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
	margin-bottom: 23px;
}
.header_s .top-header .top-content .header-social {
	padding-bottom: 0;
}
.header_s.no-header-social .top-header .top-content > span:last-of-type,
.header_s .top-header .top-content > div:last-of-type {
	margin-bottom: 0;
}
.header_s .top-header .top-content > span a:hover {
	color: rgba(255,255,255,0.6);
}
.header_s .top-header .top-content > span a,
.header_s .top-header .top-content > div a {
	color: #fff;
	text-decoration: none;
}
.header_s .top-header .top-content > span > i,
.header_s .top-header .top-content > div > i {
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 2.8;
}
.header_s .top-header .top-content > div > ul {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.header_s .top-header .top-content > div > ul > li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.header_s .top-header .top-content > div > ul > li > a {
	color: #fff;
	text-decoration: none;
}
.header_s .top-header .top-content > div > ul > li > a:hover {
	color: rgba(255,255,255,0.6);
}

/* - Menu Block */
.header_s .menu-block {
	display: inline-block;
	width: 100%;
}
.header_s .menu-block .ownavigation .navbar-brand.text-logo {
	color: #1e38ae;
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	word-wrap: break-word;
	white-space: normal;
}
.header_s .menu-block .ownavigation .navbar-brand.text-logo > span {
	color: rgba(0,0,0,0.35);
	display: block;
	font-size: 19px;
	font-weight: 400;
	letter-spacing: 1.14px;
	line-height: 1.38;
	text-transform: lowercase;
	margin-top: 5px;
}
.header_s .menu-block .ownavigation .navbar-nav > li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	line-height: 1.667;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.header_s .menu-block .ownavigation ul li > .dropdown-menu li a {
	font-size: 18px;
}

/* - Footer Section */
.footer-widget {
	background-color: #1e38ae;
	padding: 50px 15px;
}
/* - Bottom Footer */
.bottom-footer {
	background-color: #1b329c;
	padding: 43px 35px;
}
.bottom-footer .ftr-content p {
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

/* - Container Block */
.container-block {
	max-width: 1350px;
	margin: 0 auto;
}

/* + Page Banner */
.page-banner {
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 57px;
	padding-top: 50px;
	position: relative;
	text-align: center;
}
.page-banner::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.page-banner .container > h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.35;
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}
.page-banner .container > h3  > span {
	color: #ff6101;
}
.page-banner .container > .breadcrumb {
	background-color: transparent;
	position: relative;
	margin-bottom: 0;
	padding: 0;
	justify-content: center;
	font-size: 0;
}
.page-banner .breadcrumb span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	text-transform: lowercase;
	color: rgba(255, 255, 255, 0.561);
	line-height: 1.108;
}
.page-banner .container .breadcrumb  span > a {
	color: rgba(255, 255, 255, 0.561);
	text-decoration: none;
}
.page-banner span+span::before {
	content: "\f35a";
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.561);
	padding-left: 6px;
	padding-right: 6px;
}

/* + Pagination */
.pagination,
.blog-listing.two-column .pagination,
.blog-listing.one-column .pagination {
	margin: 40px auto 0;
	display: block;
	text-align: center;
	width: 100%;
}
.pagination .screen-reader-text {
	display: none;
}
.pagination .nav-links .page-numbers {
	border: 1px solid #888;
	border-radius: 5px;
	color: #888;
	display: inline-block;
	font-size: 16.8px;
	line-height: 1.88;
	margin: 3px;
	padding: 1px 15px;
	text-decoration: none;
	vertical-align: middle;
	text-transform: capitalize;
	min-width: 37px;
	min-height: 35px;
}
.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {
	background-color: #1e38ae;
	border-color: transparent;
	color: #fff;
}
.pagination .nav-links .page-numbers.prev,
.pagination .nav-links .page-numbers.next {
	font-size: 13px;
	padding: 5px 15px;
}

/* - Section Header */
.section-header {
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
.section-header.uniq-title {
	padding-top: 30px;
}
.section-header.uniq-title.no-top-space {
	padding-top: 0;
}
.section-header.uniq-title.no-bottom-space {
	margin-bottom: 0;
}
.section-header h3 {
	color: #212121;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 200;
	line-height: 1.25;	
	margin-bottom: 0;
	position: relative;
	text-transform: capitalize;
	padding-left: 20px;
}
.section-header h3::before {
	background-color: #1e38ae;
	content: "";
	position: absolute;
	left: 0;
	bottom: 7px;
	top: 3px;
	width: 3px;
}
.section-header h3 ~ p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.563;
	margin-bottom: 0;
	margin-top: 7px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.section-header-2 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
.section-header-2 > h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 200;
	line-height: 1.25;	
	margin-bottom: 0;
	position: relative;
	text-transform: capitalize;
}
html[dir="rtl"] .section-header h3 {
	padding-left: 0;
	padding-right: 20px;
}
html[dir="rtl"] .section-header h3::before {
	left: auto;
	right: 0;
}
	
/* + Shortcodes */

/* - Services Section 1 */
.services-section-1 {
	padding-top: 70px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.services-section-1.no-top-space {
	padding-top: 0;
}
.services-section-1.no-bottom-space {
	padding-bottom: 0;
}
.services-section-1 .srv-box {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.services-section-1 .srv-box > i {
	background-color: #fff;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	width: 131px;
	height: 131px;
	position: relative;
}
.services-section-1 .srv-box > i::before {
	border-radius: 50%;
	box-shadow: 0px 25px 24px 0px rgba(0,0,0,0.11);
	border: 11px solid #1e38ae;
	bottom: -11px;
	content: "";
	left: -11px;
	position: absolute;
	right: -11px;
	top: -11px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section-1 .srv-box:hover > i::before {
	opacity: 1;
}
.services-section-1 .srv-box > i img {
	position: relative;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	top: 50%;
}
.services-section-1 .srv-box > h3 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	margin-top: 54px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.services-section-1 .srv-box:hover > h3 {
	color: #1e38ae;
}
.services-section-1 .srv-box > p {
	color: #888b96;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 1.563;
	margin-bottom: 0;
}

/* - Services Section 2 */
.services-section-2 {
	padding-top: 47px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.services-section-2.no-top-space {
	padding-top: 0;
}
.services-section-2.no-bottom-space {
	padding-bottom: 0;
}
.services-section-2 .srv-box,
.services-section-2 .srv-box > i,
.services-section-2 .srv-box > h3 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section-2 .srv-box {
	border: 2px solid transparent;
	background-color: #1e38ae;
	padding: 40px 15px;
	text-align: center;
}
.services-section-2 .srv-box > i {
	font-size: 38px;
	color: #fff;
}
.services-section-2 .srv-box > h3 {
	font-size: 17px;
	color: #fff;
	line-height: 1.529;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: 21px;
}
.services-section-2 .srv-box:hover {
	background-color: #fff;
	border-color: #1e38ae;
}
.services-section-2 .srv-box:hover > i {
	color: #1e38ae;
}
.services-section-2 .srv-box:hover > h3 {
	color: #232323;
}

/* - Services Section 3 */
.services-section-3 {
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.services-section-3.no-top-space {
	padding-top: 0;
}
.services-section-3.no-bottom-space {
	padding-bottom: 0;
}
.services-section-3  .srv-box {
	max-width: 290px;
	display: block;
	margin: 0 auto;
}
.services-section-3  .srv-box > i {
	display: inline-block;
	max-width: 100%;
}
.services-section-3  .srv-box > .srv-detail {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	display: inline-block;
	width: 100%;
	padding: 22px 28px;
	border-top: none;
}
.services-section-3  .srv-box > .srv-detail > h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #232323;
	line-height: 1.551;
}
.services-section-3  .srv-box > .srv-detail > p {
	font-size: 16px;
	color: #888b96;
	line-height: 1.777;
}
.services-section-3  .srv-box > .srv-detail > a {
	color: #1e38ae;
	display: inline-block;
	font-size: 14.78px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.49px;
	line-height: 1.308;
	text-decoration: none;
	margin-top: 13px;
}
.services-section-3  .srv-box > .srv-detail > a::after {
	content: "\f30b";
	font-family:Font Awesome\ 5 Free;
	font-weight: bold;
	font-size: 15.92px;
    vertical-align: calc(-1px);
	margin-left: 14px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	display: inline-block;
}
.services-section-3  .srv-box > .srv-detail > a:hover::after {
	margin-left: 20px;
}

/* - Elements Accordion */
.elements-accordion.top-space {
	padding-top: 35px;
}
.elements-accordion.bottom-space {
	padding-bottom: 35px;
}
.elements-accordion .card {
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
	border-radius: 5px;
}
.elements-accordion .card .card-header {
	background-color: transparent;
	border: none;
	padding: 0;
}
.elements-accordion .card .card-header .btn-link {
	color: #232323;
	white-space: normal;
	text-align: left;
	padding: 8px 50px 8px 17px;
	width: 100%;
	font-size: 18px;
	line-height: 1.667;
	text-decoration: none;
	position: relative;
}
.elements-accordion .card .card-header .btn-link::before {
	content: "\f056";
	font-family:Font Awesome\ 5 Free;	
	font-weight: bold;
	color: #1e38ae;
	font-size: 30px;
	position: absolute;
	right: 12px;
	top: 2px;
	font-size: 24px;
}
.elements-accordion .card .card-header .btn-link.collapsed::before {
	content: "\f055";
}
.elements-accordion .card .card-body {
	padding: 12px 18px 24px;
}
.elements-accordion .card .card-body > p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.777;
	margin-bottom: 0;
}
.elements-accordion .card .card-body img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

/* - Elements Tabs */
.elements-tabs.top-space {
	padding-top: 35px;
}
.elements-tabs.bottom-space {
	padding-bottom: 35px;
}
.elements-tabs .nav-tabs {
	border-bottom: none;
	padding: 0;
}
.elements-tabs .nav-tabs li {
	margin-right: 10px;
}
.elements-tabs .nav-tabs li:last-child {
	margin-right: 0;
}
.elements-tabs .nav-tabs li a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 5px 5px 0 0;
	color: #232323;
	font-size: 16px;
	line-height: 1.5;
	padding: 10px 40px;
}
.elements-tabs .nav-tabs .nav-item.show .nav-link, 
.elements-tabs .nav-tabs .nav-link.active {
	background-color: #1e38ae;
	color: #fff;
	border-color: transparent;
}
.elements-tabs .tab-content {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	display: inline-block;
	width: 100%;
	padding: 27px 24px;
	border-radius: 0 0 5px 5px;
}
.elements-tabs .tab-content .tab-pane > p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.777;
	margin-bottom: 0;
}
.elements-tabs .tab-content .tab-pane img {
	float: left;
	margin-right: 23px;
}

/* - Gallery Section */
.gallery-section {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	padding-top: 47px;
	padding-bottom: 50px;
}
.gallery-section.no-top-space {
	padding-top: 0;
}
.gallery-section.no-bottom-space {
	padding-bottom: 0;
}
.gallery-section .gallery-category {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	z-index: 1;
}
.gallery-section.no-section-title .gallery-category {
	top: -31px;
}
.gallery-section .gallery-category > a {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.09);
	border-radius: 10px;
	display: inline-block;
	font-size: 16px;
	color: #1e38ae;
	height: 41px;
	line-height: 2.6;
	width: 41px;
	text-align: center;
	margin-bottom: 21px;
}
.gallery-section .gallery-category div > ul {
	background-color: rgba(255,255,255,0.95);
	border: 1px solid rgba(0,0,0,0.09);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.13);
	width: 155px;
	padding: 15px 27px 15px 15px;
}
.gallery-section .gallery-category div > ul > li {
	display: inline-block;
	width: 100%;
}
.gallery-section .gallery-category div > ul > li + li {
	margin-top: 2px;
}
.gallery-section .gallery-category div > ul > li > a {
	color: #888b96;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.6px;
	line-height: 1.73;
	text-transform: lowercase;
	text-decoration: none;
}
.gallery-section .gallery-category div > ul > li > a.active {
	color: #1e38ae;
	text-transform: capitalize;
}
.gallery-section .gallery-category div > ul > li > a::before {
	content: "-";
	float: right;
	margin-left: 10px;
}
.gallery-section .gallery-list .gallery-box {
	margin: 1px 0; 
}
.gallery-box .gallery-detail {
	position: relative;
	overflow: hidden;
}
.gallery-box .gallery-detail > i {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.gallery-box .gallery-detail > i::before,
.gallery-box .gallery-detail .gallery-content,
.gallery-box .gallery-detail > ul {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;	
}
.gallery-box .gallery-detail > i::before {
	background-color: #1e38ae;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
}
.gallery-box .gallery-detail:hover > i::before {
	opacity: 0.9;
	animation-delay: 1s;
}
.gallery-box .gallery-detail .gallery-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 20px;
	animation-duration: 1s;
	opacity: 0;
}
.gallery-box .gallery-detail:hover .gallery-content {
	animation-name: slideInLeft;
	opacity: 1;
}
.gallery-box .gallery-detail .gallery-content > h3 {
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 23px;
	font-weight: 300;
	text-transform: capitalize;
	line-height: 0.909;
	position: relative;
	padding-bottom: 15px;
}
.gallery-box .gallery-detail .gallery-content > h3::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	width: 18px;
	height: 2px;
}
.gallery-box .gallery-detail .gallery-content > span {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	text-transform: lowercase;
}
.gallery-box .gallery-detail .gallery-content > span a {
	color: #fff;
	text-decoration: none;
}
.gallery-box .gallery-detail .gallery-content > span a:after {
	content: ",";
}
.gallery-box .gallery-detail .gallery-content > span a:last-of-type:after {
	content: "";
	display: none;
}
.gallery-box .gallery-detail > ul {
	position: absolute;
	right: 13px;
	bottom: 13px;
	padding: 0;
	margin-bottom: 0;
	opacity: 0;
}
.gallery-box .gallery-detail:hover > ul {
	opacity: 1;
}
.gallery-box .gallery-detail > ul > li {
	display: inline-block;
}
.gallery-box .gallery-detail > ul > li > a {
	background-color: rgba(0,0,0,0.2);
	display: inline-block;
	width: 41px;
	height: 41px;
	font-size: 16px;
	color: #fff;
	line-height: 2.56;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.gallery-box .gallery-detail > ul > li > a:hover {
	background-color: #000;
}
/* - Gallery Detail */
.gallery-single .gallery-cover .carousel > a {
	background-color: rgba(0,0,0,0.3);
	font-size: 21.27px;
	width: 29px;
}
.gallery-single .gallery-content {
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 27px 30px 27px 30px;
	width: 100%;
	display: inline-block;
	word-wrap: break-word;
	white-space: normal;
}
.gallery-single .gallery-content h3 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.115;
}
.gallery-single .gallery-content p {
	color: #888b96;
	line-height: 1.563;
	word-wrap: break-word;
	white-space: normal;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.gallery-single .gallery-content .gallery-thumb {
	margin-left: -6px;
	margin-right: -6px;
}
.gallery-single .gallery-content .gallery-thumb [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}
.gallery-single .gallery-content .gallery-thumb [class*="col-"]:nth-child(n+5) {
	margin-top: 12px;
}
.gallery-single .gallery-content .gallery-thumb a {
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.gallery-single .gallery-content .gallery-thumb a::before {
	background-color: rgba(0,0,0,0.6);	
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.gallery-single .gallery-content .gallery-thumb a:hover::before {
	opacity: 1;
}

/* - Repair Costs */
.repair-cost-section {
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.07);
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 30px;
}
.repair-cost-section.no-top-space {
	margin-top: 0;
}
.repair-cost-section.no-bottom-space {
	margin-bottom: 0;
}
.repair-cost-section .section-header {
	text-align: center;
	margin-bottom: 35px;
}
.repair-cost-section .section-header > h3 {
	font-weight: 400;
	font-size: 36px;
}
.repair-cost-section .section-header h3::before{
	display: none;
}
.repair-cost-section .repair-cost-detail,
.repair-cost-section .repair-cost-detail .cost-box {
	display: inline-block;
	width: 100%;
}
.repair-cost-section .repair-cost-detail .cost-box {
	padding: 12px 15px;
	text-align: center;
	position: relative;
	margin-top: -1px;
	z-index: 1;
}
.repair-cost-section .repair-cost-detail .cost-box::before,
.repair-cost-section .repair-cost-detail .cost-box::after {
	background-color: rgba(30,56,174,0.5);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50.0015%;
	z-index: -1;
}
.repair-cost-section .repair-cost-detail .cost-box::before {
	left: 0;
	transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
    transform-origin: 0;
}
.repair-cost-section .repair-cost-detail .cost-box::after {
	right: 0;
	transform: skewY(2deg);
	-webkit-transform: skewY(2deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
    transform-origin: 100% 0 0;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-1::before,
.repair-cost-section .repair-cost-detail .cost-box.cost-1::after {
	background-color: #1b329c;
	opacity: 0.05;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-2::before,
.repair-cost-section .repair-cost-detail .cost-box.cost-2::after {
	background-color: #1b329c;
	opacity: 0.15;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-3::before,
.repair-cost-section .repair-cost-detail .cost-box.cost-3::after {
	background-color: #1b329c;
	opacity: 0.2;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-4::before,
.repair-cost-section .repair-cost-detail .cost-box.cost-4::after {
	background-color: #1b329c;
	opacity: 0.35;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-5::before,
.repair-cost-section .repair-cost-detail .cost-box.cost-5::after {
	background-color: #1b329c;
	opacity: 0.45;
}
.repair-cost-section .repair-cost-detail .cost-box > h3 {
	color: #1e38ae;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.333;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}
.repair-cost-section .repair-cost-detail .cost-box span {
	color: #1e38ae;
	display: inline-block;
	padding: 5px 32px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.41;
	position:relative;
	z-index: 1;
}
.repair-cost-section .repair-cost-detail .cost-box span::before,
.repair-cost-section .repair-cost-detail .cost-box span::after {
	border: 1px solid rgba(30,56,174,0.2);
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: -1;
}
.repair-cost-section .repair-cost-detail .cost-box span::before {
	border-right: none;
	left: 0;
	transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	-moz-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
    transform-origin: 0;
}
.repair-cost-section .repair-cost-detail .cost-box span::after {
	border-left: none;
	right: 0;
	transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	-moz-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
    transform-origin: 100% 0 0;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-default {
	padding-bottom: 0;
	padding-top: 21px;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-default,
.repair-cost-section .repair-cost-detail .cost-box.cost-default::before,
.repair-cost-section .repair-cost-detail .cost-box.cost-default::after {
	background-color: #1e38ae;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-default > a {
	display: inline-block;
	border: 2px solid rgba(255,255,255,0.102);
	border-radius: 15px 15px 0 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 1.091;
	position: relative;
	z-index: 1;
	padding: 26px 50px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.repair-cost-section .repair-cost-detail .cost-box.cost-default > a:hover {
	background-color: #fff;
	color: #1e38ae;
}

/* - Team Section */
.team-section {
	padding-top: 47px;
	padding-bottom: 47px;
}
.team-section.no-top-space {
	padding-top: 0;
}
.team-section.no-bottom-space {
	padding-bottom: 0;
}
.team-section .team-box {
	display: block;
	max-width: 290px;
	margin: 0 auto;
	text-align: center;
}
.team-section .team-box .img-box {
	position: relative;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 16px;
}
.team-section .team-box .img-box > ul {
	background-color: #1e38ae;
	margin-bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 14px 10px 0;
	text-align: center;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-box:hover .img-box ul {
	animation-name: slideInUp;
	opacity: 1;
}
.team-section .team-box .img-box > ul > li {
	display: inline-block;
	margin: 0 5px 14px;
}
.team-section .team-box .img-box > ul > li > a {
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	font-size: 16px;
	line-height: 2.1;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-box .img-box > ul > li > a:hover {
	background-color: #fff;
	color: #1e38ae;
}
.team-section .team-box > h3 {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.041;
	margin-bottom: 6px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.team-section .team-box:hover > h3 {
	color: #1e38ae;
}
.team-section .team-box > span {
	color: rgba(60, 60, 60, 0.6);
	font-size: 15.21px;
	line-height: 1.111;
	text-transform: lowercase;
}

/* - Testimonial Section */
.testimonial-section .testimonial-content {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 30px 0;
}
.testimonial-section .testimonial-content::before {
	background-color: #1e38ae;
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.8;
}
.testimonial-carousel {
	padding-top: 60px;
}
.testimonial-carousel .testi-box {
	max-width: 440px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.testimonial-carousel .testi-box .testi-content {
	background-color: #fff;
	border-radius: 0 0 15px 15px;
	padding: 35px 39px;
	position: relative;
	margin-bottom: 33px;
}
.testimonial-carousel .testi-box .testi-content::before {
	border-left: 14px solid transparent; 
	border-right: 14px solid transparent; 
	border-top: 13px solid #fff;
	content: "";
	width: 28px;
	height: 13px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	margin: 0 auto;
}
.testimonial-carousel .testi-box .testi-content p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.563;
	margin-bottom: 0;
}
.testimonial-carousel .testi-box > h3 {
	color: #f7f8fb;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0;
}
.testimonial-carousel > a {
	width: 26px;
	height: 26px;
	font-size: 26px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.testimonial-carousel > a.carousel-control-prev {
	left: -33px;
}
.testimonial-carousel > a.carousel-control-next {
	right: -33px;
}

/* - FAQs Section  */
.faq-section {
	padding-top: 47px;
	padding-bottom: 50px;
}
.faq-section.no-top-space {
	padding-top: 0;
}
.faq-section.no-bottom-space {
	padding-bottom: 0;
}
.faq-section .faq-content .card {
	border: none;
	margin-bottom: 10px;
	border-radius: 0;
}
.faq-section .faq-content .card .card-header {
	border-bottom: none;
	background-color: transparent;
	padding: 0;
}
.faq-section .faq-content .card .card-header .btn-link {
	border: 1px solid rgba(30,56,174,0.1);
	background-color: #1e38ae;
	border-radius: 0;
	width: 100%;
	text-align: left;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #fff;
	line-height: 1.25;
	padding: 12px 50px 11px 20px;
	text-decoration: none;
	position: relative;
	white-space: normal;
}
.faq-section .faq-content .card .card-header .btn-link::before {
	content: "-";
	font-family: 'arialregular';
	color: #fff;
	line-height: 1.875;
	position: absolute;
	right: 20px;
	top: 2px;
	font-size: 24px;
}
.faq-section .faq-content .card .card-header .btn-link.collapsed {
	background-color: #fff;
	color: #1e38ae;
}
.faq-section .faq-content .card .card-header .btn-link.collapsed::before {
	content: "+";
	color: rgba(18,18,18,0.102);
}
.faq-section .faq-content .card .card-body {
	border: 1px solid rgba(30,56,174,0.1);
	background-color: rgb(255,255,255);
	padding: 24px 30px;
}
.faq-section .faq-content .card .card-body > p {	
	color: #888b96;
	font-size: 16px;	
	line-height: 1.563;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.faq-section .faq-content .card .card-body > p:last-child {
	margin-bottom: 0;
}

/* - About Section */
.about-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-section.no-top-space {
	padding-top: 0;
}
.about-section.no-bottom-space {
	padding-bottom: 0;
}
.about-section .section-header {
	margin-bottom: 17px;
}
.about-section .about-content > p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.563;
}
.about-section .about-content > p:last-child {
	margin-bottom: 0;
}
.about-section .about-image {
	text-align: center;
}
.about-section .about-image img {
	border: 20px solid #1e38ae;
	border-bottom: none;	
}

/* - Icon Content Section */
.icon-content-section {
	padding-bottom: 50px;
	padding-top: 50px;
}
.icon-content-section.no-top-space {
	padding-top: 0;
}
.icon-content-section.no-bottom-space {
	padding-bottom: 0;
}
.icon-content-section .icon-box {
	border-top: 1px solid rgba(0,0,0,0.07);
	border-bottom: 1px solid rgba(0,0,0,0.07);
	border-left: 1px solid rgba(0,0,0,0.07);
}
.icon-content-section .icon-box .icon-content-box {
	padding: 50px 20px;
}
.icon-content-section .icon-box .icon-content-box,
.icon-content-section .icon-box .icon-content-box > i,
.icon-content-section .icon-box .icon-content-box > h3 {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.icon-content-section .icon-box:hover .icon-content-box {
	background-color: #1e38ae;
}
.icon-content-section .icon-box .icon-content-box > i {
	color: #1e38ae;
	font-size: 34px;
	animation-duration: 1s;
}
.icon-content-section .icon-box .icon-content-box > h3 {
	color: #232323;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 23px;
	font-weight: 300;
	line-height: 1.217;
	margin-bottom: 0;
	margin-top: 10px;
	animation-duration: 1s;
}
.icon-content-section .icon-box:hover .icon-content-box > i,
.icon-content-section .icon-box:hover .icon-content-box > h3 {
	color: #fff;
	animation-name: zoomIn;
}

/* - Blog Listing */
.blog-listing {
	padding-bottom: 50px;
	padding-top: 50px;
}
.blog-listing.no-top-space {
	padding-top: 0;
}
.blog-listing.no-bottom-space {
	padding-bottom: 0;
}
.blog-listing .blog-box {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 145px;
}
.blog-listing .blog-box.no-post-thumb {
	padding-left: 0;
}
.blog-listing .blog-box .post-cover {
	position: absolute;
	left: 0;
	top: 15px;
	height: 114px;
	max-width: 114px;
}
.blog-listing .blog-box .post-cover img {
	border-radius: 50%;
}
.blog-listing .blog-box .post-content,
.blog-listing .blog-box .post-content .post-meta {
	display: inline-block;
	width: 100%;
}
.blog-box .post-content .post-meta {
	margin-bottom: 15px;
}
.blog-box .post-content .post-meta > span {
	margin-right: 6px;
}
.blog-box .post-content .post-meta > span > a {
	border: 1px solid rgba(0,0,0,0.1);
	color: #1e38ae;
	display: inline-block;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.622;
	padding: 6px 10px 6px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-listing .blog-box .post-content .post-meta > span > a:hover {
	background-color: #1e38ae;
	color: #fff;
}
.blog-box .post-content .post-title {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 1.115;
}
.post-box.blog-box .post-content .post-title > a,
.blog-listing .blog-box .post-content .post-title > a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.post-box.blog-box .post-content .post-title > a:hover,
.blog-listing .blog-box .post-content .post-title > a:hover {
	color: #1e38ae;
}
.blog-listing .blog-box .post-content p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.563;
	margin-bottom: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.blog-listing.one-column .blog-box:nth-child(n+2) {
	margin-top: 38px;
}
.post-box.blog-box:nth-child(n+2){
	margin-top: 50px;
}
.post-box.blog-box .post-cover {
	margin-bottom: 30px;
}
.post-box.blog-box .post-content p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.563;
}
.post-box.blog-box .read-more a {
	background-color: #1e38ae;
	outline: none;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	padding: 6px 19px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.post-box.blog-box .read-more a:hover {
	background-color: #e6e6e9;
    color: #000;
}
.blog-box {
	width: 100%;
	display: inline-block;
}
/* - Blog Single */
.single .blog-box {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.single .blog-box .post-cover {
	margin-bottom: 30px;
}
.single .blog-box .post-content .post-meta > span > a {
	background-color: #1e38ae;
	border-color: transparent;
	color: #fff;
}
.single .blog-box .post-content p {
	color: #888b96;
	white-space: normal;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.single .blog-box .post-content .single-gallery {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 5px;
}
.single .blog-box .post-content .single-gallery > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.single .blog-box .post-content .single-gallery > div > a {
	display: inline-block;
	max-width: 100%;
	position:relative;
}
.single .blog-box .post-content .single-gallery > div > a::after {
	background-color: #1e38ae;
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	animation-duration: 1s;
	opacity: 0;
}
.single .blog-box .post-content .single-gallery > div > a::before {
	content: "\f00e";
	font-family: "Font Awesome 5 Free";
	font-size: 26.89px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	text-align: center;	
	z-index: 1;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	animation-duration: 1s;
	opacity: 0;
}
.single .blog-box .post-content .single-gallery > div > a:hover::after,
.single .blog-box .post-content .single-gallery > div > a:hover::before {
	animation-name: zoomIn;
	opacity: 1;
}
.blog-box.post-with-cat .post-content .single-gallery,
.blog-box.post-with-tag .post-content .single-gallery {
	margin-bottom: 20px;
}
.blog-box .post-content .post-category,
.blog-box .post-content .post-tags {
	width: 100%;
	display: inline-block;
}
.blog-box.post-with-tag .post-content .post-category {
	margin-bottom: 10px;
}
.blog-box .post-content .post-category span,
.blog-box .post-content .post-tags span {
	font-size: 18px;
	display: inline-block;
}
.blog-box .post-content .post-category a,
.blog-box .post-content .post-tags a {
	color: rgba(0,0,0,0.60);
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-box .post-content .post-category a:hover,
.blog-box .post-content .post-tags a:hover {
	color: #1e38ae;
}

.single .blog-box pre,
.single .blog-box ul li,
.single .blog-box ol li {
	color: #888b96;
}

blockquote {
	border: 0;
	border-left: 5px solid #1e38ae;
	margin: 15px 0;
	padding: 10px 20px;
}
.blog-single .blog-box .post-content blockquote p,
blockquote p {
	font-style: italic;
	color: #888b96;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}

/* Comment */
.comment-list {
    list-style: none;
    margin-bottom: 0;
	padding-left: 0;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comment-body {
	margin-bottom: 30px;
	padding-left: 100px;
	position: relative;
	min-height: 83px;
}
.pingback .comment-body {
	padding-left: 0;
	min-height: 1px;
}
.pingback .comment-body a {
	text-decoration: none;
}
.comment-meta {
	border-bottom: 1px solid #d0d0d0;
	display: inline-block;
	width: 100%;
	margin-bottom: 13px;
}
.comment-author .fn a, 
.comment-author { 
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.48px;
	line-height: 2;
}
.comment-author .avatar {	
	position: absolute;
	left: 0;
	top: 7px;
}
.bypostauthor .comment-author img {
	border: 1px solid #ddd;
	padding: 2px;
}
.comment-author .fn {
	font-weight: 600;
}
.comment-metadata {
	margin-bottom: 5px;
}
.comment-metadata a {
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.56px;
	line-height: 1.85;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comment-body .reply > a {
	color: #000;
	text-transform: capitalize;
	text-decoration: none;
	letter-spacing: 0.56px;
	line-height: 1.85;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.comment-body .reply > a:hover {
	color: #1e38ae;
}
.comment-body .reply a:before {
	content:"\f3e5";
	font-family: Font Awesome\ 5 Free;
	font-weight: bold;
	margin-right: 5px;
}
.comments-area .comment p {
    color: #888b96;
    letter-spacing: 0.56px;
	margin-bottom: 15px;
}
.comments-area .comment p a {
	color: #444;
}
.comment-list .children {
	list-style: none;
	margin: 0;
	padding-left: 15px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}
.comment-list .comment-form  {
	margin-bottom: 30px;
}
.comment-reply-title small a {
	line-height: 30px;
	text-decoration: none;
	float: right;
}
.comment-reply-title small a:before {
    content: "\f00d";
	font-family: Font Awesome\ 5 Free;
	font-weight: bold;
    position: relative;
    top: 0;
	margin-right: 10px;
	font-size: 20px;
}
.navigation.comment-navigation .nav-next,
.navigation.comment-navigation .nav-previous {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.navigation.comment-navigation .nav-next a,
.navigation.comment-navigation .nav-previous a {
	font-size: 20px;
	letter-spacing: 1px;
	text-decoration: none;
}	

/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
}
.comments-title,
.comment-reply-title {
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: 300;
	margin-bottom: 36px;
	line-height: 1.115;
	margin-bottom: 25px
}
.required {
    color: #c0392b;
}
.comments-area .comment-form {
	margin-left: -8px;
	margin-right: -8px;
}
.comments-area .comment-form p {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 30px;
}
.comment-form p.comment-form-cookies-consent label {
	margin-left: 5px;
	display: inline;
}
.comments-area .comment-form-url,
.comments-area .comment-form-comment,
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-subject {
    float: left;
    width: 33.333%;
}
.comments-area .comment-form-comment {
	width: 100%;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background-color: transparent;
    border: none;
	border-bottom: 2px solid #e5e5e5;
    border-radius: 0;
	box-shadow: none;
    color: #999999;
	font-size: 12px;
	float: left;
    letter-spacing: 1.8px;
    outline: none;
    padding: 0 0 8px 0;
    position: relative;
    width: 100%;
}
.comment-form input:focus,
.comment-form textarea:focus {
	border-bottom-color: #1e38ae;
}
.comment-form p.form-submit {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.comment-form input[type="submit"]{
	background-color: #1e38ae;
	border-radius: 0;
	box-shadow: none;
    border: none;
    color: #fff;
	cursor: pointer;
    font-size: 12px;
	font-weight: bold;
    letter-spacing: 2.4px;
	outline: none;
    padding: 13px 25px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	max-width: 370px;
	width: 100%;
}
.comment-form input[type="submit"]:hover {
	background-color: #444;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #999999;
	opacity: 1;
	text-transform: uppercase;
}
.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder { 
	color: #999999;
	opacity: 1;
	text-transform: uppercase;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
	text-transform: uppercase;
}
.comment-form input:-ms-input-placeholder,  
.comment-form textarea:-ms-input-placeholder {  
	color: #999999;
	opacity: 1;
	text-transform: uppercase;
}

/* - Blog Section */
.blog-section {
	padding-bottom: 50px;
	padding-top: 50px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	position: relative;
}
.blog-section.no-top-space {
	padding-top: 0;
}
.blog-section.no-top-space {
	padding-bottom: 0;
}
.blog-section.section-title .blog-nav {
	position: absolute;
	right: 0;
	top: 50px;
	direction: ltr;
}
.blog-section.no-section-title .blog-nav {
	margin-bottom: 30px;
	text-align: right;
}
.blog-section .blog-nav > span {
	font-size: 26px;
	color: rgba(33,33,33,0.3);
	cursor: pointer;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
.blog-section .blog-nav > span > i {
	font-weight: normal;
}
.blog-section .blog-nav > span:hover {
	color: #1e38ae;
}
.blog-section .blog-carousel {
	direction: ltr;
}
.blog-section .blog-carousel .owl-nav {
	position: absolute;
	right: 0;
	top: 0;
}

/* - Contact Section  */
.contact-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact-section.no-top-space {
	padding-top: 0;
}
.contact-section.no-bottom-space {
	padding-bottom: 0;
}
.contact-section .section-header p {
	color: #888b96;
	font-size: 16px;
	line-height: 1.56;
	font-family: 'Raleway', sans-serif;
	margin-top: 18px;
	margin-bottom: 0;
}

/* - Contact Form  */
.wpcf7-form .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}
.wpcf7-form .form-group {
	margin-bottom: 20px;
}
.wpcf7-form .form-group:last-of-type {
	margin-bottom: 0;
}
.wpcf7-form .form-group .form-control {
	border: 1px solid #e8e8e8;
	border-radius: 0;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	color: #999;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 2.16;
	outline: none;
	text-transform: uppercase;
	padding: 8px 20px;
}
.wpcf7-form .form-group input[type="text"],
.wpcf7-form .form-group input[type="tel"],
.wpcf7-form .form-group input[type="email"] {
	min-height: 40px;
}
.wpcf7-form .form-group textarea {
    height: 164px;
}
.wpcf7-form input[type="submit"]{
	background-color: #1e38ae;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.86;
	color: #fff;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	padding: 10px 27px;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	margin-top: 5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #e6e6e9;
	color: #000;
}
.wpcf7-form span.wpcf7-not-valid-tip {
	padding-top: 5px;
}
div.wpcf7-response-output {
	margin: 2em 0 0;
}
div.wpcf7-response-output,
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border-color: #1e38ae;
}

/* 404 Page */
.error-section {
	padding: 30px 0 50px;
	text-align: center;
}
.error-section .error-block h2 {
	font-size: 48px;
	line-height: 1.3;
	margin-bottom: 15px;
}
.error-section .error-block h3 {
	line-height: 1.3;
	margin-bottom: 15px;
}
.error-block .searchbox {
	max-width: 500px;
	margin: 25px auto 0;
	display: block;
}
.searchform .input-group {
	border: 1px solid #d4d4d4;
}
.searchform .input-group .form-control,
.searchform .btn-default {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	color: rgba(0,0,0,0.60);
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.searchform .form-control {
    padding: 12px 25px;
    letter-spacing: 1.2px;
    color: rgba(0,0,0,0.60);
    background-color: transparent;
}
.searchform .btn-default {
	padding: 13px 20px 6px 10px;
	background-color: transparent;
	color: #000;
	cursor: pointer;
}
.searchform .btn-default:hover {
	color: #1e38ae;
}
.searchform .form-control::-webkit-input-placeholder {
	color: rgba(0,0,0,0.60);
}
.searchform .form-control:-moz-placeholder {
	color: rgba(0,0,0,0.60);
}
.searchform .form-control::-moz-placeholder {
	color: rgba(0,0,0,0.60);
}
.searchform .form-control:-ms-input-placeholder {
	color: rgba(0,0,0,0.60);
}

/* =========================================================== */
				/* [ + Responsive ] */
/* =========================================================== */
/* - min-width: 1200 */
@media (min-width: 1200px) {
	/* - Menu Sidebar */
	.container-block .menu-sidebar {
		flex: 0 0 22.96%;
		max-width: 22.96%;
	}
	
	/* - Content Area Block */
	.container-block .content-area-block {
		background-color: #f7f8fb;
		flex: 0 0 77.04%;
		max-width: 77.04%;
	}
	main.site-main > .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.content-area.no-sidebar .testimonial-section {
		margin: 0 -50px;
	}

	/* - Footer Section */
	.footer-widget .row [class*="col-"]:nth-child(n+4) {
		margin-top: 40px;
	}
	.footer-widget { 
		padding-left: 50px;
		padding-right: 50px;
	}
	
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(n+5) {
		margin-top: 30px;
	}
	/* - Services Section 3 */
	.services-section-3 .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/* - Elements Section */
	.elements-block .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Blog Listing */
	.blog-listing .content-area .row [class*="col-"]:nth-child(n+3) {
		margin-top: 38px;
	}
	.blog-listing.two-column .row [class*="col-"]:nth-child(n+3) {
		margin-top: 38px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	/* - Container Block */
	.container-block {
		padding: 0 15px;
	}
	
	/* - Header */
	.header_block {
		position: absolute;
	}
	.header_s {
		display: flex;
		flex-wrap: wrap;
	}
	.header_s .slidepanel {
		display: inline-block;
		max-width: 100%;
		order: 2;
	}
	/* - Menu Block */
	.header_s .menu-block {
		order: 1;
	}
	.header_s .menu-block .ownavigation {
		flex-flow: column;
	}
	.header_s .menu-block .ownavigation .container {
		padding: 0;
		flex-wrap: wrap;
	}	
	.header_s .menu-block .ownavigation .navbar-brand {
		background-color: #fff;
		width: 100%;
		margin: 0;
		padding: 54px 60px;
		text-align: center;
	}
	.header_s .menu-block .ownavigation.navbar-expand-lg .navbar-collapse {
		background-color: #1e38ae;
		width: 100%;
		display: inline-block;
	}
	.header_s .menu-block .ownavigation .navbar-nav,
	.header_s .menu-block .ownavigation .navbar-nav > li {
		display: inline-block;
		width: 100%;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li,
	.header_s .menu-block .ownavigation .navbar-nav > li a { 
		margin: 0;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li a {
		background-color: #1b329c;
		border-bottom: 1px solid #1e38ae;
		padding: 12px 15px 8px;
		color: #fff;
	}
	.header_s .menu-block .ownavigation ul li > .dropdown-menu {
		background: #1b329c;
		border: none;
	}
	.header_s .menu-block .ownavigation .navbar-nav li .dropdown-toggle::after {
		display: none;
	}
	.header_s .menu-block .ownavigation .navbar-nav > .active > a, 
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.header_s .menu-block .ownavigation .navbar-nav li:hover > a, 
	.header_s .menu-block .ownavigation .navbar-nav li a:hover {
		background-color: rgba(255,255,255,0.1);
		padding-left: 28px;
	}
	.header_s .menu-block .ownavigation ul li > .dropdown-menu li a:hover {	
		color: #fff;
	}
	
	/* - Gallery Section */
	.gallery-section .gallery-list {
		margin-left: -1px;
		margin-right: -1px;
	}
	.gallery-section .gallery-list .gallery-box {
		padding-left: 1px;
		padding-right: 1px;
	}
	
	/* - Team Section */
	.team-section .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.header_block {
		position: relative;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Services Section 1 */
	.services-section-1 .row > [class*="col-"]:nth-child(n+4) {
		margin-top: 51px;
	}
	
	/* - About Section */
	.about-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
}

/* - min-width: 576 */
@media (min-width: 576px) {
	/* - Icon Content Section */
	.icon-content-section .icon-box:nth-child(even) {
		border-right: 1px solid rgba(0,0,0,0.07);
	}
	.icon-content-section .icon-box:nth-child(n+3) {
		border-top: none;
	}
}

/* - max-width: 1199 */
@media (max-width: 1199px) {
	/* - Footer Section */
	.footer-widget .row [class*="col-"]:nth-child(n+3) {
		margin-top: 40px;
	}
	
	/* - Elements Section */
	.elements-block .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Repair Costs */
	.repair-cost-section .repair-cost-detail .cost-box::before,
	.repair-cost-section .repair-cost-detail .cost-box::after {
		width: 50.01783%;
	}
	
	/* - Blog Listing */
	.blog-listing .content-area .row [class*="col-"]:nth-child(n+2) {
		margin-top: 38px;
	}
	.blog-listing.two-column .row [class*="col-"]:nth-child(n+2) {
		margin-top: 38px;
	}
	
	/* - Blog Single */
	.comments-area .comment-form-url,
	.comments-area .comment-form-comment,
	.comments-area .comment-form-author,
	.comments-area .comment-form-email,
	.comments-area .comment-form-subject {
		width: 100%;
	}
	.comments-area .comment-form p {
		margin-top: 0;
	}
}	

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Menu Sidebar */
	.container-block .menu-sidebar {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	/* - Content Area Block */
	.container-block .content-area-block {
		background-color: #f7f8fb;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.container-block .content-area-block > .container {
		padding: 0 40px;
	}
	main.site-main {
		padding-left: 40px;
		padding-right: 40px;
	}
	.testimonial-section {
		margin: 0 -40px;
	}
	.content-area.no-sidebar .testimonial-section {
		margin: 0 -55px;
	}
	
	/* + Header */
	.header_s .top-header .top-content {
		padding-left: 13px;
		padding-right: 13px;
	}
	.header_s .top-header .top-content > span,
	.header_s .top-header .top-content > div {
		padding-left: 50px;
	}
	.header_s .top-header .top-content > div > ul > li {
		margin-right: 10px;
	}
	.header_s .menu-block .ownavigation .navbar-brand {
		padding-left: 35px;
		padding-right: 35px;
	}
	.header_s .menu-block .ownavigation .navbar-brand.text-logo {
		padding-left: 55px;
	}
	
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	/* - Services Section 3 */
	.services-section-3 .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Gallery Section */
	.gallery-box .gallery-detail > ul > li > a {
		width: 33px;
		height: 33px;
		font-size: 13px;
		line-height: 2.53;
	}
	
	/* Comment */
	.comment-author .fn a,
	.comment-author {
		margin-bottom: 0;
	}
	.comment-metadata {
		float: none;
	}
	.comment-list .children {
		padding-left: 10px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	
	.testimonial-section {
		margin: 0 -15px;
	}
	
	/* - Widget Area */ 
	.widget-area {
		margin-top: 50px;
	}
	
	/* - Content Area Block */
	.error-section,
	main.site-main > .container {
		background-color: #f7f8fb;
	}
	.error-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.contact-from {
		margin-bottom: 50px;
	}
	/* - Menu Block */
	.header_s .menu-block {
		background-color: #fff;
	}
	.header_s .menu-block .container {
		position: relative;
	}
	.header_s .desktop-hide {
		top: 14px;
		right: 40px;
		line-height: 36px;
	}
	.header_s .menu-block .ownavigation {
		padding: 0;
	}
	.header_s .menu-block .ownavigation a.navbar-brand {
		margin-left: 15px;
	}
	.header_s .menu-block .ownavigation .navbar-brand.text-logo {
		font-size: 30px;
		padding-left: 9px;
		max-width: 200px;
	}
	.header_s .menu-block .ownavigation .navbar-brand.text-logo > span {
		letter-spacing: 0.5778px;
		font-size: 9.63px;
	}
	.header_s .menu-block .ownavigation .navbar-brand.text-logo::before {
		font-size: 11px;
		margin-left: -9px;
	}
	.header_s .menu-block .ownavigation a.navbar-brand.image-logo {
		max-width: 85px;
		padding-left: 0;
	}
	.header_s .menu-block .ownavigation a.navbar-brand.image-logo img {
		max-height: 37px;
	}
	.header_s .menu-block .ownavigation .navbar-toggler {
		margin-right: 0;
		border: none;
		padding: 0;
		color: #1e38ae;
		cursor: pointer;
		margin-left: auto;
	}
	.header_s .menu-block .ownavigation .navbar-toggler:hover {		
		color: #1e38ae;
	}
	.header_s .menu-block .ownavigation .navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_s .menu-search .search .sr-ic-close {
		font-size: 25px;
		margin-top: -5px;
	}
	.header_s .menu-block .ownavigation {
		padding-top: 0;
		padding-bottom: 0;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li a {
		font-size: 18px;
		line-height: 1.2;
	}
	.header_s .menu-block .ownavigation .navbar-nav > .current-menu-ancestor > a,
	.header_s .menu-block .ownavigation .navbar-nav > .active > a, 
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:focus, 
	.header_s .menu-block .ownavigation .navbar-nav > .active > a:hover, 
	.header_s .menu-block .ownavigation .navbar-nav > li:hover > a, 
	.header_s .menu-block .ownavigation .navbar-nav > li > a:hover {
		color: #1e38ae;
	}
	.header_s .slideit, 
	.header_s .closeit {
		color: #1e38ae;
	}
	.header_s .slideit:hover, 
	.header_s .closeit:hover {
		color: #1e38ae;
	}
	.header_s .ownavigation .ddl-switch {
		background-color: #1e38ae;
		color: #fff;
		z-index: 1;
		top: 8px;
	}
	.header_s .menu-block .ownavigation .navbar-nav > li.dropdown .dropdown-menu > li > a:hover {
		color: #1e38ae;
	}
	.header_s.fixed-top .menu-block .ownavigation a.navbar-brand {
		display: none;
	}
	.header_s.fixed-top .desktop-hide {
		display: none;
	}
	.header_s.fixed-top .menu-block .ownavigation .navbar-toggler {
		margin: 10px auto;
	}
	
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Services Section 3 */
	.services-section-3 .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Gallery Section */
	.gallery-section .gallery-list .gallery-box {
		margin-bottom: 30px;
	}
	
	/* - Repair Costs */
	.repair-cost-section .repair-cost-detail .cost-box {
		padding-bottom: 10px;
	}
}

/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.home.blog main.site-main > .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	.single .site-main > .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Seaction Header */
	.section-header p {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	/* - Services Section 1 */
	.services-section-1 .row > [class*="col-"]:nth-child(n+2) {
		margin-top: 51px;
	}
	.services-section-1 .srv-box { 
		max-width: 310px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Gallery Single */
	.gallery-single .gallery-content .gallery-thumb [class*="col-"]:nth-child(n+4) {
		margin-top: 12px;
	}
	
	/* - Repair Costs */
	.repair-cost-section .repair-cost-detail .cost-box {
		padding-bottom: 7px;
	}
	
	/* - Team Section */
	.team-section .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - About Section */
	.about-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* Comment */
	.comment-list .children {
		padding-left: 5px;
	}
	.comment-list .children > li {
		padding-left: 0;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Footer Seaction */
	.footer-widget .row [class*="col-"]:nth-child(n+2) {
		margin-top: 40px;
	}
	
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.services-section-2 .srv-box {
		max-width: 290px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Services Section 3 */
	.services-section-3 .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Elements Section */
	.elements-tabs .nav-tabs li a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.elements-tabs .tab-content .tab-pane img,
	.elements-tabs .tab-content .tab-pane > p img {
		max-width: 105px;
	}
	
	/* - Gallery Section */
	.gallery-box .gallery-detail {
		max-width: 234px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	/* - Repair Costs */
	.repair-cost-section .repair-cost-detail .cost-box.cost-default > a {
		padding-left: 35px;
		padding-right: 35px;
	}
	
	/* - Team Section */
	.team-section .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Testimonial Section */
	.testimonial-carousel {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* - Icon Content Section */
	.icon-content-section .icon-box {
		border-right: 1px solid rgba(0,0,0,0.07);
	}
	.icon-content-section .icon-box:nth-child(n+2) {
		border-top: none;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Gallery Section */
	.gallery-section .gallery-list .gallery-box {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	/* - Blog Listing */
	.blog-listing .blog-box {
		padding-left: 0;
		text-align: center;
	}
	.blog-listing .blog-box .post-cover {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		position: relative;
		top: 0;
	}
	.gallery-section .gallery-list .gallery-box:last-of-type {
		margin-bottom: 0;
	}
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */
/* --------------------------------------------------------------------------------------------------------------------------------------------*/
/* ========================================================================== */
/* ========================================================================== */
							/* [ + Widgets ] */
/* ========================================================================== */
/* ========================================================================== */
.widget + .widget {
	margin-top: 40px;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	color: #333333;
	font-size: 27px;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.56px;
}
/* - Widget: Archives */
.widget_archive > ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_archive > ul li {
	border-bottom: 1px solid #e5e5e5;
	color: rgba(0,0,0,0.60);
    display: inline-block;
	line-height: 1.33;
	letter-spacing: 1.5px;
	position: relative;
	text-align: right;
	margin-bottom: 15px;
	padding-bottom: 15px;
    text-decoration: none;
    width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_archive > ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.widget_archive > ul li:hover {
	color: #1e38ae;
}
.widget_archive ul li a {
	color: rgba(0,0,0,0.60);
	letter-spacing: 1.5px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
	float: left;
}
.widget_archive ul li:hover a,
.widget_archive ul li a:hover {
	color: #1e38ae;
}
.screen-reader-text {
	display: none;
}
.widget_archive > select {
	border: 1px solid #e0e0e0;
	color: rgba(0,0,0,0.60);
	padding: 10px 12px;
	width: 100%;
	max-width: 100%;	
}

/* - Widget: Calendar */
.widget_calendar #wp-calendar {
    width: 100%;
}
.widget_calendar table {
    margin: 0;
	width: 100%;
}
.widget_calendar table {
    margin: 0;
}
.widget_calendar td,
.widget_calendar th {
	color: rgba(0,0,0,0.60);
    line-height: 2.3333;
    text-align: center;
    padding: 0;
	border: none;
}
.widget_calendar caption {
	background-color: #1e38ae;
	color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 0;
	text-align: center;
	caption-side: top;
}
.widget_calendar tbody a {
    background-color: transparent;
    color: #1e38ae;
    font-weight: 700;
    display: block;
	text-decoration: none;
}
.widget_calendar tbody #today {
	background-color: #1e38ae;
    color: #fff;
    font-weight: 700;
}
.widget_calendar #next,
.widget_calendar #prev {
	color: #fff;
}
.widget_calendar #next {
	text-align: right;
}
.widget_calendar #prev {
	text-align: left;
}
.widget_calendar #next a,
.widget_calendar #prev  a {
	color: #000;
	padding: 3px 10px;
	text-decoration: none;
}

/* - Widget: Categories */
.widget_categories > ul {
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
.widget_categories > ul li {
	border-bottom: 1px solid #e5e5e5;
	color: rgba(0,0,0,0.60);
    display: inline-block;
    font-size: 14px;
	letter-spacing: 1.5px;
	position: relative;
	text-align: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
    text-decoration: none;
    width: 100%;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_categories > ul ul {
	padding-left: 15px;
}
.widget_categories > ul li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.widget_categories > ul ul.children {
	margin-top: 10px;
}
.widget_categories > ul ul.children li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.widget_categories ul li a {
	color: rgba(0,0,0,0.60);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
	float: left;
}
.widget_categories ul li > a:hover {
	color: #1e38ae;
}
.widget_categories select {
	border: 1px solid #e0e0e0;
	color: rgba(0,0,0,0.60);
	padding: 10px 12px;
	width: 100%;
}

/* - Widget: NavMenu */
.widget_nav_menu > div > ul:first-of-type {
	padding: 0;
	margin-bottom: 0;
}
.widget_nav_menu > div > ul ul {
	padding-left: 15px;
}
.widget_nav_menu ul li {
	position: relative;
	list-style: none;
}
.widget_nav_menu ul li:hover::before,
.widget_nav_menu ul li::before {
	background: none;
}
.widget_nav_menu ul li {
	margin-bottom: 10px;
}
.widget_nav_menu ul li:last-of-type {
	margin-bottom: 0;
}
.widget_nav_menu ul li .sub-menu {
	margin-top: 10px;
}
.widget_nav_menu ul li a {
	color: rgba(0,0,0,0.60);
	display: block;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.widget_nav_menu ul li a:hover {
	color: #1e38ae;
}

/* - Widget : Meta */
.widget_meta ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_meta ul li {
	list-style: none;
	margin-bottom: 10px;
}
.widget_meta ul li:last-of-type {
	margin-bottom: 0;
}
.widget_meta ul li a {
	color: rgba(0,0,0,0.60);
	display: block;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.widget_meta ul li:hover a{
	color: #1e38ae;
}

/* - Widget : Pages */
.widget_pages > ul {
	padding: 0;
	margin-bottom: 0;
}
.widget_pages ul li {
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.widget_pages ul li:last-of-type {
	margin-bottom: 0;
}
.widget_pages ul li .children {
	margin-top: 10px;
}
.widget_pages > ul li a {
	color: rgba(0,0,0,0.60);
	display: block;
	letter-spacing: 1.5px;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.widget_pages > ul li.current_page_item a {
	color: #ff6101;
}
.widget_pages > ul li a:hover {
	color: #1e38ae;
}
.widget_pages > ul ul {
	padding-left: 15px;
}

/* - Widget : Recent Comments */
.widget_recent_comments ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_recent_comments ul li {
	color: rgba(0,0,0,0.60);
	margin-bottom: 10px;
	list-style: none;
}
.widget_recent_comments ul li:last-of-type {
	margin-bottom: 0;
}
.widget_recent_comments ul li span {
	margin-right: 5px;
}
.widget_recent_comments ul li a {
	color: rgba(0,0,0,0.60);
	font-weight: 600;
	text-decoration: none;
}
.widget_recent_comments ul li a:hover {
	color: #1e38ae;
}

/* - Widget : Recent Entries */
.widget_recent_entries ul {
	margin-bottom: 0;
	padding: 0;
}
.widget_recent_entries ul li {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.widget_recent_entries ul li:last-of-type {
	margin-bottom: 0;
}
.widget_recent_entries ul li a {
	display: inline-block;
	color: rgba(0,0,0,0.60);
	width: 100%;
	text-decoration: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.widget_recent_entries ul li a:hover {
	color: #1e38ae;
}
.widget_recent_entries ul li > span {
	color: #1e38ae;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.18px;
    text-transform: capitalize;
}

/* - Widget : Search */
.widget.widget_search {
	padding: 0;
	border: none;
}
.widget_search .input-group {
	border: 1px solid #d4d4d4;
}
.widget_search .input-group .form-control,
.widget_search .btn-default {
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	color: rgba(0,0,0,0.60);
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.widget_search .btn-default {
	padding: 13px 20px 6px 10px;
	background-color: transparent;
	color: #000;
	cursor: pointer;
}
.widget_search .btn-default:hover {
	color: #1e38ae;
}
.widget_search .input-group .form-control {
	padding: 12px 25px;
	letter-spacing: 1.2px;
	color: rgba(0,0,0,0.60);
	background-color: transparent;
}
.widget_search .form-control::-webkit-input-placeholder {
	color: rgba(0,0,0,0.60);
}
.widget_search .form-control:-moz-placeholder {
	color: rgba(0,0,0,0.60);
}
.widget_search .form-control::-moz-placeholder {
	color: rgba(0,0,0,0.60);
}
.widget_search .form-control:-ms-input-placeholder {
	color: rgba(0,0,0,0.60);
}

/* - Widget: Tags */
.tagcloud {
	display: inline-block;
	margin-left: -5px;
	margin-right: -5px;
	padding: 0;
}
.tagcloud a {
	border: 1px solid #e2e2e2;
	display: inline-block;
	color: #999;
    font-size: 13px !important;
	letter-spacing: 0.55px;
	margin: 5px 3px;
	padding: 7px 12px 7px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.tagcloud a:hover {
	background-color: #1e38ae;
	border-color: transparent;
	color: #fff;
}

/* - Widget : Text */
.widget_text .textwidget p {
	color: rgba(0,0,0,0.60);
    line-height: 2;
    padding: 0;
    word-wrap: break-word;
}
.widget_text .textwidget p:last-of-type {
	margin-bottom: 0;
}
.widget_text .custom-html-widget {
	color: rgba(0,0,0,0.60);
    line-height: 2;
    padding: 0;
    word-wrap: break-word;
}

/* - Widget : Image */
.widget_media_image {
	text-align: center;
}
.widget_media_image .widget-title {
	text-align: left;
}

/* - Widget : Audio */
.widget_media_audio {
	text-align: center;
}
.widget_media_audio .widget-title {
	text-align: left;
}
.widget_media_audio iframe {
	border: none;
	max-width: 100%;
}

/* - Widget : Video */
.widget_media_video {
	text-align: center;
}
.widget_media_video .widget-title {
	text-align: left;
}
.widget_media_video iframe {
	border: none;
	max-width: 100%;
}

/* - Widget : Rss */
.widget_rss .widget-title > a {
	color: #222;
}
.footer-section .widget_rss .widget-title > a {
	color: #fff;
}
.widget_rss > ul {
	padding: 0;
}
.widget_rss > ul li {
	margin-bottom: 10px;
}
.widget_rss > ul li:last-of-type {
	margin-bottom: 0;
}
.widget_rss > ul li {
	color: rgba(0,0,0,0.60);
	list-style: none;
}
.widget_rss > ul li a {
	color: #1e38ae;
}
.footer-section .widget_rss > ul li a {
	color: rgba(255,255,255,0.60);
}

/* - Custome Widget Over /- */

/* - Widget : Latest Posts */
.widget_latest_post .latest-content {
	display: inline-block;
	width: 100%;
}
.widget_latest_post .latest-post {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
    max-width: 100%;
    position: relative;
    width: 100%;
	padding-left: 87px;
	min-height: 94px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.widget_latest_post .latest-post.no-post-thumb {
	padding-left: 0;
	min-height: 1px;
}
.widget_latest_post .latest-post:nth-child(n+4) {
	border-bottom: 0;
}
.widget_latest_post .latest-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 74px;
}
.widget_latest_post  .latest-post.no_post_thumb {
	padding-left: 0;
}
.widget_latest_post .latest-post > a {
	position: absolute;
	left: 0;
	top: 0;
}
.widget_latest_post .latest-post > a::before {
	background-color: rgba(30,30,30,0.6);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	animation-duration: 0.3s;
}
.widget_latest_post .latest-post:hover > a::before {
	animation-name: zoomIn;
	opacity: 1;
}
.widget_latest_post .latest-post h4 {
	color: #888b96;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 4px;
	margin-top: 3px;
}
.widget_latest_post .latest-post h4 > a {
	color: #888b96;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.widget_latest_post .latest-post h4 > a:hover {
	color: #1e38ae;
}
.widget_latest_post .latest-post .post-meta span {
	color: #1e38ae;
	font-size: 14px;
	display: inline-block;
	line-height: 1.43;
	font-family: 'Poppins', sans-serif;
}
.widget_latest_post .latest-post .post-meta  span a {
	color: #1e38ae;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-decoration: none;
}
.widget_latest_post .latest-post .post-meta  span a:hover {
	color: #1e38ae;
}
.widget_contact_info .wid-cnt-detail > div > ul > li > a,
.widget_contact_info .wid-cnt-detail > span a,
.widget_contact_info .wid-cnt-detail > div a {
	color: rgba(0,0,0,0.60);
	text-decoration: none;
}
.widget_contact_info .wid-cnt-detail > span a:hover,
.widget_contact_info .wid-cnt-detail > div > ul > li > a:hover {
	color: #1e38ae;
}

/* - Widget : Breadcrumb Navxt */
.widget_breadcrumb_navxt .breadcrumbs {
	background-color: transparent;
	position: relative;
	margin-bottom: 0;
	padding: 0;
	justify-content: center;
	font-size: 0;
}
.widget_breadcrumb_navxt .breadcrumbs span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	text-transform: lowercase;
	color: rgba(0,0,0,0.60);
	line-height: 1.108;
}
.widget_breadcrumb_navxt .breadcrumbs  span > a {
	color: rgba(0,0,0,0.60);
	text-decoration: none;
}
.widget_breadcrumb_navxt .breadcrumbs span+span::before {
	content: "\f35a";
	font-family: Font Awesome\ 5 Free;
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,0.60);
	padding-left: 6px;
	padding-right: 6px;
}
.footer-section .widget_breadcrumb_navxt .breadcrumbs span+span::before,
.footer-section .widget_breadcrumb_navxt .breadcrumbs  span > a,
.footer-section .widget_breadcrumb_navxt .breadcrumbs span {
	color: rgba(255,255,255,0.60);
}

/* - Footer Widget */
.footer-widget .widget {
	padding: 0;
}
.footer-widget .widget-title {
	background-color: transparent;
	color: #fff;
	font-size: 28px;
	padding: 0;
	line-height: 0.857;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: capitalize;
	margin-bottom: 22px;
}

/* - Default Widget */
.footer-widget .widget_archive > ul {
	padding: 0;
}
.footer-widget .widget_archive ul li {
	background-color: transparent;
	color: rgba(255,255,255,0.60);
	padding: 0;
	border-bottom: 0;
}
.footer-widget .widget_archive ul li a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_archive > ul li a::after {
	display: none;
}
.footer-widget .widget_archive ul li:hover,
.footer-widget .widget_archive ul li:hover a,
.footer-widget .widget_archive ul li a:hover {
	color: #fff;
}
.footer-widget .widget_calendar td,
.footer-widget .widget_calendar th {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_calendar tbody #today {
	background-color: #fff;
    color: #000;
}
.footer-widget .widget_calendar caption {
    background-color: #fff;
	color: #000;  
}
.footer-widget .widget_calendar tbody a {
	color: #fff;
}
.footer-widget .widget_calendar #next a,
.footer-widget .widget_calendar #prev a { 
    color: #fff;
}
.footer-widget .widget_categories > ul {
	padding: 0;
}
.footer-widget .widget_categories > ul li {
	background-color: transparent;
	color: rgba(255,255,255,0.60);
	padding: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.footer-widget .widget_categories ul li a {
	color: rgba(255,255,255,0.60);
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer-widget .widget_categories > ul > li > a::after {
	display: none;
}
.footer-widget .widget_categories ul li:hover,
.footer-widget .widget_categories ul li:hover > a,
.footer-widget .widget_categories ul li > a:hover {
	color: #fff;
}
.footer-widget .widget_nav_menu ul li a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_nav_menu ul li a:hover {
	color: #fff;
}
.footer-widget .widget_meta ul li a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_meta ul li a:hover {
	color: #fff;
}
.footer-widget .widget_pages > ul li a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_pages > ul li a:hover {
	color: #fff;
}
.footer-widget .widget_recent_comments ul li {
	color: #fff;
}
.footer-widget .widget_recent_comments ul li a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_recent_comments ul li a:hover {
	color: #fff;
}
.footer-widget .widget_recent_entries ul li a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_recent_entries ul li a:hover,
.footer-widget .widget_recent_entries ul li span {
	color: #fff;
}
.footer-widget .widget_search .btn-default {
	color: rgba(255,255,255,0.60);
	padding: 13px 20px 6px 10px;
}
.footer-widget .widget_search .btn-default:hover {
	color: #fff;
}
.footer-widget .widget_search .input-group .form-control {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_search .form-control::-webkit-input-placeholder {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_search .form-control:-moz-placeholder {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_search .form-control::-moz-placeholder {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_search .form-control:-ms-input-placeholder {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_tag_cloud .tagcloud a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .tagcloud a:hover {
	background-color: #fff;
	border-color: transparent;
	color: #000;
}
.footer-widget .widget_text .textwidget p {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_text .custom-html-widget {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_rss > ul li {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_latest_post .latest-post {
	border-bottom-color: rgba(255,255,255,0.1);
}
.footer-widget .widget_latest_post .latest-post h4, 
.footer-widget .widget_latest_post .latest-post h4 a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_latest_post .latest-post h4 a:hover {
	color: #fff;
}
.footer-widget .widget_latest_post .latest-post .post-meta span a {
	color: rgba(255,255,255,0.60);
}
.footer-widget .widget_latest_post .latest-post .post-meta span a:hover {
	color: #fff;
}

/* - Widget : Contact Info */
.widget_contact_info .wid-cnt-detail {
	display: inline-block;
	max-width: 100%;
}
.widget_contact_info .wid-cnt-detail > span,
.widget_contact_info .wid-cnt-detail > div {
	display: inline-block;
	width: 100%;
}
.widget_contact_info .wid-cnt-detail > span,
.widget_contact_info .wid-cnt-detail > div {
	color: #fff;
	min-height: 42px;
	position: relative;
	padding: 10px 0 10px 58px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
	margin-bottom: 23px;
}
.widget_contact_info .wid-cnt-detail > div:last-of-type {
	margin-bottom: 0;
}
.widget_contact_info .wid-cnt-detail > .header-social {
	padding-bottom: 0;
}
.widget_contact_info .wid-cnt-detail > .header-social ul li {
	margin-bottom: 10px;
}
.footer-section .widget_contact_info .wid-cnt-detail > span a,
.footer-section .widget_contact_info .wid-cnt-detail > div a {
	color: #fff;
	text-decoration: none;
}
.widget_contact_info .wid-cnt-detail > span > i,
.widget_contact_info .wid-cnt-detail > div > i {
	background-color: rgba(0,0,0,0.2);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	height: 42px;
	width: 42px;
	text-align: center;
	line-height: 2.8;
}
.widget_contact_info .wid-cnt-detail > div > ul {
	display: inline-block;
	width: 100%;
	padding: 0;
	margin-bottom: 0;
}
.widget_contact_info .wid-cnt-detail > div > ul > li {
	display: inline-block;
	margin-right: 17px;
}
.footer-section .widget_contact_info .wid-cnt-detail > div > ul > li > a {
	color: #fff;
}
.footer-section .widget_contact_info .wid-cnt-detail > div > ul > li > a:hover {
	color: rgba(255,255,255,0.6);
}
.footer-widget .widget_archive ul li,
.footer-widget .widget_categories ul li,
.footer-widget .widget_meta ul li,
.footer-widget .widget_recent_entries ul li,
.footer-widget .widget_rss ul li,
.footer-section .widget_recent_comments ul li,
.footer-section .widget_pages ul li,
.footer-section .widget_nav_menu ul li {
	margin-bottom: 10px;
}
.footer-widget .widget_archive ul li:last-of-type, 
.footer-widget .widget_categories ul li:last-of-type, 
.footer-widget .widget_meta ul li:last-of-type,
.footer-widget .widget_recent_entries ul li:last-of-type,
.footer-widget .widget_rss ul li:last-of-type,
.footer-section .widget_recent_comments ul li:last-of-type,
.footer-section .widget_pages ul li:last-of-type,
.footer-section .widget_nav_menu ul li:last-of-type {
	margin-bottom: 0;
}
.footer-section .widget_pages ul li .children,
.footer-section .widget_nav_menu ul li .sub-menu {
	margin-top: 10px;
}
.footer-widget .widget_meta ul li a,
.footer-section .widget_pages ul li a,
.footer-section .widget_nav_menu ul li a {
	padding-top: 0;
	padding-bottom: 0;
}

/* =========================================================== */
				/* [ + Responsive ] */
/* =========================================================== */
/* - max-width: 1199 */
@media (max-width: 1199px) {
	/* - Widget : Latest Post */
	.widget_latest_post .latest-content {
		padding-left: 0;
	}	
	/* - Widget : Instagram */
	.widget_instagram .instagram-content {
		padding-left: 0;
		padding-right: 0;
	}
	/* - Widget : Featured Post */
	.widget_featured_posts .featured-posts .featured-post-box .post-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Widget : Categories */
	.widget_categories > ul li a::before {
		margin: 0 10px 0 5px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* Widget : Featured Post */
	.widget_featured_posts .featured-posts .featured-post-box {
		max-width: 291px;
		display: block;
		margin: 0 auto;
	}
	.widget_contact_info .wid-cnt-detail > div > ul > li {
		margin-right: 10px;
	}
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Widgets Over ] */
/* ========================================================================== */
/* ========================================================================== */
/*  ---------------------------------------------------------------------------------------------------------------*/

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vertical_middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav_absolute {
	position: absolute;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

/* - BG */
.white-bg {
	background-color: #fff;
}

/* - Search */
.search-box {
	background-color: #303030;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 260px;
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box form {
	width: 100%;
	padding: 10px 0;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #ccc;
	font-size: 14px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
	color: #ccc;
}
.search-box form input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box form input:-moz-placeholder { 
	color: #ccc;
	opacity: 1;
}
.search-box form input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box form input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box .input-group-btn > .btn {
	padding: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}
.search-box span i {
	color: #ff6101;
	float: right;
	margin: 5px;
}

/*  + Ownavigation */
/* - SlidePanel */
.slidepanel { 
	display: block; 
}
.closeit,
.toggle,
.slideit {
	display: none;
}

/* - Navigation Menu */
.ownavigation .navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ownavigation .navbar-nav li  a {
	color: #232323;
	font-size: 13px;
	background-color: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover,
.ownavigation .navbar-nav li:hover > a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}

/* - Nav Dropdown */

/* ## Responsive ************************************************************************************** */
	
/*----------------------------------------------------
	* Responsive
------------------------------------------------------*/
/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
/* - min-width: 992 */
@media (min-width: 992px) {
	/* - SlidePanel */
	.desktop-hide {
		display: none;
	}
	
	/* - Navigation Menu */
	.ownavigation {
		padding: 0;
	}
	.nav_trans {
		background: transparent;
	}
	.ownavigation .navbar-nav > li {
		margin: 0 20px;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 10px 0;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.ownavigation .navbar-nav > .active > a, 
	.ownavigation .navbar-nav > .active > a:focus, 
	.ownavigation .navbar-nav > .active > a:hover,
	.ownavigation .navbar-nav li:hover > a,
	.ownavigation .navbar-nav li a:hover {
		background-color: transparent;
	}

	/* - Nav Dropdown */
	.ownavigation .ddl-switch {
		display: none !important;
	}
	.ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 0;
		left: 100%;
	}
	.ownavigation ul li > .dropdown-menu {
		background-color: #4570c6;
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 218px;
		max-width: 218px;
		visibility: hidden\0/;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		font-size: 13px;
		color: #333333;
		padding: 14px 22px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
	.ownavigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
	.ownavigation ul > li > .dropdown-menu {
		left: 100%; 
	}
	.ownavigation ul > li > .dropdown-menu,
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: auto;
	}
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Ownavigation */
	.ownavigation .navbar-nav > li {
		margin-left: 9px;
		margin-right: 9px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - SlidePanel */
	.slidepanel { 
		display: none;
		border-bottom: 1px solid #8a9b0f;
	}
	.slideit,
	.toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	.desktop-hide {
		position: absolute;
		right: 60px;
		text-align: center;
		top: 20px;
	}	
	.slideit,
	.closeit {
		color: #1b88ce;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
	}
	.slideit:hover,
	.closeit:hover {
		color: #1b88ce;
	}
	
	.mobile-hide {
		display: none;
	}

	/* ## Navigation Menu */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ownavigation .navbar-nav > li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}	
	.ownavigation .navbar-nav > li.active a {
		color: #1b88ce;
	}
	.ownavigation .navbar-nav > li.active > a:hover,
	.ownavigation .navbar-nav  li  a:hover,
	.ownavigation .navbar-nav  li  a:focus {
		color: #1b88ce;
	}
	.ownavigation .navbar-collapse {
		max-height: 340px;
	}
	.ownavigation .collapse.show {
		display: block;
		overflow-y: auto;
	}
	
	/* - Nav Toggle */
	.ownavigation .navbar-toggler {
		border: 2px solid #1b88ce;
		border-radius: 0;
		color: #1b88ce;
		font-size: 1.5rem;
		margin: 20px 0;
		padding: 0.25rem 0.5rem;
		z-index: 1;
		outline: none;
	}
	.ownavigation .navbar-toggler:hover,
	.ownavigation .navbar-toggler:focus {
		border-color: #1b88ce;
		color: #1b88ce;
	}
	
	/* - Nav Dropdown */
	.ownavigation .ddl-switch {
		background-color: #1b88ce;
		color: #fff;
		cursor: pointer;
		font-size: 18px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 9px;
		z-index: 100;
	}
	.ownavigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}	
	.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		display: none;
	}
	.ownavigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
		top: 0;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ownavigation .navbar-nav > li:last-of-type {
		margin-bottom: 15px;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #232323;
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
}

/* - max-width: 575 */
@media (max-width: 575px) {
	.ownavigation .navbar-toggler {
		margin: 20px 0;
	}
}

/*  ## WordPress Needs
- - - - - - - - - - - - - - - - - - - - */
.mfp-gallery {
	direction: ltr;
}
.entry-footer {
	padding: 15px 0;
}

/* - SelectBox Dropdown Arrow Setting */
.select_box {
	position: relative;
}
.select_box::before {
	position: absolute;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	width: 25px;
	line-height: 45px;
	text-align: center;
	background-color: #1e38ae;
	top: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	font-size: 18px;
}
.woocommerce select,
.widget select {
	border: 1px solid #e0e0e0;
	padding: 0 30px 0 10px;
	box-shadow: none;
	-moz-appearance: none!important; 
	-webkit-appearance: none!important;
	cursor: pointer;
	position: relative;
	border-radius: 0;
	outline: none;
	width: 100%;
	height: 45px;
	background-color: transparent;
	box-shadow: none;
	z-index: 2;
	vertical-align: middle;
}
.footer-section .woocommerce select,
.footer-section .widget select {
	color: #fff;
}
.footer-section .select_box::before {
	background-color: #fff;
	color: #000;
}
.screen-reader-text,
.woocommerce select::-ms-expand,
.widget select::-ms-expand {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1;
}
.screen-reader-text {
	visibility: hidden;
	display: none;
}

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

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* - Media */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
audio,
canvas {
	display: inline-block;
}
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
	border: 0 none;
}

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

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	font-size: 1.5rem;
	margin-top: 0;
	margin-bottom: 1.6em;
}
.wp-playlist.wp-playlist {
	padding-bottom: 0;
}
.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}
.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 10px 0;
}
.wp-playlist-item .wp-playlist-item-length {
	top: 10px;
}
/* - Captions */
.wp-caption {
	margin-bottom: 0.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}
.wp-caption-text {
	color: #a1a1a1;
	font-size: 14px;
	line-height: 1.6;
	padding: 0.5em 0;
}

/* - Galleries */
.gallery {
	margin: 0 -15px 30px;
}
.gallery  figure {
	margin: 0;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item {
	display: inline-block;
	padding: 0 15px 15px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.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: #a1a1a1;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
	font-size: 14px;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* - Table */
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}
table, th, td {
	border: 1px solid hsla(0, 0%, 20%, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
th, td {
	padding: 0.4em;
	text-align: center;
	word-wrap: break-word;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

.blog-single .blog-box ul li strong,
.blog-single .blog-box ul li em,
.blog-single .blog-box ul li span {
	font-size: 15px !important;
}
.entry-footer .edit-link {
	width: 100%;
	display: inline-block;
}
.post-content p.attachment {
	margin-top: 10px;
}
/* - Password Form */
.post-password-form {
	position: relative;
}
.post-content .post-password-form p {
	margin-top: 0;
	position: relative;
}
.post-password-form label {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.post-password-form input[type="password"] {
	border: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 10px 85px 10px 12px;
    width: 100%;
	outline: none;
	height: 40px;
	position: relative;
	margin-top: 10px;
}
.post-password-form input[type="submit"] {
	background-color: #1e38ae;
    border: 0 none;
    border-radius: 0;
    color: #fff;
	cursor: pointer;
    font-size: 14px;	
	line-height: 1.42;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
	position: absolute;
	top: 40px;
	right: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
}
.post-password-form input[type="submit"]:hover {
	background-color: #000;
}

/* - Post Navigation */
.post-navigation {
	font-weight: 700;
	position: relative;
	width: 100%;
}
.post-navigation a {
	display: block;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.post-navigation a:hover .meta-nav,
.post-navigation .nav-links a:hover {
	color: #8a9e0e;
}
.post-navigation span.screen-reader-text {
	display: none;
}
.post-navigation .nav-links{
	width: 100%;
	float: none;
	padding: 0;
}
.post-navigation .meta-nav {
	color: #464646;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	max-width: 100%;
	position: relative;
	text-decoration: none;
}
.post-navigation .nav-previous .post-title {
	float: left;
}
.post-navigation .nav-next .post-title {
	float: right;
}
.post-navigation .post-title {
	color: #a1a1a1;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
}
.post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 50%;
	border-right: 2px solid #eee;
	padding: 25px 50px;
}
.post-navigation .nav-links [class*="nav-"] {
	position: relative;
}
.post-navigation .nav-links [class*="nav-"]::before {
	position: absolute;	
	font-family: "FontAwesome";
	font-size: 18px;
	color: #464646;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}
.post-navigation .nav-links .nav-previous::before {
	content: "\f177";
	font-family: "FontAwesome";
	left: 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.post-navigation .nav-links .nav-next::before {
	content: "\f178";
	font-family: "FontAwesome";
	right: 20px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.post-navigation .nav-links .nav-previous:hover::before,
.post-navigation .nav-links .nav-next:hover::before {
	color: #8a9e0e;
}
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
	border-left: 2px solid #eee;
	padding: 25px 50px;
}
.post-navigation a:before {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

/* - Page Links */
.page-links {
	margin-bottom: 10px;
	clear: both;
}
.post-content .page-links-title {
	padding-left: 0;
	padding-right: 8px;
}
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title),
.post-content .page-links > span:not(.screen-reader-text):not(.page-links-title)  {
	background-color: #1e38ae;
	color: #fff;
}
.entry-content .page-links > a,
.post-content .page-links > a,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title),
.post-content .page-links > span:not(.screen-reader-text):not(.page-links-title) {
	border-radius: 0;
	border: 1px solid #1e38ae;
	color: #464646;
	font-size: 16px;
	font-weight: bold;
	margin: 0 5px 5px;
	padding: 3px 12px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	display: inline-block;
	text-decoration: none;
}

.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title),
.post-content .page-links > span:not(.screen-reader-text):not(.page-links-title),
.entry-content .page-links a:hover,
.post-content .page-links a:hover,
.entry-content .page-links > span:not(.screen-reader-text):not(.page-links-title):hover,
.post-content .page-links > span:not(.screen-reader-text):not(.page-links-title):hover {
	background-color: #1e38ae;
	border-color: transparent;
	color: #fff;
}

/*  ## Blog
- - - - - - - - - - - - - - - - - - - - */
.format-gallery .carousel-control-next,
.format-gallery .carousel-control-prev {
	width: 30px;
	height: 30px;
	line-height: 30px;
	box-shadow: none;
	background: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-weight: 400;
	opacity: 1;	
	text-shadow: none;
	text-align: center;	
	color: #000;
}
.format-gallery .carousel-control-next::before,
.format-gallery .carousel-control-prev::before {
	background-color: rgba(255, 255, 255, 0.8);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.format-gallery .carousel-control-prev span,
.format-gallery .carousel-control-next span {
	position: relative;
	z-index: 2;
}

/* - Sticky Posts */
.sticky-post {
	background-color: #333;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 4px 10px;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 0;
	z-index: 3;
}
/* Menu Setting Info */
.menu-setting-info {
	margin: 30px 15px;
	width: 100%;
}
.menu-setting-info  a {
	color: #fff;
	text-decoration: none;
}

/*----------------------------------------------------
	## Responsive
------------------------------------------------------*/
/* - Max Width: 991 */
@media (max-width: 991px) {
	.menu-setting-info {
		margin: 0 0 15px;
	}
	.menu-setting-info a {
		color: #000;
	}
}
/* - Min Width: 768 */
@media (min-width: 768px) {	
	
	.site-main .content-left {
		order: 1;
	}
	.site-main .sidebar-right {
		order: 2;
	}
	.site-main .content-right {
		order: 2;
	}
	.site-main .sidebar-left {
		order: 1;
	}
}
@media (max-width: 575px) {
	.post-box:not(.has-post-thumbnail) .sticky-post {
		position: relative;
		right: 0;
		display: inline-block;
		margin-bottom: 5px;
	}
	.header_s .menu-block .ownavigation .navbar-toggler  {
		margin-right: 15px;
	}
	.header_s .desktop-hide {
		right: 50px;
	}
}

/* iPhone / mobile webkit */
@media screen and (max-device-width: 480px) {
	.site-main > .container {
		overflow-x: hidden;
	}
	.menu-block .container {
		display: block;
		width: 100%;
	}
	.header_s .menu-block .ownavigation .navbar-toggler {
		float: right;
	}
	.row {
		display: -webkit-box;   /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
		display: -moz-box;      /* OLD: Firefox */
		display: -ms-flexbox;   /* MID: IE 10 */
		display: -webkit-flex;  /* NEW, Chrome 21?28, Safari 6.1+ */
		display: flex;
		-webkit-flex-flow: row wrap;
		-moz-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.navbar-collapse {
		width: 100% !important;
		-webkit-flex-basis: auto;
		flex-basis: auto;
		float: left;
	}
	.ownavigation .navbar-nav {
		width: 100%;
		display: inline-block;
	}
	.page-banner .container > .breadcrumb {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.row.gallery-thumb {
		display: table;
	}
	.row.single-gallery {
		display:-webkit-box;
		display:-moz-flex;
		display:-moz-box;
		display:-ms-flexbox;
		display:flex;
		flex-direction:row;
	}
	.gallery-single .gallery-content .gallery-thumb [class*="col-"] {
		float: left;
	}
	.gallery-single .gallery-content .gallery-thumb [class*="col-"]:nth-child(3n+1) {
		clear: both;
	}
}