﻿:root {
  --shc-primary: #08AEB0;
  --shc-secondary: #0e3a4f;
  --shc-accent: #FF7A3D;
  --shc-text: #24323a;
  --shc-muted: rgba(36,50,58,.72);
  --shc-border: rgba(31,74,97,.16);
  --shc-radius: 32px;
  --shc-radius-sm: 14px;
  --shc-gradient: linear-gradient(135deg, var(--shc-secondary) 0%, var(--shc-primary) 100%);
  --offcanvas-overlay-color: rgba(14, 58, 79, 0.50);
}

@import"https://fonts.googleapis.com/css?family=Lato:400,400i,500i,700,900|Roboto:400,500,500i,700,900|Playfair+Display:700,700i";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
    content: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

nav ul,nav li {
    margin: 0;
    list-style: none;
    list-style-image: none
}

small {
    font-size: 85%
}

strong,th {
    font-weight: bold
}

td {
    vertical-align: top
}

textarea {
    overflow: auto
}

input[type=radio] {
    vertical-align: text-bottom
}

input[type=checkbox] {
    vertical-align: bottom
}

.ie7 input[type=checkbox] {
    vertical-align: baseline
}

.ie6 input {
    vertical-align: text-bottom
}

button,input,select,textarea {
    margin: 0
}

body {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-style: normal;
    font-weight: 400;
    position: relative
}

img {
    max-width: 100%
}

a {
    color: #555;
    text-decoration: none;
    line-height: 24px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover,a:focus {
    color: #f25764;
    text-decoration: none
}

blockquote {
    font: "Lato",sans-serif;
    color: #333
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Lato",sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #555;
    line-height: 36px;
    margin: 0 0 16px 0
}

h1 {
    font-size: 56px
}

h2 {
    font-size: 48px
}

h2+p {
    margin-top: 12px
}

h3 {
    font-size: 36px
}

h3+p {
    margin-top: 12px
}

h4 {
    font-size: 24px
}

h4+p {
    margin-top: 12px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

*+p {
    margin-top: 12px
}

p {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 12px;
    padding: 0;
    letter-spacing: .03em
}

ul,li {
    list-style-type: none
}

input[type=text],input[type=password],input[type=submit],input[type=button],textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0)
}

input[type=text]:focus,input[type=password]:focus,input[type=submit]:focus,input[type=button]:focus,textarea:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 0 rgba(0,0,0,0)
}

strong {
    font-weight: 600
}

.custom-overflow-hidden {
    overflow: hidden
}

.no-margin {
    margin: 0px !important
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-12 {
    margin-top: 12px !important
}

.margin-top-24 {
    margin-top: 24px !important
}

.margin-top-32 {
    margin-top: 32px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-12 {
    margin-bottom: 12px !important
}

.margin-bottom-24 {
    margin-bottom: 24px !important
}

.margin-bottom-32 {
    margin-bottom: 32px !important
}

.margin-bottom-80 {
    margin-bottom: 80px
}

.margin-right-0 {
    margin-right: 0px
}

.no-gutter [class^=col-] {
    padding: 0px
}

.no-padding {
    padding: 0px !important
}

.padding-left-0 {
    padding-left: 0px
}

.padding-right-0 {
    padding-right: 0px
}

.padding-right-5 {
    padding-right: 5px
}

.padding-right-11 {
    padding-right: 11px
}

#preloader {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999
}

#preloader span {
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 50%
}

#backTop {
    width: 16px;
    height: 16px;
    padding: 10px;
    border-radius: 0px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

#backTop:hover {
    opacity: 1
}

#backTop:after {
    position: absolute;
    content: "-";
    width: 16px;
    height: 16px;
    text-align: center;
    top: 0;
    left: 0;
    color: #fff
}

#backTop.custom {
    background-color: #f25764;
    background-image: url("../images/uparr-48-b.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 0px solid hsl(354.9677419355,85.635359116%,84.5098039216%);
    -webkit-transition: .2s .2s ease-in-out;
    -moz-transition: .2s .2s ease-in-out;
    -o-transition: .2s .2s ease-in-out;
    transition: .2s .2s ease-in-out
}

#backTop.custom:hover {
    background-color: #fff;
    border: 0px solid rgb(210.6961325967,16.3038674033,32.6077348066)
}

.text-primary-color {
    color: #f25764
}

.text-light-color {
    color: #fff
}

.text-dark-color {
    color: #1a1a1a !important
}

.text-highlighter-white {
    font-weight: 500
}

.text-bold {
    font-weight: bold
}

.text-highlighter {
    color: #f25764
}

.text-highlighter-white {
    color: #fff
}

.capitalize {
    text-transform: capitalize
}

.uppercase {
    text-transform: uppercase
}

.alert,.progress,.pre {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

hr {
    margin: 0px;
    border: 0px;
    border: 0px;
    height: 1px;
    background: hsl(0,0%,85%)
}

.no-border {
    border: 0px !important
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-top-11 {
    margin-top: 11px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-bottom-11 {
    margin-bottom: 11px
}

.margin-bottom-80 {
    margin-bottom: 80px
}

.margin-right-0 {
    margin-right: 0px
}

.padding-left-0 {
    padding-left: 0px
}

.padding-right-0 {
    padding-right: 0px
}

.padding-right-5 {
    padding-right: 5px
}

.padding-right-11 {
    padding-right: 11px
}

.no-padding {
    padding: 0px
}

.no-border {
    border: 0px solid #fff !important
}

.inline li {
    display: inline-block;
    margin-right: 24px
}

.inline li:last-child {
    margin-right: 0
}

.narrow-p {
    margin: 0 auto 1.5em;
    width: 30%
}

.fr {
    float: right
}

.fl {
    float: left
}

.cb {
    clear: both
}

.db {
    display: block
}

.overflow-hidden {
    overflow: hidden
}

span.border-light-dotted {
    border-bottom: 1px dotted #f25764
}

span.border-bold-dashed {
    border-bottom: 2px dashed #f25764
}

blockquote {
    padding: 12px 26px 26px 42px;
    margin: 0 0 20px;
    font-size: 14px;
    font-family: "Lato",sans-serif;
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    border-left: 4px solid hsl(0,0%,30%);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

blockquote:hover {
    border: 1px solid hsl(0,0%,65%);
    border-left: 4px solid hsl(0,0%,30%)
}

blockquote p {
    font-size: 14px;
    line-height: 24px
}

blockquote:before {
    display: block;
    position: absolute;
    left: 12px;
    top: 14px;
    content: "";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #d6d6d6;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

blockquote.testimonial {
    background: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0
}

cite {
    text-align: right;
    display: block
}

cite:before {
    margin-right: 4px
}

.bq-author {
    padding: 16px 0 0 110px;
    position: relative
}

.bq-author:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 69px;
    width: 0;
    height: 0;
    border-left: 22px solid rgba(0,0,0,0);
    border-right: 0 solid rgba(0,0,0,0);
    border-top: 22px solid #dcdcdc;
    z-index: 2
}

.bq-author:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 70px;
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0,0,0,0);
    border-right: 0 solid rgba(0,0,0,0);
    border-top: 20px solid #fff;
    z-index: 3
}

.bq-author h6 {
    margin-bottom: 6px
}

.bq-author .bq-author-info {
    font-size: 12px
}

ol li {
    padding: 0;
    margin: 0 0 10px 25px;
    list-style-type: decimal
}

.section-container {
    margin: 24px 0 0 0
}

.section-heading {
    position: relative;
    font-size: 32px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-family: "Lato",sans-serif;
    letter-spacing: .03em;
    font-weight: 700;
    display: inline-block;
    color: #555
}

.section-heading:after {
    background-image: url("../images/heading_bg_right.png");
    background-position: right top;
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    right: 0;
    margin-right: -70px;
    position: absolute;
    top: 10px;
    width: 60px
}

.section-heading span {
    font-style: 400;
    color: #555
}

.section-subheading {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Lato",sans-serif;
    color: rgb(212.5,212.5,212.5);
    margin-bottom: 24px;
    padding: 0px 0 0 24px;
    word-spacing: .03em;
    letter-spacing: 0px
}

.section-heading-wrapper {
    margin-bottom: 32px
}

.section-heading-wrapper.jumbo-heading-style h2 {
    font-family: "Playfair Display",serif;
    font-style: normal;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0em;
    margin-bottom: 32px
}

.section-heading-wrapper.jumbo-heading-style h2:after {
    display: none
}

.section-heading-wrapper.inline-heading-style h2 {
    display: block;
    letter-spacing: 0em;
    margin-bottom: 48px;
    line-height: 48px
}

.section-heading-wrapper.inline-heading-style h2:after {
    display: none
}

.section-heading-wrapper.inline-heading-style h2:before {
    content: "";
    left: 0;
    position: absolute;
    bottom: -30px;
    width: 60px;
    height: 3px;
    background: var(--shc-accent);
}

.section-heading-wrapper.inline-heading-style p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    padding: 0px 0 0 0px;
    word-spacing: .03em;
    letter-spacing: 0px
}

.section-heading-wrapper .text-center h2 {
    margin-bottom: 32px
}

.section-heading-wrapper .text-center h2:after {
    left: 50%;
    margin-left: -30px;
    top: 60px;
    width: 60px
}

.section-heading-wrapper h2 {
    position: relative;
    font-size: 36px;
    margin-bottom: 0px;
    font-family: "Lato",sans-serif;
    letter-spacing: .03em;
    font-weight: 900;
    display: inline-block;
    color: #555
}

.section-heading-wrapper h2:after {
    background: #f25764;
    content: "";
    width: 60px;
    height: 3px;
    right: -12px;
    margin-right: -70px;
    position: absolute;
    top: 22px
}

.section-heading-wrapper h2 span {
    font-style: 400;
    color: #555
}

.section-heading-wrapper p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Lato",sans-serif;
    color: rgb(110.5,110.5,110.5);
    margin-bottom: 12px;
    padding: 0px 0 0 24px;
    word-spacing: .03em;
    letter-spacing: 0px
}

.section-heading-wrapper-alt h2 {
    color: #fff
}

.section-heading-wrapper-alt p {
    color: #fff
}

.section-heading-wrapper-alt .text-center h2.section-heading:after {
    left: 50%;
    margin-left: -42px;
    top: 36px
}

.section-heading-alt {
    color: #fff
}

.section-heading-alt span {
    font-style: 400;
    color: #fff
}

.section-subheading-alt {
    color: #fff
}

@-webkit-keyframes pulse-effect {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,87,100,0)
    }

    20% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,87,100,.3)
    }

    50% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,87,100,.5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 15px rgba(242,87,100,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(242,87,100,0)
    }
}

@keyframes pulse-effect {
    0% {
        -moz-box-shadow: 0 0 0 5px rgba(242,87,100,0);
        box-shadow: 0 0 0 5px rgba(242,87,100,0)
    }

    20% {
        -moz-box-shadow: 0 0 0 10px rgba(242,87,100,.3);
        box-shadow: 0 0 0 10px rgba(242,87,100,.3)
    }

    50% {
        -moz-box-shadow: 0 0 0 15px rgba(242,87,100,.5);
        box-shadow: 0 0 0 15px rgba(242,87,100,.5)
    }

    80% {
        -moz-box-shadow: 0 0 0 10px rgba(242,87,100,.3);
        box-shadow: 0 0 0 10px rgba(242,87,100,.3)
    }

    100% {
        -moz-box-shadow: 0 0 0 5px rgba(242,87,100,0);
        box-shadow: 0 0 0 5px rgba(242,87,100,0)
    }
}

.accordion .panel {
    margin-bottom: 3px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px
}

.accordion .panel .panel-title a {
    display: block
}

span.label {
    margin-right: 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    font-size: 100%
}

#btn,.btn {
    text-align: center;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

#btn:hover,.btn:hover {
    color: #000
}

.btn-dynamism {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 12px 42px
}

.btn-dynamism:hover {
    background: #f25764;
    color: #fff
}

.btn-custom {
    text-align: center;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out;
    border: 1px solid #ccc;
    background: #f25764;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 12px 14px
}

.btn-custom:hover {
    border-color: hsl(0,0%,65%);
    color: #f25764;
    background: #fff
}

.btn-custom-inverse {
    text-align: center;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out;
    border: 1px solid #ccc;
    color: #f25764;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 12px 14px
}

.btn-custom-inverse:hover {
    background: #f25764;
    color: #fff
}

a.btn-load-more {
    margin-bottom: -36px;
    margin-top: 32px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: rgba(0,0,0,0);
    color: #fff;
    background: #f25764;
    border: 1px solid #f25764;
    padding: 12px 24px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

a.btn-load-more:hover {
    color: #f25764;
    background: #fff;
    border: 1px solid #f25764
}

.btn-theme {
    border: 0px;
    background: #f25764;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    padding: 16px 36px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: "all" "0.5s" ease-in-out;
    -moz-transition: "all" "0.5s" ease-in-out;
    -o-transition: "all" "0.5s" ease-in-out;
    transition: "all" "0.5s" ease-in-out;
    margin-bottom: 0;
    letter-spacing: 0em;
    overflow: hidden;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.btn-theme:hover {
    color: #fff;
    background-color: #254559
}

.btn-theme-invert {
    color: #fff;
    background-color: #254559
}

.btn-theme-invert:hover {
    background: rgb(22.0238095238,41.0714285714,52.9761904762);
    color: #fff
}

.btn-theme-white {
    color: #f25764;
    background: #fff
}

.btn-theme-white:hover {
    background: #f25764;
    color: #fff
}

.btn-capitalize {
    text-transform: capitalize !important
}

.button {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #fff;
    font-weight: bold;
    height: 3em;
    line-height: 1em;
    padding: 1em
}

.small-button {
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    color: #000;
    font-weight: bold;
    height: 0;
    line-height: 0;
    padding: 1em 1em;
    margin: 6px 0;
    width: 100%
}

.theme-custom-text-shadow {
    -webkit-text-shadow: 1px 1px 1px #666 !important;
    text-shadow: 1px 1px 1px #666 !important
}

.theme-custom-no-text-shadow {
    -webkit-text-shadow: 0px 0px 0px #666 !important;
    text-shadow: 0px 0px 0px #666 !important
}

.theme-custom-text-background {
    background: rgba(93,156,236,.7);
    padding: 7px 15px
}

.theme-custom-box-shadow {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border: 0px solid rgba(0,0,0,0);
    box-shadow: 0 0px 7px 7px rgba(0,0,0,.03)
}

.theme-custom-box-shadow:hover {
    border: 0px solid rgba(0,0,0,0);
    box-shadow: 0 0px 7px 10px rgba(0,0,0,.03)
}

.theme-custom-no-box-shadow {
    box-shadow: 0 0px 0px 0px rgba(0,0,0,.03) !important
}

.theme-custom-box-animation {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    top: 0
}

.theme-custom-box-animation:hover {
    top: -5px
}

hr.hr-half-center {
    border: 0px;
    height: 1px;
    background: rgb(224.5,224.5,224.5);
    width: 50%;
    max-width: 420px;
    margin: 48px auto 24px auto
}

.text-curly {
    font-family: "Playfair Display",serif;
    font-style: italic
}

.text-curly-no-italic {
    font-style: normal
}

.text-highlighter-primary {
    color: #f25764 !important
}

.text-highlighter-white {
    color: #fff
}

#comment_btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    background: rgba(0,0,0,0);
    color: #333;
    padding: 6px 12px
}

#comment_btn:hover {
    border: 1px solid #f25764;
    color: #f25764;
    background: rgba(0,0,0,0)
}

#contact-form .p-errors label {
    color: #f08080
}

#contact-form .p-errors input[type=text],#contact-form .p-errors input[type=email],#contact-form .p-errors textarea {
    border-color: #f08080
}

.wp-caption {
    text-align: center
}

.wp-caption .wp-caption-text {
    margin-bottom: 0px;
    font-size: 12px;
    font-style: italic;
    line-height: 34px
}

.sticky {
    margin-bottom: 21px;
    background: #fff
}

.main-header {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000
}

.main-header .sticky-wrapper {
    background: #fff
}

.main-header .navgiation-wrapper {
    background: #fff
}

.main-header .top-bar {
    background: #f25764;
    line-height: 48px;
    color: #fff;
    font-size: 14px
}

.main-header .top-bar i {
    color: #fff;
    margin-right: 5px;
    display: inline-block
}

.main-header .top-bar a {
    color: #fff
}

.main-header ul.top-bar-info {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-header ul.top-bar-info li.top-bar-phone {
    text-indent: 3px;
    margin-right: 20px;
    position: relative;
    display: inline
}

.main-header ul.top-bar-info li.top-bar-phone:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    background: #fafafa;
    margin: 0 11px;
    height: 14px;
    position: absolute;
    top: 3px
}

.main-header ul.top-bar-info li.top-bar-hour {
    margin-right: 20px;
    position: relative;
    display: inline
}

.main-header ul.top-bar-info li.top-bar-hour:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    background: #fafafa;
    margin: 0 11px;
    height: 14px;
    position: absolute;
    top: 3px
}

.main-header ul.top-bar-info li.top-bar-address {
    position: relative;
    display: inline
}

.main-header .top-bar-social {
    color: #fff;
    font-size: 16px;
    border: 0px solid #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.main-header .top-bar-social a {
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-header .top-bar-social a i.fa {
    width: 24px;
    height: 24px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    color: #666;
    background: #fafafa;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    top: -2px
}

.main-header .top-bar-social a:hover i.fa {
    color: #f25764;
    background: #fafafa
}

.sticky-header {
    height: auto;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1000
}

.sticky-header .top-bar {
    background: #f25764
}

.sticky-header .navgiation-wrapper {
    background: hsla(0,0%,100%,.97)
}

.sticky-header .sticky-wrapper {
    background: rgba(0,0,0,0) !important
}

.logo {
    margin-top: 32px;
    margin-bottom: 0
}

.header-container {
    border-bottom: 0px solid #eee;
    padding-bottom: 0px;
    box-shadow: 0px 0px 2px -4px rgba(0,0,0,.2);
    -webkit-transition: .2s .2s ease-in-out;
    -moz-transition: .2s .2s ease-in-out;
    -o-transition: .2s .2s ease-in-out;
    transition: .2s .2s ease-in-out
}

.navbar-header a.logo {
    margin-top: 16px;
    display: inline-block
}

.navbar-header a.logo img {
    display: block
}

.navbar-default {
    border: none;
    background: rgba(0,0,0,0);
    margin-bottom: 0px;
    padding: 0 !important
}

.navbar-default .navbar-nav {
    margin-top: 10px
}

.navbar-default .navbar-nav>li {
    margin-left: 12px
}

.navbar-default .navbar-nav>li>a {
    font-family: "Lato",sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 24px;
    line-height: 32px
}

.navbar-default .navbar-nav>li>a:hover {
    color: #000
}

.navbar-default .navbar-nav li.drop {
    position: relative
}

.navbar-default .navbar-nav li.drop a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: -3px;
    top: 15px;
    font-weight: normal
}

.navbar-default .navbar-nav li ul.drop-down {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 71px;
    left: 0;
    width: 190px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-default .navbar-nav li ul.drop-down li {
    list-style: none;
    display: block;
    margin: 0
}

.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    top: 0px;
    left: 100%;
    border-bottom: none
}

.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 a:after {
    content: ""
}

.navbar-default .navbar-nav li ul.drop-down li a {
    font-family: "Lato",sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    display: block;
    color: #000;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
    background: hsla(0,0%,100%,.9);
    margin: 0;
    border: none
}

.navbar-default .navbar-nav li ul.drop-down li a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px
}

.navbar-default .navbar-nav li ul.drop-down li a:hover {
    background: rgba(0,0,0,.9);
    color: #fff
}

.navbar-default .navbar-nav li ul.drop-down li.drop a {
    display: inline-block;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 14px;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    border: none
}

.navbar-default .navbar-nav li ul.drop-down li.drop a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 12px
}

.navbar-default .navbar-nav li ul.drop-down li.drop a:hover {
    color: #fff;
    background: rgba(0,0,0,.8)
}

.navbar-default .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg)
}

.navbar-default .navbar-nav li ul.drop-down li:hover ul.drop-down.level3 a:after {
    content: ""
}

.navbar-default .navbar-nav li ul.drop-down li:last-child {
    border-bottom: none
}

.navbar-default .navbar-nav li:hover>ul.drop-down {
    visibility: visible;
    opacity: 1
}

header.one-page .navbar-nav>li {
    margin-left: 0
}

header.one-page .navbar-nav>li>a span {
    color: #f25764
}

.stuck {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    z-index: 99;
    opacity: 1;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: hsla(0,0%,100%,.95);
    width: 100%;
    padding: 0px;
    margin: 0 !important;
    -webkit-box-shadow: 0px 0px 5px 10px rgba(0,0,0,.05);
    -moz-box-shadow: 0px 0px 5px 10px rgba(0,0,0,.05);
    box-shadow: 0px 0px 5px 10px rgba(0,0,0,.05)
}

.menu-container {
    border: 5px solid rgba(0,0,0,.5);
    background: rgba(0,0,0,.8);
    margin-top: 20px;
    padding: 0px 20px
}

.menu-container .navbar-nav li ul.drop-down {
    top: 66px
}

.highlight-layout-1 {
    margin: 24px 0;
    background: rgba(0,0,0,0);
    padding: 0px;
    position: relative
}

.highlight-layout-1 figure {
    margin-bottom: 20px
}

.highlight-layout-1 figure img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: 0px;
    transform: rotateY(0deg);
    width: auto !important;
    display: inline-block !important
}

.highlight-layout-1 h5 {
    color: #555;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 22px
}

.highlight-layout-1 p {
    color: #555
}

.highlight-layout-1 a {
    margin-top: 24px;
    color: #f25764;
    background: #fafafa;
    padding: 10px 15px;
    display: inline-block;
    display: none
}

.highlight-layout-1:hover figure img {
    position: relative;
    top: -10px;
    transform: rotateY(360deg)
}

.highlight-carousel {
    clear: both
}

.highlight-carousel [class^=col-] {
    width: 100%
}

.highlight-carousel .owl-nav {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: .6;
    margin: 0;
    z-index: 1
}

.highlight-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.highlight-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left
}

.highlight-carousel .owl-nav .owl-prev:hover {
    color: rgb(91.8333333333,150.5,187.1666666667)
}

.highlight-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: right
}

.highlight-carousel .owl-nav .owl-next:hover {
    color: rgb(91.8333333333,150.5,187.1666666667)
}

.highlight-carousel .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.highlight-carousel .owl-dots .owl-dot {
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: rgba(0,0,0,0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.highlight-carousel .owl-dots .owl-dot span {
    display: block;
    background: #254559
}

.highlight-carousel .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: hsl(354.9677419355,85.635359116%,74.5098039216%)
}

.highlight-carousel:hover .owl-nav {
    opacity: 1
}

.section-content-block {
    padding: 120px 0 120px 0;
    background: #fff
}

.section-pure-white-bg {
    background: #fff !important
}

.section-secondary-bg {
    background: #f9fafb !important
}

.section-pure-black-bg {
    background: #000
}

.section-primary-bg {
    background: #f25764 !important
}

.block-primary-bg {
    background: #f25764 !important
}

.block-secondary-bg {
    background: #f9fafb !important
}

.block-white-bg {
    background: #fff !important
}

.block-black-bg {
    background: #000 !important
}

.section-white-bg-overlay {
    overflow: hidden;
    position: relative;
    clear: both
}

.section-white-bg-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    background: hsl(0,0%,97%);
    opacity: .8;
    content: "";
    width: 100%;
    height: 6000px
}

.section-theme-bg-overlay {
    overflow: hidden;
    position: relative;
    clear: both
}

.section-theme-bg-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #f25764;
    opacity: .7;
    content: "";
    width: 100%;
    height: 6000px
}

.section-black-bg-overlay {
    overflow: hidden;
    position: relative;
    clear: both
}

.section-black-bg-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #2c2c2c;
    opacity: .7;
    content: "";
    width: 100%;
    height: 6000px
}

.slider-wrap {
    clear: both
}

#slider_1 {
    text-align: center
}

#slider_1 .item img {
    display: block;
    width: 100%;
    height: auto
}

#slider_1 .slider_item_container {
    position: relative;
    text-align: center;
    width: 100%;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background: #000
}

#slider_1 .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 100%
}

#slider_1 .slider-content h2 {
    font-family: "Roboto",sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    margin: 0px 0 0;
    color: #fff
}

#slider_1 .slider-content h2 span {
    background: rgba(235,70,74,.8);
    padding: 0 3px
}

#slider_1 .slider-content h2.jumbo-heading {
    font-size: 70px;
    line-height: 70px;
    text-shadow: 1px 1px 1px #666
}

#slider_1 .slider-content h2.jumbo-heading span {
    color: #f25764;
    background: none;
    padding: 0px;
    text-shadow: 1px 1px 1px #666
}

#slider_1 .slider-content h3 {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: .02em;
    margin: 16px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #666
}

#slider_1 .slider-content a.btn-slider {
    font-size: 16px;
    margin-top: 36px;
    background: #f25764;
    border: 0px solid #f25764;
    color: #fff;
    line-height: 48px;
    padding-left: 42px;
    padding-right: 42px;
    font-weight: 600;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

#slider_1 .slider-content a.btn-slider:hover {
    background: #254559;
    border: 0px solid #f25764;
    color: #fff
}

#slider_1 .owl-nav {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: .6;
    margin: 0;
    z-index: 1
}

#slider_1 .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

#slider_1 .owl-nav .owl-prev {
    left: 0%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center
}

#slider_1 .owl-nav .owl-prev:hover {
    color: #254559
}

#slider_1 .owl-nav .owl-next {
    right: 0%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 60px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center
}

#slider_1 .owl-nav .owl-next:hover {
    color: #254559
}

#slider_1 .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 24px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    text-align: center
}

#slider_1 .owl-dots .owl-dot {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    padding: 2px;
    width: 16px;
    height: 8px;
    background: #fafafa;
    margin: 0 4px
}

#slider_1 .owl-dots .owl-dot span {
    display: none
}

#slider_1 .owl-dots .active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 24px;
    background: #f25764
}

#slider_1 .owl-dots .active span {
    display: none
}

#slider_1:hover .owl-nav {
    opacity: 1
}

.slide-bg {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-origin: initial;
    background-repeat: no-repeat;
    -webkit-transition: all 5s ease-in-out;
    -moz-transition: all 5s ease-in-out;
    -o-transition: all 5s ease-in-out;
    transition: all 5s ease-in-out;
    transform: rotate(0deg) scale(1)
}

.slidezoom {
    transform: rotateY(2deg) scale(1.1)
}

.owl-carousel .owl-item {
    overflow: hidden !important
}

.section-banner {
    padding: 250px 0px 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.banner-content {
    width: 100%
}

.banner-content h2 {
    font-family: "Roboto",sans-serif;
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    margin: 0px 0 0;
    color: #fff
}

.banner-content h2 span {
    background: rgba(235,70,74,.8);
    padding: 0 3px
}

.banner-content h2.jumbo-heading {
    font-size: 70px;
    line-height: 70px;
    text-shadow: 1px 1px 1px #666
}

.banner-content h2.jumbo-heading span {
    color: #f25764;
    background: none;
    padding: 0px;
    text-shadow: 1px 1px 1px #666
}

.banner-content h3 {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0em;
    margin: 16px 0 0;
    color: #fff;
    text-shadow: 1px 1px 1px #666
}

.banner-content span.slider-text-separator {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #f25764;
    margin: 24px 0 12px 0
}

.banner-content a.btn-slider {
    font-size: 16px;
    margin-top: 36px;
    background: #f25764;
    border: 0px solid #f25764;
    color: #fff;
    line-height: 48px;
    padding-left: 42px;
    padding-right: 42px;
    font-weight: 600;
    text-align: left;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.banner-content a.btn-slider:hover {
    background: #254559;
    border: 0px solid #f25764;
    color: #fff
}

.home-page-section-heading span {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    color: rgb(102.5,102.5,102.5)
}

.home-page-section-sub-heading {
    font-size: 26px;
    line-height: 32px;
    font-style: italic;
    color: gray
}

.btn-heading {
    background: rgba(0,0,0,0);
    border: 2px solid #f25764;
    color: #f25764
}

.theme-gradient {
    background: rgba(0,0,0,0) !important;
    background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), rgb(255, 0, 0)) !important;
    background: -o-linear-gradient(right, rgba(255, 0, 0, 0), rgb(255, 0, 0)) !important;
    background: -moz-linear-gradient(right, rgba(255, 0, 0, 0), rgb(255, 0, 0)) !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) !important
}

.latest-news-container {
    border: 0px solid #ccc;
    margin-bottom: 24px
}

.latest-news-container figure {
    display: block;
    position: relative;
    overflow: hidden
}

.latest-news-container figure img {
    display: block;
    position: relative;
    width: 1000%;
    overflow: hidden
}

.latest-news-container figure:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "+";
    position: absolute;
    right: 150%;
    margin-left: -30px;
    bottom: -64px;
    background: #fff;
    color: #f25764;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.latest-news-container .news-content {
    position: relative;
    background: #fff;
    padding: 15px 25px 35px
}

.latest-news-container .news-content h3 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 32px;
    margin-bottom: 16px;
    margin-top: 24px
}

.latest-news-container .news-content h3 a {
    display: block
}

.latest-news-container .news-content p {
    color: #555
}

.latest-news-container .news-content .news-meta-info {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    position: absolute;
    background: #f25764;
    color: #fff;
    padding: 8px 24px;
    top: -24px;
    left: 20px
}

.latest-news-container:hover figure:after {
    opacity: 1;
    transform: scale(1);
    top: 50%;
    left: 50%;
    margin-top: -30px
}

.counter-section-1 {
    padding: 0px
}

.counter-layout-1 {
    border: 1px solid #ccc;
    background: #f9fafb;
    border-top: 0px;
    padding: 20px
}

.counter-layout-1 i {
    float: left;
    font-size: 72px;
    display: none;
    margin: 12px 12px 0 0;
    color: #e6e6e6
}

.counter-layout-1 span.counter {
    display: block;
    font-size: 46px;
    font-weight: 300;
    font-family: "Lato",sans-serif;
    line-height: 46px;
    margin: 5px 0;
    position: relative;
    text-align: center;
    left: -11px
}

.counter-layout-1 span.counter:after {
    position: absolute;
    content: "+";
    font-size: 48px;
    display: inline-block;
    margin-left: 5px;
    font-family: "Lato",sans-serif;
    font-weight: 300;
    color: rgb(153.5,153.5,153.5)
}

.counter-layout-1 span.counter_text {
    color: #eb464a;
    display: block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center
}

.counter-layout-1:first-child {
    border-right: 0px
}

.counter-layout-1:nth-child(2) {
    border-right: 0px
}

.counter-layout-1:nth-child(3) {
    border-right: 0px
}

.ce_event_wrap,.default_width {
    float: left;
    position: relative;
    width: 100%
}

.ce_event_wrap img,.default_width img {
    height: auto;
    width: 100%
}

.ce_event_wrap .ce_event_des_wrap,.default_width .ce_event_des_wrap {
    position: relative;
    padding: 0px
}

.ce_event_wrap .ce_event_des_wrap .ce_event_date,.default_width .ce_event_des_wrap .ce_event_date {
    border: 1px solid #ccc;
    color: #f25764;
    background-color: #fff;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    margin-left: -100px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: -32px;
    width: 200px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des,.default_width .ce_event_des_wrap .ce_event_new_des {
    float: none;
    padding: 0px;
    width: auto
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des h5 a,.default_width .ce_event_des_wrap .ce_event_new_des h5 a {
    letter-spacing: .06em;
    font-weight: 500;
    color: #f25764;
    text-transform: capitalize;
    display: block;
    margin: 24px 0 15px
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des h5 a:hover,.default_width .ce_event_des_wrap .ce_event_new_des h5 a:hover {
    color: #555
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul,.default_width .ce_event_des_wrap .ce_event_new_des ul {
    text-transform: uppercase;
    float: left;
    margin: 0 0 10px;
    width: 100%
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li,.default_width .ce_event_des_wrap .ce_event_new_des ul li {
    color: #555;
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    position: relative;
    list-style: outside none none
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li:first-child,.default_width .ce_event_des_wrap .ce_event_new_des ul li:first-child {
    padding-left: 0
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li a,.default_width .ce_event_des_wrap .ce_event_new_des ul li a {
    color: #555;
    display: inline-block;
    font-weight: 300
}

.ce_event_wrap .ce_event_des_wrap .ce_event_new_des ul li i,.default_width .ce_event_des_wrap .ce_event_new_des ul li i {
    margin-right: 5px
}

.ce_event_wrap:hover .ce_event_des_wrap .ce_event_date,.default_width:hover .ce_event_des_wrap .ce_event_date {
    color: #f25764
}

.event_wrapper {
    border: 1px solid #ccc
}

.event_wrapper .event-img {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    margin: -1px -1px 0px -1px
}

.event_wrapper .event-img img {
    display: block;
    clear: both;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    max-width: 100%
}

.event_wrapper .event-img .event-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f25764;
    margin: 0;
    color: #fff;
    clear: both
}

.event_wrapper .event-img .event-info .event-date {
    padding: 6px;
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative
}

.event_wrapper .event-img .event-info .event-date i.fa {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #f25764;
    color: #fff;
    top: -10px;
    left: 50%;
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.event_wrapper .event-img .event-info .event-location {
    background: rgb(238.3370165746,39.6629834254,56.3259668508);
    padding: 6px;
    float: right;
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative
}

.event_wrapper .event-img .event-info .event-location i.fa {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: rgb(238.3370165746,39.6629834254,56.3259668508);
    color: #fff;
    top: -10px;
    left: 50%;
    margin-left: -16px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.event_wrapper .event-text {
    text-align: center;
    padding: 12px
}

.event_wrapper .event-text .event-time {
    font-weight: 600
}

.event_wrapper .event-text .event-time span.speaker-name {
    font-weight: 400;
    font-style: italic
}

.event_wrapper .event-text h5 a {
    margin-top: 18px !important;
    font-size: 22px;
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 32px
}

.event_wrapper:hover .event-img {
    position: relative;
    display: block;
    clear: both
}

.event_wrapper:hover .event-img img {
    display: block;
    clear: both;
    text-align: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .9
}

.event_wrapper:hover .event-img .event-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f25764;
    margin: 0;
    color: #fff;
    clear: both
}

.event_wrapper:hover .event-img .event-info .event-date {
    padding: 6px;
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative
}

.event_wrapper:hover .event-img .event-info .event-date i.fa {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #f25764;
    color: #fff;
    top: -32px;
    left: 50%;
    margin-left: -16px;
    opacity: 1
}

.event_wrapper:hover .event-img .event-info .event-location {
    background: rgb(238.3370165746,39.6629834254,56.3259668508);
    padding: 6px;
    float: right;
    width: 50%;
    text-align: center;
    display: inline-block;
    position: relative
}

.event_wrapper:hover .event-img .event-info .event-location i.fa {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: rgb(238.3370165746,39.6629834254,56.3259668508);
    color: #fff;
    top: -32px;
    left: 50%;
    margin-left: -16px;
    opacity: 1
}

.event-carousel {
    clear: both
}

.event-carousel [class^=col-] {
    width: 100%
}

.event-carousel .owl-nav {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: .6;
    margin: 0;
    z-index: 1
}

.event-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.event-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left
}

.event-carousel .owl-nav .owl-prev:hover {
    color: #254559
}

.event-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: right
}

.event-carousel .owl-nav .owl-next:hover {
    color: #254559
}

.event-carousel .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.event-carousel .owl-dots .owl-dot {
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: rgba(0,0,0,0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.event-carousel .owl-dots .owl-dot span {
    display: block;
    background: #254559
}

.event-carousel .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: hsl(354.9677419355,85.635359116%,74.5098039216%)
}

.event-carousel:hover .owl-nav {
    opacity: 1
}

.cta-section-1 {
    padding: 80px 0 0
}

.cta-section-1 h2 {
    font-size: 42px;
    line-height: 42px;
    color: #1a1a1a;
    margin: 48px 0 36px 0;
    font-weight: 900;
    letter-spacing: .01em
}

.cta-section-1 h2 small {
    display: inline-block;
    margin-bottom: 24px
}

.cta-section-1 p {
    margin-bottom: 42px;
    color: gray
}

.cta-section-1 .btn-cta-1 {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 0px;
    padding: 10px 24px;
    color: #fff;
    background: #f25764;
    font-size: 14px;
    font-weight: 600px
}

.cta-img {
    vertical-align: middle;
    padding: 0;
    margin: 0
}

.cta-img img {
    display: block
}

.cta-section-3 {
    padding: 120px 0;
    background: rgba(0,0,0,0);
    background-image: url("../images/pattern_1.png");
    background-repeat: repeat;
    background-position: center center;
    background-size: initial;
    background-attachment: fixed;
    display: block;
    clear: both;
    position: relative;
    overflow: hidden;
    text-align: center
}

.cta-section-3:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f25764;
    opacity: .9;
    top: 0;
    left: 0;
    content: ""
}

.cta-section-3 h2 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-family: "Lato",sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase
}

.cta-section-3 p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .03em;
    color: #fff
}

.newsletter-area-bg {
    padding: 55px 0;
    background-color: #2c2c2c;
    color: #fff
}

.newsletter-area-bg h3 {
    color: #fff;
    font-size: 24px
}

.newsletter-area-bg p {
    margin-top: 20px;
    margin-bottom: 0px
}

.newsletter-area-bg .newsletter-form {
    height: 50px;
    margin-top: 28px;
    overflow: hidden;
    position: relative
}

.newsletter-area-bg .newsletter-form>input {
    background: #fff;
    border: 0;
    color: #333;
    height: 50px;
    padding-left: 13px;
    width: 100%
}

.newsletter-area-bg .newsletter-form>button {
    background: #fff;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #999;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    color: #f25764;
    font-weight: 700;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease 0s;
    width: 100px
}

.newsletter-area-bg .newsletter-form>button:hover {
    background: hsl(0,0%,90%)
}

.testimonial-block {
    background: #f25764;
    padding: 42px
}

.testimonial-block h4 {
    font-size: 30px;
    line-height: 36px;
    color: #fff
}

.testimonial-block p {
    color: #fff
}

.section-news-block .news-wrapper {
    background: #fff;
    border: 1px solid #ccc
}

.section-news-block .news-wrapper .news-img {
    display: block;
    position: relative;
    overflow: hidden
}

.section-news-block .news-wrapper .news-img img {
    margin-bottom: 0px !important;
    width: 100%;
    display: block
}

.section-news-block .news-wrapper .news-img .date-meta {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: inline-block;
    width: 60px;
    background: #f25764;
    font-size: 30px;
    width: 110px;
    text-align: center;
    margin-left: -55px;
    color: #fff;
    padding: 6px 0;
    font-weight: 600
}

.section-news-block .news-wrapper .news-img .date-meta span {
    font-size: 16px;
    display: block
}

.section-news-block .news-wrapper .news-meta {
    list-style: none;
    overflow: hidden;
    margin: 6px 0
}

.section-news-block .news-wrapper .news-meta li {
    display: block
}

.section-news-block .news-wrapper .news-button {
    border-radius: 0 !important;
    border: 0px;
    transition: all .4s ease 0s;
    background: #f25764;
    font-size: 14px;
    color: #fff
}

.section-news-block .news-wrapper .news-button:hover {
    background: #fff;
    border: 0px;
    color: #f25764
}

.section-news-block .news-wrapper .news-content {
    padding: 0px 12px 24px 12px
}

.section-news-block .news-wrapper .news-content .news-text h5 a {
    font-family: "Lato",sans-serif;
    margin-top: 18px !important;
    color: #444;
    font-size: 18px;
    line-height: 32px;
    display: block;
    text-transform: capitalize;
    font-weight: 400
}

.section-news-block .news-wrapper .news-content .news-text p {
    font-size: 16px;
    font-weight: normal
}

.section-news-block .news-wrapper:hover .news-img:before {
    width: 100%;
    background: rgba(0,0,0,.5)
}

.section-news-block .news-wrapper:hover .news-button {
    background: #eb464a;
    color: #fff
}

.section-news-block .news-wrapper:hover .news-button .fa {
    color: #fff
}

.btn-social-icon {
    height: 42px;
    width: 42px;
    border: 0;
    border-radius: 0px !important;
    margin: 3px 3px;
    color: #fff;
    background-color: #254559
}

.btn-social-icon:hover {
    color: #fff;
    background-color: #f25764
}

.btn-social-icon .fa {
    line-height: 32px
}

.section-contact-block {
    position: relative;
    overflow: hidden
}

.section-contact-block .content-block {
    padding: 0 48px 0 0
}

.section-contact-block .contact-title {
    font-size: 24px;
    border-bottom: 3px solid #eee;
    color: #5c5c5c;
    padding-bottom: 15px;
    position: relative
}

.section-contact-block .contact-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
    background: #f25764
}

.section-contact-block .contact-info li {
    margin-bottom: 24px
}

.section-contact-block .contact-info .icon-container {
    display: inline-block;
    background: #f25764;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 16px
}

.section-contact-block .contact-info .icon-container i {
    font-size: 14px
}

.section-contact-block .contact-info address {
    display: inline-block
}

.section-contact-block .contact-info a {
    color: #555
}

.section-contact-block .contact-info a:hover {
    color: #f25764
}

.section-contact-block .contact-form-block {
    padding: 0 0 0 0px
}

.section-contact-block #contact-form input[type=text],.section-contact-block #contact-form input[type=email],.section-contact-block #contact-form input[type=url],.section-contact-block #contact-form input[type=password] {
    border: 0px;
    border-bottom: 1px solid #eee;
    line-height: 42px;
    height: 42px;
    margin-bottom: 24px;
    padding-left: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.section-contact-block #contact-form input[type=text]:focus,.section-contact-block #contact-form input[type=email]:focus,.section-contact-block #contact-form input[type=url]:focus,.section-contact-block #contact-form input[type=password]:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    border: 0px;
    border-bottom: 1px solid rgb(160.5,160.5,160.5)
}

.section-contact-block #contact-form textarea {
    border: 0px;
    border-bottom: 1px solid #eee;
    padding-left: 2px;
    margin-bottom: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.section-contact-block #contact-form textarea:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    border: 0px;
    border-bottom: 1px solid rgb(160.5,160.5,160.5)
}

.section-transparent-bg {
    background: rgba(0,0,0,0) !important
}

.main-content {
    margin: 48px 0
}

.page-header {
    margin: 0;
    padding: 80px 0 80px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-attachment: scroll;
    background-color: rgba(0,0,0,0);
    background-image: url("../images/header-bg.jpg");
    background-repeat: repeat;
    background-size: initial;
    border: 0px solid #fff
}

.page-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    content: "";
    z-index: -1
}

.page-header h3 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 24px;
    font-weight: 700;
    font-family: "Lato",sans-serif;
    margin: 24px 0;
    text-transform: uppercase;
    letter-spacing: .02em
}

.page-header .page-breadcrumb {
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: .01em
}

.page-header .page-breadcrumb a {
    color: #fff
}

.page-header .page-breadcrumb a:hover {
    color: #f25764
}

.single-post {
    margin-bottom: 50px
}

.single-post p {
    line-height: 30px
}

.single-post .single-post-content {
    margin-bottom: 30px;
    padding: 6px;
    background: #f9fafb
}

.single-post .single-post-content p a {
    display: block
}

.single-post .single-post-content p a img {
    width: 100%;
    display: block
}

.single-post .single-post-title {
    line-height: 24px
}

.single-post .single-post-title h2 {
    font-size: 28px;
    line-height: 32px;
    line-height: 30px;
    font-weight: 500
}

.single-post .single-post-title .single-post-meta {
    font-size: 15px
}

.readmore {
    border: 0px;
    background: #f25764;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 12px 24px
}

.readmore-sm {
    border: 0px;
    background: #f25764;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 6px 12px
}

.single-post-inner {
    background: #f9fafb;
    padding: 30px
}

.post-inner-featured-content {
    display: block
}

.post-inner-featured-content img {
    display: block;
    width: 100%;
    text-align: center
}

.single-post-inner-title {
    margin-bottom: 24px
}

.single-post-inner-title h2 {
    font-size: 32px;
    margin: 32px 0 24px 0
}

.single-post-inner-meta h2 {
    font-size: 24px
}

.single-post-inner-meta .tag-list a {
    display: inline-block;
    padding: 4px 12px;
    margin-right: 3px;
    background: #f25764;
    color: #fff
}

.custom-post-info {
    margin: 0;
    padding: 0
}

.custom-post-thumb-small {
    width: 70px;
    height: 70px
}

.custom-post-thumb-medium {
    width: 350px;
    height: 120px
}

.single-post-container {
    margin: 0 0 24px 0
}

.single-post-container h3 {
    margin: 24px 0 12px 0;
    font-size: 18px;
    text-transform: capitalize
}

.single-post-container h3 a {
    color: #555
}

.single-post-container h3 a:hover {
    color: #333
}

.single-post-container .custom-breadcrumb {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.single-post-container .article-meta-extra {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
    margin-bottom: 12px
}

.single-post-container .article-meta-extra span {
    margin-right: 5px
}

.single-post-container .article-meta-extra span:last-child {
    margin-right: 0px
}

.single-post-container .article-meta-extra i {
    color: #555;
    margin-right: 3px
}

.single-post-container h2+p {
    margin-top: 12px
}

.single-post-content h1 {
    margin: 12px 0
}

.single-post-content h2 {
    margin: 12px 0
}

.single-post-content h3 {
    margin: 12px 0
}

.single-post-content h4 {
    margin: 12px 0
}

.single-post-content h5 {
    margin: 12px 0
}

.single-post-content h6 {
    margin: 12px 0
}

.articles-nav {
    margin-top: -1.5em;
    margin-bottom: 1.5em;
    padding: 0 2.4em
}

.articles-nav .articles-nav-prev {
    float: left
}

.articles-nav .articles-nav-next {
    float: right
}

.aligncenter,.alignleft,.alignright,.alignnone {
    margin: 12px 0 24px 0;
    max-width: 100%;
    height: auto
}

.aligncenter,img.centered {
    display: block;
    margin: 12px auto
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.alignnone {
    clear: both
}

.wp-caption {
    text-align: center
}

.wp-caption img {
    max-width: 100%;
    max-height: auto
}

.wp-caption .wp-cap {
    margin-bottom: 0px;
    font-size: 12px
}

.post-navigation {
    text-align: center;
    clear: both
}

.post-navigation p {
    text-transform: uppercase
}

.post-navigation p a {
    position: relative;
    padding-left: 24px;
    margin-right: 5px
}

.post-navigation p a:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    left: 3px;
    background: rgba(0,0,0,0);
    border: 1px solid #ccc;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.post-navigation p a:hover:before {
    background: #f25764;
    border: 1px solid #333
}

.post-navigation p a:first-child {
    margin-right: 0px
}

.comments-nav-section,.post-nav-section {
    margin: 24px 0 0 0
}

.comments-nav-section p,.post-nav-section p {
    margin-bottom: 0px
}

.comments-nav-section a,.post-nav-section a {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0);
    background: rgba(0,0,0,0);
    color: #333;
    padding: 6px 12px
}

.comments-nav-section a:hover,.post-nav-section a:hover {
    border: 1px solid #f25764;
    color: #f25764;
    background: rgba(0,0,0,0)
}

.article-share-section {
    margin: 24px 0 0 0;
    border: 1px solid #ccc;
    border-left: 0px;
    border-right: 0px;
    padding: 14px 0 10px 0
}

.article-author {
    margin-top: 24px;
    background: #f9fafb;
    padding: 30px;
    min-height: 100px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 24px
}

.article-author .author-avatar img {
    width: 100px;
    max-width: 100%;
    max-height: auto;
    float: right;
    border: 1px solid #ccc;
    padding: 3px;
    margin-top: 0px;
    margin-left: 12px
}

.article-author .about_author {
    margin-bottom: 24px
}

.article-author .social-icons a {
    display: inline-block;
    padding: 8px 10px;
    text-align: center;
    border: 1px solid #999;
    color: #555;
    margin-right: 3px
}

.article-author .social-icons a:hover {
    color: #f25764
}

.related-post {
    margin-top: 24px;
    background: #f9fafb;
    padding: 30px
}

.related-post ul li {
    margin: 5px 0
}

.related-post ul li a {
    font-size: 15px;
    position: relative;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out;
    color: #555
}

.related-post ul li a:hover {
    color: #f25764
}

ul.pagination li a {
    color: #f25764;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    padding: 6px 12px;
    border: 0px;
    margin: 0 2px
}

ul.pagination li a:hover {
    background: #000 !important
}

ul.pagination li a.current {
    background: #f25764;
    color: #fff;
    border: 0px
}

ul.pagination li:first-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

ul.pagination li:first-child a {
    clear: both
}

ul.pagination li:last-child {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

ul.pagination li:last-child a {
    clear: both
}

.comments-area {
    margin-top: 24px;
    background: #f9fafb;
    padding: 30px
}

.article-add-comments {
    float: right;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.article-add-comments:hover {
    border: 1px solid #f25764;
    color: #f25764
}

.commentslist {
    margin-top: 24px;
    counter-reset: comment-id
}

.commentslist li {
    list-style-type: none;
    margin-left: 0px
}

.commentslist li:first-child {
    margin-top: 24px
}

.commentslist li+li {
    margin-top: 24px
}

.commentslist li ol,.commentslist li ul {
    padding-left: 3em;
    margin-left: 3em;
    border-left: 1px dotted #ccc;
    list-style-type: none
}

.commentslist li ol li,.commentslist li ul li {
    position: relative
}

.commentslist li ol li::before,.commentslist li ul li::before {
    content: "";
    width: 2em;
    height: 1px;
    border-bottom: 1px dotted #ccc;
    position: absolute;
    left: -3em;
    top: 2em
}

.commentslist li article {
    background: #fff;
    padding: 12px
}

.commentslist li article header {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    margin-bottom: 1.5em;
    position: relative
}

.commentslist li article header span {
    color: hsl(0,0%,50%)
}

.commentslist li article header::before {
    counter-increment: comment-id;
    content: counter(comment-id);
    position: absolute;
    right: 5px;
    top: 15px;
    color: #f8f8f8;
    font-size: 32px;
    font-family: "Lato",sans-serif
}

.commentslist li article header h5 {
    margin-bottom: 12px;
    text-transform: capitalize;
    color: #555
}

.commentslist li article header h5 a {
    color: #555
}

.commentslist li article header h5 a:hover {
    color: #333
}

.commentslist li article header h5 span {
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 3px 5px;
    font-style: normal;
    margin-right: .5em
}

.commentslist li article .comment_text {
    padding-right: 24px
}

.comment-avatar img {
    width: 64px;
    height: 64px;
    float: right;
    background: #fff;
    margin: 2px;
    border: 1px solid #ccc;
    padding: 2px;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.comment-avatar img:hover {
    border-color: hsl(0,0%,65%)
}

.waiting-moderation {
    color: hsl(0,0%,50%)
}

.comments-nav-section {
    margin: 48px 0
}

.comments-nav-section .btn-primary {
    background: #fff
}

.comments-nav-section .btn-primary:hover {
    background: #fff
}

#comment-form label {
    margin-bottom: 12px
}

#comment-form input[type=text],#comment-form input[type=email],#comment-form input[type=url],#comment-form input[type=password] {
    border: 0px;
    border-bottom: 1px solid #eee;
    line-height: 42px;
    height: 42px;
    margin-bottom: 24px;
    padding: 0 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

#comment-form input[type=text]:focus,#comment-form input[type=email]:focus,#comment-form input[type=url]:focus,#comment-form input[type=password]:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    border-bottom: 1px solid rgb(160.5,160.5,160.5)
}

#comment-form textarea {
    border: 0px;
    border-bottom: 1px solid #eee;
    padding: 12px;
    margin-bottom: 24px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

#comment-form textarea:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    border: 0px;
    border-bottom: 1px solid rgb(160.5,160.5,160.5)
}

.event-search-box {
    margin-bottom: 48px;
    padding: 24px;
    background: #fafafa;
    border: 1px solid #ccc
}

.event-search-box input {
    border: 0px;
    border-bottom: 1px dotted #999
}

.event-search-box input:focus {
    border-bottom: 1px dotted hsl(0,0%,30%)
}

.event-search-box button {
    border-radius: 0px
}

.event-search-box .btn-event-search {
    background-color: #f25764;
    border-color: #f25764;
    color: #fff
}

.event-search-box .btn-event-search:hover {
    background-color: rgb(238.3370165746,39.6629834254,56.3259668508)
}

.event-content-title {
    font-size: 24px;
    border-bottom: 3px solid #eee;
    color: #5c5c5c;
    padding-bottom: 15px;
    position: relative
}

.event-content-title:after {
    bottom: -3px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
    background: #f25764
}

.event-sub-content-title {
    margin-top: 12px;
    font-weight: bold;
    display: block
}

.event-sub-content-title em.date {
    font-weight: normal;
    border-bottom: 1px dashed hsl(0,0%,70%);
    cursor: help
}

.event-content-info {
    font-size: 14px
}

.article-event {
    margin-top: 24px;
    background: #f9fafb;
    padding: 30px;
    min-height: 100px;
    border-bottom: 0px solid #ccc;
    padding-bottom: 24px
}

.article-event .single-post-inner {
    padding: 12px 0px
}

.about-us-header {
    background-image: url("../images/our_mission_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.section-heading-bold {
    position: relative;
    font-size: 32px;
    margin-bottom: 32px;
    line-height: 48px
}

.about-us-full-width {
    background: #f9fafb;
    padding: 0
}

.about-featured-image-block {
    background: rgba(0,0,0,0);
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-image: url("../images/about_us_bg.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    height: 720px
}

.about-us-info-block {
    padding: 52px 0 52px 52px
}

.about-us-info {
    margin-top: 72px;
    margin-bottom: 60px
}

.about-us-bg {
    background-image: url("../images/about_us_bg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: relative;
    overflow: hidden;
    background-color: #e0e6eb
}

.section-about-us {
    clear: both
}

.about-us-slogan {
    font-size: 28px;
    letter-spacing: .03em;
    line-height: 42px;
    margin-bottom: 48px;
    position: relative
}

.about-us-slogan:after {
    content: "";
    height: 3px;
    left: 0;
    background: #f25764;
    position: absolute;
    bottom: -36px;
    width: 72px
}

.about-us-slogan-bold {
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: .01em
}

.about-us-slogan-bold span {
    font-weight: 500;
    font-size: 24px
}

.about-us-slogan-alt {
    font-size: 28px;
    letter-spacing: .03em;
    line-height: 42px;
    margin-bottom: 32px
}

.section-feat-about-us {
    position: relative;
    padding: 0
}

.feat-img-side-bg {
    left: 0;
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 100
}

.feat-img-side-bg.img {
    position: absolute;
    top: -30px;
    left: 0;
    max-width: 100%
}

.service-lists {
    position: relative;
    float: left;
    display: block;
    padding-top: 24px;
    clear: both
}

.service-lists.custom-service {
    background: #eee;
    padding-left: 24px
}

.service-lists.custom-service:before {
    top: 0;
    right: 0;
    content: "";
    width: 100px;
    height: 100px;
    background: #ff0
}

.service-lists li {
    width: 50%;
    float: left;
    margin: 16px 0
}

.service-lists li .service-item {
    padding-left: 84px;
    position: relative
}

.service-lists li .service-icon {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #fff;
    color: #f25764;
    border: 2px solid #ccc;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    line-height: 54px;
    left: 0px;
    position: absolute;
    top: 8px;
    width: 60px;
    text-align: center;
    font-size: 24px
}

.service-lists li .service-icon:hover {
    color: #254559;
    background: hsl(0,0%,98%);
    border-color: #f25764
}

.service-lists li .service-text {
    position: relative
}

.service-lists li .service-text span {
    position: relative;
    display: block;
    padding-top: 6px;
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 600
}

.service-lists li .service-text span:after {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 32px;
    height: 1px;
    background: #ccc;
    content: ""
}

.service-lists li .service-text p {
    color: hsl(0,0%,58.3333333333%)
}

.about-us-img img {
    display: block
}

.about-us-layout-2 {
    display: block;
    padding: 12px 0px 0px
}

.about-us-layout-2 .about-us-img-2 {
    overflow: hidden;
    position: relative
}

.about-us-layout-2 .about-us-img-2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3000px;
    background: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.about-us-layout-2 .about-us-img-2:after {
    color: rgb(51.5,51.5,51.5);
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: hsla(0,0%,100%,.7);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    text-indent: 5px;
    box-shadow: 0 0 0 6px rgba(0,0,0,.6);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.about-us-layout-2 .about-us-img-2 img {
    display: block;
    width: 100%
}

.about-us-layout-2 .about-us-img-2:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3000px;
    background: rgba(0,0,0,.1);
    top: 0;
    left: 0
}

.about-us-layout-2 .about-us-img-2:hover:after {
    color: #1a1a1a;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 0 6px rgba(237,19,93,.7)
}

.full-width-video-box {
    display: block;
    margin: 24px 0 48px 0;
    padding: 0px
}

.full-width-video-box .video-box-img-container {
    overflow: hidden;
    position: relative
}

.full-width-video-box .video-box-img-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3000px;
    background: rgba(0,0,0,.2);
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.full-width-video-box .video-box-img-container:after {
    color: rgb(51.5,51.5,51.5);
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 42px;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
    background: hsla(0,0%,100%,.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    text-indent: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    animation: pulse-effect 3s infinite
}

.full-width-video-box .video-box-img-container img {
    display: block;
    width: 100%
}

.full-width-video-box .video-box-img-container:hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3000px;
    background: rgba(0,0,0,.1);
    top: 0;
    left: 0
}

.full-width-video-box .video-box-img-container:hover:after {
    color: #f25764;
    background: hsla(0,0%,100%,.7);
    box-shadow: 0 0 0 0px #254559
}

.section-our-team {
    clear: both
}

.section-our-team .team-centered {
    text-align: center !important
}

.team-layout-1 {
    background: #fafafa;
    position: relative;
    margin-bottom: 0px
}

.team-layout-1 .team-member {
    overflow: hidden
}

.team-layout-1 .team-member a {
    display: block;
    position: relative
}

.team-layout-1 .team-member a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #f25764;
    opacity: .01;
    width: 0;
    height: 100%;
    -webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out
}

.team-layout-1 .team-member img {
    vertical-align: middle;
    width: 100%
}

.team-layout-1 .team-info {
    padding: 6px 12px
}

.team-layout-1 h3 {
    font-family: "Lato",sans-serif;
    margin: 12px 0 0 0;
    font-size: 22px;
    letter-spacing: .03em;
    font-weight: 700
}

.team-layout-1 h4 {
    font-family: "Lato",sans-serif;
    color: #f25764;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .03em;
    font-weight: 500;
    padding-bottom: 12px
}

.team-layout-1 p {
    color: hsl(0,0%,48.3333333333%);
    margin: 0;
    font-weight: 400
}

.team-layout-1 .team-social-share {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 30%;
    right: 0;
    background: rgba(0,0,0,.3);
    margin: 15px 0px 0px 0px;
    padding: 5px
}

.team-layout-1 .team-social-share a {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 2px;
    background: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px
}

.team-layout-1:hover .team-member a {
    display: block;
    position: relative
}

.team-layout-1:hover .team-member a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #f25764;
    opacity: .4;
    width: 1000px;
    height: 100%
}

.team-layout-1:hover .team-social-share {
    opacity: 1;
    top: 40%
}

.team-layout-1:hover .team-social-share a {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #ccc;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px
}

.team-carousel {
    clear: both
}

.team-carousel [class^=col-] {
    width: 100%
}

.team-carousel .owl-nav {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: .6;
    margin: 0;
    z-index: 1
}

.team-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.team-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center
}

.team-carousel .owl-nav .owl-prev:hover {
    color: #254559
}

.team-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center
}

.team-carousel .owl-nav .owl-next:hover {
    color: #254559
}

.team-carousel .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.team-carousel .owl-dots .owl-dot {
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: rgba(0,0,0,0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.team-carousel .owl-dots .owl-dot span {
    display: block;
    background: #254559
}

.team-carousel .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: hsl(354.9677419355,85.635359116%,74.5098039216%)
}

.team-carousel:hover .owl-nav {
    opacity: 1
}

.section-counter {
    background-image: url("../images/counter_bg.jpg");
    background-repeat: no-repeat;
    background-position: 0 70%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden
}

.counter-block-1 {
    margin: 0 0 24px 0
}

.counter-block-1 h4 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-family: "Lato",sans-serif;
    font-weight: 500;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    line-height: 42px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: .03em;
    position: relative
}

.counter-block-1 h4.invert {
    color: #254559
}

.counter-block-1 h4:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 1px;
    top: -12px;
    left: 50%;
    margin-left: -21px;
    background: #f25764
}

.counter-block-1 .counter {
    display: block;
    margin-top: 0px;
    font-size: 42px;
    color: #f25764;
    font-weight: 900;
    font-family: "Lato",sans-serif
}

.counter-block-1 .icon {
    font-size: 42px;
    display: block;
    margin: 32px 0;
    color: #fff
}

.counter-block-1 .icon.invert {
    color: #254559
}

.counter-block-1.text-left h4 {
    position: relative
}

.counter-block-1.text-left h4:before {
    left: 0;
    margin-left: 0px
}

.counter-block-1.text-right h4 {
    position: relative
}

.counter-block-1.text-right h4:before {
    left: initial;
    right: 0;
    margin-left: 0px
}

.counter-block-2 {
    margin: 24px 0
}

.counter-block-2 h4 {
    margin-top: 12px;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    letter-spacing: .03em;
    position: relative
}

.counter-block-2 h4:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 2px;
    bottom: -22px;
    left: 50%;
    margin-left: -21px;
    background: #f25764
}

.counter-block-2 .counter {
    display: block;
    margin-top: 48px;
    font-size: 48px;
    color: #333;
    font-weight: 400
}

.counter-block-2 .icon {
    font-size: 42px;
    display: block;
    margin: 32px 0;
    color: rgb(212.5,212.5,212.5);
    display: none
}

.counter-block-2.text-left h4 {
    position: relative
}

.counter-block-2.text-left h4:after {
    left: 0;
    margin-left: 0px
}

.counter-block-2.text-right h4 {
    position: relative
}

.counter-block-2.text-right h4:after {
    left: initial;
    right: 0;
    margin-left: 0px
}

.section-client-testimonial {
    background: rgba(0,0,0,0);
    background-image: url("../images/testimony_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden
}

.section-client-testimonial:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 5000px;
    overflow: hidden;
    content: "";
    background: hsla(0,0%,100%,.95);
    position: absolute
}

.section-testimonial-bg {
    background-image: url("../images/testimonial_bg_2.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    background-attachment: initial;
    position: relative;
    overflow: hidden;
    background-color: #d1dee4;
    padding: 160px 0 200px 0
}

.section-testimonial-bg-alt {
    background-image: url("../images/testimonial_bg_alt.jpg")
}

.testimony-layout-1 {
    position: relative;
    padding: 60px 0 0 0
}

.testimony-layout-1 h6 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: hsl(0,0%,48.3333333333%)
}

.testimony-layout-1 span {
    font-size: 14px;
    color: #888
}

.testimony-layout-1 img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 32px;
    display: inline-block !important
}

.testimony-layout-1 .testimony-text {
    position: relative;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 32px;
    margin: 0 0 24px 0;
    padding-top: 24px;
    color: #555
}

.testimony-layout-1 .testimony-text:before {
    opacity: .7;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-style: normal;
    color: #fff;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    top: -60px;
    left: 50%;
    margin-left: -32px;
    font-size: 32px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #f25764;
    text-align: center
}

.testimony-layout-1:hover .testimony-text {
    clear: both
}

.testimony-layout-1:hover .testimony-text:before {
    opacity: 1;
    background: #254559
}

.testimonial-container.single-item .testimony-text {
    max-width: 720px
}

.testimonial-container.light-color-style .testimony-text {
    color: #fff
}

.testimonial-container.light-color-style h6,.testimonial-container.light-color-style span {
    color: #fff
}

.testimonial-container.text-left {
    text-align: left
}

.testimonial-container.text-left .testimony-text {
    text-align: left
}

.testimonial-container.text-left .testimony-text:before {
    font-style: normal;
    color: #f25764;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    top: -42px;
    left: 0;
    margin-left: 0px;
    font-size: 100px;
    line-height: 150px;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: rgba(0,0,0,0);
    text-align: left;
    z-index: -1;
    opacity: .4
}

.testimonial-container.text-left .owl-dots {
    text-align: left !important;
    margin: 24px 0px 0 12px !important
}

.testimonial-container {
    clear: both
}

.testimonial-container [class^=col-] {
    width: 100%
}

.testimonial-container .owl-nav {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: .6;
    margin: 0;
    z-index: 1
}

.testimonial-container .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.testimonial-container .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left
}

.testimonial-container .owl-nav .owl-prev:hover {
    color: rgb(91.8333333333,150.5,187.1666666667)
}

.testimonial-container .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: right
}

.testimonial-container .owl-nav .owl-next:hover {
    color: rgb(91.8333333333,150.5,187.1666666667)
}

.testimonial-container .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.testimonial-container .owl-dots .owl-dot {
    -webkit-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 3px 2px rgba(0,0,0,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 4px
}

.testimonial-container .owl-dots .owl-dot span {
    display: block;
    background: rgb(22.0238095238,41.0714285714,52.9761904762)
}

.testimonial-container .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: rgb(238.3370165746,39.6629834254,56.3259668508)
}

.testimonial-container:hover .owl-nav {
    opacity: 1
}

.btn-cta {
    width: 200px;
    font-weight: bold;
    text-transform: uppercase
}

.section-appointment-bg {
    background: rgba(0,0,0,0);
    background-image: url("../images/appointment_bg.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-attachment: initial;
    position: relative;
    overflow: hidden
}

.section-appointment-bg:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 5000px;
    overflow: hidden;
    content: "";
    background: rgba(0,0,0,.7);
    position: absolute
}

.appointment-form-wrapper {
    background: rgba(242,87,100,.85);
    padding: 42px 12px 42px
}

.appointment-form-wrapper .appointment-form-heading {
    position: relative;
    background: #f25764;
    padding: 30px;
    margin: -1px -1px 48px -1px
}

.appointment-form-wrapper .appointment-form-heading p.form-title {
    position: relative;
    clear: both;
    overflow: hidden;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .03em;
    margin: 0;
    text-transform: uppercase
}

.appointment-form-wrapper .appoinment-form {
    padding: 0 12px
}

.appointment-form-wrapper .appoinment-form .form-control {
    font-size: 14px
}

.appointment-form-wrapper .appoinment-form .form-group {
    margin-bottom: 0;
    position: relative
}

.appointment-form-wrapper .appoinment-form .form-group i {
    position: absolute;
    top: 12px;
    right: 32px;
    font-size: 17px;
    color: hsl(0,0%,90%);
    transition: all .5s ease 0s
}

.appointment-form-wrapper .appoinment-form .form-control::-moz-placeholder {
    color: hsl(0,0%,45%);
    font-size: 14px;
    text-transform: capitalize
}

.appointment-form-wrapper .appoinment-form label {
    letter-spacing: .03em;
    font-weight: 700;
    padding: 10px 0;
    color: #fff
}

.appointment-form-wrapper .appoinment-form input[type=text],.appointment-form-wrapper .appoinment-form input[type=email],.appointment-form-wrapper .appoinment-form input[type=url],.appointment-form-wrapper .appoinment-form input[type=password] {
    color: hsl(0,0%,45%);
    border: 1px solid hsl(0,0%,92%);
    line-height: 42px;
    padding-right: 32px;
    height: 42px;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.appointment-form-wrapper .appoinment-form input[type=text]:focus,.appointment-form-wrapper .appoinment-form input[type=email]:focus,.appointment-form-wrapper .appoinment-form input[type=url]:focus,.appointment-form-wrapper .appoinment-form input[type=password]:focus {
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2)
}

.appointment-form-wrapper .appoinment-form textarea {
    color: hsl(0,0%,45%);
    border: 0px;
    border: 1px solid hsl(0,0%,92%);
    padding-left: 2px;
    margin-bottom: 24px;
    padding: 6px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.appointment-form-wrapper .appoinment-form textarea:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    border: 1px solid #ccc
}

.appointment-form-wrapper .appoinment-form select {
    border: 0px;
    border: 1px solid hsl(0,0%,92%);
    padding-left: 2px;
    margin-bottom: 24px;
    padding: 6px 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.appointment-form-wrapper .appoinment-form select:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    box-shadow: 0 0 0 0 rgba(0,0,0,.16);
    -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.2);
    border: 1px solid #ccc
}

.appointment-form-wrapper .appoinment-form .select-style {
    position: relative
}

.appointment-form-wrapper .appoinment-form .select-style select.form-control {
    border: 1px solid hsl(0,0%,92%);
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url("../images/down_arrow.png");
    background-position: 100% 4px;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: none;
    color: hsl(0,0%,45%);
    padding: 6px 12px;
    height: 42px;
    line-height: 32px;
    margin-bottom: 24px;
    font-size: 14px
}

.appoinment-person {
    position: relative;
    top: 12px
}

.section-gallery-block-parallax {
    background-attachment: scroll;
    background-color: rgba(0,0,0,0);
    background-image: url("../images/bg-geometry.png");
    background-repeat: repeat;
    background-size: initial
}

.gallery-container {
    padding: 12px;
    margin: 0
}

.no-padding-gallery .gallery-container {
    padding: 0px;
    margin: 0
}

.no-bottom-padding {
    padding-bottom: 0px
}

.gallery-light-box {
    display: block;
    overflow: hidden;
    position: relative
}

.gallery-light-box .gallery-img {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 6px
}

.gallery-light-box .gallery-img:before {
    opacity: .3;
    background: #f25764;
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.gallery-light-box .gallery-img:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    right: 150%;
    margin-left: -21px;
    bottom: -64px;
    background: #fff;
    color: #f25764;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.gallery-light-box .gallery-img img {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.gallery-light-box:hover .gallery-img:before {
    background: #f25764;
    width: 100%;
    height: 1500px
}

.gallery-light-box:hover .gallery-img:after {
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-top: -24px
}

.gallery-light-box:hover .gallery-img img {
    opacity: .4
}

.gallery-light-box:hover .gallery-img figcaption {
    bottom: 0px;
    left: 0
}

.faq-layout {
    position: relative;
    overflow: hidden
}

.faq-layout .panel {
    box-shadow: none
}

.faq-layout .panel-default {
    position: relative;
    border: 0px solid #eee;
    padding: 17px 16px 0;
    background: hsl(0,0%,97.0392156863%);
    border-radius: 0
}

.faq-layout .faq-box .panel-heading {
    background: none;
    border: 0 none;
    display: block;
    padding: 16px;
    margin: -16px -15px;
    background: #f25764;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.faq-layout .faq-box .panel-heading:hover {
    background: #2c2c2c
}

.faq-layout .faq-box .panel-title {
    display: block;
    letter-spacing: .03em;
    margin-bottom: 0;
    margin-top: 0;
    font-size: inherit;
    text-transform: uppercase;
    color: #fff
}

.faq-layout .faq-box .panel-title>a {
    line-height: 24px;
    display: block;
    color: #fff
}

.faq-layout .faq-box .panel-title>a:hover,.faq-layout .faq-box .panel-title>a:focus {
    outline: none;
    color: #fff
}

.faq-layout .faq-box .panel-body {
    padding-top: 32px;
    padding-left: 0px
}

.faq-layout .faq-box .panel-heading [data-toggle=collapse]:after {
    font-family: "FontAwesome";
    content: "";
    float: left;
    color: #fff;
    font-size: 16px;
    margin-right: 10px
}

.faq-layout .faq-box .panel-heading [data-toggle=collapse].collapsed:after {
    content: ""
}

.service-header {
    background-image: url("../images/home_1_banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.section-services {
    background: rgba(0,0,0,0);
    background-image: url("../images/service_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: initial;
    position: relative;
    overflow: hidden
}

.section-services:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 5000px;
    overflow: hidden;
    content: "";
    background: hsla(0,0%,100%,.9);
    position: absolute
}

.section-services .service-block-bg {
    overflow: hidden;
    padding: 6px;
    border: 1px solid #ccc;
    margin-top: 42px;
    background: hsl(0,0%,95%);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.section-services .service-block-bg:hover {
    background: hsl(354.9677419355,85.635359116%,94.5098039216%)
}

.section-services .service-block-bg:hover .service-block {
    background: #fff
}

.section-services .service-block-bg:hover .service-block i.fa {
    bottom: 20px;
    font-size: 48px;
    position: absolute;
    right: 24px;
    color: gray;
    opacity: .5
}

.section-services .service-block-bg:hover .service-block a.service_read_more {
    color: #f25764
}

.section-services-bg {
    background: #fff;
    background-image: url("../images/service_bg_2.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-attachment: initial;
    position: relative;
    overflow: hidden
}

.service-layout-1 {
    margin-top: 0px;
    margin-bottom: 42px;
    background: hsla(0,0%,100%,.9);
    position: relative;
    padding: 0
}

.service-layout-1 .service-img-box {
    display: block;
    overflow: hidden;
    position: relative
}

.service-layout-1 .service-img-box .service-img {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0px
}

.service-layout-1 .service-img-box .service-img:before {
    background: #254559;
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.service-layout-1 .service-img-box .service-img:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    right: 150%;
    margin-left: -21px;
    bottom: -64px;
    background: #fff;
    color: #f25764;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out
}

.service-layout-1 .service-img-box .service-img img {
    width: 100%;
    max-width: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.service-layout-1 .service-img-box:hover .service-img:before {
    background: #f25764;
    width: 100%;
    height: 1500px
}

.service-layout-1 .service-img-box:hover .service-img:after {
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-top: -24px
}

.service-layout-1 .service-img-box:hover .service-img img {
    opacity: .5;
    -webkit-transform: scale(1.1) rotate(5deg);
    -moz-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg)
}

.service-layout-1 .service-img-box:hover .service-img figcaption {
    bottom: 0px;
    left: 0
}

.service-layout-1 h2 {
    font-size: 20px;
    color: #555;
    font-family: "Lato",sans-serif;
    letter-spacing: .03em;
    font-weight: 700;
    text-transform: capitalize;
    position: relative
}

.service-layout-1 h2:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    display: block;
    width: 60px;
    height: 1px;
    margin-left: 0px;
    background: #f25764
}

.service-layout-1 p {
    margin-top: 24px
}

.service-layout-1 a.service_read_more {
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    color: #f25764;
    display: inline-block
}

.service-layout-1 i.fa {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    font-size: 48px;
    position: absolute;
    right: 24px;
    bottom: 20px;
    color: #f25764;
    opacity: 1
}

.service-layout-1:hover .icon {
    color: #f25764;
    top: 60px;
    opacity: 1
}

.service-layout-1:hover h2:after {
    background: #254559;
    width: 100px;
    height: 1px
}

.service-carousel {
    clear: both
}

.service-carousel [class^=col-] {
    width: 100%
}

.service-carousel .owl-nav {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: .6;
    margin: 0;
    z-index: 1
}

.service-carousel .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.service-carousel .owl-nav .owl-prev {
    left: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: left
}

.service-carousel .owl-nav .owl-prev:hover {
    color: #254559
}

.service-carousel .owl-nav .owl-next {
    right: -3%;
    position: absolute;
    padding: 0;
    top: 50%;
    width: 42px;
    font-size: 48px;
    color: #f25764;
    background: rgba(0,0,0,0);
    margin-top: -42px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: right
}

.service-carousel .owl-nav .owl-next:hover {
    color: #254559
}

.service-carousel .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.service-carousel .owl-dots .owl-dot {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: rgba(0,0,0,0);
    border: 1px solid #ccc;
    margin: 0 4px
}

.service-carousel .owl-dots .owl-dot span {
    display: block;
    background: #254559
}

.service-carousel .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: hsl(354.9677419355,85.635359116%,74.5098039216%)
}

.service-carousel:hover .owl-nav {
    opacity: 1
}

.service-info {
    padding: 12px 24px
}

.section-client-logo {
    clear: both
}

.service-bottom-layout {
    margin-top: 30px
}

.single-service-content h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .03em;
    margin-top: 15px
}

.single-service-content ul {
    list-style-type: none;
    margin-bottom: 16px;
    overflow: hidden
}

.single-service-content ul li {
    padding-left: 32px;
    position: relative
}

.single-service-content ul li:before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    color: #f25764;
    margin: 0 11px 0 0;
    position: absolute;
    left: 0px
}

.single-service img {
    width: 100%;
    max-width: 100%
}

.logo-layout-1 .logo {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 32px
}

.logo-layout-1 .logo img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
    margin: 0;
    display: block;
    padding: 0px;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.logo-layout-1 .logo:hover img {
    opacity: 1
}

.logo-items {
    clear: both
}

.logo-items [class^=col-] {
    width: 100%
}

.logo-items .owl-nav {
    clear: both;
    color: #000;
    font-size: 22px;
    line-height: 42px;
    margin-top: -42px;
    opacity: .5;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.logo-items .owl-nav div.owl-prev {
    text-align: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    left: -4px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    background: #f25764;
    color: hsl(0,0%,93.0392156863%);
    float: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.logo-items .owl-nav div.owl-next {
    text-align: center;
    float: right;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    right: -4px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    background: #f25764;
    color: hsl(0,0%,93.0392156863%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.logo-items .owl-nav:hover {
    opacity: .8
}

.logo-items .owl-dots {
    margin: 24px 0 0 0;
    text-align: center
}

.logo-items .owl-dots .owl-dot {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: inline-block;
    padding: 4px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 4px
}

.logo-items .owl-dots .owl-dot span {
    display: block;
    background: rgb(22.0238095238,41.0714285714,52.9761904762)
}

.logo-items .owl-dots .active span {
    padding: 0px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: rgb(238.3370165746,39.6629834254,56.3259668508)
}

.logo-items:hover .owl-nav {
    opacity: 1
}

.section-404 {
    background: #f9fafb
}

.message-container-404 {
    margin: 48px 0
}

.message-container-404 .text-404 {
    font-size: 170px;
    font-weight: 600;
    letter-spacing: .1em;
    font-family: "Lato",sans-serif;
    text-align: center;
    margin: 80px 0;
    color: #f25764
}

.message-container-404 .text-404 span {
    color: rgb(238.3370165746,39.6629834254,56.3259668508)
}

.message-container-404 .search-form-404 {
    margin: 0 auto;
    padding: 5px 5px;
    width: 40%
}

.message-container-404 .message-text-404 {
    padding: 24px 160px;
    display: block;
    text-align: center
}

footer {
    background-image: url("../images/footer_bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-top: 0px
}

footer .footer-intro {
    margin-bottom: 32px
}

footer a {
    color: #fff
}

footer a:hover {
    color: #f25764
}

.footer-social-links {
    clear: both;
    margin-top: 24px
}

.footer-social-links a {
    border: 1px solid #ccc;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 26px;
    margin-right: 8px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 28px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.footer-social-links a:hover {
    background: #f25764;
    color: #fff
}

.footer-widget-area {
    padding: 100px 0 80px 0;
    background: #333;
    margin: 0
}

.footer-widget-area .footer-widget input[type=text],.footer-widget-area .footer-widget input[type=password],.footer-widget-area .footer-widget input[type=submit],.footer-widget-area .footer-widget input[type=button],.footer-widget-area .footer-widget textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #444
}

.footer-widget-area .footer-widget input[type=text]:focus,.footer-widget-area .footer-widget input[type=password]:focus,.footer-widget-area .footer-widget input[type=submit]:focus,.footer-widget-area .footer-widget input[type=button]:focus,.footer-widget-area .footer-widget textarea:focus {
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 6px 0 rgba(0,0,0,.2);
    border: 1px solid rgb(160.5,160.5,160.5)
}

.footer-widget-area .footer-widget button[type=submit],.footer-widget-area .footer-widget input[type=submit],.footer-widget-area .footer-widget input[type=button] {
    background: #c2c2c2
}

.footer-widget-area .footer-widget-header h3 {
    position: relative;
    font-size: 28px;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Lato",sans-serif;
    letter-spacing: .03em;
    font-weight: 700;
    display: inline-block;
    color: #fff
}

.footer-widget-area .footer-widget-header h3:after {
    background: #f25764;
    content: "";
    height: 3px;
    right: 0;
    margin-right: -70px;
    position: absolute;
    top: 22px;
    width: 60px
}

.footer-widget-area .footer-widget-header h3 span {
    font-style: 400;
    color: #555
}

.footer-widget-area .footer-useful-links {
    clear: both
}

.footer-widget-area .footer-useful-links li {
    width: 50%;
    margin-bottom: 4px;
    float: left
}

.footer-widget-area .footer-subscription {
    margin-top: 24px
}

.footer-widget-area .footer-subscription input[type=email] {
    border: 0px solid #fff;
    background: #fafafa;
    color: #1a1a1a;
    height: 48px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.footer-widget-area .footer-subscription input[type=email]:focus {
    box-shadow: none
}

.footer-widget-area .footer-subscription input[type=submit] {
    border: 0px solid #fff;
    background: #f25764;
    color: #fff;
    line-height: 60px;
    padding: 0 32px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 6px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box
}

.footer-widget-area .footer-subscription input[type=submit]:hover {
    color: #fff;
    background-color: #254559
}

.footer-widget-area .fa-footer {
    display: inline;
    text-align: center;
    width: 12px;
    height: 12px;
    color: hsl(354.9677419355,85.635359116%,69.5098039216%);
    padding: 4px 6px 6px 0;
    margin-right: 6px
}

.footer-widget-area .footer-widget+.footer-widget {
    margin-top: 24px
}

.footer-widget-area li {
    line-height: 32px
}

.footer-widget-area-bg {
    background: rgba(0,0,0,.7)
}

.footer-contents {
    background: rgba(0,0,0,.7);
    border-top: 1px solid #333;
    padding: 28px 0 20px 0
}

.footer-nav {
    float: right
}

.footer-nav li {
    display: inline;
    list-style-type: none
}

.footer-nav li a {
    padding: 6px 12px;
    position: relative
}

.footer-nav li a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 14px;
    right: 0;
    margin: 0;
    height: 8px;
    width: 1px;
    background: hsl(0,0%,50%)
}

.footer-nav li:last-child a:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 0;
    color: #f25764;
    margin: 0;
    height: 8px;
    width: 0px;
    background: #fff
}

.widget {
    background: #f9fafb;
    margin-bottom: 30px;
    padding: 20px
}

.widget-title {
    position: relative;
    font-size: 24px;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: "Lato",sans-serif;
    letter-spacing: .03em;
    font-weight: 700;
    display: inline-block;
    color: #1a1a1a
}

.widget-title:after {
    background: #f25764;
    content: "";
    height: 3px;
    right: 0;
    margin-right: -70px;
    position: absolute;
    top: 18px;
    width: 60px
}

.widget-title span {
    font-style: 400;
    color: #555
}

.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.widget ul li {
    padding: 5px 0
}

.widget ul li a {
    color: #555
}

.widget ul li a:hover {
    color: #f25764
}

.search-form {
    margin: 0 0 12px 0
}

.search-form span.input-group-addon {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #f25764;
    border-right: 0px;
    color: #fff;
    font-weight: bold;
    width: 10%;
    padding: 0 20px
}

.search-form input[type=text] {
    box-shadow: 0;
    margin-bottom: 0;
    font-size: 14px;
    padding-left: 5px;
    height: 42px;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    width: 100%;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.search-form input[type=text]:focus {
    box-shadow: none;
    border-bottom: 1px solid rgb(212.5,212.5,212.5)
}

.widget-post-category {
    margin: 11px auto
}

.widget-post-category li {
    margin: 5px 0;
    padding: 0;
    text-transform: capitalize
}

.widget-post-category li a {
    font-size: 15px;
    position: relative;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.single-recent-post {
    margin-bottom: 26px;
    overflow: hidden
}

.single-recent-post a {
    color: #555;
    margin-bottom: 8px;
    display: block
}

.single-recent-post a:hover {
    color: #f25764
}

.single-recent-post span {
    font-size: 12px;
    display: block;
    color: #f25764
}

.single-post-thumb {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 5px;
    width: 100px
}

.widget-recent-tags {
    margin: 0 auto
}

.widget-recent-tags li {
    margin: 0px 5px 7px 0px;
    float: left
}

.widget-recent-tags li a {
    padding: 3px 7px;
    text-transform: capitalize;
    text-align: center;
    border: 1px solid #f25764;
    display: block;
    background: rgba(0,0,0,0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.widget-recent-tags li a:hover,.widget-recent-tags li a:active {
    background: rgba(0,0,0,0);
    border: 1px solid #f25764;
    background: #fff
}

.sidebar-widget a {
    color: #333;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

.sidebar-widget a:hover {
    color: #f25764
}

#calendar_wrap {
    margin: 0 auto 5px auto
}

#calendar_wrap #wp-calendar {
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px
}

#calendar_wrap #wp-calendar caption {
    border-color: #ccc;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase
}

#calendar_wrap #wp-calendar thead {
    border-right: 1px solid #ccc
}

#calendar_wrap #wp-calendar thead th {
    border-right: 1px solid #ccc
}

#calendar_wrap #wp-calendar th {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc
}

#calendar_wrap #wp-calendar tr th,#calendar_wrap #wp-calendar thead th {
    font-weight: bold;
    padding: 9px 0;
    text-align: center
}

#calendar_wrap #wp-calendar tbody {
    color: #aaa
}

#calendar_wrap #wp-calendar tbody tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 6px;
    text-align: center;
    background: #f5f5f5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    text-align: center;
    -webkit-transition: .3s .2s ease-in-out;
    -moz-transition: .3s .2s ease-in-out;
    -o-transition: .3s .2s ease-in-out;
    transition: .3s .2s ease-in-out
}

#calendar_wrap #wp-calendar tbody tr td:hover {
    background: #fafafa
}

#calendar_wrap #wp-calendar tbody .pad {
    background: none
}

#calendar_wrap #wp-calendar tfoot tr td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 6px;
    text-align: center
}

#calendar_wrap #wp-calendar tfoot #next {
    font-size: 12px;
    text-transform: uppercase;
    text-align: center
}

#calendar_wrap #wp-calendar tfoot #prev {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 10px
}

#calendar_wrap #wp-calendar #today {
    background-color: #f25764;
    color: #fff;
    font-weight: bold
}

@media only screen and (max-width: 1224px) {
    footer .footer-logo:after {
        display:none
    }
}

@media only screen and (min-width: 991px)and (max-width: 1200px) {
    .header-top .icon-box .icon-container {
        font-size:25px
    }

    .header-top .icon-box .text {
        font-size: 13px
    }

    .header-top .icon-box .text .head-heading {
        font-size: 13px
    }

    .header-top .btn-quote .btn-request_quote {
        font-size: 12px;
        padding: 12px 3px
    }

    .main-top-header p {
        font-size: 13px
    }

    #slider_1 .slider-content h2 {
        font-size: 100px;
        line-height: 120px
    }

    #slider_1 .slider-content h3 {
        font-size: 32px
    }

    #slider_1 .slider-content p {
        font-size: 20px;
        line-height: 25px
    }
}

@media only screen and (min-width: 992px)and (max-width: 1370px) {
    #slider_1 {
        text-align:center
    }

    #slider_1 .slider_item_container {
        min-height: 520px
    }

    #slider_1 .item img {
        display: block;
        width: 100%;
        height: auto
    }

    #slider_1 .slider-content {
        margin-top: 24px
    }

    #slider_1 .slider-content h3 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 12px
    }

    #slider_1 .slider-content h2.jumbo-heading,#slider_1 .slider-content h2 {
        font-size: 60px;
        line-height: 60px
    }

    .section-banner {
        padding: 130px 0px
    }

    .section-banner h2,.section-banner h2.jumbo-heading {
        font-size: 60px;
        line-height: 60px
    }

    .section-banner h3 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 12px
    }

    .btn-theme {
        line-height: 24px
    }
}

@media only screen and (max-width: 991px) {
    .top-bar {
        text-align:center
    }

    .main-header ul.top-bar-info li.top-bar-phone {
        text-indent: 0;
        position: relative;
        display: inline
    }

    .main-header ul.top-bar-info li.top-bar-hour {
        margin-right: 0px;
        position: relative;
        display: inline
    }

    .main-header ul.top-bar-info li.top-bar-hour:after {
        display: none
    }

    .main-header ul.top-bar-info li.top-bar-address {
        margin-right: 0px;
        position: relative;
        display: block
    }

    a.logo {
        text-align: center
    }

    .navbar-default .navbar-nav li ul.drop-down {
        top: 71px
    }

    .navbar-default .navbar-header {
        width: 100%;
        text-align: center;
        clear: both;
        float: none;
        margin: 0
    }

    .navbar-default .navbar-toggle {
        margin: 22px 0 0 0;
        padding: 5px
    }

    .navbar-default .navbar-toggle span.icon-bar {
        height: 1px
    }

    .navbar-default .navbar-right {
        float: none;
        padding: 0;
        margin: 12px 70px 0 0
    }

    .navbar-default .navbar .navbar-collapse {
        text-align: center
    }

    .main-menu-container {
        float: none
    }

    .main-header {
        background: #2c2c2c;
        position: relative
    }

    .sticky-wrapper {
        background: rgba(0,0,0,.8)
    }

    .navbar-nav>li {
        margin-left: 0
    }

    .nav>li>a {
        padding: 15px 12px;
        padding-bottom: 22px
    }

    header.one-page .navbar-nav>li>a {
        padding: 15px 5px;
        font-size: 15px;
        padding-bottom: 22px
    }

    .section-heading-wrapper {
        margin-bottom: 0px
    }

    .section-content-block {
        padding: 60px 0
    }

    #slider_1 {
        text-align: center
    }

    #slider_1 .item img {
        display: block;
        width: 100%;
        height: auto
    }

    #slider_1 .slider-content h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px
    }

    #slider_1 .slider-content h2 {
        font-size: 54px;
        line-height: 60px;
        font-weight: 700
    }

    .main-sidebar {
        width: 100%;
        border: 0px solid rgba(0,0,0,0)
    }

    .logo {
        text-align: center
    }

    .activity-section-1 .activity-info-block {
        padding: 90px 0 90px 90px
    }

    .activity-section-1 .activity-info-block p {
        max-width: 662px
    }

    .page-header {
        padding: 80px 0
    }

    .section-about-us {
        padding-bottom: 48px
    }

    .about-us-slogan {
        margin-top: 24px;
        font-size: 22px
    }

    a.btn-load-more {
        margin: 0px 0 0 0
    }

    .team-layout-1 h3 {
        font-size: 24px
    }

    .cta-section-1 {
        padding: 32px 0 80px 0
    }

    .event-search-box input[type=text] {
        margin-bottom: 12px
    }

    .event_wrapper {
        margin-bottom: 48px
    }

    .event_wrapper .event-img img {
        width: 100%;
        max-width: 100%
    }

    .section-home-blog {
        padding-bottom: 24px
    }

    .section-home-blog .section-subheading {
        margin-bottom: 24px
    }

    .latest-news-container {
        margin: 24px 0
    }

    .footer-widget-area {
        padding: 42px 0 0 0
    }

    .footer-widget {
        margin-bottom: 36px
    }

    .footer-intro {
        display: none
    }

    .footer-nav {
        display: none
    }

    .copyright-text {
        text-align: center
    }
}

@media only screen and (max-width: 767px) {
    .top-bar {
        text-align:center
    }

    .main-menu-container {
        float: none
    }

    .top-bar {
        display: none
    }

    .section-content-block {
        padding: 60px 0
    }

    .section-heading-wrapper {
        margin-bottom: 0px
    }

    .section-heading-wrapper h2 {
        font-size: 30px;
        line-height: 36px;
        font-weight: normal
    }

    .section-heading-wrapper h2:after,.section-heading-wrapper h2:before {
        display: none
    }

    .section-heading-wrapper p {
        padding: 0px;
        margin-bottom: 24px;
        line-height: 1.5em
    }

    .section-heading {
        font-size: 30px;
        line-height: 32px;
        font-weight: normal;
        margin-bottom: 12px
    }

    .section-heading:after,.section-heading:before {
        display: none
    }

    .section-subheading {
        padding: 0px;
        margin-bottom: 0px;
        line-height: 1.5em
    }

    .section-heading-wrapper {
        margin-bottom: 32px
    }

    .section-heading-wrapper.jumbo-heading-style h2 {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: 0em;
        margin-bottom: 32px
    }

    .section-heading-wrapper.jumbo-heading-style h2:after {
        display: none
    }

    .section-heading-wrapper.inline-heading-style h2 {
        letter-spacing: 0em;
        margin-bottom: 0px;
        line-height: 48px
    }

    .section-heading-wrapper.inline-heading-style h2:after {
        display: none
    }

    .section-heading-wrapper.inline-heading-style h2:before {
        content: "";
        left: 0;
        position: absolute;
        bottom: -24px;
        width: 60px;
        height: 2px;
        background: #f25764
    }

    .section-heading-wrapper.inline-heading-style p {
        display: none
    }

    .section-heading-wrapper h2 {
        position: relative;
        font-size: 36px;
        margin-bottom: 0px;
        font-family: "Lato",sans-serif;
        letter-spacing: .03em;
        font-weight: 900;
        display: inline-block;
        color: #555
    }

    .section-heading-wrapper h2:after {
        background-image: url("../images/heading_bg_right.png");
        background-position: right top;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        right: 0;
        margin-right: -70px;
        position: absolute;
        top: 10px;
        width: 60px
    }

    .section-heading-wrapper h2 span {
        font-style: 400;
        color: #555
    }

    .section-heading-wrapper p {
        display: none
    }

    .section-heading-wrapper-alt h2 {
        color: #fff
    }

    .section-heading-wrapper-alt p {
        color: #fff
    }

    .section-heading-wrapper-alt .text-center h2.section-heading:after {
        left: 50%;
        margin-left: -42px;
        top: 36px
    }

    hr.hr-half-center {
        margin: 24px auto 12px auto
    }

    #slider_1 .slider_item_container {
        min-height: 350px
    }

    #slider_1 .slider-content {
        text-align: center;
        top: 50%;
        transform: translateY(-55%)
    }

    #slider_1 .slider-content h2,#slider_1 .slider-content h2.jumbo-heading,#slider_1 .slider-content h2.inline-heading-style {
        margin-top: 12px;
        font-size: 36px;
        line-height: 42px
    }

    #slider_1 .slider-content h3 {
        display: none
    }

    #slider_1 .slider-content a.btn-slider {
        font-size: 16px;
        margin-top: 16px;
        background: #f25764;
        border: 2px solid #f25764;
        color: #fff;
        height: 42px;
        line-height: 24px;
        padding-left: 12px;
        padding-right: 12px;
        letter-spacing: .03em;
        font-weight: 600;
        text-align: left;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box
    }

    #slider_1 .slider-content a.btn-slider:hover {
        background: rgb(238.3370165746,39.6629834254,56.3259668508);
        border: 2px solid #f25764;
        color: #fff
    }

    .section-banner {
        padding: 80px 0px
    }

    .section-banner .banner-content {
        transform: translateY(-20px)
    }

    .section-banner .banner-content h2 {
        font-family: "Roboto",sans-serif;
        color: #fff
    }

    .section-banner .banner-content h2.jumbo-heading {
        font-size: 40px;
        line-height: 50px;
        text-shadow: 1px 1px 1px #666
    }

    .about-us-slogan {
        font-size: 36px;
        line-height: 42px
    }

    .about-us-info-block {
        padding: 0 24px
    }

    .stuck {
        position: initial
    }

    .navbar-default a:after {
        display: none
    }

    .navbar-default .navbar-toggle {
        margin-top: 24px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box
    }

    .navbar-default .navbar-toggle span.icon-bar {
        color: #f25764
    }

    .navbar-default .nav>li>a,.navbar-default header.one-page .navbar-nav>li>a {
        padding: 5px 15px
    }

    .navbar-default .navbar .navbar-right {
        width: 100%;
        text-align: left
    }

    .navbar-default .navbar-collapse {
        background: #0d0d0d;
        margin-top: 12px;
        padding: 12px 0
    }

    .navbar-default .navbar-nav li ul.drop-down,.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 {
        color: #fff !important;
        background: rgba(0,0,0,0);
        border: none;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        position: relative;
        width: auto;
        visibility: visible;
        opacity: 1;
        top: inherit;
        left: inherit
    }

    .navbar-default .navbar-nav li ul.drop-down li a,.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a {
        background: none;
        color: #fff !important;
        font-size: 16px;
        text-transform: inherit;
        padding: 4px 20px
    }

    .navbar-default .navbar-nav li ul.drop-down li a:hover,.navbar-default .navbar-nav li ul.drop-down li ul.drop-down.level3 li a:hover {
        color: #fff
    }

    .navbar-default .navbar-nav {
        margin: 0px;
        width: 100%;
        text-align: left;
        background: rgba(0,0,0,.7)
    }

    .navbar-default .navbar-nav li {
        margin-left: 0px
    }

    .navbar-default .navbar-nav li a {
        font-weight: 600;
        color: #f25764
    }

    .navbar-default .navbar-nav li a:hover {
        color: hsl(354.9677419355,85.635359116%,89.5098039216%) !important
    }

    .navbar-default .navbar-nav .drop-down li .drop-down li a,.navbar-default .navbar-nav .drop-down li .drop-down li .drop a {
        color: #fff !important
    }

    .logo {
        text-align: center
    }

    .main-header {
        background: #2c2c2c;
        position: relative
    }

    .sticky-wrapper {
        background: rgba(0,0,0,.8)
    }

    .page-header {
        padding: 80px 0
    }

    .message-container-404 {
        margin: 48px 0
    }

    .message-container-404 .text-404 {
        margin: 80px 0
    }

    .message-container-404 .search-form-404 {
        padding: 5px;
        width: 100%
    }

    .message-container-404 .message-text-404 {
        padding: 24px 0px
    }

    .article-container-fix,.main-sidebar {
        width: 100%;
        margin-left: 0px;
        border: 0px solid rgba(0,0,0,0)
    }

    .post-details-container h3 {
        margin-top: 12px
    }

    .post-box-container .bd-post-image-container {
        margin: 0 auto
    }

    .image_gallery_carousel {
        margin-bottom: 48px
    }

    .full-width-video-box .video-box-img-container:after {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 32px;
        top: 50%;
        left: 50%;
        margin-left: -35px;
        margin-top: -35px
    }

    .counter-block-1 h4 {
        font-size: 18px;
        line-height: 32px
    }

    .counter-block-1 .counter {
        font-size: 36px
    }

    .service-layout-1 {
        margin-bottom: 24px
    }

    .logo-layout-1 .logo {
        margin-top: 0px;
        margin-bottom: 24px
    }

    .event-section-1 .section-subheading {
        margin-bottom: 24px
    }

    .event_wrapper .event-text .event-time {
        bottom: -32px
    }

    .section-testimonial-bg {
        background: #d1dee4
    }

    a.btn-load-more {
        margin-bottom: -24px;
        margin-top: -16px
    }

    .cta-section-1 {
        padding: 80px 0 32px 0
    }

    .section-our-team .section-heading {
        margin-bottom: 0px
    }

    .section-our-team .team-layout-1 {
        margin-top: 24px
    }

    .section-our-team .team-layout-1 .team-member img {
        text-align: center;
        display: block;
        width: 100%
    }

    .section-gallery-block .section-subheading {
        margin-bottom: 24px
    }

    .section-home-blog {
        padding-bottom: 24px
    }

    .section-home-blog .section-subheading {
        margin-bottom: 24px
    }

    .latest-news-container {
        margin: 24px 0
    }

    .cta-section-3 h2 {
        font-size: 20px;
        line-height: 32px
    }

    .cta-section-1 h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0px 0 24px
    }

    .cta-section-1 a.btn-cta-1 {
        margin-bottom: 42px
    }

    .cta-img {
        display: none
    }

    .footer-nav {
        float: none;
        width: 100%;
        margin: 10px auto;
        display: inline-block;
        text-align: center
    }

    .copyright-text {
        text-align: center
    }

    .footer-widget-area {
        padding: 42px 0 0 0
    }

    .footer-widget {
        margin-bottom: 36px
    }

    .footer-intro {
        display: none
    }

    .footer-nav {
        display: none
    }

    .copyright-text {
        text-align: center
    }
}

@media only screen and (min-width: 0px)and (max-width: 479px) {
    .sticky-wrapper {
        background:rgba(0,0,0,.8)
    }

    .top-bar {
        display: none
    }

    .main-menu-container {
        float: none
    }

    a.logo {
        text-align: center;
        width: 75%
    }

    .navbar-default a:after {
        display: none
    }

    .navbar-default .navbar-toggle {
        margin: 20px 0 0 0;
        padding: 5px 3px
    }

    .navbar-default .navbar-toggle span.icon-bar {
        height: 1px
    }

    .navbar-default .navbar-nav {
        margin: 0px;
        width: 100%;
        text-align: left;
        background: rgba(0,0,0,.7)
    }

    .navbar-default .navbar-nav li {
        margin-left: 0px
    }

    .navbar-default .navbar-nav li a {
        font-weight: 600;
        color: #f25764
    }

    .navbar-default .navbar-nav li a:hover {
        color: hsl(354.9677419355,85.635359116%,89.5098039216%) !important
    }

    .navbar-default .navbar-nav .drop-down li a,.navbar-default .navbar-nav .drop-down li .drop a {
        color: #fff !important
    }

    .logo {
        text-align: center
    }

    .btn-theme {
        padding: 12px 24px
    }

    .section-heading-wrapper {
        margin-bottom: 0px
    }

    .section-heading-wrapper h2 {
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
        margin-bottom: 24px
    }

    .section-heading-wrapper h2:after,.section-heading-wrapper h2:before {
        display: none
    }

    .section-heading-wrapper p {
        display: none
    }

    .section-content-block {
        padding: 42px 0
    }

    .section-heading {
        font-size: 24px;
        line-height: 36px;
        font-weight: normal;
        margin-bottom: 24px
    }

    .section-heading:after,.section-heading:before {
        display: none
    }

    .section-subheading {
        display: none
    }

    .section-heading-wrapper {
        margin-bottom: 32px
    }

    .section-heading-wrapper.jumbo-heading-style h2 {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: 0em;
        margin-bottom: 32px
    }

    .section-heading-wrapper.jumbo-heading-style h2:after {
        display: none
    }

    .section-heading-wrapper.inline-heading-style h2 {
        letter-spacing: 0em;
        margin-bottom: 0px;
        line-height: 48px
    }

    .section-heading-wrapper.inline-heading-style h2:after {
        display: none
    }

    .section-heading-wrapper.inline-heading-style h2:before {
        content: "";
        left: 0;
        position: absolute;
        bottom: -24px;
        width: 60px;
        height: 2px;
        background: #f25764
    }

    .section-heading-wrapper.inline-heading-style p {
        display: none
    }

    .section-heading-wrapper h2 {
        position: relative;
        font-size: 36px;
        margin-bottom: 0px;
        font-family: "Lato",sans-serif;
        letter-spacing: .03em;
        font-weight: 900;
        display: inline-block;
        color: #555
    }

    .section-heading-wrapper h2:after {
        background-image: url("../images/heading_bg_right.png");
        background-position: right top;
        background-repeat: no-repeat;
        content: "";
        height: 24px;
        right: 0;
        margin-right: -70px;
        position: absolute;
        top: 10px;
        width: 60px
    }

    .section-heading-wrapper h2 span {
        font-style: 400;
        color: #555
    }

    .section-heading-wrapper p {
        display: none
    }

    .section-heading-wrapper-alt h2 {
        color: #fff
    }

    .section-heading-wrapper-alt p {
        color: #fff
    }

    .section-heading-wrapper-alt .text-center h2.section-heading:after {
        left: 50%;
        margin-left: -42px;
        top: 36px
    }

    hr.hr-half-center {
        margin: 24px auto 12px auto
    }

    .page-header {
        padding: 80px 0
    }

    #slider_1 .slider_item_container {
        min-height: 300px
    }

    #slider_1 .slider-content {
        top: 50%;
        transform: translateY(-55%)
    }

    #slider_1 .slider-content h2,#slider_1 .slider-content h2.jumbo-heading,#slider_1 .slider-content h2.inline-heading-style {
        margin-top: 12px;
        font-size: 36px;
        line-height: 42px
    }

    #slider_1 .slider-content h3,#slider_1 .slider-content a.btn-slider,#slider_1 .slider-content a.btn-slider-2 {
        display: none
    }

    .section-banner {
        padding: 80px 0px
    }

    .section-banner .banner-content {
        transform: translateY(-20px)
    }

    .section-banner .banner-content h2 {
        font-family: "Roboto",sans-serif;
        color: #fff
    }

    .section-banner .banner-content h2.jumbo-heading {
        font-size: 30px;
        line-height: 40px;
        text-shadow: 1px 1px 1px #666
    }

    .section-banner .banner-content h3 {
        font-size: 24px;
        line-height: 32px
    }

    .about-us-slogan {
        font-size: 36px;
        line-height: 42px
    }

    .about-us-info-block {
        padding: 0 24px
    }

    .section-services .section-heading {
        margin-bottom: 0px
    }

    .service-layout-1 {
        margin-bottom: 24px
    }

    .event_wrapper .event-text .event-time {
        bottom: -32px
    }

    .section-testimonial-bg {
        background: #d1dee4
    }

    a.btn-load-more {
        margin: -16px 0 0 0
    }

    .section-our-team .section-heading {
        margin-bottom: 0px
    }

    .section-our-team .team-layout-1 {
        margin-top: 24px
    }

    .section-counter {
        padding: 32px 0
    }

    .section-counter .counter-block-2 {
        margin: 12px 0 48px
    }

    .logo-layout-1 .logo {
        margin-top: 0px;
        margin-bottom: 24px
    }

    .section-news-block .news-wrapper {
        margin: 0 0 48px 0
    }

    .cta-section-3 h2 {
        font-size: 28px;
        line-height: 32px
    }

    .cta-section-1 h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0px 0 24px
    }

    .cta-section-1 a.btn-cta-1 {
        margin-bottom: 42px
    }

    .cta-img {
        display: none
    }

    .service-lists {
        clear: both
    }

    .service-lists li {
        width: 100%
    }

    .latest-news-container {
        margin: 24px 0
    }

    .page-header h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 12px 0
    }

    .message-container-404 {
        margin: 48px 0
    }

    .message-container-404 .text-404 {
        margin: 80px 0
    }

    .message-container-404 .search-form-404 {
        padding: 5px;
        width: 100%
    }

    .message-container-404 .message-text-404 {
        padding: 24px 0px
    }

    .footer-widget-area {
        padding: 42px 0 0 0
    }

    .footer-widget {
        margin-bottom: 36px
    }

    .footer-intro {
        display: none
    }

    .footer-nav {
        display: none
    }

    .copyright-text {
        text-align: center
    }
}

@media only screen and (min-width: 380px)and (max-width: 480px) {
    .xs-margin {
        margin-left:20px;
        margin-right: 20px
    }
}

@media only screen and (min-width: 480px)and (max-width: 600px) {
    .xs-margin {
        margin-left:70px;
        margin-right: 70px
    }
}

@media only screen and (min-width: 600px)and (max-width: 767px) {
    .xs-margin {
        margin-left:120px;
        margin-right: 120px
    }
}


























.review-stars{
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 2px;
}

.review-stars .fa-star{
  color: #f5c542; /* gold */
}



/* SHC footer solid background (no image) */
.shc-footer-bg{
  background: #1F4A61; /* SHC deep blue */
  background-image: none !important;
}

/* Improve footer text on dark background */
.shc-footer-bg,
.shc-footer-bg p,
.shc-footer-bg a,
.shc-footer-bg h3{
  color: #ffffff;
}

.shc-footer-bg a:hover{
  color: #FF7A3D; /* SHC warm coral accent */
}

.shc-footer-bg .footer-widget-header h3{
  color: #ffffff;
}

.shc-footer-bg .btn.btn-default{
  background: #FF7A3D;
  border-color: #FF7A3D;
  color: #fff;
}

.shc-footer-bg .btn.btn-default:hover{
  background: #08AEB0; /* SHC teal accent */
  border-color: #08AEB0;
  color: #fff;
}

.footer-sep{
  margin: 0 8px;
  opacity: 0.7;
}


/* ===== Footer bottom bar: remove bg image & match footer color ===== */
.footer-contents{
  background-color: #1F4A61 !important;   /* same as SHC footer */
  background-image: none !important;
}

/* If the icon/button is injected via pseudo-elements */
.footer-contents::before,
.footer-contents::after{
  content: none !important;
  display: none !important;
}

/* Common "back to top" buttons used in templates */
#backTop,
#toTop,
#scrollTop,
.scroll-top,
.back-to-top,
.return-to-top{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}


.footer-contact-item{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 12px;
}

.footer-contact-item .fa-footer{
  font-size: 18px;          /* bigger & prominent */
  line-height: 1.2;
  margin-top: 2px;          /* aligns with first text line */
  min-width: 18px;          /* keeps icons perfectly lined */
}

.footer-contact-text{
  display: inline-block;
}

.footer-contact-title{
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.footer-contact-sub{
  display: block;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.95;
}

.footer-contact-link{
  font-size: 14px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 1px;
}


/* =========================
   SHC THEME OVERRIDES (SAFE)
   Paste at END of assets/styles.css
========================= */
:root{
  --shc-primary: #08AEB0;    /* teal */
  --shc-secondary:#1F4A61;   /* deep blue */
  --shc-accent:  #FF7A3D;    /* warm accent */
  --shc-dark:    #0f2c3a;
  --shc-light:   #f7fbfb;
}

/* Primary text + link accents */
.color-primary,
.text-primary-color{
  color: var(--shc-primary) !important;
}
a:hover, a:focus{
  color: var(--shc-primary) !important;
}

/* Buttons */
.btn-theme{
  background: var(--shc-primary) !important;
  border-color: var(--shc-primary) !important;
}
.btn-theme:hover,
.btn-theme:focus{
  background: var(--shc-secondary) !important;
  border-color: var(--shc-secondary) !important;
}
.btn-theme.btn-theme-invert{
  background: transparent !important;
  color: var(--shc-primary) !important;
  border-color: var(--shc-primary) !important;
}
.btn-theme.btn-theme-invert:hover{
  background: var(--shc-primary) !important;
  color: #fff !important;
}

/* Headings underline bars */
.section-heading-wrapper h2:after,
.section-heading-wrapper-alt h2:after{
  background: var(--shc-primary) !important;
}

/* Top bar */
.top-bar{
  background: var(--shc-secondary) !important;
}

/* FAQ heading color */
.faq-layout .faq-box .panel-heading{
  background: var(--shc-secondary) !important;
}

/* Review stars */
.review-stars i{
  color: var(--shc-accent) !important;
}

/* Remove back-to-top floating button (bottom right) */
#backTop{
  display: none !important;
}


.footer-contact-item{
  display:flex;
  gap:10px;
  align-items:flex-start;
  margin: 10px 0;
}

.footer-contact-item i.fa,
.footer-contact-item i.fas,
.footer-contact-item i.far{
  font-size: 18px;
  line-height: 1.2;
  margin-top: 2px;
  color: var(--shc-accent);
}



/* =========================
   SHC: One Gradient (Footer + Forms)
   ========================= */
:root{
  /* yahi gradient footer jesa rakho (aapke screenshot wala teal/blue) */
  --shc-footer-gradient: linear-gradient(135deg, #0b3d4d 0%, #0f6a73 55%, #0fa18a 100%);
}

/* Footer (already working) */
.shc-footer-bg{
  background: var(--shc-footer-gradient) !important;
}

/* =========================
   Force SAME gradient on form popup/card
   ========================= */
.section-appointment-bg .appointment-form-wrapper,
#contact .appointment-form-wrapper,
.contact-form-block{
  background: var(--shc-footer-gradient) !important;
  background-color: transparent !important;
  background-image: var(--shc-footer-gradient) !important;

  position: relative !important;
  overflow: hidden !important;

  border-radius: 18px !important;
  box-shadow: 0 18px 40px rgba(0,0,0,0.25) !important;
}

/* IMPORTANT: agar theme ne overlay/pseudo bg lagaya hua ho to usko bhi same karo */
.section-appointment-bg .appointment-form-wrapper:before,
.section-appointment-bg .appointment-form-wrapper:after,
#contact .appointment-form-wrapper:before,
#contact .appointment-form-wrapper:after,
.contact-form-block:before,
.contact-form-block:after{
  background: var(--shc-footer-gradient) !important;
  opacity: 1 !important;
}

/* Agar inner form container par solid bg laga hua ho to remove */
.section-appointment-bg .appointment-form-wrapper .appoinment-form,
.contact-form-block form{
  background: transparent !important;
}

/* Readability */
.section-appointment-bg .appointment-form-wrapper,
.section-appointment-bg .appointment-form-wrapper label,
.section-appointment-bg .appointment-form-wrapper h2,
.contact-form-block,
.contact-form-block label,
.contact-form-block h2{
  color: #fff !important;
}

/* Inputs white + clean */
.section-appointment-bg .appointment-form-wrapper .form-control,
.contact-form-block .form-control{
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid rgba(255,255,255,0.35) !important;
}



/* =========================
   SHC ABOUT (EXTENDED)
========================= */
.shc-about-extended{
  padding: 70px 0;
  background: #ffffff;
}

.shc-about-extended .shc-title{
  font-size: 44px;
  font-weight: 800;
  margin: 0 0 14px;
  color: #1f2d3d;
  letter-spacing: .2px;
}

.shc-about-extended .shc-accent{
  color: #ff7a2a; /* SHC orange */
}

.shc-about-extended .shc-lead{
  max-width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  color: #5b6774;
}

.shc-about-extended .shc-title-line{
  width: 90px;
  height: 3px;
  background: #0f7f8c; /* SHC teal */
  margin: 22px auto 0;
  border-radius: 2px;
}

.shc-gap-top{ margin-top: 45px; }

.shc-about-extended .shc-subtitle{
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 12px;
  color: #1f2d3d;
}

.shc-about-extended .shc-muted{
  color: #5b6774;
  line-height: 1.8;
}

.shc-bullets{ margin-top: 18px; }
.shc-bullet{
  display: flex;
  gap: 10px;
  margin: 10px 0;
  color: #384655;
  line-height: 1.6;
}
.shc-bullet i{
  color: #0f7f8c;
  margin-top: 3px;
}

/* Highlights */
.shc-highlights{
  background: #f7fbfc;
  border: 1px solid rgba(15,127,140,.15);
  border-radius: 14px;
  padding: 18px;
}
.shc-highlight-card{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 12px;
  border-radius: 12px;
}
.shc-highlight-card + .shc-highlight-card{
  border-top: 1px solid rgba(15,127,140,.12);
}
.shc-h-icon{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,122,42,.10);
  color: #ff7a2a;
  font-size: 18px;
}
.shc-h-text strong{
  display: block;
  color: #1f2d3d;
  font-size: 14px;
}
.shc-h-text span{
  display: block;
  color: #5b6774;
  font-size: 13px;
}

/* Services Grid */
.shc-services-grid{ margin-top: 18px; }
.shc-feature{
  background: #ffffff;
  border: 1px solid rgba(31,45,61,.10);
  border-radius: 14px;
  padding: 20px;
  margin-top: 22px;
  box-shadow: 0 10px 24px rgba(31,45,61,.06);
  transition: transform .2s ease, box-shadow .2s ease;
  min-height: 190px;
}
.shc-feature:hover{
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(31,45,61,.10);
}
.shc-feature-icon{
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15,127,140,.10);
  color: #0f7f8c;
  font-size: 18px;
  margin-bottom: 14px;
}
.shc-feature h4{
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 16px;
  color: #1f2d3d;
}
.shc-feature p{
  margin: 0;
  color: #5b6774;
  line-height: 1.7;
  font-size: 14px;
}

/* Process */
.shc-process{
  background: linear-gradient(135deg, #1d4f64 0%, #0f7f8c 100%);
  border-radius: 18px;
  padding: 26px;
  color: #fff;
  box-shadow: 0 18px 40px rgba(15,127,140,.22);
}
.shc-process .shc-subtitle{ color: #fff; }
.shc-process .shc-muted{ color: rgba(255,255,255,.85); }

.shc-step{
  display: flex;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.shc-step-no{
  min-width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,122,42,.18);
  color: #fff;
  font-weight: 800;
}
.shc-step h4{
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}
.shc-step p{
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255,255,255,.88);
}

.shc-cta-mini{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Trust */
.shc-trust{
  background: #f7fbfc;
  border: 1px solid rgba(15,127,140,.15);
  border-radius: 16px;
  padding: 22px;
}
.shc-trust a{
  color: #0f7f8c;
  font-weight: 700;
}
.shc-trust-badges{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
}
.shc-badge{
  background: #ffffff;
  border: 1px solid rgba(31,45,61,.10);
  border-radius: 12px;
  padding: 12px 14px;
  color: #1f2d3d;
  font-weight: 700;
}
.shc-badge i{
  color: #ff7a2a;
  margin-right: 8px;
}


:root{
  --shc-teal:#0f7f8c;
  --shc-orange:#ff7a2a;
}

/* Make BOTH buttons same by default */
.shc-cta-mini .btn,
.footer-subscription .btn{
  background: var(--shc-teal) !important;
  border: 2px solid var(--shc-teal) !important;
  color: #fff !important;

  border-radius: 999px !important;
  padding: 12px 26px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: .3px;

  transition: all .12s ease-in-out !important;  /* FAST hover */
}

/* Hover: orange (same as your other buttons hover) */
.shc-cta-mini .btn:hover,
.footer-subscription .btn:hover{
  background: var(--shc-orange) !important;
  border-color: var(--shc-orange) !important;
  color: #fff !important;
}

/* If any button was outline/transparent, force it same too */
.shc-cta-mini .btn.btn-theme-invert,
.footer-subscription .btn.btn-theme-invert{
  background: var(--shc-teal) !important;
  color: #fff !important;
}

/* All icons in About extended section should be orange */
.shc-about-extended i.fa{
  color: var(--shc-orange) !important;
}

/* Make icon boxes clearer + bigger icon size */
.shc-feature-icon,
.shc-h-icon{
  width: 56px !important;
  height: 56px !important;
}

.shc-feature-icon i,
.shc-h-icon i{
  font-size: 24px !important;   /* bigger */
  line-height: 1 !important;
}

/* Bullet/check icons bigger too */
.shc-bullet i{
  font-size: 18px !important;
}

/* Footer contact icons (if used) bigger */
.footer-contact-item i.fa-footer{
  font-size: 20px !important;
  color: var(--shc-orange) !important;
}


/* ONLY for "Our Care Process" section CTA buttons */
.shc-cta-mini{
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 26px;
}

.shc-cta-mini .btn.btn-theme,
.shc-cta-mini .btn.btn-theme.btn-theme-invert{
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid rgba(255,255,255,0.95) !important;
  border-radius: 999px !important;

  padding: 14px 34px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;

  box-shadow: none !important;
  transition: all .15s ease-in-out !important; /* faster hover */
}

/* Hover = same style, just orange highlight (like your button hover) */
.shc-cta-mini .btn.btn-theme:hover,
.shc-cta-mini .btn.btn-theme.btn-theme-invert:hover{
  background: #ff7a30 !important;
  border-color: #ff7a30 !important;
  color: #ffffff !important;
}

/* Keyboard focus */
.shc-cta-mini .btn:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 122, 48, 0.35) !important;
}

:root{
  --shc-teal:#0E6F78;
  --shc-orange:#FF7A2F;
  --shc-dark:#2F2F2F;
  --shc-light:#F5F7F7;
}


/* SHC FAQ - match form background */
.shc-faq-section .faq-box.panel {
  background: #1f5b6f; /* form-bg jaisa (teal) */
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.shc-faq-section .faq-box .panel-heading {
  background: transparent;
  border: 0;
  padding: 0;
}

.shc-faq-section .faq-box .panel-title a {
  display: block;
  padding: 25px 15px;
  color: #ffffff;            /* question default white */
  font-weight: 700;
  text-decoration: none;
  transition: all 0.15s ease; /* hover speed fast */
}

/* Answer area */
.shc-faq-section .faq-box .panel-body {
  background: rgba(0, 0, 0, 0.10);
  color: rgba(255, 255, 255, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  padding: 14px 18px 18px;
  line-height: 1.7;
}

/* Left mini note */
.shc-faq-mini-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.06);
  border-left: 3px solid #ff7a21;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.65);
}

.shc-faq-mini-note a {
  color: #184860;
  font-weight: 700;
  text-decoration: underline;
}
/* ===== SHC FAQ: remove 2-tone strip & match form BG ===== */
.faq-layout .faq-box,
.faq-layout .faq-box .panel-collapse,
.faq-layout .faq-box .panel-body {
  background: #1f566b !important;      /* <-- forms wala exact color yahan set kar dein */
  background-image: none !important;
  box-shadow: none !important;
}

/* kabhi kabhi stripe panel-body ke :before se aata hai */
.faq-layout .faq-box .panel-body:before,
.faq-layout .faq-box .panel-body:after {
  content: none !important;
}

/* panel ka default bootstrap bg hata do */
.faq-layout .faq-box .panel-heading {
  background: transparent !important;  /* question bar aapki existing styling follow karegi */
}

/* clean corners */
.faq-layout .faq-box {
  overflow: hidden;
}


.section-content-block:last-of-type{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.gallery img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* --- SHC FINAL BORDER FIX FOR MOBILE HEADER --- */
/* Targetting all related elements inside the main header on small screens */
@media (max-width: 991px) {
    .main-header .navbar-default,
    .main-header .navbar-default *,
    .main-header .container, 
    .main-header .container *,
    .navbar-collapse,
    .navbar-header {
        border: 0 !important;
        border-color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }
}