
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}
body {
    font-size: 14px;
    color: #787878;
    line-height: 1.6em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #004cda;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-family: changa;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
}

.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}


.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.phone-btn {
    position: relative;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 18px 30px 18px 90px;
    border: 1px solid #ffac37;
}

.phone-btn .icon {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    display: inline-block;
    background-color: #1d4861;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.phone-btn:hover .icon {
    background-color: #004cda;
}

.phone-btn:hover {
    color: #ffffff;
    background-color: #222222;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.fa {
    line-height: inherit;
}




.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1b1a1c;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #004cda;
}



.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .inner-box .image {
    position: relative;
}

.news-block .inner-box .image a {
    position: relative;
    display: block;
}

.news-block .inner-box .image a:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0px;
    display: block;
    z-index: 1;
    opacity: 0.5;
    background-color: #004cda;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.news-block .inner-box:hover .image a:before {
    height: 100%;
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block .inner-box .image .category {
    position: absolute;
    right: 0px;
    top: 18px;
    color: #ffffff;
    font-size: 14px;
    z-index: 10;
    display: inline-block;
    background-color: #004cda;
    padding: 4px 8px 4px 12px;
    border-radius: 50px 0px 0px 50px;
}

.news-block .inner-box .lower-content {
    position: relative;
    padding-top: 35px;
    text-align: center;
}

.news-block .inner-box .lower-content .post-meta {
    position: relative;
}

.news-block .inner-box .lower-content .post-meta li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #777777;
}

.news-block .inner-box .lower-content .post-meta li a {
    position: relative;
    color: #777777;
    font-size: 14px;
}

.news-block .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

.news-block .inner-box .lower-content h3 {
    position: relative;
    font-size: 22px;
    color: #222222;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 15px;
}

.news-block .inner-box .lower-content h3 a {
    position: relative;
    color: #222222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content h3 a:hover {
    color: #004cda;
}

.news-block .inner-box .lower-content .text {
    position: relative;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 15px;
    margin-bottom: 25px;
}

.news-block .inner-box .lower-content .read-more {
    position: relative;
    color: #004cda;
    font-size: 14px;
    padding: 11px 30px;
    font-weight: 500;
    display: inline-block;
    border-radius: 50px;
    border: 2px solid #004cda;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content .read-more:hover {
    color: #222222;
    border-color: #222222;
}


/***

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    padding: 75px 0px;
}

.newsletter-section .title-column {
    position: relative;
}

.newsletter-section .title-column .inner-column {
    position: relative;
}

.newsletter-section .title-column .inner-column h2 {
    position: relative;
    color: #222222;
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 700;
}

.newsletter-section .title-column .inner-column .text {
    position: relative;
    color: #777777;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 10px;
}

.newsletter-section .form-column {
    position: relative;
}

.newsletter-section .form-column .inner-column {
    position: relative;
}


.page-title {
    position: relative;
    padding: 160px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.page-title .auto-container {
    position: relative;
    padding-bottom: 150px;
}


/* .page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.80;
	background-image: -ms-linear-gradient(left, #004DDA 0%, #009dcd 100%);
	background-image: -moz-linear-gradient(left, #004DDA 0%, #009dcd 100%);
	background-image: -o-linear-gradient(left, #004DDA 0%, #009dcd 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #004DDA), color-stop(100, #009dcd));
	background-image: -webkit-linear-gradient(left, #004DDA 0%, #009dcd 100%);
	background-image: linear-gradient(to right, #004DDA 0%, #009dcd 100%);
} */

.page-title h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.page-title .text {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-family: changa;
}

.page-title .bread-crumb {
    position: absolute;
    right: 0px;
    bottom: 10px;
}

.page-title:after {
    position: absolute;
    right: 0px;
    bottom: 0px;
    content: '';
    height: 50px;
    width: 50%;
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #16202e 100%);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #16202e 100%);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #16202e 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #16202e));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #16202e 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #16202e 100%);
}

.page-title .bread-crumb li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 20px;
    cursor: default;
    z-index: 2;
    text-transform: capitalize;
    display: inline-block;
}

.page-title .bread-crumb li .fas {
    margin-right: 6px;
}

.page-title .bread-crumb li a {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    font-family: changa;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {}

.page-title .bread-crumb li:after {
    position: absolute;
    content: '\f30b';
    right: -28px;
    font-weight: 800;
    top: 0px;
    color: #ffffff;
    font-family: 'Font Awesome 5 Free';
}

.page-title .bread-crumb li:last-child::after {
    display: none;
}

.page-title .bread-crumb li:first-child {
    padding-right: 0px;
    margin-right: 0px;
}




.blog-page-section {
    position: relative;
    padding: 100px 0px 220px;
}

.blog-page-section .styled-pagination {
    margin-top: 40px;
}

.news-classic .styled-pagination {
    margin-top: 80px;
}



.sidebar-page-container {
    position: relative;
    padding: 120px 0px 180px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 30px;
}

.sidebar-page-container.style-two {
    padding-bottom: 80px;
}


/*Search Box Widget*/

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 10px 50px 10px 30px;
    border: 1px solid #3d8cf1;
    background: #ffffff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 60px;
    color: #222222;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 52px;
    background-color: #3d8cf1;
    cursor: pointer;
    border-radius: 0px 50px 50px 0px;
}

.sidebar .search-box .form-group input::-webkit-input-placeholder {
    color: #333333;
}


/***

====================================================================
	Sidebar Widget
====================================================================

***/

.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-title {
    position: relative;
    margin-bottom: 40px;
}

.sidebar-title h2 {
    position: relative;
    color: #3d8cf1;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.sidebar-title .separator {
    position: relative;
    width: 60px;
}

.sidebar-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 1px;
    background-color: #3d8cf1;
}

.sidebar-title .separator:after {
    position: absolute;
    content: '';
    right: 0%;
    top: -10px;
    width: 20px;
    height: 20px;
    border: 6px solid #ffffff;
    background-color: #3d8cf1;
}


/* Category Blog */

.categories-blog ul {
    position: relative;
}

.categories-blog ul li {
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.categories-blog ul li:first-child a {
    padding-top: 0px;
}

.categories-blog ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    display: block;
    padding: 13px 15px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 1px solid #ebebeb;
}

.categories-blog ul li span {
    position: absolute;
    right: 0px;
}

.categories-blog ul li:last-child a {
    border-bottom: none;
    border-bottom: 0px;
}

.categories-blog ul li.active a,
.categories-blog ul li a:hover {
    color: #004cda;
}


/*=== Popular Post ===*/

.popular-posts .post {
    position: relative;
    padding-left: 105px;
    min-height: 80px;
    margin-bottom: 40px;
}

.popular-posts .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    margin-bottom: 20px;
}

.popular-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.popular-posts .post h3 {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    font-weight: 700;
}

.popular-posts .post h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.popular-posts .post:hover h3 a {
    color: #004cda;
}

.popular-posts .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
}

.gallery-widget .gallery-outer {
    position: relative;
    margin: 0px -5px 0px;
}

.gallery-widget .gallery-outer .image {
    position: relative;
    float: left;
    width: 33.333333333%;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.gallery-widget .gallery-outer .image img {
    display: block;
    width: 100%;
}


/*=== Tags ===*/

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
    padding: 9px 30px;
    border-radius: 50px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    background-color: #2154cf;
    border-color: #2154cf;
    color: #ffffff;
}


/* News Detail */

.news-detail {
    position: relative;
    margin-bottom: 30px;
}

.news-detail .inner-box {
    position: relative;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.news-detail .inner-box:before {
    position: absolute;
    content: '';
    left: 80px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #16202e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-detail .inner-box .image {
    position: relative;
}

.news-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-detail .inner-box .lower-content {
    position: relative;
    padding-top: 40px;
}

.news-detail .inner-box .lower-content .content {
    position: relative;
    padding-left: 150px;
}

.news-detail .inner-box .lower-content .post-info {
    position: absolute;
    left: 20px;
    top: 0px;
}

.news-detail .inner-box .lower-content .post-info li {
    position: relative;
    color: #3d8cf1;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.news-detail .inner-box .lower-content .post-info li span {
    position: relative;
    color: #3d8cf1;
    display: block;
    font-size: 22px;
    margin-bottom: 8px;
}

.news-detail .inner-box .lower-content .post-meta {
    position: relative;
}

.news-detail .inner-box .lower-content .post-meta li {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3em;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline-block;
    border-right: 1px solid #ffffff;
}

.news-detail .inner-box .lower-content .post-meta li:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}

.news-detail .inner-box .lower-content h3 {
    position: relative;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.6em;
    font-weight: 700;
    margin-top: 15px;
}

.news-detail .inner-box .lower-content .text {
    position: relative;
}

.news-detail .inner-box .lower-content .text p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 20px;
    margin-bottom: 25px;
}

.news-detail .inner-box .lower-content .text blockquote {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.news-detail .inner-box .lower-content .text blockquote .blockquote-text {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.7em;
    font-style: italic;
    font-family: changa;
}

.news-detail .inner-box .lower-content .text blockquote .quote-box {
    position: relative;
    width: 140px;
    margin: 0 auto;
    margin-top: 35px;
}

.news-detail .inner-box .lower-content .text blockquote .quote-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

.news-detail .inner-box .lower-content .text blockquote .quote-box .icon {
    position: relative;
    color: #3d8cf1;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    background-color: #ffffff;
    display: inline-block;
}


/*post share options*/

.news-detail .post-share-options {
    position: relative;
    padding: 25px 0px;
    padding-left: 80px;
    border-bottom: 1px solid #3d8cf1;
}

.news-detail .post-share-options p {
    position: relative;
    color: #222222;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
    font-family: changa;
}

.news-detail .post-share-options .tags {
    position: relative;
    display: inline-block;
}

.news-detail .post-share-options .tags li {
    position: relative;
    display: inline-block;
}

.news-detail .post-share-options .tags a {
    position: relative;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-detail .post-share-options .tags a:hover {
    color: #004cda;
}

.news-detail .post-share-options .social-icon {
    position: relative;
    display: inline-block;
}

.news-detail .post-share-options .social-icon li {
    position: relative;
    display: inline-block;
    margin-left: 15px;
}

.news-detail .post-share-options .social-icon li a {
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #888888;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-detail .post-share-options .social-icon li a:hover {
    color: #004cda;
}

.new-posts {
    position: relative;
    margin-top: 50px;
}

.new-posts .grid-icon {
    position: absolute;
    left: 50%;
    top: 15px;
    color: #004cda;
    font-size: 40px;
    line-height: 1em;
}

.new-posts a {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    display: block;
    line-height: 1.7em;
    font-family: changa;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.new-posts a span {
    display: block;
    font-size: 24px;
}

.new-posts a.next-post {
    text-align: right;
}

.new-posts a:hover {
    color: #004cda;
}




/*Comment Area*/

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
}

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 30px;
    color: #222222;
    font-weight: 700 !important;
    text-align: right;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 35px 35px 35px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #f7f7f7;
}

.sidebar-page-container .comments-area .comment-box.reply-comment {
    margin-left: 100px;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment-box:hover {
    border-color: #aa1f43;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 140px;
}

.sidebar-page-container .comments-area .comment .comment-inner {
    position: relative;
}

.sidebar-page-container .comments-area .comment .comment-reply {
    position: relative;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .fas {
    margin-right: 4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100px;
    overflow: hidden;
    margin-bottom: 20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 130px;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    color: #3e5773;
    line-height: 24px;
    font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 700;
    color: #004cda;
    line-height: 18px;
    display: inline-block;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #888888;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 1.8em;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 12px;
    color: #888888;
    margin-left: 20px;
    text-transform: capitalize;
    display: inline-block;
}


/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form {
    position: relative;
    margin-top: 60px;
}

.comment-form .group-title {
    margin-bottom: 25px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    height: 60px;
    font-size: 14px;
    border-radius: 3px;
    border: 2px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #004cda;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px;
    color: #222222;
    height: 190px;
    font-size: 14px;
    resize: none;
    border-radius: 3px;
    border: 2px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .comment-btn {
    margin-top: 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    display: inline-block;
    background-color: #3d3e3e;
}




.social-icon-one {
    position: relative;
    display: block;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
    margin-right: 13px;
}

.social-icon-one li a {
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #888888;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #c0c0c0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #ffffff;
    background-color: #222222;
    border-color: #222222;
}


/*Blog Category*/

.blog-cat {
    position: relative;
}

.blog-cat li {
    position: relative;
    margin-bottom: 3px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-cat li a:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    border-radius: 0px 50px 50px 0px;
    background-color: #004cda;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.blog-cat li:hover a::before,
.blog-cat li.active a::before {
    width: 100%;
}

.blog-cat li a {
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    display: block;
    z-index: 1;
    border-radius: 0px 50px 50px 0px;
    background-color: #ebebeb;
    padding: 20px 15px 16px 38px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: changa;
}

.blog-cat li a:after {
    position: absolute;
    content: '\f105';
    right: 22px;
    top: 18px;
    color: #000048;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Font Awesome 5 Free';
}

.blog-cat li:hover a:after,
.blog-cat li.active a:after {
    color: #ffffff;
}

.blog-cat li.active a,
.blog-cat li a:hover {
    color: #ffffff;
}







.sidebar-widget .sidebar-title h3 {
    position: relative;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #222222;
}

.sidebar .archive-list {
    position: relative;
}

.sidebar .archive-list li {
    position: relative;
    line-height: 24px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar .archive-list li:last-child {
    border-bottom: none;
}

.sidebar .archive-list li a {
    position: relative;
    display: block;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .archive-list li a .pull-right {
    color: #004cda;
}

.sidebar .archive-list li a:hover {}

.rtl .main-header .header-top .top-left .list li {
    padding-left: 0px;
    padding-right: 25px;
    text-align: right;
}

.rtl .main-header .header-top .top-left .list li .icon {
    right: 0px;
    left: auto;
}

.rtl .main-menu,
.rtl .tag-list li,
.rtl .sidebar-title .separator,
.rtl .sec-title .separator,
.rtl .main-header .header-upper .logo-outer,
.rtl .main-header .header-top .top-left,
.rtl .fixed-header .sticky-header .logo,
.rtl .news-detail .post-share-options .pull-left,
.rtl .cart-section .totals-table .col,
.rtl .main-header.header-style-two .header-upper .logo-box,
.rtl .shop-single .product-details .prod-tabs .tab-btns .tab-btn {
    float: right;
}

.rtl .price-feature .price,
.rtl .timetable ul li span,
.rtl .fixed-header .sticky-header .right-col,
.rtl .main-header .outer-box,
.rtl .news-detail .post-share-options .pull-right,
.rtl .main-header.header-style-two .header-upper .upper-right,
.rtl .main-header .header-upper .nav-outer,
.rtl .main-header .header-top .top-right {
    float: left;
}


.rtl .sec-title,
.rtl .news-block .inner-box .image .category,
.rtl .newsletter-section .title-column .inner-column,
.rtl .fluid-section-one .content-column .content-box,
.rtl .department-block .inner-box .text,
.rtl .main-slider .content {
    text-align: right;
}



.rtl .subscribe-form .form-group input[type="text"],
.rtl .subscribe-form .form-group input[type="tel"],
.rtl .subscribe-form .form-group input[type="email"],
.rtl .subscribe-form .form-group textarea {
    padding-left: 170px;
    text-align: right;
    padding-right: 30px;
}

.rtl .new-posts a,
.rtl .blog-cat li a,
.rtl .doctor-info .content-column .inner-column,
.rtl .main-footer .footer-list li,
.rtl .main-footer .footer-list,
.rtl .price-block .inner-box .upper-box,
.rtl .news-detail .inner-box .lower-content .content,
.rtl .default-section .timeline-column .inner-column,
.rtl .price-block .inner-box .plan-outer .plan,
.rtl .main-slider-two .content-column .inner-column,
.rtl .welcome-section .content-column .inner-column,
.rtl .main-footer .footer-widget .footer-title,
.rtl .main-footer .logo-widget {
    text-align: right;
}

.rtl .sidebar-title,
.rtl .need-help,
.rtl .page-title,
.rtl .appointment-form,
.rtl .price-feature,
.rtl .tag-list,
.rtl .categories-blog ul li a,
.rtl .doctor-block .inner-box,
.rtl .feature-block .inner-box,
.rtl .ui-selectmenu-button.ui-button,
.rtl .main-slider-three .content-column .inner-column,
.rtl .health-section .content-column .inner-column,
.rtl .appointment-form .form-group input[type="text"],
.rtl .appointment-form .form-group input[type="email"],
.rtl .appointment-form .form-group input[type="tel"],
.rtl .appointment-form .form-group input[type="url"],
.rtl .appointment-form .form-group textarea,
.rtl .appointment-form .form-group select,
.rtl .testimonial-block-two .inner-box,
.rtl .accordion-box .block .acc-btn,
.rtl .accordion-box .block .content,
.rtl .faq-form .form-group input,
.rtl .faq-form .form-group textarea,
.rtl .portfolio-page-section .filters,
.rtl .appointment-form .form-group select,
.rtl .doctor-detail .lower-content .inner-box,
.rtl .doctor-detail .detail-column .inner-box,
.rtl .comment-form .form-group input,
.rtl .comment-form .form-group textarea,
.rtl .comment-form .form-group,
.rtl .product-details .info-column,
.rtl .shop-comment-form .form-group input,
.rtl .shop-comment-form .form-group label,
.rtl .shop-comment-form .form-group,
.rtl .shipping-block .inner-box,
.rtl .login-section .inner-container,
.rtl .login-form .form-group input,
.rtl .checkout-form input,
.rtl .order-box ul li,
.rtl .department-detail,
.rtl .payment-box .upper-box,
.rtl .order-box .title-box .col,
.rtl .checkout-form textarea,
.rtl .checkout-form .form-group .text,
.rtl .checkout-form .checkout-title h2,
.rtl .checkout-form .form-group .field-label,
.rtl .coupon-form .form-group input[type="text"],
.rtl .shipping-form .form-group input,
.rtl .cart-section .totals-table li h3,
.rtl .shop-comment-form .form-group textarea,
.rtl .cart-section .apply-coupon .form-group input,
.rtl .contact-form .form-group input,
.rtl .main-footer .footer-bottom .copyright,
.rtl .contact-form .form-group textarea,
.rtl .main-menu .navigation>li>ul>li>a,
.rtl .main-menu .navigation>li>ul>li>ul>li>a,
.rtl .contact-map-section .outer-container .map-content,
.rtl .shop-single .product-details .prod-tabs .tab-btns,
.rtl .service-block-four .inner-box,
.rtl .service-block-five .inner-box,
.rtl .main-menu .navigation>li .mega-menu-bar .column,
.rtl .shop-single .product-details .prod-tabs .tabs-content .tab .content,
.rtl .news-block-two .inner-box .lower-content .content,
.rtl .welcome-section .content-column .inner-column .play-btn,
.rtl .appointment-section-three .form-column .upper-box .upper-inner,
.rtl .appointment-section-three .content-column .bold-text,
.rtl .about-section-two .content-column .inner-column,
.rtl .hospital-section .content-column .inner-column,
.rtl .get-appointment-section .inner-container,
.rtl .appointment-form-two .form-group,
.rtl .appointment-form-two .form-group input,
.rtl .appointment-form-two .form-group textarea,
.rtl .schedule-section .schedule-column .inner-column,
.rtl .departments-info-tabs .departments-tabs .tabs-content .content-column .inner-column,
.rtl .doctor-info-tabs .doctor-tabs .tabs-content .content-list,
.rtl .department-section-three .department-tabs .tabs-content .tab,
.rtl .department-section-three .department-tabs .tab-btns .tab-btn {
    text-align: right;
}



.rtl .categories-blog ul li span,
.rtl .appointment-form .form-group .icon {
    left: 15px;
    right: auto;
}



.rtl .blog-cat li a:after {
    left: 25px;
    right: auto;
}



.rtl .popular-posts .post {
    padding-left: 0px;
    text-align: right;
    padding-right: 105px;
}

.rtl .payment-box .payment-options li .radio-option input[type="radio"],
.rtl .sidebar .related-posts .post .post-thumb,
.rtl .sidebar-page-container .comments-area .comment-box .author-thumb,
.rtl .popular-posts .post-thumb {
    right: 0px;
    left: auto;
}



.rtl .sidebar-page-container .comments-area .comment {
    padding-left: 0px;
    text-align: right;
}

.rtl .sidebar .related-posts .post {
    padding-left: 0px;
    text-align: right;
    padding-right: 118px;
}

.rtl .page-title .bread-crumb li {
    float: right;
    text-align: right;
}

.rtl .page-title .bread-crumb li .fas {
    float: right;
    top: 8px;
    margin-right: 0px;
    margin-left: 8px;
    position: relative;
}

.rtl .page-title .bread-crumb li:after {
    right: auto;
    left: -10px;
    transform: rotate(180deg);
}

.rtl .search-popup .search-form fieldset input[type="search"] {
    text-align: right;
    padding: 20px 20px 20px 220px;
}

.rtl .search-popup .search-form fieldset input[type="submit"] {
    left: 0px;
    right: auto;
}


.color-palate {
    display: none;
}
