/* ==========================================================
   General Reset & Box Sizing
========================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:focus {
    outline: 2px solid #0073aa;
}

*:focus-visible {
    outline: 2px solid #0073aa;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.site-title{
    margin: 0px;
    font-size: 25px;
}

input[type="text"]:focus,
input[type="text"]:focus-visible,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="url"]:focus,
input[type="url"]:focus-visible,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="date"]:focus,
input[type="date"]:focus-visible,
input[type="file"]:focus,
input[type="file"]:focus-visible,
input[type="search"]:focus,
input[type="search"]:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
    outline: 1px solid #0073aa;
}

/* ==========================================================
   Layout & Images
========================================================== */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

figure {
    margin: 0;
}

iframe {
    max-width: 100%;
}

/* ==========================================================
   Links & Buttons
========================================================== */
a {
    color: #0073aa;
}

a:hover,
a:focus {
    color: #005177;
    text-decoration: underline;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background-color: #005177;
}

/* ==========================================================
  Common Class
========================================================== */
.pedro-font-primary h1,h2{
  font-family: var(--primary-font);
}

/* ==========================================================
   Bootstrap
========================================================== */
.navbar-brand:focus,
.navbar-brand:hover {
    color: #fff;
}

/* ==========================================================
   Typography
========================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 1em;
}

/* ==========================================================
   WordPress Recommended Classes
========================================================== */
.alignleft {
    float: left;
    margin-right: 1em;
}

.alignright {
    float: right;
    margin-left: 1em;
}

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

.wp-caption {
    max-width: 100%;
    text-align: center;
    background: #f9f9f9;
    padding: 5px;
    border: 1px solid #ddd;
}

.wp-caption-text {
    font-size: 0.9em;
    color: #666;
}

.gallery-caption {
    font-style: italic;
    color: #777;
}

.bypostauthor {
    font-weight: bold;
}

/* ==========================================================
   Accessibility (For better keyboard navigation)
========================================================== */

.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;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    clip-path: none;
    color: #005177;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* ==========================================================
   Tables
========================================================== */
table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}

th {
    background-color: #f4f4f4;
    text-align: left;
}

p.post-nav-links {
    clear: both;
}

/* ==========================================================
   Forms
========================================================== */
input,
textarea,
select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

textarea {
    min-height: 150px;
}

/* ==========================================================
   Blockquotes
========================================================== */
blockquote {
    margin: 0;
    padding: 10px;
    border-left: 5px solid #0073aa;
    background: #f9f9f9;
}

/* ==========================================================
   Widgets (Sidebar & Footer)
========================================================== */
.widget {
    margin-bottom: 20px;
}

.widget-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}

/* ==========================================================
   Navigation Menus
========================================================== */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline-block;
    margin-right: 15px;
}

.menu li a {
    color: #0073aa;
    font-weight: bold;
}

.menu li a :hover,
:focus {
    color: #005177;
}

/* ==========================================================
   Pagination
========================================================== */
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    padding: 8px 12px;
    background: #0073aa;
    color: white;
    text-decoration: none;
}

.pagination a:hover {
    background: #000;
}

.pagination a:focus {
    background: #000;
}

.pagination a:focus-visible {
    background: #000;
}

/* ==========================================================
   Footer
========================================================== */
.site-footer {
    text-align: center;
    padding: 20px;
    background: #f4f4f4;
    color: #333;
}

.site-footer a {
    color: #0073aa;
}

.site-footer:focus {
    color: #000;
}
/* ==========================================================
   Responsive Styles
========================================================== */
@media screen and (max-width: 768px) {
    .menu li {
        display: block;
        margin-bottom: 10px;
    }
}

/*------- Fonts -------*/
@font-face {
    font-family: RobotoSlab;
    src: url("../font-family/RobotoSlab-Bold.ttf") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Nunito;
    src: url("../font-family/Nunito-Regular.ttf") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Nunito;
    src: url("../font-family/Nunito-Bold.ttf") format("woff2");
    font-weight: 700;
    font-style: normal;
}

/*------- colors -------*/
:root {
    --primary-color: #403b3b;
    --secondary-color: #0073aa;
    --title-color: #212529;
    --light-color: #fff;
    --shadow-color: #f3f3f3;
    --dark-color: #111;
}

html,
body {
    height: 100%;
    vertical-align: baseline;
}

body {
    overflow-x: hidden;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-family: Nunito;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: RobotoSlab;
    font-weight: 700;
}

p {
    padding: 0px;
    margin: 0px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    color: #000;
}
.disc-wrapper p a {
    text-decoration: underline !important;
}

img {
    height: auto;
}

a:hover {
    text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Ensure all links within content, excerpts, comments, and widgets are underlined */
.entry-content a,
.entry-summary a,
.comment-content a,
.widget_text a,
.custom-text-block a {
    text-decoration: underline !important;
}

/* Ensure all links within content, excerpts, comments, and widgets are underlined */
.entry-content a,
.entry-summary a,
.comment-content a,
.widget_text a,
.custom-text-block a {
    text-decoration: underline !important;
}

/*================================================
   HEADER SECTION
==================================================*/
.home-header {
    padding-top: 26px;
    padding-bottom: 26px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.category .home-header {
    background: #000;
}

.home-header a {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin: 0px;
}

.home-header a:hover {
    background: none;
}

.home-header-new a {
    color: #000;
}

.main-menu-area {
    text-align: right;
}

.home-header .menu-primary-menu-container {
    width: 100%;
}

.home-header .navbar-toggler:focus {
    box-shadow: none;
}

.navbar li ul {
    background-color: #fff;
    border: 1px solid #ddd;
    left: 0;
    right: auto;
    margin: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 59px;
    transition: all 0.3s ease 0s;
    width: 250px;
    z-index: -1;
}

.navbar li:hover > ul {
    opacity: 1;
    top: 45px;
    visibility: visible;
    z-index: 99;
    background: #000;
}

.navbar li:hover > ul,
.navbar li:focus-within > ul {
    opacity: 1;
    top: 45px;
    visibility: visible;
    z-index: 99;
    background: #000;
}

.home-header ul li {
    position: relative;
    padding-left: 12px;
}

.navbar li a {
    font-family: Nunito;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    position: relative;
    outline: 0;
    text-decoration: none;
}

.navbar li a:focus-visible {
    outline: 2px solid #0073aa;
}

.navbar li a:focus {
    outline: 2px solid #0073aa;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #fff;
}

.home-header-new .navbar-nav .nav-link.active {
    color: #000;
}

.home-header-new .active {
    color: #000;
}

.navbar li a::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: width 0.25s ease-in-out;
    transition: width 0.25s ease-in-out;
}

.navbar li a:hover::before,
.navbar li.active a::before {
    width: 100%;
}

.home-header li a:hover::before,
.home-header li.active a::before {
    width: 100%;
}

.nav-link:focus,
.nav-link:hover {
    color: #0073aa;
}

.nav-link:focus-visible {
    outline: 2px solid #0073aa;
}

.navbar ul {
    list-style: none;
    display: flex;
    padding-left: 0px;
    margin: 0px;
    align-items: center;
}

.navbar li ul {
    background-color: #fff;
    border: 1px solid #ddd;
    left: 0;
    right: auto;
    margin: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    text-align: left;
    top: 59px;
    transition: all 0.3s ease 0s;
    width: 250px;
    z-index: -1;
    display: block;
}

.navbar li ul li ul {
    left: 150px;
}

.navbar li ul li {
    padding: 0px;
    margin-bottom: 10px;
}

.navbar li ul.sub-ul li {
    display: block;
    padding-left: 0;
    border-bottom: 1px solid #ddd;
}

.navbar li ul.sub-ul li:last-child {
    border-bottom: 0px solid;
}

.navbar li ul.sub-ul li > a {
    color: #000 !important;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
    transition: 0.3s;
}

.navbar li.active ul.sub-ul li > a:hover {
    color: #fff !important;
}

.navbar li ul.sub-ul li > a:hover {
    background: #000;
    color: #fff !important;
}

.navbar li.active ul.sub-ul li > a::before {
    height: 0;
}

.navbar li ul.sub-ul li > a::before {
    height: 0;
}

.home-header-new .navbar li a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.home-header-new .navbar li a::before {
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

.home-header-new .header-logo a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.home-header .navbar-toggler {
    border: none;
    padding: 5px;
}

.navbar-toggler-icon {
    height: unset;
}

.navbar-toggler:focus {
    outline: 2px solid #005177;
}

.home-header .navbar-toggler-icon i {
    font-size: 22px;
}

.navbar {
    padding: 0;
}

/*================================================
    14. BLOG SECTION
==================================================*/
.blog-section {
    position: relative;
    overflow: hidden;
    background: var(--light-color);
    width: 100%;
    padding: 80px 0;
}

.blog-section::before {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    left: -60%;
    height: 100%;
    background: var(--shadow-color);
    transform-origin: right;
    transform: skewY(8deg);
}

.category .blog-section::before,
.category .blog-section::after {
    content: none;
}

.blog-section::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    right: -40%;
    height: 100%;
    background: var(--shadow-color);
    transform-origin: left;
    transform: skewY(-8deg);
}

.single-post-item {
    position: relative;
    margin-bottom: 50px;
}

.single-post-item .image {
    position: relative;
    width: 100%;
    margin: 0;
}

.single-post-images img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.single-post-item .image:before {
    content: "";
    position: absolute;
    left: 295px;
    top: 0px;
    width: 62px;
    height: 100%;
    background: var(--light-color);
    z-index: 1;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}

.single-post-item .image img {
    position: relative;
    display: block;
    width: auto !important;
    max-width: 325px;
    height: 340px;
}

.single-post-item .content-box {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 25px 15px 0px 25px;
}

.single-post-item .content-box .text-content {
    position: relative;
    width: 280px;
    padding: 25px 20px 25px 30px;
    background: var(--light-color) fff;
    border: 1px solid #ccc;
    border-left: none;
    z-index: 5;
}

.single-post-item .content-box .text-content:before {
    content: "";
    position: absolute;
    left: -29px;
    top: -0.5%;
    width: 55px;
    height: 100%;
    background: var(--light-color) fff;
    border-left: 4px solid var(--secondary-color);
    border-right: none;
    z-index: 1;
    border-bottom: 1px solid #ccc;
    transform: skewX(-10deg);
    margin-top: 3px;
    transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
}

.single-post-item .content-box .text-content h3 {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    z-index: 3;
    line-height: 28px;
}

.single-post-item .content-box .text-content .info {
    position: relative;
    font-size: 14px;
    color: #7d7878;
    font-weight: 700;
    margin-bottom: 15px;
    z-index: 3;
}

.single-post-item .content-box .text-content .text {
    position: relative;
    color: var(--dark-color) 000;
    margin-bottom: 20px;
    z-index: 3;
}

.single-post-item .content-box .text-content .link-btn {
    z-index: 3;
}

.single-post-item .primary-btn {
    position: relative;
    left: 0px;
    display: inline-block;
    overflow: hidden;
    background: var(--secondary-color);
    color: var(--light-color) !important;
    padding-right: 60px;
    text-decoration: none;
}

.hvr-bounce-to-left {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.single-post-item .primary-btn.hvr-bounce-to-left::before {
    background: #202e31;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-post-item .content-box .text-content .primary-btn .btn-text {
    padding: 8px 10px 6px 20px !important;
}

.primary-btn .btn-text {
    position: relative;
    display: block;
    line-height: 30px;
    padding: 12px 40px 8px 25px;
    font-size: 16px;
    font-family: Nunito;
    font-weight: 700;
}

.primary-btn * {
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.single-post-item .content-box .text-content .primary-btn .icon {
    padding: 18px 20px 6px 15px;
}

.primary-btn .icon {
    position: absolute;
    right: -10px;
    top: 0px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: var(--light-color) fff;
    height: 100%;
    background: #202e31;
    transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
}

.primary-btn .icon .f-icon {
    position: relative;
    display: block;
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    margin-top: 5px;
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.primary-btn:hover .btn-text {
    color: var(--light-color);
}

.text-content a {
    text-decoration: none;
    color: var(--dark-color);
}

.all-post {
    position: relative;
}

.btn-all-post {
    background: none;
    border: none;
    padding: 15px 40px;
    color: var(--dark-color);
    position: relative;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.btn-all-post:hover,
.btn-all-post:focus {
    text-decoration: none;
}

.btn-all-post:before,
.btn-all-post:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 25px;
    border-style: solid;
    border-color: var(--dark-color);
    transform: skew(-30deg);
    transition: all 0.2s ease-in-out;
}

.btn-all-post:before {
    bottom: 0;
    left: 0;
    border-width: 0 0 3px 3px;
}

.btn-all-post:after {
    top: 0;
    right: 0;
    border-width: 3px 3px 0 0;
}

.btn-all-post:hover {
    color: var(--light-color);
    z-index: 3;
}

.btn-all-post:hover:before,
.btn-all-post:hover:after {
    background: var(--dark-color);
    width: 99%;
    height: 99%;
    z-index: -1;
    transform: scale(0.8, 0.8) skew(-30deg);
}

/*================================================
    FOOTER SECTION
==================================================*/
.footer-section {
    position: relative;
    background: #111;
    padding: 80px 0;
    color: #fff;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
}

.footer-section h3 {
    font-size: 35px;
}

.footer-icon {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-icon li a {
    font-size: 20px;
    width: 44px;
    height: 44px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 14px;
    line-height: 44px;
}

.footer-icon li a i {
    font-size: 25px;
}

.footer-icon li {
    display: inline-block;
}

/*================================================
   17 BLOG DETAILS
==================================================*/
.blog-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7));
    padding: 180px 0 100px;
    background-size: cover;
    background-attachment: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.breadcrumb-content {
    overflow: hidden;
    color: #fff;
}

.breadcrumb-text-wrapper {
    display: inline-block;
}

.breadcrumb-content .page-name {
    display: block;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 2px;
}

.breadcrumb-list {
    display: inline-block;
    float: none;
    margin-top: 0;
    margin: 0;
    padding: 0;
}

.breadcrumb-list li {
    float: left;
    margin-right: 20px;
    position: relative;
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    color: #0073aa;
}

.breadcrumb-list li:first-child::before {
    bottom: -1px;
    content: "/";
    position: absolute;
    right: -11px;
}

.breadcrumb-list li:first-child {
    padding-left: 15px;
}

.breadcrumb-list li a {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-list li a:hover {
    color: #0073aa;
}

.blog-details {
    padding: 80px 0;
}

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

.single-post .post-thumbnail {
    margin-bottom: 25px;
}

.post-pin {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.post-thumbnail .slick-slide img {
    width: 100%;
}

.single-post-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.single-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}

.single-post-content ul:not(.meta-info) {
    margin-bottom: 30px;
    padding-left: 15px;
}

.single-post-content ul:not(.meta-info) li {
    color: #757575;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 18px;
    position: relative;
}

.single-post-content ul:not(.meta-info) li::before {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.single-post-content blockquote p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
}

.xboot-comment-area {
    background: #fff none repeat scroll 0 0;
    margin-bottom: 20px;
}

.xboot-comment-area .media {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0 10px 25px;
}

.media-list li:last-child {
    border-bottom: medium none;
    margin: 0;
}

.xboot-comment-area {
    background: #fff none repeat scroll 0 0;
}

.xboot-comment-area .media-body > p span {
    color: #808080;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.comment-author-name {
    margin: 0;
}

.comment-author-name a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.media-list li {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 20px;
    transition: 0.3s;
    position: relative;
    list-style: none;
}

.media-replay {
    margin-left: 35px;
}

.xboot-comment-area .media-body {
    margin-top: 0;
    padding-right: 25px;
}

.media-left img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.media-left,
.media > .pull-left {
    padding-right: 20px;
}

.comment-form input {
    border: 1px solid #e5e5e5;
    height: auto;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
}

.comment-form form {
    background: #ffffff none repeat scroll 0 0;
    overflow: hidden;
}

.clear-fix textarea {
    border: 1px solid #e5e5e5;
    height: 150px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 15px;
    width: 100%;
}

.input-field-wrapper {
    margin: 0 -10px;
}

.input-field.col.s12 > label {
    left: 10px;
}

.my-comment-box.input-field.col.s12 > label {
    top: 30px;
}

.my-comment-box.input-field.col.s12 > label.active {
    top: 50px;
    color: #26a69a;
}

.sub-section-title {
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.input-field {
    float: left;
    padding: 0 10px;
    width: 33.3333%;
}

.media-body .button {
    margin-bottom: 10px;
    color: #000;
    text-decoration: none;
}

.media-body .button:hover {
    color: #0073aa;
}

.media-list > li:last-child .media-body .button {
    margin-bottom: 0;
}

.static-banner {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
    margin-bottom: 30px;
}

.tags > a {
    border: 1px solid #e5e5e5;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 33px;
    letter-spacing: 1px;
    line-height: 33px;
    margin-bottom: 5px;
    margin-right: 3px;
    padding: 0 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.tags > a:hover {
    background: #0073aa none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
}

.post-category-list {
    margin: 0;
    padding: 0;
}

.post-category-list > li {
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.post-category-list > li:last-child {
    border-bottom: medium none;
}

.post-category-list > li a {
    color: #000;
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
    text-decoration: none;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
}

.post-category-list > li a:hover {
    color: #0073aa;
}

.post-category-list a span {
    float: right;
}

.search-widget form {
    position: relative;
}

.search-widget input {
    border: 1px solid #e5e5e5;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}

.search-widget button {
    background: #0073aa;
    border: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    padding: 0 15px;
    transition: 0.3s;
    top: 0;
    position: absolute;
    right: 0;
}

.search-widget button:hover {
    background: #232323;
    border: 1px solid transparent;
    color: #fff;
}

.about-widget img {
    margin-bottom: 20px;
    width: 100%;
}

.about-widget {
    text-align: left;
}

.author-signature {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 10px;
}

.author-signature p {
    color: #555;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.author-signature p.designation {
    font-size: 12px;
    font-style: italic;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
}

.instra-slider img {
    width: 100%;
}

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

.single-post-content .blog-post-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: 20px;
}

.search-widget {
    margin-top: -5px;
}

.single-post .post-thumbnail {
    margin-bottom: 25px;
}

.post-pin {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.post-thumbnail .slick-slide img {
    width: 100%;
}

.single-post-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.single-post-content h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 15px;
}

.single-post-content ul:not(.meta-info) {
    margin-bottom: 30px;
    padding-left: 15px;
}

.single-post-content ul:not(.meta-info) li {
    color: #757575;
    font-size: 14px;
    list-style: outside none none;
    margin-bottom: 6px;
    padding-left: 18px;
    position: relative;
}

.single-post-content ul:not(.meta-info) li::before {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
}

.single-post-content blockquote p:first-child {
    font-size: 14px;
    margin-bottom: 8px;
}

.post-shearing ul li:first-child {
    color: #000;
    font-family: "Roboto Slab", serif;
}

.button-black {
    background: #222 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 45px;
    letter-spacing: 2px;
    line-height: 46px;
    padding: 0 30px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
    font-family: "Nunito", sans-serif;
}

.button-black:hover {
    background: #0073aa;
}

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

blockquote {
    border-left: medium none;
    font-style: italic;
    margin: 0 0 15px;
    padding: 15px 30px;
    position: relative;
}

.post-content-inner > blockquote::before,
.post-content-inner > blockquote::after {
    color: #999;
    content: "ï„";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    top: 0;
}

.post-content-inner > blockquote::after {
    bottom: 0;
    content: "ï„Ž";
    left: auto;
    right: 5px;
    top: auto;
}

.post-content-inner p.quote-author {
    font-size: 13px;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
}

.single-post-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    overflow: hidden;
    padding-top: 30px;
}

.post-shearing {
    display: inline-block;
    float: left;
}

.post-tags {
    display: inline-block;
    float: right;
}

.single-post-footer .post-shearing ul,
.single-post-footer .post-tags ul {
    list-style: outside none none;
    margin: 0;
}

.post-shearing ul li::before,
.post-tags ul li::before {
    display: none;
}

.single-post-footer .post-shearing ul li,
.single-post-footer .post-tags ul li {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
}

.single-post-footer .post-tags ul li {
    margin-left: 20px;
    margin-right: 0;
}

.post-tags a {
    color: #999;
    text-decoration: none;
}

.post-tags a:hover {
    color: #0073aa;
}

.single-post-footer .post-shearing > ul {
    margin: 0;
    padding: 0;
}

.single-post-footer .post-shearing ul li a {
    color: #999;
    transition: 0.3s;
}

.single-post-footer .post-shearing ul li a:hover {
    color: #000;
}

.meta-info {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}

.meta-info > li:first-child {
    padding: 0;
}

.meta-info > li {
    display: inline-block;
    margin-right: 10px;
    padding-left: 15px;
    position: relative;
    list-style: none;
}

.meta-info > li:first-child::before {
    content: "";
}

.meta-info > li::before {
    color: #888;
    content: "-";
    left: 0;
    position: absolute;
    top: 0;
}

.meta-info a {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}

.single-widget ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

/*================================================
   Responise Code
==================================================*/

@media screen and (max-width: 768px) {
    .home-header .navbar-toggler-icon i {
        color: #fff;
    }

    .navbar ul {
        margin-top: 15px;
        flex-direction: column;
        align-items: start;
        gap: 8px;
    }

    .home-header ul li {
        padding-left: 0px;
    }
}

/*================================================
   Sidebar Style
==================================================*/
.sidebar-main{
    padding: 15px 20px;
    border: 1px solid #eaeaea;
}

.sidebar-main input{
    margin: 0px;
}

.sidebar-main form button[type=submit]{
  padding: 8px 15px;
}

.sidebar-main h2{
    font-size: 25px;
}

.sidebar-main ol,
.sidebar-main ul{
    padding: 0px;
    list-style: none;
}

.sidebar-main a{
    text-decoration: none;
}

.sidebar-main ul li{
    font-size: 16px;
}
