/*
 Theme Name:   Divi Child Theme

 Description:  Divi Child is child theme of Divi

 Author:       Divi

 Template:     Divi

 Version:      1.0.0

*/
/*######### custom css #########*/

h1 {
    font-size: 55px;
}

h2 {
    font-size: 26px;
}

h4 {
    font-size: 18px;
    font-family: 'Parkinsans-Medium' !important;
}

body {
    line-height: 1.4;
}

a {
    transition: all 0.4s ease;
}

.text-green {
    color: #69B409;
} 

.et_pb_section {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.et_pb_row {
    width: 90%;
}
.global-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 8px 8px 15px;
    border: 0.01vw solid #ffffff;
    border-radius: 7px;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    background: #212121;
    transition: all 0.35s ease;
}

.global-btn i{
  transform: rotate(-45deg);
  transition: all 0.35s ease;
}

.global-btn:hover i{
  transform: rotate(0deg);
}
.overflow-h {
    overflow: hidden;
}

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

/* Header */

header .et_pb_row {
    align-items: center;
}

/* /// Header */


.hero-banner h1 {
    font-size: 42px;
    color: #FFFFFF;
    line-height: 1;
}
.hero-banner p {
    font-size: 15px;
    max-width: 400px;
    margin: 10px auto;
}
.hero-banner .global-btn {
    background: transparent;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #FFFFFF;
}

.cont-form .global_button_wrapper {
    margin: 0 !important;
}

.global-button.cf7-submit-button {
    background: #FFFFFF;
    color: #053328;
    border: 0;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
}

.global-button.cf7-submit-button:hover {
    background: #03281F;
    color: #FFFFFF;
}

.global-button.cf7-submit-button .icon-box {
    background: transparent;
}

.global-button.cf7-submit-button:hover .icon-box {
    background: #04AA7C;
}

.cf7-submit-button .icon-box::before,
.cf7-submit-button .icon-box::after {
    filter: unset;
}

/*contact form error message style */

span.wpcf7-not-valid-tip {
    color: #6d0000 !important;
    font-size: 14px !important;
    position: relative;
    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 */



@media (min-width : 981px) {

    h1 {
        font-size: 6vw;
    }

    h2 {
        font-size: 2.8vw !important;
    }

    h4 {
        font-size: 1.4vw !important;
    }

    body {
        font-size: 1.1vw !important;
    }
    .radius-12 {
    border-radius: 0.8vw;
    overflow: hidden;
}

.et_pb_section {
    margin: 1.2vw 1.6vw;
    border-radius: 1vw;
}

.global-btn {
    gap: 0.6vw;
    padding: 0.6vw 0.9vw 0.5vw 01vw;
    border: 0.01vw solid #ffffff;
    border-radius: 0.5vw;
    font-size: 1.1vw;
}

  .hero-banner h1 {
        font-size: 4.5vw;
    }

.hero-banner p {
    font-size: 1.1vw;
    max-width: 28vw;
    margin: 1vw auto 2vw;
}
}





















