/*
 Theme Name:   Divi Child Theme

 Description:  Divi Child is child theme of Divi

 Author:       Divi

 Template:     Divi

 Version:      1.0.0

*/
/*######### custom css #########*/
body {
    background-color: #0f0f0f;
}

h1 {
    font-size: 65px;
}

h2 {
    font-size: 40px !important;
}

h3 {
    font-size: 32px;
}

a {
    transition: all 300ms ease 0ms;
}

.et_pb_section {
    background-color: transparent;
}

.brand-color {
    color: #EB2227;
    font-weight: 500;
}

/*------nav--------*/
#et-top-navigation {
    font-weight: 400;
}

.mobile_menu_bar:before {
    color: #EB2227;
}

.et_mobile_menu {
    background-color: #000000 !important;
    border-top: 3px solid #EB2227;
}

/*------/nav--------*/
.home-banner h1 {
    font-size: 85px;
    line-height: 0.9em;
    padding-bottom: 0;
}

.home-banner .header-content {
    max-width: 500px;
}

.home-banner .et_pb_fullwidth_header_subhead {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 0;
}

.inr-pg-bnr {
    padding: 150px 0 30px 0;
    margin: 10px;
    border-radius: 8px;
}

/* Section Overlay */
.inr-pg-bnr:before {
    content: "";
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
    pointer-events: none;
}

.inr-pg-bnr .outline-img-heading:before {
    height: 45px;
    width: 58px;
}

.inr-pg-bnr p {
    margin-left: 58px;
    font-size: 20px;
    font-weight: 500;
}

/*---------button-----------*/
.et_button_no_icon .et_pb_button,
.wpcf7-submit {
    background: #eb2227;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px 25px !important;
    min-width: 139px;
    text-align: center;
    color: #ffffff;
    overflow: hidden;
    line-height: 1.7em;
    color: #ffffff;
    cursor: pointer;
    transition: all 300ms ease 0ms;
}

.et_button_no_icon .home-banner .et_pb_button_two {
    background: transparent;
    border: 1px solid #eb2227;
}

.et_pb_button::before {
    content: var(--btn-text);
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    background: #be050a;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: -70px;
    margin: auto;
    transition: all .3s;
}

.et_button_no_icon .et_pb_button:hover,
.wpcf7-submit:hover {
    background: #be050a;
    padding: 5px 25px !important;
    border: 1px solid transparent;
}

.et_button_no_icon .et_pb_button span {
    display: inline-block;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.et_button_no_icon .et_pb_button:hover span {
    transform: translateY(-25px);
}

.et_button_no_icon .et_pb_button:hover:before {
    bottom: 0;
}

.outline-img-heading {
    position: relative;
}

.outline-img-heading:before {
    content: "";
    background-image: url(/wp-content/uploads/before-img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 42px;
    height: 28px;
    display: inline-block;
}

.bg-big-text-module {
    position: absolute;
    width: 100%;
}

.bg-big-text {
    color: #838383;
    font-family: 'Bebas Neue', display;
    font-size: 11vw;
    line-height: 0.75em;
    padding-top: 8px;
    background: -webkit-linear-gradient(55deg, #2f2f2f 50%, #838383 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-big-text p {
    padding-bottom: 0;
}

.bg-big-text .first-text {
    margin-left: 10%;
}

.bg-big-text .second-text {
    margin-left: 23%;
}

.bg-big-text .third-text {
    margin-left: 53%;
}

.custom-vertical-align {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tagline-left {
    margin-left: 43px;
}

.stack-cards {
    border-radius: 15px;
    padding: 25% 3% 3% 3%;
}

.stack-cards .h3-big {
    font-size: 70px;
    line-height: 0.8em;
    padding-bottom: 5px;
}

.stack-cards .tagline-big {
    font-size: 17px;
    color: #CFCECE;
}

.begin-step-wrapper .count {
    font-size: 100px;
    font-family: 'Bebas Neue', display;
    padding: 35px 0;
    background: -webkit-linear-gradient(55deg, #2f2f2f 50%, #838383 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.begin-step-wrapper .title {
    margin-left: 40px;
    margin-top: -35px;
}

.begin-step-wrapper .text-content {
    margin-left: 90px;
}

.left-img-blurb-row .et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 25px;
}

.left-img-blurb-row .et_pb_blurb_position_left .et_pb_main_blurb_image {
    width: 35%;
}

.left-img-blurb-row .et_pb_module_header {
    font-size: 30px
}

.et_pb_blurb_content {
    max-width: 100%;
}

.external-bullet {
    list-style: none !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    text-align: left;
}

.external-bullet li {
    line-height: 1.3em;
    margin-bottom: 15px;
    margin-left: 18px;
}

.external-bullet li:before {
    content: "";
    margin-right: 4px;
    margin-left: -18px;
    display: inline-block;
    background: #eb2227;
    width: 13px;
    height: 3px;
    transform: rotate(120deg);
    top: -3px;
    position: relative;
}

.external-bullet .designation {
    padding: 0;
    font-size: 12px;
}

.external-bullet li:last-child {
    margin-bottom: 0;
}

.abt-us .external-bullet li:last-child {
    margin-bottom: 15px;
}


.external-bullet.inline-grid {
    display: inline-grid;
}

.footer-heading {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
}

.footer-sec a {
    color: #7b7b7b;
}

.footer-sec .developed-by {
    color: #eb2227;
}

.footer-sec a:hover {
    color: #ffffff;
}

.footer-bullet li {
    margin-left: 0;
}

.footer-bullet li:last-child {
    margin-bottom: 15px;
}

.footer-bullet li:before {
    display: none;
}

.multi-col-lists {
    display: inline-block;
}

.multi-col-lists ul:first-child {
    margin-right: 100px;
}

ul.bullet-links {
    list-style: none;
    padding: 0;
}

ul.bullet-links li {
    line-height: 1.3;
    margin-bottom: 13px;
}

/* ul.bullet-links li:last-child {
    margin-bottom: 0;
} */

ul.bullet-links a {
    color: #7b7b7b;
}

ul.bullet-links a:hover {
    color: #ffffff;
}


.uk-scope .img-slider .uk-panel {
    border-radius: 15px;
}

.img-slider .uk-h3 {
    font-family: 'Bebas Neue', display;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 30px;
}

.uk-scope .img-slider .uk-flex-middle {
    align-items: end;
    padding: 20px;
    justify-content: start;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0) 40%, rgb(15 15 15 / 85%) 100%);
}

.uk-scope .uk-light .uk-slidenav {
    color: #ffffff;
    border: 1px solid #eb2227;
    background: rgb(0 0 0 / 50%);
    border-radius: 5px;
}

.uk-scope .uk-light .uk-slidenav:hover {
    color: #eb2227;
}

/*-------ribbon slide------*/
.ribbon {
    position: absolute;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.4rem;
    padding: 1rem 0;
    font-family: 'Bebas Neue', display;
}

/* Red ribbon */
.ribbon.red {
    background: #0f0f0f;
    color: #EB2227;
    transform: rotate(6deg);
    border-top: 1px solid #EB2227;
    border-bottom: 1px solid #EB2227;
    z-index: 1;
}

/* Green ribbon */
.ribbon.green {
    background: #0f0f0f;
    color: #7EC243;
    transform: rotate(-6deg);
    border-top: 1px solid #7EC243;
    border-bottom: 1px solid #7EC243;
}

/* Scrolling text wrapper */
.scroll {
    display: inline-block;
    white-space: nowrap;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Two spans make it loop smoothly */
.scroll span {
    display: inline-block;
    position: relative;
    top: 2px;
}

/* Animations */
.red .scroll {
    animation: moveLeft 30s linear infinite;
}

.green .scroll {
    animation: moveRight 30s linear infinite;
}

/* Keyframes */
@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/*-------/ribbon slide------*/
/*--------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: #2b2a2a !important;
    border: 0 !important;
    color: #ffffff !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-form-control-wrap ::placeholder {
    color: #ffffff;
}

.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-list-item {
    display: inline-block;
    margin: 0px 1em 1em 0;
}

.wpcf7 label {
    margin-bottom: 2px;
    display: inline-block;
}

.wpcf7 p {
    padding-bottom: 0;
}

.sm-font {
    font-size: 12px;
}

.submit-btn-wrapper {
    clear: both;
}

.wpcf7-submit {
    outline: 0;
}

.wpcf7-spinner {
    position: absolute;
}

/*--------/contact form-------*/
/*####### contact form error message style #######*/
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 #######*/
/*-------media query------*/
@media(min-width: 981px) {
    .below-rope-row .et_pb_column {
        margin-top: -100px;
    }

    ul.external-bullet .two-col {
        display: grid;
        grid-template-columns: 50% 48%;
        column-gap: 2%;
    }
}

@media(max-width: 980px) {
    #main-header {
        background-color: #000 !important;
    }

    .mob-mb-0 {
        margin-bottom: 0 !important;
    }
}

@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) {
    .home-banner h1 {
        font-size: 45px;
    }

    h1 {
        font-size: 42px;
    }

    .home-banner .et_pb_fullwidth_header_subhead {
        font-size: 17px;
    }

    .inr-pg-bnr p {
        font-size: 17px;
        margin-left: 43px;
    }

    .inr-pg-bnr .outline-img-heading:before {
        height: 32px;
        width: 43px;
    }



    .home-banner .et_pb_button {
        margin-top: 10px !important;
    }

    h2 {
        font-size: 35px !important;
    }

    .stack-cards .h3-big {
        font-size: 42px;
    }

    .stack-cards .tagline-big {
        font-size: 16px;
    }

    .stack-cards {
        padding: 25% 4% 4% 4%;
    }

    .left-img-blurb-row .et_pb_blurb_content {
        display: block;
    }

    .left-img-blurb-row .et_pb_blurb_position_left .et_pb_main_blurb_image {
        width: 100%;
        display: block;
    }

    .left-img-blurb-row .et_pb_blurb_position_left .et_pb_blurb_container {
        padding-left: 0;
    }

    .begin-step-wrapper .text-content,
    .tagline-left {
        margin-left: 0;
    }

    .ribbon {
        font-size: 1rem;
        padding: 0.5rem 0;
    }

    .bg-big-text {
        font-size: 19vw;
    }
}