@charset "UTF-8";

/*
Theme Name: Star Media
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: 5.7
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: starmedia
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.
 * Spacer...............Specific styles for the spacer 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 */


.addtoany_shortcode>div {
    display: flex;
    align-items: center;
}

.share-on {
    display: flex;
    align-items: center;
}

h2.easylogo {
    line-height: 0px;
    margin: 0px;
}


.comments-area label {
    display: none;
}

.comments-area #email,.comments-area #author,.comments-area #comment,.comments-area input#url  {
    background: #FFFFFF;
    border: 1px solid #CCCFD7;
    box-sizing: border-box;
    min-height: 56px;
    outline: none;
    box-shadow: none;
    width: 100%;
    margin-bottom: 15px; padding:5px 15px;
}





.comments-area h2 {
    margin: 0pc;
}



p.comment-notes {
    margin-bottom: 30px;
}

.comment-form>p {
    width: 100%;
    padding: 0px 15px;
}

form#commentform {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

p.comment-form-author {
    width: 50%;
}

p.comment-form-email {
    width: 50%;
}

p.comment-form-cookies-consent {}

p.comment-form-cookies-consent label {
    display: inline;
    color: #000;
    font-size: 12px;
}

p.comment-form-cookies-consent {
    margin-bottom: 25px;
}

input#submit {
    background: #F54B01;
    border-color: #F54B01;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 35px;
    box-shadow: none;
    border: none;
}


ol.comment-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}

.comment-list>li {
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 12px;
}

.comment-list article {
    padding: 10px;
    background: #fff;
}

.comment-list article footer.comment-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}

.comment-list article footer.comment-meta em {
    width: 50%;
}

.comment-list article .comment-content *{
    font-size: 14px;
    line-height: normal;
}

.reply a {
    margin-top: 15px;
    background: #F54B01;
    border-color: #F54B01;
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    padding: 6px 35px;
    box-shadow: none;
    border: none;
    width: inherit;
    display: inline-block;
}

h2.comments-title {
    font-size: 20px;
    margin-bottom: 30px;
}

div#comments {
    / margin-bottom: 60px; /
}

.comment-list article footer.comment-meta a {
    color: #f44a02;
    font-size: 12px;
}

h2#reply-title {
    font-size: 20px;
}

h2#reply-title a {
    display: block;
    line-height: normal;
    color: #f44a02;
}

div#respond {
    padding: 20px;
    background: #fff;
}

a.typewrite {
    color: #fff !important;
}

.sub-menu-toggle { display: none; }


.dropdown-menu {
    position: absolute;
    width: 100%;
    min-width: 300px;
    right: 0px !important;
    z-index: 10000000000;
    background: #1d3d52;
    top: 54px !important;
    padding: 0px;
    left: inherit !important;
}

.dropdown {
    z-index: 10000;
}

.header {
    z-index: 1;
}

.dropdown-menu a {
    display: block;
    padding: 10px;
}

.dropdown-menu .nav-link {
    padding: 10px !important;
    text-align: left;
}

.dropdown-menu .nav-link:hover {
    background: #f44a02;
}

.dropdown-menu:before {
    position: absolute;
    content: "";
    border: 10px solid #fff;
    right: 45px;
    top: -22px;
    border-color: transparent transparent #fff transparent;
}


@media (max-width:991px) { .dropdown-menu:before {
    display:none
   
}}
.about p {
  
    color: #606A70;
}
.about p b{
	color:#052A42;
}
@media (max-width:1700px) { 
	.hiro_card_box{
		margin-left:0px
	}
}

.card-box-title ul li img {
    position: absolute;
    left: 0px;
    top: 10px;
}