/*
 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: 300;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 600;
    text-transform: uppercase;
}
h1{
    font-size: 40px!important;
}
h2{
    font-size: 35px!important;
}
h3{
    font-size: 30px!important;
    text-transform: capitalize;
}
h4{
    font-weight: 500;
}
a{
    color: #ea1e29;
    transition: all 0.5s ease-in-out;
}
a:hover{
    color: #757575;
}
.red-color{
    color: #ea1e29;
}
.font-weight-light{
    font-weight: 300;
}
/*---------nav--------*/
/*#main-header:after{
    content: "";
    background: #eb323c;
    position: absolute;
    right: -15px;
    top: 0;
    width: 30vw;
    height: 100%;
    transform: skewX(-20deg);
}*/
#top-menu li{
    padding-right: 30px;
}
#et-top-navigation {
    font-weight: 400;
}
.mobile_menu_bar:before{
    color: #ea1e29;
}
.et_mobile_menu{
    border-top: 3px solid #ea1e29;
}
/*---------/nav--------*/
/*####### Mobile Menu, submenu custom css start #######*/
#main-header .et_mobile_menu .menu-item-has-children > a { 
    background-color: transparent; 
    position: relative;
    font-weight: 400;
}
#main-header .et_mobile_menu .menu-item-has-children > a:after { 
    font-family: 'ETmodules'; 
    text-align: center; 
    speak: none; 
    font-weight: normal; 
    font-variant: normal; 
    text-transform: none; 
    -webkit-font-smoothing: antialiased; 
    position: absolute; 
}
#main-header .et_mobile_menu .menu-item-has-children > a:after { 
    font-size: 16px; 
    content: '\4c'; 
    top: 13px; 
    right: 10px; 
}
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after { 
    content: '\4d'; 
}
#main-header .et_mobile_menu ul.sub-menu { 
    display: none !important; 
    visibility: hidden !important;  
    transition: all 1.5s ease-in-out;
}
#main-header .et_mobile_menu .visible > ul.sub-menu { 
    display: block !important; 
    visibility: visible !important; 
}
/*####### Mobile Menu, submenu custom css end #######*/
.home-banner .header-content{
    width: 40%;
    margin: 0!important;
    padding: 0;
}
.et_pb_fullscreen .et_pb_fullwidth_header_container{
    max-width: 1080px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content{
    width: 100%;
}
.custom-vertical-align {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.we-do-icon{
    width: 50px;
    margin-bottom: 10px;
}
/*---------button-----------*/
.et_button_no_icon .et_pb_button{
    background: #ea1e29;
    border: 0!important;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 30px!important;
    line-height: 1em!important;
    border-radius: 50px 50px 0px 50px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.et_button_no_icon .et_pb_button:after{
    display: block;
    position: absolute;
    transition: all 0.5s ease-in-out;
    content: "";
    width: 0;
    height: 100%;
    right: -10%;
    bottom: 0;
    background: #000000;
    transform: skewX(15deg);
    z-index: -1;
}
.et_button_no_icon .et_pb_button:hover:after{
    width: 120%;
    right: -10%;
}
.et_button_no_icon .et_pb_button:hover{
    background: #ea1e29;
    color: #ffffff;
    padding: 15px 30px!important;
}
.et_button_no_icon .home-banner .et_pb_button:after{
    background: #ffffff;
}
.et_button_no_icon .home-banner .et_pb_button:hover{
    background: #ea1e29;
    color: #000000;
}
/*---------button-----------*/
.title-border{
    border-bottom: 1px solid #eb0c0c;
    display: inline-block;
}
.footer-section a{
    color: #e1e1e1;
}
.footer-section a:hover{
    color: #ea1e29;
}
.external-bullet{
    list-style: none!important;
    padding: 0!important;
}
.flex-content{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.flex-content i{
    color: #ff0f0f;
    margin-right: 10px;
}
.social-links a{
    background: #ff0f0f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}
.social-links a:last-child{
    margin-right: 0;
}
.social-links a:hover{
    background: #757575;
    color: #ffffff;
}
.our-clients-slider .uk-panel img{
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 15%);
    border-radius: 5px;
}
.our-clients-slider .uk-grid{
    padding: 10px 0px;
}
.uk-slidenav{
    background-size: 35px;
    background-repeat: no-repeat;
    margin: 0 5px!important;
    width: 35px;
    height: 35px;
}
.uk-slidenav-previous{
    background-image: url(/wp-content/uploads/cust-arrow.svg);
    transform: rotateY(180deg);
}
.uk-slidenav-next{
    background-image: url(/wp-content/uploads/cust-arrow.svg);
}
.uk-slidenav:hover{
    background-image: url(/wp-content/uploads/cust-arrow-hvr.svg);
}
.uk-slidenav svg{
    display: none;
}
/*--------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: #d11822!important;
    border: 1px solid #ff4852!important;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 14px;
    width: 100%!important;
    padding: 10px!important;
    border-radius: 5px!important;
    margin-bottom: 15px;
    height: 50px;
    box-shadow: 2px 2px 15px 1px rgb(0 0 0 / 15%);
}
.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;
}
.wpcf7 ::placeholder{
    color: #ffffff;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0px 1em 1em 0;
}
.wpcf7 label{
    margin-bottom: 10px;
    display: inline-block;
}
.wpcf7-submit{
    background: #ffffff;
    color: #ea1e29;
    border: 0;
    width: 100%;
    line-height: 1em!important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 300ms ease 0ms;
    padding: 15px;
    font-size: 14px;
}
.wpcf7-submit:hover{
    background: #000000;
    color: #ffffff;
}
.wpcf7-spinner{
    display: none;
}
/*--------/contact form-------*/
/*####### contact form error message style #######*/
span.wpcf7-not-valid-tip{
    color: #fda2a2!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!important;
}
.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 #######*/
.table-list{
    list-style: none!important;
    padding: 0!important;
}
.table-list li {
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-left: 25px;
    padding: 10px 5px;
    position: relative;
    background: #efefef;
    border-radius: 0px 5px 5px 0px;
}
.table-list li:nth-child(odd), .table-list li:nth-child(odd):before{
    background: #ffffff;
}
.table-list li:before {
    margin-right: 0;
    margin-left: -25px;
    display: flex;
    align-items: center;
    content: "\f03d";
    font-family: "Font Awesome 5 Pro";
    width: 15px;
    color: #ea1e29;
    font-weight: 900;
    font-size: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    padding-left: 5px;
    background: #efefef;
    border-radius: 5px 0px 0px 5px;
}
/*---------media query----------*/
@media(min-width: 768px) and (max-width: 980px){
    .home-banner .header-content{
        width: 50%;
    }
}
@media(max-width: 980px){
    .et_header_style_left #logo{
        max-width: 60%;
    }
    .et_pb_svg_logo #logo {
        height: 30%;
    }
    .tab-mb-0{
        margin-bottom: 0!important;
    }
}
@media(max-width: 767px){
    .home-banner .header-content{
        width: 100%;
    }
    h1{
        font-size: 35px!important;
    }
    h2{
        font-size: 30px!important;
    }
    h3{
        font-size: 26px!important;
    }
}