/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Template: Yog - Yoga WordPress Theme
Author: Gentechtree
Version: 1.0
Design and Developed by: Gentechtree.com
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Table of contents
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

--> Moz Selection
--> General
--> Loading
--> Back to Top
--> WordPress Core
--> Button Core
--> Flaticon
--> Dummy data
--> Blog
--> Blog Sidebar
--> Pagination
--> OWL Carousel
--> Header
--> Breadcrumb
--> Footer
--> Section Title
--> Video Popup
--> Sidebar Menu
--> Error
--> Portfolio
--> Portfolio Massanory
--> isotope Portfolio
--> Portfolio Single
--> Testimonial
--> Team
--> Navigation Tabel
--> FAQ
--> Swiper Pagination
--> From
--> Counter
--> Classes TimeTabel
--> Priceing plan
--> Blog Home
--> Footer Contact
--> Service Box
--> From White
--> Landing
--> Tabs
--> fancy-box
--> Progressbar
--> Client
--> Circle Progress

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
[ End table content ]
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Moz Selection
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/:root { --primary-color: #f46150; --dark-color: #212121; --secondary-color: #666464; --grey-color: #fbf5f1; --white-color: #ffffff; --body-fonts: 'Open Sans', sans-serif; --title-fonts: 'Josefin Sans', 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: 16px; font-style: normal; font-weight: normal; line-height: 2; color: var(--secondary-color); overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: var(--title-fonts); color: var(--dark-color); font-style: normal; text-transform: capitalize; font-weight: 600; margin: 0; -ms-word-wrap: break-word; word-wrap: break-word; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 40px; font-style: normal; line-height: 48px; }
h2 { font-size: 36px; font-style: normal; line-height: 44px; }
h3 { font-size: 32px; font-style: normal; line-height: 40px; }
h4 { font-size: 28px; font-style: normal; line-height: 36px; }
h5 { font-size: 24px; font-style: normal; line-height: 32px; }
h6 { font-size: 20px; font-style: normal; line-height: 28px; }

/*+++++ HTML Tags +++++*/
a, .button { color: var(--primary-color); outline: none !important; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
a:focus, a:hover { color: var(--primary-color); outline: none; text-decoration: none !important; }
p { margin-bottom: 30px; }
img { max-width: 100%; height: auto; }
pre { background: var(--white-color); padding: 15px; border: 1px solid var(--grey-color); }
hr { margin: 0; padding: 0px; border-bottom: 1px solid #e0e0e0; border-top: 0px; }
b, strong { font-weight: 600; }

/*+++++ Lists (Nested) +++++*/
ol, ul { padding-left: 25px; margin-bottom: 1em; }
ol li { list-style: decimal; }
ol ol { padding-left: 25px; }
ul li { list-style: inherit; }

/*+++++ Definition Lists +++++*/
dl dd { margin-bottom: 15px; }
dl dd:last-child { margin-bottom: 0px; }

/*+++++ Table +++++*/
table { border: 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, input.form-control { background: var(--grey-color); border: 1px solid var(--grey-color); color: var(--dark-color); width: 100%; float: left; font-size: 16px; padding: 0 15px 0 15px; height: 54px; line-height: 54px; outline: none; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
input:focus, input:hover, textarea:focus, textarea:hover, .form-control:focus { border-color: var(--primary-color); outline: none; }
input[type="radio"], input[type="checkbox"] { width: auto; height: auto; float: none; margin-right: 5px; }
textarea { background: var(--grey-color); border: 1px solid var(--grey-color); color: var(--dark-color); width: 100%; float: left; padding: 10px 30px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }

/*+++++ Select +++++*/
select, select.form-control { border: 1px solid var(--dark-color); color: var(--dark-color); width: 100%; float: left; padding: 0 30px 0 15px; height: 51px; line-height: 48px; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>'); background-repeat: no-repeat; background-position: right 16px bottom 50%; background-size: 20px 20px; }

/*+++++ Container +++++*/
.container, .elementor-section.elementor-section-boxed>.elementor-container { max-width: 1300px; }
.content-area .site-main { padding: 128px 0; display: inline-block; width: 100%; overflow: hidden; float: left; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++
Loading
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gt-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); }
#gt-loading img { height: 90px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Back to Top
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#back-to-top .top { position: fixed; bottom: 30px; right: 30px; margin: 0px; color: var(--white-color); background: var(--primary-color); z-index: 999; font-size: 26px; width: 50px; height: 50px; text-align: center; line-height: 50px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -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); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
WordPress Core
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 15px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid var(--grey-color); max-width: 96%; padding: 5px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
.wp-block-audio figcagtion, .wp-block-video figcagtion, .wp-block-image figcagtion, .wp-block-gallery .blocks-gallery-image figcagtion, .wp-block-gallery .blocks-gallery-item figcagtion { font-size: 14px; line-height: 1.6; margin: 0; padding: 0.5rem; text-align: center; }
.wp-block-gallery figcagtion.blocks-gallery-caption { margin-bottom: 10px; }
.bypostauthor { display: block; }

/*+++++ Text meant only for screen readers +++++*/
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; white-space: nowrap; height: 0px; width: 1px; overflow: hidden; }
.screen-reader-text:focus { background-color: var(--grey-color); border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(33, 33, 33, 0.6); -moz-box-shadow: 0 0 2px 2px rgba(33, 33, 33, 0.6); box-shadow: 0 0 2px 2px rgba(33, 33, 33, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 600; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Button Core
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
[type="button"], [type="reset"], [type="submit"], .wp-block-search .wp-block-search__button { padding: 10px 30px; background: var(--primary-color); color: var(--white-color) !important; display: inline-block; border: none; width: auto; height: auto; line-height: 2; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
[type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover { background: var(--dark-color); color: var(--white-color) !important; }
.gt-button { position: relative; width: auto; background: var(--primary-color); color: var(--white-color); font-family: var(--body-fonts); padding: 12px 45px; line-height: 2; vertical-align: middle; display: inline-block; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-button:hover, .gt-button:focus { background: var(--dark-color); color: var(--white-color); }
.gt-button .gt-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; }
.gt-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; }

/*===== Button link =====*/
.gt-button.gt-btn-link { position: relative; padding: 0; background: transparent; color: var(--primary-color); line-height: normal; }
.gt-space { padding: 60px 0; }
.gt-button.gt-btn-link span { display: block; position: relative; border-radius: 8px; transition: all 0.3s ease }
.gt-button.gt-btn-link { position: relative; display: inline-block; padding-right: 40px; }
.gt-button.gt-btn-link span:after { content: ''; position: absolute; top: 50%; right: -35px; height: 20px; width: 20px; border-radius: 50%; transform: translateY(-50%); opacity: 1; background-color: var(--primary-color); }
.gt-button.gt-btn-link:after { content: ''; position: absolute; top: 50%; right: 10px; transform-origin: center center; width: 10px; height: 2px; background-color: var(--white-color); transition: all .2s ease-out; transform: translateY(-50%); }
.gt-button.gt-btn-link:hover:after { transform: translateY(-50%) rotate(90deg); }
.gt-button.gt-btn-link:before { content: ''; position: absolute; top: 50%; right: 14px; transform-origin: center center; width: 2px; height: 11px; z-index: 1; background-color: var(--white-color); transition: all .2s ease-out; transform: translateY(-50%); }
.gt-button.gt-btn-link:hover:before { transform: translateY(-50%) rotate(90deg); }
.link-button .gt-fancy-box-style-2 .gt-button.gt-btn-link span:after { background-color: var(--white-color); }
.link-button .gt-fancy-box-style-2 .gt-button.gt-btn-link:before, .link-button .gt-fancy-box-style-1 .gt-button.gt-btn-link:after { background-color: var(--primary-color); }

/*===== Button outline =====*/
.gt-button.gt-btn-outline { background: transparent; color: var(--primary-color); border: 1px solid var(--primary-color); }
.gt-button.gt-btn-outline .gt-button-line-left, .gt-button.gt-btn-outline .gt-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; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Dummy data
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-sticky-post-label { padding: 5px 15px; background: var(--primary-color); color: var(--white-color); margin-bottom: 15px; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-sticky-post-label i { margin-right: 5px; }
.is-style-squared .wp-block-button__link { border-radius: 0; }
#attachment_905 { font-size: 14px; line-height: normal; margin: 0; }
.wp-block-button__link, .wp-block-file a.wp-block-file__button { background: var(--primary-color); color: var(--white-color) !important; font-size: 16px; }
.wp-block-button__link:hover, .wp-block-file a.wp-block-file__button:hover { background: var(--dark-color); color: var(--white-color); }
.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline { border-color: var(--primary-color); color: var(--primary-color) !important; }
.is-style-outline .wp-block-button__link:hover, .wp-block-button__link.is-style-outline:hover { background: transparent; border-color: var(--dark-color); color: var(--dark-color) !important; }
.wp-block-button { margin-bottom: 30px; }
.wp-block-cover.has-background-dim { color: var(--white-color); }
blockquote { background: var(--grey-color); padding: 15px 30px; border: 1px solid var(--grey-color); border-radius: 0; border-left: 5px solid var(--primary-color); margin-bottom: 30px; }
blockquote cite { font-family: var(--title-fonts); color: var(--primary-color); text-transform: uppercase; font-weight: 600; font-style: italic; }
blockquote strong { font-family: var(--title-fonts); color: var(--primary-color); font-style: italic; text-transform: uppercase; font-weight: 600; }
.gt-blog-post .gt-blog-contain blockquote p { margin-bottom: 0; }
.post-password-form input { float: none; }
.gt-blog-post .gt-blog-contain table td, .gt-blog-post .gt-blog-contain table th, .gt-comment-area table td, .gt-comment-area table th { border-color: var(--grey-color); background: var(--white-color); }
.gt-comment-area { display: inline-block; width: 100%; }
.gt-blog-contain .wp-block-archives, .gt-blog-contain .wp-block-archives-dropdown, .gt-blog-contain .wp-block-categories, .gt-blog-contain .wp-block-latest-posts, .gt-blog-contain .wp-block-tag-cloud, .gt-blog-contain .wp-block-search { margin: 0 0 30px; padding: 0; display: inline-block; width: 100%; float: left; }
.gt-blog-contain .wp-block-archives li { list-style-type: none; }
.has-dates .wp-block-latest-comments__comment, .has-excergts .wp-block-latest-comments__comment, .wp-block-latest-comments__comment { display: inline-block; width: 100%; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Blog
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-blog .owl-item .gt-blog-post { margin-bottom: 0; }
.gt-blog-post { margin-bottom: 45px; background: var(--white-color); display: inline-block; width: 100%; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); }
.gt-blog-post .gt-blog-contain { padding: 30px 30px; display: inline-block; width: 100%; }
.gt-blog-post .gt-blog-contain .gt-blog-title { font-size: 32px; line-height: 40px; }
.gt-blog-post .gt-post-meta ul { margin: 0 0 15px 0; padding: 0; display: inline-block; width: 100%; float: left; }
.gt-blog-post .gt-post-meta ul li { font-family: var(--title-fonts); font-weight: 400; font-size: 14px; line-height: 22px; display: inline-block; text-transform: uppercase; list-style: none; align-self: center !important; float: left; position: relative; display: inline-block; padding: 0 15px 0 0; margin: 0 15px 0 0; }
.gt-blog-post .gt-post-meta ul li a { color: var(--secondary-color); }
.gt-blog-post .gt-post-meta ul li i { margin-right: 5px; color: var(--primary-color); }
.gt-blog-post .gt-post-media { overflow: hidden; }
.gt-blog-post .gt-blog-contain .gt-blog-info {display: inline-block;}
.gt-blog-post .gt-blog-contain { position: relative; }
.gt-blog-post .gt-blog-contain .gt-post-date { font-weight: 400; background: var(--primary-color); padding: 5px 15px; text-transform: uppercase; color: var(--white-color); text-align: center; position: absolute; left: 30px; top: -70px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-blog-post .gt-blog-contain .gt-post-date a { color: var(--white-color); }
.gt-blog-post .gt-blog-contain .gt-post-date span { display: inline-block; width: 100%; }
.gt-blog-post .gt-post-media img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; width: 100%; }
.gt-blog-post:hover .gt-post-media img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.gt-blog .owl-stage-outer { overflow: visible; }
.gt-blog .owl-item { opacity: 0; }
.gt-blog .owl-item.active { opacity: 1; }

/*+++++ 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-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: 31.3% }
.gallery-columns-5 .gallery-item { width: 18%; }
.gallery-columns-6 .gallery-item { width: 14.6%; }
.gallery-columns-7 .gallery-item { width: 12.2%; }
.gallery-columns-8 .gallery-item { width: 10.5%; }
.gallery-columns-9 .gallery-item { width: 9.1%; }

/*+++++ Calendar +++++*/
.gt-blog-contain .wp-block-calendar { display: inline-block; width: 100%; margin-bottom: 30px; }
.wp-block-calendar table cagtion, .wp-block-calendar table tbody { color: var(--secondary-color); }
.wp-calendar-table { margin-bottom: 0; }
.wp-calendar-table cagtion { padding: 0 0 15px; color: var(--dark-color); text-align: center; cagtion-side: top; }
.wp-calendar-nav .wp-calendar-nav-prev { width: 50%; border: 1px solid var(--grey-color); display: inline-block; float: left; text-align: center; border-right: 0; padding: 4px; border-top: 0; color: var(--secondary-color); text-decoration: none; background: var(--white-color); }
.wp-calendar-nav .wp-calendar-nav-next { width: 50%; border: 1px solid var(--grey-color); display: inline-block; float: left; text-align: center; padding: 4px; border-top: 0; color: var(--secondary-color); text-decoration: none; background: var(--white-color); }
.wp-calendar-nav .pad { display: none; }
.wp-calendar-nav span a { color: var(--secondary-color); text-decoration: none; }
.wp-calendar-nav span a:hover { color: var(--primary-color); }
.wp-calendar-table caption { padding: 0 0 15px; color: var(--dark-color); text-align: center; caption-side: top; }

/*+++++  Tags +++++*/
.wp-block-tag-cloud .tag-cloud-link { font-size: 14px !important; background: var(--primary-color); margin: 0 10px 10px 0; display: inline-block; float: left; color: var(--white-color); padding: 4px 8px; border: 1px solid var(--primary-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.wp-block-tag-cloud .tag-cloud-link:hover { border-color: var(--dark-color); background: var(--dark-color); color: var(--white-color); }

/*+++++  Blog Page Link +++++*/
.page-links { margin: 15px 0 10px; clear: both; }
.gt-blog-contain .page-links a, .page-links>span.page-number, .page-links a, .page-links .post-page-numbers { border: none; width: 30px; height: 30px; line-height: 30px; text-align: center; background: var(--grey-color); margin-left: 5px; padding: 0px; display: inline-block; color: var(--dark-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-blog-contain .page-links a:hover, .page-links .post-page-numbers.current { text-decoration: none; border-color: transparent; background: var(--primary-color); color: var(--white-color); }
.gt-blog-contain .page-links>span.page-number, .page-links>span.page-number { background: var(--primary-color); color: var(--white-color); }
article.hentry .gt-blog-contain .page-links a:hover { color: #fff; }
.wp-block-table.is-style-stripes td { border-color: #eaeaea; }
.wp-block-table td, .wp-block-table th { text-align: left; }
.wp-block-latest-posts.is-grid.has-dates { margin: 0; }
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td { background-color: var(--grey-color); }
article.hentry.format-audio .gt-post-media p:nth-child(-n+2) { display: inline-block; margin-bottom: 0; padding-top: 30px; }
article.hentry.format-audio .gt-post-media p { margin-bottom: 0; padding-left: 30px; }
article.hentry.format-audio .gt-post-media p { margin-bottom: 0; padding-left: 30px; }
article.hentry.format-video .gt-post-media p { margin-bottom: 0; }
article.hentry.format-video .gt-post-media { text-align: center; }
article.hentry.format-audio .gt-post-media embed, article.hentry.format-video .gt-post-media iframe { width: 100%; }

/*+++++ Comments Box +++++*/
.comment-respond { margin-top: 45px; display: inline-block; width: 100%; }
.gt-comment-area .comments-title, .comment-respond .comment-reply-title { position: relative; margin: 0; padding-bottom: 0; }
.comment-respond .comment-reply-title a { font-weight: 600; color: var(--primary-color); font-size: 60%; margin-left: 30px; }
.comment-respond .comment-reply-title a:hover { color: var(--primary-color); text-decoration: none; }
.commentlist { margin: 0; padding: 0; list-style: none; }
.commentlist .comment { margin-top: 30px; margin-bottom: 0; vertical-align: top; padding: 0; list-style: none; }
.commentlist .gt-comment-info { padding: 30px; border: 1px solid var(--grey-color); position: relative; background: var(--grey-color); -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.commentlist ol.children { padding-left: 60px; }
.commentlist .gt-comment-wrap { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; }
.commentlist .gt-comment-avatar { padding-right: 15px; }
.commentlist .gt-comment-avatar img { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
.commentlist .gt-comment-box { position: relative; display: inline-block; width: 100%; }
.commentlist .gt-comment-box .title:hover { text-decoration: none; color: var(--primary-color); }
.commentlist .comment-content p { margin: 0; }
.commentlist .gt-comment-info .reply a { position: absolute; right: 30px; top: 30px; margin: 0; font-size: 14px; line-height: 22px; text-transform: uppercase; }
.commentlist .gt-comment-info .reply a:hover { color: var(--primary-color); text-decoration: none; }
.no-comments, .comment-awaiting-moderation { font-style: italic; margin: 15px 0; }

/*+++++ Comments Form +++++*/
.comment-respond .comment-notes, .comment-respond .logged-in-as { padding: 0; margin: 0 0 30px; }
.comment-respond .comment-form-comment { margin-top: 0; margin-bottom: 30px; display: inline-block; width: 100%; float: left; }
.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { float: left; width: 32.6%; display: inline-block; margin: 0 15px 30px 0; }
.comment-respond .comment-form-url { margin-right: 0; }
.comment-respond .form-submit { display: inline-block; width: 100%; margin-bottom: 0; float: left; }
.commentlist .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { width: 31.7%; float: left; }

/*+++++ Comments Form +++++*/
ol.commentlist .pingback, ol.commentlist .trackback { margin-left: 25px; }
ol.commentlist .pingback a, ol.commentlist .trackback a { color: var(--dark-color); }
ol.commentlist .pingback a:hover, ol.commentlist .trackback a:hover { color: var(--primary-color); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Blog Sidebar
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.widget { margin-bottom: 30px; display: inline-block; width: 100%; float: left; position: relative; padding: 30px; background: var(--white-color); border: none; -webkit-box-shadow: 0px 0px 30px 0px rgba(33, 33, 33, 0.1); -moz-box-shadow: 0px 0px 30px 0px rgba(33, 33, 33, 0.1); box-shadow: 0px 0px 30px 0px rgba(33, 33, 33, 0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.widget:last-child { margin-bottom: 0; }

/*+++++ Widget Title +++++*/
.widget .widget-title { margin-bottom: 15px; padding: 0 0 8px; font-size: 28px; position: relative; line-height: 36px; position: relative; }
.widget .widget-title::before { content: ""; width: 60px; height: 2px; position: absolute; bottom: -1px; left: 0; background: var(--primary-color); }

/*+++++ SideBar - Search +++++*/
.widget.widget_search { background: var(--primary-color); }
.widget.widget_search .widget-title { color: var(--white-color); }
.widget.widget_search .widget-title::before { background: var(--white-color); }
.search-form { position: relative; }
.search-form label { width: 100%; margin-bottom: 0; float: left; width: 100%; }
.search-submit { background: var(--dark-color); border: none; padding: 0; position: absolute; text-align: center; color: var(--white-color) !important; line-height: 54px; height: 54px; width: 54px; top: 0; right: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.search-submit:before { content: "\f002"; font-family: "Font Awesome 5 Free"; font-weight: 600; }
.search-submit:hover { color: var(--white-color) !important; background: var(--dark-color); outline: none; }

/*+++++ widget-menu +++++*/
.widget ul { padding: 0; margin: 0; }
.widget ul li { list-style: none; margin: 0 0 15px 0; }
.widget ul li:last-child { margin-bottom: 0; }
.widget ul ul.children { padding-left: 25px; margin-top: 15px; }
.widget ul li a { padding-left: 20px; }
.widget ul li a { color: var(--secondary-color); position: relative; -ms-word-wrap: break-word; word-wrap: break-word; position: relative; }
.widget ul li a:hover { color: var(--primary-color); text-decoration: none; }
.widget.widget_archive ul li>a:before, .widget.widget_categories ul li>a:before, .widget.widget_meta ul li a:before, .widget.widget_recent_comments ul li:before, .widget.widget_recent_entries ul li>a:before, .widget.widget_nav_menu ul li>a:before, .widget.widget_pages ul li a:before { position: absolute; content: '\f054'; left: 0; font-size: 12px; top: 6px; color: inherit; font-family: "Font Awesome 5 Free"; line-height: normal; font-weight: 900; color: var(--primary-color); }

/*+++++ SideBar - Recent Comments +++++*/
.widget.widget_recent_comments #recentcomments li, .widget.widget_recent_comments ul li { padding-left: 20px; position: relative; }
.widget.widget_recent_comments #recentcomments li.recentcomments span a, .widget.widget_recent_comments ul li.recentcomments span a { color: var(--secondary-color); }
.widget.widget_recent_comments #recentcomments li.recentcomments a:before, .widget.widget_recent_comments ul li.recentcomments a:before { display: none; }
.widget.widget_recent_comments #recentcomments li.recentcomments a, .widget.widget_recent_comments ul li.recentcomments a { color: var(--primary-color); }
.widget.widget_recent_comments #recentcomments li.recentcomments a:hover, .widget.widget_recent_comments ul li.recentcomments a:hover { color: var(--primary-color); text-decoration: underline !important; }
.widget.widget_recent_comments ul li:before, .widget.widget_recent_comments ul li:before { content: '\f27a'; font-size: 12px; top: 8px; font-weight: 400; }
.widget.widget_archive ul>li a:before { left: 0; top: 8px; font-size: 10px; }
.widget.widget_archive ul li { font-weight: 400; color: var(--primary-color); }

/*+++++  SideBar Calendar  +++++*/
.widget_calendar table cagtion { cagtion-side: inherit; padding: 0 0 10px; color: var(--dark-color); font-weight: 500; }
.widget_calendar table#wp-calendar { width: 100%; text-align: center; margin-bottom: 0; margin-top: 0; background: var(--white-color); }
.widget_calendar .calendar_wrap td#today { background: var(--primary-color); color: var(--white-color); }
.widget_calendar .calendar_wrap td#today a { color: var(--white-color); }
.widget_calendar .calendar_wrap table th { background: var(--white-color); color: var(--dark-color); }
.widget_calendar .calendar_wrap table th, .widget_calendar .calendar_wrap table td { padding: 8px; text-align: center; }

/*+++++  widget_categories  +++++*/
.widget.widget_categories ul li>a { padding-left: 30px; }
.widget.widget_categories ul>li a:before { left: 0; top: 5px; content: '\f07c'; font-weight: 400; font-size: 14px; color: var(--primary-color); }
.widget_categories ul>li:last-child { margin-bottom: 0; }

/*+++++  Meta - widget RSS +++++*/
.widget.widget_rss ul li { margin-bottom: 30px; }
.widget.widget_rss ul li:last-child { margin-bottom: 0; }
.widget.widget_rss ul li a { padding-left: 0; font-size: 16px; color: var(--dark-color); font-weight: 600; font-family: var(--title-fonts); }
.widget.widget_rss ul li a:hover { color: var(--primary-color); }
.widget.widget_rss ul li a:before { display: none; }
.widget.widget_rss ul li cite { font-weight: 600; margin-top: 5px; display: inline-block; width: 100%; }
.widget.widget_rss ul li .rss-date { font-size: 14px; color: var(--primary-color); line-height: 1; float: left; display: inline-block; width: 100%; margin: 5px 0; }

/*+++++ widget Nav Menu +++++*/
.widget.widget_nav_menu ul li .sub-menu, .widget ul.menu li .sub-menu { display: block !important; padding-left: 20px; margin-top: 15px; }

/*+++++  SideBar - widget Recent Entries +++++*/
.widget_recent_entries ul li .post-date { font-weight: 600; color: var(--dark-color); }

/*+++++  Serch bar +++++*/
.widget.widget_search input { border: 1px solid var(--white-color); color: var(--dark-color); background: var(--white-color); }

/*+++++ SideBar - Tags +++++*/
.widget_tag_cloud .tag-cloud-link { font-size: 14px !important; background: var(--grey-color); margin: 0 10px 10px 0; display: inline-block; float: left; color: var(--dark-color); padding: 5px 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: 1px solid var(--grey-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
.widget_tag_cloud .tag-cloud-link:hover { border-color: var(--primary-color); background: var(--primary-color); color: var(--white-color); }
@media(max-width:1023px) {
	.sidebar.widget-area { margin-top: 45px; }
}
@media(max-width:1365px) {
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { float: left; width: 31.66%; }
}
@media(max-width:767px) {
	.commentlist ol.children { padding-left: 30px; }
	.commentlist .gt-comment-info { padding: 15px; }
	.commentlist .gt-comment-info .reply a { right: 15px; top: 15px; }
	.comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url { width: 100%; margin-right: 0; }
	.commentlist .gt-comment-avatar { width: 90px; }
}
@media(max-width:479px) {
	.commentlist .gt-comment-wrap { display: -ms-flexbox; display: inline-block; -ms-flex-align: start; align-items: inherit; width: 100%; }
	.commentlist .gt-comment-avatar { margin: 0 0 15px 0; }
	.gt-blog-post .gt-blog-contain { padding: 15px; }
	.gt-blog-post .gt-post-meta ul { display: inline-block !important; margin: 0; }
	.gt-blog-post .gt-post-meta ul li { font-size: 14px; margin-bottom: 5px; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Pagination
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-pagination { margin-top: 15px; }
.gt-pagination .page-numbers { display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; padding: 0; margin: 0; }
.gt-pagination .page-numbers li:first-child .page-numbers { margin-left: 0; }
.gt-pagination .page-numbers li .page-numbers { position: relative; display: block; padding: 0px 15px; height: 45px; width: 45px; text-align: center; line-height: 45px; margin: 0 5px; color: var(--dark-color); background-color: var(--white-color); border: 1px solid var(--grey-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-pagination .page-numbers li .page-numbers:hover { color: var(--white-color); text-decoration: none; background-color: var(--primary-color); border-color: var(--primary-color); z-index: 2; }
.gt-pagination .page-numbers li .page-numbers:focus { box-shadow: none; outline: 0; z-index: 2; }
.gt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) { cursor: pointer }
.gt-pagination .page-numbers li .page-numbers.current { color: var(--white-color); background: var(--primary-color); border-color: var(--primary-color); z-index: 1; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.gt-pagination .page-numbers li .next.page-numbers, .gt-pagination .page-numbers li .prev.page-numbers { width: auto; }
@media(max-width:767px) {
	.gt-pagination .page-numbers li .next.page-numbers, .gt-pagination .page-numbers li .prev.page-numbers { width: auto; display: none; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
OWL Carousel
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.owl-carousel .owl-nav.disabled { display: none; }
.owl-carousel .owl-nav { position: relative; cursor: pointer; z-index: 99; margin-top: 45px; text-align: center; }
.owl-carousel .owl-nav button.owl-prev { outline: none; text-align: center; text-indent: inherit; cursor: pointer; position: relative; font-size: 16px; line-height: 1; padding: 15px 30px !important; margin: 0 10px; background: var(--dark-color); }
.owl-carousel .owl-nav button.owl-prev i { margin-right: 10px; }
.owl-carousel .owl-nav button.owl-next { outline: none; text-align: center; text-indent: inherit; cursor: pointer; position: relative; font-size: 16px; line-height: 1; padding: 15px 30px !important; margin: 0 10px; background: var(--dark-color); }
.owl-carousel .owl-nav button.owl-next i { margin-left: 10px; }
.owl-carousel .owl-nav button:hover { background: var(--primary-color); }

/* Dots */
.owl-carousel .owl-dots.disabled { display: none; }
.owl-carousel .owl-dots { margin-top: 30px; line-height: normal; position: relative; width: 100%;    /* display: inline-block; */ text-indent: inherit; text-align: center; cursor: pointer; }
.owl-carousel .owl-dots .owl-dot { box-shadow: none; outline: none; background: var(--secondary-color); display: inline-block; padding: 0; margin: 0px 5px; height: 2px; width: 32px; 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; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.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); }
.owl-carousel .owl-nav button.owl-prev::before { content: ""; position: absolute; background: var(--primary-color); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; width: calc(0%); height: 1px; top: -8px; right: 16px; }
.owl-carousel .owl-nav button.owl-prev::after { content: ""; position: absolute; background: var(--primary-color); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; height: calc(0%); width: 1px; bottom: 16px; left: -8px; }
.owl-carousel .owl-nav button.owl-next::before { content: ""; position: absolute; background: var(--primary-color); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; width: calc(0%); height: 1px; bottom: -8px; left: 16px; }
.owl-carousel .owl-nav button.owl-next::after { content: ""; position: absolute; background: var(--primary-color); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; height: calc(0%); width: 1px; top: 16px; right: -8px; }
.owl-carousel .owl-nav button.owl-prev:hover::before { content: ""; width: calc(100% + 1px); }
.owl-carousel .owl-nav button.owl-prev:hover::after { content: ""; height: calc(100% + 1px); }
.owl-carousel .owl-nav button.owl-next:hover::before { content: ""; width: calc(100% + 1px); }
.owl-carousel .owl-nav button.owl-next:hover::after { content: ""; height: calc(100% + 1px); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
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#gt-header { position: relative; display: inline-block; width: 100%; clear: both; background: var(--white-color); z-index: 99; }
header#gt-header.gt-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#gt-header .gt-top-header { background: var(--dark-color); padding: 0; font-size: 14px; }
header#gt-header .gt-top-header .gt-header-contact.text-right ul { float: right; }
header#gt-header .gt-top-header .gt-header-contact ul { float: right; margin: 0; padding: 0; }
header#gt-header .gt-top-header .gt-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#gt-header .gt-top-header .gt-header-contact ul li:last-child { margin-right: 0; border-right: 1px solid rgba(255, 255, 255, 0.1); }
header#gt-header .gt-top-header .gt-header-contact ul li i { margin-right: 10px; }
header#gt-header .gt-top-header .gt-header-contact ul li a { color: var(--white-color); }
header#gt-header .gt-top-header .gt-header-contact ul li a:hover { color: var(--white-color); background: transparent; }
header#gt-header .gt-top-header .text-right .gt-header-social ul, header#gt-header .gt-top-header .gt-header-social.text-right ul { float: right; }
header#gt-header .gt-top-header .gt-header-social ul { margin: 0; padding: 0; }
header#gt-header .gt-top-header .gt-header-social ul li { list-style: none; display: inline-block; float: left; border-left: 1px solid rgba(255, 255, 255, 0.1); }
header#gt-header .gt-top-header .gt-header-social ul li a { color: var(--white-color); padding: 10px 20px; display: inline-block; }
header#gt-header .gt-top-header ul li a:hover { color: var(--white-color); background: var(--primary-color) }
header#gt-header .gt-top-header .gt-header-social ul li:last-child { border-right: 1px solid rgba(255, 255, 255, 0.1); }

/*+++++ Logo +++++*/
header#gt-header .gt-bottom-header .navbar .navbar-brand { line-height: 80px; }
header#gt-header .gt-bottom-header .navbar .navbar-brand img { height: 45px; }

/*+++++ Header Navbar Bar +++++*/
header#gt-header .gt-bottom-header { min-height: 90px; }
header#gt-header .gt-bottom-header .navbar { padding: 0; }
header#gt-header .gt-bottom-header .navbar .gt-menu-contain { display: inline-block; width: 100%; }
header#gt-header .gt-bottom-header .navbar .navbar-nav { float: right; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li { position: relative; display: inline-block; float: left; margin-right: 30px; color: var(--dark-color); line-height: 90px; font-weight: 400; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li:last-child { margin-right: 0; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li a { color: var(--dark-color); font-family: var(--title-fonts); font-size: 16px; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li a:focus, header#gt-header .gt-bottom-header .navbar .navbar-nav li a:hover, header#gt-header .gt-bottom-header .navbar .navbar-nav li.current-menu-item a, header#gt-header .gt-bottom-header .navbar .navbar-nav li.current_page_item a, header#gt-header .gt-bottom-header .navbar .navbar-nav li:hover a, header#gt-header .gt-bottom-header .navbar .navbar-nav li.current-menu-ancestor a { color: var(--primary-color); }

/*+++++ Sub Menu Bar +++++*/
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu { display: none; }
header#gt-header .gt-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: 230px; z-index: 999; 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#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li { line-height: 2; padding: 0; margin: 0; display: inline-block; width: 100%; color: var(--dark-color); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; border-bottom: 1px solid var(--grey-color); }
header#gt-header .gt-bottom-header .navbar .navbar-nav li i { margin-left: 10px; font-size: 12px; color: var(--dark-color); opacity: 0.5; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li a { line-height: 2; text-transform: capitalize; padding: 8px 15px; display: inline-block; width: 100%; color: var(--dark-color); font-size: 16px; position: relative; overflow: hidden; float: left; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a { color: var(--primary-color); }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li a:before { content: ''; position: absolute; top: calc(50% - 3px); height: 5px; width: 5px; background: var(--primary-color); border-radius: 0; left: 0; opacity: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; left: 0; -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover:before, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a:before, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a:before { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu>li:hover, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent { padding: 0 15px; }
@media screen and (max-width:4000px) and (min-width:1023px) {
	header#gt-header .gt-bottom-header .navbar .navbar-nav li:hover>.sub-menu { display: block !important; }
}

/*+++++ Navigation Sub Menu +++++*/
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu { display: none; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu { position: absolute; top: 0; left: 100%; display: block; background: var(--white-color); display: inline-block; width: 200px; }
header#gt-header .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.gt-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#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover>.gt-submenu-icon, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children.current-menu-parent>.gt-submenu-icon { color: var(--primary-color); }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu>li.menu-item-has-children:hover { color: var(--primary-color); }
header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover>a { color: var(--primary-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#gt-header .gt-menu-search-block { position: relative; margin: 0 0 0 30px; }
header#gt-header .gt-menu-search-block a { color: var(--dark-color); font-size: 16px; width: 18px; display: inline-block; }
header#gt-header .gt-search-form { position: absolute; top: 59px; right: -30px; width: 350px; padding: 15px; z-index: 999; display: none; background: var(--white-color); -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
header#gt-header .gt-button:hover .gt-button-line-left { width: calc(15px - 1px); }

/*+++++ Header Default +++++*/
header#gt-header.gt-header-default .gt-bottom-header.gt-header-sticky { position: fixed; top: 0; left: 0; display: inline-block; width: 100%; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); background: var(--white-color); }

/*+++++ Header Style-1 +++++*/
header#gt-header.gt-header-style-1.gt-has-sticky { position: absolute; top: 0; left: 0; display: inline-block; width: 100%; background: transparent; z-index: 999; padding: 15px 0; box-shadow: none; }
header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky { position: fixed; background: var(--white-color); padding: 0; -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1); }
header#gt-header.gt-header-style-1 .gt-bottom-header { min-height: 70px; }
header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-brand { line-height: normal; background: var(--white-color); padding: 25px 30px; position: relative; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li { line-height: 95px; }
header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li>a { color: var(--white-color); }
header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a { color: var(--primary-color); }
header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li i { color: var(--white-color); }
header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 95px; }
header#gt-header.gt-header-style-1 .gt-header-info-box { margin: 0 0 0 30px; display: flex; color: var(--white-color); }
header#gt-header.gt-header-style-1 .gt-header-call { display: inline-block; float: left; margin-right: 30px; margin-top: 5px; }
header#gt-header.gt-header-style-1 .gt-header-call a i { font-size: 48px; margin-right: 15px; line-height: 56px; }
header#gt-header.gt-header-style-1 .gt-header-call a { display: flex; align-items: flex-start; }
header#gt-header.gt-header-style-1 .gt-header-call a .gt-call-info { flex: 1; text-transform: capitalize; font-size: 14px; color: var(--dark-color); }
header#gt-header.gt-header-style-1 .gt-header-call a .gt-call-info span { width: 100%; float: left; display: inline-block; color: rgba(255, 255, 255, 0.8); line-height: normal; }
header#gt-header.gt-header-style-1 .gt-header-call a .gt-call-info h5 { font-weight: 600; font-size: 18px; line-height: 26px; color: var(--white-color); }
header#gt-header.gt-header-style-1 .gt-button { background: var(--primary-color); }
header#gt-header.gt-header-style-1.gt-header-sticky .gt-bottom-header .navbar .navbar-nav li>a, header#gt-header.gt-header-style-1.gt-header-sticky .gt-header-call a .gt-call-info h5 { color: var(--dark-color); }
header#gt-header.gt-header-style-1.gt-header-sticky .gt-bottom-header .navbar .navbar-nav li i { color: var(--dark-color); }
header#gt-header.gt-header-style-1.gt-header-sticky .gt-header-call a .gt-call-info span { color: var(--primary-color); }
header#gt-header .gt-button:before, header#gt-header .gt-button:after { display: none; }

/*+++++ Header Style-2 +++++*/
header#gt-header.gt-header-style-2 .gt-top-header { background: var(--dark-color); }
header#gt-header.gt-header-style-2 .gt-header-diff-block .navbar-brand img { height: 35px; }
header#gt-header.gt-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#gt-header.gt-header-style-2 .navbar-brand { background: var(--primary-color); padding: 15px 30px; margin: 0; line-height: 4.6; text-align: center; width: 100%; }
header#gt-header.gt-header-style-2 .gt-bottom-header { min-height: auto; }
header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-nav li { line-height: 75px; }
header#gt-header.gt-header-style-2 .gt-header-info-box { display: flex; }
header#gt-header.gt-header-style-2 .gt-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#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 75px; }
header#gt-header.gt-header-style-2 .gt-search-form { top: 77px; }

/*Header Style-2 sticky*/
header#gt-header.gt-header-style-2.gt-header-sticky { position: fixed; top: 0; left: 0; display: inline-block; width: 100%; }
header#gt-header.gt-header-style-2.gt-header-sticky .gt-top-header { display: none; }
header#gt-header.gt-header-style-2.gt-header-sticky .navbar-brand { line-height: 2.44444; }

/*+++++Ttoggle Side Bar +++++*/
header#gt-header.gt-header-style-2 .gt-toggle-btn { line-height: 75px; padding: 22px 25px; background: var(--primary-color); color: #fff; }
header#gt-header.gt-header-style-2 .gt-toggle-btn a:before, header#gt-header.gt-header-style-2 .gt-toggle-btn a:after { transform-origin: 50% 0%; }
.buttons ol li:before { position: absolute; bottom: 0; left: 0; z-index: -1; display: block; width: 23vw; height: 20vw; content: ""; -webkit-box-shadow: 0 0 20px rgba(33, 33, 33, 0.05); -moz-box-shadow: 0 0 20px rgba(33, 33, 33, 0.05); box-shadow: 0 0 20px rgba(33, 33, 33, 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#gt-header.gt-header-style-2 .gt-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#gt-header.gt-header-style-2 .gt-toggle-btn a:before, header#gt-header.gt-header-style-2 .gt-toggle-btn a:after { position: absolute; top: 0; left: 50%; display: block; width: 100%; height: 2px; background: currentColor; content: ""; transition: transform 0.35s; }
header#gt-header.gt-header-style-2 .gt-toggle-btn a:before { transform: translate(-50%, -10px); }
header#gt-header.gt-header-style-2 .gt-toggle-btn a:after { transform: translate(-50%, 10px); }

/*++++++++++*/
header#gt-header.gt-header-default .gt-btn-container { margin: 0 0 0 30px; }
header#gt-header.gt-header-default .gt-toggle-btn { padding: 0; margin: 0 0 0 30px; }
header#gt-header.gt-header-default .gt-toggle-btn a { position: relative; display: inline-block; padding: 0; font-size: 38px; background: var(--primary-color); color: #fff; line-height: 52px; width: 52px; height: 52px; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
header#gt-header.gt-header-default .gt-menu-search-block { margin: 0 0 0 30px; }
@media (max-width:1023px) {
	header#gt-header.gt-header-default .gt-toggle-btn { display: none; }
}

/*+++++ Header Style-1 +++++*/
.admin-bar header#gt-header.gt-header-sticky, .admin-bar header#gt-header.gt-header-style-2, .admin-bar header#gt-header.gt-header-style-1 { top: 32px; }
.admin-bar header#gt-header.gt-header-default .gt-bottom-header.gt-header-sticky { top: 32px; }
@media(max-width:767px) {
	.admin-bar header#gt-header.gt-header-sticky, .admin-bar header#gt-header { top: 0; }
	.admin-bar header#gt-header.gt-header-style-2.gt-header-sticky, .admin-bar header#gt-header.gt-header-style-1.gt-header-sticky { top: 0; }
}
@media only screen and (min-device-width:601px) and (max-device-width:768px) {
	.admin-bar header#gt-header.gt-header-sticky, .admin-bar header#gt-header.gt-header-style-2, .admin-bar header#gt-header.gt-header-style-1, .admin-bar header#gt-header.gt-header-default .gt-bottom-header.gt-header-sticky { top: 46px; }
	.admin-bar header#gt-header.gt-header-style-2.gt-header-sticky, .admin-bar header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky { top: 46px !important; }
}
@media(max-width:1599px) {
	header#gt-header .gt-bottom-header .navbar .navbar-nav li { margin-right: 20px; }
}
@media(max-width:1399px) {
	header#gt-header.gt-header-style-1 .gt-header-info-box { margin: 0 0 0 20px; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li { margin-right: 20px; }
	header#gt-header.gt-header-style-2 .gt-header-diff-block .navbar-brand img { height: 34px; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu { left: inherit; right: 100%; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-brand { padding: 20px 15px; }
}
@media(max-width:1365px) {
	header#gt-header .gt-bottom-header .navbar .navbar-nav li { font-size: 14px; margin-right: 15px; }
	header#gt-header .gt-top-header .gt-header-social ul li a { font-size: 12px; padding: 10px 15px; }
	header#gt-header .gt-top-header .gt-header-contact ul li { font-size: 12px; padding: 10px 15px; }
	header#gt-header.gt-header-default .gt-btn-container { margin: 0 0 0 15px; }
	header#gt-header.gt-header-default .gt-toggle-btn { margin: 0 0 0 15px; }
	header#gt-header.gt-header-style-2 .navbar-brand { padding: 15px 10px; line-height: 3.22222; }
	header#gt-header.gt-header-style-2 .gt-header-diff-block .navbar-brand img { height: 25px; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-nav li { margin-right: 30px; }
	header#gt-header.gt-header-style-2 .gt-menu-search-block { margin-left: 30px; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-nav li { line-height: 51px; }
	header#gt-header.gt-header-style-2 .gt-menu-search-block { line-height: 51px; padding: 0 20px; margin-left: 0; }
	header#gt-header.gt-header-style-2 .gt-search-form { top: 53px; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 52px; }
	header#gt-header.gt-header-style-2 .gt-toggle-btn { line-height: 51px; padding: 10px 20px; }
	header#gt-header.gt-header-style-2 .gt-toggle-btn a { width: 25px; }
	header#gt-header.gt-header-style-2 .gt-toggle-btn a:before { transform: translate(-50%, -10px); }
	header#gt-header.gt-header-style-2 .gt-toggle-btn a:after { transform: translate(-50%, 10px); }
	header#gt-header.gt-header-style-2.gt-header-sticky .navbar-brand { line-height: 1.455; }
	header#gt-header.gt-header-style-2.gt-header-sticky .gt-bottom-header .navbar .navbar-nav li { line-height: 57px; }
	header#gt-header.gt-header-style-2.gt-header-sticky .gt-menu-search-block, header#gt-header.gt-header-style-2.gt-header-sticky .gt-toggle-btn { line-height: 57px; }

	/*+++++ Header Style-1 +++++*/
	header#gt-header.gt-header-style-1 .gt-header-call { display: none; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li { line-height: 85px; }
}
@media(max-width:1023px) {

	/*+++++ Button Toggler +++++*/
	header#gt-header .gt-bottom-header .navbar-toggler { font-size: 20px; padding: 12px 20px; line-height: normal; float: right; outline: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 0 0 15px; color: #ffffff; }
	header#gt-header .gt-bottom-header .navbar .navbar-collapse { width: 100%; position: absolute; left: 0; top: 100%; background: #fff; -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1); max-height: 330px; overflow-y: scroll; overflow-x: hidden; }
	header#gt-header .gt-bottom-header .navbar .navbar-brand { line-height: 60px; }
	header#gt-header .gt-bottom-header { min-height: 60px; }
	header#gt-header .gt-search-form { top: 51px; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav { float: left; width: 100%; display: inline-block; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li { float: left; width: 100%; display: inline-block; line-height: normal; position: relative; font-size: 16px; position: relative; border-bottom: 1px solid var(--grey-color); }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li a { width: 100%; display: inline-block; padding: 15px; }
	header#gt-header .gt-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#gt-header .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu { position: relative; top: 0; left: 0; padding: 0; background: #f5f5f5; box-shadow: none; display: inline-block; width: 100%; float: left; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>.gt-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#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li a { padding: 10px 15px; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li>a:hover, header#gt-header .gt-bottom-header .navbar .navbar-nav li:hover>a { background: var(--primary-color); color: var(--white-color); }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a { background: var(--primary-color); color: var(--white-color); }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>.gt-submenu-icon, header#gt-header .gt-bottom-header .navbar .navbar-nav li:hover>.gt-submenu-icon { color: var(--white-color); }
	header#gt-header .gt-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#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu>li>a { background: #f5f5f5; color: var(--secondary-color); }
	header#gt-header .gt-top-header .gt-header-contact ul li { padding: 10px 10px; }
	header#gt-header.gt-header-default .gt-menu-search-block { margin-left: auto !important; }
	header#gt-header.gt-header-default .gt-btn-container { display: none; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu>li:hover, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent { padding: 0; }
	header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-item>a, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover, header#gt-header .gt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent a { margin-left: 15px; }

	/*+++++ Header Style-2 +++++*/
	header#gt-header.gt-header-style-2 { position: relative; }
	.admin-bar header#gt-header.gt-header-style-2 { top: 0; }
	.admin-bar header#gt-header.gt-header-style-2.gt-header-sticky { top: 32px; }
	header#gt-header.gt-header-style-2 .gt-top-header, header#gt-header.gt-header-style-2 .gt-toggle-btn { display: none; }
	header#gt-header.gt-header-style-2 .navbar-brand { padding: 20px 10px; line-height: normal; }
	header#gt-header.gt-header-style-2 .gt-header-info-box { margin-left: auto !important; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar-toggler { margin: 0 15px 0 0; }
	header#gt-header.gt-header-style-2 .gt-menu-search-block { line-height: 66px; margin-left: 0; margin-right: 0; float: right; display: inline-block; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-nav li { line-height: normal; margin-right: 0; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-collapse { top: 68px; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 0; }
	header#gt-header.gt-header-style-2.gt-header-sticky .gt-bottom-header .navbar .navbar-nav li { line-height: normal; }

	/*+++++ Header Style-1 +++++*/
	header#gt-header.gt-header-style-1.gt-has-sticky { top: 0; padding: 0; position: relative; background: var(--white-color); }
	header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky { top: 0; background: var(--white-color); }
	.admin-bar header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky { top: 32px; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-brand { padding: 18px 0; }
	header#gt-header.gt-header-style-1 .gt-header-call { margin-top: 0; margin-right: 15px; display: flex; }
	header#gt-header.gt-header-style-1 .gt-header-info-box { margin-left: auto; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a { color: var(--white-color); }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li { line-height: normal; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li>a, header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li { color: var(--dark-color); }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li:hover .sub-menu { top: 0; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li>a:hover, header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li:hover>a { color: var(--white-color); }
	header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky .gt-bottom-header .navbar .navbar-collapse { top: 100%; }
	header#gt-header.gt-header-style-1 .gt-header-call a .gt-call-info h5, header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-nav li i { color: var(--dark-color); }
	header#gt-header.gt-header-style-1 .gt-header-call a .gt-call-info span { color: var(--primary-color); }
}
@media(max-width:767px) {
	header#gt-header.gt-header-style-2 .navbar-brand { padding: 20px 15px; line-height: normal; text-align: left; display: inline-block; width: auto; }
	header#gt-header.gt-header-style-2 .gt-menu-search-block { display: none; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar .navbar-collapse { top: 0; }
	header#gt-header.gt-header-style-2 .gt-bottom-header .navbar-toggler, header#gt-header.gt-header-style-2 .gt-menu-search-block { margin-top: -68px; }
	header#gt-header.gt-header-style-1 .gt-header-call { display: none; }
	header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky .gt-bottom-header .navbar .navbar-brand { padding: 18px 18px 18px 0; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-brand { padding: 18px 0; }
	.admin-bar header#gt-header.gt-header-style-2.gt-header-sticky { top: 0; }
	header#gt-header.gt-header-default .gt-top-header, header#gt-header.gt-header-default .gt-btn-container { display: none !important; }
	.admin-bar header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky, .admin-bar header#gt-header.gt-header-default .gt-bottom-header.gt-header-sticky { top: 0; }
}
@media(max-width:479px) {
	.gt-menu-search-block, .gt-sidebar, .gt-toggle-btn, header#gt-header.gt-header-style-1 .gt-header-info-box { display: none !important; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar .navbar-brand { padding: 0; }
	header#gt-header.gt-header-style-1 .gt-bottom-header .navbar { padding: 10px 0; }
	header#gt-header.gt-header-style-1.gt-has-sticky.gt-header-sticky .gt-bottom-header .navbar .navbar-brand { padding: 0; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Breadcrumb
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-breadcrumb { background: var(--dark-color); color: var(--white-color); padding: 90px 0; position: relative; text-align: center; }
.gt-breadcrumb:before { position: absolute; content: ""; top: 0; left: 0; width: 100%; height: 100%; background: var(--dark-color); opacity: 0.9; }
.gt-breadcrumb .gt-breadcrumb-title h1 { font-size: 56px; line-height: 64px; margin-bottom: 0; color: var(--white-color); }
.gt-breadcrumb-container .breadcrumb { background: transparent; padding: 0; margin: 0; justify-content: center; }
.gt-breadcrumb-container .breadcrumb li { list-style-type: none; margin-right: 15px; padding-left: 0; }
.gt-breadcrumb-container .breadcrumb li.active { color: var(--primary-color); }
.gt-breadcrumb-container .breadcrumb li a { color: var(--white-color); }
.gt-breadcrumb-container .breadcrumb li a:hover { color: var(--primary-color); }
.gt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before { content: "\f125"; font-size: 12px; font-family: "Ionicons"; padding-right: 15px; color: var(--white-color); }
.gt-yoest-breadcumbs #breadcrumbs { margin: 0; padding: 0; }
.gt-yoest-breadcumbs #breadcrumbs span { color: var(--dark-color); }
.gt-yoest-breadcumbs #breadcrumbs span a { padding: 0 5px; }
.gt-yoest-breadcumbs #breadcrumbs span strong { font-weight: 400; padding-left: 5px; }
@media(max-width:1023px) {
	.gt-breadcrumb { text-align: center; }
	.gt-breadcrumb .gt-breadcrumb-title h1 { font-size: 42px; line-height: 50px; }
	.gt-breadcrumb-container .breadcrumb { display: inline-flex; }
	.gt-breadcrumb-img.text-right { text-align: center !important; }
}
@media(max-width:767px) {
	.gt-breadcrumb .gt-breadcrumb-title h1 { font-size: 34px; line-height: 42px; }
	.gt-breadcrumb-container .breadcrumb li, .gt-breadcrumb-container .breadcrumb li i { font-size: 14px; }
	.gt-breadcrumb-container .breadcrumb li { margin-right: 10px; }
	.gt-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before { padding-right: 10px; font-size: 12px; }
}
@media(max-width:479px) {
	.gt-breadcrumb .gt-breadcrumb-title h1 { font-size: 30px; line-height: 38px; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Footer
++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer#gt-footer { background: var(--grey-color); display: inline-block; width: 100%; float: left; }
footer#gt-footer .gt-footer-top { padding: 60px 0 0; }
footer#gt-footer .gt-copyright-footer { padding: 15px 0; background: #161616; }
footer#gt-footer .gt-copyright-footer .gt-copyright { text-align: center; display: inline-block; width: 100%; }
footer#gt-footer .gt-copyright-footer .gt-copyright a { color: var(--white-color); }
footer#gt-footer .gt-copyright-footer .gt-copyright a:hover { color: var(--white-color); text-decoration: underline; }

/*===== Footer Widget =====*/
footer#gt-footer .widget { background: transparent; padding: 0; box-shadow: none; border: none; margin-bottom: 45px; }
footer#gt-footer .widget .footer-title { margin-bottom: 20px; padding: 0 0 8px; font-size: 26px; position: relative; line-height: 34px; }
footer#gt-footer .widget .footer-title::before { content: ""; width: 60px; height: 2px; position: absolute; bottom: -1px; left: 0; background: var(--primary-color); }
footer#gt-footer .widget ul li a { padding: 0; }
footer#gt-footer .widget ul li a:hover { color: var(--primary-color); }
footer#gt-footer table td, footer#gt-footer table th { border: 1px solid var(--secondary-color); }
footer#gt-footer .calendar_wrap table caption { caption-side: inherit; padding: 0 0 10px; font-weight: 500; }
footer#gt-footer .calendar_wrap td#today { background: var(--primary-color); color: var(--white-color); }
footer#gt-footer .calendar_wrap td#today a { color: var(--white-color); }
footer#gt-footer ul li a.rsswidget { padding-left: 0; font-size: 16px; color: var(--dark-color); font-weight: 600; font-family: var(--title-fonts); }
footer#gt-footer ul li .rss-date { font-size: 14px; color: var(--primary-color); line-height: 1; float: left; display: inline-block; width: 100%; margin: 5px 0; }
footer#gt-footer ul li cite { font-weight: 600; margin-top: 5px; display: inline-block; width: 100%; }
footer#gt-footer .search-form { position: relative; }
footer#gt-footer .search-form .search-submit { background: var(--primary-color); border: none; position: absolute; text-align: center; line-height: 54px; height: 54px; width: 54px; top: 0; right: 0; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
footer#gt-footer .search-form .search-submit:before { content: "\f002"; font-family: "Font Awesome 5 Free"; font-weight: 600; }
footer#gt-footer .search-form .search-submit:hover { background: var(--dark-color); }
footer#gt-footer .search-form input { background: var(--white-color); border-color: var(--white-color); }
footer#gt-footer .tagcloud .tag-cloud-link { font-size: 14px !important; color: var(--white-color); background: var(--primary-color); margin: 0 10px 10px 0; display: inline-block; float: left; padding: 2px 12px; border-radius: 0; border: 1px solid var(--primary-color); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; }
footer#gt-footer .tagcloud .tag-cloud-link:hover { border-color: var(--dark-color); background: var(--dark-color); color: var(--white-color); }
footer#gt-footer .widget ul.menu li a, footer#gt-footer .gt-widget-menu .gt-service li a { position: relative; border: none; padding: 5px 0 5px 15px; font-size: 16px; display: inline-block; width: 100%; }
footer#gt-footer .widget ul.menu li a:hover, footer#gt-footer .gt-widget-menu .gt-service li a:hover { color: var(--primary-color); }
footer#gt-footer .widget ul.menu li a:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 5px; height: 5px; display: inline-block; background: var(--primary-color); margin: auto 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
footer#gt-footer .wp-calendar-nav .wp-calendar-nav-prev, footer#gt-footer .wp-calendar-nav .wp-calendar-nav-next { background: transparent; }
footer#gt-footer .wp-calendar-nav .wp-calendar-nav-prev a, footer#gt-footer .wp-calendar-nav .wp-calendar-nav-next a { }
footer#gt-footer .wp-caption p.wp-caption-text { color: var(--dark-color); }
footer#gt-footer .gt-widget-menu .gt-service li a:before { content: ""; position: absolute; top: 18px; bottom: 0; left: 0; width: 5px; height: 5px; display: inline-block; background: var(--primary-color); margin: 0; }
footer#gt-footer .widget #recentcomments--1 li.recentcomments span a { color: var(--primary-color); font-weight: 500; }

/*=========*/
#gt-footer .gt-footer-style-1 { background: var(--dark-color); color: var(--white-color); overflow: hidden; }
footer#gt-footer .gt-footer-style-1 .widget .footer-title { color: var(--white-color); }
footer#gt-footer .gt-footer-style-1 .widget ul.menu li a, footer#gt-footer .gt-footer-style-1 .gt-widget-menu .gt-service li a, footer#gt-footer .gt-footer-style-1 .widget ul li a { color: rgba(255, 255, 255, 0.9); }
footer#gt-footer .gt-footer-style-1 .widget ul li a:hover { color: var(--primary-color); }
footer#gt-footer .gt-footer-style-1 .widget ul.menu li a:before { background: var(--primary-color); }
#gt-footer .gt-footer-style-1 .widget:first-child { margin-bottom: 45px; }
#gt-footer .gt-footer-style-1 .gt-footer-logo { height: 40px; margin-bottom: 30px; }
.gt-footer-style-1 .widget ul li { margin: 0 0 5px 0; }

/*++++++++*/
#gt-footer .gt-footer-style-1 .widget:first-child { margin-bottom: 45px; }
#gt-footer .gt-footer-style-1 .widget p { color: rgba(255, 255, 255, 0.9); }
#gt-footer .gt-footer-style-1 .gt-footer-logo { height: 75px; margin-bottom: 30px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Section Title
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-section-title-box { position: relative; margin-bottom: 30px; }
.gt-section-title-box.text-center { margin-bottom: 60px; padding: 0 15em; }
.gt-section-title-box .gt-section-sub-title { font-family: var(--title-fonts); font-weight: 600; font-size: 14px; line-height: 22px; color: var(--primary-color); text-transform: uppercase; letter-spacing: .1em; padding: 0; margin: 0 0 8px; display: inline-block; }
.gt-section-title-box .gt-section-title { font-weight: 600; font-size: 48px; line-height: 56px; z-index: 9; position: relative; text-transform: capitalize; }
.gt-section-title-box .gt-section-descrigtion { z-index: 9; position: relative; font-size: 16px; color: var(--secondary-color); margin: 0; }
@media (max-width:1199px) {
	.gt-section-title-box.text-center { padding: 0; }
}
@media (max-width:1023px) {
	.gt-section-title-box .gt-section-title { font-size: 44px; line-height: 52px; }
}
@media(max-width:767px) {
	.gt-section-title-box.text-center { margin-bottom: 30px; }
	.gt-section-title-box .gt-section-title { font-size: 36px; line-height: 44px; }
}
@media(max-width:479px) {
	.gt-section-title-box .gt-section-title { font-size: 28px; line-height: 36px; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Video Popup
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-popup-video-block { text-align: center; }
.gt-video-icon a { position: relative; text-decoration: none; color: var(--primary-color); font-size: 28px; width: 90px; height: 90px; line-height: 90px; text-align: center; display: inline-block; background-color: var(--white-color); margin: 0 auto; border-radius: 90%; -webkit-border-radius: 90%; -moz-border-radius: 90%; -webkit-animation: ripple 1s linear infinite; animation: ripple 1s linear infinite; }
.gt-video-popup.gt-video-style-1 .gt-video-icon a { position: relative; text-decoration: none; color: var(--primary-color); font-size: 15px; width: 30px; height: 30px; line-height: 30px; text-align: center; display: inline-block; background-color: var(--white-color); margin: 0 auto; border-radius: 90%; -webkit-border-radius: 90%; -moz-border-radius: 90%; -webkit-animation: ripple 1s linear infinite; animation: ripple 1s linear infinite; }
@-webkit-keyframes ripple {
	0% { -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2); box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2); }
	100% { -webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0); box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0); }
}
@keyframes ripple {
	0% { -webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2); box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2); }
	100% { -webkit-box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0); box-shadow: 0 0 0 10px rgba(255, 75, 52, 0.2), 0 0 0 30px rgba(255, 75, 52, 0.2), 0 0 0 60px rgba(255, 75, 52, 0.2), 0 0 0 90px rgba(255, 75, 52, 0); }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Sidebar Menu
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-background-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--dark-color); z-index: 9999; opacity: 0.8; display: none; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.gt-siderbar-open .gt-background-overlay { display: block; 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; }
.gt-siderbar-open .gt-sidebar { right: 0; opacity: 1; }
.gt-sidebar { width: 410px; background: var(--white-color); opacity: 0; display: block; position: fixed; top: 0; right: -100%; height: 100%; z-index: 9999; transition: all 0.5s ease-in-out; -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; }
.gt-sidebar .gt-close-btn .gt-close { position: absolute; left: -45px; background: var(--primary-color); width: 60px; height: 60px; line-height: 60px; text-align: center; color: #fff; top: 90px; font-size: 20px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-sidebar-block { padding: 60px 30px 30px 30px; height: 100%; }
.gt-sidebar-header .gt-sidebar-logo { margin-bottom: 10px; height: 60px; }
.gt-sidebar h5, .gt-sidebar h4 { font-size: 30px; line-height: 38px; margin-bottom: 10px; }
.gt-sidebar ul { margin: 0; padding: 0; }
.gt-sidebar ul li { list-style: none; margin: 0; padding: 0 0 10px; }
.gt-sidebar ul li a { color: var(--secondary-color); }
.gt-sidebar ul.pt-contact li i { line-height: 2; color: var(--primary-color); font-size: 18px; margin-right: 15px; }
.gt-sidebar .footer-title { position: relative; }
.gt-sidebar .widget .footer-title:before { display: none; }
.gt-sidebar .widget .pt-contact li a { padding: 0; }
.gt-sidebar .widget .gt-footer-social ul { margin-top: 30px; display: inline-block; width: 100%; text-align: center; }
.gt-sidebar .widget .gt-footer-social ul li { display: inline-block; }
.gt-sidebar .widget .gt-footer-social ul li a { background: var(--dark-color); color: #fff; width: 60px; height: 60px; line-height: 60px; display: inline-block; padding: 0; }
.gt-sidebar .widget .gt-footer-social ul li a:hover { background: var(--primary-color); }
.gt-sidebar .widget .gt-footer-social { margin-left: 30px; }

/*+++++++++++++++++*/
.gt-sidebar-contact { margin-top: 30px; display: inline-block; width: 100%; }
.gt-sidebar-contact li { display: flex; align-items: flex-start; }
.gt-sidebar-contact li i { line-height: 2; color: var(--primary-color); }
.gt-sidebar-contact li span { margin-left: 15px; flex: 1; }

/*+++++++++++++++++*/
.gt-sidebar-social ul { margin-top: 30px; display: inline-block; width: 100%; text-align: center; }
.gt-sidebar-social ul li { display: inline-block; padding: 0; margin: 0; }
.gt-sidebar-social ul li:last-child { margin-right: 0; }
.gt-sidebar-social ul li a { background: var(--dark-color); color: #fff; width: 60px; height: 60px; line-height: 60px; display: inline-block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-sidebar-social ul li a:hover { background: var(--primary-color); }

/*+++++++++++++++++*/
.gt-sidebar .widget { background: transparent; padding: 0; border: none; box-shadow: unset; }
.gt-foote-recent-post { display: flex; align-items: flex-start; margin-bottom: 30px; }
.gt-foote-recent-post:last-child { margin-bottom: 0; }
.gt-foote-recent-post .gt-foote-recent-post-media { margin-right: 15px; }
.gt-foote-recent-post .gt-foote-recent-post-media img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-foote-recent-post .gt-foote-recent-post-info { flex: 1; align-self: center; }
.gt-foote-recent-post .gt-foote-recent-post-info .gt-post-date { color: var(--primary-color); font-size: 14px; line-height: 22px; float: left; text-transform: uppercase; width: 100%; display: inline-block; }
.gt-foote-recent-post .gt-foote-recent-post-info .gt-post-date i { display: none; }
.gt-foote-recent-post .gt-foote-recent-post-info h6 { color: var(--dark-color); font-size: 16px; line-height: 1.3; }
.gt-foote-recent-post .gt-foote-recent-post-info h6 a:hover { color: var(--primary-color); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Error
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-error-block { text-align: center; }
.gt-error-block .gt-errot-text { font-size: 420px; font-family: var(--title-fonts); color: var(--primary-color); line-height: 0.8; margin-bottom: 30px; font-style: normal; text-transform: uppercase; font-weight: 600; }
@media(max-width:1023px) {
	.gt-error-block .gt-errot-text { font-size: 320px; }
}
@media(max-width:767px) {
	.gt-error-block .gt-errot-text { font-size: 200px; }
	.gt-error-block h2 { font-size: 26px; line-height: 34px; }
}
@media(max-width:479px) {
	.gt-error-block .gt-errot-text { font-size: 130px; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Portfolio
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-portfolio-block .gt-portfolio-img { position: relative; overflow: hidden; }
.gt-portfolio-block .gt-portfolio-img img { margin-left: 30px; -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.gt-portfolio-block:hover .gt-portfolio-img img { margin-left: 0; }
.gt-portfolio-block .gt-portfolio-img:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-block; z-index: 9; background: var(--dark-color); opacity: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.gt-portfolio-block:hover .gt-portfolio-img:before { opacity: 0.5; }
.gt-portfolio-block .gt-portfolio-img a { background: var(--white-color); height: 60px; width: 60px; line-height: 60px; text-align: center; z-index: 9; color: var(--primary-color); position: absolute; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-size: 26px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; opacity: 0; }
.gt-portfolio-block:hover .gt-portfolio-img a { opacity: 1; }
.gt-portfolio-block .gt-portfolio-img a:hover { background: var(--primary-color); color: var(--white-color); }
.gt-portfolio-block .gt-portfolio-info { padding: 15px 0 0; }
.gt-portfolio-block .gt-portfolio-info span { font-family: var(--title-fonts); font-weight: 400; font-size: 14px; line-height: 22px; color: var(--primary-color); text-transform: uppercase; }
.gt-portfolio-block .gt-portfolio-info h4 a { color: var(--dark-color); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Portfolio Massanory
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-portfoliobox-1 { position: relative; overflow: hidden; display: inline-block; width: 100%; float: left; 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; }
.gt-portfoliobox-1 .gt-portfolio-img img { width: 100%; -webkit-transform: scale(1.1); transform: scale(1.1); -webkit-transitiosn: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.gt-portfoliobox-1 .gt-portfolio-img { position: relative; }
.gt-portfoliobox-1 .gt-portfolio-img:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: inline-block; z-index: 9; background: var(--dark-color); opacity: 0; transition: all 0.5s ease-in-out; -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; }
.gt-portfoliobox-1:hover .gt-portfolio-img:before { opacity: 0.9; }
.gt-portfoliobox-1 .gt-portfolio-info span { font-family: var(--title-fonts); font-weight: 400; font-size: 14px; line-height: 22px; text-transform: uppercase; color: var(--primary-color); }
.gt-portfoliobox-1 .gt-portfolio-img a { display: inline-block; }
.gt-portfoliobox-1:hover .gt-portfolio-img img { -webkit-transform: scale(1.2); transform: scale(1.2); }
.gt-portfoliobox-1 .gt-portfolio-info { margin: auto; position: absolute; bottom: 30px; z-index: 2; left: 30px; opacity: 0; background: transparent; text-align: left; color: var(--white-color); display: inline-block; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.gt-portfoliobox-1:hover .gt-portfolio-info { opacity: 1; z-index: 99; }
.gt-portfoliobox-1 .gt-portfolio-info h5 a { color: var(--white-color); }
.gt-portfoliobox-1 .gt-portfolio-info h5 a:hover { color: var(--primary-color); }
.gt-grid, .gt-masonry { display: inline-block; width: 100%; float: left; }
.gt-portfoliobox-1 .gt-action-button { position: absolute; top: 30px; right: 30px; width: 80px; height: 80px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .5); border-radius: 50%; transform: scale(0); opacity: 0; transition: all 300ms linear 0s; }
.gt-portfoliobox-1:hover .gt-action-button { opacity: 1; transform: scale(1); z-index: 99; }
.gt-portfoliobox-1 .gt-action-button a { display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 50px; height: 50px; background-color: var(--white-color); align-items: center; justify-content: center; border-radius: 50%; }
.gt-portfoliobox-1 .gt-action-button a.gt-more-plus span { display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; position: relative; left: 1px; }
.gt-portfoliobox-1 .gt-action-button a.gt-more-plus span:before, .gt-portfoliobox-1 .gt-action-button a.gt-more-plus span:after { content: ""; display: inline-block; background-color: var(--primary-color); transition: all 300ms ease-in-out 0s; }
.gt-portfoliobox-1 .gt-action-button a.gt-more-plus span.gt-x-line:before { width: 7px; height: 2px; }
.gt-portfoliobox-1 .gt-action-button a.gt-more-plus span.gt-x-line:after { width: 7px; height: 2px; }
.gt-portfoliobox-1 .gt-action-button a.gt-more-plus span.gt-y-line:before { width: 2px; height: 7px; }
.gt-portfoliobox-1 .gt-action-button a.gt-more-plus span.gt-y-line:after { width: 2px; height: 7px; }
.gt-portfoliobox-1 .gt-action-button a.gt-more-plus .gt-y-line { flex-direction: column; position: relative; left: -7px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
isotope Portfolio
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-grid-item.visible_item, .gt-masonry-item.visible_item { display: none }
.gt-filters .gt-filter-button-group ul { margin: 0 0 45px; padding: 0; display: inline-block; width: 100%; text-align: center; }
.gt-filters .gt-filter-button-group ul li { list-style: none; color: var(--dark-color); font-size: 16px; font-weight: 400; text-transform: capitalize; font-family: var(--title-fonts); display: inline-block; cursor: pointer; padding: 10px 30px; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-filters .gt-filter-button-group ul li:last-child { margin-right: 0; }
.gt-filters .gt-filter-button-group ul li.active, .gt-filters .gt-filter-button-group ul li.active:hover { background: var(--primary-color); color: var(--white-color); }
.gt-filters .gt-filter-button-group ul li:hover { color: var(--primary-color); }
.gt-grid { display: inline-block; width: 100%; float: left; }
.gt-grid:after { content: ''; display: block; clear: both; }
.gt-col-3 { width: 25%; padding: 0 15px 30px; }
.gt-col-6 { width: 50%; padding: 0 15px 30px; }
.gt-col-4 { width: 33.33%; padding: 0 15px 30px; }
.gt-grid.no-padding .gt-grid-item, .gt-masonry.no-padding .gt-masonry-item { padding: 0; }
.gt-btn-load-container { margin-top: 45px; display: inline-block; width: 100%; }

/*++++++++*/
.gt-masonry { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.gt-masonry .igt-lg-6 { width: 50%; padding: 0 15px 30px; }
.gt-masonry .igt-lg-3 { width: 25%; padding: 0 15px 30px; }
.gt-masonry.no-padding .igt-lg-6, .gt-masonry.no-padding .igt-lg-3 { padding: 0; }
@media(max-width:1365px) {
	.gt-col-3 { width: 33.33%; }
	.gt-masonry .igt-lg-6 { width: 66.66%; }
	.gt-masonry .igt-lg-3 { width: 33.33%; }
}
@media(max-width:1023px) {
	.gt-masonry .igt-lg-6 { width: 100%; }
	.gt-col-3, .gt-col-4, .gt-masonry .igt-lg-3 { width: 50%; }
}
@media(max-width:767px) {
	.gt-filters .gt-filter-button-group ul li { margin-right: 0; font-size: 14px; }
	.gt-col-6, .gt-col-4, .gt-col-3, .gt-masonry .igt-lg-3, .gt-masonry .igt-lg-6 { width: 100%; padding: 0 0 30px; }
}
.gt-grid-item { float: left; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Portfolio Single
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-portfolio-info-box { display: inline-block; width: 100%; }
.gt-porfolio-info-header h5 { font-size: 36px; line-height: 44px; margin-bottom: 10px; }
.gt-porfolio-info .gt-info-list { margin: 0; padding: 0; }
.gt-porfolio-info .gt-info-list li { list-style: none; margin: 0 0 15px; padding: 0 0 10px; border-bottom: 1px solid var(--grey-color); display: inline-block; width: 100%; }
.gt-porfolio-info .gt-info-list li h5 { display: inline-block; font-size: 16px; line-height: 24px; font-weight: 600; }
.gt-porfolio-info .gt-info-list li span { float: right; color: var(--primary-color); font-family: var(--title-fonts); }
.Projects-dts .gt-portfolio-block .gt-portfolio-info { padding-bottom: 0; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Testimonial
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++ Testmonial 1 ++++++++++*/
.gt-testimonialbox-style-1 { background: var(--white-color); padding: 30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-testimonialbox-style-1 .gt-testimonial-img { display: flex; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid var(--grey-color); }
.gt-testimonialbox-style-1 .gt-testimonial-img .gt-testimonial-media { margin-right: 30px; }
.gt-testimonialbox-style-1 .gt-testimonial-img img { display: inline-block; -webkit-border-radius: 900px; -moz-border-radius: 900px; border-radius: 900px; }
.gt-testimonialbox-style-1 .gt-testimonial-info { align-self: center; width: 80%; display: inline-block; }
.gt-testimonialbox-style-1 .gt-testimonial-info h5 { font-size: 24px; line-height: 32px; color: var(--dark-color); text-transform: capitalize; }
.gt-testimonialbox-style-1 .gt-testimonial-info span { font-family: var(--title-fonts); font-weight: 400; font-size: 14px; line-height: 22px; color: var(--primary-color); display: inline-block; float: left; text-transform: uppercase; }
.gt-testimonialbox-style-1 .gt-testimonial-info .gt-testimonial-star { font-size: 12px; line-height: 20px; color: #FBBF37; display: inline-block; width: 100%; }
.gt-testimonialbox-style-1 .gt-quote { width: 20%; display: inline-block; text-align: right; }
.gt-testimonial.gt-testimonial-1 .gt-quote i { font-size: 70px; line-height: 79px; font-weight: 600; opacity: 0.1; color: var(--primary-color); }
.gt-testimonialbox-style-1 .gt-testimonial-content p { margin-bottom: 0; }
.gt-testimonial-1 .owl-stage-outer { overflow: visible; }
.gt-testimonial-1 .owl-item { opacity: 0; }
.gt-testimonial-1 .owl-item.active { opacity: 1; }
@media(max-width:767px) {
	.gt-testimonialbox-style-1 { text-align: center; }
	.gt-testimonialbox-style-1 .gt-testimonial-img .gt-testimonial-media { margin: 0; }
	.gt-testimonialbox-style-1 .gt-testimonial-info span { float: none; }
	.gt-testimonialbox-style-1 .gt-testimonial-img { display: block; margin-bottom: 15px; padding-bottom: 15px; }
	.gt-testimonialbox-style-1 .gt-testimonial-info { width: 100%; margin-top: 15px; }
	.gt-testimonialbox-style-1 .gt-quote { font-size: 64px; line-height: 72px; position: absolute; left: 15px; top: 15px; }
	.gt-testimonialbox-style-1 .gt-testimonial-img img { width: 100px; height: 100px; }
}

/*+++++++ Testmonial 2 ++++++++++*/
.gt-testmonial-style-2 { position: relative; }
.gt-testmonial-style-2 .gt-testimonial-img { display: flex !important; margin-bottom: 15px; }
.gt-testmonial-style-2 .gt-testimonial-img img { float: left; margin-right: 15px; border-radius: 900px; width: 90px; height: 90px; display: inline-block; }
.gt-testmonial-style-2 .gt-testimonial-meta { -ms-flex-item-align: center !important; align-self: center !important; }
.gt-testmonial-style-2 .gt-testimonial-meta h5 { color: var(--white-color); }
.gt-testmonial-style-2 .gt-testimonial-meta p { font-family: var(--title-fonts); font-weight: 400; font-size: 14px; line-height: 22px; color: var(--primary-color); text-transform: uppercase; margin-bottom: 0; }
.gt-testmonial-style-2 .gt-quote { position: absolute; right: 15px; top: 0; width: 100px; opacity: 0.2; }
.gt-testmonial-style-2 .gt-quote i { font-size: 62px; line-height: 70px; font-weight: 600; opacity: 0.2; color: var(--primary-color); }
.gt-testmonial-style-2 .gt-testimonial-content p { color: var(--white-color); font-style: italic; }
.gt-testmonial-style-2 .owl-carousel .owl-dots { display: inline-block; width: auto; position: absolute; right: 0; border: 0; margin: 0; bottom: 0; }
.gt-testmonial-style-2 .gt-testimonial-star { color: #f6bb21; }
.mr-b { margin-bottom: -60px; }
.gt-m-blog { padding: 190px 0 130px; }

/*+++++++ Testmonial 3 ++++++++++*/
.gt-testmonial-style-3 { display: flex; align-items: flex-start; margin-left: 60px; background: var(--white-color); padding: 30px 30px 30px 0; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.gt-testmonial-style-3 .gt-testimonial-media { width: 120px; height: 120px; margin-left: -60px; margin-right: 15px; border: 10px solid var(--primary-color); -webkit-border-radius: 700px; -moz-border-radius: 700px; border-radius: 700px; }
.gt-testmonial-style-3 .gt-testimonial-info { flex: 1; }
.gt-testmonial-style-3 .gt-testimonial-info span { color: var(--primary-color); font-weight: 600; font-size: 14px; line-height: 22px; text-transform: uppercase; display: inline-block; width: 100%; float: left; }
.gt-testmonial-style-3 .gt-testimonial-media img { display: inline-block; width: 105px; height: 105px; position: absolute; bottom: 113px; left: 8px; border: 10px solid transparent; -webkit-border-radius: 900px; -moz-border-radius: 900px; border-radius: 900px; }

/*++++++++++++++ Testmonial-style-3 ++++++++++++++++++++++++*/
.gt-testimonial-box.gt-testimonialbox-style-3 { display: flex; align-items: flex-start; margin-left: 60px; background: var(--white-color); padding: 30px 30px 30px 0; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
.gt-testimonialbox-style-3 .gt-testimonial-media { width: 120px; height: 120px; margin-left: -60px; margin-right: 15px; border: 10px solid var(--primary-color); -webkit-border-radius: 700px; -moz-border-radius: 700px; border-radius: 700px; }
.gt-testimonialbox-style-3 .gt-testimonial-media img.testimonial.img { display: inline-block; width: 105px; height: 105px; position: absolute; top: 38px; left: 8px; border: 10px solid transparent; -webkit-border-radius: 900px; -moz-border-radius: 900px; border-radius: 900px; }
.gt-testimonialbox-style-3 .gt-testimonial-info { flex: 1; }
.gt-testimonialbox-style-3 .gt-testimonial-info span { color: var(--primary-color); font-weight: 600; font-size: 14px; line-height: 22px; text-transform: uppercase; display: inline-block; width: 100%; float: left; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Team
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++ Team 1 ++++++++++*/
.gt-team-box.gt-team-box-style-1 .gt-team-img { position: relative; overflow: hidden; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.gt-team-box.gt-team-box-style-1 .gt-team-info { padding: 30px; text-align: center; background: var(--white-color); box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomright: 5px; -moz-border-radius-bottomleft: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.gt-team-box-style-1 .gt-team-info h5 { text-transform: capitalize; border-bottom: 1px solid var(--grey-color); padding-bottom: 15px; }
.gt-team-box.gt-team-box-style-1 .gt-team-info .gt-team-contain { display: flex; margin-top: 20px; width: 100%; justify-content: space-between; }
.gt-team-box.gt-team-box-style-1 .gt-team-info .gt-team-designation { font-family: var(--title-fonts); font-weight: 400; font-size: 14px; line-height: 22px; color: var(--primary-color); display: inline-block; text-transform: uppercase; }
.gt-team-box.gt-team-box-style-1 .gt-team-info .gt-team-contain .gt-team-designation { display: inline-block; align-self: center; width: 50%; }
.gt-team-box.gt-team-box-style-1 .gt-team-info .gt-team-contain .gt-team-social { display: inline-block; width: 50%; text-align: right; }
.gt-team-box.gt-team-box-style-1 .gt-team-social ul { list-style: none; margin: 0; padding: 0; display: inline-block; }
.gt-team-box.gt-team-box-style-1 .gt-team-social ul li { display: inline-block; padding: 0 10px; 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; }
.gt-team-box.gt-team-box-style-1 .gt-team-social ul li a { color: var(--secondary-color); }
.gt-team-box.gt-team-box-style-1 .gt-team-social ul li a:hover { color: var(--primary-color); }
.gt-team .owl-stage-outer { overflow: visible; }
.gt-team .owl-item { opacity: 0; }
.gt-team .owl-item.active { opacity: 1; }

/*+++++++ Team 2 ++++++++++*/
.gt-team .gt-team-box-style-2 { position: relative; }
.gt-team .gt-team-box-style-2 .gt-team-img { position: relative; overflow: hidden; padding-right: 45px; }
.gt-team .gt-team-box-style-2 .gt-team-img .gt-team-designation { font-size: 14px; letter-spacing: 1px; width: 100%; color: var(--primary-color); text-transform: uppercase; position: absolute; top: 0; left: 100%; text-align: left; padding-top: 10px; -webkit-transform-origin: 0 0; transform-origin: 0 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.gt-team .gt-team-box-style-2 .gt-team-img .gt-team-designation:before { content: ""; position: absolute; bottom: 50%; margin-bottom: -5px; left: 75%; height: 1px; width: 200px; display: inline-block; z-index: 0; background: #fff; 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; }
.gt-team .gt-team-box-style-2:hover .gt-team-img .gt-team-designation:before { left: 60% }
.gt-team .gt-team-box-style-2 .gt-team-social ul { margin: 0; padding: 0; position: absolute; bottom: 15px; left: -75px; display: inline-block; width: 60px; 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; }
.gt-team .gt-team-box-style-2:hover .gt-team-social ul { left: 15px; }
.gt-team .gt-team-box-style-2 .gt-team-social ul li { list-style: none; display: inline-flex; margin: 0; }
.gt-team .gt-team-box-style-2 .gt-team-social ul li:last-child { margin: 0; }
.gt-team .gt-team-box-style-2 .gt-team-social ul li a { background: var(--primary-color); color: var(--white-color); text-align: center; width: 60px; height: 60px; line-height: 60px; }
.gt-team .gt-team-box-style-2 .gt-team-social ul li a:hover { background: var(--primary-color); color: var(--white-color); }
.gt-team .gt-team-box-style-2 .gt-team-info { padding: 15px 15px 0; margin-right: 45px; text-align: center; }
.gt-team .gt-team-box-style-2 .gt-team-info h5 { font-size: 20px; line-height: 28px; }
.gt-team .gt-team-box-style-2 .gt-team-info p { margin-bottom: 0; }
@media(max-width:1399px) {
	.gt-team .gt-team-box-style-2 .gt-team-social ul li a { padding: 12px 15px; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Navigation Tabel
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-navigation-tab .nav-tabs { margin: 0 0 45px 0; float: left; padding: 0; display: inline-block; width: 100%; text-align: center; border: none; }
.gt-navigation-tab .nav-tabs li { display: inline-block; padding: .25rem .5rem .25rem 0; }
.gt-navigation-tab .nav-tabs li { padding: 0; 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; }
.gt-navigation-tab .nav-tabs li a.active { background: var(--primary-color); color: var(--white-color); border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-navigation-tab .nav-tabs li a:hover { background: var(--primary-color); columns: var(--white-color); border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: var(--white-color); }
.gt-navigation-tab .nav-tabs li a { display: inline-block; padding: 10px 30px; letter-spacing: 1px; font-size: 14px; font-weight: 400; text-transform: uppercase; color: var(--dark-color); border: none; 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; }
.gt-navigation-tab .nav-tabs li a.active:hover { color: var(--white-color); }
.navigation-shortcode-table tr.navigation-shortcode-row th { background-color: var(--grey-color); border: 1px solid var(--white-color); text-align: center; color: var(--secondary-color); padding: .25rem 1rem; overflow-wrap: normal; -webkit-hyphens: none; -ms-hyphens: none; hyphens: none; }
.navigation-shortcode-table tr.navigation-shortcode-row th { text-align: center; font-family: var(--title-fonts); font-weight: 400; padding: 15px 0; border: 1px solid var(--secondary-color); text-transform: uppercase; color: var(--dark-color); }
.navigation-shortcode-table tbody td, .navigation-shortcode-table.navigation-theme-mode tbody td.event { padding: 15px !important; text-align: center; border: 1px solid var(--secondary-color); background: var(--white-color); color: var(--dark-color); }
.navigation-shortcode-wrapper .navigation-shortcode-table tbody td.navigation-shortcode-hours { padding: 0 1rem !important; white-space: nowrap; width: 1%; vertical-align: middle; }
.navigation-shortcode-wrapper .navigation-shortcode-table.navigation-theme-mode tbody td.event { background-color: var(--white-color); }
.navigation-shortcode-table tbody td { position: relative; border: 1px solid var(--secondary-color); padding: 0; line-height: normal; -webkit-box-sizing: initial; box-sizing: initial; }
.menu-navigation-tabs td { vertical-align: middle; }
.navigation-shortcode-table tbody .navigation-event-container .event-title { display: inline-block; margin: .5rem .25rem .25rem; text-decoration: none; font-size: 1.1em; }
.navigation-shortcode-table tbody .navigation-event-container .event-title { letter-spacing: 0; font-family: var(--title-fonts); font-weight: 600; text-decoration: none; margin: 0; font-size: 14px; 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-shortcode-table tbody .navigation-event-container .event-descrigtion, .navigation-shortcode-table tbody .navigation-event-container .event-subtitle { font-size: 14px; margin: 5px 0 0; text-transform: uppercase; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
FAQ
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-accordion-block .gt-accordion-box { background: var(--white-color); margin-bottom: 30px; position: relative; }
.gt-accordion-block .gt-accordion-box:last-child { margin-bottom: 0; }
.gt-accordion-block .gt-accordion-box .gt-ad-title { background: var(--grey-color); border: 1px solid var(--grey-color); padding: 15px 30px; }
.gt-accordion-block .gt-accordion-box .gt-ad-title .ad-title-text { font-size: 1em; line-height: 2; }
.gt-accordion-block .gt-accordion-box .gt-ad-title i { position: absolute; top: 24px; right: 30px; opacity: 1; color: var(--dark-color); }
.gt-accordion-block .gt-accordion-box .gt-ad-title i.inactive { opacity: 0; }
.gt-accordion-block .gt-accordion-box.gt-active .gt-ad-title i { position: absolute; top: 24px; right: 30px; opacity: 0; color: var(--dark-color); }
.gt-accordion-block .gt-accordion-box.gt-active .gt-ad-title i.inactive { opacity: 1; }
.gt-accordion-block .gt-accordion-box.gt-active .gt-ad-title i { color: var(--white-color); }
.gt-accordion-block .gt-accordion-box .gt-accordion-details { padding: 15px 30px; border: 1px solid var(--grey-color); border-top: 0; }
.gt-accordion-block .gt-accordion-box .gt-accordion-details p { margin-bottom: 0; }
.gt-accordion-block .gt-accordion-box.gt-active .gt-ad-title { background: var(--primary-color); border: 1px solid var(--primary-color); }
.gt-accordion-block .gt-accordion-box.gt-active .gt-ad-title .ad-title-text { color: var(--white-color); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Swiper Pagination
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.swiper-container .swiper-pagination { position: relative; margin: 30px 0 0; bottom: 0; }
.swiper-container .swiper-pagination .swiper-pagination-bullet { opacity: 1; background: var(--dark-color); width: 10px; height: 10px; }
.swiper-container .swiper-pagination .swiper-pagination-bullet-active { background: var(--primary-color); }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 4px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
From
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wpcf7-form input[type="text"], .wpcf7-form textarea, .wpcf7 input[type="email"], .wpcf7 input[type="tel"] { margin-bottom: 30px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Counter
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-counter-1 { display: flex; align-items: flex-start; }
.gt-counter-1 .gt-counter-info { flex: 1; margin-left: 15px; }
.gt-counter-1 .gt-counter-media i { font-size: 70px; color: var(--primary-color); line-height: 78px; }
.gt-counter-1 .gt-counter-info  h5 { color: var(--white-color); font-size: 48px; line-height: 56px; display: inline-block; }
.gt-counter-1 .gt-counter-info .gt-counter-prefix { color: var(--white-color); font-size: 48px; line-height: 56px; font-family: var(--title-fonts); font-weight: 600; }
.gt-counter-1 .gt-counter-info p { font-family: var(--title-fonts); font-weight: 400; margin-bottom: 0; color: var(--white-color); text-transform: uppercase; font-size: 14px; line-height: 22px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Classes TimeTabel
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.mptt-shortcode-wrapper .mptt-navigation-tabs { margin: 0 0 45px 0; float: left; padding: 0; display: inline-block; width: 100%; text-align: center; }
.mptt-shortcode-wrapper .mptt-navigation-tabs li { padding: 0; 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; }
.mptt-shortcode-wrapper .mptt-navigation-tabs li a { display: inline-block; padding: 10px 30px; font-size: 16px; font-weight: 400; text-transform: capitalize; font-family: var(--title-fonts); color: var(--secondary-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; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active, .mptt-shortcode-wrapper .mptt-navigation-tabs li:hover { background: var(--primary-color); color: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.mptt-shortcode-wrapper .mptt-navigation-tabs li.active a, .mptt-shortcode-wrapper .mptt-navigation-tabs li:hover a { color: var(--white-color); }
.mptt-shortcode-wrapper .mptt-shortcode-table { margin-bottom: 0; border: 1px solid rgb(244 97 80 / 30%); border-collapse: collapse !important; }
.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th { background: var(--white-color); text-align: center; font-family: var(--title-fonts); font-weight: 400; padding: 15px 0; border: 1px dashed rgb(244 97 80 / 20%); border-bottom: 0; border-top: 0; }
.mptt-shortcode-wrapper.mptt-table-responsive .mptt-shortcode-table tbody td, .mptt-shortcode-wrapper.mptt-table-responsive .mptt-shortcode-table.mptt-theme-mode tbody td.event { padding: 30px !important; text-align: center; border: 1px dashed rgb(244 97 80 / 20%); background: transparent; }
.mptt-shortcode-wrapper.mptt-table-responsive .mptt-shortcode-table tbody .mptt-event-container { outline: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title { text-transform: capitalize; letter-spacing: 0; font-family: var(--title-fonts); font-weight: 600; text-decoration: none; margin: 0; font-size: 16px; 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; }
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description, .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-subtitle { font-size: 13px; margin: 0 0; line-height: 22px; }
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-description { color: var(--white-color); }
.mptt-shortcode-wrapper .mptt-column-title { margin: 0 0 10px !important; text-align: center; width: 100%; font-size: 1.2em; }
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list { margin: 0; padding: 0; }
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event { padding: 15px; margin: 0; border: 0; border-bottom: 1px solid var(--white-color); background: var(--grey-color); }
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-description, .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-subtitle { float: right; margin: 0; }
.mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .mptt-event-title { color: var(--dark-color); }
.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container p { color: var(--secondary-color); }
.timeslots-title { margin: 30px 0 0; }
.timeslot { border-bottom: 1px solid var(--grey-color); padding-bottom: 15px; margin: 15px 0 0; }
.timeslot .timeslot-link { text-transform: uppercase; font-size: 16px; font-family: var(--title-fonts); font-weight: 800; letter-spacing: 1px; line-height: 24px; }
.timeslot time { font-style: italic; font-size: 14px; }
.mp-event .pt-blog-post { margin-bottom: 0; }
@media(max-width:1023px) {
	.mptt-shortcode-wrapper .mptt-shortcode-table tr.mptt-shortcode-row th, .mptt-shortcode-wrapper.mptt-table-responsive .mptt-shortcode-table tbody td, .mptt-shortcode-wrapper.mptt-table-responsive .mptt-shortcode-table.mptt-theme-mode tbody td.event, .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description, .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title { font-size: 12px; letter-spacing: 0; }
	.mptt-shortcode-wrapper.mptt-table-responsive .mptt-shortcode-table tbody td { padding: 5px 5px !important; }
}
.mptt-shortcode-wrapper .mptt-shortcode-table tr:nth-child(odd) { background: var(--grey-color) !important; }
.mptt-shortcode-wrapper .mptt-shortcode-table tr:nth-child(even) { background-color: #fff !important; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Pricebox
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-pricebox .gt-pricebox-style-1 .text-center { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: var(--white-color); }
.gt-pricebox-style-1.active .gt-price-detail { background: var(--primary-color); }
.gt-pricebox-style-1 .gt-price-detail { position: relative; padding: 30px; background: var(--dark-color); z-index: 9; color: var(--white-color); overflow: hidden; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-top-left: 5px; -moz-border-radius-top-right: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.gt-pricebox-style-1 .gt-price-detail .gt-price-title { font-family: var(--title-fonts); display: inline-block; width: 100%; margin-bottom: 15px; letter-spacing: 1px; font-size: 18px; line-height: 26px; }
.gt-pricebox-style-1 .gt-price-detail .price { color: var(--white-color); font-size: 60px; line-height: 68px; }
.gt-pricebox-style-1 .gt-price-detail .gt-price-duration { color: var(--white-color); font-weight: normal; margin-bottom: 0; }
.gt-pricebox-style-1 .gt-bg-effect { position: absolute; left: 0; bottom: 0; margin-bottom: 0 !important; z-index: -1; opacity: 0.1; }
.gt-pricebox-style-1 .gt-list-items { margin: 0; padding: 30px; border: 2px solid var(--grey-color); border-top: 0; border-bottom: 0; }
.gt-pricebox-style-1 .gt-list-items li { list-style: none; line-height: 45px; }
.gt-pricebox-style-1 .gt-btn-container { border: 2px solid var(--grey-color); border-top: 0; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottom-right: 5px; -moz-border-radius-bottom-left: 5px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; }
.gt-pricebox-style-1 .gt-button { margin-bottom: 30px; }
@media(max-width:767px) {
	.gt-pricebox-style-1 .gt-price-detail { padding: 30px 15px; }
	.gt-pricebox-style-1 .gt-price-detail .price { font-size: 48px; }
	.gt-pricebox-style-1 .pt-bg-effect { width: 135%; }
}

/*+++++++++++++ Priceing plan 2++++++++++++++++++++++++++++++++++*/
.gt-pricebox-2.gt-pricebox-style-2 { position: relative; padding: 45px 30px; background: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); }
.gt-pricebox-2.gt-pricebox-style-2  .gt-price-label { font-size: 16px; line-height: 24px; color: var(--white-color); background: var(--primary-color); position: absolute; top: 26px; right: 0; padding: 15px 35px 15px 22px; border: 0; display: block; text-transform: capitalize; font-family: var(--body-fonts); -webkit-border-top-left-radius: 900px; -webkit-border-bottom-left-radius: 900px; -moz-border-radius-topleft: 900px; -moz-border-radius-bottomleft: 900px; border-top-left-radius: 900px; border-bottom-left-radius: 900px; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-pricebox-info { border-bottom: 2px solid var(--grey-color); margin-bottom: 30px; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-pricebox-info .gt-price-title { font-family: var(--title-fonts); font-weight: 600; font-size: 18px; line-height: 26px; color: var(--primary-color); text-transform: uppercase; letter-spacing: .1em; padding: 0; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-pricebox-info .price { font-weight: 600; margin: 15px 0 0; font-size: 52px; line-height: 60px; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-pricebox-info .gt-price-duration { font-family: var(--title-fonts); font-weight: 400; color: var(--primary-color); text-transform: capitalize; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-list-info { padding: 0; margin: 0; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-list-info li { list-style: none; margin: 0; padding: 10px 0; text-align: left; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-list-info li:first-child { margin: 0; padding-top: 0; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-list-info li i { float: right; }
.gt-pricebox-2.gt-pricebox-style-2  .gt-list-info li.active i { color: var(--primary-color); }
.gt-pricebox-2.gt-pricebox-style-2  .gt-btn-container { margin: 35px 0 0; }
.gt-pricebox-2.gt-pricebox-style-2.active .gt-btn-container .gt-button-block a { background: var(--primary-color); color: var(--white-color); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Blog Home
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-blog .owl-carousel .gt-blog-post .gt-blog-contain .gt-blog-title { font-size: 24px; line-height: 32px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Footer Contact
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-contact h5 { color: var(--white-color); }
.gt-contact .gt-address { margin-bottom: 20px; }
.gt-contact .gt-phone { margin-bottom: 20px; }
#gt-footer .gt-footer-style-1 .col-xl-6.col-md-6.text-center .widget { padding: 0 45px; }
.gt-footer-social ul { margin: 0; display: inline-block; width: 100%; text-align: center; }
.gt-footer-social ul li { display: inline-block; margin: 0 5px !important; }
.gt-footer-social ul li a { background: #333333; color: #ffffff; width: 60px; height: 60px; line-height: 60px; display: inline-block; -webkit-border-radius: 9000px; -moz-border-radius: 9000px; border-radius: 9000px; }
.gt-footer-social ul li a:hover { background: var(--primary-color); color: #ffffff !important; }
@media(max-width:1299px) {
	#gt-footer .gt-footer-style-1 .col-xl-6.col-md-6.text-center .widget { padding: 0; text-align: left; }
	.gt-footer-social ul { width: inherit; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Service Box
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*+++++++++++ service-box-1 +++++++++++*/
.gt-service-box .gt-service-box-1 .gt-service-info { position: relative; background-color: var(--white-color); padding: 45px 30px; box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-service-media { position: absolute; top: -37px; right: 30px; width: 75px; height: 75px; display: inline-block; text-align: center; color: var(--white-color); border: 3px solid var(--white-color); -webkit-border-radius: 700px; -moz-border-radius: 700px; border-radius: 700px; }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-service-media img { -webkit-border-radius: 700px; -moz-border-radius: 700px; border-radius: 700px; }
.gt-service-box-1 .gt-service-img { overflow: hidden; }
.gt-service-box-1:hover .gt-service-img img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.gt-service-box-1 .gt-service-img img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-sub-title { font-family: var(--title-fonts); font-weight: 600; color: var(--primary-color); font-size: 14px; line-height: 22px; margin-bottom: 10px; text-transform: uppercase; }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-service-title { font-weight: 700; font-size: 24px; line-height: 32px; margin-bottom: 5px; text-transform: capitalize; }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-service-meta { display: flex; margin-top: 15px; width: 100%; justify-content: space-between; }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-service-meta .gt-service-price { font-weight: 600; font-size: 20px; line-height: 28px; display: inline-block; padding: 7px 15px; text-align: center; background: var(--primary-color); color: var(--white-color); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-service-meta .gt-service-star { font-size: 16px; line-height: 24px; display: inline-block; text-align: right; align-self: center; }
.gt-service-box .gt-service-box-1 .gt-service-info .gt-service-meta .gt-service-star i { color: #f39c14; padding: 0 2px 0 0; }
.gt-service-box-1 .gt-service-hover-contain { margin: auto; position: absolute; top: 34%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 68%; opacity: 0; display: inline-block; background: rgba(255, 255, 255, 0.5); transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-service-box-1:hover .gt-service-hover-contain { opacity: 1; }
.gt-service-box-1 .gt-service-hover-contain .gt-service-list { padding: 0; margin: 0; display: inline-block; list-style: none; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }
.gt-service-box-1 .gt-service-hover-contain .gt-service-list .gt-post-list { list-style: none; position: relative; display: block; margin-top: 10px; }
.gt-service-box-1 .gt-service-hover-contain .gt-service-list .gt-post-list:first-child { margin-top: 0; }
.gt-service-box-1 .gt-service-hover-contain .gt-service-list .gt-post-list-icon { font-size: 20px; line-height: 28px; display: inline-block; margin-right: 15px; color: var(--primary-color); }
.gt-service-box-1 .gt-service-hover-contain .gt-contain-list { font-size: 20px; line-height: 28px; display: inline-block; }
.gt-service-box-1 .gt-service-hover-contain .gt-contain-list a { color: var(--secondary-color); }
.gt-service-box-1 .gt-service-hover-contain .gt-contain-list a:hover { color: var(--primary-color); }
.gt-service-box.gt-service-box-style-1 .gt-service-info .gt-service-media { background: var(--dark-color); font-size: 24px; line-height: 60px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
From White
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.from-white .wpcf7-form input[type="text"], .from-white .wpcf7-form textarea, .from-white .wpcf7 input[type="email"], .from-white .wpcf7 input[type="tel"] { background: var(--white-color); border: 1px solid var(--white-color); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Landing
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.page-id-8024 footer#gt-footer { display: none; }
.image-box-img img { box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Tabs
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-tabs-1 .nav-tabs { border: none; display: flex; }
.gt-tabs-1 .nav-tabs .nav-item { background: var(--grey-color); padding: 30px; border: 2px solid var(--grey-color); margin-right: 30px; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; flex: 1; }
.gt-tabs-1 .nav-tabs .nav-item:last-child { margin-right: 0; }
.gt-tabs-1 .nav-tabs .nav-item i { font-size: 62px; line-height: 70px; }
.gt-tabs-1 .nav-tabs .nav-item span { display: inline-block; width: 100%; margin-top: 15px; font-size: 20px; line-height: 28px; font-weight: 600; color: var(--dark-color); font-family: var(--title-fonts); }
.gt-tabs-1 .nav-tabs .nav-item.active { background: var(--primary-color); color: var(--white-color); position: relative; }
.gt-tabs-1 .nav-tabs .nav-item.active span { color: var(--white-color); }
.gt-tabs-1 .nav-tabs .nav-item:nth-child(even) { background: var(--grey-color); color: var(--primary-color); }
.gt-tabs-1 .nav-tabs .nav-item.active:nth-child(even) { background: var(--primary-color); color: var(--white-color); position: relative; }
.gt-tabs-1 .nav-tabs .nav-item:after { top: 100%; left: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(255, 75, 54, 0); border-top-color: var(--white-color); border-width: 15px; margin-left: -15px; opacity: 0; transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; }
.gt-tabs-1 .nav-tabs .nav-item.active:after { opacity: 1; border-top-color: var(--primary-color); }
.gt-tabs-1 .nav-tabs .nav-item.active:nth-child(even):after { opacity: 1; border-top-color: var(--primary-color); }

/*++++++++++++++++++*/
.gt-tabs-1 .tab-content { margin-top: 30px; }
.gt-tabs-1 .tab-content .gt-tab-info h2 { font-size: 38px; line-height: 46px; margin-bottom: 5px; }
.gt-tabs-1 .tab-content .gt-tab-info p { margin-bottom: 15px; }
.gt-tabs-1 .tab-content .gt-tab-info ul { padding: 0; }
.gt-tabs-1 .tab-content .gt-tab-info ul li { list-style: none; margin: 0; padding: 10px 0 0; }
.gt-tabs-1 .tab-content .gt-tab-info ul li:before { font-family: "Ionicons"; content: "\f382"; color: var(--primary-color); margin-right: 10px; }
.gt-tabs-1 .tab-content .gt-tab-info .gt-button-block { margin: 30px 0 0; }
@media(max-width:1365px) {
	.gt-tabs-1 .nav-tabs .nav-item { padding: 30px 15px; }
}
@media(max-width:1023px) {
	.gt-tabs-1 .tab-content .gt-tab-info h2 { font-size: 38px; line-height: 46px; }
	.gt-tabs-1 .tab-content .gt-tab-info { margin-top: 30px; }
}
@media(max-width:767px) {
	.gt-tabs-1 .nav-tabs .nav-item { padding: 15px; margin: 0 10px 10px 0; }
	.gt-tabs-1 .nav-tabs .nav-item i { font-size: 40px; line-height: 48px; }
	.gt-tabs-1 .nav-tabs .nav-item span { display: none; }
	.gt-tabs-1 .tab-content .gt-tab-info { text-align: center; }
	.gt-tabs-1 .tab-content .gt-tab-info h2 { font-size: 32px; line-height: 40px; }
}
@media(max-width:479px) {
	.gt-tabs-1 .nav-tabs .nav-item i { font-size: 30px; line-height: 38px; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
fancy-box-style-1
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-fancy-box.gt-fancy-box-style-1 { background-color: var(--white-color); padding: 30px 45px; text-align: center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-fancy-box-style-1 .gt-fancy-box-media { margin-bottom: 30px; }
.gt-fancy-box-style-1 .gt-fancy-box-media i { font-size: 100px; line-height: 108px; color: var(--primary-color); }
.gt-fancy-box-style-1 .gt-fancy-box-content .gt-fancy-box-step { font-weight: 600; font-size: 14px; line-height: 22px; color: var(--primary-color); display: inline-block; margin-bottom: 5px; text-transform: uppercase; position: relative; padding: 0 15px; }
.gt-fancy-box-style-1 .gt-fancy-box-content .gt-fancy-box-step:before { content: ''; position: absolute; height: 1px; width: 100%; top: 0; left: 100%; margin: auto; bottom: 0; background-color: var(--grey-color); }
.gt-fancy-box-style-1 .gt-fancy-box-content .gt-fancy-box-step:after { content: ''; position: absolute; height: 1px; width: 100%; top: 0; right: 100%; margin: auto; bottom: 0; background-color: var(--grey-color); }
.gt-fancy-box-style-1 .gt-fancy-box-content .gt-fancy-box-title { margin-top: 15px; text-transform: capitalize; }
.gt-fancy-box-style-1 .gt-fancy-box-content .gt-fancy-box-description { margin-bottom: 0; }

/*++++++++++++Fancy Box 2++++++++++++++++++++*/
.gt-fancy-box.gt-fancy-box-style-2 { padding: 60px 30px; color: var(--white-color); height: 100%; width: 100%; }
.gt-fancy-box-style-2 .gt-fancybox-info .gt-fancybox-sub-title { font-family: var(--title-fonts); color: var(--primary-color); font-weight: 600; font-size: 14px; line-height: 22px; text-transform: uppercase; }
.gt-fancy-box-style-2 .gt-fancybox-info h5.gt-fancy-box-title { font-size: 32px; line-height: 40px; color: var(--white-color); margin-bottom: 5px; }
.gt-fancy-box-style-2 .gt-fancybox-info .gt-button.pt-btn-link { color: var(--white-color); }
.link-button .gt-fancy-box-style-2 .gt-button.gt-btn-link span:after { background-color: var(--white-color); }
.link-button .gt-fancy-box-style-2 .gt-button.gt-btn-link:before, .link-button .gt-fancy-box-style-1 .gt-button.gt-btn-link:after { background-color: var(--primary-color); }
.link-button .gt-fancy-box-style-2 .gt-button.gt-btn-link:after { content: ''; position: absolute; top: 50%; right: 10px; transform-origin: center center; width: 10px; height: 2px; background-color: var(--primary-color); transition: all .2s ease-out; transform: translateY(-50%); }
.link-button .gt-fancy-box-style-2 .gt-button.gt-btn-link:hover:after { transform: translateY(-50%) rotate(90deg); }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Fancy Box 3
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-fancy-box-style-3 { padding: 30px; background: var(--white-color); box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-fancy-box-style-3 .gt-fancy-box-media { margin-bottom: 30px; }
.gt-fancy-box-style-3 .gt-fancy-box-media i { font-size: 62px; line-height: 70px; color: var(--primary-color); }
.gt-fancy-box-style-3  .gt-fancy-box-content .gt-fancy-box-subtitle { font-family: var(--title-fonts); font-weight: 600; color: var(--primary-color); font-size: 14px; line-height: 22px; text-transform: uppercase; }
.gt-fancy-box-style-3 .gt-fancy-box-media span { font-weight: 900; right: 15px; font-size: 72px; line-height: 80px; display: inline-block; float: right; color: var(--secondary-color); opacity: 0.1; }
.gt-fancy-box-style-3  .gt-fancy-box-content .gt-fancy-box-heading { margin-bottom: 10px; text-transform: capitalize; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
Fancy Box 4
+++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-fancy-box.gt-fancy-box-style-4 { background-color: var(--white-color); padding: 45px 30px; }
.gt-fancy-box-style-4 .gt-fancy-box-media { position: relative; margin-bottom: 15px; display: inline-block; width: 100%; }
.gt-fancy-box-style-4 .gt-fancy-box-media i { font-size: 80px; line-height: 88px; color: var(--primary-color); }
.gt-fancy-box-style-4 .gt-fancy-box-media span { font-weight: 900; right: 15px; font-size: 72px; line-height: 80px; display: inline-block; float: right; color: var(--secondary-color); opacity: 0.1; }
.gt-fancy-box-style-4 .gt-fancybox-info .gt-fancybox-sub-title { color: var(--primary-color); font-weight: 400; font-size: 14px; line-height: 22px; text-transform: uppercase; }
.gt-fancy-box-style-4  .gt-fancybox-info .gt-fancy-box-title { padding: 0 0 10px 0; margin: 0 0 10px 0; border-bottom: 1px solid var(--grey-color); font-size: 32px; line-height: 40px; }
.gt-fancy-box-style-4  .gt-fancybox-info.gt-fancybox-description { margin-top: 15px; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++

Progressbar

+++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-progressbar-style-1 .gt-progressbar-content { margin-bottom: 30px; display: inline-block; float: left; width: 100%; }
.gt-progressbar-style-1 .gt-progressbar-content:last-child { margin-bottom: 0; }
.gt-progressbar-style-1 .progress-title { margin: 0; font-size: 20px; line-height: 28px; font-family: var(--title-fonts); color: var(--dark-color); font-weight: 700; }
.gt-progressbar-style-1 .progress-value {     color: #f46150;
    margin: 0;
    float: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Josefin Sans';}
.gt-progressbar-style-1 .gt-progress-bar { display: inline-block; width: 100%; padding: 0; background: var(--grey-color); float: left; margin-top: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.gt-progressbar-style-1 .gt-progress-bar span { height: 5px; display: inline-block; background: var(--primary-color); float: left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/*++++++++++++++++++++++++++++++++++++++++++++++++++++

Client

+++++++++++++++++++++++++++++++++++++++++++++++++++*/
.gt-clientbox-1 .gt-client-img { position: relative; display: block; height: auto; width: auto;  margin: 0 auto; -webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; transition: transform .3s ease }
.gt-clientbox-1 a:hover .gt-client-img { -webkit-transform: translateY(125%); -moz-transform: translateY(125%); transform: translateY(125%) }
.gt-clientbox-1 a:hover .gt-client-hover-img { -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); transform: translate(-50%, 0) }
.gt-clientbox-1 .gt-client-hover-img { position: absolute; top: 0; left: 50%; width: auto !important; height: 100%; -webkit-transform: translate(-50%, -102%); -moz-transform: translate(-50%, -102%); transform: translate(-50%, -102%); -webkit-transition: -webkit-transform .3s ease; -moz-transition: -moz-transform .3s ease; transition: transform .3s ease }

/*================================================

Circle Progress

================================================*/
.gt-circle-progress { position: relative; text-align: center; }
.gt-circle-progress .gt-progress-count { color: var(--white-color); position: absolute; top: 41%; left: 50%; display: inline-block; font-family: var(--title-fonts); font-size: 62px; line-height: 70px; font-weight: 700; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.gt-circle-progress .gt-progress-title { color: var(--white-color); display: inline-block; width: 100%; font-family: var(--title-fonts); font-size: 20px; line-height: 28px; font-style: normal; text-transform: capitalize; font-weight: 700; margin: 0; }