/*!
Theme Name: Multipurpose Theme
Theme URI: http://sparklewptheme.com/
Author:
Author URI: http://sparklewptheme.com/
Description: This is a business theme for wordpress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: business-bliss
Tags: business, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, multipurpose

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hitstore is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 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;
    outline: none;
}

/**
 * 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: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #737373;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #737373;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #737373;
}

/**
 * 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 {
    outline: 0;
    /* font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     line-height: 24px;
     font-weight: 400;*/
    color: #5c5c5c;
    position: relative;

    font-family: 'Roboto', serif;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    font-size: 17px;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #b33e27;
}

h1 {
    font-family: 'Rajdhani', sans-serif;
}

p {
    color: #252525;
    font-weight: 400;
    font-size: 15px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
    border-left: 5px solid #b33e27;
    padding-left: 15px;
}

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;
    color: #737373;
    /* 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 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;

}

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    outline: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    outline: none;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    background: #f2f2f2;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 45px;
    padding: 0 15px;
    color: #737373;

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: none;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #FFF;
    text-decoration: none;
    outline: 0;
}

a:hover, a:focus, a:active {
    color: #b33e27;
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: #b33e27;
    outline: 0;
    text-decoration: none;
}

a:visited {
    color: #FFF;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
span.sub-toggle {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 52px;
    height: 58px;
    text-align: center;
    background: transparent;
    color: #212121;
    line-height: 53px;
    z-index: 99;
    cursor: pointer;
    font-size: 30px;
    display: none;
}

.main-menu-bg {
    background: #FFF;
    border-top: 1px solid #d8d8d8;
}

.main-navigation {
    vertical-align: middle;
    width: 100%;
}

.main-navigation ul {
    margin: 0;
    padding: 13px 1px;
}

.main-navigation ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px;
    text-align: left;
}

.main-navigation ul ul li {
    margin: 0;
}

.main-navigation ul li a {
    display: block;
    color: #0e0e0e;
    font-size: 15px;
    padding: 5px 16px;
    line-height: 2.2;
    font-weight: 400;
}

.main-navigation ul.nav-menu > li > a {
    padding: 18px 16px;
}

.main-navigation ul li:hover > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.active > a {
    color: #b33e27;
}

.main-navigation ul li ul {
    left: 0;
    top: 99%;
    margin: 0;
    width: 210px;
    display: block;
    list-style: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #FFF;
    z-index: 999;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    padding: 0;
}

.main-navigation ul li ul li {
    position: relative;
    display: block;
}

.main-navigation ul li ul li a {
    font-size: 13px;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li ul li ul {
    left: 100%;
    top: 0%;
    margin: 0;
    width: 160px;
    padding: 0;
    display: block;
    list-style: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #FFF;
    z-index: 1;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3)
}

.main-navigation ul li ul li {
    position: relative;
}

.main-navigation ul li ul li ul {
    left: 100%;
    top: 0%;
    margin: 0;
    width: 160px;
    display: block;
    list-style: none;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #FFF;
    z-index: 1;
    padding: 0;
    -webkit-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
}

.main-navigation ul li ul li:hover > ul {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}

/*menu has children*/
.main-navigation ul > li.menu-item-has-children {
    position: relative;
}

.main-navigation ul > li.menu-item-has-children > a {
    padding-right: 25px;
}

.main-navigation div > ul > li.menu-item-has-children:before {
    content: '\f107';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #0e0e0e;
    right: 0px;
    font-size: 14px;
}

.main-navigation ul ul li.menu-item-has-children:before {
    content: '\f105';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #0e0e0e;
    right: 9px;
}

.main-navigation div > ul > li.menu-item-has-children:hover:before,
.main-navigation ul ul li.menu-item-has-children:hover:before {
    color: #b33e27;
}

.post-navigation {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.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%;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a,
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
    background-color: #b33e27;
    border: 1px solid #b33e27;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover,
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
    background-color: #a8e45c;
    border: 1px solid #a8e45c;
    color: #FFF;
}

.main-menu-toggle {
    display: none;
}

/*--------------------------------------------------------------
# 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-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;
}

.site-content {
    background: #FFF
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

aside.widget-area {
    display: block;
    width: 100%;
    float: left;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget-area ul {
    margin: 0;
}

.widget-area ul li a {
    color: #333;
}

.widget-area .widget {
    float: left;
    width: 100%;
    background: #f5f8f9;
    position: relative;
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 10px 30px;
}

.widget-area .widget .widget-title, .comment-reply-title {
    position: relative;
    letter-spacing: 0;
    line-height: 46px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #b33e27;
}

.widget-area .widget .widget-title:hover {
    color: #b33e27;
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    border-bottom: 1px dotted #bebebe;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    padding-left: 22px;
    position: relative;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
    color: #b33e27;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li:before,
.widget_nav_menu li:before {
    color: #333333;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -8px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.widget_categories a::before {
    content: "\f105";
    top: 0;
}

.widget_archive a::before {
    top: 0;
}

.widget_recent_entries a::before {
    content: "\f105";
}

.widget_meta a::before,
.widget_nav_menu li:before {
    content: "\f30b";
}

.widget_recent_comments li::before {
    content: "\f075";
    top: 0;
}

.widget_rss li::before {
    content: "\f09e";
    top: 0;
}

.widget_pages li:before {
    content: "\f105";
    top: 0;
}

.widget_recent_entries .post-date {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
    margin-top: -5px;
    padding-left: 24px;
}

.widget_nav_menu li:before {
    top: 0;
}

/*--------------------------------------------------------------
# Widget Gallery
--------------------------------------------------------------*/

.widget_media_gallery {

}

.widget_media_gallery .gallery-item {
    float: left;
    margin: 0px 0px 15px 0px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.widget_media_gallery .gallery-item .gallery-icon {
    padding-right: 15px;
}

/*--------------------------------------------------------------
# Recent Post
--------------------------------------------------------------*/
.widget-area .recent-post-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-area .recent-post-widget ul li {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.8em;
    padding: 0;
}

.widget-area .recent-post-widget ul li:last-child {
    margin-bottom: 0px;
}

.widget-area .recent-post-widget .post-image {
    float: left;
    margin-right: 12px;
}

.widget-area .recent-post-widget .post-info p {
    font-size: 12px;
    margin: 0;
}

/*--------------------------------------------------------------
# Sidebar Select
--------------------------------------------------------------*/

.widget select {
    width: 100%;
    height: 40px;
    font-size: 16px;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_product_categories ul li {
    width: 100%;
    text-align: right;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    font-weight: 300;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
    float: left;
}

.widget_categories ul li:last-of-type,
.widget_recent_comments ul li:last-of-type,
.widget_rss ul li:last-of-type,
.widget_recent_entries ul li:last-of-type,
.widget_pages ul li:last-of-type,
.widget_meta ul li:last-of-type,
.widget_nav_menu ul li:last-of-type,
.widget_archive ul li:last-of-type {
    border-bottom-width: 0;
}

.widget_tag_cloud .tagcloud {
    padding: 0;
}

.widget_tag_cloud .tagcloud a {
    background: #d8d8d8;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 3px;
    margin: 3px 0;
    padding: 4px 8px;
    font-size: 13px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #222;
}

.widget_tag_cloud .tagcloud a:hover {
    color: #b33e27;
}

/*--------------------------------------------------------------
# Sidebar Sub Menu
--------------------------------------------------------------*/

.widget_pages ul li .children li:last-child,
.widget_nav_menu ul li .sub-menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Sidebar Search
--------------------------------------------------------------*/
.widget_search .search-form {
    position: relative;
}

.widget_search .search-field::-webkit-input-placeholder,
.widget_search .search-form:-moz-placeholder,
.widget_search .search-form:-ms-input-placeholder {
    color: #868686;
}

.widget_search .search-form > label {
    margin: 0;
    width: 100%;
}

.widget_search .screen-reader-text {
    display: none;
}

.widget_search .search-field {
    background: #FFF none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #656565;
    display: inline-block;
    height: 47px;
    vertical-align: middle;
    width: 100%;
    padding: 0 10px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
}

.widget_search .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 15px;
    height: 45px;
    margin-left: 0;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
    -webkit-transition: all ease 0.5s;
    border: none;
    color: #FFF;
    font-weight: 600;
    background: #b33e27;
    padding: 0 15px;
}

.widget_search .search-submit:hover {
    background-color: #c09209;
    border: 1px solid #c09209;
    color: #FFF;
}

/*--------------------------------------------------------------
# Calender
--------------------------------------------------------------*/

.widget_calendar tbody td {
    text-align: center;
    color: #a8a7a7;
}

.widget_calendar caption {
    font-weight: 700;
}

.calendar_wrap caption {
    background: none repeat scroll 0 0 #06284a;
    color: #fff;
    line-height: 25px;
    text-align: center;
    caption-side: top;
}

.calendar_wrap table {
    border-collapse: collapse;
    width: auto;
}

.calendar_wrap table th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 8px 0px;
    text-align: center;
    width: 5%
}

.calendar_wrap table td {
    border: 1px solid #ccc;
    padding: 8px 0px;
    color: #000;
    width: 5%;
    text-align: center;
}

.calendar_wrap table td #prev,
.calendar_wrap table td#next {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.calendar_wrap table td #next {
    text-align: right;
}

.calendar_wrap #today {
    color: #b33e27;
}

.custom-html-widget {
    margin: 0;
}

/*--------------------------------------------------------------
## 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: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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;
}

/*********************
*     Site Setting
***********************/

.left {
    float: left;
}

.right {
    float: right;
}

.block {
    width: 100%;
    display: block;
    float: left;
}

.padding_left_zero {
    padding-left: 0;
}

.padding_right_zero {
    padding-left: 0;
}

.link {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 25px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn_border {
    color: #FFF;
    border: 1px solid #b33e27;
}

.btn_border:hover {
    border: 1px solid #b33e27;
    color: #FFF;
    background: #b33e27;
}

.btn_color_dark, .btn_color_dark:visited {
    color: #252525;
}

.btn_color_dark:hover {

    color: #FFF;
}

.btn_color_alt, .btn_color_alt:visited {
    background: #b33e27;
    color: #FFF;
}

.btn_color_alt:hover {
    background: #792312;
    color: #FFF;
}

.gallery .link {
    background: #ff5503;
    color: #FFF;
    padding: 13px 23px;

}

.gallery .link:hover {
    background: #000;
}

/****** video ripple effect btn ends here ***********/

.box-shadow-ripples {
    position: relative;
    z-index: 99;
    width: 80px;
    height: 80px;
    background: #b33e27;
    border-radius: 50%;
    border: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 25px;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0.5);
}

.box-shadow-ripples:before {
    position: absolute;
    content: "";
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border-radius: 50%;
    box-shadow: 0 0 rgba(255, 255, 255, 0.2), 0 0 0 16px rgba(255, 255, 255, 0.2),
    0 0 0 32px rgba(255, 255, 255, 0.2), 0 0 0 48px rgba(255, 255, 255, 0.2);
    animation: ripples 1s linear infinite;
    animation-play-state: paused;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: scale(0.5);
    z-index: 0;
}

.box-shadow-ripples:hover:before {
    animation-play-state: running;
    opacity: 1;
    visibility: visible;
    transform: scale(0.8);
}

@keyframes ripples {
    to {
        box-shadow: 0 0 0 16px rgba(255, 255, 255, 0.2), 0 0 0 32px rgba(255, 255, 255, 0.2),
        0 0 0 48px rgba(255, 255, 255, 0.2), 0 0 0 64px rgba(255, 255, 255, 0);
    }
}

/****** video ripple effect btn ends here ***********/

section, .mp_corpo-blog {
    padding: 60px 0;
    position: relative;
}

section.widget {
    padding: 0;
}

.section-title-type-2 {
    position: relative;
    letter-spacing: 0;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 35px;
    text-align: center;
    color: #3e3e3e;
    z-index: 9;
}

.section-title {
    background: #b33e27;
    padding: 10px 15px;
    font-weight: 700;
}

.section-title a {
    color: #FFF;
}

.section-title span {
    color: #b33e27;
}

.section-title-type-2 h2 {
    font-size: 25px;
    font-weight: 800;
}

.section-title-type-2 p {
    font-size: 15px;
}

.section-title.dark-bg::after {
    color: #cccccc;
}

.section-title:hover:before {
    width: 80px;
}

.section-title:hover:after {
    top: -20px;
}

.overlay:before {
    background: rgba(0, 0, 0, 0.76);
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.thin_layer {
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.mp_corpo_slider .thin_layer {
    z-index: 1;
}

.white {
    color: #FFF;
}

/*****************
*  General Css
******************/
.mp_corpo_how_we_work figure img:hover, .mp_corpo-blog figure img:hover, .mp_corpo-team .box figure img:hover {
    transform: scale(1.1);
}

.mp_corpo_top_bar ul {
    padding: 0;
    margin: 0;
}

.mp_corpo_top_bar ul li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
    position: relative;
}

.mp_corpo_top_menu ul li:before {
    content: "|";
    padding-right: 5px;
    color: #FFF;
}

.mp_corpo_top_menu ul li:first-child:before {
    content: " ";
}

/*top bar search*/
.top-bar-search {
    display: inline-block;
}

.top-bar-search .search-submit {
    display: none;
}

.top-bar-search label {
    margin: 0;
}

.top-bar-search .search-field {
    height: 35px;
}

/*transparent header*/
.transparent_header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}

.transparent_header .mp_corpo_top_bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mp_corpo_top_bar {
    z-index: 999;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mp_corpo_top_info_bar ul {
    padding: 0;
    margin: 0;
}

.mp_corpo_top_info_bar li {
    font-weight: 500;
    color: #fff;
    list-style-type: none;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0
}

.mp_corpo_top_info_bar li a {
    color: #fff;
}

.mp_corpo_top_info_bar li i {
    font-size: 15px;
    color: #FFF;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
}

.transparent_header .mp_corpo_top_info_bar li i {
    color: #b33e27;
}

/************
* search
************/
.search-popup {
    width: 325px;
    right: 0;
    z-index: 4;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 83px;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f5f5f5
}

.search-popup.is-visible {
    opacity: 1;
    visibility: visible;
}

.search-popup .search-field, .search-popup label {
    width: 100%;
    margin: 0;
}

.search-popup .search-submit {
    display: none
}

/************
* social icon
************/

.transparent_header .mp_corpo_top_bar .social-icons i {
    color: #fff;
}

.transparent_header .mp_corpo_top_bar .social-icons a:before {
    background: linear-gradient(45deg, #86bb43, #9cbe71);
}

.transparent_header .mp_corpo_top_bar .social-icons a:hover i {
    color: #9cbe71;
    background: -webkit-linear-gradient(45deg, #86bb43, #9cbe71);
}

.transparent_header .transparent_header .mp_corpo_top_bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent_header .mp_corpo_top_bar .social-icons i {
    color: #fff;
}

.transparent_header .mp_corpo_top_bar .social-icons a:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    background: linear-gradient(45deg, #86bb43, #9cbe71);
}

.transparent_header .mp_corpo_top_bar .social-icons a:hover i {
    color: #9cbe71;
    background: -webkit-linear-gradient(45deg, #86bb43, #9cbe71);
    -webkit-background-clip: text;
}

.transparent_header .transparent_header .mp_corpo_top_bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mp_corpo_top_bar .social-icons {
    padding: 0;
    list-style: none;
    margin: 0;
    height: 26px;
    display: inline-block;
}

.mp_corpo_top_bar .social-icons.right ul {
    float: right;
}

.mp_corpo_top_bar .social-icons i {
    color: #b33e27;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all 265ms ease-out;
}

.mp_corpo_top_bar .social-icons a {
    display: inline-block;
}

.mp_corpo_top_bar .social-icons a:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 26px;
    height: 26px;
    border-radius: 100%;
    display: block;
    background: #FFF;
    transition: all 265ms ease-out;
}

.mp_corpo_top_bar .social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.mp_corpo_top_bar .social-icons a:hover i {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    color: #FFF;
    background: -webkit-linear-gradient(45deg, #FFF, #FFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

.transparent_header .mp_corpo_top_bar {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.top-bar-bg {
    background: #b33e27;
}

/*main header*/

.transparent_header .mp_corpo_main_header .site-branding {
    padding: 5px 0;
}

.transparent_header .mp_corpo_main_header .site-branding h1 a,
.transparent_header .mp_corpo_main_header .site-branding p,
.transparent_header .main-navigation ul li a,
.transparent_header .search_main_menu a,
.transparent_header .main-navigation div > ul > li.menu-item-has-children:before {
    color: #FFF;
}

.transparent_header .header_fixed .main-navigation ul li a, .transparent_header .header_fixed .search_main_menu a {
    color: #565555;
}

.transparent_header .header_fixed .site-branding h1 a, .transparent_header .header_fixed .site-branding p {
    color: #565555;
}

.transparent_header .search_main_menu a:hover {
    color: #b33e27;
}

.transparent_header .main-navigation ul.sub-menu li a {
    color: #0e0e0e;
}

.transparent_header .main-navigation ul li:hover > a,
.transparent_header .main-navigation ul li.current-menu-item > a,
.transparent_header .main-navigation ul li.active > a {
    color: #b33e27;
}

.transparent_header .main-navigation div > ul > li.menu-item-has-children:hover:before, .transparent_header .main-navigation ul ul li.menu-item-has-children:hover:before {
    color: #b33e27;
}

.transparent_header.full_width .main-navigation ul li ul li ul, .transparent_header.full_width .main-navigation ul li ul {
    width: 180px;
}

.transparent_header.full_width .main-navigation ul li {
    margin: 0 3px;
}

.transparent_header.full_width .mp_corpo_main_header {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: inherit;
}

.transparent_header.full_width .logo {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent_header.full_width .site-branding {
    text-align: center;
}

.transparent_header.full_width .search_main_menu {
    padding: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.transparent_header.full_width .main-navigation ul {
    margin: 0;
}

.transparent_header.full_width .main-navigation ul.sub-menu {
    margin: 0;
}

.transparent_header.full_width .mp_corpo_main_header {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: inherit;
}

/*transparent header*/

/*main header*/
.mp_corpo_main_header {
    display: block;
    z-index: 999;
    min-height: 70px;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #cecaca;
}

.mp_corpo_main_header .site-branding {
    padding: 10px 0;
}

.mp_corpo_main_header .site-branding h1 a,
.mp_corpo_main_header .site-branding p {
    color: #000;
}

.header_fixed {
    position: fixed;
    background: #FFF;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999999999;
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.main-header-bg {
    background: #FFF;
}

.mp_corpo_main_header .site-branding h1 {
    margin: 5px 0px 0px 0px;
    text-transform: uppercase;
}

.mp_corpo_main_header .site-branding h1 a {
    color: #000;
    font-weight: 700;
    font-size: 27px;
}

.mp_corpo_main_header .site-branding p {
    color: #000;
    margin: 0;
    font-size: 14px;
}

.search_main_menu {
    float: right;
    padding: 24px 0px 0px 16px;
    line-height: 2.2;
}

.search_main_menu a {
    color: #000
}

/************************
Header layout three
*************************/

.mp_corpo_main_nav {
    border-top: 1px solid #b33e27;
}

.mp_corpo_main_nav .search_main_menu {
    padding: 6px 0px 0px 16px;
}

.mp_corpo_main_nav .main-navigation ul.nav-menu > li > a {
    padding: 5px 16px;
}

.mp_corpo_main_nav .search-popup {
    top: 40px;
}

/***************
* Slider
****************/
.mp_corpo_slider {
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
}

.carousel-caption {
    position: absolute;
    z-index: 10;
    color: #fff;
    top: 35%;
    right: 0;
    left: 0;
    padding: 0;
    border: none;
    text-shadow: none;
}

.carousel-caption h2 {
    color: #fff;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 46px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.carousel-caption p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 40px;
    color: #fff;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    font-size: 50px;
}

.carousel-caption a {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    margin-right: 5px;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 999;
}

.slider_inner_wrapper {
    max-width: 600px;
    margin: 0 auto;
}

/**************
* Video banner
***************/
video.video-fluid {
    width: 100%;
    position: relative;
}

/**************
* About section
***************/
.mp_corpo_aboutus_front h2 {
    color: #b33e27;
}

.mp_corpo_aboutus_front .address-info ul {
    padding: 0;
    margin: 0;
}

.mp_corpo_aboutus_front .address-info ul li {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.mp_corpo_aboutus_front .address-info ul li:last-child {
    border-bottom: medium none;
}

.mp_corpo_aboutus_front .achivement-items {
    margin-top: 30px;
}

.mp_corpo_aboutus_front .achivement-items ul {
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}

.mp_corpo_aboutus_front .achivement-items ul li {
    border-bottom: medium none navy;
    border-right: 1px solid #f4f4f4;
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mp_corpo_aboutus_front .achivement-items ul li:last-child {
    border-right: none;
}

.mp_corpo_aboutus_front .achivement-items .timer {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.mp_corpo_aboutus_front .achivement-items .timer::after {
    color: #b33e27;
    content: "+";
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    right: -15px;
    top: 12px;
}

.mp_corpo_aboutus_front .achivement-items .medium {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.mp_corpo_aboutus_front .icon-box, .mp_corpo_aboutus_layout_two .icon-box {
    float: left;
    width: 70px;
    font-size: 35px;
    color: #b33e27;
    margin-top: 20px;
}

.mp_corpo_aboutus_front h4, .mp_corpo_aboutus_layout_two h4 {
    color: #222;
    font-size: 18px;
}

.mp_corpo_aboutus_front .text, .mp_corpo_aboutus_layout_two .text {
    float: left;
    width: calc(100% - 70px);
    margin-top: 20px;
}

.mp_corpo_aboutus_front .icon-box, .mp_corpo_aboutus_front .text, .mp_corpo_aboutus_layout_two .icon-box, .mp_corpo_aboutus_layout_two .text {
    display: inline-block;
}

/*****************
* Tabs
******************/
.tab {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.tabs li {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 0 15px 15px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    color: #000;
}

.tabs a {
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tab.layout_two .tabs {
    width: 25%;
    float: left;
    height: 100%;
    border: 1px solid #b33e27;
    display: table-cell;
}

.tab.layout_two .tabs li {
    padding: 0px;
    margin: 0;
    display: block;
    text-align: left;
    width: 100%;
}

.tab.layout_two .tabs li a {
    color: #b33e27;
    border-bottom: 1px solid #b33e27;
    padding: 15px;
}

.tab.layout_two .tabs li:last-child a {
    border-bottom: none;
}

.tab.layout_two .tabs li a:hover, .layout_two .tabs li.active a {
    color: #FFF;
    background: #b33e27;
}

.tab_content {
    padding: 20px 0px 0px 0px;
}

.tab.layout_two .tab_content {
    padding: 0px;
    display: table-cell;
}

.tabs_item {
    display: none;
}

.tab.layout_two .tabs_item {
    padding: 0 15px;
}

.tabs_item h4 {
    font-weight: bold;
    color: blue;
    font-size: 20px;
}

.tabs_item figure {
    border: 15px solid #eaeaea;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

.tabs_item img {
    margin-right: 30px;
    transition: all 0.4s ease;
}

.tabs_item:first-child {
    display: block;
}

.tabs_item h3 {
    color: #000;
}

.tabs_item ul {
    padding: 0;
}

.tabs_item ul li {
    list-style-type: none;
    color: #777;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 1.8;
}

.tabs_item ul li:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 10px;
    width: 1.3em;
    display: inline-block;

}

.tab .active a {
    color: #b33e27;
    background: transparent;
}

/*********************
*    Services
*
***********************/
.mp_corpo_services, .mp_corp_serivce_layout_2 {
    background: #f5f8f9;
}

.mp_corpo_services .services-list, .mp_corp_serivce_layout_2 .services-list {
    position: relative;
}

.mp_corpo_services .services-list .box, .mp_corp_serivce_layout_2 .services-list .box {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    transition: all 0.4s ease;
    background-color: #FFF;;
    text-align: center;
}

.mp_corp_serivce_layout_2 .services-list .box {
    padding-top: 60px;
    margin-top: 50px;
}

.mp_corpo_services .services-list .box img, .mp_corp_serivce_layout_2 .services-list .box img {
    margin-bottom: 15px;
}

.mp_corpo_services .services-list .box:hover, .mp_corp_serivce_layout_2 .services-list .box:hover {
    -webkit-box-shadow: 4px 0 19px rgba(66, 78, 92, .35);
    box-shadow: 4px 0 19px rgba(66, 78, 92, .35);
    -webkit-transition: all ease-in-out .4s;
    background: #FFF;
}

.mp_corpo_services .services-list .box a h4, .mp_corp_serivce_layout_2 .services-list .box a h4 {
    position: relative;
    color: #222222;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.mp_corp_serivce_layout_3 .services-list .box a h4 {
    text-align: left;
}

.mp_corpo_services .services-list .box a .icon-box, .mp_corp_serivce_layout_2 .services-list .box a .icon-box {
    display: block;
    text-align: center;
    line-height: 68px;
}

.mp_corp_serivce_layout_2 .services-list .box a .icon-box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    background: #FFF;
    left: 0;
    right: 0;
    top: -50px;
    border-radius: 50%;
    border: 8px solid #f5f8f9;
}

.mp_corpo_services .services-list .service_content, .mp_corp_serivce_layout_2 .services-list .service_content {
    display: block;
}

.mp_corpo_services .services-list .box a .icon-box i, .mp_corp_serivce_layout_2 .services-list .box a .icon-box i {
    font-size: 60px;
    color: #b33e27;
    line-height: 1.5;
}

/*********************
*    call to action
*
***********************/

.call_to_action {
    padding: 90px 0;
    position: relative;
    background-size: cover;
}

.call_to_action_layout_two {
    padding: 60px 0;
    position: relative;
    background-size: cover;
    text-align: center;
}

.call_to_action_layout_two p {
    color: #fdfdfd;
}

.call_to_action_layout_two h4 {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 700;
}

.call_to_action_layout_two h4 span {
    color: #b33e27;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 700;
}

.call_to_action h4 {
    color: #fff;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 700;
}

.call_to_action .call-us {
    color: #fff;
    font-size: 22px;
    margin: 0 44px 30px;
}

.call_to_action .call-us i {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: 1px solid #b33e27;
    background: #b33e27;
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
    border-radius: 3px;
}

.call_to_action .call-us.mail-us {
    margin-bottom: 0px;
}

.call_to_action a {
    font-size: 20px;
    margin-top: 40px;
}

/*************
*   portfolio
**************/
.mp_corpo-portfolio {
    background: #f5f8f9;
}

.co-portfolio-Section-1 {
}

/*-- Portfolio Filter --*/
.mp_corpo-isotop-filter-1 {
    margin-bottom: 12px;
}

.mp_corpo-isotop-filter-1 button {
    background-color: transparent;
    border: medium none;
    border-radius: 5px;
    color: #999999;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 33px;
    letter-spacing: 0.4px;
    line-height: 23px;
    margin: 0 3px 30px 0;
    padding: 5px 17px;
    text-transform: uppercase;
    vertical-align: top;
}

.mp_corpo-isotop-filter-1 button.active {
    background: #b33e27;
    color: #ffffff;
}

/*-- Portfolio Grid --*/
.mp_corpo-isotop-grid-1 {
}

/*-- Portfolio Item --*/
.mp_corpo-isotop-item-1 {
    margin-bottom: 15px;
}

.mp_corpo-isotop-item-1 a {
    display: block;
    position: relative;
    text-align: center;
}

.mp_corpo-isotop-item-1 a::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c0e98d), to(#86bb43));
    background-image: -o-linear-gradient(to bottom, #c0e98d 0%, #86bb43 100%);
    background-image: linear-gradient(to bottom, #c0e98d 0%, #86bb43 100%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mp_corpo-isotop-item-1 a:hover::before {
    opacity: 0.9;
}

.mp_corpo-isotop-item-1 a img {
    width: 100%;
}

.mp_corpo-isotop-item-1 a .portfolio-content {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.mp_corpo-isotop-item-1 a:hover .portfolio-content {
    opacity: 1;
}

.mp_corpo-isotop-item-1 a .portfolio-content i {
    color: #ffffff;
    display: block;
    font-size: 30px;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mp_corpo-isotop-item-1 a:hover .portfolio-content i {
    margin-bottom: 22px;
}

.mp_corpo-isotop-item-1 a .portfolio-content .title {
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 28px;
}

/**************
* Blog
***************/
.no-image-blog {
    margin-top: 30px;
}

.mp_corpo-blog, .archive-page {
    background: #FFF;
}

.mp_corpo-blog article, .archive-page article {
    margin-bottom: 20px;
    display: inline-block;
    background: #f5f8f9;
}

.archive article {
    margin-top: 50px;
}

.mp_corpo-blog article .title-box, .archive-page article .title-box {
    position: relative;
    margin-bottom: 0px;
}

.mp_corpo-blog .date-box {
    position: absolute;
    left: 0px;
    top: -53px;
    color: #fff;
    padding: 25px 24px;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    background: #b33e27;
    width: 100px;
    display: inline-block;
}

.mp_corpo-blog.single .date-box {
    padding: 20px 24px;
}

.mp_corpo-blog .date-box .month, .archive-page .date-box .month {
    display: block;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
}

.mp_corpo-blog h4 a, .archive-page h4 a {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    color: #333;
    font-family: 'Raleway', sans-serif;
}

.mp_corpo-blog h4 a:hover, .archive-page h4 a:hover {
    color: #b33e27;
}

.mp_corpo-blog figure, .archive-page figure {
    margin: 0;
    overflow: hidden;
}

.archive-page figure {
    width: 40%;
    float: left;
    position: relative;
}

.mp_corpo-blog img, .archive-page img {
    transition: all 0.4s ease;
}

.mp_corpo-blog .entry-content, .archive-page .entry-content {
    padding: 15px 20px;
    position: relative;
    background: #f5f8f9;
}

.archive-page .entry-content.archive-list {
    width: 60%;
    float: left;
}

.mp_corpo-blog .with-date .title-meta {
    display: inline-block;
    padding-left: 110px;
}

.entry-meta {
    margin: 0;
    list-style: none;
    display: inline-block;
    padding: 0;
}

.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}

.entry-meta li {
    float: left;
    font-size: 15px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-style: italic;
}

.entry-meta li a {
    color: #999;
}

.entry-meta li:before {
    content: '/';
    display: inline-block;
    margin-right: 10px;
    opacity: .5;
}

.entry-meta li:first-child:before {
    content: ' ';
    margin-right: 0px;
}

/*********************
*    team
***********************/
.mp_corpo-team, .mp_corpo_team_layout_two {
    width: 100%;
    background: #f5f8f9;
    display: block;
}

.mp_corpo-team .box {
    text-align: center;
    margin-bottom: 15px;
    background: #FFF;
    padding-bottom: 15px;
}

.mp_corpo-team .box h4 {
    margin-bottom: 0;
}

.mp_corpo-team .box h4 a {
    color: #404040;
    font-weight: 500;
    font-size: 18px;
}

.mp_corpo-team .box span {
    text-align: center;
    display: block;
    color: #9cbe71;
}

.mp_corpo-team .box figure {
    display: block;
    position: relative;
    overflow: hidden;
}

.mp_corpo-team .box figure img {
    transition: all ease 0.4s;
}

.mp_corpo-team .social-icons, .mp_corpo_team_layout_two .social-icons {
    padding: 0;
    list-style: none;
    margin: 0;
}

.mp_corpo-team .social-icons li, .mp_corpo_team_layout_two .social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}

.mp_corpo-team .social-icons i, .mp_corpo_team_layout_two .social-icons i {
    color: #fff;
    position: absolute;
    top: 8px;
    left: 9px;
    transition: all 265ms ease-out;
}

.mp_corpo-team .social-icons a, .mp_corpo_team_layout_two .social-icons a {
    display: inline-block;
}

.mp_corpo-team .social-icons a:before, .mp_corpo_team_layout_two .social-icons a:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #86bb43, #9cbe71);
    transition: all 265ms ease-out;
}

.mp_corpo-team .social-icons a:hover:before, .mp_corpo_team_layout_two .social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.mp_corpo-team .social-icons a:hover i, .mp_corpo_team_layout_two .social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #9cbe71;
    background: -webkit-linear-gradient(45deg, #86bb43, #9cbe71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

/*********************
*    team layout two
*
***********************/

.mp_corpo_team_layout_two .box {
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    padding: 0;
    background: #FFF;
}

.mp_corpo_team_layout_two .box > div {
    width: 50%;
    float: left;
}

.mp_corpo_team_layout_two .box h4 a {
    font-size: 22px;
    color: #b33e27;
}

.mp_corpo_team_layout_two .box .team-info {
    padding: 30px;
}

.mp_corpo_team_layout_two .box span {
    text-align: left;
    display: block;
    margin-bottom: 20px;
}

.mp_corpo_team_layout_two .box .team-image {
    display: block;
    position: relative;
    overflow: hidden;
}

/******************
*  Who we are
********************/
.mp_corpo_who_are_we {
    background: #f5f8f9;
}

.mp_corpo_who_are_we h4 {
    color: #000;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 700;
}

.mp_corpo_who_are_we h4 span {
    color: #b33e27;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 700;
}

/******************
* Skills
********************/
.progres_bar {
    margin-top: 10px;
}

.skill {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;

}

.skill > p {
    font-size: 14px;
    font-weight: 300;
    color: #1a1716;
    margin: 0;
}

.skill:before {
    width: 100%;
    height: 4px;
    content: "";
    display: block;
    position: absolute;
    background: #959595;
    bottom: 0;
}

.skill-bar {
    width: 100%;
    height: 4px;
    background: #8ebc53;
    display: block;
    position: relative;
}

.skill-bar span {
    position: absolute;
    top: -30px;
    font-size: 14px;
    padding: 3px 0;
    font-weight: 500;
}

.skill-bar {
    position: relative;

}

.skill-count {
    right: 0;
}

/******************
*  Client Logo
********************/
.mp_corpo_client_logo {
    padding: 10px 0;
}

.mp_corpo_client_logo .owl-carousel .owl-nav i {
    color: #999;
    font-size: 20px;
}

.mp_corpo_client_logo .owl-carousel .owl-nav button.owl-next, .mp_corpo_client_logo .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 20%;
    opacity: 1;
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 9px 20px !important;
    background: #fff;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    outline: 0;
}

.mp_corpo_client_logo .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mp_corpo_client_logo .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.mp_corpo_client_logo .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

/***********
* Testimonials
************/

.mp_corpo_testimonial {
    padding: 70px 0;
    background: url("assets/images/testimonial-bg.jpg");
    background-position: bottom center;
    position: relative;
}

.mp_corpo_testimonial .item {
    text-align: center;
}

.mp_corpo_testimonial .client-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.mp_corpo_testimonial .item p {
    opacity: .8;
    max-width: 800px;
    color: #c6c0c0;;
    margin: 30px auto;
}

.client-text {
    position: relative;
}

.client-text:before {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100px;
    height: 8px;
    content: "";
    background: #b33e27;
    margin: 0 auto;
    transition: all 0.9s ease;
}

.mp_corpo_testimonial h3 {
    color: #c6c0c0;
    font-size: 20px;
}

.mp_corpo_testimonial .owl-carousel .owl-nav button.owl-next, .mp_corpo_testimonial .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    transition: all 0.5s ease;
}

.mp_corpo_testimonial .owl-carousel .owl-nav button.owl-next,
.mp_corpo_testimonial .owl-carousel .owl-nav button.owl-prev {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 9px 20px !important;
    background: #fff;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    opacity: 1;
    outline: 0;
}

.mp_corpo_testimonial .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.mp_corpo_testimonial .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

/**************
* Counter
***************/
.mp_corpo_counter {
    height: 300px;
}

.mp_corpo_counter h2 {
    color: #FFF;
    font-weight: 800;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
}

.mp_corpo_counter .box {
    margin-top: 25px;
}

.mp_corpo_counter h3 {
    font-family: 'Rajdhani', sans-serif;
    color: #b0ed64;
    font-size: 40px;
}

.mp_corpo_counter h4 {
    font-size: 15px;
    color: #FFF;
    text-transform: capitalize;
}

/********************
*   video
*********************/
.video .popup-youtube, .video_layout_two .popup-youtube {
    font-size: 40px;
    line-height: 1.7;
    color: #FFF;
}

.video h2 {

    color: #FFF;
    max-width: 700px;
    margin: 0 auto 20px auto;
}

.video p {
    color: #FFF;
    max-width: 700px;
    margin: 0 auto;
}

#popup-video {
    width: 75%;
    margin: 0 auto;
}

#popup-video iframe {
    width: 100%;
    margin: 0 auto;
}

.mfp-close-btn-in .mfp-close {
    color: #f8f8f8;
}

/***********
* video layout two
************/
.video_layout_two {
    padding: 0;
    background: #333;
    color: #FFF;
    width: 100%;
}

.video_layout_two .video_button {
    vertical-align: middle;
    background: url("assets/images/video_img.png") center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.video_layout_two .video_button_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -47px 0 0 -91.5px;
}

.video_layout_two .description {
    padding: 40px 30px;
    max-width: 700px;
}

.video_layout_two .description h4 {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 700;
}

.video_layout_two .description h4 span {
    color: #b33e27;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 700;
}

.video_layout_two .description p {
    color: #FFF;
    margin-bottom: 35px;
}

.speciality-title {
    position: relative;
    border-radius: 5px;
    text-align: left;
    padding: 0 0 0 60px;
    margin-bottom: 35px;
}

.speciality-title .number {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    border: 2px solid #e7e7e7;
    display: inline-block;
}

.speciality-title h4 {
    font-size: 18px;
}

.speciality-title h4 span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #b33e27;
}

/******************
*   pricing
*******************/
.mp_corpo_pricing {
    width: 100%;
    background: #f5f8f9;
    display: block;
}

.mp_corpo_pricing .single-table {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    text-align: center;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.mp_corpo_pricing .single-table:hover, .mp_corpo_pricing_layout .single-table.active:hover {
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%);
}

.mp_corpo_pricing .single-table.active::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: -45px;
    width: 110px;
    height: 46px;
    border: 5px solid;
    border-radius: 100%;
    transform: rotate(-146deg);
    border-color: #b33e27;
}

.mp_corpo_pricing .single-table.active::after {
    content: "";
    position: absolute;
    top: -10px;
    right: -45px;
    width: 110px;
    height: 46px;
    border: 5px solid;
    border-radius: 100%;
    transform: rotate(-146deg);
    border-color: #b33e27;
}

.mp_corpo_pricing .single-table .table-head {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.mp_corpo_pricing .single-table .title {
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333;
}

.mp_corpo_pricing .single-table .price p {
    font-weight: 700;
    font-size: 50px;
    margin: 0;
    color: #b33e27;
}

.mp_corpo_pricing .single-table .price span {
    font-size: 20px;
    font-weight: 400;
}

.mp_corpo_pricing .single-table .price .currency {
    position: relative;
    top: -20px;
}

.mp_corpo_pricing .single-table .table-list {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.mp_corpo_pricing .single-table .table-list li {
    color: #666;
    position: relative;
    text-transform: capitalize;
    padding: 10px;
}

.mp_corpo_pricing .single-table .table-bottom {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}

/******************
*   pricing
*******************/
.mp_corpo_pricing_layout {
    width: 100%;
    background: #f5f8f9;
    display: block;
}

.mp_corpo_pricing_layout .single-table {
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    text-align: center;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.mp_corpo_pricing_layout .single-table .table-head {
    position: relative;
}

.mp_corpo_pricing_layout .single-table .title {
    color: #fff;
    background-color: #062D55;
    position: relative;
    text-align: center;
    padding: 25px 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.mp_corpo_pricing_layout .single-table.active .title {
    background: #b33e27;
}

.mp_corpo_pricing_layout .single-table .price {
    text-align: center;
    padding: 20px 0;
}

.mp_corpo_pricing_layout .single-table .price p {
    font-size: 40px;
    color: #062D55;
    font-weight: 700;
    margin-bottom: 0;
}

.mp_corpo_pricing_layout .single-table .price span {
    font-size: 20px;
    font-weight: 400;
}

.mp_corpo_pricing_layout .single-table .price .currency {
    font-weight: 600;
    font-size: 18px;
    margin-right: 4px;
    vertical-align: top;
}

.mp_corpo_pricing_layout .single-table .table-list {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
}

.mp_corpo_pricing_layout .single-table .table-list li {
    text-align: center;
    color: #5c5757;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 11px;
    list-style-type: none;
}

.mp_corpo_pricing_layout .single-table .table-list li:nth-child(2n+1) {
    background-color: #f1f1f1;
}

.mp_corpo_pricing_layout .single-table .table-bottom {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}

/*************
* Frequently asked question
*************/
.faq {
    padding: 0;
    background: #333;
    color: #FFF;
    width: 100%;
    position: relative;
    height: 490px;
}

.accordion_custom_image {
    background: url(assets/images/faq.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 576px;
    vertical-align: top;
    transition: 0.8s ease;
}

.faq h4 {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: 700;
}

.faq h4 span {
    color: #b33e27;
    font-size: 25px;
    line-height: 44px;
    margin-bottom: 0px;
    margin-top: 18px;
    font-weight: 700;
}

.accordion_inner_wrapper {
    padding: 40px 30px;
    max-width: 700px;
}

.faq .ui-accordion .ui-accordion-header {
    outline: 0;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    transition: all 0.3s ease;
}

.faq .ui-accordion .ui-accordion-header:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #0e0e0e;
    right: 9px;
    font-size: 14px;
}

.faq .ui-accordion .ui-accordion-content {
    padding: 10px 10px;
    border-top: 0;
    overflow: auto;
}

.faq .ui-accordion .ui-accordion-header-active:after {
    content: '\f106';
    color: #FFF;
}

.faq .ui-icon-triangle-1-e, .faq .ui-state-active .ui-icon, .ui-button:active .ui-icon {
    display: none;
}

.faq .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br, .ui-corner-all, .faq .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0;
}

.faq .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #b33e27;
    background: #b33e27;
    font-weight: normal;
    color: #ffffff;
}

.faq .ui-accordion .ui-accordion-header.ui-accordion-header-active {
    color: #FFF;
}

.faq .ui-accordion .ui-accordion-header:after {
    content: '\f107';
}

/********************
*   Footer
*********************/

footer .site-branding {
    margin-bottom: 20px;
}

footer .footer-main {
    background: #06284a;
    text-align: left;
    padding: 40px 0;
    color: #878787;
}

footer .footer-main ul {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    border-top: none;
}

footer.site-footer {
    padding-top: 60px;
    color: #878787;
    background: #282828;
}

footer.site-footer .widget {
    margin: 0;
}

footer.site-footer .widget ul li {
    font-size: 14px;
    list-style-type: none;
    display: block;
    text-align: left;
    margin: 0;
    line-height: 30px;
}

footer.site-footer .widget ul li a {
    color: #878787;
    line-height: 28px;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px;
    font-size: 14px;
}

footer.site-footer .widget ul li a:hover {
    color: #b33e27;
}

footer.site-footer .widget_nav_menu ul li {
    padding: 0px 7px 0px 10px;
    border: none;
}

footer.site-footer .widget .widget-title {
    font-size: 20px;
    color: #b33e27;
    margin-bottom: 25px;
}

footer.site-footer .widget_nav_menu ul li:before {
    content: "-";
    color: #878787;
    position: absolute;
    left: 0;
    top: 0;
}

/*recent post*/

footer.site-footer .recent-post-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer.site-footer .recent-post-widget ul li {
    margin-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.8em;
    padding-bottom: 15px;
    border-bottom: 1px solid #494949;
}

footer.site-footer .recent-post-widget ul li:last-child {
    margin-bottom: 0px;
    border: none;
}

footer.site-footer .recent-post-widget .post-image {
    float: left;
    margin-right: 12px;
    width: 50px;
    display: block;
}

footer.site-footer .recent-post-widget .post-info {
    width: calc(100% - 70px);
    float: left;
    display: block;
}

footer.site-footer .recent-post-widget .post-info a {
    color: #878787;
}

footer.site-footer .recent-post-widget .post-info p {
    font-size: 12px;
    margin: 0;
}

footer.site-footer .widget_about p {
    color: #878787;
}

footer.site-footer .widget_about h2 a {
    margin: 0px;
    color: #FFF;
}

footer.site-footer .widget_about .site-description {
    color: #FFF;
    margin-bottom: 0px;
}

.copyright p {
    color: #e2e2e2;
}

.copyright a {
    color: #ff5503;
}

.bottom-footer {
    background: #000;
    padding: 10px;
}

.bottom-footer p {
    margin: 0
}

.bottom-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.bottom-footer ul li {
    display: inline-block;
    margin-left: 20px;
}

.bottom-footer ul li a {
    color: #878787;
}

.bottom-footer ul li a:hover {
    color: #b33e27;
}

/*************************************************************************************

Breadcrumbs section

**************************************************************************************/

.breadcrumb {
    padding: 30px 0px 13px 0px;
    margin-bottom: 0px;
    background-size: cover;
    background: #06284a;

}

.breadcrumb.transparent_header_breadcrumb {
    padding: 80px 0px 13px 0px;

}

.breadcrumb_wrapper {
    display: table;
}

.breadcrumb h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    margin: 0;
    line-height: 110%;
    text-transform: capitalize;
    display: table-cell;
    vertical-align: middle;
}

.breadcrumb nav {
    display: table-cell;
    vertical-align: middle;
}

.breadcrumb ul {
    text-align: right;
    color: #FFF;
    padding: 0;
    margin: 0;
}

.breadcrumb ul li {
    display: inline;
    font-size: 16px;
    color: #b33e27;
    font-weight: 500;
}

.breadcrumb ul li a {
    color: #b33e27;
    transition: 0.8s ease;
}

.breadcrumb ul li a:after {
    content: ">";
    color: #b33e27;
    padding: 0px 8px;
    position: relative;
    top: 1px;
}

.breadcrumb ul li:last-child a:after {
    content: "";

}

/******************************
Breadcrumbs layout two
*******************************/

.breadcrumb.layout_two, .breadcrumb.layout_three {
    padding: 30px 0px 13px 0px;
    margin-bottom: 0px;
    background-size: cover;
    background: #06284a;
}

.breadcrumb.layout_two .breadcrumb_wrapper, .breadcrumb.layout_three .breadcrumb_wrapper {
    height: 250px;
    display: block;
    padding: 6% 0;
}

.breadcrumb.layout_two h1, .breadcrumb.layout_two nav,
.breadcrumb.layout_three h1, .breadcrumb.layout_three nav {
    display: block;
}

.breadcrumb.layout_two ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

.breadcrumb.layout_three ul {
    text-align: center;
}

.breadcrumb.layout_three h1 {
    text-align: center;
}

/******************
*  Contact
********************/
.mp_corp_contact_us .contact-icon {
}

.mp_corp_contact_us .contact-icon .contact-inner a {
    font-size: 16px;
    display: block;
    color: #737373;
    margin-bottom: 12px;
}

.mp_corp_contact_us .contact-icon .contact-inner a i {
    font-size: 16px;
    text-align: center;
    margin-right: 15px;
    width: 50px;
}

.mp_corp_contact_us .contact-icon .contact-inner a span {
    line-height: 30px;
    overflow: hidden;
}

.contact_form .wpcf7 label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
}

.mp_corp_contact_us .contact_form .wpcf7 .wpcf7-textarea {
    height: 200px;
}

.mp_corp_contact_us .contact_form .wpcf7 p {
    margin-bottom: 0;
}

.mp_corp_contact_us .contact_form .wpcf7 input,
.mp_corp_contact_us .contact_form .wpcf7 .wpcf7-textarea {
    background: #f2f2f2;
}

.contact_form .wpcf7 input[type="submit"] {
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 25px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background-color: #b33e27;
    border: 1px solid #b33e27;
}

.contact_detail {
    background: #f2f2f2;
    padding: 20px;
}

.cons_light_map_responsive {
    overflow: hidden;
    position: relative;
    height: 650px;
    width: 100%;
    padding: 0;
}

.cons_light_map_responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*********************
* comment form
***********************/
#respond {
    clear: both;
    display: block;
    padding: 30px;
    margin-top: 50px;
    background: #f5f8f9;
}

#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond input[type="password"], #respond input[type="search"], #respond input[type="number"], #respond input[type="tel"], #respond input[type="range"], #respond input[type="date"], #respond input[type="month"], #respond input[type="week"], #respond input[type="time"], #respond input[type="datetime"], #respond input[type="datetime-local"], #respond input[type="color"], #respond textarea {
    background: #ffffff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 45px;
    padding: 0 15px;
    color: #fff;
}

#respond textarea {
    height: 200px;
}

.comments-area {
    margin-top: 20px;
}

#respond .form-submit .submit {
    display: inline-block;
    padding: 12px 15px;
    border: 1px solid #b33e27;
    text-align: center;
    background: #b33e27;
    color: #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

ol.comment-list {
    clear: both;
    display: block;
    padding: 30px;
    width: 100%;
    background: #f5f8f9;
}

ol.comment-list li {
    list-style-type: none
}

.vcard .avatar {
    float: left;
    margin-right: 40px;
    width: 120px;
    height: 120px;
}

.comments-area .fn {
    display: inline-block;
    font-size: 18px;
    color: #b33e27;
}

.reply a {
    color: #b33e27;
}

.comment-metadata a {
    color: #8b8b89;
}

/*--------------------------------------*/
.gallery {
    margin-top: 30px;
}

.gallery .gallery-inner {
    margin-bottom: 30px;
    border: 2px solid #b9b9b9
}

.gallery .box {
    position: relative;
    overflow: hidden;

}

.gallery img {
    width: 100%;
}

.gallery .centerd {
    display: table;
    vertical-align: middle;
    width: 100%;
}

.gallery .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    font-size: 20px;
    padding: 32%;
    text-align: center;
}

.gallery .album-title h4 {
    font-size: 14px;
    background: #f3f2f2;
    color: #000 !important;
    padding: 10px 15px;
    text-align: center;
    margin: 0;
}

.gallery .gallery-inner:hover .overlay {
    opacity: 1;
}

.gallery .youtube i {
    color: red;
    font-size: 50px;
    line-height: 4.5;
}

/*-------------------------------------------------------------------------*/

.youtube-video-gallery.owl-carousel .owl-nav button.owl-next, .youtube-video-gallery.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 32%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99999;
    font-size: 20px;
    color: #FFF;
    width: 30px;
    background: #000;
    border-radius: 50%;
    outline: 0;
}

.youtube-video-gallery.owl-carousel .owl-nav button.owl-prev {
    left: -40px;
}

.youtube-video-gallery.owl-carousel .owl-nav button.owl-next {
    right: -40px;
}

.youtube-video-gallery.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    opacity: 1;
    transition: all 0.5s ease;
    outline: 0;
    left: 0;
    right: 0;
}

/*-------------------------------------------------------------*/

.mission {

}

.mission .box {
    border: 1px solid #b33e27;
    padding-bottom: 10px;
}

.mission .title {
    background: #b33e27;
    padding: 10px 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.mission .title a {
    color: #FFF;
}

.mission .body-text {
    padding: 0 15px;
}

/*------------------------------------------*/
/*-----------------------  Flash News -------------------------*/
.flash-news {
    background: #dcdcdc;
    margin-top: 2px;
    border-top: 1px solid #b33e27;
    border-bottom: 1px solid #b33e27;
}

.flash-news-inner {
    display: flex;
}

.flash-news .news-title {
    width: 113px;
    color: #FFF;
    background: #b33e27;
    padding: 5px 10px;
    font-weight: 700;
    position: relative;
    font-size: 14px;
    margin: 3px;
}

.news-marquee {
    width: calc(100% - 120px);
    color: #FFF;
    overflow: hidden;

}

.js-marquee {
    margin-top: 4px;
    font-size: 14px;
}

.flash-news .news-marquee ul {
    padding: 0;
    margin: 0;
}

.flash-news .news-marquee ul li {
    float: left;
    margin-right: 30px;
    list-style-type: none;
    margin-top: 4px;
}

.flash-news .news-marquee ul li a {
    font-size: 14px;
    color: #b33e27 !important;
}

/*-----------------------  Activities  -------------------------*/
.activities {
    margin-bottom: 20px;
}

.main-banner.owl-carousel .owl-nav button.owl-next, .main-banner.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 40%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99999;
    font-size: 20px;
    color: #FFF;
    width: 30px;
    background: #000;
    border-radius: 50%;
    outline: 0;
}

.main-banner.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.main-banner.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.main-banner.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    opacity: 1;
    transition: all 0.5s ease;
    outline: 0;
    left: 0;
    right: 0;
}

/*-------------------------*/
.top-footer {
    background: #1b1a1a;
    padding: 40px 0;
}

.top-footer h2 {
    color: #FFF;
    font-size: 2rem;
}
.top-footer ul{
    padding: 0;
}
.top-footer ul li{
    list-style-type: none;
}


.donate-section {
    position: relative;
    overflow: hidden;
}
.donate-section img{
    width: 100%;
}
.donate-section .description {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

.donate-section h2 {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    font-size: 25px;
    text-align: center;
    transition: all ease 0.3s;
    margin-bottom: 40px;
}


.donate-section p {
    color: #FFF;
    font-size: 20px;
}
/*---------------------------------------*/


.publication{

}
.publication h2{
    padding-top: 15px;
}

.publication h2 a{
    color: #b33e27;
}
.publication .box{
    display:flex;
    padding: 20px;
    border:  2px solid #b33e27;
}
.publication .box figure{
    width: 30%;
    max-width: 30%;
    min-width: 30%;
    margin: 0 20px 0 0;
}
/*-----------------------------------*/
.page-link {
    color: #b33e27;
    border: 1px solid #b33e27;
}
.page-link:hover {
    z-index: 2;
    color: #FFF;
    text-decoration: none;
    background-color: #b33e27;
    border-color: #b33e27;
}