/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.5em !important;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 60%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 1rem;
   line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   clear: both;
}

p {
   margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
   font-style: italic;
}

blockquote {
   margin: 0 1.5em;
}

address {
   margin: 0 0 1.5em;
}

pre {
   background: #eee;
   font-family: "Courier 10 Pitch", courier, monospace;
   font-size: 0.9375rem;
   line-height: 1.6;
   margin-bottom: 1.6em;
   max-width: 100%;
   overflow: auto;
   padding: 1.6em;
}

code,
kbd,
tt,
var {
   font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
   font-size: 0.9375rem;
}

abbr,
acronym {
   border-bottom: 1px dotted #666;
   cursor: help;
}

mark,
ins {
   background: #fff9c0;
   text-decoration: none;
}

big {
   font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
   box-sizing: inherit;
}

html {
   box-sizing: border-box;
}

body {
   background: #fff;
}

hr {
   background-color: #ccc;
   border: 0;
   height: 1px;
   margin-bottom: 1.5em;
}

ul,
ol {
   margin: 0 0 1.5em 3em;
}

ul {
   list-style: disc;
}

ol {
   list-style: decimal;
}

li > ul,
li > ol {
   margin-bottom: 0;
   margin-left: 1.5em;
}

dt {
   font-weight: 700;
}

dd {
   margin: 0 1.5em 1.5em;
}

img {
   height: auto;
   max-width: 100%;
}

figure {
   margin: 1em 0;
}

table {
   margin: 0 0 1.5em;
   width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
   border: 1px solid;
   border-color: #ccc #ccc #bbb;
   border-radius: 3px;
   background: #e6e6e6;
   color: rgba(0, 0, 0, 0.8);
   line-height: 1;
   padding: 10px 30px;
   width: auto;
   cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
   border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
   border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
   color: #666;
   border: 1px solid #ccc;
   border-radius: 3px;
   padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
   color: #111;
}

select {
   border: 1px solid #ccc;
}

textarea {
   width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
   text-decoration: none;
   display: inline-block;
   vertical-align: top;
}

a:focus {
   outline: thin dotted;
}

a:hover,
a:active {
   outline: 0;
}

.entry-content a{text-decoration: underline;}
.entry-content a:hover{text-decoration: none;}
p a{text-decoration: underline;}
p a:hover{text-decoration: none;}

.reply a:hover{text-decoration: underline;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
   margin: 0;
   padding: 0;
}
.main-navigation ul ul {
   text-align: left;
   transition: all 500ms ease;
   -webkit-transition: all 500ms ease;
   -moz-transition: all 500ms ease;
   -o-transition: all 500ms ease;
   -ms-transition: all 500ms ease;
   top: 100%;
   left: 0;
   -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
   -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
   box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
   width: 220px;
   position: absolute;
   z-index: 999;
   -webkit-transform-origin: top;
   transform-origin: top;
   -webkit-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-transform: scale(1, 0);
   transform: scale(1, 0);
   display: block;
   opacity: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul,
.main-navigation ul li.focus > ul {
   display: block;
   opacity: 1;
   z-index: 1000;
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
   -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
}
.main-navigation ul ul ul {
   left: 100%;
   top: 0;
}
.main-navigation li {
   position: relative;
   display: inline-block;
   margin-bottom: 0;
}
.main-navigation ul ul ul {
   left: 100%;
   top: 0;
}
.main-navigation ul > li:hover > ul {
   opacity: 1;
   left: 0;
   z-index: 9999;
}
.main-navigation ul ul li:hover > ul {
   opacity: 1;
   left: 100%;
}
.main-navigation li li {
   float: none;
   display: block;
}
.main-navigation ul li li:last-child > a {
   border: none;
}
.main-navigation ul li a {
   display: block;
   padding: 8px 20px;
   position: relative;
   z-index: 99;
   transition: all 0.3s ease;
}
.main-navigation ul li a:hover{
   opacity: 0.5;
}
.main-navigation ul li ul li a{
   padding: 10px 20px !important;
}

.main-navigation li > a {
   position: relative;
}
.main-navigation li li.current_page_item > a:after,
.main-navigation li li.current-menu-item > a:after,
.main-navigation ul li li a:hover:after {
   display: none;
}
.main-navigation ul li.page_item_has_children > a::before,
.main-navigation ul li.menu-item-has-children > a::before {
   content: "\f107";
   font-family: "Font Awesome 5 Free";
   position: absolute;
   right: 5px;
   top: 50%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transition: all 0.3s ease-in-out;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
}
.main-navigation ul li ul li.page_item_has_children > a::before,
.main-navigation ul li ul li.menu-item-has-children > a::before {
   content: "\f105";
   right: 15px;
}
.main-navigation ul li ul li.page_item_has_children > a::before
.main-navigation ul li ul li.menu-item-has-children > a::before {
   right: 20px;
   top: 10px;
   transform: rotate(-90deg);
}
.main-navigation .dropdown-toggle::after {
   display: none !important;
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
   display: block;
}

@media screen and (min-width: 37.5em) {

   .menu-toggle {
	   display: none;
   }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
   margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
   display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
   flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
   text-align: end;
   flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
   border: 0;
   clip: rect(1px, 1px, 1px, 1px);
   clip-path: inset(50%);
   height: 1px;
   margin: -1px;
   overflow: hidden;
   padding: 0;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important;
}

.screen-reader-text:focus {
   background-color: #f1f1f1;
   border-radius: 3px;
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   clip-path: none;
   color: #21759b;
   display: block;
   font-size: 0.875rem;
   font-weight: 700;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
   outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
   float: left;
   margin-right: 1.5em;
   margin-bottom: 1.5em;
}

.alignright {
   float: right;
   margin-left: 1.5em;
   margin-bottom: 1.5em;
}

.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1.5em;
}
.text-center{
   text-align: center;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
   margin: 0 0 1.5em;
}

.widget select {
   max-width: 100%;
}
.textwidget h1, 
.textwidget h2, 
.textwidget h3, 
.textwidget h4, 
.textwidget h5, 
.textwidget h6{
	margin: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
   display: block;
}

.updated:not(.published) {
   display: none;
}

.page-content,
.entry-content,
.entry-summary {
   margin: 1.5em 0 0;
}

.page-links {
   clear: both;
   margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
   word-wrap: break-word;
}

.bypostauthor {
   display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
   display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
   display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
   border: none;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
   max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
   display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
   margin-bottom: 1.5em;
   max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.wp-caption .wp-caption-text {
   margin: 0.8075em 0;
}

.wp-caption-text {
   text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
   margin-bottom: 1.5em;
   grid-gap: 1.5em;
}

.gallery-item {
   display: inline-block;
   text-align: center;
   width: 100%;
}

.gallery-columns-2 {
   grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
   grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
   grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
   grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
   grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
   grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
   grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
   grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
   display: block;
}





/*custom html*/

/*color-scheme*/
*:before{
   font-weight: 600;
}
.post-content article a,
.post-content article a:visited {
   text-decoration: underline;
}
.comment-author a,
.news-title a,
.entry-title a,
.readmore,
.post-content article a:focus,
.post-content article a:active,
.comment-form a:hover,
aside a:hover,
.sidebar a:hover,
.comment-metadata a:hover,
.single-post .info a:hover,
.promoiton-holder .post-title a,
.banner-blocks .block-holder .title a{
   color: var(--primary-color);
}
.button-group .contact-btn,
.entry-title a:hover,
.news-title a:hover,
.readmore:hover,
.breadcrumb ul li a:hover,
.promoiton-holder .post-title a:hover,
.promoiton-holder .summary a.btn:hover,
.banner-blocks .block-holder .title a:hover,
.banner-blocks .block-holder .block-content .btn,
.header-layout-5 .button-group .contact-btn{
   color: var(--secondary-color);
}
.comments-area .comments-title,
.comment-reply-title,
.news-snippet .category a,
.main-navigation ul li a,
.site-description,
.post-content article a:hover,
aside .widget-title, 
.sidebar .widget-title, 
.inside-page .wpcf7-form .title,
.at-form-style .wpcf7-form .title,
.default-form .wpcf7-form .title,
.comments-area .comment-form label, 
.comments-area .comment-form input,
h5.widget-title:after, 
.section-heading:after,
.main-navigation ul li a:hover,
.promoiton-holder .summary a.btn,
.testimonial-content .post-title,
.banner-blocks .block-holder .block-content .btn:hover{
   color: var(--dark-color);
}
.top-header .contact-number a,
.top-header .main-navigation ul li a,
.button-group .btn,
.search-form input[type=submit],
.inside-page .wpcf7-form input[type=submit],
.at-form-style .wpcf7-form input[type=submit],
.default-form .wpcf7-form input[type=submit],
.site-footer .widget-title, 
.site-footer .widget-title:after,
.site-footer,
.site-footer a,
.comments-area .comment-form .form-submit input[type=submit],
.header-background-one .main-title,
.header-background-one p,
.header-background-one .call-us,
.footer-section p{
   color: var(--light-color);
}
.top-header .social-links a svg{
   fill: var(--light-color);
}
body{ 
   color: var(--text-color);
}
.news-snippet .info ul li a,
.news-snippet .info a{
   color: var(--grey-color);
}
.news-snippet .info ul li a:hover,.news-snippet .info a:hover{color: var(--dark-color);}
.single-post .info a,
aside a,
.sidebar a,
.comment-metadata a,
.comment-form a,
.post-content article a,
.post-content article a:visited {
   color: var(--accent-color);
}

a.readmore{font-size: 0.85em;}

.breadcrumb,
.site-footer,
.comments-area .comment-form .form-submit input[type=submit]:hover,
.search-form input[type=submit]:hover,
.inside-page .wpcf7-form input[type=submit]:hover,
.at-form-style .wpcf7-form input[type=submit]:hover,
.default-form .wpcf7-form input[type=submit]:hover,
.button-group .btn.schedule-btn{
   background-color: var(--primary-color);
}
.button-group .btn,
.comments-area .comment-form .form-submit input,
.search-form input[type=submit],
.inside-page .wpcf7-form input[type=submit],
.at-form-style .wpcf7-form input[type=submit],
.default-form .wpcf7-form input[type=submit],
.comments-area .comment-form .form-submit input[type=submit],
#scrollTop:hover{
   background-color: var(--secondary-color);
}
#nav-icon span,
#scrollTop {
   background-color: var(--dark-color);
}
.main-navigation ul ul{
   background-color: var(--light-color);
}
#masthead{
   background: #ffffff;
}
.top-header .main-navigation ul ul{
	background-color: var(--dark-color);
}
.search-form input[type=submit]{
   border-color: var(--secondary-color);
}
.wpcf7-form .title, 
.inside-page .wpcf7-form .title,
.at-form-style .wpcf7-form .title,
.default-form .wpcf7-form .title{
   border-color: var(--dark-color);
}
/*end color-scheme*/

/*header-background*/
.header-background-one{
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   overflow: hidden;
   background-color: var(--primary-color);
   min-height: 200px;
}
.header-background-one .row{
   overflow: visible;
   display: flex;
   flex-wrap: wrap;
}
.header-background-one .row [class*=col-]:first-child:after {
   content: "";
   position: absolute;
   top: 0;
   right: -95px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 100vh 130px 0 0;
   border-color: var(--primary-color) transparent transparent transparent;
   z-index: 1;
}
.header-background-one .img-holder{
   width: 100vw;
   margin-left: -50px;
   height: 100%;
   background-color: var(--dark-color);
}
.header-background-one .img-holder img{
   display: block;
}
.header-background-one .caption-holder-wrapper{
	display: flex;
	align-items: center;
}

.header-background-one .caption-holder {
   /*background-color: var(--primary-color);*/
   position: relative;
   z-index: 10;
   padding:30px 0;
}


.header-background-one .caption-holder .main-title,
.header-background-one .caption-holder p{
   margin: 0 0 30px;
}
.header-background-one .caption-holder .button-group .btn{
   margin: 0 30px 15px 0;
}
.header-background-one .caption-holder .button-group .btn:hover{
	background-color: var(--dark-color);
}
.header-background-one .caption-holder .call-us{
   margin-top: 15px;
}

/*end header-background*/


/*banner blocks*/
.banner-blocks{
	padding: 80px 0;
}
.banner-blocks .banner-blocks-holder{
	display: grid;
	grid-gap: 30px;
}
.home-block.banner-blocks .banner-blocks-holder {
    grid-template-columns: repeat(auto-fit, minmax(290px, 3fr));
}
.banner-blocks .block-holder{
	/*text-align: center;*/
	padding: 20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
   transition: all ease 0.21s;
}
.home-block.banner-blocks .banner-blocks-holder .block-holder:hover {
    box-shadow: 0 0 21px 0 rgb(0 0 0 / 25%);
}
.banner-blocks .block-holder img{
	display: block;
	margin: 0 auto 15px;
}
.banner-blocks .block-holder .title{
	margin: 0 0 15px;
   color: var(--dark-color);
}
.banner-blocks h2{
   color: var(--dark-color);
}
.banner-blocks .block-holder .block-content .btn{
	font-weight: 500;
}
/*end banner blocks*/


body.transparent{
   margin-top: 0 !important;
}
.transparent header{
   background-color: rgba(0,0,0,0.5) !important;
}
.transparent header .top-header {
   background-color: transparent;
   border-bottom: 1px solid rgba(255,255,255,0.8);
}
#masthead{
   box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
/*body.sticky #masthead{
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 100;
}*/
/*body.logged-in.sticky #masthead{
   top: 32px;
}*/
input,
textarea,
select{
   transition: all 0.2s ease;
   width: 100%;
}
.entry-title{
   margin-top: 0;
   margin-bottom: 20px;
}
.container{
   max-width: 1140px;
   margin: 0 auto;
   padding: 0 15px;
}
.social-links{
   margin: 0;
   padding: 0;
   list-style: none;
   display: flex;
   flex-wrap: wrap;
}
.social-links li{
   margin: 0 15px 0 0 !important;
}
.social-links li:last-child{
   margin: 0 !important;
}
.social-links li a{
   display: flex;
   align-items: center;
}
header a{
   transition: all 0.3s ease;
}
#masthead a:hover{
   opacity: 0.5;
   /*transform: scale(1.1);
   -webkit-transform: scale(1.1);*/
}
.header-wrapper .container{
   display:flex;
   justify-content: space-between;
   align-items: center;
}
.top-header{
   padding: 10px 0;
   border-bottom: 1px solid #ddd;
   background-color: var(--dark-color);
}
.top-header .contact-number{
   font-weight: 700;
   font-size: 18px;
}
.top-header .contact-number a span{
   font-size: 16px;
   font-weight: 600;
}
.top-header .main-navigation ul li{
   margin: 0 15px 0 0;
}
.top-header .main-navigation ul li:last-child{
   margin: 0;
}
.top-header .main-navigation ul li a{
   padding: 8px 20px 8px 0
}
header .custom-logo{
   width: auto;
}
.site-branding{
   width: 250px;
}
.site-title,
.site-description{
   margin: 0;
   line-height: 1.2;
}
.site-title{
	font-weight: 700;
}
.site-title a{
   text-decoration: none;
}
.main-navigation{
   width: auto;
}
.menu-toggle{
   border: 0 !important;
   background: transparent !important;
   padding: 0 !important;
}
.middle-header{
   padding: 20px 0;
   position: relative;
}
.bottom-header{
   position: relative;
   padding: 10px 0;
   border-top: 1px solid #ddd;
}
.bottom-header .site-branding{
   display: none;
}
.button-group{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.button-group .btn{
   padding: 15px 30px;
   margin: 0 30px 0 0;
   transition: all 0.2s ease;
}
.button-group .btn:last-child{
   margin: 0;
}
.button-group .btn:hover{
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
}
.button-group .contact-btn{
   padding: 0;
   background: transparent !important;
   font-size: 24px;
   font-weight: 700;
   border: 0;
}


/*header-2*/

.header-layout-2 .top-header{
   padding: 10px 0;
}

/*end header-2*/


/*hamburger style*/

.navbar-toggler {
   margin: 0 0 0 auto;
   border: 0;
   border-radius: 0;
   padding: 0;
}

#nav-icon {
   width: 26px;
   height: 24px;
   position: relative;
   margin: 10px auto;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   cursor: pointer;
}

#nav-icon span {
   display: block;
   position: absolute;
   height: 2px;
   width: 100%;
   opacity: 1;
   left: 0;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
   top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
   top: 9px;
}

#nav-icon span:nth-child(4) {
   top: 18px;
}

.main-navigation.toggled #nav-icon span:nth-child(1) {
   top: 7px;
   width: 0%;
   left: 50%;
}

.main-navigation.toggled #nav-icon span:nth-child(2) {
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   -o-transform: rotate(45deg);
   transform: rotate(45deg);
}

.main-navigation.toggled #nav-icon span:nth-child(3) {
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   -o-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.main-navigation.toggled #nav-icon span:nth-child(4) {
   top: 7px;
   width: 0%;
   left: 50%;
}

/*end hamburger*/


/*detail page*/
h1.entry-title, h1.page-title{
   margin: 0 0 20px 0;
   overflow-wrap: break-word;
}
.list-inline > li{
   display: inline-block;
   vertical-align: top;
}
figure.feature-image {
   padding: 0 0 20px 0;
}
figure.feature-image img {
   width: 100%;
}
blockquote {
   border: none;
   margin: 30px 0;
   text-align: center;
   border-top: 5px solid #eee;
   border-bottom: 5px solid #eee;
   padding: 30px 0;
   font-size: 1.5em;
   font-style: italic;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
   margin-bottom: 0;
}
.comments-area .comment-form .form-submit input {
   color: #fff;
   letter-spacing: 2px;
   border: none;
}
.comments-area .comment-form input, .comments-area .comment-form textarea {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 10px;
    width: 100%;
    background: #F4F5F7;
}
.comments-area .comment-form label{
   margin: 0 0 10px;
}
.comments-area .comment-form label, .comments-area .comment-form input {
   display: block;
   font-weight: 500;
}
.comments-area .comment-form .form-submit input[type=submit]{
   background: var(--primary-color);
   transition: all ease 0.20s;
}
.comments-area .comment-form .form-submit input[type=submit]:hover{
   background: var(--secondary-color);
}
/*end detail page*/


/*list page*/
.inside-page .container{
   overflow: hidden;
}
.info{
   font-size: 0.85em;
   color: #aaa;
   margin-bottom: 10px;
}
.info ul{
   margin: 0;
}
.info ul li{
   padding:0 15px 0 0;
}
.info a{
   color: #aaa;
}
.info .author-image{
   float: left;
   margin-right: 10px;
}
.list-inline{
   list-style: none;
   padding-left: 0;
}
.news-title {
   margin: 0 0 10px 0;
}
h6.category {
   display: inline-block;
   margin-top: 0;
   margin-right: 5px;
   margin-bottom: 10px;
}

.row {
   margin-right: -15px;
   margin-left: -15px;
   overflow: hidden;
}
.col-sm-12, 
.col-sm-9, 
.col-sm-8,
.col-sm-7, 
.col-sm-6, 
.col-sm-5,
.col-sm-4,
.col-sm-3{
   position: relative;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   float: left;
}
.col-sm-12{
   width: 100%;
}
.col-sm-9{
   width: 75%;
}
.col-sm-8 {
   width: 66.666667%;
}
.col-sm-7{
   width: 58.33333333%;;
}
.col-sm-6{
   width: 50%;
}
.col-sm-5{
   width: 41.66666667%;
}
.col-sm-4 {
   width: 33.333333%;
}
.col-sm-3{
   width: 25%;
}

/*news-snippet*/
.news-snippet .info .author-image img{
   border-radius: 50%;
   width: 22px;
   height: 22px;
}
.news-snippet{
   float: left;
   height: 100%;
   width: 100%
}
.search-page .news-snippet{
   border: 1px solid #ddd;
   margin: 0 0 30px;
}
.news-snippet .summary{
   padding: 15px 0 0;
   color: var(--text-color);
}
.news-snippet .summary .news-title a {
    color: var(--dark-color);
    transition: all ease 0.20s;
}
.news-snippet .summary .news-title a:hover {
   color: var(--secondary-color);
}
.news-snippet .featured-image{
   padding-left: 0;
   padding-right: 0;
   display: block;
}
.news-snippet .featured-image img{
   width: 100%;
   border-radius: 3px;
   display: block;
}
.news-snippet .summary{
   width: 100%;
   float: left;
}
.full-width-view .type-post{
	border: none;
}
.sidebar-enabled .list-view .news-snippet .featured-image {
    width: 50%;
}
.sidebar-enabled  .list-view .news-snippet .featured-image + .summary {
    width: 50%;
}
.grid-view{
    break-inside: avoid;
    column-count: 2;
    column-gap: 2rem;
    padding: 15px;
}

.grid-view .post, 
.grid-view .abt_promotion {
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
    display: inline-block;
    margin: 0 0 20px;
    padding: 1rem;
    width: 100%;
    break-inside: avoid;
    transform: translateZ(0);
    margin-bottom: 25px;
    transition: all ease 0.20s;
    border-radius: 3px;
}
.category-archive .col-sm-12 .grid-view {
    column-count: 3;
}
.grid-view .post:hover,
.grid-view .abt_promotion:hover {
   box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}
.grid-view .col-sm-12{
   position: relative;
   overflow: hidden;
}
.grid-view .news-snippet{
   background-color: #fff;
}

.list-view {
   display: grid;
   grid-template-columns: repeat(1, 1fr);
   grid-gap: 30px;
}
.list-view .col-sm-12{
   position: relative;
   overflow: hidden;
}
.list-view .news-snippet{
   border:none;
}
.list-view .news-snippet .featured-image{
   width: 35%;
   float: left;
   height: 270px;
   overflow: hidden;
}
.list-view .news-snippet .featured-image img {
    object-fit: cover;
    min-height: 100%;
    width: auto;
    min-width: 100%;
}
.news-snippet .summary a.readmore {
    text-transform: uppercase;
    font-weight: 700;
}
.list-view .news-snippet .featured-image + .summary{
   width: 65%;
   padding-left: 30px;
}
.list-view .sticky{
   width: 100%;
}
.list-view .sticky .news-snippet .featured-image img{
   width: 100%;
}

.full-width-view.blog-list-block,
.list-view {
    break-inside: avoid;
    column-count: 1;
    column-gap: 2rem;
    padding: 15px;
    margin-top: -10px;
}
.full-width-view.blog-list-block nav.navigation.posts-navigation {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.full-width-view.blog-list-block .post.type-post {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.full-width-view .news-snippet,
.list-view .news-snippet {
    width: 100%;
    background: #fff;
    float: left;
    position: relative;
    z-index: 10;
    border-radius: 3px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
    padding: 1rem;
    break-inside: avoid;
    transform: translateZ(0);
    margin-bottom: 0px;
    transition: all ease 0.20s;
     border: none;
}
.full-width-view .news-snippet:hover,
.list-view .news-snippet:hover {
   box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.col-3-view {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   grid-gap: 30px;
   position: relative;
   padding: 0 0 50px;
}
/*end news-snippet*/

/*end list page*/

/*Single blog author*/
.single-page-author-block.author-post .author-box {
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    width: 100%;
}
.single-page-author-block.author-post {
    padding: 15px;
}
.single-page-author-block.author-post .author-box h4 {
    margin: -6px 0 -7px 0px;
}
.single-page-author-block.author-post .author-box a.author-more {
   text-transform: uppercase;
   font-weight: 700;
   color: var(--primary-color);
   transition: all ease 0.20s;
   margin-top: -10px;
}
.single-page-author-block.author-post .author-box a.author-more:hover {
   color: var(--secondary-color);
}
.single-page-author-block.author-post .author-box .col-sm-4 {
    padding: 0;
}
.single-page-author-block.author-post .author-box .col-sm-4 img {
   border-radius: 3px;
}
.single-bottom.tag-row ul.tags li {
    display: inline-block;
    margin: 0 10px 0 0;
}
.single-bottom.tag-row ul.tags {
    list-style: none;
    margin: 0;
    padding: 0;
}
.single-bottom.tag-row.row {
    padding: 0 15px;
}
.single-bottom.tag-row ul.tags li a {
    text-transform: uppercase;
    color: var(--grey-color);
    transition: all ease 0.20s;
}
.single-bottom.tag-row ul.tags li a:hover {
   color: var(--secondary-color);
}
.single-bottom.tag-row .col-sm-12 {
    padding: 30px 0 20px;
    border-top: 1px solid #f5f2f2;
}
/*sidebar*/
.wpcf7-form .title {
   font-size: 20px;
   border-bottom: 3px solid #000;
   margin: 0 0 30px;
   padding: 0 0 20px;
   color: #222;
}
aside#secondary ul.social-links li {
    display: inline-block;
    float: left;
    width: auto;
    margin: 0 10px 0 0 !important;
}
aside#secondary ul.social-links li a{fill:var(--dark-color);}
aside#secondary ul.social-links li a:hover{fill:var(--primary-color);}
/*.inside-page .wpcf7-form {
   border: 1px solid #ddd;
   padding: 30px;
}*/
.wpcf7-form-control-wrap{
   margin: 10px 0 0;
   display: block;
}
.inside-page .wpcf7-form .title {
   font-size: 24px;
   margin: 0 0 30px;
   padding: 0 0 15px;
   border-bottom: 3px solid #000;
   /*font-weight: 700;*/
}
.inside-page .wpcf7-form label,
.at-form-style .wpcf7-form label,
.default-form .wpcf7-form label {

   margin: 0 0 15px;
}
.inside-page .wpcf7-form input, 
.inside-page .wpcf7-form select,
.at-form-style .wpcf7-form input, 
.at-form-style .wpcf7-form select,
.default-form .wpcf7-form input, 
.default-form .wpcf7-form select{
   height: 40px;
   border-radius: 0;
   padding: 5px 15px;
}
.inside-page .wpcf7-form textarea,
.at-form-style .wpcf7-form textarea,
.default-form .wpcf7-form textarea {
   height: 100px;
   border-radius: 0;
}
.inside-page .wpcf7-form input[type="submit"],
.at-form-style .wpcf7-form input[type="submit"],
.default-form .wpcf7-form input[type="submit"]{
   padding: 10px 30px;
   border-color: transparent;
}
.widget {
   float: left;
   width: 100%;
   position: relative;
}
aside .widget,
.sidebar .widget{
   padding: 30px;
   margin-bottom: 30px;
   border:1px solid #ddd;
}
.widget ul, .widget ol {
   margin: 0;
   padding-left: 0;
   list-style: none;
}
aside#secondary ul.social-links li a {
   fill: var(--dark-color);
   line-height: 30px;
   border:0;
   padding: 0;
   margin: 7px 15px 0px 0;
}
aside#secondary ul.social-links li a svg {
    height: 20px;
    width: 20px;
}
aside#secondary section.widget h3.widget-title {
    margin: 0;
}
.widget li {
   float: left;
   width: 100%;
   padding: 5px 0;
   margin: 0 !important;
}
aside.widget li,
.sidebar.widget li {
   border-bottom: 1px solid #eee;
}
aside.widget li:last-child
.sidebar.widget li:last-child{
   border: 0;
}
.section-heading {
   margin: 0 0 15px 0;
   border-bottom: 1px solid #eee;
   padding-bottom: 5px;
   position: relative;
}
.section-heading:after {
   content: '';
   position: absolute;
   width: 100px;
   height: 2px;
   left: 1px;
   display: inline-block;
   background: #333;
   bottom: -1px;
}
h5.widget-title {
   margin: 0 0 10px 0;
}
.widget_search {
   padding: 30px;
}
label{
   display: block;
}
.widget_search label {
   width: 78%;
   float: left;
}
.widget_search input.search-field {
   padding: 8px 5%;
   border: none;
   width: 90%;
   border-radius: 0;
   border: 1px solid #ddd;
}
.widget_search input.search-submit {
   border: none;
   background-image: url(images/search.png);
   background-repeat: no-repeat;
   background-position: center;
   width: 22%;
   background-size: 25px;
   text-indent: -9999px;
   font-size: 1em;
   line-height: 1.4;
   border-radius: 0;
}
input[type="search"] {
   -webkit-appearance: textfield;
   box-sizing: content-box;
}
aside#secondary section.widget .tagcloud a {
    color: var(--grey-color);
    border: 1px solid #BDBDBD;
    padding: 7px 15px;
    position: relative;
    margin: 0 0 5px;
    color: var(--grey-color);
}
.tagcloud {
    margin-top: 15px;
}
.tagcloud a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary-color);
    opacity: 0;
    transition: all ease 0.20s;
}
aside#secondary section.widget a {
    color: var(--text-color);
}
aside#secondary section.widget a:hover {
    color: var(--secondary-color);
}
section.widget .tagcloud a {
    font-size: 0.89em !important;
}
.tagcloud a:hover:before {
   opacity: 0.15;
}
.tagcloud a:hover {
   color: var(--secondary-color);
}
/*end sidebar*/


/*contact page*/
.contact-page .contact-info .title{
   margin: 0 0 30px;
   color: var(--dark-color);
}
.contact-page .contact-info .info-title{
   margin: 0 0 15px;
   color: var(--dark-color);
}
.contact-page .contact-info ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.contact-page .contact-info ul li{
   margin: 0 0 30px;
   padding: 20px;
   border: 1px solid #ddd;
   color: var(--text-color);
}
.contact-page .contact-info ul li:last-child{
   margin: 0;
}
.contact-page .contact-info ul li a{
   color: var(--text-color);
}
.contact-page .contact-info ul li a:hover{
   color: var(--secondary-color);
}
/*end contact page*/


/*search page*/
.search-page article{
   border: 1px solid #ddd;
   padding: 30px;
   margin: 0 0 30px;
}
.search-page article.hentry{
   border: 0;
   padding: 0;
   margin: 0;
}
/*end search page*/


/*footer*/
/*.site-footer{
   background: #f5f5f5;
}*/
.footer-section .f-block{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(255px,1fr));
   grid-gap: 30px;
   padding: 45px 0 0;
   overflow: hidden;
}
.site-footer .site-info {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(255px,1fr));
}
.site-footer ul{
   margin: 0;
   padding: 0;
   list-style: none;
}
.site-footer ul li{
   margin: 0 0 15px;
}
.site-footer ul li:last-child{
   margin: 0;
}
.site-footer a{
   text-decoration: none;
   transition: all 0.3s ease;
}
.site-footer a:hover{
   opacity: 0.5;
/*   transform: scale(1.1);
   -webkit-transform: scale(1.1);*/
}
.home-services-bottom-menu {
    text-align: right;
}

.home-services-bottom-menu ul li {
    display: inline-block;
    padding: 0 0 0 15px;
    margin: 0;
}

.site-footer .widget-title {
   margin: 0 0 20px;
   position: relative;
   font-size: 24px;
}
.site-footer .f-logo{
   display: inline-block;
   vertical-align: top;
   font-size: 36px;
   font-weight: 600;
   width: 150px;
}
.footer-newsletter input{
   height: 40px;
   border-radius: 0;
   transition: all 0.2s ease;
   padding: 15px;
}
.footer-newsletter input[type="submit"]{
   border-radius: 0;
   padding: 10px 30px;
}
.footer-newsletter input[type="submit"]:hover{
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   border-color: #ccc;
}
.footer-newsletter input[type=submit]{
   background-color: var(--secondary-color);
   color: var(--light-color);
}

/*Footer Social Icons*/
.site-footer ul.social-links li {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0 !important;
    float: left;
}
/*end footer*/



/*alley themes inside page css*/
.breadcrumb{
   position: relative;
   background: var(--grey-color);
   padding: 20px 0;
   z-index: 0;
}
.breadcrumb .bread-title{
   color: var(--dark-color);
   margin: 0 0 15px 0;
}
.breadcrumb ul{
   padding: 0;
   margin: 0;
   display: flex;
   flex-wrap: wrap;
   list-style: none;
   font-size: 0.85em;
}
.breadcrumb ul li {
   position: relative;
   margin: 0 21px 0 0;
   color: var(--dark-color);
}
.breadcrumb ul li:after {
   content: "/";
   position: absolute;
   top: 0;
   right: -13px;
}
.breadcrumb ul li:last-child{
   margin: 0;
}
.breadcrumb ul li:last-child:after{
   content: none;
}
.breadcrumb ul li a{
   color: var(--dark-color);
}
.trail-browse {
   margin: 0;
}


.filter{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   margin: 0 0 40px;
}
.filter label{
   margin: 15px 15px 15px 0;
   font-weight: 600;
}
.filter select{
   padding: 10px;
   width: auto;
   min-width: 200px;
}



.page-title{
   color: var(--dark-color);
}
.inside-page{
   padding: 70px 0;
}
.inside-page .main-title{
   margin: 0 0 30px;
}
.inside-page .col-sm-9 .promotions-layout-2 .promotion-block{
   grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.inside-page .promotions-layout-2{
   padding: 30px 0 15px;
}


.inside-page.promotion-detail .promotions-layout-4{
   margin: 0 0 40px;
}
.inside-page.promotion-detail .promotions-layout-4 .promotion-block{
   grid-template-columns: auto;
   grid-gap: 60px 30px;
}
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder {
    display: block;
    grid-template-columns: auto 1fr;
    grid-gap: 20px;
    padding: 20px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 8%);
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 20px;
    border-radius: 3px;
    padding: 20px 20px 30px;
}

.inside-page.promotion-detail .promotions-layout-4 .promotion-holder .img-holder img {
    width: 100%;
    border-radius: 3px;
}
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder .img-holder {
    width: 100%;
}
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder .disclaimer,
.realted-promotions .promotion-block .promotion-holder p.disclaimer {
    color: var(--grey-color);
    font-weight: 400;
}
.inside-page.promotion-detail .promotions-layout-2 .promotion-block{
   grid-template-columns: 1fr 1fr;
}
.inside-page.promotion-detail .paragraph-detail{
   margin: 0 0 40px;
}

[class*=promotions-layout-] .promotion-block img{
   width: 100%;
   display: block;
}
.promotions-layout-2 .promotion-block{
   /*display: grid;
   grid-gap: 30px;*/
   grid-template-columns: repeat(auto-fit,minmax(300px, 1fr));
}
.promotions-layout-2 .promotion-block .promotion-holder{
   box-shadow: 0 0 13px 0 rgba(0,0,0,0.1);
}
.inside-page .promotions-layout-2 .promotion-block .promotion-holder .summary{
   padding: 30px;
}
.inside-page .promotions-layout-2 .promotion-block .promotion-holder .post-title{
   margin-top: 0;
}
.promotions-layout-2 .promotion-block .promotion-holder .btn{
   display: inline-block;
   vertical-align: top;
}
.promotions-layout-2.masionary-view .promotion-block {
   column-count: 2;
   grid-gap: 30px;
   display: block;
}
.promotions-layout-2.masionary-view .promotion-block .promotion-holder {
   display: inline-block;
   vertical-align: top;
   break-inside: avoid;
   margin: 0 0 30px;
   float: left;
}
.col-sm-12 .promotions-layout-2.masionary-view .promotion-block{
   display: grid;
}

.promotion-holder .post-title a{
   color: var(--dark-color);
}
.promotion-holder .post-title a:hover{
   color: var(--secondary-color);
}
.promotion-holder .btn{
   color: var(--secondary-color);
}
.promotion-holder .btn:hover{
   color: var(--primary-color);
}

aside#secondary.cpt-sidebar section.widget:after {
    left: 0;
    width: 100%;
 }
/*Promotion Single Page*/
.realted-promotions .promotion-block {
    display: flex;
    column-count: 2;
    column-gap: 20px;
    padding-bottom: 20px;
}
 .col-sm-4.single-post-sidebar.right-sidebar {
    padding-left: 40px;
    padding-right: 0;
}
.col-sm-4.single-post-sidebar.left-sidebar {
    padding-right: 40px;
    padding-left: 0;
}
[class*=testimonial-layout-] img{
   width: 80px !important;
   height: 80px !important;
   object-fit: cover;
   object-position: center;
   border-radius: 1000px;
   display: block;
}
.testimonial-layout-3 .testimonial-content .review-tag{
   justify-content: center;
}
.inside-page.testimonial-archive .testimonial-layout-4{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   grid-gap: 30px;
   padding: 0 0 40px;
   position: relative;
}
.inside-page.testimonial-archive .col-sm-9 .testimonial-layout-4{
   grid-template-columns: 1fr;
}
.testimonial-layout-4 .testimonial-holder{
   padding: 20px;
   border: 1px solid #ddd;
}
.testimonial-layout-4 .testimonial-holder img{
   margin: 0 0 15px;
}
.testimonial-content .post-title{
   margin: 0 0 15px;
}


/*
promotions layouts
*/

ul#select_service {
    width: 100%;
}
ul#select_service {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul#select_service li {
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin:0 3px;
}
ul#select_service li a{
   border: 1px solid #BDBDBD;
   padding: 6px 16px;
   display: inline-block;
   transition: all ease 0.20s;
   color: var(--text-color);
   font-weight: 700;
}
ul#select_service li a.active,
ul#select_service li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--light-color);
}

.promotion-archive .promotions-layout-2 .promotion-block .promotion-holder a.btn.apply-btn,
.realted-promotions .promotion-block .promotion-holder a.btn.apply-btn,
.services-tag-page a.btn.apply-btn{
    width: 91%;
    background: var(--secondary-color);
    text-align: center;
    padding: 7px;
    color: var(--light-color);
    transition: all ease 0.20s;
    position: absolute;
    left: 0;
    bottom: 16px;
    left: 16px;
    border:0;
    text-decoration: none;

}
.services-tag-page article {
    position: relative;
}
.realted-promotions .promotion-block .promotion-holder a.btn.apply-btn {
    width: 94%;
}
.sidebar-enabled .realted-promotions .promotion-block .promotion-holder a.btn.apply-btn {
    width: 91%;
}
.promotion-archive .promotions-layout-2 .promotion-block .promotion-holder a.btn.apply-btn:hover,
.realted-promotions .promotion-block .promotion-holder a.btn.apply-btn:hover,
.services-tag-page a.btn.apply-btn:hover{
   background: var(--primary-color);
   color: var(--light-color);
}
.promotion-archive  ul.term-lists,
.testimonial-archive  ul.term-lists,
.tag-list ul,
.services-tag-page ul.term-lists,
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder ul.term-lists,
.realted-promotions .promotion-block .promotion-holder ul.term-lists,
.testimonial-archive .summary  ul.term-lists,
.promotion-wraper.home-block ul.term-lists{
    margin: 0;
    padding: 0;
    list-style: none;
}
.promotion-archive ul.term-lists li a:before,
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder ul.term-lists li a:before,
.realted-promotions .promotion-block .promotion-holder ul.term-lists li a:before,
.testimonial-archive .summary  ul.term-lists li a:before,
.services-tag-page ul.term-lists li a:before,
.promotion-wraper.home-block ul.term-lists li a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--secondary-color);
    top: 0;
    left: 0;
    content: '';
    opacity: 0.076;
    transition: all ease 0.20s;

}
.testimonial-block .testimonial-holder {
    width: 100%;
}
.promotion-archive ul.term-lists li:hover a:before,
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder ul.term-lists li:hover a:before,
.realted-promotions .promotion-block .promotion-holder ul.term-lists li:hover a:before,
.testimonial-archive .summary  ul.term-lists li:hover a:before,
.services-tag-page ul.term-lists li:hover a:before,
.promotion-wraper.home-block ul.term-lists li:hover a:before{
    opacity: 0.4;
}
.promotion-archive p.disclaimer {
    font-weight: 300;
}
.promotion-archive ul.term-lists li,
.tag-list ul li,
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder ul.term-lists li,
.realted-promotions .promotion-block .promotion-holder ul.term-lists li,
.services-tag-page ul.term-lists li,
.promotion-wraper.home-block ul.term-lists li {
    display: inline-block;
    margin: 0 15px 0 0;
}

.tag-list ul li {
    margin: 0 10px;
}
.tag-list ul li a {
    display: inline-block;
    border: 1px solid #ededed;
    padding: 0 15px;
    line-height: 38px;
}
.realted-promotions .main-title {
    border-top: 2px solid #f5f2f2;
    padding-top: 30px;
}
.promotion-wraper.home-block ul.term-lists {
    margin-bottom: 20px;
}
.promotion-archive ul.term-lists li a,
.inside-page.promotion-detail .promotions-layout-4 .promotion-holder ul.term-lists li a,
.realted-promotions .promotion-block .promotion-holder ul.term-lists li a,
.testimonial-archive .summary  ul.term-lists li a,
.services-tag-page ul.term-lists li a,
.promotion-wraper.home-block ul.term-lists li a{
    padding: 0 13px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    color: var(--secondary-color);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 26px;
    border:0;
    text-decoration: none;
}
.archive .col-sm-12 {
    padding: 0;
}
.archive .tag-list,
.page-template-archive-abt_promotion .tag-list,
.testimonial-archive .tag-list {
    padding: 0 15px;
}
.archive .tag-list .button-group,
.page-template-archive-abt_promotion .tag-list .button-group,
.testimonial-archive .tag-list .button-group {
    justify-content: center;
}
.tag-list.left-sidebar {
    padding-right: 40px;
}
.tag-list.right-sidebar,
.col-sm-4.tag-sidebar{
    padding-left: 40px;
}
.archive .tag-list .button-group button,
.page-template-archive-abt_promotion .tag-list .button-group button,
.testimonial-archive .tag-list .button-group button{
    background: transparent;
    border-radius: 0;
    border-color: var(--grey-color);
    margin: 0 5px 5px;
    color: var(--grey-color);
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease 0.23s;
}

.archive .tag-list .button-group button.active,
.archive .tag-list .button-group button:hover,
.page-template-archive-abt_promotion .tag-list .button-group button.active,
.page-template-archive-abt_promotion .tag-list .button-group button:hover,
.testimonial-archive .tag-list .button-group button.active,
.testimonial-archive .tag-list .button-group button:hover{
    background: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
}
.promotion-archive .promotion-block .promotion-holder,
.realted-promotions .promotion-block .promotion-holder {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
    padding: 16px 16px 70px;
    border-radius: 3px;
    position: relative;
    width: 30.33%;
    margin: 15px 1.5%;
    break-inside: avoid;
    transform: translateZ(0);
    margin-bottom: 30px;
    transition: all ease 0.20s;
    float: left;
}
.realted-promotions .promotion-block .promotion-holder {
   width: 50%;
   margin:0;
}
.promotion-archive .promotion-block .promotion-holder img,
.realted-promotions .promotion-block .promotion-holder img{
    min-height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
}
.promotion-archive .filter {
    margin-bottom: 17px;
}
.promotion-archive .promotions-layout-2 .promotion-block .promotion-holder .summary {
    padding: 20px 0 0;
}
.promotion-archive .promotion-block .promotion-holder:hover,
.realted-promotions .promotion-block .promotion-holder:hover {
   box-shadow: 0 0 12px 0 rgb(0 0 0 / 17%);
}
.promotion-archive .promotion-block .promotion-holder .img-holder {
    height: 280px;
    overflow: hidden;
    border-radius: 3px;
}
.promotion-archive .promotions-layout-2 .promotion-block .summary.widthout-thumbnails {
    padding-top: 0;
}
.realted-promotions .promotion-block .promotion-holder .img-holder{
    border-radius: 3px;
    overflow: hidden;
}
.tag-list ul li a,
.page-template-archive-abt_promotion .tag-list ul li a{
    display: inline-block;
    border: 1px solid #BDBDBD;
    padding: 0 15px;
    line-height: 35px;
    text-transform: uppercase;
    color: var(--text-color);
}
/*promotion archive layout for sidebar*/
.promotion-archive .promotions-layout-2.col-sm-8 .promotion-holder {
    width: 47%;
}
.archive .tag-list.col-sm-4, 
.page-template-archive-abt_promotion .tag-list.col-sm-4 .button-group,
.testimonial-archive .tag-list.col-sm-4 .button-group{
    display: block;
}
.archive .tag-list.col-sm-4 .button-group button, 
.page-template-archive-abt_promotion .tag-list.col-sm-4 .button-group button,
.testimonial-archive .tag-list.col-sm-4 .button-group button {
    width: 100%;
    border: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 31px;
    font-weight: 400;
}
.archive .tag-list.col-sm-4 .button-group button.active, 
.archive .tag-list.col-sm-4 .button-group button:hover, 
.page-template-archive-abt_promotion .tag-list.col-sm-4 .button-group button.active, 
.page-template-archive-abt_promotion .tag-list.col-sm-4 .button-group button:hover,
.testimonial-archive .tag-list.col-sm-4 .button-group button.active,
.testimonial-archive .tag-list.col-sm-4 .button-group button:hover{
   background: transparent;
   color: var(--primary-color);
}
.promotions-layout-2.col-sm-8 .promotion-list-header h2 {
    margin-top: -8px;
}
.promotion-archive .promotions-layout-2.col-sm-8  .promotion-list-header {
    padding-left: 10px;
}
.promotion-archive .pagination,
.testimonial-archive .pagination{
   text-align: center;
   margin-top: 50px;
}
.testimonial-archive .pagination{
   margin-top: 60px;
}
.promotion-archive .pagination .nav-links a,
.testimonial-archive .pagination .nav-links a {
    background: var(--primary-color);
    color: var(--light-color);
    padding: 11px 60px;
    display: inline-block;
    transition: all ease 0.20s;
}
.promotion-archive .pagination .posts-navigation .nav-next,
.testimonial-archive .pagination .posts-navigation .nav-next {
   text-align: center;
 }
.promotion-archive .pagination .nav-links a:hover,
.testimonial-archive .pagination .nav-links a:hover {
   background: var(--secondary-color);
   color: var(--dark-color);
}
.tag-list.col-sm-4 .button-group {
    margin-bottom: 22px;
}
.services-tag-page header.entry-header a {
    color: var(--dark-color);
}
.services-tag-page header.entry-header a:hover{
    color: var(--secondary-color);
}
.services-tag-page header.entry-header h3 {
    margin: 20px 0 -16px;
}
.services-tag-page p.disclaimer {
    font-weight: 400;
    color: var(--grey-color);
}
.services-tag-page a.btn.apply-btn {
    position: relative;
    margin: 30px 0 -13px;
    left: 0;
    width: 100%;
}
.tag-header.col-sm-12 h2 {
    margin: 0 0 20px;
}
.tag-header.col-sm-12 {
    padding: 0 15px;
}
/*testimonial tags*/
.services-tag-page.testimonials-tag article {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
    padding: 10px 30px 30px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 5px;
}

.services-tag-page .testimonial-thumbnails {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.services-tag-page.testimonials-tag h3.entry-title {
    margin: 10px 0 05px;
}
.services-tag-page.testimonials-tag span.review-source a {
    text-decoration: none;
    margin-bottom: 20px;
}
.services-tag-page.testimonials-tag ul.term-lists li {
    margin: 0 5px;
}
/*end alley themes inside page css*/

/*search page*/
.inside-page.search-page article {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
    padding: 20px;
    margin-bottom: 30px;
    transition: all ease 0.20s;
    border-radius: 3px;
}
.inside-page.search-page article h3.entry-title a {
    color: var(--dark-color);
}
.inside-page.search-page article h3.entry-title a:hover {
   color:var(--secondary-color);
}
.inside-page.search-page span.byline {
    text-transform: capitalize;
}
.inside-page.search-page span.byline span.author.vcard{
   text-transform: uppercase;
}
.inside-page.search-page .entry-meta span.post-meta, 
.inside-page.search-page .entry-meta span.post-meta a {
    color: var(--grey-color);
}
.inside-page.search-page .entry-meta span.post-meta {
    margin: 0 10px 0 0;
}
.inside-page.search-page .entry-meta span.post-meta a:hover {
   color: var(--secondary-color);
}
.inside-page.search-page .entry-summary a.more-btn:hover {
    color: var(--secondary-color);
}
.inside-page.search-page .entry-summary a.more-btn {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
}
/* contact form */
.one-half,
.one-third {
   position: relative;
   margin-right: 4%;
   float: left;
   margin-bottom: 20px;

}

.one-half { width: 48%; }
.one-third { width: 30.66%; }

.last {
   margin-right: 0 !important;
   clear: right;
}
/* contact form */


/*mobile cta*/
.mobile-cta{
   display: none;
   background-color: var(--secondary-color);
   flex-wrap: wrap;
   justify-content: space-around;
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 9999;
   grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
   align-items: center;
}
.mobile-cta .cta-btn{
   color: #fff;
   text-align: center;
   padding: 12px;
   transition: all 0.3s ease;
   position: relative;
}
.mobile-cta .cta-btn:after {
   content: "";
   position: absolute;
   top: 50%;
   bottom: 0;
   right: 0;
   transform: translate(-50%, -50%);
   width: 1px;
   height: 30px;
   background: #fff;
}
.mobile-cta .cta-btn:last-child:after{
   content: none;
}
.mobile-cta .cta-btn:hover{
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
}
/*end mobile cta*/


#scrollTop {
   display: none;
   position: fixed;
   bottom: 85px;
   right: 30px;
   z-index: 99;
   font-size: 22px;
   border: none;
   outline: none;
   color: white;
   cursor: pointer;
   padding: 15px;
   width: 50px;
   height: 50px;
   border-radius: 4px;
}



.news-snippet .category a {
    position: relative;
    margin: 0 5px 10px 0;
    font-size: 15px;
    padding: 1px 11px;
    transition: all ease 0.20s;
    color: var(--secondary-color);
}

.news-snippet .category a:hover{color: var(--secondary-color);}
.news-snippet .category a:after {
   content: ",";
}
.news-snippet .category a:last-child:after {
   content: none;
}
.info .category a:after {
   content: ",";
}
.info .category:last-child a:after {
   content: none;
}
.news-snippet .category a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    opacity: 0.25;
    transition: all ease 0.20s;
}
.news-snippet .category a:hover:before {
   opacity: 0.5;
}
.comments-area {
   border:0;
   padding: 0px;
}
.comments-area .comments-title{
   margin-top: 0;
}
.comments-area .comment-list {
   margin: 0;
   padding: 0;
   list-style: none;
}
.comments-area .comment-list .comment-author{
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}
.comments-area .comment-list .comment-author img {
   margin: 0 10px 0 0;
}
.comments-area .comment-list .comment-author .fn{
   margin: 0 5px 0 0;
}
.comments-area .comment-list .comment-metadata{
   margin: 10px 0 0;
}
.comments-area .comment-list .comment-body{
   border-bottom: 1px solid #ddd;
   padding: 0 0 30px;
}
.comments-area .comment-list .comment-respond {
   margin: 30px 0 0;
}
.comments-area .comment-list .comment-respond .comment-reply-title{
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.comments-area  .comment-respond form .form-submit{
   margin-bottom: 0;
}
.comment-form .comment-form-cookies-consent{
	display: flex;
	align-items: center;
}
.comment-form .comment-form-cookies-consent input{
	width: auto;
	margin: 0 10px 0 0;
}
.comment-form .comment-form-cookies-consent label{
	margin: 0 !important;
}

.search-form fieldset {
    padding: 0;
    border: 0;
}
form.search-form {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}
.search-form label {
   position: relative;
   width: 75%;
   display: flex;
   max-width: 100%;
}
.search-form label input {
    height: 42px;
    padding: 20px 15px;
    width: 100%;
    border-radius: 0;
    background:  #F4F5F7;;
    color: var(--light-dark);
    border: 0;
}
.widget_search .search-form label input{
   height: 44px;
}
.search-form button[type=submit] {
    display: block;
    height: 42px;
    width: 25%;
    border-radius: 0;
    border: 0;
    background: var(--primary-color);
    color: var(--light-color);
}
.search-form button[type=submit] svg{
   display: none;
}
.search-form button[type=submit]:hover {
   background: var(--secondary-color);
}
.widget_search .search-form button[type=submit] {
    height: 44px;
    font-size: 20px;
    width: 17%;
    text-align: center;
    padding: 0;
}
.widget_search  .search-form button[type=submit] svg{
   display: inline-block;
}
.widget_search .search-form button[type=submit] .text {
    display: none;
}
.widget_search .search-form  label{
   width: 83%;
}
.no-results.not-found {
   margin: 0 0 30px;
}
.related-posts{
	margin: 50px 0 20px;
}
.related-posts .row{
	display: flex;
	flex-wrap: wrap;
}
.related-posts .row [class*=col-]{
	margin: 0 0 30px;
}
.related-posts .news-snippet {
    box-shadow: 0 0 3px rgb(0 0 0 / 9%);
    padding: 20px;
    border-radius: 3px;
    margin-top: 11px;
    transition: all ease 0.20s;
}
.related-posts .news-snippet:hover {
   box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}
/*Author*/
.col-sm-12.author-related-post {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
}
.col-sm-12.author-related-post .col-sm-12 {
    padding: 0 15px;
}
.author-related-post .grid-view {
    break-inside: avoid;
    column-count: 3;
    column-gap: 2rem;
    padding: 15px 15px 75px;
}

.author-related-post .grid-view .post_loadmore {
    background: var(--primary-color);
    border: 0;
    color: var(--light-color);
    border-radius: 0;
    padding: 10px 20px 12px;
    transition: all ease 0.20s;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 200px;
    text-align: center;
    margin-left: -100px;
    cursor: pointer;
}
.author-related-post .grid-view .post_loadmore:hover {
   background: var(--secondary-color);
}
.author-related-post .grid-view article.artilce-by-author {
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 10%);
    margin-bottom: 1rem;
    padding: 1rem;
    break-inside: avoid;
    transform: translateZ(0);
    margin-bottom: 30px;
    transition: all ease 0.20s;
}
.author-related-post .grid-view article.artilce-by-author:hover {
   box-shadow: 0 0 14px 0 rgb(0 0 0 / 17%);
}
.author-related-post .grid-view a.featured-image img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
}
.author-related-post .grid-view a.featured-image {
    height: 257px;
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
}
.author-info-box .col-sm-8 h3 {
    margin: -8px 0 0;
}
.author-info-box .col-sm-4 img {
    border-radius: 3px;
}
article.artilce-by-author .news-title a {
    color: var(--dark-color);
}
article.artilce-by-author .news-title a:hover {
   color:var(--secondary-color);
}
span.post-meta.author-categories a {
    position: relative;
    margin: 10px 0;
    color: var(--secondary-color);
    border-radius: 30px;
    overflow: hidden;
    padding: 1px 14px;
}
span.post-meta.author-categories a:before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary-color);
    opacity: 0.24;
    transition: all ease 0.20s;
}
span.post-meta.author-categories a:hover:before {
   opacity: 0.45;
}
.author-related-post .entry-meta span, 
.author-related-post .entry-meta span a {
    color: var(--grey-color);
}
.author-related-post .entry-meta span.post-meta.author-categories a {
    color: var(--secondary-color);
}
article.artilce-by-author span.byline {
    text-transform: capitalize;
}
article.artilce-by-author span.byline a{
   text-transform: uppercase;
   color: var(--dark-color);
}
article.artilce-by-author .entry-meta.category {
    margin-top: 10px;
}
article.artilce-by-author a.btn-more {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--primary-color);
    margin-top: -9px;
}
article.artilce-by-author a.btn-more:hover {
    color: var(--secondary-color);
}
/*teams*/

[class*=teams-layout-] .team-block .post-title{
   margin: 0 0 5px;
}
.team-block .team-holder .img-holder{
   margin: 0 0 10px;
}
.team-block .team-holder img{
   display: block;
}
.team-block .team-holder .organization{
   display: block;
   margin: 0 0 5px;
}
/*end teams*/


/*team detail*/
.team-detail .img-info-block{
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 30px;
   align-items: center;
}
.team-detail .team-title{
   margin: 0 0 15px;
}
.single-abt_team .team-title {
    margin: 0 0 9px;
}
/*end team detail*/

/*Teams listing page*/
.team-listing-layout {
    grid-template-columns: repeat(auto-fit, minmax(290px, 3fr));
    display: grid;
    grid-gap: 50px 30px;
    padding: 15px 0;
}
.team-listing-layout .team-holder {
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 5px rgb(0 0 0 / 8%);
    transition: all ease 0.20s;
}
.team-listing-layout .team-holder a.box-link {
    padding: 20px;
    height: 100%;
    position: relative;
}
.team-listing-layout .team-holder:hover {
   box-shadow: 0 0 15px rgb(0 0 0 / 17%);
}
.teams-list .team-content .post-title {
    margin: 20px 10px 0;
}
.teams-list span.team-position {
    width: 100%;
    display: block;
    margin-bottom: 6px;
}
.teams-list span.team-position {
    width: 100%;
    display: block;
    margin-bottom: 6px;
    font-weight: 300;
}
.team-holder a {
    color: var(--text-color);
}
.team-listing-layout .team-holder .img-holder img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: auto;
    width: auto;
}
.team-listing-layout .team-holder .img-holder {
    height: 264px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.team-archive .col-sm-4.left-sidebar {
    padding-right: 40px;
}
.team-archive .col-sm-4.right-sidebar {
    padding-left: 40px;
}
/*end team listing page*/

.grid-view .posts-navigation{
   position: absolute;
   left: 0;
   bottom: -20px;
   width: 100%;
}
.testimonial-archive .posts-navigation,
.col-3-view .posts-navigation{
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
}
.testimonial-archive .summary .img-holder img {
    min-height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
}
.testimonial-archive .summary .img-holder {
    width: 60px;
    height: 60px;
    margin: 10px auto;
    overflow: hidden;
    border-radius: 50%;
}
.testimonial-archive .summary {
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%);
    padding: 30px;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    position: relative;
    margin-bottom: 30px;
    transition: all ease 0.20s;
}
.testimonial-archive .summary:hover,
.inside-page.search-page article:hover {
   box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%);
}
.testimonial-archive .testimonials-layout-2.col-sm-12 {
    margin-top: 40px;
    padding: 0 3px;
}
.testimonial-archive .summary .post-title {
    margin: 20px 0 0;
}
.testimonial-archive .summary span.review-source a {
    color: var(--grey-color);
    font-weight: 400;
}
.testimonial-list-header h2 {
    margin-top: 0;
}
.testimonial-archive .summary ul.term-lists {
    margin-top: 12px;
}
.testimonial-archive .summary ul.term-lists li {
    display: inline-block;
    margin: 0 3px;
}
/*.posts-navigation .nav-next{
   padding-right: 30px;
}*/

/*Promotion Home section*/
.home-pomotion-header {
    display: flex;
    align-items: center;
}
.home-pomotion-header a.btn.promotion-btn {
    border: 1px solid var(--secondary-color);
    color: var(--light-color);
    padding: 10px 35px;
    background: var(--secondary-color);
}
.promotion-wraper {
    background: #F4F5F7;
    padding: 70px 0;
}

.home-pomotion-header .col-sm-8 {
   padding-left: 15;
}
.home-pomotion-header {
    overflow: visible;
}
.home-pomotion-header .col-sm-4 {
    text-align: right;
    padding-right: 15;
}
.home-pomotion-header  .button-group{
   display: inline-block;
}
.promotion-list  .promotion-holder {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 3px rgb(0 0 0 / 7%);
    border-radius: 3px;
    transition: all ease 0.23s;
}
.promotion-list .promotion-holder:hover {
    box-shadow: 0 0 18px rgb(0 0 0 / 24%);
}
.promotion-holder-wraper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(290px, 3fr));
    padding: 20px 15px;
}
.promotion-list h3.post-title {
    margin-bottom: 0;
    color: var(--dark-color);
}
.promotion-list .promotion-holder .img-holder {
    height: 290px;
    overflow: hidden;
    border-radius: 3px;
}
.promotion-list .promotion-holder .img-holder img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    display: block;
    min-width: 100%;
    object-fit: cover;
}
.home-pomotion-header .col-sm-8 h2 {
    color: var(--dark-color);
    margin-bottom: 0;
}
.summary.without-thumbnails h3 {
    margin-top: 0;
}
.promotion-wraper.home-block .promotion-holder-wraper {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.promotion-holder-wraper p.disclaimer {
    color: var(--grey-color);
    font-weight: 300;
}
/*About Home Section*/
.about-wraper {
    width: 100%;
    display: inline-block;
    padding: 80px 0;
}
.about-wraper .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-wraper .image-block {
    width: 44%;
}
.about-wraper .image-block img {
    width: 100%;
}
.about-wraper .text-block {
    width: 56%;
    padding-right: 30px;
}
.about-wraper .col-sm-12.text-block {
    width: 100%;
    padding-right: 15px;
}
.text-block .button-group a.btn {
   padding: 10px 50px;
   border: 1px solid;
   color: var(--light-color);
   border-color: var(--secondary-color);
   margin-right: 15px;
}
.text-block .button-group a.btn.primary-btn {
    border-color: var(--primary-color);
    color: var(--light-color);
    background: var(--primary-color);
}
.col-sm-6.text-block h2 {
    color: var(--dark-color);
    margin-top: 0;
}
/*WWS*/
.wws-wraper {
   padding: 80px 0;
   background: #F4F5F7;
}
.wws-block .banner-blocks-holder {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}
.block-holder span.wws-icon img {
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.home-wws-header.aligncenter {
    text-align: center;
}
.home-wws-header h2 {
   color: var(--dark-color);
}
.wws-block .block-holder {
   box-shadow: none;
   text-align: center;
   transition: all ease 0.23s;
   border-radius: 4px;
   padding: 30px;
}
.wws-block .block-holder:hover {
   background: #fff;
   box-shadow: 0 0 35px rgb(0 0 0 / 15%);
}
.wws-block {
   padding-top: 25px;
}
.block-holder span.wws-icon {
    width: 111px;
    height: 111px;
    background: #D2D6EA;
    display: flex;
    align-items: center;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
}
.wws-block .block-holder .title {
   margin: 50px 0 0px;
   color: var(--dark-color);
}
.wws-block .block-holder .block-content p {
    color: var(--text-color);
}
/*Testimonial home Section*/
.testimonial-wraper.home-block {
   padding:0;
   position: relative;
   overflow: hidden;
}
/*.testimonial-wraper.home-block:before{background:$testimonial_background_color;}*/
/*.testimonial-wraper.home-block:after{border-color: $testimonial_background_color transparent transparent transparent;}*/
.testimonial-wraper.home-block:before {
   content: '';
   width: 35%;
   height: 100%;
   position: absolute;
   background: var(--primary-color);
   top: 0;
   left: 0;
}
.testimonial-wraper.home-block:after {
   content: "";
   position: absolute;
   top: 0;
   left: 35%;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 100vh 150px 0 0;
   border-color: var(--primary-color) transparent transparent transparent;
   z-index: 1;
}
.testimonial-wraper.home-block .container .row {
   min-height: 540px;
   display: flex;
   align-items: center;
   position: relative;
   overflow: visible;
}
.testimonial-wraper.home-block .testimonial-info {
   position: relative;
   z-index: 2;
   color: var(--light-color);
   margin-top: -70px;
}
.testimonial-wraper.home-block .testimonial-carosuel {
   padding-left: 100px;
}
.testimonial-carosuel .owl-dots button.owl-dot {
   background: var(--primary-color);
   width: 10px;
   height: 10px;
   border-radius: 50%;
   margin: 0 7px 0 0;
   opacity: 0.22;
}
.testimonial-carosuel .owl-dots button.owl-dot.active {
    opacity: 1.0;
}
.testimonial-carosuel .testimonial-holder h4.post-title {
    margin: 10px 0 0 0;
}
.testimonial-carosuel .testimonial-holder h4.post-title a {
    color: var(--dark-color);
}
.testimonial-carosuel .testimonial-holder ul {
   margin: 0 0 30px;
   padding: 0;
   list-style: none;
}
.testimonial-carosuel .testimonial-holder ul li {
   display: inline-block;
   color: var(--secondary-color);
   position: relative;
   padding: 2px 20px;
   border-radius: 20px;
   margin: 9px 5px 0 0;
}
.testimonial-carosuel .testimonial-holder ul li:before {
   content: '';
   width: 100%;
   height: 100%;
   background: var(--secondary-color);
   position: absolute;
   left: 0;
   top: 0;
   border-radius: 30px;
   opacity: 0.07;
   mix-blend-mode: color;
}
.home-testimonial-layout-1 .testimonial-holder span.review-source a {
   color: var(--primary-color);
   margin: 5px 0;
}
.home-testimonial-layout-1 .testimonial-holder span.review-source a:hover {
   color: var(--secondary-color);
}
.testimonial-wraper.home-block .container .row:before {
   content: '';
   width: 260px;
   height: 260px;
   position: absolute;
   background: url(images/testimonial_quote.png) no-repeat top left;
   top: 20px;
   left: 15px;
   mix-blend-mode: color-burn;
   background-blend-mode: hue;
   opacity: 0.12;
}
/*HOME CTA*/
.cta-wraper.home-block img.cta-bg-img {
    width: 100%;
    height: auto;
    opacity: 0.4;
    mix-blend-mode: color-burn;
    min-height: 350px;
    object-fit: cover;
    margin-bottom: -6px;
    max-height: 500px;
    object-position: top;
}
.cta-wraper.home-block .row {
    overflow: visible;
}

.cta-wraper.home-block {
   display: inline-block;
   width: 100%;
   position: relative;
   background: var(--primary-color);
   min-height: 450px;
}
.cta-wraper.home-block .cta-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   display: flex;
   left: 0;
   align-items: center;
   justify-content: center;
   text-align: center;
   color: var(--light-color);
}
.cta-wraper.home-block .container {
    max-width: 900px;
}
.cta-wraper.home-block .button-group {
    display: inline-block;
}
.cta-wraper.home-block .button-group a.btn {
   padding: 10px 50px;
   border: 1px solid;
   color: var(--light-color);
   border-color: var(--secondary-color);
   margin-right: 0;
}
.cta-wraper.home-block .button-group {
   display: inline-block;
   margin-top: 20px;
}
.top-header.header-wrapper .container.no-social-media {
    justify-content: flex-end;
}
/*Team home section*/
.teams-wraper.home-block {
   background: #F4F5F7;
   padding: 50px 0;
}
.teams-wraper.home-block .team-holder-wraper,
.latest-post-wraper.home-block .latest-post-holder-wraper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(290px, 3fr));
    padding: 20px 15px;
}
.teams-wraper.home-block .team-holder-wraper a.team-holder,
.latest-post-wraper.home-block .latest-post-holder-wraper .post-holder {
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 7%);
    border-radius: 3px;
    transition: all ease 0.23s;
}
.teams-wraper.home-block .team-holder-wraper a.team-holder:hover,
.latest-post-wraper.home-block .latest-post-holder-wraper .post-holder:hover {
    box-shadow: 0 0 18px rgb(0 0 0 / 24%);
}
.teams-wraper.home-block .team-holder-wraper a.team-holder .img-holder img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}
.teams-wraper.home-block .team-holder-wraper a.team-holder .img-holder {
    height: 280px;
    overflow: hidden;
}
.row.home-team-header {
    padding-right: 20%;
}
.row.home-team-header h2 {
    margin: 0 0 -5px;
    color: var(--dark-color);
}
.row.home-team-header p {
    margin-bottom: 10px;
}
.team-holder-wraper h3.post-title {
    margin: 15px 0 5px;
    color: var(--dark-color);
}
.team-holder-wraper p.short-info {
    color: var(--text-color);
    margin: 6px 0 0;
}
.team-holder-wraper span.organization {
    color: var(--grey-color);
    font-weight: 300;
}

/*home recent posts*/
.latest-post-wraper.home-block {
    padding: 60px 0;
}
.lastet-post-header .button-group a.btn {
    padding: 10px 50px;
}
.lastet-post-header .col-sm-8 h2 {
    margin: 0 0 -10px;
    color: var(--dark-color);
}
.row.lastet-post-header {
    display: flex;
    align-items: center;
}
.latest-post-wraper.home-block .latest-post-holder-wraper .post-holder h3.post-title a {
    color: var(--dark-color);
}
.latest-post-wraper.home-block .latest-post-holder-wraper .post-holder h3.post-title a:hover,
.latest-post-wraper.home-block .post-holder .entry-meta.after-title a:hover  {
    color: var(--secondary-color);
}
.latest-post-wraper.home-block .latest-post-holder-wraper .post-holder h3.post-title {
    margin: 5px 0 10px;
    line-height: 1.2;
}
.latest-post-wraper.home-block .post-holder .entry-meta, .latest-post-wraper.home-block .post-holder .entry-meta.after-title a {
    color: var(--grey-color);
    font-weight: 300;
}
.latest-post-wraper.home-block .post-holder .entry-meta.after-title  span.byline span.author.vcard a{
    text-transform: uppercase;
    font-weight: 600;
}
.latest-post-wraper.home-block .post-holder .entry-meta.after-title span.byline {
    text-transform: capitalize;
}
.latest-post-wraper.home-block .post-holder p.short-info {
    margin: 6px 0 10px;
}
.latest-post-wraper.home-block .button-group {
    display: inline-block;
    float: right;
}
.latest-post-wraper.home-block .latest-post-holder-wraper .post-holder a.post-more {
    color: var(--primary-color);
}
.latest-post-wraper.home-block .latest-post-holder-wraper .post-holder a.post-more:hover {
    color: var(--secondary-color);
}

/*newsletter*/
.newsletter-post-wraper.home-block {
    background: #f4f5f7;
    padding: 60px 0;
}
.newsletter-post-wraper.home-block  .form-block .form-holder {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 0 4px rgb(0 0 0 / 25%);
}
.newsletter-post-wraper.home-block .form-block .form-holder {
    padding: 35px 40px 1px;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 4px;
    margin-top: 5px;
}
.newsletter-post-wraper.home-block .container .row {
    display: flex;
    align-items: center;
}
.newsletter-post-wraper.home-block .form-block .form-holder h2 {
   color: var(--dark-color);
    margin: 0 0 20px;
}
.newsletter-post-wraper.home-block .form-block .form-holder form input[type='text'], 
.newsletter-post-wraper.home-block .form-block .form-holder form input[type='email'] {
    background: #F4F5F7;
    border-radius: 0;
    padding: 10px 20px;
    border: 0;
    margin-bottom: 5px;
 }
.newsletter-post-wraper.home-block .form-block .form-holder form input[type='submit'] {
    width: 100%;
    border-radius: 0;
    border: 0;
    background: var(--primary-color);
    color: var(--light-color);
    text-transform: capitalize;
    height: 44px;
    margin-top: -12px;
}
.newsletter-post-wraper.home-block .form-block .form-holder form input[type='submit']:hover {
   background: var(--secondary-color);
}
.newsletter-post-wraper.home-block .text-block {
    padding-right: 12%;
}
.footer-section .f-block .widget_block h1 {
    margin: -4px 0 -20px;
}
.footer-section .f-block .widget_block h2 {
    margin: 0;
}
.footer-section .f-block .widget_block h3 {
   margin: 0 0 -15px;
}
.footer-section .f-block .widget_block h4 {
   margin: 0 0 -12px;
}
.footer-section .f-block .widget_block h5 {
    margin: 8px 0 -11px;
}
.footer-section .f-block .widget_block h6 {
    margin: 8px 0 -6px;
}
.wp-block-search .wp-block-search__inside-wrapper {
    display: inline-flex;
    width: 100%;
}
.wp-block-search .wp-block-search__button {
    background: var(--primary-color);
    border: 0;
    color: var(--light-color);
    margin-left: 0;
    border-radius: 0;
}
.wp-block-search .wp-block-search__input {
    border-radius: 0;
    padding: 8px 10px;
    background: #F4F5F7;
    border: 0;
}
.wp-block-search .wp-block-search__button:hover {
   background: var(--secondary-color);
}
.wp-block-search .wp-block-search__button svg {
    fill: var(--light-color);
    font-size: 20px;
}
@media(max-width:1660px){
   .testimonial-wraper.home-block .testimonial-carosuel {
      padding-left: 140px;
   }
}
@media(max-width:1460px){
   .testimonial-wraper.home-block .testimonial-carosuel {
      padding-left: 165px;
   }
}
@media (max-width: 991px) {
   #masthead a:hover{
	   transform: scale(1.0);
   }
   .mobile-cta{
	   display: grid;
   }
   .site-footer .site-info {
       grid-template-columns: repeat(auto-fit, minmax(100%,1fr));
   }
   .footer-credit {
      text-align: center;
   }
   .home-services-bottom-menu {
       text-align: center;
       padding-top: 20px;
   }
   /*div[class*=header-layout-] .top-header{
      display: none;
   }*/
   .middle-header{
	   display: none;
   }
   .header-layout-1 .middle-header,
   .header-layout-3 .middle-header{
	   display: block;
   }
   .bottom-header{
	   padding: 20px 0;
	   border: 0;
   }
   .bottom-header .container{
	   display: flex;
	   flex-wrap: wrap;
	   justify-content: space-between;
	   align-items: center;
   }
   .bottom-header .site-branding{
	   display: block;
   }
   .main-navigation ul li a{
	   padding: 10px 0;
	   width: 100%;
   }
   .main-navigation ul li.page_item_has_children > a::before,
   .main-navigation ul li.menu-item-has-children > a::before{
	   right: 5px;
   }
   .main-navigation ul li ul li.page_item_has_children > a::before, 
   .main-navigation ul li ul li.menu-item-has-children > a::before{
	   right: 15px;
   }
   .main-navigation ul li ul li.page_item_has_children > a::before, 
   .main-navigation ul li ul li.menu-item-has-children > a::before{
	   content: "\f107";
   }
   .main-navigation ul ul {
	   visibility: initial;
	   opacity: 1;
	   transition: initial;
	   top: initial;
	   left: initial;
	   width: 100%;
	   position: static;
	   z-index: 999;
	   transform-origin: initial;
	   animation-fill-mode: initial;
	   transform: initial;
	   box-shadow: initial;
	   height: 0;
	   overflow: hidden;
   }
   .main-navigation li {
	   display: block;
   }
   
   .main-navigation .menu{
	   display: none;
	   position: absolute;
	   top: 100%;
	   left: 0;
	   right: 0;
	   box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	   padding: 0 15px;
	   z-index: 99999;
	   background-color: var(--light-color);
   }
   .menu-toggle,
   .main-navigation.toggled .menu{
	   display: block;
   }
   .main-navigation ul li:hover > ul,
   .main-navigation ul li:focus > ul,
   .main-navigation ul li.focus > ul{
	   height: auto;
	   overflow: visible;
	   z-index: 1000;
	   border: 1px solid #ddd;
   }
   .main-navigation ul ul ul{
	   left: initial;
	   top: initial;
	   border-style: solid none none;
	   border-top: 1px solid #ddd;
   }
   .header-background-one .caption-holder {
	   max-width: 100%;
   }
   .header-background-one .img-holder img {
	   object-fit: cover;
	   height: 100%;
	   width: 100%;
   }
   .inside-page.promotion-detail .testimonial-layout-4{
	   grid-template-columns: repeat(2, 1fr);
   }
   .text-block .button-group a.btn {
       padding: 10px 20px;
    }
   .testimonial-wraper.home-block:after {
      left: 34%;
      border-width: 100vh 110px 0 0;
   }
   .testimonial-wraper.home-block .testimonial-carosuel {
      padding-left: 138px;
   }
   .home-services-bottom-menu ul li{
      padding: 0 8px;
   }
   .category-archive .col-sm-12 .grid-view {
       column-count: 2;
   }
}
@media (max-width: 767px) {
   .header-background-one .row{
	   flex-direction: column-reverse;
   }
   .header-background-one .row [class*=col-]:first-child:after{
	   content: none;
   }
   .header-background-one .img-holder {
	   width: 100%;
	   margin: 15px 0;
   }
   .header-background-one .caption-holder{
	   padding: 15px 0 30px;
   }
   .banner-blocks{
   	padding: 50px 0;
   }
   .col-sm-9,
   .col-sm-8,
   .col-sm-7,
   .col-sm-6,
   .col-sm-5,
   .col-sm-4,
   .col-sm-3{
	   width: 100%;
   }
   .blog-list-block {
	   margin: 0 0 30px;
   }
   .footer-section{
	   padding: 30px 0;
   }
   .footer-section .f-block:last-child .widget{
	   margin: 0;
   }
   .promotions-layout-2 .promotion-block,
   .col-3-view{
	   grid-template-columns: repeat(2,1fr);
   }
   .promotions-layout-2 .promotion-block, .col-3-view {
       grid-template-columns: repeat(2,minmax(246px, 1fr));
   }
   .inside-page.testimonial-archive .testimonial-layout-4{
	   grid-template-columns: 1fr;
   }
   .promotion-archive .promotion-block .promotion-holder, 
   .realted-promotions .promotion-block .promotion-holder{
      width: 47%;
   }
   .widget{
	   margin-bottom: 20px;
   }
   .contact-page .contact-info{
      margin: 50px 0 0;
   }
   aside{
      margin: 30px 0 0;
   }
   .home-pomotion-header {
      display: inline-block;
   } 
   .promotion-list .col-sm-4 {
       width: 50%;
   }
   .home-pomotion-header .col-sm-4 {
      text-align: left;
   }
   .about-wraper .container {
      display: inline-block;
   }

   .about-wraper .text-block {
       width: 100%;
       margin: 0 0 30px 0;
   }
   .about-wraper .image-block {
      width: 100%;
   }
   .testimonial-wraper.home-block:after{
      display: none;
   }
   .testimonial-wraper.home-block .container .row {
      display: block;
      background: var(--primary-color);
   }
   .testimonial-wraper.home-block .testimonial-carosuel {
      background: #fff;
      padding: 30px 15px 50px;
   }
   .testimonial-wraper.home-block .testimonial-info {
       padding-top: 192px;
   }
   .single-abt_team .team-title {
       margin: 20px 0 4px;
   }
   .single-page-author-block.author-post .author-box .author-details.col-sm-8 {
       padding: 20px 0 0;
   }
   .author-info-box .col-sm-8 h3 {
       margin: 20px 0 0;
   }
   .author-related-post .grid-view {
       column-count: 2;
   }
   aside .widget, .sidebar .widget {
       padding: 20px;
       border: 1px solid #ddd;;
   }
   aside#secondary section.widget:after {
       left: 0;
       width: 99.5%;
   }
   .tag-list.left-sidebar,
    .tag-list.right-sidebar,
    .col-sm-4.tag-sidebar,
    .col-sm-4.single-post-sidebar.right-sidebar,
    .col-sm-4.single-post-sidebar.left-sidebar,
    .team-archive .col-sm-4.left-sidebar ,
    .team-archive .col-sm-4.right-sidebar {
       padding-right: 15px;
       padding-left: 15px;
   }
   .bottom-header.sticky-menu {
      position: relative !important;
   }
   .top-header.header-wrapper {
       display: none;
   }
}
@media only screen and (max-width: 656px){
   .promotion-list .promotion-holder .img-holder {
      height: auto;
   }
   .promotion-list .promotion-holder .img-holder img {
       height: auto;
       object-fit: contain;
       min-width: auto;
   }

}
@media only screen and (max-width: 575px){
   .top-header .container{
      display: block;
   }
   .social-links li {
       margin: 0 12px 12px 0 !important;
   }
   .header-layout-3 .social-links li,
   .header-layout-4 .social-links li{
      margin: 12px 12px 0 0 !important;
   }
   .header-layout-5 .social-links li{
      margin: 0 12px 0 0 !important;
   }
   .inside-page .col-sm-9 .promotions-layout-2 .promotion-block,
   .promotions-layout-2 .promotion-block,
   .col-3-view{
	   grid-template-columns: 1fr;
   }
   .grid-view,
   .promotions-layout-2.masionary-view .promotion-block{
	   column-count: 1;
   }
   .list-view .news-snippet .featured-image,
   .list-view .news-snippet .summary{
	   width: 100%;
   }
   .search-form label,
   .search-form input[type=submit]{
	   width: 100%;
   }
   .search-form label{
	   margin: 0 0 10px;
   }
   .team-detail .img-info-block{
      grid-template-columns: 1fr;
      grid-gap: 10px;
   }
   .promotion-list .col-sm-4 {
       width: 100%;
   }
   .cta-wraper.home-block h1.text-light {
       font-size: 26px;
   }
   .realted-promotions .promotion-block {
       column-count: 1;
       display: inline-block;
   }
   .realted-promotions .promotion-block .promotion-holder {
       width: 100%;
       margin: 0 0 20px;
    }
    .category-archive .col-sm-12 .grid-view {
       column-count: 1;
   }
   .list-view .news-snippet .featured-image + .summary {
       width: 100%;
       padding-left: 0;
   }
   .sidebar-enabled .list-view .news-snippet .featured-image,
   .sidebar-enabled  .list-view .news-snippet .featured-image + .summary {
       width: 100%;
   }
   .author-related-post .grid-view {
       column-count: 1;
   }
   .promotions-layout-2 .promotion-block, .col-3-view {
      grid-template-columns: repeat(1,minmax(246px, 1fr));
   }
   .promotion-archive .promotion-block .promotion-holder, 
   .realted-promotions .promotion-block .promotion-holder {
       width: 100%;
   }
 
}

@media(max-width:360px){
   .cta-wraper.home-block .button-group {
       display: inline-block;
       margin-top: 0;
       margin-bottom: 20px;
   }
}
/*Form Style*/
.at-form-style span.wpcf7-form-control-wrap input, 
.at-form-style span.wpcf7-form-control-wrap textarea, 
.at-form-style span.wpcf7-form-control-wrap select {
    background: var(--form-field-bg-color);
    border-color: var(--form-field-border-color);
    color: var(--form-field-text-color);
    padding: 12px;
}
.at-form-style span.wpcf7-form-control-wrap select {
    padding: 0 12px;
}
.default-form.primary-color span.wpcf7-form-control-wrap input,
.default-form.primary-color span.wpcf7-form-control-wrap textarea,
.default-form.primary-color span.wpcf7-form-control-wrap select{
   border-color: var(--primary-color);
}
.default-form.secondary-color span.wpcf7-form-control-wrap input,
.default-form.secondary-color span.wpcf7-form-control-wrap textarea,
.default-form.secondary-color span.wpcf7-form-control-wrap select{
   border-color: var(--secondary-color);
}

.home-services-pagination {
    text-align: center;
    width: 100%;
    display: block;
}
.home-services-pagination a, .home-services-pagination span.current {
    border: 1px solid #BDBDBD;
    padding: 4px 12px;
    margin: 0 4px;
    color: var(--text-color);
    display: inline-block;
}
.home-services-pagination span.current,
.home-services-pagination a:hover {
    background: var(--primary-color);
    color: var(--light-color);
    border-color: var(--primary-color);
}
.home-services-pagination a.prev, 
.home-services-pagination a.next {
   border-color: var(--light-color);
}