@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 7.0
Requires PHP: 5.6
Version: 2.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Poetry (Verse).......Specific styles for the poetry block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */


/*=========================================
    PREMIUM ADMISSION ENQUIRY FORM
=========================================*/

.admission-enquiry-form{
    background:#fff;
    padding:45px;
    border-radius:18px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
}

.admission-enquiry-form .row{
    margin-left:-10px;
    margin-right:-10px;
}

.admission-enquiry-form .row > div{
    padding-left:10px;
    padding-right:10px;
    margin-bottom:22px;
}

/* Labels */

.admission-enquiry-form label{
    display:block;
    font-size:15px;
    font-weight:600;
    color:#1c1c1c;
    margin-bottom:8px;
    letter-spacing:.2px;
}

.admission-enquiry-form label span{
    color:#dc3545;
}

/* CF7 Wrapper */

.admission-enquiry-form .wpcf7-form-control-wrap{
    display:block;
}

/* Inputs */
.admission-enquiry-form input.cf-input, .admission-enquiry-form select.cf-input, .admission-enquiry-form textarea.cf-input {
    width: 100%;
    background: #e3e3e3;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    font-size: 15px;
    color: #222;
    transition: .35s;
    outline: none;
}
/* Text */

.admission-enquiry-form input.cf-input,
.admission-enquiry-form select.cf-input{

    height:56px;
    padding:0 18px;

}

/* Textarea */

.admission-enquiry-form textarea.cf-input{

    height:170px;
    padding:18px;

}

/* Hover */

.admission-enquiry-form input.cf-input:hover,
.admission-enquiry-form select.cf-input:hover,
.admission-enquiry-form textarea.cf-input:hover{

    border-color:#c8a03c;

}

/* Focus */

.admission-enquiry-form input.cf-input:focus,
.admission-enquiry-form select.cf-input:focus,
.admission-enquiry-form textarea.cf-input:focus{

    border-color:#c8a03c;
    box-shadow:0 8px 25px rgba(200,160,60,.15);

}

/* Placeholder */

.admission-enquiry-form input::placeholder,
.admission-enquiry-form textarea::placeholder{

    color:#999;

}

/* Select */

.admission-enquiry-form select.cf-input{

    appearance:none;
    -webkit-appearance:none;
    cursor:pointer;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23999' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 18px center;

    padding-right:50px;

}

/* Acceptance */

.admission-enquiry-form .wpcf7-acceptance label{

    display:flex;
    align-items:flex-start;
    gap:10px;

    font-weight:400;

    line-height:1.7;

}

/* Checkbox */

.admission-enquiry-form input[type="checkbox"]{

    width:18px;
    height:18px;

    accent-color:#c8a03c;

}

/* Button */

.admission-btn{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:#c8a03c;

    color:#fff;

    padding:16px 38px;

    border:none;

    border-radius:8px;

    font-size:16px;
    font-weight:600;

    cursor:pointer;

    transition:.35s;

}

.admission-btn:hover{

    background:#111;
    color:#fff;

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(0,0,0,.18);

}

/* Validation */

.wpcf7-not-valid-tip{

    font-size:13px;

    margin-top:6px;

}

.wpcf7-response-output{

    margin-top:20px !important;

}

/* Mobile */

@media(max-width:768px){

.admission-enquiry-form{

padding:25px;

}

.admission-btn{

width:100%;

}

}

nav.nav.main-menu {
    margin-left: 40px;
}



.blog-details-box p {
    text-align: justify;
}


/*==========================================
      CONTACT FORM
==========================================*/

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

/* Fields */

.contact-form-box .cf-input {
    width: 100%;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #dddddd;
    font-size: 15px;
    color: #222;
    transition: .35s ease;
    outline: none;
}

.contact-form-box textarea.cf-textarea{
    height:150px;
    padding:16px 18px;
    resize:none;
}

/* Placeholder */

.contact-form-box .cf-input::placeholder{
    color:#9aa3af;
}

/* Focus */

.contact-form-box .cf-input:focus{
    border-color:#c69b2d;
    box-shadow:0 0 0 4px rgba(198,155,45,.12);
    background:#fff;
}

/* Button */

.contact-form-box .cf-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    background:#c69b2d;
    color:#fff;

    border:none;
    border-radius:8px;

    padding:15px 34px;

    font-size:15px;
    font-weight:600;

    transition:.35s;
    cursor:pointer;
}

.contact-form-box .cf-btn i{
    transition:.35s;
}

.contact-form-box .cf-btn:hover{
    background:#111827;
    color:#fff;
}

.contact-form-box .cf-btn:hover i{
    transform:translateX(6px);
}

/* Validation */

.contact-form-box .wpcf7-not-valid-tip{
    margin-top:6px;
    font-size:13px;
}

.contact-form-box .wpcf7-response-output{
    margin-top:20px;
    border-radius:8px;
}

/* Mobile */

@media(max-width:767px){

.contact-form-box{
    padding:25px;
}

.contact-form-box .cf-btn{
    width:100%;
}

}

/*====================================
    Premium Submit Button
====================================*/

.wpcf7-submit1111{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-width:220px;
    height:55px;

    padding:0 35px;

    background:linear-gradient(135deg,#c79b32,#d8af43);
    color:#fff;

    border:none;
    border-radius:8px;

    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;

    cursor:pointer;
    transition:all .35s ease;

    box-shadow:0 12px 25px rgba(199,155,50,.25);
}

.wpcf7-submit1111:hover{
    background:linear-gradient(135deg,#111,#333);
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 18px 35px rgba(0,0,0,.18);
}

.wpcf7-submit1111:active{
    transform:translateY(0);
}

.wpcf7-submit1111:focus{
    outline:none;
    box-shadow:0 0 0 4px rgba(199,155,50,.25);
}

@media (max-width:767px){
    .wpcf7-submit1111{
        width:100%;
    }
}



button.wpcf7-submit1111 {
    background-color: transparent !important;
}


.contact-list-custom{
    list-style:none;
    padding:0;
    margin:0;
}

.contact-item{
    display:flex;
    margin-bottom:15px;
}

.contact-icon{
    width:25px;
    font-size:18px;
    margin-top:3px;
}

.contact-text{
    margin-left:10px;
}



ul.contact-list-custom i {
    color: #ffffff;
}


ul.contact-list-custom li strong {
    color: #ffffff;
    font-weight: 700;
}



ul.contact-list-custom li  {
    color: #ffffff;
  
}
ul.contact-list-custom li a {
    color: #ffffff !important;
  
}




