@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: 6.3
Requires PHP: 5.6
Version: 1.9
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

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.
 * Verse................Specific styles for the verse 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 */



.ias-main-content.jkllll ul li {
  


    border-bottom: 1px dotted white;
    margin-bottom: 6px;
}






.ias-main-content.jkllll ul li a {
  padding: 12px 10px;
  display: block;
  background: linear-gradient(90deg, rgb(15, 37, 91) 0%, rgb(11, 81, 150) 50%, rgb(10, 82, 73) 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 8px;
  transition: background 1s ease, color 1s ease;
}

.ias-main-content.jkllll ul li a:hover {
    background: #0c6891;
    color: #fff;
}








.page-information {

  color: #222;
  line-height: 1.8;
  font-size: 16px;
}

/* Paragraphs */
.page-information p {
  margin-bottom: 20px;
}

/* Headings */
.page-information h1,
.page-information h2,
.page-information h3,
.page-information h4,
.page-information h5,
.page-information h6 {
  
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #0b2a5e;
}

.page-information h1 { font-size: 32px; }
.page-information h2 { font-size: 28px; }
.page-information h3 { font-size: 24px; }
.page-information h4 { font-size: 20px; }
.page-information h5 { font-size: 18px; }
.page-information h6 { font-size: 16px; }

/* Unordered List */
.page-information ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-information ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* Ordered List */
.page-information ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-information ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

/* Links */
.page-information a {
  color: #0b5ed7;
  text-decoration: none;
  font-weight: 500;
}

.page-information a:hover {
  color: #083e91;
  text-decoration: underline;
}

/* Images */
.page-information img {
  max-width: 100%; width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* Blockquotes */
.page-information blockquote {
  padding: 15px 20px;
  border-left: 5px solid #0b5ed7;
  background-color: #f3f7fc;
  font-style: italic;
  margin: 20px 0;
  color: #444;
}



.ias-main-content.page-information h2 {
    color: #ff5722;
}



header.entry-header.alignwide {
    display: none !important;
}





.page-infrmationnn h1,
.page-infrmationnn h2,
.page-infrmationnn h3,
.page-infrmationnn h4,
.page-infrmationnn h5,
.page-infrmationnn h6 {

  font-weight: 700;
  margin-bottom: 15px;
  color: #0d2f81;
  line-height: 1.3;
}

.page-infrmationnn h1 { font-size: 36px; }
.page-infrmationnn h2 { font-size: 30px; }
.page-infrmationnn h3 { font-size: 26px; }
.page-infrmationnn h4 { font-size: 22px; }
.page-infrmationnn h5 { font-size: 18px; }
.page-infrmationnn h6 { font-size: 16px; }

.page-infrmationnn p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.page-infrmationnn ul,
.page-infrmationnn ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-infrmationnn ul li,
.page-infrmationnn ol li {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
}

.page-infrmationnn ul li::before {
  content: "•";
  color: #0d6efd;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-infrmationnn strong {
  color: #d32f2f;
  font-weight: 600;
}

.page-infrmationnn a {
  color: #007bff;
  text-decoration: underline;
}

.page-infrmationnn a:hover {
  color: #0056b3;
  text-decoration: none;
}


.enroll-box {
  background-color: #f4bb87; /* soft peach */
  border: 2px solid #633d73;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  font-family: 'Georgia', serif;
  color: #4a2c5a;
  margin: 20px auto;
  max-width: 600px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.enroll-box h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.enroll-box p {
  font-size: 18px;
  font-weight: 600;
}

.enroll-box span {
  font-size: 15px;
  display: block;
  margin-top: 5px;
  font-style: italic;
}
ol.lsttt {
    text-align: justify;
}







 .ias-features {
    background: #fff;
  }

  /* Numbered list styling */
  .ias-feature-list {
    counter-reset: ias-counter;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ias-feature-list > li {
    counter-increment: ias-counter;
    position: relative;
    padding-left: 4.25rem; /* space for the number badge */
    margin-bottom: 1.75rem;
  }

.ias-feature-list > li::before {
    content: "\f19d ";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #e63946;
    position: absolute;
    left: 0;
    top: 1.15rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.25rem;
    border: 2px solid #0c6891;
}


.ias-feature-list h3 {
    margin: 0 0 0.35rem;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: #0c6891;
}

  .ias-feature-list p {
    margin: 0;
    color: #444;
    line-height: 1.6;
  }

  /* Optional: subtle card-like separation */
  .ias-feature-list > li {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 0.75rem;
    padding: 1rem 1rem 1rem 4.25rem; /* keep left space for number */
  }

.ias-feature-list > li::before {
    background: #e7f1ff;
    color: #0c6891;
}


.ggggg{
	
	background-color: #D3DAD9;
}


.testimonial-area{
	position: relative;
	z-index:0;
}
.gallery11 img {
    position: sticky;
    position: sticky !important;
    top: 98px;
    z-index: 1;
}



    .testimonial-area {
            position: relative;
            z-index: 0;
            padding: 60px 0;
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        }
        
        .section-title {
            margin-bottom: 50px;
        }
        
        .section-title h2 {
            font-size: 36px;
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .section-title h5 {
            font-size: 20px;
            color: #e74c3c;
            font-weight: 600;
        }
        
        .ias-feature-list {
            list-style: none;
            padding-right: 20px;
        }
        
        .ias-feature-list li {
            background: white;
            margin-bottom: 25px;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .ias-feature-list li:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        }
        
        .ias-feature-list h3 {
            color: #2c3e50;
            font-size: 22px;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .ias-feature-list p {
            color: #555;
            font-size: 16px;
        }
        
        .sticky-container {
            position: relative;
            height: 100%;
        }
        
        .sticky-image {
            position: sticky;
            top: 100px; /* Adjust based on your header height */
            width: 100%;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }
        
        /* Decorative elements */
        .decoration {
            position: absolute;
            z-index: -1;
        }
        
        .decoration.circle {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(52, 152, 219, 0.1) 0%, rgba(142, 68, 173, 0.1) 100%);
            top: 10%;
            right: 5%;
        }
        
        .decoration.square {
            width: 150px;
            height: 150px;
            background: linear-gradient(135deg, rgba(231, 76, 60, 0.1) 0%, rgba(241, 196, 15, 0.1) 100%);
            bottom: 10%;
            left: 5%;
            transform: rotate(45deg);
        }
        
        /* Responsive adjustments */
        @media (max-width: 991px) {
            .sticky-image {
                position: relative;
                top: 0;
                margin-top: 40px;
            }
            
            .ias-feature-list {
                padding-right: 0;
            }
        }
        
        /* Animation for list items */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .ias-feature-list li {
            animation: fadeInUp 0.6s ease forwards;
            opacity: 0;
        }
        
        .ias-feature-list li:nth-child(1) { animation-delay: 0.1s; }
        .ias-feature-list li:nth-child(2) { animation-delay: 0.2s; }
        .ias-feature-list li:nth-child(3) { animation-delay: 0.3s; }
        .ias-feature-list li:nth-child(4) { animation-delay: 0.4s; }
        .ias-feature-list li:nth-child(5) { animation-delay: 0.5s; }
        
        /* Header styling for better sticky positioning */
        header {
            background: #2c3e50;
            color: white;
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }


