/*!
Theme Name: Gym Master
Theme URI: https://rigorousthemes.com/downloads/gym-master/
Author: Rigorous Theme
Author URI: https://rigorousthemes.com/
Description: Gym Master  is a bold, impactful, intuitive and dynamic fitness WordPress theme for gyms, fitness clubs, yoga classes, weight loss centres, personal trainers, aerobics classes, healthcare centres, workout studios, physiotherapists, health consultants and all the fitness freaks who are on a mission to make people healthy and fit. This multipurpose theme has an inviting design to make people turn their heads towards your website at least once. Gym Master  loads on all browsers and can be translated into numerous local and international languages. Features include Built-in Homepage Slider,service(comes with plugins Gym Master Components),Team,Testimonial,Schedule Section. For Demo Link : https://preview.rigorousthemes.com/gym-master/
Requires at least: 5.6
Tested up to: 5.8
Requires PHP: 5.5
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gym-master
Tags:one-column,two-columns,three-columns,custom-header,theme-options,flexible-header,footer-widgets,full-width-template,custom-colors,custom-menu,post-formats,custom-background,custom-logo,featured-images,left-sidebar, right-sidebar, threaded-comments, translation-ready,blog,news,food-and-drink

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.

gym-master 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:30px;
    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: 'Fauna One', serif; /* 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: 'Fauna One', serif;; /* 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-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *      `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body{
    background-color:#141825;
    color: #fff;
    font-size:14px;
    font-family: 'Roboto Condensed', sans-serif;
}
body,
button,
input,
select,
optgroup,
textarea {
    line-height: 1.5;
    font-weight: 300;
    letter-spacing:0.5px;
}
a.button,
button,
input,
select,
optgroup,
textarea{
    font-family: 'Roboto', sans-serif;
}
a.button{
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color:#fff;
    margin:0;
    font-family: 'Roboto', sans-serif;
}
h1{
    font-size: 30px;
}
h2{
    font-size: 25px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 16px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}

p {
    margin-top:0;
    margin-bottom:20px;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: 'Fauna One', serif;
    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: 'Fauna One', serif;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {

    box-sizing: border-box;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0;
    margin-block-start:0;
    margin-block-end:0;
    margin-inline-start:0;
    margin-inline-end:0;
    display: block;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* Wobble Skew */

button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    /*    font-size: 16px;*/
    text-transform: uppercase;
    border: 1px solid #ee3232;
    background-color:#ee3232;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    letter-spacing: 0.5px;
    font-weight:600;
    cursor: pointer;
}
.contact-form-wrap input[type="submit"]{
    padding:12px 24px;
}
a.button{
    -ms-transform:skew(-23deg);
    -moz-transform:skew(-23deg);
    -webkit-transform:skew(-23deg);
    transform:skew(-23deg);
    margin-left:15px;
}
a.button span{
    display: block;
    -ms-transform:skew(30deg);
    -moz-transform:skew(30deg);
    -webkit-transform:skew(30deg);
    transform:skew(30deg);
    position: relative;
    padding-right:22px;
}
a.button span:after{
    content: "\f18e";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color:#fff;
    color:#ee3232;
}

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 {
    background-color:#ee3232;
    color:#fff;
}

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 {
    border:1px solid #4d1d26;
    border-radius: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    padding:0 20px;
    line-height: 50px;
    color:#fff;
    font-size: 14px;
    font-style:italic;
    background-color: transparent;
}

textarea{
    height:230px;
    padding:0 20px;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color:#9fa4a9;
}

select{
    border: 1px solid #4d1d26;
    outline:0;
    background:transparent;
    width: 100%;
    height: 50px;
    color:#fff;
    font-size: 14px;
    padding:0 20px;
    font-style:italic;
}
select option{
    color:#ee3232;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder{
    color:#fff;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="url"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
textarea::-ms-input-placeholder{
    color:#fff;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color:#fff;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #fefefe;
    text-decoration: none;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}


a:hover, a:focus, a:active {
    color:#ee3232;
}

a:focus {
    outline:0;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: left;
}
.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    left: 0;
    background-color:#141825;
}
.main-navigation > ul > li >ul{
    top: 110%;
}
.main-navigation > ul > li:hover >ul{
    top: 100%;
}
.main-navigation ul ul ul {
    left: 100%;
    top:100%;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
    top: 0;
}
.main-navigation ul li ul li  a  {
    width:170px;
    padding:10px 15px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    opacity: 1;
    visibility: visible;
}
.main-navigation li{
    float: left;
    position: relative;
}
.main-navigation li.menu-item-has-children:before{
    content:"\f107";
    position: absolute;
    right: 5px;
    top: 50%;
    font-family: FontAwesome;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.main-navigation li.menu-item-has-children:hover:before{
    -webkit-transform:translateY(-50%) rotate(180deg);
    transform:translateY(-50%) rotate(180deg);
}
.main-navigation .submenu li.menu-item-has-children:before{
    -webkit-transform:translateY(-50%) rotate(270deg);
    transform:translateY(-50%) rotate(270deg);
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: inline-block;
    }
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after ,
.row:before,
.row:after,
.navbar:before,
.navbar:after,
.main-navigation ul:before,
.main-navigation ul:after,
.instruct-comment:before,
.instruct-comment:after,
.service-wrap:after,
.process-section:after,
.process-content-wrap:after,
.client-info-section:after,
.client-info-wrap:after,
.product-list-wrapper .list-info:after,
.footer-info-section:after,
.bmi-wrap:after,
.contact-form-wrap:after{
    content: "";
    display: block;
    clear: both;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 30px;
}
.widget-title{
    font-size:20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color:#fff;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    position: relative;
    padding-bottom:10px;
}
.widget-title:before{
    content:'';
    position: absolute;
    bottom:0;
    left: 0;
    width:20px;
    height:3px;
    background-color:#ee3232;
}
.widget ul{
    list-style: none;
    margin:0;
    padding: 0;
}
.widget ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    padding-left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.widget select {
    max-width: 100%;
}
.widget ul li{
    margin-bottom: 15px;
}
.widget ul li:last-child{
    margin-bottom: 0;
}
.widget.widget_tags ul li,
.widget.widget_archive ul li,
.widget.widget_categories ul li{
    text-align: right;
    clear: left;
}
.widget.widget_tags ul li a,
.widget.widget_archive li a,
.widget.widget_categories li a {
    float: left;
}
.widget_search form{
    position: relative;
}
.widget_search form input[type=search]{
    padding-right:105px;
}
.widget_search form input[type=submit]{
    position: absolute;
    top: 0;
    bottom:0;
    right: 0;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-summary {
    margin:0 0 20px;
}

.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;
}
/*------------------------------------------------
custom layout
-------------------------------------------------*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}
.default-padding{
    padding:90px 0;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    float: left;
}

.custom-col-12 {
    width: 100%;
}

.custom-col-11 {
    width: 91.66666667%;
}

.custom-col-10 {
    width: 83.33333333%;
}

.custom-col-9 {
    width: 75%;
}

.custom-col-8 {
    width: 66.66666667%;
}

.custom-col-7 {
    width: 58.33333333%;
}

.custom-col-6 {
    width: 50%;
}

.custom-col-5 {
    width: 41.66666667%;
}

.custom-col-4 {
    width: 33.33333333%;
}

.custom-col-3 {
    width: 25%;
}

.custom-col-2 {
    width: 16.66666667%;
}

.custom-col-1 {
    width: 8.33333333%;
}
/*-----------------------------
 Buttons
-----------------------------*/

/*   -- "Back To Top" (These are the styles for the Back To Top) --   */

.back-to-top {
    bottom: 70px;
    position: fixed;
    right: 30px;
    z-index: 2;
}

.back-to-top a {
    -moz-border-radius: 3px;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-border-radius: 3px;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s ease-out;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease-out;
    width: 40px;
    background:#031f34;
}

.back-to-top a:hover {
    border: 1px solid #fff;
    color: #fff;
}
/*slider/carousel next and prev button*/
.slick-slider figure img{
    width:100%;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    padding:0;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    letter-spacing:0;
    border-color:#777;
    width:32px;
    height: 40px;
    background-color:#4d1d26;
    text-align: center;
    font-style:normal;
}
.slick-arrow:focus,
.slick-arrow:hover{
    background: #fff;
    color:#000;
}
.slick-next{
    right: 0;
}
.slick-prev{
    left: 0;
}
.slick-prev:before,
.slick-next:before{
    text-align: center;
    font-size: 20px;
    color:#ee3232;
    text-indent:0;
    font-family: FontAwesome;
    -webkit-transition: all 0s ease-out;
    transition: all 0s ease-out;
    text-align: center;
}
.slick-prev:before{
    content:"\f104";
}
.slick-next:before{
    content:"\f105";
}
.testimonial-wrap .slick-next{
    left:100%;
}
.testimonial-wrap .slick-prev{
    right:100%;
    left:auto;
}
.time-schedule-image .slick-prev{
    left:20px;
}
.time-schedule-image .slick-next{
    right:20px;
}
/*---------------------------------------
social links
---------------------------------------*/
.social-links ul li a:before{
    font-family: FontAwesome;
    font-size: 14px;
}
.social-links ul li a[href*="facebook.com"]::before {
    content: "\f09a"
}

.social-links ul li a[href*="twitter.com"]::before {
    content: "\f099"
}

.social-links ul li a[href*="linkedin.com"]::before {
    content: "\f0e1"
}

.social-links ul li a[href*="plus.google.com"]::before {
    content: "\f0d5"
}

.social-links ul li a[href*="youtube.com"]::before {
    content: "\f167"
}

.social-links ul li a[href*="dribbble.com"]::before {
    content: "\f17d"
}

.social-links ul li a[href*="pinterest.com"]::before {
    content: "\f0d2"
}

.social-links ul li a[href*="bitbucket.org"]::before {
    content: "\f171"
}

.social-links ul li a[href*="github.com"]::before {
    content: "\f113"
}

.social-links ul li a[href*="codepen.io"]::before {
    content: "\f1cb"
}

.social-links ul li a[href*="flickr.com"]::before {
    content: "\f16e"
}

.social-links ul li a[href$="feed.com"]::before {
    content: "\f09e"
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}

.social-links ul li a[href*="instagram.com"]::before {
    content: "\f16d"
}

.social-links ul li a[href*="tumblr.com"]::before {
    content: "\f173"
}

.social-links ul li a[href*="respanit.com"]::before {
    content: "\f1a1"
}

.social-links ul li a[href*="vimeo.com"]::before {
    content: "\f194"
}

.social-links ul li a[href*="digg.com"]::before {
    content: "\f1a6"
}

.social-links ul li a[href*="twitch.tv"]::before {
    content: "\f1e8"
}

.social-links ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4"
}

.social-links ul li a[href*="delicious.com"]::before {
    content: "\f1a5"
}

.social-links ul li a[href*="mailto:"]::before {
    content: "\f0e0"
}

.social-links ul li a[href*="soundcloud.com"]::before {
    content: "\f1be"
}

.social-links ul li a[href*="wordpress.org"]::before {
    content: "\f19a"
}

.social-links ul li a[href*="wordpress.com"]::before {
    content: "\f19a"
}

.social-links ul li a[href*="jsfispanle.net"]::before {
    content: "\f1cc"
}

.social-links ul li a[href*="tripadvisor.com"]::before {
    content: "\f262"
}

.social-links ul li a[href*="foursquare.com"]::before {
    content: "\f180"
}

.social-links ul li a[href*="angel.co"]::before {
    content: "\f209"
}

.social-links ul li a[href*="slack.com"]::before {
    content: "\f198"
}

.social-links.inline-social-icons ul li a[href*="facebook.com"]:hover:before {
    color: #3b5998
}

.social-links.inline-social-icons ul li a[href*="twitter.com"]:hover:before {
    color: #00aced
}

.social-links.inline-social-icons ul li a[href*="plus.google.com"]:hover:before {
    color: #c13c31
}

.social-links.inline-social-icons ul li a[href*="/feed/"]:hover:before {
    color: #dc622c
}

.social-links.inline-social-icons ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}

.social-links.inline-social-icons ul li a[href*="github.com"]:hover:before {
    color: #4183c4
}

.social-links.inline-social-icons ul li a[href*="linkedin.com"]:hover:before {
    color: #007bb6
}

.social-links.inline-social-icons ul li a[href*="pinterest.com"]:hover:before {
    color: #cb2027
}

.social-links.inline-social-icons ul li a[href*="flickr.com"]:hover:before {
    color: #ff0084
}

.social-links.inline-social-icons ul li a[href*="vimeo.com"]:hover:before {
    color: #aad450
}

.social-links.inline-social-icons ul li a[href*="youtube.com"]:hover:before {
    color: #b00
}

.social-links.inline-social-icons ul li a[href*="instagram.com"]:hover:before {
    color: #517fa4
}

.social-links.inline-social-icons ul li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89
}

.social-links.inline-social-icons ul li a[href*="skype.com"]:hover:before {
    color: #12a5f4
}

.social-links.inline-social-icons ul li a[href*="digg.com"]:hover:before {
    color: #333
}

.social-links.inline-social-icons ul li a[href*="codepen.io"]:hover:before {
    color: #000
}

.social-links.inline-social-icons ul li a[href*="respanit.com"]:hover:before {
    color: #ff4500
}

.social-links.inline-social-icons ul li a[href*="mailto:"]:hover:before {
    color: #1d62f0
}

.social-links.inline-social-icons ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}

.social-links.inline-social-icons ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}

.social-links.inline-social-icons ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}

.social-links.inline-social-icons ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}

.social-links.inline-social-icons ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877
}

.social-links.inline-social-icons ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924
}

.social-links.inline-social-icons ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5
}

.social-links.inline-social-icons ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d
}

.social-links.inline-social-icons ul li a[href*="soundcloud.com"]:hover:before {
    color: #f50
}

.social-links.inline-social-icons ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b
}

.social-links.inline-social-icons ul li a[href*="jsfispanle.net"]:hover:before {
    color: #4679bd
}

.social-links.inline-social-icons ul li a[href*="tripadvisor.com"]:hover:before {
    color: #86c171
}

.social-links.inline-social-icons ul li a[href*="foursquare.com"]:hover:before {
    color: #2d5be3
}

.social-links.inline-social-icons ul li a[href*="angel.co"]:hover:before {
    color: #000
}

.social-links.inline-social-icons ul li a[href*="slack.com"]:hover {
    color: #56b68b
}
/*----------------------------------
header css start
----------------------------------*/
.site-header{
    min-height: 100px;
    margin-bottom:50px;
}
.home .site-header,
.service-page  .site-header,
.about-page  .site-header,
.contact-page  .site-header,
.error404  .site-header{
    margin-bottom:0;
}
.home.blog .site-header{
    margin-bottom:30px;
}
.hgroup-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:9;
}
.hgroup-wrap .container{
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.site-branding{
    max-width: 300px;
    width: 100%;
    padding:10px 0;
}
.header-information{
    max-width:100px;
    width: 100%;
}
.hgroup-wrap .navbar{
    max-width:-ms-calc(100% - 400px);
    max-width:-moz-calc(100% - 400px);
    max-width:-webkit-calc(100% - 400px);
    max-width:calc(100% - 400px);
    width: 100%;
    text-align:right;
}
.header-information-inner{
    text-align:right;
    padding:34px 0;
}
.header-information-inner > div{
    display: inline-block;
    vertical-align:middle;
    position:relative;
}
.header-information-inner .site-cart-views .cart-quantity{
    background-color: #cf3323;
    position: absolute;
    min-width: 18px;
    padding: 0 3px;
    display: block;
    height: 18px;
    line-height: 18px;
    position: absolute;
    top: -6px;
    right: -14px;
    text-align: center;
    border-radius: 50%;
}
.header-information-inner .site-cart-views {
    margin-right:30px;
}
.header-search-icon i{
    min-width: 20px;
    line-height: 20px;
    text-align: center;
}
.header-information-inner .site-cart-views .widget_shopping_cart{
    width: 200px;
    position: absolute;
    top:105%;
    right:0;
    visibility:hidden;
    opacity: 0;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.header-information-inner .site-cart-views:hover .widget_shopping_cart{
    top:100%;
    opacity:1;
    visibility:visible;
}
/*----------------------
header search-section
----------------------*/
.header-search-input{
    bottom: 0;
    padding: 0 25px;
    position: fixed;
    visibility: hidden;
    top: 0;
    transform: scale(1.2);
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 99999;
}
.header-search-input.on{
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background: rgba(0,0,0,0.5);
}
.header-search-input form {
    background: #000000 none repeat scroll 0 0;
    left: 50%;
    max-width: 100%;
    padding: 25px 20px;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width:750px;
    z-index:99999;
    text-align:right;
}
.header-search-input form input[type="search"]{
    /*    width: -moz-calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);*/
    background-color: transparent;
    border: none;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 100%;
}
.header-search-input form input[type=submit]{
    display: inline-block;
    vertical-align: top;
    height: 50px;
    display: none;
}
/*social share*/
.social-links ul{
    list-style: none;
    padding-left:0;
    margin: 0;
    list-style: none;
}
.social-links ul li{
    display: inline-block;
    margin-right:20px;
}
.social-links.widget ul li{
    display: inline-block;
    vertical-align: middle;
    margin:0 15px 3px 0;
}
.social-links ul li:last-child{
    margin-right:0;
}
.main-navigation ul li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 34px 10px;
    position: relative;
    font-style: italic;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.main-navigation .menu-container ul li.menu-item-has-children a{
    padding-right: 15px;
}
.main-navigation .menu-container > ul > li > a:before,
.main-navigation .menu-container > ul > li > a:after{
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s
}
.main-navigation .menu-container > ul > li > a::before {
    margin-right: 5px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}
.main-navigation .menu-container > ul > li > a::after {
    margin-left: 5px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}
.main-navigation .menu-container > ul > li > a:hover::before,
.main-navigation .menu-container > ul > li > a:hover::after,
.main-navigation .menu-container > ul > li.current-menu-item > a::before,
.main-navigation .menu-container > ul > li.current-menu-item > a::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item a{
    color:#b81213;
}
/*-----------------------
home page section design
-------------------------*/
section{
    position:relative;
}
section .container{
    position: relative;
}
.section-bg-img{
    background-size:cover;
    background-repeat:no-repeat;
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    opacity:0.4;
}
.service-section,
.team-section,
.testimonial-section,
.shop-section ,
.blog-section,
.company-info-section,
.client-section,
.company-tab-section,
.join-section,
.pricing-section,
.contact-us-section{
    text-align:center;
}
.process-section .entry-subtitle span,
.client-info-section .entry-subtitle span,
.cta-section  .entry-subtitle span,
.timetable-section  .entry-subtitle span,
.bmi-section  .entry-subtitle span{
    padding-left: 0;
}
.section-intro{
    display:inline-block;
}
.entry-header .entry-title,
.entry-header .entry-subtitle{
    font-family: 'Roboto', sans-serif;
    margin:0;
}
.section-intro .entry-title,
.section-intro .entry-subtitle{
    text-transform: uppercase;
    font-style: italic;
}
.section-intro .entry-title{
    color:#fff;
    margin-bottom:7px;
}
.entry-header h2{
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1;
}
.entry-subtitle{
    font-weight: 600;
    color: #ee3232;
    position: relative;
}
.entry-subtitle span{
    padding:0 15px;
    position: relative;
    background-color:#141825;
}
.entry-subtitle:before{
    content:'';
    position:absolute;
    height:1px;
    background-color:#ee3232;
    top:50%;
    left:0;
    width:100%;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
}
.section-intro{
    margin-bottom:55px;
    text-align: center;
}
.slick-dotted.slick-slider{
    margin-bottom:45px;
}
.featured-banner.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.slick-dots{
    margin: 0;
    padding: 0;
    bottom: -54px;
}
.featured-banner .slick-dots{
    bottom: 8%;
    text-align: left;
    left: 8%;
    display: inline-block;
    width: auto
}
.slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin:0 5px;
    width:auto;
    height: auto;
}
.slick-dots li button[type=button]{
    text-indent: -9999px;
    width: 30px;
    height: 5px;
    background: #80838b;
    border-radius: 0;
    display: block;
    padding: 0;
    border-color: transparent;
    outline: none;
    cursor: pointer;
    -moz-transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    transform: skewX(-50deg);
}
.slick-dots li button[type=button]:hover,
.slick-dots li.slick-active button[type=button]{
    background: #ee3232;
}
.cta-section .slick-dots{
    text-align: left;
}
/*-----------------------------
featured-slider css start
------------------------------*/
.featured-slider .featured-item{
    position: relative;
    height: 100vh;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: top center;
}
.featured-slider .featured-item:before,
.page-title-wrap:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: -moz-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1)  78%);
    background: -webkit-gradient(linear, -90deg, color-stop(0, rgba(20,24,37,0)), color-stop(78%, rgba(20,24,37,1)));
    background: -webkit-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1)  78%);
    background: -o-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1)  78%);
    background: -ms-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1)  78%);
    background: linear-gradient(-90deg, rgba(20,24,37,0) 0, #141825   100%);
}
.feature-contain-wrap{
    padding:250px 0 99px;
}
.feature-contain{
    max-width: 530px;
    width: 100%;
}
.feature-contain .entry-title{
    font-size: 50px;
    color: #fff;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin-bottom:15px;
    text-align: left;
}
.slick-active .feature-contain,
.slick-active .testimonial-item,
.slick-active .cta-item,
.slick-active .product-list-wrapper,
.company-tab-section .tab-content,
.client-wrap .slick-active figure{
    animation-duration: 2s;
    animation-name: fadeInUp-effct;
}
.slick-active .team-member{
    animation-duration: 2s;
    animation-name: fadeInUp-effct;
}
@keyframes fadeInUp-effct{
    0%{
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100%{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

}
/*-----------------------------
css for animation for scroll
overriding animate.css
------------------------------*/
@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(10%, 0, 0);
        transform: translate3d(10%, 0, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/*------------------------------
Service section
------------------------------*/
.service-wrap,
.service-wrap .service-item{
    display:-ms-flex;
    display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-wrap .service-item .service-thumbnail{
    position: relative;
}
.service-wrap .service-item .service-thumbnail a.button{
    position: absolute;
    top:50%;
    left:50%;
    opacity:0;
    visibility:visible;
    -moz-transform:skew(-23deg) translate(-50%,-50%);
    -webkit-transform:skew(-23deg) translate(-50%,-50%);
    transform:skew(-23deg) translate(-50%,-50%);
    -moz-transition:all 0.7s ease-in-out;
    -webkit-transition:all 0.7s ease-in-out;
    transition:all 0.7s ease-in-out;
    z-index:99999;
    backface-visibility:hidden;
    margin-left:0;
}
.service-wrap .service-item:hover .service-thumbnail a.button{
    opacity:1;
    visibility:visible;
    -moz-transform:skew(-23deg) translate(-50%,-50%);
    -webkit-transform:skew(-23deg) translate(-50%,-50%);
    transform:skew(-23deg) translate(-50%,-50%);
}
.service-wrap .service-item,
.service-wrap .service-item .service-thumbnail,
.service-wrap .service-item .service-content{
    width: 50%;
}
.service-item{
    text-align:left;
}
.service-wrap .service-item .service-content{
    padding:30px 23px;
    background-color:#111521;
}
.service-item .service-content .entry-title{
    text-transform:uppercase;
    font-style:italic;
    font-family: 'Roboto', sans-serif;
    margin-bottom:17px;
}
.service-item .service-content .entry-title a{
    color:#ee3232;
    font-weight: 500;
}
.service-item .service-content .entry-title a:hover{
    color:#fff;
}
.service-wrap .service-item figure,
.service-wrap .service-item figure a,
.service-wrap .service-item figure img{
    display:block;
    height:100%;
    object-fit:cover;
}
.service-wrap .service-item figure img{
    transform:-moz-scale(1);
    transform:-webkit-scale(1);
    transform:scale(1);
    backface-visibility:hidden;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    backface-visibility:hidden;
}
.service-wrap .service-item:hover figure img{
    transform:-moz-scale(1.04);
    transform:-webkit-scale(1.04);
    transform:scale(1.04);
    filter: grayscale(100%);
}
.service-wrap .service-item:nth-of-type(4n-1),
.service-wrap .service-item:nth-of-type(4n){
    -ms-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.service-wrap .service-item .service-thumbnail figure a{
    position: relative;
    overflow:hidden;
}
.service-wrap .service-item .service-thumbnail a:after{
    content:'';
    position:absolute;
    left:0;
    right:0;
    background-color:rgba(255,255,255,0.3);
    top:0;
    bottom:0;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.service-wrap .service-item:hover .service-thumbnail a:after{
    top:50%;
    bottom:50%;
    opacity:1;
    visibility:visible;
}
/*---------------------------------------
process-section and client-info-section
---------------------------------------*/
.process-section,
.client-info-section{
    background-repeat:no-repeat;
}
.process-section .section-bg-img,
.client-info-section .section-bg-img{
    width: 50%;
    opacity: 0.8;
    background-position: top center;
}
.process-section .section-bg-img{
    left:0;
    right:auto;
}
.client-info-section .section-bg-img{
    right:0;
    left:auto;
}
.process-section .entry-subtitle span,
.client-info-section .entry-subtitle span{
    background-color:#111521;
}
.process-section .process-section-right,
.client-info-section .client-info-left{
    width:50%;
    text-align:left;
    position: relative;
    padding:96px 25px 66px;
}
.process-section .process-section-right{
    float: right;
}
.client-info-section .client-info-left{
    float: left;
}
.process-section  .section-intro,
.client-info-section  .section-intro{
    text-align:left;
    margin-bottom:35px;
}
.process-section:before,
.client-info-section:before{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    width:50%;
    background-color:#111521;
}
.process-section:before{
    right:0;
}
.client-info-section:before{
    left:0;
}
.process-content-wrap{
    counter-reset: section;
}
.process-content,
.client-info-content{
    width:50%;
    float:left;
    margin-bottom:30px;
    padding-right:10px;
}
.process-content:nth-of-type(2n),
.client-info-content:nth-of-type(2n){
    padding-right:0;
    padding-left:10px;
}
.process-content:nth-of-type(2n+1),
.client-info-content:nth-of-type(2n+1){
    clear:left;
}
.process-content .entry-title,
.client-info-content  .entry-title{
    color: #fff;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 34px;
    line-height: 1;
    padding-top:26px;
    margin-bottom:10px;
}
.process-content .entry-title a,
.client-info-content  .entry-title a{
    position: relative;
    color:#ee3232;
    font-weight:500;
}
.process-content .entry-title a:hover,
.client-info-content  .entry-title a:hover{
    color:#fff;
}
.process-content .entry-title:before,
.client-info-content  .entry-title .count{
    position: absolute;
    left: 0px;
    bottom: -6px;
    color: #3b1923;
    font-size:50px;
    font-weight: 900;
    z-index: 0;
}
.process-content .entry-title:before{
    content: counter(section, decimal-leading-zero);
    counter-increment: section;
}
/*------------------------------------
    video section
--------------------------------------*/
.video-section{
    background-size:cover;
    padding: 248px 0;
    text-align:center;
}
.video-section .section-bg-img{
    opacity:0.4;
    background-position:top center;
}
.video-section-wrap{
    text-align:left;
    max-width: 609px;
    width:100%;
    position: relative;
    margin-left:auto;
    padding-left:191px;
}
.video-section-wrap a{
    text-align: center;
    border:26px solid rgba(255,255,255,0.4);
    display: inline-block;
    border-radius:50%;
    position: absolute;
    left:0;
    top:50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-section-wrap a i{
    width:102px;
    height: 102px;
    border-radius:50%;
    background-color:#ee3232;
    line-height:102px;
    font-size:50px;
    margin:-2px;
    backface-visibility:hidden;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.video-section-wrap a:hover i{
    transform: scale(1.5);
}
.video-section-wrap a:hover,
.video-section-wrap a:focus{
    color:#fff;
}
.video-section-wrap .entry-title{
    font-size:60px;
    font-weight: 500;
    color:#fff;
    text-transform:capitalize;
    line-height: 1;
    font-style:italic;
}
.mfp-iframe-holder .mfp-close{
    width: auto;
}
.mfp-iframe-holder .mfp-close:hover{
    background:transparent;
    height: auto;
}
/*-------------------------------------
team section css start
--------------------------------------*/
.team-wrapper .slick-slide{
    margin:0 13px;
}
.team-member{
    position: relative;
}
.team-image{
    width:100%;
    position: relative;
    overflow: hidden;
}
.team-image figure:before{
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity: 0;
    visibility:hidden;
    background-color:rgba(0,0,0,0.5);
    z-index: 9;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-image:hover figure:before{
    opacity: 1;
    visibility:visible;
}
.team-image figure img{
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    backface-visibility:hidden;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-image:hover figure img{
    -moz-transform:scale(1.04);
    -webkit-transform:scale(1.04);
    transform:scale(1.04);
    filter:grayscale(100%);
}
.team-member .social-links + .team-image{
    width:-ms-calc(100% - 78px);
    width:-moz-calc(100% - 78px);
    width:-webkit-calc(100% - 78px);
    width:calc(100% - 78px);
}
.team-image:before,
.team-image:after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 45%;
    height: 2px;
    top: 50%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s ease, -webkit-transform 0s .2s;
    -moz-transition: opacity .2s ease, -moz-transform 0s .2s;
    -ms-transition: opacity .2s ease, -ms-transform 0s .2s;
    -o-transition: opacity .2s ease, -o-transform 0s .2s;
    transition: opacity .2s ease, transform 0s .2s;
}
.team-image:before{
    transition: opacity .2s ease, transform 0s .5s;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
}
.team-image:after{
    right: 50%;
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.team-image:hover:before {
    opacity: 1;
    -webkit-transition: opacity .3s ease 50ms, -webkit-transform 2s cubic-bezier(.26, .63, 0, .96);
    -ms-transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    -moz-transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    -o-transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    transition: opacity .3s ease 50ms, transform 2s cubic-bezier(.26, .63, 0, .96);
    -webkit-transform: rotate(-45deg) translateX(-600px);
    -moz-transform: rotate(-45deg) translateX(-600px);
    -ms-transform: rotate(-45deg) translateX(-600px);
    -o-transform: rotate(-45deg) translateX(-600px);
    transform: rotate(-45deg) translateX(-600px);
}
.team-image:hover:after{
    opacity: 1;
    -webkit-transition: opacity .4s ease, -webkit-transform 2s cubic-bezier(.26, .63, 0, .96);
    -moz-transition: opacity .4s ease, transform 2s cubic-bezier(.26, .63, 0, .96);
    -ms-transition: opacity .4s ease, transform 2s cubic-bezier(.26, .63, 0, .96);
    transition: opacity .4s ease, transform 2s cubic-bezier(.26, .63, 0, .96);
    -webkit-transform: rotate(-45deg) translateX(600px);
    -moz-transform: rotate(-45deg) translateX(600px);
    -ms-transform: rotate(-45deg) translateX(600px);
    -o-transform: rotate(-45deg) translateX(600px);
    transform: rotate(-45deg) translateX(600px);
}
.team-member .social-links{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width:78px;
}
.team-member .social-links ul li{
    display:block;
    margin:0;
    text-align: center;
}
.team-member .social-links ul li a{
    display: block;
    width:100%;
    height:50px;
    border:0;
    line-height:50px;
    font-size:0;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-member .social-links ul li a:hover{
    background-color:rgba(17,21,33,0.9);
    color:#fff;
}
.member-info{
    position: relative;
    z-index:9;
    padding:17px 137px 17px 27px;
    background-color:rgba(17,21,33,0.9);
}
.team-image + .member-info{
    position:absolute;
    bottom:-1px;
    right:0;
}
.member-info a.icon{
    color:#fff;
    position:absolute;
    top: 50%;
    right:30px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.member-info a.icon:hover{
    color:#ee3232;
}
.member-info a.icon:after{
    content:"\f054";
    font-family:FontAwesome;
}
.member-name{
    color:#ee3232;
    text-transform: uppercase;
    font-style: italic;
}
.member-position{
    color:#fff;
    font-weight:500;
    font-style:italic;
    letter-spacing:1px;
}
/*--------------------------------------
Testimonial section
---------------------------------------*/
.testimonial-section{
    background-color:#111521;
}
.testimonial-section .section-bg-img{
    opacity:0.2;
    background-position:bottom center;
    background-repeat:no-repeat;
    background-size:contain;
}
.testimonial-section.default-padding{
    padding:185px 0 150px;
}
.testimonial-wrap{
    position: relative;
    max-width:802px;
    width:100%;
    margin:0 auto;
    text-align: center;
    border:4px solid #4d1d26;
    padding:64px 53px 36px;
    background-color:#111521;
}
.testimonial-wrap:before{
    content: "\f10d";
    width:101px;
    height: 88px;
    line-height: 88px;
    background-color:#111521;
    text-align: center;
    color: #ee3232;
    font-size: 70px;
    font-family: FontAwesome;
    position: absolute;
    top: -44px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial-content{
    font-size: 24px;
    font-style:italic;
}
.testimonial-wrap .client-name{
    color:#ee3232;
    text-transform:uppercase;
}
.testimonial-wrap .designation{
    color:#fff;
    text-transform:capitalize;
    letter-spacing:1px;
    font-weight:500;
}
/*-----------------------------
promo section
------------------------------*/
.cta-section{
    padding: 100px 0;
    /*padding:356px 0 93px;*/
}
.cta-section .section-bg-img:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -moz-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: -webkit-gradient(linear, -90deg, color-stop(0, rgba(20,24,37,0)), color-stop(78%, rgba(20,24,37,1)));
    background: -webkit-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: -o-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: -ms-linear-gradient(-90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: linear-gradient(-90deg, rgba(20,24,37,0) 0, #141825 100%);
    z-index:1;
}
.cta-section .section-bg-img{
    opacity:0.8;
}
.cta-section .cta-wrap{
    max-width:794px;
    width:100%;
    position: relative;
    z-index:9;
}
.cta-section .cta-wrap .entry-title{
    font-size:49px;
}
.cta-section .cta-wrap .entry-title span{
    display: block;
    margin-bottom:5px;
}
.cta-section .section-intro{
    text-align:left;
    margin-bottom:30px;
    width:100%;
}
.cta-section .section-intro .entry-subtitle{
    font-size:26px;
    font-weight: 500;
}
/*--------------------------------
shop section
---------------------------------*/
.product-list-wrapper .list-info{
    padding-top:10px;
}
.product-list-wrapper .entry-title{
    color:#fff;
    font-weight: 500;
    letter-spacing:0.5px;
    margin-bottom:2px;
    font-family: 'Roboto', sans-serif;
}
.product-list-wrapper .entry-header a:hover .entry-title{
    color:#c42f32;
}
.product-list-wrapper .list-info-wrap{
    width:-ms-calc(100% - 60px);
    width:-moz-calc(100% - 60px);
    width:-webkit-calc(100% - 60px);
    width:calc(100% - 60px);
    float: left;
}
.product-list-wrapper .price{
    width:60px;
    text-align: right;
    float: left;
    color:#c42f32;
}
.product-list-wrapper .price del{
    display: block;
}
.product-list-wrapper .list-info{
    position: relative;
}
.product-list-wrapper{
    padding:17px 17px 7px;
    border:1px solid #4d1d26;
    text-align:left;
}
.product-list-wrapper .image-icon-wrapper{
    position: relative;
}
.product-list-wrapper .featured-img{
    overflow: hidden;
    position: relative;
}
.product-list-wrapper .image-icon-wrapper:before{
    content:'';
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    background-color:rgba(255,255,255,0.2);
    opacity: 0;
    visibility: hidden;
    -ms-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    z-index: 1;
}
.product-list-wrapper:hover .image-icon-wrapper:before{
    opacity: 1;
    visibility:visible;
}
.product-list-wrapper .featured-img img{
    width:100%;
    -moz-transform:scale(1);
    -webkit-transform:scale(1);
    transform:scale(1);
    backface-visibility: hidden;
    -ms-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.product-list-wrapper:hover .featured-img img{
    -moz-transform:scale(1.04);
    -webkit-transform:scale(1.04);
    transform:scale(1.04);
    filter:grayscale(100%);
}
.product-list-wrapper .image-icon-wrapper .icons{
    position:absolute;
    top:70%;
    z-index: 9;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    left:0;
    right:0;
    opacity: 0;
    visibility: hidden;
    -ms-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.product-list-wrapper:hover .image-icon-wrapper .icons{
    opacity: 1;
    visibility:visible;
    top: 50%;
}
.product-list-wrapper .image-icon-wrapper .icons a{
    white-space: nowrap;
}
.product-list-wrapper .image-icon-wrapper .icons a span,
.product-list-wrapper .image-icon-wrapper .icons a i{
    display:inline-block;
    vertical-align: middle;
}
.product-list-wrapper .sales-tag{
    width: 40px;
    text-align: center;
    background-color: #ee3232;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}
/*----------------------------------
Time Table section
----------------------------------*/
.timetable-section{
    background-color:#111521;
    overflow:hidden;
}
.time-schedule-wrapper{
    width:60%;
}
.time-schedule-wrapper .section-intro{
    text-align:left;
}
.time-schedule-item .entry-title{
    color:#ee3232;
    font-size:30px;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom:7px;
}
.timetable-section .entry-subtitle span{
    background-color:#111521;
}
.schedule-row,
.service-info-row{
    padding:12px 0;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.schedule-row:nth-of-type(2n+1),
.service-info-row:nth-of-type(2n+1){
    background-color:#131e2f;
}
.schedule-row > span,
.service-info-row > span{
    padding:0 18px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    text-transform:uppercase;
}
.schedule-row > span{
    width: 33.33%;
}
.service-info-row > span{
    width: 50%;
}
.service-info-row .service-info-title{
    color:#ee3232;
}
.service-info-row .service-info-value{
    text-align: right;
}
.time-schedule-image{
    width: 37%;
    position: absolute;
    top:50%;
    right: 0;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    overflow: hidden;
}
.time-schedule-image img{
    opacity: 0.8;
}
/*------------------------------
bmi section
---------------------------------*/
.bmi-section .section-bg-img{
    opacity: 0.5;
}
.bmi-section .section-bg-img:before{
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: -webkit-gradient(linear, 90deg, color-stop(0, rgba(20,24,37,0)), color-stop(78%, rgba(20,24,37,1)));
    background: -webkit-linear-gradient(90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: -o-linear-gradient(90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: -ms-linear-gradient(90deg, rgba(20,24,37,0) 0, rgba(20,24,37,1) 78%);
    background: linear-gradient(90deg, rgba(20,24,37,0) 0, #141825 100%);
}
.bmi-wrap{
    max-width: 666px;
    width: 100%;
    margin-left:auto;
    text-align: left;
}
.bmi-wrap .section-intro{
    text-align:left;
}
.bmi-form form p{
    width:50%;
    float: left;
}
.bmi-form form p:nth-of-type(2n+1){
    clear: left;
    padding-right:20px;
}
.bmi-form form p:nth-of-type(2n){
    padding-left:20px;
}

.bmi-form form input[type=submit]{
    width: 100%;
    height: 50px;
    text-align:center;
    line-height: 50px;
    padding:0;
    font-style:italic;
}
.bmi-result > span{
    height: 50px;
    border: 1px solid #4d1d26;
    padding:0 20px;
    color:#fff;
    line-height: 50px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-style:italic;
}
/*-------------------------------
blog section
--------------------------------*/
.blog-item{
    text-align:left;
    margin-bottom:30px;
}
.blog-section  .blog-item{
    margin-bottom:0;
}
.blog-thumbnail{
    position: relative;
    margin-bottom:20px;
}
.blog-section .blog-thumbnail:before{
    content:'';
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.blog-section .blog-item:hover .blog-thumbnail:before{
    opacity: 1;
    visibility: visible;
}
.blog-thumbnail figure,
.blog-thumbnail figure img{
    display:block;
}
.blog-contain .entry-title{
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 7px;
}
.blog-contain .entry-meta{
    display:-ms-flex;
    display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    font-style:italic;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom:5px;
}
.blog-contain .entry-meta,
.blog-contain .entry-meta a{
    color: #ee3232;
}
.blog-contain .entry-meta a:hover{
    color:#fff;
}
.blog-contain .entry-meta .post-author{
    margin-right:8px;
}
.blog-contain .entry-meta .posted-on{
    padding-left:14px;
    position: relative;
}
.blog-contain .entry-meta .posted-on:before{
    content:'/';
    position: absolute;
    left:0;
    top: 0;
}
.blog-contain .enrty-content p{
    margin-bottom:0;
}
.blog-contain .read-more{
    text-align:right;
    border-bottom:1px solid #434651;
}
.blog-contain .read-more a{
    display: inline-block;
    font-style: italic;
    text-transform: uppercase;
    position: relative;
    background-color: #141825;
    -ms-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    padding:0 5px;
}
.like-comment-wrap{
    display:-ms-flex;
    display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    position:absolute;
    top:70%;
    left:0;
    right:0;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    font-style: italic;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.blog-item:hover .like-comment-wrap{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.like-comment-wrap > div i{
    margin-right:3px;
    font-style: normal;
}
.like-comment-wrap .like-post{
    margin-right: 8px;
}
.like-comment-wrap .comment{
    padding-left:14px;
    position: relative;
}
.like-comment-wrap .comment:before{
    position: absolute;
    content:'/';
    left:0;
    top: 0;
}

/* ===== pagination ===== */
/* ===== pagination ===== */
.pagination,
#wp-page-numbers,
.wp-pagenavi,
#main ul.default-wp-page{
    border-radius: 0px;
    margin: 50px 0 0;
    text-align: center;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination a,
.pagination>li>a,
.pagination>li>span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination span.current {
    background: #dfe2eb;
    color: #000;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}
.page-numbers{
    display: inline-block;
    vertical-align: top;
}

.pagination a.prev,
.pagination a.next {
    background: #031f34;
    position: relative;
    font-size: 0;
}

.pagination a.prev:after,
.pagination a.next:after{
    position: absolute;
    top: 0;
    left: 0;
}

.pagination span.current {
    background: #e22223;
    color: #fff;
}

.pagination a:hover,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus,
#wp_page_numbers li>a:hover,
.wp-pagenavi li>a:hover,
#main ul.default-wp-page li>a:hover,
.pagination>span {
    background: #e22223;
    color: #fff;
}
.nav-previous {
    float: left;
    margin-bottom:3px;
}

.nav-next {
    float: right;
    margin-bottom:3px;
}

.nav-links {
    width: 100%;
    padding-right: 15px;
}

.nav-links a {
    font-weight: 600;
    position: relative;
}

.post-navigation .nav-links a,
.posts-navigation  .nav-links a{
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #ee3232;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 20px;
    color: #ee3232;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*white-space: nowrap;*/
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Fauna One', serif;
}
.post-navigation  .nav-previous a {
    padding-left: 35px;
    padding-right: 10px;
}

.post-navigation  .nav-next a {
    padding-right: 35px;
    padding-left: 10px;
}

.pagination a.prev::before,
.nav-previous a::before,
.pagination a.next::after,
.nav-next a::after {
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    z-index: 9;
    text-indent: 0;
}
.pagination a.prev::before,
.nav-previous a::before {
    content: "\f104";
    left: 0;
}

.pagination a.next::after,
.nav-next a::after {
    content: "\f105";
    right: 0;
}

.nav-previous a::before,
.nav-next a::after {
    display: inline-block;
    width: 25px;
    text-align: center;
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#ee3232;
}
.nav-previous a::before{
    left:3px;
}
.nav-next a::after{
    right: 3px;
}
.nav-previous a:hover,
.nav-next a:hover{
    background-color: #ee3232;
    color: #fff;
}
.nav-previous a:hover:before,
.nav-next a:hover:after{
    color:#fff;
}

/*page detail*/
.post-item-wrap .post-image{
    margin-bottom:8px;
}
.post-item-wrap  .entry-title{
    margin-bottom:10px;
}
.post-item-wrap .post-image figure,
.post-item-wrap .post-image figure img{
    display: block;
}
.entry-content ul{
    margin:0;
    padding:0;
    list-style: none;
}
.entry-content ul li{
    padding-left: 26px;
    position: relative;
    margin-bottom: 20px;
}
.entry-content ul li:before{
    content:"\f00c";
    font-family: FontAwesome;
    position: absolute;
    top:3px;
    left:0;
    width:14px;
    height: 14px;
    line-height: 12px;
    font-size:10px;
    border-radius: 50%;
    border:1px solid #fff;
    color:#fff;
    text-align: center;
}
.pricing-table{
    margin-bottom: 20px;
}
.entry-content .entry-title{
    text-transform: uppercase;
    margin-bottom:25px;
    font-family:'Roboto', serif;
}
.post-item-wrap a{
    margin:0px 0px 30px;
}
.entry-content ul.wp-block-gallery li{
    padding-left: 0;
}
.entry-content ul.wp-block-gallery li:before{
    content: none;
}
/*comment section*/
.comment-list,
.comment-body ol{
    margin:0;
    padding: 0;
    list-style:none;
}
.comment-list{
    margin-bottom:60px;
}
.comment-body ol{
    margin-left:110px;
}
.comment-box{
    padding-left:110px;
    position: relative;
    border-top:1px solid #d8e7ff;
    padding-top:27px;
    margin-top:27px;
}
.comment-list li:nth-of-type(1) .comment-box{
    border-top:0;
}
.comment-box figure{
    width:80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position:absolute;
    top:27px;
    left:0;
}
.name-date,
.comment-list p{
    margin-bottom:15px;
}
.name-date h4,
.name-date span{
    display: inline-block;
    color:#fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.name-date span{
    position: relative;
    margin-left: 5px;
    padding-left: 8px;
}
.name-date span:before{
    content:'/';
    position: absolute;
    top: 0;
    left:0;
}
.comments a{
    text-transform: uppercase;
    /*    font-family: 'Roboto Condensed', sans-serif;*/
    font-size: 12px;
    position:relative;
    padding-left: 20px;
    color:#e22223;
    line-height: 1;
}
.comments a:before{
    content:"\f27b";
    position: absolute;
    top:0;
    left:0;
    font-family:FontAwesome;
}
.comments a:hover{
    color:#fff;
}
/*comment form*/
.comment-reply-title,
.comment-title{
    text-transform: uppercase;
    color:#e22223;
    margin-bottom: 18px;
}
.comment-form label{
    display:none;
}
.comment-form .comment-form-cookies-consent{
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -o-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.comment-form .comment-form-cookies-consent input{
    margin-right: 5px;
}
.comment-form .comment-form-cookies-consent label{
    display:block;
}
.comment-form-comment,
.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 50%;
    float: left;
}
.comment-form-comment{
    padding-right:15px;
}
.comment-form-comment textarea{
    resize: none;
    height: 219px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url{
    padding-left: 15px;
}
.comment-form-author,
.comment-form-email{
    margin-bottom: 34px;
}
.comment-form-cookies-consent{
    clear: left;
}
.comment-form .form-submit{
    text-align: right;
}
.comment-form .form-submit input{
    cursor: pointer;
}
/*---404 page---*/
.error404 .site-header{
    min-height:auto;
}
.error404 .section-bg-img{
    opacity: 1;
    background-position: top center;
}
.error-404.not-found{
    padding: 241px 0 287px;
    text-align: center;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.error-404.not-found:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    background: rgba(3,31,52,0.6);
}
.error-404.not-found .container{
    position: relative;
}
.error-404 h2{
    font-size:170px;
    color:#ee3232;
    font-style: italic;
    line-height: 1;
}
.error-404 h4{
    font-size:35px;
    font-style: italic;
    color:#fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom:30px;
}
/*--------------------------------
footer section
---------------------------------*/
.site-footer{
    margin-top:50px;
}
.home .site-footer,
.service-page  .site-footer,
.about-page  .site-footer,
.contact-page  .site-footer,
.error404  .site-footer{
    margin-top:0;
}
.footer-top{
    position: relative;
}
.footer-top.default-padding{
    padding-bottom:0;
}
.footer-bottom{
    padding:44px 0;
    text-align:center;
}
.footer-top + .footer-bottom{
    padding-top: 160px;
}
.footer-top .footer-bg-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    background-repeat: no-repeat;
    background-size:cover;
    z-index:1;
    opacity: 0.2;
}
.footer-top .container{
    position: relative;
    z-index: 9;
}
.widget-wrapper-top .subcrib-wrapper{
    text-align: center;
    padding-right:30px;
    padding-left:30px;
}
.subcrib-wrapper .widget-title:before{
    content:none;
}
.subcrib-wrapper h2{
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-style:italic;
    color:#fff;
    font-weight: 500;
    margin-bottom:40px;
}

.subcrib-wrapper form .mc4wp-form-fields{
    display:-moz-flex;
    display:-webkit-flex;
    display:-moz-flex;
    -webkit-flex-wrap: wrap;
    display:flex;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.subcrib-wrapper form .your-name,
.subcrib-wrapper form .your-email{
    margin-right:38px;
    display:block;
}
.subcrib-wrapper form .your-name{
    width:311px;
}
.subcrib-wrapper form .your-email{
    width:399px;
}
.subcrib-wrapper input[type=text],
.subcrib-wrapper input[type=email]{
    background-color:rgba(20,24,37,0.75);
    width:100%;
}
.subcrib-wrapper form input[type=submit]{
    line-height:50px;
    padding-top:0;
    padding-bottom: 0;
    text-align: center;
    height:50px;
}
.footer-info-section{
    background-color:#c42f32;
    display:-moz-flex;
    display:-webkit-flex;
    display:flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-info-section a:hover{
    color:#222;
}
.widget-wrapper-top + .footer-info-section{
    -moz-transform:translateY(99px);
    -webkit-transform:translateY(99px);
    transform:translateY(99px);
}
.footer-info-section .map,
.footer-info-section  .widget-holder{
    float: left;
}
.footer-info-section .map{
    width:40%;
}
.footer-info-section .map + .widget-holder{
    width:60%;
}
.footer-info-section .map .widget{
    margin:15px;
}
.footer-info-section .map iframe{
    width: 100%;
    border: 0;
    display: block;
    height: 540px;
    margin: -15px;
}
.footer-info-section .widget-holder{
    padding:80px 60px 80px 30px;
}
.about-info{
    font-style:italic;
    font-size: 16px;
    font-weight:500;
    font-family: 'Roboto', sans-serif;
}
.about-info label,
.opening-time time{
    display: block;
}
.about-info label{
    font-size:20px;
    text-transform:uppercase;
    margin-bottom:8px;
}
.footer-bottom-top .social-links{
    position: relative;
}
.footer-bottom-top .social-links ul{
    display:inline-block;
    padding:0 13px;
    background-color:#141825;
    position: relative;
}
.footer-bottom-top .social-links:before{
    content:'';
    left:0;
    position: absolute;
    top: 50%;
    width:100%;
    height:1px;
    background-color:#4d1d26;
    -moz-transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    letter-spacing: 0;
}
.social-links ul li a{
    display:block;
    font-size:0;
    width:33px;
    height:33px;
    border:1px solid #4d1d26;
    text-align:center;
    line-height:33px;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    letter-spacing: 0px;
}
.social-links ul li a:hover{
    background-color:#4d1d26;
    color:#fff;
}
.footer-bottom-top + .site-generator{
    margin-top:40px;
}
.site-generator{
    font-family:'Roboto', sans-serif;
    font-weight:500;
    letter-spacing:0.5px;
}
/*---------------------------
page title wrap
----------------------------*/
.page-title-wrap{
    background-repeat:no-repeat;
    background-size:cover;
    padding:352px 0 295px;
    position: relative;
    font-style:italic;
    background-position:top right;
}
.page-title-wrap .trail-items{
    margin:0;
    list-style:none;
}
.page-title-wrap .trail-items li{
    display: inline-block;
    vertical-align: baseline;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 9px;
    padding-right: 18px;
    position: relative;
}
.page-title-wrap .trail-items li a{
    color:#b81213;
}
.page-title-wrap .trail-items li a:hover{
    color:#fff;
}
.page-title-wrap .trail-items li:after{
    content: "\f105";
    font-family: FontAwesome;
    position:absolute;
    right: 0;
    bottom: 0;
    color:#b81213;
}
.page-title-wrap .trail-items .trail-end{
    font-size: 50px;
    text-transform:unset;
    padding-right:0;
    margin-right:0;
}
.page-title-wrap .trail-items .trail-end:after{
    content:none;
}
/*--------------------------------
company info section
---------------------------------*/
.company-info-section figure img{
    opacity: 0.45;
}
.company-info-section .company-description{
    text-align:left;
}
.company-stamp{
    position: absolute;
    bottom:0;
    left: 50%;
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    opacity: 0.45;
    z-index: 9;
    margin-bottom:-67px;
}
/*---------------------
company-tab-section
---------------------*/
.company-info-section + .company-tab-section.default-padding{
    padding-top: 30px;
}
.tab-contain .tab-content{
    display: none;
}
.tab-contain .tab-content.current{
    display: block;
}
.tab-option-title{
    font-style:italic;
    font-size: 16px;
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    padding:12px 24px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    display: inline-block;
    margin:0 25px 20px;
    cursor:pointer;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.tab-option-title:hover,
.tab-option-title.current{
    color:#ee3232;
    border-color: #ee3232;
}
/*--------------------------
client section
---------------------------*/
.client-section.default-padding{
    padding:180px 0;
}
.client-section .section-bg-img{
    opacity: 0.25;
}
.client-section .slick-slide img{
    margin:0 auto;
    width:auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.client-section .slick-slide figure:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
/*------------------------
ready to join section
------------------------*/
.join-section-description{
    padding:0 80px;
}
.join-section-description p{
    font-size: 24px;
    font-style:italic;
}
/*------------------------
service-detail-section
-------------------------*/
.service-detail-section figure img{
    opacity:0.5;
}
/*---------------
pricing-section
----------------*/
.pricing-table{
    border:1px solid #4d1d26;
    padding:8px;
    font-family: 'Roboto', sans-serif;
}
.pricing-table .pricing-title{
    display: block;
    background-color:#ee3232;
    text-transform: uppercase;
    font-size:25px;
    font-style:italic;
    font-weight: 700;
    padding:25px 0;
}
.pricing-price{
    font-size:35px;
    padding:29px 0;
}
.pricing-price span{
    display: block;
    font-size:12px;
    color:#ee3232;
    text-transform: uppercase;
}
.price-content{
    padding:18px 0;
    font-style: italic;
    font-size: 16px;
}
.price-content:nth-of-type(2n+1) {
    background-color: #131e2f;
}
.pricing-table .get-now{
    padding:26px 0 18px;
    display: none;
}
/*---------------------------------
contact us page css start
---------------------------------*/
.contact-us-section .container{
    padding-left:103px;
    padding-right:103px;
}
.contact-form-wrap form .wpcf7-form-control-wrap{
    display:block;
    margin-bottom: 28px;
    float: none;
}
.contact-form-wrap form .your-name,
.contact-form-wrap form .your-email,
.contact-form-wrap form .your-phone,
.contact-form-wrap form .your-address,
.contact-form-wrap form .your-message{
    float: left;
    display:block;
    margin-bottom:28px;
}
.contact-form-wrap form .contact-submit{
    display: block;
    width: 100%;
    float: left;
    background-color:#1f1926;
}
.contact-form-wrap .your-name,
.contact-form-wrap .your-email,
.contact-form-wrap .your-phone,
.contact-form-wrap .your-address{
    width:50%;
}
.contact-form-wrap .your-name,
.contact-form-wrap .your-phone{
    padding-right:15px;
}
.contact-form-wrap .your-email,
.contact-form-wrap .your-address{
    padding-left:15px;
}
.contact-form-wrap .your-message{
    width:100%;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
/*-------------
sidebar
----------------*/
.both-sidebar .site-content .container:after,
.right-sidebar .site-content .container:after,
.left-sidebar  .site-content .container:after{
    clear: both;
    content:'';
    display:block;
}
.widget-area-left,
.widget-area-right{
    width: 30%;
}
.widget-area-left{
    float: left;
}
.widget-area-right{
    float: right;
}
#primary{
    width:100%;
}
.right-sidebar #primary,
.left-sidebar #primary{
    width:70%;
}
.right-sidebar #primary{
    float:left;
}
.left-sidebar #primary{
    float: right;
}
.right-sidebar #primary{
    padding-right:30px;
}
.left-sidebar #primary{
    padding-left:30px;
}
.both-sidebar #primary{
    width:50%;
    padding:0 30px;
    float: left;
    position: relative;
    left:25%;
}
.both-sidebar .widget-area-left{
    position: relative;
    right: 50%;
}
.both-sidebar .widget-area-left,
.both-sidebar .widget-area-right{
    width:25%;
}
.logged-in .comment-form-comment{
    padding-right:0;
    width:100%;
}



/*Added Css*/
.comment-list,
.comment-body ol{
    margin:0;
    padding: 0;
    list-style:none;
}
.comment-list{
    margin-bottom:60px;
}
.comment-body ol{
    margin-left:110px;
}
.comment-body{
    padding-left:110px;
    position: relative;
    border-top:1px solid #d8e7ff;
    padding-top:27px;
    margin-top:27px;
}
.comment-list li:nth-of-type(1) .comment-body{
    border-top:0;
}
.comment-body .comment-author img{
    width:80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position:absolute;
    top:27px;
    left:0;
    object-fit:cover;
}
.comment-body .comment-meta{
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}
.comment-body .comment-metadata{
    position: relative;
    margin-left:5px;
    padding-left:7px;
}
.comment-body .comment-metadata:before{
    content:'/';
    position: absolute;
    top: 0;
    left:0;
}
.comment-body .reply a{
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    position:relative;
    padding-left: 20px;
    color:#e22223;
    line-height: 1;
}
.comment-body .reply a:before{
    content:"\f27b";
    position: absolute;
    top:0;
    left:0;
    font-family:FontAwesome;
}
.comment-body .reply a:hover{
    color:#fff;
}
.error404 #primary{
    padding: 0;
    width: 100%;
}

.post-formate:after{
    border-radius: 100%;
    font-family: "FontAwesome";
    font-size: 12px;
    background: #ee3232;
    color: #fff;
    position: absolute;
    bottom: -13px;
    left: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.post-formate.image:after{
    content: "\f03e"
}
.post-formate.video:after{
    content: "\f03d"
}
.post-formate.gallery:after{
    content: "\f0c5"
}
.blog-details{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom:30px;
}

.blog-details:nth-child(3n+1){
    clear: both;
}
.blog-details:nth-type-of-last(3),
.blog-details:nth-type-of-last(2),
.blog-details:nth-type-of-last(1){
    margin-bottom: 0;
}

body.logged-in  .hgroup-wrap{
    top:32px;
}
.search-form{
    position: relative;
}
.search-form input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
}

.alignfull{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    max-width: none;
}


/* new styleing from here */

.widget_block h2,
.widget_block.widget_search .wp-block-search__label {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
}
.widget_block h2:before,
.widget_block.widget_search .wp-block-search__label:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #c60a0b;
}
.site-footer .widget_block h2,
.site-footer .widget_block.widget_search .wp-block-search__label {
    color: #fff;
    padding-bottom: 0px;
}
.site-footer .widget_block h2::before,
.site-footer .widget_block.widget_search .wp-block-search__label::before {
    display: none
}
.widget_block.widget_search .wp-block-search__label {
    display: block;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: block;
}
.wp-block-search .wp-block-search__button {
    display: block;
    width: 100%;
    padding: 13px 10px 13px;
    margin: 0;
    margin-bottom: 10px;
    background: #c60a0b;
    color: #fff;
    height: auto;
}
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.wp-block-search .wp-block-search__button:focus-within {
    opacity: 0.7
}
.wp-block-search .wp-block-search__input {
    margin-bottom: 10px;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
a:focus {
    outline: 1px dotted;
}
a:focus,
button:focus,
[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
    outline: 1px dotted;
}
.main-navigation ul li:focus ul,
.main-navigation ul ul li:focus ul,
.main-navigation ul ul ul li:focus ul,
.main-navigation ul ul ul ul li:focus ul,
.main-navigation ul ul ul ul ul li:focus ul,
.main-navigation ul li:focus-within ul,
.main-navigation ul ul li:focus-within ul,
.main-navigation ul ul ul li:focus-within ul,
.main-navigation ul ul ul ul li:focus-within ul,
.main-navigation ul ul ul ul ul li:focus-within ul {
    visibility: visible;
    opacity: 1;
    top: 64px;
    -webkit-transition: opacity 0.5s linear;
    transition: all 0.5s ease 0s;
}
.entry-content p a{
    text-decoration:underline
}
.entry-content p a:hover{
    text-decoration:none
}
.wp-block-tag-cloud a {
    font-size: 14px !important;
    border: 1px solid rgba(0,0,0,0.5);
    padding: 5px 9px;
    display: inline-block;
    margin-bottom: 4px;
}
.wp-block-tag-cloud {
    margin-top: 15px;
}
.wp-block-tag-cloud a:hover,
.site-footer .wp-block-tag-cloud a:hover {
    background: #c60a0b;
    border-color: #c60a0b;
    color: #fff
}
.site-footer .wp-block-tag-cloud a {
    border-color: #fff
}
#secondary .widget ul ,
#secondary .widget ol {
    margin-left: 0;
    padding-left: 0
}
.search-toggle:focus,
.header-appointment-section a:focus,
.donate-now .button-donate:focus,
.search-toggle:focus-within,
.header-appointment-section a:focus-within,
.donate-now .button-donate:focus-within {
    outline: 1px dotted #000;
}
.wp-block-calendar tbody td#today {
    background: #c60a0b;
    color: #fff;
}




/*  12.0 ===== Medias/Responsive =====   */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media only screen and (max-width: 1300px) {

}
/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */

@media only screen and (max-width: 1140px) {
    .featured-banner .slick-dots{
        left:15px;
    }
    .both-sidebar .comment-form-comment,
    .both-sidebar .comment-form-author,
    .both-sidebar .comment-form-email,
    .both-sidebar .comment-form-url{
        width:100%;
        padding:0;
    }
    .featured-slider .featured-item {
        height:auto;
    }
}
/* All Tablet Portrait size smaller than standard 1023 (devices and browsers) */

@media only screen and (max-width: 992px) {
    .mean-container .mean-bar {
        position: static;
    }
    .mean-container .mean-nav {
        position: absolute;
        left: 0;
        margin-top: 50px;
    }
    .hgroup-wrap .container {
        position: relative;
    }
    .mean-container a.meanmenu-reveal {
        right: 55px !important;
        left: auto !important;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .mean-container a.meanmenu-reveal span {
        height: 2px;
        padding-top: 1px;
    }
    .mean-container a.meanmenu-reveal span,
    .mean-container a.meanmenu-reveal span span{
        background: #fff;
    }
    .mean-container a.meanmenu-reveal span span {
        height: 2px;
        width: 100%;
        margin-top: 7px !important;
        padding-top: 1px;
    }
    .hgroup-wrap .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .feature-contain-wrap {
        padding: 194px 0 99px;
    }
    .page-title-wrap{
        padding:150px 0 100px;
    }
    .feature-contain .entry-title{
        font-size:40px;
    }
    .feature-contain-wrap{
        right:auto;
    }
    .service-wrap .service-item{
        width:100%;
        margin-bottom:10px;
    }
    .service-wrap .service-item:last-child{
        margin-bottom:0;
    }
    .service-wrap .service-item .service-thumbnail{
        width:30%;
    }
    .service-wrap .service-item .service-content{
        width:70%;
    }
    .time-schedule-wrapper{
        width:50%;
    }
    .time-schedule-image{
        width:45%;
    }
    .subcrib-wrapper form .your-name, .subcrib-wrapper form .your-email{
        width:250px;
        margin-right:15px;
    }
    .hgroup-wrap .navbar .mean-bar {
        background: transparent;
        position: absolute;
        top: 100%;
        right: 256px;
        left: 0;
        bottom: 0;
        height: 0;
        padding: 0;
        min-height: 1px;
    }
    .hgroup-wrap .navbar .mean-bar .meanmenu-reveal {
        background: transparent;
        top: auto;
        margin-right: 96px;
        margin-bottom:26px;
        color: #b81213;
        bottom: 100%;
    }

    .featured-banner .slick-dots{
        bottom:6px;
    }
}
@media only screen and (max-width: 840px) {
    .process-section .section-bg-img,
    .client-info-section .section-bg-img{
        width:100%;
        position:static;
        padding:200px;
    }
    .process-section:before, .client-info-section:before{
        width:100%;
    }
    .process-section .process-section-right, .client-info-section .client-info-left{
        width:100%;
    }
    .testimonial-wrap {
        max-width: 740px;
    }
    .service-wrap .service-item .service-thumbnail{
        width:40%;
    }
    .service-wrap .service-item .service-content{
        width:60%;
    }
    .default-padding,
    .testimonial-section.default-padding{
        padding:70px 0;
    }
    .video-section {
        padding: 169px 0;
    }
    .video-section-wrap .entry-title{
        font-size:24px;
    }
    .video-section-wrap a i {
        width:60px;
        height:60px;
        line-height:60px;
    }
    .video-section-wrap{
        padding-left:124px;
    }
    .time-schedule-wrapper{
        width:100%;
    }
    .time-schedule-image {
        max-width:400px;
        width:100%;
        position:static;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin: 20px auto 0;
    }
}
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 768px) {
    #primary,
    .right-sidebar #primary,
    .left-sidebar #primary,
    .both-sidebar #primary {
        width: 100%;
        float: none;
        padding: 0;
    }
    .widget-area-left,
    .widget-area-right {
        width: 100%;
        float: none;
    }
    .site-branding {
        max-width: 200px;
    }
    .custom-col-1,
    .custom-col-2,
    .custom-col-3,
    .custom-col-4,
    .custom-col-5,
    .custom-col-6,
    .custom-col-7,
    .custom-col-8,
    .custom-col-9,
    .custom-col-10,
    .custom-col-11,
    .custom-col-12 {
        float: none;
        width: 100%;
    }
    .testimonial-wrap{
        max-width:500px;
    }
    .service-wrap .service-item .service-thumbnail{
        width:50%;
    }
    .service-wrap .service-item .service-content{
        width:50%;
    }
    .blog-section .blog-item{
        margin-bottom:30px;
    }
    .blog-thumbnail img{
        width:100%;
    }
    .feature-contain .entry-title{
        font-size:30px;
    }
    /**/
    .widget-area-left,
    .widget-area-right{
        width: 100%;
        float: none;
    }
    #primary,
    .right-sidebar #primary,
    .left-sidebar #primary,
    .both-sidebar #primary{
        width:100%;
        float: none;
        padding:0;
    }
    .both-sidebar #primary{
        left:0;
    }
    .both-sidebar .widget-area-left{
        right:auto;
    }
    .both-sidebar .widget-area-left,
    .both-sidebar .widget-area-right{
        width:100%;
    }
    .subcrib-wrapper form{
        display:block;
    }
    .subcrib-wrapper form .your-name,
    .subcrib-wrapper form .your-email{
        width:100%;
        margin-right:0;
    }
    .join-section-description{
        padding:0 30px;
    }
    .contact-us-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .error-404 h2{
        font-size:30px;
    }
    .error-404 h4{
        font-size:20px;
    }
    /**/
    .page-title-wrap .trail-items .trail-end{
        font-size:30px;
    }

}
@media only screen and (max-width: 640px){
    .feature-contain-wrap {
        padding: 136px 0 60px;
    }
    .testimonial-wrap .slick-prev {
        right:auto;
        left: 0;
    }
    .testimonial-wrap .slick-next {
        left:auto;
        right:0;
    }
    body .footer-info-section .map,
    body .footer-info-section.footer-active .map,.footer-info-section .widget-holder,
    .footer-info-section .map + .widget-holder{
        width:100%;
    }
    .footer-info-section .map iframe{
        height:300px;
        margin:0;
    }
    .feature-contain .entry-title,
    .subcrib-wrapper h2{
        font-size:24px;
    }
    .cta-section .cta-wrap .entry-title {
        font-size: 24px;
    }
    .cta-section .section-intro .entry-subtitle {
        font-size: 18px;
    }
    .cta-section{
        padding:70px 0;
    }
}
/* All Mobile size smaller than standard 479 (devices and browsers) */
@media only screen and (max-width: 479px) {
    .site-branding {
        max-width: 180px;
    }

    .feature-contain-wrap {
        padding: 86px 0 46px;
    }
    .service-wrap .service-item{
        max-width:320px;
    }
    .service-wrap{
        justify-content:center;
    }
    .service-wrap .service-item .service-thumbnail,
    .service-wrap .service-item .service-content{
        width:100%;
    }
    .service-wrap .service-item .service-thumbnail img{
        width:100%;
    }
    .process-content, .client-info-content{
        width:100%;
    }
    .process-content:nth-of-type(2n), .client-info-content:nth-of-type(2n){
        padding:0;
    }
    .contact-form-wrap .your-name,
    .contact-form-wrap .your-email,
    .contact-form-wrap .your-phone,
    .contact-form-wrap .your-address,
    .comment-form-comment,
    .comment-form-author,
    .comment-form-email,
    .comment-form-url{
        width:100%;
        padding:0;
    }
    .feature-contain .entry-title, .subcrib-wrapper h2 {
        font-size: 18px;
    }
    .bmi-form form p,
    .bmi-form form p:nth-of-type(2n+1),
    .bmi-form form p:nth-of-type(2n){
        width:100%;
        padding:0;
    }
    .process-section .section-bg-img,
    .client-info-section .section-bg-img{
        padding:200px 0 0 0;
    }
    .schedule-row > span, .service-info-row > span{
        font-size:12px;
        padding:0 13px;
    }
    .footer-info-section .widget-holder{
        padding:15px;
    }
    .testimonial-content{
        font-size: 16px;
    }
    .site-branding{
        max-width:157px;
    }
    .hgroup-wrap .navbar {
        max-width: 100%;
        width: auto;
    }
    .header-information {
        max-width: 70px;
        margin-left:auto;
    }

}
