/***
********************** Reset CSS ***********************/
.admin-bar header.header_area_one, .admin-bar header.header_area {
    margin-top: 32px;
}
header.header_area_one.navbar_fixed, header.header_area.navbar_fixed {
    margin-top: 0;
    padding: 20px;
}
header.header_area_one.navbar_fixed .menu_toggle .hamburger span,
header.header_area.navbar_fixed .menu_toggle .hamburger span,
header.header_area_one.navbar_fixed .menu_toggle .hamburger-cross span,
header.header_area.navbar_fixed .menu_toggle .hamburger-cross span{
  background-color: #979797;
}
.navbar_fixed .logo_info h3 {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
/*== Logo CSS ==*/
.logo_two img + img {
    display: none;
}
.content-black .logo_two img {
    display: none;
}
.hamburger_menu_wrepper .animation-box .top_menu {
    padding-left: 40px;
}
/**=== Comments list ===**/
.p_comment_list .post_comment {
    border-top: 1px solid #ebecf7;
    padding-top: 40px;
    border-bottom: none;
    list-style: none;
}
.p_comment_list .post_comment:first-child {
    border-top: none;
    padding-top: 0;
}
.p_comment_list .children{
    padding: 0;
}
.p_comment_list .children .post_comment{
    border-top: 0;
    padding-top: 0;
    margin-left: 80px;
}
.widget_comments .comments_item {
    margin-top: 20px;
    align-items: flex-start;
}
#contactForm .logged-in-as {
    margin-left: 15px;
}
#contactForm .logged-in-as a {
    color: #101010;
}
#contactForm .logged-in-as a:hover {
    color: #5e2ced;
}
.comment_box .c_title a {
    color: #101010;
}
.comment_box .c_title a:hover {
    color: #5e2ced;
}
.blog_details_area .blog_inner .comment_box .contact_form_box .form-submit {
    margin-left: 14px;
}

/**=== Categories Sidebar Widget  ===**/
.widget_categories ul li.cat-item, .widget_categories ul li.cat-item a {
    font-size: 16px;
    color: #101010;
}
.widget_categories ul li.cat-item a:hover {
    color: #c5e213;
}
.widget_categories ul li.cat-item a span{
    margin-left: 5px;
}

.widget_categories ul li.cat-item + li {
    margin-top: 12px;
}
.sidebar_widget.widget_categories ul {
    list-style: none;
    padding: 0;
}
.widget_categories ul li {
    position: relative;
    padding-left: 20px;
}
.widget_categories ul li::before {
    position: absolute;
    content: "\45";
    font-family: 'ElegantIcons';
    left: 0;
    color: #777777;
    font-size: 15px;
    padding-right: 6px;
}

.widget_pages ul li::before {
    content: "\45";
    font-family: 'ElegantIcons';
    left: 0;
    color: #777777;
    font-size: 15px;
    padding-right: 6px;
}

.widget_nav_menu ul li::before {
    content: "\45";
    font-family: 'ElegantIcons';
    left: 0;
    color: #777777;
    font-size: 15px;
    padding-right: 6px;
}

/**=== Archive Sidebar Widget  ===**/
.sidebar_widget.widget_archive ul li + li {
    margin-top: 12px;
}
.sidebar_widget.widget_archive ul {
    list-style: none;
    padding: 0;
}
.widget_archive ul li a, .widget_archive ul li a {
    font-size: 16px;
    color: rgb(16, 16, 16);
}
.sidebar_widget.widget_archive ul li {
    position: relative;
    padding-left: 20px;
}
.sidebar_widget.widget_archive ul li::before {
    position: absolute;
    content: "E";
    font-family: ElegantIcons;
    left: 0;
    color: #777777;
    font-size: 15px;
    padding-right: 6px;
}
.widget_archive ul li a:hover, .widget_archive ul li a:hover {
    color: #c5e213;
}

/**=== Tags Sidebar Widget  ===**/
.widget_tag_cloud .tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    margin: 5px 3px;
    border: 1px solid #e0e0e0;
    color: #777;
    font-size: 14px;
    padding: 3px 13px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.widget_tag_cloud .tagcloud a.tag-cloud-link,
.wp-block-tag-cloud a {
    font-size: 14px !important;
}
.widget_tag_cloud .tagcloud .tag-cloud-link:hover,
.wp-block-tag-cloud a:hover {
    border-color: #c5e213;
    color: #fff !important;
    background-color: #c5e213;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.widget br+img {
    margin: 10px 0;
}

/**=== Override Elementor max-width ===**/
.home_one #wavescroll .section img.layer.layer2 {
    max-width: none;
}

/**=== Contact form css ===**/
.contact_form_box .text_box input, .contact_form_box .text_box textarea {
    color: #FFFFFF;
    font-weight: 500;
}
.contact_form_box .text_box input.placeholder, .contact_form_box .text_box textarea.placeholder {
    color: #777777;
}
.contact_form_box .text_box input:-moz-placeholder, .contact_form_box .text_box textarea:-moz-placeholder {
    color: #777777;
}
.contact_form_box .text_box input::-moz-placeholder, .contact_form_box .text_box textarea::-moz-placeholder {
    color: #777777;
}
.contact_form_box .text_box input::-webkit-input-placeholder, .contact_form_box .text_box textarea::-webkit-input-placeholder {
    color: #777777;
}

/**=== Enoma Socials Icon ===**/
.social_link.social_link_two li .social_dribbble {
    color: #ff33d1;
}
.social_link.social_link_two li .social_instagram {
    color: #3f729b;
}
.social_link.social_link_two li .social_youtube {
    color: #cd201f;
}
.social_link.social_link_two li .social_pinterest {
    color: #bd081c;
}
.social_link.social_link_two li .social_linkedin {
    color: #0077b5;
}

/**=== Home one floating images position ===**/

.home_one .wave_one_section_one .t_first {
    top: -5px;
}
.home_one .wave_one_section_one .t_two {
    bottom: -96px;
}
.home_one .t_first {
    left: -93px;
    top: -18px;
}
.home_one .wave_one_section_two .t_two {
    bottom: -38px;
}
.home_one .wave_one_section_two .t_four {
    top: -108px;
}
.home_one .wave_one_section_two .t_five {
    bottom: -20px;
}
.home_one .wave_one_section_two .s_round.r_one {
    bottom: -100px;
}
.home_one .wave_one_section_two .s_round.r_two {
    top: -95px;
}
.home_one .wave_one_section_two .s_round.r_three {
    top: -146px;
    right: 286px;
}
.home_one .wave_one_section_two .round {
    top: -28px;
}
.home_one .w_img_one img {
    max-width: none;
    margin-left: -80px;
}
.home_one .wave_one_section_three .w_img_one img,.home_one .wave_one_section_four .w_img_one img{
    margin-left: -130px;
}
.home_one .wave_one_section_three .t_two {
    bottom: 0;
}

.home_one .wave_one_section_three .t_four {
    top: -70px;
}
.home_one .wave_one_section_three .t_five {
    bottom: 30px;
}

.home_one .wave_one_section_four .t_first {
    top: -40px;
}
.home_one .wave_one_section_four .t_two {
    bottom: -36px;
}
.home_one .wave_one_section_four .t_four {
    top: -202px;
}
.home_one .wave_one_section_four .t_five {
    bottom: -106px;
}
.wave_one_section_one .intro .w_img_one img {
    max-height: none;
    max-width: initial;
}

/**=== Unit Test css ===**/
/**=== =================== ===**/
/**=== Blog Listing ===**/

.pagination .nav-links {
    margin: auto;
}
.tag-edge-case.tag-html.tag-layout .blog_list_content h2 {
    word-break: break-all;
}

/** === Sidebar Widgets ===**/
/*@@@ Recent Post @@@*/
.sidebar_widget.widget_recent_entries ul li + li {
    margin-top: 14px;
}
.sidebar_widget.widget_recent_entries ul {
    list-style: none;
    padding: 0;
}
.widget_recent_entries ul li a, .widget_recent_entries ul li a {
    font-size: 16px;
    color: rgb(16, 16, 16);
}
.sidebar_widget.widget_recent_entries ul li {
    position: relative;
    padding-left: 20px;
}
.sidebar_widget.widget_recent_entries ul li::before {
    position: absolute;
    content: "E";
    font-family: ElegantIcons;
    left: 0;
}
.widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:hover {
    color: #c5e213;
}

/*@@@ Recent Post @@@*/
.widget_recent_comments ul#recentcomments {
    list-style: none;
    padding: 0;
}

/*@@@ Post Meta @@@*/
.sidebar_widget.widget_meta ul li + li {
    margin-top: 12px;
}
.sidebar_widget.widget_meta ul {
    list-style: none;
    padding: 0;
}
.widget_meta ul li a, .widget_meta ul li a {
    font-size: 16px;
    color: rgb(16, 16, 16);
}
.sidebar_widget.widget_meta ul li {
    position: relative;
    padding-left: 20px;
}
.sidebar_widget.widget_meta ul li::before {
    position: absolute;
    content: "E";
    font-family: ElegantIcons;
    left: 0;
}
.widget_meta ul li a:hover, .widget_meta ul li a:hover {
    color: #c5e213;
}
/** === Recent Comments === **/
.widget_recent_comments li.recentcomments {
    margin-bottom: 20px;
}
.widget_recent_comments li.recentcomments a {
    color: #101010;
}
.widget_recent_comments li.recentcomments a:hover {
    color: #c5e213;
}

/*@@@ Calendar @@@*/
#wp-calendar caption {
    caption-side: top;
    padding-top: 0;
    font-weight: 700;
}
td, th {
    border-top: 1px solid
    #ededed;
    padding: 10px;
}
th {
    font-weight: 700;
    text-align: left;
    padding-right: 25px;
}
.calendar_wrap #wp-calendar a {
    color: #6c757d;
}
.calendar_wrap #wp-calendar a:hover {
    color: #c5e213;
}

/* @@@ Pages @@@*/
.widget.widget_pages ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.widget.widget_pages ul li a {
    color: #101010;
    line-height: 38px;
}
.widget.widget_pages ul li a:hover {
    color: #c5e213;
}
.widget.widget_pages ul ul.children {
    margin-left: 25px;
}

/*=== RSS Feed ===*/
.widget ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.widget_rss .rsswidget {
    color: #101010;
}
.widget_rss ul li {
    margin-bottom: 22px;
}
.widget_rss span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #999;
}
.widget_rss ul li a.rsswidget {
    font-weight: 600;
    color: #666;
    line-height: 1.3em;
}
/*=== Image Widgets ===*/
.widget_text .textwidget img {
    max-width: 100%;
    height: auto;
}
.widget_rss img.rss-widget-icon {
    height: 20px;
    width: 18px;
}

.widget_rss cite:before {
    content: "- ";
}

/* @@@ Pages @@@*/
.widget_nav_menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.widget_nav_menu ul li a {
    color: #101010;
    line-height: 38px;
}
.widget_nav_menu ul li a:hover {
    color: #c5e213;
}
.widget_nav_menu ul.sub-menu li {
    margin-left: 24px;
}
/*=== End sidebar Widgets ===*/

/**=== Blog Single Post ===**/
.comment_post .media-body p a {
    color: #101010;
}
.comment_post .media-body p a:hover {
    color: #c5e213;
}
.blog_details .wp-block-button__link {
    background-image: -moz-linear-gradient(360deg, #c5e213 0%, #c5e213 70%);
    background-image: -webkit-linear-gradient(360deg, #c5e213 0%, #c5e213 70%);
    background-image: -ms-linear-gradient(360deg, #c5e213 0%, #c5e213 70%);
   
}
.blog_details .wp-block-button__link:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 21, 46, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 21, 46, 0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.blog_details .wp-block-button .is-style-outline {
    border: 2px solid #c5e213;;
    background: transparent;
    color: #c5e213;
}

.is-style-squared .wp-block-button__link {
   border-radius: 0;
}


.blog_details .is-style-outline .wp-block-button__link:hover {
    background-image: -moz-linear-gradient(360deg, #c5e213 0%, #c5e213 70%);
    background-image: -webkit-linear-gradient(360deg, #c5e213 0%, #c5e213 70%);
    background-image: -ms-linear-gradient(360deg, #c5e213 0%, #c5e213 70%);
    color: #fff;
}

.blog_details  .wp-block-button__link{
    color: #FFFFFF !important;
}

.blog_details .wp-block-quote cite {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    font-style: normal;
}
.blog_details_area ul > li:hover > a {
    color: #101010;
}
/* .blog_details_area ul > li:hover > a {
    color: red;
} */
.blog_sidebar a:hover {
    color: #c5e213 !important;
}
figcaption a {
    color: #101010;
}
figcaption a:hover {
    color: #c5e213;
}
.blog_inner .blog_details p {
    margin-bottom: 20px;
}
.wp-block-image {
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 0;
}
.blog_details ul.wp-block-gallery.alignfull.columns-3 {
    padding-top: 0;
    padding-bottom: 20px;
}

.blog_details ul.wp-block-gallery.alignfull.columns-2 {
    padding-top: 0;
    padding-bottom: 20px;
}
blockquote.wp-block-quote strong em a {
    color: #fff;
}
blockquote.wp-block-quote strong em a:hover {
    color: #fff;
}
.wp-block-pullquote blockquote cite {
    color: #fff !important;
}
.wp-block-file a {
    color: #101010;
}
.wp-block-file a:hover {
    color: #c5e213;
}
.blog_details footer.wp-block-latest-comments__comment-meta a {
    color: #101010;
}
.blog_details footer.wp-block-latest-comments__comment-meta a:hover {
    color: #c5e213;
}
.blog_details .wp-block-media-text.alignwide {
    margin-bottom: 0;
}
.blog_details pre.wp-block-code {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre.wp-block-preformatted {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.blog_details p a {
    color: #101010;
}
.blog_details p a:hover {
    color: #c5e213;
}
.comment_list_info li .comment_post blockquote {
    margin-top: 20px;
}

.comment_list_info li .comment_post .media-body blockquote + p {
    margin-bottom: 20px;
}
.single-format-chat .blog_details_area {
    padding-top: 98px;
}
.blog_details .post_social_info .tags .tag {
    margin: 5px 5px;
}
.comment_box .contact_form_box .text_box input {
    box-shadow: none;
}
.sticky {
    background: none;
}
.category-block .blog_details {
    padding: 0;
}
.blog_details img {
    margin-bottom: 0;
    height: auto;
    object-fit: contain;
}
ul li ul.children li.cat-item {
    margin-top: 12px;
}
.breadcrumb_area_two .blog_details_br_content {
    word-break: break-all;
}
.post_social_info {
    clear: both;
}
.single_banner_cats .p_tag {
    margin-bottom: 30px;
}
/**=== End Unit Test ===**/


.breadcrumb_area_two ol li a {
    position: relative;
}
.breadcrumb_area_two ol li a:after {
    margin-left: 0;
}
.contact_form_box .text_box input, .contact_form_box .text_box textarea {
    box-shadow: none;
}
.contact_form_box#contactForm .text_box:nth-child(3) {
    margin-top: 0;
}
#contactForm input.g_hover {
    float: left;
}
.contact_form_box#contactForm .g_hover {
    padding: 17px 33px;
}


.widget_archive ul li:hover,.widget_archive ul li:hover a{
    color: #c5e213;
}
.blog_listing_areaa .pagination .nav-links {
    padding-top: 26px;
}
.footer_bottom a span {
    position: relative;
}
.footer_bottom a span:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}


.hamburger_menu_wrepper .menu-box .nav-item .nav-link:before {
    content: none;
}
.navbar_fixed .logo_info .navbar-brand h3 {
    color: #c5e213;
}
.header_area .logo_info .navbar-brand h3 {
    color: #fff !important;
}
.p_tag a:nth-child(even) {
    background: #f91b6f;
    margin-left: 5px;
}
.p_tag a:nth-child(odd) {
    background: #c5e213;
    margin-left: 5px;
}

#recentcomments .media.comments_item .media-body h5 {
    font-weight: 600;
}
.comment_box .form-submit .p_btn {
    padding: 16px 52px;
}
form.search-form.input-group {
    flex-wrap: inherit;
}

.post_social_info .tags a.tag {
    border: 1px solid #e0e0e0;
    color: #777;
    font-size: 14px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.post_social_info .tags .tag {
    padding: 0 12px;
    margin-left: 5px;
}
.post_social_info .tags a.tag:hover {
    border-color: #D4F21B;
    color: #fff;
    background-image: -moz-linear-gradient( -86deg, rgb(197, 226, 19) 1%, rgb(197, 226, 19) 100%);
    background-image: -webkit-linear-gradient( -86deg,rgb(197, 226, 19) 1%, rgb(197, 226, 19) 100%);
    background-image: -ms-linear-gradient( -86deg, rgb(197, 226, 19) 1%, rgb(197, 226, 19) 100%);
}  

p.comment-form-cookies-consent {
    display:none;
}

.footer_bottom span a {
    color: #fff;
    position: relative;
}
.footer_bottom span a:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}
.video_img .v_icon {
    color: #D4F21B;
}
.comment_box .contact_form_box .text_box input, .comment_box .contact_form_box .text_box textarea {
    font-weight: 400;
}

.comment_box .contact_form_box .text_box input:focus, .comment_box .contact_form_box .text_box textarea:focus {
   color: #101010;
}
.comment_box .contact_form_box .text_box input:focus::placeholder, .comment_box .contact_form_box .text_box textarea:focus::placeholder {
    color: #101010;
 }

.widget_comments .comments_item .media-body p a {
    color: #777777;
    font-size: 16px;
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 28px;
}
.widget_comments .comments_item .media-body span {
    color: #101010;
    font-weight: 600;
    display: inline-block;
}

/*=== New Css for home two demo ===*/
/**=== Contact Form Two ===**/
.wave_two_section_seven .contact_form_box .text_box input, .contact_form_box .text_box textarea, .wave_two_section_seven #contactForm .text_box span textarea {
    font-weight: 500;
}
.wave_two_section_seven .contact_form_box .text_box input.placeholder, .wave_two_section_seven #contactForm .text_box span textarea.placeholder {
    color: #fff;
}
.wave_two_section_seven .contact_form_box .text_box input:-moz-placeholder, .wave_two_section_seven #contactForm .text_box span textarea:-moz-placeholder {
    color: #fff;
}
.wave_two_section_seven .contact_form_box .text_box input::-moz-placeholder, .wave_two_section_seven #contactForm .text_box span textarea::-moz-placeholder {
    color: #fff;
}
.wave_two_section_seven .contact_form_box .text_box input::-webkit-input-placeholder, .wave_two_section_seven #contactForm .text_box span textarea::-webkit-input-placeholder {
    color: #fff;
}
.wave_two_section_seven .contact_form_box .text_box input, .wave_two_section_seven #contactForm .text_box span textarea {
    color: #fff;
}
.wave_two_section_seven #contactForm .text_box span textarea {
    min-height: 150px;
}

.wave_two_section_seven .contact_form_box#contactForm .g_hover {
    padding: 17px 53px 16px;
    font-size: 13px;
    color: #FFFFFF;
    background-color: rgb(255, 74, 74);
    border: none;
    font-weight: 500;
    border-radius: 0;      
}
.wave_two_section_seven .contact_form_box#contactForm .g_hover:hover {
    background: #fff;
    color:#c5e213;
}

/**=== Contact Form One Contact Us ===**/
#contactForm .text_box span textarea {
    font-weight: 500;
    min-height: 150px;
}
#contactForm .text_box span textarea.placeholder {
    color: #777;
}
#contactForm .text_box span textarea:-moz-placeholder {
    color: #777;
}
#contactForm .text_box span textarea::-moz-placeholder {
    color: #777;
}
#contactForm .text_box span textarea::-webkit-input-placeholder {
    color: #777;
}
#contactForm .text_box span textarea {
    color: #FFFFFF;
}

@media (max-width: 991px){
    #contactForm .text_box span textarea {
        min-height: 80px;
    }
    .contact_form_box .text_box input{
        height: 45px;
    }
    
}


/**=== Home Two Floating Images ===**/
.wave_two_section_one .t_first {
    top: 290px;
    left: 145px;
}
.wave_two_section_one .t_first img,.wave_two_section_one .t_three img,.wave_two_section_one .t_two img{
    position: relative !important;
}
.wave_two_section_one .t_three {
    top: 300px;
    right: 400px;
}
.wave_two_section_one .t_two {
    bottom: 70px;
}
.wave_two_section_two .w_portfolio_img img {
    border-radius: 100%;
}
.wave_two_section_two .s_round.r_eleven {
    top: -72px;
}
.wave_one_section_two .w_content_two .t_first{
    left: -190px;
    top: -30px;
}
.wave_two_section_seven .intro {
    margin-top: 44px;
}
.wave_two_section_three .t_four {
    top: -99px;
}
.wave_two_section_three .t_five {
    top: -64px;
}
.wave_two_section_three .t_two {
    bottom: 220px;
}
.wave_two_section_three .t_first {
    bottom: 160px;
}
.wave_one_section_four .t_first {
    top: -40px;
}
.wave_two_section_four .t_four {
    top: -200px;
}
.wave_two_section_four .t_two {
    bottom: -33px;
}
.wave_two_section_four .t_five {
    bottom: -100px;
}
.wave_two_section_five .t_first {
    top: 8px;
}
.wave_two_section_five .t_two {
    top: 38px;
}
.wave_two_section_six .t_two {
    top: -18px;
}
.wave_two_section_six .t_first {
    bottom: -170px;
}
.wave_two_section_seven .t_first {
    top: -75px;
}
.wave_two_section_seven .dot_two {
    right: -12px;
    top: -152px;
}
.wave_two_section_seven .dot_one {
    left: -10px;
    bottom: -184px;
}
.wave_two_section_seven .t_three {
    top: -52px;
}
.wave_two_section_seven .t_two {
    top: 350px;
}
.wave_two_section_eight .dot_one {
    left: 0;
}
.wave_two_section_eight .t_three {
    bottom: 0;
}
.wave_two_section_eight .footer_text .subscribe_info .form-control {
    box-shadow: none;
    padding-left: 10px;
}

.wave_two_section_five .intro .sc_video_inner .dot_l img {
    max-width: none;
}


/*-----------------  Home Three Full Screen Slider   -------------*/
.fullpage_slider_content .text_f, .fullpage_slider_content .text_s {
    font-size: 84px;
}
.home_three .elementor-widget-container {
    height: 100vh;
}
/*-----------------  End Home Three Full Screen Slider   -------------*/

/*-----------------  Home Spilt   -------------*/
.split_menu .burger_menu {
    color: #101010;
}
.split_menu .burger_menu .dot_icon .dot {
    background: #101010;
}
.split_menu_icon .top_menu .close_icon {
    color: #fff;
}
#multiscroll + .full_footer .h_slider_nav span {
    color: #101010;
    position: relative;
}
#multiscroll + .full_footer .h_slider_nav span:before {
    background: #101010;
}
.split_content .w_content_two h6 {
    margin-bottom: 8px;
}

/*-----------------  Home One Footer   -------------*/
.home_one .full_footer .social_icon li {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
}
.social_icon.social_icon_two li a,.h_slider_nav span{
    color: #fff;
}
.footer_text .social_link {
    margin-bottom: 24px;
}
.home_one .pr_details_nav {
    margin-top: 27px;
}
.home_one .full_footer {
    padding-bottom: 30px;
}

.home_one .w_footer_area .inro {
    padding-top: 30px;
}
.home_one .w_footer_area .footer_text h3 {
    margin-top: -30px;
}
.home_one .w_footer_area .footer_text .social_link {
    margin-bottom: 34px;
}
/*-----------------  Blog Single Post style 02   -------------*/
.blog_details_area_two.no-post-thumbnail {
    padding-top: 60px;
}

/*-----------------  Portfolio Single Post style 02   -------------*/
.breadcrumb_area_two .breadcrumb_content .slider_nav a + a {
    margin-left: 12px;
}
.portfolio_info_area {
    padding-bottom: 17px;
}

.breadcrumb_area_three .overlay {
    background: rgba(0, 0, 0, 0.5);
}

/**==== Override Elementor Custom Classes ===**/
.contact-info-hover-color .elementor-text-editor a span:hover {
    color: #c5e213 !important;
}


.page-template-page-full-screen-slider-two .wave_two_section_one  .fp-scroller,
.page-template-page-full-screen-slider-two .wave_two_section_one  .elementor-widget-container,
.page-template-page-full-screen-slider-two .wave_two_section_one  .elementor-container,
.page-template-page-full-screen-slider-two .wave_two_section_one  .elementor-widget-container,
.page-template-page-full-screen-slider-two .wave_two_section_one  .elementor-widget-wrap>.elementor-element,
.page-template-page-full-screen-slider-two .wave_two_section_one  .elementor-row,
.page-template-page-full-screen-slider-two .wave_one_section_two  .fp-scroller,
.page-template-page-full-screen-slider-two .wave_one_section_two  .elementor-widget-container,
.page-template-page-full-screen-slider-two .wave_one_section_two  .elementor-container,
.page-template-page-full-screen-slider-two .wave_one_section_two  .elementor-widget-container,
.page-template-page-full-screen-slider-two .wave_one_section_two  .elementor-widget-wrap>.elementor-element,
.page-template-page-full-screen-slider-two .wave_one_section_two  .elementor-row,
.page-template-page-full-screen-slider-two .wave_two_section_two .elementor-container,
.page-template-page-full-screen-slider-two .wave_two_section_two .elementor-widget-container,
.page-template-page-full-screen-slider-two .wave_two_section_two .elementor-widget-wrap>.elementor-element,
.page-template-page-full-screen-slider-two .wave_two_section_two .elementor-row {
    height: 100%;
}
.page-template-page-full-screen-slider-two .intro {
    display: flex;
    height: 100%;
    align-items: center;
}

/** ======= clients logos =======**/
.sc_clients_logo_info .c_logo_item img {
    max-width: 150px !important;
    opacity: 0.5;
}
.sc_clients_logo_info .c_logo_item:hover img{
    opacity: 1;
}
.clients_inner .ab_clients_logo .ab_clients_logo_item a img {
    width: 100px;
}
/** ======= Pre-loader =======**/

.loader .loader-counter {
    top: 50%;
    left: 50%;
    font-size: 6em;
    color: #f5f5f5;
    position: fixed;
    transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
}

/*==============================
================================
======Unit test after submit====
================================
================================ */

/**==== Sticky Post ===**/
.blog_area .blog_list_item.sticky:not(:last-child) {
    margin-bottom: 62px;
    margin-top: 0px;
}
.blog_area .blog_list_item.sticky .blog_list_content {
    background: #f9f9f9;
}
.blog_area .blog_list_item.sticky .b_inner {
    margin: 0;
}
.blog_area .blog_list_item.sticky .sticky-label {
    margin-left: 30px;
    margin-bottom: -40px;
    position: absolute;
    right: 35px;
    z-index: 1;
    background: #c5e213;
    color: #FFF;
    padding: 0px 10px;
    font-size: 16px;
}
/**End Sticky Post **/

.no-post-thumbnail .blog_inner .blog_details .wp-block-button {
    margin-bottom: 10px;
}
.blog_details .wp-block-cover p.wp-block-cover-text {
    color: #fff !important;
}
.wp-block-cover__video-background + .wp-block-cover-text a {
    color: #fff !important;
}
.no-post-thumbnail .wp-block-gallery.alignleft.columns-2 {
    display: inline-flex;
}

/*==============================
================================
====== End Unit test after submit====
================================
================================ */
.home_one #wavescroll .section img.layer.layer2 {
    max-width: none;
}
#wavescroll .t_first img,
#wavescroll .t_two img,
#wavescroll .t_three img,
#wavescroll .t_four img,
#wavescroll .t_five img  {
    max-width: none;
}
.page .comment_list_info.have_comments {
    padding-top: 80px;
}
.sec_title {
    margin-bottom: 75px;
}
.fullpage_slider_content {
    margin-left: 15px;
}
.blog_list_item .video_img .v_icon img {
    margin-left: 5px;
}
.video_area .sc_video_inner .v_icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;

}

.wave_two_section_five .intro .sc_video_inner .v_icon img {
    margin-top: -2px;
}

.wave_two_section_five .intro .sc_video_inner .v_icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    background: #c5e213;
}
.fullpage_slider_content {
    margin-left: 0;
}
.testimonial_area .testimonial_slider .item .media .img img {
    border-radius: 50%;
}
.portfolio_fluid_area .gallery_inner_two {
    margin-bottom: -1px;
}
.pr_details_inner_two .pr_details_content .por_details_item h5,
.por_details_info .por_details_item h5 {
    font-weight: 600;
}
.wave_two_section_three .intro .scroll_service_item img {
    max-width: 70px;
    height: auto;
}

.home_three .full-screen-slider .elementor img {
    max-width: inherit;
}
.wave_two_section_seven .intro .w_contact_text .w_contact_info li {
    margin-bottom: -10px;
}
.services_area .scroll_service_item .icon {
    max-width: 70px;
    height: auto;
}
.services_details_area .services_details_sidebar .nav-link img{
    opacity: 0.75;
    max-width: 24px;
}
.wave_two_section_seven .intro .w_content_two .w_contact_info li p {
    margin-bottom: 0;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-mail-sent-ok {
    border: none;
    color: #398f14;
    padding: 24px 0 0;
    margin: 0;
}
.b_post_info .p_tag {
    max-width: 85%;
    color: #fff;
}
.p_date:hover {
    cursor: pointer;
    color: #c5e213;
}

.services_area .scroll_service_item .icon {
    display: block;
    position: static;
    margin-bottom: 50px;
}

.wave_two_section_three .intro .scroll_service_item img {
    display: block;
    position: static;
    margin-bottom: 45px;
}

.breadcrumb_content .nav {
    margin-top: 10px;
    margin-left: 2px;
}

.page .comment_box {
    clear: both;
}

.comment_box .form-submit {
    margin-left: 14px;
}

.social_link.social_link_two li a {
    width: 18px;
}

ul {
    list-style: inside;
    padding-left: 25px;
}

blockquote code {
    color: #101010;
}

.blog_details blockquote a,
blockquote a {
    color: #101010;
}

.blog_details blockquote a:hover,
blockquote a:hover {
    color: #c5e213;
}

.blog_area .blog_list_item.sticky .b_inner .blog_list_content {
    padding: 30px;
}

.p_tag a:first-child {
    margin-left: 0;
}

.comment_post .author_img img {
    max-width: 55px;
    height: auto;
}

/**=== Service Image Icon Size ===**/
.intro .scroll_service_item img {
    display: block;
    position: static;
    margin-bottom: 45px;
    max-width: 70px;
}

/**=== Mailchimp Form ===**/
.form_notification p a {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.form_notification {
    margin-bottom: 45px;
    margin-top: -25px;
}

/**=== Full Screen Slider html title tag ===**/
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner .fullscreen_html_title_tag {
    overflow: hidden;
}
.full_height_dark_slider .banner_content_iner .fullscreen_html_title_tag {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2.5px;
    line-height: 1.1;
    margin-bottom: 0;
    transition: all 0.3s linear;
}
.full_height_dark_slider .banner_content_iner .fullscreen_html_title_tag span {
    line-height: 1;
    transition: all 0.3s linear;
}
.full_height_dark_slider .swiper-slide.swiper-slide-active .banner_content_iner .fullscreen_html_title_tag span {
    overflow: hidden;
    display: block;
    animation: fadeInUp2 0.8s both 1s;
}

/**=== Title Color ===**/
span.red_color {
    color: #c5e213;
}

.full-screen-slider .elementor-section{
    z-index: 1;
}

.blog_details .wp-block-group.has-background {
    padding: 20px;
    margin-bottom: 30px;
}

.blog_details p.has-large-font-size {
    font-size: 30px;
    line-height: 48px;
}


.footer-widget.widget_categories #categories-dropdown--1, .widget_text .textwidget form select, #cat, #archives-dropdown--1 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat 98.5% !important;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat calc(99% - 10px) !important;
    background-size: 12px !important;
}

.wp-block-archives-dropdown select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat 98.5% !important;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat calc(99% - 10px) !important;
    background-size: 12px !important;
}

.wp-block-categories-dropdown.wp-block-categories select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat 98.5% !important;
    background: url(https://droitthemes.com/wp/unit_test/wp-content/uploads/2020/08/down-chevron.png) white no-repeat calc(99% - 10px) !important;
    background-size: 12px !important;
}


.blog_details table tr td {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.comment blockquote code{
  color: #FFFFFF;
}
.wp-block-cover.has-background-dim {
    margin-bottom: 25px;
}
.sec_pad img{
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .sec_pad img{
       margin-top: 10px;
    }
    .p_comment_list .children .post_comment {
        margin-left: 40px;
    }
    .b_inner .b_post_info img{
        margin-top: 0px;
    }
    .blog_list_content img{
        margin-top: 0px; 
    }
  }

@media only screen and (min-width: 992px) {
    header.header_area_one.navbar_fixed, header.header_area.navbar_fixed {
      padding-bottom: 0;
    }
} 

@media only screen and (max-width: 767px) {
    .p_comment_list .children .post_comment {
        margin-left: 20px;
    }
} 
@media only screen and (max-width: 570px) {
    .p_comment_list .children .post_comment {
        margin-left: 10px;
    }
    .media-body {
        max-width: 80%;
    }
}    

@media (min-height:960px){
    .pp-scrollable .intro .elementor-section.projects {
        align-items: initial;
    }
    .elementor-section.projects .elementor-widget-denzel_portfolio,.elementor-section.projects .elementor-widget,.elementor-section.projects .elementor-widget-container{
        height: 100%;
    }
}

.wp-block-calendar {
    margin-top: 25px;
}

nav.wp-calendar-nav {
 margin-bottom: 25px;
}
.blog_details .has-cyan-bluish-gray-background-color blockquote{
    background: transparent;
    box-shadow: none;
}

.blog_details .has-cyan-bluish-gray-background-color{
    background-image: -webkit-linear-gradient(
        -42deg
        , rgb(186, 197, 117) 0%, rgb(197, 226, 19) 100%); 
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    .widget_nav_menu ul.sub-menu li {
        margin-left: 18px;
    }
    .navbar_fixed{
        padding-right: 65px;
    }
    .navbar-bottom {
        padding-right: 65px;
    }
  }

  .blog_details ul li a:hover {
   color: #c5e213;
  }