/*ABOUT*/

.img-style-001 img {
    border-radius: 30px !important;
}


.about-vision-box-001 {
    background: rgb(255 241 207) !important;
    padding:30px;
    border-radius:30px 0 0px 30px;
    margin-right:-1px;
    transition:0.5s;
}

.about-vision-box-001 .sppb-feature-box-title {
    font-weight: 800 !important;
}


.about-vision-box-001 p{
    margin-bottom:0 !important;
    color:rgb(51 51 51 / 60%);
    transition:0.5s;
}

.about-vision-box-002 {
    border-radius:0px 30px 30px 0px !important;
    margin-left:-1px;
    margin-right:0px;
}

.about-vision-box-001:hover{
    background: rgb(253 203 74) !important;
}

.about-vision-box-001:hover p{
    margin-bottom:0;
    color:rgb(51 51 51);
}

.about-company-001 img{
    height:auto;
    width:auto;
}

.feature-box-001 .sppb-feature-box-title {
    font-weight: 800 !important;
    font-size:18px !important;
}

.feature-box-001 p {
    font-size: 16px;
}

.feature-box-002 p {
    margin: 0;
}

.cta-bg .sppb-addon-title {
    letter-spacing: 0 !important;
    font-weight: 800;
}

.cta-bg {
    min-height: 500px !important;
    background-position: center bottom !important;
}

@media (max-width:1200px){
    .cta-bg {
        min-height: 400px !important;
    }
}

@media (max-width:991px){
    .cta-bg {
        min-height: 300px !important;
    }
}

@media (max-width:767px){
    .cta-bg {
        min-height: 400px !important;
        background-position:0% 50% !important;
        posiition:relative !important;
    }
    .cta-bg:before{
        content:'';
        background-image:linear-gradient(90deg, #fdcb4aab, #fdcb4a00);
        height:100%;
        width: 100%;
        position:absolute !important;
        top: 0;
        left: 0;
    }
}


/*about-company*/
div#column-wrap-id-0054aee0-b8c2-4cf8-b270-71fd35d25d5a {
    padding: 0px !important;
  
}
div#column-wrap-id-0054aee0-b8c2-4cf8-b270-71fd35d25d5a p{
   margin-bottom: 0px;
}

@media (max-width: 768px) {
    .about-vision-box-001 {
        border-radius:30px 30px 30px 30px !important;
        background: rgb(255 241 207) !important;
    }
    .about-vision-box-002{
        margin-top:30px !important;
      	padding-bottom:0px;
    }
    .about-vision-box-001:hover p{
    margin-bottom:0;
    color:rgb(51 51 51);
	}
    .feature-box-001 img{
        height: auto;
    }
  	div#sppb-addon-1641781002661 {
    margin-bottom: 15px;
 }
	div#sppb-addon-1641781002675 {
    margin-top: 20px;
	}
}

/* FAQ */
.faq-001 .sppb-panel-modern{
    border-radius:30px;
    transition:0.2s;
    border: 1px solid rgb(253 203 74 / 70%);
}

.faq-001 .sppb-panel-heading{
    background:rgb(253 203 74 / 20%);
    transition:0.5s;
    border-radius:30px;
    padding:20px 30px;
}

.faq-001 .sppb-panel-heading.active{
    background:rgb(253 203 74 / 100%);
    border-radius:30px 30px 0 0;
}

.faq-001 .sppb-panel-heading .sppb-panel-title{
    font-size:20px;
    color:rgb(51 51 51 / 50%);
    font-weight:800;
    transition:0.5s;
}

.faq-001 .sppb-panel-heading.active .sppb-panel-title{
    color:rgb(51 51 51 / 100%);
}

.step-001 {
    margin-bottom: 15px;
}

@media (max-width:767px){
    .faq-001 .sppb-panel-heading .sppb-panel-title{
        font-size:16px;
    }
    .faq-001 .sppb-panel-heading{
        padding:15px;
    }
}



/* Testimonial */
.testimonial-box-001 {
    padding: 30px 15px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%) !important;
    border-radius: 30px;
  	margin-bottom:30px;
    transition:0.5s;
}

.testimonial-box-001:hover{
    box-shadow: 1px 1px 10px rgb(0 0 0 / 40%) !important;
    scale:1.01;
}

.testimonial-box-001 img {
    border-radius:30px !important;
}

.testimonial-box-001 .testimonial-header .sppb-addon-title {
    font-weight: 800 !important;
}

.testimonial-box-001 p {
    margin-bottom: 0;
}


/* Contact */
.contact-info-001 {
    display: flex;
    height: fit-content;
    background: #fdcb4a;
    padding: 30px 30px 0 30px !important;
    border-radius: 30px !important;
}

.contact-info-001 .sppb-icon span, .contact-info-001 .sppb-icon span i{
    color:#333;
}

.contact-info-001 .sppb-feature-box-title{
    font-weight:800;
    color:#333;
}

.contact-form-001 .sppb-addon-title{
    color:#333;
    font-weight:800;
    margin-bottom:30px !important;
}


button#bfSubmitButton {
    background: #aa212b !important;
    border-radius: 30px;
  	font-weight: 800;
}

button#bfSubmitButton:hover, button#bfSubmitButton:focus {
    background: #000 !important;
    color: #fff;
    scale:1.05;
}

@media (max-width:767px){
    .contact-info-001 {
        padding: 30px 30px 0 30px !important;
    }
    
}

@media (max-width:525px){
    .contact-info-001 {
        padding: 30px 30px 0 30px !important;
    }
    .contact-form-001 .form-control {
        width:100%;
        max-width:100%;
        min-width:100%;
    }
}


/*Testimonial*/
.testimonial-header h5{
    margin:0px;
}

/*Payment Notification*/
.logo-payment img{
    height:128px;
}



/*Checkout-Social-Button*/
.view-login .akeeba-sociallogin-link-button-facebook, .akeeba-sociallogin-link-button-google{
    background:transparent !important;
    background-color: transparent !important;
    border:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
    font-size:0;
}
.btn-dark.akeeba-sociallogin-link-button-j4.akeeba-sociallogin-link-button-j4-google.akeeba-sociallogin-link-button-google{
    background-color:transparent !important;
}
.view-login .akeeba-sociallogin-link-button-facebook svg, .akeeba-sociallogin-link-button-google svg{
    height:32px;
}

.view-login .social-login-group {
    display: flex;
    row-gap: 15px !important;
    align-items: center;
    justify-content: center;
}

.view-login .akeeba-sociallogin-link-button-facebook{
    align-items:end;
}

.view-login .list-group-item{
    border:none;
    text-align:center;
    font-size:14px;
}

.view-checkout .akeeba-sociallogin-link-button-facebook, .view-checkout .akeeba-sociallogin-link-button-google{
    background:transparent !important;
    border:none;
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.view-checkout .akeeba-sociallogin-link-button-facebook svg, .view-checkout .akeeba-sociallogin-link-button-google svg{
    height: 28px;
}

.view-checkout .social-login-group {
    display: flex;
    row-gap: 15px !important;
    justify-content: start;
}

.view-checkout .akeeba-sociallogin-link-button-facebook{
    padding-left:0;
}

.view-checkout .akeeba-sociallogin-link-button-google{
    padding-left:0
}