/* 
    color white;        #FAFAFA
    color  dark-white:  #F7F8F9
    color black:        #2b2b2b
    color red:          #b02926
    color gray:         #898989
*/

/*************************************************
*******************GENERAL************************
**************************************************/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.heading {
    color: #b02926;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 700;
}

.heading+p {
    font-size: 15px;
}

hr {
    height: 6px;
    width: 100px;
    border: none;
    background: #606060;
    margin-left: auto;
    margin-right: auto;
}

img {
    border: none;
    max-width: 100%;
}

.btn-gray {
    background-color: #4f4f4f;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
}

.btn-gray:hover, .btn-gray:focus {
    background-color: #b02926;
    color: #fff;
}

.body-container {
    margin-top: 144px;
    background-color: #FAFAFA;
}

.general-body-container {
    margin-top: -100px;
    border-top: 5px solid #b02926;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-top: 30px;
    min-height: 350px;
}

.no-items-found {
    margin-top: 80px;
}

.submenu-no-items-found {
    font-weight: 600;
}


@media (min-width: 992px){
    .mobile-only {
        display: none;
    }
    .logo {
        line-height: 100px;
    }
}

@media (max-width: 991px){
    .desktop-only {
        display: none;
    }
    .general-body-container {
        margin-top: -75px;
    }
    .body-container {
        margin-top: 97px;
    }
}

a {
    text-decoration: none !important;
}

#cookie-law-info-again {
    right: 0px !important;
}


/*************************************************
*******************HEADER*************************
**************************************************/
/* --------------------------------------------------------------------------------- */
/* Header Start */

.header-main {
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    z-index: 99999;
    top: 0px;
    border-bottom: 1px solid #f7f8f9;
}

header {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 9999;
}

.header-new {
    padding: 20px 0;
    border-top: 3px solid #9d0000;
}

.header-new .header-infos {
    margin-bottom: 10px;
}

.header-new .header-infos .header-social-button {
    height: 40px;
    width: 40px;
    background-color: #2b2b2b;
    border-radius: 100px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.header-new .header-infos .header-social-button:hover {
    background-color: #9d0000;
}

.header-new .navigation.desktop-only .container{
    padding-right: 0px;
}

.header-infos .header-phone-email { 
    display: inline-block;
    height: 40px;
    float: left;
    padding-left: 16px;
    text-align: left;
    font-weight: 600;
}

.header-infos .header-phone-email p { 
    margin-top: 0px;
    margin-bottom: 0px;
    height: 20px;
}

/* Navbar */

.nav-bar {
    padding: 10px;
    background-color: #2b2b2b;
    border-radius: 2px;
    float: left;
    width: 100%;
}

.nav-container {
    float: left;
    width: 100%;
    text-align: left;
}

.nav-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-bar ul>li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.nav-bar ul>li>a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 5px 12px;
    border-radius: 3px;
}

.nav-bar ul>li>a:hover, .nav-bar ul>li>a:focus, .nav-bar ul>li:hover>a, .nav-bar ul>li:focus>a, .nav-bar ul>li.current_page_item>a {
    background-color: #901613;
}

.nav-bar ul:first-child .pll-parent-menu-item {
    float: right;
}

.nav-bar ul:first-child .pll-parent-menu-item ul {
    width: 40px;
}

/* Navbar with submenu */

.nav-bar li.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    width: 240px;
    top: 100%;
    left: 0;
    padding-top: 10px;
    text-align: left;
}

.nav-bar li.menu-item-has-children .sub-menu li {
    border-top: 1px solid #333;
    display: block;
}

.nav-bar li.menu-item-has-children .sub-menu li a {
    background-color: #424242;
    display: block;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    border-radius: 0;
}

.nav-bar li.menu-item-has-children:hover .sub-menu {
    display: block;
}

.nav-bar li.menu-item-has-children .sub-menu li a:hover, .nav-bar li.menu-item-has-children .sub-menu li a:focus {
    background-color: #b02926;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991px) {
    .sub-menu li:last-child {
        border-bottom: 0px solid #ffffff;
    }
    .mobile-navigation-list .pll-parent-menu-item a:first-child {
        display: none;
    }
    .mobile-navigation-list .pll-parent-menu-item ul a:first-child {
        display: block;
    }
    .mobile-navigation-list .pll-parent-menu-item ul li {
        display: inline-block;
        border: 0px solid #ffffff;
    }
}

/* Navbar right container */

.trial {
    float: right;
}

.trial .btn.btn-yellow {
    background-color: #424242;
    line-height: 28px;
    padding: 0 15px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}

/* Mobile Menu */

header .hamburger-menu {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 50px;
    color: #b02926;
}

header .hamburger-menu .fa-bars {
    position: absolute;
    right: 0px;
}

.mobile-opened-navigation {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #b02926;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mobile-opened-navigation .mobile-navigation-list div {
    width: 100%;
}

.mobile-opened-navigation .mobile-navigation-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mobile-opened-navigation .menu-item a {
    width: 100%;
    display: block;
}

.mobile-opened-navigation .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    color: #ffffff;
    line-height: 45px;
}

.mobile-opened-navigation .menu-item {
    line-height: 45px;
    color: #ffffff;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.mobile-opened-navigation .mobile-navigation-sublist .menu-item {
    padding-left: 15px;
    padding-right: 15px;
}

.mobile-opened-navigation .mobile-navigation-sublist .mobile-navigation-submenu .menu-item {
    padding-left: 45px;
    padding-right: 45px;
    background-color: #cc4441;
}

.mobile-opened-navigation .menu-item a {
    color: #ffffff;
}

/* Header End */

/* Page Banner */

.page-banner {
    height: 300px;
    overflow: hidden;
    position: relative;
    background: url(http://www.fubiz.net/wp-content/uploads/2018/07/drone-1.jpeg); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
    background-blend-mode: multiply;
    text-align: center;
}

.page-banner .page-banner-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    color: #ffffff;
    text-align: center;
    display:flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.page-banner .page-banner-overlay h1 {
    letter-spacing: .2em;
    max-width: 95%;
    text-transform: uppercase;
    position: absolute;
    top: 25%;
}

/*************************************************
*******************HOMEPAGE***********************
**************************************************/

/* --------------------------------------------------------------------------------- */
/* Home Carousel Start */

.homepage .page-banner .page-banner-overlay h1 {
    position: relative;
    top: 0px;
}

.homepage {
    background-color: #ffffff;
}

.homepage #carousel {
    height: calc( 80vh - 144px );
}

@media (min-width: 992px){
    .homepage #carousel {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.homepage #carousel .carousel-inner {
    height: calc( 80vh - 144px );
}

@media (max-width: 991px) {
	.homepage #carousel {
		height: calc( 70vh - 144px );
	}
	.homepage #carousel .carousel-inner {
		height: calc( 70vh - 144px );
	}
}

.homepage #carousel .carousel-inner .action-pannel h1 {
    max-width: 600px;
    margin: auto;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}

.homepage #carousel .carousel-inner .action-pannel p {
    display: block;
    max-width: 700px;
    margin: auto;
    padding-bottom: 30px;
}

@media (max-width: 991px){
    .homepage #carousel .carousel-inner .action-pannel h1 {
        font-size: 30px;
    }
    .homepage #carousel .carousel-inner .action-pannel p {
        max-width: 90%;
    }
}

.homepage #carousel .carousel-inner .action-pannel .read-more-button {
    height: 45px;
    width: 200px;
    line-height: 45px;
    color: #ffffff;
    background-color: #b02926;
    cursor: pointer;
    margin: auto;
}

/* Home Carousel End */

/* --------------------------------------------------------------------------------- */
/* About Us Start */

.homepage .about-us {
    background: url("http://www.legalsupportworld.com/wp-content/themes/legalsupport/images/about-bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #666;
}

.homepage .about-us .about-image img {
    top: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 991px){
    .homepage .about-us .about-image {
        display: none;
    }
}

.homepage .about-us .about-content {
    padding: 30px 0 40px;
}

.homepage .about-us .about-content h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}

.homepage .about-us .about-content hr {
    height: 4px;
    border: none;
    background: #b02926;
    max-width: 75px;
    margin: 20px 0;
}

.homepage .about-us .about-content p {
    font-size: 16px;
    line-height: 24px;
    color: #FAFAFA;
    text-align: justify;
}

/* About Us End */

/* --------------------------------------------------------------------------------- */
/* Testimonials Start */

.homepage .testimonials {
    padding: 50px 0;
}

@media (min-width: 992px){
	.homepage .testimonials .testimonials-item-box {
		text-align: justify;
	}
}

.homepage .testimonials .testimonials-item-box img {
    height: 100px;
    display: block;
    border-radius: 100px;
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}

.homepage .testimonials .testimonials-item-box {
    margin-bottom: 10px;
    margin-top: 10px;
}

.homepage .testimonials .testimonials-item-box .fa-quote-left {
    color: #b02926;
    font-size: 30px;
}

.homepage .testimonials .testimonials-item-box p {
    display: inline;
}

.homepage .testimonials .testimonials-item-box h4 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 10px;
}

/* Testimonials End */

/* --------------------------------------------------------------------------------- */
/* Our Services Start */

.homepage .our-services {
    background: #FAFAFA;
    padding: 50px 0;
}

.homepage .our-services .service-block {
    padding: 20px 30px;
    background: #fff;
    margin: 15px 0;
    border-bottom: 1px solid #b02926;
    border-left: 1px solid #b02926;
}

.homepage .our-services .service-block h3 {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 700;
    color: #b02926;
}

.homepage .our-services .service-block h3 a {
    color: #b02926;
}

.homepage .our-services .service-block p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
    color: #7b7b7b;
}

/* Our Services End */

/* --------------------------------------------------------------------------------- */
/* Contact Us Area Start */

.homepage .contact-us-area {
    padding: 45px 0;
    background-color: #2b2b2b;
    border-bottom: 1px solid #b02925;
}

.homepage .contact-us-area .heading {
    color: #ffffff;
    margin-bottom: 20px;
}

.homepage .contact-us-area hr {
    background: #b02925;
}

.homepage .contact-us-area .contact-us-form label {
    color: #ffffff;
}

.homepage .contact-us-area .contact-us-form .contact-us-submit {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #b02925;
    color: #ffffff;
    margin: auto;
    margin-top: 20px;
    max-width: 200px;
    cursor: pointer;
}

/* Contact Us Area End */

/* --------------------------------------------------------------------------------- */
/* Blog Area Start */

.homepage .blog-area {
    padding: 45px 0;
}

.homepage .blog-area .blog-area-inner .heading {
    color: #303030;
    margin-bottom: 20px;
}

.homepage .blog-area .blog-area-inner hr {
    background: #b02925;
}

.homepage .blog-area .blog-area-inner .blog-area-box {
    background: #ffffff;
    margin: 15px 0;
    border-bottom: 1px solid #b02926;
    border-left: 1px solid #b02926;
}

.homepage .blog-area .blog-area-inner .blog-area-box .blog-area-box-image {
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    overflow: hidden;
    max-height: 155px;
    overflow: hidden;
}

.homepage .blog-area .blog-area-inner .blog-area-box .blog-area-box-image img {
    width: 100%;
}

.homepage .blog-area .blog-area-inner .blog-area-box .blog-area-box-text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 20px 20px;
}

.homepage .blog-area .blog-area-inner .blog-area-box .blog-area-box-text .date {
    margin-bottom: 5px;
}

.homepage .blog-area .blog-area-inner .blog-area-box .blog-area-box-text .title {
    text-align: center;
}

.homepage .blog-area .blog-area-inner .blog-area-box .blog-area-box-text .title {
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    line-height: 1.6em;
    min-height: 97px;
    cursor: pointer;
}

.homepage .blog-area .blog-area-inner .blog-area-box .blog-area-box-text .title:hover {
    color: #b02925;
}

.homepage .blog-area .blog-area-inner .btn-gray {
    padding: 10px 15px;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top;
    border-radius: 1px;
    width: 100%;
    max-width: 150px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

/* Blog Area End */

/*************************************************
*******************CONTACT************************
**************************************************/
.contact-page .page-banner {
    background: url(https://i1.wp.com/www.uscgcorp.com/wp-content/uploads/2015/10/Contact-Us-Background.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
}

.contact-page .contact-page-content .heading {
    color: #2b2b2b;
}

.contact-page .contact-page-content .sub-title {
    margin:auto;
    text-align: center;
    width: 90%;
    max-width: 500px;
    padding-bottom: 30px;
}

.contact-page .contact-page-content .contact-us-form {
    background-color: #2b2b2b;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-page .contact-page-content .contact-us-form .contact-us-submit {
    padding: 10px 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 1px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #b02925;
    color: #ffffff;
    margin: auto;
    margin-top: 20px;
    max-width: 200px;
    cursor: pointer;
}

.contact-page .contact-page-content .contact-options {
    background-color: #FAFAFA;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b02926;
}

.contact-page .contact-page-content .contact-options .contact-option .contact-option-title {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

/*************************************************
*********************FAQ**************************
**************************************************/
.faq-page .page-banner {
    background: url(http://projecthopeexchange.com/wp-content/uploads/2014/04/Project-Hope-Exchange_FAQ.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
}

.faq-page .faq-page-content .heading {
    color: #2b2b2b;
    margin-bottom: 30px;
}

.faq-page .faq-page-content .faq-category {
    margin-top: 20px;
    margin-bottom: 20px;
}

.faq-page .faq-page-content .faq-category .faq-cat-title {
    margin-bottom: 15px;
    color: #606060;
}

.faq-page .faq-page-content .faq-category .faq-question-container .faq-question {
    margin-top: 15px;
    cursor: pointer;
}

.faq-page .faq-page-content .faq-category .faq-question-container .faq-delimiter {
    height: 1px;
    padding: 0px;
}

.faq-page .faq-page-content .faq-category .faq-question-container .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq-page .faq-page-content .faq-category .faq-question-container .faq-question:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.faq-page .faq-page-content .faq-category .faq-question-container .faq-question.active:after {
    content: "\2212";
}

/*************************************************
******************BLOG LIST***********************
**************************************************/
.blog-list-page .page-banner {
    background: url(http://www.mediterz.com/wp-content/uploads/2019/03/pic03.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
}

.blog-list-page .blog-list-page-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-list-page .blog-list-page-content .blog-post-box {
    background-color: #ffffff;;
    padding: 30px;
    position: relative;
    height: 700px;
    margin-bottom: 10px;
}

.blog-list-page .blog-list-page-content .post-box {
    margin-bottom: 20px;
}

.blog-list-page .blog-list-page-content .post-box .post-box-cont {
    margin-left: 5px;
    margin-right: 5px;
}

.blog-list-page .blog-list-page-content .post-box .fa {
    color: #b02926;
}

.blog-list-page .blog-list-page-content .post-box .read-more-button {
    height: 45px;
    width: 200px;
    line-height: 45px;
    color: #ffffff;
    background-color: #b02926;
    cursor: pointer;
    margin: auto;
    margin-bottom: 10px;
}

.blog-list-page .blog-list-page-content .post-infos-box {
    margin-bottom: 10px;
}

.blog-list-page .blog-list-page-content .post-box .post-image {
    /* background: url(http://www.fubiz.net/wp-content/uploads/2018/07/drone-1.jpeg); */
    background-size: cover;
    background-blend-mode: multiply;
    height: 150px;
}

.blog-list-page .blog-list-page-content .post-box .post-summary-box {
    background-color: #ffffff;
    margin: auto;
    margin-top: -30px;
    box-shadow: 0px 1px 1px 0px #cfcfcf
}

.blog-list-page .blog-list-page-content .post-box .post-summary-box h4 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-list-page .blog-list-page-content .post-box .post-summary-box p {
    font-size: 14px;
}

.blog-list-page .blog-list-page-content .pagination-container {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 40px;
}

.blog-list-page .blog-list-page-content .pagination-container .pagination-buttons {
    margin: auto;
}

.blog-list-page .blog-list-page-content .pagination-container .pagination-buttons a {
    text-decoration: none;
    color: #212529;
}

.blog-list-page .blog-list-page-content .pagination-container .pagination-buttons div {
    cursor: pointer;
    background-color: #ffffff;
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid #b02926;
}

@media (max-width: 991px){
    .blog-list-page .blog-list-page-content .pagination-container .pagination-buttons div {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blog-list-page .blog-list-page-content .pagination-container .pagination-buttons .current-page {
    background-color: #b02926;
    color: #ffffff;
}

/*************************************************
******************BLOG POST***********************
**************************************************/
.blog-post-page .blog-post-page-content .article-body-container .article-content img {
    max-width: 100%;
    height: auto;
}

.blog-post-page .blog-post-page-content .article-body-container .share-post-container {
    width: 80%;
    margin: auto;
    background-color:#2b2b2b;
    margin-bottom: 30px;
}

.blog-post-page .blog-post-page-content .article-body-container .share-post-container .row {
    margin: 0px;
}

.blog-post-page .blog-post-page-content .article-body-container .share-post-container .share-title {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog-post-page .blog-post-page-content .article-body-container .share-post-container .share-action {
    cursor: pointer;
    color: #ffffff;
    height: 40px;
    padding-top: 10px;
    border-top: 1px solid #ffffff;
}

.blog-post-page .blog-post-page-content .article-body-container .share-post-container .share-action:hover {
    background-color: #b02926;
}

.blog-post-page .blog-post-page-content .article-body-container .share-post-container .share-action a {
    text-decoration: none;
    color: #ffffff;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-title {
    font-size: 20px;
    font-weight: 600;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container hr {
    height: 3px;
    background-color: #b02926;
    margin-top: 5px;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-post-box {
    cursor: pointer;
    margin-bottom: 20px;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-post-box .related-post-image {
    background: url(http://www.fubiz.net/wp-content/uploads/2018/07/drone-1.jpeg);
    background-size: cover;
    background-blend-mode: multiply;
    height: 150px;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-post-box .related-post-summary-box {
    background-color: #ffffff;
    margin: auto;
    margin-top: -30px;
    box-shadow: 0px 1px 1px 0px #cfcfcf
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-post-box .related-post-summary-box a {
    color: #212529;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-post-box .related-post-summary-box h4 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-post-box:hover .related-post-summary-box h4 {
    color: #b02926;
}

.blog-post-page .blog-post-page-content .article-body-container .related-post-container .related-post-box .related-post-summary-box p {
    font-size: 14px;
}

/*************************************************
**************BLOG POST SERVICE ******************
**************************************************/
.blog-post-service-page .page-banner {
    background: url(https://www.screensoft.co/images/joomlart/project/Background%20Checks%20Image.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
}

.blog-post-service-page .blog-post-page-content .article-body-container .services-list-container .service-item-box {
    margin-bottom: 30px;
    border-left: 3px solid #b02926;
}

.blog-post-service-page .blog-post-page-content .article-body-container .services-list-container a {
    cursor: pointer;
    color: #000000;
}

.blog-post-service-page .blog-post-page-content .article-body-container .services-list-container a:hover {
    color: #b02926;
    text-decoration: none;
}

.blog-post-service-page .blog-post-page-content .article-body-container .services-list-container .services-list-title {
    font-size: 20px;
    font-weight: 600;
}

.blog-post-service-page .blog-post-page-content .article-body-container .services-list-container hr {
    height: 3px;
    background-color: #b02926;
    margin-top: 5px;
}

/*************************************************
********************TEAM**************************
**************************************************/
.team-page .page-banner {
    background: url(https://www.amcmtg.com/wp-content/uploads/2016/05/corporate-team-bckgrnd-1400x600.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
}

.team-page .team-page-content .team-body-container .team-member-box {
    margin-bottom: 20px;
}

.team-page .team-page-content .team-body-container .team-member-box .team-member-image img {
    width: 100%;
	height: auto;
    margin-bottom: 10px;
}

.team-page .team-page-content .team-body-container .team-member-box .team-member-info .team-member-download {
    cursor: pointer;
    color: #b02926;
}

.team-page .team-page-content .team-body-container .team-member-box .team-member-info p {
    color: #898989;
}

.team-page .team-page-content .team-body-container .our-mission-title {
    font-size: 20px;
    color: #b02926;
    font-weight: 700;
    border-left: 4px solid #b02926;
    padding-left: 15px;
    line-height: 32px;
    margin: 20px 0;
}

/*************************************************
******************404 Page************************
**************************************************/
.p404-page .page-banner {
    background: url(https://ak9.picdn.net/shutterstock/videos/14350309/thumb/1.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
}

.p404-page .p404-page-content .p404-body-container h1 {
    font-size: 80px;
    padding-bottom: 30px;
}

.p404-page .p404-page-content .p404-body-container h3 {
    max-width: 500px;
    font-size: 20px;
    margin: auto;
}

.p404-page .p404-page-content .p404-body-container .homepage-button {
    height: 45px;
    width: 200px;
    line-height: 45px;
    color: #ffffff;
    background-color: #b02926;
    cursor: pointer;
    margin: auto;
    margin-top: 30px;
}
/*************************************************
************** Post Static Page*******************
**************************************************/
.blog-post-static-page .page-banner {
    background: url(https://www.1800cantwork.com/wp-content/uploads/2018/07/Legal-Background.jpg)d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: rgba(8,8,16,0.5);
}

.blog-post-static-page .blog-post-page-content .article-body-container .services-list-container .service-item-box {
    margin-bottom: 30px;
    border-left: 3px solid #b02926;
}

.blog-post-static-page .blog-post-page-content .article-body-container .services-list-container a {
    cursor: pointer;
    color: #000000;
}

.blog-post-static-page .blog-post-page-content .article-body-container .services-list-container a:hover {
    color: #b02926;
    text-decoration: none;
}

.blog-post-static-page .blog-post-page-content .article-body-container .services-list-container .services-list-title {
    font-size: 20px;
    font-weight: 600;
}

.blog-post-static-page .blog-post-page-content .article-body-container .services-list-container hr {
    height: 3px;
    background-color: #b02926;
    margin-top: 5px;
}

/*************************************************
****************SERVICES LIST*********************
**************************************************/
/* --------------------------------------------------------------------------------- */
/* Services List Start */

.services-list-page-content .article-content h3 {
    font-size: 20px;
    color: #b02926;
    font-weight: 700;
    border-left: 4px solid #b02926;
    padding-left: 15px;
    line-height: 32px;
    margin: 20px 0;
}

.services-list-page-content .article-content .custom-services-container {
    text-align: center;
    height: 150px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #ffffff;
}

.services-list-page-content .article-content .custom-services-container a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.services-list-page-content .article-content .custom-services-container .custom-services-image-container {
    height: 100%;
    position: relative;
}

.services-list-page-content .article-content .custom-services-container .custom-services-image-container .custom-services-overlay-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}

.services-list-page-content .article-content .custom-services-container .custom-services-image-container .custom-services-overlay-container:hover {
    background-color: rgba(150,40,37,0.75);
}

.services-list-page-content .article-content .custom-services-container .custom-service-title {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
}

/* Services List End */

/*************************************************
*******************FOOTER************************
**************************************************/
/* --------------------------------------------------------------------------------- */
/* Footer Start */

footer {
    background-color: #2b2b2b !important;
    padding-top: 20px;
}

footer .footer-box {
    padding-bottom: 20px;
}

footer .footer-box .menu {
    padding-left: 0px;
}

footer .footer-box .menu a {
    color: #ffffff;
    cursor: pointer;
}

footer .footer-box .menu a:hover {
    color: #b02925;
}

footer .footer-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: .02em;
}

footer .footer-text {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    padding: 0;
    text-align: justify;
}

footer .footer-link {
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
    display: block;
    line-height: 24px;
    letter-spacing: .02em;
    padding-bottom: 5px;
}

footer .footer-link:hover {
    color: #b02925 !important;
}

/* Footer End */

/*************************************************
***************FOOTER COPYRIGHT*******************
**************************************************/
/* --------------------------------------------------------------------------------- */
/* Footer Copyright Start */

.footer-copyright-container {
    width: 100%;
    margin: 0px;
    background-color: #b02926;
}

.footer-copyright-container .container div {
    height: 50px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
}

.footer-copyright-container .container span {
    line-height: 50px;
}

.footer-copyright-container .container a {
    color: #ffffff;
}

/* Footer Copyright End */

