/* 
Theme Name: Jayambeengineering
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.service-subcontainer {
    width: 33.33%;
    padding: 30px 15px;
}

.service-container {
    display: flex;
    flex-wrap: wrap;
}

.service-title{
    margin-bottom: 15px;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: var( --e-global-typography-secondary-font-size );
    font-weight: var( --e-global-typography-secondary-font-weight );
    color: #565656;
    padding-bottom: 5px;
}

.service-image img{
    border-radius: 5px;
    transition-duration: 0.3s;
}

.service-content{
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-size: var(--e-global-typography-text-font-size );
    font-weight: var(--e-global-typography-text-font-weight );
    text-align: justify;
   
}

.service-readmore a{
    border: 2px solid #fff;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    background-color: var(--e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary );
    border-radius: 5px;
    padding: 9px 35px 9px 35px;
    text-decoration: auto;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
   
}



.single-service-container {
    padding: 70px 50px 70px 50px;
}

.service-subcontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.single-service-container {
    display: flex;
}
.single-service-container .service-image {
    width: 40%;
}
.single-service-container .service-details {
    width: 60%;
}

.single-service-container .service-content, .single-service-container .service-title {
    padding-left: 25px;
}


.jae-testimonial button.slick-next.slick-arrow::before,.jae-testimonial button.slick-prev.slick-arrow::before {
    width: 59px;
	padding: 0;
    content: "";
    background: url(https://jaeinvestment.com/wp-content/uploads/2023/03/right-errow.jpg);
    height: 59px;
    display: block;
    background-repeat: no-repeat;
}
.jae-testimonial .slick-prev,.jae-testimonial .slick-next {
    height: 59px;
    width: 59px;
}
.jae-testimonial-content {
    max-width: 1050px;
    margin: 0 auto;
}
.jae-testimonial-description{
    text-align: justify;
	line-height: 1.6;
	color: #565656;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
    font-weight: var( --e-global-typography-text-font-weight );
    text-decoration: var( --e-global-typography-text-text-decoration );

}
.slick-lightbox button.slick-next.slick-arrow::before,.slick-lightbox button.slick-prev.slick-arrow::before {
    content: "";
    background: url(https://jaeinvestment.com/wp-content/uploads/2023/02/right-icon.png);
    background-repeat: no-repeat;
	width: 18px;
    height: 31px;
	display: block;
}
.slick-lightbox button.slick-prev.slick-arrow::before,.jae-testimonial button.slick-prev.slick-arrow::before  {
	transform: rotate(180deg);
}
.jae-testimonial-image img {
    margin: 0 auto;
}
.jae-testimonial-image {
    margin-top: 40px;
}
.jae-testimonial-title {
    margin-top: 40px;
    font-weight: 600;
}
.slick-lightbox .slick-lightbox-close:before {
    font-size: 40px;
    color: #fff;
    background: transparent;
    padding: 0;
}


.jae-testimonial .slick-next {
    right: -10px;
}
.jae-testimonial .slick-prev {
    left: -10px;}
.services-detailsh .custom-service-image {
    text-align: center;
    margin: 30px 0;
}


.portfolio-subcontainer {
    width: 25%;
    padding: 20px 15px;
}

.portfolio-container {
    display: flex;
    flex-wrap: wrap;
}

.portfolio-title{
    margin-bottom: 16px;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: 18px;
    font-weight: var( --e-global-typography-secondary-font-weight );
    color: #565656;
    padding-bottom: 10px;
    padding-top: 10px;
}

.portfolio-image img{
    border-radius: 5px;
    transition-duration: 0.3s;
}

.portfolio-content{
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-size: var(--e-global-typography-text-font-size );
    font-weight: var(--e-global-typography-text-font-weight );
    text-align: justify;
	text-align: center;
   
}

.portfolio-readmore a{
    border: 2px solid #fff;
    color: #fff;
    font-size: var(--e-global-typography-text-font-size );
    margin-top: 50px;
    font-family: 'AcuminProCondSemibold',Helvetica,Arial,Lucida,sans-serif;
    display: inline-block;
    background-color: var(--e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary );
    border-radius: 5px;
    padding: 9px 35px 9px 35px;
    text-decoration: auto;
}




.portfolio-subcontainer {
   
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
  
}

.single-portfolio-container {
    display: flex;
}
.single-portfolio-container .portfolio-image {
    width: 30%;
}
.single-portfolio-container .portfolio-details {
    width: 70%;
}

.single-portfolio-container .portfolio-content, .single-portfolio-container .portfolio-title {
    padding-left: 25px;
}
.portfolio-pagination {
    text-align: center;
    margin-bottom: 16px;
    font-family: var( --e-global-typography-secondary-font-family ), Sans-serif;
    font-size: 18px;
    font-weight: var( --e-global-typography-secondary-font-weight );
    color: var(--e-global-color-primary );
    padding-bottom: 10px;
    padding-top: 10px;
}



.portfolio-paginatio .next, .portfolio-paginatio .prev, a.page-numbers{
    color: black;
}

.portfolio-paginatio .page-numbers.current{
    color: #000000;
}

button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style.wpf_has_custom_css {
    border: 2px solid #fff;
    color: #fff;
    margin-top: 50px;
    display: inline-block;
   
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-primary );
    border-radius: 5px;
    padding: 9px 35px 9px 35px;
    text-decoration: auto;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.elementor-21 .elementor-element.elementor-element-1d57d96 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    background-color: #049FE4 !important;
    color: #ffffff !important;
}

#ff_3_names_first_name_::placeholder {
     
  color:#e59544;/* change to whatever color you want */
}

.fluentform .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #e59544;
    border-radius: .25rem;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    font-family: 'Open Sans';
}


.portfolio-subcontainer {
    text-align: center;
}
.slick-prev:before, .slick-next:before {
    font-family: slick;
    font-size: 30px;
    line-height: 0;
    opacity: .75;
    color: #871c1c;
    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;
}
.jae-testimonial-company {
    text-align: center;
    padding-top: 15px;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
}
div#fluentform_3_success, .ff-errors-in-stack {
    font-size: 18px;
    font-family: sans-serif;
    color: #871c1c;
}

.ff-message-success {
    border: 1px solid #871c1c;
  
}

.jab-phone, .jab-email {
	color: #565656;
}

.jab-phone:hover, .jab-email:hover {
	color: #565656;
}

.service-title {
  text-transform: uppercase;
	color:#CC8E32;
}

.portfolio-title {
	color: #CC8E32;
}

.page-numbers {
	color: #CC8E32 !important;
}


.elementor-21 .elementor-element.elementor-element-1d57d96 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
    background-color: #e59544 !important;
    color: #ffffff !important;
}
@media screen and (max-width: 767px) {
    .service-subcontainer {
        width: 100%;
    }
    .single-service-container {
        padding: 75px 25px 75px 25px;
    }
    .service-title {
       
        text-align: left;
    }
    .service-content {
        text-align: justify;
    }
	.single-service-container {
    display: block;
	}
	.single-service-container .service-image {
    width: 100%;
	}
	.single-service-container .service-details {
    width: 100%;
	}
	.single-service-container {
    text-align: center;
	}

.jae-testimonial button.slick-next.slick-arrow::before, .jae-testimonial button.slick-prev.slick-arrow::before {
    background-size: 35px;
	height: 35px;
    width: 35px;}
.jae-testimonial .slick-next {
    width: 35px;}

    .portfolio-subcontainer {
        width: 100%;
        padding: 20px 15px;
    }

    .single-service-container .service-content, .single-service-container .service-title {
        padding-left: 0px;
    }
}