/*!
Theme Name: Astragar
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: astragar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Astragar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

/* 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: 80%;
}

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

/* Box sizing
--------------------------------------------- */

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    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;
    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;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* 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: 0.6em 1em 0.4em;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}
/* 
.post,
.page {
    margin: 0 0 1.5em;
} */

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* 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 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;
    display: grid;
    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;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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 {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}







/*------------------------ps----------------*/

.cls-hd-con-btn a {
    border-radius: 55px;
    padding: 10px 35px !important;
    color: #fff !important;
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    margin-left: 50px !important;
    border: 1px solid #FF5722;
}

.cls-ser-main-box {
    position: relative;
    height: 100%;
}

.cls-ser-main-box .elementor-widget-container {
    height: 100%;
}

.cls-ser-main-box:before {
    content: '01';
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    ;
    font-weight: 700;
    font-size: 100px;
    color: #b1b1b136;
    position: absolute;
    top: -25px;
    right: 5px;
}

#ser-main-box2:before {
    content: '02';
}

#ser-main-box3:before {
    content: '03';
}

#ser-main-box4:before {
    content: '04';
}

#ser-main-box5:before {
    content: '05';
}

#ser-main-box6:before {
    content: '06';
}

#ser-main-box7:before {
    content: '07';
}

/* #ser-main-box6:before {
    content: '06';
} */
.cls-ser-main-box {
    box-shadow: 0px 0px 60px 0px #0000000D;
    border-radius: 20px;
}

.cls-ser-main-box:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
}

.cls-ser-main-box:hover h3.elementor-icon-box-title,
.cls-ser-main-box:hover .elementor-icon-box-description {
    color: #fff !important;
}

.cls-ser-main-box:hover svg path {
    color: #fff;
    fill: #fff;
}

.cls-banner-box {
    overflow: hidden;
}



.cls-banner-box .elementor-swiper-button {
    top: 88% !important;
    transform: translate(0) !important;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.cls-banner-box .elementor-swiper-button:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    border-color: #C7253E;
}

.cls-banner-box .elementor-swiper-button.elementor-swiper-button-next {
    right: 150px !important;
    padding-left: 10px;
}

.cls-banner-box .elementor-swiper-button.elementor-swiper-button-prev {
    right: 230px !important;
    left: unset !important;
    padding-right: 10px;
}

.cls-banner-box .elementor-button.elementor-slide-button::after {
    content: '➜';
    font-size: 22px;
    margin-left: 10px;
}

.cls-banner-box .elementor-swiper-button.elementor-swiper-button-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 15px;
    background-color: #fff;
    transform: translate(0, -50%);
    left: 21px;
}

.cls-banner-box .elementor-swiper-button.elementor-swiper-button-next:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    width: 15px;
    background-color: #fff;
    transform: translate(0, -50%);
    left: 21px;
}

.advanced_solutions-sec {
    padding: 50px 35px;
    background-color: #fff;
    border-radius: 20px;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.advanced_solutions-sec:hover {
    background-color: #222526;
}

.advanced_solutions-sec .advanced_solutions-outer-backimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    object-fit: cover;
}

.advanced_solutions-sec:hover .advanced_solutions-outer-backimg {
    opacity: 0.6;
    visibility: visible;
}

.advanced_solutions-sec .image-sec,
.advanced_solutions-sec .contnet-sec {
    position: relative;
    z-index: 2;
}

.advanced_solutions-outer .slick-slide {
    padding: 0 20px;
}

.advanced_solutions-outer .slick-list {
    margin: 0 -20px;
}

.advanced_solutions-sec .image-sec img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.advanced_solutions-sec .contnet-sec h2 {
    margin: 12px 0 0;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: #222526;
}

.advanced_solutions-sec .contnet-sec p {
    margin: 5px 0 10px;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.24px;
    text-align: left;
    color: #222526;
}

.advanced_solutions-sec:hover .contnet-sec p,
.advanced_solutions-sec:hover .contnet-sec h2 {
    color: #fff;
}

.advanced_solutions-sec .contnet-sec a {
    font-family: Work Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    color: #FF5722;
}

.advanced_solutions-outer.responsive {
    position: relative;
}

.advanced_solutions-outer .slick-arrow {
    position: absolute;
    top: -93px;
    right: 0;
}

.advanced_solutions-outer .slick-arrow {
    position: absolute;
    top: -100px;
    right: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #222526;
    border-radius: 50px;
    color: transparent;
    background-color: transparent;
    transition: 0.3s;
    cursor: pointer;
}

.advanced_solutions-outer .slick-arrow:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    border-color: #C7253E;
}

.advanced_solutions-outer .slick-prev.slick-arrow {
    right: 80px;
    transform: rotate(180deg);
}

.advanced_solutions-outer .slick-arrow::before {
    content: '';
    position: absolute;
    top: 24px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #222526;
    border-bottom: 2px solid #222526;
    transform: rotate(-45deg);
    right: 22px;
    transition: 0.3s;
}

.advanced_solutions-outer .slick-arrow::after {
    content: '';
    position: absolute;
    top: 29px;
    width: 18px;
    height: 2px;
    right: 22px;
    background-color: #222526;
    transition: 0.3s;
}

.advanced_solutions-outer .slick-arrow:hover::before {
    border-color: #fff;
}

.advanced_solutions-outer .slick-arrow:hover::after {
    background-color: #fff;
}

.footer-menu .elementor-nav-menu .menu-item .elementor-item::before {
    content: '';
    margin-right: 10px;
    font-size: 18px;
    background: transparent !important;
    margin-left: -20px;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ff5722;
    border-bottom: 2px solid #ff5722;
    transform: rotate(-45deg);
}

footer.entry-footer {
    display: none;
}

.con-smal-hd h2 {
    position: relative;
    display: inline-block;
}


.con-smal-hd h2:before {
    position: absolute;
    content: '';
/*     background-image: url('https://bvmwebsolutions.com/astragar/wp-content/uploads/2024/11/OBJECTS.svg'); */
    top: 4px;
    right: -70px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
}

.abt-team-hd-rd h3 {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
    display: inline-block;
}

.abt-smal-hd h2 {
    position: relative;
    display: inline-block;
}

.abt-smal-hd h2:before {
    position: absolute;
    content: '';
/*     background-image: url('https://bvmwebsolutions.com/astragar/wp-content/uploads/2024/11/OBJECTS.svg'); */
    top: 14px;
    right: -70px;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 52px;
}

.moretext01 {
    display: none;
}

a.moreless-button01 {
    color: #FF5722;
}

.key-feat-box span.elementor-icon.elementor-animation- {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    border-radius: 55px;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.key-feat-box,
.key-feat-box .elementor-widget-container {
    height: 100%;
}

.platform-box-icon .elementor-icon {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    border-radius: 55px;
    width: 100px;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.platform-box .elementor-element-populated {
    background: #fff;
    border-radius: 20px;
    padding: 30px !important;
}

.our-value-box {
    box-shadow: 0px 0px 60px 0px #0000000D;
    border-radius: 20px;
    padding: 40px;
    background: linear-gradient(90deg, #fff 68.5%, #fff 100%);
    height: 100%;
}

.our-value-box:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
}

.our-value-box:hover .elementor-icon-box-title,
.our-value-box:hover .elementor-icon-box-description {
    color: #fff !important;
}

.our-value-box:hover .elementor-icon-box-icon svg path {
    color: #fff;
    fill: #fff;
}

.product-box-main {
    display: flex;
    row-gap: 50px;
    flex-wrap: wrap;
    width: 100%;
}

.product-box-main .product-box-list {
    /*     width: 100%; */
    /*     max-width: 30.33%; */
    position: relative;
}

.product-box-main .product-box-list img {
    border-radius: 20px;
    height: 370px;
    object-fit: cover;
}

.product-box-main .product-box-list .pro-list-info {
    position: absolute;
    bottom: -70px;
    background: #fff;
    width: 100%;
    max-width: 90%;
    border: 1px solid #E3E3E3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 25px;
    right: 0;
}

.product-box-main .product-box-list .pro-list-info h2 {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent !important;
    display: inline-block;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Montserrat';
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
}

.pro-list-info-price .ragular_price {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-decoration-line: line-through;
    color: #727272;
    margin-right: 15px;
}

.pro-list-info-price span.sale_price {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #222526;
}

.pro-list-info .pro-list-info-btn a {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #FF5722;
    border: 1px solid;
    padding: 11px 30px;
    border-radius: 55px;
    margin-left: auto;
    display: inline-block;
}

.pro-list-info-btn {
    text-align: end;
}

.pro-list-info-btn a.book-now-btn img {
    max-width: 20px;
    height: auto;
    margin-left: 7px;
}

.single-product.woocommerce div.product div.images,
.single-product.woocommerce div.product div.summary {
    margin-bottom: 0;
}


.single-product.woocommerce div.product {
    display: flex;
    justify-content: space-between;
}

.single_product_main {
    padding: 60px 0;
}

.single_product_main nav.woocommerce-breadcrumb a {
    color: #FF5722 !important;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-decoration: none;
}

.single_product_main nav.woocommerce-breadcrumb {
    color: #222526 !important;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.single_product_main h1.product_title.entry-title {
    color: #222526 !important;
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 700;
}

.single_product_main p.price {
    color: #222526 !important;
    font-size: 40px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.single_product_main .product-des h2 {
    color: #222526 !important;
    font-size: 30px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.single_product_main .product-des {
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    ;
    font-size: 18px;
    font-weight: 400;
    line-height: 30.24px;
    margin-top: 20px;
}

.single_product_main a.book-now-btn-product {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #FF5722;
    border: 1px solid;
    padding: 5px 25px;
    border-radius: 55px;
    margin-left: auto;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}

.single_product_main .woocommerce-product-gallery__wrapper img {
    border-radius: 20px;
}

.single_product_main .product_meta {
    color: #FF5722 !important;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-top: 20px;
}

.single_product_main .product_meta>a {}

.single_product_main .product_meta a {
    color: #222526 !important;
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-decoration: none;
}

.single_product_main a.book-now-btn-product:hover {
    color: #fff;
    background: #ff5722;
}

form.cart {
    display: none;
}

.row.product-box-main {
    margin-left: -25px;
    margin-right: -25px;
}


.row.product-box-main>* {
    padding-right: 25px;
    padding-left: 25px;
}











@media (min-width: 1140px) {

    .elementor-section.elementor-section-boxed>.elementor-container,
    .container {
        max-width: 1440px !important;
    }
}


.cls-banner-box .elementor-slide-button:hover {
    background: #fff !important;
    color: #ff5722 !important;
}

.cls-hd-con-btn a:hover {
    background: #fff !important;
    color: #ff5722 !important;
    border: 1px solid #FF5722;
}


/* Hide the expanded content initially */
.nan-para-exp_1,
.nan-para-exp_2,
.nan-para-exp_3,
.nan-para-exp_4 {
    display: none;
    /* Hidden by default */
}

/* Show the expanded content when toggled */
.nan-para-exp_1.visible,
.nan-para-exp_2.visible,
.nan-para-exp_3.visible,
.nan-para-exp_4.visible {
    display: block;
    /* Show when visible */
}

/* Style for the Read More button */
.read-more-container {
    margin-top: 10px;
}

.read-more-container a {
    color: #0073aa;
    text-decoration: none;
    cursor: pointer;
}

.read-more-container a:hover {
    text-decoration: underline;
}




@media (max-width: 576px) {
    .core-ser-box {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .banner-video-background {
        height: 600px !important;
    }

    .home-banner {
        min-height: 600px !important;
    }

    .banner-content-part {
        min-height: 600px !important;
    }

    .row.product-box-main {
        margin-left: 0px;
        margin-right: 0px;
    }

    body,
    html {
        overflow-x: hidden !important;
    }

    .cls-icon-pd span.elementor-icon.elementor-animation- {
        padding-top: 7px;
    }

    .cls-list-icon-cus .elementor-toggle-title {
        display: flex;
        line-height: 24px;
    }

    .cls-hd-con-btn a {
        margin-bottom: 30px;
        margin-left: 10px !important;
        margin-right: 10px;
    }

    .cls-banner-box .elementor-swiper-button.elementor-swiper-button-next {
        right: 30% !important;
    }

    .cls-banner-box .elementor-swiper-button.elementor-swiper-button-prev {
        right: 55% !important;
    }

    .cls-ser-main-box::before {
        font-size: 80px;
        top: -20px;
    }

    .advanced_solutions-outer .slick-arrow {
        position: absolute;
        top: 105%;
        right: 32%;
    }

    .advanced_solutions-outer .slick-prev.slick-arrow {
        right: 55%;
    }

    .abt-smal-hd h2:before {
        display: none;
    }

    .product-box-main .product-box-list {
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-bottom: 100px;
    }

    .product-box-main .product-box-list img {
        border-radius: 20px;
        height: 100%;
        object-fit: cover;
    }



    .abt-smal-hd h2:before {
        right: -41px;
        width: 39px;
    }

    .single-product.woocommerce div.product {
        display: inline-grid;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: left;
        margin-top: 17px;
        width: 100%;
        clear: none;
    }

    .single_product_main h1.product_title.entry-title {
        font-size: 30px;
    }

    .product-des ul {
        padding-left: 0px;
    }

    .product-box-main {
        gap: 20px;
    }

    .home-banner-main .slick-prev.slick-arrow {
        bottom: 30px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 80px !important;
    }

    .home-banner-main .slick-next.slick-arrow {
     bottom: 30px !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 30px !important;
    }

    .banner-content-part h1 {
        font-size: 40px !important;
        line-height: 45px !important;
        margin-bottom: 22px !important;
    }

    .banner-content-part p {
        font-size: 18px !important;
        line-height: normal !important;
    }

    .home-banner-main video {
        /*     min-height: 80vh; */
        object-fit: cover;
    }

/*     .home-banner-main {
        min-height: 80vh;
    } */
}

@media (min-width: 992px) and (max-width: 1024px) {

[data-elementor-type="wp-page"] {
	padding-top: 56px !important;
}
}	

@media (min-width: 577px) and (max-width: 991px) {
    .core-ser-box {
        margin-right: 0px !important;
        margin-bottom: 10px;
    }

    .banner-content-part h1 {
        font-size: 50px !important;
        line-height: 50px !important;
    }

    .row.product-box-main {
        margin-left: 0px;
        margin-right: 0px;
    }

    .single-product.woocommerce div.product {
        flex-direction: column;
        gap: 40px;
    }

    .advanced_solutions-outer .slick-arrow {
        position: absolute;
        top: 101%;
        right: 38%;
    }

    .advanced_solutions-outer .slick-prev.slick-arrow {
        right: 53%;
    }

    .product-box-main {
        row-gap: 110px;
    }

    .home-banner-main video {
        min-height: 80vh;
        object-fit: cover;
    }

/*     .home-banner-main {
        min-height: 80vh;
    } */

    .home-banner-main .slick-prev.slick-arrow {
        bottom: 30px !important;
    right: 100px !important;
    }

    .home-banner-main .slick-next.slick-arrow {
         position: absolute;
    bottom: 30px !important;
    right: 30px !important;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .cls-hd-con-btn a {
        display: inline !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    ul#menu-2-d13218f {
        margin-bottom: 30px;
    }

    li.cls-hd-con-btn.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-883 {
        margin-top: 20px;
    }
}

section.error-404.not-found .error-btn {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ff5722;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ff5722;
    border-radius: 50px 50px 50px 50px;
    padding: 7px 20px 7px 20px;
    display: inline-flex;
    margin: 0 auto;
    transition: 0.3s;
    margin-bottom: 25px;
}

.not-found {
    text-align: center;
}

.error-sec a {
    text-decoration: none !important;
}

section.error-404.not-found {
    padding: 43px;
}


/* .banner-content-part {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 99;
    text-align: center;
}
 */
.home-banner-main-inner {
    position: relative;
}

.banner-content-part h1 {
    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    color: #fff;
    margin-bottom: 30px;
}
.banner-content-part p {
    font-family: 'Poppins';
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}


.banner-content-part a {
    background-color: transparent;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-width: 0px;
    border-radius: 55px;
    color: #fff;
    background-image: linear-gradient(90deg, #ff5722 68.5%, #c7253e 100%);
    padding: 15px 30px;
    display: inline-block;
    margin-top: 25px;
    min-width: 200px;
}

.banner-content-part a:hover {
    background-image: linear-gradient(90deg, #fff 68.5%, #fff 100%);
    padding: 15px 30px;
    display: inline-block;
    color: #ff5722;
}

.banner-content-part p.banner-para1 {
    margin-bottom: 12px;
}

.home-banner-main .slick-prev.slick-arrow {
    position: absolute;
    bottom: 93px;
    right: 230px;
    z-index: 1;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 55px;
    width: 55px;
    height: 55px;
}


.home-banner-main .slick-next.slick-arrow {
    position: absolute;
    bottom: 93px;
    right: 150px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 55px;
    width: 55px;
    height: 55px;
}

.home-banner-main .slick-arrow {
    color: #fff;
}

.home-banner-main button.slick-prev.slick-btns.slick-arrow:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    border-color: #C7253E;
}

.home-banner-main button.slick-next.slick-btns.slick-arrow:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    border-color: #C7253E;
}

.banner-content-part {
    width: 100%;
    max-width: 81%;
    margin: 0 auto;
    height: 100%;
    min-height: 865px;
    position: relative;
    z-index: 1050;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-banner {
    min-height: 860px;
}

.banner-video-background {
    height: 860px;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

/* .home-banner-main-inner::before {
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.4;
} */
.home-banner-main-inner::before {
    content: '';
    background: #222526;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    top: 0;
    bottom: 5px;
    height: 100%;
}

.home-banner-main-inner {
    position: relative;
}

.cls-list-icon-cus svg {
    width: 24px !important;
    height: 24px !important;
}

.cls-alig-left p {
    text-align: left !important;
}






.resourcesform form p label,
.resourcesform form p label span {
    width: 100%;
    display: block;
}

.resourcesform form label .wpcf7-form-control {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 14px;
    min-height: 40px;
    background-color: #f5f8fa;
    padding: 0 10px;
}

.resourcesform form p {
    margin-bottom: 14px;
}

.resourcesform form p label {
    font-weight: 400;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    color: #FF5722;
}

.resourcesform form .wpcf7-form-control.wpcf7-submit {
    background-color: transparent;
    font-family: 'Poppins';
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
    border-width: 0px;
    border-radius: 55px;
    color: #fff;
    background-image: linear-gradient(90deg, #ff5722 68.5%, #c7253e 100%);
    padding: 15px 30px;
    border: 1px solid #ff5722;
    display: inline-block;
    margin: 22px 0 10px;
}

.resourcesform form .wpcf7-form-control.wpcf7-submit:hover {
    color: #ff5722;
    background-image: linear-gradient(90deg, #fff 68.5%, #fff 100%);
}

.blog-content-main .time_name {
    display: flex;
    align-items: center;
    column-gap: 14px;
    margin: 0px 0 15px;
    border-top: 1px solid #dde0e9;
    margin-top: 25px;
    padding-top: 20px;
}
.blog-content-main .time_name svg {
    width: 16px;
    height: 16px;
}
.blog-list .col-12, .blog-slide .col-12 {
    padding: 0 20px;
}
.blog-content-main .time_name div {
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: 14px;
}

.blog-content-main a .blog-title {
    line-height: 28px;
    margin-bottom: 10px;
    color: #fe5722;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    font-size: 22px;
}

.blog-content-main .read-more-btn {
    display: inline-block;
    margin: 12px 0;
    padding: 3px 0;
    border-bottom: 1px solid #fd5724;
    color: #fd5724;
    letter-spacing: 2px;
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: 16px;
}

.blog-content-main .disc-short {
    font-weight: 400;
    line-height: 22px;
    color: #222526;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: 16px;
}

.blog-list-item .blog-thum .bgimg {
    width: 100%;
    box-shadow: 0 0 10px #00000017;
    height: 230px;
    object-fit: cover;
    transition: all 0.2s ease-in-out;
}

.single-blog-main {
    padding: 140px 0 70px 0;
}

.single-main-blog-content .single-blog-img .bgimg {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000017;
    max-height: 570px;
    object-fit: cover;
}

.single-main-blog-content .single-blog-des img {
    width: auto;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000017;
}

.single-blog-des ol,
.single-blog-des ul {
    margin-left: 0;
}

.single-blog-des {
    font-size: 18px;
}

.single-blog-des {
    padding: 15px 0 0;
    line-height: 35px;
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: var(--e-global-typography-7af3830-font-size);
}

.single-main-blog-content .single-blog-title {
    font-size: 36px;
    line-height: 40px;
    margin: 32px 0 0;
    color: #fe5722;
    font-family: 'Poppins';
}

.sidebar-blog-single-pg {
    border: 1px solid #ff5722;
    padding: 20px;
    border-radius: 10px;
}

.single-main-blog-content {
    padding-right: 50px;
}

.blog-comments-section {
    margin-top: 30px;
}

.sidebar-blog-single-pg .blog-sidebar-main {
    padding-top: 20px;
}

.sidebar-blog-single-pg h2 {
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0px;
    color: #222526;
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    font-size: var(--e-global-typography-af864df-font-size);
}

.blog-content-main {
    border: 1px solid #dde0e9;
    padding: 30px;
    border-radius: 0;
    margin-top: 0;
    transition: 0.3s;
    min-height: 220px;
    border-top: 0;
}
.blog-content-main .disc-short p {
    margin-bottom: 0;
    line-height: 23px;
}

.blog-sidebarblog-title a {
    text-decoration: none;
}

ul.blog-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-sidebarblog-title h3 {
    line-height: 28px;
    margin-bottom: 10px;
    color: #fe5722;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    font-size: 22px;
}

li.blog-sidebar-item img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    height: 160px;
    object-fit: cover;
    min-width: 90px;
}

li.blog-sidebar-item {
    display: flex;
    column-gap: 10px;
    flex-direction: column;
    row-gap: 10px;
}

/* .blog-list {
    padding-right: 50px;
}
 */
.blog-list .row {
    row-gap: 24px;
}

.blog-main-pagination {
    padding-top: 30px;
}

.blog-main-pagination a {
    color: #fd5724;
    font-size: 18px;
}
.blog-main-pagination a:hover {
	background: #fd5724;
	color: #fff;
}

.blog-list-item .blog-thum .bgimg:hover {
    opacity: .8;
}

.blog-list-item:hover {
    transform: translateY(-10px);
}
.blog-list-item {
    transition: all 0.2s ease-in-out;
}
.blog-content-main a .blog-title:hover, .blog-content-main .read-more-btn:hover, .blog-sidebarblog-title h3:hover {
    color: #222526;
}

.single-blog li#menu-item-3133 a {
    color: var(--e-global-color-ee88117);
}
.comment-form p label {
    min-width: 80px;
}

.comment-form p {
    margin-bottom: 10px;
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: var(--e-global-typography-7af3830-font-size);
}

h3#reply-title {
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    font-size: var(--e-global-typography-af864df-font-size);
}

.comment-form p input {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 14px;
    min-height: 40px;
    background-color: #f5f8fa;
    padding: 0 10px;
}

.comment-form p.comment-form-comment textarea {
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 14px;
    min-height: 40px;
    background-color: #f5f8fa;
    padding: 0 10px;
    max-height: 90px;
}

.comment-form p.comment-form-cookies-consent input {
    width: auto;
    margin: 0;
    height: auto;
    min-height: unset;
    margin-right: 10px;
}

p.form-submit input {
    background-color: transparent;
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    ;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-width: 0px;
    border-radius: 55px;
    color: #fff;
    background-image: linear-gradient(90deg, #ff5722 68.5%, #c7253e 100%);
    padding: 8px 30px;
    border: 1px solid #ff5722 !important;
    display: inline-block;
    margin: 22px 0 10px;
    width: auto;
}

p.form-submit input:hover {
    color: #ff5722;
    background-image: linear-gradient(90deg, #fff 68.5%, #fff 100%);
}

li.blog-sidebar-item p {
    font-weight: 400;
    line-height: 22px;
    color: #222526;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: 16px;
}

.blog-main-pagination {
	display: flex;
	gap: 5px;
}

.blog-main-pagination a,
.blog-main-pagination span {
    padding: 6px 12px;
    border: solid 1px #ddd;
}

/* .blog-main-pagination span.current {
    border-right: 0;
} */
/* .blog-main-pagination .next{
	    border-left: 0;
} */


@media (min-width: 320px) and (max-width: 991px) {

    .platform-box-icon .elementor-icon {
        width: 80px;
        height: 80px;
    }

    .single-blog-main {
	padding: 100px 0 50px;
}

    .single-blog-des {
        font-size: 16px;
    }

    .single-main-blog-content .single-blog-title {
        font-size: 22px;
        line-height: 26px;
    }

    .blog-list {
        padding-right: 0;
    }

    .single-main-blog-content {
        padding-right: 0px;
    }

    ul#menu-footer-bottom {
        justify-content: center !important;
    }
}





.elementor-location-header, .ekit-template-content-header {
    position: fixed;
    width: 100%;
    z-index: 5;
}

/* .entry-content {
	padding-top: 100px;
}
 */
.box-height .elementor-element,
.box-height .elementor-widget-container {
    height: 100%;
}

[data-elementor-type="wp-page"] {
    padding-top: 80px;
}






.cls-useful-ftr-main ul li {
    width: 100%;
    margin-bottom: 15px;
}

.cls-useful-ftr-main ul li a:before {
    content: '';
    margin-right: 10px;
    font-size: 18px;
    background: transparent !important;
    margin-left: -20px;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ff5722;
    border-bottom: 2px solid #ff5722;
    transform: rotate(-45deg);
    display: inline-block;
}

ul#menu-footer-menu {
    padding-left: 20px;
    margin: 0px;
    list-style-type: none;
}

ul#menu-footer-menu li a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #222526;
}

ul#menu-footer-bottom li a {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    color: #222526;
}

ul#menu-footer-menu li a:hover,
ul#menu-footer-bottom li a:hover {
    color: #ff5722;
}

ul#menu-footer-bottom {
    display: flex;
    gap: 40px;
    list-style-type: none;
    justify-content: end;
    padding: 0;
    margin: 0;
}

.copy-mb p {
    margin-bottom: 0;
}

/* .cls-list-icon-cus 
 span.elementor-toggle-icon {
    margin-top: 10px;
}
 */
.platform-box {
    box-shadow: 0px 0px 60px 0px #0000000D;
    border-radius: 20px;
}

.platform-box:hover svg path {
    color: #fff;
    fill: #fff;
}

.platform-box:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
}

.platform-box:hover h3.elementor-icon-box-title,
.platform-box:hover .elementor-icon-box-description {
    color: #fff !important;
}

#tab-ul-sp ul {
    margin: 0;
}

.consult-box .elementor-element-populated {
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.050980392156862744);
    padding: 30px !important;
    border-radius: 20px;
}

.consult-box .elementor-element-populated:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
}

.consult-box .elementor-element-populated:hover h3.elementor-heading-title,
.consult-box .elementor-element-populated:hover .elementor-widget-container {
    color: #fff !important;
}

.consult-box .elementor-element-populated:hover .elementor-tab-title a,
.consult-box .elementor-element-populated:hover .elementor-tab-content {
    color: #fff !important;
}

.consult-box .elementor-element-populated:hover .elementor-toggle-icon svg {
    fill: #fff !important;
}

.core-ser-box {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
    padding: 2px;
    border-radius: 20px;
    margin-right: 20px;
}

.core-ser-box .elementor-element-populated {
    background: #fff;
    padding: 30px !important;
    border-radius: 20px;
}

.core-ser-box .elementor-element-populated:hover {
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
}

.core-ser-box .elementor-element-populated:hover h3.elementor-heading-title,
.core-ser-box .elementor-element-populated:hover .elementor-widget-container {
    color: #fff;
}

.founder-box .elementor-image-box-img img {
    height: 226px !important;
    object-fit: cover;
    width: 190px !important;
}


/*-------------cybersecurity-services-inner---------------*/


.cls-box-color-with-num{
position: relative;	
}
.cls-box-color-with-num:before {
    content: '01';
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: #b1b1b136;
    position: absolute;
    top: -25px;
    right: 15px;
	z-index: 1;
}
#box-color-id02:before {
    content: '02';
}
#box-color-id03:before {
    content: '03';
}
#box-color-id04:before {
    content: '04';
}
#box-color-id05:before {
    content: '05';
}
#box-color-id06:before {
    content: '06';
}
#box-color-id07:before {
    content: '07';
}
.cls-box-color-with-num .elementor-element-populated {
/*     box-shadow: 0px 0px 60px 0px #0000000D; */
    border-radius: 20px;
}
.cls-box-color-with-num:hover .elementor-element-populated{
    background: linear-gradient(90deg, #FF5722 68.5%, #C7253E 100%);
}
.cls-box-color-with-num:hover .elementor-icon i {
    color: #fff;
}
.cls-box-color-with-num:hover h3.elementor-heading-title, .cls-box-color-with-num:hover .elementor-widget-container ul {
    color: #fff !important;
}
.cls-list-icon-cus .elementor-tab-title:hover a {
    color: #ff5722 !important;
}
.cls-list-icon-cus .elementor-tab-title.elementor-active a{
	color: #ff5722 !important;
}

.founder-box:hover h3.elementor-image-box-title a {
    color: #ff5722;
}
.how-invest .elementor-button-icon svg {
    width: 32px;
    height: 32px;
}
.how-invest span.elementor-button-content-wrapper {
    align-items: center !important;
}
.how-invest .elementor-button-text {
    display: block;
    text-align: left;
    line-height: normal;
}
.invest-why-link a {
    color: #ff5722;
}


/*-----------Custom Questionnaire Form---------------*/


.form-main {
    margin-top: 30px;
}

#questionnaireForm .form-check-input:checked {
    background-color: #222526;
    border-color: #222526;
}

#questionnaireForm .form-check-input[type=radio]:focus {
    box-shadow: none;
    border: none;
}

label.cls-form-label {
    color: var(--e-global-color-5537a33);
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 18px;
    font-weight: 400;
}

.form-main .form-group input {
    height: 50px;
    width: 100%;
    border: transparent;
    padding: 0 10px;
}

.form-action {
    text-align: end;
}

h2.form-hd {
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    font-size: var(--e-global-typography-af864df-font-size);
    color: var(--e-global-color-5537a33);
    font-weight: var(--e-global-typography-primary-font-weight);
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.form-group {
    margin-top: 10px;
}

#progress-bar-container {
    width: 100%;
    background: #ccc;
    height: 70px;
    /* border-radius: 10px; */
    margin-bottom: 25px;
    position: relative;
}

#progress-bar {
    height: 112px;
    background: linear-gradient(90deg, rgba(255, 50, 49, 1) 0%, rgba(255, 143, 76, 1) 100%);
    width: 0%;
    border-radius: 0;
    transition: width 0.3s;
    min-width: 100%;
    position: relative;
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    width: 100%;
}

span#questionnaire-pro-cont {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}

.col-txt-box .category-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: rgb(255, 50, 49);
    background: linear-gradient(90deg, rgba(255, 50, 49, 1) 0%, rgba(255, 143, 76, 1) 100%);
    bottom: 0px;
}

#progress-percentage{
    font-size: 42px;
    font-weight: 600;
    color: #222526;
}

.questionary-form-part {
    margin-top: 55px;
    border-radius: 20px;
}

#questionnaireForm .col-img-box img {
    width: 100%;
    height: 350px;
    border-radius: 20px 0px 0px 20px;
    object-fit: contain;
}

.imgbox {
    background-color: #ff5722;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 0 0 20px;
}

label.form-check-label,
.form-check-input {
    cursor: pointer;
}

#questionnaireForm .col-txt-box {
    padding: 47px 57px;
    padding-right: 112px;
}

button.cls-next-btn-stp {
    padding: 18px 46px 18px 46px;
}

button {
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
}

button:disabled {
    background: #ccc;
    cursor: not-allowed;
}

h3.category-title {
    font-size: 46px !important;
    font-weight: bold;
    color: #222;
    position: relative;
    padding-bottom: 18px;
    font-family: 'Poppins';
}

label.ques-opt {
    color: var(--e-global-color-5537a33);
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: var(--e-global-typography-7af3830-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}

p.ques-main-title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 29px;
    font-family: 'Poppins';
    margin-top: 15px;
}

button.cls-next-btn-stp,
button#submit-btn {
    background-color: transparent;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, rgba(255, 50, 49, 1) 0%, rgba(255, 143, 76, 1) 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f76233;
    border-radius: 55px 55px 55px 55px;
    padding: 18px 46px 18px 46px;
    margin-top: 30px;
}

button.cls-next-btn-stp:hover,
button#submit-btn:hover {
    background-color: transparent;
    color: #ff5722;
    background-image: linear-gradient(180deg, var(--e-global-color-5c9f4be) 0%, var(--e-global-color-5c9f4be) 100%);
    border-color: #ff5722;
}

#result h2,
#result h3{
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    color: var(--e-global-color-5537a33);
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 26px;
}

#result span{
    color: var(--e-global-color-5537a33);
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: var(--e-global-typography-7af3830-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}

p#interpretation {
    color: var(--e-global-color-5537a33);
    font-family: var(--e-global-typography-7af3830-font-family), Sans-serif;
    font-size: var(--e-global-typography-7af3830-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
}

.col-lg-8.col-txt-box {
    background: #eee;
    padding: 40px;
    border-radius: 0px 10px 10px 0;
}

.col-lg-4.col-img-box {
    padding-right: 0;
}


.form-check {
    padding: 17px;
    background: rgb(255, 50, 49);
    background: linear-gradient(90deg, rgba(255, 50, 49, 1) 0%, rgba(255, 143, 76, 1) 100%);
    border-radius: 7px;
    margin-top: 20px;
    display: flex !important;
}

.form-check .form-check-input {
    float: left;
    margin-left: -5px !important;
}

.btn-next-main {
    text-align: end;
}

.form-check-label {
    color: #fff;
    font-weight: bold;
    font-family: 'Poppins';
    margin-left: 7px;
}

.col-txt-box {
    background: #f7f7f7;
    border-radius: 0 20px 20px 0;
}

#questionnaireForm .col-lg-7 {
    padding-left: 0;
}

.col-lg-5.col-img-box {
    padding-right: 0;
}

table.table {
    border: 1px solid #ccc;
}

table.table th {
    white-space: nowrap;
}

button.prev-btn.cls-prev-btn-stp {
    background-color: transparent;
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, rgba(255, 50, 49, 1) 0%, rgba(255, 143, 76, 1) 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f76233;
    border-radius: 55px 55px 55px 55px;
    padding: 18px 46px 18px 46px;
    margin-top: 30px;
}

button.prev-btn.cls-prev-btn-stp:hover {
    background-color: transparent;
    color: #ff5722;
    background-image: linear-gradient(180deg, var(--e-global-color-5c9f4be) 0%, var(--e-global-color-5c9f4be) 100%);
    border-color: #ff5722;
}

.questionary-form-part .step:nth-child(1) .btn-next-main {
    justify-content: end;
}

.questionary-form-part .form-check {
    height: 100%;
    margin: 0;
}

.questionary-form-part .row.input-radio-row {
    row-gap: 24px;
}

.btn-next-main {
    display: flex;
    justify-content: space-between;
}

div#result {
    font-size: 20px;
    font-family: 'Poppins';
}

div#result a {
    color: #fe5722;
}

.result-disclam {
    font-size: 16px;
    font-family: 'Poppins';
}

.result-disclam ul {
    margin-left: 0px;
}

div#result td {
    border-right: 1px solid #ccc;
}

@media (max-width: 1440px) {

    h3.category-title {
        font-size: 36px !important;
        font-weight: bold;
        color: #222;
        position: relative;
        padding-bottom: 18px;
        font-family: 'Poppins';
    }
}

@media (max-width: 767px) {
.dropdown-item {
	white-space: break-spaces !important;
}	
.blog-list-item .blog-thum .bgimg {
    height: 210px;
}	
.blog-slide .col-12 {
    padding: 0 0px;
}	
li.blog-sidebar-item img {
	height: 180px;
}		
.cls-box-color-with-num:before, .cls-ser-main-box:before {
    font-size: 73px;
    top: -20px;
    right: 7px;
}	
[data-elementor-type="wp-page"] {
	padding-top: 59px;
}	
/* .page-id-1693 [data-elementor-type="wp-page"], */
/* 	.page-id-2105 [data-elementor-type="wp-page"], */
	.page-id-2524 [data-elementor-type="wp-page"]
	.page-id-2072 [data-elementor-type="wp-page"]{
    padding-top: 105px;
}	
.page-id-4822 [data-elementor-type="wp-page"] {
	padding-top: 30px;
}	
.page-id-34 [data-elementor-type="wp-page"] {
    padding-top: 0;
}	
.footer-newsletter input {
	margin-top: 0 !important;
}
.footer-newsletter input[type="submit"] {
	margin-top: 20px !important;
}
	.tab-con-alg .elementor-tab-content {
    text-align: center;
}
	
/* 	.ekit-template-content-header .elementor-container,
	.ekit-template-content-header .elementor-section{
		min-height: 105px !important;
	} */
    .btn-next-main {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    span#questionnaire-pro-cont {
        color: #fff;
        font-size: 19px;
        font-weight: 700;
    }

    #questionnaireForm .col-img-box img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 20px 20px 0px 0px !important;
        object-fit: cover !important;
    }

    p.ques-main-title
    {
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 29px;
        font-family: 'Poppins';
    }
}

@media (max-width: 567px) {

    h3.category-title
    {
        font-size: 28px !important;

    }

    #progress-percentage
    {
        font-size: 32px;
        font-weight: 600;
        color: #222526;
    }

    .btn-next-main {
        text-align: left;
    }

    .form-action {
        text-align: left;
    }

    #progress-bar
    {
        padding: 20px;
    }

    #questionnaireForm .col-txt-box {
        padding: 30px 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 991px) {
    #questionnaireForm .col-txt-box {
        padding: 47px 30px;
        /* 	padding-right: 57px; */
    }

    #questionnaireForm .col-img-box img {
        width: 100%;
        height: 100%;
        border-radius: 20px 20px 0px 0px;
        object-fit: cover;
    }

    .col-lg-5.col-img-box {
        padding-right: 14px;
    }

    .col-txt-box {
        border-radius: 0px 0px 20px 20px;
    }

    .imgbox {
        border-radius: 20px 20px 0 0px;
    }

    #questionnaireForm .col-lg-7 {
        padding-left: 14px;
    }
}

.email-otp .btn-action button {
    background: #fff;
    border-radius: 3px;
    border: 0;
    min-width: max-content;
    min-height: 50px;
}

.email-otp {
    display: flex;
    align-items: center;
}

.email-otp .btn-action {
    position: relative;
}

.email-otp .btn-action #otp-loader {
	position: absolute;
	inset: 0;
	background: #ffffffbf;
	display: flex;
	align-items: center;
	justify-content: center;
}

.email-otp .btn-action #otp-loader .spinner-border{
    width: 15px;
    height: 15px;
}

#record-form {
	background: #f7f7f7;
	padding: 30px;
	border-radius: 20px;
	margin-top: 50px;
}
#saveRecordBtn {
	background-color: transparent;
	font-family: "Poppins", Sans-serif;
	font-size: 19px;
	font-weight: 600;
	line-height: 24px;
	fill: #FFFFFF;
	color: #FFFFFF;
	background-image: linear-gradient(90deg, rgba(255, 50, 49, 1) 0%, rgba(255, 143, 76, 1) 100%);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f76233;
	border-radius: 55px 55px 55px 55px;
	padding: 18px 46px 18px 46px;
	margin-top: 30px;
}
#saveRecordBtn:hover{
background-color: transparent;
  color: #ff5722;
  background-image: linear-gradient(180deg, var(--e-global-color-5c9f4be) 0%, var(--e-global-color-5c9f4be) 100%);
  border-color: #ff5722;
}
#display-interpretation {
    height: 85px;
    border: 0;
    padding: 10px 10px;
}
div#record-form h2 {
    font-family: var(--e-global-typography-af864df-font-family), Sans-serif;
    font-size: var(--e-global-typography-af864df-font-size);
    color: var(--e-global-color-5537a33);
    font-weight: var(--e-global-typography-primary-font-weight);
}


@media (min-width: 577px) and (max-width: 991px) {
    .home-banner-main video {
        min-height: 57vh;
        object-fit: cover;
    }
.banner-content-part {
    min-height: 605px;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.banner-video-background {
    height: 600px;
}
.banner-content-part h1 {
    font-size: 38px !important;
    line-height: 46px !important;
}
/* .home-banner-main {
    min-height: 54vh;
} */
.home-banner {
    min-height: 600px;
}
[data-elementor-type="wp-page"] {
	padding-top: 46px;
}	
}

@media (max-width: 576px) {
 
.banner-content-part h1 {
    font-size: 26px !important;
    line-height: 33px !important;
    margin-bottom: 12px !important;
}
.banner-content-part a {
    font-size: 15px;
    line-height: 22px;
    padding: 12px 25px;
}
.banner-content-part , .home-banner {
        min-height: 450px !important;
    }
 
        .banner-video-background {
        height: 445px !important;
    }
}


/*---------------grc astragar pg-----------------*/

.cls-box-color-with-num:hover .grc-box svg path {
    color: #fff;
    fill: #fff;
}
.cls-box-color-with-num:hover .grc-box span.elementor-icon-list-text {
    color: #fff;
}


.main-newsletter-box {
    text-align: center;
}
.hp-newsletter-hd h2.elementor-heading-title {
    text-transform: uppercase;
}

.footer-newsletter input[type="submit"] {
    background-color: transparent;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-image: linear-gradient(90deg, rgba(255, 50, 49, 1) 0%, rgba(255, 143, 76, 1) 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f76233;
    border-radius: 55px 55px 55px 55px;
    padding: 14px 20px 14px 20px;
    margin-top: 20px;
}
.main-newsletter-box input[type="submit"]:hover {
    background-color: transparent;
    color: #ff5722;
    background-image: linear-gradient(180deg, var(--e-global-color-5c9f4be) 0%, var(--e-global-color-5c9f4be) 100%);
    border-color: #ff5722;
}
.footer-newsletter input {
    background: #f7f7f7;
    width: 100%;
    border: transparent;
    border-radius: 55px 55px 55px 55px;
    padding: 14px 20px 14px 20px;
    line-height: 24px;
    margin-top: 20px;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.footer-newsletter input::placeholder{
font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.footer-newsletter .wpcf7-response-output {
	text-align: center;
	margin-top: 0 !important;
	font-family: "Poppins", Sans-serif;
  font-size: 15px;
}
.footer-newsletter .wpcf7-not-valid-tip {
	margin-top: 10px;
}	

@media (min-width: 768px) and (max-width: 1024px) {
.blog-list-item .blog-thum .bgimg {
    height: 190px;
}	
li.blog-sidebar-item img {
	height: 350px;
}	
.cls-box-color-with-num:before, .cls-ser-main-box:before {
    font-size: 85px;
    top: -20px;
    right: 10px;
}	
		.main-newsletter-box input#email {
    width: 100% !important;
}
.main-newsletter-box input[type="submit"] {
    width: 100% !important;
}	
}


.main-home-banner-slider{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.home-banner-main-inner {
	position: relative;
	direction: rtl;
}
.home-banner-main {
	direction: rtl;
}
.single-main-blog-content a {
    color: #fe5722;
}

.lo-extra-mg ol {
    margin: 0;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 150px;
    padding-bottom: 40px;
}