/**
* Theme Name: Fastrans Child
* Description: This is a child theme of Fastrans, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themexriver">Themexriver</a>
* Template: fastrans
* Version: 1.4
*/
@media only screen and (min-width: 992px) {
.home_about_section .ft-about-exp-area {
    top: 15%;
    right: 0px;
    transform: translateY(-50%);
}
.ft-about-exp-area.headline.pera-content.position-absolute h3 span, .ft-about-exp-area.headline.pera-content.position-absolute h3 b {
    font-size: 36px !important;
}
.home_about_section  .ft-about-img-exp.position-relative {
    height: 100%;
}
.home_about_section .ft-about-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
}
@media only screen and (max-width: 767px) {
    .home_about_section 
.ft-about-exp-area.headline.pera-content.position-absolute h3 span, .ft-about-exp-area.headline.pera-content.position-absolute h3 b {
    font-size: 28px;
}
   .home_about_section .ft-about-exp-area {
    top: -40px;
    
}
.home_about_section .ft-about-exp-area .ft-about-exp-img{
    max-width:250px;    
}
.home_about_section  .ft-about-exp-area .ft-about-exp-text p{
    font-size:14px;
}
.home_about_section  .ft-about-exp-area .ft-about-exp-text {
    top: 40px;
    left: 50px;
    max-width: 185px;
}
}
.cus_mailchimp_form .input input {
    width: 100%;
    height: 50px;
    border: none;
    padding-left: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #fff;
    border:1px solid #cccccc;
}
.cus_mailchimp_form .submit input {
    color: #fff;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    font-family: "Poppins";
    background-color: #ea1e00;
}