html {
    height: 100%;
    overflow: hidden;
}

body {
    font-family: 'Montserrat', sans-serif, Arial;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    color: #0D1529;
    height: 100%;
}

body a {
    text-decoration: none;
    color: #0D1529;
}

body.blog {
    background: #e07330
}

body.inner-pages {
    background: #f7f7f7
}

body a:hover {
    color: #e2e2e2;
}

input,
textarea,
select {
    -webkit-appearance: none;
}
p{
    font-size: 14px;
    line-height: 24px;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: white;
}

.doc-loader td {
    text-align: center;
    vertical-align: middle;
}

.doc-loader img {
    width: 120px;
    height: 120px;
}

.scroll-top {
    bottom: 15px;
    right: 30px;
    display: none;
    line-height: 0;
    z-index: 2;
    width: 50px;
    height: 49px;
    overflow: hidden;
}

.scroll-top img {
    width: 100%;
}

.scroll-top img:hover {
    cursor: pointer;
    margin-top: -49px;
}

.nicescroll-rails {
    z-index: 2 !important;
}

.nicescroll-rails-vr:hover {
    cursor: pointer !important;
}

.testimonial-top-quotes {
    font-size: 270px;
    position: relative;
    text-align: center;
    z-index: 1;
    color: #3b455b;
    font-weight: 700;
}

.slides.testimonial {
    text-align: center !important;
    font-size: 36px;
    line-height: 50px;
}

.testimonial-author {
    padding-top: 90px;
    font-size: 24px;
}

.search-field {
    width: 100%;
    font-size: 39px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #fff;
    border: 0;
    color: #757B88;
    text-indent: 35px;
}

.search-field::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif, Arial;
    color: #757B88;
    font-weight: 700;
}

.search-field::-moz-placeholder {
    font-family: 'Montserrat', sans-serif, Arial;
    color: #757B88;
    font-weight: 700;
    opacity: 1;
}

.search-field:-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif, Arial;
    color: #757B88;
    font-weight: 700;
}

.search-field:-moz-placeholder {
    font-family: 'Montserrat', sans-serif, Arial;
    color: #757B88;
    font-weight: 700;
    opacity: 1;
}

.blog.logged-in .header-holder {
    top: 28px;
}

.header-holder {
    top: 40px;
    position: absolute;
    right: 0;
}

.header-logo {
    padding-top: 12%;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

.header-holder .fa-search {
    color: white;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-right: 30px;
    position: relative;
    z-index: 1;
}

#header-main-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100% !important;
    background-color: rgba(113, 1, 0, 0.9);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10;
    overflow: auto;
}

.main-menu.sm-clean {
    background-color: transparent;
    padding-top: 120px;
    padding-bottom: 150px;
    width: 75%;
    text-align: left;
    margin: 0 auto;
}

.sm-clean a {
    color: #ffffff;
    font-size: 20px;
}

.sm-clean li {
    border: none;
}

ul.sub-menu {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
}

.sub-menu li {
    display: block;
}

.sm-clean a span.sub-arrow {
    background-color: transparent;
}

.sm-clean a.current,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active,
.sm-clean a.highlighted,
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active,
.sm-clean ul a.highlighted {
    color: #e2e2e2;
}

.content-1170 {
    max-width: 1170px;
}

.content-1030 {
    max-width: 1030px;
}

.content-770 {
    max-width: 770px;
}

.content-1170 img,
.content-770 img,
.content-1030 img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

ul.slides li img {
    width: 100%;
    height: auto;
}

.toggle-holder {
    width: 70px;
    height: 27px;
    margin-right: 60px;
}

#toggle {
    width: 32px;
    height: 27px;
    display: inline-block;
    position: absolute;
    z-index: 99;
}

#toggle:hover {
    cursor: pointer;
}

#toggle div,
#toggle {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#toggle .first-menu-line {
    width: 28px;
    height: 5px;
    margin-bottom: 6px;
    background-color: #710100;
    margin-left: 4px;
}

#toggle .second-menu-line {
    width: 22px;
    height: 5px;
    margin-bottom: 6px;
    background-color: #710100;
    margin-left: 10px;
}

#toggle .third-menu-line {
    width: 32px;
    height: 5px;
    background-color: #710100;
}

#toggle.on .first-menu-line {
    margin-left: 0;
    background-color: #fff;
}

#toggle.on .second-menu-line {
    margin-left: 0;
    background-color: #fff;
}

.single-post.inner-pages #toggle .first-menu-line {
    background-color: #fff;
}

.single-post.inner-pages #toggle .second-menu-line {
    background-color: #fff;
}

#toggle.on .third-menu-line,
.single-post.inner-pages #toggle .third-menu-line {
    background-color: #fff;
}

.qc_menu-txt {
    width: 65px;
    height: 30px;
    position: relative;
    top: -29px;
    left: 31px;
    color: #710100;
    font-size: 22px;
    padding-left: 7px;
}
#toggle .qc_menu-txt,
#toggle.on .qc_menu-txt{
    color: #fff;}
#toggle .qc_menu-txt span.qc_on {
    display: block;
    opacity: 1;
}

#toggle.on .qc_menu-txt span.qc_on {
    display: none;
    opacity: 0;
}

#toggle .qc_menu-txt span.qc_off {
    display: none;
    opacity: 0;
}

#toggle.on .qc_menu-txt span.qc_off {
    display: block;
    opacity: 1;
}

.caroufredsel_wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.carousel_pagination a {
    background-color: #ffffff;
    color: #ffffff;
}

.carousel_pagination a:hover {
    background-color: transparent;
    color: #ffffff;
}

.carousel_pagination a.selected {
    background-color: transparent;
}


/* BLOG */

.blog-top-content-holder {
    background-image: url("../images/home-bg-2.png");
    min-height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.blog-top-content-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(224, 115, 48, 0.92);
}

.blog-top-content-holder canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.blog-top-content-holder h1.entry-title {
    font-size: 40px;
    line-height: 12px;
    margin-bottom: 0;
    color: #f7f7f7;
}

.blog-top-content-holder p.site-description {
    font-size: 26px;
    line-height: 35px;
    max-width: 870px;
    margin: 0 auto;
    color: #710100;
}

.blog-top-content.qc_slider h3 {
    margin-bottom: 0;
    line-height: 0px;
    color: #710100;
    font-size: 18px;
}

.blog-top-content.qc_slider h5 {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 10px;
    color: #f7f7f7;
}

.blog-top-content.qc_slider .qc_sub-h5 {
    font-size: 16px;
    font-weight: 400;
    color: #e8e8e8;
}

.blog-top-content {
    padding-bottom: 40px;
    z-index: 1;
}

.blog-top-content,
.blog-top-content a {
    color: #f7f7f7;
}

.blog-item-holder {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
}

.blog-item-holder,
.blog-item-holder a {
    color: #ffffff;
}

.blog-item-holder.no-background-image {
    background-color: #2B3344;
}

.blog-item-holder .entry-content:before {
    content: "";
    background: #343451;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.38;
    z-index: 0;
    line-height: 0;
    font-size: 0;
    position: absolute;
}

.blog-item-holder .entry-content .content-1170 {
    padding-top: 17%;
    padding-bottom: 200px;
    position: relative;
}

.blog-item-holder .entry-content .cat-links {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-item-holder .entry-content .cat-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-item-holder .entry-content .cat-links ul li:after {
    content: ",";
}

.blog-item-holder .entry-content .cat-links ul li:last-child:after {
    content: "";
}

.blog-item-holder .entry-content .published {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-item-holder .entry-content .num-comments {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}

.blog-item-holder .entry-content .num-comments:before,
.blog-item-holder .entry-content .published:after {
    content: '/';
    font-size: 20px;
    display: inline-block;
    margin: 0 30px;
}

.blog-item-holder .entry-content .entry-title {
    font-size: 56px;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 35px;
}

.blog-item-holder .entry-content .excerpt-content {
    font-size: 36px;
    line-height: 50px;
}

.blog-item-holder .video-popup {
    margin: 120px auto 30px auto;
    display: inline-block;
}

.blog-item-holder .read-more-holder {
    margin: 120px auto 30px auto;
    display: inline-block;
}

.blog-item-holder .video-popup i {
    font-size: 40px;
    line-height: 58px;
    padding-left: 6px;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
}

.icon-scroll {
    width: 35px;
    height: 60px;
    margin-left: -20px;
    bottom: 25px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(35px);
        transform: translateY(35px);
    }
}

.page-pagination-holder {
    background-color: #e7a523;
    z-index: 9;
}

.page-pagination-holder .previous-post-link {
    display: inline-block;
    width: 22%;
    padding: 10% 5px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    left: 0;
    background: #e7a523;
    border-radius: 0 0 15px 0;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    min-height: 550px;
}
.page-pagination-holder .next-post-link {
    background-color: #e7a523;
    display: inline-block;
    width: 22%;
    float: right;
    text-align: center;
    padding: 10% 5px;
    font-size: 40px;
    color: #ffffff;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 15px;
    -webkit-box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:-2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 2px 20px 0px rgba(0, 0, 0, 0.4);
    min-height: 550px;
}
.page-pagination-holder .previous-post-link h2,
.page-pagination-holder .next-post-link h2 {
    font-size: 16px;
    color: #710100;
    line-height: 32px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.page-pagination-holder .previous-post-link h4,
.page-pagination-holder .next-post-link h4 {
    font-size: 16px;
    color: #353535;
    font-weight: 500;
    line-height: 3px;
    padding: 5px 0;
}

.page-pagination-holder .previous-post-link p,
.page-pagination-holder .next-post-link p {
    font-size: 14px;
    color: #2d2d2d;
    font-weight: 500;
    line-height: 18px;
    padding: 10px 10px;
}
.page-pagination-holder .previous-post-link a.qc_btn:hover,
.page-pagination-holder .next-post-link a.qc_btn:hover {
    background: #e0732f;
}

.qc_link-text {
    font-size: 14px;
    display: block;
    color: #710100;
    width: 135px;
    margin: 0 auto;
}
.qc_link-text:hover{
    color: #fff;
    background: none;
}
.qc_link-text img {
   width: 25px;
    display: inline-block;
    color: #128c7e;
    position: relative;
    top: 8px;
    padding: 0 3px;
}


.page-pagination-holder .no-next-post-link {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #2a2e41;
}



div.pp_default .pp_loaderIcon {
    display: none !important;
}


/* END BLOG */


/* SINGLE POST */

.single-post .background-image-holder {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.single-post .background-image-holder img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.single-post .no-background-image-holder {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #2D333F;
    height: 700px;
}

.single-post .single-post-wrapper {
    background-color: #fff;
}

.single-post article {
    padding: 50px 200px;
    margin-top: 290px;
}

.single-post h1.entry-title {
    margin-bottom: 0px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-align: center;
    font-size: 36px;
    line-height: 15px;
    text-transform: uppercase;
    color: #e07330;
}

.single-post .post-info {
    margin-bottom: 0;
    color: #710100;
    /* text-transform: uppercase; */
}

.single-post .post-info a {
    color: #757B88;
}

.single-post .post-info .cat-links {
    display: inline-block;
    font-size: 20px;
}

.single-post .post-info .cat-links ul {
    display: inline-block;
}

.single-post .post-info .cat-links ul li {
    display: inline-block;
    margin-right: 10px;
}

.single-post .post-info .cat-links ul li:after {
    content: ",";
}

.single-post .post-info .cat-links ul li:last-child:after {
    content: "";
}

.single-post .post-info .post-date {
    display: inline-block;
    font-size: 20px;
}

.single-post .post-info .post-num-comments {
    display: inline-block;
    font-size: 20px;
}

.single-post .post-info .cat-links:before {
    content: '/';
    font-size: 20px;
    display: inline-block;
    margin-left: 14px;
    margin-right: 15px;
}

.single-post .post-info .post-num-comments:before {
    content: '/';
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}

.single-post .tags-holder a {
    color: #8f939e;
    border: 3px solid #8f939e;
    text-decoration: none;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.single-post .tags-holder a:hover {
    color: #b5b5b5;
}

.single-post .tags-holder {
    margin-top: 100px;
    text-align: center;
}

.single-post .nav-links {
    line-height: 0;
    color: #ffffff;
}

.single-post .nav-links a {
    color: #ffffff;
}

.single-post .nav-links a:hover {
    color: #e2e2e2;
}

.single-post .nav-previous.no-more-posts {
    background-color: #8F939E;
}

.single-post .nav-previous {
    display: inline-block;
    width: 50%;
    background-color: #2a2e41;
    min-height: 360px;
}

.single-post .nav-previous.has-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.nav-previous.has-thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 46, 65, 0.6);
    z-index: 0;
    left: 0;
    top: 0;
}

.single-post .nav-previous-content {
    text-align: center;
    max-width: 360px;
    float: right;
    margin-top: 135px;
    margin-right: 130px;
    position: relative;
    z-index: 1;
}

.no-more-posts:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 46, 65, 0.6);
    z-index: 0;
    left: 0;
    top: 0;
}

.single-post .nav-next.no-more-posts {
    background-color: #8F939E;
}

.single-post .nav-next {
    display: inline-block;
    float: right;
    width: 50%;
    background: #2e3349;
    min-height: 360px;
}

.single-post .nav-next.has-thumb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.nav-next.has-thumb:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 46, 65, 0.6);
    z-index: 0;
    left: 0;
    top: 0;
}

.single-post .nav-next-content {
    text-align: center;
    max-width: 360px;
    float: left;
    margin-top: 135px;
    margin-left: 130px;
    position: relative;
    z-index: 1;
}

.single-post .nav-previous a,
.single-post .nav-next a {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    display: block;
}

.single-post .nav-previous-text,
.single-post .nav-next-text {
    font-weight: 700;
    padding-bottom: 30px;
}

.single-post .about-author-holder {
    margin-bottom: 200px;
}

.single-post .author-all-posts a {
    font-size: 18px;
    margin-bottom: 50px;
    padding: 5px 50px;
    background-color: #8f939e;
    display: inline-block;
    color: #fff;
}

.single-post .author-nickname {
    text-transform: uppercase;
}

.single-post .author-bio {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-post .author-image img {
    border-radius: 90%;
}


/* END SINGLE POST */


/* DEFAULT PAGE */

.page .page-header-no-image {
    padding-top: 150px;
    background-color: #2d333f;
    margin-bottom: 95px;
}

.page-header-image,
.page-header-map {
    margin-bottom: 95px;
    line-height: 0;
}

.page-header-image img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.page h1.entry-title {
    font-size: 20px;
    line-height: 35px;
}

.logo-holder {
    text-align: center;
    z-index: 2;
    line-height: 0;
}

.nav-links .logo-holder {
    height: 0;
}

.blog .logo-holder img {
    border: none;
}

.logo-holder.footer-logo img {
    border: 10px solid #fff;
    border-radius: 90%;
    height: auto;
}

.page-header-image .logo-holder img,
.page-header-map .logo-holder img {
    max-width: none !important;
    max-height: none !important;
    border: 10px solid #fff;
    border-radius: 90%;
    height: auto;
}

.page-template-default .testimonial_slider_holder {
    color: white;
    max-width: 850px;
    margin: 0 auto;
}

.page-template-default .slides.testimonial {
    font-size: 24px;
    line-height: 35px
}

.page-template-default .testimonial-top-quotes {
    line-height: 100%;
    margin-bottom: -120px;
}

.page-template-default .testimonial-author {
    font-size: 16px;
    padding-top: 40px;
}

.page-template-default .carousel_pagination a {
    width: 12px;
    height: 12px;
}


/* END DEFAULT PAGE */


/* GALLERY PAGE */

.page-template-page-gallery article {
    background-color: #2d333f;
    color: #fff;
}

.page-template-page-gallery h1.entry-title {
    margin-bottom: 15px;
    padding-top: 100px;
    margin-top: 0;
    text-align: center;
    line-height: 60px;
    font-size: 56px;
    text-transform: uppercase;
}

.page-template-page-gallery .entry-content {
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    max-width: 870px;
    padding-bottom: 110px;
    margin-left: auto;
    margin-right: auto;
}

.page-template-page-gallery .more-post-holder {
    background-color: #2D333F;
    padding: 100px 0;
    position: relative;
}

.page-template-page-gallery .more-posts {
    display: block;
}

.page-template-page-gallery .more-posts-loading,
.page-template-page-gallery .no-more-posts {
    display: none;
}

.page-template-page-gallery .no-more-posts:after {
    display: none;
}

.page-template-page-gallery .more-posts,
.page-template-page-gallery .more-posts-loading,
.page-template-page-gallery .no-more-posts {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
}

.page-template-page-gallery .more-posts:hover {
    cursor: pointer;
}

#gallery {
    background-color: #2D333F;
}

.grid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#content .grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.grid-sizer,
.grid-item {
    width: 33%;
}

.grid-item.p_two_third {
    width: 66%;
}

.grid-item.p_one {
    width: 100%;
}

.gallery-text-holder {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    font-size: 20px;
    background-color: white;
    text-align: center;
    display: none;
}

.grid-item a:hover {
    color: #191919;
}


/* END GALLERY PAGE */


/* ABOUT PAGE */

.team-holder .member {
    line-height: 0;
    font-size: 0;
}

.team-holder .member img {
    width: 100%;
}

.team-holder .member-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #2b3344;
    display: none;
    color: #fff;
    opacity: 0.85;
}

.team-holder .member-name {
    font-size: 20px;
    line-height: 25px;
    padding-top: 30%;
}

.team-holder .member-content {
    font-size: 14px;
    line-height: 20px;
}

.social {
    display: inline-block;
    font-size: 25px;
    margin: 0 5px;
}


/* END ABOUT PAGE */


/* CONTACT */

#map {
    height: 670px;
}

#map img {
    max-height: none;
    max-width: none;
}


/* END CONTACT */


/* FOOTER */

.footer {
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
    background: #710100;
    color: #fff;
}

.footer a {
    color: #2b3344;
}

.footer a:hover {
    color: #2e3349;
}

ul#footer-sidebar li.widget {
    width: 30.6%;
    margin-right: 4%;
    float: left;
    margin-bottom: 50px;
    text-align: center;
}

ul#footer-sidebar li.widget:nth-child(3n) {
    margin-right: 0;
}

ul#footer-sidebar li.widget:nth-child(3n+1) {
    clear: left;
}

ul#footer-sidebar:after {
    clear: both;
    content: "";
    display: block;
}

ul#footer-sidebar {
    margin-bottom: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #888888;
}

h4.widgettitle {
    font-size: 24px;
}

.footer .fa-heart {
    color: #e76f7d;
    -webkit-animation: pulse 1s linear infinite;
    -moz-animation: pulse 1s linear infinite;
    -ms-animation: pulse 1s linear infinite;
    animation: pulse 1s infinite;
}

@keyframes "pulse" {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@-moz-keyframes pulse {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes "pulse" {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

@-ms-keyframes "pulse" {
    0% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(0.8, 0.8);
    }
    80% {
        transform: scale(0.9, 0.9);
    }
    100% {
        transform: scale(1.1);
    }
}

.footer ul.copyright li {
    display: inline-block;
}

li.left-footer-content,
li.right-footer-contnet {
    width: 50%;
    float: left;
}

li.left-footer-content {
    font-size: 16px;
}

li.right-footer-contnet {
    text-align: left;
}

li.right-footer-contnet a:first-child {
    margin-left: 0;
}


/* END FOOTER */

.qc_orange-h4 {
    color: #e07330;
    font-size: 18px;
}

.qc_white {
    color: #fff;
    font-size: 18px;
}

.qc_footer-t p a {
    color: #fff;
}
.qc_footer-t p a:hover {
    color: #e7a523;
}
.qc_foo-img {
    display: inline-block;
}

.qc_footer-t {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    padding-left: 5%;
    display: inline-block;
}

p.small {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 30px;
    color: #f7f7f7;
}

.qc_inner-lo {
    width: 100%;
    float: left;
    position: relative;
}

.qc_logo-holder {
    background: #fff;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 50%;
}

.qc_box-shadow {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(36, 36, 36, 0.22);
    -moz-box-shadow: 0px 0px 12px 0px rgba(36, 36, 36, 0.22);
    box-shadow: 0px 0px 12px 0px rgba(36, 36, 36, 0.22);
}

.bgcol {
    background-color: #e8e8e8;
    text-align: center;
    margin: 10px 0px;
}

#customers {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}

#customers td {
    border: 1px solid #ddd;
    padding: 5px 8px;
    min-width: 150px;
    vertical-align: middle;
}

#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px 5px;
    font-size: 14px;
    line-height: 22px;
}
#customers.txt-center td, #customers.txt-center th {text-align: center;}

#customers.txt-center-2 th {text-align: center !important; font-weight: 600;}
th table tr th {
    border: none;
}

th table tr {
    border-bottom: 1px solid #dddddd;
}

th table tr:nth-child(even) {
    border: none;
}

tr:nth-child(even) {}

#newswrapper .qc_orange {
    color: #e07330;
}

#customers thead {
    background: #e07330;
}

#customers thead:hover tr {
    background: #e07330;
}

#customers thead th {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.qc_ban-inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    text-align: center;
    padding: 15px;
}

.single-post .background-image-holder .qc_ban-inner img {
    width: 30px;
    height: 30px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}

.qc_ban-inner h4 {
    padding-bottom: 0;
}

.qc_ban-inner h4 span {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    position: relative;
    top: -8px;
    margin: 0 5px;
}

.qc_ban-inner h1 {
    padding-bottom: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -2px;
}

.qc_ban-inner p {
    padding-bottom: 10px;
    color: #fff;
    font-size: 18px;
}

.ul-style-1>li,
.ul-style-2>li {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    color: #333333;
}
.ul-style-2.style-2 > li {
    line-height: 24px;
    padding-bottom: 10px;
}

.ul-style-1>li:before,
.ul-style-2>li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 12px;
}

.ul-style-1>li:before {
    background: url("../images/list-icon-3.png") no-repeat;
}

.ul-style-2>li:before {
    background: url("../images/list-icon-6.png") no-repeat;
}
.ul-style-2.style-2 > li:before{
    top: 7px;
}
.qc_donation h5 {
    padding-bottom: 0;
}

.qc_donation ol {
    padding-left: 15px;
}

.qc_donation li {
    padding: 5px 0;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.qc_donation li a,
.qc_donation a,
.qc_contact p a {
    color: blue
}
.qc_donation li a:hover,
.qc_donation a:hover,
.qc_contact p a:hover {
    color: #710100
}

.qc_donation p {
    font-size: 14px;
    line-height: 24px;
    padding: 7px 0;
}

.qc_btn {
    padding: 5px 10px;
    font-size: 12px;
    background: #710100;
    color: #fff;
    border-radius: 2px;
}

.qc_btn:hover {
    background: #e07330;
}

.qc_menu {
    position: relative;
}

.qc_menu:before {
    position: absolute;
    content: 'MENU' top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.qc_br-box {
    background: rgba(255, 255, 255, 0.96);
    outline: 1px solid rgba(255, 255, 255, 1);
    outline-offset: 15px;
    padding: 15px;
    width: 85%;
    margin: 30px auto;
}

.qc_br-box p.small {
    color: #444;
}
p.big {
    color: #444;
    font-size: 16px;
}


.qc_heading {
    font-size: 22px;
    line-height: 25px;
    max-width: 870px;
    font-weight: 600;
    margin: 0 auto;
    color: #710100;
}

.qc_heading-1 {
    font-size: 18px;
    line-height: 35px;
    max-width: 870px;
    font-weight: 600;
    margin: 0 auto;
    color: #710100;
}

.qc_he-box {
   
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.qc_he-box p {
    font-size: 14px;
    line-height: 24px;
    color: #f7f7f7;
    text-align: justify;
    padding: 8px 15px 8px 30px;
}

.qc_he-box i{color: #e6e6e6;}
.col-50 {
    width: 49%;
    float: left;
    display: inline-block;
    border-right: 2px solid hsla(26, 78%, 98%, 0.52);
}
.col-50.br-none{
    border-right: none;
}
.qc_he-box .col-50.br-none p{
padding: 8px 15px 8px 15px;
}
.qc_contact p{padding-bottom: 10px;color: #710100;font-weight: 600;}
.qc_contact i{font-size: 14px;color: #444;margin-right: 7px;}
.qc_green{
    color: #25D366 !important;
    font-size: 15px !important;
}
.qc_contact span.qc_red {
    color: #0d1529;
    font-weight: 600;
}

@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */
.blink {
-moz-transition:all 1s ease-in-out;
-webkit-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
/* order: name, direction, duration, iteration-count, timing-function */  
-moz-animation:blink normal 1s infinite ease-in-out; /* Firefox */
-webkit-animation:blink normal 1s infinite ease-in-out; /* Webkit */
-ms-animation:blink normal 1s infinite ease-in-out; /* IE */
animation:blink normal 1s infinite ease-in-out; /* Opera and prob css3 final iteration */
}â€‹
/* RESPONSIVE PART */

@media screen and (max-width: 1600px) {
    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth {
        margin-right: 8%;
        float: left;
        position: relative;
        margin-bottom: 37px;
    }
    .one_half {
        width: 46%;
    }
    .one_third {
        width: 28%;
    }
    .two_third {
        width: 64%;
    }
    .one_fourth {
        width: 19%;
    }
    .three_fourth {
        width: 73%;
    }
}

@media screen and (max-width: 1450px) {
    .header-logo {
        padding-top: 5%;
    }
    .blog-item-holder .entry-content .content-1170 {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .blog-item-holder .testimonial-top-quotes {
        margin-top: 80px;
    }
    .single-post article {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1340px) {
    blockquote.inline-blockquote {
        display: block;
        margin: 50px 0;
        width: auto;
    }
    .blog-top-content {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1220px) {
    .content-1030,
    .content-1170,
    .content-770 {
        max-width: 100%;
    }
    .page-template-default article .content-1170 .content-1030 {
        max-width: 100%;
    }
    .single-post .background-image-holder {
        position: relative;
        display: -webkit-box;
        min-height: 350px;
    }
    .single-post .background-image-holder .qc_ban-inner{
        padding: 70px 0 30px;
    }
    .qc_tabresponsive{
        overflow-x:auto;
    }
    .single-post .background-image-holder .qc_ban-inner h1 {
    padding-bottom: 10px;
    letter-spacing: 0;
    font-size: 30px;
}
.ul-style-1>li, .ul-style-2>li{
    line-height: 24px;
}
    .single-post article {
        padding: 20% 15px;
        margin: 0;
    }
    .single-post .post-info h5{
        font-size: 24px;
        padding-top: 0; 
    }
    .single-post .no-background-image-holder {
        position: relative;
        height: 150px;
    }
    .team-holder .member-info {
        position: relative !important;
        display: block !important;
        opacity: 1 !important;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .team-holder .member-name {
        padding-top: 0;
    }
    .single-post h1.entry-title {
        font-size: 36px;
        line-height: 48px;
    }
    .single-post .nav-previous,
    .single-post .nav-next {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .single-post .nav-previous.no-more-posts,
    .single-post .nav-next.no-more-posts {
        display: none;
    }
    .single-post .nav-previous-content,
    .single-post .nav-next-content {
        max-width: none;
        float: none;
        padding-top: 135px;
        margin-right: auto;
        margin-left: auto;
        margin-top: 0;
    }
}

@media screen and (max-width: 1066px) {
    .footer ul li {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
    .page-pagination-holder .previous-post-link {
        display: block;
        width: 100%;
        float: none;
        padding: 80px 0px 30px; 
        text-align: center;
        padding-right: 0;
        font-size: 25px;
            position: relative;
    min-height: 300px;
    border-radius: 0;
    }
    .page-pagination-holder .next-post-link {
        display: block;
        width: 100%;
        float: none;
        padding: 30px 0px;
        text-align: center;
        padding-left: 0;
        font-size: 25px;
            position: relative;
    min-height: 300px;
    border-radius: 0;
    }
   
    
}

@media screen and (max-width: 1020px) {
    .one_half,
    .one_third,
    .one_fourth,
    .two_third,
    .three_fourth,
    .one_half.margin-0,
    .one_third.margin-0,
    .two_third.margin-0,
    .one_fourth.margin-0,
    .three_fourth.margin-0 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    .page-header-image .logo-holder img,
    .page-header-map .logo-holder img {
        max-width: 50px !important;
        height: auto;
        border-width: 5px;
    }
    .qc_heading-1 {
    line-height: 25px;
    margin: 10px auto; 
    }
    .qc_he-box p{padding: 5px 15px 5px 0px;}
}

@media screen and (max-width: 925px) {
    .gallery-text-holder {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
    .search-field {
        position: relative;
    }
    .main-menu {
        float: none;
        margin: 0 auto;
        text-align: center;
        max-width: 300px;
        width: 100%;
        position: relative;
        z-index: 9999;
    }
    .main-menu ul {
        width: 12em;
        /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
    }
    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        padding-right: 0;
        padding-left: 0;
    }
    .main-menu.sm-clean {
        padding-bottom: 40px;
    }
    .main-menu.sm-clean li,
    .main-menu.sm-clean {
        width: 100%;
    }
    .main-menu.sm-clean li a {
        padding: 5px 20px;
    }
    .single-post .nav-previous,
    .single-post .nav-next {
        display: block;
        text-align: center;
        max-width: none;
        float: none;
    }
    .blog-top-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .header-logo {
        padding-top: 190px;
    }
    .blog-top-content-holder h1.entry-title {
        font-size: 36px;
        line-height: 42px;
    }
    .qc_heading {
    font-size: 16px;}
    p.small{
        padding: 10px 0;
    }
    .qc_he-box {width: 100%;}

    .col-50, 
    .col-50.br-none p,
    .qc_he-box .col-50.br-none p {
        width: 100%;
        border-right: none;
        padding: 10px 0px 10px 0px;
    }
    .blog-top-content-holder p.site-description {
        font-size: 20px;
        line-height: 30px;
    }
    .blog-item-holder .entry-content .entry-title {
        font-size: 38px;
        line-height: 45px;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial-top-quotes {
        font-size: 200px;
        margin-top: 50px;
    }
    .page-template-default .testimonial-top-quotes {
        font-size: 200px;
        padding-top: 20px;
        padding-bottom: 50px;
        margin-top: 0;
    }
    .slides.testimonial {
        font-size: 27px;
        line-height: 37px;
    }
    .testimonial_slider_holder,
    .page-template-default .testimonial_slider_holder {
        max-width: 90%;
        margin: 0 auto;
    }
    .blog-item-holder .entry-content .content-1170 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .blog.paged .blog-item-holder:first-of-type .entry-content .content-1170 {
        padding-top: 120px;
    }
    .blog-item-holder .video-popup,
    .blog-item-holder .read-more-holder {
        margin-top: 50px;
    }
    .single-post .post-info .post-date,
    .single-post .post-info .cat-links,
    .single-post .post-info .post-num-comments {
        display: block;
    }
    .single-post .post-info .cat-links:before,
    .single-post .post-info .post-num-comments:before {
        display: none;
    }
    .blog-item-holder .entry-content .num-comments:before,
    .blog-item-holder .entry-content .published:after {
        display: none;
    }
    .team-holder .one_third,
    .team-holder .one_half,
    .team-holder .one_fourth {
        float: none;
        width: 100%;
    }
    .page-template-page-gallery h1.entry-title {
        padding-top: 150px;
    }
    .scroll-top {
        width: 50px;
        height: 50px;
        right: 10px;
    }
    .scroll-top img:hover {
        margin-top: -50px;
    }
    .single-post .tags-holder {
        margin-top: 50px;
    }
    ul#footer-sidebar li.widget {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 650px) {
    .header-holder {
        top: 40px;
    }
    .blog.logged-in .header-holder {
        top: -6px;
    }
    .toggle-holder {
        margin-right: 35px;
    }
    .main-menu.sm-clean {
        padding-top: 120px;
    }
    .header-logo {
        padding-top: 30px;
    }
    .page-header-image,
    .page-header-map,
    .page .page-header-no-image {
        margin-bottom: 50px;
    }
    .grid-sizer,
    .grid-item,
    .grid-item.p_one,
    .grid-item.p_two_third {
        width: 100% !important;
    }
    .page-template-page-gallery .more-posts,
    .page-template-page-gallery .more-posts-loading,
    .page-template-page-gallery .no-more-posts {
        font-size: 25px;
    }
    .blog-top-content-holder h1.entry-title {
        font-size: 31px;
        line-height: 33px;
    }
    .single-post h1.entry-title {
        font-size: 31px;
        line-height: 38px;
    }
    .qc_heading {
    font-size: 16px;}
    .single-post .post-info .post-date,
    .single-post .post-info .cat-links,
    .single-post .post-info .post-num-comments {
        font-size: 16px;
    }
    .single-post article {
        padding-bottom: 60px;
    }
    .single-post .about-author-holder {
        margin-bottom: 90px;
    }
    .single-post .author-nickname {
        font-size: 17px;
    }
    .single-post .author-bio {
        font-size: 16px;
        line-height: 27px;
        margin-top: 20px;
    }
    .wp-caption p.wp-caption-text {
        font-size: 14px;
        padding: 5px 15px;
    }
    .carousel_pagination a {
        width: 13px;
        height: 13px;
    }
}

.qc-title{
        display: block;
    background: #710100;
    position: absolute;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
    width: 135px;
    color: #fff!important;
    right: 110px;
    top: 2px;
    font-weight: bold;
}

.qc-title-2 a{
  font-size: 12px;
    color: #fff!important;
     font-weight: bold;
      padding: 0px 15px 0px 0px;
      display: block;
    background: #710100;
    position: absolute;
    top: 5%;
    left: 10%;
}

.icon__text-arrow{
    width: 35px;
    position: relative;
    display: inline-block;
    top: 1px;
    cursor: pointer;

}
.icon__text-arrow img {
  margin-top: 6px;
  -webkit-animation: move-this 2s infinite;
          animation: move-this 2s infinite;
}

@-webkit-keyframes move-this {
  0% {
    margin-left: 8px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 8px;
  }
}

@keyframes move-this {
  0% {
    margin-left: 8px;
  }
  50% {
    margin-left: 15px;
  }
  100% {
    margin-left: 8px;
  }
}
