/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Main Style
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/* 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}


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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	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: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

.main-color{
    color: #ab2b30;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



.workspaceslider .items {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: contain;
    height: 380px;
    max-height: 720px;
    cursor: -webkit-grab;
    cursor: grab;}
 
.workspaceslider .owl-dots {top: 1%!important; background: #0000004f;}
.workspaceslider .owl-dots .owl-dot span {width: 10px!important;
    height: 10px!important;
margin: 7px 10px!important;}




.flist {display: inline-table;}
.flist li {width: 50%;display: inline-table;}


@media (max-width: 767px) {
.sliderdesktop {display:none;}
.slider .item{height: 400px!important;}
.flist li {width: 100%;}
.slidermobile .item {height: 750px!important;}
}


@media (min-width: 767px) {
.slidermobile {display:none;}
}


@font-face {
    font-display: swap;
    src: url(../fonts/CustomFonts/ExpletusSans-SemiBold.ttf);
    font-family: "ExpletusSans-SemiBold";
}
@font-face {
    font-display: swap;
    src: url(../fonts/CustomFonts/ExpletusSans-Regular.ttf);
    font-family: "ExpletusSans-Regular";
}
@font-face {
    font-display: swap;
    src: url("../fonts/CustomFonts/Assistant SemiBold.TTF");
    font-family: "Assistant-SemiBold";
}
@font-face {
    font-display: swap;
    src: url("../fonts/CustomFonts/Assistant Regular.TTF");
    font-family: "Assistant-Regular";
}
@font-face {
    font-display: swap;
    src: url("../fonts/CustomFonts/Assistant Light.TTF");
    font-family: "Assistant-Light";
}
.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
.row.m0 {
    margin: 0;
}
body {
    line-height: 26px;
    font-size: 1.3em;
    font-family: "Assistant-Regular", sans-serif;
    font-weight: 400;
    color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ExpletusSans-SemiBold", sans-serif;
    font-weight: 700;
    color: #000;
}
button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
p {
    font-size: 1.3em;
    /* font-family: "ExpletusSans-Regular"; */
}

.justify-content-center{
    justify-content: center;
}

.p_120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pad_top {
    padding-top: 120px;
}
.mt-25 {
    margin-top: 25px;
}
.p0 {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1620px) {
    .box_1620 {
        max-width: 1650px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .header_area.home_menu {
        display: none;
    }
    .header_area.home_menu + section,
    .header_area.home_menu + row,
    .header_area.home_menu + div {
        margin-top: 0;
    }
}
.main_title {
    text-align: left;
    margin-bottom: 75px;
}
.main_title h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.main_title p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-bottom: 0;
    max-width: 690px;
    font-weight: 400;
}
.main_title.white h2 {
    color: #fff;
}
.main_title.white p {
    color: #fff;
    opacity: 0.6;
}
.blog_banner {
    min-height: 780px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0;
}
.blog_banner .banner_inner {
    background: #04091e;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 780px;
    z-index: 1;
}
.blog_banner .banner_inner .overlay {
    background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
    opacity: 0.5;
    height: 125%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.blog_banner .banner_inner .blog_b_text {
    max-width: 700px;
    margin: auto;
    color: #fff;
    margin-top: 40px;
}
.blog_banner .banner_inner .blog_b_text h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 66px;
    margin-bottom: 15px;
}
.blog_banner .banner_inner .blog_b_text p {
    font-size: 16px;
    margin-bottom: 35px;
}
.blog_banner .banner_inner .blog_b_text .white_bg_btn {
    line-height: 42px;
    padding: 0 45px;
}
.banner_box {
    max-width: 1620px;
    margin: auto;
}
.banner_area {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 30px 0;
}
.banner_area .banner_inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 80px;
}
.banner_area .banner_inner .banner_content {
    max-width: 500px;
    background: #fff;
    padding: 50px 65px;
    position: relative;
    border-radius: 5px;
}
.banner_area .banner_inner .banner_content:before {
    content: "";
    width: 313px;
    height: 216px;
    background: #ab2b30;
    position: absolute;
    left: -50px;
    top: -30px;
    z-index: -1;
}
.banner_area .banner_inner .banner_content h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.banner_area .banner_inner .banner_content .page_link {
    display: block;
    float: left;
    margin-top: -20px;
}
.banner_area .banner_inner .banner_content .page_link a {
    font-size: 14px;
    color: #666;
    margin-right: 32px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.banner_area .banner_inner .banner_content .page_link a:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner_area .banner_inner .banner_content .page_link a:last-child {
    margin-right: 0;
}
.banner_area .banner_inner .banner_content .page_link a:last-child:before {
    display: none;
}
.home_blog_area .col-lg-3 {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}
.h_blog_img img {
    width: 100%;
}
.h_blog_text {
    padding: 0 65px;
}
.h_blog_text .cat {
    font-size: 13px;
    font-weight: 300;
    color: #000;
    margin-bottom: 8px;
    display: block;
}
.h_blog_text h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    margin-bottom: 15px;
}
.h_blog_text p {
    margin-bottom: 0;
}
.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}
.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eee;
    display: inline-block;
    margin-right: 7px;
}
.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.causes_slider .owl-dots .owl-dot.active {
    background: #ab2b30;
}
.causes_item {
    background: #fff;
}
.causes_item .causes_img {
    position: relative;
}
.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}
.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    background: #ab2b30;
    position: absolute;
    left: 0;
    bottom: 0;
}
.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0;
    background: #ab2b30;
    color: #fff;
    padding: 0 5px;
}
.causes_item .causes_text {
    padding: 30px 35px 40px 30px;
}
.causes_item .causes_text h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
}
.causes_item .causes_text h4:hover {
    color: #ab2b30;
}
.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 300;
    margin-bottom: 0;
}
.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid #ab2b30;
    text-align: center;
    float: left;
    line-height: 50px;
    background: #ab2b30;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.causes_item .causes_bottom a + a {
    border-color: #eee;
    background: #fff;
    font-size: 14px;
    color: #000;
}
.latest_blog_area {
    background: #f9f9ff;
}
.single-recent-blog-post {
    margin-bottom: 30px;
}
.single-recent-blog-post .thumb {
    overflow: hidden;
}
.single-recent-blog-post .thumb img {
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}
.single-recent-blog-post .details {
    padding-top: 30px;
}
.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0 13px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.single-recent-blog-post .details .sec_h4:hover {
    color: #666;
}
.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.single-recent-blog-post:hover img {
    -webkit-transform: scale(1.23) rotate(10deg);
    -ms-transform: scale(1.23) rotate(10deg);
    transform: scale(1.23) rotate(10deg);
}
.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
    color: #000;
}
.tags .tag_btn:before {
    background: #ab2b30;
}
.tags .tag_btn + .tag_btn {
    margin-left: 2px;
}
.blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}
.categories_post img {
    max-width: 100%;
}
.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.categories_post .categories_details h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0;
}
.categories_post .categories_details .border_line {
    margin: 10px 0;
    background: #fff;
    width: 100%;
    height: 1px;
}
.categories_post:hover .categories_details {
    background: #ab2b30;
}
.blog_item {
    margin-bottom: 40px;
}
.blog_info {
    padding-top: 30px;
}
.blog_info .post_tag {
    padding-bottom: 20px;
}
.blog_info .post_tag a {
    font: 300 14px/21px "Raleway", sans-serif;
    color: #000;
}
.blog_info .post_tag a:hover {
    color: #666;
}
.blog_info .post_tag a.active {
    color: #ab2b30;
}
.blog_info .blog_meta li a {
    font: 300 14px/20px "Raleway", sans-serif;
    color: #777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block;
}
.blog_info .blog_meta li a i {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    line-height: 20px;
    vertical-align: middle;
}
.blog_info .blog_meta li a:hover {
    color: #ab2b30;
}
.blog_post img {
    max-width: 100%;
}
.blog_details {
    padding-top: 20px;
}
.blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog_details h2:hover {
    color: #ab2b30;
}
.blog_details p {
    margin-bottom: 26px;
}
.view_btn {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding: 0 30px;
    background: #fff;
}
.blog_right_sidebar {
    border: 1px solid #eee;
    background: #fafaff;
    padding: 30px;
}
.blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #ab2b30;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 30px;
}
.blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #ab2b30;
}
.blog_right_sidebar .search_widget .input-group .form-control.placeholder {
    color: #fff;
}
.blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
    color: #fff;
}
.blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
    color: #fff;
}
.blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
    color: #fff;
}
.blog_right_sidebar .search_widget .input-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.blog_right_sidebar .author_widget {
    text-align: center;
}
.blog_right_sidebar .author_widget h4 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 5px;
    margin-top: 30px;
}
.blog_right_sidebar .author_widget p {
    margin-bottom: 0;
}
.blog_right_sidebar .author_widget .social_icon {
    padding: 7px 0 15px;
}
.blog_right_sidebar .author_widget .social_icon a {
    font-size: 14px;
    color: #000;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.blog_right_sidebar .author_widget .social_icon a + a {
    margin-left: 20px;
}
.blog_right_sidebar .author_widget .social_icon a:hover {
    color: #ab2b30;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 20px;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
    color: #ab2b30;
}
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 0;
}
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}
.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}
.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #777;
}
.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0;
}
.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}
.blog_right_sidebar .post_category_widget .cat-list li:hover {
    border-color: #ab2b30;
}
.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #ab2b30;
}
.blog_right_sidebar .newsletter_widget {
    text-align: center;
}
.blog_right_sidebar .newsletter_widget .form-group {
    margin-bottom: 8px;
}
.blog_right_sidebar .newsletter_widget .input-group-prepend {
    margin-right: -1px;
}
.blog_right_sidebar .newsletter_widget .input-group-text {
    background: #fff;
    border-radius: 0;
    vertical-align: top;
    font-size: 12px;
    line-height: 36px;
    padding: 0 0 0 15px;
    border: 1px solid #eee;
    border-right: 0;
}
.blog_right_sidebar .newsletter_widget .form-control {
    font-size: 12px;
    line-height: 24px;
    color: #ccc;
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .form-control.placeholder {
    color: #ccc;
}
.blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
    color: #ccc;
}
.blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
    color: #ccc;
}
.blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
    color: #ccc;
}
.blog_right_sidebar .newsletter_widget .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog_right_sidebar .newsletter_widget .bbtns {
    background: #ab2b30;
    color: #fff;
    font-size: 12px;
    line-height: 38px;
    display: inline-block;
    font-weight: 500;
    padding: 0 24px 0 24px;
    border-radius: 0;
}
.blog_right_sidebar .newsletter_widget .text-bottom {
    font-size: 12px;
}
.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}
.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eee;
    background: #fff;
    padding: 0 13px;
    margin-bottom: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #000;
    font-size: 12px;
}
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #ab2b30;
    color: #fff;
}
.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}
.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px;
}
.blog-pagination .page-link {
    border-radius: 0;
}
.blog-pagination .page-item {
    border: none;
}
.page-link {
    background: transparent;
    font-weight: 400;
}
.blog-pagination .page-item.active .page-link {
    background-color: #ab2b30;
    border-color: transparent;
    color: #fff;
}
.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none;
}
.blog-pagination .page-link .lnr {
    font-weight: 600;
}
.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
    border-radius: 0;
}
.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ab2b30;
    border-color: #eee;
}
.single-post-area .social-links {
    padding-top: 10px;
}
.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}
.single-post-area .social-links li a {
    color: #ccc;
    padding: 7px;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.single-post-area .social-links li a:hover {
    color: #000;
}
.single-post-area .blog_details {
    padding-top: 26px;
}
.single-post-area .blog_details p {
    margin-bottom: 10px;
}
.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: white;
    -webkit-box-shadow: -20.84px 21.58px 30px 0 rgba(176, 176, 176, 0.1);
    box-shadow: -20.84px 21.58px 30px 0 rgba(176, 176, 176, 0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}
.single-post-area .arrow {
    position: absolute;
}
.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}
.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}
.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px;
}
.single-post-area .navigation-area p {
    margin-bottom: 0;
}
.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
}
.single-post-area .navigation-area .nav-left {
    text-align: left;
}
.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}
.single-post-area .navigation-area .nav-right {
    text-align: right;
}
.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}
.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}
.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}
@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0;
    }
}
.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px;
}
@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}
.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    font-size: 18px;
}
.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0;
}
.comments-area a {
    color: #000;
}
.comments-area .comment-list {
    padding-bottom: 48px;
}
.comments-area .comment-list:last-child {
    padding-bottom: 0;
}
.comments-area .comment-list.left-padding {
    padding-left: 25px;
}
@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }
    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }
    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}
.comments-area .thumb {
    margin-right: 20px;
}
.comments-area .date {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 13px;
}
.comments-area .comment {
    color: #777;
    margin-bottom: 0;
}
.comments-area .btn-reply {
    background-color: #fff;
    color: #000;
    border: 1px solid #eee;
    padding: 2px 18px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.comments-area .btn-reply:hover {
    background-color: #ab2b30;
    color: #fff;
}
.comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}
.comment-form .name {
    padding-left: 0;
}
@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0;
        margin-bottom: 1rem;
    }
}
.comment-form .email {
    padding-right: 0;
}
@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0;
    }
}
.comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    color: #777;
    border: 1px solid transparent;
}
.comment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}
.comment-form textarea.form-control {
    height: 140px;
    resize: none;
}
.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}
.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777;
}
.reservation_form_area .res_form_inner {
    max-width: 555px;
    margin: auto;
    -webkit-box-shadow: 0 10px 30px 0 rgba(153, 153, 153, 0.1);
    box-shadow: 0 10px 30px 0 rgba(153, 153, 153, 0.1);
    padding: 75px 50px;
    position: relative;
}
.reservation_form_area .res_form_inner:before {
    content: "";
    background: url(../img/contact-shap-1.png);
    position: absolute;
    left: -125px;
    height: 421px;
    width: 98px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reservation_form_area .res_form_inner:after {
    content: "";
    background: url(../img/contact-shap-2.png);
    position: absolute;
    right: -125px;
    height: 421px;
    width: 98px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reservation_form .form-group input {
    height: 40px;
    border-radius: 0;
    border: 1px solid #eee;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 300;
    color: #999;
}
.reservation_form .form-group input.placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #999;
}
.reservation_form .form-group input:-moz-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #999;
}
.reservation_form .form-group input::-moz-placeholder {
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #999;
}
.reservation_form .form-group input::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
    color: #999;
}
.reservation_form .form-group .res_select {
    height: 40px;
    border: 1px solid #eee;
    border-radius: 0;
    width: 100%;
    padding: 0 15px;
    line-height: 36px;
}
.reservation_form .form-group .res_select .current {
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    color: #999;
}
.reservation_form .form-group .res_select:after {
    content: "\e874";
    font-family: "Linearicons-Free";
    color: #ccc;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border: none;
    margin-top: -17px;
    font-size: 13px;
    right: 22px;
}
.reservation_form .form-group:last-child {
    text-align: center;
}
.mapBox {
    height: 420px;
    margin-bottom: 80px;
}
.contact_info .info_item {
    position: relative;
    padding-left: 45px;
}
.contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #ab2b30;
    font-weight: 600;
}
.contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: "Raleway", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
}
.contact_info .info_item h6 a {
    color: #000;
}
.contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0;
}
.contact_form .form-group {
    margin-bottom: 10px;
}
.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eee;
    border-radius: 0;
    padding-left: 20px;
}
.contact_form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.contact_form .form-group .form-control.placeholder {
    color: #999;
}
.contact_form .form-group .form-control:-moz-placeholder {
    color: #999;
}
.contact_form .form-group .form-control::-moz-placeholder {
    color: #999;
}
.contact_form .form-group .form-control::-webkit-input-placeholder {
    color: #999;
}
.contact_form .form-group textarea {
    resize: none;
}
.contact_form .form-group textarea.form-control {
    height: 140px;
}
.contact_form .submit_btn {
    margin-top: 20px;
    cursor: pointer;
}
.sample-text-area {
    padding: 100px 0 70px 0;
}
.sample-text {
    margin-bottom: 0;
}
.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}
.typo-list {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .typo-sec {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .element-wrap {
        margin-top: 30px;
    }
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #777;
}
.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}
.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}
.button-group-area .genric-btn:last-child {
    margin-right: 0;
}
.circle {
    border-radius: 20px;
}
.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.genric-btn:focus {
    outline: none;
}
.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}
.genric-btn.large {
    line-height: 45px;
}
.genric-btn.medium {
    line-height: 30px;
}
.genric-btn.small {
    line-height: 25px;
}
.genric-btn.radius {
    border-radius: 3px;
}
.genric-btn.circle {
    border-radius: 20px;
}
.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.genric-btn.arrow span {
    margin-left: 10px;
}
.genric-btn.default {
    color: #222;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.default-border:hover {
    color: #222;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.primary {
    color: #fff;
    background: #f8b600;
    border: 1px solid transparent;
}
.genric-btn.primary:hover {
    color: #f8b600;
    border: 1px solid #f8b600;
    background: #fff;
}
.genric-btn.primary-border {
    color: #f8b600;
    border: 1px solid #f8b600;
    background: #fff;
}
.genric-btn.primary-border:hover {
    color: #fff;
    background: #f8b600;
    border: 1px solid transparent;
}
.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}
.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}
.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}
.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}
.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}
.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}
.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}
.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}
.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}
.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}
.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}
.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}
.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}
.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}
.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}
.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}
.genric-btn.link {
    color: #222;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}
.genric-btn.link:hover {
    color: #222;
    border: 1px solid #f9f9ff;
    background: #fff;
}
.genric-btn.link-border {
    color: #222;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}
.genric-btn.link-border:hover {
    color: #222;
    background: #f9f9ff;
    border: 1px solid transparent;
}
.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}
.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #fff;
    border-left: 2px solid #f8b600;
}
@media (max-width: 991px) {
    .progress-table-wrap {
        overflow-x: scroll;
    }
}
.progress-table {
    background: #fff;
    padding: 15px 0 30px 0;
    min-width: 800px;
}
.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}
.progress-table .country {
    width: 28.07%;
}
.progress-table .visit {
    width: 19.74%;
}
.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}
.progress-table .table-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #222;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}
.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.progress-table .table-row .country img {
    margin-right: 15px;
}
.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0;
    background: transparent;
}
.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}
.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-gallery-image:hover {
    opacity: 0.8;
}
.list-style {
    width: 14px;
    height: 14px;
}
.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}
.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #f8b600;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}
.ordered-list {
    margin-left: 30px;
}
.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #f8b600;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list li span {
    font-weight: 300;
    color: #777;
}
.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #f8b600;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list-alpha li span {
    font-weight: 300;
    color: #777;
}
.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #f8b600;
    font-weight: 500;
    line-height: 1.82em !important;
}
.ordered-list-roman li span {
    font-weight: 300;
    color: #777;
}
.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input:focus {
    outline: none;
}
.input-group-icon {
    position: relative;
}
.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}
.input-group-icon .icon i {
    color: #797979;
}
.input-group-icon .single-input {
    padding-left: 45px;
}
.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}
.single-textarea:focus {
    outline: none;
}
.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input-primary:focus {
    outline: none;
    border: 1px solid #f8b600;
}
.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}
.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}
.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}
.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8b600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.default-switch input:checked + label {
    left: 19px;
}
.single-element-widget {
    margin-bottom: 30px;
}
.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.primary-switch input:checked + label:after {
    left: 19px;
}
.primary-switch input:checked + label:before {
    background: #f8b600;
}
.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.confirm-switch input:checked + label:after {
    left: 19px;
}
.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}
.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.single-defination h4 {
    color: #000;
}
.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none;
}
.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none;
}
.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}
.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none;
}
.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}
.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}
.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}
.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}
.unordered-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ordered-list {
    list-style: none;
    padding: 0;
}
.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none;
}
.default-select {
    height: 40px;
}
.default-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #fff;
    padding-left: 20px;
    padding-right: 40px;
}
.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0;
}
.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}
.default-select .nice-select .list .option.selected {
    color: #f8b600;
    background: transparent;
}
.default-select .nice-select .list .option:hover {
    color: #f8b600;
    background: transparent;
}
.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}
.default-select .nice-select::after {
    right: 20px;
}
@media (max-width: 991px) {
    .left-align-p p {
        margin-top: 20px;
    }
}
.form-select {
    height: 40px;
    width: 100%;
}
.form-select .nice-select {
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f9f9ff !important;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}
.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0;
}
.mt-10 {
    margin-top: 10px;
}
.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}
.form-select .nice-select .list .option.selected {
    color: #f8b600;
    background: transparent;
}
.form-select .nice-select .list .option:hover {
    color: #f8b600;
    background: transparent;
}
.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}
.form-select .nice-select::after {
    right: 20px;
}
.main_btn {
    padding: 0 40px;
    background: #ab2b30;
    z-index: 2;
    display: inline-block;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    border: 1px solid #ab2b30;
    border-radius: 5px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.main_btn:hover {
    color: #ab2b30;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.main_btn2 {
    display: inline-block;
    background: #f9f9ff;
    padding: 0 45px;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    line-height: 48px;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-transition: color 0ms linear;
    -o-transition: color 0ms linear;
    transition: color 0ms linear;
}
.main_btn2:hover {
    background-image: -moz-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
    background-image: -webkit-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
    background-image: -ms-linear-gradient(0deg, #bc2bff 0%, #7249fb 100%);
    -webkit-box-shadow: 0 10px 30px 0 rgba(115, 73, 251, 0.3);
    box-shadow: 0 10px 30px 0 rgba(115, 73, 251, 0.3);
    color: #fff;
}
.submit_btn {
    width: auto;
    display: inline-block;
    background: #ab2b30;
    padding: 0 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.submit_btn:hover {
    color: #fff;
}
.white_btn {
    display: inline-block;
    background: #f9f9ff;
    padding: 0 32px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    -webkit-box-shadow: -14.142px 14.142px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: -14.142px 14.142px 20px 0 rgba(0, 0, 0, 0.1);
}
.white_btn:hover {
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.banner_btn {
    padding: 0 38px;
    line-height: 48px;
    background: #ab2b30;
    color: #fff;
    display: inline-block;
    border: 1px solid #ab2b30;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.banner_btn:hover {
    color: #ab2b30;
    background: transparent;
}
.banner_btn2 {
    padding: 0 36px;
    line-height: 48px;
    background: #f9f9ff;
    color: #000;
    display: inline-block;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.banner_btn2:hover {
    color: #fff;
    background: #ab2b30;
    border-color: #ab2b30;
}
.white_bg_btn {
    background: #fff;
    display: inline-block;
    color: #000;
    line-height: 40px;
    padding: 0 28px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border: none;
}
.white_bg_btn:hover {
    background: #ab2b30;
    color: #fff;
}
.blog_btn {
    border: 1px solid #eee;
    background: #f9f9ff;
    padding: 0 32px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 5px;
    color: #000;
    line-height: 34px;
    display: inline-block;
}
.blog_btn:hover {
    background: #ab2b30;
    border-color: #ab2b30;
    color: #fff;
}
.home_banner_area {
    border-top: 2px solid #ab2b30;
    position: relative;
}
.swiper-slide.swiper-slide-active .slider_text_inner {
    left: 0;
    visibility: visible;
    opacity: 1;
}
.slider_text_inner {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.slider_text_inner .slider_text {
    background: #fff;
    border-radius: 5px;
    padding: 65px;
    position: relative;
}
.slider_text_inner .slider_text:before {
    content: "";
    width: 360px;
    height: 530px;
    background: #ab2b30;
    position: absolute;
    left: -95px;
    top: -70px;
    z-index: -1;
}
.slider_text_inner .slider_text h2 {
    font-size: 48px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.slider_text_inner .slider_text p {
    margin-bottom: 30px;
}
.slider_text_inner .slider_text .banner_btn {
    margin-right: 7px;
}
.mission_area {
    overflow: hidden;
}
.mission_area .left_img {
    overflow: hidden;
}
.mission_area .col-lg-6 {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}
.mission_slider {
    max-width: 400px;
    margin-left: 130px;
}
.mission_slider .owl-prev {
    margin-top: -20px;
}
.mission_slider .owl-next {
    margin-top: 20px;
}
.mission_slider .owl-prev,
.mission_slider .owl-next {
    position: absolute;
    right: -200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    color: #e6e6e6;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    cursor: pointer;
}
.mission_slider .owl-prev:hover,
.mission_slider .owl-next:hover {
    color: #000;
}
.mission_text {
    text-align: center;
    margin-bottom: 70px;
    max-width: 400px;
}
.mission_text h4 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 24px;
}
.mission_text p {
    margin-bottom: 0;
}
.mission_text:last-child {
    margin-bottom: 0;
}
.success_area {
    overflow: hidden;
}
.success_area .success_img {
    overflow: hidden;
}
.success_area .col-lg-6 {
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center;
}
.success_area .mission_text {
    float: right;
    margin-right: 130px;
}
.success_area .right_dir .mission_text {
    float: none;
    margin-left: 130px;
}
.project_area {
    overflow: hidden;
}
.project_item {
    position: relative;
}
.project_item:before {
    content: "";
    background: rgb(33 33 33 / 10%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.project_item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.project_item .hover_text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 15px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.project_item .hover_text h4 {
    color: #fff;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.project_item .hover_text .cat a {
    color: #000;
    margin-right: 8px;
    font-size: 14px;
    position: relative;
    padding: 5px;
}
.project_item .hover_text .cat a:before {
    content: "/";
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.project_item .hover_text .cat a:last-child {
    margin-right: 0;
}
.project_item .hover_text .cat a:last-child:before {
    display: none;
}
.project_item .hover_text .main_btn {
    line-height: 0;
    height: 0;
    opacity: 0;
}
.project_item:hover:before {
    opacity: 1;
}
.project_item:hover .hover_text {
    bottom: 35px;
}
.project_item:hover .hover_text .main_btn {
    height: 100%;
    line-height: 48px;
    opacity: 1;
    margin-top: 22px;
}
.project_item:hover > .hover_text h4 {
    color: #000;
}
.project_know_area {
    background: #ab2b30;
}
.project_know_area h3 {
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.project_know_area p {
    color: #fff;
    max-width: 770px;
    margin: auto;
}
.project_know_area .white_btn {
    margin-top: 30px;
}
.portfolio_details_inner .row {
    margin-bottom: 65px;
}
.portfolio_details_inner p {
    margin-bottom: 30px;
    font-size: 14px;
}
.portfolio_details_inner p:last-child {
    margin-bottom: 0;
}
.portfolio_details_inner .portfolio_right_text {
    padding-left: 98px;
}
.portfolio_details_inner .portfolio_right_text h4 {
    color: #000;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.portfolio_details_inner .portfolio_right_text p {
    margin-bottom: 25px;
    font-size: 14px;
}
.portfolio_details_inner .portfolio_right_text .list li {
    margin-bottom: 7px;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.portfolio_details_inner .portfolio_right_text .list li span {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    width: 97px;
    display: inline-block;
}
.portfolio_details_inner .portfolio_right_text .list li:last-child {
    margin-bottom: 0;
}
.portfolio_details_inner .portfolio_right_text .list li i {
    color: #f1cd09;
}
.social_details {
    margin-top: 50px;
}
.social_details li {
    display: inline-block;
    margin-right: 14px;
}
.social_details li a {
    font-size: 14px;
}
.social_details li a i {
    color: #000000 !important;
}
.social_details li a i:hover {
    color: #ab2b30 !important;
}
.social_details li:last-child {
    margin-right: 0;
}
.team_item {
    position: relative;
}
.team_item:before {
    content: "";
    background: url(../img/team/team-overlay.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.team_item .hover_text {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.team_item .hover_text h4 {
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.team_item .hover_text p {
    color: #000;
    margin-bottom: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.team_item .hover_text .list {
    margin-top: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    opacity: 0;
}
.team_item .hover_text .list li {
    display: inline-block;
    margin-right: 4px;
}
.team_item .hover_text .list li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e9ebee;
    text-align: center;
    color: #000;
    line-height: 30px;
}
.team_item .hover_text .list li:last-child {
    margin-right: 0;
}
.team_item .hover_text .list li:hover a {
    background: #ab2b30;
    color: #fff;
}
.team_item:hover .list {
    height: 30px;
    overflow: visible;
    opacity: 1;
    margin-top: 25px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.footer-area {
    background: #f9f9ff;
    padding-top: 50px;
}
.single-footer-widget p {
    margin-bottom: 0;
    font-size: 14px;
}
.single-footer-widget ul li a {
    line-height: 25px;
    display: inline-block;
    color: #777;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 13px;
    font-size: 14px;
}
.single-footer-widget ul li a:hover {
    color: #ab2b30;
}
.single-footer-widget .instafeed {
    margin-left: -5px;
    margin-right: -5px;
}
.single-footer-widget .instafeed li {
    margin: 5px;
}
.single-footer-widget .input-group {
    display: block !important;
}
.single-footer-widget input {
    width: 100%;
    border: 1px solid #eee;
    font-size: 13px;
    line-height: 30px;
    padding-right: 40px;
    height: 40px;
    color: #999;
    background: #fff;
    padding-left: 20px;
}
.single-footer-widget input.placeholder {
    color: #999;
}
.single-footer-widget input:-moz-placeholder {
    color: #999;
}
.single-footer-widget input::-moz-placeholder {
    color: #999;
}
.single-footer-widget input::-webkit-input-placeholder {
    color: #999;
}
.single-footer-widget input:focus {
    outline: none;
}
.single-footer-widget .sub-btn {
    background: #ab2b30;
    color: #fff;
    font-weight: 300;
    border-radius: 0;
    line-height: 34px;
    padding: 4px 11px 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.footer_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    /* margin-bottom: 28px; */
    text-transform: uppercase;
}
.border_line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 100px;
}
.footer-bottom .footer-text a {
    color: #ab2b30;
}

.footer-bottom .footer-social{
    margin-bottom: 27px;
}
.footer-bottom .footer-social a {
    font-size: 18px;
    line-height: 30px;
    color: #191919;
    margin-left: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footer-bottom .footer-social a:hover {
    color: #ab2b30;
}
#home {
    padding: 0;
}
#home h1 {
    color: #fff;
    padding-bottom: 30px;
}
#home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}
@media (min-width: 768px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}
.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}
.owl-theme .owl-dots .owl-dot {
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;
    border-color: transparent;
}
.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.35);
    height: 100%;
    color: #fff;
    cursor: e-resize;
    padding: 4em 0 0 2em;
}
.slider .caption2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20, 20, 20, 0.35);
    height: 100%;
    color: #fff;
    cursor: e-resize;
}
.slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 750px;
}

.slider .item-first{
    background-image: url("../img/slider/slide1.jpg");
}

.slider .item-second{
    background-image: url("../img/slider/slide2.jpg");
}

.slider .item-third{
    background-image: url("../img/slider/slide3.jpg");
}

.slider .item-second .section-btn {
    background: #292929;
}
.slider .item-second .section-btn:hover {
    background: #fff;
}
.slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #fff;
}
.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #fff;
}
.owl-dots {
    display: inline-grid;
}
.caption h2 {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    font-size: 2.8em;
    color: #fff;
    margin-bottom: 30px;
}
.caption p {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    font-size: 1.5em;
    color: #fff;
    margin-bottom: 40px;
}
#ParallexDivHidden {
    display: none;
}
#ParallexDivHidden,
#ParallexDiv,
#ParallexDivS {
    padding: 50px 50px 50px 50px;
}
.button.type-3.light,
.SliderView {
    color: #fff;
}
.button.type-3.light:before,
.button.type-3.light:after,
.SliderView:before,
.SliderView:after {
    border-color: #fff;
}
.button.type-3.light,
.SliderView {
    background: #fff;
    color: #ab2b30;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 11px 30px;
    margin-top: 8px;
    border: solid 1px #ab2b30;
}

.types_section{
    background: #f9f9ff;padding:80px 30px 0px 30px
}
#BookBtn {
    background: #ab2b30;
    color: #fff;
    border: solid 1px #ab2b30;
}
#BookBtn:before,
#BookBtn:after {
    border: solid 1px #ab2b30;
}
.video-wrapper.shadow:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
}
#ParallexDivHidden .button.type-3.light,
#ParallexDiv .button.type-3.light,
#ParallexDivS .button.type-3.light {
    border: solid 1px #000;
}
#ParallexDivHidden #BookBtn,
#ParallexDiv #BookBtn,
#ParallexDivS #BookBtn {
    border: solid 1px #ab2b30;
}
#WorkspacesPargraphMob,
#EdgePargraphMob {
    display: none;
}
.thumbnail {
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
}
#WorkspaceSlider {
    height: 700px;
}
.jk-slider {
    width: 100%;
}
.hero {
    position: absolute;
    top: 48%;
    left: 70%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: justify;
}
.hero h1 {
    font-size: 3.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: #fff;
}
.hero h3 {
    color: #fff;
}
.hero p {
    text-align: justify;
    font-family: "ExpletusSans-Regular";
    text-transform: none;
}
.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 0.1s;
    -moz-transition: 2s all ease-in-out 0.1s;
    -ms-transition: 2s all ease-in-out 0.1s;
    -o-transition: 2s all ease-in-out 0.1s;
    transition: 2s all ease-in-out 0.1s;
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 0.1s;
    -moz-transition: 2s all ease-in-out 0.1s;
    -ms-transition: 2s all ease-in-out 0.1s;
    -o-transition: 2s all ease-in-out 0.1s;
    transition: 2s all ease-in-out 0.1s;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d155b;
    opacity: 0.7;
}
.custom-navbar {
    background: #ffff;
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand {
    color: #454545;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}
.custom-navbar .navbar-brand img {
    width: 230px;
    margin-top: -17px;
}
.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
}
.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
}
.custom-navbar .navbar-nav.navbar-right li.new-link a .fa {
    background: #ab2b30;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}
.custom-navbar .nav li a {
    line-height: 40px;
    color: #04091e;
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
    font-family: "Assistant-SemiBold";
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}
.custom-navbar .nav li a:hover {
    color: #ab2b30;
}
.custom-navbar .nav li.active > a {
    background-color: #ab2b30;
    color: #fff;
}
.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 15px;
    cursor: pointer;
}
.custom-navbar .navbar-toggle {
    background-color: transparent;
    cursor: pointer;
}
.custom-navbar .navbar-toggle .icon-bar {
    background: #04091e;
    border-color: transparent;
}
.dropdown:hover {
    background-color: #ab2b30;
    color: #fff;
    padding-bottom: 13px;
}
.dropdown:hover > button {
    color: #fff;
}
.dropdown button {
    background: transparent;
    border: transparent;
    margin-top: 14px;
    line-height: 40px;
    color: #04091e;
    padding-right: 22px;
    padding-left: 22px;
}
.aboutLeft {
    float: right;
}
.aboutRigth {
    float: left;
}
.aboutDivMargin {
    margin-top: 50px;
}
.aboutDivMargin.aboutDivMargin1{
    margin-top: -5px;
}
.aboutDivMargin #BookBtn{
    font-size: 16px;
    text-transform: capitalize;
}

.mb-1{
    margin-bottom: 1.5rem;
}
.mt-2{
    margin-top: 2rem;
}

.mt-3{
    margin-top: 3rem;
}
@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .custom-navbar .navbar-brand img {
        width: 200px;
        margin-top: -20px;
    }
    .custom-navbar {
        background: #fff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }
    .custom-navbar .navbar-brand,
    .custom-navbar .nav li a {
        line-height: normal;
    }
    .custom-navbar .nav li a {
        padding: 10px;
    }
    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #252525;
        font-weight: 600;
    }
    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #04091e;
    }
    .custom-navbar .navbar-nav.navbar-right li {
        display: block;
    }
    .aboutLeft {
        float: none;
    }
    .aboutRigth {
        float: none;
    }
    .aboutDivMargin {
        margin-top: 0;
    }
    .aboutLeft img {
        margin-top: 50px;
    }
    #WorkspaceSlider {
        height: auto;
    }
    .hero {
        position: absolute;
        top: 70%;
        left: 50%;
    }
    .hero h1 {
        font-size: 20px;
        margin-top: -45px;
    }
    .SliderView1,
    .SliderView2,
    .SliderView3,
    .SliderView4,
    .SliderView5,
    .SliderView6 {
        display: table-cell;
    }
    #Workspace-ol li {
        display: none;
    }
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.panel-default > .panel-heading {
    color: #ab2b30;
    background-color: #f9f9f9;
    border-color: #f9f9f9;
}
.modal-body {
    position: relative;
    padding: 0;
}
#readMoreP,
#readMoreP2,
#readMoreP3 {
    display: none;
}
.Parallex1 {
    min-height: 420px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-image: url('../img/work/post.jpg');
}
.Parallex2 {
    min-height: 420px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-image: url('../img/work/finished.jpg');
}
.Parallex3 {
    min-height: 420px;
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-image: url('../img/work/factory.jpg');
}
.Parallex4 {
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 380px 0 20px 0;
}
.Parallex5 {
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 380px 0 20px 0;
}
.Parallex6 {
    min-height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 380px 0 20px 0;
}
.Parallex .fa {
    padding-right: 10px;
    color: #ab2b30;
    font-size: 2em;
}
.Parallex1 h1,
.Parallex2 h1,
.Parallex3 h1,
.Parallex4 h1,
.Parallex5 h1,
.Parallex6 h1 {
    font-size: 4em;
    color: #fff;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    margin-bottom: 100px;
    display: none;
}
.loungeImg {
    width: 40px;
}
.single-workspaces .loungeImg {
    width: 55px;
}
.SliderP {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    font-size: 1.3em;
    color: #fff;
    margin-bottom: 20px;
}
.simple-article h2 {
    font-size: 2.6em;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-bottom: 20px;
}
#CartMob {
    margin-top: 80px;
}
.booking-form {
    position: relative;
    max-width: 598px;
    width: 100%;
    margin: 0;
    padding: 40px;
    overflow: hidden;
    background-image: url(../img/slider/slide1.jpg);
    background-size: cover;
    border-radius: 5px;
    z-index: 20;
}
.booking-form::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}
.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 30px;
    margin: 0;
    color: #fff;
}
.booking-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.booking-form .form-control {
    background-color: rgba(255, 255, 255, 0.2);
    height: 60px;
    padding: 0 25px;
    border: none;
    border-radius: 40px;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px transparent;
    box-shadow: 0 0 0 2px transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-size: 15px;
}
.booking-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.685);
}
.booking-form .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.685);
}
.booking-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.685);
}
.booking-form .form-control:focus {
    -webkit-box-shadow: 0 0 0 2px #ab2b30;
    box-shadow: 0 0 0 2px #ab2b30;
}
.booking-form input[type="date"].form-control {
    padding-top: 16px;
}
.booking-form input[type="date"].form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
}
.booking-form input[type="date"].form-control + .form-label {
    opacity: 1;
    top: 10px;
}
.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5);
}
.booking-form select.form-control + .select-arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.booking-form select.form-control + .select-arrow:after {
    content: "\279C";
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.booking-form select.form-control option {
    color: #000;
}
.booking-form .form-label {
    position: absolute;
    top: -10px;
    left: 25px;
    opacity: 0;
    color: #ab2b30;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px;
}
.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px;
}
.booking-form .submit-btn {
    color: #fff;
    background-color: #ab2b30;
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 40px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.booking-form textarea.form-control{
    padding-top: 10px;
    color:rgba(255, 255, 255, 0.685); 
}
.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9;
}
.touch li {
    font-size: 15px;
}
.wrapper {
    min-height: 100vh;
    position: relative;
    background-size: cover;
    margin-top: 90px;
}
.inner {
    position: absolute;
    top: 50%;
    left: 11.07%;
    transform: translateY(-50%);
    width: 511px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: url(../img/bg-inner.png) repeat;
    padding: 7px;
}
@media (max-width: 1199px) {
    .wrapper {
        background-position: center center;
    }
}
@media (max-width: 991px) {
    .inner {
        width: 60%;
    }
}
@media (max-width: 767px) {
    .inner {
        width: 100%;
        transform: translateY(0);
        position: static;
        padding: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }
    .wrapper {
        background: none;
        display: block;
    }
}
.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #ab2b30;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
#RoomDetails {
    display: none;
}
#gmap {
    width: 100%;
    height: 850px;
    position: relative;
    overflow: hidden;
    margin-top: 90px;
}
#gmap-draw {
    width: 100%;
    height: 850px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#gmap-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    text-align: center;
    padding: 20px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    height: 100%;
}

.gmap-section{
    padding-bottom: 50px;
}
.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: transparent;
    position: relative;
    z-index: 1;
}
.contact100-map {
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wrap-contact100 {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.contact100-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 64px 15px 64px 15px;
}
.contact100-form-title-1 {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 7px;
}
.contact100-form-title-2 {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}
.contact100-form-title::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54, 84, 99, 0.7);
}
.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 43px 100px 57px 120px;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 26px;
}
.label-input100 {
    font-size: 15px;
    color: gray;
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 14px;
    left: -105px;
    width: 80px;
}
.input100 {
    font-size: 15px;
    color: #555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    background: #ab2b30;
}
input.input100 {
    height: 45px;
}
textarea.input100 {
    min-height: 90px;
    padding-top: 14px;
    padding-bottom: 13px;
}
.input100:focus + .focus-input100::before {
    width: 100%;
}
.has-val.input100 + .focus-input100::before {
    width: 100%;
}
.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}
.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #ab2b30;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn i {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.contact100-form-btn:hover {
    background-color: #333;
}
.contact100-form-btn:hover i {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
#ContactIfram {
    width: 100%;
    height: 800px;
}
#ContactTitle {
    border-bottom: none;
    margin-bottom: 80px;
}
#IconsList {
    text-align: left;
    color: gray;
    margin-top: -12px;
}

#IconsList a{
    color: gray;
}
@media (max-width: 576px) {
    .contact100-form {
        padding: 43px 15px 57px 117px;
    }
    .container-contact100-form-btn {
        margin-left: 0%;
    }
    input.input100 {
        text-align: left;
    }
    textarea.input100 {
        text-align: left;
    }
    #ContactIfram {
        width: 100%;
        height: 1500px;
    }
    #gmap {
        height: auto;
    }
    #gmap-draw {
        height: auto;
    }
    #ContactTitle {
        margin-bottom: 30px;
        text-align: left;
    }
   
}
@media (max-width: 480px) {
    .contact100-form {
        padding: 43px 15px;
    }
    .label-input100 {
        text-align: left;
        position: unset;
        top: unset;
        left: unset;
        width: 100%;
        padding: 0 5px;
        float: left;
    }
}
.contact100-form input {
    outline: none;
    border: none;
}
.contact100-form input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}
.contact100-form input[type="number"]::-webkit-outer-spin-button,
.contact100-form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.contact100-form textarea {
    outline: none;
    border: none;
}
.contact100-form textarea:focus,
input:focus {
    border-color: transparent !important;
}
.contact100-form input:focus::-webkit-input-placeholder {
    color: transparent;
}
.contact100-form input:focus:-moz-placeholder {
    color: transparent;
}
.contact100-form input:focus::-moz-placeholder {
    color: transparent;
}
.contact100-form input:focus:-ms-input-placeholder {
    color: transparent;
}
.contact100-form textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.contact100-form textarea:focus:-moz-placeholder {
    color: transparent;
}
.contact100-form textarea:focus::-moz-placeholder {
    color: transparent;
}
.contact100-form textarea:focus:-ms-input-placeholder {
    color: transparent;
}
.contact100-form input::-webkit-input-placeholder {
    color: #999;
}
.contact100-form input:-moz-placeholder {
    color: #999;
}
.contact100-form input::-moz-placeholder {
    color: #999;
}
.contact100-form input:-ms-input-placeholder {
    color: #999;
}
.contact100-form textarea::-webkit-input-placeholder {
    color: #999;
}
.contact100-form textarea:-moz-placeholder {
    color: #999;
}
.contact100-form textarea::-moz-placeholder {
    color: #999;
}
.contact100-form textarea:-ms-input-placeholder {
    color: #999;
}
.contact100-form button {
    outline: none !important;
    border: none;
    background: #ab2b30;
}
#LabelContact {
    font-size: 2em;
    text-align: left;
    width: auto;
    color: #292929;
    font-family: "ExpletusSans-SemiBold", sans-serif;
}

.why_nabolia{
    margin:30px 0px;padding: 50px 0px
}

.text-center{
    text-align: center !important
}


.mt-4{
    margin-top: 4rem !important;
}
.mt-5{
    margin-top: 5rem !important;
}

.icon-title{
    font-size: 18px;
}

.icon-desc{
    font-family: 'Assistant-Light' ;
    margin-top: 10px;
}

.value-h5{
    font-family: 'Assistant-semibold' ;
    font-size: 18px;
}

.location{
    margin-bottom:-10px
}

/* footer .list{
    padding-left: 15px;
} */

footer .footer-social{
    margin-left: -6px;
}


.modal-header .close{
    opacity: .8;
}

.mb-2{
    margin-bottom: 2rem;
}

.offer-div{
    border: solid 1px ;
    border-style: dashed;
    margin-left: 15px;
    padding: 20px 20px 0 20px;
    text-align: center;
    margin-right: 40px;
    margin-bottom: 20px;
}

.customer-div{
   
    margin-bottom: 40px;
}

.customer-div p{
    margin-bottom: 0;
    font-family: 'Assistant-semibold';
    font-size: 18px;
    margin-top: 10px;
}

.offer-div img{
    width: 33px;
    margin-bottom: 15px;
}

.font-italic{
    font-style: italic;
}

.about-last-p{
    font-family: 'Assistant-SemiBold';
    margin-bottom: 40px;
    margin-top: 10px;
}

.bg-light{
    background: #f9f9ff;
}

.about-section-page{
    padding: 80px 0px 40px 0px
}

.value-div img{
    width: 50px;
    margin-top: 30px;
}

.wood-types p{
    font-family: 'Assistant-SemiBold';
    margin-top: 10px;
    font-size: 1.7rem;
}



/* news */

.news-img{
    width: 100%;
    height: 235px;
    object-fit: cover;
}


.news-details .news-img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.news-section .news-div{
    box-shadow:0 10px 30px 0 rgba(138, 138, 138, 0.1);
    margin-bottom: 50px;
    padding: 5px;
}

.news-section .news-text{
    padding: 10px 20px;
}

.news-section a{
    color: #202020;
}

.news-section .news-text .col-sm-2{
    border-right: solid 1px lightgray;
    text-align: center;
    font-family: 'Assistant-SemiBold';
    color: #b0373f;
}

.news-section .news-text .col-sm-2 p,
.news-section .news-text .col-sm-2 h4{
    margin: 0;
}

.news-section .news-text .col-sm-2 p{
    font-size: 13px;
    font-family: "Assistant-SemiBold";
}

.news-section .news-text .col-sm-2 h4{
    font-size: 19px;
    margin-top: 2px;
    font-family: Arial;
    font-weight: bold;
}

.news-section .news-text h2{
    font-family:'ExpletusSans-SemiBold';
    font-size: 17px;
    margin: 10px 5px;
    color: #101010;
}


.news-section input[type=text] {
    padding: 6px;
    margin-top: 8px;
    font-size: 17px;
    border: none;
    width: 100%;
}
  
  .news-section .search-container button {
    float: right;
    padding: 6px 10px;
    margin-top: 8px;
    margin-right: 16px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
  .news-section .search-container button:hover {
    background: #ccc;
  }
  
  @media screen and (max-width: 600px) {
    .news-section .search-container {
      float: none;
    }
    .news-section a, .news-section input[type=text], .news-section .search-container button {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    }
    .news-section input[type=text] {
      border: 1px solid #ccc;  
    }
  }




  .pt-5{
    padding-top: 3rem !important;
  }
  
  .pb-5{
      padding-bottom: 3rem !important;
  }




  .blog-single{
      margin-top: 5rem;
      padding-top: 2rem;
      margin-bottom: 3rem;
  }

  .right-sidebar {
    padding-right: 45px;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}

.position-relative {
    position: relative !important;
}

.course-seats {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 15px;
    width: 138px;
    height: 78px;
    line-height: 21px;
    border-radius: 50%;
    text-align: center;
    background-color: #e61b2f;
    color: #fff;
    font-weight: 600;
    padding-top: 18px;
    display: table;
    z-index: 1;
}

.course-seats.price {
    right: auto;
    left: 25px;
    padding-top: 0;
}
.blog-single .course-seats.price {
    position: relative;
    top: 33px;
    left: 0;
    border-radius: 0;
    background: #fff;
    color: #ab2b30;
    border-right: solid 1px #bbbaba;
    /* padding-right: 50px; */
}
.course-seats .course-price {
    position: relative;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}

.course-seats span {
    display: block;
    font-size: 16px;
}

.blog-single .course-seats span {
    font-size: 60px;
    padding-right: 55px;
}

.blog-single .course-seats p {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}
.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

.blog-single .title-desc {
    position: relative;
    top: -45px;
    left: 160px;
    width: 89%;
}
.blog-single h5.title {
    font-size: 20px;
    font-weight: 600;
    color: #232332;
    margin-bottom: 5px;
}
.float-right {
    float: right !important;
}
.width-100 {
    width: 100%;
}
.margin-45px-bottom {
    margin-bottom: 45px;
}
.d-inline-block {
    display: inline-block!important;
}
.float-left {
    float: left !important;
}
.no-margin {
    margin: 0 !important;
}
.border-color-extra-light-gray {
    border-color: #ededed !important;
}
.medium-input, .medium-textarea, .medium-select select {
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    border: solid;
}
.bg-transparent, .background-transparent {
    background-color: transparent;
}
.text-small {
    font-size: 12px;
    line-height: 20px;
}
.float-left {
    float: left!important;
}
.bg-transparent {
    background-color: transparent!important;
}
.right-0 {
    right: 0;
}
.top-1 {
    top: 5px;
}

.blog-single a,
.blog-single li{
    color: #ab2b30;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px !important;
}
.position-absolute {
    position: absolute !important;
}.margin-45px-bottom {
    margin-bottom: 45px;
}
.margin-25px-bottom {
    margin-bottom: 25px;
}
.aside-title {
    position: relative;
    overflow: hidden;
}
.font-weight-600 {
    font-weight: 600;
}

.aside-title span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 18px;
}
.list-style-6 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-style-6 li {
    position: relative;
    padding: 8px 15px 20px 0;
    margin: 0 0 10px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-6 li span {
    position: absolute;
    top: 3px;
    right: 0;
}

.border-color-extra-light-gray {
    border-color: #ededed !important;
}.medium-input, .medium-textarea, .medium-select select {
    padding: 12px 20px;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    width: 100%;
}.bg-transparent, .background-transparent {
    background-color: transparent;
}

.p-3{
    padding: 3rem;
}


.latest-post {
    list-style: none;
    padding: 0;
    margin: 0;
}

.latest-post li:first-child {
    padding-top: 0;
}
aside .latest-post li {
    padding: 9px 0 10px;
}
aside .latest-post li figure {
    width: 75px;
}
.latest-post li figure, footer .latest-post li div {
    margin-bottom: 0;
}
.related-img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.latest-post li div {
    line-height: normal;
    padding-left: 20px;
    position: relative;
    top: -1px;
}.footer-contact-desc .contact-inner .contact-desc a, .media-body a {
    color: rgba(255, 255, 255, .7);
}

.Popular-div{
    margin-top: -10px;
    padding: 0;
}

.Popular-div p{
    font-size: 14px;
    color: #ab2b36;
}


.nabolia-img{
    width: 350px;
    margin-top: 40px;
}

.egypt-img{
    width: 250px;
}
.work-title{
    margin-left: -18px;
}


  
  
  .Subscribe .card__heading{
    text-align: left;
    margin-bottom: 20px;
  }
  
  .Subscribe .card__heading h2{
    font-family: "Assistant-Regular", sans-serif;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
    margin-top: -5px;
    margin-bottom: 15px;
    color: #ab2b30;
    font-style: italic;
}
  

  
  .Subscribe .card__form{
    position: relative;
    width: 100%;
    margin-bottom: 30px;

  }
  
  .Subscribe .form__input{
    padding: 5px 10px;
    width: calc(100% - 60px);
    height: 45px;
    border: 1px solid #ddd;
    font-size: 12px;
    transition: .2s all ease-in-out;
    color: #222;
    border-radius: 5px;
  }
  
  .Subscribe .form__input:hover{
    border: 1px solid #c4c4c4;  
  }
  
  .Subscribe .form__input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #EBBC12;
  }
  
  .Subscribe .form__submit{
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 60px;
    border: none;
    background: #ab2b30;
    color: #fff;
    height: 44px;
    padding: 10px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .Subscribe .form__submit:hover,  .Subscribe  .form__submit:focus{
    background: #ab2b30;
    border: none;
    outline: none;
    box-shadow: none;
  }

  .Subscribe .form__submit i{
      font-size: 12px;
  }

  .services .carousel-control.right,
  .services .carousel-control.left{
      background-image: none;
  }


.subscribe-section{
  background-image: url(../img/slider/slide1.jpg);
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    margin-top: 80px;
    padding: 80px 0px 50px 0px;
    text-align: center;
    position: relative;
}

.subscribe-section .overlay{
    background: rgba(17, 22, 24, 0.568);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.subscribe-section h2{
    color: white;
    font-size: 35px;
    margin-top: 8rem;
}

.subscribe-section .container{
    z-index: 10;
    position: relative;
}







.subscribe-div .card{
    background: #fff;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.767);
    padding: 30px 20px 20px 20px;
  }
 

  .subscribe-div .card__heading{
    text-align: center;
    padding: 0px 20px;
  }
  
  .subscribe-div  .card__heading h2{
    font-size: 26px;
    margin: 0;
    color: #ab2b30;
    margin-bottom: 15px;
  }
  
  .subscribe-div  .card__heading p{
    color: #555;
  }
  
  
  
  .subscribe-div .card__form{
    position: relative;
    width: 100%;
    margin-bottom: 30px;

  }
  
  .subscribe-div .form__input{
    padding: 5px 10px;
    width: calc(100% - 60px);
    height: 45px;
    border: 1px solid #ddd;
    font-size: 12px;
    transition: .2s all ease-in-out;
    color: #222;
    border-radius: 5px;
  }
  
  .subscribe-div .form__input:hover{
    border: 1px solid #c4c4c4;  
  }
  
  .subscribe-div .form__input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #EBBC12;
  }
  
  .subscribe-div .form__submit{
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 30px;
    border: none;
    background: #ab2b30;
    color: #fff;
    height: 44px;
    padding: 10px 20px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .subscribe-div .form__submit:hover, .subscribe-div .form__submit:focus{
    background: #ab2b30;
    border: none;
    outline: none;
    box-shadow: none;
  }

  .subscribe-div .form__submit i{
      font-size: 12px;
  }


  .custom-navbar .nav li.new-link a{
      color: #ab2b30 ;
      font-size: 16px;

  }
/* 

  .custom-navbar .nav li.new-link a i{
      -webkit-animation: ring 10s 1s ease-in-out infinite;
      -webkit-transform-origin: 50% 4px;
      -moz-animation: ring 10s 1s ease-in-out infinite;
      -moz-transform-origin: 50% 4px;
      animation: ring 10s 1s ease-in-out infinite;
      transform-origin: 50% 4px;
    }
    
    @-webkit-keyframes ring {
      0% { -webkit-transform: rotateZ(0); }
      1% { -webkit-transform: rotateZ(30deg); }
      3% { -webkit-transform: rotateZ(-28deg); }
      5% { -webkit-transform: rotateZ(34deg); }
      7% { -webkit-transform: rotateZ(-32deg); }
      9% { -webkit-transform: rotateZ(30deg); }
      11% { -webkit-transform: rotateZ(-28deg); }
      13% { -webkit-transform: rotateZ(26deg); }
      15% { -webkit-transform: rotateZ(-24deg); }
      17% { -webkit-transform: rotateZ(22deg); }
      19% { -webkit-transform: rotateZ(-20deg); }
      21% { -webkit-transform: rotateZ(18deg); }
      23% { -webkit-transform: rotateZ(-16deg); }
      25% { -webkit-transform: rotateZ(14deg); }
      27% { -webkit-transform: rotateZ(-12deg); }
      29% { -webkit-transform: rotateZ(10deg); }
      31% { -webkit-transform: rotateZ(-8deg); }
      33% { -webkit-transform: rotateZ(6deg); }
      35% { -webkit-transform: rotateZ(-4deg); }
      37% { -webkit-transform: rotateZ(2deg); }
      39% { -webkit-transform: rotateZ(-1deg); }
      41% { -webkit-transform: rotateZ(1deg); }
    
      43% { -webkit-transform: rotateZ(0); }
      100% { -webkit-transform: rotateZ(0); }
    }
    
    @-moz-keyframes ring {
      0% { -moz-transform: rotate(0); }
      1% { -moz-transform: rotate(30deg); }
      3% { -moz-transform: rotate(-28deg); }
      5% { -moz-transform: rotate(34deg); }
      7% { -moz-transform: rotate(-32deg); }
      9% { -moz-transform: rotate(30deg); }
      11% { -moz-transform: rotate(-28deg); }
      13% { -moz-transform: rotate(26deg); }
      15% { -moz-transform: rotate(-24deg); }
      17% { -moz-transform: rotate(22deg); }
      19% { -moz-transform: rotate(-20deg); }
      21% { -moz-transform: rotate(18deg); }
      23% { -moz-transform: rotate(-16deg); }
      25% { -moz-transform: rotate(14deg); }
      27% { -moz-transform: rotate(-12deg); }
      29% { -moz-transform: rotate(10deg); }
      31% { -moz-transform: rotate(-8deg); }
      33% { -moz-transform: rotate(6deg); }
      35% { -moz-transform: rotate(-4deg); }
      37% { -moz-transform: rotate(2deg); }
      39% { -moz-transform: rotate(-1deg); }
      41% { -moz-transform: rotate(1deg); }
    
      43% { -moz-transform: rotate(0); }
      100% { -moz-transform: rotate(0); }
    }
    
    @keyframes ring {
      0% { transform: rotate(0); }
      1% { transform: rotate(30deg); }
      3% { transform: rotate(-28deg); }
      5% { transform: rotate(34deg); }
      7% { transform: rotate(-32deg); }
      9% { transform: rotate(30deg); }
      11% { transform: rotate(-28deg); }
      13% { transform: rotate(26deg); }
      15% { transform: rotate(-24deg); }
      17% { transform: rotate(22deg); }
      19% { transform: rotate(-20deg); }
      21% { transform: rotate(18deg); }
      23% { transform: rotate(-16deg); }
      25% { transform: rotate(14deg); }
      27% { transform: rotate(-12deg); }
      29% { transform: rotate(10deg); }
      31% { transform: rotate(-8deg); }
      33% { transform: rotate(6deg); }
      35% { transform: rotate(-4deg); }
      37% { transform: rotate(2deg); }
      39% { transform: rotate(-1deg); }
      41% { transform: rotate(1deg); }
    
      43% { transform: rotate(0); }
      100% { transform: rotate(0); }
    } */




    

.work-section{
background: #f5f5f5;
padding: 50px 0;
}


.sidebar-bg{
    background: #fff;
    padding: 15px;
}

.sidebar-bg .sidebar-div{
box-shadow: 0 0 10px 0 rgb(50 50 50 / 10%);
    padding: 15px;
}

.sidebar-bg.factory-sec{
    background: transparent;
}

.sidebar-bg.factory-sec .gallery-div{
    background: transparent;
    border: 0;
    margin-bottom: 25px;
}

.sidebar-bg.factory-sec .gallery-div img{
    height: 250px;
}

.sidebar-bg h4{
    font-size: 1.8rem;
    text-transform: uppercase;
}

.sidebar-bg .form-control:focus{
    border-color: #ab2b30;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(171 43 48 / 40%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(171 43 48 / 40%);
}


/* The container */
.input-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
  }
  
  /* Hide the browser's default radio button */
  .input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .sidebar-bg .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border: #eee solid 1px;
  }
  
  /* On mouse-over, add a grey background color */
  .input-container:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the radio button is checked, add a blue background */
  .input-container input:checked ~ .checkmark {
    border: solid 1px #ab2b30;

  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .sidebar-bg .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .input-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .input-container .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #ab2b30;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }





  .sidebar-bg.color-sidebar .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    border: #eee solid 1px;

}


  .sidebar-bg.color-sidebar .input-container input:checked ~ .checkmark {
    border: solid 2px #ab2b30;
}



.sidebar-bg.color-sidebar .input-container .checkmark:after{
    border: 0
}


.sidebar-bg.color-sidebar .input-container .checkmark1 {
    background: rgb(61, 26, 3);
  }

  .sidebar-bg.color-sidebar .input-container .checkmark2 {
    background:lightgray;
  }

  .sidebar-bg.color-sidebar .input-container .checkmark3 {
    background:rgb(170, 79, 18);
  }

  .sidebar-bg.color-sidebar .input-container .checkmark4 {
    background:rgb(150, 106, 80);
  }

  .sidebar-bg.color-sidebar .input-container .checkmark5 {
    background:rgb(63, 63, 63);
  }

  .sidebar-bg.color-sidebar .input-container .checkmark6 {
    background:lightblue;
  }
  .sidebar-bg.color-sidebar .input-container .checkmark7 {
    background:rgb(15, 8, 3);
  }


  .sidebar-bg.color-sidebar .col-md-3{
      margin-bottom: 40px;
  }





  

  #amount,
  #amount:focus,
  
  #amount2,
  #amount2:focus{
    border:0; 
    font-weight:bold;
    font-size: 15px;
    outline: 0;
  }
  .amount-label{
      color: #232332;
      font-size: 15px;
      font-weight:bold;
      margin-top: 3px;
  }
 
  .amount-p{
    display: inline-flex;
    margin-top: 15px;
  }

  .ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #c7c7c7;
    border-radius: 0;
    height: 7px;
    margin: 7px 0;
  }


  .ui-widget-header {
    border: 1px solid #ab2b30 !important;
    background: #ab2b30;
    height: 7px;
  }


  .ui-state-default, .ui-widget-content .ui-state-default, 
  .ui-widget-header .ui-state-default, .ui-button, 
  html .ui-button.ui-state-disabled:hover, 
  html .ui-button.ui-state-disabled:active {
    border: 1px solid #ab2b30;
    background: #ab2b30;
    font-weight: normal;
    color: #454545;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -3px;
    outline: 0;
}


.gallery-div{
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}



.gallery-div img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.gallery-div a{
    color: #232332
}


.gallery-div a p{
    color: rgb(107, 107, 107);
    margin-top: 7px;
    font-size: 15px;
    margin-bottom: 8px;
}

.gallery-div a h4{
    margin-top: 20px;
    text-transform: capitalize;
    font-size: 20px;
}

.gallery-div a span{
    color: #ab2b30;
    font-size: 15px;
}


.pagination-content ul li {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 3px;
}

.pagination-content ul li a.active {
    background-color: #ab2b30;
}
.pagination-content ul li a {
    background-color: #666666;
    border-radius: 3px;
    color: #ffffff;
    display: block;
}


.text-center{
    text-align: center !important;
}


.sidebar-bg.p-2{
padding: 2rem 2rem .2rem 2rem;
}



.dropdown.menu-item,
.dropdown.menu-item:hover,
.dropdown.menu-item:focus,
.dropdown.menu-item:active{
    background: transparent;
    padding-bottom: 0;
}

.dropdown.menu-item .dropdown-menu a{
    text-transform: capitalize;
}



.aboutpage-p p{
    font-size: 1.4em;
}

.d-md-none{
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 100px;
  }

  
  .sidenav .closebtn {
    position: absolute;
    /* top: 19px; */
    right: 27px;
    font-size: 36px;
    margin-left: 50px;
    color: #4d505f;
  }

  .sidenav-icon{
    font-size: 23px;
    font-weight: bold;
    cursor: pointer;
    color: #232332;
    margin-bottom: 20px;
    background: #fff;
    left: 0;
    width: 104px;
    position: relative;
    text-align: center;
    padding: 19px 0;
  }

  .sidenav-icon i{
    font-size: 20px;
  }

  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }



  .float-right{
      float: right;
  }

  

.navbar .nav-item.submenu {
    position: relative;
    background: transparent;
}

.navbar .nav-item.submenu:hover {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
}

.navbar .nav-item.submenu ul {
    border: none;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
   .navbar .nav-item.submenu ul {
        position: absolute;
        top: 120%;
        left: 0;
        min-width: 200px;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: none;
        padding: 0;
        border-radius: 0;
    }
}

.navbar .nav-item.submenu ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #eee transparent transparent transparent;
    position: absolute;
    right: 24px;
    top: 45px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.navbar .nav-item.submenu ul .nav-item {
    display: block;
    float: none;
    margin-right: 0;
    border-bottom: 1px solid #ededed;
    margin-left: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.navbar .nav-item.submenu ul .nav-item .nav-link {
    line-height: 45px;
    color: #000;
    padding: 0 30px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
    margin-right: 0;
}

.navbar .nav-item.submenu ul .nav-item:last-child {
    border-bottom: none;
}

.navbar  .nav-item.submenu ul .nav-item:hover .nav-link {
    background: #ce3232;
    color: #fff;
}
@media (min-width: 992px) {
    .navbar .nav-item.submenu:hover ul {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}
.navbar .nav-item.submenu:hover ul .nav-item {
    margin-top: 0;
}


#submenu2,
#submenu3,
#submenu4{
    position: absolute !important;
    left: 199px !important;
    top: 0 !important;
    display: none;
}


#submenu2 a:hover,
#submenu3 a:hover,
#submenu4 a:hover{
    background: #ce3232 !important;
    color: #fff !important
}

.services li{
    font-size: 1.2em;
}




.tabs input[name="tab-control"] {
    display: none;
}

.tabs ul li label {
    font-weight: bold;
    font-size: 18px;
}
.tabs ul {
    list-style-type: none;
    justify-content: center;
    display: inline-flex;
    text-align: center;
    width: 100%;
}
.tabs ul li {
    text-align: center;
    justify-content: center;
}
.tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #ce3232;
    background: #fff;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    width: 250px;
    padding: 10px 30px;
    margin-right: 100px;

}

.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    background: #ce3232;
    color: #fff;
}


.tabs .content section {
    display: none;
    animation-name: content;
    animation-direction: normal;
    animation-duration: 0.3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    line-height: 1.4;
}
.tabs .content section h2 {
    color: #428bff;
    display: none;
}
.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #428bff;
    margin-top: 5px;
    left: 1px;
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: #ce3232;
    color: #fff;
}


.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}
.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: #ce3232;
    color: #fff;
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #428bff;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
}
.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428bff;
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #428bff;
}
@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, 0.08);
   }
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
}
.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428bff;
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #428bff;
}
@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgba(0, 0, 0, 0.08);
   }
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
}
.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}
@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
   }
    to {
        opacity: 1;
        transform: translateY(0%);
   }
}
@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
   }
    .tabs ul li label br {
        display: initial;
   }
    .tabs ul li label svg {
        height: 1.5em;
   }
}
@media (max-width: 600px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
   }
    .tabs ul li label span {
        display: none;
   }
    .tabs .slider {
        display: none;
   }
    .tabs .content {
        margin-top: 20px;
   }
    .tabs .content section h2 {
        display: block;
   }

   .tabs ul li label {
    width: 132px;
    margin-right: 48px;
    margin-left: -30px;
}

.tabs ul{
    width: auto;
}

.sidebar-bg.factory-sec.materials-sec .gallery-div img{
    height: 165px;
}
}


.mr-1{
    margin-right: 1rem;
}