.cus-footer-bottom {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 2fr;
    column-gap: 5px;
}

.text {
    font-size: 15px;
}

.cus-site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.cus-site-heading h2 {
    font-size: 36px;
}

.cus-site-heading h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #1273eb;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(90deg, rgba(18,115,235,1) 30%, rgba(4, 215, 242, 1) 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cus-site-heading p {
    margin: 0;
    margin-top: 10px;
}

.cus-default-padding {
    padding-top: 75px;
    /*padding-bottom: 30px;*/
}

.cus-img {
    transition: all 0.35s ease-in-out;
}

.cus-services-area .cus-services-items .cus-thumb {
    position: relative;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
}

/* ==============================================================
     # services Area
=================================================================== */
.services-area .services-items .single-item {
    margin-bottom: 30px;
}

.services-area .services-items .item {
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
}

.services-area .services-items .item .thumb img {
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    /*background-image: {{ asset}};*/
    background: url('../img/map.svg');
}

.services-area .services-items .info {
    padding-top: 40px !important;
    background: #ffffff;
    border-radius: 0 0 5px 5px;
}

.services-area .services-items .info h2,
.services-area .services-items .info h3,
.services-area .services-items .info h4,
.services-area .services-items .info h5 {
    font-weight: 600;
    line-height: 1.4;
}

.services-area .services-items .info h2 a,
.services-area .services-items .info h3 a,
.services-area .services-items .info h4 a,
.services-area .services-items .info h5 a {
    font-weight: 600;
}

.services-area .services-items .info {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.services-area .services-items .info > a {
    margin-top: 8px;
}

.services-area .services-items .thumb {
    position: relative;
    padding: 15px;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    /*background: url('../img/map.svg');*/
}

.services-area .services-items .thumb .date {
    background: #ffffff;
    position: absolute;
    left: 30px;
    bottom: -10px;
    color: #232323;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    font-family: 'Poppins', sans-serif;
}

.services-area .services-items h2 a:hover,
.services-area .services-items h3 a:hover,
.services-area .services-items h4 a:hover,
.services-area .services-items h5 a:hover,
.services-area .services-items .meta a:hover {
    color: #1273eb;
}

.torch-red .services-area .services-items h2 a:hover,
.torch-red .services-area .services-items h3 a:hover,
.torch-red .services-area .services-items h4 a:hover,
.torch-red .services-area .services-items h5 a:hover,
.torch-red .services-area .services-items .meta a:hover {
    color: #ee2852;
}


.services-area .meta {
    display: block;
    margin-bottom: 15px;
}

.services-area .meta ul li {
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    padding-right: 60px;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
}

.services-area .meta ul li img {
    height: 35px;
    width: 35px !important;
    border-radius: 50%;
    margin-right: 10px;
}

.services-area .meta ul li:last-child {
    padding-right: 0;
}

.services-area .meta ul {
    display: flex;
    align-items: center;
}

.services-area .meta ul li::after {
    position: absolute;
    right: 15px;
    top: 50%;
    content: "";
    height: 1px;
    width: 30px;
    background: #dddddd;
}

.services-area .meta ul li:last-child::after {
    display: none;
}

.services-area .meta ul li a {
    margin-left: 3px;
    display: inline-block;
    line-height: 1.4;
}

.services-area .meta ul li:first-child a {
    color: #1272eb;
}

.torch-red .services-area .meta ul li:first-child a {
    color: #ee2852;
}

.services-area .meta ul li a:hover {
    color: #1273eb;
}

.torch-red .services-area .meta ul li a:hover {
    color: #ee2852;
}

.services-area .info p:last-child {
    margin-bottom: 0;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-area .meta ul li img {
        display: none;
    }
}

/* Pagination */
.pagi-area .pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.pagi-area .pagination li.page-item {
    float: none;
    display: inline-block;
}

.pagi-area .pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    margin-top: 5px;
    color: #232323;
    font-weight: 800;
}

.pagi-area .pagination li.active a {
    background: #1273eb;
    border-color: #1273eb;
}

/* Sidebar */

.services-area.left-sidebar .services-content {
    float: right;
}

.services-area.left-sidebar .sidebar {
    padding-right: 35px;
}

.services-area.right-sidebar .sidebar {
    padding-left: 35px;
}

.services-area .sidebar .title {
    display: block;
}

.services-area .sidebar .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 15px;
}

.services-area .sidebar .title h4::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 50px;
    border-bottom: 2px solid #1273eb;
}

.services-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
}

.services-area .sidebar form {
    position: relative;
}

.services-area .sidebar button[type="submit"] {
    background: transparent;
    border: medium none;
    color: #232323;
    font-weight: 600;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: inherit;
    font-size: 18px;
    border-left: 1px solid #e7e7e7 !important;
}

.services-area .sidebar input[type="submit"]:hover {
    background: #1273eb none repeat scroll 0 0;
}

.services-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.services-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.services-area .sidebar .sidebar-item.category .sidebar-info,
.services-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
}

.services-area .sidebar .sidebar-item.category li {
    display: block;
    position: relative;
    margin-top: 13px;
}

.services-area .sidebar .sidebar-item.category li a {
    display: flex;
    text-transform: capitalize;
    font-weight: 600;
    color: #666666;
    align-items: center;
    justify-content: space-between;
}

.services-area .sidebar .sidebar-item li a:hover {
    color: #1273eb;
}

.services-area .sidebar .sidebar-item.category li a span {
    font-size: 12px;
    margin-left: 5px;
    background: #f1f1f1;
    min-width: 40px;
    padding: 3px;
    text-align: center;
    color: #232323;
    border-radius: 30px;
}

.services-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
}

.services-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.services-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
}

.services-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item.recent-post li a {
    color: #232323;
    display: block;
    font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
}

.sidebar-item.recent-post .meta-title {
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 600;
}

.sidebar-item.recent-post li a:hover {
    color: #1273eb;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}

.sidebar-item.recent-post .meta-title a {
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding: 0;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
    border-radius: inherit;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
    padding-top: 0 !important;
}

.sidebar-item.recent-post li .info a {
    text-decoration: inherit;
    font-weight: 600;
    font-size: 18px;
    margin-top: 0;
}

.services-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    font-weight: 600;
}

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
    color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
    margin-top: -8px;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 600;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666666;
    background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
    color: #1273eb;
}

.services-area .sidebar .sidebar-item.add-banner .sidebar-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.services-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #1273eb;
    z-index: -1;
    opacity: 0.7;
}

.services-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
    color: #ffffff;
    font-weight: 600;
}

.services-area .sidebar .sidebar-item.add-banner .sidebar-info p {
    color: #ffffff;
}

.services-area .sidebar .sidebar-item.add-banner .sidebar-info a {
    display: inline-block;
    color: #ffffff;
    border: 1px dashed rgba(255, 255, 255, 0.7);
    padding: 10px 25px;
    margin-top: 9px;
}

.services-area .services-items.content-less .item .info > a {
    margin-top: 10px;
}

/* services Single */
.services-area.single .item .content-box span {
    background: #1273eb none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.services-area.single .item .content-box h2,
.services-area.single .item .content-box h3,
.services-area.single .item .content-box h4 {
    font-weight: 600;
}

.services-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.services-area.single .content-box .meta .date {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.services-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.services-area .services-items .info > ul li {
    margin-bottom: 5px;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    display: block;
}

.services-area .services-items .info > ul {
    margin-bottom: 25px;
    margin-top: 25px;
}

.services-area .services-items .info > ul li::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    height: 5px;
    width: 5px;
    background: #333333;
    border-radius: 50%;
}

.services-area.single .item {
    margin-bottom: 0;
}

.services-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 85px;
    color: #232323;
    font-weight: 600;
    line-height: 32px;
    background: #ecf6fa;
    padding: 50px;
    font-family: 'Poppins', sans-serif;
}

.services-area .item blockquote cite {
    display: block;
    margin-top: 15px;
    color: #999999;
    font-weight: 600;
    font-style: normal;
}

.services-area .item blockquote::before {
    position: absolute;
    left: 0;
    top: 5%;
    content: "";
    height: 90%;
    width: 3px;
    background: #1273eb;
}

.services-area .item blockquote::after {
    position: absolute;
    right: 50px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #666666;
    bottom: 50px;
    font-weight: 600;
    opacity: 0.1;
    font-size: 80px;
}

.services-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
}

.services-area .services-content .post-tags,
.services-area .services-content .share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    padding-bottom: 6px;
}

.services-area .services-content .share li {
    display: inline-block;
    margin-left: 15px;
}

.services-area .services-content .share li a {
    display: inline-block;
    color: #1273eb;
}

.services-area .services-content .share li.facebook a {
    color: #3B5998;
}

.services-area .services-content .share li.twitter a {
    color: #1DA1F2;
}

.services-area .services-content .share li.pinterest a {
    color: #BD081C;
}

.services-area .services-content .share li.g-plus a {
    color: #DB4437;
}

.services-area .services-content .share li.linkedin a {
    color: #0077B5;
}

.services-area .services-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.services-area.single .post-pagi-area {
    margin-top: 50px;
    overflow: hidden;
}

.services-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    color: #999999;
    border-radius: 30px;
}

.services-area.single .post-pagi-area h5 {
    margin: 0;
    margin-top: 5px;
    font-weight: 600;
    transition: all 0.35s ease-in-out;
    font-size: 18px;
}

.services-area.single .post-pagi-area h5:hover {
    color: #1273eb;
}

.services-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.services-area.single .post-pagi-area a:last-child {
    float: right;
}

.services-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.services-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.services-area .contact-comments .submit {
    margin-bottom: 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Comments */

.services-area .comments-form {
    margin-top: 50px;
}

.services-area .services-comments .comments-list {
    margin-bottom: 50px;
}

.services-area .services-comments .comments-list:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item .avatar {
    height: 120px;
    width: 120px;
    min-width: 120px;
}

.comments-list .commen-item .content {
    position: relative;
}

.comments-list .commen-item .avatar img {
    height: 90px;
    width: 90px;
    border-radius: 5px;
}

.comments-list .commen-item {
    margin-top: 30px;
    display: flex;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}

.comments-list .commen-item:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

.comments-list .commen-item:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item.reply {
    margin-left: 80px;
}

.comments-area {
    margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-list .commen-item .content .reply a {
    font-size: 14px;
    background: #0a1015;
    color: #ffffff;
    display: inline-block;
    padding: 8px;
    font-weight: 600;
}

.comments-list .commen-item .content .reply a:hover {
    background: #1273eb;
}

.comments-list .commen-item .content .reply i {
    font-size: 12px;
}

.comments-list .commen-item .content p:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 600;
}

.comments-list .commen-item .content .title span {
    font-weight: 400;
    color: #1273eb;
    display: block;
    margin-top: 0;
    font-size: 13px;
}

.comments-list .commen-item .content .title span i {
    font-weight: 600;
    margin-right: 5px;
}

.comments-list .commen-item .content .title span i.fa-reply {
    font-weight: 600;
    margin-right: 3px;
}

.comments-list .commen-item .content .title span a {
    margin-left: 10px;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 20px;
    background: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
}

.comments-info a:hover {
    color: #1273eb;
}

.comments-info a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #ecf6fa;
    font-size: 14px;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.services-area.full-services.single-services .form-group.submit {
    margin-bottom: 0;
}

.comments-form button,
.comments-form button:focus {
    background: transparent;
    margin-top: 15px;
    border: 2px solid #1273eb;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
    transition: all 0.35s ease-in-out;
    padding: 14px 40px;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 600;
}

.comments-form button::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: #1273eb;
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.comments-form button:hover::after {
    width: 0;
}

.comments-form button:hover {
    color: #232323;
}


.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.services-area .contact-comments .comments {
    margin-top: 20px;
}

.services-area.single .services-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* Pagination */

.pagination li {
    display: inline-block;
    margin-top: 7px;
}

ul.pagination {
    display: block;
    margin-top: 30px;
}

.pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: #1273eb;
    font-weight: 800;
}

.pagination li.page-item.active a {
    background: #1273eb;
    border-color: #1273eb;
}

/* End Servces Page*/
