@charset "UTF-8";

/*------------------------
	Css Indexing
--------------------------
** @typography
--------------------------
** Global css
--------------------------
** Breadcumb Area
--------------------------
** Preloader
--------------------------
** Normalize
--------------------------
** Header Area
--------------------------
** Support bar
--------------------------
** Navbar Area
--------------------------
** Sidebar 
--------------------------
** Blog post
--------------------------
** Related Post
--------------------------
** Comment form style
--------------------------
** Comoment
--------------------------
** footer area
--------------------------
** Responsive
--------------------------

*/


/*-----------------
    @Typography
-----------------*/


/*---------------------------
** Global Scss
---------------------------*/

.site-content {
    padding: 60px 0 0 0;
    margin-top: 70px;
}

.col-dblock {
    display: inline-block;
    float: left;
}

.remove-col-padding {
    padding: 0;
}

.remove-col-padding-right {
    padding-right: 0;
}

.remove-col-padding-left {
    padding-left: 0;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-top-80 {
    padding-top: 80px;
}

.padding-top-90 {
    padding-top: 90px;
}

.padding-top-100 {
    padding-top: 100px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-top-100 {
    margin-bottom: 100px;
}

.margin-top-120 {
    margin-top: 120px;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.section-subtitle {
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #006cff;
    font-weight: 700;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: #006cff;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    z-index: 99;
    cursor: pointer;
}

.back-to-top i {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
}


/*====================
** Normalize
====================*/

html {
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin: 0;
    color: #7d7c8f;
    overflow-x: hidden;
}

h1 {
    font-size: 48px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 36px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 24px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 21px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #151525;
    font-weight: 700;
    font-family: "Roboto", serif;
}

p {
    font-size: 14px;
    color: #151525;
    line-height: 1.625;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a {
    color: #151525;
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}


/*input and button type focus outline disable*/

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}


/**
 * 5.0 - Alignments
 */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}


/*---------------------
    Header Area
---------------------*/

.clearex-header-area .site-branding {
    padding: 60px 0 60px 0;
    display: inline-block;
    max-width: 550px;
}

.clearex-header-area .site-branding .logo-image {
    display: inline-block;
    margin-right: 30px;
}

.clearex-header-area .site-branding .logo-image img {
    max-width: 150px;
    margin-top: -30px;
}

.clearex-header-area .site-branding .logo-title-wrapper {
    display: inline-block;
}

.clearex-header-area .site-branding .logo-title-wrapper .site-title {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.clearex-header-area .site-branding .logo-title-wrapper .site-description {
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
}

.clearex-header-area .header-social-icons {
    display: inline-block;
    text-align: center;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clearex-header-area .header-social-icons .header-social-inner ul li {
    display: inline-block;
    margin: 0 3px;
}

.clearex-header-area .header-social-icons .header-social-inner ul li:last-child {
    margin-right: 0;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    background-color: #ddd;
    line-height: 40px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: .8;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a:hover {
    opacity: 1;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.facebook-f {
    background-color: #3b5999;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.twitter {
    background-color: #55acee;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.linkedin-in {
    background-color: #0077B5;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.instagram {
    background-color: #e4405f;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.gitlab {
    background-color: #e24329;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.google-plus-g {
    background-color: #dd4b39;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.pinterest-p {
    background-color: #bd081c;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.vimeo-v {
    background-color: #1ab7ea;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.youtube {
    background-color: #cd201f;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.behance {
    background-color: #131418;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.dribbble {
    background-color: #ea4c89;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.github {
    background-color: #333;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.skype {
    background-color: #00AFF0;
}

.clearex-header-area .header-social-icons .header-social-inner ul li a.tumblr {
    background-color: #34465d;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    cursor: pointer;
}

.slicknav_menu {
    display: none;
}


/*---------------------
    Support bar  
---------------------*/

.support-bar-area {
    background-color: #e8f3fd;
    padding: 15px 0;
}

.support-bar-area .left-content-area {
    padding-top: 8px;
}

.support-bar-area .left-content-area ul {
    margin: 0;
    padding: 0;
}

.support-bar-area .left-content-area ul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    color: #666;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.support-bar-area .left-content-area ul li:hover {
    color: #333;
}

.support-bar-area .left-content-area ul li:first-child {
    margin-left: 0;
}

.support-bar-area .left-content-area ul li a {
    display: inline-block;
    color: #666;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.support-bar-area .left-content-area ul li a:hover {
    color: #333;
}

.support-bar-area .right-content-area {
    text-align: right;
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper {
    position: relative;
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-search-field {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    padding-right: 70px;
    height: 40px;
    border-radius: 5px;
    background-color: transparent;
    color: #333;
    border-color: #666;
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-search-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: "#005fe0";
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-search-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: "#005fe0";
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-search-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: "#005fe0";
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-search-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: "#005fe0";
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 40px;
    border-color: #666;
    background-color: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #666;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-submit-btn:hover,
.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-submit-btn:focus,
.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-submit-btn:visited,
.support-bar-area .right-content-area .support-bar-form .search-form-warpper .support-submit-btn:active {
    background-color: #333;
    color: #fff;
}


/*--------------------------
    navbar area
--------------------------*/

.main-navigation ul li ul li .nav-link:after {
    display: none;
}

.main-navigation ul li ul li .nav-link:hover {
    color: #006cff;
}


/*for defautl manubar*/

.main-navigation .clearex-primary-menu ul li:hover a:hover {
    color: #006cff;
}

.main-navigation .clearex-primary-menu ul {
    background-color: #fff;
}

.main-navigation .clearex-primary-menu ul li a {
    padding: 15px;
}

.main-navigation .clearex-primary-menu ul li.current-menu-item a {
    background-color: #fff;
}

.main-navigation .clearex-primary-menu ul li.current-menu-item a:after {
    visibility: visible;
    opacity: 1;
}

.main-navigation .clearex-primary-menu ul li:hover a {
    background-color: #fff;
}

.main-navigation .clearex-primary-menu ul li:hover a:after {
    visibility: visible;
    opacity: 1;
}

.main-navigation .clearex-primary-menu ul li a {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.main-navigation .clearex-primary-menu .nav-item .nav-link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #006cff;
    content: '';
    visibility: hidden;
    opacity: 0;
}


/*default menubar style end here*/

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item:hover .nav-link:hover {
    color: #006cff;
}

.main-navigation {
    background-color: #ddd;
    padding: 0;
    margin-bottom: 60px;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu ul {
    background-color: #fff;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu ul .nav-item .nav-link {
    padding: 15px;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item.current-menu-item .nav-link {
    background-color: #fff;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item.current-menu-item .nav-link:after {
    visibility: visible;
    opacity: 1;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item:hover .nav-link {
    background-color: #fff;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item:hover .nav-link:after {
    visibility: visible;
    opacity: 1;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item .nav-link {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding: 25px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item .nav-link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #006cff;
    content: '';
    visibility: hidden;
    opacity: 0;
}


/*------------------------------
    sidebar scss
------------------------------*/

.widget-area .widget {
    padding: 35px 40px 40px 40px;
    background-color: #f7f7f7;
}

.widget-area .widget.widget_recent_comments ul li a {
    word-wrap: break-word;
}

.widget-area .widget.widget_nav_menu .nav-link {
    padding: 0;
    padding-left: 20px;
}

.widget-area .widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_nav_menu ul ul {
    margin-left: 13px;
}

.widget-area .widget.widget_nav_menu ul ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-area .widget.widget_nav_menu ul li {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.widget-area .widget.widget_nav_menu ul li cite {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.widget-area .widget.widget_nav_menu ul li cite:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}

.widget-area .widget.widget_nav_menu ul li .rss-date {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}

.widget-area .widget.widget_nav_menu ul li .rss-date:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_nav_menu ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.widget-area .widget.widget_nav_menu ul li a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.widget-area .widget.widget_nav_menu ul li a:first-child {
    padding-left: 25px;
}

.widget-area .widget.widget_nav_menu ul li a:hover {
    color: #006cff;
}

.widget-area .widget.widget_nav_menu ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_tag_cloud .tagcloud {
    display: block;
}

.widget-area .widget.widget_tag_cloud .tagcloud .tag-cloud-link {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px !important;
    margin: 5px;
    text-transform: capitalize;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_tag_cloud .tagcloud .tag-cloud-link:last-child {
    margin-bottom: 0;
}

.widget-area .widget.widget_tag_cloud .tagcloud .tag-cloud-link:hover {
    background-color: #006cff;
    color: #fff;
}

.widget-area .widget.widget_tag_cloud .tagcloud .tag-cloud-link:after {
    position: absolute;
    left: 10px;
    top: 8px;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
}

.widget-area .widget.widget_text select {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #505050;
}

.widget-area .widget.widget_search .search-form-warpper {
    min-height: 45px;
    position: relative;
}

.widget-area .widget.widget_search .search-form-warpper .search-field {
    height: 45px;
    padding: 10px 20px;
    width: 100%;
    position: absolute;
    border-color: #006cff;
}

.widget-area .widget.widget_search .search-form-warpper .support-submit-btn {
    background-color: #006cff;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 50px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_search .search-form-warpper .support-submit-btn:hover {
    background-color: #FF5500;
}

.widget-area .widget.widget_rss ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_rss ul ul {
    margin-left: 20px;
}

.widget-area .widget.widget_rss ul ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-area .widget.widget_rss ul li {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.widget-area .widget.widget_rss ul li cite {
    margin-top: 10px;
    padding-left: 20px;
    position: relative;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.widget-area .widget.widget_rss ul li cite:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
}

.widget-area .widget.widget_rss ul li .rss-date {
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 20px;
    position: relative;
}

.widget-area .widget.widget_rss ul li .rss-date:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_rss ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.widget-area .widget.widget_rss ul li a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.widget-area .widget.widget_rss ul li a:first-child {
    padding-left: 25px;
}

.widget-area .widget.widget_rss ul li a:hover {
    color: #006cff;
}

.widget-area .widget.widget_rss ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_recent_entries ul ul {
    margin-left: 20px;
}

.widget-area .widget.widget_recent_entries ul ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-area .widget.widget_recent_entries ul li {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.widget-area .widget.widget_recent_entries ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.widget-area .widget.widget_recent_entries ul li a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
}

.widget-area .widget.widget_recent_entries ul li a:first-child {
    padding-left: 25px;
}

.widget-area .widget.widget_recent_entries ul li a:hover {
    color: #006cff;
}

.widget-area .widget.widget_recent_entries ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_recent_comments ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_recent_comments ul ul {
    margin-left: 20px;
}

.widget-area .widget.widget_recent_comments ul ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-area .widget.widget_recent_comments ul li {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.widget-area .widget.widget_recent_comments ul li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_recent_comments ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.widget-area .widget.widget_recent_comments ul li a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_recent_comments ul li a:first-child {
    padding-left: 25px;
}

.widget-area .widget.widget_recent_comments ul li a:hover {
    color: #006cff;
}

.widget-area .widget.widget_meta ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_meta ul ul {
    margin-left: 20px;
}

.widget-area .widget.widget_meta ul ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-area .widget.widget_meta ul li {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.widget-area .widget.widget_meta ul li:first-child a:after {
    content: '\f2bd';
}

.widget-area .widget.widget_meta ul li:nth-child(2) a:after {
    content: '\f2f5';
}

.widget-area .widget.widget_meta ul li:nth-child(3) a:after {
    content: '\f09e';
}

.widget-area .widget.widget_meta ul li:nth-child(4) a:after {
    content: '\f086';
}

.widget-area .widget.widget_meta ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area .widget.widget_meta ul li:last-child a:after {
    content: '\f0c1';
}

.widget-area .widget.widget_meta ul li a {
    color: #505050;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_meta ul li a:hover {
    color: #006cff;
}

.widget-area .widget.widget_meta ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_pages ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_pages ul ul {
    margin-left: 20px;
}

.widget-area .widget.widget_pages ul ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-area .widget.widget_pages ul li {
    display: block;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}

.widget-area .widget.widget_pages ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget-area .widget.widget_pages ul li a {
    color: #505050;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_pages ul li a:hover {
    color: #006cff;
}

.widget-area .widget.widget_pages ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.widget-area .widget.widget_categories select {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #505050;
}

.widget-area .widget.widget_categories ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_categories ul ul {
    padding-left: 20px;
}

.widget-area .widget.widget_categories ul ul li:after {
    content: "\f07b";
}

.widget-area .widget.widget_categories ul li {
    list-style: none;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    text-align: left;
}

.widget-area .widget.widget_categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-area .widget.widget_categories ul li:hover {
    color: #006cff;
}

.widget-area .widget.widget_categories ul li:hover a {
    color: #006cff;
}

.widget-area .widget.widget_categories ul li:hover:after {
    color: #006cff;
}

.widget-area .widget.widget_categories ul li:hover ul li {
    color: #505050;
}

.widget-area .widget.widget_categories ul li:hover ul li:hover {
    color: #505050;
}

.widget-area .widget.widget_categories ul li:hover ul li:hover a {
    color: #505050;
}

.widget-area .widget.widget_categories ul li:hover ul li a {
    color: #505050;
}

.widget-area .widget.widget_categories ul li:hover ul li a:hover {
    color: #006cff;
}

.widget-area .widget.widget_categories ul li:after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 0;
    color: #505050;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.widget-area .widget.widget_categories ul li:last-child {
    border-bottom: none;
}

.widget-area .widget.widget_categories ul li a {
    color: #505050;
    padding-left: 25px;
}

.widget-area .widget.widget_calendar #calendar_wrap #wp-calendar {
    margin-bottom: 0;
}

.widget-area .widget.widget_calendar #calendar_wrap #wp-calendar caption {
    caption-side: top;
    font-weight: 600;
    color: #505050;
}

.widget-area .widget.widget_calendar #calendar_wrap #wp-calendar thead tr th {
    padding-bottom: 10px;
    color: #505050;
}

.widget-area .widget.widget_calendar #calendar_wrap #wp-calendar tbody td {
    background-color: #cccccc3d;
    border: 5px solid #fff;
    text-align: center;
    color: #505050;
}

.widget-area .widget.widget_calendar #calendar_wrap #wp-calendar tbody td.pad {
    background-color: transparent;
}

.widget-area .widget.widget_calendar #calendar_wrap #wp-calendar tfoot tr td a {
    color: #505050;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget-area .widget.widget_calendar #calendar_wrap #wp-calendar tfoot tr td a:hover {
    color: #006cff;
}

.widget-area .widget.widget_archive {
    padding-bottom: 30px;
}

.widget-area .widget.widget_archive select {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #505050;
    margin-bottom: 10px;
}

.widget-area .widget.widget_archive ul {
    margin: 0;
    padding: 0;
}

.widget-area .widget.widget_archive ul li {
    list-style: none;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    text-align: left;
}

.widget-area .widget.widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget.widget_archive ul li:hover {
    color: #006cff;
}

.widget-area .widget.widget_archive ul li:hover a {
    color: #006cff;
}

.widget-area .widget.widget_archive ul li:hover:after {
    color: #006cff;
}

.widget-area .widget.widget_archive ul li:after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
    top: 0;
    color: #505050;
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

.widget-area .widget.widget_archive ul li:last-child {
    border-bottom: none;
}

.widget-area .widget.widget_archive ul li a {
    color: #505050;
    padding-left: 20px;
}

.widget-area .widget .widget-title,
.widget-area .widget .widgettitle {
    font-size: 18px;
    color: #252525;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.widget-area .widget .widget-title:after,
.widget-area .widget .widgettitle:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}

.widget-area .widget .widget-title:before,
.widget-area .widget .widgettitle:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 1px;
    background-color: #006cff;
}

.recent_post_wrapper {
    margin: 0;
    padding: 0;
}

.recent_post_wrapper .recent-post-item {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    min-height: 100px;
}

.recent_post_wrapper .recent-post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0px;
    border-bottom: none;
}

.recent_post_wrapper .recent-post-item .thumb {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
}

.recent_post_wrapper .recent-post-item .thumb img {
    max-width: 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.recent_post_wrapper .recent-post-item .content {
    padding-left: 100px;
}

.recent_post_wrapper .recent-post-item .content .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #515151;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.recent_post_wrapper .recent-post-item .content .title:hover {
    color: #006cff;
}

.recent_post_wrapper .recent-post-item .content .meta-date {
    font-size: 12px;
    font-weight: 700;
}


/*----------------------------
    Blog post
-----------------------------*/

.clerex-page-content.archives-page .search-page-header,
.clerex-page-content.archives-page .search-entry-header {
    text-align: left;
}

.clerex-page-content.archives-page .search-page-header .search-page-title,
.clerex-page-content.archives-page .search-page-header .search-entry-title,
.clerex-page-content.archives-page .search-entry-header .search-page-title,
.clerex-page-content.archives-page .search-entry-header .search-entry-title {
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 35px;
    position: relative;
    display: block;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.clerex-page-content.archives-page .search-page-header .search-page-title:after,
.clerex-page-content.archives-page .search-page-header .search-entry-title:after,
.clerex-page-content.archives-page .search-entry-header .search-page-title:after,
.clerex-page-content.archives-page .search-entry-header .search-entry-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background-color: #006cff;
    content: '';
}

.clerex-page-content.archives-page .search-page-header .search-page-title:before,
.clerex-page-content.archives-page .search-page-header .search-entry-title:before,
.clerex-page-content.archives-page .search-entry-header .search-page-title:before,
.clerex-page-content.archives-page .search-entry-header .search-entry-title:before {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}

.no-results.not-found .page-header .page-title {
    font-size: 25px;
    line-height: 35px;
    color: #505050;
    margin-bottom: 0;
}

.search-form-warpper {
    position: relative;
}

.search-form-warpper .search-field {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    padding-right: 70px;
}

.search-form-warpper .support-submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 60px;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.clearex-post-article.sticky {
    position: relative;
}

.clearex-post-article.sticky:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '\f08d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 25px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer;
}

.navigation.post-navigation .nav-previous a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    word-wrap: break-word;
}

.navigation.post-navigation .nav-previous a:hover {
    color: #006cff;
}

.navigation.post-navigation .nav-next a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navigation.post-navigation .nav-next a:hover {
    color: #006cff;
}

.main-navigation li.current_page_item {
    background-color: #fff;
}

.main-navigation li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #006cff;
    content: '';
    visibility: hidden;
    opacity: 1;
    transition: .3s ease-in;
}

.main-navigation li.current_page_item:after {
    visibility: visible;
    opacity: 1;
}

.main-navigation li:hover:after {
    visibility: visible;
    opacity: 1;
}

.pagination {
    display: block;
    text-align: center;
    clear: both;
    width: 100%;
}

.pagination .clearex-pagination-wrapper {
    margin-top: 60px;
}

.pagination .clearex-pagination-wrapper ul {
    margin: 0;
    padding: 0;
}

.pagination .clearex-pagination-wrapper ul li {
    list-style: none;
    color: #505050;
    display: inline-block;
    border-radius: 3px;
    margin: 0 3px;
}

.pagination .clearex-pagination-wrapper ul li span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 13px;
    border-radius: 3px;
}

.pagination .clearex-pagination-wrapper ul li .current {
    color: #fff;
    background-color: #006cff;
    border-color: #006cff;
    border-radius: 3px;
}

.pagination .clearex-pagination-wrapper ul li a {
    border-radius: 5px;
    display: inline-block;
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 5px 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination .clearex-pagination-wrapper ul li a:hover {
    color: #fff;
    background-color: #006cff;
    border-color: #006cff;
}

.clearex-post-article .clerex-post-thumbnail-single-post {
    display: inline-block;
    margin-bottom: 20px;
}

.clearex-post-article .clearex-post-thumbnail-wrapper {
    margin-bottom: 22px;
    margin-top: 10px;
    display: inline-block;
}

.clearex-post-article .clearex-post-content-wrapper {
    padding: 22px 0px 30px 0px;
    margin-bottom: 50px;
    position: relative;
    padding-top: 0;
}

.clearex-post-article .clearex-post-content-wrapper .page-links {
    display: none;
}

.clearex-post-article .clearex-post-content-wrapper.single-page {
    margin-bottom: 0;
    padding-bottom: 0;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .page-links {
    display: block;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    font-weight: 400;
    word-wrap: break-word;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-title b {
    font-weight: 700;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-meta {
    color: #505050;
    font-size: 14px;
    padding: 0px 10px;
    background-color: transparent;
    padding-left: 0;
    margin-bottom: 30px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-meta .posted-on {
    padding-right: 10px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-meta .posted-on .entry-date {
    padding-left: 5px;
    color: #7d7c8f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-meta .posted-on .entry-date:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-meta .byline {
    text-transform: capitalize;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-meta .byline .author .url {
    color: #7d7c8f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-header .entry-meta .byline .author .url:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper.single-page:after {
    display: none;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-footer {
    border-top: 1px dashed rgba(0, 0, 0, 0.1);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 10px 0;
    padding-left: 0;
    margin-top: 40px;
    display: block;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-footer .edit-link {
    padding-left: 20px;
    float: right;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content input[type="submit"] {
    height: 40px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content input[type="password"] {
    height: 40px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content h1,
.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content h2,
.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content h3,
.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content h4,
.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content h5,
.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content h6 {
    font-weight: 400;
}
.clearex_footer_widget_area{
    margin-top: 60px;
}
.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content .page-links a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content table thead tr th {
    font-weight: 700;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    color: #151525;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content table tbody tr th {
    font-weight: 700;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content table tbody tr td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content a {
    color: #006cff;
    font-weight: 600;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content blockquote {
    padding: 5px 20px;
    border-left: 5px solid #006cff;
    margin-bottom: 10px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content blockquote a {
    color: #006cff;
    font-weight: 600;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content blockquote code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content blockquote p {
    margin-bottom: 0;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ul {
    margin: 0;
    margin-bottom: 20px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ul li {
    margin-bottom: 10px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ul li ul {
    padding-left: 20px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ul li a {
    color: #006cff;
    font-weight: 600;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ul li:last-child {
    margin-bottom: 0;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ol {
    margin: 0;
    margin-bottom: 20px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ol li {
    margin-bottom: 10px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ol li ol {
    padding-left: 20px;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ol li a {
    color: #006cff;
    font-weight: 600;
}

.clearex-post-article .clearex-post-content-wrapper.single-page .entry-content ol li:last-child {
    margin-bottom: 0;
}

.clearex-post-article .clearex-post-content-wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    height: 6px;
    background-image: url(data:image/png;base64,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);
    background-repeat: repeat-x 0 0;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer {
    color: #505050;
    font-size: 12px;
    padding: 2px 10px;
    padding-left: 0;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .comments-link {
    padding-right: 10px;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .comments-link a {
    display: inline-block;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .cat-links {
    padding-right: 20px;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .cat-links a {
    color: #7d7c8f;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .cat-links a:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .tags-links {
    padding-right: 20px;
    color: #505050;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .tags-links a {
    color: #7d7c8f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .tags-links a:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .edit-link {
    position: relative;
    padding-left: 15px;
    color: #505050;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .edit-link a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .edit-link a:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .edit-link:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .edit-link:hover:after {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-footer .edit-link:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.clearex-post-article .clearex-post-content-wrapper .entry-content p {
    color: #505050;
}

.clearex-post-article .clearex-post-content-wrapper .entry-content {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #505050;
    word-wrap: break-word;
}

.clearex-post-article .clearex-post-content-wrapper .entry-content .readmore-btn {
    display: block;
    width: 120px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #505050;
    margin-top: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper .entry-content .readmore-btn:hover {
    color: #006cff;
    border-color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
    word-wrap: break-word;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-title a {
    font-weight: 400;
    color: #252525;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-title a:visited {
    color: #252525;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-title a:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-meta {
    color: #505050;
    font-size: 12px;
    background-color: #eaeaea;
    padding: 2px 10px;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-meta .posted-on {
    padding-right: 10px;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-meta .posted-on .entry-date {
    padding-left: 5px;
    color: #7d7c8f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-meta .posted-on .entry-date:hover {
    color: #006cff;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-meta .byline {
    text-transform: capitalize;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-meta .byline .author .url {
    color: #7d7c8f;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-post-article .clearex-post-content-wrapper .entry-header .entry-meta .byline .author .url:hover {
    color: #006cff;
}


/***
** Related Post 
**/

.clearex-related-post .header-area .title {
    color: #151525;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
    position: relative;
}

.clearex-related-post .header-area .title:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}

.clearex-related-post .header-area .title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 180px;
    height: 1px;
    background-color: #006cff;
    content: '';
    z-index: 1;
}

.clearex-related-post .related-post-wrapper .single-related-post {
    margin-bottom: 30px;
}

.clearex-related-post .related-post-wrapper .single-related-post .thumb {
    margin-bottom: 15px;
}

.clearex-related-post .related-post-wrapper .single-related-post .content .title {
    font-size: 18px;
    line-height: 23px;
    color: #151525;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clearex-related-post .related-post-wrapper .single-related-post .content .title:hover {
    color: #006cff;
}

.error-404.not-found .page-header .page-title {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 32px;
    word-wrap: break-word;
}

.page-entry-header .page-entry-title {
    font-size: 35px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.page-entry-header .page-entry-title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAEePHjwnxGbHEhCQUGBEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBADSZhunpas31QAAAABJRU5ErkJggg==);
    content: '';
}

.page-entry-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: right;
    margin-top: 30px;
}

.page-entry-footer .page-edit-link {
    position: relative;
    padding-left: 20px;
    color: #505050;
}

.page-entry-footer .page-edit-link a {
    color: #505050;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.page-entry-footer .page-edit-link a:hover {
    color: #006cff;
}

.page-entry-footer .page-edit-link:hover {
    color: #006cff;
}

.page-entry-footer .page-edit-link:hover:after {
    color: #006cff;
}

.page-entry-footer .page-edit-link:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.audio-post-player-wrapper audio {
    width: 100%;
}

.audio-post-player-wrapper {
    margin-bottom: 25px;
}

.blog-post-thumbnail-carousel {
    margin-bottom: 30px;
}

.blog-post-thumbnail-carousel .single-blog-post-item img {
    width: 100%;
    max-height: 350px;
}

.blog-post-thumbnail-carousel .owl-dots {
    position: absolute;
    right: 30px;
    top: 30px;
}

.blog-post-thumbnail-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin: 0 3px;
}

.blog-post-thumbnail-carousel .owl-dots .owl-dot.active {
    background-color: #006cff;
}

.post-format-link-thumb .link-inner-wrapper {
    text-align: center;
    background-color: #EAEAEA;
    margin-bottom: 30px;
}

.post-format-link-thumb .link-inner-wrapper .icon {
    font-size: 150px;
    color: #006cff;
}

.post-format-quote-thumb {
    margin-bottom: 30px;
}

.post-format-quote-thumb .quote-inner-wrapper {
    background-color: #EAEAEA;
    position: relative;
    min-height: 70px;
    z-index: 0;
    padding: 20px;
    padding-left: 123px;
}

.post-format-quote-thumb .quote-inner-wrapper .icon {
    font-size: 70px;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: -1;
    color: #f5f5f5;
}

.post-format-quote-thumb .quote-inner-wrapper blockquote {
    padding: 30px;
}

.post-format-quote-thumb .quote-inner-wrapper blockquote a {
    display: block;
}

.post-format-quote-thumb .quote-inner-wrapper blockquote a:first-child {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    padding-left: 90px;
    color: #252525;
    margin-bottom: 10px;
}

.post-format-quote-thumb .quote-inner-wrapper blockquote a:last-child {
    font-size: 18px;
    font-weight: 700;
    color: #006cff;
    padding-left: 90px;
}


/*------------------------------------
 Comment form style
-----------------------------------*/

.comment-form label {
    font-weight: 700;
    font-size: 16px;
    color: #131222;
    display: block;
}

.comment-form label .required {
    color: #f00;
}

.comment-form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 14px;
    color: #63617b;
    resize: none;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    font-size: 14px;
    color: #63617b;
}

.comment-form .form-submit .submit {
    display: inline-block;
    width: 200px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    background-color: #006cff;
    cursor: pointer;
}

.comment-form .comment-form-cookies-consent label {
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    top: -2px;
    margin-top: 10px;
    display: inline-block;
}


/*-----------------------
    Comoment 
------------------------*/

.comments-area .comments-title {
    color: #151525;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 40px;
    position: relative;
}

.comments-area .comments-title:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    content: '';
}

.comments-area .comments-title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 120px;
    height: 1px;
    background-color: #006cff;
    content: '';
    z-index: 1;
}

.comment-list {
    margin-left: 0;
}

.comment-list .comment {
    list-style: none;
}

.comment-list .comment .comment-body {
    position: relative;
    min-height: 120px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.comment-list .comment .comment-body .children .comment-content .edit-link {
    float: right;
}

.comment-list .comment .comment-body .comment-meta .comment-author {
    position: absolute;
    left: 0;
    top: 0;
    clear: both;
    text-align: center;
    max-width: 150px;
    margin-bottom: 10px;
}

.comment-list .comment .comment-body .comment-meta .comment-author img {
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.comment-list .comment .comment-body .comment-meta .comment-metadata {
    padding-left: 110px;
    position: absolute;
    top: 0;
    width: 100%;
    padding-right: 20px;
}

.comment-list .comment .comment-body .comment-meta .comment-metadata .fn {
    font-size: 16px;
    font-weight: 700;
    color: #006cff;
    display: inline-block;
}

.comment-list .comment .comment-body .comment-meta .comment-metadata .url {
    font-size: 16px;
    font-weight: 700;
    color: #006cff;
    display: inline-block;
}

.comment-list .comment .comment-body .comment-meta .comment-metadata a time {
    font-size: 14px;
    font-weight: 600;
    color: #777;
    display: inline-block;
    float: right;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.comment-list .comment .comment-body .comment-meta .comment-metadata a time:hover {
    color: #006cff;
}

.comment-list .comment .comment-body .comment-content {
    padding-left: 110px;
    padding-top: 30px;
    padding-bottom: 15px;
    width: 100%;
}

.comment-list .comment .comment-body .comment-content p {
    font-size: 14px;
    color: #515151;
    line-height: 26px;
}

.comment-list .comment .comment-body .comment-content .reply {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #777777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.comment-list .comment .comment-body .comment-content .reply a {
    color: #777777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.comment-list .comment .comment-body .comment-content .reply:hover {
    color: #006cff;
}

.comment-list .comment .comment-body .comment-content .reply:hover a {
    color: #006cff;
}

.comment-list .comment .comment-body .comment-content .reply:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
}

.comment-list .comment .comment-body .comment-content .edit-link {
    display: inline-block;
    float: right;
    clear: both;
    position: relative;
    padding-left: 20px;
    color: #777777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.comment-list .comment .comment-body .comment-content .edit-link a {
    color: #777777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.comment-list .comment .comment-body .comment-content .edit-link:hover {
    color: #006cff;
}

.comment-list .comment .comment-body .comment-content .edit-link:hover a {
    color: #006cff;
}

.comment-list .comment .comment-body .comment-content .edit-link:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    cursor: pointer;
}

.comment-list .comment .comment-body .comment-content input[type="submit"] {
    height: 40px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
}

.comment-list .comment .comment-body .comment-content input[type="password"] {
    height: 40px;
}

.comment-list .comment .comment-body .comment-content h1,
.comment-list .comment .comment-body .comment-content h2,
.comment-list .comment .comment-body .comment-content h3,
.comment-list .comment .comment-body .comment-content h4,
.comment-list .comment .comment-body .comment-content h5,
.comment-list .comment .comment-body .comment-content h6 {
    font-weight: 400;
}

.comment-list .comment .comment-body .comment-content .page-links a {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.comment-list .comment .comment-body .comment-content table {
    width: 100%;
    display: block;
}

.comment-list .comment .comment-body .comment-content table thead tr th {
    font-weight: 700;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
    color: #151525;
}

.comment-list .comment .comment-body .comment-content table tbody tr th {
    font-weight: 700;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.comment-list .comment .comment-body .comment-content table tbody tr td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

.comment-list .comment .comment-body .comment-content a {
    color: #006cff;
    font-weight: 600;
}

.comment-list .comment .comment-body .comment-content blockquote {
    padding: 5px 20px;
    border-left: 5px solid #006cff;
    margin-bottom: 10px;
}

.comment-list .comment .comment-body .comment-content blockquote a {
    color: #006cff;
    font-weight: 600;
}

.comment-list .comment .comment-body .comment-content blockquote code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.comment-list .comment .comment-body .comment-content code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

.comment-list .comment .comment-body .comment-content blockquote p {
    margin-bottom: 0;
}

.comment-list .comment .comment-body .comment-content ul {
    margin: 0;
    margin-bottom: 20px;
}

.comment-list .comment .comment-body .comment-content ul li {
    margin-bottom: 10px;
}

.comment-list .comment .comment-body .comment-content ul li ul {
    padding-left: 20px;
}

.comment-list .comment .comment-body .comment-content ul li a {
    color: #006cff;
    font-weight: 600;
}

.comment-list .comment .comment-body .comment-content ul li:last-child {
    margin-bottom: 0;
}

.comment-list .comment .comment-body .comment-content pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.comment-list .comment .comment-body .comment-content ol {
    margin: 0;
    margin-bottom: 20px;
}

.comment-list .comment .comment-body .comment-content ol li {
    margin-bottom: 10px;
}

.comment-list .comment .comment-body .comment-content ol li ol {
    padding-left: 20px;
}

.comment-list .comment .comment-body .comment-content ol li a {
    color: #006cff;
    font-weight: 600;
}

.comment-list .comment .comment-body .comment-content ol li:last-child {
    margin-bottom: 0;
}


/*---------------------------
    footer area
--------------------------*/

.site-footer {
    margin-top: 60px;
    padding: 25px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.site-footer a {
    color: #777;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.site-footer a:hover {
    color: #006cff;
}

.site-footer .theme-author {
    color: #006cff;
}


/*-----------------------
    Responsive Css
-----------------------*/


/* Medium Layout: 1200px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item .nav-link {
        padding: 25px 10px;
    }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .support-bar-area {
        margin-bottom: 20px;
    }
    .support-bar-area .left-content-area {
        margin-bottom: 18px;
    }
    .main-navigation {
        margin-bottom: 40px;
    }
}


/* Tablet Layout wide: 768px. */

@media only screen and (max-width: 767px) {
    .support-bar-area .left-content-area {
        text-align: center;
    }
    .support-bar-area .left-content-area ul li {
        margin-bottom: 10px;
    }
    .support-bar-area {
        margin-bottom: 20px;
    }
    .main-navigation .clearex-navbar-wrapper .clearex-primary-menu .nav-item {
        display: block;
        float: none;
        margin-left: 60px;
    }
    .main-navigation {
        padding: 10px 0;
    }
    .clearex-header-area .header-social-icons {
        float: none;
        display: block;
        text-align: left;
        margin-left: -85px;
    }
    .clearex-header-area .header-social-icons .header-social-inner ul li {
        text-align: center;
    }
    .clearex-header-area .site-branding {
        padding-bottom: 10px;
    }
    #masthead {
        padding-bottom: 70px;
    }
    .slicknav_menu {
        display: block;
    }
    .responsive-mobile-menu .slicknav_menu ul li {
        display: block;
        float: none;
        width: 250px;
    }
    ul.slicknav_nav li {
        display: block;
    }
    .slicknav_menu .slicknav_btn {
        float: left;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: auto;
        position: inherit;
        z-index: 9999999;
        background: #4C4C4C;
    }
    .main-navigation ul ul li:hover>ul {
        position: initial;
    }
}

