/*
Template: softsaas - softsaas WordPress Theme
Author: peacefulqode.co.in
Version: 1.0
Design and Developed by: Peacefulqode

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template. Please do not change anything here! write in a custom.css file if required!

*/

/*================================================
[  Table of contents  ]
================================================

==> Moz Selection
==> General
==> Loading
==> Back to Top
==> WordPress Core
==> Button Core
==> Flaticon
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Social Media Icons Share
==> Home Blog
==> Error
==> Header
==> Sidebar Menu
==> Breadcrumb
==> Footer
==> Footer Subscribe
==> Section Title
==> isotope Portfolio
==> Porfolio Box
==> Fancy Box
==> Quote From
==> Team
==> Video Popup
==> Tabs
==> Testimonial
==> Process Step
==> Progressbar
==> Client
==> Social Sharebox
==> Advance Tab
==> Counter
==> Banner
==> Process Step
==> KeyFrames
==> Swiper Pagination
==> From
==> FAQ
==> Circle Progress
==> Awardbox
==> Domain check
==> pricebox
==> chartdiv
==> Domainbox
==> Table

======================================
[ End table content ]
======================================*/

/*================================================
Moz Selectio
================================================*/:root { --primary-color: #d6002d; --blue-color: #c10028; --dark-color: #2a2e36; --secondary-color: #7c8088; --grey-color: #f5f9ff; --white-color: #ffffff; --body-fonts: 'Jost', sans-serif; --title-fonts: 'Jost', sans-serif; }
::-moz-selection { text-shadow: none; background: var(--primary-color); color: #fff; }
::-moz-selection { text-shadow: none; background: var(--primary-color); color: #fff; }
::selection { text-shadow: none; background: var(--primary-color); color: #fff; }

/*================================================
General
================================================*/
body { background: var(--white-color); font-family: var(--body-fonts); font-size: 1rem; font-style: normal; font-weight: normal; line-height: 2; color: var(--secondary-color); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--title-fonts); color: var(--dark-color); font-style: normal; text-transform: capitalize; font-weight: 600; margin: 0; -ms-word-wrap: break-word; word-wrap: break-word; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 40px; font-style: normal; line-height: 48px; }
h2 { font-size: 36px; font-style: normal; line-height: 44px; }
h3 { font-size: 32px; font-style: normal; line-height: 40px; }
h4 { font-size: 28px; font-style: normal; line-height: 36px; }
h5 { font-size: 24px; font-style: normal; line-height: 32px; }
h6 { font-size: 20px; font-style: normal; line-height: 28px; }

/*===== HTML Tags =====*/
a, .button { color: var(--primary-color); outline: none !important; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
a:focus, a:hover { color: var(--primary-color); outline: none; text-decoration: none !important; }
p { margin-bottom: 30px; }
img { max-width: 100%; height: auto; }
pre { background: var(--white-color); padding: 15px; border: 1px solid var(--grey-color); }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
b, strong { font-weight: 600; }

/*===== Lists (Nested) =====*/
ol, ul { padding-left: 25px; margin-bottom: 1em; }
ol li { list-style: decimal; }
ol ol { padding-left: 25px; }
ul li { list-style: inherit; }

/*===== Definition Lists =====*/
dl dd { margin-bottom: 15px; }
dl dd:last-child { margin-bottom: 0px; }

/*===== Table =====*/
table { border: 2px solid var(--grey-color); width: 100%; margin-bottom: 20px; }
table td, table th { border: 2px solid var(--grey-color); padding: 8px; text-align: center; }

/*===== Input Textarea =====*/
input, input.form-control { background: var(--grey-color); border: 1px solid var(--grey-color); color: var(--dark-color); width: 100%; float: left; font-size: 16px; padding: 0 15px; height: 54px; line-height: 54px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
input:focus, input:hover, textarea:focus, textarea:hover, .form-control:focus { border-color: var(--primary-color); outline: none; }
input[type="radio"], input[type="checkbox"] { width: auto; height: auto; float: none; margin-right: 5px; }
textarea { background: var(--grey-color); border: 1px solid var(--grey-color); color: var(--dark-color); width: 100%; float: left; padding: 10px 15px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*===== Select =====*/
select, select.form-control { border: 1px solid var(--dark-color); color: var(--dark-color); width: 100%; float: left; padding: 0 30px 0 15px; height: 51px; line-height: 48px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>'); background-repeat: no-repeat; background-position: right 16px bottom 50%; background-size: 20px 20px; }

/*===== Container =====*/
.container, .elementor-section.elementor-section-boxed>.elementor-container { max-width: 1300px; }
.content-area .site-main { padding: 130px 0; display: inline-block; width: 100%; overflow: hidden; float: left; }

/*================================================
Loading
================================================*/
#pt-loading { flex-direction: column; justify-content: center; align-items: center; position: fixed; display: flex; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; width: 100%; height: 100%; background: var(--white-color); }
#pt-loading img { height: 250px; }

/*================================================
Back to Top
================================================*/
#back-to-top .top { position: fixed; bottom: 30px; right: 30px; margin: 0px; color: var(--white-color); background: var(--dark-color); z-index: 999; border: 1px solid var(--dark-color); font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; border-radius: 90px 90px 90px 90px; -moz-border-radius: 90px 90px 90px 90px; -webkit-border-radius: 90px 90px 90px 90px; }
#back-to-top .top:hover { background: var(--primary-color); color: var(--white-color); border: 1px solid var(--primary-color); }

/*================================================
WordPress Core
================================================*/
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 15px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid var(--grey-color); max-width: 96%; padding: 5px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-image figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption { font-size: 14px; line-height: 1.6; margin: 0; padding: 0.5rem; text-align: center; }
.wp-block-gallery figcaption.blocks-gallery-caption { margin-bottom: 10px; }
.bypostauthor { display: block; }
.wp-caption-text { font-size: 14px; margin: 4px 0 0; line-height: normal; }

/*===== Text meant only for screen readers =====*/
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; white-space: nowrap; height: 0px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: var(--grey-color); border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 600; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/*================================================
Button Core
================================================*/
[type="button"], [type="reset"], [type="submit"] { padding: 10px 45px; font-family: var(--title-fonts); font-size: 18px; background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%); background-size: 200% auto; color: var(--white-color); text-transform: capitalize; color: var(--white-color) !important; display: inline-block; border: none; width: auto; height: auto; line-height: 2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
[type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover { background-position: right center; color: var(--white-color) !important; }
.pt-button { position: relative; width: auto; background: linear-gradient(to right, var(--blue-color) 0%, var(--primary-color) 51%, var(--blue-color) 100%); background-size: 200% auto; color: var(--white-color); font-family: var(--title-fonts); font-size: 16px; padding: 12px 45px; line-height: 2; vertical-align: middle; border: none; display: inline-block; overflow: hidden; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.pt-button span { z-index: 9; position: relative; }
.pt-button:hover, .pt-button:focus { color: var(--white-color); background-position: right center; }

/*===== Button link =====*/
.pt-button.pt-btn-link { padding: 0; background: transparent; color: var(--primary-color); }
.pt-button.pt-btn-link:hover { color: var(--blue-color); }

/*===== Button outline =====*/
.pt-button.pt-btn-outline { background: transparent; border: 1px solid var(--primary-color); color: var(--primary-color); }
.pt-button.pt-btn-outline:hover { color: var(--blue-color); border: 1px solid var(--blue-color) }

/*================================================
Dummy data
================================================*/
.pt-sticky-post-label { padding: 5px 15px; background: var(--primary-color); color: var(--white-color); margin-bottom: 15px; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.pt-sticky-post-label i { margin-right: 5px; }
.wp-block-button__link, .wp-block-file a.wp-block-file__button { background: var(--primary-color); color: var(--white-color) !important; font-size: 16px; }
.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover { background: var(--dark-color); color: var(--white-color); }
.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline { border-color: var(--primary-color); color: var(--primary-color) !important; }
.is-style-outline .wp-block-button__link:hover, .wp-block-button__link.is-style-outline:hover { background: transparent; border-color: var(--dark-color); color: var(--dark-color) !important; }
.is-style-squared .wp-block-button__link { border-radius: 0; }
.wp-block-button { margin-bottom: 30px; }
.wp-block-cover.has-background-dim { color: var(--white-color); }
blockquote { background: var(--white-color); padding: 15px 30px; border: 1px solid var(--grey-color); border-radius: 0; border-left: 5px solid var(--primary-color); margin-bottom: 30px; }
blockquote cite { font-family: var(--title-fonts); color: var(--primary-color); text-transform: uppercase; font-weight: 600; font-style: italic; }
blockquote strong { font-family: var(--title-fonts); color: var(--primary-color); font-style: italic; font-weight: 600; }
.pt-blog-post .pt-blog-contain blockquote p { margin-bottom: 0; }
.pt-blog-post .pt-blog-contain p:last-child { margin-bottom: 0; }
.post-password-form input { float: none; }
.pt-blog-post .pt-blog-contain table td, .pt-blog-post .pt-blog-contain table th, .pt-comment-area table td, .pt-comment-area table th { border-color: var(--grey-color); background: var(--white-color); }
.pt-comment-area { display: inline-block; width: 100%; }
.pt-blog-contain .wp-block-archives, .pt-blog-contain .wp-block-archives-dropdown, .pt-blog-contain .wp-block-categories, .pt-blog-contain .wp-block-latest-posts, .pt-blog-contain .wp-block-tag-cloud, .pt-blog-contain .wp-block-search { margin: 0 0 30px; padding: 0; display: inline-block; width: 100%; float: left; }
.pt-blog-contain .wp-block-archives li { list-style-type: none; }
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment, .wp-block-latest-comments__comment { display: inline-block; width: 100%; }

/*===== Gallery =====*/
.gallery-item .gallery-caption { font-size: 14px; line-height: 22px; }
.gallery-size-thumbnail .gallery-item { margin-right: 2%; width: 18.4%; margin-bottom: 2%; display: inline-block; vertical-align: top; }
.gallery.gallery-size-thumbnail { display: inline-block; width: 100%; }
.gallery-size-thumbnail .gallery-item img { margin-bottom: 10px; }
.gallery-columns-1 .gallery-item { width: 100%; margin-right: 0px; }
.gallery-columns-2 .gallery-item { width: 48%; }
.gallery-columns-3 .gallery-item { width: 31.3%; }
.gallery-columns-4 .gallery-item { width: 23%; }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.6%; }
.gallery-columns-7 .gallery-item { width: 12.2%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9.1%; }

/*===== Calendar =====*/
.pt-blog-contain .wp-block-calendar { display: inline-block; width: 100%; margin-bottom: 30px; }
.wp-block-calendar table caption, .wp-block-calendar table tbody { color: var(--secondary-color); }
.wp-calendar-table { margin-bottom: 0; }
.wp-calendar-table caption { padding: 0 0 15px; color: var(--dark-color); text-align: center; caption-side: top; }
.wp-calendar-nav .wp-calendar-nav-prev { width: 50%; border: 1px solid var(--grey-color); display: inline-block; float: left; text-align: center; border-right: 0; padding: 4px; border-top: 0; color: var(--secondary-color); text-decoration: none; background: var(--white-color); }
.wp-calendar-nav .wp-calendar-nav-next { width: 50%; border: 1px solid var(--grey-color); display: inline-block; float: left; text-align: center; padding: 4px; border-top: 0; color: var(--secondary-color); text-decoration: none; background: var(--white-color); }
.wp-calendar-nav .pad { display: none; }
.wp-calendar-nav span a { color: var(--secondary-color); text-decoration: none; }
.wp-calendar-nav span a:hover { color: var(--primary-color); }

/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link { font-size: 14px !important; background: var(--primary-color); margin: 0 10px 10px 0; display: inline-block; float: left; color: var(--white-color); padding: 4px 8px; border: 1px solid var(--primary-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.wp-block-tag-cloud .tag-cloud-link:hover { border-color: var(--dark-color); background: var(--dark-color); color: var(--white-color); }

/*=====  Blog Page Link =====*/
.page-links { margin: 15px 0 10px; clear: both; }
.pt-blog-contain .page-links a, .page-links>span.page-number, .page-links a, .page-links .post-page-numbers { border: none; width: 30px; height: 30px; line-height: 30px; text-align: center; background: var(--grey-color); margin-left: 5px; padding: 0px; display: inline-block; color: var(--dark-color); }
.pt-blog-contain .page-links a:hover, .page-links .post-page-numbers.current { text-decoration: none; border-color: transparent; background: var(--primary-color); color: var(--white-color); }
.pt-blog-contain .page-links>span.page-number, .page-links>span.page-number { background: var(--primary-color); color: var(--white-color); }
article.hentry .pt-blog-contain .page-links a:hover { color: #fff; }
.wp-block-table.is-style-stripes td { border-color: #eaeaea; }
.wp-block-table td, .wp-block-table th { text-align: left; }
.wp-block-latest-posts.is-grid.has-dates { margin: 0; }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td { background-color: var(--grey-color); }
article.hentry.format-audio .pt-post-media p:nth-child(-n+2) { display: inline-block; margin-bottom: 0; padding-top: 30px; }
article.hentry.format-audio .pt-post-media p { margin-bottom: 0; padding-left: 30px; }
article.hentry.format-audio .pt-post-media p { margin-bottom: 0; padding-left: 30px; }
article.hentry.format-video .pt-post-media p { margin-bottom: 0; }
article.hentry.format-video .pt-post-media { text-align: center; }
article.hentry.format-audio .pt-post-media embed, article.hentry.format-video .pt-post-media iframe { width: 100%; }

/*================================================
Blog Sidebar
================================================*/
.widget { margin-bottom: 45px; display: inline-block; width: 100%; float: left; position: relative; padding: 30px; border: 2px solid var(--grey-color); background: transparent; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.widget:last-child { margin-bottom: 0; }

/*===== Widget Title =====*/
.widget .widget-title { margin-bottom: 15px; padding: 0 0 15px; font-size: 22px; position: relative; line-height: 30px; }
.widget .widget-title:before { content: ""; position: absolute; bottom: 0; left: 0; width: 45px; height: 2px; display: inline-block; background: var(--primary-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/*===== SideBar - Search =====*/
.widget.widget_search input { border: 1px solid var(--secondary-color); color: var(--dark-color); background: var(--white-color); }
.widget.widget_search input:focus, .widget.widget_search input:hover { border: 1px solid var(--primary-color); color: var(--primary-color); }
.search-form { position: relative; }
.search-form label { width: 100%; margin-bottom: 0; float: left; width: 100%; }
.search-submit { background: var(--primary-color); border: none; padding: 0; position: absolute; text-align: center; color: var(--white-color) !important; line-height: 54px; height: 54px; width: 54px; top: 0; right: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.search-submit:before { content: "\f002"; font-family: "Font Awesome 5 Free"; font-weight: 600; }
.search-submit:hover { color: var(--white-color) !important; background: var(--dark-color); outline: none; }

/*===== widget-menu =====*/
.widget ul { padding: 0; margin: 0; }
.widget ul li { list-style: none; margin: 0 0 10px 0; }
.widget ul li:last-child { margin-bottom: 0; }
.widget ul ul.children { padding-left: 25px; }
.widget ul li a { color: var(--secondary-color); position: relative; -ms-word-wrap: break-word; word-wrap: break-word; }
.widget ul li a:hover { color: var(--primary-color); text-decoration: none; }

/*===== SideBar - Recent Comments =====*/
.widget.widget_recent_comments #recentcomments li.recentcomments span a, .widget.widget_recent_comments #recentcomments--1 li.recentcomments span a { color: var(--secondary-color); font-weight: 600; }
.widget.widget_recent_comments #recentcomments li.recentcomments a:before { display: none; }
.widget.widget_recent_comments #recentcomments li.recentcomments a { color: var(--primary-color); padding-left: 0; }
.widget.widget_recent_comments #recentcomments li.recentcomments a:hover { color: var(--primary-color); text-decoration: underline !important; padding-left: 0; }

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption { caption-side: inherit; padding: 0 0 10px; color: var(--dark-color); font-weight: 500; }
.widget_calendar table#wp-calendar { width: 100%; text-align: center; margin-bottom: 0; margin-top: 0; background: var(--white-color); }
.widget_calendar .calendar_wrap td#today { background: var(--primary-color); color: var(--white-color); }
.widget_calendar .calendar_wrap td#today a { color: var(--white-color); }
.widget_calendar .calendar_wrap table th { background: var(--white-color); color: var(--dark-color); }
.widget_calendar .calendar_wrap table th, .widget_calendar .calendar_wrap table td { padding: 8px; text-align: center; }

/*=====  SideBar Categories List  =====*/
.widget_categories ul li, .widget_archive ul li { font-weight: 400; color: var(--primary-color); }
.widget_categories ul li a, .widget_archive ul li a { font-weight: 400; color: var(--secondary-color); }

/*=====  Meta - widget RSS =====*/
.widget.widget_rss ul li { margin-bottom: 30px; }
.widget.widget_rss ul li:last-child { margin-bottom: 0; }
.widget.widget_rss ul li a { padding-left: 0; font-size: 16px; color: var(--dark-color); font-weight: 600; font-family: var(--title-fonts); }
.widget.widget_rss ul li a:hover { color: var(--primary-color); }
.widget.widget_rss ul li a:before { display: none; }
.widget.widget_rss ul li cite { font-weight: 600; margin-top: 5px; display: inline-block; width: 100%; }
.widget.widget_rss ul li .rss-date { font-size: 14px; color: var(--primary-color); line-height: 1; float: left; display: inline-block; width: 100%; margin: 5px 0; }

/*===== widget Nav Menu =====*/
.widget.widget_nav_menu ul li, .widget ul.menu li { margin-bottom: 0; }
.widget.widget_nav_menu ul li .sub-menu, .widget ul.menu li .sub-menu { display: block !important; padding-left: 20px; }
.widget.widget_nav_menu ul li .sub-menu li a, .widget ul.menu li .sub-menu li a { }
.widget.widget_nav_menu ul li a, .widget ul.menu li a { padding: 10px 0; display: inline-block; width: 100%; border-bottom: 1px solid var(--grey-color); }

/*=====  SideBar - widget Recent Entries =====*/
.widget_recent_entries ul li .post-date { font-weight: 600; color: var(--dark-color); }

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link { font-size: 14px !important; background: var(--primary-color); margin: 0 10px 10px 0; display: inline-block; float: left; color: var(--white-color); padding: 2px 12px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid var(--grey-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.widget_tag_cloud .tag-cloud-link:hover { border-color: var(--primary-color); background: var(--dark-color); color: var(--white-color); }
@media(max-width:1023px) {
	.sidebar.widget-area { margin-top: 45px; }
}

/*===== Comments Box =====*/
.comment-respond { margin-top: 0; display: inline-block; width: 100%; }
.pt-comment-area .comments-title, .comment-respond .comment-reply-title { padding-top: 30px; position: relative; margin: 0; padding-bottom: 0; }
.comment-respond .comment-reply-title a { font-weight: 600; color: var(--primary-color); font-size: 60%; margin-left: 30px; }
.comment-respond .comment-reply-title a:hover { color: var(--primary-color); text-decoration: none; }
.commentlist { margin: 0; padding: 0; list-style: none; }
.commentlist .comment { margin-top: 30px; margin-bottom: 0; vertical-align: top; padding: 0; list-style: none; }
.commentlist .pt-comment-info { padding: 30px; border: 1px solid var(--grey-color); position: relative; background: var(--grey-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.commentlist ol.children { padding-left: 60px; }
.commentlist .pt-comment-wrap { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.commentlist .pt-comment-avatar { padding-right: 15px; }
.commentlist .pt-comment-avatar img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.commentlist .pt-comment-box { position: relative; display: inline-block; width: 100%; }
.commentlist .pt-comment-box .title:hover { text-decoration: none; color: var(--primary-color); }
.commentlist .comment-content p { margin: 0; }
.commentlist .pt-comment-info .reply a { position: absolute; right: 30px; top: 30px; margin: 0; font-size: 14px; line-height: 22px; text-transform: uppercase; }
.commentlist .pt-comment-info .reply a:hover { color: var(--primary-color); text-decoration: none; }
.no-comments, .comment-awaiting-moderation { font-style: italic; margin: 15px 0; }

/*===== Comments Form =====*/
.comment-respond .comment-notes, .comment-respond .logged-in-as { padding: 0; margin: 0 0 30px; }
.comment-respond .comment-form-comment { margin-top: 0; margin-bottom: 30px; display: inline-block; width: 100%; float: left; }
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { float: left; width: 32.6%; display: inline-block; margin: 0 15px 30px 0; }
.comment-respond .comment-form-url { margin-right: 0; }
.comment-respond .form-submit { display: inline-block; width: 100%; margin-bottom: 0; float: left; }
.commentlist .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { width: 31.7%; float: left; }

/*===== Comments Form =====*/
ol.commentlist .pingback, ol.commentlist .trackback { margin-left: 25px; }

/*================================================
Blog
================================================*/
.single-post .pt-blog-post { margin-bottom: 0; }
.pt-blog-post { margin-bottom: 45px; background: var(--white-color); display: inline-block; width: 100%; border: 2px solid var(--grey-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.pt-blog-post .pt-post-media { overflow: hidden; margin-bottom: 0; position: relative; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.pt-blog-post .pt-post-media img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.pt-blog-post:hover .pt-post-media img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.pt-blog-post .pt-blog-contain { padding: 30px; display: inline-block; position: relative; width: 100%; }
.pt-blog-col-3 .pt-blog-post .pt-blog-contain .pt-blog-title { font-size: 22px; line-height: 30px; }
.pt-blog-post .pt-blog-contain .pt-blog-title { font-size: 28px; line-height: 36px; margin: 0 0 5px; }
.pt-blog-post .pt-post-meta ul { margin: 0 0 15px; padding: 0; width: 100%; display: -ms-flexbox !important; display: flex !important; }
.pt-blog-post .pt-post-meta ul li { list-style: none; float: left; display: inline-block; margin-right: 20px; align-self: center !important; font-family: var(--title-fonts); font-size: 14px; line-height: 22px; text-transform: uppercase; }
.pt-blog-post .pt-post-meta ul li:last-child { margin-right: 0; }
.pt-blog-post .pt-post-meta ul li a { color: var(--secondary-color); }
.pt-blog-post .pt-post-meta ul li a:hover { color: var(--primary-color); }
.pt-blog-post .pt-post-meta ul li i { margin-right: 10px; color: var(--primary-color); }
@media(max-width:1365px) {
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { float: left; width: 31.66%; }
}
@media(max-width:979px) {
	.pt-blog-post .pt-post-meta ul { display: inline-block !important; }
	.pt-blog-post .pt-post-meta ul li:last-child { margin-top: 10px; }
}
@media(max-width:767px) {
	.commentlist ol.children { padding-left: 30px; }
	.commentlist .pt-comment-info { padding: 15px; }
	.commentlist .pt-comment-info .reply a { right: 15px; top: 15px; }
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { width: 100%; margin-right: 0; }
	.commentlist .pt-comment-avatar { width: 90px; }
}
@media(max-width:479px) {
	.commentlist .pt-comment-wrap { display: -ms-flexbox; display: inline-block; -ms-flex-align: start; align-items: inherit; width: 100%; }
	.commentlist .pt-comment-avatar { margin: 0 0 15px 0; }
	.pt-blog-post .pt-blog-contain { padding: 15px; }
	.pt-blog-post .pt-post-meta ul { display: inline-block !important; margin: 0; }
	.pt-blog-post .pt-post-meta ul li { font-size: 14px; margin-bottom: 5px; }
}

/*================================================
Pagination
================================================*/
.pt-pagination { margin-top: 15px; }
.pt-pagination .page-numbers { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; padding: 0; margin: 0; }
.pt-pagination .page-numbers li:first-child .page-numbers { margin-left: 0; }
.pt-pagination .page-numbers li .page-numbers { position: relative; display: block; padding: 0px 15px; height: 45px; width: 45px; text-align: center; line-height: 45px; margin: 0 5px; color: var(--dark-color); background-color: var(--white-color); border: 2px solid var(--grey-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.pt-pagination .page-numbers li .page-numbers:hover { color: var(--white-color); text-decoration: none; background-color: var(--primary-color); border-color: var(--primary-color); z-index: 2; }
.pt-pagination .page-numbers li .page-numbers:focus { box-shadow: none; outline: 0; z-index: 2; }
.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) { cursor: pointer }
.pt-pagination .page-numbers li .page-numbers.current { color: var(--white-color); background: var(--primary-color); border-color: var(--primary-color); z-index: 1; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.pt-pagination .page-numbers li .next.page-numbers, .pt-pagination .page-numbers li .prev.page-numbers { width: auto; }
@media(max-width:767px) {
	.pt-pagination .page-numbers li .next.page-numbers, .pt-pagination .page-numbers li .prev.page-numbers { width: auto; display: none; }
}



/*================================================
Error
================================================*/
.pt-error-block { text-align: center; }
.pt-error-block .pt-errot-text { font-size: 420px; font-family: var(--title-fonts); color: var(--primary-color); line-height: 0.8; margin-bottom: 30px; font-style: normal; text-transform: uppercase; font-weight: 600; }
@media(max-width:1023px) {
	.pt-error-block .pt-errot-text { font-size: 320px; }
}
@media(max-width:767px) {
	.pt-error-block .pt-errot-text { font-size: 200px; }
	.pt-error-block h2 { font-size: 26px; line-height: 34px; }
}
@media(max-width:479px) {
	.pt-error-block .pt-errot-text { font-size: 130px; }
}

/*================================================
Header
================================================*/
.animated { -webkit-animation-duration: 1.25s; animation-duration: 1.25s; }
.fadeInDown { animation-name: fadeInDown }
@keyframes fadeInLeft {
	from { opacity: 0; transform: translate3d(-100%, 0, 0) }
	to { opacity: 1; transform: none }
}
header#pt-header { position: relative; display: inline-block; width: 100%; clear: both; background: var(--white-color); z-index: 99; }
header#pt-header.pt-header-sticky { position: fixed; top: 0; left: 0; display: inline-block; width: 100%; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); }

/*===== Header Top Bar =====*/
header#pt-header .pt-top-header { background: var(--dark-color); padding: 0; font-size: 14px; }
header#pt-header .pt-top-header .pt-header-contact.text-right ul { float: right; }
header#pt-header .pt-top-header .pt-header-contact ul { margin: 0; padding: 0; }
header#pt-header .pt-top-header .pt-header-contact ul li { list-style: none; display: inline-block; color: var(--white-color); border-left: 1px solid rgba(255, 255, 255, 0.1); padding: 10px 20px; float: left; }
header#pt-header .pt-top-header .pt-header-contact ul li:last-child { margin-right: 0; border-right: 1px solid rgba(255, 255, 255, 0.1); }
header#pt-header .pt-top-header .pt-header-contact ul li i { margin-right: 10px; }
header#pt-header .pt-top-header .pt-header-contact ul li a { color: var(--white-color); }
header#pt-header .pt-top-header .pt-header-contact ul li a:hover { color: var(--white-color); background: transparent; }
header#pt-header .pt-top-header .text-right .pt-header-social ul, header#pt-header .pt-top-header .pt-header-social.text-right ul { float: right; }
header#pt-header .pt-top-header .pt-header-social ul { margin: 0; padding: 0; }
header#pt-header .pt-top-header .pt-header-social ul li { list-style: none; display: inline-block; float: left; border-left: 1px solid rgba(255, 255, 255, 0.1); }
header#pt-header .pt-top-header .pt-header-social ul li a { color: var(--white-color); padding: 10px 20px; display: inline-block; }
header#pt-header .pt-top-header ul li a:hover { color: var(--white-color); background: var(--primary-color) }
header#pt-header .pt-top-header .pt-header-social ul li:last-child { border-right: 1px solid rgba(255, 255, 255, 0.1); }

/*===== Logo =====*/
header#pt-header .pt-bottom-header .navbar .navbar-brand { line-height: 80px; }
header#pt-header .pt-bottom-header .navbar .navbar-brand img { height: 45px; }

/*===== Header Navbar Bar =====*/
header#pt-header .pt-bottom-header { min-height: 90px; }
header#pt-header .pt-bottom-header .navbar { padding: 0; }
header#pt-header .pt-bottom-header .navbar .pt-menu-contain { display: inline-block; width: 100%; }
header#pt-header .pt-bottom-header .navbar .navbar-nav { float: right; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li { position: relative; display: inline-block; float: left; margin-right: 30px; color: var(--dark-color); line-height: 90px; font-weight: 400; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child { margin-right: 0; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li a { color: var(--dark-color); font-family: var(--title-fonts); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus, header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover, header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-item a, header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a, header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a, header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a { color: var(--primary-color); }

/*===== Sub Menu Bar =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu { display: none; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu { display: block; background: var(--white-color); position: absolute; top: 100%; left: 0; padding-left: 0; display: inline-block; width: 210px; z-index: 999; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li { line-height: 2; padding: 0; margin: 0; display: inline-block; width: 100%; color: var(--secondary-color); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li i { margin-left: 10px; font-size: 12px; color: var(--dark-color); opacity: 0.3; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a { line-height: 2; text-transform: capitalize; padding: 10px 15px; display: inline-block; width: 100%; color: var(--secondary-color); font-size: 14px; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus, header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover, header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a { background: var(--primary-color); color: var(--white-color); }
@media screen and (max-width:4000px) and (min-width:1023px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu { display: block !important; }
}

/*===== Navigation Sub Menu =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu { display: none; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu { position: absolute; top: 0; left: 100%; display: block; background: var(--white-color); padding-left: 0; display: inline-block; width: 200px; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon { opacity: 1; position: absolute; top: 12px; right: 15px; line-height: 2; font-size: 12px; color: var(--secondary-color); -moz-transform: rotate(270deg); -webkit-transform: rotate(270deg); -o-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon { color: var(--white-color); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover { background: var(--primary-color); color: var(--white-color); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a { color: var(--white-color); transition: all 0s ease-in-out; transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out; -ms-transition: all 0s ease-in-out; -o-transition: all 0s ease-in-out; -webkit-transition: all 0s ease-in-out; }

/*===== Navigation search =====*/
header#pt-header .pt-menu-search-block { position: relative; margin: 0 0 0 30px; }
header#pt-header .pt-menu-search-block a { color: var(--dark-color); font-size: 16px; width: 18px; display: inline-block; }
header#pt-header .pt-search-form { position: absolute; top: 59px; right: -30px; width: 350px; padding: 15px; z-index: 999; display: none; background: var(--white-color); -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
header#pt-header .pt-button:hover .pt-button-line-left { width: calc(15px - 1px); }

/*===== Header Default =====*/
header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky { position: fixed; top: 0; left: 0; display: inline-block; width: 100%; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); background: var(--white-color); }



/*==========*/
header#pt-header.pt-header-default .pt-btn-container { margin: 0 0 0 30px; }
header#pt-header.pt-header-default .pt-btn-container .pt-button { background: var(--blue-color); }
header#pt-header.pt-header-default .pt-btn-container .pt-button:hover { background: var(--primary-color); }
header#pt-header.pt-header-default .pt-toggle-btn { padding: 0; margin: 0 0 0 30px; }
header#pt-header.pt-header-default .pt-toggle-btn a { position: relative; display: inline-block; padding: 0; font-size: 38px; background: var(--primary-color); color: #fff; line-height: 52px; width: 52px; height: 52px; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
header#pt-header.pt-header-default .pt-menu-search-block { margin: 0 0 0 30px; }

/*===== Header Style-1 =====*/
.admin-bar header#pt-header.pt-header-sticky{ top: 32px; }
.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky { top: 32px; }
@media(max-width:767px) {
	.admin-bar header#pt-header.pt-header-sticky, .admin-bar header#pt-header { top: 0; }
}
@media only screen and (min-device-width:601px) and (max-device-width:768px) {
	.admin-bar header#pt-header.pt-header-sticky, .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky { top: 46px; }
}
@media(max-width:1599px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li { margin-right: 20px; }
}
@media(max-width:1399px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li { margin-right: 20px; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu { left: inherit; right: 100%; }
}
@media(max-width:1365px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li { font-size: 14px; margin-right: 15px; }
	header#pt-header .pt-top-header .pt-header-social ul li a { font-size: 12px; padding: 10px 15px; }
	header#pt-header .pt-top-header .pt-header-contact ul li { font-size: 12px; padding: 10px 15px; }
	header#pt-header.pt-header-default .pt-btn-container { margin: 0 0 0 15px; }
	header#pt-header.pt-header-default .pt-toggle-btn { margin: 0 0 0 15px; }


}
@media(max-width:1023px) {

	/*===== Button Toggler =====*/
	header#pt-header .pt-bottom-header .navbar-toggler { font-size: 20px; padding: 12px 18px; line-height: normal; float: right; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 0 15px; }
	header#pt-header .pt-bottom-header .navbar .navbar-collapse { width: 100%; position: absolute; left: 0; top: 100%; background: #fff; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); max-height: 330px; overflow-y: scroll; overflow-x: hidden; }
	header#pt-header .pt-bottom-header .navbar .navbar-brand { line-height: 60px; }
	header#pt-header .pt-bottom-header { min-height: 60px; }
	header#pt-header .pt-search-form { top: 51px; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav { float: left; width: 100%; display: inline-block; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li { float: left; width: 100%; display: inline-block; line-height: normal; position: relative; font-size: 16px; position: relative; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li a { width: 100%; display: inline-block; padding: 15px; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li i { margin-left: 0; opacity: 1; font-size: 12px; position: absolute; right: 0; margin-top: 0; top: 0; padding: 22px; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu { position: relative; top: 0; left: 0; padding-left: 0; background: #f5f5f5; box-shadow: none; display: inline-block; width: 100%; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a { background: var(--primary-color); }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon { opacity: 1; position: absolute; top: 0; right: 0; line-height: 2; font-size: 12px; padding: 12px 30px; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a { padding: 10px 30px; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover, header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a { background: var(--primary-color); color: var(--white-color); }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a { background: var(--primary-color); color: var(--white-color); }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.pt-submenu-icon, header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.pt-submenu-icon { color: var(--white-color); }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu { position: relative; top: 0; left: 0; background: transparent; display: inline-block; width: 100%; float: left; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a { background: #f5f5f5; color: var(--secondary-color); }
	header#pt-header .pt-top-header .pt-header-contact ul li { padding: 10px 10px; }
	header#pt-header.pt-header-default .pt-menu-search-block { margin-left: auto !important; }
	header#pt-header.pt-header-default .pt-toggle-btn { display: none; }


}

@media(max-width:767px) {
	header#pt-header.pt-header-default .pt-top-header, header#pt-header.pt-header-default .pt-btn-container { display: none !important; }
 .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky { top: 0; }
}
@media(max-width:479px) {
	header#pt-header .pt-bottom-header .navbar .navbar-brand img { height: 40px; }
}

/*================================================
Breadcrum
================================================*/
.pt-breadcrumb { background: var(--grey-color); color: var(--white-color); padding: 60px 0; position: relative; }
.pt-breadcrumb:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--grey-color); opacity: 0.9; }
.pt-breadcrumb .pt-breadcrumb-title h1 { font-size: 56px; line-height: 64px; margin-bottom: 15px; }
.pt-breadcrumb-container .breadcrumb { background: transparent; padding: 0; margin: 0; }
.pt-breadcrumb-container .breadcrumb li { list-style-type: none; margin-right: 15px; padding-left: 0; }
.pt-breadcrumb-container .breadcrumb li.active { color: var(--primary-color); }
.pt-breadcrumb-container .breadcrumb li a { color: var(--secondary-color); }
.pt-breadcrumb-container .breadcrumb li a:hover { color: var(--primary-color); }
.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before { content: "\f125"; font-size: 12px; font-family: "Ionicons"; padding-right: 15px; }
.pt-yoest-breadcumbs #breadcrumbs { margin: 0; padding: 0; }
.pt-yoest-breadcumbs #breadcrumbs span { color: var(--dark-color); }
.pt-yoest-breadcumbs #breadcrumbs span a { padding: 0 5px; }
.pt-yoest-breadcumbs #breadcrumbs span strong { font-weight: 400; padding-left: 5px; }
@media(max-width:1023px) {
	.pt-breadcrumb { text-align: center; }
	.pt-breadcrumb .pt-breadcrumb-title h1 { font-size: 42px; line-height: 50px; }
	.pt-breadcrumb-container .breadcrumb { display: inline-flex; }
	.pt-breadcrumb-img.text-right { text-align: center !important; }
}
@media(max-width:767px) {
	.pt-breadcrumb .pt-breadcrumb-title h1 { font-size: 34px; line-height: 42px; }
	.pt-breadcrumb-container .breadcrumb li, .pt-breadcrumb-container .breadcrumb li i { font-size: 14px; }
	.pt-breadcrumb-container .breadcrumb li { margin-right: 10px; }
	.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before { padding-right: 10px; font-size: 12px; }
}
@media(max-width:479px) {
	.pt-breadcrumb .pt-breadcrumb-title h1 { font-size: 30px; line-height: 38px; }
}

/*================================================
Foote
================================================*/
footer#pt-footer { background: var(--grey-color); display: inline-block; width: 100%; float: left; }
footer#pt-footer .pt-footer-top { padding: 60px 0 0; }
footer#pt-footer .pt-copyright-footer { padding: 15px 0; background: var(--dark-color); }
footer#pt-footer .pt-copyright-footer .pt-copyright { text-align: left; display: inline-block; width: 100%; }
footer#pt-footer .pt-copyright-footer .pt-copyright a { color: var(--white-color); }
footer#pt-footer .pt-copyright-footer .pt-copyright a:hover { color: var(--white-color); text-decoration: underline; }

/*===== Footer Widget =====*/
footer#pt-footer .widget { background: transparent; padding: 0; box-shadow: none; border: none; margin-bottom: 45px; }
footer#pt-footer .widget .footer-title { margin-bottom: 15px; padding: 0; font-size: 26px; position: relative; line-height: 34px; }
footer#pt-footer .widget ul li a:hover { color: var(--primary-color); }
footer#pt-footer table td, footer#pt-footer table th { border: 1px solid var(--secondary-color); }
footer#pt-footer .calendar_wrap table caption { caption-side: inherit; padding: 0 0 10px; font-weight: 500; }
footer#pt-footer .calendar_wrap td#today { background: var(--primary-color); color: var(--white-color); }
footer#pt-footer .calendar_wrap td#today a { color: var(--white-color); }
footer#pt-footer ul li a.rsswidget { padding-left: 0; font-size: 16px; color: var(--dark-color); font-weight: 600; font-family: var(--title-fonts); }
footer#pt-footer ul li .rss-date { font-size: 14px; color: var(--primary-color); line-height: 1; float: left; display: inline-block; width: 100%; margin: 5px 0; }
footer#pt-footer ul li cite { font-weight: 600; margin-top: 5px; display: inline-block; width: 100%; }
footer#pt-footer .search-form { position: relative; }
footer#pt-footer .search-form .search-submit { background: var(--primary-color); border: none; position: absolute; text-align: center; line-height: 51px; height: 51px; width: 51px; top: 0; right: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
footer#pt-footer .search-form .search-submit:before { content: "\f002"; font-family: "Font Awesome 5 Free"; font-weight: 600; }
footer#pt-footer .search-form .search-submit:hover { background: var(--dark-color); }
footer#pt-footer .search-form input { background: var(--white-color); border-color: var(--white-color); }
footer#pt-footer .tagcloud .tag-cloud-link { font-size: 14px !important; color: var(--white-color); background: var(--primary-color); margin: 0 10px 10px 0; display: inline-block; float: left; padding: 2px 12px; border-radius: 0; border: 1px solid var(--primary-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
footer#pt-footer .tagcloud .tag-cloud-link:hover { border-color: var(--dark-color); background: var(--dark-color); color: var(--white-color); }
footer#pt-footer .widget ul.menu li a, footer#pt-footer .pt-widget-menu .pt-service li a { position: relative; border: none; padding: 5px 0 5px 15px; display: inline-block; width: 100%; }
footer#pt-footer .widget ul.menu li a:hover, footer#pt-footer .pt-widget-menu .pt-service li a:hover { color: var(--primary-color); }
footer#pt-footer .widget ul.menu li a:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 5px; height: 5px; display: inline-block; background: var(--primary-color); margin: auto 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev, footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next { background: transparent; }
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev a, footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next a { }
footer#pt-footer .wp-caption p.wp-caption-text { color: var(--dark-color); }
footer#pt-footer .pt-widget-menu .pt-service li a:before { content: ""; position: absolute; top: 18px; bottom: 0; left: 0; width: 5px; height: 5px; display: inline-block; background: var(--primary-color); margin: 0; }
footer#pt-footer .widget #recentcomments--1 li.recentcomments span a { color: var(--primary-color); }