/*
Template: hostinq - Hosting WordPress & WHMCS 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
==> Dummy data
==> Blog Sidebar
==> Blog
==> Pagination
==> Social Media Icons Share
==> Home Blog
==> Error
==> Header
==> Sidebar Menu
==> Breadcrumb
==> Footer
==> Team
==> Video Popup
==> Swiper Pagination
==> Page id
==> OWL Carousel
==> Banner
==> Gen Slick
==> Carousel Movies
==> Movies Single
==> Notification
==> Masvideos Breadcrumb
==> Single Tv Show
==> Single Tv Season
==> Quote From
==> Table
======================================
[ End table content ]
======================================*/
/*================================================
Moz Selectio
================================================*/
:root {
	--gtd-primary-color: #3E95FE;
	--gtd-secondary-color: #001142;
	--gtd-body-text-color: #666666;
	--gtd-primarydark-color: #3e95fec7;
	--gtd-active-color: #3e95fec7;
	--gtd-black-color: #000000;
	--gtd-dark-color: #001142;	
	--gtd-grey-color: #EFF3FF;
	--gtd-white-color: #ffffff;	
	--gtd-border-color: #e5e5e5;	
	--gtd-body-fonts: 'DM Sans', sans-serif;
	--gtd-title-fonts: 'Inter', sans-serif;
	--gtd-tablet: 768px;
	--gtd-desktop: 1024px;
}
::-moz-selection {
	text-shadow: none;
	background: var(--gtd-primary-color);
	color: #fff;
}
::-moz-selection {
	text-shadow: none;
	background: var(--gtd-primary-color);
	color: #fff;
}
::selection {
	text-shadow: none;
	background: var(--gtd-primary-color);
	color: #fff;
}
/*================================================
General
================================================*/
body {
	background: var(--gtd-white-color);
	font-family: var(--gtd-body-fonts);
    font-size: 16px;
    line-height: 1.75rem;
	font-style: normal;
	font-weight: 400;
	color: var(--gtd-body-text-color);
	overflow-x: hidden;
	text-transform:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--gtd-title-fonts);
	color: var(--gtd-secondary-color);
	font-style: normal;
	text-transform: none;
	font-weight: 700;
	margin: 0 0 16px 0;
	letter-spacing:0.5px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	line-height: 1.2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 36px;
	font-style: normal;
	line-height: 46px;
}
h2 {
	font-size: 32px;
	font-style: normal;
	line-height: 40px;
}
h3 {
	font-size: 24px;
	font-style: normal;
	line-height: 32px;
}
h4 {
	font-size: 22px;
	font-style: normal;
	line-height: 32px;
}
h5 {
	font-size: 20px;
	font-style: normal;
	line-height: 30px;
}
h6 {
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
}
/*===== HTML Tags =====*/
a,
.button {
	color: var(--gtd-dark-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;
	text-decoration: none;
}
a:focus,
a:hover {
	color: var(--gtd-primary-color);
	outline: none;
}
p {
	margin-bottom: 30px;
}
img {
	max-width: 100%;
	height: auto;
}
.gtd-header-default .gtd-logo img {
	height: 65px;
}
pre {
	border: none;
    background: none;
    padding: 0;
    font-family: inherit;
	line-height: 1.3125;
    background: var(--gtd-grey-color);
    color: #787c8b;
    font-family: monospace;
    font-size: 16px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 20px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
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-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}
table td,
table th {
    border: 1px solid var(--gtd-border-color);
	padding: 8px;
	text-align: center;
}
/*===== Input Textarea =====*/
input,
input.form-control {
	border: none;
	width: 100%;
	float: left;
	font-size: 16px;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	outline: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	background-color: var(--gtd-white-color);
}
input:focus,
input:hover,
textarea:focus,
textarea:hover,
.form-control:focus {
	border-color: var(--gtd-primarydark-color);
	outline: none;
}
input[type="radio"],
input[type="checkbox"] {
	width: auto;
	height: auto;
	float: none;
	margin-right: 5px;
}
textarea {	
    border:none;
    width: 100%;
    float: left;
    padding: 30px 20px;
    outline: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 10px;
	background-color: var(--gtd-white-color);
}
input::placeholder,
textarea::placeholder {
	color: var(--gtd-secondary-color);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: var(--gtd-secondary-color);
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: var(--gtd-secondary-color);
}
/*===== Select =====*/
select,
select.form-control {
	border: 1px solid var(--gtd-border-color);
	color: var(--gtd-dark-color);
	background: var(--gtd-white-color);
	width: 100%;
	float: left;
	padding: 0 30px 0 30px;
	height: 55px;
	line-height: 55px;
	outline: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	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: 1400px;
}
.content-area .site-main {
	padding: 100px 0;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	float: left;
}
.page.elementor-page .content-area .site-main {
	padding-top: 0;
	padding-bottom: 0;
}
/*================================================
Loading
================================================*/
#gtd-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(--gtd-grey-color);
	opacity: 1;
}
#gtd-loading img {
	height: 75px;
}
/*================================================
Back to Top
================================================*/
#back-to-top .top {
    position: fixed;
    bottom: 10px;
    right: 50px;
    margin: 0px;
    color: var(--gtd-white-color);
    background: var(--gtd-primary-color);
    z-index: 999;
    border: 1px solid var(--gtd-primary-color);
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#back-to-top .top:hover {
	background: var(--gtd-primarydark-color);
	color: var(--gtd-white-color);
	border: 1px solid var(--gtd-primarydark-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{
	max-width: 100%;
}
.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-style: italic;
    font-size: 14px;
    line-height: 1.6153846154;
    margin-top: 5px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}
.wp-block-gallery figcaption.blocks-gallery-caption {
	margin-bottom: 10px;
}
.bypostauthor {
	display: block;
}
.wp-caption-text {
	font-size: 14px;
	margin: 4px 0 0;
	line-height: normal;
}
/*===== Text meant only for screen readers =====*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 0px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: var(--gtd-grey-color);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
/*================================================
Button Core
================================================*/
input[type="button"],
[type="reset"],
[type="submit"] {
	padding: 12px 30px;
	font-family: var(--gtd-title-fonts);
	font-size: 16px;
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
	text-transform: capitalize;
	color: var(--gtd-white-color) !important;
	display: inline-block;
	border: none;
	width: auto;
	height: auto;
	line-height: 2;
	text-transform: uppercase;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	color: var(--gtd-white-color) !important;
	background-color: var(--gtd-dark-color);
}
.gtd-button {
	text-transform: uppercase;
	position: relative;
	width: auto;
	font-weight: 400;
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
	font-family: var(--gtd-title-fonts);
	font-size: 16px;
	padding: 12px 30px;
	line-height: 2;
	vertical-align: middle;
	border: none;
	display: inline-block;
	overflow: hidden;
	-webkit-border-radius: 30x;
	-moz-border-radius:30px;
	border-radius: 30px;
}
.gtd-button span {
	z-index: 9;
	position: relative;
}
.gtd-button i {
	margin-right: 10px;
}
.gtd-button:hover,
.gtd-button:focus {
	color: var(--gtd-white-color);
	background: var(--gtd-primarydark-color);
}
/*===== Button link =====*/
.gtd-button.gtd-button-link {
	padding: 0;
	background: transparent;
	color: var(--gtd-secondary-color);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.gtd-button.gtd-button-link:hover {
	color: var(--gtd-white-color);
}
.gtd-button.gtd-button-link i {
	margin-right: 10px;
	height: 56px;
	width: 56px;
	display: inline-block;
	line-height: 56px;
	background: var(--gtd-white-color);
	color: var(--gtd-primary-color);
	text-align: center;
	-webkit-border-radius: 900px;
	-moz-border-radius: 900px;
	border-radius: 900px;
	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;
}
.gtd-button.gtd-button-link:hover i {
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
/*===== Button outline =====*/

.gtd-post-grid .gtd-button.gtd-button-outline {
	background: transparent;
	border: none;
	color: var(--gtd-primary-color);
	padding: 0;
}
.gtd-post-grid .gtd-button.gtd-button-outline:hover {
	color: var(--gtd-secondary-color);
}

/*================================================
Dummy data
================================================*/
.gtd-sticky-post-label {
	padding: 5px 15px;
    background: var(--gtd-primary-color);
    color: var(--gtd-white-color);
    margin-bottom: 15px;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-transform: uppercase;
}
.gtd-sticky-post-label i {
	margin-right: 5px;
}
.wp-block-button__link,
.wp-block-file a.wp-block-file__button {
	background: var(--gtd-black-color);
	color: var(--gtd-white-color) !important;
	font-size: 16px;
}
.wp-block-button__link:hover,
.wp-block-file a.wp-block-file__button:hover {
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
	border-color: var(--gtd-black-color);
    color: var(--gtd-black-color) !important;
}
.is-style-outline .wp-block-button__link:hover,
.wp-block-button__link.is-style-outline:hover {
	background: var(--gtd-primary-color);
	border-color: var(--gtd-primary-color);
	color: var(--gtd-white-color) !important;
}
.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
.wp-block-button {
	margin-bottom: 30px;
}
.wp-block-cover.has-background-dim {
	color: var(--gtd-white-color);
}
.gtd-blog-post blockquote {
	background: var(--gtd-grey-color);
	padding: 30px;
	border-radius: 0;
	border-left:5px solid var(--gtd-primary-color);
	margin-bottom: 30px;
	position: relative;
}
blockquote cite {
	font-family: var(--gtd-title-fonts);
	color: var(--gtd-primary-color);
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}
.gtd-blog-post .gtd-blog-contain blockquote:before {
    content: "\e82b";
    font-family: "gtd-base-icons";
    font-weight: 600;
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-size: 30px;
    opacity: 1;
    line-height: 40px;
    color: var(--gtd-primary-color);
}
blockquote strong {
	font-family: var(--gtd-title-fonts);
	color: var(--gtd-primary-color);
	font-style: italic;
	font-weight: 600;
}
.gtd-blog-post .gtd-blog-contain blockquote p {
	margin-bottom: 0;
}
.gtd-blog-post .gtd-blog-contain p:last-child {
	margin-bottom: 0;
}
.post-password-form input {
	float: none;
}
.post-password-form input[type="password"],
.gtd-blog-post .gtd-blog-contain .wp-block-archives-dropdown select {
	border: 1px solid var(--gtd-border-color);
}
.post-password-form input[type=submit]:hover {
    color: var(--gtd-white-color);
    background-color:var(--gtd-dark-color);
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    color: var(--gtd-dark-color);
    font-family: var(--gtd-title-fonts);
    font-weight: 500;
}
.gtd-blog-post .gtd-blog-contain table td,
.gtd-blog-post .gtd-blog-contain table th,
.gtd-comment-area table td,
.gtd-comment-area table th {
    border-color: var(--gtd-border-color);
    background: var(--gtd-grey-color);
    color: var(--gtd-dark-color);
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: inline-block;
}
.gtd-comment-area {
	display: inline-block;
	width: 100%;
	margin-top: 60px;
}
.gtd-blog-contain .wp-block-archives,
.gtd-blog-contain .wp-block-archives-dropdown,
.gtd-blog-contain .wp-block-categories,
.gtd-blog-contain .wp-block-latest-posts,
.gtd-blog-contain .wp-block-tag-cloud,
.gtd-blog-contain .wp-block-search {
	margin: 0 0 30px;
	padding: 0;
	display: inline-block;
	width: 100%;
	float: left;
}
.gtd-blog-contain .wp-block-archives li {
	list-style-type: none;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment,
.wp-block-latest-comments__comment {
	display: inline-block;
	width: 100%;
}
.gtd-addon-catagory.widget_categories ul li,
.gtd-addon-catagory.wp-block-categories li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wp-block-latest-posts {
	display: inline-grid;
}
.wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
	border-radius: 20px;
}
.gtd-blog-post.wp-block-latest-posts .wp-block-latest-posts__featured-image{
	margin: 0 20px 0 0;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-title {
    margin: 5px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    padding-left: 0px;
    font-weight: 600 !important;
}
.home .wp-block-latest-posts li .wp-block-latest-posts__post-title{
	 font-weight: 500 !important;
}


.sidebar .widget.widget_recent_comments ul li{
	position: relative;
	padding-left: 25px;
}
.sidebar .widget.widget_recent_comments ul li::before {
    content: '\f0e5';
	font-family: 'gtd-base-icons';
    top: 2px;
    font-size: 14px;
	position: absolute;
    left: 0;
    font-size: 16px;
    top: 3px;
    color: var(--gtd-dark-color);  
    line-height: normal;
    font-weight: normal;
}
/*===== Gallery =====*/
.gallery-item .gallery-caption {
	font-size: 14px;
	line-height: 22px;
}
.gallery-size-thumbnail .gallery-item {
	margin-right: 2%;
	width: 18.4%;
	margin-bottom: 2%;
	display: inline-block;
	vertical-align: top;
}
.gallery.gallery-size-thumbnail {
	display: inline-block;
	width: 100%;
}
.gallery-size-thumbnail .gallery-item img {
	margin-bottom: 10px;
	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: calc(33.33% - 20px);
}
.gallery-columns-4 .gallery-item {
	width: 23%;
}
.gallery-columns-5 .gallery-item {
	width: 18%;
}
.gallery-columns-6 .gallery-item {
	width: 14.6%;
}
.gallery-columns-7 .gallery-item {
	width: 12.2%;
}
.gallery-columns-8 .gallery-item {
	width: 10.5%;
}
.gallery-columns-9 .gallery-item {
	width: 9.1%;
}
/*===== Calendar =====*/
.gtd-blog-contain .wp-block-calendar {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
	color: var(--gtd-white-color);
}
.wp-calendar-table {
	margin-bottom: 0;
}
.wp-calendar-nav .wp-calendar-nav-prev {
	float: left;
}
.wp-calendar-nav .wp-calendar-nav-next {
	float: right;	
}
.widget_calendar .wp-calendar-nav {
    margin-top: 15px;
}
.wp-calendar-nav .pad {
	display: none;
}
/*=====  Tags =====*/
.wp-block-tag-cloud .tag-cloud-link {
    text-transform: capitalize;
    font-size: 14px !important;
    background: var(--gtd-white-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--gtd-dark-color);
    padding: 3px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 20px;
    border: 1px solid var(--gtd-border-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;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
	border-color: var(--gtd-primarydark-color);
	background: var(--gtd-primarydark-color);
	color: var(--gtd-white-color);
}
/*=====  Blog Page Link =====*/
.page-links {
	margin: 25px 0 10px;
	clear: both;
}
.gtd-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;
    border: 1px solid var(--gtd-dark-color);
    margin-left: 5px;
    padding: 0px;
    display: inline-block;
    color: var(--gtd-dark-color);
	border-radius: 900px;
}
.gtd-blog-contain .page-links a:hover,
.page-links .post-page-numbers.current {
	text-decoration: none;
	border-color: transparent;
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
.gtd-blog-contain .page-links>span.page-number,
.page-links>span.page-number {
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
article.hentry .gtd-blog-contain .page-links a:hover {
	color: #fff;
}
article.hentry.format-audio .gtd-blog-content p:nth-child(-n+2) {
	display: inline-block;
	margin-bottom: 0;
}

.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;
}
article.hentry.format-audio .gtd-post-media p:nth-child(-n+2) {
	display: inline-block;
	margin-bottom: 0;
	padding-top: 30px;
}
article.hentry.format-audio .gtd-post-media p {
	margin-bottom: 0;
	padding-left: 30px;
}
article.hentry.format-audio .gtd-post-media p {
	margin-bottom: 0;
	padding-left: 30px;
}
article.hentry.format-video .gtd-post-media p {
	margin-bottom: 0;
}
article.hentry.format-video .gtd-post-media {
	text-align: center;
}
article.hentry.format-audio .gtd-post-media embed,
article.hentry.format-video .gtd-post-media iframe {
	width: 100%;
}
/*================================================
Blog Sidebar
================================================*/
.widget {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
	padding: 30px;
	background: var(--gtd-grey-color);
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.widget:last-child {
	margin-bottom: 0;
}
/*+++++ Widget Title +++++*/
.widget .widget-title {
	margin-bottom: 15px;
	padding: 0;
	font-size: 24px;
	position: relative;
	line-height: 32px;
}
/*+++++ SideBar - Search +++++*/
.widget.widget_search .widget-title:before {
	background: var(--gtd-white-color);
}
.widget.widget_search input {
	border: 1px solid var(--gtd-border-color);
	color: var(--gtd-black-color);
	background: var(--gtd-white-color);
	border-radius:30px;
	padding: 0 70px 0 20px;
}
.widget.widget_search input:focus,
.widget.widget_search input:hover {
	border-color: var(--gtd-primary-color);
}
.widget.widget_search input::placeholder {
	color: var(--gtd-dark-color);
}
.widget.widget_search input:-ms-input-placeholder {
	color: var(--gtd-dark-color);
}
.widget.widget_search input::-ms-input-placeholder {
	color: var(--gtd-dark-color);
}
.search-form {
	position: relative;
}
.search-form label {
	width: 100%;
	margin-bottom: 0;
	float: left;
	width: 100%;
}
.search-submit {
    border: none;
    padding: 0;
    position: absolute;
    text-align: center;
    color: var(--gtd-white-color) !important;
    line-height: 50px;
    height: 50px;
    width: 50px;
    top: 5px;
    right: 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;
}
.widget_search .wp-block-search__button:before,
.search-submit:before {
	content: "\e822";
	font-family: "gtd-base-icons";
    right: 50%;
    top: 50%;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    color: var(--gtd-vitanic-white-color);
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.search-submit:hover {
	color: var(--gtd-white-color) !important;
	background: var(--gtd-primarydark-color);
	outline: none;
}
.blog .gentechtreethemes-contain .container .col-lg-8,
.single-post .gentechtreethemes-contain .gtd-container .col-lg-8{
	padding-right: 30px;
}
.widget.widget_search .search-form {
    position: relative;
}
.sidebar .wp-block-search .wp-block-search__button,
.sidebar .widget.widget_search .search-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    color: var(--gtd-white-color);
    background: var(--gtd-primary-color);
}
.sidebar .wp-block-search .wp-block-search__button {
    font-size: 0;
}
.sidebar .wp-block-search .wp-block-search__button:hover,
.sidebar .widget.widget_search .search-form button:hover {
    background-color: var(--gtd-dark-color);
}
.sidebar .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

/*+++++ widget-menu +++++*/
.widget ul {
	padding: 0;
	margin: 0;
}
.widget ul li {
	list-style: none;
	margin: 0 0 20px 0;
}
.widget ul li:last-child {
	margin-bottom: 0;
}
.widget ul ul.children {
	padding-left: 25px;
	margin-top: 15px;
}
.widget ul li a {
	position: relative;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}
.widget ul li a:hover {
	color: var(--gtd-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.wp-block-latest-comments ul li:before,
.widget.widget_nav_menu ul li>a:before,
.widget.widget_pages ul li a:before {
	position: absolute;
	content: '\e814';
	left: 0;
    font-size: 16px;
    top: 0;
	color: inherit;
	font-family: "gtd-base-icons";
	line-height: normal;
	font-weight: 900;
}
.sidebar.widget-area,
.sidebar.widget-area,
.sidebar.widget-area,
.sidebar.widget-area .widget.widget_nav_menu li > a,
.sidebar.widget-area .widget_pages li a,
.sidebar.widget-area .widget.widget_meta a,
.sidebar.widget-area .widget_archive li a{
    position: relative;
    padding-left: 20px;
}

/*+++++ SideBar - Recent Comments +++++*/
.widget.wp-block-latest-comments #recentcomments li,
.widget.wp-block-latest-comments ul li {
	padding-left: 20px;
	position: relative;
}
.widget.wp-block-latest-comments #recentcomments li.recentcomments span a,
.widget.wp-block-latest-comments ul li.recentcomments span a {
	color: var(--gtd-white-color);
}
.widget.wp-block-latest-comments #recentcomments li.recentcomments a:before,
.widget.wp-block-latest-comments ul li.recentcomments a:before {
	display: none;
}
.widget.wp-block-latest-comments #recentcomments li.recentcomments a,
.widget.wp-block-latest-comments ul li.recentcomments a {
	color: var(--gtd-primary-color);
}
.widget.wp-block-latest-comments #recentcomments li.recentcomments a:hover,
.widget.wp-block-latest-comments ul li.recentcomments a:hover {
	color: var(--gtd-primary-color);
	text-decoration: underline !important;
}
.widget.wp-block-latest-comments ul li:before,
.widget.wp-block-latest-comments ul li:before {
	content: '\f27a';
	font-size: 12px;
	top: 10px;
	font-weight: 600;
}
.wp-block-cover {
    margin-bottom: 30px;
}
.wp-block-media-text:not(:last-child) {
    margin-bottom: 20px;
}
.alignleft.wp-block-gallery {
    margin: 5px 20px 20px 0;
}
.gtd-blog-post .gtd-blog-contain blockquote.has-text-align-right:before{
	left: 30px;
	right: auto;
}
.has-large-font-size {
    line-height: 40px;
}

/*+++++ SideBar - Archive +++++*/
.widget.widget_archive ul>li a:before {
    left: 0;
    top: 0;
    font-size: 16px;
}
.widget.widget_archive ul li {
	font-weight: 400;
	color: var(--gtd-dark-color);
}
.widget.widget_archive ul li:hover {
	color: var(--gtd-primary-color);
}
/*+++++  SideBar Calendar  +++++*/
.widget_calendar table caption {
	caption-side: top;
	font-weight: 600;
}
.widget_calendar table#wp-calendar {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 0;
	background: var(--gtd-dark-color);
}
#gtd-footer .widget_calendar table#wp-calendar{
	background: transparent;
}
.widget_calendar .calendar_wrap td#today {
	color: var(--gtd-white-color);
}
.widget_calendar .calendar_wrap td#today a {
	color: var(--gtd-white-color);
}
.widget_calendar .calendar_wrap table th {
	background: var(--gtd-dark-color);
	color: var(--gtd-white-color);
}
.widget_calendar .calendar_wrap table th,
.widget_calendar .calendar_wrap table td {
	padding: 8px;
	text-align: center;
	border-bottom: 1px solid rgb(255 255 255 / 33%);
    border-right: 1px solid rgb(255 255 255 / 33%);
}

#gtd-footer .wp-block-search__inside-wrapper{
	position: relative;
}
#gtd-footer .widget_search .wp-block-search__button{
	font-size: 0;
	position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    outline: none;
    color: var(--gtd-white-color);
    background: var(--gtd-primary-color);
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) ..wp-block-search__button{
	top: 10px;
    right: 10px;
}
#gtd-footer .widget_search .wp-block-search__button svg{
	display: none;
}
/*+++++  widget_categories  +++++*/
.widget_block.widget .wp-block-archives li > a,
.widget.wp-block-archives ul li>a,
.widget_block.widget .wp-block-categories li > a,
.widget.widget_categories ul li>a {
    padding-left: 0px;
    font-family: var(--gtd-title-fonts);
	font-size: 16px;
    line-height: 26px;
	display: inline-block;
}
.widget_block.widget .wp-block-archives li > a:hover,
.widget.wp-block-archives ul li > a:hover,
.widget_block.widget .wp-block-categories li > a:hover,
.widget.widget_categories ul li > a:hover{
    padding-left: 20px;
}
.widget_block.widget .wp-block-archives li > a:before,
.widget.wp-block-archives ul li>a:before,
.widget_block.widget .wp-block-categories li > a:before,
.widget.widget_categories ul>li a:before {
	left: 0;
    top: 0px;
    content: "\e814";
    position: absolute;
    font-family: "gtd-base-icons";
    font-weight: 400;
	font-size: 20px;
    line-height: 24px;
	opacity: 0;
	overflow: hidden;
	color: var(--gtd-primary-color);
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.widget_block.widget .wp-block-categories li:hover,
.widget.widget_categories ul>li:hover{
	 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;
}
.widget_block.widget .wp-block-archives li > a:hover:before,
.widget.wp-block-archives ul li >a:hover:before,
.widget_block.widget .wp-block-categories li > a:hover:before,
.widget.widget_categories ul>li > a:hover:before {
	opacity: 1;
	overflow: visible;
}
.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(--gtd-dark-color);
	font-weight: 600;
	font-family: var(--gtd-title-fonts);
}
.widget.widget_rss ul li a:hover {
	color: var(--gtd-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%;
	font-size: 15px;
}
.widget.widget_rss ul li .rss-date {
	color: var(--gtd-primary-color);
    display: block;
}
/*+++++ widget Nav Menu +++++*/
.widget.widget_nav_menu ul li .sub-menu,
.widget ul.menu li .sub-menu {
	padding-left: 15px;
	margin-top: 15px;
}
.sidebar.widget-area .widget_nav_menu ul > li > i{
	right: -10px;
    position: relative;
    font-size: 13px;
}

/*+++++  SideBar - widget Recent Entries +++++*/
.widget_recent_entries ul li .post-date {
	font-weight: 600;
	color: var(--gtd-dark-color);
}
/*+++++ SideBar - Tags +++++*/
.widget_tag_cloud .tag-cloud-link {
    text-transform: capitalize;
    font-size: 14px !important;
    background: var(--gtd-white-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    color: var(--gtd-dark-color);
    padding: 2px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 20px;
    border: 1px solid var(--gtd-border-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(--gtd-primary-color);
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
/*+++++ widget Dropdown +++++*/
.widget select,
.widget select.form-control {
	background-color: var(--gtd-white-color);
	border-color: var(--gtd-border-color);
}
@media(max-width:1200px) {
	.sidebar.widget-area {
		margin-top: 45px;
		padding-left: 18px;
		padding-right: 18px;
	}
}
/*===== Comments Box =====*/
.comment-respond {
    display: inline-block;
    background-color: var(--gtd-grey-color);
    padding: 60px 70px;
    border-radius: 20px;
	margin-top: 60px;
}
.commentlist .comment .comment-respond {
	margin-bottom: 15px;
}
.gtd-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(--gtd-primary-color);
	font-size: 60%;
	margin-left: 30px;
}
.comment-respond .comment-reply-title a:hover {
	color: var(--gtd-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 .gtd-comment-info {
	padding: 30px;
    border: 1px solid var(--gtd-border-color);
    position: relative;
    background: transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.commentlist ol.children {
	padding-left: 60px;
}
.commentlist .gtd-comment-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
}
.commentlist .gtd-comment-avatar {
	padding-right: 30px;
}
.commentlist .gtd-comment-avatar img {
	-webkit-border-radius: 900px;
	-moz-border-radius: 900px;
	border-radius: 900px;
}
.commentlist .gtd-comment-box {
	position: relative;
	display: inline-block;
	width: 100%;
}
.commentlist .gtd-comment-box .title:hover {
	text-decoration: none;
}
.commentlist .comment-content p {
	margin: 0;
}
.commentlist .gtd-comment-info .reply a {
    position: absolute;
    right: 30px;
    top: 30px;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
    font-family: var(--gtd-title-fonts);
}
.commentlist .gtd-comment-info .reply a:hover {
	color: var(--gtd-primary-color);
	text-decoration: none;
}
.no-comments,
.comment-awaiting-moderation {
	font-style: italic;
	margin: 15px 0;
}
.gtd-author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    background-color: var(--gtd-grey-color);
    background-position: center center;
    background-repeat: repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-radius: 20px;
}
.gtd-author-content .gtd-text {
    margin: 0;
    font-size: 17px;
    line-height: 25px;
}
.gtd-author-box .gtd-author-image img{	
	min-width: 100px;
    height: 100px;
    margin-right: 40px;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    border-radius: 50%;
    width: 100px;
}
.gtd-author-box .gtd-author-name {
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* Meta Footer */
.gtd-post-meta-footer{
    border-top: 1px solid var(--gtd-border-color);
    padding: 40px 0 0 0;
    margin: 40px 0 0 0;
}
.gtd-post-meta-footer .gtd-post-tags,
.gtd-post-meta-footer{
	display: flex;
    align-items: center;
}
.gtd-post-meta-footer .gtd-tags-list li,
.gtd-post-meta-footer .gtd-post-share .gtd-share-list li{
	display: inline-block;
}
.gtd-post-meta-footer .gtd-post-tags{
    position: relative;
    overflow: hidden;
    width: 50%;
}
.gtd-post-meta-footer .gtd-tags-list{
    margin: 0 0 0 10px;
	display: flex;
    align-items: center;
	padding: 0;
}
.gtd-post-meta-footer .gtd-tags-list li a{
    text-transform: capitalize;
    font-size: 14px !important;
    background: var(--gtd-grey-color);
    margin: 0 10px 0px 0;
    display: inline-block;
    float: left;
    color: var(--gtd-dark-color);
    padding: 3px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 20px;
    border: 1px solid var(--gtd-border-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;
}

.gtd-post-meta-footer .gtd-tags-label,
.gtd-post-meta-footer .gtd-share-label{
	color: var(--gtd-dark-color);
}

.gtd-post-meta-footer .gtd-tags-list li a:hover{
	border-color:var(--gtd-primary-color);
	color: var(--gtd-white-color);
	background: var(--gtd-primary-color);
}
.gtd-post-meta-footer .gtd-post-share{
	width: 50%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.gtd-post-meta-footer .gtd-post-share ul{
	margin: 0 0 0 10px;
}
.gtd-post-meta-footer .gtd-post-share ul li a{
    margin: 0 10px 0px 0;
    height: 35px;
    width: 34px;
    background: var(--gtd-grey-color);
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    color: var(--gtd-dark-color);
}
.gtd-post-meta-footer .gtd-post-share ul li a:hover{
	background: var(--gtd-dark-color);
	color: var(--gtd-white-color);
}


/*===== 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: 100%;
	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: 100%;
	float: left;
}
/*===== Comments Form =====*/
ol.commentlist .pingback,
ol.commentlist .trackback {
	margin-left: 25px;
}
/*================================================
Blog
================================================*/
.gtd-blog-contain .wp-block-group.has-background {
	color: var(--gtd-black-color);
}
.gtd-blog-contain .wp-block-media-text.has-background {
	color: var(--gtd-black-color);
}
.gtd-blog-contain .wp-block-group {
    margin-bottom: 30px;
}
.gtd-blog-post .wp-caption:last-child,
.gtd-blog-post .gtd-blog-contain .wp-audio-shortcode:last-child,
.gtd-blog-post .gtd-blog-contain .wp-block-pullquote:last-child,
.gtd-blog-post .gtd-blog-contain .wp-block-media-text:last-child,
.gtd-blog-post .gtd-blog-contain .wp-block-cover.has-background-dim {
    margin-bottom: 25px;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
	color: var(--gtd-black-color);
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover{
	color: var(--gtd-primary-color);
}
.gtd-blog-post {
	margin-bottom: 45px;
	display: inline-block;
	width: 100%;
	
	border-radius: 24px;
}
.search-results .gtd-blog-post,
.blog .gtd-blog-post {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	overflow: hidden;
}
.single-post .gtd-blog-post {
	margin-bottom: 0;
	background-color: transparent;
}
.gtd-blog-post .gtd-post-media {
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	border-radius: 20px;
}

.gtd-blog-content {
	margin-bottom: 30px;
}
.gtd-blog-post .gtd-post-media img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border-radius: 20px;
}
.gtd-blog-post:hover .gtd-post-media img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.gtd-blog-post .gtd-blog-contain {	
	display: inline-block;
	position: relative;
	width: 100%;	
}
.single-post .gtd-blog-post .gtd-blog-contain {
    padding: 0;
}
.blog .gtd-blog-post .gtd-blog-contain .gtd-blog-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 15px;
}
.gtd-blog-post .gtd-blog-contain .gtd-blog-title {
	font-size: 24px;
	line-height: 32px;
}
.gtd-blog-post .gtd-post-meta ul {
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	display: -ms-flexbox !important;
	display: flex;;
	gap: 8px;
	align-items: center;
}
.gtd-blog-post .gtd-post-meta ul li {
	list-style: none;
	float: left;
	display: inline-block;	
	align-self: center !important;
	font-family: var(--gtd-title-fonts);
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--gtd-dark-color);	
}
.gtd-blog-post .gtd-post-meta ul li:nth-child(2){
	color: #00000047;
}
.gtd-blog-post .gtd-post-meta ul li:last-child {
	margin-right: 0;
}
.gtd-blog-post .gtd-post-meta ul li a:hover {
	color: var(--gtd-primary-color);
}
.gtd-blog-post .gtd-post-meta ul li i {
	margin-right: 10px;
	color: var(--gtd-primary-color);
}
@media(max-width:1399px) {
	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email,
	.comment-respond .comment-form-url {
		float: left;
		width:100%;
	}
}
@media(max-width:767px) {
	.commentlist ol.children {
		padding-left: 30px;
	}
	.commentlist .gtd-comment-info {
		padding: 15px;
	}
	.commentlist .gtd-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 .gtd-comment-avatar {
		width: 90px;
	}
}
@media(max-width:479px) {
	.commentlist .gtd-comment-wrap {
		display: -ms-flexbox;
		display: inline-block;
		-ms-flex-align: start;
		align-items: inherit;
		width: 100%;
	}
	.commentlist .gtd-comment-avatar {
		margin: 0 0 15px 0;
	}
	.gtd-blog-post .gtd-blog-contain {
		padding: 15px;
	}
	.gtd-blog-post .gtd-post-meta ul li {
		font-size: 14px;
		margin-bottom: 5px;
	}
}

/*================================================
Pagination
================================================*/
.gtd-pagination .page-numbers {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.gtd-pagination .page-numbers li:first-child .page-numbers {
	margin-left: 0;
}
.gtd-pagination .page-numbers li .page-numbers {
    position: relative;
    display: block;
    padding: 0px 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 5px;
    color: var(--gtd-dark-color);
    border: 1px solid var(--gtd-border-color);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.gtd-pagination .page-numbers li .page-numbers:hover {
	color: var(--gtd-white-color);
	text-decoration: none;
	background-color: var(--gtd-primary-color);
	border-color: var(--gtd-primary-color);
	z-index: 2;
}
.gtd-pagination .page-numbers li .page-numbers:focus {
	box-shadow: none;
	outline: 0;
	z-index: 2;
}
.gtd-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled) {
	cursor: pointer
}
.gtd-pagination .page-numbers li .page-numbers.current {
	color: var(--gtd-white-color);
	background: var(--gtd-primary-color);
	border-color: var(--gtd-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;
}
.gtd-pagination .page-numbers li .next.page-numbers,
.gtd-pagination .page-numbers li .prev.page-numbers {
	width: auto;
}
@media(max-width:767px) {
	.gtd-pagination .page-numbers li .next.page-numbers,
	.gtd-pagination .page-numbers li .prev.page-numbers {
		width: auto;
		display: none;
	}
}
@media(max-width:767px) {
	.gtd-pagination .page-numbers li .page-numbers {
		padding: 0px 10px;
		height: 45px;
		width: 45px;
		line-height: 42px;
	}
}
/*================================================
Home Blog
================================================*/
.gtd-blog .swiper-container .gtd-blog-post {
	margin-bottom: 0;
}
.gtd-blog .swiper-container .gtd-blog-post .gtd-post-media .menu {
	display: none;
}
.gtd-blog .gtd-blog-post .gtd-blog-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.gtd-blog .swiper-container .gtd-blog-post .gtd-blog-contain .gtd-blog-title {
	font-size: 24px;
	line-height: 32px;
}
/*================================================
Error
================================================*/
.gtd-error-block {
	text-align: center;
}
.gtd-error-block .gtd-errot-text {
	font-size: 250px;
    font-family: var(--gtd-title-fonts);
    color: var(--gtd-dark-color);
    line-height: 250px;
    margin-bottom: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
}
@media(max-width:1023px) {
	.gtd-error-block .gtd-errot-text {
		font-size: 320px;
	}
}
@media(max-width:767px) {
	.gtd-error-block .gtd-errot-text {
		font-size: 200px;
	}
	.gtd-error-block h2 {
		font-size: 26px;
		line-height: 34px;
	}
}
@media(max-width:479px) {
	.gtd-error-block .gtd-errot-text {
		font-size: 130px;
	}
}
/*================================================
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
	}
}

.gtd-overflow-hidden {
	overflow: hidden;
}
header#gtd-header {
	position: relative;
	display: inline-block;
	width: 100%;
	clear: both;
	background: var(--gtd-white-color);
	z-index: 99;
}
header#gtd-header.gtd-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);
}
/*===== Logo =====*/
header#gtd-header .gtd-bottom-header .navbar .navbar-brand {
	line-height: 80px;
}
header#gtd-header .gtd-bottom-header .navbar .navbar-brand img {
	height: 60px;
	max-width: initial;
}
/*===== Header Navbar Bar =====*/
header.gtd-header-default .gtd-bottom-header {
	min-height: 90px;
	line-height: 90px;
}
/*===== Header Default =====*/
.gtd-bottom-header.gtd-header-desktop-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(--gtd-white-color);
}
.gtd-bottom-header.gtd-header-mobile-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(--gtd-white-color);
}
.gtd-bottom-header.gtd-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(--gtd-white-color);
}
/*==========*/
header#gtd-header.gtd-header-default .gtd-btn-container {
	margin: 0 0 0 30px;
}

header#gtd-header.gtd-header-default .gtd-btn-container .gtd-button:hover {
	background: var(--gtd-primary-color);
}
header#gtd-header.gtd-header-default .gtd-toggle-btn {
	padding: 0;
	margin: 0 0 0 30px;
}
header#gtd-header.gtd-header-default .gtd-toggle-btn a {
	position: relative;
	display: inline-block;
	padding: 0;
	font-size: 38px;
	background: var(--gtd-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#gtd-header.gtd-header-default .gtd-menu-search-block {
	margin: 0 0 0 30px;
}

/*===== Header Style-1 =====*/
header#gtd-header .gtd-menu-search-block {
	position: relative;
	margin: 0 15px 0 0;
}
@media(max-width:479px) {
	header#gtd-header .gtd-search-form {
		left: -166px;
		right: 0;
		width: 300px;
	}
}
/*================================================
Sidebar Men
================================================*/
.gtd-background-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gtd-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;
}
.gtd-siderbar-open .gtd-background-overlay {
	display: block;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.gtd-siderbar-open .gtd-sidebar {
	right: 0;
	opacity: 1;
}
.gtd-sidebar {
	width: 410px;
	background: var(--gtd-black-color);
	opacity: 0;
	display: block;
	position: fixed;
	top: 0;
	right: -100%;
	height: 100%;
	z-index: 9999;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.gtd-sidebar .gtd-close-btn .gtd-close {
	position: absolute;
	left: -45px;
	background: var(--gtd-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;
}
.gtd-sidebar-block {
	padding: 60px 30px 30px 30px;
	height: 100%;
}
.gtd-sidebar-header .gtd-sidebar-logo {
	margin-bottom: 15px;
	height: 45px;
}
.gtd-sidebar h5,
.gtd-sidebar h4 {
	font-size: 30px;
	line-height: 38px;
	margin-bottom: 15px;
}
.gtd-sidebar ul {
	margin: 0;
	padding: 0;
}
.gtd-sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}
.gtd-sidebar ul li a {
	color: var(--gtd-secondary-color);
}
/*===========*/
.gtd-sidebar-contact {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.gtd-sidebar-contact li {
	display: flex;
	align-items: flex-start;
}
.gtd-sidebar-contact li i {
	line-height: 2;
	color: var(--gtd-primary-color);
}
.gtd-sidebar-contact li span {
	margin-left: 15px;
	flex: 1;
}
/*===========*/
.gtd-sidebar-social ul {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.gtd-sidebar-social ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.gtd-sidebar-social ul li:last-child {
	margin-right: 0;
}
.gtd-sidebar-social ul li a {
	background: var(--gtd-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;
}
.gtd-sidebar-social ul li a:hover {
	background: var(--gtd-primary-color);
}
/*=========*/
.gtd-sidebar .widget {
	background: transparent;
	padding: 0;
	border: none;
}
/*================================================
Breadcrum
================================================*/
.gtd-breadcrumb {
	background: var(--gtd-dark-color);
	color: var(--gtd-white-color);
	padding: 130px 0;
	text-align: center;
	position: relative;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.gtd-breadcrumb:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gtd-black-color);
	z-index:-1;
}
.gtd-breadcrumb-container {
	display: inline-block;
}
.gtd-breadcrumb .gtd-breadcrumb-title h1 {
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 0x;
	color: var(--gtd-white-color);
}
.gtd-breadcrumb-container .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
}
.gtd-breadcrumb-container .breadcrumb li {
	text-transform: capitalize;
	list-style-type: none;
	margin-right: 15px;
	padding-left: 15px;
}
.gtd-breadcrumb-container .breadcrumb li.active {
	color: var(--gtd-primary-color);
}
.gtd-breadcrumb-container .breadcrumb li a {
	color: var(--gtd-white-color);
}
.gtd-breadcrumb-container .breadcrumb li a:hover {
	color: var(--gtd-primary-color);
}
.gtd-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
	content: "\f125";
	font-size: 12px;
	font-family: "Ionicons";
	padding-right: 15px;
	color: var(--gtd-white-color);
}
.gtd-yoest-breadcumbs #breadcrumbs {
	margin: 0;
	padding: 0;
}
.gtd-yoest-breadcumbs #breadcrumbs span {
	color: var(--gtd-dark-color);
}
.gtd-yoest-breadcumbs #breadcrumbs span a {
	padding: 0 5px;
}
.gtd-yoest-breadcumbs #breadcrumbs span strong {
	font-weight: 400;
	padding-left: 5px;
}
@media(max-width:1023px) {
	.gtd-breadcrumb {
		text-align: center;
	}
	.gtd-breadcrumb .gtd-breadcrumb-title h1 {
		font-size: 42px;
		line-height: 50px;
	}
	.gtd-breadcrumb-container .breadcrumb {
		display: inline-flex;
	}
	.gtd-breadcrumb-img.text-right {
		text-align: center !important;
	}
}
@media(max-width:767px) {
	.gtd-breadcrumb .gtd-breadcrumb-title h1 {
		font-size: 34px;
		line-height: 42px;
	}
	.gtd-breadcrumb-container .breadcrumb li,
	.gtd-breadcrumb-container .breadcrumb li i {
		font-size: 14px;
	}
	.gtd-breadcrumb-container .breadcrumb li {
		margin-right: 10px;
	}
	.gtd-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
		padding-right: 10px;
		font-size: 12px;
	}
}
/*================================================
Footer
================================================*/
footer#gtd-footer {
	background: var(--gtd-black-color);
	width: 100%;
	float: left;	
}
footer#gtd-footer .gtd-footer-top {
	padding: 60px 0 0;
}
footer#gtd-footer .gtd-copyright-footer {
	padding: 15px 0;
	background: var(--gtd-black-color);
}
footer#gtd-footer .gtd-copyright-footer .gtd-copyright {
	text-align: center;
	display: inline-block;
	width: 100%;
}
footer#gtd-footer .gtd-copyright-footer .gtd-copyright a {
	color: var(--gtd-white-color);
}
footer#gtd-footer .gtd-copyright-footer .gtd-copyright a:hover {
	color: var(--gtd-primary-color);
}
/*===== Footer Widget =====*/
footer#gtd-footer .widget {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 45px;
}
footer#gtd-footer .widget .footer-title {
	margin-bottom: 15px;
	padding: 0;
	font-size: 26px;
	position: relative;
	line-height: 34px;
}
footer#gtd-footer .widget ul li a {
	padding: 0;
	color: var(--gtd-white-color);
}
footer#gtd-footer .widget ul > li > a:hover {
	color: var(--gtd-primary-color);
	padding-left: 20px;
}
footer#gtd-footer .widget ul > li > a:hover{
	color: var(--gtd-primary-color);
}
footer#gtd-footer table td,
footer#gtd-footer table th {
	border: 1px solid #222d42;
}
footer#gtd-footer .calendar_wrap table caption {
	caption-side: inherit;
	padding: 0 0 10px;
	font-weight: 600;
	color: var(--gtd-white-color);
}
footer#gtd-footer .calendar_wrap td#today {
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
footer#gtd-footer .calendar_wrap td#today a {
	color: var(--gtd-white-color);
}
footer#gtd-footer ul li a.rsswidget {
	padding-left: 0;
	font-size: 16px;
}
footer#gtd-footer ul li .rss-date {
	font-size: 14px;
	color: var(--gtd-primary-color);
	line-height: 1;
	float: left;
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}
footer#gtd-footer ul li cite {
	font-weight: 600;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}
footer#gtd-footer .search-form {
	position: relative;
}
footer#gtd-footer .search-form .search-submit {
	background: var(--gtd-primary-color);
	color: var(--gtd-dark-color);
	border: none;
	 outline: none;
	position: absolute;
	text-align: center;
 	top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    font-size: 16px;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
footer#gtd-footer .search-form .search-submit:before {
      content: "\e822";
    font-family: "gtd-base-icons";
    right: 50%;
    top: 50%;
    font-size: 22px;
    line-height: normal;
    font-weight: normal;
    color: var(--gtd-vitanic-white-color);
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button {
  appearance: none;
}
footer#gtd-footer .search-form .search-submit:hover {
	background: var(--gtd-dark-color);
}
footer#gtd-footer .search-form input {
	background: var(--gtd-white-color);
	border-color: var(--gtd-white-color);
	color: var(--gtd-secondary-color);
	padding: 0 70px 0 20px;
}
footer#gtd-footer .tagcloud .tag-cloud-link {
	font-size: 14px !important;
    color: var(--gtd-dark-color);
    background: var(--gtd-grey-color);
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
    padding: 2px 12px;
    border-radius: 20px;
    border: 1px solid var(--gtd-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;
}
footer#gtd-footer .tagcloud .tag-cloud-link:hover {
	border-color: var(--gtd-primary-color);
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
footer#gtd-footer .widget ul.menu li a,
footer#gtd-footer .gtd-widget-menu .gtd-service li a {
	position: relative;
	border: none;
	padding: 5px 0 5px 15px;
	display: inline-block;
	width: 100%;
}
footer#gtd-footer .widget ul.menu li a:hover,
footer#gtd-footer .gtd-widget-menu .gtd-service li a:hover {
	color: var(--gtd-primary-color);
}
footer#gtd-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(--gtd-primary-color);
	margin: auto 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
footer#gtd-footer .wp-calendar-nav .wp-calendar-nav-prev,
footer#gtd-footer .wp-calendar-nav .wp-calendar-nav-next {
	background: transparent;
}
footer#gtd-footer .wp-calendar-nav .wp-calendar-nav-prev a,
footer#gtd-footer .wp-calendar-nav .wp-calendar-nav-next a,
footer#gtd-footer .wp-caption p.wp-caption-text {
	color: var(--gtd-white-color);
}
footer#gtd-footer .gtd-widget-menu .gtd-service li a:before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 0;
	width: 5px;
	height: 5px;
	display: inline-block;
	background: var(--gtd-primary-color);
	margin: 0;
}
footer#gtd-footer .widget .wp-block-tag-cloud a:hover,
footer#gtd-footer .wp-block-latest-posts__post-excerpt,
footer#gtd-footer .wp-block-latest-posts__post-full-content,
footer#gtd-footer .wp-block-latest-comments__comment-date,
footer#gtd-footer .wp-block-latest-comments__comment-excerpt p,
footer#gtd-footer .wp-block-latest-posts__post-author,
footer#gtd-footer .wp-block-latest-posts__post-date,
footer#gtd-footer .widget .widget_block .wp-block-heading,
footer#gtd-footer .widget .wp-block-search__label,
footer#gtd-footer .widget .footer-title,
footer#gtd-footer a,
footer#gtd-footer .wp-block-categories__label,
footer#gtd-footer .wp-block-archives-dropdown label{
	color:var(--gtd-white-color);
}
footer#gtd-footer .widget .wp-block-tag-cloud a{
	color: var(--gtd-dark-color);
}
footer#gtd-footer .widget.widget_archive ul li{
    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;
	color :var(--gtd-white-color);
}
footer#gtd-footer a:hover,
footer#gtd-footer .widget.widget_archive ul > li:hover,
footer#gtd-footer .widget.widget_nav_menu ul li>a::before,
footer#gtd-footer .widget.widget_list_all_posts ul li>a::before,
footer#gtd-footer .widget.widget_meta ul li>a::before,
footer#gtd-footer .widget.widget_recent_entries ul li::before,
footer#gtd-footer .widget.widget_recent_comments ul li::before,
footer#gtd-footer .widget.widget_archive ul li a::before,
footer#gtd-footer .widget.widget_categories ul li a::before,
footer#gtd-footer .widget.widget_pages ul li a::before{
	color: var(--gtd-primary-color);
}
footer#gtd-footer .wp-block-search__button-inside .wp-block-search__button{
	top:10px;
	right: 10px;
}
footer#gtd-footer .widget .menu-testing-menu-container i,
footer#gtd-footer .widget_nav_menu .menu-testing-menu-container i{
	display: none;
}
footer#gtd-footer .widget .wp-block-social-links li a:hover{
	color: inherit;
	padding: 0;
}
/*=========*/
footer#gtd-footer .gtd-footer-style-1 .widget .footer-title,
footer#gtd-footer .gtd-footer-style-1 .widget ul.menu li a,
footer#gtd-footer .gtd-footer-style-1 .gtd-widget-menu .gtd-service li a,
footer#gtd-footer .gtd-footer-style-1 .widget ul li a {
	color: var(--gtd-white-color);
}
footer#gtd-footer .gtd-footer-style-1 .widget ul li a:hover {
	color: var(--gtd-primary-color);
}
footer#gtd-footer .gtd-footer-style-1 .gtd-copyright-footer {
	background: var(--gtd-primary-color);
}
#gtd-footer .gtd-footer-style-1 .widget:first-child {
	margin-bottom: 45px;
}
#gtd-footer .gtd-footer-style-1 .gtd-footer-logo {
	height: 60px;
	margin-bottom: 15px;
}
footer#gtd-footer .gtd-footer-style-1 .widget ul.menu li {
	margin-bottom: 0;
	width: calc(50% - 2px);
	display: inline-block;
}
#gtd-footer .social-link {
	margin: 0;
	padding: 0;
}
#gtd-footer .social-link li {
	list-style: none;
	float: left;
	margin-right: 30px;
}
#gtd-footer .social-link li:last-child {
	margin-right: 0;
}
#gtd-footer .social-link li a {
	color: var(--gtd-white-color);
	font-size: 18px;
	line-height: normal;
	text-align: center;
	display: inline-block;
	margin-right: 0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#gtd-footer .social-link li a:last-child {
	margin-right: 0px;
}
#gtd-footer .social-link li a:hover {
	color: var(--gtd-primary-color);
}
.gtd-playstore-logo {
	height: 45px;
	display: inline-block;
	float: left;
}
.gtd-appstore-logo {
	height: 45px;
	display: inline-block;
	float: left;
	margin-left: 15px;
}
/*================================================
Team
================================================*/
.gtd-teambox-1 {
	position: relative;
	-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;
}
.gtd-teambox-1 .gtd-team-img {
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.gtd-teambox-1 .gtd-team-img .gtd-team-social {
	position: absolute;
	bottom: 0;
	left: 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;
	opacity: 0;
}
.gtd-teambox-1:hover .gtd-team-img .gtd-team-social {
	bottom: 30px;
	opacity: 1;
}
.gtd-teambox-1 .gtd-team-img .gtd-team-social ul {
	margin: 0;
	padding: 0;
}
.gtd-teambox-1 .gtd-team-img .gtd-team-social ul li {
	list-style: none;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
}
.gtd-teambox-1 .gtd-team-img .gtd-team-social ul li a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: var(--gtd-dark-color);
	color: var(--gtd-white-color);
	-webkit-border-radius: 700px;
	-moz-border-radius: 700px;
	border-radius: 700px;
}
.gtd-teambox-1 .gtd-team-img .gtd-team-social ul li a:hover {
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
.gtd-teambox-1 .gtd-team-info {
	z-index: 99;
	background: var(--gtd-white-color);
	padding: 30px 15px;
	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: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-radius: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.gtd-teambox-1 .gtd-team-info .gtd-team-designation {
	color: var(--gtd-primary-color);
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

/* Team Details */

.single .gtd_team .gtd-team-details img{
	border-radius: 20px;
	overflow: hidden;
}
.single .gtd_team .gtd-team-details .gtd-team-share{
	margin: 40px 0 0 0;
}
.single .gtd_team .gtd-team-details .gtd-team-share ul{
	list-style: none;
}
.single .gtd_team .gtd-team-details .gtd-team-share ul li{
	display: inline-block;
	padding: 0 10px 0 0;
}
.single .gtd_team .gtd-team-details .gtd-team-share ul li a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    background: var(--gtd-primary-color);
    text-align: center;
    border-radius: 5px;
    color: var(--gtd-white-color);
}
.single .gtd_team .gtd-team-details .gtd-team-share ul li a:hover{
	 background: var(--gtd-dark-color);
}

/*================================================
Video Popup
================================================*/
.gtd-video-icon a {
	position: relative;
	text-decoration: none;
	color: var(--gtd-primary-color);
	font-size: 28px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	display: inline-block;
	background-color: var(--gtd-white-color);
	margin: 0 auto;
	border-radius: 90%;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite;
}
@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
	}
}
@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 30px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0.2), 0 0 0 90px rgba(255, 255, 255, 0);
	}
}
.gtd-video-icon a.primary {
	-webkit-animation: rippleprimary 1s linear infinite;
	animation: rippleprimary 1s linear infinite;
}
@-webkit-keyframes rippleprimary {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 75, 52, 0.2), 0 0 0 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 rippleprimary {
	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);
	}
}
.gtd-video-icon a.blue {
	-webkit-animation: rippleblue 1s linear infinite;
	animation: rippleblue 1s linear infinite;
}
@-webkit-keyframes rippleblue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
		box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
	}
}
@keyframes rippleblue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
		box-shadow: 0 0 0 0 rgba(67, 78, 255, 0.2), 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2);
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
		box-shadow: 0 0 0 10px rgba(67, 78, 255, 0.2), 0 0 0 30px rgba(67, 78, 255, 0.2), 0 0 0 60px rgba(67, 78, 255, 0.2), 0 0 0 90px rgba(67, 78, 255, 0);
	}
}
/*================================================
Swiper Pagination
================================================*/
.swiper-container .swiper-pagination {
	position: relative;
	margin: 30px 0 0;
	bottom: 0 !important;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: var(--gtd-dark-color);
	width: 8px;
	height: 8px;
	border: 2px solid transparent;
	-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;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	background: var(--gtd-primary-color);
	width: 32px;
	border: 2px solid var(--gtd-primary-color);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
/*================================================
Page id
===============================================*/
.page-id-5617 .gtd-breadcrumb {
	display: none !important;
}
.page-id-5617 .site-main {
	padding: 0 !important;
}
.page-id-6424 .site-main {
	padding-bottom: 0 !important;
}

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

.gtd-extra-data ul {
	margin: 0 0 30px;
	padding: 0;
}
.gtd-extra-data ul li {
	list-style: none;
	color: var(--gtd-secondary-color);
	margin: 0 0 5px;
	font-size: 18px;
}
.gtd-extra-data ul li span:first-child {
	display: inline-block;
	width: 175px;
	font-weight: 500;
}
.gtd-extra-data ul li span:last-child {
	color: var(--gtd-white-color);
}
/*==========*/
.gtd-tv-show-wrapper .col-lg-6 .gtd-socail-share {
	border-bottom: none;
	padding: 0;
}
.gtd-after-excerpt {
	display: flex;
	border-bottom: 3px solid var(--gtd-primary-color);
	padding: 0 0 60px 0;
	align-items: flex-end;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.gtd-after-excerpt .gtd-extra-data ul {
	margin: 0;
}
.gtd-after-excerpt .gtd-socail-share {
	border-bottom: none;
	padding: 0;
	display: flex;
	text-align: center;
}
.gtd-socail-share {
	margin: 0;
	display: flex;
	border-bottom: 3px solid var(--gtd-primary-color);
	padding: 0 0 60px 0;
}
.gtd-socail-share h4 {
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	color: var(--gtd-white-color);
}
.gtd-socail-share .social-inner {
	margin: 0 0 0 15px;
	padding: 0;
	display: flex;
}
.gtd-socail-share .social-inner li {
	list-style: none;
	margin: 0 15px 0 0;
}
.gtd-socail-share .social-inner li:last-child {
	margin-right: 0;
}
.gtd-socail-share .social-inner li a {
	display: inline-block;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--gtd-black-color);
	color: var(--gtd-white-color);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.gtd-socail-share .social-inner li a:hover {
	background: var(--gtd-primary-color);
}
.pm-inner .gtd-more-like .gtd-more-title {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--gtd-black-color);
	position: relative;
}
.pm-inner .gtd-more-like .gtd-more-title:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	display: inline-block;
	width: 100px;
	height: 3px;
	background: var(--gtd-primary-color);
}
.gtd-section-title-1 .gtd-section-title {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--gtd-black-color);
	position: relative;
}
.gtd-section-title-1 .gtd-section-title:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	display: inline-block;
	width: 100px;
	height: 3px;
	background: var(--gtd-primary-color);
}

/*================================================
Notification
===============================================*/
.wpulike-notification .wpulike-message.wpulike-success {
	background: var(--gtd-primary-color);
}
/*================================================
Masvideos Breadcrumb
===============================================*/
.content-area .site-main .page-header,
.single-movie .gtd-breadcrumb,
.single-episode .gtd-breadcrumb,
.single-tv_show .gtd-breadcrumb,
.single-video .gtd-breadcrumb {
	display: none;
}
.masvideos-breadcrumb {
	display: none;
}
.masvideos-control-bar {
	align-items: center;
	margin-bottom: 20px;
}
/*================================================
Single Tv Show
===============================================*/
.gtd-tv-show-top {
	margin: 90px 0;
}
.gtd-season-holder {
	margin-bottom: 60px;
}
.gtd-season-holder .nav {
	margin: 0 0 30px 0;
}
.gtd-season-holder .nav li {
	margin: 0 15px 0 0;
}
.gtd-season-holder .nav li:last-child {
	margin-right: 0;
}
.gtd-season-holder .nav li a {
	background: var(--gtd-black-color);
	color: var(--gtd-white-color);
	padding: 12px 45px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.gtd-season-holder .nav li a.active {
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
@media(max-width:1023px) {
	.gtd-season-holder .nav {
		margin: 30px 0;
	}
}
/*================================================
Single Tv Season
===============================================*/
.single-episode .gtd-single-tv-show-info,
.single-video .gtd-single-video-info {
	margin-bottom: 60px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.gtd-episode-contain .gtd-episode-img {
	position: relative;
	overflow: hidden;
}
.gtd-episode-contain .gtd-episode-img:before {
	content: "";
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	opacity: 0.4;
	background: rgb(12, 17, 27);
	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;
}
.gtd-episode-contain:hover .gtd-episode-img:before {
	opacity: 0.9;
}
.gtd-episode-contain:hover .gtd-info-contain {
	border-bottom: 3px solid var(--gtd-primary-color);
}
.gtd-episode-contain .gtd-episode-img img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	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;
}
.gtd-episode-contain:hover .gtd-episode-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.gtd-episode-contain .gtd-episode-img .gtd-movie-action {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9;
}
.gtd-episode-contain .gtd-episode-img .gtd-movie-action .gtd-button {
	border-radius: 900px;
	padding: 0;
	width: 60px;
	height: 60px;
	opacity: 0;
	display: inline-block;
	line-height: 60px;
	text-align: center;
}
.gtd-episode-contain .gtd-episode-img .gtd-movie-action .gtd-button i {
	margin: 0;
	padding: 0;
}
.gtd-episode-contain:hover .gtd-episode-img .gtd-movie-action .gtd-button {
	opacity: 1;
}
.gtd-episode-contain .gtd-episode-info h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.tab-content .gtd-single-meta-holder ul {
	margin: 0 0 0;
	padding: 0;
	display: flex;
}
.tab-content .gtd-single-meta-holder ul li {
	list-style: none;
	margin: 10px 15px 0px 0;
	padding: 0;
	font-size: 14px;
	line-height: normal;
	display: flex;
	align-items: center;
	color: var(--gtd-white-color);
}
.tab-content .gtd-single-meta-holder ul li.release-date {
	color: var(--gtd-white-color);
	background: var(--gtd-primary-color);
	padding: 2px 5px;
}
.tab-content .gtd-single-meta-holder ul li:last-child {
	border-right: 0;
	margin-right: 0;
}
/*================================================
Quote From
===============================================*/
.gtd-form input[type="number"],
.gtd-form input[type="text"],
.gtd-form textarea,
.gtd-form input[type="email"] {
	width: 100%;
	margin-bottom: 30px;
}
.gtd-form .input-group textarea,
.gtd-form input[type="number"],
.gtd-form input[type="text"],
.gtd-form input[type="email"],
.gtd-form input[type="password"],
.gtd-form input[type="tel"],
.gtd-form input[type="url"],
.gtd-form input[type="search"]{
	background-color: var(--gtd-grey-color);
}
/*================================================
Table
===============================================*/
.gtd-comparison-table .table.table-striped {
	margin: 0;
}
.gtd-comparison-table .table th,
.gtd-comparison-table .table td {
	padding: 15px 5px;
	color: var(--gtd-white-color);
}
.gtd-comparison-table .table-bordered th,
.gtd-comparison-table .table-bordered td {
	border: 1px solid #222d42;
	background: var(--gtd-black-color);
}
.gtd-comparison-table .table-bordered thead th,
.gtd-comparison-table .table-bordered thead td {
	border-color: #222d42;
}
.gtd-comparison-table .table-striped tbody tr:nth-of-type(odd) {
	background: #222d42;
}
.gtd-comparison-table .table-striped tbody tr td:first-child {
	font-weight: 600;
	font-family: var(--gtd-title-fonts);
}
.gtd-comparison-table .table-striped thead tr th {
	font-weight: 600;
	font-family: var(--gtd-title-fonts);
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}
.gtd-comparison-table .table-striped tbody tr:first-child td span:first-child {
	font-weight: 600;
	font-family: var(--gtd-title-fonts);
	font-size: 32px;
	line-height: 40px;
}
.gtd-comparison-table .gtd-button {
	white-space: nowrap;
}
.gtd-comparison-table .cell-inner i {
	font-size: 24px;
	line-height: 32px;
}
@media(max-width:1023px) {
	.gtd-comparison-table .table th,
	.gtd-comparison-table .table td {
		padding: 15px;
	}
	.gtd-comparison-table .table-bordered thead th:first-child {
		min-width: 300px;
		line-height: normal;
		display: inline-block;
		min-height: 65px;
	}
}
/*================================================
Login, Register
===============================================*/
.gtd-login-page-background,
.gtd-register-page-background,
.recover-password-page-background {
	filter: blur(6px);
	-webkit-filter: blur(6px);
	background-size: cover !important;
	background-position: center center !important;
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.gtd-login-page-background:before,
.gtd-register-page-background:before,
.recover-password-page-background:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	background: rgb(10, 14, 23);
	background: linear-gradient(90deg, rgba(10, 14, 23, 0.6) 0%, rgba(10, 14, 23, 0.6) 100%);
	z-index: 9;
}
.gtd-pms-login .content-area .site-main,
.gtd-pms-login .content-area .site-main,
.gtd-pms-recover-password .content-area .site-main {
	height: 100vh;
	display: flex;
	align-items: center;
	text-align: center;
}
#pms_login {
	padding: 30px;
	background: var(--gtd-dark-color);
	position: relative;
	z-index: 9;
	width: 500px;
	display: inline-block;
	text-align: left;
}
#pms_login strong {
	font-weight: 400;
}
#pms_login h4,
#pms_register-form h4,
#pms_recover_password_form h4 {
	border-bottom: 1px solid var(--gtd-black-color);
	position: relative;
	margin: 0px 0 20px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
#pms_login h4:before,
#pms_register-form h4:before,
#pms_recover_password_form h4:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	display: inline-block;
	width: 100px;
	height: 3px;
	background: var(--gtd-primary-color);
}
#pms_login p {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
#pms_login p.login-submit {
	margin-bottom: 0;
}
#pms_login p label {
	margin: 0;
	font-family: var(--gtd-title-fonts);
	color: var(--gtd-white-color);
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
}
/*==========*/
.gtd-pms-register .content-area .site-main {
	display: flex;
	align-items: center;
	text-align: center;
}
#pms_register-form {
	padding: 30px;
	background: var(--gtd-dark-color);
	position: relative;
	z-index: 9;
	width: 750px;
	display: inline-block;
	text-align: left;
}
form#pms_register-form.pms-form ul.pms-form-fields-wrapper li label {
	margin: 0;
	font-family: var(--gtd-title-fonts);
	color: var(--gtd-white-color);
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
}
form#pms_register-form.pms-form ul.pms-form-fields-wrapper li {
	display: inline-block;
	width: 48%;
	float: left;
	margin-bottom: 15px;
	position: relative;
}
form#pms_register-form.pms-form ul.pms-form-fields-wrapper li:nth-child(even) {
	float: right;
}
form#pms_register-form.pms-form ul.pms-form-fields-wrapper li.pms-field.pms-field-subscriptions {
	width: 100%;
}
#pms_register-form .pms-subscription-plan {
	margin-bottom: 0;
	margin-top: 15px;
}
#pms_register-form #pms-paygates-wrapper {
	margin-bottom: 0;
	margin-top: 15px;
}
#pms_register-form #pms-paygates-inner label input.pms_pay_gate {
	margin-left: 15px;
}
.pms_field-errors-wrapper {
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.pms_field-errors-wrapper p {
	margin: 0;
}
/*==========*/
#pms_recover_password_form {
	padding: 30px;
	background: var(--gtd-dark-color);
	position: relative;
	z-index: 9;
	width: 500px;
	display: inline-block;
	text-align: left;
}
#pms_recover_password_form ul.pms-form-fields-wrapper li {
	display: inline-block;
	width: 100%;
}
#pms_recover_password_form ul.pms-form-fields-wrapper li label {
	margin: 0;
	font-family: var(--gtd-title-fonts);
	color: var(--gtd-white-color);
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
}
/*==========*/
.gtdtechtreethemes-contain .pms-account-navigation ul {
	margin: 0 0 30px 0 !important;
}
.gtdtechtreethemes-contain .pms-account-navigation ul li a {
	background: var(--gtd-black-color);
	font-family: var(--gtd-title-fonts);
	font-weight: normal;
	color: var(--gtd-white-color);
	padding: 12px 45px;
	box-shadow: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.gtdtechtreethemes-contain .pms-account-navigation ul li a.pms-account-navigation-link--active {
	box-shadow: none !important;
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color)
}
#pms_new_subscription-form {
	padding: 30px;
	background: var(--gtd-black-color);
	position: relative;
	z-index: 9;
	width: 500px;
	display: inline-block;
	text-align: left;
}
#pms_new_subscription-form ul.pms-form-fields-wrapper li {
	margin: 0;
}
#pms_new_subscription-form ul.pms-form-fields-wrapper li .pms-subscription-plan {
	margin-bottom: 15px;
}
/*==========*/
form#pms_edit-profile-form.pms-form ul.pms-form-fields-wrapper li {
	width: 32.1111%;
	float: left;
	display: inline-block;
	margin-right: 30px;
}
form#pms_edit-profile-form.pms-form ul.pms-form-fields-wrapper li:nth-child(3),
form#pms_edit-profile-form.pms-form ul.pms-form-fields-wrapper li:nth-child(6) {
	margin-right: 0;
}
@media(max-width:1399px) {
	form#pms_edit-profile-form.pms-form ul.pms-form-fields-wrapper li {
		width: 31%;
	}
}
@media(max-width:1023px) {
	#pms_register-form {
		width: 100%;
	}
}
@media(max-width:979px) {
	form#pms_edit-profile-form.pms-form ul.pms-form-fields-wrapper li {
		width: 30.66%;
	}
}
@media(max-width:767px) {
	.gtd-pms-login .content-area .site-main,
	.gtd-pms-register .content-area .site-main {
		height: inherit;
	}
	#pms_login,
	#pms_register-form,
	#pms_recover_password_form,
	#pms_new_subscription-form {
		width: 100%;
		padding: 30px 15px;
	}
	form#pms_register-form.pms-form ul.pms-form-fields-wrapper li {
		width: 100%;
	}
	#pms_login h4,
	#pms_register-form h4,
	#pms_recover_password_form h4 {
		font-size: 20px;
		line-height: 28px;
	}
	form#pms_edit-profile-form.pms-form ul.pms-form-fields-wrapper li {
		width: 100%;
		margin-right: 0;
	}
	.gtdtechtreethemes-contain .pms-account-navigation ul li a {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
}
/*================================================
Pricing Plan
================================================*/
.gtd-price-block {
	background: var(--gtd-black-color);
	overflow: hidden;
}
.gtd-price-block.active .gtd-price-detail {
	background: var(--gtd-primary-color);
}
.gtd-price-block .gtd-price-detail {
	position: relative;
	padding: 30px;
	background: var(--gtd-black-color);
	z-index: 9;
	color: var(--gtd-white-color);
}
.gtd-price-block .gtd-price-detail .gtd-price-title {
	font-size: 22px;
	letter-spacing: 4px;
	color: var(--gtd-white-color);
	font-family: var(--gtd-title-fonts);
}
.gtd-price-block .gtd-price-detail .price {
	color: var(--gtd-white-color);
	font-size: 60px;
	line-height: normal;
}
.gtd-price-block .gtd-price-detail .gtd-price-duration {
	font-size: 18px;
	line-height: 26px;
	color: var(--gtd-white-color);
	font-weight: normal;
	margin-bottom: 0;
}
.gtd-price-block .gtd-bg-effect {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: 0 !important;
	z-index: -1;
	opacity: 0.2;
}
.gtd-price-block .gtd-list-info {
	margin: 0;
	padding: 30px;
}
.gtd-price-block .gtd-list-info li {
	list-style: none;
	line-height: 45px;
	color: var(--gtd-white-color);
	font-size: 18px;
}
.gtd-price-block .gtd-list-info li del {
	color: var(--gtd-secondary-color);
}
.gtd-price-block .gtd-button {
	margin-bottom: 30px;
}
@media(max-width:767px) {
	.gtd-price-block .gtd-list-info li {
		line-height: 24px;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.gtd-price-block .gtd-list-info li:last-child {
		margin-bottom: 0;
	}
	.gtd-price-block .gtd-list-info {
		padding: 30px 15px;
	}
	.gtd-price-block .gtd-price-detail .price {
		font-size: 40px;
	}
	.gtd-price-block .gtd-price-detail {
		padding: 15px;
	}
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */

 .gtd-animation-01 img{
  animation: gtd_animation_01 5s linear infinite;
}
@keyframes gtd_animation_01 {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}
.gtd-animation-02 .elementor-icon,
.gtd-animation-02 img{
	animation: animation_02 2s infinite alternate;
}
@keyframes animation_02{
	0% {
   	 transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
.gtd-animation-03 img{
	 animation: fade-in-right 5s linear infinite;
}
@-webkit-keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fade-in-right {
	0% {
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.gtd-animation-04 img{
	 animation: fade-in-left 5s linear infinite;
}
@-webkit-keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes fade-in-left {
	0% {
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
.gtd-animation-05 img{
	animation: animation05 4s infinite linear;
}
@keyframes animation05 {
	0% {
		transform: translate(0px, 0px) rotate(0);
	}
	25% {
		transform: translate(-10px, -10px) rotate(5deg);
	}
	50% {
		transform: translate(-20px, 0px) rotate(0);
	}
	75% {
		transform: translate(-10px, -10px) rotate(-2deg);
	}
	100% {
		transform: translate(0, 0) rotate(0);
	}
}
.gtd-animation-06 img{
	animation: animation06 4s infinite linear;
}
@keyframes animation06 {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}
.gtd-animation-07 img{
	animation: animation07 5s infinite linear;
}
@keyframes animation07 {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.03);
	}
	100% {
		transform: scale(1.0);
	}
}

/*================================================
Play Button
================================================*/
.gtd-front-image {
	position: relative;
	display: inline-block;
	width: 100%;
}
.gtd-front-image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	background: var(--gtd-dark-color);
	opacity: 0.4;
}
.gtd-front-image a {
	margin: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.gtd-front-image a svg {
	height: 90px;
	width: auto;
}
.gtd-front-image a span {
	font-family: var(--gtd-title-fonts);
	color: var(--gtd-white-color);
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 24px;
	line-height: normal;
	display: flex;
}
.circle {
	stroke: var(--gtd-white-color);
	stroke-dasharray: 650;
	stroke-dashoffset: 650;
	-webkit-transition: all 0.5s ease-in-out;
	opacity: 0.3;
}
.playBut {
	display: inline-block;
	-webkit-transition: all 0.5s ease;
}
.playBut .triangle {
	-webkit-transition: all 0.7s ease-in-out;
	stroke-dasharray: 240;
	stroke-dashoffset: 480;
	stroke: var(--gtd-white-color);
	transform: translateY(0);
}
.playBut:hover .triangle {
	stroke-dashoffset: 0;
	opacity: 1;
	stroke: var(--gtd-white-color);
	animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
	0% {
		transform: translateX(0);
	}
	30% {
		transform: translateX(-5px);
	}
	50% {
		transform: translateX(5px);
	}
	70% {
		transform: translateX(-2px);
	}
	100% {
		transform: translateX(0);
	}
}
.playBut:hover .circle {
	stroke-dashoffset: 0;
	opacity: 1;
}
.gtd-front-image.no-image {
	margin: 0;
	text-align: center;
}
.gtd-front-image.no-image:before {
	display: none;
}
.gtd-front-image.no-image a {
	margin: 0;
	text-align: inherit;
	position: relative;
	top: inherit;
	left: inherit;
	-webkit-transform: inherit;
	-ms-transform: inherit;
	transform: inherit;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-results>.select2-results__options,
.select2-dropdown {
	background: var(--gtd-black-color);
	float: left;
	width: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid var(--gtd-black-color);
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background: var(--gtd-primary-color);
	border: 1px solid var(--gtd-primary-color);
}
.select2-dropdown {
	border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	padding: 0 15px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	padding: 0 15px;
	margin: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: var(--gtd-primary-color);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid var(--gtd-primary-color);
	color: var(--gtd-white-color);
	margin: 5px 5px 0 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
	margin-right: 5px;
	color: var(--gtd-white-color);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: inherit;
}
.gtd-btn-container a svg {
	height: 1em;
	width: 1em;
	fill: var(--gtd-white-color);
}

/* Block widget Css */

.widget_block .wp-block-heading,
.wp-block-search__label{
	font-family: var(--gtd-title-fonts);
    color: var(--gtd-dark-color);
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px 0;
    letter-spacing: 0.02em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
	font-size: 24px;
    font-style: normal;
    line-height: 34px;
}



/* Custom Css stratum map */
.stratum-image-hotspot .stratum-image-hotspot__dot{
	background-color: transparent !important;
}
.stratum-image-hotspot__dot-icon.fa-pull-left:before,
.stratum-image-hotspot__dot-icon.fa-product-hunt:before,
.stratum-image-hotspot__dot-icon.fa-print:before,
.stratum-image-hotspot__dot-icon.fa-power-off:before,
.stratum-image-hotspot__dot-icon.fa-podcast:before,
.stratum-image-hotspot__dot-icon.fa.fa-plus-square-o:before,
.stratum-image-hotspot__dot-icon.fa-plus-square:before,
.stratum-image-hotspot__dot-icon.fa-plus-circle:before,
.stratum-image-hotspot__dot-icon.fa-plus:before{
	content: unset;
}
.stratum-image-hotspot__dot-icon.fa:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 55px;
    width: 30px;
	animation: gt-pulse 2s infinite;
}
.stratum-image-hotspot__dot-icon.fa-plus:after{
	background-image: url(../../assets/img/pin-caneda.png);
}
.stratum-image-hotspot__dot-icon.fa-plus-circle:after{
	background-image: url(../../assets/img/pin-america.png);
}
.stratum-image-hotspot__dot-icon.fa-plus-square:after{
	background-image: url(../../assets/img/pin-brazil.png);
}
.stratum-image-hotspot__dot-icon.fa-plus-square-o:after{
	background-image: url(../../assets/img/pin-germany.png);
}
.stratum-image-hotspot__dot-icon.fa-podcast:after{
	background-image: url(../../assets/img/pin-egypt.png);
}
.stratum-image-hotspot__dot-icon.fa-power-off:after{
	background-image: url(../../assets/img/pin-africa.png);
}
.stratum-image-hotspot__dot-icon.fa-print:after{
	background-image: url(../../assets/img/pin-india.png);
}
.stratum-image-hotspot__dot-icon.fa-product-hunt:after{
	background-image: url(../../assets/img/pin-rassia.png);
}
.stratum-image-hotspot__dot-icon.fa-pull-left:after{
	background-image: url(../../assets/img/pin-australia.png);
}
 @keyframes gt-pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.stratum-image-hotspot__tooltip-wrapper .stratum-image-hotspot__tooltip-title {
    font-size: 22px !important;
	line-height:32px !important;
	text-transform:capitalize;
}
.stratum-image-hotspot .tippy-content {
    padding: 20px 20px 5px;
	border-radius: 15px;
    width: 280px;
}
.stratum-image-hotspot .stratum-image-hotspot__tooltip-wrapper{
	padding: 0;
}
/* Coundown  */
.stratum-countdown .stratum-countdown__content.is-countdown{
	border: 1px solid var(--gtd-dark-color);
    border-radius: 30px;
    display: inline-block;
    padding: 10px 20px 12px;
}
.stratum-countdown .countdown-row .countdown-section{
	position: relative;
}
.stratum-countdown .countdown-row .countdown-section::after,
.stratum-countdown .countdown-row .countdown-section::before{
    position: absolute;
    content: '';
    right: -3px;
    left: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 3px;
    background: var(--gtd-dark-color);
    border-radius: 50%;
}
.stratum-countdown .countdown-row .countdown-section::after{
	top: 70%;
}
.stratum-countdown .countdown-row .countdown-section:last-child:after,
.stratum-countdown .countdown-row .countdown-section:last-child:before{
	content: unset;
}

.gtd-info-box-widget .gtd-info-box-icon svg{
	height:25px;
	width: 25px;
}
.elementor-widget-n-accordion .e-n-accordion-item[open]{
	background-color: var(--gtd-grey-color);
	border-radius: 20px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text span{
	padding-right: 140px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--gtd-title-fonts);
}


/* Swiper Navigation And Pagination */

.gtd-swiper .swiper-button-next,
.gtd-swiper .swiper-button-prev {
	color: var(--gtd-white-color);
	background-color:var(--gtd-dark-color);
	transition: all 500ms ease;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    max-width: 50%;
} 
.gtd-swiper .swiper-button-prev{
	left: 0;
}
.gtd-swiper .swiper-button-next {
    right: 0;
}
.gtd-swiper .swiper-button-next:hover,
.gtd-swiper .swiper-button-prev:hover{
	color: var(--gtd-white-color);
	background-color:var(--gtd-primary-color);
}
.gtd-swiper .swiper-button-next::after,
.gtd-swiper .swiper-button-prev::after {
	font-size: 16px;
	line-height: normal;
	display: inline-block;
}
.gtd-swiper .gtd-swiper-pagination .swiper-pagination-bullet{
    height: 20px;
    width: 20px;
    border: 1px solid transparent;
    background: transparent;
	position: relative;
	overflow: hidden;
}
.gtd-swiper .gtd-swiper-pagination .swiper-pagination-bullet::before{
    position: absolute;
    content: '';
    background-color: var(--gtd-dark-color);
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px;
    left: 5px;
    opacity: 0.4;
}
.gtd-swiper .gtd-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-color: var(--gtd-primary-color);
}
.gtd-swiper .gtd-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	background-color: var(--gtd-primary-color);
	opacity: 1;
}

/* Button */

.gtd-info-box-widget .gtd-btn-wrapper a,
.gtd-price-table-widget .gtd-price-table-footer .gtd-btn,
.gtd-form .wpcf7-submit,
.gtd-info-box-widget .gtd-btn-filled .gtd-elementor-button,
.gtd-price-table-style-2 .gtd-price-table-footer .gtd-elementor-button,
.gtd-blog-post .gtd-btn-container a,
.elementor-widget-button .elementor-button {
    padding: 15px 30px;
    border-radius: 30px;
    font-family: var(--gtd-body-fonts);
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 18px;
    line-height: 24px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	background: var(--gtd-primary-color);
}
.gtd-btn-wrapper.gtd-btn-link a.gtd-btn {
	background: transparent;
}

/* Color hover */
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a:before,
.gtd-price-table-widget .gtd-price-table-footer a:before,
.elementor-button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color:var(--gtd-secondary-color);
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a:hover:before,
.gtd-price-table-widget .gtd-price-table-footer a:hover:before,
.elementor-button:hover:before{
    height: 100%;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff;
}
.gtd-btn-wrapper .gtd-btn .elementor-button-content-wrapper,
.elementor-widget-button .elementor-button-content-wrapper{
	position: relative;
	z-index: 1;
	align-items: center;	
}

.gtd-btn-wrapper .gtd-btn .elementor-button-icon svg,
.elementor-widget-button .elementor-button svg{
	width: 20px;
	height: 20px;
	fill: var(--gtd-white-color);
}
.gtd-btn-wrapper .gtd-btn .elementor-button-icon,
.elementor-widget-button .elementor-button-icon {
    width: 20px;
    overflow: hidden;
}
.gtd-btn-wrapper .gtd-btn .elementor-button-icon svg,
.elementor-widget-button .elementor-button svg,
.elementor-widget-button .elementor-button i{
	animation: 0.35s ease-in-out forwards gtd-ani01;
	font-size: 20px;
}
@keyframes gtd-ani01{
	0% {
		opacity: 1;
		transform: translate(0);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 0;
		transform: translate(100%);
	}
	100% {
		opacity: 1;
		transform: translate(0);
	}
}

.gtd-btn-wrapper .gtd-btn:hover .elementor-button-icon svg,
.elementor-widget-button .elementor-button:hover .elementor-button-icon svg,
.elementor-widget-button .elementor-button:hover .elementor-button-icon i {
    animation: 0.35s ease-in-out forwards  gtd-ani02;
}
@keyframes gtd-ani02{

0% {
    opacity: 1;
    transform: translate(0);
}
50% {
    opacity: 0;
    transform: translate(100%);
}
51% {
    opacity: 0;
    transform: translate(-100%);
}
100% {
    opacity: 1;
    transform: translate(0);
}
}
.gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper .elementor-button-content-wrapper{
	display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
}

/* Text Rotate */
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text,
.gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text,
.gtd-price-table-widget .gtd-price-table-footer .gtd-btn .elementor-button-text,
.gtd-info-box-widget .gtd-btn .elementor-button-text,
.elementor-widget-button .elementor-button .elementor-button-text {
    display: flex;
}
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text,
.gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text,
.gtd-price-table-widget .gtd-price-table-footer .gtd-btn .elementor-button-text,
.gtd-info-box-widget .gtd-btn .elementor-button-text .gtd-button-text,
.elementor-widget-button .elementor-button .elementor-button-text .gtd-button-text{
    position: relative;
    overflow: hidden;
	display: inline-block;
}
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text .gtd-button-text:before,
.gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text .gtd-button-text:before,
.gtd-price-table-widget .gtd-price-table-footer .gtd-btn .elementor-button-text .gtd-button-text:before,
.gtd-info-box-widget .gtd-btn .elementor-button-text .gtd-button-text:before,
.elementor-widget-button .elementor-button .elementor-button-text .gtd-button-text:before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    transform: translateY(20px);
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a:hover .elementor-button-text .gtd-button-text:before,
.gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a:hover .elementor-button-text .gtd-button-text:before,
.gtd-price-table-widget .gtd-price-table-footer .gtd-btn:hover .elementor-button-text .gtd-button-text:before,
.gtd-info-box-widget .gtd-btn:hover .elementor-button-text .gtd-button-text:before,
.elementor-widget-button .elementor-button:hover .elementor-button-text .gtd-button-text:before  {
    transform: translateY(-50%);
}
.elementor-widget-button .elementor-button .elementor-button-text .gtd-button-text span {
  display: inline-flex;
  transform: translateY(0);
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text .gtd-button-text span,
.gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a .elementor-button-text .gtd-button-text span,
.gtd-price-table-widget .gtd-price-table-footer .gtd-btn .elementor-button-text .gtd-button-text span,
.gtd-info-box-widget .gtd-btn .elementor-button-text .gtd-button-text span{
    display: inline-flex;
    transform: translateY(0);
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.blog .gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a:hover .elementor-button-text .gtd-button-text span,
.gtd-blog-post .gtd-blog-contain .gtd-btn-wrapper a:hover .elementor-button-text .gtd-button-text span,
.gtd-price-table-widget .gtd-price-table-footer .gtd-btn:hover .elementor-button-text .gtd-button-text span,
.gtd-info-box-widget .gtd-btn:hover .elementor-button-text .gtd-button-text span,
.elementor-widget-button .elementor-button:hover .elementor-button-text .gtd-button-text span{
    transform: translateY(calc(-50% - 20px));
}

/* simple button */

.gtd-info-box-widget .gtd-btn-link .gtd-elementor-button{
	color: var(--gtd-primary-color);
	text-decoration: underline;
}
.gtd-info-box-widget .gtd-btn-link .gtd-elementor-button:hover{
	color: var(--gtd-dark-color);
}

/* Filled button */

.gtd-info-box-widget .gtd-btn-filled .gtd-btn{
	background: var(--gtd-primary-color);
	color: var(--gtd-white-color);
	padding: 18px 30px;
	border-radius: 30px;
	display: inline-block;
}
.gtd-info-box-widget .gtd-btn-filled a:hover{
	background-color: var(--gtd-dark-color);
}

/* outline button */

.gtd-info-box-widget .gtd-btn-outline a{
	border: 1px solid var(--gtd-border-color);
	padding: 13px 30px;
	border-radius: 30px;
	display: inline-block;
}
.gtd-info-box-widget .gtd-btn-outline a:hover{
	background-color: var(--gtd-dark-color);
	color: var(--gtd-white-color);
	border-color: var(--gtd-dark-color);
}

.blog .gtd-btn-wrapper .gtd-btn .elementor-button-icon svg,
.gtd-btn-wrapper .gtd-btn:hover .elementor-button-icon svg{
	fill: var(--gtd-white-color);
}
.gtd-price-table-widget .gtd-price-table-footer a:hover{
	color: var(--gtd-white-color);
}
.gtd-bg-white-icon.elementor-widget-button .elementor-button .elementor-button-icon svg{
	fill: var(--gtd-primary-color);
}
.gtd-bg-white-icon.elementor-widget-button .elementor-button:hover .elementor-button-icon svg{
	fill: var(--gtd-white-color);
}
.gtd-primary-hover .elementor-button:before {
	background-color: var(--gtd-white-color);
}
/* --------------------------------------
* gtd-ads-contact
* ---------------------------------------*/

.gtd-service-ads{
	margin: 0;
	text-align: center;
	padding: 0 30px;
}
.gtd-widget-ads {
	margin: 0;
	z-index: 0;
	padding: 0;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	align-items: center;
    display: flex;
    justify-content: center;
    min-height: 300px;
}
.gtd-widget-ads .gtd-service-ads .gtd-ads-icon {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 30px;
	color: var(--gtd-primary-color);
	display: inline-block;
}
.gtd-widget-ads:hover .gtd-service-ads .gtd-ads-icon {
	animation: gtd_verticle 1.2s ease-out;
}
@keyframes gtd_verticle {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}
.gtd-widget-ads .gtd-ads-heading {
    font-size: 30px;
    line-height: 40px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: var(--gtd-white-color);
	border-bottom: 1px solid var(--gtd-primary-color);
}
.gtd-widget-ads .gtd-service-ads .gtd-ads-call{
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0;
}
.gtd-widget-ads .gtd-service-ads .gtd-ads-call a{
	color: var(--gtd-white-color);
}
.gtd-widget-ads .gtd-service-ads .gtd-ads-call a:hover {
	color: var(--gtd-primary-color);
}
.widget.widget_block:has(.gtd-widget-ads){ 
	padding: 0;
	background: var(--gtd-black-color);
}
.gtd-widget-ads .wp-block-cover{
	margin-bottom: 0;
}

.gtd-header-search-icon svg{
	height: 50px;
	width: 50px;
}

/* --------------------------------------
* Footer Css
* --------------------------------------*/

.gtd-elementor-footer .elementor-widget-icon-list ul li::marker{
	content: "";
}

/* --------------------------------------
* drop-cap
* --------------------------------------*/
body .elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    font-size: 0;
    line-height: 0;
    margin-block-start: 3px;
	color: var(--gtd-primary-color);
}

/* --------------------------------------
 * Contact Form 7
 * ---------------------------------------*/
.wpcf7-form .input-group {
	display: block;
}
.gtd-form .input-group textarea{
	padding-top: 20px;
	height: 130px;
}
.wpcf7-form input[type="number"],
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="search"] {
	height: 60px;
}
::placeholder {
    color: var(--gtd-body-text-color);
}
.gtd-form .input-group textarea::placeholder,
.wpcf7-form input[type="number"]::placeholder,
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="password"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder,
.wpcf7-form input[type="url"]::placeholder,
.wpcf7-form input[type="search"]::placeholder{
	color: var(--gtd-body-text-color);
}
.gtd-form .input-group{
	position: relative;
	display: grid;
}
.gtd-form .input-group p{
	margin: 0;
}
.gtd-form .input-textarea{
	margin-bottom: 20px;
	height: 130px;
}
.gtd-form .wpcf7-checkbox .wpcf7-list-item{
	margin-top: 22px;
	display: block;
}
.gtd-form .wpcf7-checkbox .wpcf7-list-item-label{
	margin-left: 6px;
	font-size: 14px;
}
.gtd-form a{
	color: #b1b6ba;
	margin: -10px 0 30px 0;
}
.gtd-form .input-button{
	display: block;
}

.gtd-form .wpcf7-submit{
    border: none;
    background-color: var(--gtd-primary-color);
    color: var(--gtd-white-color);
    transition: all .3s;
}
.gtd-form .wpcf7-submit:hover{
    background-color: var(--gtd-dark-color);
}
.wpcf7-form .wpcf7-checkbox{
	display: block;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


/* Domain Tab */

.gtd-domain-pricing-list .gtd-tab-heading{
	border: 1px solid var(--gtd-border-color);
	border-top: 0;
}
.gtd-domain-pricing-list .gtd-tab-heading .gtd-tab-heading-inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--gtd-border-color);
    padding: 20px 30px;
}
.gtd-domain-pricing-list .gtd-tab-heading .gtd-tab-heading-inner:first-child{
	background-color: var(--gtd-primary-color);
	color: var(--gtd-white-color);
}
.gtd-domain-pricing-list .gtd-tab-heading .gtd-tab-heading-inner:first-child .gtd-domain-list{
	text-transform: uppercase;
	font-family: var(--gtd-title-fonts);
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
}
.gtd-domain-pricing-list .gtd-tab-heading .gtd-domain-price{
	font-family: var(--gtd-title-fonts);
	font-weight: 600;
	color: var(--gtd-black-color);
	font-size: 15px;
	line-height: 15px;
}
.gtd-price-compare .elementor-element.e-child .elementor-widget-text-editor p{
	margin: 0;
}
.wp-block-latest-comments{
	padding: 0;
	margin: 0;
}
.gtd-iconbox-style-11 .gtd-btn-outline a{
	color: var(--gtd-white-color);
}

/* Mailchip */

.gtd-newslatter{
	display: flex;
    align-items: center;
}
.gtd-newslatter .gtd-form-btn{
    margin: 0 0 0 10px;
	text-transform: capitalize;
}
.pbmit-footer-newsletter .pbmit-form-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 16px;
    line-height: 26px;
    padding: 12px 50px 12px 30px;
    color: var(--pbmit-advasy-white-color);
    background-color: var(--gtd-black-color);
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
	position: absolute;
	right: 3px;
}
.gtd-newslatter .gtd-form-btn:hover{
	background-color:#fff;
	color:var(--gtd-black-color) !important
}
.gtd-newslatter input[type="email"]{
    background-color: #fff;
    color: var(--gtd-body-text-color);
}