/*================================================
SERVICE DETAILS CSS
==================================================*/

.sidebar-widget {
    margin-bottom: 30px
}

.sidebar-widget:last-child {
    margin-bottom: 0
}

.service-menu {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}

.service-menu li {
    margin-bottom: 5px;
}

.service-menu li:last-child {
    margin-bottom: 0
}

.service-menu li a {
    display: block;
    padding: 10px 20px;
    background: var(--light-color) none repeat scroll 0 0;
    color: var(--font-h-color);
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.service-menu li a span {
    margin-left: 5px
}

.service-menu li.active a,
.service-menu li a:hover {
    color: var(--bg-seconday);
    padding-left: 25px
}

.brochures {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 25px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.brochures:after {
    position: absolute;
    content: "";
    width: 62%;
    height: 100%;
    background: var(--bg-seconday) none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.brochures a {
    display: inline-block;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 500;
    color: var(--light-color);
    font-size: 14px;
    width: 47%;
}

.brochures a i {
    margin-right: 5px
}

.brochures:hover {
    background: var(--bg-seconday) none repeat scroll 0 0;
}

.brochures:hover:after {
    background: #020202 none repeat scroll 0 0;
}

.service-page-banner {
    background: url(../images/find-box-bg.png) no-repeat scroll 0 0/cover;
    padding: 30px;
    text-align: center;
    color: var(--light-color);
}

.service-page-banner>h3 {
    font-size: 28px !important;
    color: var(--light-color) !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}

.service-page-banner a {
    margin-bottom: 0;
    border-color: var(--light-color);
    margin-top: 20px
}

.service-page-banner a:before,
.service-page-banner a:after {
    content: '';
    display: block;
    position: absolute;
    border-color: var(--light-color);
    box-sizing: border-box;
    border-style: solid;
    width: 1em;
    height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-page-banner a:hover {
    color: var(--bg-seconday);
    background-color: var(--light-color);
    border-color: var(--light-color);
}

.service-page-banner a:hover:before,
.service-page-banner a:hover:after {
    border-color: var(--light-color);
}

.service-details-right h3,
.sidebar-widget h3 {
    font-size: 30px;
    color: var(--font-h-color);
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 45px;
}

.service-details-right p {
    margin: 0 0 10px
}

.pad-right-sm {
    padding-right: 7px
}

.pad-left-sm {
    padding-left: 7px
}

.service-details-image {
    margin-top: 10px
}

.service-details-list ul {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.service-details-list li {
    margin: 5px 0;
}

.service-details-list li i {
    color: var(--bg-seconday);
    margin-right: 5px;
}

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

.service-accordion h3,
.sidebar-widget h3 {
    font-size: 20px
}

.Tags-catagory {
    padding: 15px;
    background: #f4f4f5 none repeat scroll 0 0;
}

.Tags-catagory li {
    display: inline-block;
    border: medium none !important;
    padding: 0 !important;
    margin: 2px 0;
}

.Tags-catagory a {
    color: var(--font-h-color);
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    padding: 5px 15px;
    background: var(--light-color) none repeat scroll 0 0;
    border-radius: 5px;
}

.Tags-catagory a:hover {
    color: var(--bg-seconday)
}

.single_faq_accordian {
    margin-top: 10px;
}

.faq_accordian_header>a {
    display: block;
    text-align: left;
    padding: 15px 15px 15px 85px;
    background: #020202 none repeat scroll 0 0;
    font-size: 15px;
    color: var(--light-color);
    text-transform: capitalize;
    font-weight: 500;
    border: 0px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.faq_accordian_header>a:hover,
.faq_accordian_header>a:focus {
    background: #020202 none repeat scroll 0 0;
    color: var(--light-color);
    outline: medium none
}

.faq_accordian_header>a:after {
    position: absolute;
    content: "\f056";
    font-family: Fontawesome;
    left: 30px;
    color: var(--light-color);
    font-size: 18px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.faq_accordian_header>a.collapsed:after {
    position: absolute;
    content: "\f055";
    font-family: Fontawesome;
    left: 30px;
    color: var(--light-color);
    font-size: 18px;
}

.faq_accordian_header>a:before {
    position: absolute;
    content: "";
    top: 0;
    width: 13%;
    height: 101%;
    left: -26px;
    background: var(--bg-seconday);
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.faq_accordian_header>a.collapsed:before {
    position: absolute;
    content: "";
    top: 0;
    width: 13%;
    height: 101%;
    left: -26px;
    background: var(--bg-seconday);
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
}

.faq_accordian_body {
    padding: 10px;
}