@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*CSS Table Of Content Starts Here*/
/*
01. Reset CSS Start
---------------------------
02. General CSS
---------------------------
03. Section Header CSS
---------------------------
04. Banner Section CSS
----Banner Section 2 CSS
---------------------------
05. Footer Section CSS
---------------------------
06. Search Form Section CSS
---------------------------
07. Header Style One  Section CSS
---------------------------
08. SideBar  Section CSS
---------------------------
09. Service  Section CSS
---------------------------
10. Service Section Two  CSS
---------------------------
11. Feature  Section CSS
---------------------------
12. Feature Section Two  CSS
---------------------------
13. Choose  Section CSS
---------------------------
14. Team  Section CSS
---------------------------
15. Team Section Two Section CSS
---------------------------
16. Team Cheif Section CSS
---------------------------
17. Team Single  Section CSS
---------------------------
18. Progress Item CSS
---------------------------
19. Project  Section CSS
---- Project Details CSS
---------------------------
20. Counter  Section CSS
---------------------------
21. Pricing  Section CSS
----Pricing Section Two CSS
---------------------------
22. Company  Section CSS
---------------------------
23. Faq Section CSS
---------------------------
24. Client Section CSS
---Client Section Two CSS-
---------------------------
25. Mission Vission Section CSS
---------------------------
26. Page Header Section CSS
---------------------------
27. Service Section CSS
---------------------------
28. Gallery Section CSS
---------------------------
29. Shop Section CSS
----Shop Details CSS
---------------------------
30. Terms Condition Section CSS
---------------------------
31. Faq-Section Section CSS-
---------------------------
32. Contact  Section CSS
---------------------------
33. Error   Section CSS
---------------------------
34. Account   Section CSS
---------------------------
35. Animation   Section CSS
---------------------------
36. Blog Section  Section CSS
---------------------------
37. Comment Area   Section CSS
---------------------------
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*! 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  /* 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-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* 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;
  /* 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-family: monospace, monospace;
  /* 1 */
  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.
 */
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;
  /* 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;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #898989;
  line-height: 28px;
  overflow-x: hidden;
  font-family: "Fira Sans", sans-serif;
  background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
  color: #232323;
  font-family: "Fira Sans", sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a {
  color: #232323;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h7 a:hover {
  color: #ee3625;
}

@media (max-width: 767px) {
  h3,
  h4 {
    font-weight: 500;
  }
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
  margin-top: -9px;
}

h3 {
  font-size: 24px;
  margin-top: -7px;
}

h4 {
  font-size: 22px;
  margin-top: -5px;
}

h5 {
  font-size: 20px;
  margin-top: -4px;
  font-weight: 500;
}

h6 {
  font-size: 18px;
  margin-top: -4px;
  font-weight: 500;
}

p:last-child {
  margin-bottom: -7px !important;
}

@media (min-width: 576px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 40px;
    margin-top: -11px;
  }
  h3 {
    font-size: 30px;
    margin-top: -9px;
  }
  h4 {
    font-size: 24px;
    margin-top: -7px;
  }
  h5 {
    font-size: 22px;
    margin-top: -5px;
  }
  h6 {
    font-size: 20px;
    margin-top: -4px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 80px;
  }
  h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  h2 {
    font-size: 60px;
    line-height: 73px;
    margin-top: -14px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 36px;
    margin-top: -9px;
  }
  h4 {
    font-size: 30px;
    margin-top: -8px;
  }
  h5 {
    font-size: 24px;
    margin-top: -7px;
  }
  h6 {
    font-size: 22px;
    margin-top: -5px;
  }
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
  padding: 5px 0;
}

select,
input,
textarea,
button {
  /* width: 100%; */
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
}

textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

input,
button,
select {
  height: 50px;
  color: #898989;
}

label,
button,
select {
  cursor: pointer;
}

input {
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}

input:focus {
  border: 1px solid #0613d0;
}

input[type="submit"] {
  cursor: pointer;
  background-color: #192431;
  color: #ffffff;
  font-weight: 700;
  padding: 0;
}

.bg_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg_fixed {
  background-attachment: fixed;
}

.top_center {
  background-position: top center;
}

.bottom_center {
  background-position: bottom center;
}

.right_center {
  background-position: right center;
}

.left_center {
  background-position: left center;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.banner-overlay::before,
.team-item-2 .team-thumb::before,
.counter-section::before,
.pricing-item-2 .cate::before,
.pricing-item-2 .thumb::before,
.page-header::before,
.bal-list li::before,
.terms-wrapper .item ul li::before,
.post-item .post-thumb .post-date::before,
.post-item .post-content .read-more::before {
  position: absolute;
  content: "";
}

.slider-nav,
.footer-wrapper,
.footer-bottom-wrapper,
.footer-bottom-wrapper .item,
.header-top .header-top-wrapper,
.header-middle .header-wrapper,
.header-middle .header-wrapper .info-area,
.header-middle .header-wrapper .info-area .info-item,
.header-area,
.header-area .menu,
.header-social,
.banner-slider .owl-dots,
.widget.widget-posts ul li,
.feature-item,
.choose-item,
.team-social,
.team-social-two,
.progress-item .progress-inner,
.project-item .project-inner .project-content,
.filter,
.counter-wrapper,
.counter-wrapper .counter-item .counter-header,
.faq-item .faq-title,
.best-project-area ul,
.sponsor-item,
.project-details .item-video,
.gallery-item .gallery-content,
.shop-item .shop-thumb a,
.single-content-area .info-list li,
.shop-details-area,
.slider .single-item,
.terms-wrapper .item .except-area,
.contact-form,
.contact-item .contact-header,
.error-section,
.error-section .error-content,
.account-section,
.account-wrapper .account-header .social-sign,
.account-form .already,
.post-item-1,
.post-item .post-content .author-area,
.post-item .post-content .author-area .author,
.post-item.post-details .author-area .share,
.blog-pagination {
  display: flex;
  flex-wrap: wrap;
}

.client-item::before,
.client-item-2::before,
.video-area .video-button,
blockquote::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.padding-top {
  padding-top: 80px;
}

.padding-bottom {
  padding-bottom: 80px;
}

.padding-top-2 {
  padding-top: 40px;
}

.padding-bottom-2 {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .padding-top {
    padding-top: 120px;
  }
  .padding-bottom {
    padding-bottom: 120px;
  }
  .padding-top-2 {
    padding-top: 60px;
  }
  .padding-bottom-2 {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .padding-top {
    padding-top: 170px;
  }
  .padding-bottom {
    padding-bottom: 170px;
  }
  .padding-top-2 {
    padding-top: 85px;
  }
  .padding-bottom-2 {
    padding-bottom: 85px;
  }
}

.bg_theme {
  background: #ee3625;
}

.section-header {
  text-align: center;
  max-width: 625px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.section-header .cate {
  display: block;
  color: #ee3625;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  margin-bottom: 10px;
  margin-top: -7px;
}

@media (min-width: 576px) {
  .section-header .cate {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.section-header .title {
  text-transform: capitalize;
  margin-bottom: 10px;
}

.section-header .title:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .section-header {
    margin-bottom: 40px;
  }
  .section-header.mb-olpo {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 60px;
  }
  .section-header.mb-olpo {
    margin-bottom: 45px;
  }
}

.section-header p {
  margin: 0 auto 0;
}

.section-header p:last-child {
  margin-bottom: 0 !important;
}

.section-header.left-style {
  text-align: left;
  margin-left: 0;
}

.section-header.left-style p {
  margin-left: 0;
}

@media screen and (max-width: 450px) {
  .section-header.text-450-center {
    text-align: center;
  }
}

.tab-area .tab-item {
  display: none;
}

.tab-area .tab-item.active {
  display: block;
}

.cl-white * {
  color: #ffffff;
}

.cl-black * {
  color: #898989;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.pos-rel {
  position: relative;
}

.pos-rel .container {
  position: relative;
  z-index: 1;
}

.mb-40-none {
  margin-bottom: -40px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}

.overlay.active {
  display: block;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}

.oh {
  overflow: hidden;
}

.section-bg-2 {
  background: #eff5ff;
}

.section-bg-3 {
  background: #f0f0f0;
}

.section-bg {
  background: #ffffff;
}

.body-bg {
  background: #ffffff;
}

.theme-bg {
  background: #ee3625 !important;
}

.slider-nav {
  margin: -5px;
}

.slider-nav li {
  width: 46px;
  height: 46px;
  line-height: 44px;
  border: 1px solid #f2f2f2;
  color: #ee3625;
  cursor: pointer;
  text-align: center;
  padding: 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin: 5px;
}

.slider-nav li:hover,
.slider-nav li.active {
  background: #ee3625;
  border-color: #ee3625;
  color: #ffffff;
}

@media (max-width: 767px) {
  .slider-nav {
    margin-bottom: 35px;
  }
  .slider-nav li {
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}

/*Footer Section Starts Here*/
footer {
  background: #f5f5f5;
  overflow: hidden;
}

.dark-footer {
  background: #1b2937;
}

.dark-footer p {
  color: rgba(255, 255, 255, 0.8);
}

.dark-footer ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.dark-footer ul li a:hover {
  color: #ee3625 !important;
}

.dark-footer .title {
  color: #ffffff;
}

.footer-top {
  padding-top: 80px;
}

@media (min-width: 992px) {
  .footer-top {
    padding-top: 105px;
  }
}

.footer-wrapper {
  justify-content: space-between;
  margin: 0 -15px 20px;
}

.footer-wrapper .footer-widget {
  width: 100%;
  margin-bottom: 50px;
  padding: 0 15px;
}

.footer-wrapper .footer-widget.widget-about {
  max-width: 390px;
}

.footer-wrapper .footer-widget.widget-about .footer-logo {
  margin-bottom: 24px;
}

.footer-wrapper .footer-widget.widget-about p {
  margin-bottom: 47px;
}

.footer-wrapper .footer-widget.widget-about .footer-contact {
  background: #ee3625;
  padding: 30px 25px;
}

.footer-wrapper .footer-widget.widget-about .footer-contact a {
  color: #ffffff;
  line-height: 1;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  display: block;
}

.footer-wrapper .footer-widget.widget-about .footer-contact a.call {
  font-size: 30px;
  margin-bottom: 12px;
}

.footer-wrapper .footer-widget.widget-about .footer-contact a.mail {
  font-size: 24px;
}

@media (max-width: 575px) {
  .footer-wrapper .footer-widget.widget-about .footer-contact a.call {
    font-size: 24px;
    font-weight: 600;
  }
  .footer-wrapper .footer-widget.widget-about .footer-contact a.mail {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (max-width: 575px) {
  .footer-wrapper .footer-widget.widget-about p {
    margin-bottom: 30px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .footer-wrapper .footer-widget.widget-about {
    max-width: 340px;
  }
}

.footer-wrapper .footer-widget.widget-link {
  max-width: 190px;
}

.footer-wrapper .footer-widget.widget-link ul {
  margin-bottom: -12px;
}

.footer-wrapper .footer-widget.widget-link ul li {
  padding: 4px 0;
}

.footer-wrapper .footer-widget.widget-link ul li a {
  color: #898989;
}

.footer-wrapper .footer-widget.widget-link ul li a:hover {
  color: #ee3625;
}

.footer-wrapper .footer-widget .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .footer-wrapper .footer-widget .title {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.footer-bottom {
  border-top: 1px solid #e5e5e5;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin: -5px -15px -15px;
  padding: 25px 0;
}

.footer-bottom-wrapper .item {
  padding: 5px 15px 10px;
}

.footer-bottom-wrapper ul {
  margin: 0 -10px;
}

.footer-bottom-wrapper ul li {
  padding: 0 5px;
}

.footer-bottom-wrapper ul li a {
  padding: 5px;
  color: #898989;
}

.footer-bottom-wrapper ul li a:hover {
  color: #ee3625;
}

/*Search Form Starts Here*/
.search-form {
  /*position: relative;*/
  display: flex;
  align-items: center;
}

.search-form input {
  height: 50px;
  width: 90%;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 5px;
  border: 1px solid #ebebeb;
  font-size: .75rem;
}

.search-form select {
    font-size: .75rem;
    padding: 0 !important;
}

.search-form button {
  /*right: 0;*/
  height: 50px;
  color: #ffffff;
  background: #ee3625;
  /*top: 0;*/
  width: 60px;
  border: none;
  /*position: absolute;*/
}

@media (max-width: 767.98px) {
    iframe.search-prod {
        height: 210px !important;
    }
    .search-form.f-uiheader {
        display: block;
    }
    
    .f-ui {
        display: block;
    }
    
    .f-ui2 {
        display: block;
    }
    
    .search-form input.i-uiheader {
        width: 100%;
        margin-bottom: .875em;
    }
    
    .search-form input.i-ui {
        width: 69%;
        margin-right: 0 !important;
        float: right;
        margin-bottom: 0.875em;
    }
    
    .search-form input.i-ui2 {
        width: 69%;
        margin-right: 0 !important;
        float: right;
        margin-bottom: 0.875em;
    }
    
    .search-form select.uiheader-compro {
        width: 48%;
        margin-right: 0 !important;
        margin-bottom: 0.875em;
    }
    
    .search-form select.uiheader-words {
        width: 50%;
        margin: 0 !important;
        float: right;
        margin-bottom: 0.875em;
    }
    
    .search-form select.ui-compro {
        width: 48%;
        margin-right: 0 !important;
        margin-bottom: 0.875em;
    }
    
    .search-form select.ui-words {
        width: 50%;
        margin: 0 !important;
        float: right;
        margin-bottom: 0.875em;
    }
    
    .search-form select.ui-compro2 {
        width: 48%;
        margin-right: 0 !important;
        margin-bottom: 0.875em;
    }
    
    .search-form select.ui-words2 {
        width: 50%;
        margin: 0 !important;
        float: right;
        margin-bottom: 0.875em;
    }
    
    a.btn-ui-back {
        width: 28%;
        height: 50px;
        vertical-align: middle;
        text-align: center;
        padding: 12px;
    }
    
    a.btn-ui-back2 {
        width: 28%;
        height: 50px;
        vertical-align: middle;
        text-align: center;
        padding: 12px;
    }
    
    .search-form button.ui-searchbutton {
        width: 48%;
        float: left;
    } 
    
    .search-form button.ui-searchbutton2 {
        width: 48%;
        float: left;
    } 
    
    .search-form button.uiheader-searchbutton {
        width: 100%;
        float: left;
    }
    
    .search-form button.ui-resetbutton {
        width: 48%;
        margin: 0 !important;
    }
    
    .search-form button.ui-resetbutton2 {
        width: 48%;
        margin: 0 !important;
    }
}

.subscribe-form {
  position: relative;
}

.subscribe-form input {
  height: 50px;
  width: 100%;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 60px 0 15px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  background: #ffffff;
}

.subscribe-form button {
  right: 0;
  height: 50px;
  color: #555555;
  top: 0;
  width: 60px;
  border-left: none;
  position: absolute;
  background: #ffffff;
}

/*Header Style One Starts Here*/
.header-top {
  background: #ee3625;
  padding: 6px 0;
  position: relative;
  z-index: 99;
}

.header-top .header-top-wrapper {
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.header-top .header-top-wrapper .select-bar {
  background: transparent;
  border: none;
}

.header-top .header-top-wrapper .select-bar::after {
  border-color: #ffffff;
}

.header-top .header-top-wrapper .select-bar .option {
  padding-top: 0;
  padding-bottom: 0;
  background: #232323;
}

.header-top .header-top-wrapper .select-bar .option:not(:hover) {
  background: #232323 !important;
}

header {
  z-index: 99;
  position: relative;
  width: 100%;
  background: #ffffff;
}

header.active {
  position: fixed;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  header.active {
    top: -163px;
  }
}

header::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 20px;
  background: #ffffff;
}

.header-middle {
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
}

.header-middle .header-wrapper {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .header-middle .header-wrapper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    padding: 30px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .header-middle .header-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .header-middle .header-wrapper.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.header-middle .header-wrapper .logo {
  width: 140px;
}

.header-middle .header-wrapper .info-area {
  align-items: center;
  margin: -10px -15px;
  max-width: calc(100% - 140px);
}

@media (max-width: 991px) {
  .header-middle .header-wrapper .info-area {
    max-width: 100%;
  }
}

.header-middle .header-wrapper .info-area .info-item {
  padding: 10px 15px;
}

.header-middle .header-wrapper .info-area .info-item .info-thumb {
  font-size: 40px;
  line-height: 1;
  color: #ee3625;
  width: 40px;
}

.header-middle .header-wrapper .info-area .info-item .info-content {
  width: calc(100% - 40px);
  padding-left: 15px;
}

.header-middle .header-wrapper .info-area .info-item .info-content .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: -2px;
}

.header-middle .header-wrapper .info-area .info-item .info-content a {
  color: #232323;
}

.header-middle .header-wrapper .info-area .info-item .info-content a:hover {
  color: #ee3625;
}

.header-middle .header-wrapper .info-area .info-item .info-content span {
  color: #232323;
}

@media (max-width: 1199px) {
  .header-middle .header-wrapper .info-area .info-item .info-thumb {
    width: 35px;
    font-size: 35px;
  }
  .header-middle .header-wrapper .info-area .info-item .info-content {
    width: calc(100% - 35px);
  }
  .header-middle .header-wrapper .info-area .info-item .info-content .title {
    font-size: 14px;
  }
  .header-middle .header-wrapper .info-area .info-item .info-content span,
  .header-middle .header-wrapper .info-area .info-item .info-content a {
    font-size: 14px;
  }
  .header-middle .header-wrapper .info-area .header-social {
    margin: -4px;
  }
  .header-middle .header-wrapper .info-area .header-social li {
    padding: 4px;
  }
}

@media (max-width: 991px) {
  .header-middle {
    padding: 0;
    background: #192431;
  }
}

@media (min-width: 992px) {
  .header-middle {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.header-area {
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 30px;
  background: #1b2937;
}

@media (max-width: 1199px) {
  .header-area {
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .header-area {
    margin-top: 28px;
  }
}

.header-area .logo {
  width: 140px;
}

.header-area .menu {
  align-items: center;
  width: 100%;
}

.header-area .menu li {
  padding: 0;
  position: relative;
}

.header-area .menu li a {
  font-size: 14px;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  padding: 20px 25px;
  position: relative;
}

.header-area .menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 12px;
  background: #374c67;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-area .menu li a.search-bar {
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #ee3625;
}

.header-area .menu li a.search-bar::before {
  display: none;
}

.header-area .menu li:first-child a::before {
  display: none;
}

.header-area .menu li .submenu li a::before {
  display: none;
}

@media (max-width: 991px) {
  .header-area .menu li .submenu {
    display: none;
  }
}

@media (min-width: 992px) {
  .header-area .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  }
  .header-area .menu li .submenu li {
    padding: 0;
  }
  .header-area .menu li .submenu li a {
    color: #192431;
    padding: 10px 15px;
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    /* border-bottom: 1px solid #192431; */
  }
  .header-area .menu li .submenu li a:hover {
    /* background: rgba(25, 36, 49, 0.9); */
    color: #ee3625;
  }
  .header-area .menu li .submenu li .submenu {
    top: 0;
    left: 100%;
  }
  .header-area .menu li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.header-area .menu li:last-child > a {
  border: none;
}

@media (max-width: 991px) {
  .header-area .menu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 11;
    padding: 0 30px 15px;
    background: #192431;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header-area .menu li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-area .menu li a {
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
  }
  .header-area .menu li a::before {
    display: none;
  }
  .header-area .menu li a.search-bar {
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ee3625;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-area .menu li ul {
    padding-left: 30px;
  }
  .header-area .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .header-area .menu {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 25px 0;
  }
}

@media (max-width: 575px) {
  .header-area {
    padding: 15px 0;
  }
}

@media (min-width: 1200px) {
  .header-area.style-2 {
    padding: 0;
    background: transparent;
  }
  .header-area.style-2 .menu > li > a {
    mix-blend-mode: lighten;
    padding: 20px 40px;
    background: #192431;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
  }
  .header-area.style-2 .menu > li > a::before {
    display: none;
  }
  .header-area.style-2 .menu > li > a.search-bar {
    background: #ee3625;
    padding: 0;
    width: 98px;
    clip-path: polygon(4% 0%, 100% 0%, 98% 100%, 0% 100%);
  }
}

.header-social {
  margin: -8px;
}

.header-social li {
  padding: 8px;
}

.header-social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #898989;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
}

.header-social li a:hover,
.header-social li a.active {
  background: #ee3625;
  color: #ffffff;
  border: 1px solid #ee3625;
}

.header-bar2 {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 24px;
  color: #ffffff;
  margin: 5px;
  cursor: pointer;
  margin-right: 20px;
}

/*Header Bar Starts*/
.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
}

.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #ffffff;
  left: 0;
}

.header-bar span:first-child {
  top: 0;
}

.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}

.header-bar span:last-child {
  bottom: 0;
}

.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}

.header-bar.active span:nth-child(2) {
  opacity: 0;
}

.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}

.menu-item-has-children > a::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  margin-left: 5px;
  font-weight: 600;
  line-height: 26px;
}

.search-form-area {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.search-form-area.active {
  height: 100%;
}

.search-form-area .search-form {
  width: 100%;
  max-width: 720px;
  position: relative;
  z-index: 99;
  margin: 0 15px;
}

.search-form-area .search-form input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  color: #232323;
}

.search-form-area .search-form input::placeholder {
  color: #232323;
}

@media (min-width: 576px) {
  .search-form-area .search-form input {
    padding-left: 30px;
    height: 60px;
  }
}

.search-form-area .search-form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  font-weight: 600;
  top: 0;
  right: 0;
  width: 50px;
  background: #ee3625;
  border-color: #ee3625;
}

.search-form-area .search-form button i {
  color: #ffffff;
}

@media (min-width: 576px) {
  .search-form-area .search-form button {
    height: 60px;
    width: 60px;
  }
}

.hide-form {
  display: block;
  width: 40px;
  height: 40px;
  background: #ee3625;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 99;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

/*Banner Section Starts Here*/
.banner-slider-item {
  padding: 232px 0 270px;
}

@media (max-width: 1199px) {
  .banner-slider-item {
    padding: 212px 0 220px;
  }
}

@media (max-width: 991px) {
  .banner-slider-item {
    padding: 190px 0 200px;
  }
}

@media (max-width: 767px) {
  .banner-slider-item {
    padding: 150px 0 170px;
  }
}

.banner-content {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.banner-content .title {
  font-size: 60px;
  line-height: 65px;
  color: #ffffff;
  margin-bottom: 60px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .banner-content .title {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .banner-content .title {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .banner-content .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .banner-content .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}

.banner-content .banner-buttons {
  margin: -5px;
}

.banner-content .banner-buttons a {
  margin: 5px;
}

.banner-overlay {
  position: relative;
}

.banner-overlay .container {
  position: relative;
  z-index: 1;
}

.banner-overlay::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.34);
}

.banner-overlay.overlay-dark::before {
  background: rgba(0, 0, 0, 0.6);
}

@media (min-width: 992px) {
  .banner-overlay.banner-overlay-lg-none::before {
    display: none;
  }
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 130px;
  justify-content: center;
  width: 100%;
}

.banner-slider .owl-dots .owl-dot {
  width: 32px;
  height: 9px;
  margin: 2px;
  display: block;
  border-radius: 0;
  background: #ffffff;
}

.banner-slider .owl-dots .owl-dot span {
  display: none;
}

.banner-slider .owl-dots .owl-dot.active {
  background: #ee3625;
}

@media (max-width: 767px) {
  .banner-slider .owl-dots {
    bottom: 70px;
  }
}

/*Banner Section 2 Starts Here*/
.banner-section-2 {
  padding: 235px 0 215px;
}

@media (max-width: 991px) {
  .banner-section-2 {
    padding: 170px 0 180px;
  }
}

@media (max-width: 991px) {
  .banner-section-2 {
    padding: 130px 0 130px;
  }
}

.banner-content-2 {
  max-width: 520px;
}

.banner-content-2 .title {
  margin-bottom: 27px;
}

.banner-content-2 p {
  font-size: 18px;
  letter-spacing: 0.25px;
  color: #232323;
  margin-bottom: 45px;
}

.banner-content-2 .banner-buttons {
  margin: -5px;
}

.banner-content-2 .banner-buttons a {
  margin: 5px;
}

.banner-content-2 .banner-buttons a:hover {
  color: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 991px) {
  .banner-content-2 .banner-buttons a.active {
    color: #ffffff;
    border-color: #ffffff;
  }
  .banner-content-2 .banner-buttons a.active:hover {
    border-color: #ee3625;
  }
}

@media (max-width: 991px) {
  .banner-content-2 .title,
  .banner-content-2 p {
    color: #ffffff;
  }
}

@media (max-width: 767px) {
  .banner-content-2 .title {
    margin-bottom: 20px;
  }
  .banner-content-2 p {
    margin-bottom: 35px;
  }
}

/*SideBar Section Starts Here*/
.widget {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .widget {
    margin-bottom: 60px;
  }
}

.widget:last-child {
  margin-bottom: 0;
}

.widget.widget-tags ul li {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 1px;
  padding: 0;
  border-left: 5px solid #eef5fc;
  background: #eef5fc;
}

.widget.widget-tags ul li:hover,
.widget.widget-tags ul li.active {
  border-color: #ee3625;
}

.widget.widget-tags ul li:last-child {
  margin-bottom: 0;
}

.widget.widget-tags ul li:hover a,
.widget.widget-tags ul li.active a {
  color: #ee3625;
}

.widget.widget-tags ul li a {
  color: #555555;
  display: block;
  padding: 16px 30px;
}

.widget.widget-tags ul li ul {
  display: none;
  padding-bottom: 18px;
}

.widget.widget-tags ul li ul li {
  margin: 0;
  border: none;
}

.widget.widget-tags ul li ul li a {
  padding: 2px 30px;
}

.widget.widget-tags ul li.active ul {
  display: block;
}

.widget.widget-download ul li {
  margin-bottom: 5px;
  padding: 0;
}

.widget.widget-download ul li:last-child {
  margin-bottom: 0;
}

.widget.widget-download ul li a {
  color: #555555;
  border-left: 5px solid #eef5fc;
  background: #eef5fc;
  display: block;
  padding: 16px 30px;
}

.widget.widget-download ul li a i {
  color: #ee3625;
  margin-right: 10px;
}

.widget.widget-download ul li a:hover,
.widget.widget-download ul li a.active {
  border-color: #ee3625;
  color: #ffffff;
  background: #ee3625;
}

.widget.widget-download ul li a:hover i,
.widget.widget-download ul li a.active i {
  color: #ffffff;
}

.widget.widget-subscribe {
  padding: 40px 30px;
  background: url(./img/client.png) no-repeat center center;
  background-size: cover;
}

.widget.widget-subscribe .title {
  color: #ffffff;
  margin-bottom: 10px;
}

.widget.widget-info ul li {
  background: #eef5fc;
  margin-bottom: 5px;
  padding: 15px 30px;
}

.widget.widget-info ul li:last-child {
  margin-bottom: 0;
}

.widget.widget-info ul li .caption {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.widget.widget-info ul li span {
  font-size: 14px;
  line-height: 1.2;
}

.widget.widget-posts ul li {
  margin-bottom: 30px;
}

.widget.widget-posts ul li:last-child {
  margin-bottom: 0;
}

.widget.widget-posts ul li .w-post-thumb {
  width: 154px;
}

.widget.widget-posts ul li .w-post-thumb img {
  width: 100%;
}

.widget.widget-posts ul li .w-post-content {
  width: calc(100% - 154px);
  padding-left: 20px;
}

.widget.widget-posts ul li .w-post-content .subtitle {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}

.widget.widget-posts ul li .w-post-content .subtitle a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.widget.widget-posts ul li .w-post-content span {
  font-style: italic;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget-posts ul li .w-post-thumb {
    width: 130px;
  }
  .widget.widget-posts ul li .w-post-content {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 379px) {
  .widget.widget-posts ul li .w-post-thumb {
    width: 130px;
  }
  .widget.widget-posts ul li .w-post-content {
    width: calc(100% - 130px);
  }
  .widget.widget-posts ul li .w-post-content .subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}

.mb-50-md-70 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .mb-50-md-70 {
    margin-bottom: 80px;
  }
}

/*Service Section Starts Here*/
.service-item {
  text-align: center;
  margin-top: 15px;
  padding: 0 40px 25px;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.051);
}

.service-item .service-thumb {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  width: 65px;
  height: 56px;
  margin: 0 auto 10px;
  border: 1px solid #ee3625;
  color: #ee3625;
  line-height: 54px;
  background: #ffffff;
  font-size: 30px;
}

.service-item .service-content .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}

@media (max-width: 575px) {
  .service-item .service-thumb {
    margin-bottom: 0;
  }
  .service-item .service-content .title {
    margin-bottom: 10px;
  }
}

/*Service Section Two Starts Here*/
.service-item-2 {
  text-align: center;
  padding: 40px 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ffffff;
  border: 0;
  border-bottom: 2px solid #fb3b39;
  box-shadow: 0 0px 0px 1px rgb(0 0 0 / 10%);
}
.service-item-2:hover {
  box-shadow: 0 1px 8px 0px rgb(0 0 0 / 30%);
}

@media (min-width: 576px) {
  .service-item-2 {
    padding: 60px 30px;
  }
}

.service-item-2 .service-thumb {
  width: 123px;
  height: 110px;
  background: url(./img/service1.png) no-repeat center center;
  background-size: contain;
  color: #ee3625;
  line-height: 110px;
  margin: 0 auto 35px;
}

.service-item-2 .service-thumb i {
  font-size: 36px;
}

.service-item-2 .service-content .title {
  margin-bottom: 22px;
}

.service-item-2:hover .service-thumb,
.service-item-2.active .service-thumb {
  background: url(./img/service-hover.png) no-repeat center center;
  background-size: contain;
  color: #ffffff;
  animation: fadeIn 0.5s linear forwards;
  -webkit-animation: fadeIn 0.5s linear forwards;
  -moz-animation: fadeIn 0.5s linear forwards;
}

.owl-item.center .service-item-2 .service-thumb {
  background: url(./img/service-hover.png) no-repeat center center;
  background-size: contain;
  color: #ffffff;
  animation: fadeIn 0.5s linear forwards;
  -webkit-animation: fadeIn 0.5s linear forwards;
  -moz-animation: fadeIn 0.5s linear forwards;
}

/*Feature Section Starts Here*/
.feature-item {
  margin-bottom: 55px;
}

.feature-item .feature-thumb {
  height: 88px;
  width: 95px;
  background: url(./img/feature.png) no-repeat center center;
  background-size: contain;
  font-size: 40px;
  line-height: 88px;
  text-align: center;
  color: #ffffff;
}

.feature-item .feature-content {
  width: calc(100% - 95px);
  padding-left: 34px;
}

.feature-item .feature-content .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.feature-item .feature-content p {
  color: #232323;
}

@media (max-width: 1199px) {
  .feature-item {
    margin-bottom: 40px;
  }
  .feature-item .feature-content .title {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 450px) {
  .feature-item {
    text-align: center;
  }
  .feature-item .feature-thumb {
    width: 64px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .feature-item .feature-content {
    padding: 0;
    width: 100%;
  }
}

.feature-item:last-child {
  margin-bottom: 0;
}

/*Feature Section Two Starts Here*/
.feature-slider .feature-item {
  margin: 0;
}

.feature-slider .feature-item .feature-thumb {
  width: 74px;
  height: 68px;
  line-height: 68px;
}

.feature-slider .feature-item .feature-content {
  width: calc(100% - 74px);
  padding-left: 25px;
}

.feature-slider .feature-item .feature-content .title {
  margin-bottom: 8px;
}

.feature-slider .feature-item .feature-content p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 450px) {
  .feature-slider .feature-item {
    text-align: center;
  }
  .feature-slider .feature-item .feature-thumb {
    width: 64px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .feature-slider .feature-item .feature-content {
    padding: 0;
    width: 100%;
  }
}

/*Choose Section Starts Here*/
.choose-item {
  margin-bottom: 55px;
}

.choose-item .choose-thumb {
  height: 88px;
  width: 95px;
  background: url(./img/choose.png) no-repeat center center;
  background-size: contain;
  font-size: 40px;
  line-height: 88px;
  text-align: center;
  color: #ee3625;
}

.choose-item .choose-content {
  width: calc(100% - 95px);
  padding-left: 34px;
}

.choose-item .choose-content .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 17px;
}

.choose-item .choose-content p {
  color: #232323;
}

@media (max-width: 1199px) {
  .choose-item {
    margin-bottom: 40px;
  }
  .choose-item .choose-content .title {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 450px) {
  .choose-item {
    text-align: center;
  }
  .choose-item .choose-thumb {
    width: 64px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .choose-item .choose-content {
    padding: 0;
    width: 100%;
  }
}

.choose-item:last-child {
  margin-bottom: 0;
}

.choose-wrapper {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .choose-wrapper {
    padding-left: 40px;
    max-width: 578px;
  }
}

@media (min-width: 1200px) {
  .choose-wrapper {
    padding-left: 60px;
  }
}

/*Team Section Starts Here*/
.team-item {
  text-align: center;
  margin: 0 auto 30px;
}

@media (max-width: 575px) {
  .team-item {
    max-width: 320px;
  }
}

.team-item .team-thumb {
  overflow: hidden;
}

.team-item .team-thumb a {
  display: block;
}

.team-item .team-thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.team-item .team-content .content {
  padding: 20px 15px;
}

.team-item .team-content .title {
  margin: 0;
  font-size: 20px;
}

.team-item:hover .team-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.team-social {
  justify-content: center;
  background: #ee3625;
  padding: 15px 10px;
}

.team-social li {
  padding: 0 5px;
}

.team-social li a {
  padding: 5px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}

/*Team Section Two Starts Here*/
.team-item-2 {
  text-align: center;
  margin: 0 auto 22px;
}

@media (max-width: 575px) {
  .team-item-2 {
    max-width: 320px;
  }
}

.team-item-2 .team-thumb {
  overflow: hidden;
  position: relative;
  padding-left: 5px;
  padding-top: 5px;
}

.team-item-2 .team-thumb::before {
  left: 0;
  top: 0;
  width: 74px;
  height: 74px;
  background: #ee3625;
  z-index: -1;
}

.team-item-2 .team-thumb a {
  display: block;
}

.team-item-2 .team-thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.team-item-2 .team-thumb .team-social-two {
  position: absolute;
  right: 0;
  bottom: -2px;
  margin: 0;
  flex-direction: column;
}

.team-item-2 .team-thumb .team-social-two li {
  padding: 2px 0;
  width: 100%;
}

.team-item-2 .team-content .content {
  padding: 20px 15px 0;
}

.team-item-2 .team-content .title {
  margin: 0;
  font-size: 20px;
}

.team-item-2:hover .team-thumb img {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

.team-social-two {
  margin: -5px;
}

.team-social-two li {
  padding: 5px;
  text-align: center;
}

.team-social-two li a {
  height: 65px;
  width: 75px;
  line-height: 65px;
  background: #1b2937;
  font-size: 24px;
  color: #ffffff;
}

.team-social-two li a:hover,
.team-social-two li a.active {
  background: #ee3625;
}

@media (max-width: 1199px) {
  .team-social-two li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

/*Team Cheif Start Here*/
.team-cheif-content {
  color: #555555;
}

.team-cheif-content .info {
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .team-cheif-content .info {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .team-cheif-content .info {
    margin-bottom: 27px;
  }
}

.team-cheif-content p {
  margin-bottom: 20px;
}

.team-cheif-content .team-social-two {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .team-cheif-content p {
    margin-bottom: 1rem;
  }
  .team-cheif-content .team-social-two {
    margin-top: 30px;
  }
}

/*Team Single Starts Here*/
.exp-wrapper {
  margin-bottom: 50px;
}

.exp-wrapper .exp-item {
  margin-bottom: 48px;
}

.exp-wrapper .exp-item .subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}

.exp-wrapper .exp-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .exp-wrapper {
    margin-bottom: 50px;
  }
  .exp-wrapper .subtitle {
    margin-bottom: 0;
  }
  .exp-wrapper .exp-item {
    margin-bottom: 30px;
  }
  .exp-wrapper .exp-item:last-child {
    margin-bottom: 0;
  }
}

.team-single-wrapper {
  margin-bottom: 50px;
}

.team-single-wrapper .m-title {
  margin-bottom: 16px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .team-single-wrapper {
    margin-bottom: 71px;
  }
  .team-single-wrapper .m-title {
    margin-bottom: 26px;
  }
}

.team-single-wrapper:last-child {
  margin-bottom: 0;
}

.mb-50-md-0 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .mb-50-md-0 {
    margin-bottom: 0;
  }
}

.mb--50 {
  margin-bottom: -50px;
}

/*Progress Item*/
.progress-item {
  margin-bottom: 18px;
  color: #232323;
  text-transform: uppercase;
}

.progress-item:last-child {
  margin-bottom: 0;
}

.progress-item .progress-inner {
  align-items: center;
}

.progress-item .progress-inner .progress {
  width: calc(100% - 50px);
  height: 6px;
}

.progress-item .progress-inner .amount {
  width: 50px;
  text-align: right;
  display: block;
  position: relative;
}

/*Project Section Starts Here*/
.project-area {
  margin: -5px;
}

.project-area.type-2 .project-item .project-inner .project-content {
  background: #ee3625;
}

@media (min-width: 576px) {
  .project-area.type-2 .project-item .project-inner .project-content {
    bottom: 30px;
    top: 30px;
    right: 30px;
    left: 30px;
  }
}

.project-area.type-2 .project-item .project-inner .project-content * {
  color: #ffffff;
  text-transform: uppercase;
}

.project-area.type-2
  .project-item
  .project-inner
  .project-content
  .read-button {
  border-color: #ffffff;
}

.project-item {
  width: calc(100% / 3);
}

.project-item .project-inner {
  position: relative;
  margin: 5px;
}

.project-item .project-inner .project-thumb img {
  width: 100%;
}

.project-item .project-inner .project-content {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #eff5ff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.project-item .project-inner .project-content .info {
  display: block;
  color: #232323;
  margin-bottom: 5px;
  width: 100%;
}

.project-item .project-inner .project-content .title {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 25px;
}

@media (max-width: 575px) {
  .project-item .project-inner .project-content .content {
    overflow-y: auto;
    padding: 30px 0;
  }
}

.project-item .project-inner:hover .project-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 991px) {
  .project-item {
    width: 50%;
  }
}

.project-item.style-2 {
  width: calc((100% / 3) * 2);
}

@media (max-width: 991px) {
  .project-item.style-2 {
    width: 100%;
  }
}

.project-item.style-3 {
  width: 40%;
}

@media (max-width: 991px) {
  .project-item.style-3 {
    width: 50%;
  }
}

.project-item.style-4 {
  width: 50%;
}

@media (max-width: 991px) {
  .project-item.style-4 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .project-item {
    width: 100%;
    padding: 15px;
  }
  .project-item .project-inner {
    margin: 0 auto;
  }
}

.filter {
  justify-content: center;
  width: auto;
  margin: -4px -8px 40px;
}

.filter li {
  cursor: pointer;
  color: #232323;
  padding: 4px 8px;
}

.filter li.active {
  color: #ee3625;
}

@media (min-width: 576px) {
  .filter {
    padding-bottom: 15px;
    border-bottom: 1px solid #898989;
    margin: -10px -15px 40px;
  }
  .filter li {
    padding: 10px 15px;
  }
}

@media (min-width: 768px) {
  .filter {
    margin-bottom: 50px;
  }
}

/*Counter Section Starts Here*/
.counter-wrapper {
  justify-content: space-around;
  margin: -15px -10px;
}

.counter-wrapper .counter-item {
  padding: 15px 10px;
}

.counter-wrapper .counter-item .counter-header {
  justify-content: center;
}

.counter-wrapper .counter-item .counter-header .title {
  line-height: 1;
  margin: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #ffffff;
}

.counter-wrapper .counter-item p {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991px) {
  .counter-wrapper .counter-item .title {
    font-size: 40px;
  }
  .counter-wrapper .counter-item p {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .counter-wrapper .counter-item {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .counter-wrapper .counter-item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .counter-wrapper .counter-item .title {
    font-size: 74px;
  }
  .counter-wrapper .counter-item p {
    font-size: 18px;
  }
}

.counter-section {
  padding: 120px 0;
  position: relative;
}

.counter-section::before {
  background: rgba(248, 31, 31, 0.8);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.counter-section * {
  position: relative;
  z-index: 1;
}

/*Pricing Section Starts Here*/
.pricing-item {
  padding: 0 15px 40px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 72.9px 8.1px rgba(0, 0, 0, 0.11);
  text-align: center;
}

.pricing-item .pricing-header {
  max-width: 200px;
  margin: 0 auto 30px;
  background: #eff5ff;
  padding: 40px 0;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 575px) {
  .pricing-item .pricing-header {
    padding: 20px 0;
  }
}

.pricing-item .pricing-header .info {
  color: #232323;
  text-transform: uppercase;
  margin: 0;
}

@media (min-width: 576px) {
  .pricing-item .pricing-header .info {
    font-size: 18px;
  }
}

.pricing-item .pricing-body ul {
  margin-bottom: 19px;
}

@media (min-width: 576px) {
  .pricing-item .pricing-body ul {
    margin-bottom: 29px;
  }
}

.pricing-item .pricing-body ul li {
  padding: 6px 0;
  color: #555555;
}

.pricing-item .pricing-body .read-button.active {
  border-color: #f2f2f2;
  background: transparent;
}

.pricing-item:hover .pricing-header,
.pricing-item.active .pricing-header {
  background: #ee3625;
}

.pricing-item:hover .pricing-header *,
.pricing-item.active .pricing-header * {
  color: #ffffff;
}

.pricing-item:hover .pricing-body .read-button.active,
.pricing-item.active .pricing-body .read-button.active {
  color: #ffffff;
  background: #ee3625;
}

/*Pricing Section Starts Here*/
.pricing-item-2 {
  padding: 0 15px 60px;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0px 0px 72.9px 8.1px rgba(0, 0, 0, 0.11);
  text-align: center;
  margin-top: 17px;
  margin-bottom: 30px;
}

.pricing-item-2 .pricing-body ul {
  margin-bottom: 19px;
}

@media (min-width: 576px) {
  .pricing-item-2 .pricing-body ul {
    margin-bottom: 29px;
  }
}

.pricing-item-2 .pricing-body ul li {
  padding: 6px 0;
  color: #555555;
}

.pricing-item-2 .pricing-body .read-button {
  color: #ffffff;
}

.pricing-item-2 .cate {
  -webkit-transform: translateY(-17px);
  -ms-transform: translateY(-17px);
  transform: translateY(-17px);
  background: #ee3625;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  display: block;
  font-size: 20px;
  font-family: "Fira Sans", sans-serif;
  max-width: 200px;
  margin: 0 auto 40px;
  position: relative;
}

.pricing-item-2 .cate::before {
  width: 5px;
  height: 17px;
  right: 100%;
  top: 0;
  background: #980f0e;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.pricing-item-2 .thumb {
  height: 95px;
  text-align: center;
  margin-bottom: 26px;
  position: relative;
}

.pricing-item-2 .thumb::before {
  top: -5px;
  left: -20px;
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ee3625;
}

.pricing-item-2 .thumb img {
  position: relative;
  z-index: 1;
  max-height: 100%;
  width: auto;
}

.pricing-item-2 .title {
  line-height: 1;
  margin: 0;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .pricing-item-2 .title {
    font-size: 45px;
    margin-bottom: 24px;
  }
}

@media (max-width: 575px) {
  .pricing-item-2 {
    padding: 0 15px 30px;
  }
}

/*Company Section Starts Here*/
.company-item .title {
  margin-bottom: 3px;
  text-transform: capitalize;
}

.company-item .info {
  display: block;
  margin-bottom: 15px;
  color: #ee3625;
  text-transform: capitalize;
}

.company-item p {
  margin-bottom: 0 !important;
}

/*Faq Section Starts Here*/
.faq-item {
  margin-bottom: 20px;
  color: #555555;
}

.faq-item .faq-title {
  cursor: pointer;
  border: 1px solid #f2f2f2;
  align-items: center;
  padding: 5px 0;
}

.faq-item .faq-title .title {
  margin: 0;
  width: calc(100% - 40px);
  font-size: 20px;
  padding: 10px 30px;
}

.faq-item .faq-title .right-icon {
  width: 40px;
  text-align: center;
  color: #292929;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (max-width: 575px) {
  .faq-item .faq-title .title {
    padding: 10px 15px;
    font-size: 18px;
    width: calc(100% - 40px);
  }
  .faq-item .faq-title .right-icon {
    width: 40px;
  }
}

.faq-item .faq-content {
  display: none;
  padding: 23px 30px 13px;
}

@media (max-width: 575px) {
  .faq-item .faq-content {
    padding: 23px 15px 13px;
  }
}

.faq-item.open .faq-title {
  background: #ee3625;
  border-color: #ee3625;
}

.faq-item.open .faq-title .title,
.faq-item.open .faq-title .right-icon {
  color: #ffffff;
}

.faq-item.open .faq-title .right-icon {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item.active .faq-content {
  display: block;
}

/*Client Section Starts Here*/
.client-item {
  margin-top: 35px;
  text-align: center;
  position: relative;
  padding: 0 40px 30px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom-color: #ee3625;
  background: #ffffff;
}

.client-item::before {
  top: 60%;
  background: url(./img/client-quote.png) no-repeat center center;
  width: 140px;
  height: 120px;
  background-size: contain;
}

.client-item * {
  position: relative;
  z-index: 1;
}

.client-item .client-thumb {
  width: 73px;
  height: 73px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ee3625;
  margin: 0 auto -10px;
  -webkit-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
}

.client-item .client-thumb img {
  width: 100%;
}

.client-item .client-content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.client-item .client-content .info {
  display: block;
  margin-bottom: 16px;
}

.ratings span {
  color: #ee3625;
}

.ratings.yellow span,
.ratings.yellow i {
  color: #ffc107;
}

.ratings.yellow .star-rate {
  color: #898989;
}

/*Best Project Section Starts Here*/
.best-project-area {
  font-size: 15px;
  line-height: 26px;
}

.best-project-area ul li {
  width: 100%;
  max-width: 185px;
  padding-bottom: 0;
}

.best-project-area ul li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  color: #ee3625;
  margin-right: 7px;
}

.best-client {
  background: #fafafa;
  text-align: center;
}

.best-client .best-header {
  background: #ee3625;
  padding: 22px;
}

.best-client .best-header .thumb {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.best-client .best-header .thumb img {
  width: 100%;
}

.best-client .best-content {
  padding: 50px 40px;
}

.best-client .best-content .title {
  font-size: 20px;
}

.best-client .best-content .info {
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .best-client .best-content {
    padding: 40px 15px;
  }
}

/*Sponsor Section  Starts Here*/
.sponsor-item {
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sponsor-item img {
  max-width: 100%;
  width: auto;
}

.owl-carousel .owl-item .sponsor-item img {
  max-width: 100%;
  width: auto;
}

/*Client Section Two Starts Here*/
.client-item-2 {
  position: relative;
}

.client-item-2::before {
  top: 70%;
  background: url(./img/client-quote-2.png) no-repeat center center;
  width: 70px;
  height: 70px;
  background-size: contain;
}

.client-item-2 .client-thumb {
  padding: 22px;
  background: url(./img/client.png) no-repeat center center;
  background-size: cover;
}

.client-item-2 .client-thumb .thumb {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.client-item-2 .client-thumb .thumb a {
  display: block;
}

.client-item-2 .client-thumb .thumb img {
  width: 100%;
}

.client-item-2 .client-content {
  text-align: center;
  padding: 30px 30px 40px;
  background: #eef1fd;
}

.client-item-2 .client-content .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: capitalize;
}

.client-item-2 .client-content .info {
  display: block;
  margin-bottom: 16px;
}

.client-item-2 .client-content .ratings {
  color: #ee3625;
}

.about-content ul li {
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
  margin-bottom: 27px;
  color: #555555;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .about-content ul li {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .about-content ul li {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .about-content ul li {
    font-size: 16px;
    font-weight: 400;
  }
}

.about-content ul li:last-child {
  margin-bottom: -7px;
}

.about-content ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #ee3625;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .about-content ul li::before {
    font-size: 24px;
  }
}

/*Mission Vission Section Starts Here*/
.mission-wrapper,
.vission-wrapper {
  padding: 60px 40px;
}

.mission-wrapper .mission-thumb,
.mission-wrapper .vission-thumb,
.vission-wrapper .mission-thumb,
.vission-wrapper .vission-thumb {
  height: 70px;
  margin-bottom: 32px;
}

.mission-wrapper .mission-thumb img,
.mission-wrapper .vission-thumb img,
.vission-wrapper .mission-thumb img,
.vission-wrapper .vission-thumb img {
  height: 100%;
}

.mission-wrapper .title,
.vission-wrapper .title {
  margin-bottom: 13px;
}

@media (max-width: 575px) {
  .mission-wrapper,
  .vission-wrapper {
    padding: 40px 15px;
  }
  .mission-wrapper .mission-thumb,
  .mission-wrapper .vission-thumb,
  .vission-wrapper .mission-thumb,
  .vission-wrapper .vission-thumb {
    margin-bottom: 30px;
  }
  .mission-wrapper .title,
  .vission-wrapper .title {
    margin-bottom: 10px;
  }
}

/*Page Header Section Starts Here*/
.page-header {
  position: relative;
  padding: 80px 0 40px;
}

.page-header::before {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.63);
}

.page-header .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .page-header {
    padding: 140px 0 100px;
  }
}

@media (max-width: 767px) {
  .page-header {
    padding: 130px 0 90px;
  }
}

.page-header-content {
  text-align: center;
  text-transform: uppercase;
}

.page-header-content .title {
  margin-bottom: 10px;
}

.page-header-content .breadcrumb {
  padding: 3px 0;
  justify-content: center;
  background: transparent;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
}

@media (max-width: 575px) {
  .page-header-content .breadcrumb {
    text-transform: capitalize;
  }
}

@media (min-width: 576px) {
  .page-header-content .breadcrumb {
    font-size: 16px;
  }
}

.page-header-content .breadcrumb li,
.page-header-content .breadcrumb li a {
  color: #232323;
}

.page-header-content .breadcrumb li {
  padding: 0 5px;
}

.page-header-content .breadcrumb li a::after {
  content: "/";
  margin-left: 10px;
}

.page-header-content .breadcrumb li a:hover {
  color: #ee3625;
}

/*Service Details Section Starts Here*/
.service-details-content .content1 {
  margin-bottom: 60px;
}

.service-details-content .content1 .title {
  margin-bottom: 13px;
}

.service-details-content .content1 p {
  margin-bottom: 38px;
}

.service-details-content .content1 img {
  width: 100%;
}

.service-details-content .content2 {
  margin-bottom: 60px;
}

.service-details-content .content2 .title {
  margin-bottom: 8px;
}

.service-details-content .content2 p {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .service-details-content .content1 {
    margin-bottom: 50px;
  }
  .service-details-content .content1 p {
    margin-bottom: 30px;
  }
  .service-details-content .content2 {
    margin-bottom: 50px;
  }
}

.nulla-list li {
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 0;
  margin-bottom: 27px;
  color: #555555;
  padding-left: 30px;
  position: relative;
}

@media (min-width: 768px) {
  .nulla-list li {
    padding-left: 40px;
  }
}

@media (max-width: 767px) {
  .nulla-list li {
    margin-bottom: 18px;
  }
}

@media (max-width: 767px) and (max-width: 575px) {
  .nulla-list li {
    font-size: 16px;
    font-weight: 400;
  }
}

.nulla-list li:last-child {
  margin-bottom: -7px;
}

.nulla-list li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #ee3625;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .nulla-list li::before {
    font-size: 24px;
  }
}

.service-tab p {
  font-size: 15px;
  margin-bottom: 18px;
}

.service-tab .thumb-area {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .service-tab .thumb-area {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .service-tab p {
    margin-bottom: 15px;
  }
}

.service-tab-menu {
  border: none;
  margin: -5px;
  margin-bottom: 25px;
}

.service-tab-menu li {
  padding: 5px;
}

.service-tab-menu li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  line-height: 52px;
  background: #1b2937;
  padding: 0 40px;
}

.service-tab-menu li a.active {
  background: #ee3625;
}

@media (max-width: 767px) {
  .service-tab-menu li a {
    line-height: 45px;
    padding: 0 30px;
    font-size: 16px;
  }
}

/*Project Details Section  Starts Here*/
.project-details {
  color: #555555;
}

.project-details .item {
  margin-bottom: 60px;
}

.project-details .item .title {
  margin-bottom: 21px;
}

.project-details .item p {
  margin-bottom: 38px;
  margin-top: -11px;
}

.project-details .item img {
  width: 100%;
}

@media (max-width: 767px) {
  .project-details .item {
    margin-bottom: 50px;
  }
  .project-details .item p {
    margin-bottom: 30px;
  }
}

.project-details .item:last-child {
  margin-bottom: 0;
}

.project-details .item-video {
  align-items: flex-start;
}

.project-details .item-video .video-area {
  width: 345px;
}

.project-details .item-video .video-area img {
  width: 100%;
}

.project-details .item-video .content-area {
  width: calc(100% - 345px);
  padding-left: 40px;
}

.project-details .item-video .content-area .bal-list {
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  .project-details .item-video .video-area {
    margin-bottom: 30px;
  }
  .project-details .item-video .video-area,
  .project-details .item-video .content-area {
    width: 100%;
    padding: 0;
  }
}

.bal-list li {
  padding: 0;
  padding-left: 23px;
  position: relative;
  margin-bottom: 15px;
}

.bal-list li:last-child {
  margin-bottom: -7px;
}

.bal-list li::before {
  width: 13px;
  height: 13px;
  top: 8px;
  left: 0;
  background: #ee3625;
}

.video-area {
  position: relative;
}

/*Gallery Section  Starts Here*/
.gallery-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
}

@media screen and (min-width: 500px) {
  .gallery-item {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .gallery-item {
    width: calc(100% / 3);
  }
}

@media (min-width: 768px) {
  .gallery-item.big {
    width: 55%;
  }
  .gallery-item.medium {
    width: 45%;
  }
  .gallery-item.biggest {
    width: calc((100% / 3) * 2);
  }
}

.gallery-item .gallery-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #ee3625;
  align-items: center;
  justify-content: center;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

@media screen and (min-width: 380px) {
  .gallery-item .gallery-content {
    left: 30px;
    right: 30px;
    bottom: 30px;
    top: 30px;
  }
}

.gallery-item .gallery-content a {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}

.gallery-item:hover .gallery-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*Shop Section Starts Here*/
.shop-item {
  margin: 0 auto 30px;
  text-align: center;
}

.shop-item .shop-thumb a {
  padding: 30px;
  background: #f7f5fb;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .shop-item .shop-thumb a {
    min-height: 278px;
  }
}

.shop-item .shop-thumb a img {
  max-height: 100%;
}

.shop-item .shop-content {
  padding: 35px 20px;
  border: 1px solid #ebebeb;
  border-top: none;
}

.shop-item .shop-content .amount {
  font-weight: 700;
  margin-bottom: 7px;
}

.shop-item .shop-content .amount del {
  font-size: 18px;
  opacity: 0.8;
}

.shop-item .shop-content .title {
  font-size: 20px;
  text-transform: capitalize;
  color: #232323;
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .shop-item .shop-content .amount del {
    font-size: 16px;
  }
  .shop-item .shop-content .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .shop-item {
    max-width: 320px;
  }
}

/*Shop Details Starts Here*/
.cart-plus-minus {
  border: 1px solid #dee0e4;
  overflow: hidden;
  width: 120px;
  margin: 0 auto;
  position: relative;
}

.cart-plus-minus .dec.qtybutton {
  border-right: 1px solid #dee0e4;
  height: 40px;
  left: 0;
  top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #454545;
  float: left;
  font-size: 14px;
  height: 40px;
  margin: 0;
  padding: 0 9px 0 0;
  text-align: center;
  width: 120px;
  outline: none;
}

.cart-plus-minus .qtybutton {
  color: #15273e;
  cursor: pointer;
  float: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}

.cart-plus-minus .qtybutton:hover {
  background: #ee3625;
  border-color: #ee3625;
  color: #ffffff;
}

.cart-plus-minus .inc.qtybutton {
  border-left: 1px solid #dee0e4;
  height: 40px;
  right: 0;
  top: 0;
}

.single-content-area .subtitle {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  max-width: 390px;
}

.single-content-area .info-list {
  margin-bottom: 30px;
}

.single-content-area .info-list li {
  font-size: 18px;
  color: #555555;
  align-items: center;
  font-family: "Fira Sans", sans-serif;
  padding: 0;
  margin-bottom: 15px;
}

.single-content-area .info-list li .left {
  color: #232323;
  font-size: 20px;
  font-weight: 500;
}

.single-content-area .info-list li .left::after {
  content: ":";
  display: inline-block;
  margin: 0 10px;
}

.single-content-area .info-list li .amount {
  color: #232323;
  font-size: 24px;
  font-weight: 700;
  margin-right: 10px;
}

.single-content-area .info-list li .cart-plus-minus {
  margin-left: 20px;
}

@media (max-width: 575px) {
  .single-content-area .info-list li {
    font-size: 16px;
  }
  .single-content-area .info-list li .amount {
    font-size: 20px;
  }
  .single-content-area .info-list li .left {
    font-size: 18px;
  }
}

.single-content-area .custom-button {
  margin-bottom: 15px;
}

.single-content-area .wish-add {
  color: #898989;
  text-decoration: underline;
  margin-left: 15px;
  margin-bottom: 15px;
}

.single-content-area .wish-add i {
  color: #ee3625;
  margin-right: 5px;
}

.shop-details-area {
  margin: -15px -15px 30px;
}

.shop-details-area .single-slider-area {
  width: 50%;
  padding: 15px;
}

@media (max-width: 767px) {
  .shop-details-area .single-slider-area {
    width: 100%;
  }
}

.shop-details-area .single-slider-area .owl-item .single-item img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.shop-details-area .single-content-area {
  width: 50%;
  padding: 15px;
}

@media (max-width: 767px) {
  .shop-details-area .single-content-area {
    width: 100%;
  }
}

.slider {
  margin-bottom: 30px;
  background: #f7f5fb;
}

.slider .single-item {
  padding: 60px 30px;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.slider .single-item img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

.thumbnail-slider .single-item {
  height: 95px;
  background: #f7f5fb;
  padding: 15px;
}

.thumbnail-slider .single-item img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}

/*Terms Condition Starts Here*/
.terms-wrapper .item {
  margin-bottom: 50px;
}

.terms-wrapper .item .title {
  margin-bottom: 18px;
}

.terms-wrapper .item p {
  margin-bottom: 18px;
}

.terms-wrapper .item .except-area {
  margin: -15px;
}

.terms-wrapper .item .except-area .thumb {
  width: 53%;
  padding: 15px;
}

.terms-wrapper .item .except-area .thumb img {
  width: 100%;
}

.terms-wrapper .item .except-area .content {
  width: 47%;
  padding: 15px;
}

@media (max-width: 767px) {
  .terms-wrapper .item .except-area .thumb {
    width: 100%;
  }
  .terms-wrapper .item .except-area .content {
    width: 100%;
  }
}

.terms-wrapper .item ul {
  max-width: 460px;
}

.terms-wrapper .item ul li {
  position: relative;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 14px;
}

.terms-wrapper .item ul li::before {
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ee3625;
}

.terms-wrapper .item ul li:last-child {
  margin-bottom: -7px;
}

@media (max-width: 575px) {
  .terms-wrapper .item {
    margin-bottom: 40px;
  }
  .terms-wrapper .item .title {
    margin-bottom: 8px;
  }
  .terms-wrapper .item p {
    margin-bottom: 14px;
  }
}

.terms-wrapper .item:last-child {
  margin-bottom: 0;
}

/*Faq-Section Starts Here */
.faq-wrapper-two {
  padding: 50px 0 40px;
  border-bottom: 1px solid rgba(251, 59, 58, 0.5);
}

@media (min-width: 768px) {
  .faq-wrapper-two {
    padding: 60px 0 50px;
  }
}

.faq-wrapper-two:first-child {
  padding-top: 0;
}

.faq-wrapper-two:last-child {
  padding-bottom: 0;
  border: none;
  margin-bottom: -7px;
}

.faq-item-two {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.faq-item-two:last-child {
  padding-bottom: 0;
  border: none;
}

.faq-item-two:last-child .faq-content-two {
  padding-bottom: 0;
}

.faq-item-two .faq-title-two {
  cursor: pointer;
  position: relative;
  padding: 5px 0;
}

.faq-item-two .faq-title-two .title {
  font-size: 18px;
  width: calc(100% - 40px);
  margin: 0;
  font-weight: 700;
}

.faq-item-two .faq-title-two .right-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-item-two .faq-title-two .right-icon::before,
.faq-item-two .faq-title-two .right-icon::after {
  position: absolute;
  content: "";
  background: #040e27;
  top: 50%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-item-two .faq-title-two .right-icon::before {
  width: 2px;
  height: 20px;
}

.faq-item-two .faq-title-two .right-icon::after {
  width: 20px;
  height: 2px;
}

.faq-item-two .faq-content-two {
  padding-bottom: 25px;
  padding-top: 10px;
  display: none;
}

.faq-item-two .faq-content-two p {
  margin: 0;
  margin-bottom: 12px;
}

@media (min-width: 576px) {
  .faq-item-two .faq-content-two {
    padding-bottom: 30px;
  }
  .faq-item-two .faq-content-two p {
    margin-bottom: 17px;
  }
}

.faq-item-two.active .faq-content-two {
  display: block;
}

.faq-item-two.open .faq-title-two .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item-two.open .faq-title-two .right-icon::after,
.faq-item-two.open .faq-title-two .right-icon::before {
  background: #ee3625;
}

.section-header-faq {
  margin-bottom: 5px;
}

.section-header-faq .title {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .section-header-faq {
    margin-bottom: 5px;
  }
  .section-header-faq .title {
    margin-bottom: 13px;
  }
}

/*Contact Section Starts Here*/
.contact-wrapper {
  padding: 60px;
  background: #ee3625;
  margin-bottom: 50px;
}

.contact-wrapper * {
  color: #ffffff;
}

.contact-wrapper .title {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .contact-wrapper {
    padding: 40px 15px;
  }
}

.contact-form {
  margin: -15px;
}

.contact-form .alert {
  display: block;
  width: 100%;
}

.contact-form .form-group {
  width: 100%;
  padding: 15px;
  margin: 0;
}

@media (min-width: 768px) {
  .contact-form .form-group {
    width: 50%;
  }
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  background: transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #fd9f9e;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #ffffff;
}

.contact-form .form-group textarea {
  height: 200px;
  padding: 30px;
}

.contact-form .form-group input {
  padding-left: 30px;
  height: 60px;
}

.contact-form .form-group input[type="submit"] {
  height: 45px;
  font-weight: 500;
  background: #ffffff;
  color: #ee3625;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: auto;
  padding: 0 40px;
  border: none;
  font-family: "Fira Sans", sans-serif;
}

.contact-item {
  background-color: white;
  box-shadow: 0px 0px 36px 4px rgba(0, 0, 0, 0.05);
  padding: 60px 30px;
  margin: 0 auto 30px;
  position: relative;
}

.contact-item .contact-header {
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.contact-item .contact-header .title {
  margin: 0;
  width: calc(100% - 66px);
  padding-left: 20px;
}

.contact-item .contact-header .thumb {
  width: 66px;
  height: 62px;
}

.contact-item .contact-header .thumb img {
  max-width: 100%;
  max-height: 100%;
}

.contact-item .contact-content {
  position: relative;
  z-index: 1;
}

.contact-item .contact-content p {
  margin: 0 !important;
}

.contact-item .contact-content ul li {
  padding: 0;
}

.contact-item .contact-content ul li a {
  color: #898989;
  font-weight: 600;
}

@media (max-width: 767px) {
  .contact-item {
    max-width: 320px;
    padding: 40px 30px;
  }
}

.contact-item .contact-bg-icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
  height: 100px;
}

.contact-item .contact-bg-icon img {
  height: 100%;
}

@media (min-width: 576px) {
  .contact-item .contact-bg-icon {
    height: 120px;
    opacity: 0.11;
  }
}

.contact-wrapper-2 {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .contact-wrapper-2 {
    margin-bottom: 100px;
  }
}

.maps {
  height: 400px;
}

@media (min-width: 576px) {
  .maps {
    height: 500px;
  }
}

@media (min-width: 992px) {
  .maps {
    height: 622px;
  }
}

/*Error Section Starts Here*/
.error-section {
  text-align: center;
  overflow: hidden;
}

.error-section .error-thumb,
.error-section .error-content {
  width: 100%;
  min-height: 100vh;
}

@media (min-width: 992px) {
  .error-section .error-thumb,
  .error-section .error-content {
    width: 50%;
  }
}

.error-section .error-content {
  padding: 80px 60px 80px 30px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-section .error-content .title {
  font-size: 240px;
  line-height: 1;
  margin: 0 0 20px;
  width: 100%;
}

.error-section .error-content .subtitle {
  font-size: 40px;
  margin-bottom: 50px;
  width: 100%;
}

@media (max-width: 991px) {
  .error-section .error-content {
    padding: 100px 30px;
  }
}

@media (max-width: 767px) {
  .error-section .error-content .title {
    font-size: 140px;
  }
  .error-section .error-content .subtitle {
    font-size: 30px;
  }
}

.error-section .error-thumb {
  position: relative;
  background: #ee3625;
}

.error-section .error-thumb .thumb {
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: -30px;
}

/*Account Section Starts Here*/
.account-section {
  min-height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
}

.account-wrapper {
  background: #ffffff;
  width: 100%;
  max-width: 1070px;
  margin-right: 150px;
  margin-left: auto;
  padding: 90px;
}

.account-wrapper .account-header {
  text-align: center;
  margin-bottom: 10px;
}

.account-wrapper .account-header .title {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.account-wrapper .account-header p {
  margin-bottom: 30px;
  font-weight: 600;
}

@media (min-width: 576px) {
  .account-wrapper .account-header .title {
    margin-bottom: 12px;
  }
  .account-wrapper .account-header p {
    margin-bottom: 22px;
  }
}

.account-wrapper .account-header .social-sign {
  justify-content: center;
  margin: -6px;
}

.account-wrapper .account-header .social-sign li {
  padding: 6px;
}

.account-wrapper .account-header .social-sign li a {
  line-height: 46px;
  color: #ffffff;
  background: #ee3625;
  padding: 0 20px 0 30px;
}

.account-wrapper .account-header .social-sign li a i {
  margin-right: 10px;
}

.account-wrapper .account-header .social-sign li a.facebook {
  background: #3b5998;
}

.account-wrapper .account-header .social-sign li a.twitter {
  background: #55acee;
}

.account-wrapper .account-header .social-sign li a:hover,
.account-wrapper .account-header .social-sign li a.active {
  color: #777777;
  background: #fafafa;
}

.account-wrapper .account-header .social-sign li a:hover i,
.account-wrapper .account-header .social-sign li a.active i {
  color: #ee3625;
}

@media (max-width: 575px) {
  .account-wrapper .account-header .social-sign li a {
    font-size: 12px;
    line-height: 38px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1399px) {
  .account-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .account-wrapper {
    padding: 60px 30px;
  }
}

@media (max-width: 575px) {
  .account-wrapper {
    padding: 40px 15px;
  }
}

.account-form {
  margin-bottom: -10px;
}

.account-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.account-form .form-group input {
  height: 54px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}

.account-form .form-group .view-pass {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 54px;
  line-height: 54px;
  text-align: center;
  width: 54px;
  cursor: pointer;
}

.account-form .form-group button {
  height: 50px;
  padding: 0 40px;
  width: auto;
  outline: none;
  border: none;
  background: #ee3625;
  color: #ffffff;
  text-transform: capitalize;
}

.account-form .form-group .forget {
  text-decoration: underline;
  text-transform: capitalize;
  margin: 10px 0;
}

.account-form .form-group a {
  color: #232323;
}

.account-form .form-group .info {
  margin: 10px 0;
  display: block;
}

.account-form .form-group .info a {
  color: #ee3625;
}

.account-form .already {
  justify-content: space-between;
  margin: 0 -3px;
  margin-bottom: 25px;
}

.account-form .already span {
  margin: 0 3px;
}

@media (max-width: 575px) {
  .account-form .already {
    font-size: 14px;
  }
}

/*Animation Starts Here*/
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50);
  }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
}

@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5);
  }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5);
  }
}

/* inner ripple */
@keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

@-webkit-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

@-moz-keyframes inner-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  30% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
  }
}

/*Blog Section Starts Here*/
.post-item-1 {
  text-align: center;
  width: calc(100% / 3);
  flex-direction: column;
}

.post-item-1 .post-thumb {
  position: relative;
}

.post-item-1 .post-thumb a {
  display: block;
}

.post-item-1 .post-thumb img {
  width: 100%;
}

@media (min-width: 768px) {
  .post-item-1 .post-thumb img {
    opacity: 0;
  }
}

.post-item-1 .post-thumb .post-date {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 86px;
}

.post-item-1 .post-thumb .post-date .mon {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #232323;
  background: #ffffff;
}

.post-item-1 .post-thumb .post-date .date {
  display: block;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  color: #ffffff;
  background: #ee3625;
}

.post-item-1 .post-content {
  background: #fafafa;
  padding: 50px 30px;
}

.post-item-1 .post-content .title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
}

.post-item-1 .post-content .line {
  width: 37px;
  height: 2px;
  background: #ee3625;
  margin: 17px auto 33px;
  display: block;
}

.post-item-1 .post-content .read {
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #ffffff;
  background: #ee3625;
  font-size: 24px;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.post-item-1 .post-content p {
  margin-bottom: 47px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .post-item-1 .post-content p {
    margin-bottom: 30px;
  }
  .post-item-1 .post-content .line {
    margin: 10px auto 20px;
  }
}

@media (max-width: 575px) {
  .post-item-1 .post-content {
    padding: 30px 15px;
  }
  .post-item-1 .post-content p {
    margin-bottom: 30px;
  }
  .post-item-1 .post-content .line {
    margin: 10px auto 20px;
  }
}

.post-item-1 .post-thumb,
.post-item-1 .post-content {
  width: 100%;
}

.post-item-1:nth-of-type(3n + 2) {
  flex-direction: column-reverse;
}

@media (max-width: 767px) {
  .post-item-1 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .post-item-1:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .post-item-1 {
    width: 100%;
    flex-direction: row;
  }
  .post-item-1:nth-of-type(3n + 2) {
    flex-direction: row-reverse;
  }
  .post-item-1 .post-thumb,
  .post-item-1 .post-content {
    width: 50%;
  }
}

/*Post Item Starts Here*/
.post-item {
  margin-top: 16px;
  margin-bottom: 40px;
}

.post-item .post-thumb {
  position: relative;
  margin-bottom: 30px;
}

.post-item .post-thumb a {
  display: block;
}

.post-item .post-thumb img {
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.post-item .post-thumb .post-date {
  position: absolute;
  font-size: 18px;
  background: #ee3625;
  color: #ffffff;
  padding: 10px;
  top: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 225px;
  text-align: center;
}

.post-item .post-thumb .post-date i {
  margin: 8px;
}

.post-item .post-thumb .post-date::before {
  width: 9px;
  height: 17px;
  right: 100%;
  top: 0;
  background: #980f0e;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media (max-width: 575px) {
  .post-item .post-thumb .post-date {
    font-size: 14px;
  }
}

.post-item .post-content .title {
  margin-bottom: 22px;
}

.post-item .post-content p {
  margin-bottom: 38px;
}

.post-item .post-content .author-area {
  justify-content: space-between;
  align-items: center;
  color: #555555;
  margin-bottom: 21px;
}

.post-item .post-content .author-area .author {
  align-items: center;
  margin-bottom: 10px;
}

.post-item .post-content .author-area .author .thumb {
  width: 42px;
  height: 42px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.post-item .post-content .author-area .author .thumb img {
  width: 100%;
}

.post-item .post-content .author-area .author span {
  padding-left: 9px;
}

.post-item .post-content .author-area .comments {
  margin-bottom: 10px;
}

.post-item .post-content .author-area .comments i {
  margin-right: 7px;
  color: #ee3625;
}

.post-item .post-content .read-more {
  position: relative;
}

.post-item .post-content .read-more::before {
  left: 0;
  top: 16px;
  width: 100%;
  height: 1px;
  background: #eff0f0;
}

.post-item .post-content .read-more a {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
  font-size: 13px;
  color: #ee3625;
  background: #ffffff;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .post-item {
    margin-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .post-item .post-thumb {
    margin-bottom: 25px;
  }
  .post-item .post-content .title {
    margin-bottom: 10px;
  }
  .post-item .post-content p {
    margin-bottom: 18px;
  }
  .post-item .post-content .author-area {
    margin-bottom: 5px;
  }
}

.post-item.post-details blockquote {
  margin-top: 47px;
  margin-bottom: 49px;
}

.post-item.post-details p {
  margin-bottom: 28px;
}

.post-item.post-details .author-area {
  padding: 30px;
  border: 1px solid #ebebeb;
  margin-top: 35px;
}

.post-item.post-details .author-area .author {
  margin: 0;
}

.post-item.post-details .author-area .share {
  align-items: center;
  margin: -5px;
}

.post-item.post-details .author-area .share li {
  padding: 5px;
}

.post-item.post-details .author-area .share li a {
  padding: 5px;
  color: #898989;
}

.post-item.post-details .author-area .share li a:hover {
  color: #ee3625;
}

@media (max-width: 767px) {
  .post-item.post-details p {
    margin-bottom: 18px;
  }
  .post-item.post-details blockquote {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 28px;
    font-size: 20px;
    line-height: 32px;
  }
  .post-item.post-details .author-area {
    padding: 20px;
    margin-top: 25px;
  }
}

blockquote {
  font-size: 31px;
  line-height: 44px;
  background: #ee3625;
  color: #ffffff;
  font-weight: 400;
  padding: 50px 55px;
  font-family: "Fira Sans", sans-serif;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  position: relative;
}

blockquote::before {
  max-height: 80%;
  background: url(./img/client-quote2.png) no-repeat center center;
  background-size: contain;
  opacity: 0.11;
  height: 100%;
  width: 100%;
}

.blog-pagination {
  justify-content: center;
  margin: -5px;
}

.blog-pagination li {
  padding: 5px;
}

.blog-pagination li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
  border: 1px solid #ebebeb;
  color: #555555;
}

.blog-pagination li a:hover {
  border-color: #ee3625;
  color: #ee3625;
}

.blog-pagination li a.active {
  background: #ee3625;
  border-color: #ee3625;
  color: #ffffff;
}

.sticky {
  position: sticky;
  top: 100px;
}

/*Comment Area Starts Here*/
.comment-area {
  margin-bottom: 50px;
}

.comment-area .title {
  margin-top: -9px;
  text-transform: capitalize;
  font-size: 27px;
  margin-bottom: -7px;
}

@media (min-width: 576px) {
  .comment-area .title {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .comment-area {
    margin-bottom: 60px;
  }
}

.comment-wrapper li {
  padding: 0;
}

.comment-wrapper li .comment-item {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.comment-wrapper li .comment-item .comment-thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment-wrapper li .comment-item .comment-thumb a {
  display: block;
}

.comment-wrapper li .comment-item .comment-thumb a img {
  width: 100%;
}

@media (max-width: 575px) {
  .comment-wrapper li .comment-item .comment-thumb {
    margin-bottom: 15px;
  }
}

.comment-wrapper li .comment-item .comment-content {
  width: 100%;
}

.comment-wrapper li .comment-item .comment-content .comment-header {
  margin-bottom: 18px;
}

.comment-wrapper li .comment-item .comment-content .sub-title {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
  margin-bottom: -4px;
  font-weight: 700;
  text-transform: capitalize;
}

.comment-wrapper li .comment-item .comment-content span {
  text-transform: uppercase;
  font-size: 14px;
}

@media (min-width: 576px) {
  .comment-wrapper li .comment-item .comment-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}

.comment-wrapper li .comment-item .comment-content .reply-button {
  padding: 2px 20px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  font-weight: 600;
  color: #555555;
  text-transform: uppercase;
}

.comment-wrapper li .comment-item .comment-content p {
  margin-bottom: -8px;
}

.comment-wrapper li .comment-item:hover .reply-button {
  background: #ee3625;
  color: #ffffff;
}

.comment-wrapper li .comment-item:hover .sub-title a {
  color: #ee3625;
}

.comment-wrapper li ul li {
  padding-left: 20px;
}

@media (min-width: 576px) {
  .comment-wrapper li ul li {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .comment-wrapper li ul li {
    padding-left: 60px;
  }
}

.comment-wrapper > li:last-child .comment-item:last-child {
  padding-bottom: 0;
  border: none;
}

.comment-form {
  margin: -10px;
  margin-top: 20px;
}

.comment-form .form-group {
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .comment-form .form-group {
    width: 50%;
  }
}

.comment-form .form-group input,
.comment-form .form-group textarea {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #ffffff;
  display: block;
  margin: 0;
}

.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus {
  border-color: #e5e5e5;
}

.comment-form .form-group textarea {
  height: 150px;
  padding: 20px;
}

.comment-form .form-group input {
  height: 45px;
  padding-left: 20px;
}

.comment-form .form-group input[type="submit"] {
  height: 54px;
  margin-top: 10px;
  background: #ee3625;
  color: #ffffff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  width: auto;
  border-color: #ee3625;
  padding: 0 40px;
  border-radius: 0;
}

.read-button {
  font-size: 12px;
  color: #ffffff;
  padding: 10px 25px;
  line-height: 20px;
  background: #ee3625;
  text-transform: uppercase;
  border: 1px solid #ee3625;
}

.read-button:hover {
  color: #ee3625;
  background: transparent;
  border-color: #ee3625;
}

.read-button.active {
  color: #ee3625;
}

.read-button.active:hover {
  color: #ffffff;
  background: #ee3625;
  border-color: #ee3625;
}

.custom-button {
  font-size: 18px;
  color: #ffffff;
  padding: 10px 25px;
  line-height: 30px;
  background: #ee3625;
  text-transform: uppercase;
  border: 1px solid #ee3625;
}

.custom-button:hover {
  color: #ffffff;
  background: transparent;
  color: #ee3625;
}

.custom-button.active {
  background: transparent;
  color: #ee3625;
  border-color: #ee3625;
}

.custom-button.active:hover {
  color: #ffffff;
  background: #ee3625;
}

.custom-button.white {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}

.custom-button.white:hover {
  color: #ffffff;
  background: #ee3625;
  border-color: #ee3625;
}

.video-button {
  display: block;
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  background-color: #ee3625;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  color: #ffffff;
}

.video-button:hover {
  color: #ffffff;
}

@media (min-width: 576px) {
  .video-button {
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
  }
}

.video-button::before,
.video-button::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #ee3625;
  opacity: 0.15;
  z-index: -10;
}

.video-button::before {
  z-index: -10;
  -webkit-animation: inner-ripple 2000ms linear infinite;
  -moz-animation: inner-ripple 2000ms linear infinite;
  animation: inner-ripple 2000ms linear infinite;
}

.video-button::after {
  z-index: -10;
  -webkit-animation: outer-ripple 2000ms linear infinite;
  -moz-animation: outer-ripple 2000ms linear infinite;
  animation: outer-ripple 2000ms linear infinite;
}

#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  background: #ee3625;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#overlayer .loader,
#overlayer .loader:before,
#overlayer .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#overlayer .loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#overlayer .loader:before,
#overlayer .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
#overlayer .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#overlayer .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.scrollToTop {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  position: fixed;
  border-radius: 5px;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  background: #ee3625;
  text-align: center;
  font-size: 16px;
}

.scrollToTop.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  animation: bounceInDown 2s;
  -webkit-animation: bounceInDown 2s;
  -moz-animation: bounceInDown 2s;
}

.scrollToTop img {
  width: 100%;
}

.category-grid-style-01 .category-item .category-icon,
.category-grid-style-01 .category-item:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-grid-style-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  border-radius: 0px;
}
.category-grid-style-01 .category-item {
  padding: 30px;
  text-align: center;
  width: 33.3333%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  cursor: pointer;
}
.category-grid-style-01 .category-item:nth-child(6n + 0) {
  border-right: none;
}
.category-grid-style-01 .category-item:before {
  content: "";
  background: #ffffff;
  width: 110%;
  height: 110%;
  display: inline-block;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
.category-grid-style-01 .category-item:hover:before {
  -webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.category-grid-style-01 .category-item:hover .category-icon {
  color: #ee3526;
}
.category-grid-style-01 .category-item:hover .category-title {
  color: #ee3526;
}
.category-grid-style-01 .category-item .category-icon {
  color: #000000;
  font-size: 44px;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.category-grid-style-01 .category-item .category-title {
  color: #022d62;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.category-grid-style-01 .show-more-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 -20px 0;
  width: 100%;
}
.category-grid-style-01 .show-more-cat a {
  color: #022d62;
  font-size: 12px;
  font-weight: bold;
}
.category-grid-style-01 .show-more-cat a:hover {
  color: #ee3526;
}

.category-grid-style-01 .show-more-cat i {
  margin: 5px auto 0 auto;
}

nav.fixed-side-icons {
  right: 0;
  z-index: 1;
  position: fixed;
  width: 70px;
  margin-top: 150px;
  transition: all 0.3s linear;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
}
nav.fixed-side-icons li {
  height: 60px;
  position: relative;
  padding: 0;
}
nav.fixed-side-icons li a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 60px;
  padding-left: 25%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  transition: all 0.3s linear;
  background: #1b2937;
  width: 350px;
}
nav.fixed-side-icons li a i {
  position: absolute;
  top: 17px;
  left: 20px;
  font-size: 27px;
}
nav.fixed-side-icons > ul li a span {
  visibility: hidden;
  /* font-weight: bold; */
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}
nav.fixed-side-icons a:hover {
  z-index: 2;
  /* width: 350px; */
  float: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
}
nav.fixed-side-icons > ul li:hover a span {
  /* padding-left: 30%; */
  visibility: visible;
}

@font-face {
    font-family: Ki;
    src: url(fonts/tradethemes-icons/Ki.eot);
    src: url(fonts/tradethemes-icons/Ki.eot?#iefix) format("embedded-opentype"), url(fonts/tradethemes-icons/Ki.woff) format("woff"), url(fonts/tradethemes-icons/Ki.ttf) format("truetype"), url(fonts/tradethemes-icons/Ki.svg#Ki) format("svg");
    font-weight: 400;
    font-style: normal
}

.ki {
    font-size: 1rem
}

.ki:before {
    font-family: Ki;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

.ki-double-arrow-next:before {
    content: ""
}

.ki-double-arrow-back:before {
    content: ""
}

.ki-double-arrow-down:before {
    content: ""
}

.ki-double-arrow-up:before {
    content: ""
}

.ki-long-arrow-back:before {
    content: ""
}

.ki-arrow-next:before {
    content: ""
}

.ki-arrow-back:before {
    content: ""
}

.ki-long-arrow-next:before {
    content: ""
}

.ki-check:before {
    content: ""
}

.ki-arrow-down:before {
    content: ""
}

.ki-minus:before {
    content: ""
}

.ki-long-arrow-down:before {
    content: ""
}

.ki-long-arrow-up:before {
    content: ""
}

.ki-plus:before {
    content: ""
}

.ki-arrow-up:before {
    content: ""
}

.ki-round:before {
    content: ""
}

.ki-reload:before {
    content: ""
}

.ki-refresh:before {
    content: ""
}

.ki-solid-plus:before {
    content: ""
}

.ki-bold-close:before {
    content: ""
}

.ki-solid-minus:before {
    content: ""
}

.ki-hide:before {
    content: ""
}

.ki-code:before {
    content: ""
}

.ki-copy:before {
    content: ""
}

.ki-up-and-down:before {
    content: ""
}

.ki-left-and-right:before {
    content: ""
}

.ki-bold-triangle-bottom:before {
    content: ""
}

.ki-bold-triangle-right:before {
    content: ""
}

.ki-bold-triangle-top:before {
    content: ""
}

.ki-bold-triangle-left:before {
    content: ""
}

.ki-bold-double-arrow-up:before {
    content: ""
}

.ki-bold-double-arrow-next:before {
    content: ""
}

.ki-bold-double-arrow-back:before {
    content: ""
}

.ki-bold-double-arrow-down:before {
    content: ""
}

.ki-bold-arrow-down:before {
    content: ""
}

.ki-bold-arrow-next:before {
    content: ""
}

.ki-bold-arrow-back:before {
    content: ""
}

.ki-bold-arrow-up:before {
    content: ""
}

.ki-bold-check:before {
    content: ""
}

.ki-bold-wide-arrow-down:before {
    content: ""
}

.ki-bold-wide-arrow-up:before {
    content: ""
}

.ki-bold-wide-arrow-next:before {
    content: ""
}

.ki-bold-wide-arrow-back:before {
    content: ""
}

.ki-bold-long-arrow-up:before {
    content: ""
}

.ki-bold-long-arrow-down:before {
    content: ""
}

.ki-bold-long-arrow-back:before {
    content: ""
}

.ki-bold-long-arrow-next:before {
    content: ""
}

.ki-bold-check-1:before {
    content: ""
}

.ki-close:before {
    content: ""
}

.ki-more-ver:before {
    content: ""
}

.ki-bold-more-ver:before {
    content: ""
}

.ki-more-hor:before {
    content: ""
}

.ki-bold-more-hor:before {
    content: ""
}

.ki-bold-menu:before {
    content: ""
}

.ki-drag:before {
    content: ""
}

.ki-bold-sort:before {
    content: ""
}

.ki-eye:before {
    content: ""
}

.ki-outline-info:before {
    content: ""
}

.ki-menu:before {
    content: ""
}

.ki-menu-grid:before {
    content: ""
}

.ki-wrench:before {
    content: ""
}

.ki-gear:before {
    content: ""
}

.ki-info:before {
    content: ""
}

.ki-calendar-2:before {
    content: ""
}

.ki-calendar:before {
    content: ""
}

.ki-calendar-today:before {
    content: ""
}

.ki-clock:before {
    content: ""
}

.ki-dots:before {
    content: ""
}

.select2-container {
    width: 100% !important;
    margin-bottom: 1rem !important;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e4e6ef;
    outline: 0 !important;
    border-radius: .42rem;
    border-radius: 0;
    height: auto;
    height: 50px;
    line-height: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b5b5c3
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #616eeb
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    border: 0;
    margin-left: .5rem;
    font-size: .85rem;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    width: auto;
    height: 20px;
    margin-right: 1rem
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow:after,
.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    font-family: Ki;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: .6rem;
    color: #7e8299;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #3f4254;
    position: relative;
    padding: .65rem 3rem .65rem 1rem;
    line-height: 1.5
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear {
    border: 0;
    font-size: 0;
    display: inline-block;
    right: 1.85rem;
    margin-right: .5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: absolute;
    right: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__clear:after {
    font-family: Ki;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: .6rem;
    color: #7e8299;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #3f4254;
    padding: .37rem 1rem;
    line-height: 1.5
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    font-size: 1rem;
    margin: .1rem .4rem .1rem 0;
    position: relative;
    float: left;
    color: #3f4254;
    background: #f3f6f9;
    border: 0;
    border-radius: .42rem
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    font-size: 0;
    display: inline-block;
    line-height: 0;
    margin-right: .5rem;
    position: relative
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
    font-family: Ki;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
    font-size: .6rem;
    color: #7e8299;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-moz-placeholder {
    color: #b5b5c3;
    opacity: 1
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field:-ms-input-placeholder {
    color: #b5b5c3
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search__field::-webkit-input-placeholder {
    color: #b5b5c3
}

.select2-container--default .select2-search--dropdown {
    padding: .65rem 1rem
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
    border-radius: .42rem;
    border: 1px solid #e4e6ef;
    padding: .65rem 1rem
}

.select2-container--default .select2-results__options {
    padding: .65rem 0
}

.select2-container--default .select2-results__option {
    padding: .65rem 1rem
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    cursor: not-allowed
}

.select2-container--default .select2-results__option .select2-results__group {
    padding: 5px 15px;
    font-weight: 600
}

.select2-container--default .select2-container .select2-search--inline .select2-search__field {
    margin: 0
}

.select2-container--default .select2-dropdown {
    border: 1px solid #e4e6ef;
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15)
}

.select2-container--default .select2-results__option.select2-results__option--highlighted {
    background: #f3f6f9;
    color: #3f4254
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #3f4254;
    opacity: .6
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #ebedf3;
    color: #3f4254
}

.select2-container--default.select2-container--disabled {
    cursor: not-allowed
}

.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled .select2-selection--single {
    cursor: not-allowed;
    background-color: #fff;
    opacity: .5
}

select.select2 {
    opacity: 0
}

.select2>select.form-control {
    opacity: 0
}

.select2.select2--elevate .select2-container--default .select2-selection--multiple,
.select2.select2--elevate .select2-container--default .select2-selection--single {
    -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15);
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, .15)
}

.select2.select2--solid .select2-container--default .select2-selection--multiple,
.select2.select2--solid .select2-container--default .select2-selection--single {
    background-color: #f3f6f9;
    border-color: #ebedf3
}

.select2.select2--solid .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
.select2.select2--solid .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b5b5c3
}

.form.form-state .is-valid .select2-container--default .select2-selection--multiple,
.form.form-state .is-valid .select2-container--default .select2-selection--single {
    border-color: success
}

.form.form-state .is-valid .select2-container--default.select2-container--focus .select2-selection--multiple,
.form.form-state .is-valid .select2-container--default.select2-container--focus .select2-selection--single,
.form.form-state .is-valid .select2-container--default.select2-container--open .select2-selection--multiple,
.form.form-state .is-valid .select2-container--default.select2-container--open .select2-selection--single {
    border-color: success
}

.form.form-state .is-invalid .select2-container--default .select2-selection--multiple,
.form.form-state .is-invalid .select2-container--default .select2-selection--single {
    border-color: danger
}

.form.form-state .is-invalid .select2-container--default.select2-container--focus .select2-selection--multiple,
.form.form-state .is-invalid .select2-container--default.select2-container--focus .select2-selection--single,
.form.form-state .is-invalid .select2-container--default.select2-container--open .select2-selection--multiple,
.form.form-state .is-invalid .select2-container--default.select2-container--open .select2-selection--single {
    border-color: danger
}

a.card, a.title-hover {
   color: #007bb6; 
}

a.card:hover, a.title-hover:hover {
    color: black;
}