.image-copy-text {
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-weight: 500;
    width: 350px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
}
@media(max-width: 639px) {
    .image-copy-text {
        bottom: 10px;
        left: 10px;
        font-weight: normal;
        width: 280px;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 18px;
    }
}

// Common CSS

.et-head3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #1D2547;
    margin-bottom: 0.5rem;
}

.et-featurepad {
    padding-bottom: 0 !important;
}

.et-mbpad {
    padding-bottom: 0;
}
@media(max-width: 767px) {
    .et-mbpad {
        padding-bottom: 75px !important;
    }
}

.et-hwmargin {
    margin-top: 50px;
}

.et-doc {
    display: block;   
    padding: 100px 0;
    background-color: #404dff;
}
.et-docinner {
    display: block;
}
.et-doc .et-docinner .text-block {
    text-align: center;
}
.et-doc .section-tittle h2 {
    color: #fff;
}
.et-doc .section-tittle p {
    color: #fff;
}
.et-doc .item .single-services {
    padding: 40px 30px;
    background: #fff;
    text-align: center;
    transition: 400ms;
    border-radius: 4px;
    box-shadow: 0 13px 20px 0 rgba(0,0,0,.13);
}
.et-doc .item h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    color: #1D2547 !important;
    margin-top: 25px;
    margin-bottom: 15px;
}

.et-demosec {
    padding-top: 120px !important;
}
.et-demosec.our-services .services-ion {
    width: auto;
    height: auto;
    background: #fff;
    border-radius: 0;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    line-height: normal;
    text-align: center;
    box-shadow: none;
}
.et-demosec.our-services .services-ion a {
    display: block;
}
.et-demosec.our-services .services-ion img {
    display: block;
    width: 100%;
}
.et-demosec.our-services .single-services{
    padding: 0;
    font-size: 0;
}
.et-demosec.our-services .services-cap {
    padding: 15px;
    border-top: 1px solid #EFEFEF;
    background-color: #f2f6f9;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.et-demosec.our-services .services-cap p{
    display: inline-block;
}
.et-demosec.our-services .services-cap a {
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    float: right;
    color: #fff;
    background-color: #404dff;
    border-radius: 15px;
    padding: 0 15px;
}

.testimonial-area .testimonial-wrapper.pt-135 {
    padding-top: 65px !important;
}

.et-headfot {
    background: #f2f6f9;
}
.et-headfot .et-headft a {
    box-shadow: 0 13px 20px 0 rgba(0,0,0,.13);
    display: block;
}
.et-headfot .et-headft a img {
    display: block;
}
.et-headfot .et-headft p {
    text-align: center;
    margin: 15px 0 35px 0;
    font-size: 18px;
    font-weight: 600;
}
.et-ftrtpmrgn {
    margin-top: 70px;
}

.section-tittle h2 > span {
    font-size: 28px;
    opacity: 0.9;
}








