.main-bg{
	background-color: #ffffffbd;
}
.mb-90{
	margin-bottom: 90px;
}
.ttm-icon img{
	width: 50px;
}
.ttm-list li p {
    margin: 0px !important;
    line-height: 20px;
    padding-bottom: 3px;
}
.project-padding{
	padding: 100px 0px 50px 0px;
}
.bg-lightgray {
	background-color: #232323c2 !important;
}
.footer-side h4 {
    color: #cf4ded !important;
    font-family: serif;
    font-size: 20px;
}
.new-btn{
	color: #fff !important;
}
.new-btn:hover{
	color: #d24ef1 !important;
}
.serv-icon img{
	background-color: #fff;
	padding: 6px;
	border-radius: 8px;
}
.btn-whatsapp-pulse {
    background: #ffffff;
    color: white;
    position: fixed;
    bottom: 100px;
    right: 30px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 129px;
    height: 44px;
    z-index:9;
    padding: 0px;
    text-decoration: none;
    border-radius: 4%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
.btn-whatsapp-pulse img{
	width: 130px;
}

@keyframes pulse {
	0% {
    box-shadow: 0 0 0 0 rgb(175 198 237 / 64%);
}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
.submit-btn{
    color: #232323 !important;
    border-color: #232323 !important;
    background-color: transparent !important;
}
.submit-btn:hover{
   color: #fff !important;
    border-color: #ddd !important;
    background-color: #8e30a4 !important;
}



@media (max-width: 767px) {

.desk-display{
	display: none !important;
}
.ttm-list.ttm-list-style-icon .ttm-list-li-content {
 padding-top: 0px !important;
}
.ttm-list.ttm-list-style-icon li i {
	    top: auto !important;
}
.md-pt-10{
	padding-top: 10px !important;
	}
	.md-pb-10{
	padding-bottom: 10px !important;
	}

.row-title .section-title h2.title {
    font-size: 23px !important;
    line-height: 40px !important;
}
.md-mb-30 {
    margin-bottom: 30px !important;
}
.project-padding {
    padding: 70px 0px 30px 0px !important;
}
.btn-whatsapp-pulse {
    background: #ffffff;
    color: white;
    position: fixed;
    bottom: 87px;
    right: 39px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 129px;
    height: 44px;
}
.ttm-fid.inside.style2 h4, .ttm-fid.inside.style2 h4 span {
    font-size: 50px !important;
}

}


@media (min-width: 767px) {

.mob-display{
	display: none !important;
}


}