/*
Template: Pilelabs - Laboratory & Science Research WordPress Theme
Author: Peacefulqode.com
Version: 2.0
Design and Developed by: Peaceful Qode

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
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> isotope Portfolio
==> slider portfoliio
==> Header
==> admin bar login
==> Sidebar Menu
==> Breadcrum
==> Footer
==> OWL Carousel
==> Section Title
==> Service Box
==> Fancy Box
==> Progressbar
==> Quote From
==> Counter
==> Process Step
==> Portfoliobox
==> Testimonialbox
==> Pricebox
==> Video Popup
==> Tabs
==> Client
==> Social Sharebox
==> Advance Tab
==> Banner
==> KeyFrames
==> Swiper Pagination
==> From
==> FAQ
==> Circle Progress
==> Team

++++++++++++++++++++++++++++++++++++
[ End table content ]
+++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++
Moz Selection
++++++++++++++++++++++*/


@font-face {
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SF-Pro-Text-Regular.eot');
    src: url("../fonts/SF-Pro-Text-Regular.woff2") format("woff2"),
        url("../fonts/SF-Pro-Text-Regular.woff") format("woff"),
        url("../fonts/SF-Pro-Text-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/SF-Pro-Display-Regular.eot');
    src: url("../fonts/SF-Pro-Display-Regular.woff2") format("woff2"),
        url("../fonts/SF-Pro-Display-Regular.woff") format("woff"),
        url("../fonts/SF-Pro-Display-Regular.ttf") format("truetype");
}

:root {
    --primary-color: #ed1c24;
    --blue-color: #042f5b;
    --dark-color: #042f5b;
    --secondary-color: #888888;
    --grey-color: #f5f9ff;
    --white-color: #ffffff;
    /*--body-fonts: 'SF Pro Text', sans-serif; 
    --title-fonts: 'SF Pro Display', sans-serif;*/
    --body-fonts: 'Helvetica', sans-serif;
    --title-fonts: 'Helvetica', 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: uppercase;
    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: 32px;
    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: 18px;
    font-style: normal;
    line-height: 28px;
}

/*++++++++++++++++ HTML Tags +++++++++++*/
a,
.button {
    color: var(--primary-color);
    outline: none !important;
    text-decoration: none;
    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: 17px;
    line-height: 27px;
    
}

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: transparent;
    border: 1px solid #ccc;
    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: #ED1C24;
    outline: none;
    box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height: auto;
    float: none;
    margin-right: 5px;
}

textarea {
    background: transparent;
    border: 1px solid #ccc;
    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 #ccc;
    color: #757575;
    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;
}

.page-id-12850 .content-area .site-main,
.page-id-3 .content-area .site-main,
.page-id-12863 .content-area .site-main {
    padding-top: 0px !important;
}

.page-id-12850 .content-area .site-main article,
.page-id-3 .content-area .site-main article,
.page-id-12863 .content-area .site-main article {
    padding-top: 60px !important;
}

.content-area .site-main {
    padding: 60px 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: 75px;
}

/*++++++++++++++++++++++++++++
Back to Top
+++++++++++++++++++++++++++++++++++*/
#back-to-top .top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    margin: 0px;
    color: var(--white-color);
    background: var(--primary-color);
    z-index: 999;
    border: 1px solid var(--primary-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(--dark-color);
    color: var(--white-color);
    border: 1px solid var(--dark-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: 5px;
}

.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="reset"],
[type="submit"] {
    font-family: var(--title-fonts);
    overflow: inherit;
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 45px;
    font-weight: 600;
    line-height: 2;
    vertical-align: middle;
    border: none;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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
}

[type="reset"]:hover,
[type="submit"]:hover {
    color: var(--white-color);
    background: var(--dark-color);
}

.pt-button {
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 16px;
    padding: 12px 20px;
    position: relative;
    width: auto;
    background: var(--primary-color);
    color: var(--white-color);
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
    fill: var(--white-color);
    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;
}

.pt-button span {
    margin-right: 8px;
}

.pt-button i {
    font-size: 13px !important;
}

.pt-button:hover,
.pt-button:focus {
    background: var(--dark-color);
    color: var(--white-color);
}

/*===== Button link =====*/
.pt-button.pt-button-link {
    padding: 0;
    position: relative;
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    position: relative;
}

.pt-button.pt-button-link:hover {
    color: var(--dark-color);
}

.pt-button.pt-button-link:hover i {
    color: var(--dark-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 {
    background: transparent;
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
}

.pt-button.pt-btn-outline i {
    fill: var(--primary-color);
}

.pt-button.pt-btn-outline:hover i {
    fill: var(--dark-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-left: 5px solid var(--primary-color);
    margin-bottom: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

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;
}

.post-password-form input {
    float: none;
}

.post-password-form input[type="password"] {
    background: var(--white-color);
}

.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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.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(--white-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: 30px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
    padding: 30px;
    background: var(--grey-color);
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

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

/*+++++ Widget Title +++++*/
.widget h2 {
    margin-bottom: 15px;
    padding: 0;
    font-size: 28px;
    position: relative;
    line-height: 36px;
    position: relative;
}

/*+++++ SideBar - Search +++++*/
.widget.widget_search {
    background: var(--primary-color);
}

.widget.widget_search .widget-title {
    display: none;
}

.widget.widget_search .wp-block-search {
    position: relative;
}

.widget.widget_search .wp-block-search label {
    display: none;
}

.wp-block-search .wp-block-search__button {
    background: var(--dark-color);
    border: none;
    padding: 0;
    position: absolute;
    text-align: center;
    color: var(--white-color) !important;
    font-size: 0px;
    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;
}

.wp-block-search .wp-block-search__button:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 16px;
}

.wp-block-search .wp-block-search__button:hover {
    color: var(--white-color) !important;
    background: var(--dark-color);
    outline: none;
}

.search-form {
    position: relative;
}

.search-form label {
    width: 100%;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.widget.widget_search .search-form .search-field,
.widget.widget_search .wp-block-search__input {
    background: var(--white-color);
    border-color: var(--white-color);
}

.search-submit {
    background: transparent;
    border: none;
    padding: 0;
    position: absolute;
    text-align: center;
    color: var(--dark-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: 700;
}

.search-submit:hover {
    color: var(--primary-color) !important;
    background: transparent;
    outline: none;
}

/*+++++ widget-menu +++++*/
.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    margin: 0 0 15px 0;
}

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

.widget ul ul.children {
    padding-left: 25px;
    margin-top: 15px;
}

.widget ul li a {
    padding: 0 0 0 15px;
    color: var(--secondary-color);
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
}

.widget ul li a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.widget ul.wp-block-latest-posts__list li>a:before,
.widget ul.wp-block-archives-list li>a:before,
.widget ul.wp-block-categories-list li>a:before,
.widget.widget_archive ul li>a:before,
.widget.widget_categories ul li>a:before,
.widget.widget_pages ul li>a:before,
.widget.widget_meta ul li>a:before,
.widget.widget_recent_entries ul li>a:before,
.widget.widget_nav_menu ul li>a:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-size: 10px;
    top: 3px;
    color: inherit;
    font-family: "Font Awesome 5 Free";
    line-height: normal;
    font-weight: 900;
    color: var(--primary-color);
}

/*+++++ SideBar - Recent Comments +++++*/
.wp-block-latest-comments {
    padding: 0;
    margin: 0;
}

.wp-block-latest-comments li,
#recentcomments li {
    padding-left: 0;
    position: relative;
    line-height: 2;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author,
#recentcomments li .comment-author-link a {
    color: var(--dark-color);
    padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-link,
#recentcomments li a {
    color: var(--primary-color);
    padding: 0;
}

.wp-block-latest-comments li .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments li .wp-block-latest-comments__comment-link:hover,
#recentcomments li a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

/*+++++  SideBar widget archive  +++++*/
.widget.widget_archive ul li,
.widget.widget_categories ul li {
    font-weight: 400;
    color: var(--primary-color);
}

/*+++++  SideBar Calendar  +++++*/
.widget_calendar table caption {
    padding: 0 0 10px;
    color: var(--dark-color);
}

.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;
}

/*+++++  widget_categories  +++++*/
.widget_categories ul>li:last-child {
    margin-bottom: 0;
}

/*+++++  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: 700;
    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: 700;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    color: var(--dark-color);
    font-family: var(--title-fonts);
}

.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 .sub-menu,
.widget ul.menu li .sub-menu {
    display: block !important;
    padding-left: 20px;
    margin-top: 15px;
}

/*+++++  SideBar - widget Recent Entries +++++*/
.widget_recent_entries ul li .post-date {
    font-weight: 700;
    color: var(--dark-color);
}

/*+++++ SideBar - Tags +++++*/
.widget_tag_cloud .tag-cloud-link {
    font-size: 14px !important;
    background: var(--dark-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--white-color);
    padding: 4px 16px;
    border: 1px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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(--primary-color);
    color: var(--white-color);
}

/*+++++ SideBar - Gallery +++++*/
.widget.widget_media_gallery .gallery-size-thumbnail .gallery-item img {
    margin: 0;
}

@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;
}

ol.commentlist .pingback p,
ol.commentlist .trackback p {
    margin-bottom: 10px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++
Blog
++++++++++++++++++++++++++++++++++++++++++*/
.pt-blog .owl-carousel .pt-blog-post {
    margin-bottom: 0;
}

.single-post .pt-blog-post {
    margin-bottom: 0;
}

.pt-blog-post {
    margin-bottom: 0px;
/*  background: var(--grey-color); */
    display: inline-block;
	padding:20px 0px;
    width: 100%;
    border-top: 1px solid  #ccc;   
}

.pt-blog-post .pt-post-media {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    
}
.pt-post-media img{
	width:100%;
	
}
.pt-post-date span{
	color: var(--primary-color);
	font-weight:500;
}

/* .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-post-media .pt-post-date {
    font-weight: 600;
    font-family: var(--title-fonts);
    background: var(--primary-color);
    padding: 3px 12px;
    text-transform: uppercase;
    color: var(--white-color);
    text-align: center;
    position: absolute;
    bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pt-blog-post .pt-post-media .pt-post-date a {
    color: var(--white-color);
    font-size: 14px;
}

.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: 22px;
    line-height: 30px;
    margin: 0 0 5px;
    font-weight: 600;
}

.pt-blog-post .pt-blog-contain .pt-btn-container {
    margin-top: 10px;
}

.pt-blog-post .pt-blog-contain .pt-btn-container .pt-button.pt-button-link {
    color: var(--primary-color);
}

.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 {
    font-family: var(--title-fonts);
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 20px;
    align-self: center !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    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);
    text-decoration: none;
}

.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);
}

.pt-light-bg .pt-blog-post {
    background: var(--white-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;
    }

    #rev_slider_2_1 .pt-button i,
    #rev_slider_4_1 .pt-button i,
    #rev_slider_5_1 .pt-button i,
    #rev_slider_6_1 .pt-button i {
        font-size: 10px !important;
    }
}

/*++++++++++++++++++++++++++++++++++++++++
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;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
isotope Portfolio
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-grid-item.visible_item,
.pt-masonry-item.visible_item {
    display: none
}

.pt-filters .pt-filter-button-group ul {
    margin: 0 0 45px;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-filters .pt-filter-button-group ul li {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
    list-style: none;
    text-transform: uppercase;
    color: var(--dark-color);
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px;
    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-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-filters .pt-filter-button-group ul li:last-child {
    margin-right: 0;
}

.pt-filters .pt-filter-button-group ul li.active,
.pt-filters .pt-filter-button-group ul li.active:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-filters .pt-filter-button-group ul li:hover {
    color: var(--primary-color);
}

.pt-grid {
    display: inline-block;
    width: 100%;
    float: left;
}

.pt-grid:after {
    content: '';
    display: block;
    clear: both;
}

.pt-col-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-col-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-col-4 {
    width: 33.33%;
    padding: 0 15px 30px;
}

.pt-grid.no-padding .pt-grid-item,
.pt-masonry.no-padding .pt-masonry-item {
    padding: 0;
}

.pt-btn-load-container {
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

/*=========*/
.pt-masonry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pt-masonry .ipt-lg-6 {
    width: 50%;
    padding: 0 15px 30px;
}

.pt-masonry .ipt-lg-3 {
    width: 25%;
    padding: 0 15px 30px;
}

.pt-masonry.no-padding .ipt-lg-6,
.pt-masonry.no-padding .ipt-lg-3 {
    padding: 0;
}

@media(max-width:1365px) {
    .pt-col-3 {
        width: 33.33%;
    }

    .pt-masonry .ipt-lg-6 {
        width: 66.66%;
    }

    .pt-masonry .ipt-lg-3 {
        width: 33.33%;
    }

    .pt-filters .pt-filter-button-group ul li {
        margin-right: 10px;
    }

    .pt-masonry .ipt-lg-6 {
        width: 100%;
    }

    .pt-col-3,
    .pt-col-4,
    .pt-masonry .ipt-lg-3 {
        width: 50%;
    }
}

@media(max-width:767px) {
    .pt-filters .pt-filter-button-group ul li {
        margin-right: 0;
        font-size: 14px;
        padding: 5px 15px;
    }

    .pt-col-6,
    .pt-col-4,
    .pt-col-3,
    .pt-masonry .ipt-lg-3,
    .pt-masonry .ipt-lg-6 {
        width: 100%;
        padding: 0 0 30px;
    }
}

@media(max-width:479px) {
    .pt-filters .pt-filter-button-group ul li {
        margin-bottom: 15px;
    }
}

.pt-grid-item {
    float: left;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
slider portfoliio
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-white-bg .pt-portfoliobox .owl-nav {
    position: relative;
    margin-top: 45px;
    left: 0;
    top: 0;
}

.pt-white-bg .owl-carousel .owl-dots .owl-dot {
    background: var(--grey-color);
}

.pt-portfoliobox-left-arrow .pt-portfoliobox .owl-nav {
    left: -36%;
    top: 75%;
}

@media(max-width:1365px) {
    .pt-portfoliobox-left-arrow .pt-portfoliobox .owl-nav {
        left: -34%;
        top: 78%;
    }
}

@media(max-width:1200px) {
    .pt-portfoliobox-left-arrow .pt-portfoliobox .owl-nav {
        display: none;
    }
}

/*++++++++++++++++++++++++++++++++++++++++
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;
    line-height: 20px;
}

header#pt-header .pt-header-social.tagline {
    color: var(--white-color);
    padding-top: 13px;
    display: block;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
}

header#pt-header .pt-top-header .text-left .pt-header-social.text-left {
    color: var(--white-color);
    padding-top: 10px;
    display: inline-block;
}

header#pt-header .pt-top-header a.pt-header-contact {
    color: var(--white-color);
    padding: 10px 0;
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 15px;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

header#pt-header .pt-top-header a.pt-header-contact i {
    margin-right: 5px;
}

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 30px;
    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: 8px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
    color: var(--white-color);
    font-family: var(--title-fonts);
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

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: 11px 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: 51px; } */

/*++++++ 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: 40px;
    color: var(--dark-color);
    padding-bottom: 0px;
    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);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
}

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);
}

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: 16px;
}

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: 45px 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: 50px;
    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-top-header a.pt-header-contact {
    border: none;
}

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: 0px 0 0 30px;
}

header#pt-header.pt-header-default .pt-btn-container .pt-button span {
    margin-right: 0;
}

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: 45px 0 0 30px;
}

/*+++++ Header Style-1 +++++*/
header#pt-header.pt-header-style-1 .pt-top-header a.pt-header-contact {
    border: none;
}

header#pt-header.pt-header-style-1.pt-has-sticky {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    background: var(--white-color);
    z-index: 999;
    padding: 0;
    box-shadow: none;
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
    position: fixed;
    background: var(--white-color);
    padding: 0;
    -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);
}

header#pt-header.pt-header-style-1 .pt-bottom-header {
    min-height: 70px;
    max-width: 1920px;
    margin: 0 auto;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
    line-height: normal;
    background: var(--white-color);
    padding: 15px 0px;
    position: relative;
}

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a {
    color: var(--primary-color);
}

header#pt-header.pt-header-style-1 .pt-header-info-box {
    margin: 0 0 0 30px;
    display: flex;
    color: var(--white-color);
}

header#pt-header.pt-header-style-1 .pt-header-call {
    display: inline-block;
    float: left;
    margin-right: 30px;
    margin-top: 5px;
}

header#pt-header.pt-header-style-1 .pt-header-call a i {
    font-size: 48px;
    margin-right: 15px;
    line-height: 56px;
}

header#pt-header.pt-header-style-1 .pt-header-call a {
    display: flex;
    align-items: flex-start;
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info {
    flex: 1;
    text-transform: capitalize;
    font-size: 14px;
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info span {
    width: 100%;
    float: left;
    display: inline-block;
    color: var(--primary-color);
    line-height: normal;
}

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

header#pt-header.pt-header-style-1 .pt-button {
    background: var(--dark-color);
}

header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li>a,
header#pt-header.pt-header-style-1.pt-header-sticky .pt-header-call a .pt-call-info h5 {
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li i {
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1.pt-header-sticky .pt-header-call a .pt-call-info span {
    color: var(--primary-color);
}

header#pt-header .pt-button:before,
header#pt-header .pt-button:after {
    display: none;
}

/*+++++ Header Style-2 +++++*/
header#pt-header.pt-header-style-2 .pt-top-header a.pt-header-contact {
    border: none;
}

header#pt-header.pt-header-style-2 .pt-top-header {
    background: var(--dark-color);
}

header#pt-header.pt-header-style-2 .pt-top-header .text-left .pt-header-social {
    padding-top: 11px;
    color: var(--white-color);
    display: inline-block;
}

header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
    height: 60px;
}

header#pt-header.pt-header-style-2 {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    background: var(--white-color);
    padding: 0;
    -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-header-style-2 .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

header#pt-header.pt-header-style-2 .no-gutters>.col,
header#pt-header.pt-header-style-2 .no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

header#pt-header.pt-header-style-2 .navbar-brand {
    background: var(--primary-color);
    padding: 16px 30px;
    margin: 0;
    line-height: 4.6666;
    text-align: center;
    width: 100%;
    display: inline-block;
}

header#pt-header.pt-header-style-2 .pt-bottom-header {
    min-height: auto;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
    line-height: 75px;
}

header#pt-header.pt-header-style-2 .pt-header-info-box {
    display: flex;
}

header#pt-header.pt-header-style-2 .pt-menu-search-block {
    line-height: 76px;
    padding: 0 30px;
    background: var(--white-color);
    border-left: 1px solid var(--grey-color);
    border-right: 1px solid var(--grey-color);
    color: #fff;
    font-size: 20px;
}

header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
    top: 75px;
}

header#pt-header.pt-header-style-2 .pt-search-form {
    top: 77px;
}

/*Header Style-2 sticky*/
header#pt-header.pt-header-style-2.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-top-header {
    display: none;
}

header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
    line-height: 2.44444;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-header-diff-block .navbar-brand img {
    height: 55px;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-menu-search-block {
    line-height: 85px;
}

header#pt-header.pt-header-style-2.pt-header-sticky .pt-toggle-btn {
    padding: 25px;
}



/*+++++Ttoggle Side Bar +++++*/
header#pt-header.pt-header-style-2 .pt-toggle-btn {
    line-height: 75px;
    padding: 22px 25px;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
    transform-origin: 50% 0%;
}

.buttons ol li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 23vw;
    height: 20vw;
    content: "";
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.buttons ol li:after {
    position: absolute;
    top: 38%;
    right: 7vw;
    transform: rotate(-90deg);
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    content: counter(list-counter, decimal-leading-zero);
    font-family: Helvetica;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    opacity: 0.15;
    transition: color 0.35s;
    will-change: color;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a {
    position: relative;
    display: block;
    top: 15px;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    background: currentColor;
    color: inherit;
    font-size: 0;
    transition: 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    content: "";
    transition: transform 0.35s;
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:before {
    transform: translate(-50%, -10px);
}

header#pt-header.pt-header-style-2 .pt-toggle-btn a:after {
    transform: translate(-50%, 10px);
}

/*+++++ Header Style-3 +++++*/
header#pt-header.pt-header-style-3 .pt-top-header a.pt-header-contact {
    border: none;
}

header#pt-header.pt-header-style-3 .pt-header-top-wrapper {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
}

header#pt-header.pt-header-style-3 .pt-top-header .text-left .pt-header-social {
    padding-top: 11px;
    color: var(--white-color);
    display: inline-block;
}

header#pt-header.pt-header-style-3 .pt-header-top-wrapper .pt-site-logo a.navbar-brand img {
    max-height: 60px;
}

header#pt-header.pt-header-style-3 .site-header-menu a.navbar-brand img {
    display: none;
}

header#pt-header.pt-header-style-3 .pt-header-top-wrapper .pt-top-info-content .pt-header-info {
    display: flex;
}

header#pt-header.pt-header-style-3 .pt-header-top-wrapper .pt-top-info-content .pt-header-info-box {
    display: flex;
    padding: 0 20px;
    align-items: center;
}

header#pt-header.pt-header-style-3 .pt-header-top-wrapper .pt-top-info-content .pt-header-info-box:last-child {
    padding-right: 0;
}

header#pt-header.pt-header-style-3 .pt-header-top-wrapper .pt-top-info-content .pt-header-info-box .info-icon-content {
    padding-left: 20px;
}

header#pt-header.pt-header-style-3 .pt-header-info-box .info-icon i {
    font-size: 34px;
    color: var(--primary-color);
}

header#pt-header.pt-header-style-3 .pt-header-info-box .info-icon-content h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
}

header#pt-header.pt-header-style-3 .pt-header-info-box .info-icon-content p {
    margin-bottom: 0;
}

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav {
    float: none;
}

header#pt-header.pt-header-style-3 .pt-header-info-box {
    display: flex;
}

header#pt-header.pt-header-style-3 .pt-menu-search-block {
    line-height: 85px;
    padding: 0 30px;
    background: var(--white-color);
    color: #fff;
    font-size: 20px;
}

header#pt-header.pt-header-style-3 .pt-search-form {
    top: 77px;
}

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li {
    margin-right: 40px;
}

header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li:last-child {
    margin-right: 0;
}

header#pt-header.pt-header-style-3 .pt-toggle-btn {
    display: none;
}

/*+++++ Header Style-5 +++++*/
header#pt-header.pt-header-style-5 {
    background: transparent;
    position: absolute;
}

header#pt-header.pt-header-style-5 .pt-top-header {
    background: transparent;
}

header#pt-header.pt-header-style-5 .pt-top-header .text-left .pt-header-social {
    padding-top: 6px;
    color: var(--white-color);
    display: inline-block;
}

header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-nav li:last-child {
    margin-right: 0;
}

header#pt-header.pt-header-style-5 .pt-top-header .pt-header-social ul li {
    border: none;
}

header#pt-header.pt-header-style-5 .pt-top-header .pt-header-social ul li a {
    padding: 10px ​15px;
}

header#pt-header.pt-header-style-5 .pt-top-header ul li a:hover {
    background: none;
    color: var(--primary-color);
}

header#pt-header.pt-header-style-5 .pt-bottom-header .navbar {
    background: var(--white-color);
    border-radius: 5px;
}

header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-brand {
    padding-left: 15px;
}

header#pt-header.pt-header-style-5 .pt-menu-phone {
    margin-left: 30px;
}

header#pt-header.pt-header-style-5 .pt-menu-phone a#pt-phone {
    width: 60px;
    height: 60px;
    background: var(--blue-color);
    color: var(--white-color);
    border: 6px solid var(--white-color);
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    line-height: 48px;
    vertical-align: middle;
    margin-right: -30px;
    position: relative;
    z-index: 9;
}

header#pt-header.pt-header-style-5 .pt-btn-container .pt-button {
    border-radius: 0;
    line-height: 66px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 55px;
}

@media(max-width:1599px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 40px;
    }

}

@media(max-width:1399px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 40px;
    }

    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: 25px;
    }

    header#pt-header .pt-top-header .pt-header-social ul li a {
        font-size: 12px;
        padding: 10px 15px;
    }

    header#pt-header .pt-top-header a.pt-header-contact {
        padding: 7px 0;
    }

    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-menu-search-block {
        margin: 0 0 0 15px;
    }

    header#pt-header.pt-header-default .pt-toggle-btn {
        margin: 0 0 0 15px;
    }

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        padding: 0 20px;
    }

    header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
        height: 40px;
    }

    header#pt-header.pt-header-style-2 .navbar-brand {
        line-height: 4.444444;
    }



}

@media(max-width:1199px) {

    /*+++++ Header default +++++*/
    header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 20px;
    }

    header#pt-header.pt-header-default .pt-bottom-header .navbar .navbar-nav li:last-child {
        margin-right: 0;
    }

    /*+++++ Header Style-1 +++++*/
    header#pt-header.pt-header-style-1 .pt-header-call {
        display: none;
    }

    header#pt-header.pt-header-style-1 .pt-header-info-box {
        margin-left: 15px;
    }

    header#pt-header.pt-header-style-1 .pt-btn-container {
        margin-left: 0;
    }

    /*+++++ Header Style-3 +++++*/
    header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 20px;
    }

    header#pt-header.pt-header-style-3 .pt-header-top-wrapper .pt-top-info-content .pt-header-info-box {
        padding: 0 6px;
    }

    header#pt-header.pt-header-style-3 .pt-header-top-wrapper .pt-top-info-content .pt-header-info-box .info-icon-content {
        padding-left: 10px;
    }

    /*+++++ Header Style-5 +++++*/
    header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 10px;
    }

    header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-nav li a {
        font-size: 14px;
    }

    header#pt-header.pt-header-style-5 .pt-menu-search-block {
        margin-left: 10px;
    }

    header#pt-header.pt-header-style-5 .pt-btn-container .pt-button {
        padding-left: 38px;
        padding-right: 5px;
    }

    header#pt-header.pt-header-style-5 .pt-menu-phone a#pt-phone {
        width: 50px;
        height: 50px;
        line-height: 43px;
        border: 2px solid var(--white-color);
    }
}

@media(max-width:1024px) {

    header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-nav li {
        margin-right: 8px;
    }

    header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
        height: 40px;
    }
}

@media(max-width:1023px) {

    /*++++++++++++++ Button Toggler +++++++++++++*/
    .navbar-expand-lg .navbar-toggler {
        display: block;
    }

    .navbar-expand-lg .navbar-collapse.collapse:not(.show) {
        display: none !important;
    }

    header#pt-header .pt-bottom-header .navbar-toggler {
        font-size: 20px;
        padding: 10px 15px;
        line-height: normal;
        float: right;
        outline: none;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 0 0 15px;
        color: var(--white-color);
		background:var(--dark-color);
    }

    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);
    }

    header#pt-header .pt-bottom-header .navbar .navbar-brand {
        line-height: 60px;
		max-width: 60%;
    }

    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:not(:last-child) {
        border-bottom: 1px solid #dc342d1f;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 10px 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;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li {
        line-height: normal;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu {
        top: 0;
    }

    header#pt-header.pt-header-style-5 .pt-menu-search-block {
        margin-left: auto !important;
    }

    header#pt-header.pt-header-style-1 .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-header-style-2 .pt-bottom-header .navbar {
        justify-content: flex-end;
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn {
        display: none;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
        margin: 0 20px;
    }

    /*+++++ Header Style-3 +++++*/
    .pt-sidebar {
        display: none;
    }

    header#pt-header.pt-header-style-3 .pt-header-top-wrapper {
        display: none;
    }

    header#pt-header.pt-header-style-3 .site-header-menu a.navbar-brand img {
        display: inline-block;
    }

    header#pt-header.pt-header-style-3 .pt-header-info-box {
        margin-left: auto;
    }

    header#pt-header.pt-header-style-3 .pt-menu-search-block {
        padding: 0 15px;
    }

    header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-nav li a {
        font-size: 16px;
    }

    header#pt-header.pt-header-style-5 .pt-bottom-header .navbar-toggler {
        margin-right: 15px;
    }

    header#pt-header.pt-header-style-5 .pt-btn-container .pt-button {
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

}

@media(max-width:991px) {



    /*+++++ Header Style-2 +++++*/

    header#pt-header.pt-header-style-2 .pt-top-header {
        display: none;
    }

    header#pt-header.pt-header-style-2 .navbar-brand {
        padding: 15px 10px;
        line-height: normal;
    }

    header#pt-header.pt-header-style-2 .pt-top-header a.pt-header-contact {
        display: none;
    }

    header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
        height: 60px;
    }

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        height: 85px;
        line-height: 90px;
        border: none;
    }






}

@media(max-width:800px) {
    header#pt-header .pt-top-header a.pt-header-contact {
        margin-right: 0;
    }
}

@media(max-width:767px) {
    header#pt-header.pt-header-style-2 .navbar-brand {
        width: auto;
        padding: 15px;
    }

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        margin-top: -90px;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
        margin-top: -90px;
    }

    header#pt-header.pt-header-style-3 .pt-top-header {
        display: none;
    }

    header#pt-header.pt-header-style-3 .pt-btn-container {
        display: none;
    }

    header#pt-header.pt-header-style-5 .pt-bottom-header .navbar .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header#pt-header.pt-header-style-5 .pt-menu-phone {
        display: none;
    }

    header#pt-header.pt-header-style-5 .pt-btn-container {
        display: none;
    }

    header#pt-header.pt-header-default .pt-top-header,
    header#pt-header.pt-header-default .pt-btn-container {
        display: none !important;
    }

    header#pt-header.pt-header-style-1 .pt-btn-container {
        display: none;
    }

    header#pt-header.pt-header-default .pt-top-header {
        display: none;
    }

    header#pt-header.pt-header-style-1 .pt-top-header {
        display: none;
    }

    header#pt-header.pt-header-style-2 .pt-top-header {
        display: none;
    }

    header#pt-header.pt-header-style-5 .pt-top-header {
        display: none;
    }

    header#pt-header.pt-header-style-5 {
        top: 15px;
    }



}

@media(max-width:480px) {
    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        display: none;
    }

    header#pt-header.pt-header-style-2 .pt-shop-btn {
        display: none;
    }

    header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img {
        height: auto;
        width: 175px;
    }

    header#pt-header.pt-header-style-2.pt-header-sticky .pt-header-diff-block .navbar-brand img {
        height: auto;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler {
        margin-top: -80px;
    }

    header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header#pt-header.pt-header-style-3 .pt-menu-search-block {
        display: none;
    }

    header#pt-header.pt-header-style-5 .pt-menu-search-block {
        display: none;
    }
}

@media(max-width:420px) {
    header#pt-header .pt-search-form {
        right: 0;
        width: 220px;
        padding: 4px;
    }
}

/*================================================
admin bar login
================================================*/
.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:600px) {
    .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
        top: 0;
    }

    .admin-bar header#pt-header.pt-header-style-1.pt-header-sticky {
        top: 0;
    }

    .admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
        top: 0;
    }

    .admin-bar header#pt-header.pt-header-style-5 {
        top: 60px;
    }

}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {
    .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
        top: 46px !important;
    }

    .admin-bar header#pt-header.pt-header-style-1.pt-header-sticky {
        top: 46px !important;
    }

    .admin-bar header#pt-header.pt-header-style-2.pt-header-sticky {
        top: 46px !important;
    }

    .admin-bar header#pt-header.pt-header-style-5 {
        top: 60px;
    }



}

/*================================================
Sidebar Menu
================================================*/
.pt-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 100;
    opacity: 0.8;
    display: none;
    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;
}

.pt-siderbar-open .pt-background-overlay {
    display: block;
    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;
}

.pt-siderbar-open .pt-sidebar {
    right: 0;
    opacity: 1;
}

.pt-sidebar {
    width: 410px;
    background: var(--white-color);
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    z-index: 101;
    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;
}

.pt-sidebar .pt-close-btn .pt-close {
    position: absolute;
    left: -45px;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 90px;
    font-size: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-sidebar-block {
    padding: 60px 30px 30px 30px;
    height: 100%;
}

.pt-sidebar-header .pt-sidebar-logo {
    margin-bottom: 15px;
    height: 45px;
}

.pt-sidebar h5,
.pt-sidebar h4 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}

.pt-sidebar ul {
    margin: 0;
    padding: 0;
}

.pt-sidebar ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.pt-sidebar ul li a {
    color: var(--secondary-color);
}

/*===========*/
.pt-sidebar-contact {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.pt-sidebar-contact li {
    display: flex;
    align-items: flex-start;
}

.pt-sidebar-contact li i {
    line-height: 2;
    color: var(--primary-color);
}

.pt-sidebar-contact li span {
    margin-left: 15px;
    flex: 1;
}

/*===========*/
.pt-sidebar-social ul {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.pt-sidebar-social ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pt-sidebar-social ul li:last-child {
    margin-right: 0;
}

.pt-sidebar-social ul li a {
    background: var(--dark-color);
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-sidebar-social ul li a:hover {
    background: var(--primary-color);
}

/*=========*/
.pt-sidebar .widget {
    background: transparent;
    padding: 0;
    border: none;
}

@media(max-width:991px) {
    .pt-sidebar {
        display: none;
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn {
        display: none;
    }
}

.pt-foote-recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.pt-foote-recent-post:last-child {
    margin-bottom: 0;
}

.pt-foote-recent-post .pt-foote-recent-post-media {
    margin-right: 15px;
}

.pt-foote-recent-post .pt-foote-recent-post-media img {
    width: 100px;
    height: 100px;
}

.pt-foote-recent-post .pt-foote-recent-post-info {
    flex: 1;
    align-self: center;
}

.pt-foote-recent-post .pt-foote-recent-post-info .pt-post-date {
    ont-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
    width: 100%;
    display: inline-block;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 a:hover {
    color: var(--primary-color);
}

/*++++++++++++++++++++++++++++++++++++++
Breadcrum
++++++++++++++++++++++++++++++*/
.pt-breadcrumb {
    color: var(--white-color);
    padding: 45px 0 !important;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
}

/* .pt-breadcrumb:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background:#00000012; opacity: 0.9; } */
.pt-breadcrumb .pt-breadcrumb-title,
.pt-breadcrumb .pt-breadcrumb-container {
    position: relative;
    z-index: 9;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--dark-color);
    text-align: left !important;
}

.pt-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    justify-content: left;
}

.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);
    font-size: 15px;
}

.pt-breadcrumb-container .breadcrumb li a {
    color: var(--dark-color);
    font-size: 15px;
}

.pt-breadcrumb-container .breadcrumb li a:hover {
    color: var(--primary-color);
}

.pt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    font-size: 12px;
    font-family: "Ionicons";
    padding-right: 15px;
    content: "\f125";
    color: var(--dark-color);
    float: none;
}

.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: left;
    }

    .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: 30px;
        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;
    }
}

/*+++++++++++++++++++++++++++++++++++++
Footer
++++++++++++++++++++++++++++*/

/*+++++++++++ Subscribe++++++++++++++++*/
.pt-subscribe {
    display: inline-block;
    width: 100%;
    background: var(--dark-color);
    color: var(--white-color);
    padding-top: 60px;
    position: relative;
    z-index: 10;
}

.pt-subscribe-block {
    display: flex;
    align-items: center;
}

.pt-subscribe-block .pt-subscribe-img {
    width: 55px;
    color: var(--primary-color);
}

.pt-subscribe-block .pt-subscribe-details {
    margin-left: 30px;
    color: var(--white-color);
    flex: 1;
    padding-right: 80px;
}

.pt-subscribe-block .pt-subscribe-details h5 {
    color: var(--white-color);
    font-weight: 600;
}

.pt-subscribe-from .mc4wp-form-fields {
    display: flex;
}

.pt-subscribe-from #mc4wp-form-1 {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-subscribe-from input {
    border: none;
}

.pt-subscribe-from input.form-control {
    width: 76%;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white-color);
}

.pt-subscribe-from input.form-control::-webkit-input-placeholder {
    color: var(--white-color);
}

.pt-subscribe-from input.submit {
    background: var(--primary-color);
    margin-left: 30px;
    text-transform: uppercase;
}

.pt-subscribe-from input.submit:hover {
    background: var(--blue-color);
}

.pt-subscribe .pt-border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-block;
    padding-top: 60px;
    width: 100%;
}

footer#pt-footer.style-1 {
    margin-top: 60px;
}

footer#pt-footer {
    background: #f5f9ff;
    display: inline-block;
    width: 100%;
    color: #888;
    float: left;
    position: relative;
    border-top: 1px solid #ddd;
}

footer#pt-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

footer#pt-footer .pt-footer-top {
   padding: 40px 20px 40px;
    position: relative;
    z-index: 9;
}

footer#pt-footer .pt-copyright-footer {
    padding: 10px 0;
    background: var(--blue-color);
    position: relative;
    z-index: 9;
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
    display: inline-block;
    width: 100%;
    color: var(--white-color);
}

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 Top list =======*/
footer#pt-footer .pt-footer-bottom-list {
    padding: 0 0 60px;
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

footer#pt-footer .pt-footer-bottom-list .row {
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
}

footer#pt-footer .pt-footer-bottom-list .row .col-lg-4 {
    border-right: 1px solid var(--grey-color);
}

footer#pt-footer .pt-footer-bottom-list .row .col-lg-4:last-child {
    border-right: none;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
    padding: 30px;
    display: flex;
    align-items: flex-start;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items i {
    align-self: center;
    font-size: 48px;
    line-height: 56px;
    color: var(--primary-color);
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items h4 {
    font-size: 24px;
    float: left;
    line-height: 32px;
    width: 100%;
    display: inline-block;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info {
    margin-left: 15px;
}

footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info a,
footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items .pt-footer-items-info span {
    color: var(--white-color);
}

/*===== 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: 18px;
    position: relative;
    line-height: 27px;
	color:var(--dark-color);
    font-weight: 500;
}

footer#pt-footer .widget ul li {
    margin: 0 0 0 0;
}

footer#pt-footer .widget ul li a {
    padding: 0 0 0 15px;
    display: inline-block;
}

footer#pt-footer .widget ul 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;
}

footer#pt-footer .widget ul.pt-contact li a {
    padding: 0;
}

footer#pt-footer .widget ul.pt-contact li {
    display: flex;
    align-items: center;
}

footer#pt-footer .widget ul.pt-contact li a:before {
    display: none;
}

footer#pt-footer .widget ul.pt-contact li i {
    margin-right: 20px;
    color: #ed1c24;
}

footer#pt-footer .widget #recentcomments--1 .recentcomments a {
    padding: 0;
}

footer#pt-footer .widget #recentcomments--1 .recentcomments a:before,
footer#pt-footer .widget ul li .rsswidget:before,
footer#pt-footer .pt-footer-social ul li a:before {
    display: none;
}

footer#pt-footer .widget ul li a:hover {
    color: var(--primary-color);
}

footer#pt-footer .widget ul li .comment-author-link a {
    color: var(--primary-color);
}

footer#pt-footer table td,
footer#pt-footer table th {
    border: 1px solid var(--white-color);
}

footer#pt-footer .calendar_wrap table caption {
    padding: 0 0 10px;
    font-weight: 400;
    font-family: var(--title-fonts);
    color: var(--primary-color);
}

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: 400;
    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: 400;
    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: 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;
}

footer#pt-footer .search-form .search-submit:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
}

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: 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: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer#pt-footer .tagcloud .tag-cloud-link:hover {
    border-color: var(--white-color);
    background: var(--white-color);
    color: var(--dark-color);
}

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a {
    position: relative;
    border: none;
    padding: 0 0 0 15px;
    display: inline-block;
    width: 100%;
}

footer#pt-footer .widget ul.menu li a:first-child {
    padding-top: 0;
}

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;
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next {
    background: transparent;
    border: 1px solid var(--white-color);
    border-top: 0;
}

footer#pt-footer .wp-calendar-nav .wp-calendar-nav-prev a,
footer#pt-footer .wp-calendar-nav .wp-calendar-nav-next a {
    color: var(--primary-color);
}

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 .pt-footer-style-1 .pt-footer-social {
    display: inline-block;
    float: right;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul {
    margin: 0;
    padding: 0
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li {
    list-style: none;
    float: left;
    margin: 0 5px 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li:last-child {
    margin: 0;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a {
    background: #0A66C2;
    color: var(--white-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer#pt-footer .pt-footer-style-1 .pt-footer-social ul li a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

footer#pt-footer .pt-footer-style-1 .pt-foote-recent-post .pt-foote-recent-post-info h6 {
    color: var(--white-color);
}

/*=========*/
footer#pt-footer .widget:first-child {
    margin-bottom: 14px;
}

footer#pt-footer .pt-footer-logo {
    margin-bottom: 12px;
    width: 200px;
}

footer#pt-footer .widget .footer-title {
    color: #ed1c24;
}

footer#pt-footer .widget ul.menu li a,
footer#pt-footer .pt-widget-menu .pt-service li a,
footer#pt-footer .widget ul li a {
    color: #888;
}

footer#pt-footer .widget ul.menu li,
footer#pt-footer .pt-widget-menu .pt-service li,
footer#pt-footer .widget ul li {
    color: #888
}

footer#pt-footer .pt-footer-social ul li a {
    padding: 0;
}

@media(max-width:1190px) {
    footer#pt-footer .pt-footer-top .pt-footer-bottom-list .pt-footer-items {
        padding: 15px;
    }

    .pt-subscribe-block .pt-subscribe-details {
        padding-right: 0;
    }
}

@media(max-width:1190px) {
    footer#pt-footer .pt-footer-top .pt-footer-bottom-list [class*="col-"] {
        margin-top: 30px;
    }
}

@media(max-width:991px) {
    .pt-subscribe-block {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    footer#pt-footer .pt-copyright-footer {
        text-align: center;
    }

    footer#pt-footer .pt-footer-style-1 .pt-footer-social {
        margin-top: 15px;
        float: none;
    }
}

@media(max-width:576px) {
    .pt-subscribe-from .mc4wp-form-fields {
        display: block;
    }

    .pt-subscribe-from input.form-control {
        float: none;
        width: 100%;
    }

    .pt-subscribe-from input.submit {
        margin-left: 0;
        margin-top: 15px;
        float: none;
        width: 100%;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
OWL Carousel
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-carousel .owl-nav {
    position: relative;
    cursor: pointer;
    z-index: 99;
    margin-top: 45px;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px !important;
    margin: 0 10px;
    background: var(--dark-color);
    color: var(--white-color);
    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;
}

.owl-carousel .owl-nav button.owl-next {
    outline: none;
    text-align: center;
    text-indent: inherit;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    line-height: 1;
    padding: 14px 20px !important;
    margin: 0 10px;
    background: var(--dark-color);
    color: var(--white-color);
    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;
}

.owl-carousel .owl-nav button:hover {
    background: var(--primary-color);
}

/* Dots */
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-dots {
    margin-top: 30px;
    line-height: normal;
    position: relative;
    width: 100%;
    /* display: inline-block; */
    text-indent: inherit;
    text-align: center;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot {
    box-shadow: none;
    outline: none;
    background: var(--white-color);
    opacity: 0.5;
    display: inline-block;
    padding: 0;
    margin: 0px 5px;
    height: 12px;
    width: 12px;
    border: none;
    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;
    cursor: pointer;
}

.owl-carousel .owl-dots .owl-dot span {
    display: none;
}

.owl-carousel .owl-dots .owl-dot:hover {
    background: var(--primary-color);
    opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: var(--primary-color);
    opacity: 1;
}

/*+++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++*/
.pt-section-title-style-1.text-center {
    padding: 0 15em;
    margin-bottom: 45px;
}

.pt-section-title-style-1 .pt-section-sub-title {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 16px;
    /*     line-height: 38px; */
    position: relative;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 0;
    /* margin: 0 0 10px; */
    display: inline-block;
    position: relative;
    /* padding-left: 30px;*/
}

/*===== Sub Title Left =====*/
/* .pt-section-title-style-1 .pt-section-sub-title:before { content: ""; position: absolute; bottom: 12px; left: 0; height: 2px; width: 18px; margin-left: 0; display: inline-block; background: var(--primary-color); transform: rotate(108deg); } */
/* .pt-section-title-style-1 .pt-section-sub-title:after { content: ""; position: absolute; bottom: 12px; left: 8px; height: 2px; width: 18px; display: inline-block; background: var(--primary-color); transform: rotate(108deg); } */
.pt-sep-light .pt-section-title-style-1 .pt-section-sub-title:before,
.pt-sep-light .pt-section-title-style-1 .pt-section-sub-title:after {
    background: var(--white-color);
}

.pt-section-title-style-1 .pt-section-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    z-index: 9;
    color: var(--dark-color);
    padding: 0;
    margin: 0 0;
    position: relative;
    display: block;
}

.pt-section-title-style-1 .pt-section-description {
    font-size: 16px;
    font-weight: 400;
    z-index: 9;
    position: relative;
    margin: 15px 0 0;
}

@media(max-width:1199px) {
    .pt-section-title-style-1.text-center {
        padding: 0;
    }
}

@media(max-width:1023px) {
    .pt-section-title-style-1 .pt-section-title {
        font-size: 44px;
        line-height: 52px;
    }
}

@media(max-width:767px) {
    .pt-section-title-style-1 .pt-section-title {
        font-size: 38px;
        line-height: 1.3;
    }

    .pt-section-title-style-1.text-center {
        margin-bottom: 30px;
    }
}

@media(max-width:479px) {
    .pt-section-title-style-1 .pt-section-title {
        font-size: 30px;
        line-height: 1.3;
    }
}

/*+++++++++++++++++++++++++++++++++++++
Shadow
++++++++++++++++++++++++++++++++++++++*/
.pt-common-shadow .elementor-widget-wrap {
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 10%);
}

/*+++++++++++++++++++++++++++++++++++++
Service Box
++++++++++++++++++++++++++++++++++++++*/
.pt-service-box.pt-service-box-style-1 .pt-service-info {
    padding: 30px 15px;
    background: var(--white-color);
    position: relative;
    margin: 0px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform: translateY(-30px);
    -moz-transform: translate(-30px);
    -webkit-transform: translate(-30px);
    -o-transform: translate(-30px);
    -ms-transform: translate(-30px);
    transform: translateY(-30px);
    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;
    cursor: pointer;
}

.pt-service-box.pt-service-box-style-1:hover .pt-service-info {
    -moz-transform: translate(-60px);
    -webkit-transform: translate(-60px);
    -o-transform: translate(-60px);
    -ms-transform: translate(-60px);
    transform: translateY(-60px);
}

.pt-service-box.pt-service-box-style-1 .pt-service-info .sub_title {
    line-height: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--title-fonts);
}

/*===== service box style 2 =====*/
.pt-service-box.pt-service-box-style-2 .pt-service-img img {
    width: 100%;
}

.pt-service-box.pt-service-box-style-2 .pt-service-img .pt-service-icon {
    font-size: 44px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    position: relative;
    border-radius: 5px;
    position: absolute;
    left: 30px;
    top: 30px;
    transform: scale(0);
    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;
}

.pt-service-box.pt-service-box-style-2:hover .pt-service-img .pt-service-icon {
    transform: scale(1);
}

.pt-service-box.pt-service-box-style-2 .pt-service-info {
    padding: 30px 15px;
    background: var(--white-color);
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transform: translateY(-30px);
    -moz-transform: translate(-30px);
    -webkit-transform: translate(-30px);
    -o-transform: translate(-30px);
    -ms-transform: translate(-30px);
    transform: translateY(-30px);
    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;
    cursor: pointer;
}

.pt-service-box.pt-service-box-style-2 .pt-service-info .sub_title {
    line-height: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--title-fonts);
}

/*+++++++++++++++++++++++++++++++++++++
Fancy Box
++++++++++++++++++++++++++++++++++++++*/
.pt-fancy-box.pt-fancy-box-style-1 {
    background-color: var(--white-color);
    padding: 45px 30px;
    position: relative;
    border-radius: 5px;
}

.pt-fancy-box-style-1 .pt-fancy-box-media {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #88888838;
}

.pt-fancy-box-style-1 .pt-fancy-box-media .pt-fancy-box-icon i {
    font-size: 72px;
    line-height: 80px;
    margin-right: 30px;
    color: var(--primary-color);
    z-index: 2;
    position: relative;
    display: inline-block;
}

.pt-fancy-box-style-1 .pt-fancy-box-media .pt-fancy-box-info {
    align-self: center;
}

.pt-fancy-box-style-1 .pt-fancy-box-media .pt-fancy-box-info span.pt-fancybox-sub-title {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pt-fancy-box-style-1 .pt-fancy-box-media .pt-fancy-box-info h5.pt-fancy-box-title {
    font-size: 26px;
    line-height: 32px;
    color: var(--dark-color);
    font-weight: 600;
}

.pt-fancy-box-style-1 .pt-fancy-box-media .pt-fancy-box-number {
    position: absolute;
    top: 30px;
    right: 30px;
}

.pt-fancy-box-style-1 .pt-fancy-box-media .pt-fancy-box-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: var(--secondary-color);
    opacity: 0.3;
    font-style: var(--title-fonts);
}

.pt-fancy-box-style-1 .pt-fancy-box-content p {
    margin-bottom: 15px;
}

/*+++++++++++++++ fancybox-style-2 +++++++++++++++++++++++++*/
.pt-fancy-box.pt-fancybox-style-2 {
    display: flex;
    align-items: flex-start;
    background: var(--white-color);
}

.pt-fancybox-style-2 .pt-fancy-box-media {
    margin-right: 30px;
}

.pt-fancybox-style-2 .pt-fancy-box-media .pt-fancy-box-icon {
    position: relative;
}

.pt-fancybox-style-2 .pt-fancy-box-media {
    font-size: 50px;
    line-height: 56px;
    height: 85px;
    width: 40%;
    text-align: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 15px;
    position: relative;
    margin-right: 15px;
    border-radius: 5px;
}

.pt-fancybox-style-2 .pt-fancy-box-media i:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 100%;
    margin: auto;
    width: 30px;
    height: 50px;
    clip-path: polygon(100% 48%, 0 0, 0 100%);
    background-color: var(--primary-color);
    font-weight: 600;
}

.pt-fancybox-style-2 .pt-fancy-box-info {
    margin-left: 30px;
}

.pt-fancybox-style-2 .pt-fancy-box-info .pt-fancy-box-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.pt-fancybox-style-2 .pt-fancy-box-info .pt-fancy-box-content p {
    margin-bottom: 20px;
}

.pt-fancybox-style-2 .pt-fancy-box-info .pt-fancy-box-title:before {
    content: "";
    position: absolute;
    top: 40px;
    width: 45px;
    height: 4px;
    display: inline-block;
    background: var(--primary-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: none;
}

.pt-fancybox-style-2 .pt-fancy-box-info p.pt-fancybox-descrigenion {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}

.pt-fancybox-style-2 .pt-fancy-box-info .pt-btn-container .pt-button.pt-btn-link {
    border-color: var(--primary-color);
}

.pt-fancybox-style-2 .pt-fancy-box-info .pt-btn-container .pt-button.pt-btn-link i {
    font-size: 22px;
    line-height: 30px;
    background: var(--grey-color);
    height: 100%;
    width: 100%;
    padding: 22px 27px;
    border-radius: 50px;
    color: var(--primary-color);
}

@media(max-width:1024px) {
    .pt-fancybox-style-2 .pt-fancy-box-media {
        width: 85px;
    }
}

/*===== without bg fancy =====*/
.pt-without-bg-fancy .pt-fancy-box.pt-fancybox-style-2 {
    background: transparent;
}

.pt-without-bg-fancy .pt-fancybox-style-2 .pt-fancy-box-media {
    background: transparent;
    color: var(--primary-color);
    padding: 0;
    width: auto;
    height: auto;
    font-size: 58px;
    line-height: 65px;
    margin-right: 0;
}

.pt-without-bg-fancy .pt-fancybox-style-2 .pt-fancy-box-info .pt-fancy-box-title {
    margin-bottom: 0;
}

.pt-without-bg-fancy .pt-fancybox-style-2 .pt-fancy-box-info .pt-fancy-box-content p {
    margin-bottom: 10px;
}

.pt-without-bg-fancy .pt-fancybox-style-2 .pt-fancy-box-media i:after {
    display: none;
}

.pt-without-bg-fancy .pt-fancybox-style-2 .pt-button.pt-button-link {
    color: var(--primary-color);
}

.pt-without-bg-fancy .pt-fancybox-style-2 .pt-button.pt-button-link i {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-without-bg-fancy .pt-fancybox-style-2 .pt-button.pt-button-link:hover,
.pt-without-bg-fancy .pt-fancybox-style-2 .pt-button.pt-button-link:hover i {
    color: var(--white-color);
}

/*+++++++++++++++ fancybox-style-3 ++++++++++++++++++++*/
.pt-fancy-box.pt-fancybox-style-3 {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pt-fancybox-style-3 .pt-fancy-box-info {
    margin-right: 45px;
}

.pt-fancybox-style-3 .pt-fancy-box-media {
    font-size: 50px;
    line-height: 56px;
    height: 85px;
    width: 40%;
    text-align: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 15px;
    position: relative;
    border-radius: 5px;
}

.pt-fancybox-style-3 .pt-fancy-box-icon {
    position: relative;
}

.pt-fancybox-style-3 .pt-fancy-box-icon i:after {
    content: '';
    position: absolute;
    top: 4px;
    right: 100%;
    margin: auto;
    width: 30px;
    height: 50px;
    clip-path: polygon(0 48%, 100% 100%, 100% 0);
    background-color: var(--primary-color);
}

.pt-fancybox-style-3 .pt-fancy-box-info .pt-fancy-box-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.pt-fancybox-style-3 .pt-fancy-box-info .pt-fancy-box-content p {
    margin-bottom: 15px;
}

.pt-fancybox-style-3 .pt-fancy-box-info .pt-fancy-box-title:before {
    content: "";
    position: absolute;
    right: 2%;
    top: 40px;
    width: 45px;
    height: 4px;
    display: inline-block;
    background: var(--primary-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.pt-fancybox-style-3 .pt-fancy-box-info .pt-btn-container .pt-button.pt-btn-link i {
    font-size: 22px;
    line-height: 30px;
    background: var(--grey-color);
    height: 100%;
    width: 100%;
    padding: 22px 27px;
    border-radius: 50px;
    color: var(--primary-color);
}

/*+++++++++++++++ fancybox-style-4 ++++++++++++++++++++*/
.pt-fancybox-style-4 {
    padding: 30px 20px;
    background: var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-fancybox-style-4 .pt-fancy-box-info .pt-fancy-box-title {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-fancybox-style-4 .pt-fancy-box-icon {
    font-size: 50px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--primary-color);
    padding: 0;
    position: relative;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-fancybox-style-4 .pt-fancybox-description {
    margin-bottom: 15px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-fancybox-style-4 .pt-btn-container {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    opacity: 0;
}

.pt-fancybox-style-4 .pt-btn-container .pt-button.pt-button-link,
.pt-fancybox-style-4 .pt-btn-container .pt-button.pt-button-link i {
    color: var(--white-color);
}

.pt-fancybox-style-4:hover,
.pt-fancybox-style-4.active {
    background: var(--grey-color);
}

.pt-fancybox-style-4:hover .pt-fancy-box-icon,
.pt-fancybox-style-4.active .pt-fancy-box-icon {
    background-color: var(--white-color);
    color: var(--primary-color);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pt-fancybox-style-4:hover .pt-fancybox-description,
.pt-fancybox-style-4.active .pt-fancybox-description {
    color: var(--white-color);
}

.pt-fancybox-style-4:hover .pt-btn-container,
.pt-fancybox-style-4.active .pt-btn-container {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

/*+++++++++++++++ fancybox-style-5 ++++++++++++++++++++*/
.pt-fancybox-style-5 {
    background-color: var(--white-color);
    padding: 60px 30px;
    position: relative;
    overflow: hidden;
}

.pt-fancybox-style-5 .pt-fancy-box-hoverbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-fancybox-style-5 .pt-fancy-box-hoverbg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    opacity: 0.9;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-fancybox-style-5:hover .pt-fancy-box-hoverbg {
    opacity: 1;
}

.pt-fancybox-style-5 .pt-fancy-box-media {
    display: flex;
    margin-bottom: 15px;
    position: relative;
}

.pt-fancybox-style-5 .pt-fancy-box-media .pt-fancy-box-icon i {
    font-size: 58px;
    line-height: 65px;
    margin-right: 30px;
    color: var(--primary-color);
    z-index: 2;
    position: relative;
    display: inline-block;
}

.pt-fancybox-style-5 .pt-fancy-box-media .pt-fancy-box-info {
    align-self: center;
}

.pt-fancybox-style-5 .pt-fancy-box-media .pt-fancy-box-info span.pt-fancybox-sub-title {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pt-fancybox-style-5 .pt-fancy-box-media .pt-fancy-box-info h5.pt-fancy-box-title {
    font-size: 26px;
    line-height: 32px;
    color: var(--dark-color);
    font-weight: 600;
}

.pt-fancybox-style-5 .pt-fancy-box-content p {
    margin-bottom: 15px;
}

.pt-fancybox-style-5:hover .pt-button.pt-button-link:hover i {
    color: var(--white-color);
}

.pt-fancybox-style-5 .pt-fancy-box-content,
.pt-fancybox-style-5 .pt-btn-container {
    position: relative;
}

.pt-fancybox-style-5 .pt-fancy-box-media .pt-fancy-box-icon i,
.pt-fancybox-style-5 .pt-fancy-box-media .pt-fancy-box-info h5.pt-fancy-box-title,
.pt-fancybox-style-5 .pt-fancy-box-content,
.pt-fancybox-style-5 .pt-button.pt-button-link {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-fancybox-style-5:hover .pt-fancy-box-media .pt-fancy-box-icon i {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.pt-fancybox-style-5:hover .pt-fancy-box-media .pt-fancy-box-icon i,
.pt-fancybox-style-5:hover .pt-fancy-box-media .pt-fancy-box-info h5.pt-fancy-box-title,
.pt-fancybox-style-5:hover .pt-fancy-box-content,
.pt-fancybox-style-5:hover .pt-button.pt-button-link {
    color: var(--white-color);
}

.pt-right-fullbg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    width: 1000%;
    height: 100%;
    display: inline-block;
    background: var(--white-color);
    z-index: -1;
}

@media(max-width:1024px) {
    .pt-fancybox-style-2 .pt-fancy-box-media {
        width: 85px;
    }

    .pt-right-fullbg:after {
        display: none;
    }

    .pt-fancy-box.pt-fancybox-style-3 {
        text-align: left;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
    }

    .pt-fancybox-style-3 .pt-fancy-box-media {
        width: 85px;
    }

    .pt-fancybox-style-3 .pt-fancy-box-info {
        margin-right: 0;
        margin-left: 45px;
    }

    .pt-fancybox-style-3 .pt-fancy-box-icon i:after {
        right: auto;
        left: 100%;
        margin: auto;
        width: 30px;
        height: 50px;
        clip-path: polygon(100% 48%, 0 0, 0 100%);
    }
}

@media(max-width:767px) {
    .pt-fancybox-style-5 {
        padding: 45px 30px;
    }
}

@media(max-width:479px) {
    .pt-fancy-box.pt-fancybox-style-2 {
        display: block;
    }

    .pt-fancybox-style-2 .pt-fancy-box-media i:after {
        display: none;
    }

    .pt-fancybox-style-2 .pt-fancy-box-info {
        margin-left: 0;
        margin-top: 30px;
    }

    .pt-without-bg-fancy .pt-fancybox-style-2 .pt-fancy-box-info {
        margin-top: 15px;
    }

    .pt-without-bg-fancy .pt-fancybox-style-2 .pt-fancy-box-media {
        text-align: left;
    }

    .pt-fancy-box.pt-fancybox-style-3 {
        display: block;
    }

    .pt-fancybox-style-3 .pt-fancy-box-media i:after {
        display: none;
    }

    .pt-fancybox-style-3 .pt-fancy-box-info {
        margin-left: 0;
        margin-top: 30px;
    }

    .pt-fancybox-style-5 .pt-fancy-box-media {
        display: block;
        margin-bottom: 5px;
    }

    .pt-fancybox-style-5 .pt-fancy-box-media .pt-fancy-box-info {
        margin-top: 15px;
    }
}

/*+++++++++++++++++++++++++++++++++
Progressbar
+++++++++++++++++++++++++++++++++++++++++*/

/*---ProgressBar-style-1------*/

.pt-progressbar-style-1 .pt-progressbar-content,
.pt-progressbar-style-2 .pt-progressbar-content {
    margin-bottom: 20px;
    display: inline-block;
    float: left;
    width: 100%;
}

.pt-progressbar-style-1 .pt-progressbar-content .sonny_progressbar,
.pt-progressbar-style-2 .pt-progressbar-content .sonny_progressbar {
    margin-bottom: 0;
}

.pt-progressbar-style-1 .pt-progressbar-content .bar-container {
    height: 12px;
}

.pt-progressbar-style-1 .pt-progressbar-content:last-child,
.pt-progressbar-style-2 .pt-progressbar-content:last-child {
    margin-bottom: 0;
}

.pt-progressbar-style-1 .progress-title,
.pt-progressbar-style-2 .progress-title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--title-fonts);
    color: var(--white-color);
    font-weight: 600;
}

.pt-progressbar-style-1 .progress-value,
.pt-progressbar-style-2 .progress-value {
    color: var(--white-color);
    margin: 0;
    float: right;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.pt-progressbar-style-1 .pt-progress-bar,
.pt-progressbar-style-2 .pt-progress-bar {
    display: inline-block;
    width: 100%;
    padding: 0;
    background: var(--primary-color);
    float: left;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-progressbar-style-1 .pt-progress-bar span,
.pt-progressbar-style-2 .pt-progress-bar span {
    display: inline-block;
    background: var(--grey-color);
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*+++++++++++++++ Progressbar style 2 ++++++++++++++++++++*/
.pt-progressbar-style-2 .pt-progress-bar {
    border: 1px solid var(--grey-color);
    padding: 3px;
    background: none;
}

.pt-progressbar-style-2 .pt-progressbar-content .bar-container {
    height: 8px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Quote From
+++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-white-form input,
.pt-white-form textarea {
    margin-bottom: 30px;
}

.pt-white-form input[type="submit"] {
    margin-bottom: 0;
}

.pt-white-form .wpcf7 .ajax-loader {
    margin: 0;
}

/*++++++++++++++++++++++++++++++++++++++
 Counter
+++++++++++++++++++++++++++++++++++++++*/
.pt-counter.pt-counter-style-1 {
    display: flex;
    align-items: flex-start;
}

.pt-counter-style-1 .pt-counter-info {
    flex: 1;
    margin-left: 30px;
}

.pt-counter-style-1 .pt-counter-media i {
    font-size: 70px;
    line-height: 78px;
    color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-info h5 {
    font-size: 56px;
    line-height: 56px;
    display: inline-block;
    font-weight: 600;
    color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-info .pt-counter-prefix {
    font-size: 56px;
    line-height: 56px;
    font-family: var(--title-fonts);
    font-weight: 600;
    color: var(--white-color);
}

.pt-counter-style-1 .pt-counter-info p {
    font-family: var(--title-fonts);
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 600;
}

/*@media(max-width:767px) {
.pt-counter.pt-counter-style-1 {justify-content: center;}
.pt-counter-style-1 .pt-counter-info { flex:inherit; }
}*/

/*+++++++++++++++++++++++++++++++++++++++++++++++
Process Step
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-process-bg {
    background-position: 35% 55% !important;
}

.pt-process-step.pt-process-style-1 {
    padding: 0 15px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-process-style-1 .pt-process-step-info .pt-process-sub-title {
    line-height: 1;
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-weight: 400;
    text-transform: uppercase;
}

.pt-process-style-1 .pt-process-media {
    position: relative;
    margin-bottom: 30px;
}

.pt-process-style-1 .pt-process-media .pt-process-img img {
    border-radius: 100%;
    width: 225px;
    height: 225px;
    border: 15px solid #fff;
}

.pt-process-style-1 .pt-process-media .pt-process-icon i {
    font-size: 45px;
    line-height: 53px;
    color: var(--primary-color);
    background-color: var(--grey-color);
    padding: 15px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-process-style-1 .pt-process-media .pt-process-number {
    position: absolute;
    top: 20px;
    left: 4%;
    border-radius: 100%;
    background: var(--primary-color);
    font-size: 16px;
    color: var(--white-color);
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 52px;
    font-weight: 600;
}

.pt-process-style-1 .pt-process-description p {
    margin-bottom: 0;
}

.pt-process-style-1 img.pt-before-img {
    position: absolute;
    top: 45%;
    right: -37%;
    width: 60%;
    height: auto;
    z-index: 1;
}

@media(max-width:1024px) {
    .pt-process-step.pt-process-style-1 .pt-before-img {
        display: none;
    }

    .pt-process-style-1 .pt-process-media .pt-process-number {
        left: 26%;
        transform: translateX(-26%);
    }
}

@media(max-width:767px) {
    .pt-process-step.pt-process-style-1 {
        padding: 0;
    }

    .pt-process-style-1 .pt-process-media .pt-process-number {
        left: 36%;
        transform: translateX(-36%);
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Portfoliobox
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-portfoliobox-1 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
    -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;
}

.pt-portfoliobox-1 .pt-portfolio-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-portfoliobox-1 .pt-portfolio-img {
    position: relative;
}

.pt-portfoliobox-1 .pt-portfolio-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    background: var(--dark-color);
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
}

.pt-portfoliobox-1:hover .pt-portfolio-img:before {
    opacity: 0.9;
}

.pt-portfoliobox-1 .pt-portfolio-info span {
    font-family: var(--title-fonts);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pt-portfoliobox-1:hover .pt-portfolio-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pt-portfoliobox-1 .pt-portfolio-info {
    margin: auto;
    position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 30px;
    opacity: 0;
    background: transparent;
    text-align: left;
    color: var(--white-color);
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    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;
}

.pt-portfoliobox-1:hover .pt-portfolio-info {
    opacity: 1;
    z-index: 10;
}

.pt-portfoliobox-1 .pt-portfolio-info .pt-portfolio-link a {
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
}

.pt-portfoliobox-1 .pt-portfolio-info h5 a {
    color: var(--white-color);
    font-weight: 600;
}

.pt-portfoliobox-1 .pt-portfolio-info h5 a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.pt-portfoliobox-1 .pt-portfolio-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: all 300ms linear 0s;
}

.pt-portfoliobox-1:hover .pt-portfolio-icon {
    opacity: 1;
    transform: scale(1);
    z-index: 9;
}

.pt-portfoliobox-1 .pt-portfolio-icon i {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pt-portfoliobox-1 .pt-portfolio-icon i {
    position: relative;
    padding: 12px;
    color: var(--primary-color);
    line-height: normal;
}

.pt-portfoliobox .owl-nav {
    position: absolute;
    margin-top: 0;
    text-align: center;
    left: -76.5%;
    top: 75%;
}

.pt-portfoliobox .owl-carousel .owl-nav button {
    background: var(--white-color);
    color: var(--dark-color) !important;
    border: 1px solid #88888838;
}

.pt-portfoliobox .owl-carousel .owl-nav button:hover {
    background: var(--primary-color);
    color: var(--white-color) !important;
    border: 1px solid var(--primary-color);
}

/*---portfoliobox-style-2------*/
.pt-portfoliobox-2 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    float: left;
    -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;
}

.pt-portfoliobox-2 .pt-portfolio-img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-portfoliobox-2 .pt-portfolio-img {
    position: relative;
}

.pt-portfoliobox-2 .pt-portfolio-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 9;
    background: var(--dark-color);
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
}

.pt-portfoliobox-2:hover .pt-portfolio-img:before {
    opacity: 0.01;
}

.pt-portfoliobox-2 .pt-portfolio-info span {
    font-family: var(--title-fonts);
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pt-portfoliobox-2:hover .pt-portfolio-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.pt-portfoliobox-2 .pt-portfolio-info {
    padding: 15px 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 5%;
    z-index: 2;
    left: 5%;
    width: 90%;
    opacity: 0;
    background: var(--white-color);
    text-align: left;
    color: var(--white-color);
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    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;
    transform: translateY(30px);
    -moz-transform: translate(30px);
    -webkit-transform: translate(30px);
    -o-transform: translate(30px);
    -ms-transform: translate(30px);
    transform: translateY(30px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-portfoliobox-2:hover .pt-portfolio-info {
    opacity: 1;
    z-index: 99;
    transform: translateY(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translateY(0);
}

.pt-portfoliobox-2 .pt-portfolio-info .pt-portfolio-link a {
    color: var(--primary-color);
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
}

.pt-portfoliobox-2 .pt-portfolio-info h5 a {
    color: var(--dark-color);
    font-weight: 600;
}

.pt-portfoliobox-2 .pt-portfolio-info h5 a:hover {
    color: var(--primary-color);
    text-decoration: none
}

.pt-portfoliobox-2 .pt-portfolio-icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 0;
    transition: all 300ms linear 0s;
}

.pt-portfoliobox-2:hover .pt-portfolio-icon {
    opacity: 1;
    transform: scale(1);
    z-index: 99;
}

.pt-portfoliobox-2 .pt-portfolio-icon i {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    background-color: var(--white-color);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pt-portfoliobox-2 .pt-portfolio-icon i {
    position: relative;
    padding: 12px;
    color: var(--primary-color);
    line-height: normal;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
ClientBox
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-client-box.pt-client-style-1 .pt-clientbox img {
    border-radius: 0;
}

.pt-client-box.pt-client-style-1 .pt-clientbox .pt-client-img {
    position: relative;
    display: block;
    width: auto;
    margin: 0 auto;
    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;
}

.pt-client-box.pt-client-style-1 .pt-clientbox a:hover .pt-client-img {
    opacity: 0;
}

.pt-client-box.pt-client-style-1 .pt-clientbox .pt-client-hover-img {
    position: absolute;
    width: auto;
    margin: 0 auto;
    left: 0;
    opacity: 0;
    right: 0;
    top: 0;
    bottom: 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;
}

.pt-client-box.pt-client-style-1 .pt-clientbox a:hover .pt-client-hover-img {
    opacity: 1;
}

.pt-client-style-fullbg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000%;
    height: 100%;
    display: inline-block;
    background: var(--primary-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Testimonialbox
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-testimonialbox-1 .pt-testimonial-info {
    display: flex;
    justify-content: space-between;
}

.pt-testimonialbox-1 .pt-testimonial-info .pt-testimonial-star i {
    color: #f6bb21;
    font-size: 16px;
    line-height: 24px;
}

.pt-testimonialbox-1 .pt-testimonial-info .pt-quote i {
    color: var(--primary-color);
    font-size: 82px;
    line-height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.2;
}

.pt-testimonialbox-1 .pt-testimonial-content {
    color: var(--white-color);
    margin-top: 10px;
}

.pt-testimonialbox-1 .pt-testimonial-media {
    display: flex;
}

.pt-testimonial-style-1 .owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    width: auto;
    bottom: 30px;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-img img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-img {
    margin-right: 15px;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-meta {
    align-self: center;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-meta h5 {
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 600;
}

.pt-testimonialbox-1 .pt-testimonial-media .pt-testimonial-meta span {
    color: var(--primary-color);
    line-height: 1;
    font-family: var(--title-fonts);
    font-weight: 600;
    text-transform: uppercase;
}

.pt-testimonial-1 .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15%;
    left: 43%;
}

.pt-testimonial-1 .owl-carousel .owl-dots .owl-dot.active {
    background: var(--white-color);
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
testimonialbox-2
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-testimonialbox-2 {
    padding: 45px;
    border-radius: 5px;
    background: var(--white-color);
}

.pt-pt-testimonial-border .pt-testimonialbox-2 {
    background: var(--grey-color);
}

.pt-testimonialbox-2 .pt-testimonial-media {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-meta span {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--title-fonts);
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-quote {
    background: var(--primary-color);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-quote i {
    color: var(--white-color);
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-img {
    position: relative;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-img .pt-quote {
    position: absolute;
    right: -8px;
    bottom: 4px;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-img {
    margin-right: 30px;
}

.pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

.pt-testimonialbox-2 .pt-testimonial-info .pt-testimonial-content p {
    margin-bottom: 0;
}

@media(max-width:1024px) {
    .pt-testimonial-grey-bg {
        background: var(--grey-color) !important;
    }
}

@media(max-width:479px) {
    .pt-testimonialbox-2 {
        padding: 30px 15px;
    }

    .pt-testimonialbox-2 .pt-testimonial-media {
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .pt-testimonialbox-2 .pt-testimonial-media .pt-testimonial-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
testimonialbox-3
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-testimonialbox-3 {
    background: var(--white-color);
    padding: 45px;
    border-radius: 5px;
    text-align: center;
}

.pt-testimonialbox-3 .pt-testimonial-media {
    display: inline-block;
    align-items: center;
    margin-bottom: 20px;
}

.pt-testimonialbox-3 .pt-testimonial-meta span {
    line-height: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--title-fonts);
}

.pt-testimonialbox-3 .pt-testimonial-media .pt-quote {
    background: var(--primary-color);
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
}

.pt-testimonialbox-3 .pt-testimonial-media .pt-quote i {
    color: var(--white-color);
}

.pt-testimonialbox-3 .pt-testimonial-media .pt-testimonial-img {
    position: relative;
}

.pt-testimonialbox-3 .pt-testimonial-media .pt-testimonial-img .pt-quote {
    position: absolute;
    right: -8px;
    bottom: 4px;
}

.pt-testimonialbox-3 .pt-testimonial-media .pt-testimonial-img img {
    width: 110px;
    height: 110px;
    border-radius: 100px;
}

.pt-testimonialbox-3 .pt-testimonial-info .pt-testimonial-content p {
    margin-bottom: 30px;
}

.pt-testimonial-style-3 .owl-carousel .owl-dots .owl-dot {
    opacity: 1;
}

.pt-testimonial-style-3 .owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pt-testimonial-style-3 .owl-carousel .owl-nav .owl-prev {
    margin-left: -100px;
}

.pt-testimonial-style-3 .owl-carousel .owl-nav .owl-next {
    margin-right: -100px;
}

.pt-testimonial-style-3 .owl-carousel .owl-nav button {
    background: var(--primary-color);
}

.pt-testimonial-style-3 .owl-carousel .owl-nav button:hover {
    background: var(--dark-color);
}

@media(max-width:1024px) {
    .pt-testimonial-style-3 .owl-carousel .owl-nav {
        display: none;
    }
}

@media(max-width:1024px) {
    .pt-testimonialbox-3 {
        padding: 30px 15px;
    }

    .pt-testimonialbox-3 .pt-testimonial-media {
        margin-bottom: 0;
    }
}

/*================================================
Video Popup
================================================*/
.pt-popup-video-block .pt-video-icon {
    text-align: center;
}

.pt-popup-video-block .pt-video-icon a {
    margin: auto;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 28px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    display: inline-block;
    background-color: var(--white-color);
    border-radius: 90%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 35px rgba(255, 255, 255, 0.2), 0 0 0 45px rgba(255, 255, 255, 0);
    }
}

.pt-video-icon a.primary {
    -webkit-animation: rippleprimary 1s linear infinite;
    animation: rippleprimary 1s linear infinite;
}

@-webkit-keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
    }
}

@keyframes rippleprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
        box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 5px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
        box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 20px rgba(255, 75, 52, 0.2), 0 0 0 35px rgba(255, 75, 52, 0.2), 0 0 0 45px rgba(255, 75, 52, 0);
    }
}

/*================================================
Tabs
================================================*/
.pt-tabs-1 .nav-tabs {
    border: none;
    display: flex;
}

.pt-tabs-1 .nav-tabs .nav-item {
    background: var(--grey-color);
    color: var(--primary-color);
    padding: 30px 15px;
    border: none;
    margin-right: 30px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex: 1;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

.pt-tabs-1 .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.pt-tabs-1 .nav-tabs .nav-item i {
    font-size: 62px;
    line-height: 70px;
    display: inline-block;
}

.pt-tabs-1 .nav-tabs .nav-item span {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--dark-color);
    font-family: var(--title-fonts);
    text-transform: uppercase;
}

.pt-tabs-1 .nav-tabs .nav-item.active {
    background: var(--primary-color);
    color: var(--white-color);
    position: relative;
}

.pt-tabs-1 .nav-tabs .nav-item.active span {
    color: var(--white-color);
}

.pt-tabs-1 .nav-tabs .nav-item:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 75, 54, 0);
    border-top-color: var(--white-color);
    border-width: 15px;
    margin-left: -15px;
    opacity: 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;
}

.pt-tabs-1 .nav-tabs .nav-item.active:after {
    opacity: 1;
    border-top-color: var(--primary-color);
}

/*=========*/
.pt-tabs-1 .tab-content {
    margin-top: 60px;
}

.pt-tabs-1 .tab-content img.pt-full-width {
    width: 100%;
    height: auto;
}

.pt-tabs-1 .tab-content .pt-tab-info {
    padding-left: 20px;
}

.pt-tabs-1 .tab-content .pt-tab-info h2 {
    font-size: 44px;
    line-height: 52px;
    margin-bottom: 15px;
}

.pt-tabs-1 .tab-content .pt-tab-info ul {
    margin: 0;
    padding: 0;
}

.pt-tabs-1 .tab-content .pt-tab-info ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
}

.pt-tabs-1 .tab-content .pt-tab-info ul li:before {
    font-family: "Ionicons";
    content: "\f382";
    color: var(--primary-color);
    margin-right: 10px;
}

.pt-tabs-1 .tab-content .pt-tab-info .pt-button-block {
    margin: 30px 0 0;
}

@media(max-width:1365px) {
    .pt-tabs-1 .nav-tabs .nav-item {
        padding: 15px;
    }
}

@media(max-width:1023px) {
    .pt-tabs-1 .tab-content .pt-tab-info {
        margin-top: 30px;
    }

    .pt-tabs-1 .tab-content .pt-tab-info h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .pt-tabs-1 .nav-tabs .nav-item {
        margin-right: 10px;
    }

    .pt-tabs-1 .nav-tabs .nav-item span {
        font-size: 16px;
        line-height: 24px;
    }
}

@media(max-width:991px) {
    .pt-tabs-1 .tab-content .pt-tab-info {
        padding-left: 0;
    }
}

@media(max-width:767px) {
    .pt-tabs-1 .nav-tabs .nav-item:after {
        display: none;
    }

    .pt-tabs-1 .nav-tabs .nav-item {
        padding: 15px;
        margin: 0 10px 10px 0;
    }

    .pt-tabs-1 .nav-tabs .nav-item i {
        font-size: 40px;
        line-height: 48px;
    }

    .pt-tabs-1 .nav-tabs .nav-item span {
        display: none;
    }

    .pt-tabs-1 .tab-content .pt-tab-info h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media(max-width:479px) {
    .pt-tabs-1 .nav-tabs .nav-item i {
        font-size: 30px;
        line-height: 38px;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
Pricebox
++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-pricebox .pt-pricebox-style-1 .text-center {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: var(--white-color);
}

.pt-pricebox-style-1.active .pt-price-detail {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-pricebox-style-1.active .pt-price-detail .price {
    color: var(--white-color);
}

.pt-pricebox-style-1 .pt-price-detail {
    position: relative;
    padding: 45px 30px;
    font-family: var(--title-fonts);
    font-weight: 600;
    background: var(--grey-color);
    z-index: 9;
    color: var(--dark-color);
    overflow: hidden;
    -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-pricebox-style-1 .pt-price-detail .pt-bg-effect {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0.1;
}

.pt-pricebox-style-1 .pt-price-detail .pt-price-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-size: 22px;
    line-height: 28px;
}

.pt-pricebox-style-1 .pt-price-detail .price {
    font-size: 75px;
    line-height: 85px;
}

.pt-pricebox-style-1 .pt-price-detail .pt-price-duration {
    margin-bottom: 0;
    font-size: 16px;
}

.pt-pricebox-style-1 .pt-list-info {
    margin: 0;
    padding: 30px;
    border: 2px solid var(--grey-color);
    border-top: 0;
    border-bottom: 0;
}

.pt-pricebox-style-1 .pt-list-info li {
    list-style: none;
    line-height: 45px;
}

.pt-pricebox-style-1 .pt-btn-container {
    border: 2px solid var(--grey-color);
    border-top: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pt-pricebox-style-1 .pt-button {
    margin-bottom: 45px;
}

@media(max-width:767px) {
    .pt-pricebox-style-1 .pt-price-detail {
        padding: 30px 15px;
    }

    .pt-pricebox-style-1 .pt-price-detail .price {
        font-size: 48px;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
FAQ
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-accordion-block .pt-accordion-box {
    background: var(--white-color);
    margin-bottom: 30px;
    position: relative;
}

.pt-accordion-block .pt-accordion-box:last-child {
    margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title {
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    padding: 15px 30px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 1;
    color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive {
    opacity: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0;
    color: var(--dark-color);
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive {
    opacity: 1;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i {
    color: var(--white-color);
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details {
    padding: 15px 30px;
    border: 1px solid var(--grey-color);
    border-top: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pt-accordion-block .pt-accordion-box .pt-accordion-details p {
    margin-bottom: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    -webkit-border-radius: 5px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title .ad-title-text {
    color: var(--white-color);
}

@media(max-width:767px) {

    .pt-accordion-block .pt-accordion-box .pt-ad-title,
    .pt-accordion-block .pt-accordion-box .pt-accordion-details {
        padding: 15px;
    }
}

@media(max-width:479px) {
    .pt-accordion-block .pt-accordion-box .pt-ad-title {
        padding: 15px 30px 15px 15px;
    }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++
service detail
++++++++++++++++++++++++++++++++++++++++++++++++*/
.widget.widget-port {
    background: var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none;
}

.widget.widget-port .page-title {
    margin: 0 0 20px 0;
}

.widget.widget-port .menu li {
    margin: 0 0 10px 0;
}

.widget.widget-port .menu li:last-child {
    margin-bottom: 0;
}

.widget.widget-port .menu li a {
    position: relative;
    background-color: var(--white-color);
    padding: 15px 24px;
    color: var(--dark-color);
    text-transform: uppercase;
    border: none;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 16px;
}

.widget.widget-port .menu li.current_page_item a {
    background: var(--primary-color);
    color: var(--white-color);
}

.widget.widget-port:nth-last-child(even) {
    padding: 0 !important;
    border: unset;
}

.widget.widget-port .menu li>a:before {
    position: absolute;
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    right: 24px;
    left: auto;
    top: 24px;
    color: inherit;
    line-height: normal;
    font-weight: 600;
}

/*====portfolio single=====*/
.pt-portfolio-info-box {
    display: inline-block;
    width: 100%;
}

.pt-porfolio-info-header h5 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 0;
}

.pt-porfolio-info .pt-info-list {
    margin: 0;
    padding: 0;
}

.pt-porfolio-info .pt-info-list li {
    list-style: none;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--grey-color);
    display: inline-block;
    width: 100%;
}

.pt-porfolio-info .pt-info-list li h5 {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
}

.pt-porfolio-info .pt-info-list li span {
    float: right;
    color: var(--primary-color);
}

.Projects-dts .pt-portfolio-block .pt-portfolio-info {
    padding-bottom: 0;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Team
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-team.pt-team-style-1 .owl-carousel .owl-dots {
    margin-top: 0;
}

.pt-team-box .pt-team-img {
    position: relative;
    overflow: hidden;
}

.pt-team-box .pt-team-social ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 15px;
    left: -75px;
    display: inline-block;
    width: 60px;
    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;
}

.pt-team-box:hover .pt-team-social ul {
    left: 15px;
}

.pt-team-box .pt-team-social ul li {
    list-style: none;
    display: inline-flex;
    margin: 0 0 5px;
}

.pt-team-box .pt-team-social ul li:last-child {
    margin: 0;
}

.pt-team-box .pt-team-social ul li a {
    background: var(--dark-color);
    color: var(--white-color);
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pt-team-box .pt-team-social ul li a:hover {
    background: var(--primary-color);
}

.pt-team-box .pt-team-social ul li a i {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}

.pt-team-box .pt-team-info {
    background: var(--grey-color);
    padding: 30px 15px;
    margin: 0px 20px;
    text-align: center;
    position: relative;
    transform: translateY(-30px);
    -moz-transform: translate(-30px);
    -webkit-transform: translate(-30px);
    -o-transform: translate(-30px);
    -ms-transform: translate(-30px);
    transform: translateY(-30px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
    cursor: pointer;
}

.pt-team-box:hover .pt-team-info {
    transform: translateY(-60px);
    -moz-transform: translate(-60px);
    -webkit-transform: translate(-60px);
    -o-transform: translate(-60px);
    -ms-transform: translate(-60px);
    transform: translateY(-60px);
}

.pt-team-box .pt-team-info h5 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: var(--dark-color);
}

.pt-team-box .pt-team-info h5 a {
    color: var(--dark-color);
}

.pt-team-box .pt-team-info .pt-team-designation {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: var(--primary-color);
    font-family: var(--title-fonts);
}

.pt-gray-bg .pt-team-box .pt-team-info {
    background: var(--white-color);
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Timelines
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pt-timelines .cntl-icon {
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 26px;
    background: var(--dark-color);
    border-color: var(--primary-color);
    left: 0;
    right: 0;
}

.pt-timelines .cntl-bar {
    box-shadow: none;
    background: var(--primary-color);
    width: 5px;
    border-radius: 5px;
}

.pt-timelines .cntl-bar-fill {
    background: var(--primary-color);
}

.pt-timelines .cntl-content {
    padding: 30px;
    background: var(--grey-color);
    border-color: var(--primary-color);
}

.pt-timelines .cntl-content p {
    margin-bottom: 0;
}

.pt-timelines .cntl-content h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}

.pt-timelines .cntl-image {
    padding: 0;
}

@media(max-width:767px) {
    .pt-timelines .cntl-bar {
        display: none;
    }

    .pt-timelines .cntl-state {
        padding-top: 35px;
        text-align: center;
    }

    .pt-timelines .cntl-content {
        padding-top: 65px;
    }

    .pt-timelines .cntl-content,
    .cntl-image {
        width: 100%;
        float: none;
    }

    .pt-timelines .cntl-state:nth-child(2n+2) .cntl-content {
        float: none;
    }

    .pt-timelines .cntl-image {
        margin-top: 30px;
    }

}

/*====custom css bhawna=====  */

.apply-now {
    background: #ed1c24;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;


}

.apply-now:hover {
    background: #003366;
    color: #fff;
}

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



.bg-white {
    background: #fff !important;
}

@media (max-width:375px) {
    header#pt-header .pt-bottom-header .navbar-toggler {
        font-size: 20px;
		padding: 4px 12px
    }
}

/* .mbt-0 {
    margin: 0px 0px 0px 0px!important;}
} */
.elementor-7719 .elementor-element.elementor-element-046b8e0>.elementor-widget-container {
    margin: 0px 0px 0px 0px !important;
}

.elementor-11533 .elementor-element.elementor-element-55e6275 .elementor-icon-list-item>.elementor-icon-list-text {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 27px !important;
}

/*  product-detail page */


.product-info ul {
    margin-top: 30px;
    padding: 0px;
}

.product-info ul li h5 {
    display: inline-block;
    font-size: 18px;
    float: left;
    line-height: 24px;
}

.product-info ul li {
    list-style: none;
    float: left;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--grey-color);
    display: inline-block;
    width: 100%;
}

.product-info ul li span {
    float: right;
    color: #1ccabd;
}

.details-box {
    background: #1f3a62;
    text-align: center;
    padding: 10px 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 19%);
    border-radius: 10px;
    height: 100%;
}

.details-box h5 {
    line-height: 50px;
    color: #ffffff;
    font-size: 19px;
}

.details-box p {
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}

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

.product-img {
    background: #ed1c24;
    width: 100%;
    display: flex;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 46%); */
}

.product-img1 {
    /* background: #ed1c24; */
    width: 100%;
    display: flex;
    height: auto;
    
    /* text-align: center; */
    /* justify-content: center; */
    align-items: center;
    /* box-shadow: 0px 0px 10px rgb(0 0 0 / 46%);*/
}
.product-img1 img{
   /* border: 1px solid #000; */
	border-radius: 10px;
	padding:4px;
	width:100%;
	max-width:350px;
}

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

.product-description p {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #888;
}


/*  product-list page */
.mrl-10 {
    margin: 0px 10px;
}

.product-list ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.product-list {
    margin-top: 25px;
}

.product-list ul li {
    color: #13234a;
}

.product-list ul li span {
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    line-height: 18px;
    color: #888;
}
.product-single-title{
    font-size: 32px;
    line-height: 39px;
    color: #13234a;
}

.product-title {
    font-size: 22px;
    line-height: 39px;
    color: #13234a;
}

.product-box {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0/7%);
    padding: 20px;
    height: 100%;
	border-left: 10px solid;
}

/*  sidebar*/
.categories-box {
    padding: 20px;
    background: #f5f9ff;

}

.categories-box h4 {
    font-size: 19px;
	

}

.categories-box ul {
    padding: 0px;
    list-style: none;
    margin-top: 20px;
    line-height: 32px;
}

.categories-box ul li {
    list-style: none;
    margin: 0 0 3px 0
}

.categories-box ul li a {
    color: #888888;
    font-size: 17px;
    font-weight: 500;
	padding: 0px 0px 0px 3px;
}

.categories-box ul li a:hover {
    color: #ed1c24;

}

.equal-height .elementor-widget-wrap>.elementor-element {
    background: #fff;
    height: 100%;
}

.product-info ul li p {
    float: right !important;

}

.pt-footer-top p {
    text-align: left;
}

.accr-h::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-image: url(https://techsupportcart.com/coraldrugs.com/wp-content/uploads/2022/05/arrow-bottom.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute !important;
    right: 15px !important;

}

.accordion .accr-h:not(.collapsed)::after {
    background-image: url(https://techsupportcart.com/coraldrugs.com/wp-content/uploads/2022/05/arrow-bottom.png);
    transform: rotate(-180deg);
}

.accordion .accr-h {
    width: 100%;
}

.accr-h:focus {
    z-index: 3;
    border-color: none;
    outline: none;
    box-shadow: none;
}

.accordion-flush .accordion-item .accr-h {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 30px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #ed1c24;
    color: #fff;
    font-weight: 500;
}

.accr-h:not(.collapsed) {
    background: var(--blue-color) !important;
    color: var(--white-color) !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.career {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 30px;
    color: var(--dark-color);
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

/*==========event page====================  */
/* .pt-event {

    background: var(--grey-color);

    width: 100%;
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}




.pt-event-content h6 {
    font-size: 18px;
    line-height: 30px;
    color: var(--dark-color);
}

.pt-event-content {
    padding: 15px;


}*/
.address {
	    margin-bottom: 0px;
	
}
.pt-event-media img {
    width: 100%;

}
.event-cd{
	display:flex;
	align-items:center;
}
.row-border-top{
	    border-top: 1.3px solid #ccc;
	   
}
.row-border{
		    border-top: 1.3px solid #ccc;
	  border-bottom: 1.3px solid #ccc;
}
.row-border-bottom{	  
	    border-bottom: 1.3px solid #ccc;
}

input.search-field:hover {
    border-color: var(--dark-color);
    outline: none;
    box-shadow: none;
}

/* modal */


.btn-close.modal-close-btn:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.career-form div span input {
    background: var(--grey-color);
    border: 1px solid #f3f0f0;
    color: var(--dark-color);
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 6px 15px;
    height: 39px;
    line-height: 20px;
    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;
}

.career-form label {
    padding: 10px 0px;
    color: #003366;
    font-size: 16px;
    font-weight: 500;
}

.career-form span textarea {
    height: 70px;
    border: 1px solid #f3f0f0;
}

.career-form div span input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
    border-color: var(--dark-color);
    outline: none;
    box-shadow: none;
}

.modal-header.modal-padding {
    padding: 0.5rem 1rem !important;
}

.submit-btn input {
    margin-top: 20px;
}

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

/* #our-company{
    scroll-margin-top: 500px;
}*/

.search-input {
    border: 1px solid #ddd;

    float: none;
}

.search-list li {
    display: none;
}

.search-list {
    margin: 5px !important;

}


.about-menu {
    margin: 30px 0px 0px;
    padding: 0px;
    padding: 5px 0px;
    border-top-width: 2px;
    border-top-style: solid;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-image: linear-gradient(to right, #db2921, rgb(67 197 59)) 1;
}

.about-menu li {
    display: inline-block;
    text-align: center;
    margin: 10px 5px;
}

.about-menu li a {
    border-radius: 2px;
    transition: none;
    padding: 12px;
    color: var(--dark-color);
    text-transform: capitalize;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 17px;
    background: var(--grey-color);
}

.about-menu li a:hover {
    color: var(--white-color);
    background: var(--primary-color);
}

/* ======invester relation======= */
.box-pdf {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    padding: 12px;
/*     height: 100%; */
}

.box-pdf h4 {
    line-height: 34px;
	font-size: 21px;
}

.box-pdf p {
    padding: 10px 0px;
    text-align: left;
}

.get-pdf-btn {
    background: #ed1c24;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    padding: 8px;
    font-size: 15px;
}

.get-pdf-btn:hover {
    background: var(--dark-color);
    color: #fff;
}

.sidebar-sticky {
    position: sticky;
    top: 172px;

}

.content-area .site-main.product-sidebar {
    overflow: inherit !important;
}

/* .breadcrumb-right{
    text-align:end;
} */
/* @media (max-width: 575px){

    .breadcrumb-right {
        text-align: center;
        margin-bottom: 15px;
        order:1!important;
    }
    
    .breadcrumb-left {
        order:2!important;
    }
}
 */
@media (max-width: 575px) {

    .breadcrumb-left {
        width: calc(100% - 100px);
        float: left;
    }

    .breadcrumb-right {
        float: right;
        width: 90px;
        padding: 0;
    }

    .about-menu li {
        min-width: 237px;
        width: 100%;
        margin: 10px 0px;
        background: var(--grey-color);
        padding: 7px;
    }

    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 21px;
        line-height: 38px;
    }
}

@media (min-width: 576px) {

    .breadcrumb-right {
        text-align: end;
    }

}

@media (max-width:320px) {

    header#pt-header .pt-bottom-header .navbar .navbar-brand {
        width: 61%;
    }
}

#research-menu .current-menu-item a,
#about-menu .current-menu-item a {
    background: var(--primary-color);
    color: var(--white-color);
}

.flt-right {
    float: right;
    float: right;
    max-width: 15%;
    padding-right: 5px;
}

.upload-file-p {
    font-size: 14px;
    font-style: italic;
    padding: 0px 0px;

}

.logo-footer-align-center {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse {
    flex-direction: column;
    align-items: flex-end;
}

/*======= Header Up Menu=============*/
.pt-header-up .top-menu-contain .top-main-menu .menu-item {
    display: inline-block;
}

.pt-header-up .top-menu-contain .top-main-menu {
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;

}

.pt-header-up .top-menu-contain .top-main-menu .menu-item {
    padding-right: 20px;
}

.pt-header-up .top-menu-contain .top-main-menu .menu-item:last-child {
    padding-right: 0px;
}

.pt-header-up .top-menu-contain .top-main-menu .menu-item a {

    font-size: 13px;
    color: var(--dark-color);
    font-weight: 500;
    font-family: var(--title-fonts);

}

.pt-header-up .top-menu-contain .top-main-menu .menu-item a:hover {
    color: var(--primary-color);
}
.career-form label sup{
 color: var(--primary-color);
	
}
.product-title a i{
	
    padding-left: 14px;
    font-size: 35px;
    color: #da251d;
}

/* header new */
.pt-header-sticky .pt-header-up {
	display:none;
}
.pt-header-sticky .pt-bottom-header .navbar .pt-menu-contain {
       margin-top: 2px;
}
.pt-header-sticky .pt-menu-search-block{
	margin: 5px 0px 0px 30px!important;
}
.navbar-brand img.logo {
    width: 60%!important;
}
.pt-header-sticky .navbar-brand img.logo {
    width: 42%!important;
}
.pt-header-sticky .pt-bottom-header .navbar .navbar-brand {
    line-height: 0px!important;
}
.pt-header-sticky .pt-bottom-header {
     min-height: 0px!important; 
}

/* new deign product single page*/
.product-info-list ul{
	padding:0px;
	list-style:none;
}
.product-info-list ul li{
	margin-bottom:15px;
	position:relative;
}
/* .product-info-list ul li span.list-box-title{
	border: 2px solid ;
	padding: 10px 0px;
    border-radius: 5px;
	display:inline-block;
	width:21%;
	text-align:center;
	line-height:1.4
} */
.product-info-list ul li span.list-box-para{
    border-bottom: 2px solid;
	padding: 0px 0px 2px 0px;
    font-size: 17px;
    margin-left: 4%;
	width: 56%;
	max-width: 268px;
	display: inline-block;
	position: absolute;
    bottom: 2px;
}
.text-color{
 color:#888888;
}
.status-title{
	font-size: 18px;
    font-weight: 600;
}
.status-para{
	padding: 0px 0px 0px 0px;
    font-size: 17px;
    margin-left: 10px;
}
.signle-category-title{
	font-weight:500!important;
}
 
/* .product-info-list ul li span.list-box-below-img{
    border: 2px solid;
    padding: 10px 0px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
    width: 27%;

} */
.product-info-list ul li span.box-dital{ 
    border: 2px solid;
    padding: 10px 0px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 1.4;
	width: 38%;	
	height:69px!important;
}

.usefull-links1{

    list-style: none;
    padding: 0px;
    margin-top: 10px;

}
.usefull-links1 li a:hover{
	text-decoration:underline!important;

}
.usefull-links1 li:last-child a{
	margin-right:7px;

}
.active-border > a{
	    border-left: 8px solid #000;
}


body.page-template-tpl-page-product .pt-breadcrumb {
	padding:20px 0px !important;
	
}
body.page-template-tpl-page-product .pt-breadcrumb .container .row {
	align-items:center;
	
} 
body.tax-product-categories .breadcrumb-right img{
	width:150px!important;
	height:150px!important;
	
}
body.tax-product-categories .pt-breadcrumb {
	padding:20px 0px !important;	
}
body.tax-product-categories .pt-breadcrumb .container .row {
	align-items:center;
	
}
body.product-template-default.single .pt-breadcrumb {
	padding:20px 0px !important;	
}
body.product-template-default.single .pt-breadcrumb .container .row {
	align-items:center;
	
} 
body.product-template-default.single .breadcrumb-right img{
	width:150px!important;
	height:150px!important;
	
}
.navbar-brand{
	padding:10px 0px!important;
}
.dropdown-category ul {
	margin: 0px 0px 5px;
	padding-left:35px;
	
}
.dropdown-category ul li{
	list-style:circle;
	line-height:1.5;
	
}
.dropdown-category ul li a{
    font-size:15px;
	text-transform:capitalize!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #042f5b!important;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 0.25rem;
    color: #ed1c24!important;
    font-weight: 600!important;
}
.hc{
	background:#e16d85;    
	padding: 4px;     
	font-size: 13px;     
	border-radius: 6px;     
	color: #fff;
}

.us-dmf{
	background:#008abe;    
	padding: 4px;     
	font-size: 13px;     
	border-radius: 6px;     
	color: #fff;
}

.dmf{
	background:#a979b3;    
	padding: 4px;     
	font-size: 13px;     
	border-radius: 6px;     
	color: #fff;
}
.cep{
	background:#e77a29;    
	padding: 4px;     
	font-size: 13px;     
	border-radius: 6px;     
	color: #fff;
}
.kdmf{
	background:#8a7431;    
	padding: 4px;     
	font-size: 13px;     
	border-radius: 6px;     
	color: #fff;
}
@media (min-width: 992px){
.col-lg-custom {
	 
    width: 20%!important;
}
}

.wpcf7-not-valid-tip {
    display: inline-block !important;
}
.para-center{
	max-width: 500px;
    text-align: center;
    margin: 0px auto 35px;
}
	
	