/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable
 */
*{
	outline: none !important;
}
.topbanner .e-con-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

div#wpforms-75 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.wpforms-container .wpforms-field {
    padding-bottom: 0px;
}
button#wpforms-submit-75 {
    width: 100%;
    background: #55c6d4;
    font-size: 22px;
    text-transform: uppercase;
    padding: 15px 10px;
    height: auto;
    border-radius: 8px;
	font-weight:700;
    color: #1e3f6c;
}
form#wpforms-form-75 textarea {
    height: 70px;
    border: 2px solid #1c3f6d;
}

form#wpforms-form-75 input, form#wpforms-form-75 select {
    height: 48px;
    border: 2px solid #1c3f6d;
}

.ourseslide .custom-arrow {
    background: #1c3f6d;
    border: 1px solid #1c3f6d;
    width: 46px;
    height: 46px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    z-index: 9;
}