/*
Theme Name: kalpataru
Author: Creative Bee Studio
Author URI: https://creativebeestudio.com
Version: 1.0
 */

.logo{
	padding:5px 0px;
}

.moto p{
	color:#fff !important;
}

input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-radius: 50px;
    padding: 5px;
    border: 2px solid #ff00a5;
}

textarea.wpcf7-form-control.wpcf7-textarea {
      width: 100%;
    border-radius: 50px;
    padding: 15px;
    border: 2px solid #ff00a5 !important;
}

select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    border-radius: 50px;
    padding: 5px;
    border: 2px solid #ff00a5;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: orange;
    color: #ffff;
    padding: 10px 30px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
}

.prelink a{
	color:#fff!important;
	text-decoration:none;
	padding-right:50px;
}



.prelink a:hover{
	color:#e47b9b !important;
}
.title p {
    font-size: 20px;
    letter-spacing: 3px;
    color: #fbba0a!important;
    text-align: center !important;
    text-transform: uppercase;
    margin-bottom: 0;
}
.title h2 {
    font-size: 48px;
    color: #503a17!important;
    margin: 0;
    font-weight: bold;
}
.title:after {
    background: #fbba0a!important;
    content: "";
    width: 56px;
    height: 2px;
    position: absolute;
    bottom: -18px;
    left: 0;
}
.contact_form {
    background: #fbba0a!important;
    padding: 40px;
}
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    border-radius: 50px;
    padding: 5px;
    border: 2px solid #ffffff!important;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #593616!important;
    color: #ffff;
    padding: 10px 30px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
}

.title1 h2 {
    font-size: 48px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}
.footer-links li a:hover {
    color: #5e3712!important;
}
.prelink a:hover {
    color: #5e3712 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fbba0a!important;
}
.credits a:hover {
    color: #5e3712!important;
}

.submenu > li:hover > a {
    background: #5e3712!important;
    color: #fff !important;
}