/* -----------------------------------------
 Template Name: Manha | Creative Business HTML Template
    Template URI:
    Description:

    We believe - we have covered everything you need, but if there is something that you would like to know then we are happy to help you out.
    Author: mizanosmani91@gmail.com
    Version: 1.0

------------------------------------------------
CSS INDEX
===================
    1. Home Page
        1.1 Header Area
        1.2 Hero Area
        1.3 About us Area
        1.4 Service Area
        1.5 Company Profile Area
        1.6 Portfolio Area
        1.7 Product feature Area
        1.8 Team Member Area
        1.9 Blog Area
        1.10 Testominals Area
        1.11 Contact-us Area
        1.12 Quick-link Area
        1.13 Footer Area
    2. Blog Page
    3. Blog Details Page
------------------------------------------ */

.body {
    background-color: #191919;
}
/* ==========================
    1.1 Header area
=========================== */
.header-area {
    background-color: #191919;
    position: fixed;
    z-index: 2;
    width: 100%;
    transition: all .3s ease-in;
}

header.header-area.black {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 999;
    transition: all .3s ease-in;
}

.header-area .logo a {
    display: inline-block;
}

header.header-area.black img,
header.header-area.black nav li a,
header.header-area.black nav li a::after {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
}

.header-area .logo img {
    width: 130px;
}

header.header-area.black nav ul li {
    padding: 30px 30px 30px 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header-area nav ul li {
    position: relative;
    padding: 35px 0;
    padding-right: 30px;
}


.header-area nav ul li:last-child,
.header-area.black nav ul li:last-child {
    padding-right: 0;
}


.header-area nav li:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 75%;
    content: '';
    background: cyan;
    visibility: hidden;
    opacity: 0;
    margin-top: -5px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header-area nav li:hover::after,
.header-area nav ul li.active:after {
    visibility: visible;
    opacity: 1;
}

.header-area nav ul li a {
    color: #cfcfcf;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.header-area nav ul li.active a {
    color: #fff;
}

.header-area nav li a:hover {
    text-decoration: none;
    color: #fff;
}

.header-area nav .list-items-li.active a:after {
    opacity: 1;
    visibility: visible;
}

/* ==========================
    1.2 Hero area
=========================== */
.hero-section {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.hero-section.home-one {
    background-image: url("../images/Home-Page/hero-image/hero-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.white_svg {
    position: absolute;
    left: -60%;
    bottom: 0;
    width: 205%;
    overflow: hidden;
}

.svg_white svg {
    fill: #fff;
    width: 100%;
}

.hero-section::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #000;
    opacity: .9;
    z-index: -1;
}

.hero-table {
    display: table;
    width: 100%;
    height: 100%;
}

.hero-table-cell {
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.hero-table-cell .hero-area-text h1 {
    line-height: 55px;
    margin-top: 100px;
    padding: 0 180px;
}

.hero-table-cell .hero-area-text .line {
    margin: 0 auto;
    width: 130px;
    padding: 35px 0;
}

.hero-table-cell p {
    color: #dcdcdc;
    font-weight: 400;
    padding: 0 235px;
    font-weight: 300;
    font-size: 16px;
}

.btn-area {
    position: relative;
    margin-top: 40px;
    z-index: 999;
}

.hero-table-cell .btn-area .service-btn,
.hero-table-cell .btn-area .portfolio-btn {
    display: inline-block;
    padding: 18px 55px;
    border: 2px solid #fff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.contact-btn {
    display: inline-block;
    padding: 18px 55px;
    border: 2px solid #000;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    border-radius: 5px;
    color: #000;
}

.contact-btn:hover {
    color: #fff;
    background: #000;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}


.hero-table-cell .btn-area .portfolio-btn {
    padding: 18px 68px;
    margin-left: 30px;
}

.hero-table-cell .btn-area .service-btn:hover,
.hero-table-cell .btn-area .portfolio-btn:hover {
    color: #000;
    background: #fff;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

/* ==========================
    1.3 About us area
=========================== */

.about-us-area {
        background-color: #fff;
}

.about-us-area .div > h2 {
    font-family: 'Cairo', sans-serif;
    font-weight: 700;
    color: #2e2e2e;
    padding-right: 10px;
    line-height: 40px;
}

.about-us-area .para {
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding: 25px 30px 50px 0;
    color: #919191;
}

.div .inline {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    border-radius: 60px;
    width: 180px;
    text-align: center;
    padding: 18px 0;
}

.div .inline-2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
    border-radius: 0;
    text-align: center;
    padding: 28px 0;
    width: auto;
}

.inline-2.counter-value-top {
    border-top-right-radius: 30px;
}

.counter-up .counter-value-bottom {
    border-bottom-left-radius: 30px;
}

.div .inline:first-child {
    margin-bottom: 20px;
}

.inline h2 {
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
}

.inline h6 {
    padding-top: 10px;
}

.video-area {
    position: relative;
    padding: 35px 10px 35px 0;
    border-right: 25px solid #3d3c3c;
}

.video-area::before {
    position: absolute;
    height: 25px;
    width: 80%;
    top: 0;
    right: 0;
    content: '';
    background: #3d3c3c;
    transform-origin: 100% 0;
    transform: skew(30deg, 0);
}

.video-area::after {
    position: absolute;
    height: 25px;
    width: 50%;
    bottom: 0;
    right: 0;
    content: '';
    background: #3d3c3c;
    transform-origin: 100% 0;
    transform: skew(30deg, 0);
}

.business-photo {
    position: relative;
    max-width: 100%;
}

.video-bg-img {
    position: relative;
}

.video-bg-img::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #000;
    opacity: .6;
}

.our-progress {
    position: relative;
    z-index: 1;
}

.our-progress::before {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #000;
    opacity: .8;
    z-index: -1;
}

.video-icon-area {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

.business-photo .video-icon-area a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    background: #fff;
    z-index: 9;
}

.business-photo .video-icon-area a .fa-caret-right {
    position: absolute;
    color: #4a4c4e;
    padding: 2px;
    margin-top: 2px;
    margin-left: -1px;
}

.fa-caret-right {
    position: absolute;
    color: #4a4c4e;
    left: 20px;
}

/*********** riple ***********/
.business-photo .video-icon-area .ripple,
.business-photo .video-icon-area .ripple::before,
.business-photo .video-icon-area .ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.business-photo .video-icon-area .ripple::before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.business-photo .video-icon-area .ripple::after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
    }
}


/* ==========================
    1.4 Service area
=========================== */
.service-area {
    background-image: url("../images/Home-Page/service/service-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.service-details {
    position: relative;
    padding: 40px 35px;
    box-shadow: 0 0 12px -5px #717171;
    background-color: #fff;
}

.service-items .item {
    padding: 10px;
}

.owl-carousel .owl-item img {
    width: 81px;
    height: 81px;
}

.service-details h4 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 20px 0;
}

.service-details p {
    padding-bottom: 20px;
    font-weight: 400;
    color: #5c5f71;
}

a.service-readmore {
    text-transform: capitalize;
    color: #3d3c3c;
    font-weight: 600;
}

a.service-readmore:hover {
    text-decoration: none;
    color: #2e2e2e;
    transition: all .3s ease-in;
}

.service-details {
    padding: 35px 30px;
}

/* ==========================
    1.5 Company Profile area
=========================== */
.comapny-cv {
    background-image: url("../images/Home-Page/quote/quote-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-position: center;
}

.comapny-cv::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #000;
    opacity: .7;
    z-index: -1;
}

.comapny-cv .company h2 {
    padding-bottom: 30px;
    color: #fff;
}

.comapny-cv .company p {
    color: #dcdcdc;
}

.download-icon {
    background-color: #fff;
    padding: 30px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}

.download-icon a {
    color: #2c2c2c;
}

.download-link a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
    display: inline-block;
    line-height: 17px;
    border: 2px solid transparent;
    transition: all .3s ease-in;
}

.download-link a:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

/* ==========================
    1.6 Portfolio area
=========================== */
.portfolio {
    position: relative;
}

.unorder-list {
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.unorder-list li {
    display: inline-block;
    padding: 0 12px;
    color: #7b7b7b;
}

.unorder-list li:hover {
    color: #000;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.click-img img {
    position: relative;
    max-width: 100%;
    min-width: 100%;
}

.click-img .fa-eye,
.click-img .fa-plus {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -15px;
}

.fa-eye,
.fa-plus {
    color: #fff;
    font-size: 30px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

ul.filter-button-group li.myBtn.active-btn {
    color: #000;
}

.click-img {
    position: relative;
    min-width: 100%;
    margin-top: 30px;
    z-index: 1;
}

.click-img::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #494949;
    opacity: 0;
    visibility: hidden;
}

.click-img:hover::after,
.click-img:hover .fa-eye,
.click-img:hover .fa-plus {
    visibility: visible;
    opacity: .8;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.click-img:hover .fa-eye,
.click-img:hover .fa-plus {
    opacity: 1;
}

/* ==========================
   1.7 Product feature area
=========================== */
.product-feature-area {
    background-image: url("../images/Home-Page/service/service-bg.jpg");
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}

.mobile-app-photo img {
    width: 70%;
}

.serve {
    margin-bottom: 30px;
}

.single-feature {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 12px -5px #717171;
    display: flex;
    align-items: center;
}

.feature-content {
    padding-left: 20px;
}

.feature-content h5 {
    margin-bottom: 10px;
    color: #646464;
}

.feature-content p {
    color: #5c5f71;
}


/* ==========================
    1.8 Team Member area
=========================== */
section.colleauge h2 {
    padding-right: 124px;
    line-height: 40px;
    margin-bottom: 25px;
}

section.colleauge p {
    color: #5c5f71;
}

section.colleauge h2 + p + a {
    background-color: #3d3c3c;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px 40px;
    border-radius: 50px;
    margin-top: 50px;
    display: inline-block;
    border: 2px solid transparent;
    transition: all .3s ease-in;
}

.member-list-001,
.member-list-002 {
    margin-bottom: 20px;
}

section.colleauge h2 + p + a:hover {
    border-color: #000;
    background-color: transparent;
    color: #000;
}

.member-img {
    overflow: hidden;
    position: relative;
}

.member-list img {
    width: 100%;
}

.team-member{
    background-color: #fff;
}

.team-member-social {
    position: absolute !important;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 100%;
    transition: all .3s ease;
}

.team-member-social ul {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: flex-end;
}

.team-member-social ul li a:hover {
    background-color: #28292d;
}

.team-member-social ul li a {
    background: #b0b3af;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-right: 1px;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.team-member-social ul li:last-child {
    margin-right: 0;
}

.team-member-social ul li a {
    color: #3e3e3e;
}

.team-member-social ul li {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all 1s ease-in;
}

.team-member-social ul li:hover {
    background-color: #464646;
}

.member-list:hover .team-member-social {
    top: 0%;
}

.team-member-social ul li a:hover {
    color: #fff;
}

.member-list {
    text-align: center;
}

.member-list h5 {
    color: #646464;
    margin: 15px 0 5px;
}

.member-list p {
    line-height: 20px;
    margin-top: 10px;
}

/* ==========================
    1.9 Blog area
=========================== */
.blog-area {
    background-image: url("../images/Home-Page/service/service-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-area .card-area {
    background-color: #fff;
    border-radius: 0 45px 45px 0;
    display: flex;
    align-items: center;
    box-shadow: 0 0 12px -5px #717171;
}

.blog-area .card-area-2 {
    border-radius: 0;
}

.card-text-area {
    padding: 25px;
}

.card-text-area h5 {
    color: #646464;
}

.card-text-area p {
    color: #5c5f71;
    padding: 15px 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.blog-area .read-more-btn {
    opacity: .6;
}

.blog-area .read-more-btn:hover {
    opacity: 1;
}

/* ==========================
    1.10 Testominals area
    =========================== */
.client-says .owl-item.active.center {
    box-shadow: 0px 0px 30px 0px rgba(156, 157, 190, 0.60);
    opacity: 1;

}

.client-says .owl-item {
    box-shadow: 0px 0px 20px 0px rgba(156, 157, 190, 0.30);
    margin: 10px 0;
    opacity: .8;

}

.clients-quote .client img {
    margin: 0 auto;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    border-radius: 50%;
}

.slider-content {
    padding: 35px 30px;
    background-color: #fff;
    margin: 0;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 20px;
}

.owl-carousel.client-says.owl-loaded.owl-drag {
    margin-left: -10px;
}

.client-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-area .client-name h6 {
    align-items: baseline;
    display: flex;
}

.client-name {
    margin-left: 10px;
}

.client-text-area {
    margin-top: 15px;
}

.client-area img {
    margin: 0 auto;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    border-radius: 50%;
}

.client-text-area p {
    font-weight: 300;
}

.client-area h2 {
    padding-bottom: 25px;
}

.client-area-para p {
    padding: 0 233px;
}

.client p {
    margin-bottom: 50px;
    padding: 0 176px;
    font-weight: 400;
}

.name {
    margin-top: 20px;
    margin-bottom: 25px;
}

.name h6 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.name span {
    color: #4c4c4c !important;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: #464646;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 16px;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: #464646;
    color: #fff;
    width: 25px;
    height: 25px;
    margin-right: 2px;
    font-size: 16px;
}

.client-says .owl-dots {
    margin-top: 30px;
    line-height: 0;
}

.client-says {
    margin-top: 50px;
}

.client-says .owl-dot {
    display: inline-block;
    height: 15px;
    width: 15px;
    background: #b9b9ba !important;
    border-radius: 50%;
    cursor: pointer;
    margin: 0px 5px 0 0;
}

.client-says .owl-dot.active {
    background: #757576 !important
}

.service-area .owl-dots {
    display: none;
}

button.owl-prev span,
button.owl-next span {
    display: none;
}

.client-area .owl-nav {
    margin-left: 17px;
}

/* ==========================
    1.11 Contact-us area
=========================== */
.contact-us-area {
    background: url("../images/Home-Page/contact/bg-contact.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    position: relative;
}

.contact-us-area::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    background: #000;
    opacity: .9;
    z-index: -1;
}

.contact-us-area h2 {
    padding-bottom: 50px;
    color: #fff;
}

.index-1-form input[type="text"],
.index-1-form input[type="email"],
.index-1-form textarea {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    padding-left: 0px;
}

form {
    position: relative;
}

form input[type="text"],
form input[type="email"],
textarea {
    width: 45%;
    margin-bottom: 30px;
    margin-right: 12px;
    padding: 12px 10px;
    background: #f4f1f1;
    outline: none;
    border: none;
    border-radius: 4px;
    color: #000;
}

form ::placeholder {
    font-weight: 600;
    color: #646464;
    font-size: 16px;
}

input.subject {
    width: 92.5% !important;
}

textarea {
    width: 92.5%;
    outline: none;
    border: none;
    resize: none;
    height: 100px;
}

input[type='submit'] {
    background: none;
    border: 2px solid #dcdcdc;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 7px 55px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 25px;
}

input[type='submit']:hover {
    color: #000;
    background: #fff;
    border-color: #000;
    transition: all .4s ease-in;
}

/* ==========================
    1.12 Quick link area
=========================== */
.quick-link-area {
    padding: 100px 0 90px;
    background-color: #fff;
}

.company-about-text h6 {
    font-weight: 700 !important;
    font-size: 18px;
}

.quick-link-area h6,
.subscribe-heading {
    margin-bottom: 30px;
    color: #2f2f2f;
    font-weight: 400;
    font-weight: 600 !important;
}

.company-about-text .company-para {
    margin-bottom: 20px;
    color: #646464;
}

.social-media-link a {
    color: #2b2b2b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.social-media-link a:hover {
    border-radius: 24px;
    background-color: #464646;
    color: #fff;
}

.quick-services-link li {
    display: block;
    padding-top: 5px;
}

.quick-services-link li:first-child {
    padding-top: 0;
}

.quick-services-link a {
    color: #4c4c4c;
    display: inline-block;
    font-weight: 400;
    font-size: 15px
}

.quick-services-link a:hover {
    transition: all .3s ease-in;
    color: #000
}

.company-about-text .telephone {
    margin-bottom: 20px;
}

form #email {
    border: 1px solid #000 !important;
    width: 70%;
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 12px 0;
    background: #fff;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 4px;
    padding-left: 10px;
}

button[type='submit'] {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 12px 15px;
    border: none;
    margin-left: -5px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .4s ease-in;
}

button[type='submit']:hover {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    border-color: #000;
    border-radius: 5px;
}

.no-spam-commit {
    margin-top: 20px;
    font-weight: 300;
}

.no-spam-commit p {
    font-size: 14px !important;
}

/* ==========================
    1.13 Footer area
=========================== */
#footer {
    background-color: #191919;
    padding: 25px 0;
}

#footer .footer-text p {
    color: #868686;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
}

/* ==========================
    2 Blog Page
=========================== */
.hero-table-cell.blog h2 {
    font-size: 30px !important;
    color: #fff;
    margin-top: 20px;
    text-transform: capitalize;
    margin-top: 0;
}

.hero-table-cell.blog h2 a {
    color: #848484;
}

.hero-table-cell.blog h2 a:hover {
    text-decoration: underline !important;
    color: #fff !important;
}

/* .hero-table-cell.blog h1 {
    margin: 0;
} */
.schedule {
    display: inline-block;
    margin-left: 15px;
}

.schedule:first-child {
    margin-left: 0;
}

.blog-page-form .text,
.blog-page-form .sub,
.blog-page-form .email,
.blog-page-form .textarea {
    background: transparent !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    margin-bottom: 25px !important;
    color: #fff;
    padding-left: 0;
    font-weight: 600;
}

.blog-page-form .send-data {
    border: 2px solid #dcdcdc !important;
}

.blog-page-form .schedule {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    opacity: .6;
}

.schedule h6 {
    display: inline-block;
    margin-left: 5px;
}

.fa-clock,
.fa-calendar-alt {
    color: #0f0f0f;
}

.blog-post-date {
    padding: 35px 0 30px 0;
}

.blog-photo ul {
    margin: 20px 0 40px 0;
}

.blog-photo ul li {
    margin-left: 5px;
    display: block;
}

.blog-photo ul li:first-child {
    margin-left: 0px
}

.blog-photo ul li a {
    color: #626262;
    text-transform: uppercase;
    padding: 12px;
    background-color: #f2f2f2;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.main-blog-post p {
    margin-bottom: 35px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

.blog-post .read-more-link {
    background-color: #2f2f2f;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    padding: 14px 50px;
    text-transform: capitalize;
    border: 1px solid #2f2f2f;
}

.blog-post .read-more-link:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #525252;
    color: #525252;
    transition: all 0.3s ease-in 0s;
}

.main-blog-post {
    margin-bottom: 80px;
}

ul.pagination li {
    border: none;
    padding: 0 5px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

a.page-link {
    color: #fff;
    background: #272727;
    padding: 10px 17px;
    border: none;
    font-size: 16px;
}

a.page-link:focus {
    box-shadow: none;
}

a.page-link:hover {
    color: #fff;
    background: #757575;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.follow-us-area {
    background-color: #f4f4f4;
    padding: 40px 30px;
}

.social-area {
    margin-bottom: 40px;
}

.social-area h6,
.follow-us-area h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.social ul li {
    display: inline-block;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li a {
    font-size: 16px;
    color: #2b2b2b;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.social ul li a:hover {
    border-radius: 24px;
    background-color: #464646;
    color: #fff;
}

.follow-us-area p {
    color: #5c5f71;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.subscribe-mail {
    width: 100% !important;
    border: none !important;
    background-color: #fff !important;
    margin-bottom: 2px !important;
}

button.subscribe {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}

.short-blog-post {
    margin-bottom: 30px;
}

.short-blog-post:last-child {
    margin-bottom: 0;
}

.single-blog {
    margin: 50px 0 0;
}

/* .single-blog-text {
  padding: 0 15px;
} */
.single-blog-text h6 {
    line-height: 22px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 10px;
}

.single-blog-text h6 a {
    color: #2b2b2b !important;
}

.single-blog-text a:hover {
    text-decoration: underline !important;
}

.single-blog-text p {
    text-align: left;
    padding: 0 10px;
}

/* ==========================
    3 Blog Details page
=========================== */
.blog-details h2 {
    color: #FEFEFE;
    font-family: "Cairo", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-top: 0;
    text-transform: capitalize;
}

.blog-details h3 a {
    color: #848484;
    text-transform: capitalize;
    text-decoration: underline;
}

.blog-details h3 a:hover {
    color: #fff;
    text-decoration: underline !important
}

.blog-details h3 {
    margin-top: 10px;
    text-transform: capitalize;
}

.blog-post-image {
    display: flex;
    margin: 35px 0;
}

.blog-post-image img {
    margin-left: 15px;

}

h1 + h2 {
    margin-top: 20px !important;
}

.blog-post-image img {
    margin-left: 15px;
    width: 233px;
}

.blog-post-image .img-overflow:first-child img {
    margin-left: 0;
}

.main-blog-post-area p {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
}

.main-blog-post-area h4 {
    color: #2b2b2b;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    margin: 40px 0 30px 0;
}

.main-blog-post-area p + p {
    margin: 30px 0 25px 0;
}

.main-blog-post-area ul li {
    color: #4c4c4c;
    font-weight: 300;
    margin-bottom: 20px;
}

.blog-quote {
    padding: 0 50px 40px 130px;
    position: relative;
}

.blog-quote::after {
    color: #2b2b2b;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 40px;
    font-weight: bold;
    left: 60px;
    position: absolute;
    top: 0;
}

.blog-quote + p + h5 {
    margin: 30px 0;
    color: #2b2b2b !important;
}

.blog-quote + p + h5 + p {
    margin-bottom: 50px;
}

.post-prev p,
.post-next p {
    color: #5c5f71;
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 37px;
}

.post-prev h5,
.post-next h5 {
    color: #2b2b2b !important;
}

.social-media-link .unorder-list li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0;
    margin-right: 15px;
}

.social-media-link > ul {
    margin-bottom: 25px;
}

.social-media-link .unorder-list li:last-child {
    margin-right: 0;
    text-transform: lowercase;
    color: #2b2b2b;
}

.social-media-link .unorder-list li a {
    display: block;
    color: #000;
}

.social-media-link .unorder-list li a:hover {
    color: #fff;
}

.social-media-link + ul {
    margin: 15px 0 50px 0;
}

.social-media-link + ul li {
    margin-left: 5px;
    display: block;
}

.social-media-link + ul li:first-child {
    margin-left: 0px;
}

.social-media-link + ul li a {
    color: #626262;
    text-transform: uppercase;
    padding: 12px;
    background-color: #f2f2f2;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.related-post-content h5 {
    color: #2b2b2b;
    margin-bottom: 25px;
}

.single-relatd-post {
    margin-left: 30px;
}

.single-relatd-post:first-child {
    margin-left: 0;
}

.related-post-content {
    margin-top: 70px;
}


.single-relatd-post .img-overflow {
    position: relative;
}

.post-card h6 {
    color: #fff;
    padding: 6px 15px;
    background-color: black;
    color: white !important;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}

.single-relatd-post h6 {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 700;
}

.single-relatd-post p {
    color: #5c5f71;
    font-weight: 300;
    margin-top: 10px;
}

.post-reply h6 {
    font-size: 22px;
    margin-bottom: 25px;
}

.single-relatd-post span {
    margin: 0 5px;
}

.img-overflow + h6 {

    margin-top: 35px;
}

.post-reply h4 {
    color: #2b2b2b;
    margin-bottom: 30px;
    margin-top: 70px;
}

input[name='name'],
input[name='website'],
input[name='email'],
textarea[name='message'] {
    background-color: #fff !important;
    margin-bottom: 15px !important;
}

textarea[name='message'] {
    height: 160px;
}

input[type='checkbox'] {
    margin-right: 15px;
}

label {
    color: #5c5f71;

}

.blog-details-post-date {
    padding: 25px 0 30px 0;
}

#submit {
    background-color: #2f2f2f;
    border: 1px solid #2f2f2f;
    color: #ffffff;
    display: inline-block;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-left: 0;
    margin-top: 35px;
    padding: 10px 50px;
    text-transform: capitalize;
}

#submit:hover {
    background: none;
    border: 1px solid #2f2f2f;
    color: #2f2f2f;

}

.blog-details-post.section-padding {
    padding-bottom: 0;
}
