/*
Theme Name: Sicagen
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.0
Tested up to: 6.4
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
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

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

html,
button,
input,
select,
textarea {
	font-family: 'Inter', sans-serif;
}

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

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

a:visited {
	color: #E6771C;
}

a:focus {
}

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

a:hover {
	text-decoration: none;
}

code,
kbd,
pre,
samp {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 24px;
	font-weight: 400;
	margin: 50px 0;
	padding: 0 30px;
	border-left: 5px solid #E6771C;
}

.blog_outer .blog_text blockquote p {margin:0;}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

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

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

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

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

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Custom gradient block backgrounds */
.has-autumn-brown-gradient-background {
	background: linear-gradient(135deg, rgba(226,45,15,1) 0%, rgba(158,25,13,1) 100%);
}
.has-sunset-yellow-gradient-background {
	background: linear-gradient(135deg, rgba(233,139,41,1) 0%, rgba(238,179,95,1) 100%);
}
.has-light-sky-gradient-background {
	background: linear-gradient(135deg,rgba(228,228,228,1.0) 0%,rgba(208,225,252,1.0) 100%);
}
.has-dark-sky-gradient-background {
	background: linear-gradient(135deg,rgba(0,0,0,1.0) 0%,rgba(56,61,69,1.0) 100%);
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

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

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

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

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

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

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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

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

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

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 20px 80px;
}

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

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

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

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

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

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

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


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	width: 100%;
}

.site-main {
	position: relative;
}

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

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	width: 100%;
}

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

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

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


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	position: relative;
}

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

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #002944;
	display: block;
	font-size: 18px;
	line-height: 1;
	margin: 0 0 0 40px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #F47821;
}

.nav-menu .sub-menu,
.nav-menu .children {
	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 .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

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

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
}

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

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #F47821;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	width: 100%;
}

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

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 34px 23px;
	border: 1px solid #002944;
	cursor: pointer;
	height: 48px;
	padding: 0 0 0 50px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 230px;
	border-radius: 30px;
}

.site-header .search-field:focus {
	background-color: #fff;
	cursor: text;
	outline: 0;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
}

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

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

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

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

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

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

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

.entry-meta a {
	color: #bc360a;
}

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

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

.entry-meta > span:last-child {
	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;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
}

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

.entry-content blockquote {
}

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

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
}

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

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

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	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-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

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

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

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

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

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	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-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

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


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.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-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) {
	margin-right: 0;
}

.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(2n+1),
.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(2n+1),
.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, 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 400ms ease;
	transition:         opacity 400ms ease;
	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;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.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 {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

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

.format-aside .entry-meta {
	margin-top: 0;
}

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

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

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

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

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

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

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

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

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

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

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

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

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

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

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

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

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

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

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

.format-link .entry-title a {
	color: #bc360a;
}

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

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	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 {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	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-quote .entry-meta .author {
	display: none;
}

/* Status */
.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;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.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) repeat-y left bottom;
	background-size: 4px 4px;
	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 .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.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, 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-content p:last-child {
	margin-bottom: 0;
}

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

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

/* Video */
.format-video {
	background-color: #db572f;
}

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

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

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


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

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

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

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 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: 604px;
	padding: 9px 0 0;
	text-align: right;
}

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

.attachment footer.entry-meta {
	display: none;
}

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

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

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

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

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

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

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

.image-navigation .nav-previous,
.image-navigation .nav-next {
	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-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

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

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

.attachment .site-main .sidebar-container {
	display: none;
}

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

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: #bc360a;
}

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

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

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.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 .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

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


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

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

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

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

.single-format-status .author-description {
	color: #f7f5e7;
}

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

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

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

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

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


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
}

.page-title {
	width: 100%;
}

.page-content {
	width: 100%;
}

.sidebar .page-content {
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

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

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

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

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

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


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

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

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

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

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

.comment-list .children {
	margin-left: 20px;
}

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

.comment-list > li:last-child:after {
	display: none;
}

.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 {
	word-wrap: break-word;
}

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

.says {
	display: none;
}

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

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

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

.comment-list .edit-link {
	margin-left: 20px;
}

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

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

.comment-meta a:hover {
	color: #ea9629;
}

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

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.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 form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

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

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

.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;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.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="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

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

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

.comment-form textarea {
	width: 100%;
}

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

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

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

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

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

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


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

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

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


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

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


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

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

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

.widget li {
	padding: 5px 0;
}

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

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

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

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

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

.widget_calendar a {
	display: block;
}

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

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

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

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

.wp-calendar-table {
	margin-bottom: 0;
}

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

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

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

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

.widget_text li:last-child {
	padding-bottom: 0;
}

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

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

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

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.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);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

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

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

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

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

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

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

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

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

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

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

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

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

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

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

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

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

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

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

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.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-previous,
	.image-navigation .nav-next {
		position: static;
	}

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

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

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

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		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: 604px;
		position: relative;
		top: 20px;
	}

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

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

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

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

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

	.gallery-caption {
		display: none;
	}
}

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

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

	#content .format-status .entry-content,
	#content .format-status .entry-met {
	}

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

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

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

	.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 li,
	.toggled-on .children {
		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 li:hover > a,
	.toggled-on .nav-menu .children 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;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		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-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

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

	.format-quote blockquote small,
	.format-quote blockquote cite {
		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-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

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

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

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

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.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(even) {
		margin-right: 0;
	}

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

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

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


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@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);
	}

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

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

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

	.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,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

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

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

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

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

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

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

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

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


/*
font-family: 'Inter', sans-serif;
font-family: 'Prompt', sans-serif;
*/


*:focus {outline: 0;}
html { scroll-behavior: smooth;}
img {max-width:100%;}
body,h1,h2,h3,h4,ul,p { padding:0; margin:0;}
.img_shadow {-webkit-box-shadow: 0px 10px 10px 0px rgba(209,207,207,0.7); -moz-box-shadow: 0px 10px 10px 0px rgba(209,207,207,0.7); box-shadow: 0px 10px 10px 0px rgba(209,207,207,0.7);}
.btn_area a.arrow {display:inline-block; font-size:20px; color:#002944;}
.btn_area a.arrow:hover { color:#002944;}
.btn_area a.arrow span {background:url("images/arrow-btn.png") no-repeat; width: 14px; height: 13px; display: inline-block; margin: 0 0 0 10px;} 

.btn_area a.solid {display:inline-block; line-height: 54px; background: #F69628; padding: 0 20px; color:#fff; font-weight: 500; transition: all 0.4s ease;}
.btn_area a.solid:hover {background:#dc7e13;}
.btn_area a.solid span {background:url("images/arrow-white.png") no-repeat; width: 14px; height: 15px; display: inline-block; margin: 0 0 0 10px;} 

.btn_area a.line {display:inline-block; line-height: 52px; background: none; padding: 0 20px; color:#fff; font-weight: 500; transition: all 0.4s ease; border: 1px solid #fff;}
.btn_area a.line:hover {background:#F69628;border: 1px solid #F69628;}
.btn_area a.line span {background:url("images/arrow-white.png") no-repeat; width: 14px; height: 15px; display: inline-block; margin: 0 0 0 10px;} 


body {font-size: 20px; line-height: 1.5; color: #002944;}
.wrapper { max-width:1540px; margin:0 auto; position: relative;}

.site-header {position:fixed; width: 100%; z-index: 2; padding: 25px 0; transition: all 0.4s ease;background: #ffffff; box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);}
.site-header.sticky {position:fixed; border-bottom: 1px solid #ccc;padding: 10px 0;}
.site-header .logo {float:left; width:176px; transition: all 0.4s ease;}
.site-header .menu_area { float:right; transition: all 0.4s ease; padding: 0; margin-top: 19px;}
.home .site-header {background:none; box-shadow: none;} 
.home .site-header.sticky {background: #ffffff; box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);}
.home .site-header .header_wrapper {clear:both; width: 100%; height: 68px; background: #fff; padding: 10px 30px; border-radius: 6px;}
.home .site-header.sticky .header_wrapper {height:auto; padding: 0;}
.home .site-header .menu_area {margin-top: 13px;}
.home .site-header.sticky .menu_area {margin-top: 19px;}

.banner_area {clear:both; width: 100%; overflow: hidden;}
.banner_area .banner {height: 100vh; min-height: 600px; overflow: hidden; position: relative;}
.banner_area .banner.banner1 {background:url("images/banner-1.jpg") no-repeat center center; background-size: cover;}
.banner_area .banner.banner2 {background:url("images/banner-2.jpg") no-repeat center center; background-size: cover;}
.banner_area .banner.banner3 {background:url("images/banner-3.jpg") no-repeat center center; background-size: cover;}
.banner_area .banner.banner4 {background:url("images/banner-4.jpg") no-repeat center center; background-size: cover;}
.banner_area .banner .banner_text {color: #fff; display: flex; align-items: center; width: 100%;height: 100vh;} 
.banner_area .banner .banner_text .wrapper {width:100%;}
.banner_area .banner .banner_text h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; font-size: 42px; font-weight: 400; line-height: 1.2;}
.banner_area .banner .banner_text h3 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; font-size: 42px; font-weight: 400; line-height: 1.2; margin: 0 0 20px;}
.banner_area .banner .banner_text p {margin:0 0 20px;}
.banner_area .banner .banner_text .btn_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.banner_area .banner .banner_text .btn_area a.line {margin:0 0 0 5px;}
.banner_area .banner .banner_bottomArea {position:absolute; bottom: 30px; color: #fff; right: 0; left: 0; }
.banner_bottom {clear:both; width: 100%; overflow: hidden;}
.banner_bottom .bottom { clear:both; width: 100%; border-top: 1px solid #fff;}
.banner_bottom .bottom .column {float:left; width: 25%; padding: 20px 50px 0; border-top: 4px solid rgba(246,150,10,0); margin: -3px 0 0; }
.banner_bottom .bottom .column.active { border-top: 4px solid rgba(246,150,10,1);}
.banner_bottom .bottom .column h4 {clear:both; width: 100%; overflow: hidden; font-size: 18px; font-weight: 400; text-align: center;}
.banner_bottom .bottom .column a {color:#fff; transition: all 0.4s ease;}
.banner_bottom .bottom .column a:hover {color:#F69628;}
.banner_area .slick-dots {bottom:15px;}
.banner_area .slick-dots li {background:#fff; border-radius: 50%; width: 15px; height: 15px;}
.banner_area .slick-dots li.slick-active {background:#F69628;}
.banner_area .slick-dots li button {width: 15px; height: 15px;}
.banner_area .slick-dots li button::before {content: '';}
.banner_area .slick-prev, .banner_area .slick-next { width:20px; height: 20px; z-index: 1; bottom: 22px; top: auto;}
.banner_area .slick-prev::before, .banner_area .slick-next::before {display:none;}
.banner_area .slick-prev,.banner_area .slick-prev:hover,.banner_area .slick-prev:hover, .banner_area .slick-prev:focus {background:url("images/banner-arrow-left.png") no-repeat; left: 1%;}
.banner_area .slick-next,.banner_area .slick-next:hover,.banner_area .slick-next:hover, .banner_area .slick-next:focus {background:url("images/banner-arrow-right.png") no-repeat; right:1%;}
.cross_bgArea {clear:both; overflow: hidden; width: 100%; background: url("images/bg-cross.png") repeat center center; padding: 100px 0;}
.cross_bgArea .home_aboutArea {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.cross_bgArea .home_aboutArea .home_about {clear:both; width: 100%; overflow: hidden; display: flex; align-items: center;}
.cross_bgArea .home_aboutArea .home_about .home_aboutImg {width:812px;}
.cross_bgArea .home_aboutArea .home_about .home_aboutText {width:calc(100% - 812px); padding: 0 0 0 100px; max-width: 560px;}
.cross_bgArea .home_aboutArea .home_about .home_aboutText h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; margin: 0 0 10px;}
.cross_bgArea .home_aboutArea .home_about .home_aboutText p {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.home_projectArea {clear:both; width: 100%; overflow: hidden;}
.home_projectArea h2 {clear:both; width: 100%; overflow: hidden; text-align: center; font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; margin: 0 0 50px;}
.home_projectArea .home_project {clear:both; overflow: hidden; display: flex; align-items: flex-end; margin: 0 -24px;}
.home_projectArea .home_project .column {padding:0 24px;}
.home_projectArea .home_project .column img {opacity:1;transition: all 0.4s ease;}
.home_projectArea .home_project .column img:hover {opacity:0.7;}
.home_advantageArea {clear:both; width: 100%; overflow: hidden; background: url("images/bg-advantage.jpg") no-repeat center bottom; background-size: cover; padding: 130px 0 80px;}
.home_advantageArea h2 {clear:both; width: 100%; overflow: hidden; text-align: center; font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; margin: 0 0 50px; color: #fff;}
.home_advantageArea .home_advantage {clear:both; overflow: hidden; margin: 0 auto; max-width: 1000px;}
/*.home_advantageArea .home_advantage {clear:both; overflow: hidden; margin: 0 auto; max-width: 1450px;}*/
.home_advantageArea .home_advantage .column {float:left; width: 33.33%; padding: 0 20px 50px;}
.home_advantageArea .home_advantage .column .box {clear:both; width:100%; overflow: hidden; border:1px solid rgba(175, 186, 193, 0.3); border-radius: 10px; padding: 30px 20px; background:#fff; text-align: center;}
/*.home_advantageArea .home_advantage .column .box {clear:both; width:100%; overflow: hidden; border:1px solid rgba(175, 186, 193, 0.3); border-radius: 10px; padding: 50px 30px; background: rgb(175,186,193); background: linear-gradient(180deg, rgba(175,186,193,0.2) 0%, rgba(175,186,193,0) 100%); display: flex; align-items: center;}*/
.home_advantageArea .home_advantage .column .box .home_advIcon { width: 100%; height: 80px;}
/*.home_advantageArea .home_advantage .column .box .home_advIcon { width: 90px; height: 80px; display: flex; align-items: center;}*/
.home_advantageArea .home_advantage .column .box h3 {width:100%;font-family: 'Prompt', sans-serif; font-size: 28px; color:#000; font-weight: 400; line-height: 1.3; padding: 0 10px;}
.home_advantageArea .home_advantage .column .box h3 span.block {display:block;}
/*.home_advantageArea .home_advantage .column .box h3 {width:calc(100% - 90px);font-family: 'Prompt', sans-serif; font-size: 30px; color:#000; font-weight: 400; padding: 0 20px; line-height: 1.3;}*/
.home_investorsArea {clear:both; width: 100%; overflow: hidden; padding: 150px 0 100px;}
.home_investorsArea .home_investorCover {clear:both; width: 100%;}
.home_investorsArea .home_investorCover .home_investorText {float:left; width: 400px;}
.home_investorsArea .home_investorCover .home_investorText h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; line-height: 1.2;}
.home_investorsArea .home_investorCover .home_investorSlider {float:left; width: calc(100% - 400px); text-align: center;}
.home_investorsArea .home_investorCover .home_investorSlider .column {padding:0 10px;}
.home_investorsArea .home_investorCover .home_investorSlider .slick-slide img {display:inline-block;}
.home_investorSlider .slick-prev, .home_investorSlider .slick-next,.product_img .slick-prev, .product_img .slick-next { width:44px; height: 44px; z-index: 1; bottom: -80px; top: auto;}
.home_investorSlider .slick-prev::before, .home_investorSlider .slick-next::before,.product_img .slick-prev::before, .product_img .slick-next::before {display:none;}
.home_investorSlider .slick-prev,.home_investorSlider .slick-prev:hover,.home_investorSlider .slick-prev:hover, .home_investorSlider .slick-prev:focus,.product_img .slick-prev,.product_img .slick-prev:hover,.product_img .slick-prev:hover, .product_img .slick-prev:focus {background:url("images/arrow-left.png") no-repeat; left: 45%;}
.home_investorSlider .slick-next,.home_investorSlider .slick-next:hover,.home_investorSlider .slick-next:hover, .home_investorSlider .slick-next:focus, .product_img .slick-next,.product_img .slick-next:hover,.product_img .slick-next:hover, .product_img .slick-next:focus {background:url("images/arrow-right.png") no-repeat; right:45%;}
.home_testiArea {clear:both; width: 100%; overflow: hidden; padding: 150px 0 100px; background: #002944; color: #fff;}
.home_testiArea .home_testiCover {clear:both; width: 100%;}
.home_testiArea .home_testiCover .home_testiText {float:left; width: 400px;}
.home_testiArea .home_testiCover .home_testiText h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; line-height: 1.2; padding: 0 70px 0 0;}
.home_testiArea .home_testiCover .home_testiSlider {float: left; width: 100%; margin-right: -400px;}
.home_testiArea .home_testiCover .home_testiSlider .column { padding: 0 10px;}
.home_testiArea .home_testiCover .home_testiSlider .column .box {clear:both; width:100%; overflow: hidden; border:1px solid rgba(175, 186, 193, 0.3); border-radius: 10px; padding: 30px 20px; background: rgba(23, 78, 115, 0.15); min-height: 390px; position: relative;font-size:24px;}
.home_testiArea .home_testiCover .home_testiSlider .column .box span { position: absolute; bottom: 30px; font-weight: 500;}
.home_testiArea .slick-dots {bottom:-50px; text-align: left; padding-left:200px;}
.home_testiArea .slick-dots li {width:14px; height:14px; background: #40799E; border-radius: 50%;}
.home_testiArea .slick-dots li.slick-active {background:#F5A020;}
.home_testiArea .slick-dots li button::before {display:none;}
.career_qualityArea {clear:both; width: 100%; overflow: hidden; padding: 150px 0;}
.career_qualityArea .career_quality {clear:both; width: 100%; display: flex;}
.career_qualityArea .career_img {float:left; width: 1255px; background: #ebdfda; margin-left: -600px; padding-left: 600px;}
.career_qualityArea .career_text {float:left; width: calc(100% - 990px); background: #EFF5F9; padding: 50px; position: relative} 
.career_qualityArea .career_text .btn_area {position:absolute; bottom: 60px;}
.career_qualityArea .career_text h2,.career_qualityArea .quality_text .box h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; font-size: 36px; font-weight: 400; margin: 0 0 10px;}
.career_qualityArea .career_text h3 {clear:both; width: 100%; overflow: hidden; font-size: 24px; font-weight: 400; margin: 0 0 40px;}
.career_qualityArea .career_text h3 span {display:block;}
.career_qualityArea .career_text p {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; margin: 0 0 150px;}
.career_qualityArea .quality_text { float: left; width: 390px; padding: 0 0 0 50px; display: flex;}
.career_qualityArea .quality_text .box {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; padding: 50px 30px; position: relative;}
.career_qualityArea .quality_text .box img {margin:20px 0;}
.career_qualityArea .quality_text .box .btn_area {position:absolute;  bottom: 60px;}
.home_mediaArea {clear:both; width: 100%; overflow: hidden; overflow: hidden; overflow: hidden; padding: 0 0 200px;}
.home_mediaArea h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; margin: 0 0 50px;}
.home_mediaArea .home_mediaCover {clear:both; width: 100%;} 
.home_mediaArea .home_media {margin-right:-200px; margin-left: -30px;}
.home_mediaArea .column { padding:0 30px;}
.home_mediaArea .column img { margin:0 0 15px;}
.home_mediaArea .column .data {clear:both; width: 100%; overflow: hidden; font-size: 15px; margin: 0 0 15px;}
.home_mediaArea .column h3 {clear:both; width: 100%; overflow: hidden; font-size: 22px; font-weight: 500; margin: 0 0 15px;}
.home_mediaArea .column h3 a {color:#002944; display: block; transition: all 0.4s ease;}
.home_mediaArea .column h3 a:hover {color:#F37221;}
.home_mediaArea .column .btn_area {clear:both; width: 100%; overflow: hidden;}
.home_mediaArea .column .btn_area a {color:#002944; text-decoration: underline; transition: all 0.4s ease;}
.home_mediaArea .column .btn_area a:hover {color:#F37221;}
.home_mediaArea .slick-prev, .home_mediaArea .slick-next { width:44px; height: 44px; z-index: 1; bottom: -100px; top: auto;}
.home_mediaArea .slick-prev::before, .home_mediaArea .slick-next::before {display:none;}
.home_mediaArea .slick-prev,.home_mediaArea .slick-prev:hover,.home_mediaArea .slick-prev:hover, .home_mediaArea .slick-prev:focus {background:url("images/arrow-left.png") no-repeat; left: 200px;}
.home_mediaArea .slick-next,.home_mediaArea .slick-next:hover,.home_mediaArea .slick-next:hover, .home_mediaArea .slick-next:focus {background:url("images/arrow-right.png") no-repeat; right:200px;}
.home_partnersArea {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; padding: 100px 0;}
.home_partnersArea h2 {clear: both; width: 100%; overflow: hidden; text-align: center; font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; margin: 0 0 50px;}
.home_partnersArea .home_partners {clear:both; width: 100%; overflow: hidden;}
.home_partnersArea .ui-widget {font-family: 'Inter', sans-serif !important;}
.home_partnersArea .home_partners .ui-widget-header {border:none !important; background:none !important; font-weight:normal !important;}
.home_partnersArea .home_partners ul {clear:both; width: 100%; overflow: hidden; text-align: center; list-style: none; margin: 0 0 80px;}
.home_partnersArea .home_partners ul li {display:inline-block; padding: 0 25px 20px !important; float:none !important; border:none !important; margin:0 !important; background:none !important; }
.home_partnersArea .ui-tabs .ui-tabs-nav {padding:none;}
.home_partnersArea .home_partners ul li a {color:#002944; font-size: 18px; font-weight: 500; padding: 0 5px 10px !important; display: block; transition: all 0.4s ease; float: none !important;border-bottom:2px solid rgba(0,0,0,0); }
.home_partnersArea .home_partners ul li.ui-tabs-active a,.home_partnersArea .home_partners ul li a:hover {border-bottom:2px solid #F58020; color: #F58020; background:none !important;}
.home_partnersArea .home_partners .ui-widget-content {clear:both; width: 100%; overflow: hidden; border:none; background:none !important; padding:0 !important;}
.home_partnersArea .home_partners .ui-widget-content .cover {clear:both; overflow: hidden; text-align: center; margin:0 -20px;}
.home_partnersArea .home_partners .ui-widget-content .cover .column {float:left; width:25%; padding:0 20px 40px; text-align:center;}
.home_partnersArea .home_partners .ui-widget-content .cover img { border:1px solid #eee;}
.home_locationsArea {clear:both; width: 100%; overflow: hidden; padding: 100px 0;}
.home_locationsArea h2 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; margin: 0 0 50px;}
.home_locationsArea .home_location {clear:both; width: 100%; overflow: hidden;}
.home_locationsArea .home_location .home_locationText {float:left; width: calc(100% - 579px); padding: 0 50px 0 0;}
.home_locationsArea .home_location .home_locationText .sp-easy-accordion {max-width:800px;}
.home_locationsArea .home_location .home_locationText .sp-easy-accordion .sp-ea-single .ea-header a {font-size:24px; font-weight: 500;}
.home_locationsArea .home_location .home_locationText .sp-easy-accordion .ea-body ul {list-style:none; padding: 0 0 0 20px;}
.home_locationsArea .home_location .home_locationText .sp-easy-accordion .ea-body ul li {margin:0 0 15px; float:left; width: 33.33%;}
.home_locationsArea .home_location .home_locationImg {float:left; width:579px;}
.site-footer {clear:both; width: 100%; overflow: hidden; background: #002944; padding: 100px 0 70px; color:#fff; font-size:18px;}
.site-footer .footer_links {clear:both; width: 100%; overflow: hidden; border-bottom:1px solid #fff;}
.site-footer .footer_links .column {float:left; width: 20%; padding: 0 50px 0 0;}
.site-footer .footer_links .column h3 {clear:both; width: 100%; overflow: hidden; font-size: 24px; font-weight: 500; margin: 0 0 15px}
.site-footer .footer_links .column ul {list-style:none; margin: 0 0 50px;}
.site-footer .footer_links .column ul li { margin:0 0 5px;}
.site-footer .footer_links .column a {color:#fff; transition: all 0.4s ease;}
.site-footer .footer_links .column a:hover {color:#2174be;}
.site-footer .copyright {clear:both; width: 100%; overflow: hidden; padding: 50px 0 0;}
.site-footer .copyright .left {float:left;}
.site-footer .copyright .left img {float:left; margin: 0 90px 0 0;}
.site-footer .copyright .left span {float:left; margin: 16px 0 0;}
.site-footer .copyright .left span a { color:#2174be; transition: all 0.4s ease;}
.site-footer .copyright .left span a:hover { color:#fff;}
.site-footer .copyright .right {float:right; margin: 16px 0 0;}
.site-footer .copyright .right a { color:#2174be; transition: all 0.4s ease;}
.site-footer .copyright .right a:hover { color:#fff;}
.inner_banner {clear:both; width: 100%; overflow: hidden;padding: 98px 0 0; margin: 0 0 70px;}
.inner_banner .banner_cover {cvlear:both; width: 100%; overflow: hidden;  min-height: 350px; display: flex; align-items: center; }
.inner_banner .banner_cover .wrapper {width:100%;}
.inner_banner .banner_cover h1 {clear:both; width: 100%; overflow: hidden; font-size:62px; font-weight: 400;font-family: 'Prompt', sans-serif; color: #fff; max-width: 600px; line-height: 1.1;}
.breadcrumb {clear:both; width: 100%; overflow: hidden; margin: 0 0 60px;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items {background-color:rgba(0,0,0,0);  } 
.breadcrumb .fbc-page .fbc-wrap .fbc-items li {font-size: 20px; color: #000; padding: 0 5px;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li.active span, .breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {font-size:20px; color: #888;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child {padding: 0 5px 0 0;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li:last-child {padding: 0 0 0 5px;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-separator {font-size: 20px; color: #000;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li a { color: #000;}
.breadcrumb .fbc-page .fbc-wrap .fbc-items li a:hover { color: #666;transition: all 0.4s ease;}
.inner_cover {clear:both; width: 100%; overflow: hidden; padding: 0 0 100px;}
.page-template-about-overview-template .inner_cover {padding: 0; border-bottom: 1px solid #25506d;}
.investors_ledning {clear:both; width: 100%; overflow: hidden; max-width: 1380px; margin: 0 auto;}
.investors_ledning .breadcrumb { padding:0 15px;}
.investors_ledning ul li a {display:block; position: relative; }
.investors_ledning ul li a span { position:absolute; top: 30px; left: 30px; right: 30px; color: #fff; font-size:25px; font-weight: 500; line-height: 1.3;}
.bottom_boxArea {clear:both; width: 100%; overflow: hidden; margin: 150px 0 0;}
.bottom_boxArea .bottom_box {clear:both; margin: 0 -22px; overflow: hidden;}
.bottom_boxArea .bottom_box .column {float:left; width: 50%; padding: 0 22px 44px;}
.bottom_boxArea .bottom_box .column .box {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; display: flex;}
.bottom_boxArea .bottom_box .column .box .bottom_boxText {float:left; width: calc(100% - 343px); padding: 40px; position: relative;}
.bottom_boxArea .bottom_box .column .box .bottom_boxText h2 {clear:both; width: 100%; overflow: hidden; font-size:38px; font-weight: 400;font-family: 'Prompt', sans-serif; margin: 0 0 5px;}
.bottom_boxArea .bottom_box .column .box .bottom_boxText p { margin: 0 0 40px;}
.bottom_boxArea .bottom_box .column .box .bottom_boxText ul {list-style:none; padding: 0; margin: 0;}
.bottom_boxArea .bottom_box .column .box .bottom_boxText .btn_area {position:absolute; left: 40px; bottom: 30px;}
.details_area {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; display: flex; margin: 0 0 150px; align-items: center;}
.details_area .details_img {order: 2; width:529px;}
.details_area .details_text {width:calc(100% - 529px); padding: 50px;}
.details_area .details_text h3 { clear:both; width: 100%; overflow: hidden; font-size: 32px; font-weight: 400;font-family: 'Prompt', sans-serif; line-height: 1.3; margin: 0 0 30px;}
.details_area .details_text p { clear:both; width: 100%; overflow: hidden; font-size: 24px; margin: 0 0 40px;}
.details_area .details_text .btn_area {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.bottom_locateArea {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; padding: 70px 0 20px; margin: 0 0 -100px;}
.bottom_locateArea .bottom_locate {clear:both; width: 100%; overflow: hidden;}
.bottom_locateArea .bottom_locate .bottom_locateText {float:left; width:calc(100% - 700px);}
.bottom_locateArea .bottom_locate .bottom_locateText h2 {clear:both; width: 100%; overflow: hidden; font-size: 46px; font-weight: 400;font-family: 'Prompt', sans-serif; line-height: 1.3; margin: 0 0 10px; color: #002944;}
.bottom_locateArea .bottom_locate .bottom_locateText p {font-size:24px; color: #002944; margin: 0 0 40px;} 
.bottom_locateArea .bottom_locate .bottom_locateText ul {list-style:none; max-width: 400px;}
.bottom_locateArea .bottom_locate .bottom_locateText ul li {clear:both; width: 100%; overflow: hidden; display: block; padding: 13px 20px; border-bottom: 1px solid #aaa;font-family: 'Prompt', sans-serif; font-size: 22px;}
.bottom_locateArea .bottom_locate .bottom_locateText ul li:last-child {border:none;}
.bottom_locateArea .bottom_locate .bottom_locateText ul li img {margin:0 10px 0 0;}
.bottom_locateArea .bottom_locate .bottom_locateImg {float:left; width: 700px;}
.bottom_locateArea .bottom_locate .get_inTouchArea {clear:both; float:left; width: 100%; overflow: hidden; margin: 100px 0 0;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column {float:left; width: 30%; margin: 0 0 50px;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column:first-child,.bottom_locateArea .bottom_locate .get_inTouchArea .column:last-child {width:20%;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; line-height: 1.3; font-size:34px; font-weight: 400;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column .info {clear:both; width: 100%; padding: 0 40px; font-size: 18px;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column .location {background:url("images/icon-location.png") no-repeat left 6px;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column .phone {background:url("images/icon-phone.png") no-repeat left 6px;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column a {color:#002944;transition: all 0.4s ease;}
.bottom_locateArea .bottom_locate .get_inTouchArea .column a:hover {color:#F69628;}
.investors_cover {clear:both; overflow: hidden; margin: 0 -25px 100px;}
.investors_cover .column {float:left; width: 25%; padding: 0 25px 75px;} 
.investors_cover .column.four {width:25%;}
.investors_cover .column:nth-child(4n+1) {clear:both;}
.investors_cover .column.four:nth-child(3n+1) {clear:none;}
.investors_cover .column.four:nth-child(4n+1) {clear:both;}
.investors_cover .column .investor_box {clear:both; width: 100%; overflow: hidden;}
.investors_cover .column.flex .investor_box {display:flex; align-items: center;}
.investors_cover .column .investor_box img {width:59px; float:left;}
.investors_cover .column .investor_box .title {width:calc(100% - 59px); padding: 0 0 0 15px; float:left;}
.investors_cover .column a .investor_box .title {color:#002944;transition: all 0.4s ease;}
.investors_cover .column a:hover .investor_box .title {color:#396d8f;}
.name_chages {clear:both; width: 100%; overflow: hidden; display: flex; align-items: center; margin: 0 0 100px;}
.name_chages .name_img {width:391px;}
.name_chages .name_text {width:calc(100% - 391px); max-width: 850px; padding: 0 0 0 70px;}
.name_chages .name_text p {font-family: 'Prompt', sans-serif; font-size:26px; font-weight: 400;}
.bod_cover {clear:both; overflow: hidden; }
.bod_cover .row {clear: both; width: 100%; margin: 0 0 50px; float: left;}
.bod_cover .row .director_photo {float: left; width: 276px;}
.bod_cover .row .director_text {float: left; width: calc(100% - 276px); padding: 0 0 0 50px;}
.bod_cover .row .director_text h2 {clear:both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; line-height: 1.3; font-size:24px; font-weight: 400; }
.bod_cover .row .director_text h3 {clear:both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; line-height: 1.5; font-size:22px; font-weight: 400; color: #F5A020;}
.bod_cover .row .director_text h4 {clear:both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; line-height: 1.5; font-size:20px; font-weight: 400; margin: 0 0 30px;}
.bod_cover .row .director_text .profile_text p {font-size:18px; margin: 0 0 20px;}
.bod .btn_area {clear:both;width: 100%; overflow: hidden; text-align: center; margin: -40px 0 100px;}
.investors h2 {clear:both; width: 100%; overflow: hidden;font-family: 'Prompt', sans-serif; line-height: 1.3; font-size:34px; font-weight: 400; margin: 0 0 50px;}
.investors .year_dropdown {clear:both; width: 100%; overflow: hidden; margin: 0 0 70px;}
.investors .year_dropdown select {border:2px solid #002944; font-size:26px; font-weight: 500;font-family: 'Prompt', sans-serif; height: 80px; width: 210px; padding: 0 30px 0 20px; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-image:url("images/arrow-down.png"); background-repeat: no-repeat, repeat; background-position: right .7em top 50%, 0 0; background-size: 1em auto, 100%; cursor: pointer;}
.investors_pdf {clear:both; overflow: hidden; margin: 0 -32px 20px;}
.investors_pdf .column {float:left; width: 50%; padding: 0 32px 64px;}
.investors_pdf .column .box {clear:both; width: 100%; overflow: hidden; padding:70px 40px; background: #EFF5F9; position: relative; display: flex; align-items: center; min-height: 215px;}
.investors_pdf .column .box > img {width:59px;}
.investors_pdf .column .box h3 {clear:both; overflow: hidden; font-family: 'Prompt', sans-serif; line-height: 1.3; font-size:28px; font-weight: 400; color: #002944; padding: 0 100px 0 35px; width: calc(100% - 59px); }
.investors_pdf .column .box span {position:absolute; top: 10px; right: 20px;}
.investors_infoArea {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.investors_infoArea h4 {clear:both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; line-height: 1.5; font-size:28px; font-weight: 400; margin: 0 0 20px; }
.investors_infoArea h4 strong { color:#E6771C; font-weight: 600;}
.investors_infoArea p {font-size:24px; margin: 0 0 10px;}
.investors_infoArea p a {color:#002944;transition: all 0.4s ease;}
.investors_infoArea p a:hover {color:#5184a5;}
.img_outArea {clear:both; width: 100%; margin: 0 0 150px; display: flex;}
.img_outArea .out_img {order:2; width: 849px; margin: 0 -249px 0 0;} 
.img_outArea .out_text {width:calc(100% - 600px); padding: 0 100px 0 0;}
.img_outArea.group {display:flex; align-items: center;}
.img_outArea.group .out_img {order:2; width: 952px; margin: 0 -249px 0 0;} 
.img_outArea.group.video .out_img {order:2; width: 703px; margin: 0;}
.img_outArea.group .out_text {width:calc(100% - 703px); padding: 0 100px 0 0;}
.img_outArea .out_text img { margin: 0 0 30px;}
.out_text h2 {clear:both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; line-height: 1.3; font-size:48px; font-weight: 400; margin: 0 0 30px; } 
.out_text h2 img {margin:0 20px 0 0;}
.out_text p {margin:0 0 30px; line-height: 1.65;}
.out_text p:last-child {margin:0;}
.img_outLeftArea {background:#EFF5F9; width: 100%; float: left; padding: 100px 0; margin: 0 0 150px;}
.img_outLeftArea.csr {padding:0; margin: 0;}
.img_outLeftArea.csr .img_out {display:flex; align-items: center;}
.img_outLeftArea .img_out .out_img {width: 849px; margin: 0 0 0 -249px; float: left;} 
.img_outLeftArea .img_out .out_text {width:calc(100% - 600px); padding: 0 50px 0 100px; float: left;} 
.img_outLeftArea.csr .img_out .out_img {width: 960px;} 
.img_outLeftArea.csr .img_out .out_text {width:calc(100% - 710px);}
.numbers_area {clear:both; width: 100%; overflow: hidden; padding: 150px 0 130px; background: #002944; color: #fff;}
.numbers_area h2 {clear: both; width: 100%; overflow: hidden; text-align: center; font-family: 'Prompt', sans-serif; font-size: 50px; font-weight: 400; margin: 0 0 50px; color: #fff;}
.numbers_area .numbers {clear:both; width: 100%; overflow: hidden; text-align: center;}
.numbers_area .numbers ul {list-style:none; padding: 0; margin: 0;}
.numbers_area .numbers ul li {width:24%; display: inline-block; padding: 0 10px 25px;}
.numbers_area.group .numbers ul li {width:49%;}
.numbers_area .numbers ul li .column {clear: both; width: 100%; overflow: hidden; border: 1px solid rgba(175, 186, 193, 0.3); border-radius: 10px; padding: 40px 20px;  background: rgb(175,186,193); background: linear-gradient(180deg, rgba(175,186,193,0.13) 0%, rgba(175,186,193,0) 100%); min-height: 185px; align-items: center; display: flex;}
.numbers_area.group .numbers ul li .column {min-height:168px;}
.numbers_area .numbers ul li .column .number_img {float:left; width: 89px;}
.numbers_area .numbers ul li .column .number_text {float:left; width: calc(100% - 89px); padding: 0 0 0 20px;}
.numbers_area .numbers ul li .column .number_text h4 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 24px; font-weight: 400; margin: 0; text-align: left; line-height: 1.2;}
.numbers_area .numbers ul li .column .number_text h4 span {display:block;}
.numbers_area .numbers ul li .column .number_text h4 span.numscroller {display:inline-block !important;}
.numbers_area h3 {clear:both; width: 100%; overflow: hidden; text-align: center; font-size: 28px; font-weight: 400; font-family: 'Prompt', sans-serif; margin: 30px 0 -30px;}
.numbers_area h3 a {color:#fff;transition: all 0.4s ease;}
.numbers_area h3 a:hover {color:#2174be;}
.vision_mission {clear:both; overflow: hidden; margin: 0 -75px;}
.vision_mission .column {float:left; width: 50%; padding: 0 75px 100px;}
.vm_top {clear:both; width: 100%; overflow: hidden; display: flex; align-items: center; margin: 0 0 30px;}
.vm_top h2 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 48px; font-weight: 400; margin: 0 0 0 20px; text-align: left; line-height: 1.2;}
.values_area {clear:both; width: 100%; overflow: hidden;}
.values_area > p {margin:0 0 30px;}
.values_area .values {clear:both; margin: 0 -22px;}
.values_area .values .column {float:left; width:33.33%; padding: 0 22px 44px;}
.values_area .values .column .box {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; padding: 40px; min-height: 270px;}
.values_area .values .column .box .vm_top {margin:0 0 15px;}
.values_area .values .column .box .vm_top h2 {font-size:25px;}
.advantage_area {clear:both; width: 100%; overflow: hidden;}
.advantage_area .column {float:left; width: 50%; border-right:1px dashed #D9D9D9; padding:75px 100px; min-height: 375px; }
.advantage_area .column:nth-child(even) {border-right:none; padding-right: 0;}
.advantage_area .column:nth-child(odd) {padding-left:0;}
.advantage_area .column:first-child, .advantage_area .column:nth-child(2) {border-bottom: 1px dashed #D9D9D9;}
.advantage_area .column .box {clear:both; width: 100%; overflow: hidden;}
.advantage_area .column .box .adv_img {float:left; width: 103px;}
.advantage_area .column .box .adv_text {float:left; width: calc(100% - 103px); padding: 0 0 0 40px;}
.advantage_area .column .box .adv_text h2 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 34px; font-weight: 400; margin: 0 0 20px; line-height: 1.2;} 
.csr_certificates {clear:both; width: 100%; overflow: hidden; margin: -50px 0 50px;}
.csr_certificates .column {float:left; width: 34%; margin: 0 0 50px;}
.csr_certificates .column .certi_img {width:59px; float: left; padding: 10px 0 0;}
.csr_certificates .column .certi_text {float:left; width: calc(100% - 59px); padding: 0 200px 0 30px;}
.csr_certificates .column .certi_text h4 {font-size:20px; font-weight: 400;}
.csr_certificates .column .certi_text h4 span {display:block;}
.csr_certificates .column .certi_text h4 span a {transition: all 0.4s ease; text-decoration: underline;}
.roots_area {clear:both; width: 100%; overflow: hidden; margin: -50px 0 0; float: left;}
.roots_area .roots_top {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.roots_area .roots_top .column {float:left; width: 50%; padding: 0 0 50px;}
.roots_area .roots_top .column h2 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 42px; font-weight: 400;} 
.roots_area .roots {clear:both; overflow: hidden; margin: 0 -50px 50px;}
.roots_area .roots .column {float:left; width: 20%; padding: 0 50px 40px; text-align: center; position: relative;}
.roots_area .roots .column h3 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 80px; font-weight: 600; color: #E6771C; margin: 0 0 30px; line-height: 1;} 
.roots_area .roots .column span {position:absolute; background: #002944; width: 65px; height: 4px; top: 35px; right: -30px;}
.roots_area .note {clear:both; width: 100%; overflow: hidden; max-width: 1150px; font-style: italic;}
.full_area {clear:both; width: 100%; overflow: hidden;}
.full_area h2 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 42px; font-weight: 400; margin: 0 0 40px;} 
.full_area p {margin:0 0 40px;}
.full_area .full_img {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px;}
.training_area {clear:both; width: 100%; padding: 80px 0 0; background: #EFF5F9;}
.training_area h2 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 42px; font-weight: 400; margin: 0 0 40px;} 
.training_area .training { clear:both; overflow: hidden; margin: 0 -100px;}
.training_area .training .column {float:left; width: 50%; padding: 0 200px 80px 100px;}
.training_area .training .column:last-child {padding:0 200px 0 0;}
.training_area .training .column img { margin: 0 0 30px;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {margin:31px 0 0;}
.home #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {margin:22px 0 0;}
.home .site-header.sticky #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu,.site-header.sticky #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {margin:17px 0 0;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {padding:20px 20px;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:first-child {padding:0;}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li#mega-menu-35-0 ul li#mega-menu-35-0-1 {border-right:1px solid #ddd;}
.product_introArea {clear:both; width: 100%; overflow: hidden; margin: 0 0 70px; position: relative;}
.product_introArea span {float:right;}
.product_introArea.only_text {margin:0 0 150px;}
.product_introArea h2 {overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 32px; font-weight: 400; margin: 0 0 20px; max-width: 1200px;}
.product_introArea p {margin:0 0 30px;  max-width: 1200px;}
.product_introArea p:last-child {margin:0;}
.product_introArea p strong { font-weight: 600;}
.product_introArea > ul {list-style:disc; margin: 0 0 20px; padding: 0 0 0 20px;  max-width: 1200px;}
.product_introArea ul li {padding:0 0 10px;}
.product_introArea ul li ul {list-style:circle;}
.product_introArea ul li ul li {padding:10px 0 0;}
.product_area .btn_area.certificate {text-align:left; margin: 0 0 80px; overflow: hidden;}
.product_area .btn_area.certificate a {margin:20px 0 0; float:left;}
.product_thumbArea {clear:both; overflow: hidden; margin: 0 -18px 50px;}
.product_thumbArea.two_sections { margin: 0 -98px 50px;}
.product_thumbArea.two_sections .section {float:left; width: 50%; padding: 0 80px;}
.product_thumbArea.two_sections .section:first-child {border-right: 1px solid #002944;}
.product_thumbArea .column {float:left; width:33.33%; padding: 0 18px 36px;}
.product_thumbArea.two_sections .section .column {width:50%; padding: 0 18px 36px;}
.product_thumbArea .column .box {clear: both; width: 100%; overflow: hidden; padding: 70px 150px 40px 70px; background: #EFF5F9; position: relative; display: flex; align-items: center;}
.product_thumbArea.bm .column .box {padding: 70px 100px 40px 70px;}
.product_thumbArea.two_sections .section .column .box {padding:60px 30px 30px;}
.product_thumbArea .column .box span {position: absolute; top: 10px; right: 20px;}
.product_thumbArea .column a .box h3 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 28px; font-weight: 400; min-height: 80px; display: flex; align-items: center; color: #002944;transition: all 0.4s ease; line-height: 1.4;}
.product_thumbArea .column a:hover .box h3 {color:#E6771C;}
.offering_title {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 48px; font-weight: 400; margin: 0 0 70px;}
.section_top {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px; padding: 0 18px; position: relative;}
.section_top img {float:left;}
.section_top .btn_area {position:absolute; bottom: 0; right: 18px;}
.section_topTitle {clear:both; width: 100%; overflow: hidden; margin: 0 0 50px; padding: 0 18px; position: relative;} 
.section_topTitle h2  {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 36px; font-weight: 400;;}
.product_area .btn_area { text-align:right;}
.product_area .btn_area a {margin-left:10px;}
.bg_cross {background:url("images/bg-cross.png") repeat center center;}
h2.product_title {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 48px; font-weight: 400; margin: 0 0 70px;}
h2.product_title img {float:right;}
h2.product_title.Others img {display:none;}
.product_details {clear:both; width: 100%; margin: 0 0 150px; position: relative;}
.product_details h2,.product_area h2.topic {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 32px; font-weight: 400; margin: 0 0 20px;}
.product_details .product_thumb {width: 400px; position: absolute; left: 0; top: 0;}
.product_details .product_content {float:right; width: 100%; padding: 0 0 0 450px;}
.product_details .product_content h3.ui-accordion-header {clear:both; width: 100%; overflow: hidden; border:3px solid #002944;font-family: 'Prompt', sans-serif; font-size: 28px; font-weight: 400; padding: 20px 30px 15px; cursor: pointer; margin: 0 0 20px; position: relative;}
.product_details .product_content h3.ui-accordion-header span.ui-icon-triangle-1-e {width: 0; height: 0;  border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 15px solid #002944; position: absolute; right: 20px; top: 33px;}
.product_details .product_content h3.ui-accordion-header span.ui-icon-triangle-1-s {width: 0; height: 0;  border-left: 15px solid transparent; border-right: 15px solid transparent; border-bottom: 15px solid #002944; position: absolute; right: 20px; top: 33px;}
.product_details .product_content .ui-accordion-content {clear:both; width: 100%; overflow: hidden; margin: 50px 0 50px; }
.product_details .product_content .ui-accordion-content h3 {width: 100%; font-family: 'Prompt', sans-serif; font-size: 26px; font-weight: 500; margin: 0 0 20px;}
.product_details .product_content .ui-accordion-content h4 { width: 100%; font-size: 20px; font-weight: 600; margin: 0 0 10px;}
.product_details .product_content .ui-accordion-content > img {max-width:300px; margin: 0 50px 0 0; float: left;}
.product_details .product_content .ui-accordion-content p {margin:0 0 30px; overflow: hidden;}
.product_details .product_content .ui-accordion-content p:last-child {margin:0;}
.product_details .product_content .ui-accordion-content > ul {list-style:disc; margin: 0 0 30px; padding: 0 0 0 22px; overflow: hidden;}
.product_details .product_content .ui-accordion-content > ol {margin: 0 0 30px; padding: 0 0 0 20px; overflow: hidden;}
.product_details .product_content .ui-accordion-content ul li,.product_details .product_content .ui-accordion-content ol li {padding:0 0 5px;}
.product_details .product_content .ui-accordion-content ul.double li {float:left; width: 50%; padding: 0 20px 5px 0;}
.product_details .product_content .ui-accordion-content ul li ul {list-style:circle; padding: 0 0 0 20px;}
.product_details .product_content .ui-accordion-content ul li ul li {padding:10px 0 0;}
.product_details .product_content .ui-accordion-content .chart_holder {clear:both; width: 100%; overflow: hidden; max-width: 500px;}
.product_details .product_content .ui-accordion-content .chart_holder span {clear:both; width: 100%; overflow: hidden; margin: 10px 0 0; font-size: 18px; font-weight: 600; display: block;}
.lightbox .lb-data .lb-details {display:none;}

.product_imgSlider {clear:both; width: 100%; overflow: hidden; padding: 0 0 150px;}
.product_imgSlider .column {padding:0 20px;}
.product_img .slick-prev, .product_img .slick-next {bottom: -100px;}
.product_img .slick-prev, .product_img .slick-prev:hover, .product_img .slick-prev:hover, .product_img .slick-prev:focus {left:3%;}
.product_img .slick-next, .product_img .slick-next:hover, .product_img .slick-next:hover, .product_img .slick-next:focus {right:3%;}
.product_imgWOSlider h3 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 28px; font-weight: 400; margin: 0 0 30px;}
.product_imgWOSlider .product_imgArea {clear:both; margin: 0 -20px;}
.product_imgWOSlider .product_imgArea .column {float:left; width: 25%; padding: 0 20px;}
.product_imgWOSlider {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.hsse_area {clear:both; overflow: hidden; margin:30px -15px; display: flex;}
.hsse_area .column {float:left; width: 33.33%; padding: 0 15px 30px; display: flex;}
.hsse_area .column .box {clear:both; width: 100%; overflow: hidden; padding: 50px; background: #EFF5F9; text-align: center; display: flex; align-items: center;}
.hsse_area .column .box h3 { font-size:28px; font-weight: 400;font-family: 'Prompt', sans-serif; line-height: 1.4;}
.contact_area {clear:both; width: 100%; overflow: hidden; display: flex; margin: 0 0 100px;}
.contact_area h2 {width:50%;clear: both; font-family: 'Prompt', sans-serif; font-size: 46px; font-weight: 400; margin: 0 0 30px;}
.contact_area .contact_text {width:50%;}
.contact_area .contact_text p {max-width:400px; margin: 0 0 30px;}
.contact_area .contact_text p a {color:#002944;transition: all 0.4s ease;}
.contact_area .contact_text p a:hover {color:#F69628;}
.form_cover {clear:both; width: 100%; overflow: hidden; max-width: 1340px; margin: 0 auto;}
.enquiry_area {clear:both; width: 100%; overflow: hidden; padding: 100px; background: #EFF5F9; margin: 0 0 100px;}
.enquiry_area .row {clear:both; width: 100%; overflow: hidden; margin: 0 0 40px;}
.enquiry_area .title {clear:both; width: 100%; overflow: hidden; margin: 0 0 10px;} 
.enquiry_area input,.enquiry_area select {width:100%; overflow: hidden; height: 60px; padding: 0 30px; border: 1px solid #777;}
.enquiry_area .row_column {clear:both; overflow: hidden; margin: 0 -20px;}
.enquiry_area .row_column .column {float:left; width: 50%; padding: 0 20px; margin: 0 0 40px;}
.enquiry_area textarea {width:100%; overflow: hidden; height: 180px; padding: 30px; margin: 0 0 40px; border: 1px solid #777;}
.enquiry_area .btn_area {clear:both; width: 100%; overflow: hidden; text-align: center;}
.enquiry_area .btn_area input {display:inline-block; line-height: 60px; padding: 0 80px 0 50px; color:#fff; font-weight: 500; transition: all 0.4s ease; background:#F69628 url("images/button-arrow.png") no-repeat right 19px; border: none; width: auto; height: 60px;}
.enquiry_area .btn_area input:hover {background:#dc7e13 url("images/button-arrow.png") no-repeat right 19px;}
.news_area {clear:both; overflow: hidden; margin: 0 -27px;}
.news_area .column {float:left; width: 33.33%; padding: 0 27px 54px;}
.news_area .column:nth-child(3n+1) {clear:both;}
.news_area .column .box {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; padding: 25px  30px;}
.news_area .column .box .date {clear:both; width: 100%; overflow: hidden; font-size: 18px; margin: 0 0 10px; color: #121212;}
.news_area .column .box h2 {width:100%;clear: both; font-family: 'Prompt', sans-serif; font-size: 26px; font-weight: 400; margin: 0 0 30px; line-height: 1.3; min-height: 136px;} 
.news_area .column .box h2 a {color:#002944;transition: all 0.4s ease; display: block;}
.news_area .column .box h2 a:hover {color:#2d5975;}
.news_area .column .box .btn_area a {display:inline-block; border: 2px solid #002944; line-height: 36px; padding: 0 20px; color: #002944; font-size: 16px; transition: all 0.4s ease;}
.news_area .column .box .btn_area a:hover {background:#002944; color: #EFF5F9; }
.pagination { clear:both; width:100%; overflow:hidden; padding:4px 0 30px; font-size:18px; text-align: center;}
.wp-pagenavi a, .wp-pagenavi span { padding:5px 12px !important; background:#f5f5f5;}
.wp-pagenavi a:hover, .wp-pagenavi span.current { background:#002944 !important; border-color:#002944 !important; color:#ffffff;}
.false_banner {clear:both; width: 100%; overflow: hidden; height: 200px;}
.blog_page .wrapper {overflow:hidden;}
.blog_listing {clear:both; overflow: hidden; margin: 0 -30px;}
.blog_listing .column {float:left; width: 33.33%; padding: 30px; border:1px solid #ccc; border-width: 0 1px 1px 0;}
.blog_listing .column:nth-child(-n+3) {padding-top:0;}
.blog_listing .column:nth-child(3n) {border-right:1px solid rgba(0,0,0,0);}
.blog_listing .column .blog_thumb {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.blog_listing .column .blog_text { clear:both; width: 100%; overflow: hidden;}
.blog_listing .column .blog_text .date { font-size: 16px; margin: 0 0 10px; color: #999;}
.blog_listing .column .blog_text .date > span { margin:0 30px 0 0; display: inline-block;}
.blog_listing .column .blog_text h2 {width:100%;clear: both; font-family: 'Prompt', sans-serif; font-size: 26px; font-weight: 400; margin: 0 0 10px; line-height: 1.3;} 
.blog_listing .column .blog_text h2 a {color:#002944;transition: all 0.4s ease; display: block;}
.blog_listing .column .blog_text h2 a:hover {color:#2d5975;}
.blog_listing .column .blog_text .blog_brief {clear:both; width: 100%; overflow: hidden; margin: 0 0 20px;}
.blog_listing .column .blog_text .btn_area a {color: #002944; text-decoration: underline; transition: all 0.4s ease; font-size: 18px;}
.blog_listing .column .blog_text .btn_area a:hover {color: #f47821;}
.blog_outer {clear:both; width: 100%; overflow: hidden; margin: 0 auto; max-width: 1380px;}
.blog_outer .blog_detail {clear:both; width: 100%; overflow: hidden; margin: 0 0 100px;}
.blog_outer .meta_area {clar:both; width: 100%; overflow: hidden; border-bottom: 1px solid #ccc; margin: 0 0 40px; padding: 0 0 10px;}
.blog_outer .meta_area h1 {width:100%;clear: both; font-family: 'Prompt', sans-serif; font-size:46px; font-weight: 400; margin: 0 0 20px; line-height: 1.3; color: #002944; } 
.blog_outer .meta_area .blog_meta {clear:coth; width: 100%; overflow: hidden; text-align: right; margin: 0 0 10px; font-size: 18px;}
.blog_outer .meta_area .blog_meta > span { margin:0 0 0 30px; display: inline-block;}
.blog_outer .blog_headerImg  {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px;}
.blog_outer .blog_text {clear:both; width: 100%; overflow: hidden;}
.blog_outer .blog_text h2 {width:100%;clear: both; font-size: 30px; font-weight: 400; margin: 0 0 40px;} 
.blog_outer .blog_text h3 {width:100%;clear: both; font-size: 27px; font-weight: 500; margin: 0 0 30px;} 
.blog_outer .blog_text h4 {width:100%;clear: both; font-size: 29px; font-weight: 600; margin: 0 0 30px; color: #002944;} 
.blog_outer .blog_text h5 {width:100%;clear: both; font-size: 22px; font-weight: 600; margin: 0 0 30px; color: #002944;} 
.blog_outer .blog_text p {margin:0 0 30px;}
.blog_outer .blog_text p strong {font-weight:600;}
.blog_outer .blog_text ul {list-style:disc; margin: 0 0 20px; padding: 0 0 0 20px;}
.blog_outer .blog_text ul li {padding:0 0 10px;}
.blog_outer .blog_text .note {clear:both; width: 100%; font-size: 16px;}
.blog_outer .blog_text .note p {margin:0;}
.blog_outer .blog_text .note ul li {padding:0;}
.introduction_text {clear:both; width: 100%; overflow: hidden; margin: -50px 0 50px;}
.introduction_text h2 {width:100%;clear: both; font-size: 24px; font-weight: 600; margin: 0 0 20px; line-height: 1.3; }
.introduction_text p {margin:0 0 30px;} 
.search_area h1.page-title {width: 100%; clear: both; font-family: 'Prompt', sans-serif; font-size: 46px; font-weight: 400; margin: 0 0 50px; line-height: 1.3; color: #002944;}
.search_area article {clear:both;width: 100%; overflow: hidden; margin: 0 0 50px;}
.search_area article .blog_meta,.search_area article .blog_thumb,.search_area .paging-navigation {display:none;}
.search_area article h1 {width: 100%; clear: both; font-family: 'Prompt', sans-serif; font-size: 26px; font-weight: 400; margin: 0 0 10px; line-height: 1.3; color: #002944;} 
.single_image {clear:both; width: 100%; overflow: hidden; text-align: center; margin: 0 0 100px;}
.product_details .product_content .ui-accordion-content .img-holder {position:absolute; left:0; top: 0;}
.product_details .product_content .ui-accordion-content .img-holder img {max-width:400px;}
.product_details .product_content {position:relative; min-height: 400px;}
.bottom_locateImg .location {clear:both; width: 100%; margin: 0 auto; max-width: 1252px; position: relative;}
.bottom_locateImg .location .tooltip {position:absolute; color: #fff; border-radius: 50%; text-align: center; line-height: 15px; cursor: pointer;}
.bottom_locateImg .location .tooltiptext { display: none; width: 320px; background: rgba(255,255,255,0.9); border-radius: 5px; padding:10px; position: absolute; z-index: 1; text-align: left; color: #000; left: 15px; top: 15px; border: 1px solid #ccc;}
.bottom_locateImg .location .tooltip:hover .tooltiptext { visibility: visible; display: block;}
.bottom_locateImg .location .tooltiptext h3 {clear:both; width: 100%; overflow: hidden; font-size: 16px; margin: 0 0 5px; font-weight: 500; line-height: 1.5;}
.bottom_locateImg .location .tooltiptext p {clear:both; width: 100%; overflow: hidden; font-size: 14px; margin: 0 0 5px; line-height: 1.5}
.bottom_locateImg .location .tooltiptext p:last-child {margin:0;}
.bottom_locateImg .location .tooltip.chennai {bottom: 18%;left: 35.5%;}
.bottom_locateImg .location .tooltip.coimbatore {bottom: 11%; left: 26%;}
.bottom_locateImg .location .tooltip.dindigul {bottom: 9.5%; left: 28.8%;}
.bottom_locateImg .location .tooltip.erode {bottom: 7%; left: 27.8%;}
.bottom_locateImg .location .tooltip.madurai {bottom: 6.8%; left: 30%;}
.bottom_locateImg .location .tooltip.trichy {bottom: 12%; left: 31.5%;}
.bottom_locateImg .location .tooltip.tuticorin {bottom: 1%; left: 28.5%;}
.bottom_locateImg .location .tooltip.kochi {bottom: 6%; left: 22.5%;}
.bottom_locateImg .location .tooltip.calicut {bottom: 12%; left: 20%;}
.bottom_locateImg .location .tooltip.banglore {bottom: 17%; left: 26%;}
.bottom_locateImg .location .tooltip.manglore {bottom: 17%; left: 18%;}
.bottom_locateImg .location .tooltip.secundarabad {bottom: 32%; left: 30%;}
.bottom_locateImg .location .tooltip.visakhapatnam {bottom: 34%; left: 47%;}
.bottom_locateImg .location .tooltip.vijayawada {bottom: 28%; left: 38%;}
.bottom_locateImg .location .tooltip.bhubaneshwar {bottom: 41%; left: 52%;}
.bottom_locateImg .location .tooltip.brahmpur {bottom: 37.5%; left: 50.3%;}
.bottom_locateImg .location .tooltip.mumbai {bottom: 32%; left: 13%;}
.bottom_locateImg .location .tooltip.delhi {bottom: 71%; left: 26%;}
.bottom_locateImg .location .tooltip.raipur {bottom: 45%; left: 37%;}
.bottom_locateImg .location .tooltip.vadodara {bottom: 43%; left: 14.5%;}
.bottom_locateImg .location .bhubaneshwar .tooltiptext {left:-15px; top: 20px;}
.page-template-pipes-template .product_thumbArea .column a .box h3 {min-height: inherit;}
.page-template-cables-and-electrical-accessories-template .product_thumbArea .column a .box h3 {min-height: inherit;}
.page-template-pvc-pvc-fittings-template .product_thumbArea .column a .box h3 {min-height:inherit;}
.page-template-others-template .product_thumbArea .column a .box h3 {min-height:inherit;} 
.page-template-supply-template .product_thumbArea .column a .box h3 {min-height:inherit;} 
.area_404 {clear:both; width: 100%; overflow: hidden; text-align: center; padding: 120px 0 50px;}
.job_listing {clear:both; overflow: hidden; margin: 0 -10px;}
.job_listing .column {float:left; width: 25%; padding: 0 10px 20px;}
.job_listing .column .box {clear:both; width: 100%; overflow: hidden; background: #EFF5F9; padding: 35px;}
.job_listing .column .box .title {font-size:24px; font-weight: 500;}
.job_listing .column .box .subtitle {font-size:20px; font-weight: 500; margin: 0 0 50px;}
.job_listing .column .box .job_meta {clear:both; width: 100%; overflow: hidden; font-size: 20px; margin: 0 0 30px;}
.job_listing .column .box .job_meta p {margin:0 0 10px; font-weight: 500;}
.job_listing .column .box .job_meta p strong {font-weight:600;}
.job_listing .column .box .btn_area a.line {border-color:#042943; color:#042943; line-height: 32px; font-size:16px;}
.job_listing .column .box .btn_area a.line:hover {background:#042943; color:#fff;}
.inner_banner .banner_cover.job_openings {background:url("images/banner-job-openings.jpg") no-repeat center bottom;}
.job_openings h2 {clear: both; width: 100%; overflow: hidden; font-family: 'Prompt', sans-serif; font-size: 32px; font-weight: 400; margin: 0 0 20px;} 
.job_desciptionArea {clear:both; width: 100%; overflow: hidden; margin: 0 0 60px;}
.job_desciptionArea .job_description {clear:both; width: 100%; overflow: hidden; max-width: 1000px;}
.job_desciptionArea .job_description .column {float:left; width: 50%; margin: 0 0 10px; padding: 0 30px 0 0;}
.job_desciptionArea .job_description .column span {font-weight:600; text-transform: uppercase;}
.job_desciptionArea .job_description .column:nth-child(2n+1) {clear:both;}
.job_desciptionArea .job_specification {clear:both; width: 10056; overflow: hidden;}
.job_specification {clear:both; width: 100%; overflow: hidden; margin: 0 0 30px;}
.job_specification h3 {font-size:24px; font-weight: 500; margin: 0 0 10px;}
.job_specification p {font-size:18px;}
.job_specification ul {list-style:disc; margin: 0 0 0 20px; font-size: 18px;}
.job_specification ul li {padding:0 0 20px;}
.job_openings .btn_area {margin:0 0 30px;}
.job_openings .btn_area button.solid {line-height: 36px; font-size: 16px; display:inline-block; background: #F69628; padding: 0 20px; color:#fff; font-weight: 500; transition: all 0.4s ease; border: none;}
.job_openings .btn_area button.solid:hover {background:#dc7e13;}
.job_postFrom .enquiry_area input[type="file"] {padding:14px;}
.job_postFrom .wpcf7-list-item {margin:0 30px 0 0; float:left;}
.job_postFrom .wpcf7-list-item input {float:left; width: 25px; height: 25px; margin: 0 10px 0 0;}
.job_postFrom {font-size:18px;}
.job_listing h3.tips {clear:both; width:100%; overflow:hidden; color:#999999; padding: 0 10px;font-weight: 400;}





/* for 1440 */
@media (max-width: 1919px) {
	.wrapper { padding:0 50px;}	
	.home_mediaArea .slick-prev, .home_mediaArea .slick-prev:hover, .home_mediaArea .slick-prev:hover, .home_mediaArea .slick-prev:focus {left: 50px;}
	.values_area .values .column .box {min-height: 300px;}
	.product_thumbArea.bm .column .box,.product_thumbArea .column .box {padding: 70px 60px 40px;}
	 .product_thumbArea.two_sections {margin: 0 -50px 50px;}
	.product_thumbArea.two_sections .section {padding: 0 30px;}
	.blog_listing .column .blog_text h2 {min-height:102px;}
	.investors_pdf .column .box h3 {padding: 0 80px 0 35px;}
	.bod_cover .column h2 {font-size: 22px;}
	.bod_cover .column h3 {font-size: 18px;}
}


/* for 1280 */
@media (max-width: 1439px) {
	.banner_bottom .bottom .column {padding: 20px 35px 0;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutImg { width: 600px;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutText { width: calc(100% - 600px); padding: 0 0 0 70px;}
	.home_investorSlider .slick-prev, .home_investorSlider .slick-prev:hover, .home_investorSlider .slick-prev:hover, .home_investorSlider .slick-prev:focus, .product_img .slick-prev, .product_img .slick-prev:hover, .product_img .slick-prev:hover, .product_img .slick-prev:focus {left:42%;}
	.home_investorSlider .slick-next, .home_investorSlider .slick-next:hover, .home_investorSlider .slick-next:hover, .home_investorSlider .slick-next:focus, .product_img .slick-next, .product_img .slick-next:hover, .product_img .slick-next:hover, .product_img .slick-next:focus{right:42%;}
	.career_qualityArea .career_img {width: 1055px;}
	.career_qualityArea .career_text {width: calc(100% - 790px); padding: 50px 30px;}
	.home_mediaArea .slick-prev, .home_mediaArea .slick-prev:hover, .home_mediaArea .slick-prev:hover, .home_mediaArea .slick-prev:focus {left: 30px;}
	.home_partnersArea .home_partners ul li {padding: 0 10px;}
	.home_locationsArea .home_location .home_locationText .sp-easy-accordion .ea-body ul { padding: 0;}
	.out_text h2 {font-size: 36px;}
	.img_outArea .out_text {padding: 0 50px 0 0;}
	.img_outLeftArea .img_out .out_text {padding: 0 0 0 50px;}
	.numbers_area .numbers ul li {width: 33%;}
	.values_area .values .column {width: 50%;}
	.values_area .values .column .box {min-height: 270px;}
	.inner_banner .banner_cover h1 {font-size: 52px;}
	.advantage_area .column { padding: 75px 90px;}
	.bod_cover .column { padding: 0 20px 100px;}
	.csr_certificates .column { width: 50%;}
	.product_thumbArea.bm .column .box {padding: 70px 30px 40px;}
	.false_banner {height: 180px;}
	.investors_cover { margin: 0 -20px 50px;}
	.investors_cover .column {padding: 0 20px 75px;}
	.investors_pdf .column .box h3 {padding: 0 40px 0 35px;}
	.news_area .column {width: 50%;}
	.news_area .column .box h2 {min-height:110px;}
	.news_area .column:nth-child(3n+1) {clear: none;}
	.news_area .column:nth-child(2n+1) {clear: both;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column:last-child {width:10%;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column:first-child {width:30%;}
	.page-template-cables-and-electrical-accessories-template .product_thumbArea .column {width:50%;}
	.page-template-supply-template .product_thumbArea .column a .box h3 {font-size: 26px;}
	.bottom_boxArea .bottom_box .column .box .bottom_boxText {width: calc(100% - 300px);}
	.bottom_boxArea .bottom_box .column .box .bottom_boxImg {width: 300px;}
	.job_listing .column {width: 33.33%;}
	.home_partnersArea .home_partners ul li {padding: 0 10px 20px !important;}
	
	
	
}


/* for 1024 */
@media (max-width: 1279px) {
	body {font-size: 18px;}
	.wrapper {padding: 0 20px;}
	.mobmenul-container {margin-top: 0 !important;}
	.mobmenu-content #mobmenuleft .sub-menu a {font-size: 16px;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutImg { width: 500px;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutText { width: calc(100% - 500px); padding: 0 0 0 50px;}
	.home_projectArea .home_project {margin: 0 -10px;}
	.home_projectArea .home_project .column { padding: 0 10px;}
	.home_investorsArea .home_investorCover .home_investorText { width: 300px;}
	.home_investorsArea .home_investorCover .home_investorSlider { width: calc(100% - 300px);}
	.career_qualityArea .career_quality {display:block;}
	.career_qualityArea .quality_text {width:100%; padding: 30px 0 0;}
	.career_qualityArea .career_img { width: 440px; padding: 0 0 0 20px; margin: 0;	}
	.career_qualityArea .career_text { width: calc(100% - 440px); min-height: 372px;}
	.career_qualityArea .career_text p { margin: 0 0 30px;}
	.career_qualityArea .career_text .btn_area { position: relative; bottom: auto;}
	.career_qualityArea .quality_text .box {padding: 30px 30px 10px; text-align: center;}
	.home_mediaArea .home_media { margin-right:0; margin-left: -30px;}
	.home_mediaArea .slick-next, .home_mediaArea .slick-next:hover, .home_mediaArea .slick-next:hover, .home_mediaArea .slick-next:focus {right:0;}
	.home_locationsArea .home_location .home_locationImg {width: 400px;}
	.home_locationsArea .home_location .home_locationText { width: calc(100% - 400px);}
	.home_locationsArea h2 {margin: 0 0 10px;}
	.home_locationsArea .home_location .home_locationText .sp-easy-accordion .sp-ea-single .ea-header a {padding: 15px 0;}
	.home_locationsArea .home_location .home_locationText .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {padding: 15px 0;}
	.site-footer .footer_links .column { width: 33.33%;}
	.site-footer .footer_links .column:nth-child(3n+1) {clear:both;}
	.site-footer .copyright {padding: 30px 0 0;}
	.site-footer {padding: 50px 0 30px;}
	.cross_bgArea,.home_partnersArea,.home_locationsArea {padding: 70px 0;}
	.cross_bgArea .home_aboutArea {margin: 0 0 70px;}
	.home_advantageArea {padding: 70px 0 50px;}
	.home_investorsArea { padding: 70px 0 60px;}
	.career_qualityArea {padding: 70px 0;}
	.home_mediaArea { padding: 0 0 150px;}
	.home_partnersArea .home_partners ul { margin: 0 0 50px;}
	.img_outArea .out_img {margin: 0 -20px 0 0; width: 400px;}
	.img_outArea .out_text { width: calc(100% - 380px);}
	.breadcrumb {margin: 0 0 40px;}
	.inner_banner {margin: 0 0 50px;}
	.out_text h2 {font-size: 30px; margin: 0 0 20px;}
	.img_outArea,.img_outLeftArea {margin: 0 0 70px;}
	.img_outLeftArea {padding: 70px 0;}
	.img_outLeftArea .img_out .out_img {width: 400px; margin: 0 0 0 -20px;}
	.img_outLeftArea .img_out .out_text {width: calc(100% - 380px);}
	.numbers_area {padding: 70px 0 50px;}
	.numbers_area .numbers ul li {width: 46%;}
	.inner_banner {padding: 0;}
	.vision_mission {margin: 0 -25px;}
	.vision_mission .column {padding: 0 25px 100px;}
	.advantage_area .column { padding: 30px; min-height: 285px;}
	.advantage_area .column .box .adv_text h2 {font-size: 28px;}
	.img_outArea.group .out_img {width: 400px; margin: 0 -20px 0 0;}
	.img_outArea.group .out_text {width: calc(100% - 380px); padding: 0 50px 0 0;}
	.bod_cover .column { width: 33.33%; padding: 0 20px 50px; min-height: 480px;} 
	.csr_certificates { margin: 0 0 50px;}
	.img_outLeftArea.csr .img_out {display: block;} 
	.img_outLeftArea.csr .img_out .out_img {width: calc(100% + 40px);}
	.img_outLeftArea.csr .img_out .out_img img {width:100%;}
	.img_outLeftArea.csr .img_out .out_text {width:100%; padding: 30px 0;}
	.out_text p {margin: 0 0 10px;}
	.product_thumbArea .column {width: 50%;}
	.product_thumbArea.bm .column .box,.product_thumbArea .column .box {padding: 70px 70px 40px;}
	.product_details .product_content {padding: 0 0 0 350px;}
	.product_details .product_content .ui-accordion-content .img-holder,.product_details .product_thumb {width:320px;}
	.product_details .product_content .ui-accordion-content .img-holder img { max-width: 320px;}
	.product_thumbArea.two_sections .section .column {width: 100%;}
	.product_imgWOSlider .product_imgArea .column {width: 33.33%;}
	.page-template-boat-building-template .product_thumbArea .column a .box h3 {min-height: 84px;}
	h2.product_title {margin: 0 0 50px;}
	.blog_listing .column .blog_text h2 {font-size: 22px;}
	.false_banner {height: 50px;}
	figure.wp-caption.alignright, img.alignright {margin: 5px 0 20px 50px;}
	.investors_cover .column { width: 50%;}
	.investors_cover .column:nth-child(3n+1) {clear: none;}
	.investors_cover .column:nth-child(2n+1) {clear: both;}
	.investors_cover .column.four:nth-child(2n+1) {clear: none;}
	.investors_cover .column.four:nth-child(4n+1) {clear:both;} 
	.investors_pdf .column .box h3 {padding: 0 0 0 35px;font-size: 22px;}
	.name_chages .name_text {padding: 0 0 0 40px;}
	.full_area h2 {font-size: 36px;}
	.hsse_area .column .box h3 {font-size: 22px; width: 100%;}
	.roots_area .roots_top .column { width:100%; padding: 0 0 20px;}
	.roots_area .roots { margin: 0 -20px 50px;} 
	.roots_area .roots .column { padding: 0 20px 40px;}
	.roots_area {margin:0;}
	.training_area .training {margin: 0 -50px;}
	.training_area .training .column,.training_area .training .column:last-child {padding: 0 50px 80px;}
	.news_area .column .box h2 {font-size:22px;}
	.contact_area h2 {font-size: 42px;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column {width: 33%;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column:first-child {width: 24%;}
	.bottom_locateArea .bottom_locate .bottom_locateText {width: 50%;}
	.bottom_locateArea .bottom_locate .bottom_locateImg {width: 50%;}
	.bottom_locateImg .location .tooltip.bhubaneshwar {bottom: 41%; left: 63%;}
	.bottom_locateImg .location .tooltip.visakhapatnam {bottom: 34%; left: 56%;}
	.bottom_locateImg .location .tooltip.vijayawada {bottom: 28%; left: 47%;}
	.bottom_locateImg .location .tooltip.secundarabad {bottom: 32%; left: 39%;}
	.bottom_locateImg .location .tooltip.chennai {bottom: 18%; left: 42.5%;}
	.bottom_locateImg .location .tooltip.tuticorin {bottom: 1%; left: 35.5%;}
	.bottom_locateImg .location .tooltip.trichy { bottom: 12%; left: 37.5%;}
	.bottom_locateImg .location .tooltip.madurai { bottom: 6.8%; left: 36%;}
	.bottom_locateImg .location .tooltip.erode { bottom: 7%; left: 33.3%;}
	.bottom_locateImg .location .tooltip.dindigul {bottom: 9.5%; left: 34.8%;}
	.bottom_locateImg .location .tooltip.coimbatore {bottom: 11%; left: 31%;}
	.bottom_locateImg .location .tooltip.banglore { bottom: 17%; left: 31%;}
	.bottom_locateImg .location .tooltip.manglore {bottom: 17%; left: 22%;}
	.bottom_locateImg .location .tooltip.calicut { bottom: 12%; left: 24%;}
	.bottom_locateImg .location .tooltip.kochi {bottom: 6%;left: 27%;}	
	.bottom_locateImg .location .tooltip.delhi { bottom: 71%; left: 31%;}
	.bottom_locateImg .location .tooltip.vadodara { bottom: 43%; left: 17.5%;}
	.bottom_locateImg .location .tooltip.mumbai { bottom: 32%; left: 16%;}
	.bottom_locateImg .location .tooltip.raipur {bottom: 45%; left: 45%;}
	.bottom_locateImg .location .bhubaneshwar .tooltiptext,.bottom_locateImg .location .visakhapatnam .tooltiptext {left: auto; top: 20px; right: -15px;}
	.bottom_locateImg .location .secundarabad .tooltiptext,.bottom_locateImg .location .vijayawada .tooltiptext,.bottom_locateImg .location .tuticorin .tooltiptext,.bottom_locateImg .location .madurai .tooltiptext,.bottom_locateImg .location .erode .tooltiptext, .bottom_locateImg .location .dindigul .tooltiptext, .bottom_locateImg .location .trichy .tooltiptext,.bottom_locateImg .location .raipur .tooltiptext {left:-70px;}
	.bottom_locateImg .location .chennai .tooltiptext {left:-120px;} 
	.product_thumbArea { margin: 0 -10px 50px;}
	.product_thumbArea .column { padding: 0 10px 20px;}
	.product_thumbArea.bm .column .box, .product_thumbArea .column .box,.product_thumbArea.two_sections .section .column .box {padding: 50px 30px 30px;}
	.page-template-paints-and-construction-chemicals-template .product_thumbArea .column a .box h3 {min-height: inherit;}
	.product_thumbArea.two_sections .section .column {padding: 0 18px 20px;}
	.bottom_boxArea .bottom_box {width:100%; max-width:700px; margin:0 auto;}
	.bottom_boxArea .bottom_box .column {width:100%;}
	.bottom_boxArea .bottom_box .column .box .bottom_boxText {width: calc(100% - 343px);}
	.bottom_boxArea .bottom_box .column .box .bottom_boxImg {width: 343px;}
	.bod_cover .column:nth-child(6) {clear:none;}
	.bod_cover .column:nth-child(5),.bod_cover .column:nth-child(8) {clear:both;}
	.home_partnersArea .home_partners .ui-widget-content .cover .column {width:33.33%;}
	
	
}


/* for 800 */
@media (max-width: 990px) {
	.banner_bottom .bottom .column {padding: 20px 22px 0;}
	.cross_bgArea .home_aboutArea .home_about {display:block;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutImg {width: 100%;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutText {width: 100%; padding: 30px 0 0; max-width: inherit;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutText h2,.home_projectArea h2,.home_investorsArea .home_investorCover .home_investorText h2,.home_mediaArea h2,.home_locationsArea h2,.home_advantageArea h2,.home_partnersArea h2,h2.product_title,.roots_area .roots_top .column h2 {font-size:42px;}
	.home_advantageArea .home_advantage .column {width: 50%;}
	.home_investorsArea .home_investorCover .home_investorText {width: 200px;}
	.home_investorsArea .home_investorCover .home_investorSlider {width: calc(100% - 200px);}
	.career_qualityArea .career_text h3 {font-size:20px; margin: 0 0 20px;}
	.home_projectArea h2,.home_mediaArea h2,.home_advantageArea h2,.home_partnersArea h2 {margin: 0 0 30px;}
	.home_locationsArea .home_location .home_locationText {width:100%; padding: 0 0 30px;}
	.home_locationsArea .home_location .home_locationImg { width: 100%; text-align: center;}
	.site-footer .copyright .left img {margin: 0 45px 0 0;}
	.site-footer .copyright {font-size:16px;}
	.banner_bottom .bottom .column {width:50%;}
	.banner_bottom .bottom .column.active,.banner_bottom .bottom .column { border-top:none;}
	.banner_bottom .bottom .column.active a {color:#F69628;}
	.home_projectArea .home_project {display:block;}
	.home_projectArea .home_project .column {width:50%; float:left; padding:0 10px 20px;}
	.home_advantageArea .home_advantage .column .box h3 {font-size:22px; padding: 0;}
	.home_investorsArea {padding: 70px 0;}
	.career_qualityArea .career_img {width:100%;}
	.career_qualityArea .career_text {width:100%; min-height:inherit;padding: 30px;}
	.home_mediaArea {padding: 0 0 120px;}
	.site-footer .footer_links .column {width: 50%;}
	.site-footer .footer_links .column:nth-child(3n+1) {clear: none;}
	.site-footer .footer_links .column:nth-child(2n+1) {clear: both;}
	.site-footer .copyright .left,.site-footer .copyright .right {width:100%; text-align: center;}
	.site-footer .copyright .left img,.site-footer .copyright .left span {float:none; margin: 0 auto; display: block;}
	.site-footer .copyright {padding: 20px 0 0;}
	.site-footer {padding: 50px 0 20px;}
	.site-footer .copyright .right,.site-footer .copyright .left span {margin: 10px 0 0;}
	.home_partnersArea .home_partners ul li {padding: 0 10px 20px; }
	.site-footer .footer_links .column:last-child { width: 100%; padding: 0;}
	.site-footer .footer_links .column .cover {float:left; width: 50%; padding: 0 50px 0 0;}
	.inner_banner .banner_cover {min-height: 250px;}
	.inner_banner .banner_cover h1 {font-size: 48px;}
	.img_outArea, .img_outLeftArea {display:block;}
	.img_outArea .out_img,.img_outLeftArea .img_out .out_img {width:100%; margin: 0;}
	.img_outArea .out_text,.img_outLeftArea .img_out .out_text {width:100%; padding: 30px 0 0;}
	.vm_top h2 {font-size: 36px;}
	.vm_top {margin: 0 0 20px;}
	.advantage_area .column .box .adv_text {width: calc(100% - 75px); padding: 0 0 0 20px;}
	.advantage_area .column .box .adv_img {width: 75px;}
	 .advantage_area .column .box .adv_text h2 {font-size: 22px;}
	.advantage_area .column {min-height: 325px;}
	.img_outArea.group {display:block;}
	.img_outArea.group .out_img {width:100%; margin: 0;}
	.img_outArea.group .out_text {width:100%; padding: 30px 0 0;}
	.img_outArea, .img_outLeftArea { margin: 0 0 50px;}
	.page-template-am-international-group-template .numbers_area.group .numbers ul li {width: 100%;}
	.page-template-am-international-group-template .numbers_area.group .numbers ul li .column {min-height:inherit;}
	.csr_certificates .column .certi_text {padding: 0 50px 0 30px;}	
	.product_imgWOSlider .product_imgArea .column {width: 50%;}
	.blog_listing .column {width:50%; padding-bottom: 50px; border: none;}
	.blog_outer .meta_area h1 {font-size: 36px;}
	.blog_outer .blog_text h2,blockquote {font-size: 22px;}
	.entry-content img.alignright, .entry-content .wp-caption.alignright {float:none; margin: 0 auto 30px; display: block;}
	.details_area {max-width:529px; margin: 0 auto 70px; display: block;}
	.details_area .details_img {width:100%;}
	.details_area .details_text {width:100%; padding: 30px;}
	.details_area .details_text h3 {font-size:28px;}
	.investors_pdf {margin: 0 -10px 20px;}
	.investors_pdf .column { padding: 0 10px 64px;}
	.investors_pdf .column .box {min-height:226px;}
	.investors_cover .column.four {width:33.33%;}
	.investors_cover .column.four:nth-child(4n+1) {clear:none;} 
	.investors_cover .column.four:nth-child(3n+1) {clear:both;} 
	.name_chages .name_img {width: 250px;}
	.name_chages .name_text {width: calc(100% - 250px);}
	.name_chages .name_text p {font-size: 20px;}
	.hsse_area {display:block;}
	.hsse_area .column {width:50%;}
	.hsse_area .column:last-child {width:100%;}
	.hsse_area .column .box {min-height: 195px;}
	.hsse_area .column:last-child  .box {width:100%; min-height: inherit;}
	.training_area .training {margin: 0 -30px;}
	.training_area .training .column,.training_area .training .column:last-child {padding: 0 30px 50px;}
	.news_area { margin: 0 -10px;} 
	.news_area .column {padding: 0 10px 20px;}
	.contact_area {display:block;}
	.contact_area h2 {width:100%; margin: 0 0 20px;}
	.contact_area .contact_text {width:100%;}
	.enquiry_area {padding: 50px;}
	.bottom_locateArea .bottom_locate .bottom_locateText ul li {padding: 13px 0; font-size: 20px;}
	.bottom_locateArea .bottom_locate .bottom_locateText { width: 43%; padding: 0 30px 0 0;}
	.bottom_locateArea .bottom_locate .bottom_locateText p {font-size: 18px; margin: 0 0 20px;}
	.bottom_locateArea .bottom_locate .bottom_locateImg { width: 57%;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column:first-child { width: 100%; margin: 0 0 20px;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column {width: 45%;}
	.page-template-paints-and-construction-chemicals-template .product_thumbArea .column a .box h3 {min-height: 80px;}
	.job_listing .column {width: 50%;}
	.bod_cover .row .director_text {padding: 0 0 0 30px;}
	
	
	
	
}


/* for 786 */
@media (max-width: 768px) {
}


/* for 600 */
@media (max-width:767px) { 
	.home_investorsArea {padding: 70px 0 0;}
	.home_mediaArea {padding: 0 0 70px;}
	.inner_banner .banner_cover {min-height: 200px;}
	.img_outArea, .img_outLeftArea {margin: 0 0 50px;}
	.img_outLeftArea {padding: 50px 0;}
	.numbers_area .numbers ul li {width:100%;}
	.numbers_area .numbers ul li .column {padding: 20px; min-height:inherit;}
	.numbers_area .numbers ul li .column .number_text h4 span {display:inline-block;}
	.vision_mission .column {width:100%; padding: 0 25px 50px;}
	.values_area .values .column { width: 100%; padding: 0 22px 20px;}
	.values_area .values .column .box {min-height:inherit;}
	.inner_cover {padding: 0 0 50px;}
	.inner_banner .banner_cover h1 {font-size: 40px;}
	.advantage_area .column {width:100%;}
	.advantage_area .column {border-right:none; min-height: inherit; padding: 30px 0;}
	.bod_cover .column {width: 50%; min-height: 480px;}
	.img_outArea.group.video .out_img {width:100%;}
	.csr_certificates .column {width:100%;}
	.csr_certificates .column .certi_text {padding: 0 0 0 30px;}
	.csr_certificates { margin: 0;}
	.img_outLeftArea.csr .img_out .out_img {width: 100%;}
	.product_thumbArea .column {width: 100%;}
	.product_thumbArea .column a .box h3,.product_thumbArea .column .box h3 {min-height:inherit;}
	.product_details .product_content .ui-accordion-content .img-holder {position: relative; width: 100%; margin: 0 0 30px;}
	.product_details .product_content .ui-accordion-content .img-holder img { max-width: 100%;}
	.product_details .product_content {padding: 0;}
	.product_details .product_content .ui-accordion-content {margin: 30px 0 50px;}
	.introduction_text {margin: -50px 0 20px;}
	.breadcrumb .fbc-page .fbc-wrap .fbc-items li {line-height: 1.8;}
	.product_thumbArea.two_sections .section { width:100%; border-bottom: 1px solid #333;margin-bottom:30px;}
	.product_thumbArea.two_sections .section:last-child {border:none;}
	.section_topTitle {margin: 0 0 20px; }
	.product_introArea span { width: 100%; margin: 0 0 30px;}
	.product_introArea h2 {clear:both; width: 100%;}
	.product_imgWOSlider { margin: 0 0 70px;}
	.product_details .product_thumb {position:relative; margin: 0 0 30px; width: 100%;}
	.page-template-boat-building-template .product_thumbArea .column a .box h3 {min-height:inherit;}
	.blog_listing .column {width:100%;}
	.blog_listing .column .blog_text h2 {min-height:inherit;}
	.blog_outer .meta_area h1 {font-size: 30px;}
	.investors_cover { margin: 0 -20px 70px;}
	.investors_cover .column { padding: 0 20px 75px;}
	.investors_pdf .column {width:100%; padding: 0 10px 30px;}
	.investors_pdf .column .box {min-height:inherit;}
	.investors_cover .column.four {width:50%;}
	.investors_cover .column.four:nth-child(3n+1) {clear:none;} 
	.investors_cover .column.four:nth-child(2n+1) {clear:both;} 
	.investors h2 {font-size: 28px;}
	.name_chages {display:block;}
	.name_chages .name_img {width: 100%;}
	.name_chages .name_text {width:100%; padding: 30px 0 0;}
	.hsse_area .column { width: 100%;}
	.hsse_area .column .box {min-height:inherit;}
	.full_area h2 {font-size: 26px; line-height: 1.3;}
	.roots_area .roots .column {width:33.33%;}
	.full_area .full_img {margin: 0 0 40px;}
	 .news_area .column { width: 100%;}
	.news_area .column .box h2 {min-height:inherit;}
	.enquiry_area input, .enquiry_area select {height:50px; padding: 0 20px;}
	.enquiry_area .row {margin: 0 0 20px;}
	.enquiry_area .title {margin: 0 0 4px;}
	.enquiry_area .row_column {margin: 0 -10px;}
	.enquiry_area .row_column .column {padding: 0 10px; margin: 0 0 20px;}
	.enquiry_area textarea {padding:20px; height: 150px;}
	.bottom_locateArea .bottom_locate .bottom_locateText {width:100%; padding: 0;}
	.bottom_locateArea .bottom_locate .bottom_locateImg {width: 100%;}
	.bottom_locateArea .resp-vtabs .resp-tab-content {border:none; padding: 20px 0 0; background: #EFF5F9;}
	.bottom_locateArea h2.resp-accordion:first-child, h2.resp-accordion {border:none !important;}
	.bottom_locateArea h2.resp-accordion img {margin: 0 10px 0 0;}
	.bottom_locateArea h2.resp-accordion {font-size:20px; font-weight: 500;}
	.bottom_locateArea h2.resp-accordion .resp-arrow {margin-top: 10px;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column {width: 100%; margin: 0 0 30px;}
	.bottom_locateArea .bottom_locate .get_inTouchArea .column:last-child { width: 100%; margin: 0 0 20px;}
	.bottom_locateArea {margin: 0 0 -50px;}
	.page-template-paints-and-construction-chemicals-template .product_thumbArea .column a .box h3 {min-height: inherit;}
	.page-template-cables-and-electrical-accessories-template .product_thumbArea .column {width:100%;}
	.bottom_boxArea .bottom_box {max-width:343px;}
	.bottom_boxArea .bottom_box .column {padding: 0 0 44px;}
	.bottom_boxArea .bottom_box .column .box {display:block;}
	.bottom_boxArea .bottom_box .column .box .bottom_boxText {width: 100%;}
	.bottom_boxArea .bottom_box .column .box .bottom_boxText .btn_area {position: relative; margin: 20px 0 0; left: auto; bottom: auto;}
	.bottom_boxArea .bottom_box .column .box .bottom_boxImg {width: 100%;}
	.investors_ledning ul li a span {font-size: 20px;}
	.job_listing .column,.job_desciptionArea .job_description .column  {width: 100%;}
	.bod_cover .column:nth-child(5) {clear:none;}
	.bod_cover .column:nth-child(4),.bod_cover .column:nth-child(6) {clear:both;}
	.home_partnersArea .home_partners .ui-widget-content .cover {margin: 0 -10px;}
	.home_partnersArea .home_partners .ui-widget-content .cover .column {padding: 0 10px 30px; width:50%;}
	.bod_cover .row .director_photo {width: 150px;}
	.bod_cover .row .director_text {width: calc(100% - 150px);}
	
	
	
}


/* for 480 */
@media (max-width: 599px) {
	.banner_bottom .bottom .column {padding: 20px 0px 0;}
	.cross_bgArea, .home_partnersArea, .home_locationsArea {padding: 50px 0;}
	.cross_bgArea .home_aboutArea { margin: 0 0 50px;}
	.home_advantageArea {padding: 50px 0 40px;}
	.home_advantageArea .home_advantage .column {width: 100%; padding: 0 0 20px;}
	.home_advantageArea .home_advantage .column .box {padding: 20px;}
	.cross_bgArea .home_aboutArea .home_about .home_aboutText h2, .home_projectArea h2, .home_investorsArea .home_investorCover .home_investorText h2, .home_mediaArea h2, .home_locationsArea h2, .home_advantageArea h2,.career_qualityArea .career_text h2, .career_qualityArea .quality_text .box h2,.home_partnersArea h2,h2.product_title,.roots_area .roots_top .column h2,.contact_area h2 {font-size: 32px;}
	.home_investorsArea {padding: 50px 0 0;}
	.career_qualityArea {padding: 50px 0;}
	.home_mediaArea {padding: 0 0 50px;}
	.home_locationsArea .home_location .home_locationText .sp-easy-accordion .ea-body ul li {width: 50%;}
	.site-footer .copyright { font-size: 14px;}
	.banner_area .banner .banner_text h2,.banner_area .banner .banner_text h3 {font-size:28px;}
	.numbers_area h2 {font-size: 32px;}
	.numbers_area .numbers ul li .column .number_text h4 {font-size:24px;}
	.bod_cover .column h2 {font-size: 20px;}
	.bod_cover .column h3 {font-size: 18px;}
	.bod_cover .column p {font-size: 16px;}
	.bod_cover .column {min-height: 380px;}
	.bod .btn_area {margin: 0 0 50px;}
	.product_introArea h2 {font-size: 28px; line-height: 1.3;}
	.product_introArea {margin: 0 0 50px;}
	.product_details .product_content h3.ui-accordion-header {font-size: 22px; padding: 20px 55px 15px 20px;}
	.introduction_text { margin: -50px 0 20px;}
	.introduction_text h2 {font-size: 22px;}
	.product_imgWOSlider .product_imgArea .column {width: 100%; padding: 0 20px 30px;}
	.product_imgWOSlider h3 {font-size: 24px;}
	.product_imgWOSlider { margin: 0 0 50px;}
	h2.product_title { margin: 0 0 30px;}
	.blog_outer .meta_area h1 {font-size: 26px;}
	.blog_outer .blog_text h3 {font-size: 22px; margin: 0 0 20px;}
	.blog_outer .blog_text h4 {font-size: 22px; margin: 0 0 20px;}
	.details_area .details_text h3 {font-size:22px;}
	.investors_cover .column {width: 100%;}
	.investors_infoArea h4 {font-size: 24px;}
	.investors_infoArea p {font-size: 20px;}
	.investors h2 {font-size: 26px;}
	.hsse_area .column .box {padding:30px;}
	.roots_area .roots .column {width:50%;}
	.roots_area .roots .column:nth-child(2n+1) {clear:both;}
	.training_area .training .column {width:100%;}
	.training_area .training .column img {margin: 0 0 20px;}
	.enquiry_area {padding: 30px;}
	.enquiry_area .row_column .column {width:100%;}
	.bottom_locateImg .location .tooltip .city img {width:10px;}
	.bottom_locateImg .location .bhubaneshwar .tooltiptext, .bottom_locateImg .location .visakhapatnam .tooltiptext { right: -80px;}
	.investors .grid li {width:100% !important;}
	.bottom_boxArea .bottom_box .column .box .bottom_boxText h2 {font-size: 30px;}	
	.bottom_boxArea .bottom_box .column .box .bottom_boxText p { margin: 0 0 25px;}
	.bod_cover .row .director_photo {width: 100%;}
	.bod_cover .row .director_text {width: 100%; padding: 30px 0 0;}
	
	
	
}



/* for 360 */
@media screen and (max-width: 427px) {
	.banner_bottom .bottom .column {width:100%;}
	.btn_area a.solid {line-height: 44px; font-size: 18px;}
	.home_projectArea .home_project .column {width:100%;}
	.home_investorsArea .home_investorCover .home_investorText {width: 100%;}
	.home_investorsArea .home_investorCover .home_investorSlider {width:100%; padding: 20px 0 0;}
	.home_partnersArea .home_partners .ui-widget-content .cover img { display: block; margin: 0 auto; padding: 0 0 20px;}
	.site-footer .footer_links .column,.site-footer .footer_links .column .cover {width: 100%;}
	.site-footer .footer_links .column ul {margin: 0 0 20px;}
	.site-footer .footer_links {padding:0 0 30px;}
	.home_locationsArea .home_location .home_locationText .sp-easy-accordion .ea-body ul li {font-size:18px;}
	.home_locationsArea .home_location .home_locationText .sp-easy-accordion .sp-ea-single .ea-header a {font-size: 20px;}
	 .inner_banner .banner_cover {min-height: 150px;}
	.inner_banner .banner_cover h1 {font-size: 32px;}
	.out_text h2 { font-size: 24px;}
	.breadcrumb .fbc-page .fbc-wrap .fbc-items li,.breadcrumb .fbc-page .fbc-wrap .fbc-items li.active span, .breadcrumb .fbc-page .fbc-wrap .fbc-items li .fbc-end-text {font-size: 18px;}
	.values_area .values .column .box {padding: 30px;}
	.bod_cover { margin: 0 auto; max-width: 316px;}
	.bod_cover .column { width: 100%; min-height: inherit;}
	.bod_cover .column img {margin: 0 0 10px;}
	.product_thumbArea .column a .box h3 {font-size: 24px;}
	.product_thumbArea .column {padding: 0 10px 20px;}
	.product_area .btn_area a {margin-top:10px;}
	.section_topTitle {padding: 0;margin: 0 0 30px;}
	.section_topTitle h2 {font-size: 28px;}
	.two_sections .section_topTitle {margin: 0 20px 30px;}
	.blog_outer .meta_area h1 {font-size: 22px;}
	.blog_outer .meta_area .blog_meta > span { margin: 0 20px 0 0; text-align: left; font-size: 16px;}
	.blog_outer .meta_area .blog_meta {text-align:left;}
	.investors_pdf .column .box {padding: 50px 30px 30px;}
	.investors_pdf .column .box h3 {padding: 0 0 0 20px; font-size: 20px;}
	.investors_infoArea h4 {font-size: 20px;}
	.investors_infoArea p {font-size: 17px;}
	.investors_cover .column.four {width:100%; padding: 0 20px 40px;}
	.investors h2 {font-size: 24px;}
	.hsse_area {margin: 0 -15px;}
	.roots_area .roots .column {width:100%;} 
	.roots_area .roots .column span {display:none;}
	.roots_area .roots .column h3 {margin:0;}
	 .contact_area h2 {font-size: 28px;}	
	.bottom_locateArea h2.resp-accordion {padding: 10px 0;}
	.bottom_locateImg .location .bhubaneshwar .tooltiptext {right: -103px;}
	.bottom_locateImg .location .visakhapatnam .tooltiptext {right: -126px;}
	.bottom_locateImg .location .secundarabad .tooltiptext {right: -180px; left: auto;}
	.bottom_locateImg .location .vijayawada .tooltiptext {left: -150px;}
	.bottom_locateImg .location .manglore .tooltiptext {left: -70px;}
	.bottom_locateImg .location .tuticorin .tooltiptext {left: -114px;}
	.bottom_locateImg .location .banglore .tooltiptext {left: -99px;}
	.bottom_locateImg .location .chennai .tooltiptext {left: -136px;}
	.bottom_locateImg .location .kochi .tooltiptext {left: -86px;}
	.bottom_locateImg .location .madurai .tooltiptext {left: -115px;}
	.bottom_locateImg .location .erode .tooltiptext {left: -107px;}
	.bottom_locateImg .location .calicut .tooltiptext {left: -77px;} 
	.bottom_locateImg .location .dindigul .tooltiptext {left:-111px;}
	.bottom_locateImg .location .coimbatore .tooltiptext {left: -99px;} 
	.bottom_locateImg .location .trichy .tooltiptext {left: -120px;}
	.bottom_locateImg .location .delhi .tooltiptext {left: -99px;}
	.bottom_locateImg .location .raipur .tooltiptext {left: -144px;}
	.bottom_locateImg .location .vadodara .tooltiptext {left: -56px;}
	.bottom_locateImg .location .mumbai .tooltiptext {left: -51px;}
	
	.home_advantageArea .home_advantage .column .box {display:flex; align-items:center; padding:15px;}
	.home_advantageArea .home_advantage .column .box .home_advIcon {width:50px; height:inherit;}
	.home_advantageArea .home_advantage .column .box h3 {width:calc(100% - 50px); text-align:left; padding:0 0 0 20px; font-size:18px;}
	.home_advantageArea .home_advantage .column .box h3 span.block { display: inline-block;}
	.home_projectArea .home_project {max-width:280px; margin:0 auto;}
	.career_qualityArea .quality_text .box h2 {font-size:24px;}
	.introduction_text {margin: -10px 0 20px;}
	.banner_area .banner .banner_text {height:590px; display:block; padding-top:120px;}
	.banner_bottom .bottom .column {padding: 10px 0px 0;}
	.banner_area .banner {min-height: 590px; height:590px;}
	.home_partnersArea .home_partners .ui-widget-content .cover .column {width:100%;}
}
	
	
	
	
}


/* for 320 */
@media screen and (max-width: 359px) {
	
}