/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.change-logo {
}

.container-contact-info {
    float: left;
    width: 100%;
    padding: 0px;
}

    .container-contact-info i {
        border: solid 1px #dadee4;
        color: #FFF;
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        -webkit-backface-visibility: hidden;
    }

    .container-contact-info li {
        list-style: none;
        margin-bottom: 10px;
        border-bottom: solid 0px #ddd;
        padding: 6px 0px;
    }

.ct-icon-container {
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.contact-info {
    display: inline-block;
    margin-left: 10px;
    line-height: 1.4;
}

.contact-title, .contact-text {
    display: block;
}

.contact-title {
    font-weight: bold;
}


.mb40 {
    margin-bottom: 40px;
}

.btn-read-more {
    border: solid 1px #666;
    font-size: 13px;
    background-color: #666;
    border-radius: 3px;
    color: #fff !important;
    padding: 8px 10px;
}

    .btn-read-more:hover {
        background-color: #000;
        border: solid 1px #000;
        color: #fff !important;
    }


.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .5s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.3);
    }

.special-title {
    font-size: 18px;
}

.entry-meta.concept i {
    color: #666;
}

.services-container {
    padding: 20px !important;
}

.fancy-title-sm-margin {
    margin-bottom: 1rem !important;
}

.req-field {
    color: #FF0000;
    text-transform: lowercase;
}

.man-alert {
    border-color: #FF0000 !important;
}

.color-dark {
    color: #000 !important;
}

.sub-header {
    font-size:18px;
    padding-bottom:15px;
    border-bottom:solid 1px #cecece;
}
.scontent {
    width: 100%;
}

    .scontent .scontent-head {
        width: 100%;
        font-weight:600;
        margin-bottom:5px;
    }

    .scontent .scontent-body {
        width: 100%;
        margin-bottom: 25px;
    }

.entry-content p {
    text-align:justify!important;
}