/* Header Section Style */

.header-actions a button {
    background-color: transparent;
    padding: 8px 13px 8px 10.5px;
    border: 1px solid #E3E3E8;
    border-radius: 100%;
}

.header-actions a button:hover {
    border-color: var(--blue);
    background-color: #FFF;
}

.header-actions a button:hover i {
    color: var(--blue);
}

.header-actions a button i {
    color: var(--black);
}

.search-bar .menu-search-bar {
    margin-left: 30px;
}

.search-bar-input input {
    background-color: #F5F8FB;
    padding: 12px 20px 12px 40px;
    color: #6C6C7F;
    border-radius: 8px;
    font-size: 13px;
}

.search-bar-icon {
    left: 11px;
    top: 11px;
}

.search-bar-icon i {
    color: var(--blue);
    font-weight: 100 !important;
}

.header-logo a img {
    width: 200px;
}

/* End Header Section Style */


/* Main Section Style */


/* Contact Heading */

.ck-editor__editable_inline {
    min-height: 250px;
}

.contact-heading {
    background-image: url('../../images/article-images/banner_image1.png');
    background-color: rgba(0, 0, 0, 0.534);
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 125px 0px;
}

.contact-heading-content h2 {
    color: rgba(255, 255, 255, 0.787);
}

.page-path ul li {
    color: rgba(255, 255, 255, 0.815);
    font-size: 13px;
}

.page-path ul i {
    margin: 0px 10px;
    color: rgba(255, 255, 255, 0.815);
    font-size: 12.5px;
}

.page-path ul li a {
    color: inherit;
    font-size: 12.5px;
}

/* End Contact Heading */


/* Contact Main */

.contact-main-content-header-boxes {
    grid-template-columns: repeat(3, 31.56%);
    column-gap: 30px;
    margin-top: 37px;
}

.contact-info-box {
    background-color: #FFF;
    border: 1px solid #E8E8E8;
    box-shadow: 0 15px 45px 0 rgb(51 51 51 / 8%);
    border-radius: 5px;
    padding: 35px 35px 30px 25px;
}

.contact-info-box:first-child .contact-info-box-main p {
    font-size: 15px;
}

.contact-info-box-main {
    margin-right: 15px;
    margin-top: 1px;
}

.contact-info-box-main h5 {
    font-size: 16px;
}

.contact-info-box-main p {
    color: #777;
    font-size: 15px;
    margin-top: 5px;
    line-height: 25px;
}

.contact-info-box-icon-container {
    width: 50px;
    height: 50px;
    border: 5px solid #ebf1f7;
    border-radius: 50%;
}

.contact-info-box-icon-container i.fa-building {
    color: #0ACC86;
}

.contact-info-box-icon-container i.fa-phone-alt {
    transform: rotateY(180deg);
    color: #F5B016;
}

.contact-info-box-icon-container i.fa-envelope {
    color: #004FE1;
}

.contact-main-content-action {
    margin-top: 60px;
}

.contact-main-content-action-box {
    width: 50%;
    margin: 0 auto;
    padding: 30px 40px 23px 40px;
    background-color: #FFF;
    box-shadow: 0 15px 45px 0 rgb(51 51 51 / 8%);
    border: 1px dashed #E8E8E8;
    border-radius: 5px;
}

.contact-main-content-action-title h3 {
    font-size: 20px;
}

.contact-main-content-form form textarea {
    resize: none !important;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 12px 25px 12px 25px;
    color: #868686;
    margin-top: 20px;
    height: 200px;
    max-height: 200px;
}

.contact-main-content-form form textarea::placeholder {
    color: #868686;
}

.g-recaptcha {
    transform: scale(0.85) translateX(20px);
}

.contact-main-content-form input {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 12px 25px 12px 25px;
    color: #9b9b9b;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
}

.contact-main-content-form input::placeholder {
    color: #9b9b9b;
}

.contact-main-content-form button[type='submit'] {
    background-color: var(--red);
    color: #FFF;
    padding: 9.5px 18px;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 10px;
}

.contact-main-content-form button[type='submit'] i {
    margin-left: 6px;
    margin-top: 1px;
}

.contact-main-content-form button[type='submit']:hover {
    background-color: var(--blue);
}

#recaptcha {
    margin-top: 15px;
}

/* End Contact Main */


/* End Main Section Style */