@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.9
Requires PHP: 5.6
Version: 2.7
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.
 * 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 */

.footer-wrap.pbmit-footer-widget-area {
    background-color: #09243c;
}
u.pbmit-medium {
    color: #ffd152;
}

.pbmit-footer-copyright-text-area a{
	color: white;
}


h4.pbmit-element-subtitle a {
    color: white;
}



/* Main container */
.service-detail {

    color: #333;
    line-height: 1.7;
   
    margin: 0 auto;
    padding: 20px;
}

/* Headings H1 - H6 */
.service-detail h1,
.service-detail h2,
.service-detail h3,
.service-detail h4,
.service-detail h5,
.service-detail h6 {
    color: #0a4d8c; /* nice professional blue */
    margin: 20px 0 10px 0;
    line-height: 1.3;
    font-weight: 600;
}

.service-detail h1 { font-size: 2.2em; }
.service-detail h2 { font-size: 1.9em; }
.service-detail h3 { font-size: 1.6em; }
.service-detail h4 { font-size: 1.4em; }
.service-detail h5 { font-size: 1.2em; }
.service-detail h6 { font-size: 1em; }

/* Paragraphs */
.service-detail p {
    margin: 10px 0 20px 0;
    font-size: 1em;
    color: #555;
}

/* Lists */
.service-detail ul.listttt {
    margin: 15px 0 20px 20px;
    padding: 0;
    list-style-type: disc;
}

.service-detail ul.listttt li {
    margin-bottom: 10px;
    font-size: 1em;
    color: #444;
    position: relative;
    padding-left: 8px;
}

/* Optional: Hover effect for list items */
.service-detail ul.listttt li:hover {
    color: #0a4d8c;
}




/* Blog main container */
.page111 {
   
    color: #333;
    line-height: 1.7;
 
    margin: 0 auto;
    padding: 20px;
}

/* Headings H1 - H6 */
.page111 h1,
.page111 h2,
.page111 h3,
.page111 h4,
.page111 h5,
.page111 h6 {
    color: #0a4d8c; /* professional blue */
    margin: 20px 0 10px 0;
    line-height: 1.3;
    font-weight: 600;
}

.page111 h1 { font-size: 2.2em; }
.page111 h2 { font-size: 1.9em; }
.page111 h3 { font-size: 1.6em; }
.page111 h4 { font-size: 1.4em; }
.page111 h5 { font-size: 1.2em; }
.page111 h6 { font-size: 1em; }

/* Paragraphs */
.page111 p {
    margin: 10px 0 20px 0;
    font-size: 1em;
    color: #555;
}

/* Lists */
.page111 ul {
    margin: 15px 0 20px 20px;
    padding: 0;
    list-style-type: disc;
}

.page111 ul li {
    margin-bottom: 10px;
    font-size: 1em;
    color: #444;
    position: relative;
    padding-left: 8px;
}

/* Optional hover effect for list items */
.page111 ul li:hover {
    color: #0a4d8c;
}


.blog-detail h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.blog-content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.sidebar-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

.sidebar-box h4 {
    margin-bottom: 15px;
    color: #0a4d8c;
}

.recent-post-item a {
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.recent-post-item a:hover {
    color: #0a4d8c;
}




/* Main Content */
.blog-detail {

    color: #333;
    line-height: 1.7;
}

/* Headings */
.blog-detail h1,
.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6 {
    color: #0a4d8c;
    margin: 20px 0 10px;
    line-height: 1.3;
    font-weight: 600;
}

.blog-detail h1 { font-size: 28px; }
.blog-detail h2 { font-size: 24px; }
.blog-detail h3 { font-size: 20px; }
.blog-detail h4 { font-size: 18px; }
.blog-detail h5 { font-size: 16px; }
.blog-detail h6 { font-size: 14px; }

/* Paragraph */
.blog-detail p {
    margin-bottom: 15px;
    color: #555;
}

/* Lists */
.blog-detail ul {
    margin: 15px 0 20px 20px;
}

.blog-detail ul li {
    margin-bottom: 10px;
    color: #444;
}

/* Meta */
.blog-meta {
    margin-bottom: 15px;
    color: #777;
    font-size: 14px;
}

/* Sidebar */
.sidebar-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
}

/* Sticky Sidebar */
.sticky-sidebar {
    position: sticky;
    top: 100px;
}

/* Recent Post Item */
.recent-post-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}

/* Image */
.recent-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

/* Content */
.recent-content a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.recent-content a:hover {
    color: #0a4d8c;
}

.recent-content span {
    display: block;
    font-size: 12px;
    color: #777;
}


.blog-detail ul {
    margin: 15px 0 20px 20px;
    padding-left: 20px;
    list-style-type: disc !important;
}

.blog-detail ul li {
    margin-bottom: 10px;
    color: #444;
    list-style-type: disc !important;
    display: list-item;
}



.recent-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.recent-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}



.recent-post-item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    align-items: center;
}

.video-bg-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin: 44px 0px;
    border-radius: 40px;
}

/* Background Video */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

/* Center Content */
.video-center-content {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding: 20px;
}

/* Text Styling */
.video-center-content h2 {
    font-size: 36px;
    margin-bottom: 10px;
    color: white;
    font-size: 55px;
    padding-block-start: 57px;
}
.video-center-content p {
    font-size: 16px;
    max-width: 600px;
}





.aboutussss h1 {
    font-size: 40px;
    color: #05458c;
    font-weight: 600;
}



.aboutussss h2 {
    font-size: 35px;
    color: #05458c;
    font-weight: 600;
}

.aboutussss h3 {
    font-size: 30px;
    color: #05458c;
    font-weight: 600;
}

.aboutussss h4 {
    font-size: 25px;
    color: #05458c;
    font-weight: 600;
}


.aboutussss h5 {
    font-size: 20px;
    color: #05458c;
    font-weight: 600;
}

.aboutussss h6 {
    font-size: 16px;
    color: #05458c;
    font-weight: 600;
}

.aboutussss p {
color: black;
}
img.righttttt {
    float: right;
    margin-left: 40px;
    border-radius: 30px;
    box-shadow: 7px 9px #ffd152;
}


.simple-btn {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.simple-btn:hover {
  background-color: #0056b3;
}



ul.contactus- li {
    padding-left: 33px;
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    color: white;
}


ul.contactus- li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: #32b6a1;
}


ul.contactus- li a {
    color: white;
}


h4.pbmit-element-subtitle.jkl {
    font-size: 15px;
    line-height: 20px;
}
h2.pbmit-element-title {
    font-size: 24px !important;
    line-height: 32px !important;
}
