/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
* {
	transition: none;
}
.list_1 h3 {
    color: #8F44AD;
    font-size: 27px;
    margin: 50px 0 20px 0;
}

.column_grid p {
    font-size: 14.5px;
    line-height: 28px;
    color: #A2A1A2;
    font-weight: 300;
    margin: 0px 0 20px;
}

.copycode {
    background: #f3f3f3;
}

h4.stitle {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-btn-look button.btn {
    background: #F87B9D;
    padding: 11px 30px;
    border-radius: 0px;
    text-transform: capitalize;
    font-size: 15px;
    color: #fff;
    border: none;
    margin-top: 2rem;
    outline: none;
}

.modal-btn-look button.btn:focus {
    outline: none;
}

.carousel-caption p {
    color: #d0d0d0;
    font-size: 14px;
    line-height: 22.2px;
}
