/*
Theme Name: rallypro
Theme URI: https://www.themerally.com/product/rally-pro-multipurpose-wordpress-theme-business-blogger/
Author: Theme Rally
Author URI: https://www.themerally.com/
Description: Rally Pro is a simple and perfect WordPress theme for personal and business blogging that supports all blogging needs and several customization options. It is light weighted and very fast itself. It should help blogger to have a nice SEO friendly blog with ease.
Version: 1.5.0
Requires PHP:5.6 or higher
Tested up to: 5.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rallypro
Tags: left-sidebar, right-sidebar, featured-images, theme-options, custom-colors, custom-header, custom-menu, custom-logo, footer-widgets, sticky-post, threaded-comments

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Navbar
# Button and Form
# Journal
  ## Journal Head
# Single Post
# Comment
# 404 page
# Author
# Left Content
# WP Style
  ## Search field
  ## sidebar search button
  ## calendar css
  ## recent comment widget
  ## widget dropdown
  ## sidebar menu
  ## tag cloud
  ## pages link
  ## Post edit link
  ## alignment
  ## sticky post
  ## Captions
  ## Galleries
# Sub-Footer
# Footer
--------------------------------------------------------------*/
/* 
color change 
#1db3e2; to #4f74f3
#232525;  to #222831
#5b5e5e  to #444444

*/
*{
	margin: 0;
	padding: 0;
}
body{
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1,h2,h3,h4,h5{
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}
p{
	color: #444444;
	line-height: 28px;
    /* letter-spacing: 0.4px; */
}
img{
    max-width: 100%;
    height: auto;
}
ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 24px;
}
table td, table th{
  padding: 10px 5px;
  border: 1px solid #eeeeee;
}
dt, dd {
    line-height: 30px;
}
dd {
    margin-left: 10px;
}
address {
    line-height: 30px;
    font-style: italic;
}
big {
    font-size: 125%;
}
mark, ins {
    background: #4f74f3;
    color: #fff;
    padding: 4px 5px;
    text-decoration: none;
}
var{
    font-style: italic;
}
embed, iframe, object {
    max-width: 100%;
}
label{
    color: #222831;
    font-weight: 400;
    font-style: normal !important;
}

input:focus,
textarea:focus{
    outline: 0 !important;
}

.btn{
    font-family: 'Mulish', sans-serif;
    font-weight: 600;
}

/*========================== css for Navbar ==========================*/

.navbar-brand .site-title{
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    margin-top: 6px;
}
.navbar-brand a{
    color: #222831;
}
.navbar-brand a:hover{
    text-decoration: none;
}
.navbar-default {
    background-color: #fff;
    border-color: #eeeeee;
}
.navbar {
    min-height: 80px;
    margin-bottom: 0px;
    border-radius: 0;
}
.navbar-brand {
    margin-top: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
}
.navbar-default .navbar-nav>li>a {
    color: #222831;
    font-family: 'Mulish', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
    color: #4f74f3; 
    background-color: transparent; 
}
.nav .open>a, 
.nav .open>a:focus, 
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #4f74f3;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #4f74f3;
    background-color: transparent;
}
.dropdown-menu>li>a{
    font-weight: 500;
    color: #222831;
    text-transform: capitalize;
    padding: 9px 20px;
}
.dropdown-menu>li{
    border-bottom: 1px solid #eeeeee;
}
.dropdown-menu li:last-child{
    border:none;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
    color: #4f74f3;
    background-color: transparent;
}
.dropdown-menu .divider{
    background-color: #eeeeee;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover{
    color: #4f74f3;
    text-decoration: none;
    background-color: transparent;
}

div#bs-example-navbar-collapse-1{
    padding: 25px 0;
}

ul.dropdown-menu li > ul.dropdown-menu{
    right: 100%;
    top: -8px;
}
/*========================== css for Button and Form ==========================*/

.btn, .submit{
    text-transform: uppercase;
    font-weight: 500;
    background: #4f74f3;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid transparent;

}
.btn.focus, 
.btn:focus, 
.btn:hover {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.form-control {
    width: 98%;
    height: 50px;
    font-size: 15px;
    color: #222831;
    background-color: #fff;
    border: 1px solid #4f74f380;
    border-radius: 0px;
    margin-top: 10px;
    padding-left: 10px;
}

.form-control:focus {
    border-color: #4f74f3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(35,37,37,.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(35,37,37,.2);
    outline: 0 !important;
} 

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444444;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #444444;
} 
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #444444;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #444444;
}

/*========================== css for Journal section ==========================*/

#journal{
    padding-top: 80px;
}
#journal .section-heading h4{
    color: #222831;
    margin-bottom: 10%;
}
.journal-post{
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 35px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.journal-post .sidebar-journal-content{
    padding: 20px;
}

.journal-post img.img-responsive.wp-post-image {
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -ms-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
}

.journal-content ul, ol {
  margin: 0 0 24px 20px;
}
.journal-content li , 
.comment li, .page li{
    line-height: 30px;
}
.journal-content p:first-child{
    font-weight: 600;
    text-transform: uppercase;
    
}
.journal-content p:first-child span a{
    color: #222831;
    text-transform: uppercase;  
}
.journal-content p:first-child span a:hover{
    color: #4f74f3;
}
.journal-content .post-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    text-transform: uppercase;
}
.journal-content a .post-title{
    color: #222831;
}
.journal-content a:hover .post-title{
    color: #4f74f3;
}
.journal-content a:hover{
    text-decoration: none;
    color: #4f74f3;
}
.journal-content .btn{
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}
.journal-content .btn.focus, 
.journal-content .btn:focus, 
.journal-content .btn:hover,
.blog-pagination .btn.focus, 
.blog-pagination .btn:focus, 
.blog-pagination .btn:hover,
.form-submit .submit.focus, 
.form-submit .submit:focus, 
.form-submit .submit:hover {
    color: #fff;
    background:#222831;
}
.blog-pagination .btn{
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    font-weight: 500;
}
.blog-pagination .btn i{
    margin-left: 5px;
}

.search-pagination{
    margin:40px 0;
}
.search-page .entry-title a{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    color: #222831;
}
.search-page .entry-title a:hover{
    color: #4f74f3;
    text-decoration: none;
}
.posted-on .updated:before{
    content:'Last Update:';
    padding-left: 5px;    
}
.posted-on a,
.byline a{
    color: #4f74f3;
}
.entry-footer a{
    color: #4f74f3;
    padding-right:5px;
}

/*++++++++++++++++++++++++++ css for Journal Head ++++++++++++++++++++++++++*/

#journal-head{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #eeeeee;
}
.journal-head-overlay{
    background: rgba(0,0,0,.50);
}
.journal-head-content{
    padding: 100px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.section-heading .journal-desc,
.section-heading p{
    padding-top: 15px;
    font-size: 18px;
    line-height: 30px;
}
#journal-head .section-heading .journal-title,
#journal-head .section-heading h4{
    font-size: 34px;
    text-transform: uppercase;
}

/*++++++++++++++++++++++++++ css for Single Post page ++++++++++++++++++++++++++*/

#single-post{
    padding-top: 80px;
}

#single-post .journal-content .post-title{
    font-size: 30px;
}

.post-thumbnail{
    padding-bottom: 30px;
}

.filed-under p {
    border-bottom: 1px solid #eeeeee;
    margin-top: 35px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    color: #4f74f3;
    font-weight: 500;
    font-size: 14px;
}

.filed-under p>a{
    color: #222831;
}

.filed-under p>a:hover{
    color: #4f74f3;
}

.post-author{
    background-color: #4f74f3;
    border-bottom: 1px solid #eeeeee;
    padding: 30px;
    margin-bottom: 40px;
    display: flex;
    gap: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-author img{
    height: 100px;
    width: 100px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.post-author .post-author-content{
    text-align: left;
    color: #fff !important;
}

.post-author h5{
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    text-transform: capitalize;
}

.post-author p{
    color: #fff;
    margin-bottom: 0;
}

.post-author p>a{
    color: #fff;
}

.post-author p>a:hover{
    color: #222831;
}


/*  */
.form-submit .submit{
    padding: 18px 32px;
    height: 57px;
    font-size: 16px;
    font-weight: 500;
}

.form-submit .submit{
    padding: 14px 32px;
}

.widget {
    margin-bottom: 20px;
}

.sidebar .wp-block-search .wp-block-search__label,
.sidebar .widget-title h4,
.sidebar .widget_block h2,
.sidebar .widget_block h3,
.sidebar .widget_block h4{
    background: #4f74f3;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.wp-block-social-links li{
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
}

.widget ul li a{
    color: #222831;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 26px;
}

.widget ul li{
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Mulish', sans-serif;
    line-height: 30px;
}

ul.wp-block-latest-posts__list.wp-block-latest-posts li a{
    text-transform: capitalize !important;
}

.widget ul li a:hover{
    color: #4f74f3;
    border-color: #4f74f3;
    text-decoration: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.wp-block-search__inside-wrapper {
    margin-top: 15px;
    height: 45px;
    background: #f7f7f7;
}

.wp-block-search__inside-wrapper button {
    border: none !important;
    background: #4f74f3 !important;
    color: #fff !important;
    font-weight: 600;
    margin: 0 !important;
}

.wp-block-search__inside-wrapper input {
    border-color: #4f74f3 !important;
    padding: 10px !important;
}

p.wp-block-tag-cloud a {
    font-size: 16px !important;
    color: #222831;
    font-weight: 500;
    margin-right: 7px;
    transition: .4s;
}

p.wp-block-tag-cloud a:hover {
    color: #4f74f3;
}

footer.wp-block-latest-comments__comment-meta a {
    color: #222831;
    font-weight: 500;
    font-size: 15px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

footer.wp-block-latest-comments__comment-meta a:hover{
    color: #4f74f3;
}

footer.wp-block-latest-comments__comment-meta time {
    margin-top: 5px;
}


/*++++++++++++++++++++++++++ css for Comment  ++++++++++++++++++++++++++*/

.comment .comment-reply-title, 
.comment .comments-title{
    margin: 100px 0 60px;
    font-size: 36px;
    font-weight: 700;
}
.children{
    margin-left: 40px;
}
.media-left img{
    max-width: none;
}
.media-heading{
    color: #444444;
    font-size: 17px;
    padding-top: 10px;
    font-weight: 500;
}
.comment-metadata{
    font-size: 15px;
}
.reply-link{
    margin-top: 0px;
    padding-bottom: 20px;
}
.reply-link a, 
.media-heading a,
.media-heading span,
.comment-metadata a{
    color: #222831;
}
.reply-link a:hover, 
.media-heading a:hover,
.comment-metadata a:hover{
    color: #4f74f3;
}
.comment-content{
    margin-top: 7px;
}
.thread-even, .thread-odd{
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 40px;
}

.submit-comment p{
    margin-bottom: 30px;
}
.bypostauthor .media-heading:after{
    position: absolute;
    font-family: 'Ionicons';
    content: '\f213';
    font-size: 20px;
    margin-left: 5px;
}
.post-password-form input[type="submit"]{
    background: #4f74f3;
    height: 36px;
    width: 100px;
    color: #fff;
    border: 1px solid #222831;
    margin-left: 5px;
    border: none;
}
.comment-navigation{
    padding: 0 0 40px;
}
.comment-navigation .nav-links .nav-previous , 
.comment-navigation .nav-links .nav-next {
    display: inline-block;
}
.comment-navigation .nav-links .nav-previous a, 
.comment-navigation .nav-links .nav-next a{
    color: #fff;
    background:#4f74f3;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    line-height: 40px;
}
.comment-navigation .nav-links .nav-next{
    float: right;
}
.submit-comment .form-control{
    margin-top: 0px;
    margin-bottom: 30px; 
}

/*++++++++++++++++++++++++++ css for 404 page ++++++++++++++++++++++++++*/

#error{
    background: #4f74f3;
    color: #fff;
}
.error-content{
    padding: 200px 0;
}
.error-content h3{
    font-size: 50px;
    margin-bottom: 25px;
}
.error-content p{
    color: #fff;
    padding-bottom: 45px;
}
.error-content a{
    color: #4f74f3;
    background: #fff;
    padding:15px 30px;
    text-transform: uppercase;
}
.error-content a:hover{
    background: #222831;
    color: #fff;
    text-decoration: none;
}
.error-content p:last-child{
    padding-bottom: 34px;
}
.error-content .form-control {
    height: 50px;
    font-size: 16px;
    color: #222831;
    background-color: #fff;
    border: 1px solid #222831;
    margin-top: 0px; 
}
.error-content .btn {
    background: #fff;
    color: #444444;
    border-color: #222831;
    border-radius: 0;
    height: 50px;
    text-transform: capitalize;
    padding: 0 20px;
}
.error-content .input-group {
    margin-top: -20px;
}
.or{
    padding-top: 50px;
}

/*++++++++++++++++++++++++++ css for Author page ++++++++++++++++++++++++++*/

#site-author{
    padding-top: 100px;
}

/*++++++++++++++++++++++++++ css for Left Content page ++++++++++++++++++++++++++*/

.left-right-full-content-head h4{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222831;
    margin-bottom: 30px;
}

/*-------------------- WP Style --------------------*/

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
#error .search-field{
    height: 50px;
    font-size: 16px;
    color: #222831;
    background-color: #fff;
    border: 1px solid #222831;
    margin-top: -1px;
    width: 450px;
    padding-left: 10px;
}
#error .search-field:focus{
    border-color: #222831;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(35,37,37,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(35,37,37,.6);
}
#error .search-submit{
    background: #fff;
    color: #444444;
    border-color: #222831;
    border-radius: 0;
    height: 50px;
    text-transform: capitalize;
    padding: 0 20px;
    width: 100px;
    border: 1px solid #222831;
    margin-left: -5px;
}

#primary{
    margin-top: 100px;
}

.right-padd{
    padding-right: 20px;
}

/*Search field*/

.search-field{
   width: 250px;
   height: 50px;
   border:1px solid #222831 ;
   padding-left: 5px;
}

/*sidebar search button*/

 .search-submit{ 
    background:#4f74f3;
    height: 50px;
    width: 100px;
    color: #fff;
    border:1px solid #222831;
    margin-left: 5px;
    border: none;
}
 .search-submit:hover{
    background: #222831;
    color: #fff;
}

/*calendar css*/

#wp-calendar{
    width: 100%;
    text-align: center;
}
#wp-calendar caption {
    padding: 10px 0;
    background-color: #4f74f3;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

td#today{
    background-color: #4f74f3;
    color: #fff;
}

.wp-block-calendar nav{
    background-color: #4f74f3;
    padding: 10px 0;
}

.wp-block-calendar td{
    background-color: #fff;
}

.wp-block-calendar nav a{
    color: #fff;
    text-decoration: none;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.wp-block-calendar nav a:hover{
    text-decoration: underline;
}

#wp-calendar thead th{
    text-align: center;
    font-weight: 500;
}
#wp-calendar #next{
    text-align: right;
}
#wp-calendar #prev{
    text-align: left;
}
/*recent comment widget*/

.comment-author-link{
   text-transform: uppercase;
   font-weight: 600;
}

/*widget dropdown*/

.widget select{
    width: 100%;
    height: 50px;
    padding-left: 5px;
    margin: 0 auto;
    display: block;
}


/*style for sidebar menu*/

.sub-menu{
    padding: 20px 0 0 20px;
    position:relative;
}

.sub-menu li:before {
   font-family: IonIcons;
   padding-right:10px;
   content: "\f3d1";
}

/*tag cloud*/

.tagcloud a{
    color: #222831;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    line-height: 35px;
    font-size: 13px !important;
    font-weight: 500;
    margin-right: 10px;
}
.tagcloud a:hover{
    text-decoration: none;
    color: #337ab7;
    border-color: #337ab7;
}
.sub-footer-content .tagcloud a,
.sub-footer-content .tagcloud a:hover{
    color: #fff;
    border-color: #fff;
    line-height: 48px;
    font-size: 15px !important;
}

/*pages link*/

.page-links{
    color: #4f74f3;
}
.page-links a{
    margin-left: 10px;
    color: #000000;
    border:1px solid #000000;
    padding: 5px 10px;
}
.page-links a:hover{
    background-color: #4f74f3;
    color: #ffffff;
    border-color: #4f74f3;
}

/*Post edit link*/

.post-edit-link{
    padding-left: 10px;
    color: #232323;
}
.post-edit-link:hover{
    color: #4f74f3;
}

/* alignment */

.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*---------------------------   
 sticky post
---------------------------  */
.sticky {
    display: block;
    position: relative;
}
.sticky:before{
    position: absolute;
    font-family: 'Ionicons';
    content: '\f2a6';
    font-size: 20px;
    margin-top: -25px;
}


/*  Captions   */

.wp-caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 12.92px 0;
}

.wp-caption-text {
  text-align: center;
}


/* Galleries  */

.gallery {
  margin-bottom: 24px;
}
.gallery figure{
    margin: 16px 0;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
  padding-top: 5px;
}

/*========================== css for Sub-Footer section ==========================*/

#sub-footer{
    background: #222831;
    margin-top: 90px;
    padding: 70px 0;
    color: #fff;
}

.footer-head h4,
#sub-footer .wp-block-search .wp-block-search__label,
#sub-footer .widget-title h4,
#sub-footer .widget_block h2,
#sub-footer .widget_block h3,
#sub-footer .widget_block h4{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}

.footer-head h4::after,
#sub-footer .wp-block-search .wp-block-search__label::after,
#sub-footer .widget-title h4::after,
#sub-footer .widget_block h2::after,
#sub-footer .widget_block h3::after,
#sub-footer .widget_block h4::after{
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 50px;
    height: 2px;
    background-color: #4f74f3;
}

#sub-footer .footer-middle .footer-head h4::after,
#sub-footer .footer-middle .wp-block-search .wp-block-search__label::after,
#sub-footer .footer-middle .widget-title h4::after,
#sub-footer .footer-middle .widget_block h2::after,
#sub-footer .footer-middle .widget_block h3::after,
#sub-footer .footer-middle .widget_block h4::after{
    background-color: #fff !important;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.sub-footer-content{
    margin-top: 20px;
}

#sub-footer a{
    color: #fff;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

#sub-footer a:hover{
    color: #4f74f3;
}

#sub-footer .footer-follow-us a{
    color: #fff;
}

#sub-footer-404{
    background: #222831;
    margin-top: 1px;
}
/* .footer-head h4{
    color: #fff;
    margin-bottom: 24px;
} */

.sub-footer-content #wp-calendar thead th{
    color: #222831;
}

.sub-footer-content .wp-block-social-links li a:hover{
    color: #fff !important;
}
.sub-footer-content p{
    color: #fff;
}
.sub-footer-content .btn{
    padding: 0px 0px;
    background-color: transparent;
    font-size: 16px;
    color: #4f74f3;
    font-weight: 400;
}
.sub-footer-content .btn:hover{
    text-decoration: underline;
}
.footer-middle{
    background-color: #4f74f3;
    padding: 15px 20px;
    margin-top: 10px;
}
/* .section-heading h4, */
.section-heading .journal-title{
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
}
.sub-footer-content ul li{
    list-style: none;
    font-weight: 500;
    margin-bottom: 10px;
}

/*========================== css for Footer section ==========================*/

#footer{
    padding: 24px 0 13px;
}
.footer-content a{
    color: #4f74f3;
}
