/*
Theme Name: Enlighten Child
Theme URI: http://example.com
Description: Child theme for Enlighten
Author: Your Name
Template: enlighten
Version: 1.0.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: enlighten-child
*/

/* Add your custom styles here */

/*Gallery*/
.wp-block-gallery li.blocks-gallery-item figure {
    position: relative;
}

.entry-content .content-read-more {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
button.mb-ham.btn-transparent-toggle {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 55px;
}

/*customize css*/

@media (min-width:769px) and (max-width:992px)
{
    #header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_title
    {
        font-size:30px;
    }
    #header_slider_wrap .bx-wrapper .bx-viewport ul.header_slider .slider_capation .slider_content
    {
        font-size:18px;
    }
}
.principal-speech p
{
        text-align:justify;
}
@media(min-width:575px)
{
    .principal-speech img
    {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }
}

@media(max-width:574px)
{
    .principal-speech img
    {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .principal-speech p
    {
        margin-top:10px;
    }
}
@media(max-width:999px)
{
    /*Home Page Section Ordering*/
    .site-content
    {
        display: flex;
        flex-direction: column;
    }
    .site-content section
    {
      flex: 1;
    }
    .page-id-42 .site-content #section_news_slide
    {
        order: 1;
        -webkit-order: 1;
    }
    .page-id-42 .site-content #section_news_twitter_message
    {
        order: 2;
        -webkit-order: 2;
    }
    .page-id-42 .site-content #section_portfolio
    {
        order: 3;
        -webkit-order: 3;
    }
    /*End Home Page Section Ordering*/
}
.postid-261 .post-image-wrap,.postid-325 .post-image-wrap,.postid-330 .post-image-wrap,.postid-333 .post-image-wrap
{
    display:none;
}
.page-id-42 #section_news_twitter_message,.page-id-42 #section_portfolio
{
    padding:30px 0 0;
}
.important-message,.important-message a,.important-message a:active,.important-message a:focus,.important-message a:hover
{
    background:#013d95;
    color:#fff;
    font-weight:600;
    text-decoration:none;
}
@media(min-width:769px)
{
    .map-modal
    {
        display:none !important;
    }
    .map-modal2
    {
        cursor: pointer;
    }
    .map-close
    {
        margin-top: -10px;
        padding-bottom: 5px !important;
    }
}
.page-id-42 .text_wrap
{
    text-transform: none;    
}
.page-id-42 .text_wrap a:hover
{
    color:#007bff;
    text-decoration: none;
}
@media(max-width:768px)
{
    .map-modal2
    {
        display:none !important;
    }
}
.pay-online-btn,.pay-online-btn:hover,.pay-online-btn:focus
{        
    background:#013d95;
    box-shadow:none;
    margin-top: 4px;
    border-color:#013d95 !important;
}
.pay-online-btn a,.pay-online-btn a:hover,.pay-online-btn a:focus
{
    color:#fff;    
    text-decoration:none;
}
@media(min-width:1201px)
{
    .header_social_link
    {
        text-align:center;
    }
    .pay-online-btn
    {
        position:absolute;     
    }    
}
@media(min-width:768px) and (max-width:1200px)
{
    .pay-online-btn
    {
        position:absolute;
        right: 80px;
    }    
}
@media(min-width:601px) and (max-width:767px)
{
    .pay-online-btn
    {
        position:absolute;
        right:60px;    
    }    
}
@media(min-width:1000px)
{
    .portfolio_slider_wrap .anchor_title_wrap a
    {
        font-size:14px;
    }
    .page-id-42 .site-content #section_portfolio
    {
        float:right;
        width: 50%;    
    }
    .page-id-42 .site-content #section_news_twitter_message
    {
        float: left;
        width: 50%;    
    }
    .page-id-42 .site-content:after {
        content: "";
        display: table;
        clear: both;
    }
}
a:hover,a:focus
{
    text-decoration:none !important;
}
.page-id-42 #section_portfolio .after-effet1
{
    display:none;
}
.page-id-42 #section_portfolio .section_title
{
    padding:0px;
}
.page-id-42 #section_portfolio .section_title .title_two
{
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
    padding:2px 20px;
    font-size:22px;
	color: #fff;	
	display: block;
    font-weight:400;
    background: #2D7FC7;
    line-height: 1.5;
    text-align:left;
}
.department-name
{
    font-size: 20px;
    font-weight: bold;
    color: #013d95;
}

.ak-container {
    max-width: 1280px;
}

.main-navigation .ak-container {
    padding: 0px;
}

.main-navigation ul > li > a {
    padding-left: 10px;
    font-size: 12px;
    padding-right: 25px !important;
}

.is-menu .search-icon-path, .is-form-style .is-search-submit path {
    fill: #fff;
}

.popup-search-close:before, .search-close:before, .popup-search-close:after, .search-close:after {
    border-color: #fff;
}

.is-search-icon {
    background: #2D7FC7;
    color: #fff;
    border-color: #2D7FC7;
}

.wpcf7-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

@media (max-width: 786px) {
    .wpcf7-form .form-grid {
        grid-template-columns: 1fr;
    }
}

.wpcf7-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
	margin-bottom: 0px !important;
}

.wpcf7-form .form-group.full {
    grid-column: 1 / -1;
}

.wpcf7-form .form-group input, .wpcf7-form .form-group select, .wpcf7-form .form-group textarea {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 9px 12px;
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif;
    background: white;
    color: #222;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}

.wpcf7-form .form-group label .req {
    color: #c0392b;
}

.wpcf7-form .section-label {
    grid-column: 1 / -1;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #b8860b;
    border-bottom: 1px solid #d0c8b8;
    padding-bottom: 6px;
    margin-top: 4px;
}

.wpcf7-form .form-group p {
    margin-bottom: 0;
}

.wpcf7-form .declaration-box {
    background: #f4f4f4;
    border: 1px solid #d0c8b8;
    border-radius: 4px;
    padding: 14px 16px;
    margin-top: 4px;
}

.wpcf7-form .declaration-box input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.wpcf7-form .declaration-box .wpcf7-list-item {
	margin-left: 0px;
}

.wpcf7-form .form-actions {
    grid-column: 1 / -1;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

.wpcf7-form .btn-submit, .wpcf7-form .btn-submit:hover {
    background: #1a2e4a;
    color: white;
    border: none;
    padding: 12px 32px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Source Sans 3', sans-serif;
    letter-spacing: 0.5px;
    transition: background 0.2s, transform 0.1s;
    box-shadow: none;
}