/*
 Theme Name:   Divi Child Theme
 Description:  Divi Child is child theme of Divi
 Author:       Divi
 Template:     Divi
 Version:      1.0.0
*/

/*######### custom css #########*/
body{
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.1em;
}
h1{
    font-weight: 700;
}
h2{
    font-weight: 600;
}
h3,h4,h5,h6{
    font-weight: 500;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px!important;
}
h4{
    font-size: 18px!important;
}
a{
    transition: all .4s ease-in-out;
    color: #f01624;
}
a:hover{
    color: #000000;
}
.tagline-red{
    color: #f01624!important;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.tagline-white{
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.home-banner h1{
    font-size: 60px;
    margin-bottom: 20px;
}
.home-banner p{
    font-size: 17px;
    color: rgb(0 0 0 / 90%);
}
.et_pb_fullscreen .et_pb_fullwidth_header_container{
    max-width: 1080px;
}
.red-text{
    color: #f01624;
}
/*--------navbar--------*/
#top-header .container{
    padding: 15px 0px;
}
#top-header #et-info{
    padding: 0;
}
#et-top-navigation {
    font-weight: 400;
}
#top-header a {
    color: rgb(255 255 255 / 60%);
}
#top-header a:hover, #et-info-email:hover{
    opacity: 1;
    color: #ffffff;
}
#et-info-email:before,#et-info-phone:before{
    color: #f01624;
    top: 1px;
}
#top-menu a:hover{
    color: #ef1725;
    opacity: 1!important;
}
.et_mobile_menu{
    border-top: 3px solid #f01624;
}
.mobile_menu_bar:before,.et_mobile_menu li a{
    color: #000000!important;
}
/*--------/navbar--------*/
/*---------button---------*/
.et_button_no_icon .et_pb_button,.wpcf7-submit{
    background: #ef1725;
    border: 0!important;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 30px!important;
    min-width: 160px;
    text-align: center;
    border-radius: 50px!important;
    cursor: pointer;
    transition: all .4s ease-in-out;
}
.home-banner .et_pb_button{
    background: #ffffff;
    color: #ef1725;
    box-shadow: 5px 5px 15px 2px rgb(244 13 28 / 15%);
}
.et_button_no_icon .et_pb_button:hover, .wpcf7-submit:hover{
    background: #000000;
    padding: 15px 30px!important;
}
/*---------/button---------*/
.special-blurb .et_pb_module_header,.single-blurb .et_pb_module_header{
    color: #232744;
    font-size: 16px!important;
}
.special-blurb .et_pb_blurb_description, .single-blurb .et_pb_blurb_description{
    color: #7a858f;
    font-size: 13px;
    margin-top: 10px;
}
.special-blurb .et_pb_main_blurb_image img{
    width: 70px;
}
.experience{
    border: 2px solid #ef1725;
    padding: 13px!important;
    line-height: 1em;
    color: #000;
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    text-transform: capitalize;
}
.et_pb_counter_title{
    color: #000000!important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.et_pb_counters .et_pb_counter_container,.et_pb_counter_amount{
    border-radius: 10px;
}
.et_pb_counter_0{
    margin-bottom: 20px;
}
.blurb-div .et_pb_blurb_description{
    color: rgb(255 255 255 / 80%);
}
.blurb-div .et_pb_main_blurb_image img{
    width: 100px;
}
.cust-counter .cust-counter-img,.cust-counter .cust-counter-number{
    float: left;
    margin-bottom: 0!important;
}
.cust-counter .cust-counter-text{
    clear: both;
}
.cust-counter-img img{
    width: 60px!important;
    margin-bottom: 20px;
    margin-right: 10px;
}
.cust-counter .et_pb_number_counter .percent{
    height: 60px;
}
.cust-counter .et_pb_number_counter .percent p{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.cust-counter-text{
    font-size: 18px;
    font-weight: 500;
}
.cust-divider{
    background: #000;
    height: 6px;
    width: 60px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 20px;
}
.flex-content{
    display: flex;
    align-items: center;
    color: #000;
    margin: 20px 0px;
}
.flex-content i{
    margin-right: 10px;
    font-size: 18px;
    color: #7a858f;
}
.flex-content p{
    line-height: 1em;
}
.contact-info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-info:last-child{
    margin-bottom: 0;
}
.contact-info .icon{
     padding: 0;
}
.contact-info i{
    color: #f01624;
    border: 2px solid #f01624;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 25px;
    margin-right: 20px;
}
.contact-title span{
    display: block;
}
.contact-title .title{
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
}
/*--------contact form-------*/
.wpcf7-form-control-wrap input[type=text],.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap input[type=number], .wpcf7-form-control-wrap input[type=date],
.wpcf7-form-control-wrap textarea, .wpcf7-form-control-wrap .wpcf7-select,
.wpcf7-form-control-wrap input[type=file]{
    background-color: #ffffff!important;
    border: 1px solid #bebebe!important;
    color: #717171!important;
    font-weight: 400;
    font-size: 14px;
    width: 100%!important;
    padding: 10px!important;
    border-radius: 5px!important;
    margin-bottom: 15px;
    height: 43px;
}
.wpcf7-form-control-wrap textarea{
    height: auto;
    margin-bottom: 15px!important;
}
.wpcf7 input[type=number]::-webkit-inner-spin-button, 
.wpcf7 input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.wpcf7 input[type=number], .wpforms-field-number input[type=number]{
    -moz-appearance:textfield;
}
.submit-btn {
    clear: both;
    padding-top: 10px;
}
/*.wpcf7 .ajax-loader{
    display: none;
}*/
.wpcf7-form label{
    font-weight: 400;
    font-size: 14px;
}
.wpcf7-list-item {
    margin: 0 1em 0 0;
}
.multiple-checkbox{
    margin-bottom: 20px;
}
/*--------/contact form-------*/
/*####### contact form error message style #######*/
.contact-from span.wpcf7-not-valid-tip{
    bottom: 0;
}
span.wpcf7-not-valid-tip{
    color: #e44949!important;
    font-size: 14px!important;
    position: relative;
    bottom: 10px;
    display: inline-block;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-spam-blocked,
div.wpcf7-response-output{
    border: 1px solid #d6a6a7!important;
    background: #ffe9e9!important;
    color: #b74e4e!important;
    border-radius: 5px!important;
    font-size: 14px;
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 10px!important;
    font-weight: 400;
    margin-top: 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
    border: 1px solid #a4b49b!important;
    background: #d6f0c8!important;
    color: #557d3f!important;
    border-radius: 5px!important;
    font-size: 14px;
    padding: 10px!important;
    font-weight: 400;
    margin-top: 10px;
}
/*####### contact form error message style end #######*/
.external-bullet {
    list-style: none!important;
    padding-left: 0px!important;
    padding-bottom: 0!important;
    display: inline-block;
    text-align: left;
}
.external-bullet li {
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-left: 25px;
}
.external-bullet li:before {
    margin-right: 0px;
    margin-left: -25px;
    position: relative;
    top: 2px;
    display: inline-block;
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 14px;
    width: 25px;
    color: #f01624;
}
.footer-section a{
    color: #7a7a7a;
}
.footer-section a:hover{
    color: #ffffff;
}
.footer-section .flex-content{
    color: #7a7a7a;
    margin-top: 0;
}
.footer-section .flex-content p{
    padding-bottom: 0;
    line-height: 1.5;
}
.footer-section .flex-content i{
    color: #f01624;
    font-size: 14px;
}
.align-baseline{
    align-items: baseline;
}
.et_pb_blurb_content{
    max-width: 100%;
}
/*---------media query------*/
@media(min-width: 1105px){
    .home-banner .header-content{
        width: 50%;
    }
}
@media(min-width: 768px){
    .contact-form-left{
        width: 49%;
        float: left;
        margin-right: 2%;
    }
      .contact-form-right{
        width: 49%;
        float: left;
    }
      .contact-form-clearfix{
        display: block;
    }
}
@media(max-width: 767px){
    h1{
        font-size: 35px;
    }
    h2{
        font-size: 28px!important;
    }
    .home-banner h1{
        font-size: 33px;
    }
    .et_header_style_left #logo {
        max-width: 60%;
    }
}
@media(max-width: 322px){
    #et-info-phone {
        margin-right: 0px;
        margin-bottom: 5px;
        display: inline-block;
    }
}