/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 110px 0px 70px;
}

.sidebar-page-container.services-page {
    padding-bottom: 50px;
}

.sidebar-page-container .content-side {
    position: relative;
    margin-bottom: 30px;
}

.services-page .content-side {
    order: 12;
}

.sidebar-page-container .blog-content {
    position: relative;
    display: block;
    padding-right: 50px;
}


/* Sidebar */

.sidebar-page-container .sidebar-side {
    position: relative;
    margin-bottom: 30px;
}

.services-page .sidebar-side {
    order: 0;
}

.sidebar-page-container .sidebar {
    position: relative;
}

.sidebar-page-container .blog-sidebar {
    margin-left: -30px;
}

.sidebar-page-container .services-sidebar {
    padding-right: 20px;
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.sidebar .sidebar-widget:last-child {
    margin-bottom: 10px;
}

.sidebar .sidebar-widget .widget-inner {
    position: relative;
    display: block;
}

.sidebar .info-widget {
    text-align: center;
}

.sidebar .info-widget .widget-inner {
    background: #c0151b;
    color: #ffffff;
}

.sidebar .info-widget .lower {
    display: block;
    padding: 30px 20px;
}

.sidebar .info-widget .image {
    position: relative;
    display: block;
    margin: 0;
}

.sidebar .info-widget .image img {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar .info-widget .subtitle {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.sidebar .info-widget .icon-box {
    position: relative;
    display: block;
    font-size: 52px;
    line-height: 1em;
    margin-bottom: 30px;
}

.sidebar .info-widget .phone {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 5px;
}

.sidebar .info-widget .phone a {
    display: inline-block;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.sidebar .info-widget .email {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
}

.sidebar .info-widget .email a {
    color: #ffffff;
}

.sidebar .downloads-widget {
    position: relative;
}

.sidebar .downloads-widget .widget-inner {
    background: rgba(0, 0, 0, 0.03);
    padding: 25px 30px;
}

.sidebar .downloads-widget li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.sidebar .downloads-widget li:last-child {
    border-bottom: none;
}

.sidebar .downloads-widget li a {
    position: relative;
    display: block;
    padding: 12px 0px;
    line-height: 30px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
}

.sidebar .downloads-widget li .fa,
.sidebar .downloads-widget li .far {
    position: relative;
    padding-right: 10px;
    font-size: 20px;
    top: 2px;
}

.sidebar .downloads-widget li a:hover {
    color: #c0151b;
}

.sidebar-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-title h3 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    line-height: 1.25em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sidebar-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    border-bottom: 2px solid #c0151b;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 14px 50px 14px 30px;
    border: 1px solid #f0f0f0;
    background: #ffffff;
    color: #222222;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    border-radius: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
    border-color: #c0151b;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 50px;
    line-height: 60px;
    display: block;
    font-size: 16px;
    color: #222222;
    background: none;
    font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    color: #c0151b;
}

.sidebar .recent-posts .post {
    position: relative;
    font-size: 14px;
    color: #777777;
    padding: 0px 0px 25px 100px;
    min-height: 105px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 25px;
}

.sidebar .recent-posts .post:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-posts .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    border-radius: 0;
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar .recent-posts .text {
    font-size: 16px;
    line-height: 1.5em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 7px;
}

.sidebar .recent-posts .text a {
    color: #333333;
}

.sidebar .recent-posts .text a:hover {
    color: #c0151b;
}

.sidebar .recent-posts .meta-info {
    position: relative;
    color: #999999;
}

.sidebar .recent-posts .meta-info li {
    position: relative;
    float: left;
    margin-right: 31px;
    line-height: 24px;
}

.sidebar .recent-posts .meta-info li:last-child {
    margin-right: 0;
}

.sidebar .recent-posts .meta-info li:after {
    content: '';
    position: absolute;
    height: 14px;
    right: -16px;
    border-right: 1px solid #999999;
    top: 50%;
    margin-top: -7px;
}

.sidebar .recent-posts .meta-info li:last-child:after {
    display: none;
}

.sidebar .recent-posts .meta-info li a {
    position: relative;
    color: #999999;
}

.sidebar .recent-posts .meta-info li a:hover {
    color: #c0151b;
}

.sidebar .popular-tags .tags-list li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px 0px;
}

.sidebar .popular-tags .tags-list li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 8px 20px;
    background: #edf5f8;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    border-radius: 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover {
    background-color: #c0151b;
    border-color: #c0151b;
    color: #ffffff;
}

.sidebar .archives ul {
    position: relative;
}

.sidebar .archives ul li {
    position: relative;
    line-height: 24px;
    font-size: 15px;
    margin-bottom: 10px;
}

.sidebar .archives ul li:last-child {
    padding-bottom: 0;
    border: none;
}

.sidebar .archives ul li a {
    position: relative;
    color: #222222;
    display: block;
    padding-left: 22px;
    line-height: 24px;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .archives ul li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f061";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    z-index: 5;
}

.sidebar .archives ul li a:hover:before,
.sidebar .archives ul li.active a:before {
    color: #c0151b;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a {
    color: #c0151b;
}

.sidebar .services-widget ul {
    position: relative;
    display: block;
}

.sidebar .services-widget ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.sidebar .services-widget ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    border-left: 3px solid #c0151b;
    background: #c0151b;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before {
    width: 100%;
}

.sidebar .services-widget ul li a {
    position: relative;
    display: block;
    background: rgba(0, 0, 0, 0.03);
    padding: 12px 20px;
    padding-right: 50px;
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
    padding: 12px 5px;
    width: 50px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    font-size: 12px;
    font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon {
    color: #ffffff;
}

.sidebar .services-widget ul li:hover a:before,
.sidebar .services-widget ul li.active a:before {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.20);
    -webkit-transition: all 300ms ease 200ms;
    -moz-transition: all 300ms ease 200ms;
    -ms-transition: all 300ms ease 200ms;
    -o-transition: all 300ms ease 200ms;
    transition: all 300ms ease 200ms;
}


/* Post Details */

.post-details {
    position: relative;
    display: block;
}

.post-details .news-block-three {
    margin-bottom: 70px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2eef2;
}

.post-details .news-block-three .meta-info {
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e2eef2;
}

.post-details .news-block-three .inner-box {
    box-shadow: none;
}

.post-details .news-block-three .lower-box {
    box-shadow: none;
    padding: 40px 0px 0px;
}

.post-details .news-block-three .lower-box:before {
    display: none;
}

.post-details .text p {
    margin-bottom: 40px;
}

.post-details blockquote {
    position: relative;
    display: block;
    padding: 5px 30px;
    background: none;
    color: #222222;
    margin: 40px 0px 40px 50px;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.7em;
    border-left: 3px solid #4a3d8f;
}

.post-details blockquote .text {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.post-details blockquote .info {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #c0151b;
}

.post-details .image-column {
    margin-bottom: 40px;
}

.post-details .image-column img {
    display: block;
    width: 100%;
}

.post-details .lower-row {
    position: relative;
}

.post-details .lower-row .tags {
    position: relative;
    float: left;
    line-height: 24px;
}

.post-details .lower-row .tags .icon {
    position: relative;
    top: -1px;
    font-weight: 400;
    color: #4a3d8f;
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.post-details .lower-row .tags a {
    color: #666666;
}

.post-details .lower-row .tags a:hover {
    text-decoration-line: underline;
    color: #c0151b;
}

.post-details .lower-row .share-it {
    position: relative;
    float: right;
}

.post-details .lower-row .share-toggler {
    position: relative;
    display: inline-block;
    line-height: 24px;
    cursor: pointer;
    color: #4a3d8f;
    font-weight: 700;
}

.post-details .lower-row .share-it .icon {
    position: relative;
    top: -1px;
    font-weight: 400;
    color: #222222;
    font-size: 18px;
    padding-right: 10px;
    vertical-align: middle;
}

.author-box {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

.author-box .inner-box {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-left: 150px;
    min-height: 120px;
}

.author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    border-radius: 50%;
}

.author-box .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.author-box .name {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.25em;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.author-box .text {
    margin-bottom: 25px;
}

.author-box .social-links {
    position: relative;
}

.author-box .social-links ul {
    position: relative;
}

.author-box .social-links li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    line-height: 24px;
}

.author-box .social-links li a {
    color: #4a3d8f;
    font-size: 16px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.author-box .social-links li a:hover {
    color: #c0151b;
}


/* Service Details */

.service-details {
    position: relative;
    display: block;
}

.service-details .image-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.service-details .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.service-details .content {
    position: relative;
    display: block;
}

.service-details .content p {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.service-details .content .text {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.service-details .content h3 {
    color: #222222;
    font-size: 30px;
    margin-bottom: 20px;
}

.service-details .two-col {
    position: relative;
    display: block;
}

.service-details .two-col .column {
    position: relative;
    margin-bottom: 30px;
}

.service-details .two-col .image {
    position: relative;
    display: block;
    margin: 0;
}

.service-details .two-col .image img {
    position: relative;
    display: block;
    width: 100%;
}


/***