/*
Template: Architeck - Construction 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
==> WordPress Core
==> Button Core
==> Flaticon
==> Dummy data
==> Header
==> Sidebar
==> Breadcrumb
==> Blog Sidebar
==> Blog
==> Pagination
==> Error
==> Footer
==> Section Title
==> Portfolio
==> Service
==> Counter
==> Process step 
==>  Fancy Box Slider
==>  Fancy Box 
==> Video Popup
==> OWL Carousel
==> Team
==> Testimonial
==> Pricing Plan
==> Client Plan
==> FAQ
==> Quote From
==> isotope Portfolio
==> Circle Progress
==> Footer Subscribe
==> Home 2
==> Sidebar Menu
==> Contact Box 
==> Rev-slider
==> Custom css

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

/*---------------------------------------------------------------------
Fonts
-----------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&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("animate.min.css");

/*================================================
Moz Selection
================================================*/
:root { --primary-color: #ff631b; --dark-color: #002156; --secondary-color: #565969; --grey-color: #f5f5f5; --white-color: #ffffff; --body-fonts: 'Jost', sans-serif; --title-fonts: 'Jost', sans-serif; }
::-moz-selection { text-shadow: none; background: var(--primary-color); color: var(--white-color); }
::-moz-selection { text-shadow: none; background: var(--primary-color); color: var(--white-color); }
::selection { text-shadow: none; background: var(--primary-color); color: var(--white-color); }

/*================================================
General
================================================*/
html{
	scroll-behavior: smooth;
}
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); line-height: 1.5; font-style: normal; font-weight: 600; margin: 0; -ms-word-wrap: break-word; word-wrap: break-word; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 3.052em; }
h2 { font-size: 2.441em; }
h3 { font-size: 1.953em; }
h4 { font-size: 1.563em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
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 #eeeeee; }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
b, strong { font-weight: 600; }

/*===== Lists (Nested) =====*/
ol, ul { padding-left: 0px; margin-bottom: 1em; }
ol li { list-style: none; }
ol ol { padding-left: 25px; }
ul li { list-style: inherit; }

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

/*===== Table =====*/
table { border: 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(--grey-color); border: 1px solid var(--dark-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 color =====*/
.pt-text-primary { color: var(--primary-color) !important; }
.pt-text-light { color: var(--grey-color); }
.pt-text-secondary { color: var(--secondary-color); }
.pt-text-dark { color: var(--dark-color); }
.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; }

/*===== Input bg-color =====*/
.pt-bg-primary { background: var(--primary-color) !important; }
.pt-bg-transparent { background: transparent !important; }
.pt-bg-light { background: var(--grey-color); }
.pt-bg-dark { background: var(--dark-color); }
.pt-text-line-left { background-color: var(--white-color); }

/*================================================
Loading
================================================*/
#pt-loading img { width: 400px; }
#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(--primary-color); }


/*================================================
Back to Top
================================================*/
#back-to-top .topbtn { position: fixed; bottom: 30px; right: 30px; margin: 0px; color: var(--white-color); background: 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; 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; cursor: pointer; }
.pt-button:hover, .pt-button:focus { background: var(--primary-color); color: var(--white-color); }
.pt-button .pt-button-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.pt-button span { transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.pt-button:hover .pt-button-text { -moz-transform: translate(60px, 0px); -webkit-transform: translate(60px, 0px); -o-transform: translate(60px, 0px); -ms-transform: translate(60px, 0px); transform: translate(60px, 0px); }
.pt-button .pt-button-line-left { position: absolute; top: 50%; left: 0; margin-top: -1px; background: var(--white-color); width: 0; display: inline-block; height: 1px; vertical-align: middle; opacity: 0; }
.pt-button:hover .pt-button-line-left { width: 45px; opacity: 1; -moz-transform: translate(30px, 0px); -webkit-transform: translate(30px, 0px); -o-transform: translate(30px, 0px); -ms-transform: translate(30px, 0px); transform: translate(30px, 0px); }
.pt-button .pt-button-line-right { background: var(--white-color); width: calc(60px - 1px); display: inline-block; height: 1px; vertical-align: middle; opacity: 1; margin-left: 15px; }
.pt-button:hover .pt-button-line-right { -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 0; }

/*===== Button link =====*/
.pt-button.pt-btn-link { padding: 0; background: transparent; color: var(--primary-color); line-height: 1; float: left; }
.pt-button.pt-btn-link .pt-button-line-left, .pt-button.pt-btn-link .pt-button-line-right { background: var(--primary-color); }
.pt-button.pt-btn-link .pt-btn-line-left, .pt-button.pt-btn-link .pt-btn-line-right { background: var(--white-color); }
.pt-button.pt-btn-link:hover .pt-button-line-left { -moz-transform: translate(0, 0px); -webkit-transform: translate(0, 0px); -o-transform: translate(0, 0px); -ms-transform: translate(0, 0px); transform: translate(0, 0px); }

/*===== Button link =====*/
.pt-button.pt-btn-outline { background: transparent; color: var(--primary-color); border: 1px solid var(--primary-color); }
.pt-button.pt-btn-outline .pt-button-line-left, .pt-button.pt-btn-outline .pt-button-line-right { background: var(--primary-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
================================================*/
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; }
header#pt-header .pt-bottom-header .navbar .navbar-brand img { height: 35px; }

/*===== 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.active a, 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 { position: relative; display: inline-block; float: left; margin-right: 45px; font-family: var(--title-fonts); color: var(--dark-color); line-height: 80px; }
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 { font-family: var(--title-fonts); color: var(--dark-color);     padding: 0; }
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); }

/*===== 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 {color: var(--white-color);}
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a { line-height: 2; text-transform: capitalize; padding: 10px 15px; display: inline-block; width: 100%; color: var(--secondary-color); font-size: 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); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>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; right: 100%; left: inherit; 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> a:before { content: "\f124"; font-family: "Ionicons"; position: absolute; top: 12px; right: 15px; color: var(--secondary-color); line-height: 2; font-size: 12px; }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover a:before { color: var(--secondary-color); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children a:hover:before { color: var(--white-color); }
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children.current-menu-parent a:before { color: var(--white-color); }

/*===== 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-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 { position: fixed; background: var(--dark-color); padding: 0; }
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; background: var(--white-color); padding: 28px 30px 27px; position: relative; }
header#pt-header.pt-header-style-1 .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-1.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 { color: var(--white-color); line-height: 80px; }
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.active>a{ color: var(--primary-color); }

header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor> a { color: var(--primary-color); }
header#pt-header.pt-header-style-1  .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 80px; }
header#pt-header.pt-header-style-1 .pt-header-info-box { margin: 0 0 0 45px; display: flex; color: var(--white-color); }
header#pt-header.pt-header-style-1 .pt-header-call { display: inline-block; float: left; margin-right: 30px; margin-top: 5px; }
header#pt-header.pt-header-style-1 .pt-header-call a i { font-size: 40px; margin-right: 15px; line-height: 1; }
header#pt-header.pt-header-style-1 .pt-header-call a { color: var(--white-color); display: flex; align-items: flex-start; }
header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info { flex: 1; font-family: var(--title-fonts); }
header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5 { color: var(--white-color); line-height: 1; }
header#pt-header.pt-header-style-1 .pt-button { background: var(--primary-color); }

/*===== Header Style-2 =====*/
header#pt-header.pt-header-style-2 .navbar-brand img { height: 35px; }
header#pt-header.pt-header-style-2 { position: relative; 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.788888; 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 #eeeeee; color: var(--white-color); font-size: 20px; }
header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 75px; }
header#pt-header.pt-header-style-2 .pt-search-form { top: 77px; }

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

/*===== Header Style-3 =====*/
header#pt-header.pt-header-style-3 { position: absolute; top: 0; background: transparent; }
header#pt-header.pt-header-style-3 .navbar { padding: 0; }
header#pt-header.pt-header-style-3 .navbar-brand { background: var(--primary-color); padding: 15px 30px; margin: 0; line-height: 5.69999999; text-align: center; width: 100%; }
header#pt-header.pt-header-style-3 .pt-top-header { background: var(--white-color); padding: 10px 0; }
header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox { display: flex; align-items: flex-start; }
header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox i { font-size: 48px; color: var(--primary-color); margin-right: 15px; align-self: center; line-height: 48px; }
header#pt-header.pt-header-style-3 .pt-top-header .pt-meta-body { flex: 1; }
header#pt-header.pt-header-style-3 .pt-top-header .pt-meta-body h5 { display: inline-block; width: 100%; float: left; }
header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox.adrs .pt-meta-body span { white-space: nowrap; width: 170px; overflow: hidden; display: inline-block; text-overflow: ellipsis; }

/*==========*/
header#pt-header.pt-header-style-3 .pt-bottom-header { background: var(--white-color); min-height: auto; border-top: 1px solid var(--grey-color); }
header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li { line-height: 60px; }
header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn { border-left: 1px solid var(--grey-color); border-right: 1px solid var(--grey-color); padding: 0 20px; margin-left: 45px; }
header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn .pt-cart> a { line-height: 60px; }
header#pt-header.pt-header-style-3 .pt-bottom-header .pt-menu-search-block { position: relative; margin-left: 20px; margin-right: 5px; }
header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu, header#pt-header.pt-header-style-3 .pt-bottom-header .dropdown-menu-mini-cart { top: 60px; }
header#pt-header.pt-header-style-3 .pt-search-form { top: 46px; }

/*=====Ttoggle Side Bar =====*/
header#pt-header.pt-header-style-2 .pt-toggle-btn { line-height: 75px; padding: 22px 25px; background: var(--primary-color); color: var(--white-color); min-height: 77px; }
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-style-2, .admin-bar header#pt-header.pt-header-style-1 { top: 32px; }
@media(max-width:767px) {
	.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-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:1399px) {
	header#pt-header .pt-bottom-header .navbar .navbar-nav li { margin-right: 30px; }
	header#pt-header.pt-header-style-2 .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-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children> a:before { content: "\f124"; }
}
@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 .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; min-height: 52px; }
	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; }

	/*===== Header Style-3 =====*/
	header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox { padding: 0 15px; }
	header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox.adrs .pt-meta-body span { width: 50px; }
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn { margin-left: 30px; }
}
@media(max-width:1023px) {

	/*===== Button Toggler =====*/
	header#pt-header .pt-bottom-header .navbar-toggler { font-size: 20px; padding: 12px 20px; line-height: normal; float: right; position: absolute; top: 50%; right: 0; margin-top: -26px; border-radius: 0; }
	header#pt-header .pt-bottom-header .navbar .navbar-collapse { width: 100%; position: absolute; left: 0; top: 71px; background: var(--white-color); -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; }
	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; }
	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: 15px; margin-top: -10px; top: 50%; }
	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: var(--grey-color); box-shadow: none; display: inline-block; width: 100%; }
	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 i { margin-top: 0; top: 20px; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>i, header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover i { 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:hover .sub-menu li.menu-item-has-children>a:before { font-size: 12px; right: 30px; content: "\f123"; }
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a { background: var(--grey-color); color: var(--secondary-color); }
   
	/*===== 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-bottom-header .navbar-toggler { right: 30px; }
	header#pt-header.pt-header-style-2 .pt-menu-search-block { line-height: 68px; 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: 100%; }
	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-header-info-box { display: none; }
	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 30px; }
	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: 71px; }

	/*===== Header Style-3 =====*/
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar { justify-content: flex-end; }
	header#pt-header.pt-header-style-3 .navbar-brand { line-height: 2.15; }
	header#pt-header.pt-header-style-3 .navbar-brand img { height: 30px; }
	header#pt-header.pt-header-style-3 .pt-top-header { display: none; }
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-info-box { margin-right: 75px; }
	header#pt-header.pt-header-style-3 .pt-bottom-header { border-top: none; padding: 6px 0px; }
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li { line-height: initial; }
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu, header#pt-header.pt-header-style-3 .pt-bottom-header .dropdown-menu-mini-cart { top: 0; }
	header#pt-header .pt-bottom-header .navbar .navbar-collapse { top: 100%; }
}
@media only screen and (min-device-width:992px) and (max-device-width:1023px) {
	.navbar-expand-lg .navbar-toggler { display: inline-block; }
	header#pt-header .pt-bottom-header .navbar .navbar-collapse { display: none !important; }
	header#pt-header .pt-bottom-header .navbar .navbar-collapse.show { display: inline-block !important; }
}
@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-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; }
	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky { top: 0; }
	header#pt-header .pt-top-header ul { display: flex; text-align: center; }
	header#pt-header .pt-top-header ul li, header#pt-header .pt-top-header ul li a { flex: 1; }
	header#pt-header .pt-top-header .pt-header-contact.text-right ul { float: inherit; }
	header#pt-header .pt-top-header .col-lg-6.col-sm-6 { width: 100% !important; max-width: 100%; flex: 0 0 100%; }
	header#pt-header .pt-top-header .pt-header-social ul { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

	/*===== Header Style-3 =====*/
	header#pt-header.pt-header-style-3 { position: relative; }
	header#pt-header.pt-header-style-3 .navbar-brand { line-height: 2.15; z-index: 99; padding: 15px; width: auto; position: relative; }
	header#pt-header.pt-header-style-3 .navbar-brand:before { content: ""; position: absolute; top: 0; right: 100%; width: 100%; display: inline-block; height: 100%; background: var(--primary-color); }
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar { flex-direction: row-reverse !important; justify-content: end; }
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-menu-search-block { position: relative; margin-left: 0; margin-right: 0; }
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-info-box { margin-right: 0; }
	header#pt-header.pt-header-style-3 .pt-bottom-header { margin-top: -73px; }
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar-toggler { position: relative; margin-top: 0; }
}
@media(max-width:479px) {
	.pt-menu-search-block { display: none; }
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand { padding: 10px; }
	header#pt-header .pt-bottom-header .navbar .navbar-brand img { height: 30px; }
	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#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn, header#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-info-box { display: none; }
}

/*================================================
Footer
================================================*/
#pt-footer { background: var(--dark-color); display: inline-block; width: 100%; float: left; }
#pt-footer .pt-footer-top { padding: 90px 0 0; }
#pt-footer .pt-copyright-footer { padding: 0; background: #001e4c; }
#pt-footer .pt-copyright-footer .pt-copyright { text-align: center; padding: 10px 0; }
#pt-footer .pt-copyright-footer .pt-copyright a { color: var(--white-color); }
#pt-footer .pt-copyright-footer .pt-copyright a:hover { color: var(--white-color); text-decoration: underline; }
#pt-footer .pt-footer-style-1 .pt-footer-logo { height: 40px; margin-bottom: 30px; }
#pt-footer .pt-footer1 .footer-title { margin-bottom: 15px; padding: 0; font-size: 28px; color: var(--white-color); position: relative; line-height: 1; }
.pt-footer1 ul { padding: 0; margin: 0; }
#pt-footer .pt-footer1 ul li { position: relative; color: var(--primary-color); margin-left: 15px; padding: 5px 0px; }
#pt-footer .pt-footer1 ul li a { color: var(--white-color); }
#pt-footer .pt-footer1 ul li a:hover { color: var(--primary-color); }
#pt-footer .pt-footer2 .pt-contact { margin-bottom: 0; }
#pt-footer .pt-footer2 .pt-contact li { list-style-type: none; display: flex; justify-content: start; }
#pt-footer .pt-footer2 .pt-contact i { color: var(--primary-color); padding: 10px; }
#pt-footer .pt-footer2.pt-contact span a:hover { color: var(--primary-color); }

/*================================================
Section Title
================================================*/
.pt-section-title-box.text-center { margin-bottom: 60px; }
.pt-section-title-box { margin-bottom: 30px; }
.pt-section-title-box .pt-section-sub-title { border-left: 2px solid var(--primary-color); line-height: 1; padding: 0 0 0 10px; color: var(--primary-color); font-family: var(--title-fonts); font-weight: 600; }
.pt-section-title-box .pt-section-title { font-size: 48px; line-height: 1.5; }
.section-style:before { content: ""; position: absolute; left: 0; top: 0; display: inline-block; width: 100px; height: 100%; background: var(--primary-color); z-index: 1; }
.section-style:after { content: ""; position: absolute; right: 0; top: 0; display: inline-block; width: 100px; height: 100%; background: var(--primary-color); }

/*==== background image ======*/
.sign-img { width: 99px; height: 100px; margin-top: 30px; }
.pt-bg-img { position: absolute; bottom: 0%; right: 0%; opacity: 0.15; }
.about-img-block .about-img-1 { position: absolute; bottom: 0; right: 0; }
.about-img-block .about-img-2 { position: absolute; top: 0; right: 63%; }
.about-img-block .about-img-5 { position: absolute; right: 60%; top: 25%; z-index: -1; }
.about-img-6 {max-width: 130%;
    height: auto;
    float: right;  }
.process-img { position: absolute; bottom: 0; right: -4%; }
.backgrount-image-right { position: absolute; left: 75%; bottom: 0; }
.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: bottom; }

/*==== PT Opacity ======*/
.pt-opacity1 { opacity: 0.1 }
.pt-opacity2 { opacity: 0.2 }
.pt-opacity3 { opacity: 0.4 }
.pt-opacity4 { opacity: 1 }
.pt-opacity5 { opacity: 0.3 }

/*================================================
Client Plan
================================================*/
.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; }
.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: 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; }
.client{ position: relative; padding: 60px 30px; }

/*==== Background Text ======*/
.pt-big-title { position: absolute; top: -50px; left: 0; width: 100%; display: inline-block; z-index: -1; }
.pt-big-title .pt-big-title1 { color: #f5f5f5; font-size: 8em; font-weight: 600; text-transform: uppercase; line-height: 1em; letter-spacing: 0px; opacity: 1; }
.pt-section-big-title { position: absolute; left: 0; width: 100%; display: inline-block; }
.pt-section-big-title .big-heading-title { color: rgba(255, 255, 255, 0.06); font-size: 8em; font-weight: 600; text-transform: uppercase; line-height: 1em; letter-spacing: 0px; opacity: 1; }
.pt-heading-text{ display: inline-block;}
.pt-heading-text .pt-heading-text1{padding: 0;margin: 0;line-height: 1; color: var(--white-color);font-size: 25px; position: absolute; margin: 0px 0px 0px 0px;padding: 15px 30px 15px 30px;background-color: #FF631B;bottom: 15px;
    right: 25px; }

/*================================================
pt-icon-box2
================================================*/
.pt-icon-box2{ margin: 0px 0px 0px 0px;padding: 45px 15px 45px 15px;background-color: #F5F5F5; }
.pt-icon-box-icon i{ font-size: 70px;line-height: 78px;color: var(--primary-color);}

/*================================================
pt-image-box
================================================*/
.pt-image-box{ position: relative;margin: 0px 15px 0px 15px; padding: 0px 0px 0px 0px; }
.pt-image-box a { display: inline-block; max-width: 100%; -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);}
.pt-image-box .pt-image-box-content { margin-top: 15px; }
.pt-image-box:hover a { margin-top: -15px; -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.2); -moz-box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.2); box-shadow: 0px 0px 30px 0px rgba(0, 33, 85, 0.2); }
.pt-image-box:hover .pt-image-box-content { color: #ff631b; }

/*================================================
responsiv-img
================================================*/
.responsiv-img { float: right; max-width: 120%; }

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


