/*!
Theme Name: The Bigger Picture
Theme URI: http://underscores.me/
Author: TekUnik
Author URI: http://biggerpicture.in/
Description: The nigger picture WordPress theme is best known for its simplicity and performance. It is flexible and mobile-friendly.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-bigger-picture
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

The Bigger Picture is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*Instagram Widget*/
.css-11cewt9 {display: none !important;}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*--------------|| custom_css Start ||-----------------*/
/*--------------|| fonts css Start ||-----------------*/
:root{
	--fs-18: 18px !important;
	--fs-46: 46px !important;
	--fs-24: 24px !important;
	--fs-21: 21px !important;
	--fs-14: 14px !important;
	--fs-36: 36px !important;
	--fs-13:13.714px !important;
}
@font-face {
  font-family: bigger_font;
  src: url(assets/fonts/bigger.ttf);
}

@font-face {
  font-family: Raleway;
  src: url(assets/fonts/Raleway-VariableFont_wght.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(assets/fonts/static/Raleway-Black.ttf);
}
@font-face {
  font-family: Raleway_bold;
  src: url(assets/fonts/static/Raleway-ExtraBold.ttf);
}
@font-face {
  font-family: Raleway_bold;
  src: url(assets/fonts/static/Raleway-Bold.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(assets/fonts/static/Raleway-ExtraLight.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(assets/fonts/static/Raleway-Light.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(assets/fonts/static/Raleway-Medium.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(assets/fonts/static/Raleway-Regular.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(assets/fonts/static/Raleway-SemiBold.ttf);
}
@font-face {
  font-family: Raleway;
  src: url(assets/fonts/static/Raleway-Thin.ttf);
}
/*--------------|| fonts css End ||-----------------*/
.post, .page {
    margin: 0;
}
.header_menu .hfe-nav-menu .menu-item a{
    font-family: bigger_font !important;
}
.about_left_info a:hover{
      color: #23527c !important;
}
.about_sec_conatnt p {
    margin: 0px 0px 20px 0px !important;
    font-size: var(--fs-18) !important;
}
.about_form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap:15px 30px;
    max-width: 100%;
    min-width: 100%;
}
.about_form_field input,.about_form_field,.about_form_field label,.about_form_field span {
    min-width: 100%;
    max-width: 100% !important;
    display: block !important;
}
.about_form_field label {
    font-size:var(--fs-13) !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    /* font-family: 'Raleway' !important; */
    color: #000 !important;
}
.about_form_field input,.about_form_field textarea{
   margin-top: 10px;
    padding: 0.46428571em;
    border-radius: 6px;
    border: 1px solid #454646;
    outline:none;
    margin-bottom:0px !important;
}
.about_form_field input:focus,.about_form_field textarea:focus {
  border-color: #76abe9;
}
.about_form .about_form_field:nth-child(3),.about_form .about_form_field ~ p {
    grid-column: span 2;
}
.about_form_field textarea {
    min-height: 95px;
    max-height: 95px;
}
.about_form .about_form_field ~ p {
    margin-top: 0px !important;
    margin-left:auto;
    display:flex;
    margin-bottom:0px;
}
.about_form .about_form_field ~ p span{
    order:1;
    width: 50px;
    height: 25px;
    align-self: center;
}
.about_form .about_form_field ~ p input{
    order:2;
    background-color:#454646;
    color:#fff;
    letter-spacing: .5px;
    font-size: 0.85714286em;
    font-weight: 700;
    padding:10px 30px;
    display: inline-block;
    width: 100% !important;
    text-transform: uppercase !important;
     transform: translate3d(0, 0px, 0);
    transition:all 0.2s;
    cursor:pointer;
}
.about_form .about_form_field ~ p input:hover,.big_pic_footer  a.elementor-button-link.elementor-button:hover{
    transform: translate3d(0, -2px, 0);
}
.about_left_info h3,.about_left_info a {
    font-size:var(--fs-21) !important;
    font-family: Raleway !important;
    color: #000 !important;
     margin: 0px 0px 15px 0px !important;
}
.about_left_info a{
      color: #454646 !important;
      text-decoration: underline;
}
.about_left_info h3.lead {
    margin-top: 30px !important;
}
.about_left_info {
    max-width: calc(100% - 85px);
    text-align: justify;
}
.contact_contact_from .about_form .about_form_field ~ p {
    margin-right: auto;
    margin-left: unset;
}
.contact_contact_from .about_form .about_form_field ~ p span {
    order: 2;
}
ul#menu-about li a, #menu-footer-menu-2 li a {
    color: #FDE90099;
}
ul#menu-about, ul#menu-about-1{
    margin: 0;
    padding-left: 20px;
}
/*-------- || works start ||------------*/
@font-face {
  font-family:concur;
  src: url(assets/fonts/concur.ttf);
}
.tabs_wark{
	padding: 30px 15px 15px;
	margin: 0px auto;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
}
.wark_tab_data_main {
    padding-bottom: 20px;
}
.container_custom{
	max-width: 1170px;
	margin: 0px auto;
}
.tabs_wark li{
	list-style: none;
	width: 19.7%;
	margin-bottom: 15px;
}
.tabs_wark li a{
	text-decoration: none;
	padding: 8px;
	display: block;
	text-align: center;
}
.tabs_wark li a img{
	max-width: 100px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
div.wark_sec {
    background-color: rgb(253, 233, 0);
    padding: 30px 0px;
}
ul.tabs_wark li * {
    font-family: Raleway !important;
}
ul.tabs_wark li p {
    margin-bottom: 0px;
}
ul.tabs_wark li a.active {
    color: black;
    border: 3px solid  black;
}
ul.tabs_wark li a p {
    padding: 0.5rem 0.8rem 0.5rem 0.8rem;
    font-size: var(--fs-14) !important;
    color: #000;
    font-weight: 900 !important;
}
.wark_tab_data{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap:10px 0px ;
}
.wark_tab_box img{
	max-width: 100%;
	height: auto;
	opacity: 1;
    width: 100%;
    margin-bottom: 0px;
    filter: brightness(80%);
}
.wark_tab_box:hover img{
	opacity: 0.2;
    filter: blur(5px);
    transform: scale(1.1);
}
.wark_tab_img{
	position: relative;
	transform: scale(1);
}
.wark_tab_box:hover a{
	display: block;
}
.wark_tab_box:hover a{
	background: #5f5b31;
}
.work_tab_contant h2 {
    line-height: initial;
}
.work_tab_contant h2 span a {
	color: #fff !important;
}
.wark_tab_img:before,.wark_tab_img:after{
	position: absolute;
	top: 8%;
	right: 8%;
	right: 6%;
	bottom: 8%;
	left: 6%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}
.wark_tab_img:after{
  transform: scaleY(0);
}
.wark_tab_box:hover .wark_tab_img:before,.wark_tab_box:hover .wark_tab_img:after{
	    opacity: 0.8;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wark_tab_img:after{
	    border-right: 1px double #fff;
    border-left: 1px double #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.wark_tab_img:before {
    border-top: 1px double #fff;
    border-bottom: 1px double #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.work_tab_contant {
    position: absolute;
    top: 50%;
    left: 50%;
    transition-delay: 0.2s;
    opacity: 0;
    transition: all 0.4s;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 80px);
    width: 100%;
    text-align: center;
}
.wark_tab_box:hover .work_tab_contant{
	opacity: 1;
}
.wark_tab_box {
    position: relative;
    padding: 0px 15px;
}
.work_tab_contant h2 span{
	color: #fff;
	font-weight: 800;
    text-transform: uppercase;
    font-family: concur !important;
    font-size: var(--fs-46) !important;
}
.overlay_video{
	position: fixed;
	width: 100%;
	background-color: #000;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}
.overlay_video iframe{
	position: fixed;
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.common_form_sec{
padding: 40px 0px;
}
.overflow_hidden{
	overflow: hidden;
}
.overlay_video{
	display: none;
}
.wark_tab_box a{
	display: block;
}
.overlay_video.show{
	display: block;
}
.overlay_video span.close_video {
    color: #fff;
    font-size: 40px;
    font-weight: 800 !important;
    display: block;
    margin: 20px;
    text-align: right;
    cursor: pointer;
}
@media (max-width: 767px) {
.wark_tab_data{
	grid-template-columns: repeat(2,1fr);
	 grid-gap: 20px 0px;
}	
.tabs_wark li {
    width: 175px;
}
}
@media (max-width: 575px) {
.wark_tab_data{
	grid-template-columns: repeat(1,1fr);
}	
.wark_tab_box{
	padding: 0px 20px;
}
.div.wark_sec{
	padding: 20px 0px;
}
}
/*-------- || works end ||------------*/
/*-------- || serives start ||------------*/
.services_box img {
    min-height: 275px;
    max-height: 275px;
    object-fit: cover;
}
.services_box {
    position: relative;
}
.services_box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgba(230, 230, 230, 0.1);
    box-sizing: border-box;
    transition: all .35s ease;
    transform: translateY(100%);
}
.services_box figcaption,.services_box figure:before{
    background-color: rgba(255, 255, 255, .7);
    padding: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius:9px;
    margin: 0px !important;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, .1);
     opacity:0;
    transition-delay: 0.4s;
    transition:opacity 0.6s;
}
.services_box:hover:before{
    transform: translate(0, 0);
}
.services_box:hover figcaption,.services_box:hover figure:before{
    opacity:1;
    transition-delay: .2s;
    margin: 0px !important;
    z-index: 999;
}
.services_box figcaption {
    position: absolute;
    top: 50%;
    display:inline;
    height:fit-content;
    font-family: concur !important;
    font-size: var(--fs-46) !important;
    font-weight: 700!important;
    color:#000 !important;
    transform: translatey(-50%);
}
 .services_box figure.wp-caption img {
    border-radius: 12px !important;
}
.services_box figure:before {
    width:100%;
    content:"";
    height:100%;
    z-index:1;
}
.services_box:hover figure:before{
  opacity: 1;
}
.services_box figcaption{
  background-color: transparent;
  border:unset;
}
ul#menu-about li {
    list-style: none !important;
}
/*-------- || serives end ||------------*/
/*---------|| slider css ||-------*/
section#single_page_slider .elementor-image-carousel-wrapper.swiper-container {
    background: #000;
    padding-bottom: 0px;
    margin-bottom: 50px;
}
section#single_page_slider{
    overflow:hidden;
    margin: 0px -5px;
}
section#single_page_slider > div{
    margin: 0px -15px;
}
section#single_page_slider  .elementor-swiper-button {
    background-color: rgb(255 255 255 / 0.5) !important;
    width:39px;
    height:78px;
    transition:all 0.3s;
}
section#single_page_slider  .elementor-swiper-button i:before {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    color: #000;
    font-size: 14px;
}
section#single_page_slider  .elementor-swiper-button:hover{
   background-color: rgb(255 255 255 / 1) !important;
}
body{
    overflow-x:hidden;
}
.single_post_sec .common_sec_image {
    padding-bottom: 100px !important;
}
.single_post_sec  div {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px !important;
}
 .single_post_sec .common_sec_image .elementor-widget-wrap.elementor-element-populated{
     width: 100% !important;
    max-width: 57.821%!important;
    padding: 0px 15px !important;
    margin:0px auto;
}
 .single_post_sec .common_sec_image p{
    margin:0px !important;
    font-size: 17px;
}
 .common_sec_image .elementor-element.elementor-widget.elementor-widget-heading, .single_post_sec .common_sec_image  .elementor-element.elementor-widget-text-editor {
    margin-bottom: 10px;
}
 .single_post_sec .common_sec_image  h2, .single_post_sec .common_sec_image p{
     opacity: .9;
    font-family: Raleway !important;
      text-align: justify;
       font-weight: 600;
      text-shadow:unset !important;
 }
.single_post_sec .common_sec_image  h2{
     font-family: concur !important;
    font-size: var(--fs-46) !important;
    font-weight: 400;
  }
 .common_single__link a, .common_single__link a span {
    font-family: 'concur' !important;
    font-size: var(--fs-24) !important;
} 
.common_single__link a:hover {
    text-decoration: underline;
}
/*---------|| slider css ||-------*/
/*---------|| Reposnive css ||-------*/
/*---------|| footer css Start||-------*/
.big_pic_header .elementor-container.elementor-column-gap-default {
    max-width: 1170px !important;
}
footer#colophon ul.menu {
    padding: 0px !important;
    margin: 0px !important;
}
.big_pic_footer {
    padding-top: 0px !important;
}
.big_pic_footer a {
	font-size: var(--fs-14) !important;
	transition: all 0.3s;
	font-family: Raleway !important;
	font-weight: 600;
}
.big_pic_footer  a.elementor-button-link.elementor-button {
    padding: 6px 12px;
    margin-left: 10px;
    line-height: 1.42857143;
    border-radius: 4px;
}
.big_pic_footer a:hover{
	color: #fde900 !important;
}
.big_pic_footer  a.elementor-button-link.elementor-button:hover{
	border-color: #000 !important;
}
.big_pic_footer + .elementor-top-section div {
    padding-top: 0px !important;
}
.big_pic_footer + .elementor-top-section > div .hfe-site-logo-container{
	width:70px;
	padding-bottom: 20px;
	margin-right:30px;
}
.big_pic_footer + .elementor-top-section > div .hfe-site-logo-container img{
	width:100% !important;
	margin-left: -10px;
}
.big_pic_footer div{
padding-bottom: 0px !important;
}
.common_form > div {
    max-width: 1170px !important;
}
.big_pic_header a{
	font-size: var(--fs-36) !important;
}
footer#colophon span.developed-by {
    font-weight: 300;
}
/*---------|| footer css End ||-------*/
/*---------|| contact_us css Start ||-------*/
.contact_us_sec_map .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
.contact_us_main .elementor-container.elementor-column-gap-default {
    max-width: 1170px !important;
}
.contact_us_sc_left .elementor-widget-wrap.elementor-element-populated img {
    box-shadow: 0 23px 40px rgb(0 0 0 / 20%) !important;
}
.contact_us_sec_right .contact_us_contant *{
    font-size: var(--fs-21) !important;
    font-family: 'Raleway' !important;
    color: black !important;
    text-align: center !important;
    font-weight: 600;
}
.contact_us_sec_right .contact_us_contant h3,.contact_us_sec_right .contact_us_contant p{
	margin: 0px 0px 6px !important;
}
.contact_us_sec_right .contact_us_contant p{
	margin-top: 8px !important;
}
.contact_us_sec_right .contact_us_contant p.contact_contant{
	margin: 30px 0px 20px !important;
	text-align: left !important;
}
.contact_us_sec_right .contact_us_contant h3.lead b {
    display: block;
    font-family: Raleway_bold !important;
    font-weight: 400;
}
.contact_us_sec_right .contact_us_contant a{
	text-decoration: underline !important;
}
.contact_us_sec_right .contact_us_contant a:hover{
	color: #23527c !important;
}
/*---------|| contact_us css End ||-------*/
@media (max-width: 1024px) {
	:root{
		--fs-18: 16px !important;
		--fs-21: 18px !important;
		--fs-24: 20px !important;
		--fs-46: 36px !important;
		--fs-36: 28px !important;
	}
	.about_left_info {
	    width: 100% !important;
	    max-width: 100%;
	    padding-right: 30px;
	}
	.common_single__link a{
		padding: 10px 20px !important;
	}
}
@media (max-width: 991px) {
	.services_box img {
    min-height: 150px;
    max-height: 150px;
}
.single_post_sec,.common_single__link {
    padding: 0px 0px 15px !important;
}
.single_post_sec + section.elementor-section {
    padding-bottom: 10px !important;
}
.common_form {
    padding: 15px 0px !important;
}
}
@media (max-width: 850px) {
	.single_post_sec .common_sec_image > div {
    padding: 0px 30px !important;
}
.single_post_sec .common_sec_image .elementor-widget-wrap.elementor-element-populated{
     max-width: 100%!important;
}
}
@media (max-width: 767px) {
	section#about_sec_main{
		padding-top: 0px !important;
	}
	section#about_sec_main .about_sec_conatnt img {
    max-width: 450px!important;
    margin: 0 auto;
    width: 100% !important;
    height: 430px !important;
    object-fit: contain;
}
section#about_sec_main,section#about_sec_main .elementor-widget-wrap.elementor-element-populated{
	padding-bottom: 0px !important;
}
.services_box img {
   min-height: 100% !important;
    max-height: 100% !important;
}
section#services_sec_box_data div {
    max-width: 500px;
}
.common_single__link{
	padding-bottom: 0px !important;
}
.single_post_sec + .elementor-section-boxed {
    padding: 30px 0px !important;
}
.contact_us_sc_left img {
    max-width: 500px;
    margin: 0 auto 30px !important;
    text-align: center;
    width: 100% !important;
}
.contact_us_sc_left div {
    text-align: center;
}
.common_form,section#services_sec_box_data {
    padding: 30px 0px !important;
}
section#single_page_slider .elementor-swiper-button {
    height: 42px;
}
.big_pic_header .elementor-column.elementor-col-50 .hfe-nav-menu__toggle.elementor-clickable {
    margin-left: auto !important;
    margin-right: inherit !important;
}
section#single_page_slider{
    margin: 0px 0px; 
}
section#single_page_slider .elementor-swiper-button.elementor-swiper-button-prev {
    left: 5px;
}
section#single_page_slider .elementor-swiper-button.elementor-swiper-button-next {
    right: 5px;
}
.services_box img {
    min-height: 260px !important;
    max-height:  260px !important;
}
.single_post_sec {
    padding-top: 0px !important;
}
}
@media (max-width: 575px) {
	.services_box img {
    min-height: 220px !important;
    max-height:  220px !important;
}
ul#menu-about,.big_pic_footer + section.elementor-section .elementor-column.elementor-col-50 .elementor-widget-wrap.elementor-element-populated,footer#colophon ul.menu ,ul#menu-about,.big_pic_footer .elementor-column.elementor-col-33:last-child .elementor-widget-wrap.elementor-element-populated * {
    text-align: center;
}
.big_pic_footer + section.elementor-section .elementor-column.elementor-col-50 .elementor-widget-wrap.elementor-element-populated,.big_pic_footer .elementor-column.elementor-col-33:last-child .elementor-widget-wrap.elementor-element-populated {
    display: block !important;
}
.big_pic_footer + .elementor-top-section div,.big_pic_footer + section.elementor-section .hfe-site-logo-container{
    margin:0 auto !important;
    justify-content: center;
    text-align: center;
}
.big_pic_footer + .elementor-top-section > div .hfe-site-logo-container img{
	margin: 0px 0px 0px 0px !important;
	padding-top: 10px;
}
footer#colophon .elementor-container.elementor-column-gap-default {
    margin-top: -15px;
    padding-bottom: 10px;
}
footer#colophon ul.menu li {
    margin: 5px 0px !important;
}
.big_pic_footer  a.elementor-button-link.elementor-button.elementor-size-sm {
    margin: 15px  0px  !important;
}
}
@media (max-width: 480px) {
	:root{
		--f-46: 32px !important;
		--fs-36: 24px !important;
	}
	.common_form,section#services_sec_box_data {
    padding: 20px 0px !important;
}
.about_form{
	grid-template-columns: repeat(1,1fr) !important;
}
.about_form .about_form_field:nth-child(3),.about_form .about_form_field ~ p {
    grid-column: span 1;
}
.about_us_slider .elementor-widget-container {
    padding: 30px 0px 15px !important;
}
.big_pic_footer .elementor-column.elementor-col-33:last-child .elementor-widget-wrap.elementor-element-populated{
    text-align: center;
    margin:10px 0px;
    justify-content: center;
}
.single_post_sec {
    padding-top: 0px !important;
}
.single_post_sec .common_sec_image .elementor-widget-wrap.elementor-element-populated{
     padding: 0px !important;
}
.single_post_sec .common_sec_image > div {
    padding: 0px 15px !important;
}
#contact_us_data_right {
    padding-bottom: 0px !important;
}
section#single_page_slider figure.swiper-slide-inner img {
    height: 220px;
    object-fit: cover;
}
.common_sec_image .elementor-widget-container {
    margin-top: 15px !important;
}
.overlay_video span.close_video {
    margin: 20px 15px;
}
.overlay_video iframe{
	width: calc(100% - 40px);
}
.single_post_sec .common_sec_image {
    padding-top: 20px !important;
}
#line_prduction .common_sec_image {
    padding-bottom: 0px !important;
}
.tabs_wark,div.wark_sec {
    padding-top: 0px !important;
}
.common_form{
    margin-bottom: 10px;
}
.tabs_wark li{
	margin-bottom: 0px;
}
}
/*---------|| slider css ||-------*/
/*--------------|| custom_css End ||-----------------*/
/* ****************** Start Blog single page  ****************************/
.bg_blog_post {
    background-color: #fde900;
    padding: 40px 0px 40px 0px
}
.bg_blog_post h1.entry-title {
    margin-top: 0 !important;
}
.bg_blog_post span.posted-on {
    font-weight: 700;
}
.bg_blog_post span.posted-on a {
    text-decoration: none;
}
.bg_blog_post  .post-thumbnail img {
     width: 100%;
    margin-top: 20px !important;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
}
.bg_blog_post span.cat-links , .bg_blog_post span.nav-subtitle {
    font-weight: 700;
    color:#000;
    text-decoration: none;
}
.bg_blog_post .nav-previous a  , .bg_blog_post  .cat-links a{
    text-decoration: none;
}
/* ******************  End Blog single page  ****************************/

.all_work_show a {
    text-decoration: none;
    font-size: var(--fs-18) !important;
    color: #000;
    font-weight: 600 !important;
    padding: 8px 20px;
    border: 1px solid #000;
    transition: all 0.4s;
    border-radius: 8px;
}
.all_work_show {
    padding: 30px 35px;
}
.all_work_show a:hover {
    background-color: #000;
    color: #fff;
}

/* page loader  */
.Preloader {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     z-index: 999999999999999;
     transition: 1s;
     background-color:#fbe700;
}
.Preloader img{
    position: absolute;
    left: 50%;
    top: 50%;
   transform:translate(-50%,-50%);
    width: 200px;
    z-index: 1001;
}
/* page loader  */
/* Home page Start  Css */
.home_right a:first-child img {
    position: relative;
    z-index: 9;
}
.home_right a:nth-child(2) img {
    position: relative;
    z-index: 0;
}
.home  header#masthead section.elementor-section {
    background: transparent !important;
    position:absolute;
    width:100%;
    top:0px;
}
#home_page_main .elementor-widget-wrap.elementor-element-populated {
    padding: 0px !important;
}
.home_bg_sec{
	background-image: url('assets/images/home-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100vh;
}
.home_continer{
	max-width: 1170px;
	margin: 0 auto;
}
.home_box{
	position: relative;
}
.home_box img{
	max-width: 100%;
	height: auto;
}
.home_left a{
	display: block;
}
.home_left a:first-child img{
max-width: 100px;
}
.home_grid{
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.home_bg_sec div{
	height: 100%;
}
.home_box {
    position: relative;
}
.home_box a {
  position: absolute; 
  transition: all 0.5s ease 0s;
}
.home_left a:first-child {
    bottom: 5.2vh;
    left: 1%;
}
.home_box a img:nth-child(2) ,.home_box a:hover img:nth-child(1) {
    display: none;
}
.home_box a:hover img:nth-child(2) {
    display: block;
}
.home_left a.active:first-child{
transform: translateY(-40px);
}
.home_left a:nth-child(2) img{
	max-width: 200px;
}
.home_left a:nth-child(2) {
    bottom: 7.2vh;
    left: 32%;
}
.home_left a:nth-child(2).active{
	transform: translate(40px,20px);
}
.home_middle a:nth-child(1) img{
max-width: 90px;
}
.home_middle a:nth-child(1) img:nth-child(2){
max-width: 110px;
}
.home_middle a:nth-child(1) {
    bottom: 14.5vh;
    right: 26%;
}
.home_middle a.active:nth-child(1),.home_right a.active:nth-child(1) {
    transform: translate(-12px,-40px);
}
.home_right a:nth-child(1) img{
	max-width: 130px;
}
.home_right a:nth-child(1) img:nth-child(2){
	max-width: 150px;
}
.home_right a:nth-child(1){
	bottom: 0%;
}
.home_right a:nth-child(1) {
    bottom: 2.5vh;
    right: 56%;
    z-index: 9;
}
.home_right a:nth-child(2) img{
	max-width: 400px;
}
.home_right a:nth-child(2) {
    bottom: 15.5vh;
    right: 3%;
    z-index: 0;
}
@media(max-width: 1499px) and (min-width: 1400px){
.home_left a:nth-child(2) {
    bottom: 12vh;
}
.home_left a:first-child {
    bottom: 10vh;
}
.home_middle a:nth-child(1) {
    bottom: 19vh;
}
.home_right a:nth-child(1) {
    bottom: 10vh;
}
.home_right a:nth-child(2) {
    bottom: 19vh;
}
.home_continer {
    max-width: 1280px;
}
}
@media(min-width: 1500px){
.home_left a:first-child {
    bottom: 9.2vh;
    left: -18%;
}
.home_right a:nth-child(2) {
    bottom: 18vh;
    right: -14%;
}
.home_right a:nth-child(1) {
    bottom: 7.5vh;
    right: 42%;
}
.home_left a:nth-child(2) {
    bottom: 12.2vh;
    left: 14%;
}
.home_middle a:nth-child(1) {
    bottom: 19.5vh;
    right: 26%;
}
}
@media(min-width: 1600px){
	.home_continer{
	max-width: 1600px;
}
.home_left a:first-child img,.home_middle a:nth-child(1) img {
    max-width: 120px;
}
.home_middle a:nth-child(1) img:nth-child(2) {
    max-width: 150px;
}
	.home_right a:nth-child(1) img{
    max-width: 200px;
}
.home_right a:nth-child(1) img:nth-child(2) {
    max-width: 220px;
}
.home_left a:nth-child(2) img{
    max-width: 300px;
}
}
@media(max-width: 1700px) and (min-width: 1600px){
	.home_left a:nth-child(2) {
    bottom: 8.2vh;
    left: 40%;
}
.home_middle a:nth-child(1) {
    bottom: 18.5vh;
    right: 27%;
}
.home_left a:first-child {
    bottom: 5.2vh;
    left: 16%;
}
.home_right a:nth-child(2) {
    bottom: 15.5vh;
    right: 20%;
}
.home_right a:nth-child(1) {
    bottom: 2.5vh;
    right: 58%;
}
}
@media(min-width: 1800px){
	.home_box a{
	bottom: unset !important;
}
.home_left a:first-child {
    top: 66vh;
}
.home_left a:nth-child(2) {
    top: 62.5vh;
    left: 27%;
}
.home_middle a:nth-child(1) {
    top: 64vh;
}
.home_right a:nth-child(2):hover img:nth-child(2) {
    max-width: 350px;
}
.home_right a:nth-child(1) {
    top: 68vh;
    left: 13%;
}
.home_right a:nth-child(2) {
    top: 43.5vh;
}
}
@media(max-width: 1280px){
.home_left a:nth-child(2) {
    top: 63vh;
    left: 43%;
}
.home_left a:first-child {
    bottom: 7.2vh;
    left: 9%;
}
}
@media(max-width: 1250px){
.home_box a {
    bottom: unset !important;
}
.home_left a:nth-child(2) {
    top: 62vh;
    left: 42%;
}
.home_left a:first-child {
    top: 57vh;
    left: 12%;
}
.home_middle a:nth-child(1) {
    top: 60vh;
}
.home_right a:nth-child(2) {
    top: 25vh;
}
.home_right a:nth-child(1) {
    top: 65vh;
}
.home_right a:nth-child(2) img:nth-child(2) {
    max-width: 350px;
}
}
@media(max-width: 1080px){
	.home_left a:first-child img {
    max-width: 85px;
}
.home_middle a:nth-child(1) {
    top: 58vh;
}
.home_right a:nth-child(2) img {
    max-width: 300px;
}
.home_right a:nth-child(2) img:nth-child(2){
	 max-width: 230px;
}
.home_right a:nth-child(2) {
    top: 42vh;
    right: 18%;
}
.home_right a:nth-child(1) {
    top: 65vh;
}
.home_right a:nth-child(2) img {
    max-width: 250px;
}
.home_left a:nth-child(2) img {
    max-width: 180px;
}
.home_left a:nth-child(2) {
    top: 61vh;
}
.home_left a:first-child {
    top: 58vh;
}
}
/* Home page End  Css */