.large {
    font-size: 18px;
    line-height: 32px;
}
.team-area .fas {
	color: #c63563;
	font-size: 60px;
	padding: 20px;
	background: #c6356359;
	border-radius: 50%;
}
.pink {
    color: #c63563;
}
.list-type-02 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-type-02 li i {
   
    color: #00c99c;
}
.brand-area.style2 h4 {
    padding-bottom: 20px;
}
.btn-pink {
	background: #c63563;
    color: white !important;
    border: none;
}
.btn-pink:hover {
    opacity: 0.95;
    transition: 0.4s;
}



.contact{
    padding: 4%;
    height: 400px;
}
.col-md-3{
    background: #ff9b00;
    padding: 4%;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.contact-info{
    margin-top:10%;
}
.contact-info img{
    margin-bottom: 15%;
}
.contact-info h2{
    margin-bottom: 10%;
}
.col-md-9{
    background: #fff;
    padding: 3%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
.contact-form label{
    font-weight:600;
}
.contact-form button{
    background: #25274d;
    color: #fff;
    font-weight: 600;
    width: 25%;
}
.contact-form button:focus{
    box-shadow:none;
}
.double li {
    float: left;
    width: 50%;
}
.card .fas {
    font-size: 40px;
    color: #c63563;
}
.card .fab {
    font-size: 40px;
    color: #c63563;
}
.card {
    background-color: transparent !important;
}
.card .card-title {
    font-weight: 600 !important;
    color: rgb(65, 65, 65);
}
.why-choose {
	background: rgb(55, 55, 55);
}
.img-holder .text-2 {
	position: absolute;
	top: 110px;
    left: 160px;
    display: none;
}
/* .inner .text-2 h4 {
    color: white;
} */
.img-holder:hover .text-2 {
	position: absolute;
	top: 110px;
    left: 160px;
    display: inline;
}
.img-holder:hover .text-2 h4{
	color: white;
}
.working-area .margin {
    margin-top: 30px;
}
.team-area .progress {
    background-color: #dddcdc !important;
}
.team-area .progress-bar {
    background-color: #c63563 !important;
    font-weight: bold;
}
.overlay-content .toltip-content p {
	padding: 1.2rem !important;
	font-weight: bold;
}
.breadcrumb-area .inner-content-box .title-s2 h3 {
	color: rgb(255, 255, 255);
	font-size: 25px;
}
.r-90 {
    transform: rotate(90deg);
}
.r-180 {
    transform: rotate(180deg);
}
.r-270 {
    transform: rotate(270deg);
}