/*
Project: Moongs - Responsive Template
Version: 1.0
Author : operce.com

==========

TABLE OF CONTENT

    - Reset Styles
    - Grid
    - Buttons
    - Loader
    - Header
    - Banner
    - Get Quote
    - About
    - Services
    - Project Counter
    - Clients
    - Team
    - Pricing
    - Footer
    - Breadcrumb
    - History
    - Skills
    - Portfolio Section
    - Contact
    - Blog Page
    - Snow Animation

================================================== */


/* RESET STYLES */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Playfair+Display');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    line-height: 1.2;
}

body {
    font-family: 'montserrat', 'sans-serif';
}

p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 26px;
    margin: 0 0 15px;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

strong {
    font-weight: 700;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

audio, canvas, video {
    display: inline-block;
    max-width: 100%;
}

img {
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #222;
    transition: .3s ease;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    outline: 0;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1>a, .h1>a, h2>a, .h2>a, h3>a, .h3>a, h4>a, .h4>a, h5>a, .h5>a, h6>a, .h6>a {
    color: inherit;
}

h1 {
    margin-top: 0;
    font-size: 33px;
    margin-bottom: 18px;
}

h2 {
    font-size: 27px;
    margin-bottom: 16px;
}

h3 {
    font-size: 23px;
    margin-bottom: 16px;
}

h4 {
    font-size: 19px;
    margin-bottom: 16px;
}

h5 {
    font-size: 16px;
    margin-bottom: 11px;
}

h6 {
    font-size: 13px;
    margin-bottom: 11px;
}

blockquote {
    padding: 15px 20px 15px 50px;
    margin: 20px 0;
    background: #fafafa;
    position: relative;
    font-style: italic;
    font-size: 14px;
    color: #222;
}

blockquote:before {
    position: absolute;
    display: block;
    content: "\201C";
    padding-top: 5px;
    font-size: 90px;
    font-style: normal;
    line-height: 0.6;
    left: 8px;
    float: left;
    color: #cc2127;
}

blockquote p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}

.disabled {
    cursor: not-allowed;
}

.bg_white {
    background: #fff !important;
}

.bg_grey {
    background: #f8f8f8 !important;
}


/* 1.1. Form elements */

input, button, textarea {
    outline: 0;
}

input[type=submit], button {
    background-color: #f8f8f8;
    color: #666;
    border-color: #ddd;
    border-bottom-color: #ddd;
    display: inline-block;
    padding: 6px 12px;
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    border: 1px;
}

textarea {
    font-family: inherit;
}


/* ============= Grid =============== */

.container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.container2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
    padding: 20px 0;
    margin: 0 auto;
}

.row {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    both;
    width: 100%;
    overflow: hidden;
}

.row-fixed {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: block;
    both;
    width: 1170px;
}

.row-pd {
    padding: 0 15px;
}

.col {
    position: relative;
    float: left;
}

.col-2 {
    position: relative;
    width: 50%;
    float: left;
}

.col-4 {
    position: relative;
    width: 25%;
    float: left;
}

.col-5 {
    position: relative;
    width: 20%;
    float: left;
}

.col-3 {
    position: relative;
    width: 33.33%;
    float: left;
}

.col-70 {
    position: relative;
    width: 70%;
    float: left;
}

.col-60 {
    position: relative;
    width: 60%;
    float: left;
}

.col-80 {
    position: relative;
    width: 80%;
    float: left;
}

.col-90 {
    position: relative;
    width: 90%;
    float: left;
}

.col-30 {
    position: relative;
    width: 30%;
    float: left;
}

.col-40 {
    position: relative;
    width: 40%;
    float: left;
}

.col-10 {
    position: relative;
    width: 10%;
    float: left;
}

.col-pd {
    position: relative;
    padding: 0 15px;
    float: left;
}

.col-pd-2 {
    position: relative;
    padding: 0 15px;
    width: 50%;
    float: left;
}

.col-pd-4 {
    position: relative;
    padding: 0 15px;
    width: 25%;
    float: left;
}

.col-pd-5 {
    position: relative;
    padding: 0 15px;
    width: 20%;
    float: left;
}

.col-pd-3 {
    position: relative;
    padding: 0 15px;
    width: 33.33%;
    float: left;
}

.col-pd-70 {
    position: relative;
    padding: 0 15px;
    width: 70%;
    float: left;
}

.col-pd-60 {
    position: relative;
    padding: 0 15px;
    width: 60%;
    float: left;
}

.col-pd-80 {
    position: relative;
    padding: 0 15px;
    width: 80%;
    float: left;
}

.col-pd-90 {
    position: relative;
    padding: 0 15px;
    width: 90%;
    float: left;
}

.col-pd-30 {
    position: relative;
    padding: 0 15px;
    width: 30%;
    float: left;
}

.col-pd-40 {
    position: relative;
    padding: 0 15px;
    width: 40%;
    float: left;
}

.col-pd-10 {
    position: relative;
    padding: 0 15px;
    width: 10%;
    float: left;
}

[class*='col-pd-'] {
    padding: 0 15px;
}

.clearfix:after, .clearboth:after, .row:after, .row-fixed:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/* =============== Buttons ================= */

.__btn {
    font-size: 0.9em;
    color: #f8f8f8;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    padding: 12px 25px;
    border: 2px solid;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.__btn-round {
    border-radius: 40px !important;
}

.__btn-icon {
    padding-left: 10px;
    color: #cc2127;
}

.__btn-icon-right {
    float: right;
    padding-left: 10px;
    color: #fff;
}

.__btn-icon-left {
    float: left;
    padding-right: 10px;
    color: #fff;
}

.__btn-icon.icon-black {
    padding-left: 10px;
    color: #222;
}

.__btn-icon.icon-white {
    padding-left: 10px;
    color: #fff;
}

.__btn-blue {
    background: #7c131f;
    border-color: #7c131f;
    color: #fff;
}

.__btn-blue:hover {
    background: #cc2127;
    border-color: #7c131f;
    color: #FFF;
}

.__btn-blue:hover .__btn-icon {
    color: #7c131f;
}

.__btn-yellow {
    background: #cc2127;
    border-color: #cc2127;
    color: #7c131f;
}

.__btn-yellow .__btn-icon {
    color: #7c131f;
}

.__btn-yellow:hover {
    background: #fff;
    border-color: #fff;
    color: #7c131f;
}

.__btn-white {
    background: #fff;
    border-color: #fff;
    color: #7c131f;
}

.__btn-white .__btn-icon {
    color: #7c131f;
}

.__btn-white:hover {
    background: #cc2127;
    border-color: #cc2127;
    color: #fff;
}


/* ============== Sections ==================== */

.section {
    padding: 50px 0 50px 0;
}

.section-heading {
    margin: 30px 0;
}

.section-heading h3 {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-size: 35px;
    text-transform: capitalize;
    font-weight: bold;
    color: #7c131f;
}

.section-heading.black h3 {
    color: #222;
}

.section-heading p {
    margin-bottom: 40px;
    color: #999;
    letter-spacing: 2px;
}

.section-heading h3:after, .section-title h4:after, .section-title h3:after, .section-title h2:after {
    content: "";
    background: #cc2127;
    height: 6px;
    width: 90px;
    position: absolute;
    bottom: -15px;
    left: -10px;
}

.section-title h4:after, .section-title h3:after, .section-title h2:after {
    height: 2px;
}

.section-title h2 {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 36px;
    margin-bottom: 40px;
    text-transform: capitalize;
    position: relative;
}

.section-title h3, .section-title h4 {
    color: #222;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
}

.section-body {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section-footer {
    text-align: center;
    display: block;
    margin: 20px 0 30px 0;
}

.heading_bg {
    position: absolute;
    color: #343434;
    opacity: 0.04;
    font-size: 10em;
    left: 0;
    top: -30px;
    right: 0px;
    bottom: 0;
    font-weight: 600;
    margin: auto;
    display: inline-block;
}

.bg_icon {
    position: absolute;
    color: #343434;
    opacity: 0.04;
    font-size: 8em;
    left: auto;
    top: 0;
    right: 0px;
    bottom: 0;
    font-weight: bold;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.img-border {
    padding: 10px;
    border-radius: 4px;
    background: #fff;
    background: linear-gradient(rgba(241, 241, 241, 0.57), rgba(241, 241, 241, 0.94));
    overflow: hidden;
}


/*----- Accordion -----*/

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    background: #fff;
    position: relative;
}

.accordion2 {
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
}

.accordion:before {
    position: absolute;
    /* width: 1px; */
    z-index: 0;
    top: 25px;
    bottom: 10px;
    left: 25px;
    content: "";
    /* background-color: #d1d1d1; */
    border-left: 1px dashed #cecece;
}

.accordion2:before {
    display: none;
}


/*----- Section Titles -----*/

.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    background: #fff;
    transition: all linear 0.15s;
    /* Type */
    font-size: 14px;
    color: #7c131f;
    z-index: 2;
    position: relative;
}

.accordion2 .accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    transition: all linear 0.15s;
    /* Type */
    font-size: 14px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    color: #fff;
    background: #7c131f;
}

.accordion-section-title:before {
    margin-right: 18px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 200ms;
    color: #fff;
    font-size: 10px;
    background: #7c131f;
    padding: 8px;
}

.accordion2 .accordion-section-title:before {
    margin-right: 18px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: 200ms;
    color: #fff;
    font-size: 10px;
    background: #7c131f;
    padding: 2px;
    float: right;
    background: transparent;
}

.accordion-section-title.active:before {
    margin-right: 18px;
    content: "\f068";
    color: #fff;
}

.accordion2 .accordion-section-title.active:before {
    margin-right: 18px;
    content: "\f068";
    color: #222;
}

.accordion-section-title.active, .accordion-section-title:hover {
    color: #222;
    text-decoration: none;
}

.accordion2 .accordion-section-title.active, .accordion2 .accordion-section-title:hover {
    color: #222;
    background: #eee;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}


/*----- Section Content -----*/

.accordion-section-content {
    margin-bottom: 10px;
    padding: 10px 20px 20px 40px;
    color: #777;
    font-size: 12px;
    line-height: 1.8;
    display: none;
}

.accordion2 .accordion-section-content {
    margin-bottom: 10px;
    color: #777;
    font-size: 12px;
    line-height: 1.8;
    display: none;
    padding: 10px 20px 20px 10px;
}

.accordion-section-content p {
    font-size: 12px;
}


/*-----------------------------------*\
      Owl Carousel
\*-----------------------------------*/

.banner-slider:hover .owl-nav {
    opacity: 1;
}

.owl-nav {
    opacity: 0.8;
    transition: 300ms;
}

.owl-prev, .owl-next {
    font-size: 18px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    line-height: 38px;
    color: inherit;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.owl-prev {
    left: 35px;
    -webkit-transition: left 500ms;
    -moz-transition: left 500ms;
    -ms-transition: left 500ms;
    -o-transition: left 500ms;
    transition: left 500ms;
}

.owl-next {
    right: 35px;
    -webkit-transition: right 500ms;
    -moz-transition: right 500ms;
    -ms-transition: right 500ms;
    -o-transition: right 500ms;
    transition: right 500ms;
}

.owl-prev:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}

.owl-next:hover {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}

.owl-nav .fa {
    margin-right: 0px;
}


/*-----------------------------------*\
      Loader Area
\*-----------------------------------*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}

.loader {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    width: 200px;
    height: 200px;
}

.loader1 {
    width: 50px;
    height: 50px;
    border-right-color: transparent;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.loader1 span:nth-child(1) {
    width: 50px;
    height: 50px;
    border-right-color: transparent;
    border-radius: 100%;
    position: absolute;
    animation: grow-shrink 2s infinite;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #7c131f;
    opacity: 0;
}

.loader1 span:nth-child(2) {
    width: 40px;
    height: 40px;
    border-right-color: transparent;
    border-radius: 100%;
    position: absolute;
    animation: grow-shrink2 2s infinite 0.5s;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background: #7c131f;
    opacity: 0;
}

@keyframes grow-shrink {
    0% {
        transform: scale(.1);
        opacity: 0;
    }
    50% {
        opacity: .2;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes grow-shrink2 {
    0% {
        transform: scale(.1);
        opacity: 0;
    }
    50% {
        opacity: .7;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}


/*-----------------------------------*\
      Top Header
\*-----------------------------------*/

.top-header {
    background: #7c131f;
    border-bottom: 0;
}

.top-header2 {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.top-header .row-fixed {
    display: table;
}

.top-header .top-menu {
    display: table-cell;
    vertical-align: middle;
}

.top-header .top-menu ul {
    text-align: left;
}

.top-header .top-menu ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

.top-header .top-menu ul li:first-of-type {
    padding-left: 0;
}

.top-header .top-menu li span {
    display: inline-block;
    vertical-align: middle;
}

.top-header .top-menu ul li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
    font-size: 16px;
    color: #cc2127;
}

.top-header .top-social {
    display: table-cell;
    font-size: 0;
    text-align: right;
}

.top-header .top-social li {
    display: inline-block;
    padding: 10px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    text-align: center;
    font-size: 16px;
}

.top-header .top-social li:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.24);
}

.top-header .top-social li a {
    color: #fff;
}


/*-----------------------------------*\
      Header Area
\*-----------------------------------*/

.header-absolute {
    background: linear-gradient(rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0));
    position: absolute;
    z-index: 2;
    overflow: visible;
}

.sticky {
    position: fixed !important;
    padding: 2px 0 !important;
    z-index: 99999;
    background: #222;
    top: 0;
}

.header-absolute.sticky {
    background: rgba(255, 255, 255, 0.81) !important;
}

.header2 {
    background: transparent !important;
}

.header .row-fixed {
    display: table;
}

.header {
    background: #f8f8f8;
    overflow: visible;
}

.header .logo, .header .menu {
    vertical-align: middle;
    display: table-cell;
}

.header .logo {
    width: 120px;
    padding: 22px 0;
}

.header .menu ul {
    list-style: none;
    margin: 0;
    text-align: right;
}

.header .menu li {
    display: inline-block;
    position: relative;
    padding: 21px 10px;
}

.header .menu li a {
    color: #7c131f;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 12px 10px;
    text-decoration: none;
    display: block;
}

.header li.has-sub-menu>a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 8px;
    background: none !important;
    color: #7c131f !important;
    font-size: 13px;
}

.header2 li.has-sub-menu>a:after {
    font-family: FontAwesome;
    content: "\f107";
    margin-left: 8px;
    background: none !important;
    color: #fff !important;
    font-size: 13px;
}

.header2 .menu li a {
    color: #fff;
    font-weight: 500;
}

.header .menu li.active a:before {
    position: absolute;
    bottom: 0;
    content: '';
    height: 5px;
    width: 100%;
    background: #cc2127;
    left: 0;
}

.header .menu li.active ul li a:before {
    display: none;
}

.header2 .mean-container a.meanmenu-reveal span {
    background: #fff;
}

.header2 .mean-container a.meanmenu-reveal {
    color: #fff;
}

.header .mean-nav li {
    padding: 0;
}

.header .mean-nav li a:after, .header .mean-nav li a:before {
    display: none;
}


/* submneu start */

.sub-menu {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 210px;
    z-index: 9999;
    padding: 0 !important;
    margin-top: 1px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}

.menu ul li:last-of-type>.sub-menu {
    right: 0;
    left: auto;
}

.menu ul li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu ul li ul.sub-menu li {
    position: relative;
    display: block;
    text-align: left;
    float: none;
    padding: 0;
}

.menu ul li ul.sub-menu li a {
    color: #222 !important;
    font-size: 13px;
    padding-left: 15px;
    text-transform: capitalize;
    font-weight: normal;
    display: block;
}

.menu ul li ul.sub-menu li a i {
    float: right;
    margin-top: 7px;
}

.menu ul li ul.sub-menu li:hover>a {
    background: #7c131f;
    color: #fff !important;
    padding-left: 20px;
}

.menu ul li ul.sub-menu li ul {
    left: 100%;
    opacity: 0;
    top: 0;
    visibility: hidden;
}


/* submneu end */


/*-----------------------------------*\
      Banner Area
\*-----------------------------------*/

.banner-absolute {
    height: 100% !important;
}

.banner-slider {
    background: #fff;
    padding: 0;
    height: 86%;
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item, .item {
    height: 100%;
}

.banner-content {
    height: 100%;
    display: table;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.banner-absolute .content-middle {
    padding-top: 6%;
}
.content-middle {

    vertical-align: middle;
    display: table-cell;
    position: relative;
    text-align: center;
}

.banner .text {
    display: inline-block;
    margin: 0 auto;
}

.banner .slide-left {
    margin: 0;
    float: left;
    text-align: left;
}

.banner .slide-right {
    margin: 0;
    float: right;
    text-align: right;
}

.banner .text h1, .banner .text h2, .banner .text h3, .banner .text p {
    color: #fff;
    margin-bottom: 20px;
}

.banner .text h1 {
    font-size: 65px;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner-absolute .text h1 {
    font-size: 75px;
    font-weight: bold;
    margin-bottom: 20px;
}
.banner .text h1 span {
    font-size: 105px;
    font-family: Playfair Display;
    font-weight: 300;
}

.banner .text h3 {
    font-size: 22px;
}

.banner .text p, .banner3 .text p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #fff;
}

.banner4 .text p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #fff;
}

.banner .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.45);
    top: 0;
    width: 100%;
    height: 100%;
}

.banner .text a, .banner3 .text a {
    margin-top: 30px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner .owl-dots {
    position: absolute;
    text-align: right;
    padding-right: 15px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}


/*-----------------------------------*\
      Get Quote Area
\*-----------------------------------*/

.get-quote {
    background: #eee;
    padding: 18px 0;
}

.get-quote h4 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 22px;
    padding: 10px 0;
    margin-bottom: 0;
}

.get-quote .__btn {
    float: right;
}

.get-quote .__btn:hover {
    border-color: #7c131f;
}

.get-quote .__btn:hover i {
    color: #7c131f;
}


/*-----------------------------------*\
      About Area
\*-----------------------------------*/

.home-about .about {
    margin-top: 10px;
    padding-right: 20px;
    text-align: center;
}

.home-about {
    background: url(../images/sitting.jpg) no-repeat;
    background-size: cover;
        background-position: center center;

    background-attachment: fixed;
}

.home-about .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.home-about .about h3 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 32px;
    text-align: center;
}

.home-about .about p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
}

.home-about .seperator-zigzag {
    text-align: center;
}

.home-about2 .about {
    margin-top: 60px;
    padding-right: 20px;
}

.home-about2 .about h4 {
    color: #7c131f;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 24px;
}

.home-about2 .about p {
    color: #222;
    font-size: 14px;
    margin-bottom: 40px;
}

.about-item .item-content h3 {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    color: #fff;
    margin-bottom: 0;
}

.about-item .item-image img {
    width: 100%;
}

.about-item .item-content h3 i {
    float: right;
}

.about-item .item-content a, .about-item .item-content p {
    color: #fff;
}

.about-item .item-content .link {
    font-size: 18px;
    text-transform: uppercase;
}

.about-item .item-content i {
    margin-left: 12px;
}

.about-item:hover .item-content {
    bottom: 0px;
}

.home-about2 .item-content {
    background: rgba(0, 46, 91, 0.85);
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -100px;
    padding: 7px 25px 15px;
    -moz-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.about-area .section-body h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}


/*-----------------------------------*\
      Services Area
\*-----------------------------------*/

.home-services .service-single {
    margin-bottom: 30px;
    display: table;
    padding: 15px;
    background: #f8f8f8;
    text-align: center;
}

.home-services .service-single:hover {
    background: #fff;
}

.home-services .service-single .service-content h4 {
    margin-bottom: 5px;
    color: #7c131f;
    font-weight: bold;
    font-size: 17px;
}

.home-services .service-single .service-content p {
    font-size: 13px;
    color: #222;
}

.home-services .service-icon {
    overflow: visible;
}

.home-services .service-icon .icon {
    width: 4em;
    height: 4em;
    background: transparent;
    border: #7c131f solid 2px;
    border-radius: 100%;
    margin-right: 22px;
    text-align: center;
    margin: 0 auto 30px auto;
}

.home-services .service-icon .icon i {
    color: #7c131f;
    font-size: 1.5em!important;
    line-height: 2.5em;
}

.seperator-zigzag svg {
    fill: #cc2127;
    width: 70px;
}

.services {
    background: #fff;
}

.services .service-icon {
    margin: 10px 0 10px 0;
    text-align: center;
}

.services .icon {
    width: 4em;
    height: 4em;
    border-radius: 100%;
    margin: 0 auto;
}

.services .icon i {
    color: #fff;
    text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;
    transition: .3s ease;
    margin-bottom: 30px;
    font-size: 3em!important;
    line-height: 2em;
}

.service-single {
    margin-bottom: 25px;
}

.service-description {
    margin: 30px 0;
}

.service-description h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-description p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.service-description a {
    padding: 12px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    border: #ccc solid 1px;
    border-radius: 40px;
    text-transform: uppercase;
    color: #222;
}

.service-description a:hover, .services .service-body a:hover {
    color: #fff;
    background: #7c131f;
    border-color: #7c131f;
}

.service-header {
    margin-bottom: 20px;
}

.service-header img {
    width: 100%;
}

.services .service-body h5 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #7c131f;
}

.services .service-body p {
    font-size: 13px;
    color: #222;
}

.home-services .service-content a {
    padding: 10px 18px;
}

.services .service-body a {
    padding: 10px 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    border: #ccc solid 1px;
    border-radius: 40px;
    text-transform: uppercase;
    color: #222;
    font-size: 13px;
}

.service-details {
    margin: 30px 0 40px 0;
}

.service-details .detail-main .row {
    margin: 0 0 35px 0;
}
.service-details .detail-main h1 , .service-details .detail-main h2, .service-details .detail-main h3, .service-details .detail-main h4 {
    margin: 15px 0 20px 0;
}

.category_widget ul li a {
    font-size: 14px;
    font-weight: bold;
    background: #f8f8f8;
    color: #7c131f;
    display: block;
    padding: 18px 16px;
    border-bottom: #eee solid 1px;
}

.category_widget ul li.active, .category_widget ul li.active a, .category_widget ul li:hover, .category_widget ul li:hover a {
    transition: 200ms;
    background: #7c131f;
    border-color: #7c131f;
    color: #fff;
}

.category_widget ul li i {
    float: right;
}

.service-details .detail-main ul li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 14px;
    line-height: 18px;
    color: #222;
    border: 0;
    font-size: 13px;
}

.service-details .section-title {
    margin-bottom: 30px;
}

.service-details .section-heading {
    margin-bottom: 40px;
}

.service-details .detail-main ul li:before {
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    left: 0;
    top: 1.5px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #cc2127;
}

.widget {
    margin-bottom: 40px;
}

.widget_slider {
    text-align: center;
}

.widget_slider .image-wrapper {
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 20px;
}

.widget_slider .image-wrapper .image {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.widget_slider .image-wrapper .image img {
    border-radius: 100%;
}

.widget_slider p {
    font-size: 12px !important;
}

.widget_slider h5 {
    font-size: 11px !important;
}

.service-details h1, .service-details h2, .service-details h3, .service-details h4, .service-details h5 {
    margin-bottom: 20px;
}

.service-details .detail-sidebar h1, .service-details .detail-sidebar h2, .service-details .detail-sidebar h3, .service-details .detail-sidebar h4, .service-details .detail-sidebar h5, .service-details .detail-sidebar p {
    margin-bottom: 20px;
}

.widget_action ul li {
    display: block;
    position: relative;
    margin: 10px 0;
    border-radius: 4px;
}

.widget_action ul li a {
    display: block;
    font-size: 13px;
}

.widget_action ul li:before {
    position: absolute;
    right: 25px;
    top: 11px;
    font-family: FontAwesome;
    content: "\f019";
    color: #222;
    font-size: 14px;
}


/*-----------------------------------*\
      Project Counter Area
\*-----------------------------------*/

.counter-overlay {
    background: url(../images/background/bg2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.counter-overlay .overlay {
    background: rgba(0, 46, 91, 0.83);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.project-counter .icon {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #cc2127;
}

.project-counter .number {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #cc2127;
}

.project-counter .number span {
    font-weight: 600;
    color: #7c131f;
}

.project-counter p {
    font-size: 14px;
    text-transform: uppercase;
    color: #222;
}

.project-counter .counter-wrapper {
    text-align: center;
    padding: 38px 0 34px 0;
    margin-bottom: 10px;
}

.counter-overlay .number span, .counter-overlay p {
    color: #fff;
}


/*-----------------------------------*\
      Testimonials Area
\*-----------------------------------*/

.testimonials_bg {
    background: url(../images/background/bg2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonials_bg .overlay {
    background: rgba(0, 46, 91, 0.83);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.testimonials {
    background: #fff;
}

.single-testimonial {
    padding: 0 20px 0 20px;
    margin-bottom: 10px;
}

.single-testimonial p {
    font-size: 14px;
}

.single-testimonial .image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.single-testimonial .image, .single-testimonial img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 100%;
}

.testimonials_bg p, .testimonials_bg h2, .testimonials_bg h3, .testimonials_bg h4, .testimonials_bg h5 {
    color: #fff;
}

.testimonials .owl-dots, .testimonials_bg .owl-dots {
    position: relative;
}

.testimonials .owl-dot span {
    background: #ccc;
    border: #ccc solid 1px;
}

.testimonials .owl-dots .active span {
    background: #7c131f;
}

.testimonials_bg .testimonials-active p:before, .testimonials .testimonials-active p:before {
    content: "\f10d";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 15px;
    font-size: 2em;
    color: #cc2127;
}


/*-----------------------------------*\
      Clients Area
\*-----------------------------------*/

.single-client {
    padding: 0 20px;
    text-align: center;
}
.single-client img,.owl-carousel .owl-item .single-client img{
    max-width: 100%;
    display: inline-block;
    width: auto;
}


/*-----------------------------------*\
      Team Area
\*-----------------------------------*/

.team, .about-team {
    background: url(../images/background/bg2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.team .overlay {
    background: #cc2127;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.team .section-heading h3, .team .section-heading p {
    color: #fff;
}
.team .section-heading h3:after {
    background: #fff;
}

.team .section-heading {
    margin-bottom: 10px;
}

.team .section-body {
    margin-top: 0;
}

.about-team .section-heading h3, .about-team .section-heading p {
    color: #fff;
}

.team-header {
    display: block;
    overflow: hidden;
}

.team-content {
    background: rgba(0, 46, 91, 0.85);
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 7px 0;
    position: absolute;
    transform: translateY(100%);
    transform-origin: center bottom 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
}

.team-content h4 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.team-content a {
    color: #fff;
}

.team-content p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.team-single {
    margin-bottom: 10px;
}

.team-single:hover .team-content {
    transform: translateY(0);
}

.team-img {
    top: 0;
    overflow: hidden;
    transition: .3s;
}

.team-img img {
    width: 100%;
}

.team-item:hover .team-img {
    transform: scale(1.15);
}

.team-name {
    margin-top: 10px;
}

.team-name h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
}

.team-name p {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}

.team-content a {
    font-size: 18px;
    padding: 0 8px;
}

.team .content-align {
    width: 100%;
    height: 100%;
    display: table;
}

.team .content-align .inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}


/*-----------------------------------*\
      Pricing Area
\*-----------------------------------*/

.pricing {
    background: url(../images/background/bg2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.pricing .overlay {
    background: #7c131f;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.pricing .section-heading h3 {
    color: #fff;
}

.pricing .section-heading p {
    color: #eee;
}

.pricing .pricing-box {
    background: #fff;
    padding: 30px 20px;
}

.pricing-box .pricing-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #222;
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
}

.pricing-box .pricing-cost {
    font-size: 24px;
    text-transform: uppercase;
    color: #7c131f;
    margin-bottom: 20px;
    text-align: center;
}

.pricing-box .pricing-cost span {
    font-size: 16px;
    color: #aaa;
    font-weight: 500;
    text-transform: lowercase;
}

.pricing-box ul {
    margin-bottom: 20px;
    text-align: center;
}

.pricing-box ul li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.pricing-box ul li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0;
}

.pricing-box .btn {
    margin: 40px 0 20px 0;
    text-align: center;
}

.pricing-box .btn a {
    border: #7c131f solid 1px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 8px 12px;
    background: #fff;
    color: #7c131f;
}

.pricing-box .btn a:hover {
    border: #7c131f solid 1px;
    background: #7c131f;
    color: #fff;
}

.pricing-box .btn a:hover span {
    color: #cc2127;
}

.pricing-box .btn a span {
    margin-left: 10px;
}

.pricing-box.active {
    padding: 50px 20px;
    margin-top: -15px;
}


/*-----------------------------------*\
      Clients Area
\*-----------------------------------*/

.footer {
    background: #2e2e2e;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer .section-title h3 {
    color: #eee;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 40px;
}

.footer .item-meta {
    display: block;
    font-size: 12px;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, 0.33);
    margin-top: 5px;
    position: relative;
}

.footer .item-title {
    font-size: 15px;
    color: #656565;
    margin: 0;
    line-height: 1.6em;
    letter-spacing: .015em;
    display: block!important;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.footer .item-image {
    width: 72px;
    float: left;
    margin-right: 16px;
}

.footer .item {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.footer .item {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}

.footer .item-content {
    overflow: hidden;
}

.footer .item-image img {
    width: 72px;
    height: auto;
    border-radius: 50%;
}

.tags {
    text-align: left;
}

.tags span {
    background: #cc2127;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 0 8px;
    color: #fff;
    text-align: left;
    font-size: 12px;
    display: inline-block;
}

.footer li, .footer p, .footer a {
    color: #fff;
    text-align: left;
    font-size: 13px;
}

.footer ul {
    padding: 0;
    text-align: left;
    list-style: none;
}

.footer li {
    padding: 10px 0;
    border-bottom: #555 dotted 1px;
}

.company-info .logo {
    margin-bottom: 30px;
    width: 160px;
}

.company-info p {
    color: #fff;
    font-size: 12px;
}

.footer-contact p {
    margin-bottom: 0;
}

.footer-info {
    background: #7c131f;
}

.footer-info .row-fixed {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-info p {
    color: #738fab;
    margin-bottom: 0;
    font-size: 12px;
}

.footer-info p a {
    color: #ccc;
    margin-bottom: 0;
    font-size: 12px;
}

.footer-info .social {
    float: right;
}

.footer-info .social li {
    display: inline-block;
    margin-left: 6px;
}

.footer-info .social li a {
    color: #7c131f;
    display: block;
    width: 30px;
    padding: 5px 0;
    text-align: center;
    border-radius: 40px;
    background: #fff;
}

.footer-info .social li a:hover i {
    color: #222;
}


/*-----------------------------------*\
      Breadcrumb Area
\*-----------------------------------*/

.breadcrumb {
    padding: 40px 0;
    background: url(../images/image2.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.breadcrumb ol {
    text-align: center;
}

.breadcrumb li {
    display: inline-block;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 12px;
}

.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb li+li:before {
    padding: 0 5px;
    color: #fff;
    content: ">";
}

.breadcrumb h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 15px;
    text-align: center;
    color: #fff;
}

.breadcrumb .seperator {
    width: 60px;
    background: #cc2127;
    height: 5px;
    position: relative;
    margin: 20px auto;
    left: -80px;
}


/*-----------------------------------*\
      History Area
\*-----------------------------------*/

.our-history h4, .our-history p {
    margin-bottom: 25px;
}

.our-history blockquote p {
    margin-bottom: 0;
}


/*-----------------------------------*\
      Skills Area
\*-----------------------------------*/

.experience {
    margin-bottom: 30px;
}

.experience h5 {
    color: #666;
    font-weight: 300;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
}

.experience h5 span {
    float: right;
    color: #666;
}

.progress {
    background: #7c131f;
    width: 100%;
    height: 8px;
}

.progressbar {
    background: #cc2127;
    height: 100%;
}


/*------------------------------------*\
    Portfolio styles
\*------------------------------------*/

.portfolio-menu {
    margin-bottom: 30px;
    float: right;
}

.portfolio-menu button {
    text-transform: capitalize;
    background: #fff;
    border: 0;
    padding: 10px 15px;
    box-shadow: none;
    outline: 0;
}

.portfolio-menu .active {
    background: #cc2127;
    color: #fff;
}

.portfolio-item {
    overflow: hidden;
    margin-bottom: 20px;
}

.no-space .portfolio-item {
    padding: 0;
    margin-bottom: 0;
}

.portfolio-item a {
    display: block;
    overflow: hidden;
}

.portfolio-content {
    background: rgba(0, 46, 91, 0.8);
    bottom: 0;
    color: #ffffff;
    left: 0;
    padding: 7px 0;
    position: absolute;
    transform: translateY(100%);
    transform-origin: center bottom 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 100%;
}

.portfolio-bottom {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.05));
    bottom: 0;
    color: #ffffff;
    left: 0;
    position: absolute;
    width: 100%;
    padding-top: 10px;
}

.portfolio-text {
    color: #ffffff;
    padding: 10px;
}

.portfolio-text h4 {
    margin-bottom: 0;
}

.portfolio-btn {
    display: inline-block;
    float: right;
    background: #7c131f;
    position: absolute;
    bottom: 0;
    right: 0;
}

.portfolio-btn a {
    padding: 15px 15px;
    color: #fff;
    font-size: 14px;
}

.portfolio-btn a i {
    color: #cc2127;
    font-size: 18px;
    padding-left: 15px;
}

.content-align {
    width: 100%;
    height: 100%;
    display: table;
}

.content-align .inner {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.content-align .inner h4:after {
    content: "";
    background: #fff;
    height: 2px;
    width: 90px;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.portfolio-content h4 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.portfolio-content a {
    color: #fff;
}

.portfolio-content p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.portfolio-item:hover .portfolio-content {
    transform: translateY(0);
}

.portfolio-img {
    top: 0;
    overflow: hidden;
    transition: .3s;
}

.portfolio-img img {
    width: 100%;
}

.portfolio-item:hover .portfolio-img {
    transform: scale(1.15);
}

.portfolio .seperator {
    width: 1px;
    background: #ddd;
    height: 100px;
    margin: 40px auto;
    position: relative;
}


/* SINGLE PORTFOLIO */

.portfolio-details {
    padding: 50px 0;
}

.portfolio-details .details p {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

.portfolio-details .detail-card {
    margin: 25px auto;
}

.portfolio-details .project-card {
    background: #f8f8f8;
    padding: 8px 10px;
}

.portfolio-details .project-card .title {
    text-transform: uppercase;
    color: #555;
    margin-bottom: 2px;
    font-size: 12px;
}

.portfolio-details .project-card .description {
    color: #222;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px;
}

.portfolio-details .project-card .description a {
    color: #7c131f;
}

.portfolio-details .detail-images img {
    width: 100%;
    margin: 25px 0;
}


/*------------------------------------*\
    Contact Page styles
\*------------------------------------*/

.field-wrapper {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: table;
}

.field-wrapper-half {
    width: 50%;
    float: left;
    margin-bottom: 15px;
    position: relative;
}

.field-wrapper input[type=text], .field-wrapper input[type=email], .field-wrapper input[type=url], .field-wrapper input[type=password] {
    height: 35px;
    border: #ddd solid 1px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
}

.field-wrapper textarea {
    width: 100%;
    height: 150px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
    border: #ddd solid 1px;
    font-weight: 400;
}

.field-wrapper label.hidden {
    display: none;
}

.field-wrapper label {
    margin-bottom: 8px;
    display: inline-block;
    color: #222;
}

label.error, .error {
    font-weight: 600;
    color: #ef2b2b;
    display: block;
}

.contact-area .field-wrapper input[type=text], .contact-area .field-wrapper input[type=email], .contact-area .field-wrapper input[type=url], .contact-area .field-wrapper input[type=password] {
    height: 50px;
}

.form input[type=submit], .form button {
    width: 150px;
    height: 45px;
    background: #7c131f;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.alert-success {
    background: #22313f;
    color: #fff;
    border-color: #22313f;
}

.alert-danger {
    background: #e44c4c;
    color: #fff;
    border-color: #e44c4c;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 14px;
}

.contact-icon {
    margin-bottom: 20px;
}

.contact-icon .icon {
    width: 4em;
    height: 4em;
    background: #cc2127;
    border: #cc2127 solid 2px;
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
}

.contact-icon .icon i {
    color: #7c131f;
    font-size: 1.5em!important;
    line-height: 2.5em;
}

.bottom-section {
    background: #7c131f;
}

.bottom-section .contact-icon .icon {
    background: #fff;
    border: #fff solid 2px;
}

.bottom-section strong {
    color: #fff;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}


/*------------------------------------*\
    Blog Page styles
\*------------------------------------*/

.blog-grid .post-single .post-header {
    overflow: hidden;
    margin-bottom: 5px;
}

.post-single {
    margin-bottom: 35px;
}

.post-header {
    position: relative;
}

.post-header img, .post-header iframe, .post-header audio, .post-header video {
    width: 100%;
}

.post-header .cat {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
}

.post-header .cat a {
    display: inline-block;
    background: #cc2127;
    color: #7c131f;
    padding: 8px 20px;
}

.post-seperator {
    width: 20%;
    height: 1px;
    border-bottom: 4px dashed #cc2127;
    margin: 22px 0;
}

.blog-content .heading h4, .blog-content .heading a {
    color: #7c131f;
    font-size: 16px;
    font-weight: bold;
}

.post-header .meta {
    padding: 8px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.71));
}

.post-header .meta i {
    color: #cc2127;
    padding-right: 5px;
}

.post-header .meta p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}

.blog-main {
    width: 66.66%;
    float: left;
    padding: 0 15px;
}

.sidebar {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.blog-area {
    display: inline-block;
}

.blog-post {
    margin-bottom: 30px;
}

.blog-image img, .blog-image iframe, .blog-image video, .blog-image audio {
    width: 100%;
}

.blog-title {
    padding: 22px 0 25px;
}

.blog-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.blog-title a {
    text-decoration: none;
    color: #333;
}

.blog-title a:hover {
    color: #999;
}

.blog-meta {
    padding: 10px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
    margin-bottom: 25px;
}

.blog-meta span {
    color: #888;
    font-size: 12px;
}

.blog-meta a {
    color: #737373;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    text-decoration: none;
    font-size: 13px;
}

.blog-meta a:hover {
    color: #222;
}

.blog-meta .separator {
    margin: 0 8px;
}

.blog-meta i {
    padding-right: 5px;
    color: #7c131f;
}

.blog-grid .blog-content {
    padding: 0;
}

.blog-content {
    padding: 12px 0;
}

.blog-content p {
    font-size: 13px;
}

.blog-content a.read-more {
    font-size: 13px;
    margin-top: 15px;
    font-weight: 500;
    padding: 10px 15px;
}


/* Sidebar */

.sidebar a {
    text-decoration: none;
}

.blog-widget {
    margin-bottom: 40px;
}

.blog-widget-title {
    position: relative;
    font-size: 18px;
    margin-bottom: 17px;
    padding-bottom: 10px;
    color: #7c131f;
}

.blog-widget-title:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #cc2127;
}

.blog-search input[type=text] {
    width: 100%;
    border-bottom: #e6e6e6 solid 1px;
    padding: 8px 60px 8px 8px;
    height: 35px;
}

.blog-search input[type=submit], .blog-search button {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    background: transparent;
}

.recent-posts ul li {
    margin-bottom: 25px;
}

.recent-posts ul li h4 {
    margin: 0 0 10px;
    line-height: 26px;
    font-weight: 600;
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
}

.recent-posts ul li h4 a:hover {
    color: #999;
}

.recent-posts .time {
    padding: 5px 0;
    border-style: solid;
    border-width: 1px 0;
    border-color: #e9e9e9;
    font-size: 12px;
    color: #555;
}


/* Categories */

.categories ul li {
    padding: 8px 0;
    border-bottom: #e6e6e6 solid 1px;
}

.categories ul li a {
    color: #999;
    display: block;
    font-size: 14px;
}

.categories ul li i {
    float: right;
}

.categories ul li a:hover {
    color: #7c131f;
}


/* Tags */

.tags li {
    display: inline-block;
    border: #ddd solid 1px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #7c131f;
}

.tags li a {
    display: inline-block;
    padding: 5px 8px;
}

.tags li a:hover {
    background: #cc2127;
    border-color: #cc2127;
    color: #7c131f;
    border-radius: 2px;
}


/* Pagination */

.pagination {
    margin: 40px 0 0;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination li {
    display: inline;
}

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
    background-color: #7c131f;
    border-color: #7c131f;
    color: #fff !important;
    cursor: pointer;
}

.pagination li a {
    color: #666 !important;
}

.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li a:hover {
    background: #eee;
}


/* SIngle Blog footer */

.blog-post-footer .cats a, .blog-post-footer .tags a {
    margin-left: 10px;
}

.blog-post-footer .tags, .blog-post-footer .cats {
    margin-top: 20px;
}

.blog-post-footer a {
    color: #737373;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

.blog-post-footer {
    padding: 0 0 25px 0;
    border-bottom: 1px solid #e9e9e9;
}

.blog-post-footer .author {
    margin-top: 27px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}

.blog-post-footer .author a {
    margin-left: 12px;
}

.blog-post-footer a {
    color: #737373;
}

.blog-post-footer a:hover {
    color: #aaa;
}

.blog-post-footer .share {
    margin-top: 42px;
    text-align: right;
}

.blog-post-footer .share li {
    display: inline-block;
    margin-left: 4px;
}

.blog-post-footer .share li a {
    color: #fff;
    display: block;
    width: 40px;
    padding: 10px 0;
    text-align: center;
    border-radius: 40px;
}

.blog-post-footer .share li a:hover i {
    color: #222;
}


/* Blog Comments */

.blog-post-comments h4, .blog-comment-form h4 {
    color: #555;
    font-size: 20px;
    font-weight: 600;
}

.blog-post-comments .title, .blog-comment-form .title {
    margin-bottom: 15px;
    padding: 23px 0 0;
}

.blog-post-comments ul ul {
    padding-left: 30px;
}

.blog-comment {
    padding: 30px 0;
    border-bottom: 1px solid #e9e9e9;
}

.blog-comment p {
    font-size: 13px;
}

.blog-comment .blog-comment-img img {
    border-radius: 100%;
}

.blog-comment-meta {
    padding-left: 15px;
    display: table-cell;
    vertical-align: middle;
}

.blog-comment-meta a {
    color: #555;
}

.blog-comment a.__btn {
    font-size: 12px;
    padding: 6px 15px;
}

.blog-comment-meta .date {
    color: #777;
    font-size: 12px;
    padding: 5px 0;
}

.blog-comment-meta a:hover {
    color: #aaa;
}

.blog-comment-body {
    padding: 15px 0;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.50);
}


/* SNOW ANIMATION*/

#snow {
    background-image: url('snow/s1.png'), url('snow/s2.png'), url('snow/s3.png');
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}