/*---------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&amp;family=Teko:wght@300;500&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Teko:wght@300;400;500;600;700&display=swap');

/*---------------------------------------------------------------------
import Css
-----------------------------------------------------------------------*/
@import url("all.min.css");
@import url("flaticon/flaticon.css");
@import url("ionicons.min.css");
@import url("fontawesome.min.css");
@import url("owl-carousel/owl.carousel.min.css");
@import url("magnific-popup.min.css");
@import url("animate.min.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("themify-icons.css");

/*================================================
Moz Selection
================================================*/
:root {
    --primary-color: #902b2c;
    --dark-color: #192436;
    --secondary-color: #646c71;
    --grey-color: #f4f4f6;
    --white-color: #ffffff;
    --body-fonts: 'Poppins', sans-serif;
    --title-fonts: 'Poppins', sans-serif;
    --footer-light: #e3e3e3
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::-moz-selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

::selection {
    text-shadow: none;
    background: var(--primary-color);
    color: #fff;
}

/*================================================
General
================================================*/
body {
    background: var(--white-color);
    font-family: var(--body-fonts);
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    line-height: 2;
    color: var(--secondary-color);
    /*overflow-x:hidden;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    font-style: normal;
    line-height: 44px;
}

h3 {
    font-size: 26px;
    font-style: normal;
    line-height: 40px;
    font-weight: 600;
}

h4 {
    font-size: 28px;
    font-style: normal;
    line-height: 36px;
}

h5 {
    font-size: 24px;
    font-style: normal;
    line-height: 32px;
}

h6 {
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
    font-weight: 600;
}

html {
    overflow: auto;
}

/*===== HTML Tags =====*/
a,
.button {
    color: var(--primary-color);
    outline: none !important;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a:focus,
a:hover {
    color: var(--primary-color);
    outline: none;
    text-decoration: none !important;
}

p {
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

pre {
    background: var(--white-color);
    padding: 15px;
    border: 1px solid var(--grey-color);
}

hr {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #e0e0e0;
    border-top: 0px;
}

b,
strong {
    font-weight: 500;
}

/*===== Lists (Nested) =====*/
ol,
ul {
    padding-left: 0px;
    margin-bottom: 1em;
}

ol li {
    list-style: decimal;
}

ol ol {
    padding-left: 25px;
}

ul li {
    list-style: none;
}

/*===== Definition Lists =====*/
dl dd {
    margin-bottom: 15px;
}

dl dd:last-child {
    margin-bottom: 0px;
}

/*===== Table =====*/
table {
    border: 1px solid var(--grey-color);
    width: 100%;
    margin-bottom: 20px;
}

table td,
table th {
    border: 1px solid var(--grey-color);
    padding: 8px;
    text-align: center;
}

/*===== Input Textarea =====*/
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 2px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
    border-color: var(--primary-color);
    outline: none;
}

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

textarea {
    
    transition: all 0.5s ease-in-out;
    height: 137px !important;
   
}

/*===== Select =====*/
select {
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
    width: 100%;
    float: left;
    padding: 0 15px;
    height: 51px;
    line-height: 48px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 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;
    -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 =====*/
section {
    position: relative;
    padding: 50px 0px;
    overflow-x: unset;
}

.container {
    max-width: 1300px;
}

.container-pt {
    padding: 0 60px;
}

.pt-q {
    padding: 130px 0px 220px;
}

.z-index-1 {
    z-index: 1;
}

/*===== Input Textarea =====*/
.pt-text-primary {
    color: var(--primary-color);
}

.pt-text-light {
    color: var(--grey-color);
}

.pt-text-dark {
    color: var(--dark-color);
}

.pt-text-white {
    color: var(--white-color);
}

/*===== Input bg-color =====*/
.pt-bg-primary {
    background: var(--primary-color) !important;
}

.pt-bg-white {
    background: var(--white-color) !important;
}

.pt-bg-light {
    background: var(--grey-color);
}

.pt-bg-dark {
    background: var(--dark-color);
}

/*================================================
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(--dark-color);
}

#pt-loading img {
    height: 45px;
}

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

#back-to-top .top:hover {
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

/*================================================
WordPress Core
================================================*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid var(--grey-color);
    max-width: 96%;
    padding: 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0.5rem;
    text-align: center;
}

.wp-block-gallery figcaption.blocks-gallery-caption {
    margin-bottom: 10px;
}

.bypostauthor {
    display: block;
}

/*===== 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: 500;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*================================================
Button Core
================================================*/
[type="button"],
[type="reset"],
[type="submit"] {
    padding: 10px 30px;
    text-transform: capitalize;
    background: var(--primary-color);
    color: var(--white-color) !important;
    display: inline-block;
    border-radius: initial;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
}

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

.pt-button {
    position: relative;
    width: auto;
    background: var(--dark-color);
    color: var(--white-color);
    font-size: 16px;
    padding: 12px 30px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
}

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

.pt-button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    transition: all 0.5s ease;
}

.pt-button:hover:after {
    bottom: 0;
    height: 100%;
}

.pt-button span,
.pt-button-block {
    position: relative;
    z-index: 9;
}

.feacture-engineering .pt-bg-white .pt-text {
    color: var(--dark-color);
}

.feacture-engineering .pt-bg-white .pt-text:hover {
    color: var(--white-color);
}

.pt-video .pt-bg-white .pt-text {
    color: var(--dark-color);
}

.pt-video .pt-bg-white .pt-text:hover {
    color: var(--white-color);
}


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

.pt-button.pt-btn-link:after {
    display: none;
}

.pt-button.pt-btn-link:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
}

/*===== Button outline =====*/

/*================================================
Flaticon
================================================*/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: "Flaticon";
    font-size: inherit;
    font-style: normal;
    line-height: normal;
    margin-left: 0;
}

/*================================================
Dummy data
================================================*/
.pt-sticky-post-label {
    padding: 0 15px;
    background: var(--primary-color);
    color: var(--white-color);
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

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

.wp-block-search .wp-block-search__input {
    background: var(--white-color);
    border-color: var(--white-color);
}

.wp-block-button {
    margin-bottom: 30px;
}

.wp-block-cover.has-background-dim {
    color: var(--white-color);
}

figcaption {
    font-size: 14px;
    line-height: 22px;
}

blockquote {
    background: var(--white-color);
    padding: 15px 30px;
    border: 1px solid var(--grey-color);
    border-radius: 0;
    border-left: 4px solid var(--primary-color);
    margin-bottom: 30px;
}

blockquote cite {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
}

blockquote strong {
    font-family: var(--title-fonts);
    color: var(--primary-color);
    font-style: italic;
    text-transform: uppercase;
    font-weight: 500;
}

.pt-blog-post .pt-blog-contain blockquote p {
    margin-bottom: 0;
}

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

.post-password-form input#pwbox-1168 {
    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%;
}

/*================================================
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: 999;
    float: left;
}

header#pt-header.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}

/*===== Header Top Bar =====*/
header#pt-header .pt-top-header {
    background: var(--dark-color);
    padding: 0;
    font-size: 14px;
}

header#pt-header .pt-top-header .pt-header-contact.text-right ul {
    float: right;
}

header#pt-header .pt-top-header .pt-header-contact ul {
    margin: 0;
    padding: 0;
}

header#pt-header .pt-top-header .pt-header-contact ul li {
    list-style: none;
    display: inline-block;
    color: var(--white-color);
    padding: 10px 20px;
    float: left;
}

header#pt-header .pt-top-header .pt-header-contact ul li:last-child {
    margin-right: 0;
}

header#pt-header .pt-top-header .pt-header-contact ul li i {
    margin-right: 10px;
}

header#pt-header .pt-top-header .pt-header-contact ul li a {
    color: var(--white-color);
}

header#pt-header .pt-top-header .pt-header-contact ul li a:hover {
    color: var(--white-color);
    background: transparent;
}

header#pt-header .pt-top-header .text-right .pt-header-social ul,
header#pt-header .pt-top-header .pt-header-social.text-right ul {
    float: right;
}

header#pt-header .pt-top-header .pt-header-social ul {
    margin: 0;
    padding: 0;
}

header#pt-header .pt-top-header .pt-header-social ul li {
    list-style: none;
    display: inline-block;
    float: left;
}

header#pt-header .pt-top-header .pt-header-social ul li a {
    color: var(--white-color);
    padding: 10px 20px;
    display: inline-block;
}

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

/*===== Logo =====*/
header#pt-header .pt-bottom-header .navbar .navbar-brand {
    line-height: 80px;
}

header#pt-header .pt-bottom-header .navbar .navbar-brand img {
    /*height:30px; width: 100px;*/
    width: 220px;
}

@media(max-width:767px) {
    header#pt-header .pt-bottom-header .navbar .navbar-brand img {
        width: 160px;
        height: 50px !important;
    }   
}

/*===== Header Navbar Bar =====*/
header#pt-header .pt-bottom-header {
    min-height: 90px;
}



header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
    display: inline-block;
    width: 100%;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav {
    float: right;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 30px;
    color: var(--dark-color);
    line-height: 90px;
    font-weight: 400;
}

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

header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
    color: var(--dark-color);
}

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: 90px;
    left: 0;
    padding-left: 0;
    display: inline-block;
    width: 300px;
    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: 5px;
    font-size: 12px;
    color: var(--dark-color);
    opacity: 0.3;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a {
    line-height: 2;
    text-transform: capitalize;
    padding: 3px 10px;
    display: inline-block;
    width: 100%;
    color: var(--secondary-color);
    font-size: 14px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
    background: var(--primary-color);
    color: var(--white-color);
}

@media screen and (max-width:4000px) and (min-width:1023px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu {
        display: block !important;
    }
}

/*===== Navigation Sub Menu =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu {
    display: none;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    background: var(--white-color);
    padding-left: 0;
    display: inline-block;
    width: 200px;
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    line-height: 2;
    font-size: 12px;
    color: var(--secondary-color);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
    color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a {
    color: var(--white-color);
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}

/*===== Navigation search =====*/
header#pt-header .pt-menu-search-block {
    position: relative;
    margin-left: 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: 61px;
    right: 0;
    width: 350px;
    padding: 15px;
    z-index: 999;
    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);
}

/*===== Navigation Button =====*/
header#pt-header .pt-btn-container {
    margin-left: 30px;
}

/*===== Header Default =====*/
header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    background: var(--white-color);
}

header#pt-header.pt-header-default .pt-top-header .pt-header-contact ul li {
    padding: 10px 20px 10px 0;
}

/*===== Header Style-1 =====*/
header#pt-header.pt-header-style-1.pt-has-sticky {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    background: transparent;
    z-index: 999;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header#pt-header.pt-header-style-1 .pt-bottom-header {
    min-height: 70px;
}



header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
    line-height: normal;
    /*padding:26px 30px;*/
    padding: 0px 0px;
    position: relative;
    margin-right: 0;
}

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

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


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

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

header#pt-header.pt-header-style-1 .pt-header-info-box {
    margin: 0 30px 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;
}

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;
    color: #fff212;
}

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

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

header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: var(--white-color);
}

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

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

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav>li:last-child {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

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

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
    position: fixed;
    background: var(--white-color);
    padding: 0;
    border: none;
}

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

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

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

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-header-call a .pt-call-info h5 {
    color: var(--dark-color);
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,
header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,
header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a {
    color: var(--white-color);
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-nav>li:last-child {
    border-right: 1px solid rgb(25, 36, 54, 0.1);
}

header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .pt-shop-btn .pt-cart>a {
    color: var(--dark-color);
    position: relative;
    line-height: 70px;
    padding: 0 0 0;
}

/*===== Header Style-2 =====*/
header#pt-header.pt-header-style-2.pt-topbar-hide .navbar-brand {
    line-height: 48px;
}

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

header#pt-header.pt-header-style-2 .pt-top-header .pt-header-social ul li {
    border-left: 1px solid rgb(255, 255, 255, 0.1);
}

header#pt-header.pt-header-style-2 .pt-top-header .pt-header-contact ul li {
    border-right: 1px solid rgb(255, 255, 255, 0.1);
}

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

header#pt-header.pt-header-style-2 {
    position: absolute;
    top: 0;
    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 .navbar-brand {
    background: var(--primary-color);
    padding: 15px 30px;
    margin: 0;
    line-height: 4.8444444;
    text-align: center;
    width: 100%;
}

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);
    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;
    margin-left: -10px;
}

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

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

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

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: "";
    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-1 =====*/
.admin-bar header#pt-header.pt-header-sticky,
.admin-bar header#pt-header.pt-header-style-2,
.admin-bar header#pt-header.pt-header-style-1 {
    top: 32px;
}

.admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
    top: 32px;
}

@media(max-width:767px) {

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

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

    header#pt-header.pt-header-style-1.pt-has-sticky{

        position: relative;
        background: #000000;
        left: initial;
        right: initial;
        top:initial !important;
        float: initial !important;
    }
    #banner {
        position: relative;
        margin-top: -3px;
    }





}

@media only screen and (min-device-width:601px) and (max-device-width:768px) {

    .admin-bar header#pt-header.pt-header-sticky,
    .admin-bar header#pt-header.pt-header-style-2,
    .admin-bar header#pt-header.pt-header-style-1,
    .admin-bar header#pt-header.pt-header-default .pt-bottom-header.pt-header-sticky {
        top: 46px;
    }

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

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

@media(max-width:1399px) {
    header#pt-header.pt-header-style-1 .pt-header-info-box {
        margin: 0 15px 0 30px;
    }

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

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

    header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu {
        left: inherit;
        right: 100%;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
        /*padding:26px 15px;*/
        padding: 0px 0px;
    }

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

@media(max-width:1365px) {
    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        font-size: 14px;
        margin-right: 15px;
    }

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

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

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

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

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

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

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

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        line-height: 51px;
        padding: 0 20px;
        margin-left: 0;
    }

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

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

    header#pt-header.pt-header-style-2 .pt-toggle-btn {
        line-height: 51px;
        padding: 10px 20px;
    }

    header#pt-header.pt-header-style-2 .pt-toggle-btn a {
        width: 25px;
    }

    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#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand {
        line-height: 1.455;
    }

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

    header#pt-header.pt-header-style-2.pt-header-sticky .pt-menu-search-block,
    header#pt-header.pt-header-style-2.pt-header-sticky .pt-toggle-btn {
        line-height: 57px;
    }

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

    header#pt-header.pt-header-style-1 .pt-header-call {
        margin-right: 0;
    }
}

@media(max-width:1023px) {

    /*===== Button Toggler =====*/
    header#pt-header .pt-bottom-header .navbar-toggler {
        font-size: 20px;
        padding: 10px 20px 10px;
        line-height: normal;
        float: right;
        right: 0;
        border-radius: 0;
        margin: 10px 0 0;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-collapse {
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;
        background: #fff;
        -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
        max-height: 330px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

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

    header#pt-header .pt-bottom-header .navbar .navbar-brand {
        line-height: 60px;
        float: left;
    }

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

    header#pt-header .pt-bottom-header .navbar .navbar-nav li {
        float: left;
        width: 100%;
        display: inline-block;
        line-height: normal;
        position: relative;
        font-size: 16px;
        position: relative;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-nav li a {
        width: 100%;
        display: inline-block;
        padding: 8px;
    }

    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-menu-search-block {
        position: relative;
        margin-left: 0;
        margin-right: 30px;
        display: inline-block;
    }

    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-style-1 .pt-bottom-header .pt-shop-btn .pt-cart>a {
        line-height: 70px;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .pt-shop-btn .dropdown-menu-mini-cart {
        top: 70px;
    }

    /*===== Header Style-2 =====*/
    header#pt-header.pt-header-style-2 {
        position: relative;
        padding: 0 15px 0 0;
    }

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

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

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

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

    header#pt-header.pt-header-style-2 .pt-toggle-btn,
    .pt-sidebar {
        display: none !important;
    }

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar {
        padding: 0;
        justify-content: flex-end;
    }

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

    header#pt-header.pt-header-style-2 .pt-menu-search-block {
        line-height: 69px;
        margin: 0;
        float: right;
        display: inline-block;
    }

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

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
        top: 68px;
    }

    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-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li {
        line-height: normal;
    }

    header#pt-header.pt-header-style-2 .pt-shop-btn .pt-cart {
        list-style-type: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    /*===== Header Style-1 =====*/
    header#pt-header.pt-header-style-1 .pt-bottom-header .container-fluid {
        padding: 0 15px 0 0;
    }

    header#pt-header.pt-header-style-1.pt-has-sticky {
        top: 0;
        padding: 0;
    }

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

    .admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky {
        top: 32px;
        border: none;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
        /*padding:19px 15px;*/
        padding: 0px 0px;
        border: none;
    }

    header#pt-header.pt-header-style-1 .pt-header-call {
        margin-right: 90px;
    }

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

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

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

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

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a:hover,
    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover>a {
        color: var(--white-color);
    }

    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-collapse {
        top: 70px;
    }

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

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

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

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

@media(max-width:767px) {
    header#pt-header.pt-header-style-2 .navbar-brand {
        padding: 20px 15px;
        line-height: normal;
        text-align: left;
        display: inline-block;
        width: auto;
    }

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

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

    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse {
        top: 0;
    }

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

    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand {
        padding: 19px 15px;
    }

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

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

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

@media(max-width:479px) {

    .pt-menu-search-block,
    header#pt-header .pt-shop-btn,
    header#pt-header .pt-menu-search-block {
        display: none !important;
    }
}

/*================================================
Breadcrumb
================================================*/
.pt-breadcrumb {
    background: var(--dark-color);
    color: var(--white-color);
    padding: 90px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

.pt-breadcrumb .pt-breadcrumb-title h1 {
    color: var(--white-color);
    font-size: 62px;
    line-height: 70px;
    margin-bottom: 5px;
}

.pt-breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 0;
}

.pt-breadcrumb-container .breadcrumb li {
    list-style-type: none;
    margin-right: 15px;
    color: var(--white-color);
    padding-left: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.pt-breadcrumb-container .breadcrumb li.active {
    color: var(--white-color);
    opacity: 0.8;
}

.pt-breadcrumb-container .breadcrumb li i {
    font-size: 14px;
}

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

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

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

@media(max-width:1365px) {
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 52px;
        line-height: 1.3;
    }
}

@media(max-width:1023px) {
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 46px;
    }
}

@media(max-width:767px) {
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 34px;
    }

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

    body {
        overflow-x: hidden;
    }
    .manufact-content h2 {
        max-width: 100% !important;
        font-size: 22px;
        line-height: 1.5;
    }
    .manufact-content p {
    max-width: 100% !important;
    }



}

@media(max-width:479px) {
    .pt-breadcrumb .pt-breadcrumb-title h1 {
        font-size: 30px;
    }






}

/*================================================
Blog Sidebar
================================================*/
.widget {
    background: var(--white-color);
    border: 1px solid var(--grey-color);
    border-bottom: none;
    margin-bottom: 45px;
    padding: 30px 30px;
    display: inline-block;
    width: 100%;
    float: left;
    position: relative;
}

.widget:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    display: inline-block;
    background: var(--primary-color);
    left: 0;
    bottom: 0px;
}

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

/*===== Widget Title =====*/
.widget .widget-title {
    margin-bottom: 15px;
    padding: 0px 0 5px;
    font-size: 32px;
    position: relative;
    line-height: 40px;
    letter-spacing: 0.4px;
}

.widget .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: inline-block;
    background: var(--primary-color);
}

/*===== SideBar - Search =====*/
.widget.widget_search input {
    border: 1px solid var(--grey-color);
    color: var(--dark-color);
}

.widget.widget_search input:focus,
.widget.widget_search input:hover {
    border: 1px solid var(--grey-color);
    color: var(--primary-color);
}

.search-form {
    position: relative;
}

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

.search-submit {
    background: var(--primary-color);
    border: none;
    padding: 0;
    position: absolute;
    text-align: center;
    color: var(--white-color) !important;
    line-height: 51px;
    height: 51px;
    width: 51px;
    top: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.search-submit:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.search-submit:hover {
    color: var(--white-color) !important;
    background: var(--dark-color);
}

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

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

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

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

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

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

/*===== SideBar - Recent Comments =====*/
.widget.widget_recent_comments #recentcomments li.recentcomments span a {
    color: var(--secondary-color);
    font-weight: 500;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:before {
    display: none;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a {
    color: var(--primary-color);
    padding-left: 0;
}

.widget.widget_recent_comments #recentcomments li.recentcomments a:hover {
    color: var(--primary-color);
    text-decoration: underline !important;
    padding-left: 0;
}

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption {
    caption-side: inherit;
    padding: 0 0 10px;
    color: var(--dark-color);
    font-weight: 500;
}

.widget_calendar table#wp-calendar {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
    background: var(--white-color);
}

.widget_calendar .calendar_wrap td#today {
    background: var(--primary-color);
    color: var(--white-color);
}

.widget_calendar .calendar_wrap td#today a {
    color: var(--white-color);
}

.widget_calendar .calendar_wrap table th {
    background: var(--white-color);
    color: var(--dark-color);
}

.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
    padding: 8px;
    text-align: center;
}

/*=====  SideBar Categories List  =====*/
.widget_categories ul li,
.widget_archive ul li {
    font-weight: 400;
    color: var(--primary-color);
}

.widget_categories ul li a,
.widget_archive ul li a {
    font-weight: 400;
    color: var(--secondary-color);
}

/*=====  Meta - widget RSS =====*/
.widget.widget_rss ul li {
    margin-bottom: 30px;
}

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

.widget.widget_rss ul li a {
    padding-left: 0;
    font-size: 22px;
    line-height: 30px;
    color: var(--dark-color);
    font-weight: 500;
    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: 500;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.widget.widget_rss ul li .rss-date {
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1;
    float: left;
    display: inline-block;
    width: 100%;
    margin: 5px 0;
    text-transform: uppercase;
}

/*===== widget Nav Menu =====*/
.widget.widget_nav_menu ul li,
.widget ul.menu li {
    margin-bottom: 0;
}

.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
    display: block !important;
    padding-left: 20px;
}

.widget.widget_nav_menu ul li .sub-menu li a,
.widget ul.menu li .sub-menu li a {}

.widget.widget_nav_menu ul li a,
.widget ul.menu li a {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--grey-color);
}

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

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link {
    font-size: 14px !important;
    background: var(--primary-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--white-color);
    padding: 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;
}

.widget_tag_cloud .tag-cloud-link:hover {
    border-color: var(--dark-color);
    background: var(--dark-color);
    color: var(--white-color);
}

@media(max-width:1023px) {
    .sidebar.widget-area {
        margin-top: 45px;
    }
}

/*===== Comments Box =====*/
.comment-respond {
    margin-top: 45px;
    display: inline-block;
    width: 100%;
}

.pt-comment-area .comments-title,
.comment-respond .comment-reply-title {
    position: relative;
    margin: 0;
    padding-bottom: 0;
}

.comment-respond .comment-reply-title a {
    font-weight: 500;
    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);
}

.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-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;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.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 a,
ol.commentlist .trackback a {
    color: var(--dark-color);
}

ol.commentlist .pingback a:hover,
ol.commentlist .trackback a:hover {
    color: var(--primary-color);
}

/*================================================
Blog
================================================*/
.owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 36px;
}

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

.pt-blog-post {
    margin-bottom: 45px;
    background: transparent;
    display: inline-block;
    width: 100%;
}

.pt-blog-post .pt-post-media {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
}

.pt-blog-post .pt-post-media img {
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-blog-post:hover .pt-post-media img {
    margin-left: 0;
}

.pt-blog-post .pt-blog-contain {
    padding: 30px;
    display: inline-block;
    position: relative;
    width: 100%;
    background: var(--grey-color);
}

.pt-blog-col-3 .pt-blog-post .pt-blog-contain .pt-blog-title {
    font-size: 33px;
    line-height: 41px;
}

.pt-blog-post .pt-blog-contain .pt-blog-title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 0;
    letter-spacing: 0.4px;
}

.pt-blog-post .pt-post-meta ul {
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
}

.pt-blog-post .pt-post-meta ul li {
    list-style: none;
    float: left;
    display: inline-block;
    line-height: 22px;
    margin-right: 15px;
    align-self: center !important;
    text-transform: uppercase;
    font-size: 14px;
}

.pt-blog-post .pt-post-meta ul li:last-child {
    margin-right: 0;
}

.pt-blog-post .pt-post-meta ul li a {
    color: var(--secondary-color);
}

.pt-blog-post .pt-post-meta ul li a:hover {
    color: var(--primary-color);
}

.pt-blog-post .pt-post-meta ul li i {
    margin-right: 5px;
    color: var(--primary-color);
}

.pt-blog-post .pt-post-media .pt-post-date {
    background: var(--primary-color);
    padding: 15px;
    text-transform: capitalize;
    color: #fff;
    width: 65px;
    text-align: center;
    line-height: 1.3;
    position: absolute;
    left: 15px;
    top: 15px;
}

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

.pt-blog-post .pt-post-media .pt-post-date span {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-family: var(--title-fonts);
}

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

/*================================================
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: 1px solid var(--grey-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.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;
    letter-spacing: 4px;
    margin-bottom: 30px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 500;
}

@media(max-width:1023px) {
    .pt-error-block .pt-errot-text {
        font-size: 320px;
    }
    .what-we-do {
        padding: 69px 0px 50px 0px;
    }
    .pt-section-description.text-white {
        font-size: 16px !important;
    }
    .pt-section-description {
        margin-bottom: 10px;
    }


}

@media(max-width:767px) {
    .pt-error-block .pt-errot-text {
        font-size: 200px;
    }

    .pt-error-block h2 {
        font-size: 26px;
    }
}

@media(max-width:479px) {
    .pt-error-block .pt-errot-text {
        font-size: 130px;
    }
}

/*=========*/
.pt-foote-recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.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: 90px;
    height: 70px;
}

.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 {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    float: left;
    line-height: normal;
    width: 100%;
    display: inline-block;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
    color: var(--dark-color);
    font-size: 18px;
    line-height: 26px;
}

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

/*=========*/
.pt-call-box {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    margin: 0 15px;
}

.pt-call-box span {
    text-transform: uppercase;
    font-size: 14px;
}

.pt-call-box h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.pt-call-box .pt-call-info {
    flex: 1;
}

.pt-call-box i {
    align-self: center !important;
    float: right;
    background: #e31c25;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

/*=========*/
footer#pt-footer .pt-contact-time li {
    position: relative;
    border: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    display: inline-block;
    width: 100%;
}

footer#pt-footer .pt-contact-time li: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-contact-time li span:last-child {
    float: right;
}

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

/*================================================
Section Title
================================================*/
.pt-section-title-box.text-center {
    margin-bottom: 60px;
    padding: 0 16em;
}

.pt-section-title-box .pt-section-sub-title {
    text-transform: uppercase;
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
    font-family: var(--title-fonts);
}

.pt-section-title-box .pt-section-title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}

.section-style:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
}

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

/*================================================
Counter
================================================*/
.pt-counter-contain {
    display: flex;
    align-items: flex-start;
}

.pt-counter-contain .pt-counter-media i {
    font-size: 62px;
    color: var(--dark-color);
    line-height: 70px;
    display: inline-block;
    width: 100%;
}

.pt-counter-contain .pt-counter-info {
    margin-left: 15px;
    flex: 1;
    text-align: left;
}

.pt-counter-contain .pt-counter-info h5 {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    display: inline-block;
}

.pt-counter-contain .pt-counter-info .pt-counter-prefix {
    font-size: 40px;
    line-height: 48px;
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    color: var(--white-color);
}

.pt-counter-contain .pt-counter-info p {
    margin-bottom: 0;
    color: var(--dark-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.pt-counter-contain1 {
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 22px;
    position: absolute;
    bottom: -2%;
    left: 0;
    background-color: #192436;
    border-style: solid;
    border-width: 0px 0px 0px 8px;
    border-color: #902b2c;
    display: inline-block;
}

.pt-counter-contain1 .pt-counter-info1 {
    margin-left: 15px;
    flex: 1;
}

.pt-counter-contain1 .pt-counter-info1 h5 {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    display: inline-block;
}

.pt-counter-contain1 .pt-counter-info1 .pt-counter-prefix {
    font-size: 40px;
    line-height: 48px;
    color: var(--white-color);
    font-weight: 500;
}

.pt-counter-contain1 .pt-counter-info1 p {
    margin-bottom: 0;
    color: var(--dark-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.pt-counter-contain1 .pt-counter-info1 .pt-counter-description1 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.pt-counter-contain2 {
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 15px;
    position: absolute;
    bottom: -5%;
    left: 0;
    background-color: #902b2c;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #192436;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
}

.pt-counter-contain2 .pt-counter-info2 {
    margin-left: 15px;
    flex: 1;
}

.pt-counter-contain2 .pt-counter-info2 h5 {
    color: var(--white-color);
    font-size: 40px;
    line-height: 48px;
    display: inline-block;
}

.pt-counter-contain2 .pt-counter-info2 .pt-counter-prefix {
    font-size: 40px;
    line-height: 48px;
    color: var(--white-color);
    font-weight: 500;
}

.pt-counter-contain2 .pt-counter-info2 p {
    margin-bottom: 0;
    color: var(--dark-color);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
}

.pt-counter-contain2 .pt-counter-info2 .pt-counter-description2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Teko", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 38px;
    color: #FFFFFF;
}



.counter.single-counter {
    margin: 0px 0px 0px 0px;
    padding: 30px 45px 30px 30px;
    background-color: #192436;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
    border-radius: 0px 0px 0px 0px;
}

.center-position {
    position: absolute;
    right: -30%;
    bottom: -5%;
    transform: translate(-50%, -50%);
}

.counter.single-counter h5 {
    font-size: 40px;
    line-height: 48px;
    display: inline-block;
    color: var(--white-color);
}

.counter.single-counter .pt-counter-prefix {
    margin-top: -56px;
    margin-left: 50px;
}

.counter.single-counter span {
    display: block;
    font-size: 35px;
    font-weight: 600;
    color: var(--white-color);
    line-height: 1.8;
}

.counter.single-counter label {
    font-family: "Teko", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 38px;
    color: var(--white-color);
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.pt-count {
    transition: background 0.3s,
        border 0.3s,
        border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px 68px 0px;
}

/*================================================
Process step
================================================*/
.pt-process-step.pt-process-1 {
    padding: 105px 45px;
    position: relative;
}

.pt-process-step.pt-process-1 .pt-process-number {
    position: absolute;
    font-weight: 500;
    line-height: 1;
    right: 45px;
    bottom: 0;
    font-size: 120px;
    font-family: var(--title-fonts);
    color: var(--white-color);
    opacity: 0.1;
}

/*===== Process step 2 =====*/
.pt-process-step.pt-process-2 {
    text-align: center;
    padding: 0 30px;
}

.pt-process-step.pt-process-2 .pt-process-media {
    display: inline-block;
    position: relative;
}

.pt-process-step.pt-process-2 .pt-process-media i {
    background: transparent;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    height: 135px;
    width: 135px;
    line-height: 135px;
    font-size: 52px;
    text-align: center;
    display: inline-block;
    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;
}

.pt-process-step.pt-process-2 .pt-process-media img {
    height: 150px;
    width: 150px;
    line-height: 150px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-process-step.pt-process-2 .pt-process-media.img .pt-process-number {
    position: absolute;
    top: 0;
    right: 0;
}

.pt-process-step.pt-process-2 .pt-process-number {
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 999px;
    background: var(--primary-color);
    font-size: 18px;
    color: var(--white-color);
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
}

.pt-process-step.pt-process-2 .pt-process-info {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.pt-process-step.pt-process-2 .pt-process-info p {
    margin-top: 5px;
    margin-bottom: 0;
}

.pt-process-step.pt-process-2 .pt-button {
    display: none;
}

.pt-process-step.pt-process-2 .pt-before-img {
    position: absolute;
    top: 50%;
    right: -25%;
    margin-top: -85px;
    height: 37px;
}

@media(max-width:1099px) {
    .d-none-lp .pt-process-step.pt-process-2 .pt-before-img {
        display: none;
    }
}

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

@media(max-width:979px) {
    .pt-process-step.pt-process-2 .pt-before-img {
        display: none
    }
}

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

.pt-video-icon a {
    width: 75px;
    height: 75px;
    line-height: 67px;
    text-align: center;
    font-size: 28px;
    background: transparent;
    border: 4px solid var(--white-color);
    color: var(--white-color);
    display: inline-block;
    position: relative;
}

.pt-video-icon a:hover {
    color: var(--primary-color);
    border-color: var(--white-color);
}

.pt-video-icon a i {
    z-index: 9;
    position: relative;
}

.pt-video-icon a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: var(--white-color);
    transition: all 0.5s ease;
}

.pt-video-icon a:hover:after {
    bottom: 0;
    height: 100%;
}

.mfp-close[type="button"] {
    width: auto;
}

.mfp-close[type="button"]:hover {
    background: transparent;
    color: var(--primary-color);
}


.pt-popup-video-block1 {
    bottom: 0;
    left: 30px;
    position: absolute;
}

.pt-video-icon1 a {
    width: 75px;
    height: 75px;
    line-height: 67px;
    text-align: center;
    font-size: 28px;
    background: var(--dark-color);
    color: var(--white-color);
    display: inline-block;
    position: relative;
    border-top: 4px solid var(--white-color);
    border-right: 4px solid var(--white-color);
}

.pt-video-icon1 a:hover {
    color: var(--primary-color);
    border-color: var(--white-color);
}

.pt-video-icon1 a i {
    z-index: 9;
    position: relative;
}

.pt-video-icon1 a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: var(--white-color);
    transition: all 0.5s ease;
}

.pt-video-icon1 a:hover:after {
    bottom: 0;
    height: 100%;
}

.pt-popup-video-block2 {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 1;
}

.pt-video-icon2 a {
    width: 75px;
    height: 75px;
    line-height: 67px;
    text-align: center;
    font-size: 28px;
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    position: relative;
}

.pt-video-icon2 a:hover {
    color: var(--primary-color);
    border-color: var(--white-color);
    border: 4px solid var(--white-color);
}

.pt-video-icon2 a i {
    z-index: 9;
    position: relative;
}

.pt-video-icon2 a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: var(--white-color);
    transition: all 0.5s ease;
}

.pt-video-icon2 a:hover:after {
    bottom: 0;
    height: 100%;
}




/*================================================
OWL Carousel
================================================*/

/*================================================
Pricing Plan
================================================*/
.pt-price-block-1 {
    border: 1px solid var(--grey-color);
}

.pt-price-block-1 .pt-price-title {
    padding: 15px 0;
    text-transform: uppercase;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid var(--grey-color);
}

.pt-price-block-1 .pt-service-media {
    margin: 30px 0 15px;
    background: var(--dark-color);
    color: var(--white-color);
    height: 90px;
    width: 90px;
    line-height: 90px;
    font-size: 52px;
    text-align: center;
    display: inline-block;
    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: 9000px;
    -moz-border-radius: 9000px;
    border-radius: 9000px;
}

.pt-price-block-1 .price span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--body-fonts);
    color: var(--secondary-color);
    font-weight: 400;
    margin-left: 5px;
}

.pt-price-block-1 .pt-list-content {
    border-top: 1px solid var(--grey-color);
    margin: 30px 0;
}

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

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

.pt-price-block-1.active .pt-service-media {
    background: var(--primary-color);
}

.pt-price-block-1.active .pt-price-title {
    color: var(--primary-color);
}

/* Pricing Plan 2 */
.pt-price-block-2.active .pt-price-detail {
    background: var(--primary-color);
}

.pt-price-block-2 .pt-price-detail {
    position: relative;
    padding: 45px 30px;
    background: var(--dark-color);
    z-index: 9;
    color: var(--white-color);
    overflow: hidden;
}

.pt-price-block-2 .pt-price-detail .pt-price-title {
    text-transform: uppercase;
    font-family: var(--title-fonts);
    font-weight: 500;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
}

.pt-price-block-2 .pt-price-detail .price {
    color: var(--white-color);
    font-size: 60px;
    line-height: 68px;
}

.pt-price-block-2 .pt-price-detail .pt-price-duration {
    color: var(--white-color);
    font-weight: normal;
    margin-bottom: 0;
    font-size: 14px;
}

.pt-price-block-2 .pt-bg-effect {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    z-index: -1;
    opacity: 0.1;
}

.pt-price-block-2 .pt-list-info {
    margin: 0;
    padding: 30px;
    background: var(--grey-color);
    border-top: 0;
    border-bottom: 0;
}

.pt-price-block-2 .pt-list-info li {
    list-style: none;
    line-height: 45px;
}

.pt-price-block-2 .pt-btn-container {
    background: var(--grey-color);
    border-top: 0;
    border-bottom: 8px solid var(--primary-color);
}

.pt-price-block-2 .pt-button {
    margin-bottom: 22px;
}

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

    .pt-price-block-2 .pt-price-detail .price {
        font-size: 48px;
    }

    .pt-price-block-2 .pt-bg-effect {
        width: 135%;
    }
}

/*================================================
Client Plan
================================================*/

.client-pt {
    margin: 0;
    padding: 90px 0px 60px 0px;
}

.pt-client .item {
    position: relative;
    text-align: center;
}

.pt-client .item img {
    display: inline-block;
    width: 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 .item:hover .pt-client-img {
    opacity: 0;
}

.pt-client .item:hover .pt-client-hover-img {
    opacity: 1;
    top: 0;
}

.pt-client .pt-client-hover-img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

/*=========*/
.pt-client-grid {
    position: relative;
    margin: 30px 0;
}

.pt-client-grid img {
    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-hover-img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.pt-client-grid:hover .pt-client-img {
    opacity: 1;
}

.pt-client-grid:hover .pt-client-hover-img {
    opacity: 1;
    top: 0;
}

.client {
    position: relative;
}

.pt-client-hover-img1 {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.pt-client-grid1:hover .pt-client-img1 {
    opacity: 1;
}

.pt-client-grid1:hover .pt-client-hover-img1 {
    opacity: 1;
    top: 0;
}

@media(max-width:1365px) {
    .pt-client-grid img {
        height: 40px;
    }
}


/*=========*/
.pt-client-grid2 {
    margin: 0 0 45px;
    position: relative;
    text-align: center;
    padding: 0;
}

.pt-client-grid2:hover .pt-client-img {
    opacity: 0;
}

.pt-client-grid2:hover .pt-client-hover-img {
    opacity: 1;
    top: 0;
}

.pt-client-grid2 .pt-client-hover-img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:1365px) {
    .pt-client-grid2 img {
        height: 40px;
    }
}



/*================================================
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(--white-color);
    border: 1px solid var(--grey-color);
    padding: 15px 30px;
}

.pt-accordion-block .pt-accordion-box .pt-ad-title .ad-title-text {
    font-size: 24px;
    line-height: 32px;
}

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

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

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

/*================================================
Quote From
================================================*/
.quote-from input[type="text"],
.quote-from textarea,
.quote-from input[type="email"] {
    margin-bottom: 30px;
    width: 100%;
    background: var(--white-color);
    border-color: var(--white-color);
}

.quote-from input:focus,
.quote-from input:hover,
.quote-from textarea:focus,
.quote-from textarea:hover {
    border-color: var(--primary-color);
}

.quote-from-1 {
    padding: 0 30px 30px;
    background: var(--white-color);
}

.quote-from-1 input[type="text"],
.quote-from-1 textarea,
.quote-from-1 input[type="email"] {
    margin-bottom: 30px;
}



/*================================================
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 {
    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;
    font-size: 14px;
    font-weight: 400;
}

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

/*=========*/
.pt-portfolio-block-one .pt-portfolio-img img {
    width: 100%;
    position: relative;
    min-height: 336px;
    object-fit: cover;
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-portfolio-block-one:hover .pt-portfolio-img img {
    margin-left: 0;
}

.pt-portfolio-block-one {
    position: relative;
    overflow: hidden;
}

.pt-portfolio-block-one .pt-portfolio-info {
    text-align: left;
    position: absolute;
    bottom: 0px;
    left: 0%;
    display: inline-block;
    padding: 10px 15px 8px;
    background: var(--white-color);
    border-bottom: 0px solid var(--primary-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-portfolio-block-one:hover .pt-portfolio-info {
    left: 0px;
}

.pt-portfolio-block-one .pt-portfolio-info span {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    color: var(--primary-color);
    text-transform: uppercase;
}

.pt-portfolio-block-one .pt-portfolio-info h5 {
    position: relative;
    text-align: left;
    float: left;
    width: 100%;
    font-size: 18px;
}

.pt-portfolio-info-box {
    display: inline-block;
    width: 100%;
    padding: 30px;
    background: var(--grey-color);
    color: var(--secondary-color);
}

.pt-porfolio-info-header h5 {
    font-size: 34px;
    line-height: 42px;
    color: var(--dark-color);
    margin-bottom: 10px;
}

.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 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid rgba(25, 36, 54, 0.1);
    display: inline-block;
    width: 100%;
}

.pt-porfolio-info .pt-info-list li h5 {
    display: inline-block;
    color: var(--dark-color);
    font-size: 20px;
    line-height: 28px;
}

.pt-porfolio-info .pt-info-list li span {
    float: right;
}

.pt-porfolio-info .pt-info-list li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

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

@media(max-width:1023px) {
    .pt-porfolio-info .pt-info-list li {
        width: 100%;
        margin-right: 0;
    }
}

@media(max-width:767px) {
    .pt-porfolio-info .pt-info-list li {
        width: 100%;
        margin-right: 0;
    }
}

.pt-portfolio-block .pt-portfolio-img {
    position: relative;
    overflow: hidden;
}

.pt-portfolio-block .pt-portfolio-img img {
    margin-left: 30px;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-portfolio-block:hover .pt-portfolio-img img {
    margin-left: 0;
}

.pt-portfolio-block .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;
    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-portfolio-block:hover .pt-portfolio-img:before {
    opacity: 0.8;
}

.pt-portfolio-block .pt-portfolio-img a {
    background: var(--white-color);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 9;
    color: var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 26px;
    opacity: 0;
}

.pt-portfolio-block:hover .pt-portfolio-img a {
    opacity: 1;
}

.pt-portfolio-block .pt-portfolio-img a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-portfolio-block .pt-portfolio-info {
    padding: 15px 0 0;
}

.pt-portfolio-block .pt-portfolio-info span {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--primary-color);
    font-weight: 400;
}

.pt-portfolio-block .pt-portfolio-info h4 a {
    color: var(--dark-color);
}

/*================================================
Circle Progress
================================================*/
.pt-circle-progress {
    position: relative;
    text-align: center;
}

.pt-circle-progress .pt-progress-count {
    color: var(--white-color);
    position: absolute;
    top: 43%;
    left: 50%;
    display: inline-block;
    font-family: var(--title-fonts);
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pt-circle-progress .pt-progress-title {
    color: var(--white-color);
    display: inline-block;
    width: 100%;
    font-family: var(--title-fonts);
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}

.pt-circle-progress1 {
    position: relative;
    text-align: center;
}

.pt-circle-progress1 .pt-progress-count {
    color: var(--white-color);
    position: absolute;
    top: 43%;
    left: 50%;
    display: inline-block;
    font-family: var(--title-fonts);
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pt-circle-progress1 .pt-progress-title {
    color: var(--white-color);
    display: inline-block;
    width: 100%;
    font-family: var(--title-fonts);
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}

.pt-search-form {
    display: none;
}

.pt-circle-progress .pt-progressbar-content .progress-value {
    transition: margin 2s ease 0s;
}

.pt-circle-progress .pt-progressbar-content .pt-progress-bar .show-progress {
    transition: width 2s ease 0s;
}

.circle-progressbar {
    padding: 60px 0;
}


/*================================================
Footer
================================================*/
footer#pt-footer {
    background: #f7f7f7;
    display: inline-block;
    width: 100%;
    float: left;
}

footer#pt-footer .pt-footer-top {
    padding: 60px 0 0;
}

footer#pt-footer .pt-copyright-footer {
    padding: 15px 0;
    background: var(--primary-color);
    color: var(--dark-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright {
    text-align: center;
    display: inline-block;
    width: 100%;
}

footer#pt-footer .pt-copyright-footer .pt-copyright a {
    color: var(--dark-color);
}

footer#pt-footer .pt-copyright-footer .pt-copyright a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

/*=========*/
footer#pt-footer .footer1 {
    background: transparent;
    color: var(--dark-color);
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 45px;
}

footer#pt-footer .footer1:before {
    display: none;
}

footer#pt-footer .footer1 .footer-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 32px;
    color: var(--primary-color);
    position: relative;
    line-height: 40px;
}

footer#pt-footer .footer1 .footer-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    display: inline-block;
    background: var(--primary-color);
}

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

footer#pt-footer .footer1 ul li a,
footer #pt-footer .footer1 ul li {
    position: relative;
    color: var(--dark-color);
}

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

/*=========*/
#pt-footer .pt-footer-style-1 .footer1:first-child {
    margin-bottom: 45px;
}

#pt-footer .pt-footer-style-1 .pt-footer-logo {
    max-width: 200px;
    width: 100%;
}

#pt-footer .pt-footer-style-1 .pt-copyright-footer {
    background: rgb(255 255 255);
}

#pt-footer .pt-footer-style-1 .footer1 ul.menu#menu-footer-menu li {
    display: inline-block;
    width: calc(49% - 2px);
    float: none;
}

/*=========*/
footer#pt-footer .pt-contact li {
    display: flex;
    align-items: flex-start;
}

.footer-log {
    float: left;
    width: 227px;
}

.box-wrapper {
    padding: 0 15px;
    position: relative;
    z-index: 11;
}



.footer-socail {
    float: left;
    padding-top: 11px;
}

.footer-number {
    float: right;
}

.footer-mobile-mob {
    display: flex;
    gap: 49px;
    align-items: end;
}

.footer-socail ul li {
    width: 50px;
    text-align: center;
}

.footer-socail ul li {
    width: 50px;
    text-align: center;
}

.footer-socail ul li i {
    font-size: 30px;
}

.footer-mobile-mob label {
    display: block;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
}


footer#pt-footer .pt-contact li i {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 2;
}

footer#pt-footer .pt-contact li span {
    margin-left: 15px;
    flex: 1;
    line-height: 27px;
}


.footer-socail ul {
    display: flex;
    align-items: center;
}
.footer-top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 30px;
}

.row.border-top {
    border-top: 1px solid #cdcfd1 !important;
    padding-top: 53px;
}

.footer-mobile-mob a {
    font-size: 17px;
    font-weight: 600;
}
.footer-mobile-mob.footer-inner {
    display: flex;
    gap: 15px;
    position: relative;
    align-items: end;
}

.footer-mobile-mob i {
    font-size: 33px;
}
/* .footer-nuber-ico .fa-phone-volume {
    transform: rotate(318deg);
} */

.footer-mobile-mob .fa-whatsapp {
    color:#6dbc35;
    margin-right: -33px;
}
.footer-mobile-mob.footer-inner.footer-last::after {
    content: "";
    background-color: #d3cece;
    position: absolute;
    left: -34px;
    height: 71px;
    width: 2px;
    opacity: 1;
    transform: rotate(1deg);
    top: 0;
}


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

/*=========*/
.pt-footer-social ul {
    margin: 0;
    padding: 0;
}

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

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

.pt-footer-social ul li a {
    background: rgba(255, 255, 255, 1);
    color: var(--white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
}

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

/*=========*/
.pt-foote-recent-post {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.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: 90px;
    height: 70px;
}

.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 {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    float: left;
    line-height: normal;
    width: 100%;
    display: inline-block;
}

.pt-foote-recent-post .pt-foote-recent-post-info h6 {
    color: var(--dark-color);
    font-size: 18px;
    line-height: 26px;
}

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

/*=========*/
.pt-call-box {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 15px;
    margin: 0 15px;
}

.pt-call-box span {
    text-transform: uppercase;
    font-size: 14px;
}

.pt-call-box h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}

.pt-call-box .pt-call-info {
    flex: 1;
}

.pt-call-box i {
    align-self: center !important;
    float: right;
    background: #e31c25;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

/*=========*/
footer#pt-footer .pt-contact-time li {
    position: relative;
    border: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    display: inline-block;
    width: 100%;
}

footer#pt-footer .pt-contact-time li: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-contact-time li span:last-child {
    float: right;
}

/*================================================
Footer Subscribe
================================================*/
.pt-subscribe {
    margin-top: -30px;
    z-index: 9;
    position: relative;
    width: 100%;
    display: inline-block;
}

.pt-subscribe .row {
    background: var(--primary-color);
    padding: 30px 15px;
}

.pt-subscribe-block i {
    font-size: 56px;
    color: var(--white-color);
    line-height: 1;
}

.pt-subscribe-block .pt-subscribe-img {
    width: 55px;
}

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

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

.pt-subscribe-block .pt-subscribe-details h6 {
    font-size: 26px;
    color: var(--white-color);
    line-height: 34px;
}

.pt-subscribe-from {
    position: relative;
}

.pt-subscribe-from form input {
    background: var(--white-color);
    color: var(--dark-color);
    border-color: var(--white-color);
}

.pt-subscribe-from form input[type="submit"] {
    position: absolute;
    width: auto;
    background: var(--dark-color);
    color: #fff;
    padding: 10px 45px;
    top: 0;
    right: 0;
    line-height: 2;
    text-transform: capitalize;
}

@media(max-width:767px) {
    .pt-subscribe .row {
        padding: 30px 0;
    }


    
}

/*================================================
Sidebar Menu
================================================*/
.pt-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--dark-color);
    z-index: 9999;
    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: 9999;
    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;
    right: 100%;
    background: var(--primary-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 90px;
    font-size: 20px;
}

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

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

.pt-sidebar h5 {
    font-size: 30px;
    margin-bottom: 5px;
}

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

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

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

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

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

/*================================================
Contact Box
================================================*/
.pt-contact-box.pt-contact-box-1 {
    background: var(--grey-color);
}

.pt-contact-box.pt-contact-box-1 .pt-contact-box-info {
    padding: 30px;
}

.pt-contact-box-1 .pt-contact-info {
    margin: 0;
    padding: 0;
}

.pt-contact-box-1 .pt-contact-box-info .pt-contact-box-title {
    margin-bottom: 5px;
}

.pt-contact-box-1 .pt-contact-info li {
    list-style: none;
    margin-bottom: 15px;
}

.pt-contact-box-1 .pt-contact-info li:last-child {
    margin-bottom: 0;
}

.pt-contact-box-1 .pt-contact-info li>span {
    display: flex;
    align-items: flex-start;
}

.pt-contact-box-1 .pt-contact-info li i {
    line-height: 2;
    color: var(--primary-color);
    font-size: 20px;
}

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

.pt-contact-box-1 .pt-contact-info li span a {
    display: inline-block;
    width: 100%;
    color: var(--secondary-color);
}

/*================================================
Progressbar
================================================*/
.pt-progressbar-style-1 .pt-progressbar-content {
    margin-bottom: 30px;
    display: inline-block;
    float: left;
    width: 100%;
}

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

.pt-progressbar-style-1 .progress-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-weight: 500;
}

.pt-progressbar-style-1 .progress-value {
    color: var(--primary-color);
    margin: 0;
    float: right;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-fonts);
}

.pt-progressbar-style-1 .pt-progress-bar {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: 1px solid var(--grey-color);
    float: left;
}

.pt-progressbar-style-1 .pt-progress-bar span {
    height: 5px;
    display: inline-block;
    background: var(--primary-color);
    float: left;
}

.pt-progressbar-style-1 .pt-progressbar-content .progress-value {
    transition: margin 2s ease 0s;
}

.pt-progressbar-style-1 .pt-progressbar-content .pt-progress-bar {
    transition: width 2s ease 0s;
}

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

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

.pt-progressbar-style-2 .progress-title {
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    font-family: var(--title-fonts);
    color: var(--dark-color);
    font-weight: 500;
}

.pt-progressbar-style-2 .progress-value {
    color: var(--primary-color);
    margin: 0;
    float: right;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--title-fonts);
}

.pt-progressbar-style-2 .pt-progress-bar {
    display: inline-block;
    width: 100%;
    padding: 5px;
    border: 1px solid var(--grey-color);
    float: left;
}

.pt-progressbar-style-2 .pt-progress-bar span {
    height: 5px;
    display: inline-block;
    background: var(--dark-color);
    float: left;
}

.pt-progressbar-style-2 .pt-progressbar-content .progress-value {
    transition: margin 2s ease 0s;
}

.pt-progressbar-style-2 .pt-progressbar-content .pt-progress-bar {
    transition: width 2s ease 0s;
}

/*================================================
Fancy Box
================================================*/
.pt-fancybox-box-info {
    background: var(--white-color);
    padding: 20px 10px 15px;
    border-bottom: 8px solid var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px 0px 50px 0px;
}

.pt-fancybox-box-info::before{
   
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    transition: all 0.5s ease-in-out;
    height: 0;
    }

    .box-first::before{
        background: url('../images/home-page/application/industrial-canteen.webp');
    }
    .box-second::before{
        background: url('../images/home-page/application/hospital.webp');
    }
    .box-three::before{
        background: url('../images/home-page/application/hotel-restaurant.webp');
    }
    .box-four::before{
        background: url('../images/home-page/application/resort.webp');
    }
    .box-five::before{
        background: url('../images/home-page/application/bakery-cakeshop.webp');
    }
    .box-six::before{
        background: url('../images/home-page/application/coffee-shop.webp');
    }
    .box-seven::before{
        background: url('../images/home-page/application/fastfood.webp');
    }
    .box-eight::before{
        background: url('../images/home-page/application/bars.webp');
    }
    .box-nine::before{
        background: url('../images/home-page/application/bakery-cakeshop.webp');
    }
    .box-ten::before{
        background: url('../images/home-page/application/food-wagons.webp');
    }


    #pt-header .white {
        display: block;
    }
    
    #pt-header .dark {
        display: none;
    }

    .pt-header-sticky .dark {
        display: block !important;
    }
    
    .pt-header-sticky .white {
        display: none !important;
    }





.pt-fancybox-box-info:hover::before{

    content: "";
   
    height:100%
    }


.pt-fancybox-box-info .pt-fancy-media i {
    height: 105px;
    width: 105px;
    line-height: 105px;
    font-size: 40px;
    text-align: center;
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    margin: 30px 0 15px;
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

/* Fancy Box 1 */
.pt-fancybox-1 {
    background: var(--white-color);
    padding: 45px 30px 37px;
    border-bottom: 8px solid var(--primary-color);
}

.pt-fancybox-1 .pt-fancy-media i {
    margin: 0 0 30px;
    font-size: 72px;
    line-height: 80px;
    color: var(--primary-color);
    display: inline-block;
}

.pt-fancybox-1 .pt-fancybox-info .pt-fancybox-sub-title {
    font-size: 14px;
    line-height: 22px;
}

.pt-fancybox-1 .pt-fancybox-info .pt-fancy-box-title {
    margin-top: 5px 0 10px;
}

.pt-fancybox-1 .pt-fancybox-info .pt-fancybox-description {
    margin-bottom: 0;
}

/* Fancy Box 1 */
.pt-fancybox-2 {
    background: var(--grey-color);
    padding: 60px 30px 60px 30px
}

.pt-fancybox-2 .pt-fancy-media i {
    margin: 0 0 15px;
    font-size: 72px;
    line-height: 80px;
    color: var(--primary-color);
    display: inline-block;
}

.pt-fancybox-2 .pt-fancybox-info .pt-fancybox-sub-title {
    font-size: 14px;
    line-height: 22px;
}

.pt-fancybox-2 .pt-fancybox-info .pt-fancy-box-title {
    margin-top: 5px 0 10px;
}

.pt-fancybox-2 .pt-fancybox-info .pt-fancybox-description {
    margin-bottom: 0;
}

/*================================================
Service
================================================*/
.pt-service-box-2 {
    border-bottom: 8px solid #902b2c;
    background: var(--grey-color);
}

.pt-service-box-2 .pt-service-banner {
    position: relative;
    overflow: hidden;
}

.pt-service-box-2 .pt-service-banner img {
    margin-left: 30px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.pt-service-box-2:hover .pt-service-banner img {
    margin-left: 0;
}

.pt-service-box-2 .pt-service-banner .pt-service-media {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75px;
    height: 75px;
    font-size: 40px;
    text-align: center;
    line-height: 75px;
    background: var(--primary-color);
    color: var(--white-color);
}

.pt-service-box-2 .pt-service-box-info {
    padding: 30px 30px 22px;
}

.pt-service-box-2 .pt-service-box-info .pt-service-title {
    margin-bottom: 5px;
}

/*================================================
Team
================================================*/
.pt-team-box {
    position: relative;
}

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

.pt-team-box .pt-team-social ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: fit-content;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    display: inline-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-team-box:hover .pt-team-social ul {
    bottom: 0px;
}

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

.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;
    position: relative;
    overflow: hidden;
}

.pt-team-box .pt-team-social ul li a i {
    position: relative;
    z-index: 9;
}

.pt-team-box .pt-team-social ul li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--primary-color);
    transition: all 0.5s ease;
}

.pt-team-box .pt-team-social ul li a:hover:after {
    bottom: 0;
    height: 100%;
}

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

.pt-team-box .pt-team-info {
    padding: 15px 15px 0;
    background: var(--white-color);
}

.pt-team-box .pt-team-info h5 {
    font-size: 22px;
    line-height: 26px;
}

.pt-team-box .pt-team-info p {
    margin-bottom: 0;
}

.pt-team-box .pt-team-info .pt-team-designation {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    color: var(--primary-color);
    text-transform: uppercase;
}

/*================================================
Testimonial
================================================*/
/* Testimonial 1 */
.pt-testmonial-style-1 {
    background: var(--white-color);
    padding: 45px 45px 37px;
    border-bottom: 8px solid var(--primary-color);
}

.pt-testmonial-style-1 .pt-testmonial-media {
    display: inline-block;
    float: left;
}

.pt-testmonial-style-1 .pt-testmonial-media img {
    width: 90px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border: 3px solid var(--grey-color);
}

.pt-testmonial-style-1 .pt-testmonial-info {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

.pt-testmonial-style-1 .pt-testmonial-info span {
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--primary-color);
}

.pt-testmonial-style-1 .pt-testmonial-info p {
    margin-bottom: 0;
    color: var(--primary-color);
}

.pt-testmonial-style-1 .pt-testmonial-info .pt-testimonial-star {
    display: none;
}

.pt-testmonial-style-1 .pt-testmonial-media i {
    margin-right: 15px;
    font-size: 50px;
    line-height: 1;
    color: var(--primary-color);
    position: absolute;
    right: 45px;
    top: 45px;
}

.pt-testmonial-style-1 .pt-service-description {
    margin-bottom: 0;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

@media(max-width:767px) {
    .pt-testmonial-style-1 {
        padding: 15px;
    }

    .pt-testmonial-style-1 .pt-testimonial-star {
        display: none;
    }

    .pt-testmonial-style-1 .pt-testimonial-img {
        width: 100%;
    }

    .pt-testmonial-style-1 .pt-testmonial-media i {
        right: 15px;
        top: 15px;
    }
}

/* Testimonial 2 */
.pt-testmonial-style-2 {
    padding: 45px 30px 37px;
    border-bottom: 8px solid var(--primary-color);
    background: var(--white-color);
    display: inline-block;
    width: 100%;
}

.pt-testmonial-style-2 .pt-testmonial-info i.fa-quote-right {
    position: absolute;
    top: 45px;
    right: 30px;
    font-size: 62px;
    line-height: normal;
    color: var(--primary-color);
    opacity: 0.1;
}

.pt-testmonial-style-2 .pt-testmonial-info h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    display: inline-block;
}

.pt-testmonial-style-2 .pt-testimonial-star {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #ffcc41;
    margin-bottom: 5px;
}

.pt-testmonial-style-2 .pt-testmonial-media {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.pt-testmonial-style-2 .pt-testmonial-media img {
    width: 90px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border: 2px solid var(--grey-color);
}

.pt-testmonial-style-2 .pt-testmonial-media .pt-testmonial-content {
    flex: 1;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.pt-testmonial-style-2 .pt-testmonial-media .pt-testmonial-content span {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    float: left;
    color: var(--primary-color);
    text-transform: uppercase;
}

@media(max-width:767px) {
    .pt-testmonial-style-2 {
        padding: 15px;
    }
}

/* Testimonial 2 */
.pt-testmonial-style-4 {
    padding: 45px 30px 37px;
    border: 1px solid var(--grey-color);
    border-bottom: 8px solid var(--primary-color);
    background: var(--white-color);
    display: inline-block;
    width: 100%;
}

.pt-testmonial-style-4 .pt-testmonial-info h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.pt-testmonial-style-4 .pt-testmonial-media {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    position: relative;
}

.pt-testmonial-style-4 .pt-testmonial-media img {
    width: 90px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    border: 2px solid var(--grey-color);
    -webkit-border-radius: 900px;
    -moz-border-radius: 900px;
    border-radius: 900px;
}

.pt-testmonial-style-4 .pt-testmonial-media .pt-testimonial-contain {
    flex: 1;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.pt-testmonial-style-4 .pt-testmonial-media .pt-testimonial-contain span {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    float: left;
    color: var(--primary-color);
    text-transform: uppercase;
}

.pt-testmonial-style-4 .pt-testmonial-media i {
    color: var(--primary-color);
    font-size: 48px;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: var(--grey-color);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
}

@media(max-width:767px) {
    .pt-testmonial-style-4 {
        padding: 15px;
    }
}

/* Testimonial 3 */
.pt-testmonial-style-5 {
    display: flex;
}

.pt-testmonial-style-5 .pt-testmonial-media {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.pt-testmonial-style-5 .pt-testmonial-media img {
    width: 90px;
    height: 90px;
    display: inline-block;
    float: left;
    margin-right: 30px;
    border: 2px solid var(--primary-color);
}

.pt-testmonial-style-5 .pt-testmonial-info {
    flex: 1;
}

.pt-testmonial-style-5 .pt-testmonial-info i.fa-quote-right {
    color: var(--primary-color);
    font-size: 48px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    margin: 0 0 30px;
}

.pt-testmonial-style-5 .pt-testmonial-info .pt-service-description {
    margin-bottom: 15px;
}

.pt-testmonial-style-5 .pt-testmonial-info h3 {
    font-size: 32px;
    line-height: 40px;
}

.pt-testmonial-style-5 .pt-testmonial-info span {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    float: left;
    color: var(--primary-color);
    text-transform: uppercase;
}

/*================================================
contact-form
================================================*/
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    /* Dark Gray 800 */
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

.wpcf7 .ajax-loader::before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 input[type="file"] {
    cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: inherit;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*================================================
Rev-slider
================================================*/
#rev_slider_3_1_wrapper .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2)
}

#rev_slider_3_1_wrapper .zeus.tparrows:before {
    font-family: 'revicons';
    font-size: 20px;
    color: #ffffff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_3_1_wrapper .zeus.tparrows.tp-leftarrow:before {
    content: '\e824'
}

#rev_slider_3_1_wrapper .zeus.tparrows.tp-rightarrow:before {
    content: '\e825'
}

#rev_slider_3_1_wrapper .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}

#rev_slider_3_1_wrapper .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

#rev_slider_3_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#rev_slider_3_1_wrapper .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#rev_slider_3_1_wrapper .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

#rev_slider_3_1_wrapper .hermes.tp-bullets {}

#rev_slider_3_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #ffffff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

#rev_slider_3_1_wrapper .hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_3_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ffffff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

#rev_slider_3_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}

#rev_slider_6_1_wrapper .hermes.tp-bullets {}

#rev_slider_6_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #ffffff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

#rev_slider_6_1_wrapper .hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_6_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ffffff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

#rev_slider_6_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}

#rev_slider_7_1_wrapper .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0)
}

#rev_slider_7_1_wrapper .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_7_1_wrapper .uranus.tparrows:hover:before {
    opacity: 0.75
}

#rev_slider_7_1_wrapper .hermes.tp-bullets {}

#rev_slider_7_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #ffffff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

#rev_slider_7_1_wrapper .hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_7_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ffffff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

#rev_slider_7_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}

#rev_slider_10_1_wrapper .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0)
}

#rev_slider_10_1_wrapper .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_10_1_wrapper .uranus.tparrows:hover:before {
    opacity: 0.75
}

#rev_slider_10_1_wrapper .hermes.tp-bullets {}

#rev_slider_10_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #ffffff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

#rev_slider_10_1_wrapper .hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_10_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ffffff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

#rev_slider_10_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}

rs-fullwidth-wrap {
    display: inline-block;
}

#rev_slider_11_1_wrapper .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0)
}

#rev_slider_11_1_wrapper .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s
}

#rev_slider_11_1_wrapper .uranus.tparrows:hover:before {
    opacity: 0.75
}

#rev_slider_11_1_wrapper .hermes.tp-bullets {}

#rev_slider_11_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #ffffff;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: absolute
}

#rev_slider_11_1_wrapper .hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, 0.21)
}

#rev_slider_11_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 1px #ffffff;
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease
}

#rev_slider_11_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}

/***** Icon List *****/
.icon-section-boxed {
    margin-top: -212px;
}

.icon-list-items .icon-list-item {
    padding-bottom: calc(5px/2);
}

.icon-list-items .icon-list-item:last-child {
    margin-bottom: 0px;
}

.icon-list-items .icon-list-item .icon-list-icon i {
    color: #902b2c;
    padding-right: 10px;
}

.pt-list .pt-icon-list a {
    font-family: "Poppins", Sans-serif;
    color: var(--dark-color);
    font-weight: 400;
}

.pt-list .pt-icon-list a:hover {
    color: var(--primary-color);
}

.pt-list .pt-icon-list .pt-icon-list-text {
    align-self: center;
    padding-left: 5px;
}

.pt-list .pt-icon-list .pt-icon-list-1 {
    padding-bottom: calc(20px/2);
}

.pt-list-1 {
    position: absolute;
    top: 0%;
    right: 25%;
}

.pt-list-1 .pt-icon-list a {
    font-family: "Poppins", Sans-serif;
    color: var(--dark-color);
    font-weight: 400;
}

.pt-list-1 .pt-icon-list a:hover {
    color: var(--primary-color);
}

.pt-list-1 .pt-icon-list .pt-icon-list-text {
    align-self: center;
    padding-left: 5px;
}

.pt-list-1 .pt-icon-list .pt-icon-list-1 {
    padding-bottom: calc(20px/2);
}

/***** icon-box *****/
.pt-icon-box-style-01 {
    display: flex;
}

.pt-icon-box-style-01 .pt-icon-box-title {
    font-size: 30px;
    line-height: 38px;
}

.pt-icon-box-style-01 .pt-icon-box-icon i {
    font-size: 70px;
    line-height: 78px;
    color: var(--primary-color);
}

.pt-icon-box-style-01 .pt-icon-box-content {
    margin-left: 15px;
}

.pt-icon-box-style-02 {
    display: flex;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF1F;
    border-radius: 0px 0px 0px 0px;
}

.pt-icon-box-style-02 .pt-icon-box-icon i {
    font-size: 70px;
    line-height: 78px;
    color: var(--primary-color);
    margin-right: 30px;
}

.pt-icon-box-style-02 .pt-icon-box-title {
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-color);
    font-weight: 600;
}

.pt-icon-box-style-03 {
    display: flex;
}

.pt-icon-box-style-03 .pt-icon-box-title {
    font-size: 30px;
    line-height: 38px;
}

.pt-icon-box-style-03 .pt-icon-box-icon i {
    font-size: 70px;
    line-height: 78px;
    color: var(--primary-color);
}

.pt-icon-box-style-03 .pt-icon-box-content {
    margin-left: 15px;
}

.pt-icon-box-style-04 {
    padding: 30px 30px 30px 30px;
    background-color: var(--white-color);
}

.pt-icon-box-style-04 .pt-icon i {
    font-size: 72px;
    line-height: 80px;
    color: var(--primary-color);
}

.pt-icon-box-style-04 .pt-icon-box-info .pt-icon-box-title {
    font-family: "Teko", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark-color);
    margin-top: 15px;
}

.pt-icon-box-style-05 {
    display: flex;
    margin: 0px 0px 30px 0px;
}

.pt-icon-box-style-05 .pt-icon-box-icon i {
    font-size: 70px;
    line-height: 78px;
    color: var(--primary-color);
    margin-right: 30px;
}

.pt-icon-box-style-05 .pt-icon-box-title {
    font-size: 28px;
    line-height: 36px;
    color: var(--white-color);
}

.pt-icon-box-style-06 {
    display: flex;
    margin: 0px 0px 30px 0px;
}

.pt-icon-box-style-06 .pt-icon-box-icon i {
    font-size: 70px;
    line-height: 78px;
    color: var(--primary-color);
    margin-right: 30px;
}

.pt-icon-box-style-06 .pt-icon-box-title {
    font-size: 16px;
    line-height: 22px;
    color: var(--dark-color);
    font-weight: 600;
}

.pt-icon-box-style-07 {
    display: flex;
    margin: 0px 0px 0px 0px;
}

.pt-icon-box-style-07 .pt-icon-box-icon i {
    font-size: 70px;
    line-height: 78px;
    color: var(--primary-color);
    margin-right: 30px;
}

.pt-icon-box-style-07 .pt-icon-box-title {
    font-size: 28px;
    line-height: 36px;
    color: var(--white-color);
}

.icon-box-8 {
    padding: 45px 30px 45px 30px;
    background-color: var(--grey-color);
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
}

.icon-box-8 .icon-box-icon {
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.icon-box-8 .icon-box-content .icon-box-title {
    margin-bottom: 10px;
}

.icon-box-8 .icon-box-content .icon-box-description {
    margin-bottom: 0;
}

/*================================================
icon-list
================================================*/
.pt-icon-list-items {
    padding-left: 0px;
}

.pt-icon-list-items .pt-icon-list-item {
    margin-bottom: 5px;
    list-style-type: none;
}

.pt-icon-list-items .pt-icon-list-item .pt-icon-list-icon i {
    color: var(--primary-color);
}

/*==== image-box-content ======*/
.pt-image-box {
    margin-top: 11px;
    align-items: center;
    display: flex;
    position: absolute;
    left: -30%;
    top: -15px;
}

.pt-image-box .pt-image-box-img img {
    margin: 0;
    display: inline-block;
}

.pt-image-box .pt-image-box-content {
    width: 100%;
    margin-left: 15px;
}

.pt-image-box .pt-image-box-content .pt-image-box-title {
    color: var(--dark-color);
    font-family: "Teko", Sans-serif;
    text-transform: capitalize;
}

.pt-image-box .pt-image-box-content .pt-image-box-description {
    margin: 0;
    color: var(--primary-color);
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
}

.pt-image-box1 {
    align-items: center;
    display: flex;
    position: relative;
}

.pt-image-box1 .pt-image-box-img img {
    width: 90%;
    margin: 0;
    display: inline-block;
}

.pt-image-box1 .pt-image-box-content {
    width: 100%;
    margin-left: 15px;
}

.pt-image-box1 .pt-image-box-content .pt-image-box-title {
    color: var(--dark-color);
    font-family: "Teko", Sans-serif;
    font-weight: 600;
    text-transform: capitalize;
}

.pt-image-box1 .pt-image-box-content .pt-image-box-description {
    margin: 0;
    color: var(--primary-color);
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
}

/*================================================
images
================================================*/
.pt-bg-img {
    position: absolute;
    bottom: -19%;
    left: 0%;
    opacity: 0.1;
    height: 74%;
    width: 74%;
    object-fit: cover;
    z-index: -1;
}

.pt-bg-img-1 {
    position: absolute;
    bottom: -19%;
    left: 0%;
    opacity: 0.05;
    height: 130%;
    width: 45%;
    object-fit: cover;
}

.about-images {
    position: relative;
    /* height:100%; */
    width: 100%;
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
}

.pt-img-0 {
    position: absolute;
    height: 703px;
    top: -7%;
    left: -87%;
    width: 1250px;
    max-width: 1250px;
    object-fit: cover;
    z-index: -1;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: var(--primary-color)
}

.pt-img-1 {
    position: absolute;
    bottom: 0%;
    right: -2%;
    height: 93%;
    width: 32%;
    opacity: 0.08;
}

.pt-img-2 {
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: var(--primary-color);
    margin-top: -90px;
}

.pt-img-3 {
    width: 620px;
    height: 610px;
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
}

.pt-img-4 {
    width: 130%;
    height: 454px;
    max-width: 130%;
    position: relative;
}

.pt-img-5 {
    width: 620px;
    height: 425px;
    object-fit: cover;
}

.pt-img-6 {
    height: 100%;
    width: 1100px;
    max-width: 1100px;
    object-fit: cover;
}

.pt-img-7 {
    position: relative;
    border-radius: 100%;
    height: 70px;
    width: 100px;
}

.pt-img-8 {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
}

.pt-img-9 {
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
    margin-top: -90px;
}

.pt-img-10 {
    position: relative;
    height: 56px;
    width: 56px;
    object-fit: cover;
}

.pt-img-11 {

    width: 650px;
    height: 615px;
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
}

.pt-img-12 {
    width: 400px;
    height: 368px;
    object-fit: cover;
}

.pt-img-13 {
    position: relative;
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c
}

.pt-img-14 {
    position: relative;
    object-fit: cover;
    z-index: 1;
}

.pt-img-15 {
    position: relative;
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c
}

.pt-img-16 {
    position: absolute;
    bottom: -40%;
    /*-19%*/
    left: 0%;
    opacity: 0.1;
    height: 50%;
    width: 100%;
    /*57%*/
    object-fit: cover;
}

.pt-img-17 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pt-img-18 {
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
    position: relative;
}

.pt-img-19 {
    position: absolute;
    bottom: 0%;
    right: -2%;
    height: 43%;
    width: 32%;
    opacity: 0.08;
}

.pt-img-20 {
    object-fit: cover;
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    border-color: #902b2c;
    position: relative;
}

.pt-img-21 {
    position: relative;
    width: 100%;
    height: 413px;
    object-fit: cover;
}

.pt-img-22 {
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 305px;
}




.pt-line2 {
    border-style: solid;
    border-width: 8px 0px 0px 0px;
    border-color: #192436;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.pt-heading {
    color: var(--dark-color);
    font-family: "Teko", Sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

/*================================================
pt-bg-overley
================================================*/
.pt-bg-overley {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pt-bg-overley1 {
    background-attachment: scroll;
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: 30% auto;
    opacity: 0.05;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pt-background-img {
    margin-bottom: 0px;
    padding: 60px 0px 0px 0px;
}

/*==============================================
opacity
================================================*/
.pt-opacity-1 {
    opacity: 0.1;
}


/*================================================
choice-us
================================================*/
.choice-us {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 90px 15px 90px 45px;
    background-color: var(--dark-color);
}

.choice-us:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--dark-color);
}

.Working-with-excelent1 {
    margin: 0px 0px 0px 0px;
    padding: 90px 15px 0px 15px;
}

.choice-us1 {
    margin: 90px 0px 90px 0px;
    padding: 0px 45px 0px 15px;
}


.industrial-market {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 90px 30px 90px 30px;
}

/*================================================
map
================================================*/
.map2 iframe {
    border: none;
    width: 100%;
    height: 500px;
    float: left;
    object-fit: cover;
    border-bottom: 8px solid var(--primary-color);
}

.pt-counter-top {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -90px;
    margin-bottom: 130px;
    padding: 45px 30px 45px 30px;
}

.pt-space {
    margin: 0px 0px 0px 0px;
    padding: 0px 45px 0px 15px;
}

.map1 iframe {
    position: absolute;
    border: none;
    width: 100%;
    height: 700px;
    float: left;
}

/*================================================
industrial-market1
================================================*/
.industrial-market1 {
    margin: 0px;
    padding: 90px 45px 90px 15px;
}


.pt-form {
    margin: 0px 0px 0px 0px;
    padding: 30px 30px 30px 30px;
    background-color: var(--white-color);
}

/*================================================
what-we-do
================================================*/
.what-we-do {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -120px;
    margin-bottom: 60px;
    padding: 130px 0px 130px 0px;
}

.what-we-do1 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -90px;
    margin-bottom: 0px;
    padding: 130px 30px 130px 30px;
}

.what-we-do1:after {
    content: "";
    position: absolute;
    right: 69%;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: var(--primary-color);
}

.what-we-do2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 90px 0px 0px 0px;
}


.pt-section {
    margin-top: 130px;
}


iframe.pt-video-iframe {
    width: 100%;
    height: 436px;
}

.fancy-box-slider .owl-nav {
    display: none;
}

.product-content-box {
    background: rgb(255 255 255 / 59%);
    position: absolute;
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-content-box li {
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-content-box li a {
    width: 100px !important;
}

.product-content-box li a:hover {
    color: #FFF !important;
}

.pt-team-box .pt-team-social .product-content-box li a:after {
    z-index: -1;
}

rs-sbg {
    width: 100% !important;
    height: 100vh !important;
}

.carousel-control-next {
    right: 0px
}

.carousel-control-prev {
    left: 60px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px !important;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
    height: 70px !important;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.mobile {
    display: none;
}

@media only screen and (min-width: 1365px) and (max-width: 1450px) {

    .box-wrapper {
        padding: 0 15px;
    }
    .er-chooseus-shap-1 {
        width: 100%;
        max-width: 41.666667%;
        height: 100%;
    }
    
    .box-wrapper {
        padding: 0 15px !important;
    }
    .desktop {
        display: none;
    }

    .mobile {
        display: none;
    }

    .desktop-small {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }

    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand {
        padding: 0px;
    }

    header#pt-header .pt-bottom-header .navbar .navbar-brand img {
        height: 70px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .desktop-small {

        display: none;
    }

    .about-images {
        width: 100% !important;
        height: auto !important;
    }
}

.pt-header-sticky .navbar-brand .light-logo {
    display: none;
}

.dark-logo {
    display: none;
}

.pt-header-sticky .navbar-brand .dark-logo {
    display: block;
}

/* .carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);  
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
} */
.segments-icon {
    height: 105px;
    width: 105px;
    line-height: 105px;
    font-size: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: var(--white-color);
    margin: 30px 0 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.pt-fancybox-box-info:hover .segments-icon::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: dashed 2px var(--white-color);
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.segments-icon img {
    width: auto !important;
    height: auto;
}

.pt-icon-img {
    width: 70px;
    height: auto;
    display: block;
    margin-right: 15px;
}

.pt-icon-img img {
    width: auto !important;
    height: auto;
}

.video {
    padding: 80px 0px;
}

.pt-icon-img-about {
    width: 70px;
    height: 70px;
    display: block;
    margin-right: 15px;
    background: #902b2c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pt-icon-img-about img {
    width: 50px !important;
    height: auto;
}

.product_title {
    width: 100%;
    height: auto;
    background: rgb(144, 43, 44);
    background: linear-gradient(120deg, rgba(25, 36, 54, 1) 0%, rgba(144, 43, 44, 1) 100%);
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.product_title h2 {
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    padding: 10px 15px 10px 15px;
    margin: 0px;
    line-height: 1;
}

.categories_list {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.categories_list ul {
    display: block;
}

.categories_list ul li {
    background: #e7e7e7;
    margin-bottom: 5px;
    padding: 2px 15px 0px 15px;
    box-shadow: inset 0 0 0 0 rgba(144, 43, 44, 1);
    -webkit-transition: ease-out 0.9s;
    -moz-transition: ease-out 0.9s;
    transition: ease-out 0.9s;
}

.categories_list ul li:nth-child(odd) {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.categories_list ul li:nth-child(even) {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}

.categories_list ul li:hover,
.categories_list ul li.active {
    box-shadow: inset 1000px 0 0 0 rgba(144, 43, 44, 1);
}

.categories_list ul li a {
    color: #192436;
    display: block;
    font-weight: bold;
    font-size: 13px;
}

.categories_list ul li:hover a,
.categories_list ul li.active a {
    color: #FFF;
}

.product-box {
    border: solid 1px #CCC;
    margin-bottom: 30px;
    cursor: pointer;
}

.product-box .product-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-box .product-image img {
    width: 100%;
    height: auto;
    transition: transform .5s;
}

.product-box:hover .product-image img {
    transform: scale(1.1)
}

.product-box-inner_title {
    width: 100%;
    height: auto;
    background: #902b2c;
    box-shadow: inset 0 0 0 0 #192436;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

.product-box-inner_title h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px;
    color: #FFF;
    line-height: 20px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box:hover .product-box-inner_title {
    background: #192436;
    box-shadow: inset 0 0 0 50px #192436;
}

.product-box:hover .product-box-inner_title h2 a {
    color: #FFF;
}

.product-modal-item {
    width: 100%;
    height: auto;
}

.product-modal-item-icon {
    height: 60px;
    width: 60px;
    line-height: 105px;
    font-size: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: var(--white-color);
    margin: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.product-details-item {
    border: solid 1px #dadada;
}

.product-modal-item-icon img {
    width: 50px !important;
    height: auto;
}

.product-modal-item-title {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-modal-item-main-title {
    width: 100%;
    height: auto;
}

.product-modal-item-main-title h2 {
    font-size: 24px;
}

.close {
    float: right;
    float: right;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 2.3;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: var(--primary-color) !important;
}

.product-separate-img {
    width: 100%;
    height: auto;
}

.product-separate-img h3 {
    margin-bottom: 30px;
}

.product-separate-img img {
    width: 100%;
    height: auto;
    max-height: 500px;
}

.product-separate-content {
    width: 100%;
    height: auto;
}

.product-separate-box {
    width: 100%;
    height: auto;
    border: solid 1px #dadada;
}

.product-separate-box img {
    width: 100%;
    height: auto;
}

.sticky-element {
    position: sticky;
    top: 100px;
}

.whay-choice-us {
    overflow-x: hidden;
}

.kitchen-layout-and-designing {
    background: rgba(0, 0, 0, 100%);
}

.kitchen-layout-and-designing .pt-bg-overley {
    opacity: 0.3;
}

.kitchen-layout-and-designing-items {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.kitchen-layout-and-designing-inner {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, .2);
    position: relative;
    overflow: hidden;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    z-index: 1;
    text-align: center;
}

.kitchen-layout-and-designing-inner:hover {
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    border-color: var(--primary-color);
}

.kitchen-layout-and-designing-inner img {}

.kitchen-layout-and-designing-inner h2 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin-top: 20px;
}

.modal-title {
    font-size: 24px;
}

.modal-header {
    justify-content: center;
    align-items: center;
    padding: 0.8rem 1rem;
}

.modal-header .close {
    padding: 0rem 1rem;
}

.product-modal-item-title h4 {
    font-size: 20px;
}

.whychooseus img {
    width: 100%;
    height: auto;
}

.gallery_sec {
    width: 100%;
    padding: 80px 0;
}

.heading {
    width: 100%;
    text-align: center;
}

.heading h2 {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 25px;
}

.gallery_sec img {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
    position: relative;
    width: 100%;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}

.fancy-box-slider .pt-fancy-title {
    font-size: 16px;
    position:relative;
}
.pt-fancybox-box-info:hover .pt-fancy-title{
    color:#fff;
}




.rs-about-four .rs-about-thumb-wrapper {
    position: relative;
    display: flex;
}

.rs-about-four {
    overflow-x: clip;
}
.rs-about-thumb > img {
    margin-bottom: 27px;
}
.rs-about-four .rs-about-thumb img {
    width: 100%;
}

.rs-about-four .rs-about-video-btn {
    margin-inline-start: 30px;
}

.rs-rotate-btn {
    width: 150px;
    height: 150px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;

}

.rs-rotate-btn .rs-text-circle-wrapper {
    width: 150px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
}

.rs-about-four .rs-about-video-btn .rs-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}



.rs-about-four .rs-about-thumb.has-large-thumb {
    margin-inline-start: -90px;
    margin-top: 20px;

}

.rs-about-four .rs-about-counter {
    text-align: center;
}

.rs-about-four .rs-counter-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    font-weight: 500;
    color: var(--primary-color);
    line-height: 58px;
}

.rs-about-four .rs-counter-title {
    font-weight:800;
    color: #616161;
    font-size: 18px;
    color: var(--primary-color);
}

#circle {
    position: relative;
    border-radius: 100%;
    animation: rotate-animation 8s infinite linear;
}

@keyframes rotate-animation {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(-360deg);
    }
}

#circle span {
    position: absolute;
    transform-origin: top left;
    font-size: 18px;
    font-weight: 600;
    font-family: 'DM Sans';
}





.rs-rotate-btn:hover .rs-text-circle {
    animation-play-state: paused;
}

.rs-about-four .rs-about-wrapper {
    margin-inline-start: 30px;
}

.rs-about-four .rs-about-tab .nav-link.active {
    color: var(--primary-color);
}

.rs-about-four .rs-about-tab .nav-link {
    background: #f7f7f7 !important;
    color: #616161 !important;
    font-weight: 500;
    padding: 10px 50px 10px 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.rs-about-four .rs-about-tab .nav-link::after {
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    position: absolute;
    content: "";
    inset-inline-start: -1px;
    top: 0;
    background-color: var(--primary-color);
    border-radius: 2px 2px 0 0;
}

.rs-about-four .rs-about-tab .nav-link.active::after {
    transform: scaleX(1);
}

.rs-about-four .rs-about-tab .nav-item:not(:last-child) .nav-link::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    inset-inline-end: 0;
    top: 50%;
    background: #DDDDE0;
    display: block;
    transform: translate(-50%, -50%);
}





/* .rs-play-btn:hover:after {
    background-color: darken(#fa183d, 10%);
  } */

.rs-about-four .rs-about-video-btn .rs-play-btn i {
    z-index: 11;
}


@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}




.rs-about-feature-list ul li {
    font-size: 15px;
    color: #000;
    padding-left: 27px;
    position: relative;
    line-height: 27px;
}

.rs-about-feature-list ul li i {
    color: #902b2c;
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rs-about-content-wrapper h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
}


.rs-about-feature-list h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
}

.rs-about-tab {
    margin-top: 30px;
}

.rs-about-tab-content {
    padding: 15px 0 0;
}

.rs-about-four .rs-counter-number-wrapper h5 {
    font-size: 42px;
    font-weight:800;
    color: #902b2c;
}

.rs-about-content-wrapper p {
    margin-bottom: 15px;
}
#banner {
    position: relative;
}

#banner .owl-prev, #banner button.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left:43px;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: #8f2b2d;
    z-index: 1111;
    font-size: 42px;
    line-height: 50px;
    border-radius: 50%;
}
#banner button.owl-next {
    left: inherit;
    right: 0;
}

.single_service {
    background: #fff;
    padding:50px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 50px 10px rgba(95, 45, 237, .15);
    z-index: 2;
    text-align: center;
}

.single_service img {
    margin-bottom: 30px;
    width: 59px;
    height: auto;
    line-height: 70px;
    filter: blur(0) invert(1);
}
.single_service h3 {
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 25px;
}

.single_service:hover {
    background:#f1f1f1;
    -webkit-box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
}

.pt-section-description.text-white {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
}

.section-title01 span {
    padding: 9px 15px 7px 36px;
    border: 1px solid #902b2c;
    border-radius: 8px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    color:#902b2c;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 1;
}
.section-title01 span:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background-color:#81191a;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: flickerAnimation 0.75s infinite;
    animation: flickerAnimation 0.75s infinite;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.display-4 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
}


@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.quform-input {
    position: relative;
}
.bg-light {
    background-color:#8f2a29 !important;
}

.contact-style01 .contact-icon {
    width:70px;
    height:70px;
    background-color:#fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color:#000;
    font-size:33px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.pb-lg-2-9, .py-lg-2-9 {
    padding-bottom: 0.9rem;
}

.contact-style01 h3 {
    color: #fff;
}
.contact-style01 a {
    color: #fff;
}
.contact-style01 p {
    color: #fff;
}

.content h3 {
    color: #fff;
    font-size: 20px;
    margin: 8px 0px;
}

.rs-list-item.has-theme-red ul {
    column-count: 2;
    margin-top: 20px;
}

.rs-list-item.has-theme-red ul li {
    color: #fff;
    position: relative;
    padding-left: 25px;
}

.rs-list-item.has-theme-red i {
    position: absolute;
    left: 0;
    top: 5px;
}
.rs-about-four .rs-about-wrapper ul li {
    color: #000;
}


@media(max-width:576px) {
    .rs-about-four .rs-about-video-btn {
       display: none;
    }

    #banner .owl-prev, #banner button.owl-next {
      
        width: 50px;
        height: 50px;
    }
    .rs-list-item.has-theme-red ul {
        column-count:1;
    }


    .rs-about-four .rs-about-thumb-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .rs-about-four .rs-about-thumb.has-large-thumb {
        margin-inline-start: 0;
        margin-top: 20px;
    }
    .rs-about-content-wrapper h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .navbar {
        padding: 0 0;
    }

    .contact-style01 h3 {
        font-size: 20px;
    }
    .contact-style01 p {
        line-height: 30px;
    }
    .contact-style01 .contact-icon {
        width: 55px;
        height: 55px;
        font-size: 24px;
    }

    .contact-inner {
        padding: 30px 0px;
    }










    section {
        padding: 40px 0px !important;
    }
    .rs-about-four .rs-about-wrapper {
        margin-inline-start: 0;
    }
    .rs-about-content-wrapper p {
        margin-bottom: 15px;
        text-align: justify;
        line-height: 30px;
    }

    .rs-about-four .rs-about-tab .nav-link {
        padding: 12px 38px;
    }
    .pt-background-img {
     
        padding: 40px 0px 0px 0px;
    }

    .what-we-do2 {
        padding: 0px 0px 0px 0px;
    }
    .what-we-do {
     margin-top: 0;

    }
    .what-we-do2 {
        padding:0px 0px 0px 0px !important;
    }

    


    
}


.pt-fancybox-box-info:hover .segments-icon {
    position: relative;
    top: -100px;
    transition: all .2s ease;
    -webkit-transition: all .4s ease;
}

.pt-fancybox-box-info:hover h3.pt-fancy-title {
    position: relative;
    bottom: -41px;
    background: #97292e;
    padding: 0px 13px;
    width: 100%;
    text-align: center;
    margin: 0px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
}

.item-grid {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-gap: 23px;
}

.footer-socail i {
    font-size: 30px;
}

.footer-socail ul li {
    margin: 0px 5px;
}

.footer-socail ul li i {
    font-size: 20px !important;
    border: 1px solid #97292e;
    padding: 2px 35px 2px 15px;
    border-radius: 5px;
}

.cstm-points {
    font-weight: 700;
}

@media(max-width:767px) {
    .er-chooseus-area .chooseus-img {
        margin-top: 25px;
    }
}

#pt-main-menu > li.menu-item:hover > a:first-child {
    color: #8f2b2d !important;
    background-color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
}

.rs-why-choose-2 {
    background-color: #fff;
    position: relative;
}
.customsec {
    background: #ddd;
    padding: 25px 20px 25px 20px;
}
.rs-why-choose-2 .rs-section-title {
    text-align: center;
}
.rs-cta__item-box {
    position: relative;
    z-index: 20;
    display: flex;
    width: 100%;
    text-align: center;
    background: #f2f2f2;
    border-radius: 10px;
    padding: 24px 20px 24px 20px;
    position: relative;
    z-index: 10;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.rs-cta__box .icon {
    width: 60px;
    display: inline-block;
    transition: all 
    linear 0.5s;
}
.rs-cta__box .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 9px;
    word-wrap: break-word;
}
.rs-cta__box .icon img {
    filter: brightness(1) invert(1);
}
.filter{

    filter:inherit !important;

}




.rs-contact-3 {
    position: relative;
    z-index: 10;
}
.section-title-2 span {
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #010047;
    font-family: 'Poppins', sans-serif;
}
.section-title-2 .title {
    color: #010047;
    font-size: 35px;
    line-height: 52px;
    margin-top: 10px;
    margin-bottom:30px;
    font-weight: 700;
}
.rs-contact-3 .rs-form-box .input-box input,.rs-contact-3 .rs-form-box .input-box textarea  {
    width: 100%;
    background: #F2F2F4;
    height: 60px;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #F2F2F4;
}
.rs-contact-3__content {
    position: relative;
    z-index: 10;
    padding-left: 130px;
}
.rs-contact-3__content .rs-contact-info {
    position: relative;
    z-index: 10;
    padding-left: 60px;
    margin: 38px 0;
}
.rs-contact-3__content .rs-contact-info span {
    color: #212C4A;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    display: inline-block;
}
.rs-contact-3__content .rs-contact-info .title {
    font-size: 16px;
    color: #010047;
    line-height: 1.5;
}
.rs-contact-3__content .rs-contact-text {
    position: absolute;
    left: -103px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.rs-contact-3__content .rs-contact-text span {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0C122B61 0%, #FFFFFF21 72%);
    font-size: 60px;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Poppins', sans-serif;
}
.rs-contact-3__content .rs-contact-info img {
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(17%) saturate(4992%) hue-rotate(325deg) brightness(99%) contrast(97%);
    width: 40px;
}

.rs-contact-3 .rs-shape {
    position: absolute;
    right: 100px;
    top: 120px;
    width: 150px;
    -webkit-animation: translateor3 4s 
linear infinite;
    animation: translateor3 4s 
linear infinite;
    z-index: -1;
}

@keyframes translateor3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

.rs-form-box .col-lg-6, .rs-form-box .col-lg-12{

    padding: 0;
}

.pt-copyright-footer.footer-lp {
    background-color: #902b2c;
    padding: 10px 0px;
    color: #fff;
}
.pt-copyright a {
    color: #f1f4f7;
}
.why-choose-2__content h2 {
    margin-bottom: 36px;
}



@media only screen and (max-width:992px) {
  section.rs-why-choose-2 {
    padding: 0 !important;
}
.customsec {
    margin-bottom: 50px;
}
.rs-shape {
    display: none;
}
.rs-contact-3 {
    text-align: center;
}
.rs-form-box .col-lg-6, .rs-form-box .col-lg-12 {
    padding: 0 15px;
}

.rs-cta__item-box {
   
    padding: 11px 15px;
    position: relative;
   
}
.rs-cta__box .title {
    font-size: 14px;
    line-height: 1.5;
}


}


@media only screen and (max-width:768px) {


.pt-copyright-footer.footer-lp {
    padding-bottom: 70px;
}


}




@media only screen and (max-width:576px) {


.why-choose-2__content h2 {
    margin-bottom:20px;
    font-size: 20px;
}

.section-title-2 .title {
    font-size: 20px;
    line-height: 1.5px;
    font-weight: 700;
}
.rs-why-choose-2__thumb h3{font-size: 16px;line-height: 20px;}

.lp-headeing-text h5 {
    font-size: 20px !important;
}
.rs-contact-3__content .rs-contact-text{

    display: none;
}
.rs-contact-3__content {
    padding-left: 0px;
}
.rs-contact-3__content .rs-contact-info {
    position: relative;
    z-index: 10;
    padding-left: 42px;
    margin: 0px 0;
}

}

.manufact-content h2, .manufact-content h3 {
    font-weight: 600;
    padding-bottom: 15px;
}


.manufact-content ul li {
    /* display: flex; */
    /* align-items: flex-start; */
    gap: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    position: relative;
    padding-left: 35px;
}

.manufact-content ul li .icon {
    background: #8f1f02;
    width: 25px;
    border-radius: 50%;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 5px;
}




.manufact-content ul li i {
    color: #fbfbfb;
    font-size: 17px;
}

.manufact-content h2 {
    max-width: 450px;
}

.manufact-content p {
    font-size: 16px;
    max-width: 500px;
    margin-bottom: 15px;
}

.manufact-content b {
    font-weight: 600;
    color: #000;
}
.manufature .row {
    margin-bottom:10px;
}

.header-star {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}
.header-star .gdiv span {
    width: 40px;
    height: 40px;
    background-color: #2981ff;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.rating-group {
    padding: 0;
    line-height: 1.5;
}

.rating-group i {
    color: #f6bb06;
}

.rating span {
    font-size: 15px;
    color: #676f7e;
}

.content-testimonial p {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
    color: #7c7c7c;
    margin-bottom: 10px;
}

.content-testimonial span {
    color: #3c3c3c;
    font-weight: 600;
}
.testimonial .item {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 21px 20px;
}
.testimonial .item {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 53px 20px;
    border: 1px solid #80808021;
}

.testimonial .owl-nav svg {
    font-size: 10px;
    width: 50px;
    height: 20px;
    fill: #ffffff;
}

.testimonial .owl-nav .owl-next, .testimonial .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    background-color: #8f1f02 !important;
    position: absolute;
    display: inline-block;
    right: 50%;
    transform: translateX(-50%);
    margin-left: 5px;
    bottom: -31px;
}

.testimonial .owl-nav .owl-prev {
    left: 50%;
    right: inherit;
}