/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.3
Tested up to: 6.7
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
 @import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-thin-rounded/css/uicons-thin-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-straight/css/uicons-bold-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css');
@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
select,
textarea {
	font-family: Oxygen, serif
}

button,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
p,
select,
textarea {
	font-weight: 400;
	font-style: normal
}

.main-navigation,
.nav-menu li,
.site-header,
.site-main {
	position: relative
}

.format-chat .chat .fn,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-style: normal
}

.comment-author .fn,
.entry-content,
.widget {
	word-wrap: break-word
}

.inner_quality img,
.inner_quality p,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	width: 100%;
	float: left
}

#sequence,
.attachment .site-main .sidebar-container,
.attachment footer.entry-meta,
.author.archive .author-link,
.comment-list>li:last-child:after,
.format-chat .entry-meta .author,
.format-image .categories-links,
.format-image .tags-links,
.format-quote .entry-meta .author,
.format-status .categories-links,
.format-status .tags-links,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.menu-toggle,
.says,
.search-form .search-submit,
.single-author .entry-meta .author,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-gallery .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-standard .entry-meta .date,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption,
[hidden] {
	display: none
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden
}

a {
	color: #ca3c08;
	text-decoration: none
}

a:visited {
	color: #ac0404
}

a:focus {
	outline: dotted thin
}

a:active,
a:hover {
	color: #ea9629;
	outline: 0
}

.site-header .site-title:hover,
a:hover {
	text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 50px;
	color: #333 !important;
	font-size: 40px
}

p {
	font-family: Poppins, serif !important;
	line-height: 30px;
	color: #4b4b4b !important;
	font-size: 16px
}

::-webkit-input-placeholder {
	color: #7d7b6d
}

:-moz-placeholder {
	color: #7d7b6d
}

::-moz-placeholder {
	color: #7d7b6d
}

:-ms-input-placeholder {
	color: #7d7b6d
}

.comment-content img,
.entry-content img,
.entry-summary img,
.widget .gallery-columns-1 .gallery-item,
.widget img,
.wp-caption,
embed,
iframe,
object,
video {
	max-width: 100%
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*=align],
img[class*=attachment-],
img[class*=wp-image-] {
	height: auto
}

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

.entry-content .twitter-tweet-rendered,
.format-audio audio {
	max-width: 100% !important
}

.alignleft,
.navigation .nav-previous {
	float: left
}

.alignright,
.navigation .nav-next,
div.wp-caption.alignright img[class*=wp-image-] {
	float: right
}

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

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px
}
.page-description h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 35px;
    color: #333!important;
    font-size: 25px;
}
.wp-caption.alignright {
	margin: 5px 0 5px 10px
}

img.aligncenter {
	margin: 5px auto
}

img.alignnone {
	margin: 5px 0
}

.entry-caption,
.gallery-caption,
.wp-caption .wp-caption-text {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px
}

.rsswidget img,
img.wp-smiley {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0
}

.wp-caption.alignleft+ol,
.wp-caption.alignleft+ul {
	list-style-position: inside
}

.site {
	background-color: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1
}

.post-navigation .nav-links,
.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 100%
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%
}

.site-title {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px
}

.site-description {
	font: italic 300 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0
}

.main-navigation {
	clear: both;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 45px
}

div.nav-menu>ul,
ul.nav-menu {
	margin: 0;
	padding: 0 40px 0 0
}

.nav-menu li {
	display: inline-block
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none
}

.nav-menu li a:focus,
.nav-menu li a:hover,
.nav-menu li:focus>a,
.nav-menu li:hover>a {
	background-color: #220e10;
	color: #fff
}

.nav-menu .children,
.nav-menu .sub-menu {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px)
}

.nav-menu .children ul,
.nav-menu .sub-menu ul {
	border-left: 0;
	left: 100%;
	top: 0
}

.nav-menu ul ul a,
ul.nav-menu ul a {
	color: #fff;
	margin: 0;
	width: 200px
}

.format-audio,
.format-video,
.nav-menu ul ul a:focus,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
ul.nav-menu ul a:hover {
	background-color: #db572f
}

.nav-menu .focus>ul,
.nav-menu ul li:hover>ul,
ul.nav-menu .focus>ul,
ul.nav-menu li:hover>ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit
}

.nav-menu .current-menu-ancestor>a,
.nav-menu .current-menu-item>a,
.nav-menu .current_page_ancestor>a,
.nav-menu .current_page_item>a {
	color: #bc360a;
	font-style: italic
}

.navbar {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width .4s, background .4s;
	transition: width .4s, background .4s;
	width: 1px
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px
}

.hentry,
.widget li {
	padding: 5px 0
}

.entry-content,
.entry-header,
.entry-meta,
.entry-summary,
.paging-navigation .nav-links,
.site-footer .widget-area,
.site-main .mu_register {
	margin: 0 auto;
	max-width: 100%;
	width: 100%
}

.sidebar .entry-content,
.sidebar .entry-header,
.sidebar .entry-meta,
.sidebar .entry-summary,
.sidebar .paging-navigation .nav-links {
	max-width: 100%;
	padding: 0
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form,
.sidebar .entry-header .entry-meta,
.sidebar .post-navigation .nav-links {
	padding: 0
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px
}

.entry-header {
	margin-bottom: 30px
}

.entry-title {
	font-weight: 400;
	margin: 0 0 5px
}

.entry-title a {
	color: #141412
}

.comment-meta a:hover,
.entry-title a:hover,
.widget a:hover {
	color: #ea9629
}

.entry-meta {
	clear: both;
	font-size: 14px
}

.entry-content blockquote cite,
.entry-content blockquote small,
.page-links {
	font-size: 16px
}

.entry-meta a,
.entry-meta a:hover,
.format-link .entry-title a,
.navigation a,
.widget a {
	color: #bc360a
}

.entry-meta>span {
	margin-right: 20px
}

.entry-meta>span:last-child,
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n),
.sidebar .site-footer .widget:nth-of-type(3),
.sidebar .site-footer .widget:nth-of-type(4) {
	margin-right: 0
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px
}

.entry-meta .date a:before {
	content: "\f303"
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px
}

.categories-links a:first-child:before {
	content: "\f301"
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px
}

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.entry-content .more-link {
	white-space: nowrap
}

.entry-content blockquote {
	font-size: 24px
}

.entry-content .wp-caption.alignleft,
.entry-content img.alignleft {
	margin-left: -60px
}

.entry-content .wp-caption.alignright,
.entry-content img.alignright {
	margin-right: -60px
}

footer.entry-meta {
	margin-top: 24px
}

.format-aside .entry-meta,
.format-standard footer.entry-meta {
	margin-top: 0
}

.page-links {
	clear: both;
	font-style: italic;
	font-weight: 400;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase
}

.page-links a,
.page-links>span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none
}

.format-chat .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.format-status .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff
}

.format-audio .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-gallery .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a
}

.format-quote .entry-content .page-links>span,
.format-status .entry-content .page-links>span {
	background: 0 0
}

.page-links .page-links-title {
	background: 0 0;
	border: none;
	margin-right: 20px;
	padding: 0
}

.hentry .mejs-container .mejs-controls,
.hentry .mejs-mediaelement,
.widget .mejs-container .mejs-controls,
.widget .mejs-mediaelement {
	background: #220e10
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #fff
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #595959
}

.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-time-rail span {
	border-radius: 0
}

.gallery {
	margin-bottom: 20px;
	margin-left: -4px
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px)
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(odd),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(odd),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left
}

.gallery-caption {
	background-color: rgba(0, 0, 0, .7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	width: 100%
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.gallery-item:hover .gallery-caption {
	opacity: 1
}

.format-aside,
.format-link {
	background-color: #f7f5e7
}

.blog .format-aside:first-of-type,
.blog .format-link:first-of-type,
.format-aside+.format-aside,
.format-aside+.format-link,
.format-link+.format-aside,
.single .format-aside:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, .2)
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: 400
}

.format-aside cite {
	font-size: 100%;
	text-transform: none
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px
}

.format-audio .entry-title,
.format-chat .entry-title,
.format-image .entry-title {
	font-size: 28px;
	font-weight: 700
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px
}

.format-audio .entry-content a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a,
.format-audio .entry-meta a:hover,
.format-video .entry-content a,
.format-video .entry-content a:hover,
.format-video .entry-meta a,
.format-video .entry-meta a:hover {
	color: #fbfaf3
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) left top/4px 4px repeat-y;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width: calc(100% - 85px)
}

.format-audio .wp-audio-shortcode {
	height: 30px !important;
	margin: 20px 0;
	max-width: 400px !important
}

.format-chat {
	background-color: #eadaa6
}

.format-chat .entry-content a,
.format-chat .entry-meta a,
.format-gallery .entry-content a,
.format-gallery .entry-meta a {
	color: #722d19
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child,
.format-chat .chat {
	margin: 0
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: 400;
	margin: 5px 10px 0
}

.format-gallery {
	background-color: #fbca3c
}

.comment-form .comment-notes,
.format-gallery .entry-header {
	margin-bottom: 15px
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0
}

.format-link .entry-content p:last-child,
.format-link .entry-header,
.format-status .entry-content p:last-child,
.widget_text li>ol,
.widget_text li>ul,
.wp-calendar-table {
	margin-bottom: 0
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: italic 300 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px
}

.format-link div.entry-meta {
	display: inline
}

.attachment .entry-content .mejs-container,
.format-audio .wp-audio-shortcode,
.format-standard .video-player,
.format-standard .wp-audio-shortcode,
.format-standard .wp-video {
	margin-bottom: 24px
}

.format-quote {
	background-color: #210d10
}

.format-quote .entry-content,
.format-quote .entry-meta,
.format-status .entry-meta a,
.single-format-status .author-description {
	color: #f7f5e7
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff
}

.format-quote .entry-content cite a:hover,
.image-navigation a:hover {
	text-decoration: none
}

.format-quote blockquote cite,
.format-quote blockquote small {
	display: block;
	font-size: 16px
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px
}

.format-status {
	background-color: #722d19;
	padding: 0
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative
}

.format-status .entry-content a {
	color: #eadaa6
}

.attachment .entry-meta .edit-link:before,
.attachment .entry-meta a,
.attachment .full-size-link:before,
.author-link {
	color: #ca3c08
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) left bottom/4px 4px repeat-y;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px
}

.format-status .entry-meta:before {
	background-position: left top
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, .65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px
}

.sidebar .format-status .entry-content>p:first-child:before {
	left: 64px
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px
}

.format-status .entry-meta .date a:before {
	content: "\f105"
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400
}

.format-video .entry-meta {
	color: #220e10
}

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 100%;
	padding: 30px 0
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: italic 300 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 100%;
	padding: 9px 0 0;
	text-align: right
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px
}

.attachment-meta:before {
	content: "\f307"
}

.full-size-link a:before {
	content: "\f402"
}

.full-size-link:before {
	content: none
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0
}

.image-navigation {
	margin: 0 auto;
	max-width: 100%;
	position: relative
}

.image-navigation .nav-next,
.image-navigation .nav-previous {
	position: absolute;
	top: 50px
}

.image-navigation .nav-previous {
	left: 0
}

.image-navigation .nav-next {
	right: 0
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center
}

.attachment .entry-caption,
.author-info,
.sidebar .site-footer,
.site-footer .widget-area {
	text-align: left
}

.attachment .entry-attachment .attachment {
	display: inline-block
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 100%
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto
}

.attachment .entry-content .wp-video,
.media-top img {
	margin: 0 auto
}

.navigation a:hover {
	color: #ea9629;
	text-decoration: none
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0
}

.paging-navigation .nav-next {
	padding: 13px 0
}

.paging-navigation a {
	font-size: 22px;
	font-style: italic;
	font-weight: 300
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0
}

.post-navigation a[rel=next] {
	float: right;
	text-align: right
}

.author-info {
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 0 10px;
	width: 100%
}

.blocklock span,
.bshades,
.error404 .page-title,
.manufacturingblock h4,
.no-comments,
.site-footer,
.ultimatum span p,
.wp-calendar-nav span,
section.core,
section.ctc {
	text-align: center
}

.author.sidebar .author-info {
	max-width: 100%;
	padding: 30px 376px 10px 60px
}

.single .author-info {
	padding: 50px 0 0
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0
}

.author-description .author-title {
	clear: none;
	font: italic 300 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px
}

.author-link {
	margin-left: 2px
}

.archive-header,
.error404 .page-wrapper,
.page-header {
	background-color: #e8e5ce
}

.archive-meta,
.archive-title,
.page-title {
	font: italic 300 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 0;
	width: 100%
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: -15px;
	padding: 0 0 11px
}

.sidebar .archive-meta {
	padding-right: 316px
}

.page-content {
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 0;
	width: 100%
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 376px 40px 60px
}

.error404 .page-header {
	background-color: #fff
}

.error404 .page-title {
	line-height: .6;
	margin: 0;
	padding: 300px;
	position: relative;
	width: auto
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: .6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px
}

.error404 .page-content,
.error404 .page-header {
	margin: 0 auto;
	max-width: 100%;
	padding-bottom: 40px;
	width: 100%
}

.comment-list,
.comment-reply-title,
.comment-respond .comment-form,
.comment-respond iframe,
.comments-title,
.must-log-in {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	width: 100%
}

.sidebar .comment-list,
.sidebar .comment-navigation,
.sidebar .comment-reply-title,
.sidebar .comment-respond .comment-form,
.sidebar .comments-title,
.sidebar .must-log-in {
	max-width: 100%;
	padding-left: 60px;
	padding-right: 376px
}

.comment-reply-title,
.comments-title {
	font: italic 300 28px "Source Sans Pro", Helvetica, sans-serif
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0
}

.comment-list .children,
.comment-list .edit-link,
.widget li>ol,
.widget li>ul {
	margin-left: 20px
}

.comment-list .children>li:before,
.comment-list>li:after {
	background: url(images/dotted-line.png) left top/4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%
}

.comment-body {
	padding: 24px 0;
	position: relative
}

.comment-author {
	float: left;
	max-width: 74px
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400
}

.comment-meta,
.comment-meta a,
.ping-meta {
	font-size: 13px;
	color: #a2a2a2
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative
}

.comment-form textarea,
.no-avatars .comment-content,
.no-avatars .comment-list .reply,
.no-avatars .comment-metadata {
	width: 100%
}

.bypostauthor>.comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top
}

.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width: calc(100% - 124px);
	word-wrap: break-word
}

.comment-metadata {
	margin-bottom: 20px
}

.ping-meta {
	line-height: 2
}

.comment-awaiting-moderation,
.widget_rss .rss-date,
.widget_rss li>cite {
	color: #a2a2a2
}

.site-footer,
.site-footer a {
	color: #686758
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px
}

.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px
}

.comment-form [for=author],
.comment-form [for=comment],
.comment-form [for=email],
.comment-form [for=url] {
	float: left;
	padding: 5px 0;
	width: 120px
}

.comment-form .required {
	color: #ed331c
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url] {
	max-width: 270px;
	width: 60%
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px
}

.comment-navigation,
.no-comments {
	font-size: 20px;
	font-style: italic;
	font-weight: 300
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px
}

.comment-navigation {
	margin: 0 auto;
	max-width: 100%;
	padding: 20px 0 30px;
	width: 100%
}

.no-comments {
	background-color: #f7f5e7;
	margin: 0;
	padding: 40px 0
}

.site-footer,
.widget,
span a {
	font-size: 14px
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px
}

.mu_alert {
	margin-top: 25px
}

.site-main .mu_register #blog_title,
.site-main .mu_register #blogname,
.site-main .mu_register #user_email,
.site-main .mu_register #user_name,
.site-main .mu_register input[type=submit] {
	font-size: inherit;
	width: 270px
}

.site-main .mu_register input[type=submit] {
	width: auto
}

.site-main .widget-area {
	float: right;
	width: 300px
}

.widget {
	background-color: rgba(247, 245, 231, .7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 0 24px;
	padding: 20px
}

.widget .widget-title {
	font: italic 300 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px
}

.widget ol,
.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.widget .children li:last-child,
.widget_text li:last-child {
	padding-bottom: 0
}

.widget_calendar a,
.widget_rss .rss-date {
	display: block
}

.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0
}

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

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, .15)
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, .5)
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, .05)
}

.site-footer .widget_calendar tbody .pad,
.widget_calendar tbody .pad {
	background-color: transparent
}

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%
}

.wp-calendar-nav span {
	display: table-cell
}

.wp-calendar-nav-next,
.wp-calendar-nav-prev {
	width: 40%
}

.widget_text ol,
.widget_text ul {
	padding-left: 20px;
	margin-bottom: 16px
}

.widget_text ul {
	list-style: square
}

.widget_text ol {
	list-style: decimal
}

.tagcloud ul {
	list-style-type: none
}

.tagcloud ul li {
	display: inline-block;
	padding: 0
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px)
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width: calc(33% - 4px)
}

.site-footer {
	background-color: #e8e5ce
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px
}

.site-footer .widget {
	background: 0 0;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px
}

.sidebar .site-footer .widget {
	width: 228px
}

.site-footer .widget a {
	color: #e6402a
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text,
span.breadcrumb_new a {
	color: #fff
}

.site-info {
	margin: 0 auto;
	max-width: 100%;
	padding: 30px 0;
	width: 100%
}

#wpstats {
	display: block;
	margin: -10px auto 0
}

.site-footer span[role=separator] {
	padding: 0 .25em 0 .5em
}

.site-footer span[role=separator]::before {
	content: '\002f'
}

@-ms-viewport {
	width: device-width
}

@viewport {
	width: device-width
}

@media (max-width:1599px) {
	.site {
		border: 0
	}
}

@media (max-width:1069px) {

	.sidebar .wp-caption.alignleft,
	.sidebar img.alignleft {
		margin-left: 0
	}

	.sidebar .wp-caption.alignright,
	.sidebar img.alignright {
		margin-right: 0
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 100%;
		width: 100%
	}

	.archive .page-content,
	.archive .page-header,
	.archive-header,
	.attachment .entry-content,
	.attachment .entry-header,
	.blog .page-header,
	.error404 .page-content,
	.post-navigation .nav-links,
	.search .page-content,
	.search .page-header,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px
	}

	.error404 .page-title:before {
		font-size: 554px
	}

	.attachment .image-navigation {
		max-width: 724px
	}

	.image-navigation .nav-next,
	.image-navigation .nav-previous {
		position: static
	}

	.site-main .widget-area {
		margin-right: 60px
	}
}

@media (max-width:999px) {

	.author.sidebar .author-info,
	.sidebar .comment-list,
	.sidebar .comment-navigation,
	.sidebar .comment-reply-title,
	.sidebar .comment-respond .comment-form,
	.sidebar .entry-content,
	.sidebar .entry-header,
	.sidebar .entry-meta,
	.sidebar .entry-summary,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0
	}

	.attachment .entry-header,
	.blog.sidebar .page-content,
	.search.sidebar .page-content,
	.sidebar .comments-title,
	.sidebar .site-info {
		max-width: 100%
	}

	.attachment .entry-header,
	.blog.sidebar .page-content,
	.search.sidebar .page-content,
	.sidebar .archive-meta,
	.sidebar .comments-title,
	.sidebar .no-comments,
	.sidebar .site-info {
		padding-left: 0;
		padding-right: 0
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0
	}

	.format-status .entry-content {
		padding-top: 40px
	}

	.format-status .entry-meta {
		padding-bottom: 40px
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		top: 20px
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0
	}
}

@media (max-width:767px) {

	#sequence a,
	.inner-ctc h5 {
		font-weight: 600;
		color: #fff !important
	}

	.container,
	.contractor a {
		width: 100% !important
	}

	.innner-why {
		margin: 0 !important
	}

	#sequence {
		display: block !important;
		width: 100%;
		float: left;
		background: #041a3d;
		position: fixed;
		bottom: 0;
		z-index: 100;
		padding: 0;
		color: #000 !important
	}

	#sequence a {
		width: 33.3333%;
		float: left;
		text-align: center;
		padding: 5px 0;
		font-size: 15px;
		text-decoration: none !important;
		border-right: 1px solid
	}

	.inner-ctc h5 {
		font-size: 17px !important
	}

	section.why {
		margin: 15px 0 26px !important
	}

	.site-header .home-link {
		min-height: 0
	}

	.site-title {
		font-size: 36px;
		padding: 8px 0 10px
	}

	.entry-content .wp-caption.alignleft,
	.entry-content img.alignleft {
		margin-left: 0
	}

	.entry-content .wp-caption.alignright,
	.entry-content img.alignright {
		margin-right: 0
	}

	.attachment .entry-attachment .attachment,
	.attachment .image-navigation {
		max-width: 100%;
		padding: 0;
		width: 100%
	}

	.gallery-caption {
		display: none
	}

	.contact {
		display: none !important
	}

	div#mega-menu-wrap-primary {
		width: 50px !important;
		float: right !important;
		margin: 9px 0 0 !important
	}

	section.aboutsection h1 {
		font-size: 24px !important;
		font-weight: 600 !important;
		width: 100% !important;
		line-height: 35px
	}

	.uniquetitle {
		line-height: 23px !important;
		font-weight: 600 !important;
		font-size: 16px !important
	}

	.qualityblock {
		margin: 31px 0 0 !important;
		padding: 10% 0 !important
	}

	.inner_quality img {
		margin: 0 0 5px !important
	}

	.contractor h3 {
		font-size: 34px !important
	}

	section.innerpages img {
		max-width: 100% !important;
		margin: 0 0 10px !important
	}

	.ultimatum span p {
		font-size: 14px !important
	}

	.contractor a {
		padding: 11px 43px 9px !important;
		margin: 7px 0 !important
	}

	.manufacturingblock h4 {
		margin: 9px 0 !important;
		line-height: 34px !important
	}

	.blocklock {
		padding: 6% 0 !important
	}

	.pageheader {
		padding: 15px 0 0 !important
	}

	section.pageheader h1 {
		display: unset !important;
		font-size: 30px
	}

	span.breadcrumb_new {
		margin: 15px 0 0 !important
	}

	.breadcrumb_new {
		display: unset !important;
		float: left !important;
		height: 45px !important
	}

	span.breadcrumb_new a {
		color: #fff
	}
}

@media (max-width:643px) {
	.site-title {
		font-size: 30px
	}

	#content .author-info,
	#content .entry-content,
	#content .entry-header,
	#content .entry-summary,
	#content .featured-gallery,
	#content footer.entry-meta,
	.blog.sidebar .page-content,
	.comment-respond,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comments-area .comments-title,
	.paging-navigation .nav-links,
	.search.sidebar .page-content,
	.sidebar .paging-navigation .nav-links,
	.sidebar .post-navigation .nav-links,
	.sidebar .site-info {
		padding-left: 20px;
		padding-right: 20px
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px
	}

	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0
	}

	.menu-toggle,
	.menu-toggle:active,
	.menu-toggle:focus,
	.menu-toggle:hover {
		background: 0 0;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px
	}

	.menu-toggle:focus {
		outline: dotted thin
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu>ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%
	}

	.toggled-on .children,
	.toggled-on li {
		display: block
	}

	.toggled-on .nav-menu li>ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto
	}

	.toggled-on .nav-menu li>ul a {
		color: #141412;
		width: auto
	}

	.toggled-on .nav-menu .children a,
	.toggled-on .nav-menu li:hover>a {
		background-color: transparent;
		color: #141412
	}

	.toggled-on .nav-menu>li a:hover,
	.toggled-on .nav-menu>ul a:hover {
		background-color: #db572f;
		color: #fff
	}

	.toggled-on .nav-menu>li a:focus,
	.toggled-on .nav-menu>ul a:focus {
		background-color: #220e10;
		color: #fff
	}

	.format-audio .entry-content:before,
	div.nav-menu>ul,
	ul.nav-menu {
		display: none
	}

	#content .featured-gallery {
		padding-left: 24px
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%
	}

	.entry-title,
	.format-chat .entry-title,
	.format-gallery .entry-title,
	.format-image .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: 700
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px
	}

	.format-quote blockquote cite,
	.format-quote blockquote small {
		font-size: 13px
	}

	.error404 .page-title {
		padding: 40px 0 0
	}

	.error404 .page-title:before {
		content: normal
	}

	.comment-author {
		margin-right: 30px
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%
	}

	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width: calc(100% - 104px)
	}

	.comment-form input[type=email],
	.comment-form input[type=text],
	.comment-form input[type=url] {
		width: -webkit-calc(100% - 120px);
		width: calc(100% - 120px)
	}

	.comment-form textarea {
		height: 80px
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto
	}
}

@media (max-width:359px) {
	.site-title {
		font-weight: 400
	}

	.site-description {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute
	}

	.gallery {
		margin-left: 0
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width: calc(50% - 4px)
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width: calc(100% - 4px)
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px
	}

	.gallery br {
		display: none
	}

	.gallery .gallery-item:nth-of-type(2n) {
		margin-right: 0
	}

	.comment-author {
		margin: 0 0 5px;
		max-width: 100%
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px
	}

	.comment-content,
	.comment-list .reply,
	.comment-metadata {
		width: 100%
	}
}

@media print,
(-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {
	.site-header .search-field {
		background-image: url(images/search-icon-2x.png)
	}

	.comment-list .children>li:before,
	.comment-list>li:after,
	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before {
		background-image: url(images/dotted-line-2x.png)
	}
}

@media print {
	body {
		background: 0 0 !important;
		color: #000;
		font-size: 10pt
	}

	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "
	}

	.site {
		max-width: 98%
	}

	.site-header {
		background-image: none !important
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0
	}

	.site-title {
		color: #000;
		font-size: 21pt
	}

	.site-description {
		font-size: 10pt
	}

	.author-avatar,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.main-navigation,
	.more-link,
	.navbar,
	.page-links,
	.site-content nav,
	.site-footer,
	.widget-area {
		display: none
	}

	.entry-content,
	.entry-header,
	.entry-meta,
	.entry-summary {
		margin: 0;
		width: 100%
	}

	.entry-title,
	.page-title {
		font-size: 21pt
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt
	}

	.entry-content .wp-caption.alignleft,
	.entry-content img.alignleft {
		margin-left: 0
	}

	.entry-content .wp-caption.alignright,
	.entry-content img.alignright {
		margin-right: 0
	}

	.format-image .entry-content .size-full {
		margin: 0
	}

	.hentry {
		background-color: #fff
	}

	.comments-area>li.comment {
		background: 0 0;
		position: relative;
		width: auto
	}

	.comment-metadata {
		float: none
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333
	}
}

.uniquetitle {
	font-family: Oxygen;
	line-height: 32px;
	font-weight: 400;
	font-style: normal;
	color: #333;
	font-size: 22px;
	margin: 10px 0 9px;
	float: left;
	width: 100%
}

a.anim-btnt:hover {
	background: #020b44 !important;
	color: #fff;
	text-decoration: none;
	transition: .5s ease-in-out
}

.inner_quality a:hover {
	color: #c3a00a;
	text-decoration: none
}

section.contractor a:hover {
	background: #8f8524;
	text-decoration: none
}

.blocklock p {
	margin: 0 0 35px
}

.aboutsection,
.manufacturingblock {
	padding: 3% 0
}

.aboutsection p {
	float: left;
	width: 100%
}

.qualityblock {
	background: #f3f3f3;
	padding: 3% 0
}

.inner_quality {
	background: #fff;
	width: 100%;
	float: left
}

.inner_quality h2 {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 25px;
	font-weight: 700
}

.cblock {
	float: left;
	width: 100%;
	padding: 1% 4%
}

.cblock a {
	font-size: 16px;
	font-weight: 700;
	color: #000b47;
	float: left;
	width: 100%
}

.contractor {
	background: #0f2749;
	padding: 3% 0
}

.contractor h3 {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 44px;
	font-weight: 300;
	color: #7fcdda !important;
	letter-spacing: 2.9px
}

.contractor p {
	width: 100%;
	float: left;
	color: #fff !important;
	margin: 10px 0
}

/* .contractor a {
	color: #fff;
	border: 1px solid;
	padding: 12px 70px;
	font-weight: 700;
	float: left;
	width: 26%;
	margin: 7px 37%;
	max-width: 100%
} */

.manufacturingblock h4 {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 25px;
	font-weight: 700
}

.blocklock {
	width: 100%;
	float: left;
	padding: 6% 5%
}

.blocklock span {
	width: 100%;
	float: left;
	background: #ccc;
	font-size: 19px;
	border-radius: 20px;
	margin: 7px 0
}

section.core {
	background: linear-gradient(to right, #dfd6db 0, #e5e7d9 50%, #e3e5d9 50%, #cfd7a7 100%) !important;
	padding: 50px 0;
	margin: 20px 0 0
}

.main-core p {
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 30px
}

h4.media-description {
	font-size: 24px;
	font-weight: 700;
	background: #d1d1d1
}

.inner-ctc h5,
.innner-why h4,
p.inline-why {
	font-weight: 600
}

.media.text-center {
	background: #fbfbfb;
	border-radius: 10px;
	padding: 22px 0;
	box-shadow: 0 3px 16px rgb(201 201 201 / 50%);
	margin: 25px 0 0
}

a.btn-vict:hover {
	background: #000;
	color: #fff;
	text-decoration: none
}

.innner-why h4 {
	font-size: 35px
}

.innner-why {
	margin: 34px 0 0
}

section.why {
	margin: 45px 0
}

section.ctc {
	background: #152647;
	padding: 30px 0
}

.inner-ctc h5 {
	font-size: 30px;
	color: #fff !important
}

.inner-ctc p {
	color: #fff !important;
	font-weight: 500
}

a.btn-vict {
	background: #fff;
	padding: 10px 23px;
	border: 2px solid #e0aa49;
	color: #000;
	font-weight: 500;
	font-size: 20px
}

.brn {
	margin: 30px 0
}

section#footer {
	background: #313840;
	padding: 55px 0
}

.inner-footer img {
	width: 85% !important
}

.inner-footer h6 {
	color: #5abae6 !important;
	font-size: 30px;
	letter-spacing: .5px;
	font-weight: 600;
	margin: 0 0 20px
}

.contact b,
.inner-foot h6 {
	font-size: 18px;
	font-weight: 600
}

.inner-foot h6 {
	color: #73b8e2 !important;
	margin: 0
}

.inner-foot ul {
	padding: 0;
	list-style: none
}

.inner-foot ul li a {
	color: #fff !important;
	line-height: 30px
}

.ultimatum span p {
	background: #fff !important;
	margin: 17px 0 0
}

.copyright span a {
	border-right: 1px solid;
	margin: 0 0 0 10px;
	color: #fff
}

.copyright span a span {
	margin: 0 11px 0 0
}

.copyright p {
	color: #fff !important;
	margin: 10px 0 0
}

.copyright a {
	color: #fff;
	border-right: 1px solid
}

.copyright {
	border-top: 1px solid #fff;
	margin: 20px 0 0
}

.contact b {
	float: right;
	border-bottom: 3px solid #d7bd60
}

section.heding {
	margin: 15px 0
}

.container {
	width: 89%;
	margin: 0 auto
}

.bshades,
.resecont {
	width: 100%;
	float: left
}

section.aboutsection h1 {
	border-bottom: 3px solid #e1b50a;
	width: 58%;
	margin: 0 auto
}

a.anim-btnt {
	background: linear-gradient(to right, #dcaf0f 0, #dcca0f 50%, #d9ca45 50%, #f7d71d 100%) !important;
	padding: 15px 25px;
	color: #000;
	box-shadow: 0 3px 16px rgb(219 199 0 / 85%);
	border-radius: 4px;
	display: inline-block
}

.inner-foot p,
h1.pagetitle,
p.blog-bread {
	color: #fff !important
}

section.aboutsection p {
	margin: 0 0 30px
}

.unsung {
	margin: 12px 0 0
}

.unsung span {
	margin: 0 10px 0 9px
}

.copyright a:hover,
.inner-foot a:hover {
	color: #73b8e2 !important;
	text-decoration: none
}

.pageheader {
	background: linear-gradient(90deg, rgb(0 8 60) 0, rgb(244 190 28) 100%) !important;
	margin-bottom: 30px;
	color: #fff;
	margin-top: 10px
}

.breadcrumb_new {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 130px;
	font-weight: 700
}

.blog-content,
.blog-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

span a {
	color: #2c3670;
	font-weight: 600;
	margin: 0 0 0 5px
}

.bshades {
	font-size: 29px;
	font-weight: 300;
	line-height: 48px;
	margin: 30px 0 0;
	letter-spacing: 1.5px;
	background: linear-gradient(to right, #f1bd02, #000);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.contactformdes,
section.innerpages {
	margin: 0 0 40px
}

.contactformdes {
	background: #ccc;
	padding: 5%;
	border-radius: 30px
}

.form-control {
	margin: -20px 0 0 !important
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
	height: 100px
}

.contactformdes h3 {
	margin: 0 0 35px !important
}

.resecont {
	font-size: 26px;
	margin: 0 0 7px;
	background: #fcfcfc;
	padding: 0 10px
}

.resecontp {
	text-align: left;
	font-size: 18px;
	letter-spacing: .5px;
	margin: 0 0 30px;
	padding: 0 15px
}

th {
	background: #020b44;
	color: #fff
}

.inner-foot p {
	font-size: 15px
}

.blog-info {
	padding: 10px;
	margin: 10px;
	box-shadow: 0 0 3px 0 #cecece
}

.blog-title {
	color: #000b47 !important;
	font-weight: 700;
	text-decoration: none !important;
	line-height: 35px;
	font-size: 24px
}

.sticky-bar {
	border: 1px solid #ccc;
	padding: 0 15px;
	border-radius: 10px;
	background: linear-gradient(311deg, rgb(0 8 60) 0, rgb(244 190 28) 100%) !important
}

li.recent-post-item {
	background: #fff;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 10px
}

.intro-heading {
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 20px
}

.row.recent-row {
	display: flex;
	align-items: center
}

@media(max-width:767px) {
	.row.recent-row {
		display: unset
	}
}

.social-icons {
        display: flex;
        gap: 10px;
    }
.social-icons a{
	text-decoration: none;
}
    .social-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 50%;
        font-size: 22px;
        text-decoration: none;
        color: #fff;
        transition: all 0.3s ease;
    }

    .social-icon:hover {
        background-color: #f0f0f0;
        color: #007bff;
    }

    .social-icon i {
        display: inline-block;
    }
.global-button{
       background: linear-gradient(to right, #000A45 0%, #7a85c9 50%, #7a85c9 50%, #000A45 100%) !important; 
	text-decoration: none;
    border: none;
    color: #ffffff !important;
    font: 500 1rem sans-serif;
    padding: 15px 25px 15px 25px;
    position: relative;
text-align: center;
    vertical-align: middle;
    display: inline-block;
-moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.global-button::before {
    top: -4px;
    left: -4px;
    border-top: 2px solid #000A45 !important;
    border-left: 2px solid #000A45 !important;
}

.global-button::before, .global-button::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 0px solid transparent;
}
.global-button::after {
    bottom: -4px;
    right: -4px;
    border-bottom: 2px solid #000A45;
    border-right: 2px solid #000A45;
}

.global-button::after {
    bottom: -4px;
    right: -4px;
    border-bottom: 2px solid #000A45;
    border-right: 2px solid #000A45;
}

.global-button:hover::before, .global-button:hover::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    transition: 0.5s ease-in-out;
}


.global-button-secondary{
       background: linear-gradient(to right, #000A45 0%, #7e7e7e 50%, #7e7e7e 50%, #000A45 100%) !important; 
	text-decoration: none;
    border: none;
    color: #ffffff !important;
    font: 500 1rem sans-serif;
    padding: 15px 25px 15px 25px;
    position: relative;
text-align: center;
    vertical-align: middle;
    display: inline-block;
-moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.global-button-secondary::before {
    top: -4px;
    left: -4px;
    border-top: 2px solid #ffffff !important;
    border-left: 2px solid #ffffff !important;
}

.global-button-secondary::before, .global-button-secondary::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 0px solid transparent;
}
.global-button-secondary::after {
    bottom: -4px;
    right: -4px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.global-button-secondary::after {
    bottom: -4px;
    right: -4px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.global-button-secondary:hover::before, .global-button-secondary:hover::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    transition: 0.5s ease-in-out;
}
.heding .contact {
    position: relative;
    z-index: 99;
}
.heding .contact a {
    color: #000;
	transition: all 0.3s ease;
}
.heding .contact a:hover {
    color: #E0AF1E;
}
