/*!
Theme Name: New horizon lawn services
Theme URI: https://www.dotcomdesign.com/
Author: Dotcom Design
Author URI: https://www.dotcomdesign.com/
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: new-horizon-lawn-services
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
    --------------------------------------------------------------*/

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

/* normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility !important;
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none !important;
  outline: none !important;
}

/**
 * 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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-size: 1em;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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.
 */

/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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,
p {
  color: var(--black-color);
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  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-size: 15px;
  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
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  width: 100%;
  clear: both;
  display: inline-block;
  float: none;
}

.main-navigation ul {
  /* text-align: center; */
  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 {
  left: 100%;
}

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

.main-navigation li {
  float: none;
  margin: 0 22px;
  position: relative;
}

.main-navigation a {
  transition: 0.3s;
  position: relative;
}

@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }

  .site-header .container,
  .site-header .container .row,
  .site-header .container .row .col-lg-12,
  .header-menu,
  .main-navigation,
  .header-mobile-menu,
  .menu-header-menu-container,
  .menu {
    height: 100%;
  }

  .main-navigation ul li,
  .main-navigation ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .header-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-navigation ul li a:hover:before,
  .main-navigation ul li.current-menu-item a:not(li.menu-item-23 a):before,
  .main-navigation ul li.current-menu-parent a:before {
    height: 6px;
  }

  .main-navigation ul li a:not(ul ul li a):hover,
  .main-navigation
    ul
    li.current-menu-item
    a:not(li.menu-item-23 a):not(ul ul li a),
  .main-navigation ul li.current-menu-parent a:not(ul ul li a) {
    -webkit-text-stroke: 1px var(--white-color);
  }

  .main-navigation ul ul li a:hover,
  .main-navigation ul ul li.current-menu-item a {
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

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

/*========== Fonts CSS Start ==========*/

/*========== Fonts CSS End ==========*/

/*========== Form CSS Start ==========*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-element {
  position: relative;
}

.form-element i {
  position: absolute;
  top: 13px;
  right: 32px;
  pointer-events: none;
  color: var(--secondary-color);
  font-size: 20px;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: var(--red-color);
  margin-bottom: -24px;
  text-align: left;
}
.career-form form span.wpcf7-not-valid-tip {
  color: var(--white-color);
}

.career-form .wpcf7-form.invalid .wpcf7-response-output, .career-form .wpcf7 form.invalid .wpcf7-response-output, .career-form .wpcf7 form.unaccepted .wpcf7-response-output{
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 27px;
  position: relative;
}

.screen-reader-response {
  display: none;
}

.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 20px 0;
  padding: 3px 10px;
  border: 1px solid var(--red-color);
  color: var(--red-color);
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #46b450;
  color: #46b450;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.form-input::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}

.form-input::-moz-placeholder,
.input-text::-moz-placeholder {
  color: var(--input-color);
  opacity: 1;
}

.form-input:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}

.form-input::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
  color: var(--input-color);
  opacity: 1;
}

.form-input::placeholder,
.input-text::placeholder {
  color: var(--input-color);
  opacity: 1;
}

select option {
  color: #000;
}

select {
  color: var(--input-color) !important;
}

select::-ms-expand {
  display: none;
}

.form-input,
.input-text,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
select {
  width: 100%;
  height: 45px;
  border: none;
  outline: none !important;
  padding: 0 20px;
  font-size: 16px;
  line-height: 26px;
  color: var(--black-color);
  background: var(--white-color);
  -webkit-appearance: none;
  border-radius: 0;
}

.form-section .wpcf7-form-control-wrap {
  margin-bottom: 38px;
}

.form-section .form-input.wpcf7-textarea {
  height: 129px;
}

.form-section .wpcf7-form-control-wrap input,
.form-section .wpcf7-form-control-wrap select,
.form-section .wpcf7-form-control-wrap textarea {
  padding-left: 32px;
  padding-right: 32px;
}

select,
select.form-input {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 30px;
}

.form-input.wpcf7-textarea {
  height: 120px;
  resize: none;
  padding: 15px;
  display: block;
}

.submit-btn {
  text-align: left;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}

.submit-btn .sec-btn {
  min-height: 54px;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 105%;
  transform: translate(0, -50%);
  margin: 0;
}

.career-form .submit-btn,
.contact-page-form .submit-btn {
  text-align: left;
}

.wpcf7 input[type="checkbox"],
.woocommerce form .form-row .input-checkbox,
.woocommerce-form__input,
.wpcf7 input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 26px;
  background: 0 0;
  border: none;
  outline: none;
  opacity: 0;
  z-index: 5;
  cursor: pointer;
}

span.wpcf7-list-item-label,
.woocommerce-form__label-for-checkbox span,
.comment-form-cookies-consent label {
  padding-left: 30px;
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:before,
.woocommerce-form__label-for-checkbox span:after {
  content: " ";
}

span.wpcf7-list-item-label:before,
.woocommerce-form__label-for-checkbox span:before,
.comment-form-cookies-consent label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  z-index: 1;
}

span.wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 12px;
  border-radius: 15px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  opacity: 0;
  transition: 0.3s;
  z-index: 0;
}

input[type="radio"]:checked ~ span:after {
  opacity: 1;
}

.checkbox-wp .wpcf7-list-item {
  margin: 10px 1em 0 0px;
  padding-bottom: 10px;
  display: block;
}

.woocommerce-form__label-for-checkbox span:before,
.checkbox-wp .wpcf7-list-item-label:before,
.comment-form-cookies-consent label:before {
  border-radius: 0;
}

.checkbox-wp .wpcf7-list-item-label:after,
.woocommerce-form__label-for-checkbox span:after,
.comment-form-cookies-consent label:after {
  content: "\f00c";
  width: 20px;
  height: 20px;
  background: transparent;
  color: var(--white-color);
  border-radius: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  background: var(--dark-color);
  border-radius: 3px;
}

input[type="checkbox"]:checked ~ span:before,
input[type="checkbox"]:checked ~ span:after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:after,
input[type="checkbox"]:checked ~ span.wpcf7-list-item-label:before,
input[type="checkbox"]:checked ~ label:after {
  opacity: 1;
}

.checkbox-wp .wpcf7-not-valid-tip {
  display: none;
}

.checkbox-wp .wpcf7-not-valid .wpcf7-list-item-label:before {
  border-color: var(--red-color);
  opacity: 0.7;
}

.form-input-checkbox .wpcf7-list-item {
  position: relative;
  margin: 0;
  margin-right: 30px;
}

span.wpcf7-list-item,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox,
.woocommerce form .form-row label {
  position: relative;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid var(--red-color);
  color: var(--red-color);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  opacity: 1;
}

.form-input-checkbox .wpcf7-list-item.last {
  margin: 0;
}

.wpcf7-not-valid,
.wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: var(--red-color) !important;
}

.comment-form-cookies-consent input {
  opacity: 0;
  display: inline-block;
  width: auto !important;
}

.form-box {
  position: relative;
}

.form-box.form-input-file .wpcf7-form-control-wrap {
  padding-bottom: 20px;
}

.form-box.form-input-file input[type="file"] {
  position: relative;
  width: 76px;
  height: 73px;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}

.form-box.form-input-file .input-file-icon {
  position: absolute;
  top: 30px;
  left: 0;
  width: 76px;
  height: 73px;
  background: var(--input-color);
  border-radius: 13px;
  display: inline-block;
  cursor: pointer;
  z-index: 0;
}

.form-box.form-input-file .input-file-icon:before,
.form-box.form-input-file .input-file-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 1px;
  background-color: var(--black-color);
}

.form-box.form-input-file .input-file-icon:after {
  width: 1px;
  height: 30px;
}

.form-box.form-input-file span.input-file-text {
  display: block;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: -18px;
  left: 0;
}

/*========== Form CSS End ==========*/

/*==========Common CSS ==========*/
:root {
  --primary-color: #ee5530;
  --secondary-color: #256c39;
  --tertiary-color: #ece567;
  --dark-color: #1d2c3b;
  --common-color: #777777;
  --white-color: #ffffff;
  --black-color: #000000;
  --red-color: #ff0000;
  --input-color: var(--dark-color);
  --gradient-color: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  --box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  --body-font: "Proxima-Nova";
  --title-font: "Proxima-Nova";
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("assets/fonts/ProximaNova-Black.eot");
  src: url("assets/fonts/ProximaNova-Black.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNova-Black.woff2") format("woff2"),
    url("assets/fonts/ProximaNova-Black.woff") format("woff"),
    url("assets/fonts/ProximaNova-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("assets/fonts/ProximaNova-Extrabld.eot");
  src: url("assets/fonts/ProximaNova-Extrabld.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNova-Extrabld.woff2") format("woff2"),
    url("assets/fonts/ProximaNova-Extrabld.woff") format("woff"),
    url("assets/fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("assets/fonts/ProximaNova-Medium.eot");
  src: url("assets/fonts/ProximaNova-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNova-Medium.woff2") format("woff2"),
    url("assets/fonts/ProximaNova-Medium.woff") format("woff"),
    url("assets/fonts/ProximaNova-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Saira Regular";
  src: url("assets/fonts/Saira-Regular.eot");
  src: url("assets/fonts/Saira-Regular.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Saira-Regular.woff2") format("woff2"),
    url("assets/fonts/Saira-Regular.woff") format("woff"),
    url("assets/fonts/Saira-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("assets/fonts/ProximaNova-Regular.eot");
  src: url("assets/fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("assets/fonts/ProximaNova-Regular.woff") format("woff"),
    url("assets/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima-Nova";
  src: url("assets/fonts/ProximaNova-Bold.eot");
  src: url("assets/fonts/ProximaNova-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("assets/fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("assets/fonts/ProximaNova-Bold.woff") format("woff"),
    url("assets/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 16px;
  line-height: 26px;
  color: var(--black-color);
  font-family: var(--body-font);
}

p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
  font-family: var(--title-font);
  color: var(--secondary-color);
  text-transform: uppercase;
}

p a {
  color: var(--primary-color);
  text-decoration: underline !important;
  transition: 0.3s;
}

p a:hover {
  color: var(--dark-color);
}

a:hover {
  color: initial;
}

.h1-title {
  font-size: 70px;
  line-height: 1.4;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-shadow: 0 3px 40px rgb(0 0 0 / 68%);
}

.h2-title {
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.h3-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: var(--dark-color);
  margin-bottom: 20px;
}

.grecaptcha-badge {
  display: none !important;
}

.wow {
  visibility: hidden;
}

.callus {
  font-weight: inherit;
}

.for-des {
  display: block !important;
}

.for-mob {
  display: none !important;
}

.for-des-flex {
  display: flex !important;
}

.for-mob-flex {
  display: none !important;
}

.menu-des {
  display: inline-block;
}

.menu-mob {
  display: none;
}

.container {
  position: relative;
  z-index: 5;
}

.play-btn {
  width: 60px;
  height: 60px;
  color: var(--primary-color);
  background: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 3px;
  box-shadow: var(--box-shadow);
  transition: 0.8s cubic-bezier(0.22, 0.78, 0.45, 1.02);
}

.play-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.7);
  display: none;
  z-index: 5;
}

.ajax-loader i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 100px;
  color: var(--primary-color);
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.main-navigation ul li.menu-item-has-children > a {
  padding-right: 20px;
  position: relative;
}

.main-navigation ul li.menu-item-has-children > a:after {
  content: "\f078";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  color: var(--white-color);
  transition: 0.3s;
}

.main-navigation ul li.menu-item-has-children:hover > a:after {
  transform: translate(0, -50%) rotate(-180deg);
}

.main-navigation ul ul {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  /* left: 0 !important; */
  /* float: none; */
  width: fit-content;
  background: var(--secondary-color);
  box-shadow: 0 0 10px rgb(60 140 244 / 15%);
  text-align: left;
  display: none;
  opacity: 0;
  overflow: hidden;
  border-radius: 6px;
}

.main-navigation ul li.menu-item-has-children:hover ul {
  display: block;
  top: 100%;
  opacity: 1;
  animation: swip_up 0.3s linear 1;
}

@keyframes swip_up {
  from {
    top: calc(100% + 20px);
    opacity: 0;
  }

  to {
    top: 100%;
    opacity: 1;
  }
}

.main-navigation ul ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid rgb(236 229 103 / 37%);
}

.main-navigation ul ul li:last-child {
  border-bottom: 0;
}

.main-navigation ul ul li a {
  display: block;
  padding: 12px 10px;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s;
}

.sec-btn,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  min-width: 170px;
  min-height: 42px;
  background: var(--tertiary-color);
  border: 2px solid var(--tertiary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  -webkit-appearance: none;
  font-size: 17px;
  line-height: 1;
  color: var(--black-color);
  font-family: var(--title-font);
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  outline: none !important;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.pay-here a:hover,
.cta-btn .sec-btn:hover {
  background-color: var(--dark-color);
  border: 2px solid var(--dark-color);
  color: var(--tertiary-color);
}

.sec-btn:hover,
.btn-transparent:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--white-color);
}

.sec-btn.btn-lg {
  min-width: 200px;
  min-height: 54px;
}

.btn-transparent {
  background: transparent;
  border: 2px solid var(--white-color);
  color: var(--white-color);
}

.sec-btn + .sec-btn {
  margin-left: 26px;
}

.main-banner .banner-video,
.main-banner .banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.main-banner .banner-video video {
  left: 50%;
  transform: translate(-50%);
  width: auto;
}

.back-img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*==========Common CSS End==========*/

/*========== Modal Popup CSS Start ==========*/
.modal-open .modal,
.modal-open {
  padding-right: 0 !important;
}

.modal-open {
  position: fixed;
  width: 100%;
}

.modal-content {
  border: none;
  background: var(--white-color);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 30px rgb(60 140 244 / 16%);
}

.popup-title {
  position: relative;
  padding: 10px 65px 10px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-title .h2-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  background: var(--primary-color);
  opacity: 1 !important;
  text-shadow: none;
  color: var(--white-color);
  border-radius: 0;
  outline: none !important;
  z-index: 2;
  transition: 0.3s;
}

button.close:hover {
  background: var(--secondary-color);
  color: var(--dark-color);
}

.modal-dialog {
  margin: 0 auto;
  max-width: 700px;
  height: 100%;
  display: flex;
  align-items: center;
}

.common-popup-overflow {
  padding: 10px 0px;
}

.common-popup-text {
  padding: 20px 30px !important;
  max-height: 80vh;
  overflow: auto;
  overflow-x: hidden;
  scrollbar-color: transparent transparent;
}

.common-popup-text::-webkit-scrollbar {
  width: 3px;
}

.common-popup-text::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

.common-popup-text::-webkit-scrollbar-track {
  background: #cccccc;
}

/*========== Modal Popup CSS End ==========*/

/*==========Slider Css End==========*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  font-size: 0;
  line-height: 1;
  bottom: -25px;
}

.slick-dots li {
  width: auto;
  height: auto;
  margin: 0 15px 0 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--white-color);
  border: 1px solid var(--secondary-color);
  outline: none;
  padding: 0;
  transition: 0.3s;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background: var(--tertiary-color);
  border: 1px solid var(--tertiary-color);
}

.slick-initialized .slick-slide {
  outline: none !important;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
  opacity: 1 !important;
  max-height: unset !important;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  padding: 0;
  background: var(--primary-color);
  outline: none !important;
  color: var(--white-color);
  font-weight: bold;
  font-size: 30px;
  transition: 0.3s;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-arrow.next-arrow.slick-arrow {
  left: 60px;
}

.slick-arrow:hover {
  background: var(--dark-color);
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

/*==========Slider Css End==========*/

/*==========Overflow CSS==========*/
.overflow-text {
  height: 300px;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: transparent transparent;
}

.overflow-text::-webkit-scrollbar,
[data-simplebar="init"]::-webkit-scrollbar,
.simplebar-scroll-content::-webkit-scrollbar {
  width: 0;
  opacity: 0 !important;
  display: none;
  clip-path: inset(0 0 30px 0);
}

.simplebar-track.horizontal {
  display: none;
}

.overflow-text::-webkit-scrollbar-thumb {
  opacity: 0 !important;
}

.overflow-text::-webkit-scrollbar-track {
  opacity: 0 !important;
}

.simplebar-track {
  width: 3px;
  background: #cccccc;
}

.simplebar-scrollbar {
  right: 0;
  z-index: 66;
  background: var(--primary-color);
  opacity: 1 !important;
  width: 100%;
}

[data-simplebar="init"] {
  padding-right: 10px;
  scrollbar-color: transparent transparent;
}

.simplebar-scroll-content {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}

.simplebar-content {
  margin-right: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}

.simplebar-content p:last-child {
  margin-bottom: 0;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

/*==========Overflow CSS End==========*/

/*==========White text CSS==========*/
.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text ul li,
.white-text label,
.white-text span:not(.wpcf7-form-control-wrap) {
  color: var(--white-color);
}

.white-list-link a {
  color: var(--white-color);
}

.fancybox-video {
  background-color: var(--white-color);
}

.white-arrow-dots .slick-dots li button {
  border-color: var(--white-color);
}

.white-arrow-dots .slick-dots li.slick-active button,
.white-arrow-dots .slick-dots li button:hover {
  background: var(--white-color);
}

.white-arrow-dots .slick-arrow {
  background: var(--white-color);
  color: var(--dark-color);
}

.white-arrow-dots .slick-arrow:hover {
  background: var(--dark-color);
  color: var(--white-color);
}

.white-btn {
  background: var(--white-color);
  color: var(--dark-color);
  border-color: var(--white-color);
}

.white-form .form-input,
.white-form .input-text,
.white-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.white-form select {
  background: transparent;
  border-color: var(--white-color);
  color: var(--white-color);
}

.white-form span.wpcf7-list-item-label:before,
.white-form .woocommerce-form__label-for-checkbox span:before,
.white-form .comment-form-cookies-consent label:before {
  border-color: var(--white-color);
  background: var(--white-color);
}

.white-form span.wpcf7-list-item-label:after,
.white-form .woocommerce-form__label-for-checkbox span:after,
.white-form .comment-form-cookies-consent label:after {
  background: var(--red-color);
}

.white-form .form-input::-webkit-input-placeholder,
.white-form .input-text::-webkit-input-placeholder {
  color: var(--white-input-color);
}

.white-form .form-input::-moz-placeholder,
.white-form .input-text::-moz-placeholder {
  color: var(--white-input-color);
}

.white-form .form-input:-ms-input-placeholder,
.white-form .input-text:-ms-input-placeholder {
  color: var(--white-input-color);
}

.white-form .form-input::-ms-input-placeholder,
.white-form .input-text::-ms-input-placeholder {
  color: var(--white-input-color);
}

.white-form .form-input::placeholder,
.white-form .input-text::placeholder {
  color: var(--white-input-color);
}

.white-form select {
  color: var(--white-input-color) !important;
}

.white-form .form-element i {
  color: var(--white-color);
}

.white-form .wpcf7 form .wpcf7-response-output {
  color: var(--white-color);
}

/*==========White text CSS End==========*/

/*==========Header CSS Start==========*/
.site-header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: var(--primary-color);
  z-index: 99;
}

.main-navigation ul li a {
  position: relative;
  font-family: var(--title-font);
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
}

.main-navigation ul li a:not(ul ul li a):before {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  background-color: var(--tertiary-color);
  bottom: 0;
  transition: 0.3s;
}

.main-navigation ul li#menu-item-23 a:before {
  content: none;
}

.main-navigation li:first-child {
  margin-left: 0;
}

.main-navigation li:last-child {
  margin-right: 0;
}

.main-navigation ul li.site-logo a {
  padding: 0;
  color: transparent;
  top: 45px;
  width: 270px;
  height: 174px;
  background-image: url("assets/images/logo-shape.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-navigation ul li.site-logo a:after {
  content: "";
  position: absolute;
  margin-top: -14px;
  height: 88px;
  width: 164px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  background-image: url("../../../wp-content/uploads/2022/11/logo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: unset;
}

.main-navigation ul li.site-logo {
  padding: 0;
  transition: 0.3s;
}

/*==========Header CSS End==========*/

/*==========Banner CSS Start==========*/
.main-banner {
  padding: 280px 0 380px 0;
  position: relative;
}

.banner-content .h1-title span {
  color: var(--primary-color);
  display: inline-block;
}

.main-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(47, 18, 2);
  background: linear-gradient(
    0deg,
    rgba(47, 18, 2, 1) 0%,
    rgba(52, 59, 67, 0) 30%,
    transparent 50%
  );
  pointer-events: none;
}

.main-banner.inner-banner:before {
  background: rgb(47, 18, 2);
  background: linear-gradient(
    0deg,
    rgba(47, 18, 2, 58%) 25%,
    rgba(52, 59, 67, 0) 100%
  );
}

.main-banner.inner-banner.rest-banner {
  padding: 280px 0 70px 0;
}

.round-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.main-banner .round-shape:before,
.main-banner .round-shape:after {
  content: "";
  position: absolute;
  width: 567px;
  height: 408px;
  top: 0;
  left: 0;
  background-image: url("../../../wp-content/uploads/2022/11/banner-top-shape.png");
  background-size: cover;
  background-position: center;
}

.main-banner .round-shape:after {
  width: 856px;
  height: 432px;
  /* background-image: url('./wp-content/uploads/2022/11/banner-bottom-shape.png'); */
  background-image: url("../../../wp-content/uploads/2022/11/banner-bottom-shape.png");
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

.inner-banner .round-shape:after {
  width: 479px;
  height: 891px;
  background-image: url("../../../wp-content/uploads/2022/12/inner-banner-bottom.png");
}

.banner-content {
  max-width: 750px;
  margin: auto;
}

.banner-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*==========Banner CSS End==========*/

/*==========About Us CSS Start==========*/
.about-us-img {
  width: 514px;
  height: 400px;
}

.img-border {
  overflow: hidden;
  border-radius: 30px;
  border-right: 14px solid var(--primary-color);
  border-bottom: 12px solid var(--primary-color);
}

.about-us-content {
  padding-right: 50px;
}

.about-us-content a {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  margin-top: 10px;
}

.about-us {
  margin-top: -65px;
  padding-bottom: 75px;
}

/*==========About Us CSS End==========*/

/*==========Service CSS Start==========*/
.service-slider-img {
  height: 225px;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 40px;
}

.service-slider-wp {
  background-color: var(--white-color);
  padding: 16px 16px 40px;
  overflow: hidden;
  border-radius: 16px;
}
.service-slider-content p {
  min-height: 185px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-services {
  position: relative;
  padding: 65px 0 370px 0;
}

.our-services .round-shape:after,
.our-services .round-shape:before {
  content: "";
  position: absolute;
  width: 470px;
  height: 960px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  background-image: url("../../../wp-content/uploads/2022/12/service-shape.png");
  background-size: cover;
  background-position: center;
}

.our-services .round-shape:after {
  width: 275px;
  height: 689px;
  background-image: url("../../../wp-content/uploads/2022/12/service-left.png");
  right: auto;
  left: 0;
  top: auto;
  bottom: -330px;
}

.our-services:before,
.careers:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--secondary-color);
  top: 0;
  left: 0;
  opacity: 0.9;
}

.our-services .sec-title {
  margin-bottom: 55px;
}

.slide-arrow.prev-arrow {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.service-slider .slide-arrow.slick-arrow {
  left: 51%;
  right: 0;
  bottom: -90px;
}
.slide-arrow.slick-arrow:hover {
  background: var(--dark-color);
  border: 2px solid var(--dark-color);
  color: var(--white-color);
}
.service-slider .slide-arrow.prev-arrow.slick-arrow {
  left: 45.5%;
}

.service-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 205px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-content p {
  margin-bottom: 25px;
}

.service-content p:last-child {
  margin-bottom: 0;
}

/*==========Service CSS End==========*/

/*==========Our Work CSS Start==========*/
.service-slider-content .h3-title {
  min-height: 60px;
  color: var(--secondary-color);
}

.service-slider-content {
  padding: 0 15px 0 15px;
}

.service-slider-content .sec-btn {
  margin-top: 30px;
}

.work-img {
  height: 270px;
  overflow: hidden;
  border-radius: 16px;
}

.our-work .sec-title {
  margin-bottom: 55px;
}

.our-work {
  margin-top: -125px;
  padding-bottom: 150px;
}

.work-slider .slide-arrow {
  bottom: -100px;
  left: 15px;
  right: auto;
}

.work-slider .next-arrow.slide-arrow {
  left: auto;
  right: 15px;
}

.work-slider .slick-dots {
  bottom: -80px;
}

/*==========Our Work CSS End==========*/

/*==========Career CSS Start==========*/
.careers {
  position: relative;
  padding: 105px 0 130px 0;
}

.careers-img {
  height: 570px;
  width: 500px;
  overflow: hidden;
  border-radius: 30px;
}

.career-shape {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.career-shape:before,
.career-shape:after {
  content: "";
  position: absolute;
  height: 525px;
  width: 220px;
  top: 0;
  left: 0;
  background-image: url("../../../wp-content/uploads/2022/12/carrer-left.png");
  background-size: cover;
  background-position: center;
}

.career-shape:after {
  width: 221px;
  height: 643px;
  background-image: url("../../../wp-content/uploads/2022/12/carrer-right.png");
  top: auto;
  left: auto;
  right: 0;
  bottom: 40px;
}

/*==========Career CSS End==========*/

/*==========Deals & Coupon CSS Start==========*/

.deals-img {
  height: 300px;
  padding: 0 22px;
  display: block !important;
}

.deals-slider .slick-list {
  width: 1375px;
}

.awards {
  position: relative;
  padding: 60px 0 60px 0;
  background: #ecedef;
}

.awards:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: linear-gradient(to bottom, #ea572b, #db212a);
}

.awards-wp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  /* column-gap: 10px; */
}

.deals-coupon {
  position: relative;
  padding: 150px 0;
}

.deals-coupon:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--tertiary-color);
  opacity: 0.9;
}

.deals-slider .slide-arrow.slick-arrow {
  left: -300px;
  right: auto;
}

.deals-slider .slide-arrow.next-arrow.slick-arrow {
  left: -230px;
}

/*==========Deals & Coupon CSS End==========*/

/*==========Footer CSS Start==========*/
.footer-bottom-box {
  position: relative;
  padding: 25px 0;
  background-color: var(--secondary-color);
}

.footer-bottom-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.copy-right,
.footer-other-link {
  display: inline-block;
}

.copy-right p,
.footer-other-link p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--white-color);
}

.footer-bottom-link {
  display: inline-block;
  text-align: center;
}

.footer-bottom-link ul {
  font-size: 0;
  line-height: 1;
  list-style: none;
  margin: 0;
}

.footer-bottom-link ul li {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  color: var(--white-color);
  border-right: 1px solid var(--white-color);
}

.footer-bottom-link ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.footer-bottom-link ul li a {
  font-size: 12px;
  line-height: 1;
  color: var(--white-color);
  transition: 0.3s;
}

.footer-bottom-link ul li a:hover,
.menu-footer-menu-container .menu li a:hover,
.menu-footer-menu-container ul li.current-menu-item a {
  color: var(--dark-color);
}

.footer-other-link p a {
  color: var(--white-color);
  font-weight: bold;
  transition: 0.3s;
}

.footer-other-link p a:hover {
  color: var(--dark-color);
}

.footer-other-link p i {
  color: var(--primary-color);
}

.form-section .h2-title {
  color: var(--tertiary-color);
  margin-bottom: 45px;
}

.top-footer {
  position: relative;
  padding: 50px 0 250px 0;
}

.top-footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--secondary-color);
  opacity: 0.9;
}

.contact-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-contact ul:not(.social-icon) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
}

.contact-right p {
  font-size: 20px;
  font-weight: 500;
  text-transform: initial;
  margin-bottom: 30px;
}

.contact-right {
  padding-left: 115px;
}

.footer-branding {
  text-align: right;
}

.contact-section-main {
  position: relative;
  padding: 0 0 50px 0;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}

.social-icon .contact-icon {
  background-color: #183d6e;
}

.site-contact ul li a {
  display: flex;
  align-items: center;
  color: var(--dark-color);
}

.contact-text b {
  display: block;
  color: var(--secondary-color);
}

.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-right: 30px;
}

.footer-bg {
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-section-wp {
  margin-top: -110px;
}

.footer-links {
  background-color: var(--primary-color);
}

.menu-footer-menu-container .menu li {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid var(--white-color);
  line-height: 12px;
}

.menu-footer-menu-container .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  min-height: 75px;
}

.menu-footer-menu-container .menu li a {
  color: var(--white-color);
  font-weight: 900;
  font-size: 18px;
  transition: 0.3s;
}

.menu-footer-menu-container .menu li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

footer .wpcf7-form span.wpcf7-not-valid-tip {
  color: var(--white-color);
}

footer .wpcf7-form.invalid .wpcf7-response-output, footer .wpcf7 form.invalid .wpcf7-response-output, footer .wpcf7 form.unaccepted .wpcf7-response-output {
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

/*==========Footer CSS End==========*/

/*==========CTA button CSS Start==========*/

.cta-btn {
  position: fixed;
  top: 50%;
  right: -65px;
  transform: translate(0, -50%) rotate(-90deg);
  z-index: 98;
}

.cta-btn .sec-btn {
  border-radius: 20px 20px 0 0;
}

/*==========CTA button CSS End==========*/

/*==========Inner Services CSS Start==========*/
.service-img {
  width: 514px;
  height: 320px;
}

.middle-sec .h3-title {
  max-width: 600px;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
}

.designed-points-wp {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 45px;
}

.designed-point {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  background-color: var(--secondary-color);
  overflow: hidden;
  border-radius: 10px;
}

.designed-point img {
  margin-right: 15px;
}

.service-content {
  padding: 0 0 0 56px;
}

.service-content ul li {
  position: relative;
  padding: 0 0 0 36px;
  margin-bottom: 12px;
}

.service-content ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: var(--secondary-color);
}

.service-content ul li:last-child {
  margin-bottom: 0;
}

.even .service-img {
  margin-left: auto;
}

.service-content .h3-title {
  color: var(--secondary-color);
}

.even .service-content {
  padding: 0 56px 0 0;
}

.inner-service-main > * {
  margin-bottom: 95px;
}

.message .h2-title {
  color: var(--primary-color);
  text-align: center;
}

.contact-page-form .form-input,
.contact-page-form .input-text,
.contact-page-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.contact-page-form select {
  border: 1px solid var(--dark-color);
  border-radius: 4px;
}

.contact-page-form .wpcf7-form-control-wrap {
  margin-bottom: 20px;
}

.contact-page-form .form-input.wpcf7-textarea {
  height: 100px;
}

.contact-page-contact .site-contact ul:not(.social-icon) {
  grid-template-columns: 1fr;
}

.contact-page-contact p {
  font-size: 20px;
  font-weight: 500;
}

.contact-page-form {
  padding-right: 50px;
  padding-top: 30px;
}

.main-contact {
  margin-top: 0;
  padding-bottom: 100px;
}

section.main-contact .wpcf7-text {
  height: 40px !important;
}

/*==========Inner Services CSS End==========*/

/*==========Scroll To Top CSS Start==========*/
.scrolltop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border: none;
  color: var(--white-color) !important;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  padding: 13px 0;
  border-radius: 8px;
  box-shadow: 0 0 20px rgb(0 0 0 / 16%);
  cursor: pointer;
  display: none;
  z-index: 50;
  transition: 0.3s;
}

.scrolltop:hover {
  background: var(--dark-color);
  color: var(--white-color) !important;
}

/*==========Scroll To Top CSS End==========*/

/*========== Inner Page CSS end ==========*/
.main-banner.inner-banner {
  padding: 295px 0 275px 0;
  position: relative;
}

.main-banner.inner-banner .banner-shape {
  height: 170px;
}

.inner-service-main {
  position: relative;
  margin-top: -40px;
}

.inner-service-main:before,
.inner-service-main:after {
  content: "";
  position: absolute;
  height: 605px;
  width: 235px;
  top: 85px;
  left: 0;
  background-image: url("../../../wp-content/uploads/2022/12/inner-service-left.png");
  background-size: cover;
  background-position: center;
}

.inner-service-main:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: -95px;
  width: 396px;
  height: 610px;
  background-image: url("../../../wp-content/uploads/2022/12/inner-service-right.png");
}

.main-banner.inner-banner .banner-content {
  text-align: center;
}

.inner-page-text {
  padding: 80px 0;
}

.privacy-content h2,
.entry-content h2 {
  font-size: 35px;
  color: var(--primary-color);
}

.privacy-content p,
.entry-content p {
  margin-bottom: 15px;
}

.privacy-content ol,
.privacy-content ul,
.entry-content ol,
.entry-content ul {
  padding: 0;
  margin: 0 0 1.5em 3em;
}

.privacy-content ol li,
.privacy-content ul li,
.entry-content ol li,
.entry-content ul li {
  margin-bottom: 10px;
  list-style: decimal;
}

.privacy-content p a,
.privacy-content a,
.entry-content a,
.entry-content p a,
.entry-content a {
  transition: 0.3s;
  color: var(--primary-color);
}

.privacy-content p a:hover .privacy-content a:hover,
.entry-content p a:hover,
.entry-content a:hover {
  color: var(--dark-color);
}

.privacy-content .list-disk li,
.entry-content .list-disk li {
  list-style: disc;
}

/*========== Inner page CSS end ==========*/

/*========== Thank You Page CSS Start ==========*/
.thank-text {
  text-align: center;
  padding-top: 170px;
  position: relative;
}

.thank-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 147px;
  height: 151px;
  background-image: url("assets/images/thank-you.gif");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

.thank-text h6 {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize;
  color: var(--dark-color);
}

.thank-text p a {
  text-decoration: underline !important;
  color: var(--primary-color);
  transition: 0.3s;
}

.thank-text p a:hover {
  color: var(--dark-color);
}

/*========== thank-you page css end ==========*/

/*==========404 CSS==========*/
.error-404 {
  text-align: center;
}

.error-404 img {
  width: 50%;
  height: auto;
}

/*==========404 CSS End==========*/

/*========== View All Services css ==========*/
.footer-last {
  text-align: center;
  margin-top: 10px;
}

.footer-last .text,
.menu-seo-menu-container ul li a {
  font-size: 14px;
  line-height: 20px;
  color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s;
}

.footer-last .text:hover {
  color: var(--dark-color) !important;
  text-decoration: underline !important;
}

.all-services {
  display: none;
}

.menu-seo-menu-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.menu-seo-menu-container ul li {
  display: inline-block;
}

.menu-seo-menu-container ul li a {
  padding-right: 7px;
  margin-right: 7px;
  border-right: 1px solid var(--dark-color);
  transition: 0.3s;
}

.menu-seo-menu-container ul li:last-child a {
  margin: 0;
  padding: 0;
  border: none;
}

.menu-seo-menu-container ul li a:hover {
  color: var(--primary-color);
}

/*========== View All Services css End ==========*/

/*==========SEO Page CSS Start==========*/
.main-seo-content {
  position: relative;
  padding: 80px 0;
}

.main-seo-content .excerpt-content {
  max-height: 320px;
  margin-bottom: 30px;
  overflow: hidden;
}

.excerpt-content p a {
  color: var(--primary-color);
  transition: 0.3s;
}

.excerpt-content p a:hover {
  color: var(--secondary-color);
}

.excerpt-content h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  color: var(--primary-color);
}

/*==========SEO Page CSS End==========*/

/*========== Blog css ==========*/
.type-post {
  margin-bottom: 30px;
}

.type-post:last-child {
  margin-bottom: 0;
}

.posted-on a,
.byline a,
.widget ul li a,
.entry-title a,
.logged-in-as a {
  transition: 0.3s;
  color: var(--primary-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover,
.comment-meta .url:hover,
.comment-content a:hover,
.comment-metadata a:hover,
.reply a:hover,
.entry-footer span a:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: var(--dark-color);
}

.type-post .entry-content p {
  margin-bottom: 10px;
}

.entry-footer span {
  margin-right: 10px;
}

.entry-footer span a {
  color: var(--primary-color);
}

.entry-title {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.post-thumbnail {
  display: block;
  margin: 10px 0;
}

.post-thumbnail img {
  width: 100%;
}

.widget-area .widget_search .search-form,
.page-content .search-form {
  position: relative;
}

.widget-area .widget_search .search-form label,
.page-content .search-form label {
  width: calc(100% - 74px);
  margin-bottom: 0;
}

.widget-area .widget_search .search-form .search-field,
.page-content .search-form .search-field {
  background: var(--white-color);
  font-size: 16px;
  outline: none;
  width: 100%;
  height: 50px;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid var(--primary-color);
  padding: 13px 20px 12px;
}

.widget-area .widget_search .search-form .search-submit,
.page-content .search-form .search-submit {
  padding: 10px 16px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  height: 50px;
  color: var(--white-color);
  position: absolute;
  right: 0;
  bottom: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: var(--dark-color);
  transition: 0.3s;
}

.widget-area .widget_search .search-form .search-submit:hover,
.page-content .search-form .search-submit:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.entry-title a:hover,
.posted-on a:hover,
.byline a:hover,
.widget ul li a:hover {
  text-decoration: underline !important;
  color: var(--primary-color);
}

.entry-content {
  margin: 0;
}

.comment-form {
  font-size: 0;
  line-height: 1;
  margin-left: -15px;
  margin-right: -15px;
}

.comment-form p {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 15px;
}

.comment-form p.comment-form-author,
.comment-form p.comment-form-email {
  width: 50%;
  display: inline-block;
}

.comments-area textarea {
  resize: none;
  height: 180px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid var(--dark-color);
  outline: none;
  padding: 15px;
}

.comments-area p input {
  width: 100%;
  height: 46px;
  border-radius: 0;
  border: 1px solid var(--dark-color);
  outline: none;
  box-shadow: none;
  padding: 15px;
}

p.comment-form-cookies-consent {
  padding-left: 20px;
  margin-left: 15px;
  padding-right: 30px;
}

p.comment-form-cookies-consent > input {
  width: auto;
  display: inline-block;
  height: auto;
  padding: 0;
  -webkit-appearance: checkbox;
  position: absolute;
  top: 8px;
  left: 0;
  opacity: 1 !important;
}

.form-submit .submit {
  box-shadow: none;
  padding: 0;
}

.form-submit .submit {
  width: 170px;
  height: 46px;
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: bold;
  border: none;
  border-radius: 0;
  outline: none !important;
  transition: 0.3s;
}

.form-submit .submit:hover {
  background: var(--dark-color);
  color: var(--dark-color);
}

h2.widget-title {
  font-size: 24px;
}

.widget-area {
  margin-top: 70px;
  width: 100%;
}

.comment-form-cookies-consent {
  position: relative;
}

.widget_search .widget-title {
  display: none;
}

.widget ul,
.widget ol {
  margin: 0;
  list-style: disc;
  padding-left: 20px;
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.avatar.photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.comment-meta .url,
.comment-content a {
  color: var(--primary-color);
}

.comment-author.vcard {
  margin-bottom: 20px;
}

.comment-metadata a {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
}

.reply a {
  color: var(--primary-color);
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s;
}

.comment-reply-title {
  font-size: 30px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.comment-form-comment label {
  margin-bottom: 10px;
}

.comment-form-comment .form-submit #submit {
  padding: 0;
  line-height: 42px;
}

.comments-area {
  margin-top: 60px;
}

.comments-title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.comment-body {
  margin-bottom: 30px;
}

.comment-form-url {
  margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
  display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

.single-post .widget-area {
  margin-top: 15px;
}

.nav-previous a,
.nav-next a {
  color: var(--primary-color);
  transition: 0.3s;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  width: 100%;
  float: none;
}

.result-pagination li a,
.result-pagination li,
.result-pagination .page-numbers {
  width: 50px;
  height: 50px;
  background: var(--white-color);
  box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
  border-radius: 10px;
  border: none;
  outline: none;
  color: var(--dark-color);
  font-size: 20px;
  z-index: 10;
  transition: 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.result-pagination a:hover,
.result-pagination .current {
  background: var(--primary-color);
  color: var(--white-color);
}

.page-numbers:first-child {
  margin-left: 0;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers li a,
.page-numbers li,
span.page-numbers,
.page-numbers {
  width: 50px;
  height: 50px;
  background: var(--common-color);
  box-shadow: 0 10px 40px rgba(37, 58, 105, 0.09);
  border-radius: 8px;
  border: none;
  outline: none;
  color: var(--dark-color);
  font-size: 20px;
  z-index: 10;
  transition: 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 3px;
}

.page-numbers li {
  margin: 0 5px;
}

.page-numbers li a:hover,
.page-numbers.current,
.page-numbers:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.page-numbers:first-child {
  margin-left: 0;
}

.page-numbers:last-child {
  margin-right: 0;
}

a.next.page-numbers,
a.prev.page-numbers {
  display: none;
}

/*========== End of Blog CSS ==========*/

/*==========Responsive Start==========*/
@media screen and (min-width: 1500px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 2100px) {
  .container {
    max-width: 1400px;
  }

  .banner-shape {
    height: 285px;
  }

  .main-navigation ul li a {
    font-size: 18px;
  }

  .main-navigation li {
    margin: 0 34px;
  }

  .h1-title {
    font-size: 80px;
  }

  .banner-content {
    max-width: 875px;
  }

  .h2-title {
    font-size: 46px;
  }

  .about-us {
    margin-top: -115px;
  }

  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  p {
    font-size: 18px;
    line-height: 28px;
  }

  .h3-title {
    font-size: 24px;
  }

  .service-shape {
    height: 280px;
  }

  .footer-bg {
    height: 310px;
    top: -110px;
  }

  .contact-section-main {
    padding: 0 0 50px 0;
  }

  .top-footer {
    padding: 50px 0 300px 0;
  }

  .footer-bottom-link ul li a {
    font-size: 14px;
  }

  .our-services {
    padding: 100px 0 450px 0;
  }

  .our-work {
    margin-top: -170px;
  }

  .main-banner.inner-banner .banner-shape {
    height: 230px;
  }

  .deals-slider .slide-arrow.slick-arrow {
    left: -345px;
  }

  .deals-slider .slide-arrow.next-arrow.slick-arrow {
    left: -265px;
  }

  .deals-slider .slick-list {
    width: 1615px;
  }

  .deals-img {
    height: 360px;
  }

  .about-us-img {
    width: 600px;
  }

  .careers-img {
    width: 600px;
  }

  .work-img {
    height: 330px;
  }

  .service-img {
    width: 600px;
    height: 400px;
  }
}

@media (min-width: 1921px) and (max-width: 2099px) {
  .banner-shape {
    height: 235px;
  }

  .service-shape {
    height: 230px;
  }

  .footer-bg {
    height: 237px;
  }

  .main-banner.inner-banner .banner-shape {
    height: 190px;
  }
}

@media screen and (max-width: 1499px) {
  .main-navigation li {
    margin: 0 18px;
  }

  .pay-here .sec-btn:hover {
    background: var(--dark-color);
    border-color: var(--dark-color);
    color: var(--tertiary-color);
  }

  .designed-points-wp {
    column-gap: 15px;
  }

  .designed-point img {
    margin-right: 7px;
  }

  .designed-points-wp {
    column-gap: 15px;
  }

  .designed-point img {
    margin-right: 7px;
  }
}

@media screen and (max-width: 1199px) {
	.contact-right {
    padding-left: 70px;
}
	
	.contact-icon {
  margin-right: 20px;
}
  .main-banner {
    padding: 200px 0 300px 0;
  }

  .round-shape:before {
    width: 300px;
    height: 246px;
  }

  .inner-banner .round-shape:after {
    width: 300px;
    height: 555px;
  }

  .round-shape:after {
    width: 500px;
    height: 252px;
    bottom: 140px;
  }

  .round-shape:after {
    bottom: 0;
  }

  .about-us-img {
    width: 100%;
    /* opacity: 0; */
  }

  .about-us-content {
    padding: 0 0 0 20px;
  }

  .service-slider-content {
    padding: 0;
  }

  .service-slider-content .sec-btn {
    margin-top: 20px;
  }

  .careers-img {
    width: 100%;
  }

  .main-navigation li {
    margin: 0 10px;
  }

  .main-navigation ul li.site-logo a {
    top: 28px;
    width: 200px;
    height: 129px;
  }

  .main-navigation ul li.site-logo a:after {
    width: 122px;
    height: 66px;
  }

  .site-header {
    height: 70px;
  }

  .service-img {
    width: 100%;
  }

  .service-content {
    padding: 0 0 0 20px;
  }

  .even .service-content {
    padding: 0 20px 0 0;
  }

  .main-banner.inner-banner {
    padding: 210px 0 150px;
  }

  .designed-points-wp {
    grid-template-columns: 1fr 1fr;
    row-gap: 15px;
  }

  .deals-slider .slide-arrow.next-arrow.slick-arrow {
    left: -170px;
  }

  .deals-slider .slide-arrow.slick-arrow {
    left: -240px;
  }
}

@media screen and (max-width: 991px) {
  .for-des,
  .scrolltop,
  .main-banner .banner-video {
    display: none !important;
  }

  .for-mob {
    display: block !important;
  }

  .for-des-flex {
    display: none !important;
  }

  .for-mob-flex {
    display: flex !important;
  }

  .menu-des {
    display: none;
  }

  .menu-mob {
    display: block;
  }

  .widget-area,
  .single-post .widget-area {
    margin-top: 50px;
  }

  .site-header {
    background-color: var(--white-color);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 12%);
    height: 80px;
  }

  .site-header .container {
    max-width: 100%;
    height: 100%;
    padding: 0 !important;
  }

  .site-branding:not(.footer-branding .site-branding) {
    position: absolute;
    top: 0;
    left: 30px;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 100%;
  }

  .site-header .container .row,
  .site-header .container .row .col-lg-12 {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  .menu-toggle {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
    border: none;
    outline: none !important;
    background: transparent;
    width: 38px;
    height: 30px;
    padding: 0;
    z-index: 105;
  }

  .menu-toggle span {
    display: block;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    margin-bottom: 8px;
    border-radius: 0;
    position: relative;
    top: 0;
    opacity: 1;
    transition: 0.3s;
  }

  .menu-toggle span:last-child {
    margin: 0;
  }

  .toggled .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 11px;
    background-color: var(--white-color);
  }

  .toggled .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .toggled .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: -13px;
    background-color: var(--white-color);
  }

  .header-mobile-menu {
    position: fixed;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100vh;
    background: var(--dark-color);
    padding: 16.3vh 20px 30px 20px;
    overflow: auto;
    opacity: 0;
    scrollbar-color: transparent transparent;
    transition: 0.5s;
    z-index: 101;
  }

  .toggled .header-mobile-menu {
    left: 0;
    opacity: 1;
  }

  .header-mobile-menu::-webkit-scrollbar {
    width: 3px;
  }

  .header-mobile-menu::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
  }

  .header-mobile-menu::-webkit-scrollbar-track {
    background: var(--tertiary-color);
  }

  .main-navigation ul {
    text-align: left;
    display: block;
  }

  .main-navigation ul li {
    display: block;
    margin-left: 0;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 4.4vh;
  }

  .main-navigation ul li:last-child {
    margin-bottom: 0;
  }

  .main-navigation ul li a {
    font-size: 22px;
    line-height: 28px;
    padding-top: 0;
    /* padding-bottom: 9px; */
    word-break: break-word;
    color: var(--white-color);
  }

  .pay-here {
    margin-top: 4.4vh;
  }

  .main-navigation ul li.current-menu-item a:not(li.menu-item-23 a):before {
    bottom: -8px;
    height: 4px;
  }

  .main-navigation ul li.site-logo a {
    display: none;
  }

  .main-navigation ul li.menu-item-has-children > a:after {
    /* color: var(--white-color); */
  }

  .main-navigation ul li.menu-item-has-children:hover > a:after {
    transform: translate(0, -50%) rotate(0deg);
  }

  .main-navigation ul li.menu-item-has-children.active-sub-menu > a:after {
    transform: translate(0, -50%) rotate(-180deg);
  }

  .main-navigation ul ul,
  .main-navigation ul li.menu-item-has-children:hover ul {
    display: block;
    top: 0;
    left: 10px !important;
    position: relative;
    opacity: 1;
    animation: none;
    background: transparent;
    box-shadow: none;
    width: 100%;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: visible;
  }

  .main-navigation ul ul li {
    border-bottom: none;
    margin-bottom: 12px;
  }

  .main-navigation ul ul li:last-child {
    margin-bottom: 0;
  }

  .main-navigation ul ul li a {
    padding: 0;
  }

  .footer-bottom-text,
  .copy-right,
  .footer-other-link,
  .footer-bottom-link {
    display: block;
    text-align: center;
  }

  .footer-bottom-link {
    margin: 15px 0;
  }

  .h1-title {
    font-size: 64px;
    line-height: 1.2;
  }

  .main-banner:before {
    background: linear-gradient(
      0deg,
      rgba(47, 18, 2, 1) 5%,
      rgba(52, 59, 67, 0) 75%,
      transparent 20%
    );
  }

  .about-us-content {
    padding: 0;
    margin-top: 40px;
  }

  .careers-content {
    margin-top: 50px;
  }

  .main-banner {
    padding: 200px 0 230px 0;
  }

  .awards-wp {
    justify-content: center;
    grid-gap: 70px;
  }

  .footer-branding .site-branding {
    text-align: center;
    max-width: 170px;
    margin: 0 auto;
  }

  .contact-right .h3-title {
    text-align: center;
    margin: 40px 0;
  }

  .site-contact ul:not(.social-icon) {
    column-gap: 0;
  }

  .service-slider .slide-arrow.prev-arrow.slick-arrow,
  .service-slider .slide-arrow.slick-arrow,
  .work-slider .slide-arrow,
  .work-slider .next-arrow.slide-arrow {
    left: auto;
    right: 15px;
  }

  .service-slider .slide-arrow.prev-arrow.slick-arrow,
  .work-slider .slide-arrow {
    right: 75px;
  }

  .contact-icon {
    margin-right: 15px;
  }

  .banner-shape {
    height: 110px;
  }

  .about-us {
    margin-top: 0;
  }

  .service-shape {
    height: 110px;
  }

  .our-services {
    padding: 65px 0 270px 0;
  }

  .our-work {
    margin-top: -30px;
  }

  .footer-bg {
    height: 110px;
    top: -110px;
  }

  .top-footer {
    padding: 50px 0 180px 0;
  }

  .contact-section-main {
    padding: 70px 0 70px 0;
  }

  .deals-coupon {
    padding: 100px 0;
  }

  .main-banner.inner-banner .banner-shape {
    height: 95px;
  }

  .inner-service-main {
    margin: 0;
  }

  .service-img {
    height: 420px;
  }

  .service-content {
    padding: 0;
    margin-top: 30px;
  }

  .inner-service-main > * {
    margin-bottom: 60px;
  }

  .contact-page-form {
    padding: 0;
    margin: 0 0 80px 0;
  }

  .main-contact {
    padding-bottom: 80px;
  }

  .main-banner.inner-banner.rest-banner {
    padding: 180px 0 20px 0;
  }

  .deals-img {
    height: 236px;
    padding: 0 22px;
  }

  .deals-slider .slick-list {
    width: 840px;
  }

  .cta-btn {
    display: none;
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0) rotate(0);
  }

  .footer-bottom-box {
    padding: 25px 0 75px 0;
  }

  .footer-bottom-box {
    padding: 25px 0 75px 0;
  }

  .contact-right {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .comment-form p.comment-form-author,
  .comment-form p.comment-form-email {
    width: 100%;
  }

  .error-404 img {
    width: 100%;
  }

  .modal-dialog {
    max-width: unset;
    width: calc(100vw - 60px);
  }

  .banner-content .h1-title span {
    display: inline;
  }

  .h1-title {
    font-size: clamp(2.5rem, 8vw, 4rem);
  }

  .service-slider-content p {
    min-height: 100px;
  }
  .service-slider-content p {
    -webkit-line-clamp: 4;
  }
  .site-contact ul:not(.social-icon) {
    grid-template-columns: 1fr;
  }

  .designed-points-wp {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 575px) {
  .main-banner.inner-banner {
    padding: 175px 0 130px;
  }

  .service-img {
    height: 75vw;
  }

  .thank-text {
    padding-top: 80px;
  }

  .thank-text:before {
    width: 57px;
    height: 61px;
  }

  .container,
  .container-fluid {
    padding: 0 30px;
  }

  .privacy-content ol,
  .privacy-content ul,
  .entry-content ol,
  .entry-content ul {
    margin-left: 20px;
  }

  .page-numbers li a,
  .page-numbers li,
  span.page-numbers,
  .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .page-numbers li {
    margin-bottom: 10px;
  }

  .banner-btn {
    display: inline-flex;
    flex-direction: column;
  }

  .sec-btn + .sec-btn {
    margin: 20px 0 0 0;
  }

  .main-banner {
    padding: 180px 0 200px 0;
  }

  .h2-title {
    font-size: 36px;
    line-height: 1.2;
  }

  .careers-img {
    height: 100vw;
  }

  .careers {
    padding: 85px 0;
  }

  .about-us-img {
    height: 330px;
  }

  .service-slider-img {
    margin-bottom: 15px;
  }

  .service-slider-wp {
    padding: 16px 16px 20px;
  }

  .deals-coupon {
    padding: 60px 0 80px;
  }

  .footer-bottom-link ul li:first-child {
    display: block;
    margin: 0 0 14px 0;
    padding: 0;
    border: 0;
  }

  .contact-section-main {
    padding: 70px 0 50px 0;
  }

  .site-header {
    height: 60px;
  }

  .site-branding:not(.footer-branding .site-branding) {
    width: 85px;
    left: 15px;
  }

  .menu-toggle {
    height: 30px;
    width: 31px;
    right: 15px;
  }

  .menu-toggle span {
    margin-bottom: 6px;
  }

  .toggled .menu-toggle span:nth-child(1) {
    top: 7px;
  }

  .service-slider .slide-arrow.slick-arrow {
    bottom: -60px;
  }

  .our-services {
    padding: 65px 0 220px 0;
  }

  .our-services .sec-title,
  .our-work .sec-title {
    margin-bottom: 30px;
  }

  .inner-service-main > * {
    margin-bottom: 40px;
  }

  .main-banner.inner-banner.rest-banner {
    padding: 140px 0 60px 0;
  }

  .main-banner.inner-banner.rest-banner .h1-title {
    margin: 0;
  }

  .inner-page-text {
    padding: 60px 0;
  }

  .round-shape:before {
    width: 200px;
    height: 163px;
  }

  .round-shape:after {
    width: 350px;
    height: 180px;
  }

  .our-services:after {
    width: 350px;
    height: 714px;
  }

  .message .h2-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 400px) {
  .container,
  .container-fluid,
  .site-header .container {
    padding: 0 15px;
  }

  .modal-dialog {
    width: calc(100vw - 30px);
  }

  .common-popup-text {
    padding: 20px 15px;
  }

  .site-branding {
    left: 15px;
  }

  .menu-toggle {
    right: 15px;
  }

  .form-input,
  .input-text,
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered,
  select {
    padding: 0 15px;
  }

  .form-input.wpcf7-textarea {
    padding: 15px;
  }

  .form-element i {
    right: 10px;
  }

  .popup-title {
    padding: 10px 65px 10px 15px;
  }

  .common-popup-text {
    padding: 20px 15px !important;
    max-height: 75vh;
  }

  .slick-arrow {
    width: 36px;
    height: 36px;
    font-size: 22px;
  }

  .work-slider .slide-arrow {
    bottom: -50px;
  }

  .our-work {
    padding-bottom: 100px;
  }

  .site-contact ul li a {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-icon {
    margin: 0 0 12px 0;
  }

  .site-contact ul:not(.social-icon) {
    row-gap: 20px;
  }
}

/*==========Responsive End==========*/
