/*
Template:Gymster-Fitness and Gym HTML5 Template
Author: peacefulqode.com
Version: 1.0
Design and Developed by: Peaceful Qode
*/

/*================================================
[  Table of contents  ]
================================================
==> Fonts
==> import Css
==> Moz Selection
==> General
==> HTML Tags
==> Lists
==> Table
==> Input Textarea
==> Select
==> Container
==> Input color
==> Input bg-color
==> Loading
==> Back to Top
==> Button Core
==> Flaticon
==> Header
==> Section Title
==> OWL Carousel
==> Client Plan
==> Footer Subscribe
==> Custom css

======================================
[ End table content ]

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

/*---------------------------------------------------------------------
import Css
-----------------------------------------------------------------------*/

@import url("all.min.css");
@import url("flaticon/flaticon.css");
@import url("ionicons.min.css");
@import url("owl-carousel/owl.carousel.min.css");
@import url("magnific-popup.min.css");
@import url("animate.min.css");

/*================================================
Moz Selection
================================================*/
:root { --primary-color: #E31C25; --dark-color: #111111; --secondary-color: #777777; --grey-color: #eeeeee; --white-color: #ffffff; --body-fonts: 'Poppins', sans-serif; --title-fonts: 'Montserrat', sans-serif; }
::-moz-selection { text-shadow: none; background: var(--primary-color); color: #fff; }
::-moz-selection { text-shadow: none; background: var(--primary-color); color: #fff; }
::selection { text-shadow: none; background: var(--primary-color); color: #fff; }

/*================================================
General
================================================*/
body { background: var(--white-color); font-family: var(--body-fonts); font-size: 1rem; font-style: normal; font-weight: normal; line-height: 2; color: var(--secondary-color); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--title-fonts); color: var(--dark-color); font-style: normal; text-transform: uppercase; font-weight: 800; margin: 0; -ms-word-wrap: break-word; word-wrap: break-word; letter-spacing: 1px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 40px; font-style: normal; line-height: 48px; }
h2 { font-size: 36px; font-style: normal; line-height: 44px; }
h3 { font-size: 32px; font-style: normal; line-height: 40px; }
h4 { font-size: 28px; font-style: normal; line-height: 36px; }
h5 { font-size: 24px; font-style: normal; line-height: 32px; }
h6 { font-size: 20px; font-style: normal; line-height: 28px; }
html { overflow: auto; 
	scroll-behavior: smooth;}

/*===== 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 #eeeeee; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
b, strong { font-weight: 600; }
html { overflow: auto; }

/*===== Lists (Nested) =====*/
ol, ul { padding-left: 0px; margin-bottom: 1em; }
ol li { list-style: none; }
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 =====*/
input { background: var(--grey-color); border: 2px solid var(--grey-color); color: var(--dark-color); width: 100%; float: left; font-size: 16px; 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; }
input:focus, input:hover, textarea:focus, textarea:hover { border-color: var(--primary-color); }
input[type="radio"], input[type="checkbox"] { width: auto; height: auto; float: none; margin-right: 5px; }
textarea { background: var(--grey-color); border: 2px solid var(--grey-color); color: var(--dark-color); width: 100%; float: left; padding: 10px 15px; 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; }

/*===== 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: 130px 0px; }
.container { max-width: 1300px; }
.container-pt { padding: 0 60px; }
.pt-q { padding: 130px 0px 210px; }
.pt-section-overlap { margin-top: -190px; padding-top: 0px; z-index: 9; }
.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); }

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

/*================================================
Back to Top
================================================*/
#back-to-top .topbtn { position: fixed; bottom: 30px; right: 30px; margin: 0px; color: var(--primary-color); background: transparent; border: 1px solid var(--primary-color); z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.1); }
#back-to-top .topbtn:hover { background: var(--primary-color); color: var(--white-color); }

/*================================================
Button Core
================================================*/
[type="button"], [type="reset"], [type="submit"] { padding: 10px 30px; font-family: var(--title-fonts); text-transform: capitalize; background: var(--primary-color); color: var(--white-color) !important; display: inline-block; 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-family: var(--title-fonts); padding: 12px 30px; line-height: 2; vertical-align: middle; display: inline-block; margin-right: 15px; }
.pt-button::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: var(--primary-color); -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; }
.pt-button:hover::before { -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
.pt-button .pt-button-line-left { background: var(--white-color);
    width: calc(30px - 1px);
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    opacity: 1;
    margin-right: 15px;
    z-index: 9; }
.pt-button span { z-index: 9; position: relative; }
.pt-button:hover, .pt-button:focus { color: var(--white-color); }
.pt-bg-white { 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-bg-white .pt-button-line-left { background: var(--white-color); }
.pt-bg-white:hover .text, .pt-bg-white:hover .pt-button-line-left { color: var(--white-color) !important; }
.pt-button-block .pt-bg-white:before { background: var(--dark-color); }
.pt-bg-white:hover .pt-button-line-left { background: var(--white-color) !important; }
.inner-pages .pt-button { background-color: var(--primary-color); }
.inner-pages .pt-button .pt-button-line-left { background: var(--white-color); }
.inner-pages .pt-button:hover.pt-btn-flat::before { background-color: var(--dark-color); }
.timetable-bmi-calculator .pt-button { background-color: var(--primary-color); }
.timetable-bmi-calculator .pt-button .pt-button-line-left { background: var(--white-color); }
.timetable-bmi-calculator .pt-button:hover.pt-btn-flat::before { background-color: var(--dark-color); }
.video .pt-button { background-color: var(--primary-color); }
.video .pt-button:hover.pt-btn-flat::before { background-color: var(--white-color); }
.video .pt-button .pt-button-line-left { background: var(--white-color); }
.video .pt-button:hover .pt-button-line-left { background: var(--dark-color); }
.video .pt-button:hover .text { color: var(--dark-color); }

.offer .pt-button{ background-color: var(--primary-color); }
.offer .pt-button .pt-button-line-left{background: var(--white-color);}
.offer .pt-button:hover.pt-btn-flat::before { background-color: var(--dark-color); }
/*===== Button link =====*/
.pt-button.pt-btn-link { padding: 0; background: transparent; color: var(--dark-color); }
.pt-button.pt-btn-link .pt-button-line-left { background: var(--primary-color); }
.pt-button.pt-btn-link::before { display: none; }
.pt-button.pt-btn-link:hover { color: var(--primary-color); }
.pt-button.pt-btn-link:hover .pt-button-line-left { background: var(--primary-color); width: calc(45px - 1px); }

/*===== Button outline =====*/
.pt-button.pt-btn-outline { background: transparent; border: 1px solid var(--dark-color); color: var(--dark-color); }
.pt-button.pt-btn-outline .pt-button-line-left { background: var(--dark-color); }
.pt-button.pt-btn-outline:hover { color: var(--white-color); border: 1px solid var(--primary-color) }
.pt-button.pt-btn-outline:hover .pt-button-line-left { background: var(--white-color); }

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

/*===== Gallery =====*/
.gallery-item .gallery-caption { font-size: 14px; line-height: 22px; }
.gallery-size-thumbnail .gallery-item { margin-right: 2%; width: 18.4%; margin-bottom: 2%; display: inline-block; vertical-align: top; }
.gallery.gallery-size-thumbnail { display: inline-block; width: 100%; }
.gallery-size-thumbnail .gallery-item img { margin-bottom: 10px; }
.gallery-columns-1 .gallery-item { width: 100%; margin-right: 0px; }
.gallery-columns-2 .gallery-item { width: 48%; }
.gallery-columns-3 .gallery-item { width: 31.3%; }
.gallery-columns-4 .gallery-item { width: 23%; }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.6%; }
.gallery-columns-7 .gallery-item { width: 12.2%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9.1%; }

/*================================================

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

/*===== Header Top Bar =====*/
header#pt-header .pt-top-header { background: var(--dark-color); padding: 0; font-size: 14px; }
header#pt-header .pt-top-header .pt-header-contact.text-right ul { float: right; }
header#pt-header .pt-top-header .pt-header-contact ul { margin: 0; padding: 0; }
header#pt-header .pt-top-header .pt-header-contact ul li { list-style: none; display: inline-block; color: var(--white-color); border-left: 1px solid rgba(255, 255, 255, 0.1); padding: 10px 20px; float: left; }
header#pt-header .pt-top-header .pt-header-contact ul li:last-child { margin-right: 0; border-right: 1px solid rgba(255, 255, 255, 0.1); }
header#pt-header .pt-top-header .pt-header-contact ul li i { margin-right: 10px; }
header#pt-header .pt-top-header .pt-header-contact ul li a { color: var(--white-color); }
header#pt-header .pt-top-header .text-right .pt-header-social ul, header#pt-header .pt-top-header .pt-header-social.text-right ul { float: right; }
header#pt-header .pt-top-header .pt-header-social ul { margin: 0; padding: 0; }
header#pt-header .pt-top-header .pt-header-social ul li { list-style: none; display: inline-block; float: left; border-left: 1px solid rgba(255, 255, 255, 0.1); }
header#pt-header .pt-top-header .pt-header-social ul li a { color: var(--white-color); padding: 10px 20px; display: inline-block; }
header#pt-header .pt-top-header ul li a:hover { color: var(--primary-color); }
header#pt-header .pt-top-header .pt-header-social ul li:last-child { border-right: 1px solid rgba(255, 255, 255, 0.1); }

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

/*===== Header Navbar Bar =====*/
header#pt-header .pt-bottom-header { min-height: 90px; }
header#pt-header .pt-bottom-header .navbar { padding: 0; }
header#pt-header .pt-bottom-header .navbar .pt-menu-contain { display: inline-block; width: 100%; }
header#pt-header .pt-bottom-header .navbar .navbar-nav { float: right; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li { position: relative; display: inline-block; float: left; margin-right: 30px; color: var(--dark-color); line-height: 90px; text-transform: uppercase; font-weight: 400; letter-spacing: 1px; font-size: 14px; }
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.active {
    color: var(--primary-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.active 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); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li.active 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: 210px; z-index: 999; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li { line-height: 2; padding: 0; margin: 0; display: inline-block; width: 100%; color: var(--secondary-color); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li i { margin-left: 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: 10px 15px; display: inline-block; width: 100%; color: var(--secondary-color); font-size: 14px; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus, header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover, header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.active 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); display: none; }

/*===== Header Style-1 =====*/
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar, header#pt-header.pt-header-style-3 .pt-bottom-header .navbar { background: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
header#pt-header.pt-header-style-1.pt-has-sticky, header#pt-header.pt-header-style-3.pt-has-sticky { position: absolute; top: 0; left: 0; display: inline-block; width: 100%; background: transparent; z-index: 999; padding: 15px 0; }
header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky, header#pt-header.pt-header-style-3.pt-has-sticky.pt-header-sticky { position: fixed; background: var(--white-color); padding: 0; }
header#pt-header.pt-header-style-1 .pt-bottom-header, header#pt-header.pt-header-style-3 .pt-bottom-header { min-height: 70px; }
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand, header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-brand { line-height: normal; padding: 20px 30px; position: relative; }
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand:before, header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-brand:before { content: ""; position: absolute; right: 100%; top: 0; width: 100%; display: inline-block; height: 100%; background: var(--white-color); opacity: 0; }
header#pt-header.pt-header-style-3 .pt-bottom-header .navbar:after { content: ""; position: absolute; left: 100%; top: 0; width: 100%; display: inline-block; height: 100%; background: var(--dark-color); opacity: 0; }
header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand:before, header#pt-header.pt-header-style-3.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand:before { opacity: 1; }
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li, header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li { line-height: 84px; }
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a, header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a { color: var(--primary-color); }
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu, header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 85px; }
header#pt-header.pt-header-style-1 .pt-header-info-box, header#pt-header.pt-header-style-3 .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, header#pt-header.pt-header-style-3 .pt-header-call { display: inline-block; float: left; margin-right: 30px; margin-top: 5px; }
header#pt-header.pt-header-style-1 .pt-header-call a i, header#pt-header.pt-header-style-3 .pt-header-call a i { font-size: 40px; margin-right: 15px; line-height: 1; }
header#pt-header.pt-header-style-1 .pt-header-call a, header#pt-header.pt-header-style-3 .pt-header-call a { display: flex; align-items: flex-start; }
header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info, header#pt-header.pt-header-style-3 .pt-header-call a .pt-call-info { flex: 1; text-transform: uppercase; font-size: 14px; color: var(--secondary-color); letter-spacing: 1px; }
header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info span, header#pt-header.pt-header-style-3 .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, header#pt-header.pt-header-style-3 .pt-header-call a .pt-call-info h5 { font-weight: 800; line-height: 1; font-size: 18px; line-height: 26px; }
header#pt-header.pt-header-style-1 .pt-button, header#pt-header.pt-header-style-3 .pt-button { background: var(--primary-color); }
header#pt-header.pt-header-style-1 .pt-button::before, header#pt-header.pt-header-style-3 .pt-button::before { background: var(--dark-color); content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; -webkit-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1); -webkit-transition: -webkit-transform 300ms; transition: -webkit-transform 300ms; transition: transform 300ms; transition: transform 300ms, -webkit-transform 300ms; }
header#pt-header.pt-header-style-1 .pt-button:hover::before, header#pt-header.pt-header-style-3 .pt-button:hover::before { -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }

/*===== Header Style-2 =====*/
header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img { height: 45px; }
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: 100%; }

/*======== Header-style-3 ======*/
header#pt-header.pt-header-style-3 .pt-bottom-header .navbar { background: var(--dark-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li a { color: var(dark-color); }
header#pt-header.pt-header-style-3 .pt-header-call a .pt-call-info h5, header#pt-header.pt-header-style-3 .pt-header-call a .pt-call-info span { color: var(--white-color); }
header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-brand:before { background: var(--dark-color); right: 97%; top: -3px; height: 106%; }
header#pt-header.pt-header-style-3 .pt-shop-btn .pt-cart>a i { color: var(--white-color); }

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

/*=====Ttoggle Side Bar =====*/
header#pt-header.pt-header-style-2 .pt-toggle-btn { line-height: 75px; padding: 22px 25px; background: var(--primary-color); color: #fff; }
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, .admin-bar header#pt-header.pt-header-style-3 { 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; }
}
@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 { 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: 15px; }
    header#pt-header.pt-header-style-2 .pt-header-diff-block .navbar-brand img { height: 28px; }
    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: 20px 15px; }
}
@media(max-width:1365px) {
    header#pt-header.pt-header-default .pt-menu-search-block { margin-left: 30px; }
    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-bottom-header .navbar .navbar-nav li { margin-right: 15px; }
    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-info-box { display: none; }
    header#pt-header.pt-header-style-1 .pt-bottom-header .pt-shop-btn { margin: 0 30px; }
}
@media(max-width:1023px) {
    header#pt-header .pt-bottom-header .navbar { display: inline-block; width: 100%; text-align: right; }

    /*===== Button Toggler =====*/
    header#pt-header .pt-bottom-header .navbar-toggler { font-size: 20px; padding: 12px 20px; line-height: normal; float: right; border-radius: 0; margin: 21px 0 0; }
    header#pt-header .pt-bottom-header .navbar .navbar-collapse { width: 100%; position: absolute; left: 0; top: 76px; background: #fff; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); max-height: 330px; overflow-y: scroll; overflow-x: hidden; }
    header#pt-header .pt-bottom-header .navbar .navbar-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: 2; position: relative; font-size: 16px; position: relative; }
    header#pt-header .pt-bottom-header .navbar .navbar-nav li a { width: 100%; display: inline-block; padding: 15px; }
    header#pt-header .pt-bottom-header .navbar .navbar-nav li i { margin-left: 0; opacity: 1; font-size: 12px; position: absolute; right: 0; margin-top: 0; top: 0; padding: 22px; -moz-transform: none; -webkit-transform: none; -o-transform: none; -ms-transform: none; transform: none; }
    header#pt-header .pt-menu-search-block { position: relative; margin-left: 0; margin-right: 100px; }
    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 Style-2 =====*/
    header#pt-header.pt-header-style-2 { position: relative; }
    .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; }
    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-menu-search-block { line-height: 69px; margin-left: 0; margin-right: 0; padding: 0 30px; 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 Style-1 =====*/
    header#pt-header.pt-header-style-1.pt-has-sticky { top: 0; padding: 0; position: relative; background: var(--white-color); }
    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky { top: 0; background: var(--white-color); }
    .admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky { top: 32px; }
    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand { padding: 18px 0; }
    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: 76px; }
}
@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 .navbar-collapse { top: 0; }
    header#pt-header.pt-header-style-1 .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: 18px 18px 18px 0; }
    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand { padding: 18px 0; }
    .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; }
    .admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky { top: 0; }
}
@media(max-width:479px) {
    header#pt-header .pt-bottom-header .navbar { display: flex; }
    .pt-menu-search-block, header#pt-header.pt-header-default .pt-bottom-header .pt-menu-search-block { display: none; }
    header#pt-header .pt-bottom-header .navbar-toggler { margin: 0; }
    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand { padding: 10px 0; }
    header#pt-header .pt-bottom-header .navbar .navbar-brand img { height: 35px; }
    header#pt-header.pt-header-style-1 .pt-bottom-header .navbar { padding: 10px 0; }
    header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand { padding: 20px 18px 20px 0; }
}

/*===== Header Style 1 Shop =====*/
header#pt-header.pt-header-style-1 .pt-bottom-header .pt-shop-btn { margin-left: 30px; }

/*===== Header Style 2 Shop =====*/
@media(max-width:1023px) {

    /*===== Header default Shop =====*/
    header#pt-header.pt-header-default .pt-bottom-header .pt-menu-search-block { margin: 30px 30px; }
    header#pt-header.pt-header-default .pt-menu-search-block { display: inline-block; }

    /*===== Header Style 2 Shop =====*/
    header#pt-header.pt-header-style-2 .pt-header-info-box { display: inline-flex; }
    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler { margin: 12px 15px 0px 0; }
}
@media(max-width:767px) {
    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar { display: flex; }
    header#pt-header.pt-header-style-2 .pt-header-info-box { display: none; }
    header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler { margin: -70px 15px 0 0; }
}

/*===== 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); display: none; }

/*================================================

Section Title
================================================*/
.pt-section-title-box.text-center { margin-bottom: 60px; padding: 0 15em; }
.pt-section-title-box { margin-bottom: 30px; position: relative; }
.pt-section-title-box  .pt-section-sub-title { line-height: 1; letter-spacing: 1px; padding: 0; text-transform: uppercase; color: var(--grey-color); font-family: var(--title-fonts); font-weight: 800; font-size: 8em; position: absolute; top: -40px; left: 0; right: 0; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; }
.pt-section-title-box .pt-section-title { font-size: 56px; line-height: 64px; z-index: 9; position: relative; margin-bottom: 0; letter-spacing: 1px; }
.pt-section-title-box1 .pt-section-title { font-size: 36px; line-height: 44px; z-index: 9; position: relative; margin-bottom: 0; letter-spacing: 1px; }
.pt-section-title-box .pt-section-description { font-size: 16px; z-index: 9; position: relative; }
.section-style:after { content: ""; position: absolute; left: 100%; top: 0; display: inline-block; width: 100%; height: 100%; background: var(--primary-color); }
.section-style-left:after { content: ""; position: absolute; right: 100%; top: 0; display: inline-block; width: 100%; height: 100%; background: var(--primary-color); }
.grey-section-style:after { content: ""; position: absolute; left: 95%; top: 0; display: inline-block; width: 100%; height: 100%; background: var(--grey-color); }
.primary-section-style:after { content: ""; position: absolute; left: 63%; top: 0; display: inline-block; width: 100vh; height: 100%; background: var(--primary-color); }
.pt-heading .pt-heading-title { color: var(--white-color); font-family: "Montserrat"; font-size: 32px; font-weight: 800; line-height: 40px; }
.pt-heading-title1 .pt-heading-title2 { position: absolute; top: 15px; right: 15px; color: rgba(255, 255, 255, 0.2); font-size: 56px; line-height: 64px; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; }

/*================================================

OWL Carousel

================================================*/
.owl-carousel .owl-nav.disabled { display: none; }
.owl-carousel .owl-nav { position: relative; cursor: pointer; z-index: 99; margin-top: 30px; text-align: end; }
.owl-carousel .owl-nav button.owl-prev { outline: none; text-align: center; text-indent: inherit; cursor: pointer; position: relative; font-size: 28px; line-height: 1; padding: 0 !important; margin: 0 10px; background: transparent; height: 60px; border: 2px solid var(--dark-color); width: 60px; line-height: 60px; color: var(--dark-color) !important; }
.owl-carousel .owl-nav button.owl-next { outline: none; text-align: center; text-indent: inherit; cursor: pointer; position: relative; font-size: 28px; line-height: 1; padding: 0 !important; margin: 0 10px; background: transparent; height: 60px; border: 2px solid var(--dark-color); width: 60px; line-height: 60px; color: var(--dark-color) !important; }
.owl-carousel .owl-nav button:hover { background: transparent; border: 2px solid var(--primary-color); color: var(--primary-color) !important; }

/* Dots */
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-dots { margin-top: 30px; line-height: normal; position: relative; width: 100%;    /* display: inline-block; */ text-indent: inherit; text-align: center; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot { box-shadow: none; outline: none; background: var(--secondary-color); display: inline-block; padding: 0; margin: 0px 5px; height: 3px; width: 30px; border: none; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot span { display: none; }
.owl-carousel .owl-dots .owl-dot:hover { background: var(--primary-color); }
.owl-carousel .owl-dots .owl-dot.active { background: var(--primary-color); }

/*================================================

Client Plan

================================================*/
.client { margin-top: 10%; padding: 15px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: #EEEEEE; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; margin-bottom: 0px; }
.pt-client .item { position: relative; }
.pt-client .item 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; display: inline-block; width: auto; }
.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; }
.pt-client-grid { position: relative; margin: 50px 0; width: 75%; }
.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.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; }
.pt-client-hover-img { opacity: 0; position: absolute; left: 0; top: 0; }
.pt-client-grid:hover .pt-client-img { opacity: 0; }
.pt-client-grid:hover .pt-client-hover-img { opacity: 1; top: 0; }


/*===== Custom css =====*/

/*==== background image ======*/
.client { padding: 60px 30px; }
.search-submit1 { margin-top: 32px; }
.pt-overley-dark { position: relative }
.pt-overley-dark:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--dark-color); opacity: 0.6; }
.pt-bg-overley { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-attachment: fixed; opacity: 1; background-position: center center; }
.pt-bg-overley1 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; opacity: 0.1; background-attachment: scroll; background-position: center center; }
.img-2 { position: absolute; left: -37%; bottom: -70px; }
.img-3 { position: relative; margin-bottom: -118px; }
.img-6 { position: relative; height: 455px; width: 605px; }
.img-4 { position: absolute; right: -65%; top: 16%; }
.img-5 { position: absolute; right: -35%; top: 13%; }
.blog { padding: 210px 0px 130px 0px; }
.img-10{ height:100%; width: 100%; object-fit: cover; position: relative; }
.img-8{ position: absolute;
 object-fit: cover;     top: -15%;
    right: 8%;
    }

/***** Section Title center *****/
.big-heading-title1 { color: rgb(0 0 0 / 80%); font-size: 6.5em; padding: 0; margin: 0; line-height: 1; position: absolute; right: 10px; bottom: 0px; color: var(--white-color); font-family: var(--title-fonts); -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; }

/*===== pt-opacity =====*/
.pt-opacity { opacity: 0.1 !important; }
.pt-opacity1 { opacity: 0.05; }
.pt-opacity2 { opacity: 1; }
.pt-opacity3 { opacity: 0.2; }

/*================================================

icon-list

================================================*/
.pt-icon-list-items .pt-icon-list-item { margin-bottom: 10px; list-style-type: none; }
.pt-icon-list-items .pt-icon-list-item .pt-icon-list-icon i { color: var(--primary-color); }

/*=================================================
Image Box
==================================================*/
.pt-image-box {
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.pt-image-box .pt-image-box-img {
    margin-bottom: 20px;
}

.pt-image-box .pt-image-box-img img {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 36, 80, 0.1);
    transition: all 0.5s ease-in-out;
    -webkit-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;
    transition: all 0.5s ease-in-out;
}

.pt-image-box .pt-image-box-img img:hover {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.pt-image-box .pt-image-box-content .pt-image-box-title{ font-size: 22px; line-height: 30px; }
/*================================================
pt-icon-box2
================================================*/
.pt-icon-box2 { position: relative; }
.pt-icon-box3 i { padding: 15px; font-size: 48px; background-color: var(--dark-color); color: white; transition: all 0.5s ease-in-out; }
.pt-icon-box3 i:hover { background-color: var(--primary-color); }
.pt-icon-box2 .pt-icon-box2-content .pt-icon-box2-title { font-size: 18px; line-height: 26px; color: var(--dark-color); }


/*================================================
image-header-style
================================================*/
.image-header-style{position: absolute;inset:0 0 0 0;opacity: 1;transition: all 0.5s ease-in-out;margin: 0px 0px 0px 0px;padding: 0px 15px 0px 15px;}
.image-header-style:hover{opacity: 0;}