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 !important;
}

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


.wpcf7-form .wpcf7-form-control-wrap textarea:focus,
.wpcf7-form .wpcf7-form-control-wrap input:focus {
	outline-color: transparent;
	outline: 0;
}

/* ================
	Preloader Style
===================*/
/* Preloader */

.smooth-loader-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
  
.smooth-loader-wrapper .loader img{
	max-height: 500px;
	max-width: 100%;
  }
/* Preloader End */

/* ===========
Post /news/blog Color
===============*/

 /* =============
 Side Bar Sytle
 ===============*/
a:focus, a:active{
	color: var(--global-palette1) !important;
}
a:hover, a:active {
    text-decoration: none !important;
}
 /*---------sidebar widget area--------------*/ 
 
 .widget.tribe-events-list-widget,
 .widget-area [class*="booked_"],
 .widget-area [class*="widget_"] {
    padding: 30px 25px;
    background: var(--global-palette9);
    box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
 }
 
 .widget.widget_search {
     padding: 0 !important;
 }
 
 @media (min-width: 768px) {
    .widget.tribe-events-list-widget,
    .widget-area [class*="booked_"],
    .widget-area [class*="widget_"] {
       padding: 30px 35px;
    }
 }
 
 
 aside.widget-area { 
    margin: 0px 0px 0px 0px;
    background-color: transparent;
    border-radius: 0;
 }
 
 @media (min-width: 1024px) {
    
    .page-template-page-blog-grid-leftsidebar aside.widget-area,
    .page-template-page-blog-standard-leftsidebar aside.widget-area { 
       margin: 0px 30px 0px 0px;
    }
 
    .archive aside.widget-area,
    .single.single-post aside.widget-area,
    .page-template-page-blog-grid-rightsidebar aside.widget-area,
    .page-template-page-blog-standard-rightsidebar aside.widget-area{
       margin: 0px 0px 0px 30px;
    }
 }
 
 aside.widget-area section {
    padding-bottom: 10px;
 }
 
 aside.widget-area section h2.widget-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-family: "Titillium Web", Sans-serif;
    color: var(--global-palette3);
    margin-top: 0;
    margin-bottom: 15px;
 }
 
 aside.widget-area section ul {
    list-style: none;
    margin: 0;
    padding: 0;
 }
 
 aside.widget-area section ul li {
    margin-bottom: 5px;
    position: relative;
 }
 
 aside.widget-area section ul li a, aside.widget-area section.widget_tag_cloud .tagcloud a, aside.widget-area section ul li.recentcomments, aside.widget-area section ul li span.post-date {
    text-decoration: none;
    
    color: var(--global-palette5);
    font-size: var(--text-size);
    font-weight: 500;
    text-align: left;
    transition: all 0.3s ease-in-out;
 }
 
 section.widget_tag_cloud .tagcloud a {
    display: block;
 }
 
 aside.widget-area section ul li a:hover, aside.widget-area section.widget_tag_cloud .tagcloud a:hover, aside.widget-area section ul li.recentcomments:hover,  aside.widget-area section ul li span.post-date:hover {
    color: var(--global-palette1);
 }
    
 /*---------Search form/ search page--------------*/ 
 .widget-area .widget .search-form {
    background: var(--global-palette9);
    display: inline-flex;
    width: 100%; 
    padding-left: 10px;
 }
 
 .widget-area .widget .search-form label {
     margin-bottom: 0 !important;
 }
 
 .widget-area .widget .search-form .search-field {
   
    width: 100%;
    font-size: var(--text-size);
    text-transform: capitalize;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--global-palette9); 
    line-height: 45px;
 }
 
 .widget-area .widget .search-form .search-field::placeholder {
     color: var(--global-palette7); 
 }
 
 .widget-area .widget .search-form .search-submit {
    font-size: 16px;
    display: inline-block;
    margin-left: auto;
    font-size: var(--text-size);
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    color: var(--global-palette9);
	background: var(--global-palette1); 
    cursor: pointer; 
    padding: 10px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
 }
 
 .widget-area .widget .search-form .search-submit i {
    font-size: 18px;
 }
 
 .widget-area .widget .search-form .search-submit:hover {
    color: var(--global-palette9);
    background: var(--global-palette1);
 }
 
 .widget-area .widget .search-form .search-submit span {
     font-size: var(--text-size);
    width: auto;
    height: auto;
 } 
 
 .dashicons-search::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: var(--text-size);;
 
 }
 
 
 .custom-recent-post .recent__post-title {
    margin: 0 0 0 20px;
 }
 
 ul.custom-recent-post {
    margin-top: 20px !important;
 }
 
 ul.custom-recent-post li {
    margin-bottom: 15px !important;
 }
 
 
 .textwidget::after {
    content: '';
    display: table;
    clear: both;
 }
 
 .widget.booked_calendar .booked-calendar-shortcode-wrap .booked-calendar-wrap.small {
    margin-bottom: 5px;
 }
  
 
 article.search-article  a.post-thumbnail{
    position: relative;
    margin: 0 calc(-40px);
 }
 
 /* ===========
     Articles
 ===============*/
 
 article { 
    transition: all 0.3s ease-in-out;
    position: relative;
    padding: 0px 25px 40px 25px;
 }
 
 
 article .entry-header .entry-title {
    margin: 20px 0 15px;
    font-size: 18px;
    line-height: 28px;
 }
 
 article .entry-header .entry-title a {
    color: var(--global-palette3);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
 }
 
 @media (min-width: 768px){
    article .entry-header .entry-title {
       font-size: 28px;
       line-height: 42px;
    }
 
    article .entry-header .entry-title a {
       font-weight: 600;
   }
   aside.widget-area section h2.widget-title {
    font-size: 26px;
 }
 }
 
 article p {
    color: var(--global-palette5);
    font-family: "Titillium Web", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
 }
 
 article a.post-thumbnail {
    overflow: hidden;
    position: relative;
    display: block;
 }
 
 article a.post-thumbnail img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
  
 }
 
 article:hover a.post-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
 }
 
 .article a.post-thumbnail:before {
 
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background: var(--global-palette4);
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .3;
    filter: alpha(opacity=30);
 }
 
 *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }
 
 /* ===========
     Post Meta Style 
 ===============*/
 
 .entry-footer span {
    margin-right: 20px;
 }
 
 .entry-footer span i,
 .entry-meta span i{
    margin-right: 5px;
 }
 
 .entry-date span a,
 .entry-footer span a,
 .entry-meta span a {
    font-size: 16px;
    font-weight: 400;
    color: var(--global-palette5);
    font-family: "Titillium Web", Sans-serif;
    transition: all ease-in-out 0.3s !important;
 }
 
 .entry-date span,
 .entry-footer span,
 .entry-meta span {
    margin-top: 10px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
 }
 
 .entry-date span a:hover,
 .entry-footer span a:hover,
 .entry-meta span a:hover {
    color: var(--global-palette1);
 }
 
 
 .entry-meta span span i,
 .entry-footer span i::before,
 .entry-footer span * {
    transition: all ease-in-out 0.3s !important;
 } 
 
 .entry-footer span:hover *,
 .entry-meta span:hover * {
    color: var(--global-palette1);
 }
 
 .entry-date .posted-on a {
    display: inline-block;
    z-index: 5;
    background: var(--global-palette1);
    width: 85px;
    height: 80px;
    padding: 11px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--global-palette9)!important;
    text-align: center;
    border-top-right-radius: 0;
    align-items: center;
    transition: all .3s ease-in-out!important;
 }
 
 .entry-date .posted-on a time {
    font-size: 21px;
    font-family: "Titillium Web", Sans-serif;
    font-weight: 700;
    line-height: 1.4;
 }
 
 article div.entry-date {
    position: absolute;
    top: 60px;
    left: 70px;
    z-index: 29;
 
 }
 
 /* ===============
 Post Grid View
 ================== */
 article.post-grid {
    background: var(--global-palette8);
    height: 100%; 
    flex-direction: column; 
    display: flex;
    padding: 0px !important;
 }
 
 /* ====Article Image===== */
 .post-grid .gridview-post-img {
    line-height: 0 !important;
    position: relative;
   
 }
 
 .post-grid{
   position: relative;
   transition: all 0.3s ease-in-out !important;
   overflow: hidden;
 }
 
 /* ====Article Title===== */
 .article-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
    margin: 15px 0 10px;
    font-weight: 600;
 }
 
 .article-title a {
    text-decoration: none;
    color: var(--global-palette3);
    font-weight: 700;
    transition:  all 0.3s ease-in-out;
 }
 
 @media (min-width: 768px) {
    .article-title {
       font-size: 26px;
       line-height: 44px;
    }
 
    .article-title {
       font-size: 20px;
       line-height: 32px;
    }
    
 }
 
 .entry-header .entry-title:hover a,
 .article-title:hover a {
    color: var(--global-palette1);
 }
 
 /* ====Article Content===== */
 .article-inner-content p{
    font-size: 16px;
 }
 
 @media (min-width: 768px) {
    .article-inner-content p{
       font-size: 16px;
    }
 }
 
 .article-inner-content {
    padding: 0px 25px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
 }
 
 /* ====Article Footer===== */
 .article-footer {
    padding: 15px 25px 15px;
    border-top: 1px solid rgba(0,0,0,0.05);
 }
 
 @media (min-width: 1440px) {
    .article-footer {
       padding: 15px 25px 15px;
    }
 }
 
 .read-more {
    color: var(--global-palette3);
    font-family: "Titillium Web", Sans-serif;
    font-weight: 600;
     letter-spacing: 1.5px;
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
 }
 
 .read-more:hover,
 .read-more:hover span{
    color: var(--global-palette1);
 }
 
 
 .article-footer .entry-footer.gridview_edited span.edit-link {
    margin-top: 0;
 }
 
 /* ===========
     Single Post Style 
 ===============*/
 article.format-standard .post-thumbnail-image {
    position: relative;
 }
 
 article .post-thumbnail-image.single-post-thumb {
    position: relative;
 }

 
 article .post-thumbnail-image.single-post-thumb img{
    width: 100%;
   transition: all 0.3s ease-in-out;
 }
 
 article .post-thumbnail-image.single-post-thumb .post-thumbnail{
    overflow: hidden;
    position: relative;
    display: block;
    
 }
 
 article .post-thumbnail-image.single-post-thumb:hover .post-thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
 }
 
 article .entry-date-single .posted-on a {
    display: inline-block;
    z-index: 5;
    width: 85px;
    height: 80px;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--global-palette9)!important;
    text-align: center;
    align-items: center;
    transition: all .3s ease-in-out!important;
 }
 
 article .entry-date-single .posted-on a time {
    font-size: 16px;
    font-family: "Titillium Web", Sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: var(--global-palette9);
 }
 
 .entry-date-single {
    position: absolute;
    bottom: -25px;
    right: 0px;
    z-index: 29;
 }
 
 @media (min-width: 768px) {
    .post-grid .gridview-post-img .entry-date-single {
       right: 0px;
    }
 
    .entry-date-single {
       right: 0px;
    }
 }
 
 .entry-meta-single {
    position: absolute;
    bottom: 35px;
    left: 25px;
    z-index: 29;
    display: inline-block;
    width: 60%;
    overflow: hidden;
    height: 24px;
    line-height: 1.5;
 }
 
 @media (min-width: 768px){
    .post-grid .gridview-post-img .entry-meta-single{
          left: 25px;
       }
    
    .entry-meta-single {
       left: 37px;
    }
    
 }
 
 .entry-meta-single span a {
    transition: all 0.3s ease-in-out;
 }
 
 .entry-meta-single span *{
    color: var(--global-palette9);
 }
 
 .entry-meta-single span a:hover {
    color: var(--global-palette9);
 }
 
 
 article.search-article {
    margin-bottom: 40px;
 }
 
 /* =============
 404 Page 
 ===============*/
 
 /*---------404 page--------------*/
 
 .error404 #page .banner {
    display: none;
 }

 .error404 .site-footer {
    display: none;
 }
 .error404 #page .site-header{
    display: none;
 }
 
 .page-header.error-404-main{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
 }
 
 .page-header.error-404-main {
    background-color: var(--global-palette9) !important;
	 background-image: none !important;
    opacity: 1;
    padding: 40px 25px;
    box-shadow: 0 20px 40px 0 rgba(50,65,141,.12);
 }
 
 
 @media (min-width: 768px){
 
    .page-header.error-404-main {
       padding: 50px;
    }
 }
 
 
 /* Overly Default */
 .overlay-default-404 {
    position: relative;
  }
  
  .overlay-default-404::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--global-palette4);
    opacity: 0.85;
    content: '';
  }
 
 .error-404 {
     padding: 0 20px 0px;
	 background: #F5F6F9;
 }
 
 .error-404-main {
     text-align: center;
 }
 .error-404-main h2.page-title {
     font-size: 52px;
     line-height: 64px;
     margin-bottom: 15px;
     color: var(--global-palette1);
     font-weight: 700;
 
 }
 
 .error-404 .page-header .page-title {
    color: var(--global-palette3);
    font-family: "Titillium Web", Sans-serif;
 }
 
 .error-404-main h3 {
     font-size: 22px;
     letter-spacing: 5px;
     line-height: 32px;
     font-weight: bold;
     color:var(--global-palette3);
     font-family: "Titillium Web", Sans-serif;
     margin: 0;
 }
 
 .error-404-main h4.page-title {
     font-size: 16px;
     letter-spacing: 1.2px;
     line-height: 24px;
     margin-bottom: 0px;
     color: var(--global-palette3);
     font-family: "Titillium Web", Sans-serif;
     margin-top: 20px;
 }
 
 
 /* ====btn 404page=== */
 .error-404-main a {
     text-decoration: none;
     margin-top: 30px;
 }
 
 .error-btn {
    color: var(--global-palette9) !important;
	 background-color: var(--global-palette3);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #25253100;
    border-radius: 0px 0px 0px 0px;
    padding: 14px 38px 14px 38px;
    font-family: "Titillium Web", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
     position: relative;
     display: inline-block;
     z-index: 0;
     overflow: hidden;
 }
 
 .error-btn a i{
     color: inherit;
 }
 
 .error-404-main a i {
     padding-right: 12px;
 }
 
 .error-btn:hover {
     color: var(--global-palette3) !important;
     border: 2px solid var(--global-palette3);
     background-color: var(--global-palette9);
 }
 
 .error-btn:hover i {
     color:  var(--global-palette3);
 }
 
 @media (min-width: 768px) { 
    
     .error-404-main h2.page-title {
         font-size: 142px;
         line-height: 158px;
     }
     .error-404-main h3 {
         font-size: 52px;
         letter-spacing: 5px;
     }
     .error-404-main h4.page-title {
       margin-top: 20px;
       font-size: 24px;
     letter-spacing: 2px;
     line-height: 32px;
     }
 }
 
 @media (min-width: 1040px) { 
     .error-404-main h3 {
         font-size: 52px;
         letter-spacing: 8px;
     }
 }
 
 .search-form-404 {
    margin-top: 30px;
 }
 
 .search-form-404 form input.search-field {
    padding: 12px 20px;
    width: 265px;
 }
 
 .search-form-404 form {
    position: relative;
    display: inline-block;
 }
 .search-form-404 form button[type="submit"] {
    border: none;
    position: absolute;
    top: 1px;
    right: 2px;
    color: var(--global-palette1);
    border-radius: 0;
 }
 
 .search-form-404 form button[type="submit"]:hover {
    background-color: var(--global-palette9);
    
 }
 
 /* ===========
 Global Sytle For Post
 ===============*/
 
 .post-content_section {
    padding: 50px 0px;
 }
 
 @media (min-width: 768px) {
    .post-content_section {
       padding: 70px 0;
    }
 }
 
 @media (min-width: 1440px) {
    .post-content_section {
       padding: 100px 0 70px;
    }
 }
 
 .title-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
 }
 
 .post-thumbnail {
    position: relative;
 }
 
 .post-thumbnail::before {
    top: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-color:var(--global-palette4);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
    filter: alpha(opacity=30);
 }
 
 article:hover .post-thumbnail::before {
    background-color: var(--global-palette4);
    opacity: 0.5;
 }
 
 
 /* =============
 Post Navigation
 ===============*/
 
 /*---------Post Navigation--------------*/ 
 .navigation.posts-navigation{
    margin: 20px auto;
 }
 .post-nav {
    margin: 20px auto;
    text-align: center;
 }
 
 .navigation.post-navigation .nav-links .nav-previous a,
 .navigation.post-navigation .nav-links .nav-next a,
 .navigation.posts-navigation .nav-links .nav-previous a,
 .navigation.posts-navigation .nav-links .nav-next a{
    text-align: center;
    height: 60px;
    width: 70px;
    line-height: 35px;
    color: var(--global-palette3);
    background-color: var(--global-palette9);
    font-size: 20px;
    line-height: 50px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 5px 5px 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
 
 }
 
 .navigation.posts-navigation .nav-links div:not(:last-child) a {
    margin-right: 34px;
 }
 
 .navigation.post-navigation .nav-links .nav-previous a:hover,
 .navigation.post-navigation .nav-links .nav-next a:hover,
 .navigation.posts-navigation .nav-links .nav-previous a:hover,
 .navigation.posts-navigation .nav-links .nav-next a:hover {
    background: var(--global-palette1);
    color: var(--global-palette9);
 }
 
 @media (min-width: 768px) {
    .post-nav {
        margin: 30px auto;
    } 
 }
 .post-nav a{
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
   
 }
 .post-nav .page-numbers, .post-nav span{
    text-align: center;
    height: 40px;
    width: 50px;
    color: var(--global-palette3);
    background-color: var(--global-palette9);
    font-size: 16px;
    line-height: 27px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    padding: 5px 20px;
    margin: 0 5px 5px 5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
    margin-right: 4px;
 }
 
 @media (min-width: 768px){
    .post-nav .page-numbers, .post-nav span{
       margin-right: 15px;
       height: 60px;
       width: 70px;
       line-height: 50px;
       font-size: 20px;
    }
 }
 
 @media (min-width: 1024px){
    .post-nav .page-numbers, .post-nav span{
       margin-right: 34px;
    }
 }
 
 .post-nav .page-numbers i {
    color: var(--global-palette3);
 }
 
 
 .post-nav .page-numbers.current,
 .post-nav .page-numbers:hover {
    border-color: var(--global-palette1);
    background-color: var(--global-palette1);
    color: var(--global-palette9);
 }
 
 
 .post-nav .page-numbers:hover i {
    color: var(--global-palette9);
 }
 
.post-standard-body-content{
	background-color: var(--global-palette8);
	padding: 30px 30px 50px 30px;
}
 /* ===============
 #comments
 ==================*/
 #comments {
    margin: 0 auto;
 }
 
 /* ===============
 No content
 ==================*/
 
 .no-results.not-found {
    background: var(--global-palette9);
    margin-bottom: 50px;
    padding: 20px 30px 50px;
    box-sizing: border-box;
    z-index: 124;
    width: 100%;
    box-shadow: 0 20px 40px 0 rgba(50, 65, 141, 0.12);
 }
 
 .no-results.not-found .page-content > p {
    font-size: 22px;
    font-weight: bold;
    line-height: 32p;
    font-family: "Titillium Web", Sans-serif;
    color: var(--global-palette3);
    margin-top: 0;
    margin-bottom: 15px;
 }
 
 /*---------Search form/ search page--------------*/ 
 .no-results.not-found .page-content form.search-form {
    background: var(--global-palette9);
    display: inline-flex;
    width: 100%; 
    padding-left: 10px;
    background-color: var(--global-palette1);
 }
 
 .no-results.not-found .page-content label {
     margin-bottom: 0 !important;
 }
 
 .no-results.not-found .page-content .search-field {
   
    width: 100%;
    font-size: var(--text-size);
    text-transform: capitalize;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--global-palette9); 
    line-height: 45px;
 }
 
 .no-results.not-found .page-content .search-field::placeholder {
     color: var(--global-palette9); 
 }
 
 .no-results.not-found .page-content .search-submit {
    font-size: 16px;
    display: inline-block;
    margin-left: auto;
    font-size: var(--text-size);
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: var(--global-palette9);
    cursor: pointer; 
    padding: 10px 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease-in-out;
 }
 
 .no-results.not-found .page-content .search-submit i {
    font-size: 18px;
 }
 
/*  .no-results.not-found .page-content .search-submit:hover {
    color: var(--global-palette9);
    background: var(--global-palette1);
 } */
 
 .no-results.not-found .page-content .search-submit span {
     font-size: var(--text-size);
    width: auto;
    height: auto;
 } 
 
 .dashicons-search::before {
    content: "\f002";
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: var(--text-size);;
 
 }
 
 /* -------Index PAGE------ */
 
 body.home.blog .post-content_section article.format-standard .post-thumbnail-image {
    margin: 0 calc(-25px)
 }
 
 @media (min-width: 768px) {
    body.home.blog .post-content_section article.format-standard .post-thumbnail-image {
       margin: 0 calc(-40px)
    }
    
 }
 
 
 body.home.blog .post-content_section .full__width article .post-thumbnail-image img{
    width: 100%;
 }
 
 
 body.home.blog .post-content_section article div.entry-date {
    left: auto;
    top: 230px;
    position: absolute;
    bottom: 0px;
    right: 35px;
    z-index: 29;
   height: 100px;
 }
 
 
 body.home.blog .post-content_section article .entry-date .posted-on a {
    background: transparent;
 }
 
 body.home.blog .post-content_section article .post-thumbnail-image {
    position: relative;
    overflow: hidden;
 }
 
 body.home.blog .post-content_section article .post-thumbnail-image::before {
    top: 0;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-color: var(--global-palette4);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.3;
 }
 
 body.home.blog .post-content_section article:hover .post-thumbnail-image::before {
    background-color: var(--global-palette4);
    opacity: 0.5;
 }
 
 
 body.home.blog .post-content_section article .post-thumbnail-image img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
 
 body.home.blog .post-content_section article:hover .post-thumbnail-image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
 }
 
 body:not(.home).home_not_set section.banner{
    display: none !important;
 }
 
.page-template-page-blog-grid-leftsidebar .content-area,
.page-template-page-blog-grid-rightsidebar .content-area,
.page-template-page-blog-grid-fullwidth .content-area,
.page-template-page-blog-standard-leftsidebar .content-area,
.page-template-page-blog-standard-rightsidebar .content-area,
.page-template-page-blog-standard-fullwidth .content-area{
	padding-bottom: 100px;
	padding-top: 100px;
}

.post-thumbnail-image img{
   width: 100%;
   height: 250px !important;
}

@media (min-width: 992px){
	.post-thumbnail-image img{
	   height: 400px !important;
	}
}

/* ===========
Post css
===============*/
.bdt-carousel-desc{
	position: relative;
}
.bdt-carousel-meta{
	position: absolute;
    top: 0;
}
.bdt-carousel-item{
	padding: 20px 20px 0px 20px !important;
}

/* Grid */

.bdt-post-grid-desc{
	position: relative !important;
	padding: 20px 0px;
}

.bdt-post-grid-item{
	background: var(--global-palette8);
}

.blog-elementor .bdt-post-grid-item{
	background: var(--global-palette8);
}

/* .bdt-post-grid-item:hover{
	background: var(--global-palette3) !important;
} */

.bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-img-wrap a{
	margin: 15px;
}

.bdt-post-grid .bdt-post-grid-item .bdt-custom-overlay{
	opacity: 0 !important;
}


/* single-portfolio */
.single-portfolio .arco-banner-breadcrumb{
	    background-position: center center !important;
}
.single-portfolio .post-thumbnail-image, .single-portfolio .entry-meta{
	display: none !important;
}


/* ===========
waring-message
===============*/
.waring-message {
	padding: 30px 0;
	background: #f8f8f8;
}

.before-import-warning-header p,
.before-import-warning-footer p{
	font-size: 28px;
    font-weight: 600;
    line-height: 1;
    font-family: "Titillium Web", Sans-serif;
    color: var(--dark-color);
	line-height: 38px;
	padding: 0 20px;
	position: relative;
}


.before-import-warning-header p::before,
.before-import-warning-footer p::before{
	content: '';
	position: absolute;
	display: block;
	width: 0px;
	height: 40px;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;

	border-bottom: 50px solid var(--global-palette1);
	top: 18px;
	left: -76px;
	line-height: 30px;
	animation: warninganim infinite 1s ease-in-out alternate;
}


@keyframes warninganim {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}

.before-import-warning-header p::after,
.before-import-warning-footer p::after{
	content: '!';
	position: absolute;
	display: block;
	width: 0px;
	height:30px;
	color: #fff;
	top: 31px;
	left: -39px;
	line-height: 30px;
	animation: warninganimcontent 1s ease-in-out 0.3s infinite alternate;
}

@keyframes warninganimcontent {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.7);
	}
}

.before-import-warning-header p a,
.before-import-warning-footer p a{
	text-decoration: none;
    font-family: "Titillium Web", Sans-serif;
   
    font-size: 28px !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

/* ===========
Global css
===============*/
.wpcf7-spinner,
.wpcf7-response-output {
	display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #46b450;
	border: 0;
    margin: 0;
    padding: 0;
	display: block !important;
}

.wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

/* breadcrumb */
.page-header .arco-breadcrumb {
    margin-top: 15px;
    position: relative;
}
.breadcrumbs .trail-items, .breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}
.arco-breadcrumb ul li.trail-end {
    color: #fff;
}
.page-header .page-title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
}
.arco-breadcrumb a {
    color: #fff;
}
.arco-breadcrumb a:hover, .arco-breadcrumb a:active, .arco-breadcrumb a:focus, .arco-breadcrumb a:visited {
    color: #f5f5f5;
}
.arco-breadcrumb a:hover:hover, .arco-breadcrumb a:active:hover, .arco-breadcrumb a:focus:hover, .arco-breadcrumb a:visited:hover {
    color: #f5f5f5;
}
.breadcrumbs .trail-items {
    list-style: none;
}
.trail-items li::after {
    content: "\002F";
    padding: 0 0.5em;
    color: #edf0f2;
}
.trail-items li:last-of-type::after {
    display: none;
}

/* =============
Banner
===================*/
.arco-banner{
	margin-top: -101px;
	margin-right: 0px !important;
    margin-left: 0px !important;
}

.arco-banner-2{
	margin-top: -230px;
	padding-top: 100px;
	text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.arco-banner-breadcrumb::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
	background: var(--global-palette3) !important;
	opacity: 0.5;
}

.arco-banner, .arco-banner-2, .arco-banner-breadcrumb{
	height: 230px;
}
@media (min-width: 768px){
	.arco-banner, .arco-banner-2, .arco-banner-breadcrumb {
		height: 270px;
	}
	.arco-banner{
		margin-top: -130px;
	}
	.arco-banner-2{
		margin-top: -270px;
		padding-top: 140px;
	}
}

@media (min-width: 1440px){
    .arco-banner, .arco-banner-2, .arco-banner-breadcrumb {
        height: 300px;
    }
  	.arco-banner{
		margin-top: -145px;
	}
	.arco-banner-2{
		margin-top: -300px;
	    padding-top: 130px;		
	}
}


.arco-banner-breadcrumb {
    background-color: transparent;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    height: auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    
}

.arco-banner-breadcrumb_1{
	background: var(--global-palette3);
}

body{
	margin-bottom: 0px !important;
}

  /* ===========
    Page Title
  ===============*/

.page-title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
}

/* ===========
Menu
===============*/
.bdt-navbar-parent-indicator-yes ul>li.bdt-parent>a:after {
			content: '\e89e' !important;
			font-family: eicons !important;
			position: absolute !important;
			color: inherit;
			top: 0px !important;
			right: -9px;
			transform: rotate(90deg)!important;
			transition: transform .3s linear;
			font-size: 20px !important;
		}

.bdt-navbar-parent-indicator-yes ul>li.bdt-parent>a:hover:hover:after{
	color: var(--global-palette1) !important;
}
.cakelements-burger-menu__container .cakelements-burger-menu li.menu-item-has-children > .sub-menu > li.menu-item > a {
    padding-left: calc(25px * 2) ;
    padding-right: calc(25px * 2);
}
.cakelements-burger-menu__container{
	top: 64px !important;
}

.bdt-navbar-dropdown-nav > li > a{
	transition: all 300ms ease-out !important;
}
.bdt-navbar-dropdown-nav > li > a:hover{
    margin-left: 10px;
}

.bdt-navbar-dropdown.bdt-open{
	top: 37.6px !important;
}

/* ===========
Global css
===============*/
.content-area {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

/* ===========
 Scroll Button  
===============*/

	.scroll-up .bdt-scroll-button{
		opacity: 0;
  		visibility: hidden;
		position: absolute; 
		bottom: -60px;
		transition: all 300ms ease-out !important;
	}
	.scroll-up .bdt-scroll-button.show {
	  opacity: 1 !important;
	  visibility: visible !important;
	  bottom: -20px !important;
	}

.section-scroll{
	transform: rotate(-90deg) !important;
	margin-right: -30px;
	position: absolute;
    bottom: -165px !important;
/* 	z-index: 101; */
}
.section-scroll .bdt-scroll-button svg{
	transform: rotate(-90deg) !important;
}
/* ===========
Play button 
===============*/

.elementor-open-lightbox{
	  background: var(--global-palette9);
      border-radius: 50px;
      height: 50px;
      width: 50px;
}

 .elementor-custom-embed-image-overlay:before{
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 9px 0 9px 14px;
      border-color: transparent transparent transparent var(--global-palette3);
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -8px 0 0 -5px;
}

.bdt-testimonial-meta {
	margin-left: 25px;
}
.icon_box .bdt-advanced-icon-box-icon svg{
	width: 80% !important;
}

@media (min-width: 992px) {
	.elementor-open-lightbox{
	  background: var(--global-palette9);
      border-radius: 50px;
      height: 70px !important;
      width: 70px !important;
}
	 .elementor-custom-embed-image-overlay:before{
      border-width: 12px 0 12px 16px !important;
      margin: -10px 0 0 -5px !important;
}
	
	.bdt-testimonial-meta {
	margin-left: 0px !important;
}
	
	.icon_box .bdt-advanced-icon-box-icon svg{
	width: 100% !important;
}

}

.icon_box{
	overflow: hidden;
}

.icon_box .elementor-widget-container:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -77px;
  right: -68px;
  height: 160px;
  width: 0px;
  background:  var(--global-palette1);
  opacity: 0.3;
  transition: all 300ms ease-out !important;
  transform: rotate(43deg);
}

.icon_box .elementor-widget-container:hover:after{
	width: 120px !important;
	background:  var(--global-palette1);
  	opacity: 1 !important;
}

.bdt-advanced-icon-box-title, .bdt-advanced-icon-box-description,
.bdt-advanced-icon-box-readmore, .bdt-advanced-icon-box-icon svg,
.icon_box .elementor-widget-container, .services .elementor-element-populated {
	transition: all 300ms ease-out !important;
}



.elementor-custom-embed-image-overlay{
      position: relative;
      height: 100%;
}

.video_player_2 .elementor-custom-embed-image-overlay:before{
      border-color: transparent transparent transparent var(--global-palette1) !important;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: none !important;
}





/* Icon Box */

.icon_box:hover:hover .bdt-ep-advanced-icon-box .bdt-ep-advanced-icon-box-icon-wrap svg *{
	fill: var(--global-palette1) !important;
}
.icon_box:hover:hover .bd-ep-advanced-icon-box-title{
	color: var(--global-palette9) !important;
}
.icon_box:hover:hover .bdt-ep-advanced-icon-box-description{
	color: var(--global-palette9) !important;
}
.icon_box:hover:hover .bdt-ep-advanced-icon-box-readmore {
	color: var(--global-palette9) !important;
}

.icon_box{
	position: relative;
}

.icon_box .elementor-widget-container:before{
	content: '';
    position: absolute;
    background: rgba(0,0,0,0.7);
    height: 0;
    width: 100%;
    bottom: 0;
    transform: skewY(-30deg) translateY(60%);
    transition: all .5s 0s cubic-bezier(.6, -0.28, .735, .045);
    opacity: 1;
    z-index: 1;
}

.bdt-member.bdt-member-skin-band .bdt-member-item-wrapper:hover .bdt-member-photo:before {
    opacity: 1;
    height: 100%;
    transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
}

.services .elementor-widget-container{
	height: 280px;
}
@media (min-width: 768px) {
	.services .elementor-widget-container{
	height: 300px;
}
}


@media (min-width: 1200px) {
	.services .elementor-widget-container{
	height: 450px;
}
}

/* Line Box */

.banner_ic_bx .elementor-icon-box-title{
    height: 3px;
    width: 70%;
    background: rgba(37, 37, 49, 0.31);
    position: relative;
}

.banner_ic_bx .elementor-icon-box-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    background: var(--global-palette3);
/* 	opacity: 1 !important; */
    height: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
	height: 4px;
}


 .elementor-widget-icon-box:hover .elementor-icon-box-title::after {
    left: 0;
    right: auto;
    width: 100%;
	
}
.banner_ic_bx .elementor-icon-box-title span{
	position: relative;
    top: 15px;
}

/* custom-carousel */

.bdt-ep-custom-carousel .bdt-navigation-prev{
	transform: rotate(-90deg) !important;
}
.bdt-ep-custom-carousel .bdt-navigation-next{
	transform: rotate(-90deg) !important;
}



.achievement_img{
	position: relative;
}

.achievement_img img:after{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: var( --e-global-color-arco1 );
    opacity: 0.8;
}


/* ===========
Testimonial css
===============*/
.bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal) div>div {
  max-width: inherit !important;
}

.bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal) {
  overflow-x: hidden;
  opacity: 1 !important;
}

	.bdt-testimonial-carousel-item-wrapper,
	.bdt-testimonial-carousel-text-wrap{
		padding: 0px 0px !important;
	}
	.bdt-testimonial-carousel-item{
		border-radius: 10px 10px 10px 10px;
		overflow: hidden;
		padding: 25px !important;
	}

	.bdt-testimonial-carousel-item-wrapper .bdt-position-top-center{
		left: 0% !important;
		transform: translateX(0%) !important;
	}

	.bdt-testimonial-carousel-skin-vyxo .bdt-testimonial-carousel-title {
		margin-top: 0px !important;
	}
	.bdt-testimonial-carousel-item-wrapper{
		display: flex;
		flex-direction: column;
		align-items: center;
	}


@media (min-width: 1024px){
	.bdt-testimonial-carousel-item-wrapper{
	display: flex;
		flex-direction: row !important;
	}
	.bdt-testimonial-meta {
	margin-left: 100px !important;
	}
}

.bdt-testimonial-carousel:before{
	content: "\f10d" !important;
    font-size: 180px;
    line-height: normal;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--global-palette2);
	opacity: 0.3;
    position: absolute;
	top: 17%;
    right: 22px;
    transform: rotate(180deg);
    z-index: 0;
}

@media (min-width: 1200px) {
	.bdt-testimonial-carousel:before{
		top: 26% !important;
    	right: 50px !important;
	}
}
/* 	testimonial Bullet */

	.bdt-testimonial-carousel .swiper-pagination-bullet{
		width: 44px !important;
		height: 4px !important;
		border-radius: 4px;
	}
	
/* Contact */
.contact-us-3 span{
	color: var(--global-palette7);
    font-family: "Titillium Web", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7em;
}

/* ===========
Footer CTA
===============*/
.cta-contact-us  {
    position: relative;
}
.cta-contact-us .cta-one {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
	color: var(--global-palette1);
    position: absolute;
    top: 40px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-size: 18px;
    font-weight: 600;
    left: 25px;
    z-index: 1;
}
.cta-contact-us .cta-one i{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
}
.cta-one-2{
	width: 100px !important;
	position: absolute;
    right: 0;
    top: 22px;
    padding: 0px 8px !important;
}
.cta-one-2 .wpcf7-submit{
	margin: 0 !important;
}
/* .cta-one-2:before{
	content: "\f10d" !important;
	font-size: 20px;
    line-height: normal;
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
    color: var(--global-palette9);
	background: var(--global-palette1);
	position: absolute;
	transform: rotate(0deg);
    z-index: 0;
	height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
} */



.cta-contact-us  br {
    display: none !important;
}

.cta-contact-us  input[type="email"],
.cta-contact-us  input[type="url"] {
    margin-top: 16px !important;
}

.cta-contact-us  #cta-check-now  {
    margin-top: -4px !important;
}

/* ===========
Portfolio Carousel css
===============*/
.portfolio-overlay .swiper-container:not(.swiper-container-horizontal) div>div {
  max-width: inherit !important;
}

.portfolio-overlay .swiper-container:not(.swiper-container-horizontal) {
  overflow-x: hidden;
  opacity: 1 !important;
}

.portfolio-overlay .bdt-gallery-item {
  position: relative;
  height: 440px;
}

@media (max-width: 767.98px) {
	.bdt-navigation-prev,
.bdt-navigation-next{
	padding: 15px 16px 15px 16px !important;
}
	
	.bdt-icon i{
		font-size: 16px !important;
	}
	
	.footer-ic .elementor-icon{
		padding: 15px !important;
	}
}

@media (min-width: 768px) {
	.portfolio-overlay .bdt-gallery-item {
	  position: relative;
	  height: 450px;
	}
}

@media (min-width: 1200px) {
	.portfolio-overlay .bdt-gallery-item {
	  position: relative;
	  height: 575px;
	}
}

.portfolio-overlay .bdt-gallery-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background:  var(--global-palette3);
  opacity: 0.5;
  transition: all 300ms ease !important;
}

.portfolio-overlay .bdt-gallery-thumbnail img {
  display: block;
  width: 100%;
}
.portfolio-overlay .bdt-gallery-item:hover:after{
	width: 100% !important;
	background:  var(--global-palette1);
    opacity: 0.8;
}

.portfolio-overlay .bdt-navigation-prev,
.portfolio-overlay .bdt-navigation-next{
	transform: translateY(0%) !important;
}

.bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-inner:before{
	display: none !important;
}

.bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-gallery-item-link{
	opacity: 1 !important;
	transform: translateY(0px) !important;
	transform: translatex(-12px) !important;
}

.portfolio .bdt-gallery-item-link span:after {
			content: '\e89e' !important;
			font-family: eicons !important;
			position: absolute;
			color: var(--global-palette9);
			top: -2px !important;
			right: 0px;
			transform: rotate(0deg)!important;
			transition: all 300ms ease-out !important;
			font-size: 22px !important;
		}

.bdt-navigation-prev,
.bdt-navigation-next{
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%) !important;
}


.bdt-portfolio-carousel .bdt-gallery-item{
	text-align: left !important;
}

.bdt-portfolio-content-inner .bdt-position-center {
	top: 90% !important;
    left: 57% !important;
}

.bdt-portfolio-carousel .bdt-gallery-item:hover{
	transform: translateY(0px) !important;
}

	.bdt-gallery-item:hover:hover .bdt-portfolio-desc .bdt-gallery-item-title{
		color: var(--global-palette3) !important;
	}
	.bdt-gallery-item:hover:hover .bdt-portfolio-excerpt{
		color: var(--global-palette3) !important;
		opacity: 1 !important;
	}


.bdt-gallery-item-link span{
	transition: all 300ms ease-out !important;
}

.bdt-gallery-item:hover:hover .bdt-gallery-item-link span{
	color: var(--global-palette3) !important;
}


.bdt-gallery-item:hover:hover .bdt-gallery-item-link span:after{
	color: var(--global-palette3) !important;
}



/* Post */

.blog .bdt-carousel .bdt-carousel-thumbnail img{
	height: 265px !important;
}

.bdt-carousel .bdt-carousel-item .bdt-carousel-button .bdt-carousel-button-icon i{
	margin-top: 4px;
}

.post-grid .bdt-post-grid.bdt-post-grid-skin-carmie .bdt-transition-slide-bottom{
	opacity: 1 !important;
    transform: translate(0, 0) !important;
	max-height: 72px !important;
}

.post-grid .bdt-post-grid.bdt-post-grid-skin-carmie .bdt-post-grid-item .bdt-post-grid-excerpt{
   margin-top: 15px !important;	
}
.post-grid .bdt-post-grid-desc{
	padding: 0px 0px !important;
}

.post-grid .bdt-position-medium {
	margin: 20px 30px 30px 30px !important;
}


.bdt-post-grid-author a, .bdt-post-grid-date,
.bdt-post-grid-title a, .bdt-post-grid-excerpt,
.bdt-post-grid-item{
	transition: all 300ms ease-out !important;
}


/* .bdt-post-grid-item:hover:hover .bdt-post-grid-author a,
.bdt-post-grid-item:hover:hover .bdt-post-grid-date,
.bdt-post-grid-item:hover:hover .bdt-post-grid-title a,
.bdt-post-grid-item:hover:hover .bdt-post-grid-excerpt{
	color: var(--global-palette9) !important;
} */
.bdt-post-grid-item:hover:hover .bdt-post-grid-author a,
.bdt-post-grid-item:hover:hover .bdt-post-grid-date{
	color: var(--global-palette1) !important;
}

.bdt-subnav span:after{
	display: none !important;
}

.bdt-transition-toggle:hover .bdt-transition-scale-up{
	transform: scale(1, 1) !important;
}

/* Banner */
.banner_carousel .swiper-container:not(.swiper-container-horizontal) div>div {
  max-width: inherit !important;
}

.banner_carousel .swiper-container:not(.swiper-container-horizontal) {
  overflow-x: hidden;
  opacity: 1 !important;
}

@media (max-width: 767.98px) {
	.banner_carousel .bdt-arrows-container{
		display:none !important;
	}
}

/* footer */
@media (max-width: 767.98px) {
	.ajax-loader{
		margin: 0px 0px !important;
		position: absolute !important;
}
}

/* About Page */

.company-logo .bdt-ep-advanced-image-gallery-thumbnail img{
	filter: grayscale(100%);
	transition: all 300ms ease-out !important;
}


.company-logo .bdt-ep-advanced-image-gallery-thumbnail img:hover{
	filter: grayscale(0%) !important;
}

/* tab */

.bdt-tabs .bdt-tab .bdt-active a:after {
    background: var(--global-palette1) !important;
}
.bdt-tabs-item.bdt-active .bdt-button-icon-align-left{
	color: var(--global-palette1) !important;
}

/* testimonial */

.testimonial_caro_2 .bdt-testimonial-meta {
    margin: 0px !important;
}

/* member */

.bdt-member.bdt-member-skin-calm:hover .bdt-member-role{
	opacity: 0.5 !important;
}
.bdt-transition-slide-bottom-small {
    transform: translateY(0px) !important;
}
.bdt-member-description{
	text-align: left;
}

/* Modal */

.bdt-modal{
	z-index: 1051;
}

.bdt-modal-dialog {
    width: 100% !important;
}


/* ===========
Navbar css
===============*/
/* .m-nav .bdt-navbar-nav{
	flex-direction: column !important;
	width: 100% !important;
}


.m-nav .bdt-navbar-nav>li>a{
	justify-content: left !important;
}

.m-nav.bdt-navbar-parent-indicator-yes ul>li.bdt-parent>a:after{
	right: 0px !important;
}
.m-nav .bdt-navbar-dropdown.bdt-open {
    top: 99.6px !important;
} */

.bdt-navbar-parent-indicator-yes .bdt-navbar-nav ul.bdt-navbar-dropdown-nav > li.bdt-parent a:after{
	display: none !important;
}


/* portfolio */

.portfolio .bdt-portfolio-content-inner{
	height: 450px;
}
.portfolio .bdt-portfolio-desc .bdt-gallery-item-title{
	transform: translateY(190px) !important;
	transition: all 300ms ease !important;
	margin-bottom: 30px !important;
}
.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-desc .bdt-gallery-item-title{
	transform: translateY(15px) !important;
}

 .portfolio .bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-desc{
    transform: translateY(-50px) !important;
	opacity: 1 !important;
}

.portfolio .bdt-portfolio-carousel .bdt-gallery-thumbnail{
	height: 100% !important;
}

.portfolio .bdt-portfolio-carousel .bdt-gallery-thumbnail img{
	height: 100% !important;
}

@media (min-width: 768px) {
	.portfolio .bdt-portfolio-content-inner{
		height: 450px;
	}
}


@media (min-width: 1200px) {
	.portfolio .bdt-portfolio-content-inner{
		height: 575px;
	}
}

.portfolio .bdt-portfolio-excerpt{
	transition: all 300ms ease !important;
	opacity: 0;
}
	.portfolio .bdt-portfolio-excerpt{
	transform: translateY(50px);
}
	.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-excerpt{
		transform: translateY(0px) !important;
	}
@media (min-width: 992px) {
	 .portfolio .bdt-portfolio-carousel.bdt-portfolio-carousel-skin-abetis .bdt-portfolio-desc{
		transform: translateY(-60px) !important;
	}
} 

.portfolio .bdt-portfolio-content{
	display: none;
	transition: all 300ms ease !important;
}
.portfolio .bdt-gallery-item:hover:hover .bdt-portfolio-content{
	display: block !important;
}



/* Portfolio Grid */

.portfolio-grid .bdt-portfolio-skin-fedara-desc{
	transform: perspective(0px) rotateX(0deg) scale(1) !important;
	visibility: visible !important;
    opacity: 1 !important;
	margin-bottom: 0px !important;
}


.portfolio-grid .bdt-gallery-item-link{
	transform: translateY(0px) !important;
	opacity: 1 !important;
}


.portfolio-grid .bdt-portfolio-inner:hover{
	transform: translateY(0px) !important;
}

.portfolio-grid .bdt-portfolio-inner:before{
	opacity: 0.7 !important;
}

.portfolio-grid .bdt-gallery-item:hover .bdt-portfolio-inner:before{
	opacity: 0 !important;
}

.portfolio-grid .bdt-position-bottom-center{
	left: 0% !important;
    transform: translateX(0%) !important;
}

.portfolio-grid .bdt-position-cover {
    position: absolute;
    top: inherit !important;
    bottom: 20px;
    left: 30px;
    text-align: left;
}

.portfolio-grid .bdt-portfolio-inner:hover{
	box-shadow: none !important;
}


.portfolio-grid .bdt-portfolio-gallery.bdt-portfolio-gallery-skin-fedara .bdt-portfolio-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background:  var(--global-palette3) !important;
  opacity: 0.5;
  transition: all 300ms ease !important;
}


.bdt-portfolio-gallery.bdt-portfolio-gallery-skin-fedara .bdt-portfolio-inner:hover:before{
	background:  var(--global-palette1) !important;
    opacity: 0.8 !important;
}

.bdt-portfolio-gallery.bdt-portfolio-gallery-skin-fedara .bdt-position-cover{
	z-index: 99999 !important;
}

.portfolio-grid .bdt-gallery-item-title{
	transition: all 300ms ease !important;
	transform: translateY(70px);
}

.portfolio-grid .bdt-gallery-item:hover:hover .bdt-gallery-item-title{
	color:  var(--global-palette3) !important;
	transform: translateY(-100px) !important;
}

.portfolio-grid .bdt-gallery-item:hover:hover .bdt-portfolio-excerpt {
    transform: translateY(-95px) !important;
}

.portfolio-grid .bdt-gallery-item-link span:after{
	top: 0px !important;
    right: 0;
}

.bdt-portfolio-skin-fedara-desc, .bdt-portfolio-skin-fedara-desc:hover{
	background: transparent !important;
}

@media (max-width: 992px) {	
	.portfolio-grid .bdt-portfolio-inner{
		height: 350px !important;
	}
}
/* Portfolio List */

.bdt-portfolio-list .bdt-gallery-thumbnail img{
	height: 250px !important;
}


/* Single Page Container */

.single-portfolio .container, .single-post .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

@media (min-width: 768px){
	.single-portfolio .container, .single-post .container {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}

.single-portfolio article, .single-post article{
	padding: 0px 0px !important;
}

/* Nav parent hover */

.bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent .bdt-navbar-dropdown:hover:hover .bdt-nav.bdt-navbar-dropdown-nav li.bdt-parent > a.bdt-parent {
	color: red !important;
}

/* Contact Icon */

@media (max-width: 1024px) {
	.contact_icon svg{
		width: 40px;
	}
	.bdt-pagination{
		margin-left: 0px !important;
	}
	.bdt-portfolio-list .bdt-gallery-thumbnail img {
		height: 150px !important;
	}
}


/* Single Page */

	.single-portfolio .arco-banner-2 .container .row .col-md-10, .single-post .arco-banner-2 .container .row .col-md-10 {
		padding-left: 0px !important;
	}

@media (min-width: 768px){
	.single-portfolio .arco-banner-2 .container .row .col-md-10, .single-post .arco-banner-2 .container .row .col-md-10 {
		padding-left: 8px !important;
	}
}
@media (min-width: 1200px){
	.single-portfolio .arco-banner-2 .container .row .col-md-10, .single-post .arco-banner-2 .container .row .col-md-10 {
		padding-left: 15px !important;
	}
}


@media (max-width: 767.98px){
	.bdt-indicator-svg{
		display: none !important;
	}
}


/* ===========
 Service Details Page Menu  
===============*/

.services-menu .bdt-navbar-nav{
	flex-direction: column !important;
	align-items: baseline;
	width: 100%;
}
.services-menu .bdt-navbar-nav li{
	width: 100%;
	margin-top: 20px;
}
.services-menu .bdt-navbar-nav li a{
	justify-content: flex-start !important;
	display: block;
	transition: all 300ms ease-out !important;
}


@media (min-width: 1600px){
	.services-menu .bdt-navbar-nav > li {
    	margin-left: 0px !important;
	}
}

/* ===========
 Template  
===============*/

.img-sidebar .bdt-advanced-image-gallery .bdt-gallery-thumbnail img{
	width: 90px !important;
	height: 90px !important;
}





/* ===========
 pricing 
===============*/

.bdt-price-table-header{
	background: var(--global-palette8) !important;
}

.bdt-price-table-button {
    color: var(--global-palette9) !important;
    background-color: var(--global-palette3) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--global-palette3) !important;
    border-radius: 0px 0px 0px 0px !important;
    font-family: "Titillium Web", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

.bdt-price-table-button:hover {
    color: var(--global-palette3) !important;
    background-color: #02010100 !important;
    border-color: var(--global-palette3);
}


/* ===========
 banner_carousel  
===============*/

/* .banner_carousel .bdt-arrows-container{
	transform: translate(var(--ep-custom-carousel-arrows-ncx, 0), var(--ep-custom-carousel-arrows-ncy, 0)) rotate(90deg) !important;
} */

/* Mobile Menu */

.cakelements-burger-menu__container{
	left: -305px !important;
}

@media (min-width: 425px){
.cakelements-burger-menu__container{
	left: -355px !important;
}

}

.wpcf7-form label{
	display: block !important;
}
